﻿/*??????*/
.clear:after{
  display: block;
  content: '';
  clear: both;
}
::-webkit-scrollbar {
  width: 3px; /*????????????????????????*/
  height: 3px; /*????????????????????????*/
}
@font-face {
  font-family: 'ziti';
  src: url("img/ziti.ttf");
}
/*???????????????????????????????????????????????????*/
::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  background-color: #3057c0;
  border-radius: 3px;
}
.mobile{
  display: none;
}
.pad{
  display: none;
}
.header{
  width: 100%;
  position: fixed;
  /*height: 109px;*/
  /*background: #fff;*/
  z-index: 22000;
  top: 0;
  transition: all 0.5s;
  /*border: 1px solid rgba(255,255,255,0.3);*/
}
.header.fixed{
  box-shadow: 0 0 5px #9a9a9a;
  transition: all 0.5s;
  background:#fff;

}
.header.fixed1{
  box-shadow: 0 0 5px #9a9a9a;
  transition: all 0.5s;
  background:#fff;

}
.header.fixed2{
  box-shadow: 0 0 5px #9a9a9a;
  transition: all 0.5s;
  background:#fff;

}
.container{
  padding: 0 3%;
}
.header-left{
  width: 100%;

}
.h-logo{
  float: left;
  width: 16%;
  padding-top: 38px;

}
.h-logo img{
  max-width: 100%;
  filter: grayscale(100%) brightness(800%);
}
.h-nav{
  width: 50%;
  float: left;
  margin-left: 5%;
}
.h-nav ul{
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.h-nav ul li{
  text-align: center;
  width: 100%;
}
.h-nav ul li>a{
  display: block;
  color: #fff;
  font-size: 16px;
  /*padding:43px 0 40px 0 ;*/
  line-height: 108px;
  position: relative;
}
.h-nav ul li>a:after{
  display: block;
  content: '';
  width: 0;
  position: absolute;
  bottom: -1px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background: #3057c0;
}
.h-nav ul li>a:hover:after{
  width: 70px;
  transition: all 0.5s;
}
.h-nav ul li.active>a:after{
  width: 70px;
}
.nerji{
  padding: 0 15%;
}
.nav-erji{
  width: 100%;
  position: absolute;
  padding:3% 0 5% 0;
  background: #f4f2f2;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 120px;
  transition: all 0.3s;
}
.h-nav ul li:hover .nav-erji{
  opacity: 1;
  visibility: visible;
  top: 108px;
  transition: all 0.3s;
}
.erji-list{
  float: left;
  width: 35%;
  padding-top: 2%;
}
.erji-list h3{
  color: #333;
  font-size: 20px;
  text-align: left;
  padding-bottom: 20px;
  font-weight: bold;
}
.erji-list a{
  display: block;
  width:48%;
  float: left;
  text-align: left;
  color: #666;
  font-size: 16px;
  line-height: 35px;
  margin-right: 2%;
  border-bottom: 1px solid #ddd;
}
.erji-list a:nth-child(odd){
  margin-right: 0;
}
.erji-list a:hover{
  color: #275aa6;
}
.erji-list a:before{
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  background: #666;
  float: left;
  margin-top: 15px;
  margin-right:10px;
}
.erji-img{
  float: right;
  width: 50%;
  height: 200px;
}
.erji-img img{
  display: block;
  max-width: 100%;
}
.h-sousuo{
  float: left;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s;
  margin-top: 44px;
  margin-left:4%;
  cursor: pointer;
}
.index_search {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 130px;
  z-index: 2000;
  text-align: center;
  display: none;
  left: 0;
}
.index_search .search_text {
  width: 500px;
  height: 40px;
  border: 0px;
  text-indent: 20px;
}

.index_search .search-btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border: 0px;
  cursor: pointer;
  position: relative;
  top: 0px;
}
.search_bt img{
  filter: grayscale(100%) brightness(800%);
}

.h-lan{
  width: 118px;
  float: left;
  position: relative;
  margin-top: 42px;
  margin-left:2%;
  background: url("img/lan1.png") no-repeat top center;
}
.h-lan p{
  color: #fff;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-indent: 5px;
}
.h-lan .lan{
  position: absolute;
  background: #eee;
  width: 100%;
  top:60px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.5s;
}
.h-lan:hover .lan{
  top: 50px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.h-lan .lan a{
  display: block;
  width:100%;;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.h-lan .lan a:hover{
  background: #275aa6;
  color: #fff;
}
.h-tel{
  float: right;
  height: 40px;
  background: url("img/h-tel1.png") no-repeat center left;
  padding-left: 70px;
  margin-top: 30px;
}
.h-tel p{
  color: #fff;
  font-size: 12px;
  padding-top: 2px;
}
.h-tel strong{
  color: #fff;
  font-size: 24px;
  display: block;
  margin-top: -8px;
}
/*.header.fixed{*/
/*  position: fixed;*/
/*  top: 0;*/
/*  transition: all 0.5s;*/
/*}*/

.mobile_btn {
  cursor: pointer;
  margin-right: 15px;
  z-index: 4;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.header_btn {
  width:10%;
  line-height: 109px;
  text-align: center;
  background: #275aa6;
  transition: all .6s;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.mobile_btn.on .line1 {
  transform: rotate(48deg);
  transform-origin: 5% 50%;
}

.mobile_btn.on .line2 {
  width: 0;
}

.mobile_btn.on .line3 {
  transform: rotate(-48deg);
  transform-origin: 5% 50%;
}

.mobile_btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all .45s;
}

.nav_btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 111;
}

.mobile_btn .line2 {
  margin: 5px 0;
}
.nav_btn.on .mobile_btn span {
  background: #fff;
}

.slide_box {
  background: #fff;
  width: 37%;
  height: 100%;
  position: fixed;
  right: 0;
  top:109px;
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: all .6s;
  z-index: 1500;
  border-top: 1px solid #eef3f6;
}

.slide_box.active {
  transform: translateX(0);
}

.z_mask {
  width: 0%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, .5);
  transition: all .8s;
  z-index: 1000;
}

.z_mask.active {
  width: 100%;
}

.slide_tit h3 {
  font-size: 30px;
  color: #3057c0;
}

.slide_tit {
  padding-bottom: 18px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 18px;
}
.slide_tit span{
  color: #313131;
  font-size: 16px;
}
.slide_nav li {
  margin-bottom: 15px;
}

.slide_nav li>a {
  font-size: 16px;
  color: #313131;
}

.slide_nav .nav_down {
  margin-top: 5px;
}

.slide_nav .nav_down a {
  color: #888;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: 24px;
}

.slide_nav .nav_down a:before {
  content: "";
  display: block;
  width: 0%;
  transition: all .6s;
  height: 2px;
  background: #275aa6;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.slide_nav .nav_down a.active, .slide_nav .nav_down a:hover {
  color: #275aa6;
}

.slide_nav .nav_down a.active:before, .slide_nav .nav_down a:hover:before {
  width: 100%;
  left: 0;
}
.slide-lx{
  border-top: 2px solid #cccccc;
  padding-top: 25px;
  margin-top: 25px;
}
.lx1{
  background: url("img/lx1.png") no-repeat center left;
  padding-left: 74px;
  height: 52px;
  margin-bottom: 20px;
}
.lx2{
  background: url("img/lx2.png") no-repeat center left;
  padding-left: 74px;
  height: 52px;
}
.slide-lx span{
  color: #313131;
  font-size: 14px;
  display: block;
  padding-top: 8px;
}
.slide-lx p{
  color: #313131;
  font-size: 14px;
}
.slide-lx strong{
  color: #313131;
  font-size: 14px;
  display: block;
}
.header.fixed .index_search{
  top: 108px!important;
}

.header.fixed .h-logo img{
  filter: none;
}
.header.fixed .h-nav ul li>a{
  color: #333;
  /*line-height: 80px;*/

}
.header.fixed .search_bt img{
  filter: none;
}
.header.fixed .h-sousuo{

}
.h-lan.on{
  transition: all 0.5s;
  background: url("img/lan.png") no-repeat top center;
}
.h-lan.on p{
  color: #333;
  transition: all 0.5s;
}
.h-lan.on{

  transition: all 0.5s;
}
.h-tel.on{
  transition: all 0.5s;

  background: url("img/h-tel.png") no-repeat center left;
}
.h-tel.on p{
  transition: all 0.5s;
  color: #333;
}
.h-tel.on strong{
  transition: all 0.5s;
  color: #333;
}


.header.fixed1 .index_search{
  top: 108px!important;
}
.header.fixed1 .h-logo{

}
.header.fixed1 .h-logo img{
  filter: none;
}
.header.fixed1 .h-nav ul li>a{
  color: #333;

}
.header.fixed1 .search_bt img{
  filter: none;
}
.header.fixed1 .h-sousuo{

}
.h-lan.on1{
  transition: all 0.5s;
  background: url("img/lan.png") no-repeat top center;
}
.h-lan.on1 p{
  color: #333;
  transition: all 0.5s;
}
.h-lan.on1{

  transition: all 0.5s;
}
.h-tel.on1{
  transition: all 0.5s;

  background: url("img/h-tel.png") no-repeat center left;
}
.h-tel.on1 p{
  transition: all 0.5s;
  color: #333;
}
.h-tel.on1 strong{
  transition: all 0.5s;
  color: #333;
}
.header.fixed2 .index_search{
  top: 108px!important;
}
.header.fixed2 .h-logo{

}
.header.fixed2 .h-logo img{
  filter: none;
}
.header.fixed2 .h-nav ul li>a{
  color: #333;

}
.header.fixed2 .search_bt img{
  filter: none;
}
.header.fixed2 .h-sousuo{

}

  /*banner*/
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100vh;
}
.gallery-top{
  height: 100%;
}
.gallery-top a{
  display: block;
  height: 100%;
}
.imga {
  display: block;
  position: relative;
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}

.text_move .imga{
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}

.ban{
  height: 100%;
}
.banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.slide-inner a{
  display: block;
  height: 100%;
}

.banner .swiper-slide .slide-inner .text{
  position: absolute;
  top: 37%;
  text-align: center;
  width: 100%;
  left: 0;
}
/*slide1*/
.banner .swiper-slide1 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 44px;
  font-family: ziti;
  text-align: center;
  width: 100%;
}
.banner .swiper-slide1 .slide-inner .text .thr {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
  left: 0;
  position: absolute;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 4.5%;
}
.banner .swiper-slide1 .slide-inner .text .four{
  transform: translateY(10px);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.7s;
  margin: 8% auto;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 350px;
  height: 53px;
  border: 1px solid #fff;
  line-height: 53px;
  text-indent: 60px;
  background: url("img/b-tel.png") no-repeat center left 25px;
}
.banner .swiper-slide1 .slide-inner .text .four strong{
  font-size: 20px;
}
.banner .swiper-slide1.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
/*slide2*/
.banner .swiper-slide2 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
  position: absolute;
  color: #fff;
  font-size: 44px;
  font-family: ziti;
  width: 100%;
  text-align: center;
}
.banner .swiper-slide2 .slide-inner .text .thr {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
  position: absolute;
  font-size: 20px;
  color: #fff;
  margin-top: 4.5%;
  width: 100%;
  text-align: center;
}
.banner .swiper-slide2 .slide-inner .text .four{
  transform: translateY(10px);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.7s;
  margin: 8% auto;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 350px;
  height: 53px;
  border: 1px solid #fff;
  line-height: 53px;
  text-indent: 60px;
  background: url("img/b-tel.png") no-repeat center left 25px;
}
.banner .swiper-slide2 .slide-inner .text .four strong{
  font-size: 20px;
}
.banner .swiper-slide2.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
/*slide3*/
.banner .swiper-slide3 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-family: ziti;
  width: 100%;
}
.banner .swiper-slide3 .slide-inner .text .thr {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
  text-align: center;
  position: absolute;
  font-size: 20px;
  color: #fff;
  margin-top:4.5%;
  width: 100%;
}
.banner .swiper-slide3 .slide-inner .text .four{
  transform: translateY(10px);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.7s;
  margin: 8% auto;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 350px;
  height: 53px;
  border: 1px solid #fff;
  line-height: 53px;
  text-indent: 60px;
  background: url("img/b-tel.png") no-repeat center left 25px;
}
.banner .swiper-slide3 .slide-inner .text .four strong{
  font-size: 20px;
}
.banner .swiper-slide3.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
/*slide4*/
.banner .swiper-slide4 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-family: ziti;
  width: 100%;
}
.banner .swiper-slide4 .slide-inner .text .thr {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
  text-align: center;
  position: absolute;
  font-size: 20px;
  color: #fff;
  margin-top: 4.5%;
  width: 100%;
}
.banner .swiper-slide4 .slide-inner .text .four{
  transform: translateY(10px);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 0.7s;
  margin: 8% auto;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 350px;
  height: 53px;
  border: 1px solid #fff;
  line-height: 53px;
  text-indent: 60px;
  background: url("img/b-tel.png") no-repeat center left 25px;
}
.banner .swiper-slide4 .slide-inner .text .four strong{
  font-size: 20px;
}
.banner .swiper-slide4.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide4.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide4.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
.gallery-thumbs {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 12;
  height: auto;
  width: 92%;
}
.gallery-thumbs .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.gallery-thumbs .swiper-slide {
  padding: 40px 0;
  display: inline-block;
  border-top: 2px solid rgba(255,255,255,.3);
  cursor: pointer;
}
.gallery-thumbs h3 {
  font-size: 14px;
}
.gallery-thumbs p{
  text-transform: uppercase;
}
.gallery-thumbs .swiper-slide-thumb-active {
  background: url(img/arr3.png) no-repeat right center;
  border-top-color: #fff;
}
/*??????*/
.index-company{
  width: 100%;
  position: relative;
  height: 540px;
  background: #fff;
  overflow: hidden;
}
.com-left{
  width: 50%;
  float: left;;
  height:100%;
}
.com-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com-right{
  width: 45%;
  float: right;
  padding: 5% 3% 0 2%;
}
.com-right h3{
  color: #275ba7;
  font-size: 32px;
  font-family: ziti;
}
.com-right span{
  color: #3f3f3f;
  font-size: 16px;
  display: block;
  padding-bottom: 30px;
}
.com-right p{
  color: #696969;
  font-size: 14px;
  line-height: 26px;
}
.com-more{
  margin-top: 40px;
}
.com-more a{
  display: block;
  width: 165px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  float: left;
  margin-right: 7px;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all 0.5s;
}
.com-more .c-m1{
  background: #275aa6;
  transition: all 0.5s;
}
.com-more .c-m1:before{
  position: absolute;
  display: block;
  content: '';
  right: 0;
  width: 0;
  height: 2px;
  top:0;
  background: #275aa6;
  transition: all 0.5s;
}
.com-more .c-m1:after{
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 0;
  height: 2px;
  bottom:0;
  background: #275aa6;
  transition: all 0.5s;
}
.com-more .c-m1:hover{
  background: #fff;
  color: #275aa6;
  transition: all 0.5s;
}
.com-more .c-m1:hover:before,.com-more .c-m1:hover:after{
  width: 100%;
  transition: all 0.5s;
}
.com-more .c-m2{
  background: #ff4800;
  transition: all 0.5s;
}
.com-more .c-m2:before{
  position: absolute;
  display: block;
  content: '';
  right: 0;
  width: 0;
  height: 2px;
  top:0;
  background: #ff4800;
  transition: all 0.5s;
}
.com-more .c-m2:after{
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 0;
  height: 2px;
  bottom:0;
  background: #ff4800;
  transition: all 0.5s;
}
.com-more .c-m2:hover{
  background: #fff;
  color: #ff4800;
  transition: all 0.5s;
}
.com-more .c-m2:hover:before,.com-more .c-m2:hover:after{
  width: 100%;
  transition: all 0.5s;
}
.index-adv1{
  width: 100%;
  position: relative;
  height: 154px;
  background: #fff;
}
.index-adv1 ul{
  height: 100%;
}
.index-adv1 ul li{
  width: 33.27%;
  float: left;
  position: relative;
  height: 100%;
  border-right: 1px solid #ebebeb;
}
.index-adv1 ul li:last-child{
  border-right: 0;
}
.adv1-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.adv1-content img{
  display: block;
  float: left;
  margin-left: 15%;
}
.adv1-content .adv1-tit{
  padding:0 15% 0 26%;
}
.adv1-content .adv1-tit h3{
  color: #313131;
  font-size: 22px;
  font-family: ziti;
}
.adv1-content .adv1-tit p{
  color: #313131;
  font-size: 14px;
}
.index-adv1 ul li:hover .adv1-content img{
  animation: swing 1s infinite linear;
  filter: grayscale(100%) brightness(800%);
}
.index-adv1 ul li:hover{
  background: #265ca7;
}
.index-adv1 ul li:hover h3,.index-adv1 ul li:hover p{
  color: #fff;
}
.index-pro{
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 5% 0;
  background-image: url(img/pro-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.title{
  text-align: center;
}
.title h3{
  color: #fff;
  font-size: 32px;
  font-family: ziti;
}
.title p{
  color: #fff;
  font-size: 16px;

}
.pro-center{
  margin-top: 27px;
}
.pro-type{
  text-align: center;
  background: none;
}
.pro-type ul li{
  display: inline-block;
  line-height: 51px;
  width: 187px;
  margin-right: 5px;
  background: #ffffff;
  margin-bottom: 10px;
}
.pro-type ul li:last-child{
  margin-right: 0;
}
.pro-type ul li a{
  color: #313131;
  font-size: 16px;
}
.pro-type ul li.on{
  background: #ff4800;
}
.pro-type ul li.on a{
  color: #fff;
}
.pro-list{
  margin-top: 25px;
}
.chanpin .swiper-slide{
  height: 313px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.cp-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*text-align: center;*/
  /*line-height: 374px;*/
}
.cp-img img{
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-tit{
  position: absolute;
  z-index: 20;
  width: 100%;
  line-height: 54px;
  text-indent: 30px;
  color: #fff;
  font-size: 16px;
  bottom: 0;
  transition: all 0.5s;
  background: rgba(49,49,49,0.79) url("img/lj.png") no-repeat center right 30px;
}
.cp-hover{
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(38,93,167,0.89);
  opacity: 0;
  visibility: hidden;
}
.cp-hover img{
  display: block;
  margin: 0 auto;
  margin-top: 40%;
}
.cp-hover p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}
.chanpin .swiper-slide:hover .cp-tit{
  bottom: -60px;
  transition: all 0.5s;
}
.chanpin .swiper-slide:hover .cp-hover{
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.5s;
}
.chanpin .swiper-slide:hover .cp-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.index-adv2{
  width: 100%;
  position: relative;
  padding: 5% 0;
  overflow: hidden;
}
.adv2-left{
  width: 60%;
  float: left;
}
.adv2-left ul li{
  width: 41%;
  padding: 4%;
  background: #f6f6f6;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.adv2-left ul li:nth-child(2n){
  margin-right: 0;
}
.adv2-left ul li h3{
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
}
.adv2-left ul li p{
  color: rgba(48,48,48,0.69);
  line-height: 23px;
  font-size: 14px;
}
.adv2-left ul li p:after{
  display: block;
  content: '';
  width: 100%;
  margin: 20px 0;
  height: 2px;
  background: #ededed;
}
.adv2-left ul li a{
  color: #303030;
  font-size: 14px;
  padding-right: 30px;
  background: url("img/adv2-jt.png") no-repeat center right;
}
.adv2-left ul li:hover{
  background: #295aa7;
}
.adv2-left ul li:hover img{
  filter: grayscale(100%) brightness(800%);
}
.adv2-left ul li:hover h3{
  color: #fff;
}
.adv2-left ul li:hover p{
  color: rgba(255,255,255,0.69);
}
.adv2-left ul li:hover p:after{
  background: rgba(237,237,237,0.37);
}
.adv2-left ul li:hover a{
  color: #fff;
  background: url("img/adv2-jt-h.png") no-repeat center right;
}
.adv2-right{
  position: absolute;
  right: 0;
  height: 521px;
  width: 30%;
  margin-top: 30px;
  background: url("img/adv-bg.png") no-repeat center left;
}
.adv2-title{
  color: #e3e2e2;
  font-size: 67px;
  transform:rotate(90deg);
  position: absolute;
  right: -12%;
  top: 42%;
  font-weight: bold;
}
.adv2-tit{
  margin-top:32%;
  text-align: right;
  margin-right: 24%;
}
.circle{
  width: 53px;
  height: 53px;
  background: rgba(41,90,167,0.65);
  position: absolute;
  right: 17%;
  top: 14%;
  border-radius: 50%;
}
.circle:after{
  display: block;
  content: '';
  width: 4px;
  height: 55px;
  background: #295aa7;
  position: absolute;
  right: 45%;
  top: 70%;
  z-index: 10;
  -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); } }

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); } }


.adv2-tit h3{
  color: #275ba7;
  font-size: 33px;
  font-family: ziti;
}
.adv2-tit p{
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.adv2-tel{
  width:206px;
  height: 40px;
  background: #ff4800 url("img/b-tel.png") no-repeat center left 15px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-indent: 20px;
  float: right;
  margin-top: 20px;
}
.index_yw {
  width: 100%;
  height: 85vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ywimgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ywimgbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(0, 0, 0, .5);*/
  z-index: 1;
}

.ywimgbox li {
  width: 100%;
  opacity: 0;
  transition: ease 1s;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-attachment: fixed;
}

.ywimgbox li.on {
  opacity: 1;
}

.ywfw_list {
  width: 100%;
}

.ywfw_list li {
  width: 20%;
  float: left;
  height: 85vh;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, .26);
  transition: all 0.5s;
}

.ywfw_list li:last-child {
  border-right: none;
}

.ywfw_list li a {
  display: block;
  left: 15%;
  position: absolute;
  top:44%;
  transform: translateY(-50%);
  box-sizing: border-box;
  color: #fff;
  transition: all 0.5s;
}

.ywfw_list li .num1 {
  font-size: 46px;
}

.ywfw_list li .num2 {
  font-size: 100px;
  font-weight: 100;
  color: rgba(255, 255, 255, .3);
  display: none;
  padding-top: 10px;
}

.ywfw_list li .tit {

}

.ywfw_list li .icon {
  display: block;
  height: 50px;
  margin-top: 20px

}

.ywfw_list li .tit h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
}
.ywfw_list li .tit p {
  font-size: 16px;
  color: #fff;
}

.ywfw_list li .tit .arr1 {
  display: block;
  width: 41px;
  height:9px;
  transform: translateY(85px);
  background: url(img/arr2.png) no-repeat center;
  background-size: 100% 100%;
}

.ywfw_list li.on {
  background: rgba(38,92,167,0.81);
}

.ywfw_list li.on a {
  top: 40%;
  transition: all 0.5s;
}

.ywfw_list li.on .num1 {
  display: none;
}

.ywfw_list li.on .num2 {
  display: block;
}
.ywfw_list li.on .tit h3{
  font-size: 26px;
}
.ywfw_list li.on .tit .arr1 {
  width: 61px;
  height: 61px;
  margin-top: -40px;
  border-radius: 50%;
  background:#fff url(img/arr2-h.png) no-repeat center;
}
.ywfw_list li.on .icon{
  margin-top: 0px;
}
.index-news{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: #f1f2f4;
}
.new-title{
  text-align: left;
}
.new-title h3{
  color: #3a3a3a;
  font-size: 32px;
  font-family: ziti;
}
.new-title p{
  color: #3a3a3a;
  font-size: 16px;
}
.news-center{
  position: relative;
}
.news-type{
  width: 415px;
  float: right;
  margin-top: -95px;
}
.news-type ul li{
  width: 49%;
  float: left;
  height:65px;
  line-height: 65px;
  text-align: center;
  background: #fff;
  margin-right: 2%;
}
.news-type ul li:last-child{
  margin-right:0;
}
.news-type ul li a{
  display: block;
  color: #265da7;
  font-size: 18px;
  font-weight: bold;
}
.news-type ul li.on{
  background: #ff4800;
}
.news-type ul li.on a{
  color: #fff;
}
.news-list{
  margin-top: 30px;
}
.n1{
  width: 30%;
  float: left;
  background: #fff;
  margin-right:1%;
  height: 604px;
  position: relative;
}
.n1-time{
  width: 108px;
  height: 112px;
  background: #ff4800;
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
  transition: all 0.5s;
}
.n1-time strong{
  color: #fff;
  font-size: 30px;
  display: block;
  padding-top: 22px;
}
.n1-time span{
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: -5px;
}
.n1-img{
  width: 100%;
  height:100%;
  overflow: hidden;
}
.n1-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.n1-tit{
  position: absolute;
  bottom: 20px;
  left: 15px;
  background: #fff;
  right: 15px;
  padding: 4% 3%;
}
.n1-tit h3{
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.n1-tit p{
  color: #818181;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n1-more{
  width:33px;
  height: 17px;
  background: url("img/n-jt1.png") no-repeat center center;
  animation: move 1.2s linear infinite;
  margin-top: 5px;
}
@keyframes move {
  0% {left: 0%;	 opacity: 0; }
  70% { left: 70%; opacity: 1 }
  100% {left: 100%;opacity: 0;}
}
.n1:hover .n1-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.n1:hover .n1-time{
  box-shadow: 0 0 10px #265da7;
  transition: all 0.5s;
}
.n1:hover .n1-tit h3{
  color: #265da7;
}

.n2{
  width: 30%;
  float: left;
  margin-right: 1%;
  height: 604px;
}
.n2 ul li{
  padding: 38px 40px;
  background: #fff;
  margin-bottom: 2%;
  position: relative;
  height: 221px;
}
.n2 ul li h3{
  width: 108px;
  height: 31px;
  background: #fff;
  border: 1px solid #265da7;
  line-height: 31px;
  text-align: center;
  color: #265da7;
  border-radius: 5px;
  font-size: 14px;
}
.n2 ul li:last-child{
  margin-bottom: 0;
}
.n2-time{
  position: absolute;
  right: 10%;
  top: 5%;
  width: 60px;
  text-align: center;
}
.n2-time span{
  color: #6f6e6e;
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.n2-time strong{
  color: #656565;
  display: block;
  margin-top: -10px;
  font-size: 50px;
}
.n2-title p{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 60px;
}
.n2-title{
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.n2-tit{
  color: #818181;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.n2-more{
  width: 45px;
  height: 45px;
  background: #265da7;
  border-radius: 50%;
  margin-top: 20px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.n2 ul li:hover{
  background: #265da7;
}
.n2 ul li:hover p,.n2 ul li:hover .n2-tit{
  color: #fff;
}
.n2 ul li:hover .n2-title{
  border-bottom: 2px solid #7597c5;
}
.n2 ul li:hover .n2-time span,.n2 ul li:hover .n2-time strong{
  color: #fff;
}
.n2 ul li:hover h3{
  background: #fff;
}
.n2 ul li:hover .n2-more{
  background: #fff;
  color: #265da7;
}
.n3{
  width: 38%;
  float: right;
  height: 604px;
}
.n3 ul li{
  padding: 39px 30px 0 38px;
  height: 156px;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
}
.n3-title{
  position: absolute;
  right: 5%;
  top: 28%;
  width: 108px;
  height: 31px;
  background: #fff;
  border: 1px solid #265da7;
  line-height: 31px;
  text-align: center;
  color: #265da7;
  border-radius: 5px;
  font-size: 14px;
}
.n3-time{
  color: #6f6e6e;
  font-size: 14px;
}
.n3 ul li h3{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 110px;
}
.n3 ul li p{
  color: #818181;
  font-size: 14px;
}
.n3-more{
  width:33px;
  height: 17px;
  background: url("img/n-jt1.png") no-repeat center center;
  animation: move 1.2s linear infinite;
  margin-top: 22px;
}
@keyframes move {
  0% {left: 0%;	 opacity: 0; }
  70% { left: 70%; opacity: 1 }
  100% {left: 100%;opacity: 0;}
}
.n3 ul li:hover{
  background: #265da7;
}
.n3 ul li:hover h3,.n3 ul li:hover p{
  color: #fff;
}
.n3 ul li:hover .n3-time{
  color: #fff;
}
.n3 ul li:hover .n3-more{
  background: url("img/n-jt.png") no-repeat center center;
}
.n3 ul li:last-child{
  margin-bottom: 0;
}
.index-partner{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.title1 h3{
  color: #3a3a3a;
}
.title1 p{
  color: #3a3a3a;
}
.partner{
  margin-top: 28px;
}
.par-img{
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
  height: 115px;
  width: 99%;
}
.par-img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.liuyan{
  width: 100%;
  background-image: url(img/mes.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3% 0;
}
.liuyan form{
  width: 100%;
}
.liuyan form input{
  width: 18%;
  height: 55px;
  line-height: 55px;
  display: block;
  background: #fff;
  color: #5a5a5a;
  font-size: 14px;
  text-indent: 15px;
  margin-right:0.5%;
  float: left;
}
.liuyan form textarea{
  width: 36%;
  height: 55px;
  line-height: 55px;
  display: block;
  background: #fff;
  color: #5a5a5a;
  font-size: 14px;
  text-indent: 15px;
  margin-right: 0.5%;
  float: left;
}
.liuyan form .code{
  width: 18%;
  float: left;
  height: 55px;
  line-height: 55px;
  background: #fff;
}
.liuyan form .code input{
  width: 70%;
  float: left;
  height: 55px;
  line-height: 55px;
  text-indent: 15px;
  color: #5a5a5a;
  font-size: 14px;
  margin-right: 0;
}
.liuyan form .verify{
  width: 30%;
  height: 55px;
  overflow: hidden;
  float: right;
}
.liuyan form .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.liuyan form input::-webkit-input-placeholder{
  color: #333;
}
.liuyan form textarea::-webkit-input-placeholder{
  color: #333;
}
.liuyan .submit{
  display: block;
  width: 8%;
  height: 55px;
  line-height: 55px;
  background: #ff4800;
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: right;
}
.mes-title{
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 27px;
}
.mes-title span{
  font-size: 14px;
  font-weight: normal;
}
.liuyan h3{
  color: #fff;
  font-size: 14px;
  padding-top: 26px;
}
/*??????*/
.foot{
  width: 100%;
  position: relative;
  padding: 5% 0 4% 0;
  background: url("img/foot.jpg") no-repeat center center;
}
.f1{
  float: left;
  width: 20%;
}
.f1-tit{
  padding-top: 40px;
  color: #cecece;
  font-size: 16px;
}
.f1-tit:after{
  display: block;
  content: '';
  width: 279px;
  height: 1px;
  background: #37373a;
  margin-left: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.f-ewm img{
  float: left;
  margin-right: 2px;
  display: block;
  background: #fff;
  max-width: 105px;
  padding: 5px;
}
.f-nav{
  width: 49%;
  float: left;
  margin-left: 10%;
}
.f-nav ul{
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.f-nav ul li{
  width: 100%;
  text-align: left;
  position: relative;
}
.f-nav ul li>a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.fnav-erji{
  position: absolute;
  top:50px;
}
.fnav-erji>a{
  color: #b1b1b1;
  font-size: 14px;
  display: block;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f-nav ul li .fnav-erji>a:hover{
  color: #fff;
}
.f3{
  float: right;
  width:16%;
}
.f3 h3{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.f3 p{
  color: #a0a1a8;
  font-size: 16px;
  padding-top: 32px;
  padding-bottom: 30px;
}
.f-sea{
  width: 100%;
  background: #fff;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.f-sea1{
  width: 75%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  color: #333;
  text-indent: 20px;
  font-size: 16px;
}
.f-sea2{
  width: 25%;
  float: right;
  height: 45px;
  background: #265da7 url("img/sea1.png") no-repeat center center;
}
.f-sea1::-webkit-input-placeholder{
  color: #a0a1a8;
}
.f-lianxi{
  margin-top: 4%;
  padding-top: 4%;
  border-top: 2px solid rgba(255,255,255,0.55);
}
.f-lianxi ul li{
  float: left;
  width: 18%;
}
.f-lianxi ul li img{
  float: left;
  height: 50px;
  padding-right: 15px;
}
.f-lianxi ul li p{
  color: #b1b1b1;
  font-size: 14px;
  line-height: 21px;
}
.f-lianxi ul li strong{
  color: #fff;
  font-size: 20px;
}
.go-top {
  width: 45px;
  height: 44px;
  position: fixed;
  bottom: 13%;
  z-index: 500;
  right: 3%;
  display: none;
  background: url(img/go-top.png) no-repeat center center;
}
.f-admin{
  width: 100%;
  position: relative;
  background: #131313;
  line-height: 68px;
}
.f-admin p{
  color: #fff;
  font-size: 14px;
  float: left;
}
.f-admin p a{
  color: #fff;
  font-size: 14px;
}
.f-admin img{
  float: right;
  padding-top: 15px;
}
/*??????-banner????????????*/
.fixed-banner{
  width: 100%;
  position: relative;
}
.nei-banner-tit{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 90%;
}
.nei-banner-tit p{
  color: #fff;
  font-size: 28px;
}
.nei-banner-tit h3{
  color: #fff;
  font-family: ziti;
  font-size: 44px;
  padding-bottom: 10px;
}
.nei-banner-tit span{
  color: #fff;
  font-size: 20px;
}
.fixed-banner img{
  max-width: 100%;
}
.location{
  width: 100%;
  position: relative;
  line-height: 90px;
  background: #f4f4f4;
}
.warpper{
  width: 1600px;
  margin: 0 auto;
}
.loca-type{
  float: left;
  width: 50%;
}
.loca-type ul li{
  float: left;
  padding-right: 5%;
}
.loca-type ul li a{
  color: #393939;
  font-size: 16px;
}
.loca-type ul li a:hover{
  color: #265da7;
  font-weight: bold;
}
.loca-type ul li a.active{
  color: #265da7;
  font-weight: bold;
}
.loca-right{
  float: right;
  background: url("img/home.png") no-repeat center left;
  color: #393939;
  font-size: 14px;
  padding-left: 30px;
}
.loca-right a{
  color: #393939;
  font-size: 14px;
}
/*??????-????????????*/
.about1{
  background: #fff;
  padding: 4% 0;
  position: relative;
}
.about1-left{
  width: 30%;
  float: left;
}
.about1-logo img{
  max-width: 100%;
}
.about1-left h3{
  color: #393939;
  font-size: 30px;
  font-family: ziti;
  padding-top: 25px;
}
.about1-left p{
  color: #393939;
  font-size: 16px;
}
.about1-left .circle1{
  width: 197px;
  height: 197px;
  position: relative;
  line-height: 197px;
  margin-top: 170px;
}
.about1-left .circle1:before{
  position: absolute;
  border: 1px dashed #606060;
  border-radius: 50%;
  display: block;
  content: '';
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  animation:turn 1s linear infinite;
}
.circle1 img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@keyframes turn{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}
.about1-right{
  width: 57%;
  float: left;
  margin-left:3%;
}
.ab1-tit{
  color: #393939;
  font-size: 14px;
  line-height: 26px;
}
.ab1-img{
  width: 100%;
  height: 375px;
}
.ab1-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about2{
  width: 100%;
  position: relative;
  padding: 5% 0 0 0;
  background-image: url("img/ab2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about2 .warpper{
  position: relative;
}
.about2-tit{
  text-align: center;
  margin-top: 5%;
  width: 100%;
}
.about2-tit h3{
  color: #fff;
  font-size: 36px;
  font-family: ziti;
}
.about2-tit p{
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
}
.ab2{
  position: relative;
  width: 100%;
  height: 290px;
  margin-top: 5%;
}
.youshi{
  height: 100%;
}
.ab2 .swiper-slide{
  background: rgba(0,0,0,0.66);
  position: relative;
  height: 100%;
}
.ab2-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
.ab2-tit:before{
  display: block;
  content: '';
  width: 4px;
  height: 156px;
  background: #dc9837;
  float: left;
  margin-right: 38px;
}
.ab2-tit h3{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 28px;
}
.ab2-tit p{
  color: #fff;
  font-size: 14px;
  padding-top: 28px;
}
.ab2 .swiper-slide:hover{
  background: #275aa6;
}
.about3{
  position: relative;
  width: 100%;
  padding: 4% 0;
}
.about3-list{
  width: 100%;
  margin-top: 20px;
  position: relative;
  height: 590px;
}
.about3-list .hj{
  height: 100%;
}
.about3-list .swiper-slide{
  height: 274px;
  overflow: hidden;
  margin-top: 20px!important;
}
.hj-img{
  width: 100%;
  height: 274px;
  overflow: hidden;
}
.hj-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about3-list .swiper-slide:hover .hj-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.about3-list .swiper-slide h4{
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  background: rgba(0,0,0,0.7);
  transition: all 0.5s;
  text-align: center;
}
.hj-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39,90,166,0.83);
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.hj-tit{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.hj-tit p{
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.about3-list .swiper-slide:hover .hj-hover{
  left: 0;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.about3-list .swiper-slide:hover h4{
  bottom: -60px;
  transition: all 0.5s;
}
.about4{
  width: 100%;
  position: relative;
  padding: 4% 0;
  background: #f6f6f6;
}
.about4-left{
  float: left;
  width: 25%;
}
.about4-left h3{
  color: #3a3a3a;
  font-size: 32px;
  font-family: ziti;
  padding-top: 30px;
}
.about4-left p{
  color: #3a3a3a;
  font-size: 16px;
  padding: 12px 0;
}
.about4-left img{
  display: block;
}
.about4-left span{
  font-size: 12px;
  color: #3a3a3a;
  display: block;
  padding-top: 27px;
}
.about4-left strong{
  color: #275aa6;
  font-size: 24px;
  display: block;
}
.about4-left a{
  display: block;
  width: 230px;
  height: 48px;
  background: #275aa6;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  margin-top: 20px;
  position: relative;
  transition: all 0.5s;
}
.about4-left a:before{
  position: absolute;
  display: block;
  content: '';
  right: 0;
  width: 0;
  height: 2px;
  top:0;
  background: #275aa6;
  transition: all 0.5s;
}
.about4-left a:after{
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 0;
  height: 2px;
  bottom:0;
  background: #275aa6;
  transition: all 0.5s;
}
.about4-left a:hover{
  background: #fff;
  color: #275aa6;
  transition: all 0.5s;
}
.about4-left a:hover:before,.about4-left a:hover:after{
  width: 100%;
  transition: all 0.5s;
}
.about4-right{
  width: 60%;
  float: right;
}
.about4-right ul li{
  width: 24%;
  float: left;
  height: 103px;
  background: #fff;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
}
.about4-right ul li:nth-child(4n){
  margin-right: 0
}
.about4-right ul li img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
}
.about5{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.about5-tuijian{
  width: 100%;
  position: relative;
}
.about5-tuijian .tj{
  height: 100%;
  margin-top: 36px;
}
.about5-tuijian .swiper-slide{
  height: 374px;
  overflow: hidden;
}
.about3-list .swiper-slide a{
  display: block;
  position: relative;
  z-index: 100;
}
.tj-img{
  height: 374px;
  overflow: hidden;
  /*line-height: 374px;*/
  text-align: center;
  border: 1px solid #cccccc;
  width: 99%;
}
.tj-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  transition: all 0.5s;
}
.about5-tuijian .swiper-slide:hover .tj-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.about5-tuijian .swiper-slide h4{
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  background: rgba(0,0,0,0.7) url("img/lj.png") no-repeat center right 20px;
  transition: all 0.5s;
  text-indent: 20px;
}
.tj-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39,90,166,0.83);
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.tj-tit img{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tj-tit{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}

.tj-tit p{
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.about5-tuijian .swiper-slide:hover .tj-hover{
  left: 0;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.about5-tuijian .swiper-slide:hover h4{
  bottom: -60px;
  transition: all 0.5s;
}
.news_list {
  padding: 90px 0
}

.news_list ul {
  margin-left: -1.3%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.news_list li {
  width: 23.7%;
  float: left;
  margin-left: 1.3%;
  overflow: hidden;
  margin-bottom: 30px
}

.news_list li .img {
  width: 100%;
  height: 298px;
  overflow: hidden
}

.news_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.news_list li:hover img {
  transform: scale(1.1,1.1)
}

.news_list li .desc {
  height:177px;
  box-sizing: border-box;
}
.news_list li .desc p{
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list .info {
  padding: 0 30px;
  background: #f4f4f4;
}

.news_list li:first-child {
  width: 48.7%;
  height: 550px;
  position: relative
}

.fr{
  float: right;
}
.news_list li:first-child .desc {
  padding: 0;
  height: auto
}
.news_list li:first-child .desc h3{
  color: #fff;
  padding: 10px 0;
}
.news_list li:first-child .desc p{
  color: rgba(255,255,255,0.78);
}

.news_list .time_bar {
  line-height: 74px;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  color: #939393;
  position: relative;
  z-index: 1
}
.news_list li .n-more{
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
}
.news_list .time_bar:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #275aa6;
  position: absolute;
  left: -10%;
  top: -1px;
  transition: all .6s
}

.news_list li:hover .time_bar:before {
  width: 120%
}

.news_list li:first-child .img {
  width: 100%;
  height: 100%!important;
  transition: all .6s
}
.news_list li:first-child .info {
  width: 50%;
  background: #275aa6;
  position: absolute;
  transition: all .6s;
  right: 30px;
  bottom: 30px;
  color: #fff;
  padding: 27px;
  box-sizing: border-box
}
.news_list li:first-child:hover .info {
  transform: translate(-44%,-44%)
}
.news_list li .info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #393939;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 35px 0 25px 0;
}
.news_list .iconfont {
  margin-right: 10px;
  background: url("img/time.png") no-repeat center left;
  padding-left: 20px;
  background-size: contain;
}

.news_page {
  background: #fff;
  padding-top: 3%;
}
.news_list .load_more {
  margin-top: 60px
}
.news_list li:first-child .time_bar {
  color: #fff;
  border-top: none;
  line-height: normal
}

.news_list li:first-child .fr {
  display: none
}
.news_top {
  background: #333;
  color: #fff;
  padding: 50px 0;
  margin-top: 60px
}
.news_top h3 {
  font-size: 36px;
  font-weight: 700
}
.news_top p {
  text-transform: uppercase
}
/*??????-????????????*/
.info-contact{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.info-contact ul li{
  float: left;
  margin-right: 8%;
  margin-top: 40px;
}
.info-contact ul li img{
  float: left;
  display: block;
  padding-right: 20px;
}
.info-contact ul li strong{
  color: #275aa6;
  font-size: 22px;
}
.info-contact ul li p{
  color: #474747;
  font-size: 16px;
}
.info-contact ul li:nth-child(3){
  margin-right: 0;
}
.contact-ewm{
  float: right;
}
.contact-ewm p{
  float: left;
  margin-right: 5px;
  border: 1px solid #dedede;
  padding: 5px;
}
.contact-ewm p img{
  max-width: 100%;
}
.con-mes{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: url(img/con-mes.jpg) no-repeat center;
  background-attachment: fixed;
  height: 660px;
}
.biaodan{
  width: 42%;
  background: #fff;
  height: 94%;
  padding: 3% 4%;
}
.biaodan h3{
  color: #353535;
  font-weight: bold;
  font-size: 28px;
}
.biaodan h3:after{
  display: block;
  content: '';
  width: 25px;
  height: 4px;
  background: #275aa6;
  margin-top: 20px;
}
.biaodan input{
  width: 100%;
  line-height: 45px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-top: 10px;
  color: #4e4e4e;
  font-size: 14px;
}
.biaodan input::-webkit-input-placeholder{
  color: #4e4e4e;
}
.biaodan p{
  color: #4e4e4e;
  line-height: 45px;
  font-size: 14px;
  margin-top: 10px;
}
.biaodan textarea{
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #4e4e4e;
}
.biaodan textarea::-webkit-input-placeholder{
  color: #4e4e4e;
}
.biaodan .code input{
  width: 75%;
  float: left;
}
.biaodan .verify{
  float: right;
  width: 25%;
  height: 45px;
  overflow: hidden;
}
.biaodan .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.biaodan a{
  width: 100%;
  line-height: 61px;
  background: #275aa6;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 10px;
  transition: all .6s
}
.biaodan a:hover{
  background: #dc9837;
  transition: all .6s
}
/*??????-????????????*/
.info-pro{
  padding: 3% 0;
  width: 100%;
  position: relative;
}
.pro-type1{
  width: 20%;
  float: left;
  background: #fff;
}
.pro-type1 h3{
  line-height: 80px;
  background: #275aa6;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.pro-type1 ul{
  margin-top: 2%;
}
.pro-type1 ul li{
  width: 100%;
  margin-bottom: 10px;
}
.pro-type1 ul li>a{
  color: #333;
  width: auto;
  padding:0 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  background: #f4f4f4;
  transition: all .5s
}
.pro-type1 ul li>a.xzl{
  border-left: 3px solid #275aa6;
  color: #275aa6;
}
.pro-type1 ul li:hover>a{
  border-left: 3px solid #275aa6;
  color: #275aa6;
  transition: all .5s
}
.info-pro-list{
  width: 78%;
  float: right;
  position: relative;
}
.info-pro-list ul li{
  width: 24.25%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.info-pro-list ul li .tj-img{
  height:300px;
  line-height: 300px;
}
.info-pro-list ul li:nth-child(4n){
  margin-right: 0;
}
.info-pro-list ul li h4{
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  background: rgba(0,0,0,0.7) url("img/lj.png") no-repeat center right 20px;
  transition: all 0.5s;
  text-indent: 20px;
}
.pro-erji{
  width: 100%;
}
.pro-erji a{
  display: block;
  line-height: 40px;
  text-indent: 30px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px dashed #eee;
}
.pro-erji a:hover{
  color: #275aa6;
  border-bottom: 1px dashed #275aa6;
}
.pro-erji a.ziti{
  color: #275aa6;
  border-bottom: 1px dashed #275aa6;
}

.info-pro-list ul li:hover .tj-hover{
  left: 0;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.info-pro-list ul li:hover h4{
  bottom: -60px;
  transition: all 0.5s;
}
/*????????????*/
.proinfo{
  background: #f4f4f4;
  padding-bottom: 3%;
}
.pro_tit {
  padding:3% 0;
  position: relative;
  border-top: 1px solid #265da7;
}
.pro_tit span.tit  {
  display: inline-block;
  border-left: 3px solid #265da7;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 36px;
}
.proxq_head{
  padding-bottom: 3%;
  border-bottom: 1px solid #275aa6;
}
.u_hidden{
  display: none;
}
.neicp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
  transition: 300ms;
  transform: scale(0.8);

}
.neicp .swiper-slide img{
  max-width: 100%;
  border: 1px solid #6b6b6b;

}
.neicp  .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.pro_tab {
  position: relative;
  margin-top:3%;
  background: #fff;
}

.protab_li {
  height: 96px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  line-height: 96px;
}

.protab_li li {
  display: inline-block;
  margin: 0 2%;
  width: 14%;
  font-size: 20px;
  cursor: pointer;
}

.protab_li li.on {
  border-bottom: 2px solid #265da7;
  color: #265da7;
  line-height: 94px;
}

.protab_con img {
  max-width: 100%;
}

.protab_con {
  box-sizing: border-box;
  padding: 40px;
}
.protab_con p{
  line-height: 30px;
  font-size: 16px;
}

/*????????????*/
.info-culture{
  padding: 3% 0;
  width: 100%;
  position: relative;
}
.cul-tit img{
  max-width: 100%;
}
/*????????????*/
.info-yewu{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.yewu-left{
  width: 45%;
  float: left;
}
.yewu-left h3{
  color: #393939;
  font-size: 32px;
  font-family: ziti;
}
.yewu-tit{
  margin-top: 30px;
}
.yewu-tit p{
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}
.yewu-tel{
  background: url("img/h-tel.png") no-repeat center left;
  padding-left: 70px;
  margin: 20px 0;
}
.yewu-tel span{
  color: #515151;
  font-size: 12px;
  display: block;
  padding-top: 10px;
}
.yewu-tel strong{
  display: block;
  font-size:24px;
  color: #275aa6;
  margin-top: -10px;
}
.yewu-img{
  width: 100%;
  height: 304px;
  position: relative;
  overflow: hidden;
}
.yewu-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yewu-lx{
  position: absolute;
  left: 45px;
  bottom: 45px;
  z-index: 100;
}
.yewu-lx a{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.5s;
}
.yewu-lx a:after{
  display: block;
  content: '';
  width: 58px;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
.yewu-lx a:hover{
  color: #d2953c;
  transition: all 0.5s;
}
.yewu-lx a:hover:after{
  width: 80px;
  background: #d2953c;
  transition: all 0.5s;
}
.yewu-right{
  width: 50%;
  float: right;
  position: relative;
}
.yewu-right img{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
/*????????????*/
.info-service{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.info-service h3{
  color: #393939;
  font-size: 32px;
  font-family: ziti;
}
.info-service h3:after{
  display: block;
  content: '';
  width:54px;
  height: 4px;
  background: #275aa6;
  margin: 13px 0 26px 0;
}
.info-service ul li{
  float: left;
  width: 32%;
  height: 336px;
  margin-right: 1%;
  position: relative;
  background: #000;
}
.info-service ul li .fuwu-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.info-service ul li .fuwu-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-service ul li .fuwu-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.info-service ul li .fuwu-tit h4{
  color: #fff;
  font-size: 22px;
  font-family: ziti;
}
.info-service ul li .fuwu-tit p{
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}
.info-service ul li:hover .fuwu-img img{
  opacity: 1;
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
/*??????*/
.job1{
  width: 100%;
  padding: 3% 0;
  position: relative;
}
.job_tab{
  width: 100%;
  height: 60px;
  background: #275aa6;
}
.job_tab span{
  display: block;
  color: #fff;
  font-size: 18px;
  float: left;
  width: 21%;
  text-align: center;
  line-height: 60px;
}
.job1 ul li{
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #dcdcdc;
  line-height: 85px;

}
.job1 ul li span{
  width: 21%;
  text-align: center;
  display: block;
  float: left;
  color: #323232;
  font-size: 14px;
  height: 75px;
}

.job1 ul li .jobs_last{
  width: 10%;
  float: right;
}
.job1 ul li .jobs_last img{
  display: block;
  margin-top: 20px;
}
.req_text{
  background: #f4f4f4;
  padding: 2%;
}
.jobs_req{
  display: none;
  width: 100%;
  margin: 0 auto;
}
/*????????????*/
.info-case-list{
  width: 100%;
  position: relative;
}
.info-case-list ul li{
  width: 24.25%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  height: 300px;
  transition: all 0.5s;
  position: relative;
}
.info-case-list ul li:nth-child(4n){
  margin-right: 0;
}
.info-case-list ul li .case-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.info-case-list ul li .case-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-case-list ul li h4{
  position: absolute;
  z-index: 10;
  bottom: 0;
  line-height: 45px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  text-align: center;
  width: 100%;
}
.info-case-list ul li:hover h4{
  background: rgba(39,90,166,0.5);
}
.info-case-list ul li:hover .case-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.neicase .swiper-slide img{
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.video{
  width: 100%!important;
  height: 400%;
}




.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: #275aa6;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
  font-family: ziti;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #fff;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(img/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(img/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(img/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}

.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}

.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
