/* 清除默认边距 */
* {
  margin: 0;
  padding: 0;
}
/* 设置列表样式 */
li {
  list-style: none;
}
/* 设置链接样式 */
a {
  text-decoration: none;
}

/*  */
/* 设置body背景色 */
/* body {
  background-color: #f5c5c5;
} */

/*  */
/* 头部 设置样式 */

.header {
  width: 100%;
  height: 80px;
  background-color: #dae6f1;
  position: fixed;
  top: 0px;
  z-index: 3;
}
.header > ul {
  margin: 0px auto;
  position: relative;
}

/* 头部-logo 设置样式 */
.logo {
  width: 225rem;
  height: 100%;
  margin-left: 25rem;
  float: left;
}
#logo1 {
  margin-top: 5px;
}
#logo2 {
  margin-left: 15rem;
  margin-top: 15px;
}

/* 头部-导航 设置样式 */
.nav {
  /* background-color: aqua; */
  width: 600rem;
  height: 80px;
  margin-left: 260rem;
  position: relative;
}
.nav > ul > li {
  float: left;
  width: 100rem;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
}
.nav > ul > li > a {
  color: black;
  font-size: 18px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  font-weight: 500;
}
#page_Now {
  background-color: rgb(175, 245, 245);
  border-bottom: 3px solid rgb(25, 29, 230);
}
/* 头部-导航 hover 效果 */
.nav > ul > li:hover {
  background-color: rgb(175, 245, 245);
  border-bottom: 3px solid rgb(25, 29, 230);
}
.nav > ul > li:hover a {
  font-size: 22px;
  font-weight: 900;
  color: rgb(16, 96, 245);
}
.nav > ul > li:hover .menu2 > li > a {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

/* 头部-导航-二级菜单 设置样式 */
.menu2 {
  background-color: #bbcbdb;
  position: absolute;
  top: 80px;
}
.menu2 > li {
  width: 100rem;
  height: 50px;
  line-height: 50px;
}

/* 头部-导航-二级菜单 hover 效果 */
.menu2 > li:hover {
  background-color: rgb(201, 243, 243);
}
.menu2 > li:hover span {
  font-size: 18px;
  font-weight: 900;
  color: rgb(16, 96, 245);
}

/* 背景图片设置样式 */
.banner_pro {
  width: 100%;
  height: 396px;
  background-color: #eb4848;
  background: url("../images/product/productBG.jpg");
  background-size: cover;
  margin-top: 80px;
}

/*  */

/* 产品中心 部分 */

.content {
  width: 900rem;
  /* height: 900px; */
  margin: 0px auto;
  /* background-color: #e6faaf; */
}

/* 产品中心-标题 设置样式 */
.title_pro {
  width: 100%;
  height: 140px;
  /* background-color: #f5c5c5; */
  border-bottom: 3px solid #aeb5c7;
  overflow: hidden;
}
.position {
  width: 100%;
  height: 80px;
  /* background-color: green; */
}
.title_pro > h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: #2e2e2e;
  margin-left: 2%;
  margin-top: 5px;
}

/* 产品中心-内容 设置样式 */
.content_pro {
  width: 100%;
  overflow: hidden;
  /* height: 800px; */
  /* background-color: rgb(5, 240, 161); */
}

/* 产品中心-内容-左侧一级菜单 设置样式 */
.left_nav {
  width: 20%;
  float: left;
  margin-top: 30px;
  background-color: rgb(255, 245, 245);
  border: 2px solid #aeb5c7;
  border-bottom: 0px;
}
.left_nav > ul > li {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
/* 产品中心-内容-左侧一级菜单 标题样式 */
.left_nav1 {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  border-bottom: 2px solid #aeb5c7;
}
.item1_text {
  color: #333333;
  margin-left: 30rem;
  /* color: black; */
}
.item_img {
  float: right;
  width: 50px;
  height: 50px;
  background-image: url("../images/product/icon1.png");
  background-size: cover;
}

.nav1_show > .item1_text {
  color: rgb(25, 29, 230);
  font-weight: 600;
}
.nav1_show > .item_img {
  background-image: url("../images/product/icon3.png");
}
/* 产品中心-内容-左侧一级菜单-二级菜单 设置样式 */
.left_nav2 {
  width: 100%;
  background-color: rgb(223, 218, 218);
  /* border-top: 2px solid #fa0606; */
  display: none;
}
.nav2_show {
  display: block;
}
.left_nav2 > ul > li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  border-bottom: 2px solid #aeb5c7;
}
.item2_text {
  color: #333333;
  font-size: 16px;
  /* text-align: center; */
  /* color: black; */
}
.item2_show {
  color: rgb(25, 29, 230);
}
/* 产品中心-内容-右侧内容 设置样式*/
.right_content {
  width: 76%;
  /* height: 600px; */
  float: left;
  margin-top: 20px;
  margin-left: 2%;
  /* background-color: #ffffff; */
  border-top: 2px dashed #aeb5c7;
}
.pro_info {
  width: 100%;
  height: 450px;
  margin-top: 10px;
  /* background-color: yellowgreen; */
}
.pro_show {
  float: left;
  /* width: 45%; */
  margin-left: 20rem;
  height: 300rem;
  /* background-color: #2c2929; */
}
.pro_pic {
  width: 300rem;
  height: 300rem;
  background: url("../images/product/Others/pro_XD-3000A.jpg");
  background-size: cover;
  border: 1px solid #aeb5c7;
  background-color: #e0e4dd;
  /* background-color: blue; */
}
.pro_pic_nav {
  width: 100%;
  height: 50px;
  font-size: 48px;
  color: black;
  font-weight: 500;
  /* background-color: #afb1ad; */
  overflow: hidden;
}
.pro_pic_nav ul {
  /* display: flex;
  flex-direction: row; */
  margin-top: 8px;
  margin-left: 110px;
}
.pro_pic_nav ul li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}
.picn {
  border-radius: 50%;
  background-color: #afb1ad;
}
/* .choose {
  background-color: #f56363;
} */
.pro_text {
  float: left;
  width: 320rem;
  height: 300rem;
  margin-left: 24rem;
  /* background-color: #f1eaea; */
  border: #333333 1px dashed;
}
.pro_text_title {
  margin-top: 25rem;
  margin-left: 15rem;
  /* background-color: #ffffff; */
}
.pro_text_title > h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  /* margin-top: 30px; */
}
.pro_text_cnt {
  margin-top: 15rem;
  margin-left: 30rem;
}
.pro_text_cnt > p {
  font-size: 18px;
  font-weight: 500;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  margin-top: 3rem;
}

/* 产品中心-内容-底部内容 设置样式*/
.right_bottom {
  width: 150px;
  height: 45px;
  margin-top: -35px;
  margin-left: 52%;
  background-color: #b7d9f1;
  border-radius: 30px;
}

.download {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
}
.download > p {
  font-size: 24px;
  font-weight: 700;
  color: rgb(42, 59, 214);
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
}
/* 底部 设置样式 */

.footer {
  width: 100%;
  height: 415px;
  background-color: #001d3f;
  /* background-color: #454644; */
  margin-top: 20px;
  overflow: hidden;
}

/* 底部-菜单 设置样式 */

.footer_menu {
  width: 44%;
  height: 330px;
  margin-top: 35px;
  margin-left: 50rem;
  float: left;
  /* background-color: #e02626; */
}
.footer_menu > div {
  width: 25%;
  height: 100%;
  float: left;
  /* background-color: #454644; */
  overflow: hidden;
}
.footer_menu ul > li {
  padding: 8px 5px;
  text-align: center;
}
.footer_menu ul > li > a {
  font-size: 18px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: #919ab1;
}
#footer_menu_title {
  padding: 10px 5px 20px 5px;
  border-bottom: 2px solid #aeb5c7;
}
#footer_menu_title1 {
  margin-top: 25px;
}
#footer_menu_title > a {
  font-size: 22px;
  color: rgb(204, 197, 197);
  /* font-weight: 900; */
}
/* 底部-菜单 hover 效果 */
#footer_menu_title:hover {
  border-bottom: 2px solid white;
}
#footer_menu_title:hover a {
  color: white;
}
.footer_menu li:hover a {
  color: white;
  font-weight: 700;
}

/* 底部-contact 设置样式 */

.contact {
  width: 44%;
  height: 330px;
  margin-top: 35px;
  margin-left: 15px;
  float: left;
  /* background-color: #d3f70c; */
  overflow: hidden;
}
.contact1 {
  width: 200px;
  margin-top: 80px;
  margin-left: 64%;
  background-color: #001d3f;
}
.contact_item {
  font-size: 18px;
  font-weight: 500;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: #919ab1;
  text-align: center;
  margin-top: 17px;
}

/* 底部-版权 设置样式 */

.copy {
  /* background-color: #aeeb08; */
  width: 100%;
  height: 35px;
  float: left;
  margin-top: 5px;
  border-top: 2px solid #aeb5c7;
}
.copy_text {
  height: 100%;
  margin-left: 50rem;
  float: left;
  font-size: 16px;
  font-family: arial, Microsoft YaHei, "微软雅黑", "宋体";
}
.copy_text > ul {
  height: 100%;
  /* background-color: red; */
}
.copy_text > ul > li {
  height: 16px;
  line-height: 16px;
  float: left;
  margin-top: 9px;
  padding: 0px 20px;
  border-right: 2px solid white;
  color: white;
}
/* .copy_text > ul > li:hover {
  background-color: red;
} */
