@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
@font-face {
  font-family: jxzk;
  src: url('../font/jxzk.TTF');
}
@font-face {
  font-family: huxiaobo;
  src: url('../font/huxbo.ttf');
}
.top_bar {
  height: 40px;
  line-height: 40px;
  background: url("../img/top.png") no-repeat center center;
}
.top_bar .tb-left {
  float: left;
  color: #d3d3d3;
  font-size: 14px;
  overflow: hidden;
  padding-left:30px;
}
.top_bar .tb-rig {
  float: right;
}

.tb-rig ul li{
  float:left;
  display:block;
  margin-left: 24px;
}
.tb-rig ul li a {
  color: #ffffff;
  font-size: 14px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  padding-left: 30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.top_bar .tb-rig ul li > a:hover {
  color: #fff;
}
.tb-rig ul li:nth-of-type(1) a {
  background: url("../img/add.png") no-repeat left center;
}
.tb-rig ul li:nth-of-type(2) a {
  background: url("../img/wx.png") no-repeat left center;
}
.tb-rig ul li:nth-of-type(1) a span{
  border-top:5px solid #fff;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  display: inline-block;
  padding-top:1px;
  margin-left:6px;
}

.tb-rig ul li.top_wx,.tb-rig ul li.lang{
  position: relative;
}
.drop-list2{
  display: none;
  position: absolute;
  width: 100%;
  line-height: 35px;
  background: #737171;
}
.top_bar .tb-rig ul li .drop-list2 a{
  background:none;
  color: #fff;
  text-align: center;
  padding-left:0;
  line-height: 30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.top_bar .tb-rig ul li .drop-list2 a:hover{
  background: #be2b31;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  width: 110px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 1px 3px 3px #ccc;
}
.top_bar .tb-rig ul li .drop-list img{
  width: 100%;
}
/*logo*/
.head{
  padding:30px 0;
  background: #f3f3f5;
}
.logo{
  float:left;
}
.logo>img{
  float:left;
  margin-right:10px;
}
.logo>div{
  float:left;
}
.logo h1{
  font-size: 26px;
  color: #313131;
  font-weight: bold;
  padding-top: 10px;
}
.logo p{
  font-size: 14px;
  color: #7e7e7e;
  letter-spacing: 1.2px;
}
.nav_tel{
  float:right;
  margin-top: 11px;
}
.nav_tel>div{
  margin-right:10px;
  float:left;
}
.t-email{
  background: url("../img/email.png") no-repeat center left;
  padding-left: 50px;
}
.t-tel{
  background: url("../img/tel.png") no-repeat center left;
  padding-left: 50px;
}
.nav_tel small{
  display: block;
  font-size: 14px;
  color: #9d9d9d;
  line-height: 18px;
}
.nav_tel div{
  line-height: 24px;
  font-size: 18px;
  color: #5d5d5d;
}

.nav-bar {
  height: 65px;
  width:100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.nav-bar ul {
  float:left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.nav-bar ul li {
  float: left;
  height:65px;
  position: relative;
  width:68px;
  margin-right: 27px;
}
.nav-bar ul li:last-child{
  margin-right: 0;
}

.nav-bar ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #383838;
  width:100%;
  line-height: 65px;
  position: relative;
}
.nav-bar ul li a::after{
  position: absolute;
  content: '';
  left:50%;
  bottom:0;
  width:0;
  height: 4px;
  transform: translateX(-50%);
  background: #003d8c;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.nav-bar ul li:hover a:after,.nav-bar ul li.active a:after {
  width: 100%;
}

.banner .swiper-slide a img{
  width: 100%;
}

.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  color: #fff;
  width: 35px;
  height: 65px;
}
.banner .swiper-button-next{ right:0;}
.banner .swiper-button-prev{  left:0;}
.banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border:1px solid #4c9318;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  font-size: 21px;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #4c9318;
}
#main {
  overflow: hidden;
}
.img_jz{
  position: relative;
  overflow: hidden;
  display: block;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.img_jz1{
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.img_jz1 img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-red{
  background: #003d8c;
  width: 100px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  float:right;
  transition: all 0.5s;
}
.bg-red:hover{
  background: #f7a202;
  transition: all 0.5s;
}

/*热搜*/
.searchshow{
  height: 52px;
  margin-top:10px;
  padding:0 15px;
  float:right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.searchshow form{
  border-bottom: 2px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.searchshow form input[type=text]{
  float:left;
  line-height: 46px;
  color: #636363;
  font-size: 14px;
  width: 148px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
}
.searchshow form input[type=text]::placeholder{
  color: #636363;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background:url("../img/sea.png") no-repeat center;
  width: 24px;
  height:24px;
  cursor: pointer;
  float:right;
  margin-top: 9px;
}
/*title*/
.title{
  text-align: center;
  padding-top: 65px;
  padding-bottom: 33px;
}
.title small{
  font-size: 14px;
  color: #383838;
  display: block;
  margin-top: 7px;
  line-height: 14px;
}
.title div{
  font-size: 32px;
  line-height: 32px;
  color: #383838;
  font-family: huxiaobo;
  font-weight: normal;
}
.title b{
  display: block;
  position: relative;
  overflow: hidden;
  height: 4px;
  width:93px;
  margin:12px auto;
}
.title b:before{
  display: block;
  content: '';
  background: #003d8c;
  width:100%;
  height: 2px;
  position: absolute;
  left:0;
  top:1px;
}
@keyframes linemove {
  0%{
    left:-18px;
  }
  100%{
    left:121px;
  }
}
.title b:after {
  display: block;
  content: '';
  position: absolute;
  background: #003d8c;
  left: -18px;
  width: 18px;
  height: 4px;
  top: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-animation: linemove 2s linear 0s infinite normal;
  -o-animation: linemove 2s linear 0s infinite normal;
  animation: linemove 2s linear 0s infinite normal;
}


/*index_number*/
.index_number ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 135px;
}
.index_number ul li{
  text-align: center;
}
.index_number ul li>div{
  font-size:44px;
  color: #be2c2f;
}
.index_number ul li>div>span{
  font-style: italic;
  line-height: 44px;
  vertical-align: bottom;
  font-weight: bold;
}
.index_number ul li>div>sub{
  font-size: 14px;
}
.index_number ul li>div>sup{
  margin-right: -13px;
  font-size: 20px;
  font-style: italic;
  margin-left: -8px;
}
.index_number ul li>small{
  font-size: 14px;
  color: #353535;
}
.index_number ul li>i{
  display: block;
  width: 2px;
  height: 68px;
  background: #e3e3e3;
  margin-top:28px;
}


.morebtn{
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  background: #be3137;
  width:238px;
  line-height: 53px;
  height: 53px;
}
.btn{
  cursor: pointer;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
  overflow: hidden;
}
.btn span{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  display: block;
  text-align: center;
  z-index: 10;
}
.btn:before,.btn:after{
  display:block;
  content: '';
  position: absolute;
  width:20px;
  height: 20px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
@keyframes btnleft{
  0%{
    left:-20px;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:calc(50% - 20px);
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
}

@keyframes btnright{
  0%{
    left:100%;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:50%;
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
}
.btn:before{
  left:-20px;
}
.btn:after{
  left:100%;
}
.btn:hover:before{
  -webkit-animation: btnleft 800ms linear 0s 1 normal;
  -o-animation: btnleft 800ms linear 0s 1 normal;
  animation: btnleft 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:hover:after{
  -webkit-animation: btnright 800ms linear 0s 1 normal;
  -o-animation: btnright 800ms linear 0s 1 normal;
  animation: btnright 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:before,.btn:after{
  background: #c9585d;
}
/*首页-公司简介*/
.index1{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.index1-left{
  width: 507px;
  float: left;
  position: relative;
  height: 470px;
}
.index1-img{
  width:433px;
  height: 391px;
  float: left;
}
.index1-img img{
  display: block;
  max-width: 100%;
}
.index1-tit{
  width: 149px;
  height: 185px;
  background: #003d8c;
  text-align: center;
  position: absolute;
  right: 9px;
  z-index: 10;
}
.index1-tit img{
  display: block;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 15px;
}
.index1-tit div{
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}
.index1-tit p{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: lighter;
}
.index1-t{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 79px;
  line-height: 79px;
  background: #f3f3f5;
}
.index1-t p{
  text-indent: 20px;
  color: #383838;
  font-size: 16px;
  float: left;
}
.index1-t a{
  display: block;
  width: 72px;
  height: 79px;
  background: #003d8c url("../img/a-jt.png") no-repeat center center;
  transition: all 0.5s;
  float: right;
}
.index1-t a:hover{
  background: #f7a202 url("../img/a-jt.png") no-repeat center center;
  transition: all 0.5s;
}
.index1-right{
  width: 642px;
  float: right;
}
.index1-right span{
  color: #003d8c;
  font-size: 16px;
}
.index1-right div{
  font-size: 32px;
  color: #383838;
  font-family: huxiaobo;
  font-weight: lighter;
  padding-top: 13px;
}
.index1-right small{
  color: #383838;
  font-size: 14px;
  text-transform: uppercase;
}
.index1-right small:after{
  display: block;
  content: '';
  background: url("../img/a-line.png") no-repeat center center;
  width: 71px;
  height: 9px;
  margin: 20px 0;
}
.index1-right p{
  color: #565656;
  font-size: 16px;
  line-height: 30px;
}
.index1-right ul li{
  width: 141px;
  height: 128px;
  background: #fff;
  box-shadow: 1px 8px 24px rgba(0,0,0,0.18);
  float: left;
  text-align: center;
  margin-right: 20px;
  transition: all 0.5s;
}
.index1-right ul{
  margin-top: 50px;
}
.index1-right ul li img{
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.index1-right ul li strong{
  color: #3a3a3a;
  font-size: 16px;
  display: block;
  padding-top: 5px;
}
.index1-right ul li h4{
  color: #828282;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
}
.index1-right ul li:hover{
  box-shadow: 6px 16px 20px rgba(0,0,0,0.18);
  transition: all 0.5s;
  margin-top: -10px;
}
/*product*/
.indexprobg{
  position: relative;
  padding-bottom: 67px;
  background: #f3f3f5;
}
.pro_left{
  float:left;
  width: 242px;
  background: #fff;
}
.pro_left_top{
  background: #003d8c url("../img/p1.png") no-repeat center right 20px;
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left:13px;
}
.pro_left_top>h4{
  font-size: 24px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 8px;
}
.pro_left_top>small{
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.pro_left_mid a{
  display: block;
  padding-left:49px;
  font-size: 14px;
  line-height:47px;
  color: #363636;
  background: url("../img/p-jt.png") no-repeat 29px center;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background:#f7a202 url("../img/projts.png") no-repeat 29px center;
}


.pro_right{
  float:right;
  width: 940px;
}
.pro_right .swiper-slide{
  height: 280px!important;
  margin-top: 0!important;
  margin-bottom: 10px!important;
}
.pro_right>a{
  display: block;
  float:left;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 280px;
}
.pro_right a:nth-of-type(3n){
  margin-right: 0;
}
.pro_right a img{
  max-width: 100%;

}
.pro_right a>p{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.pro_right a:hover>p{
  height: 100%;
  padding-top: 145px;
  background: rgba(0, 61, 140, 0.55);
}
.pro_right a>i{
  opacity: 0;
  position: absolute;
  margin:0 auto;
  width:47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 37px;
  left:43%;
  color: #003d8c;
  top:75px;
  text-align: center;
  line-height: 47px;
  -webkit-transition: 350ms 350ms all linear;
  -moz-transition: 350ms 350ms all linear;
  -ms-transition: 350ms 350ms all linear;
  -o-transition: 350ms 350ms all linear;
  transition: 350ms 350ms all linear;
}
.pro_right a:hover>i{
  opacity: 1;
  top:100px;
}
.p-list{
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.p-list a{
  display: block;
  float:left;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 280px;
}
.p-list:nth-child(3n){
  margin-right: 0;
}
.swiper-proright{
  height: 587px;
}
.swiper-proright .swiper-slide {
  height: calc((100% - 10px) / 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;
  width: 300px;
  float: left;
  margin-right: 20px;
}
.swiper-proright .swiper-slide:nth-child(3n){
  margin-right: 0;
}

/*adv*/
.advbg{
  background: url("../img/adv.jpg") no-repeat center;
  background-attachment: fixed;
  height: 615px;
}
.advbg .title div,.advbg .title div span,.advbg .title small{
  color: #fff;
}
.adv{
  display:flex;
  justify-content: space-between;
}
.adv li{
  width: 285px;
  height: 368px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:45px;
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}

.adv li img{
  margin:0 auto;
  margin-bottom: 12px;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
  padding-bottom: 15px;
}
.adv li:hover img {
  filter:grayscale(100%) brightness(600%);
}
.adv li strong{
  color: #383838;
  font-size: 18px;
  display: block;
}
.adv li p{
  color: #797979;
  font-size: 12px;
  padding: 0 20px;
  padding-top: 25px;
}
.adv li div{
  font-size:14px;
  color: #b7b7b7;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.adv li small{
  font-size: 14px;
  color: #484848;
  line-height: 21px;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}
.adv li:hover{
  background: #003d8c;
}
.adv li:hover div,.adv li:hover strong,.adv li:hover p{
  color: #fff;
}
/*广告栏*/
.index2{
  width: 100%;
  position: relative;
  padding: 63px 0;
  background: url("../img/gg.jpg") no-repeat center center;
}
.index2-left{
  float: left;
}
.index2-left div{
  color: #fff;
  font-size: 26px;
  font-family: huxiaobo;
  font-weight: normal;
}
.index2-left p{
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
}
.index2-right{
  float: right;
  width: 154px;
  padding-left: 70px;
  background: url("../img/g-tel.png") no-repeat center left;
}
.index2-right span{
  color: #fff;
  font-size:16px ;
}
.index2-right strong{
  color: #fff;
  font-size: 24px;
}
/*留言*/
.index3{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.index3-left{
  width: 590px;
  float: left;
}
.index3-left img{
  max-width: 100%;
}
.index3-right{
  width: 540px;
  height: 253px;
  background: #f3f3f5;
  float: right;
  padding: 60px 25px 57px 25px;
}
.index3-right div{
  color: #383838;
  font-size: 32px;
  font-family: huxiaobo;
  font-weight: normal;
  text-align: center;
}
.index3-right p{
  color: #383838;
  font-size: 14px;
  text-align: center;
}
.index3-right form{
  margin-top: 25px;
}
.index3-right input{
  width: 267px;
  height: 49px;
  line-height: 49px;
  background: #fff;
  display: block;
  margin-right: 5px;
  color: #858585;
  font-size: 14px;
  text-indent: 17px;
  float: left;
  margin-bottom: 5px;
}
.index3-right input:nth-child(2n){
  margin-right: 0;
}
.index3-right textarea{
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #fff;
  text-indent: 17px;
  color: #858585;
  font-size: 14px;
}
.index3-right .code{
  width: 267px;
  float: left;
}
.index3-right .verify{
  width: 107px;
  height: 49px;
  float: right;
  overflow: hidden;
}
.index3-right .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.index3-right .code input{
  width: 160px;
  float: left;
  margin-right: 0;
}
.index3-right .submit{
  width: 267px;
  height: 49px;
  line-height: 49px;
  background: #f7a202;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  float: right;
}
/*工程案例*/
.index4{
  width: 100%;
  position: relative;
  padding-bottom:70px;
  background: #f3f3f5;
}
.index4-left{
  float: left;
  width: 376px;
  height: 520px;
  overflow: hidden;
  position: relative;
}
.index4-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index4-t{
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}
.index4-left div{
  color: #fff;
  font-size: 24px;
  font-family: huxiaobo;
  font-weight: normal;
  padding-top: 330px;
  padding-left: 30px;
}
.index4-left p{
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
}
.index4-left p:after{
  display: block;
  content: '';
  width: 43px;
  height: 2px;
  background: #fff;
  margin: 10px 0 ;
}
.index4-left span{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-left: 30px;
}
.index4-right{
  width: 813px;
  float: right;
}
.index4-right ul li{
  width: 399px;
  height: 252px;
  float: left;
  margin-right: 15px;
  position: relative;
  margin-bottom: 15px;
}
.index4-right ul li:nth-child(2n){
  margin-right: 0;
}
.case-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index4-right ul li p{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.index4-right ul li:hover p{
  height: 100%;
  padding-top: 134px;
  background: rgba(0, 61, 140, 0.55);
}
.index4-right ul li i{
  opacity: 0;
  position: absolute;
  margin:0 auto;
  width:45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 37px;
  left:43%;
  color: #1e549a;
  top:75px;
  text-align: center;
  line-height: 47px;
  -webkit-transition: 350ms 350ms all linear;
  -moz-transition: 350ms 350ms all linear;
  -ms-transition: 350ms 350ms all linear;
  -o-transition: 350ms 350ms all linear;
  transition: 350ms 350ms all linear;
}
.index4-right ul li:hover i{
  opacity: 1;
  top:84px;
}
/*news*/
.news{
  padding-bottom: 70px;
  background: url(../img/newsbg.jpg) no-repeat center top;
}
.news .title div,.news .title small{
  color: #fff;
}
.news .title b{
  display: block;
  position: relative;
  overflow: hidden;
  height: 4px;
  width:93px;
  margin:12px auto;
}
.news .title b:before{
  display: block;
  content: '';
  background: #fff;
  width:100%;
  height: 2px;
  position: absolute;
  left:0;
  top:1px;
}
@keyframes linemove {
  0%{
    left:-18px;
  }
  100%{
    left:121px;
  }
}
.news .title b:after {
  display: block;
  content: '';
  position: absolute;
  background: #fff;
  left: -18px;
  width: 18px;
  height: 4px;
  top: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-animation: linemove 2s linear 0s infinite normal;
  -o-animation: linemove 2s linear 0s infinite normal;
  animation: linemove 2s linear 0s infinite normal;
}
.news_cont{
  display:flex;
  justify-content: space-between;
}
.news_cont a{
  display: block;
  width: 389px;
  background: #fff;
  position: relative;
}
.news_cont a:after{
  display: block;
  content: '';
  width: 374px;
  height: 6px;
  background: #f7a202;
  position: absolute;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a:hover:after{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a>b{
  width: 100%;
  height: 218px;
}
.news_cont a>b img{
  width:100%;
}
.news_cont a>b i{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a:hover>b i {
  opacity: 1;
}
.date{
  position: absolute;
  left:0;
  bottom:0;
  text-align: center;
  background: #f7a202;
  width: 125px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.news_text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left:23px;
  padding-right:23px;
  height: 181px;
}
.news_text>h4{
  font-size: 18px;
  color: #383838;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a:hover .news_text>h4{
  color: #003d85;
}
.news_text>small{
  font-size: 14px;
  color: #6d6d6d;
  line-height: 22px;
  display: block;
  height: 55px;
  margin-top: 8px;
}
.news_text>span{
  display: block;
  width: 87px;
  font-size: 14px;
  color: #6d6d6d;
  background: url("../img/n-jt.png") no-repeat center right;
}
.index5{
  width: 100%;
  position: relative;
  padding-bottom: 65px;
}
.zhengshu .swiper-slide{
  height: 165px;
  line-height: 165px;
  background: #f3f3f3;
  text-align: center;
}
.zhengshu .swiper-slide img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/*服务流程*/
.index6{
  width: 100%;
  position: relative;
  background: #f3f3f5;
  padding-bottom: 65px;
}
.index6 ul{
  display:flex;
  justify-content: space-between;
}
.index6 ul li{
  position: relative;
}
.index6 ul li .circle{
  width: 112px;
  height: 112px;
  background: #fff;
  border: 1px solid #003d8c;
  border-radius: 50%;
}
.index6-img{
  position: absolute;
  width: 94px;
  height: 94px;
  background: #f3f3f5;
  border-radius: 50%;
  top:10px;
  left: 10px;
  line-height: 94px;
  text-align: center;
}
.index6-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.index6 ul li p{
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top:14px;
}
.index6 ul li:after{
  display: block;
  content: '';
  width:0;
  height: 2px;
  background: #003d8c;
  position: absolute;
  left: 117px;
  top: 60px;
  transition: 0.5s;
}
.index6 ul li:last-child:after{
  display: none;
}
.index6 ul li:hover .circle{
  border: 1px solid #f7a202;
  transition: 0.5s;
}
.index6 ul li:hover .index6-img{
  background: #f7a202;
  transition: 0.5s;
}
.index6 ul li:hover .index6-img img{
  filter: grayscale(100%) brightness(600%);
}
.index6 ul li:hover:after{
  width: 50px;
  transition: 0.5s;
}


.more{ display:inline-block; transition: 0.6s;  position:relative;}
.more:hover{ color: #fff; }
.more:before{ content:""; width:100%; height:1px; background:#003d8c; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}


.shuiyin{
  position: absolute;
  background: url("../images/shuiyin.png") no-repeat center;
  left:19px;
  top:6px;
  width: 65px;
  height: 53px;
}





/*company*/
.company{
  height: 450px;
}
.company .warpper{
  height: 100%;
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.com_left{
  width: 586px;
  height: 328px;
  position: relative;
  overflow: hidden;
}
.swiper-intro{
  width: 100%;
  height: 100%;
}
.swiper-intro .swiper-slide>div{
  width: 100%;
  height: 100%;
}
.swiper-intro img{
  width: 100%;
}
.swiper-intro .swiper-button-next:after,.swiper-intro .swiper-button-prev:after{
  color: #fff;
  font-size: 25px;
}
.swiper-intro .swiper-button-next{
  right:initial;
  left:91px;
  width: 91px;
  height: 64px;
  background: #d49108;
  bottom:0;
  top:initial;
}
.swiper-intro .swiper-button-prev{
  left:0;
  width: 91px;
  height: 64px;
  top:initial;
  background: #be2c2f;
  bottom:0;
}
.com_right{
  width: 574px;
}
.com_right>p{
  color: #424141;
  font-size: 14px;
  line-height: 14px;
}
.com_right>h4{
  font-size: 32px;
  color: #424141;
  font-family: "huxiaobo";
  margin-top: 19px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 32px;
}
.com_right>b{
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 7px;
  margin-bottom: 15px;
  background: #be2c2f;
}
.com_right>small{
  font-size: 14px;
  color: #424141;
  line-height: 26px;
  display: block;
  height: 128px;
}
.com_btn>a{
  display: block;
  text-align: center;
  color: #fff;
  width: 173px;
  font-size: 14px;
  float:left;
  margin-right:10px;
  line-height: 52px;
  background: #be2c2f;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.com_btn>a:nth-of-type(2){
  background: #d49108;
}
.com_btn>a:hover{
  box-shadow: 0 2px 3px #494949;
}

/*coop*/
.coopbg{
  padding-bottom: 73px;
  background: url("../images/coopbg.jpg") no-repeat center;
}
.coop{
  display:flex;
  justify-content: space-between;align-items: center;
  flex-wrap: wrap;
  height: 236px;
}
.coop a{
  display: block;
  background: #fff;
  width: 230px;
  height: 112px;
}


/*footer*/
.footer{
  background:url("../img/foot.jpg") no-repeat center;
  padding-bottom: 108px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fot_left{
  width: 420px;
  float:left;
  padding-top: 108px;
}
.fot_logo>img{
  float:left;
  margin-right:5px;
  margin-left: -10px;
}
.fot_logo>div>h1{
  color: #fff;
  font-size: 23px;
  font-family: huxiaobo;
  font-weight: normal;
  letter-spacing: 2px;
}
.fot_logo>div>small{
  display: block;
  color: #919191;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.fot_left>small{
  font-size: 14px;
  color: #919191;
  display: block;
  margin-top: 16px;
  padding-bottom: 37px;
}
.fotcode>div img{
  max-width: 120px;
}
.fot_nav1 a{
  margin-left: 15px;
}
.fot_right{
  width: 703px;
  float:right;
  display:flex;
  justify-content: space-between;
}
.fot_nav div{
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.fot_nav div:before{
  display: block;
  content: '';
  float: left;
  margin-right: 10px;
  background: #003d8c;
  width:4px;
  height: 26px;
}
.fot_nav a,.fot_nav p{
  display: block;
  font-size: 14px;
  color: #919191;
  line-height: 30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_nav a:hover{
  color: #fff;
  font-weight: bold;
}



.fot_href,.fot_nav1{
  padding-top: 108px;
  width: 100px;
}
.fot_href{
  width: 240px;
  margin-left: 68px;
}
.fot_href>div a{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fot_cont{
  width: 355px;
  padding-top: 108px;
  padding-left:27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fot_cont div{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.fot_cont small{
  color: #9e9e9e;
  font-size: 14px;
  display: block;
  padding-bottom: 30px;
  padding-top: 13px;
}
.fot_cont ul li{
  width: 100%;
  padding-left: 60px;
  margin-bottom: 23px;
}
.fot_cont ul li p{
  color: #9e9e9e;
  font-size: 14px;
}
.fot_cont ul li strong{
  color: #9e9e9e;
  font-size: 16px;
}
.fot_cont ul li:nth-child(1),.fot_cont ul li:nth-child(2){
  background: url("../img/f1.png") no-repeat center left;
}
.fot_cont ul li:nth-child(3){
  background: url("../img/f2.png") no-repeat center left;
}
.fot_cont ul li:nth-child(4){
  background: url("../img/f3.png") no-repeat center left;
}


.fot_bot{
  line-height: 50px;
  background: #003d8c;
  overflow: hidden;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bot a:hover{
  text-decoration: underline;
}
.fot_gotop{
  float:right;
  margin-top: 15px;
}





.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title div {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.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 div{
  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(../images/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(../images/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(../images/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 div {
  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;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.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;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info div {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover div {
  color: #f3c04b;
}
.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;
}
.cbl {
  width: 67px;
  position: fixed;
  right: 50px;
  top: 44%;
  z-index: 3333;
}

.cbl.active {
  display: none;
}

.cbl li {
  margin-top: 5px;
  transition: 0.4s ease-in-out;
  height: 67px;
  width: 67px;
}

.cbl span {
  transition: 0.2s ease-in-out;
  display: inline-block;
  height: 67px;
  width: 67px;
  text-align: center;
  background: #0f3c8b;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
  position: relative;
  padding-top: 43px;
}

.cbl span i {
  transition: 0.4s ease-in-out;
  display: block;
  font-size: 36px;
  color: #fff;
  line-height: 30px;
}
.cbl li.tel span{
  background: #f3f3f3 url("../img/s1.png") no-repeat center top 15px;
}
.cbl li.tel:hover span{
  background: #003d8c url("../img/s11.png") no-repeat center top 15px;
}
.cbl li.email span{
  background: #f3f3f3 url("../img/s3.png") no-repeat center top 15px;
}
.cbl li.email:hover span{
  background: #003d8c url("../img/s33.png") no-repeat center top 15px;
}
.cbl li.weixin1 span{
  background: #f3f3f3 url("../img/s2.png") no-repeat center top 15px;
}
.cbl li.weixin1:hover span{
  background: #003d8c url("../img/s22.png") no-repeat center top 15px;
}
.cbl li.fd span{
  background: #f3f3f3 url("../img/s4.png") no-repeat center top 15px;
}
.cbl li.fd:hover span{
  background: #003d8c url("../img/s44.png") no-repeat center top 15px;
}
.cbl li.fd span .fir{
  font-size:12px;
}

.cbl span .fir {
  font-size:14px;
  color:#4e4e4e;
  text-align:center;
}
.cbl li:hover span .fir{
  color:#fff;
}

.cbl li aside {
  position: absolute;
  right: 76px;
  top: 0;
  padding:0 10px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  transform:rotateX(-90deg);
  transition: all .2s linear 0s;
  display: inline-block;
  vertical-align: top;
  background: #003d8c;
  box-sizing: border-box;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  font-family: ziti2;
}
.cbl li aside.ex{
  padding: 10px;
}
.cbl li aside img{
  width: 100px;
}
.cbl li:hover aside{
  transform:rotateX(0);
  opacity: 1;
  visibility: visible;
}
.cbl li aside:after{
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #003d8c;
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  right: -16px;
  transition: top .2s linear;
  transition-delay: .1s;
}
.about1{
  width: 100%;
  position: relative;
  padding-bottom: 61px;
  background: url("../img/ab1.jpg") no-repeat center center;
}
.about2{
  width: 100%;
  position: relative;
  padding:120px 0;
  background: url("../img/ab2.jpg") no-repeat center center;
}
.about2 div{
  color: #fff;
  font-family: huxiaobo;
  font-size: 36px;
  font-weight: normal;
}
.about2 p{
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 35px;
}
.about2-tel{
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding-left: 70px;
  background: url("../img/g-tel.png") no-repeat center left;
}
.about2-tel strong{
  font-size: 24px;
  color: #fff;
}
.about3{
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
.factory{
  width: 100%;
  height: 515px;
}
.factory .swiper-slide{
  height: 240px;
  margin-top: 0!important;
  margin-bottom: 15px!important;
}
.factory .swiper-slide p{
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0,0,0,0.69);
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.about4{
  width: 100%;
  position: relative;
  padding-bottom: 70px;
  background: #f3f3f5;
}
.zhengshu1 .swiper-slide{
  height: 205px;
  line-height: 205px;
  background: #fff;
  text-align: center;
}
.zhengshu1 .swiper-slide img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.case-list{
  width: 100%;
  position: relative;
}
.case-list ul li{
  width: 390px;
  height: 252px;
  float: left;
  margin-right: 15px;
  position: relative;
  margin-bottom: 15px;
}
.case-list ul li:nth-child(3n){
  margin-right: 0;
}
.case-list ul li p{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.case-list ul li:hover p{
  height: 100%;
  padding-top: 134px;
  background: rgba(0, 61, 140, 0.55);
}
.case-list ul li i{
  opacity: 0;
  position: absolute;
  margin:0 auto;
  width:45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 37px;
  left:43%;
  color: #1e549a;
  top:75px;
  text-align: center;
  line-height: 47px;
  -webkit-transition: 350ms 350ms all linear;
  -moz-transition: 350ms 350ms all linear;
  -ms-transition: 350ms 350ms all linear;
  -o-transition: 350ms 350ms all linear;
  transition: 350ms 350ms all linear;
}
.case-list ul li:hover i{
  opacity: 1;
  top:84px;
}

.mln_news ul{
  width: 100%;
}
.mln_news ul li{
  width: 390px;
  margin-right:15px;
  margin-bottom: 15px;
  background: #eee;
  float: left;
  position: relative;
}
.mln_news ul li:nth-child(3n){
  margin-right: 0;
}
.mln_news ul li a{
  display: block;
}
.mln_news ul li:after{
  display: block;
  content: '';
  width: 374px;
  height: 6px;
  background: #f7a202;
  position: absolute;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mln_news ul li:hover:after{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mln_news ul li a>b{
  width: 100%;
  height: 218px;
}
.mln_news ul li a>b img{
  width:100%;
}
.mln_news ul li a>b i{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mln_news ul li a:hover>b i {
  opacity: 1;
}
.mln_news ul li a:hover .news_text>h4{
  color: #003d85;
}
.p_content img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}