/* 清除默认边距 */
* {
  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 {
  width: 900rem;
  /* height: 510px; */
  margin: 90px auto;
  margin-bottom: 0px;
  background-color: #c8f309;
  /* background: url("../image/xdbj.png") no-repeat center 0px; */
}
#banner1 > img {
  width: 900rem;
  /* height: 500px; */
}

/*  */
/* 发展历程 设置样式 */

.history {
  width: 900rem;
  height: 980px;
  margin: 0px auto;
  /* background-color: yellow; */
  overflow: hidden;
}

/* 发展历程-标题 设置样式 */
.position {
  width: 100%;
  height: 80px;
  /* background-color: green; */
}
.title {
  text-align: center;
}
.title > h2 {
  font-size: 30px;
}
.title > span {
  font-size: 30px;
  color: rgb(165, 159, 159);
}

/* 发展历程 内容设置样式 */
.history_content {
  width: 100%;
  height: 800px;
  margin-top: 20px;
}
.history_item {
  width: 100%;
  height: 200px;
  background-color: rgb(229, 233, 236);
}

/* 发展历程 图形展示部分 */
.history_show {
  width: 431px;
  height: 200px;
  /* background-color: green; */
  float: left;
}
.history_show > div {
  width: 261px;
  height: 180px;
  float: left;
  margin-top: 10px;
  margin-left: 30px;
}
.history_pic1 {
  background: url("../images/about_us/history1.jpg") no-repeat;
  background-size: cover;
}
.history_pic2 {
  background: url("../images/about_us/history2.jpg") no-repeat;
  background-size: cover;
}
.history_pic3 {
  background: url("../images/about_us/history3.jpg") no-repeat;
  background-size: cover;
}
.history_pic4 {
  background: url("../images/about_us/history4.jpg") no-repeat;
  background-size: cover;
}
#circle {
  width: 80px;
  height: 80px;
  float: left;
  background-color: #e6e6e6;
  border-radius: 50%;
  border: 20px solid white;
  box-sizing: border-box;
  margin-top: 60px;
  margin-left: 30px;
}

/* 发展历程 文字描述部分 */
.history_item_title {
  color: rgb(131, 129, 129);
  margin-left: 1%;
  width: 63%;
  height: 200px;
  float: left;
  /* background-color: aqua; */
}
.history_item_title > h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
.history_item_title > p {
  font-size: 22px;
  font-weight: 500;
}

/* 发展历程 hover 效果 */
.history_item:hover #circle {
  background-color: red;
  border-radius: 50%;
  border: 25px solid rgb(240, 168, 168);
}
.history_item:hover .history_item_title > h3 {
  color: red;
  font-weight: 600;
}
.history_item:hover .history_item_title > p {
  color: black;
}
.history_item:hover .history_pic1 {
  background: url("../images/about_us/historyB1.jpg");
  background-size: cover;
}
.history_item:hover .history_pic2 {
  background: url("../images/about_us/historyB2.jpg");
  background-size: cover;
}
.history_item:hover .history_pic3 {
  background: url("../images/about_us/historyB3.jpg");
  background-size: cover;
}
.history_item:hover .history_pic4 {
  background: url("../images/about_us/historyB4.jpg");
  background-size: cover;
}

/*  */
/* 企业宗旨 设置样式 */

.tenet {
  width: 900rem;
  height: 380px;
  margin: 0px auto;
  /* background-color: yellow; */
  overflow: hidden;
}

/* 企业宗旨 内容部分*/
.tenet_content {
  height: 200px;
  margin: 0px auto;
  margin-top: 20px;
  /* background-color: rgb(115, 152, 231); */
}
.tent_item {
  width: 50%;
  height: 200px;
  float: left;
  margin-left: 10%;
  color: rgb(105, 104, 104);
  /* background-color: #e27d7d; */
}
.tent_item > p {
  font-size: 22px;
  margin-top: 30px;
}
/* 企业宗旨 图形展示部分 */
.tenet_show {
  width: 351px;
  /* width: 400px; */
  height: 200px;
  float: left;
  margin-left: 2%;
  background-color: #666060;
  background: url("../images/about_us/tenet.jpg");
  background-size: cover;
}

/*  */
/* 未来愿景部分 */

.future {
  width: 900rem;
  height: 580px;
  margin: 0px auto;
  /* background-color: #eeb5b5; */
}
.future_content {
  height: 341px;
  margin: 0px auto;
  margin-top: 20px;
  /* background-color: rgb(115, 152, 231); */
}
.future_pic {
  width: 220px;
  height: 341px;
  float: left;
  margin-left: 10%;
  background: url("../images/about_us/future.jpg");
}
.future_item {
  width: 50%;
  height: 100%;
  float: left;
  margin-left: 4%;
  color: rgb(105, 104, 104);
  /* background-color: #e27d7d; */
}
.future_item > p {
  font-size: 22px;
  margin-top: 60px;
}

/*  */
/* 荣誉展示部分 */

.honors {
  width: 1000rem;
  height: 580px;
  background: url("../images/about_us/honorBg.jpg");
  background-size: cover;
}
.honors_content {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  /* background-color: #84cef0; */
}
.honors_trophy {
  width: 284px;
  height: 382px;
  float: left;
  margin-left: 30rem;
}
.honors_certificate {
  width: 217px;
  height: 300px;
  float: left;
  margin-left: 20rem;
  margin-top: 41px;
}

/*  */
/* 底部 设置样式 */

.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;
} */
