.header {
  width: 100%;
  height: 110px;
  box-shadow: 0px 0px 4px #cacaca;

}

.header .header_left {
  margin-top: 30px;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header_right {
  float: right;
}
.header .header_right ul {

}
.header .header_right ul li {
  float: left;
  margin: 0 14px;
}
.header .header_right ul li:hover .menu_list{
  height: 432px;
}
.header .header_right ul li.menu {
  position: relative;
}
.header .header_right ul li .menu_list{
  position: absolute;
  top: 110px;
  left: -60px;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 99;
  width: 200px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
/*.header .header_right ul li .menu_list .pro_item{
  height: 60px;
  
}*/
.header .header_right ul li .menu_list .pro_item a{
  line-height: 54px;
  font-size: 14px;
  color: #666;
}
.header .header_right ul li .menu_list .pro_item:hover{
  background-color: #004098;
  color: #fff;
}
.header .header_right ul li .menu_list .pro_item:hover a{
  color: #fff;
}
.header .header_right ul li:nth-child(1) {
  margin-left: 0;
}
.header .header_right ul li:nth-child(6) {
  margin-right: 0;
}
.header .header_right ul li a {
  font-size: 16px;
  color: #333;
  line-height: 110px;
}
.header .header_left .img {
  width: 100px;
}
.header .header_left .img img {
  width: 100%;
}
.header .header_left .txt {
  margin-left: 16px;
}
.header .header_left h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 4px;
}
.header .header_left span {
  font-size: 13px;
  letter-spacing: 1px;
  color: #999;
}

.owl-theme .owl-controls {
  margin-top: 0 !important;
}
.index .part02 {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
.index .part02 .part02_sub1 {
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.index .part02 .part02_sub1 .left {
  width: 20%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background-color: #004098;
  position: relative;
}
.index .part02 .part02_sub1 .left .txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.index .part02 .part02_sub1 .left .san {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #004098;
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: 50%;
}

/* .index .part02 .part02_sub2 .right .index_pro_item .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */

.index .part02 .part02_sub2 .right .index_pro_item .index_pro_text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
}
.index .part02 .part02_sub2 .right .index_pro_item .index_pro_text p {
  font-size: 14px;
  color: #fff;
}
.index .part02 .part02_sub2 .right .index_pro_item {
  position: relative;
}
.index .part02 .part02_sub1 .right {
  width: 70%;
  float: right;
}
.index .part02 .part02_sub1 .left .txt i {
  font-size: 20px;
  padding-right: 10px;
}
.index .part02 .part02_sub1 .right {
  margin-top: 20px;
}
.index .part02 .part02_sub1 .right .hotPro {
  font-size: 16px;
  line-height: 1.4;
}
.index .part02 .part02_sub2 {
  margin-top: 80px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.index .part02 .part02_sub2 .left {
  float: left;
  width: 380px;
  height: 500px;
  background-color: #004098;
}
.index .part02 .part02_sub2 .right {
  float: right;
  width: 800px;
  position: relative;
  height: 500px;
}
.index .part02 .part02_sub2 .right img {
  width: 100%;
  /* height: 500px; */
}
.index .part02 .part02_sub2 .right .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.index .part02 .part02_sub2 .right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.index .part03 {
  width: 100%;
  height: 350px;
  background: url("../images/part03_bg.jpg") no-repeat center;
}
.index .part03 .part03_sub1 {
  float: left;
}
.index .part03 .part03_sub1 .title {
  margin-top: 42px;
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.index .part03 .part03_sub1 .list {
  overflow: hidden;
}
.index .part03 .part03_sub1 .list .list1 {
  float: left;
  padding-right: 40px;
  border-right: 1px dashed #7396c6;
}
.index .part03 .part03_sub1 .list .list2 {
  float: left;
  margin-left: 40px;
}
.index .part03 .part03_sub1 .list .list1 li {
  margin-bottom: 20px;
}
.index .part03 .part03_sub1 .list .list1 li:last-child {
  margin-bottom: 0px;
}
.index .part03 .part03_sub1 .list .list1 li a {
  color: #a3b1d0;
}
.index .part03 .part03_sub1 .list .list2 li {
  margin-bottom: 20px;
}
.index .part03 .part03_sub1 .list .list2 li:last-child {
  margin-bottom: 0px;
}
.index .part03 .part03_sub1 .list .list2 li a {
  color: #a3b1d0;
}
.index .part03 .part03_sub1 a.pro_more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #7396c6;
  color: #fff;
}
.index .part03 .part03_sub1 a.pro_more i {
  padding-left: 10px;
}

.index .part04 {
  margin-top: 80px;
  width: 100%;
  background: url("../images/part04_img3.png") no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}
.index .part04 .top {
  overflow: hidden;
}
.index .part04 .top .left {
  float: left;
  width: 626px;
  overflow: hidden;
}
.index .part04 .top .right {
  float: right;
  width: 514px;
}
.index .part04 .top .left .title {
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.index .part04 .top .left .about_content {
  background: url("../images/part04_img2.png") no-repeat left top;
  padding-left: 36px;
}
.index .part04 .top .left .title .logo {
  float: left;
  width: 18%;
  max-width: 190px;
  margin-right: 4%;
}

.index .part04 .top .left .title .txt {
  float: left;
  width: 76%;
}
.index .part04 .top .left .title .logo img {
  width: 100%;
}
.index .part04 .top .left .title .txt p {
  font-size: 28px;
  font-weight: bold;
  color: #004098;
}
.index .part04 .top .left .title .txt span {
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
  color: #415570;
}
.index .part04 .top .left .about_content p {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 40px;
}
.index .part04 .top .left .about_content p:last-child {
  margin-bottom: 0px;
}
.index .part04 .bottom {
  margin-top: 40px;
}
.index .part04 .bottom ul {
  display: flex;
  justify-content: space-between;
}
.index .part04 .bottom ul li {
  width: 23%;
  height: 120px;
  background-color: #e7e7e7;
  position: relative;
}
.index .part04 .bottom ul li.active {
  width: 23%;
  height: 120px;
  background-color: #004098;
  position: relative;
}
.index .part04 .bottom ul li.active h3 {
  color: #fff;
}
.index .part04 .bottom ul li.active span {
  color: #fff;
}
.index .part04 .bottom ul li .bd {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  height: 80%;
  border: 1px dashed #7396c68c;
}
.index .part04 .bottom ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
}
.index .part04 .bottom ul li a h3 {
  margin-top: 42px;
  font-size: 18px;
  color: #333;
}
.index .part04 .bottom ul li a span {
  display: block;
  font-size: 13px;
  color: #999;
}
.index .part05 {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
.index .part05 .part05_top {
  overflow: hidden;
}
.index .part05 .part05_top .left {
  float: left;
  display: flex;
  align-items: center;
}
.index .part05 .part05_top .left i {
  font-size: 32px;
  color: #004098;
  font-weight: bold;
  padding-right: 10px;
}
.index .part05 .part05_top .left p {
  font-size: 24px;
  color: #333333;
}
.index .part05 .part05_top .left p span {
  padding-left: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #004098;
}
.index .part05 .part05_top .right {
  float: right;
  display: flex;
  align-items: center;
}
.index .part05 .part05_top .right a {
  color: #004098;
}
.index .part05 .part05_bottom {
  width: 100%;
  margin-top: 40px;
  height: auto;
}
.index .part05 .part05_bottom .swiper-slide {
  border: 1px solid #e2e2e2;
  cursor: pointer;
}
.index .part05 .part05_bottom .swiper-slide .img img {
  width: 100%;
}
.index .part05 .part05_bottom a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.index .part05 .part05_bottom a .mask {
  position: absolute;
  width: 100%;
  height: 0;
  background: rgba(0, 36, 76, 0.4);
  overflow: hidden;
  transition: all 0.5s ease;
}
.index .part05 .part05_bottom .swiper-slide:hover .mask {
  height: 100%;
}
.index .part05 .part05_bottom a .mask .mask_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .part05 .part05_bottom a .mask .mask_txt {
  position: absolute;
  bottom: 20%;
  left: 50%;
  font-size: 15px;
  transform: translate(-50%, 0);
  color: #fff;
  text-align: center;
}
.index .part06 {
  margin-top: 100px;
  overflow: hidden;
}
.index .part06 .left {
  width: 756px;
  float: left;
}
.index .part06 .left .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.index .part06 .left .title i {
  font-size: 32px;
  color: #004098;
  font-weight: bold;
  padding-right: 10px;
}
.index .part06 .left .title p {
  font-size: 24px;
  color: #333333;
}
.index .part06 .left .title span {
  padding-left: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #004098;
}
.index .part06 .left .list {
  margin-top: 30px;
}
.index .part06 .left .list .list_sub1 {
  margin-bottom: 50px;
  overflow: hidden;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 {
  float: left;
  width: 300px;
  height: auto;
  position: relative;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 .img {
  width: 100%;
  height: 0;
  padding-bottom: 230px;
  overflow: hidden;
  cursor: pointer;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #004098;
  text-align: center;
  color: #fff;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 .date h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 .date p {
  font-size: 14px;
  line-height: 1;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub1 .img:hover img {
  transform: scale(1.2);
}
.index .part06 .left .list .list_sub1 .list_sub1_sub2 {
  float: right;
  width: 420px;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub2 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 20px;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub2 p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #666;
}
.index .part06 .left .list .list_sub1 .list_sub1_sub2 a {
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
}
.index .part06 .left .list .list_sub2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .part06 .left .list .list_sub2 ul {
  width: 100%;
}
.index .part06 .left .list .list_sub2 ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.index .part06 .left .list .list_sub2 .list_sub2_sub1 {
  float: left;
  width: 60px;
  height: 70px;
}
.index .part06 .left .list .list_sub2 .list_sub2_sub1 h3 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #d0d0d0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.index .part06 .left .list .list_sub2 .list_sub2_sub1 p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background-color: #ffffff;
  font-size: 12px;
  text-align: center;
  color: #666;
  border: 1px solid rgb(209, 209, 209);
  box-sizing: border-box;
}
.index .part06 .left .list .list_sub2 .list_sub2_sub2 {
  float: right;
  width: 680px;
}
.index .part06 .left .list .list_sub2 .list_sub2_sub2 h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  color: #333;
}
.index .part06 .left .list .list_sub2 .list_sub2_sub2 p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.index .part06 .right {
  float: right;
  width: 390px;
}
.index .part06 .right .right_sub1 {
  margin-bottom: 40px;
}
.index .part06 .right .right_sub1 .right_sub1_sub1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.index .part06 .right .right_sub1 .right_sub1_sub2 {
  position: relative;
}
.index .part06 .right .right_sub1 .right_sub1_sub2 .img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 230px;
}
.index .part06 .right .right_sub1 .right_sub1_sub2 .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.index .part06 .right .right_sub1 .right_sub1_sub2 .txt a {
  color: #fff;
  font-size: 14px;
}
.index .part06 .right .right_sub1 .right_sub1_sub2 .img img {
  width: 100%;
}
.index .part06 .right .right_sub1 .right_sub1_sub1 i {
  font-size: 32px;
  color: #004098;
  font-weight: bold;
  padding-right: 10px;
}
.index .part06 .right .right_sub1 .right_sub1_sub1 p {
  font-size: 24px;
  color: #333333;
}
.index .part06 .right .right_sub1 .right_sub1_sub1 span {
  padding-left: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #004098;
}
.index .part06 .right .right_sub2 {
  margin-top: 30px;
  overflow: hidden;
}
.index .part06 .right .right_sub2 .right_sub2_sub1 {
  float: left;
  width: 60px;
  height: 70px;
}
.index .part06 .right .right_sub2 .right_sub2_sub2 {
  float: right;
  width: 300px;
  height: 70px;
}
.index .part06 .right .right_sub2 .right_sub2_sub2 h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 14px;
}
.index .part06 .right .right_sub2 .right_sub2_sub2 p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
.index .part06 .right .right_sub2 .right_sub2_sub1 h3 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #d0d0d0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.index .part06 .right .right_sub2 .right_sub2_sub1 p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background-color: #ffffff;
  font-size: 12px;
  text-align: center;
  color: #666;
  border: 1px solid rgb(209, 209, 209);
  box-sizing: border-box;
}
.index .part06 .right .right_sub2 ul {
  width: 100%;
}
.index .part06 .right .right_sub2 ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.footer {
  margin-top: 80px;
  width: 100%;
  height: 310px;
  background-color: #000;
  overflow: hidden;
}
.footer .footer_contact {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #434343;
}
.footer .footer_nav {
  width: 1200px;
  margin: 50px auto;
  overflow: hidden;
}
.footer .footer_icp {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-top: 1px solid #2f2f2f;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.footer .footer_contact ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer_contact ul li a {
  color: #a8a8a8;
  font-size: 14px;
}
.footer .footer_contact i {
  margin-right: 6px;
}

.footer .footer_nav .footer_logo {
  width: 14%;
  float: left;
}
.footer .footer_nav .footer_logo img {
  width: 100%;
}
.footer .footer_nav ul {
  margin-left: 8%;
  width: 60%;
  float: left;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.footer .footer_nav ul li a {
  color: #b1b1b1;
}
.footer_top {
  float: right;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.footer_top i {
  color: #000;
}
.footer .footer_icp a {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .header{
    height:50px;
  }
  .header .w1200 {
    display: none;
  }
  .index .part02 .part02_sub1 .right {
    display: none;
  }
  .index .part02 .part02_sub1 .left {
    width: 40%;
  }
  .index .part02 .part02_sub1 .left {
    height: 50px;
  }
  .index .part02 .part02_sub1 {
    height: 50px;
  }
  .index .part02 .part02_sub1 .left .txt {
    color: #fff;
    font-size: 15px;
  }
  .index .part02 .part02_sub1 .left .txt i {
    font-size: 15px;
  }
  . .index .part02 .part02_sub2 .left {
    display: none;
  }
  .index .part02 .part02_sub2 {
    margin-top: 40px;
  }
  .index .part03 .part03_sub1 .title {
    font-size: 16px;
  }
  .index .part03 .part03_sub1 .list .list2 li a {
    font-size: 13px;
  }
  .index .part04 {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .index .part04 .top .left .title .logo {
    width: 18%;
  }
  .index .part04 .top .left .title .txt p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .index .part04 .top .left .title .txt span {
    font-size: 12px;
  }
  .index .part04 .top .left {
    width: 100%;
  }
  .index .part04 .top .left .about_content {
    padding-left: 20px;
  }
  .index .part04 .top .left .about_content p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .index .part04 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .index .part04 .top .right img {
    width: 100%;
  }
  .index .part04 .bottom {
    margin-top: 20px;
  }
  .index .part04 .bottom ul li a h3 {
    font-size: 14px;
  }
  .index .part04 .bottom ul li.active span {
    font-size: 12px;
  }
  .index .part05 {
    margin-top: 40px;
  }
  .index .part05 .part05_top .left i {
    font-size: 20px;
  }
  .index .part05 .part05_top .left p {
    font-weight: bold;
    font-size: 16px;
  }
  .index .part05 .part05_top .left p span {
    font-size: 16px;
  }
  .index .part06 .left {
    width: 100%;
  }
  .index .part06 .left .title i {
    font-size: 20px;
  }
  .index .part06 .left .title p {
    font-weight: bold;
    font-size: 16px;
  }
  .index .part06 .left .title span {
    font-size: 16px;
  }
  .index .part06 .left .list .list_sub1 .list_sub1_sub1 {
    width: 100%;
  }
  .index .part06 .left .list .list_sub1 .list_sub1_sub2 {
    width: 100%;
  }
  .index .part06 .left .list .list_sub1 .list_sub1_sub2 h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .index .part06 .left .list .list_sub1 .list_sub1_sub2 p {
    font-size: 13px;
    line-height: 1.6;
  }
  .index .part06 .left .list .list_sub2 .list_sub2_sub1 {
    display: none;
  }
  .index .part06 .left .list .list_sub2 .list_sub2_sub2 {
    width: 100%;
  }
  .index .part06 .right {
    width: 100%;
    margin-top: 30px;
  }
  .index .part06 .left .list .list_sub1 {
    margin-bottom: 30px;
  }
  .index .part06 .left .list .list_sub2 .list_sub2_sub2 h4 {
    font-size: 16px;
  }
  .index .part06 .left .list .list_sub2 .list_sub2_sub2 p {
    font-size: 13px;
  }
  .index .part06 .right .right_sub1 .right_sub1_sub1 i {
    font-size: 20px;
  }
  .index .part06 .right .right_sub1 .right_sub1_sub1 p {
    font-size: 16px;
  }
  .index .part06 .right .right_sub1 .right_sub1_sub1 span {
    font-size: 16px;
  }
  .index .part06 .right .right_sub1 .right_sub1_sub2 .txt {
    bottom: 0px;
  }
  .index .part06 .right .right_sub1 .right_sub1_sub2 .img {
    padding-bottom: 220px;
  }
  .index .part06 .right .right_sub1 {
    margin-bottom: 30px;
  }
  .index .part02 .part02_sub2 .left {
    display: none;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_contact ul {
    width: 90%;
    flex-wrap: wrap;
  }
  .footer .footer_contact ul li {
    width: 100%;
    height: 50px;
  }
  .footer .footer_contact {
    height: auto;
  }
  .footer .footer_icp {
    overflow: hidden;
  }
  .footer {
    height: 260px;
    margin-top: 40px;
  }
  .owl-buttons {
    display: none;
  }
  .owl-pagination {
    display: none;
  }
  .index .part02 .part02_sub2 .right {
    width: 100%;
  }
  .index .part02 {
    padding-bottom: 30px;
  }
  .index .part03 .part03_sub1 a.pro_more {
    display: none;
  }
  .index .part03 {
    width: 100%;
    height: 240px;
    background: url(../images/part03_bg.jpg) no-repeat center;
  }
  .index .part06 {
    margin-top: 40px;
  }
}
