/* 清除默认边距 */
* {
  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: 1000rem;
  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%;
  /* 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; */
}

/* 产品中心-内容-右侧内容 设置样式*/
.right_content {
  width: 76%;
  /* height: 600px; */
  float: left;
  margin-top: 20px;
  margin-left: 2%;
  /* background-color: #ffffff; */
  border-top: 2px dashed #aeb5c7;
}
.prow {
  width: 100%;
  height: 160px;
  margin-top: 10px;
  /* background-color: #f8b4b4; */
}
.product {
  width: 45%;
  height: 100%;
  float: left;
  background-color: #f7f7f7;
  border: 1px solid #8c8c8f;
  box-sizing: border-box;
}
.pro1 {
  margin-left: 3%;
}
.pro2 {
  margin-left: 4%;
}
/* 产品中心-内容-右侧内容-左侧图片 设置样式 */
.left {
  width: 45%;
  height: 100%;
  float: left;
  margin-left: 2%;
  overflow: hidden;
}
.left > img {
  height: 60%;
  /* width: 60%; */
  margin: 19% 22%;
}
/* 产品中心-内容-右侧内容-右侧描述 设置样式 */
.right {
  width: 47%;
  height: 100%;
  margin-left: 6%;
  float: left;
  /* background-color: rgb(168, 245, 245); */
  font-size: 16px;
}
.right_title {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-top: 15px;
  /* margin-left: 10%; */
}
.right_text {
  font-size: 14px;
  color: rgb(59, 58, 58);
  margin-top: 10px;
}
.right_text > p {
  padding: 5px 0px;
}
/* 产品中心-内容-右侧内容-底部导航 设置样式 */
.page_nav {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  font-size: 14px;
  /* background-color: #4b4949; */
}
.page_nav > ul {
  width: (145px + 10px);
  float: right;
  margin-top: 10px;
  margin-right: 5%;
  /* background-color: red; */
}
.page_nav > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* background-color: #aeb5c7; */
  border: 1px solid #4b4949;
  /* box-sizing: border-box; */
  margin-left: 5px;
  cursor: pointer;
}
.choose {
  color: red;
  font-weight: 600;
  /* background-color: #aeb5c7; */
}
/*  */

/* 底部 设置样式 */

.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;
} */
