@font-face {
  font-family: lianmeng;
  src: url('../font/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../font/youshe.ttf');
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border:1px solid #fff;
  background:transparent;
  opacity:1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#2056a3;
  border:1px solid #2056a3;
}
.head{
  background: #fff;
}
.head .warpper{
  height: 75px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  position: relative;
}
.nav-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 496px;
}
.nav-bar li{
 height: 75px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.nav-bar li>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #282828;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -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 li>a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #e20002;
  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;
}
.nav-bar li:hover>a,.nav-bar li.active>a{
  color: #e20002;
}
.nav-bar li:hover>a:after,.nav-bar li.active>a:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.nav-bar li>i{
  width: 6px;
  height: 1px;
  background: #cccccc;
  display: block;
}
#pronav{
  position:relative;
}

#pronav>div{
  width: 150px;
  position:absolute;
  /*top:calc(100% + 10px);*/
  top:100%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background:#fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5px;
  box-shadow: 0 0 7px #ddd;
  opacity: 0;
  display:none;
  -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;
}
#pronav:hover>div{
  opacity: 1;
  display:block;
}
/*#pronav>div:before{*/
  /*display:block;*/
  /*content: '';*/
  /*position:absolute;*/
  /*top:-10px;*/
  /*width: 100%;*/
  /*background:#fff;*/
/*}*/
/*#pronav>div:after{*/
  /*display:block;*/
  /*content: '';*/
  /*position:absolute;*/
  /*left:50%;*/
  /*-webkit-transform: translateX(-50%);*/
  /*-moz-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*-o-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  /*top:-10px;*/
  /*border-left:10px solid transparent;*/
  /*border-right:10px solid transparent;*/
  /*border-bottom:10px solid #fff;*/
/*}*/
.prodown a{
  display:block;
  width: 100%;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  -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;
}
.prodown a:last-of-type{
  border-bottom: none;
}
.prodown a:hover{
  color: #e20002;
}

.head>.warpper{
  position: relative;
}
.tel{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.tel>h4{
  background:url("../image/tel.png") no-repeat left center;
  padding-left:29px;
  font-size: 16px;
  color: #000018;
  margin-right:20px;
}
.tel>a.gf_web{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#e20002 url("../image/web.png") no-repeat 20px center;
  display:block;
  padding-left:49px;
  width: 123px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border-radius: 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;
}
.tel>a.gf_web:hover{
  background:#9e090a url("../image/web.png") no-repeat 20px center;
}




.banner{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 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;
}

/*hot*/
.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  position: absolute;
  margin:auto;
  top:0;
  height: 100%;
  left:0;
  right:0;
}

.title{
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 36px;
  margin:0 auto;
}
.title h3{
  font-size: 40px;
  color: #000000;
  font-weight: normal;
}
.title>small{
  font-size: 16px;
  color: #666666;
  text-align: center;
}




/*indexpro*/




.profl_list{
  width: 945px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:17.5px 25px;
  border-top: 1px solid #194894;
  border-bottom: 1px solid #194894;
}
.profl_list>a{
  float:left;
  width: 112px;
  height: 40px;
  line-height: 40px;
  margin-right:35px;
  font-size: 14px;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.profl_list>a:before{
  display:block;
  content: '';
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width:1px;
  height: 10px;
  background: #b5b3b3;
}
.profl_list>a:nth-of-type(2),.profl_list>a:nth-of-type(8){
  width: 170px;
}
.profl_list>a:nth-of-type(6n){
  margin-right: 0;
  width: 87px;
}
.profl_list>a:nth-of-type(6n):before{
  display:none;
}

.profl_list>a:hover{
  color: #2056a3;
  font-weight: bold;
}
.mypro_top>a{
  height: 117px;
  background: #2056a3;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  float:right;
  width:73px;
  padding:33px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img_jz{
  display:block;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*company*/
.company{
  background:#f7f7f7;
  position: relative;
  padding-bottom:55px;
}
.company>p{
  width:100%;
  text-align: center;
  font-size: 5.5vw;
  color: rgba(240, 240, 240, 0.77);
  font-family: rzzy;
  text-transform: uppercase;
  position: absolute;
  left:0;
  top:0;
}
.company>.warpper{
  position: relative;
}
.com_left{
  float:right;
  width: 487px;
  background:url("../image/combg.png") no-repeat right top;
}
.com_left>h1{
  font-size: 30px;
  color: #2056a3;
}
.com_left>p{
  font-size: 30px;
  line-height: 29px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-top: 52px;
}
.com_left>small{
  font-size: 16px;
  color: #7e7e7e;
  line-height: 28px;
  display: block;
  margin-top: 30px;
  height: 230px;
}

.com_left>a{
  font-size: 16px;
  color: #2056a3;
  border:1px solid #2056a3;
  text-align: center;
  display: block;
  width:135px;
  line-height: 42px;
  -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_left>a:hover{
  color: #fff;
  background: #2056a3;
}

.com_right{
  float:left;
  width: 673px;
  height: 501px;
}
.com_right>a img{
  max-width: 100%;
}
.company ul{
  margin-top:36px;
  display:flex;
  justify-content: space-between;
}
.company ul li{
  border:2px solid #d2d2d2;
  width:114px;
  height: 114px;
  text-align: center;
}
.company ul li img{
  margin:0 auto;
  -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;
  filter: brightness(2) grayscale(50);
  margin-top: 15px;
  margin-bottom: 5px;
}
.company ul li:hover img {
  filter: brightness(1) grayscale(0);
}
.company ul li p{
  font-size: 18px;
  color: #999999;
  -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;
}
.company ul li:hover{
  border:2px solid #2056a3;
}
.company ul li:hover p {
  color: #2056a3;
  font-weight: bold;
}

/*adv*/
.advcont{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.advcont li{
  background:#f2f2f2;
  width: 185px;
  height: 260px;
  display:flex;
  justify-content: center;
  align-items: center;
  -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;
  top:0;
}
.advcont li:hover{
  top:-5px;
  box-shadow: 0 0 10px #ddd;
}
.advcont li b{
  height: 107px;
  display:block;
}
.advcont li b img{
  object-fit: scale-down;
}
.advcont li p{
  text-align: center;
  font-size: 22px;
  color: #030b26;
  margin-top:35px;
}

.proshow{
  background:url("../image/proshowbg.jpg") no-repeat center;
}
.proshow .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.proshow .warpper>img{
  max-height: 350px;
  margin: 3vw 0;
}
.proshow .warpper h3{
  font-size: 40px;
  color: #fff;
  font-weight: normal;
}
.proshow .warpper small{
  color: #fff;
  display:block;
  width: 623px;
  margin-top:37px;
  height: 125px;
  font-size: 14px;
  line-height: 28px;
}
.proshow .warpper>div>div{
  display:flex;
  justify-content: left;
  align-items: center;
}
.proshow .warpper a{
  text-align: center;
  background:#e20002;
  border:1px solid #e20002;
  width: 163px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.proshow .warpper a:last-of-type{
  border:1px solid #fff;
  background:none;
  margin-left:17px;
}
.proshow .warpper a:before{
  content: "";
  width: 100%;
  height:100%;
  background: #e20002;
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}
.proshow .warpper a:hover{
  border:1px solid #e20002;
  background:none;
}
.proshow .warpper a:hover:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.proshow .warpper a span{
  position:relative;
}


/*case*/
.casebg{
  background: #f6f6f6;
  padding-bottom: 60px;
}
.case{
  position: relative;
}
.case .title{
  text-align: left;
  margin-left: 0;
}
.case .title h3{
  width: 175px;
  padding-right:35px;
  background: url("../image/casetitbg.png") no-repeat right center;
}
.casetop{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.casetop>a{
  font-size: 16px;
  color: #1b1a1a;
  width: 134px;
  line-height: 39px;
  background: #ededed;
  text-align: center;
  -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;
}
.casetop>a:hover{
  background: #2165c6;
  color: #fff;
}
.case_left{
  float:left;
  width: 792px;
}
.case_left a{
  display:block;
  float:left;
  width:391px;
  height: 273px;
}
.case_left a:first-of-type{
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.case_left a:first-of-type .casetext{
  opacity: 1;
}
.case_left a:nth-of-type(2){
  margin-right: 10px;
}
.case_left>a img{
  object-fit: cover;
}
.case_right{
  float:right;
  width: 397px;
}
.case_right>a{
  display:block;
  width:100%;
  position: relative;
  -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;
}
.case_right>a:first-of-type{
  height: 270px;
  margin-bottom: 10px;
}
.case_right>a:nth-of-type(2){
  height:403px;
}
.case_right>a img{
  object-fit: cover;
}
.casetext{
  background: rgba(255, 255, 255, 0.9);
  width:98%;
  position: absolute;
  bottom:5px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  opacity: 0;
}
.casetext>p{
  font-size: 16px;
  color: #0c0c0c;
  line-height: 40px;
  background: url("../image/casejt.png") no-repeat right center;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case_left a:first-of-type .casetext {
  padding-bottom: 25px;
  padding-top: 20px;
}
.case_left a:first-of-type .casetext p{
  font-weight: bold;
}
.caselist a:hover .casetext{
  opacity: 1;
}
.casetext>h5{
  font-size: 16px;
  color: #0c0c0c;
  font-weight: bold;
  padding-top:13px;
  position: relative;
  padding-bottom: 5px;
}
.casetext>h5:before{
  position: absolute;
  content: '';
  left:0;
  top:0;
  width:13px;
  height: 1px;
  background: #b1b1b1;
}
.casetext>small{
  color: #848484;
  font-size: 14px;
}


/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("../image/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -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;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tit_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top a{
  display:block;
  width:196px;
  line-height: 66px;
  background:#f0f0f0;
  text-align: center;
  color: #202020;
  font-size: 18px;
  -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;
  margin:0 15px;
}
.tit_top a:hover{
  background:#2056a3;
  color: #fff;
}
.pro_right{
  float:right;
  width: 917px;
}
.pro_left_tit{
  background:#034898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}
.pro_rig_top{
  float:left;
  width:260px;
  padding-bottom: 20px;
}

.pro_rig_top>a{
  display:block;
  margin-right: 11px;
  font-size: 16px;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  margin-bottom: 11px;
  line-height: 50px;
  text-align: center;
  -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;
}
.pro_rig_top>a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_top>a:hover{
  background: #113870;
  color: #fff;
}
.pro_rig_top>a.hight_linght{
  background: #113870;
  color: #fff;
}


.pro_rig_bot a{
  float:left;
  background: #fff;
  display: block;
  margin-right:20px;
  margin-bottom:20px;
  width: 292px;
  height: 270px;
  position: relative;
}
.pro_rig_bot a:nth-of-type(3n){
  margin-right: 0;
}
.pro_rig_bot a b{
  width:100%;
  height: 100%;
  border:1px solid #ddd;
}
.pro_rig_bot a b img{width:100%;height: 100%;    object-fit: cover;}
.pro_rig_bot a p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.63);
  -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;
}
.pro_rig_bot a:hover p{
  background: #003f98;
}




/*message*/
.message{
  overflow: hidden;
  background: url("../image/msgbg.jpg") no-repeat center top;
}
.message .warpper{
  background: #fff;
  padding:59px 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:1355px;
  box-shadow: 0 5px 10px #ddd;
}
#indexform>input,#indexform textarea,.code{
  float:left;
  border:1px solid #c7c7c7;
  padding-left:18px;
  font-size: 14px;
  color: #505050;
  line-height: 52px;
  height: 52px;
  width: 194px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px;
  overflow: hidden;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  color: #505050;
  font-size: 14px;
}
#indexform textarea{
  width: 365px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  line-height: 52px;
}
#indexform .code{
  border:none;
  width:initial;
}
#indexform .code input{
  color: #505050;
  margin-right: 7px;
  font-size: 14px;
  float:left;
  width:126px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  padding-left:18px;
}
#indexform .code .verify{
  width:130px;
  float:right;
  height: 54px;
}
.code .verify img{
  width: 100%;
  height: 100%;
}
#indexform .submit{
  width: 143px;
  height: 52px;
  line-height: 52px;
  background: #005bac;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  -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;
}
#indexform .submit:hover{
 background:#519dfa;
}

/*news*/
.newsbg{
  padding-bottom: 4vw;
}
.news>a{
  display:block;
  background:#fff;
  float:left;
  width: 378px;
  margin-right: 30px;
  margin-bottom: 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;
}

.newsbg .news>a{
  box-shadow: 0 0 10px #ddd;
}
.news>a:nth-of-type(3n){
  margin-right: 0;
}
.news>a>b{
  width:100%;
  height: 263px;
}
.news>a>b>img{
  object-fit: cover;
}
.news_text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:29px;
}
.news_text h4{
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  -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>a:hover .news_text h4{
  color: #e20002;
}
.news_text small{
  font-size: 14px;
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list{
  border-top:1px solid #e9ebea;
  line-height: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:30px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.news_list>small{
  font-size: 14px;
  color: #999999;
  padding-left:24px;
  background:url("../image/dateicon.png") no-repeat left center;
}
.news_list>i{
  display:block;
  width: 49px;
  height: 49px;
  border-left:1px solid #e9ebea;
  background:url("../image/newsjt.png") no-repeat center;
  -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 a:hover .news_list>i{
  background:#e20002 url("../image/newsjts.png") no-repeat center;
}



/*footer*/
.footer{
  background:url("../image/fotbg.jpg") no-repeat center;
}
.fot_top{
  height: 304px;
  overflow:hidden;
  display:flex;
  justify-content: space-between;
}
.fot_left{
  width: 786px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_left>img{
  margin-bottom: 30px;
}
.fot_left_bom{
  display:flex;
  align-items: center;
}
.wxcode{
  width: 103px;
  text-align: center;
  margin-right: 20px;
}
.wxcode>img{
  width: 100%;
}
.wxcode>p{
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: lighter;
  margin-top:5px;
}
.wx_link p{
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 32px;
  font-weight: lighter;
}

.fot_right{
  padding-top: 49px;
}

.fot_right h3{
  margin-bottom: 25px;
  background:url("../image/sloicon.png") no-repeat left center;
  color: #fff;
  font-size: 18px;
  padding-left: 40px;
}
.fot_right ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 366px;
}
.fot_right ul li{
  width: 133px;
  margin-bottom: 13px;
}
.fot_right ul li a{
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  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_right ul li a i{
  display:inline;
  font-weight: bold;
}
.fot_right ul li:nth-of-type(3n){
  width: 90px;
}
.fot_right ul li a:hover{
  color: #e20002;
}

.fot_bot{
  line-height: 82px;
  height: 82px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_bot .warpper>p{
  float:left;
  font-size: 12px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
}
.fot_bot .warpper>a{
  float:right;
  font-size: 12px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
}
.fot_bot .warpper a{
  font-size: 12px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
}
.fot_bot .warpper a:hover{
  color: #fff;
}
.fot_right{
  float:right;
  padding-left: 30px;
}
.fot_right>div>img{
  float:left;
  width: 117px;
}
.fot_right>div>p{
  float:left;
  margin-left:10px;
  text-align: center;
}
.fot_right>div>p span:first-of-type{
  font-size: 15px;
  color: #fff;
  margin-top:28px;
  display:block;
}
.fot_right>div>p span:nth-of-type(2){
  font-size: 14px;
  color: #fff;
  display:block;
}
.fot_tel{
  background:url("../image/foticon.png") no-repeat left center;
  padding-left:66px;
  margin-top: 19px;
}
.fot_tel>h3{
  font-size: 28px;
  color: #fff;
  font-family: Impact;
}
.fot_tel>small{
  font-size: 14px;
  color: #c5dffd;
}


/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  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;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #034898;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -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;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("http://haitutech.cn/static/index/zm001/images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../image/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../image/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../image/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../image/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#64acff;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 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;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -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;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  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;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../image/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.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 h3 {
  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 h3 {
  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;
}

/*slovent*/
.indexproduct{
  margin-bottom: 25px;
  overflow:hidden;
}
.swiper-type{
  width:100%;
  border-bottom: 1px solid #dcdfe2;
  margin-bottom: 24px;
}
.swiper-type .swiper-slide p{
  cursor: pointer;
  position:relative;
  text-align: center;
}
.swiper-type .swiper-slide p span{
  position:relative;
  font-size: 16px;
  color: #666666;
  line-height: 73px;
  display:inline-block;
}
.swiper-type .swiper-slide-thumb-active p span{
  color: #e20002;
}
.swiper-type .swiper-slide-thumb-active p span:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:-1.5px;
  height: 3px;
  background:#e20002;
  width:100%;
}

.mypro_cont{
  position: relative;
}
.swiper-pro{
  height: 699px;
  overflow:visible;
}
.swiper-pro .swiper-slide a{
  display:block;
  position:relative;
  overflow:hidden;
  height:100%;
  width: 100%;
}
.swiper-pro .swiper-slide a b{
  width: 100%;
  height: 100%;
}
.swiper-pro .swiper-slide a b img{
   object-fit: cover;
  filter: brightness(0.5);
  -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;
}
.swiper-pro .swiper-slide-active a b img{
  filter: brightness(1)
}
.swiper-pro .swiper-slide a>div{
  position:absolute;
  bottom:50px;
  width:calc(100% - 100px);
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  justify-content: space-between;
  align-items: end;
  -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;
  opacity: 0;
}
.swiper-pro .swiper-slide-active a>div{
  opacity: 1;
}
.swiper-pro .swiper-slide a>div small{
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  display:block;
  margin-bottom:10px;
}
.swiper-pro .swiper-slide a>div h4{
  font-size: 36px;
  font-family: lianmeng;
  line-height: 36px;
  position:relative;
}
.swiper-pro .swiper-slide a>div h4 i{
  position:relative;
  font-style: italic;
  color: #fff;
  font-weight: bold;
}
.swiper-pro .swiper-slide a>div h4:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  background: rgba(226, 0, 2, 0.8);
  width:100%;
  height:14px;
}
.swiper-pro .swiper-slide a>div span{
  font-size: 14px;
  color: #fff;
  display:inline-block;
  line-height: 28px;
  background:url("../image/add.png") no-repeat left center;
  padding-left: 40px;
  -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;
}
.swiper-pro .swiper-slide a>div p{position:relative}
.swiper-pro .swiper-slide a>div p:before{
  display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:#e20002;
  width: 28px;
  height: 28px;
  -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;
  border-radius: 29px;
  opacity: 0;
}
.swiper-pro .swiper-slide a>div p:hover:before{
  width:115px;
  opacity: 1;
}




.mypro_cont>.swiper-button-next:after,.mypro_top>.swiper-button-prev:after{
  display:none;
}
.mypro_cont>.swiper-button-next.swiper-button-disabled{
  opacity: 1;
  background: rgba(0, 0, 0, 0.4) url("../image/projt_r.png") no-repeat center;
}
.mypro_cont>.swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  background:rgba(0, 0, 0, 0.4) url("../image/projt_l.png") no-repeat center;
}
.mypro_cont>.swiper-button-next{
  right:40px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background:#e20002 url("../image/projt_r.png") no-repeat center;
}
.mypro_cont>.swiper-button-prev{
  left:40px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background:#e20002 url("../image/projt_l.png") no-repeat center;
}


/*indexform*/
.indexform{
  height: 675px;
  padding:4vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  background:url("../image/msgbg.jpg") no-repeat center;
}
.indexform>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.msg_left{
  padding-left:56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 490px;
}
.msg_left>h3,.ban2_left>h3{
  font-weight: normal;
  font-size: 40px;
  color: #000000;
  margin-top:23px;
  margin-bottom: 10px;
}
.msg_left>small,.ban2_left>small{
  font-size: 18px;
  font-weight: lighter;
  color: #333333;
}
.msg_tel{
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left:70px;
  background:url(../image/msgtel.png) no-repeat left center;
}
.msg_tel span{
  font-size: 14px;
  color: #000000;
}
.msg_tel h3{
  font-size: 30px;
  font-family: Impact;
  color: #000000;
}
.msg_left>a,.ban2_right>a{
  color: #fff;
  text-align: center;
  background:#000000;
  width: 168px;
  line-height: 52px;
  border-radius: 6px;
  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;
}
.msg_left>a:hover,.ban2_right>a:hover{
  background:#e20002;
}

.msg_right{
  background:url("../image/msgformbg.png") no-repeat center;
  width: 640px;
  height: 515px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:60px;
}
.msg_top{
  display:flex;
  margin-bottom: 30px;
}
.msg_top>h3{
  font-size: 40px;
  line-height: 40px;
  color: #272727;
  font-weight: normal;
}
.msg_top>div small{
  display:block;
  font-size: 14px;
  color: #999999;
  font-weight: lighter;
}
.msg_top>div{
  border-left: 1px solid #e5e5e5;
  margin-left: 20px;
  padding-left: 20px;
}
#indexformData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#indexformData textarea,#indexformData>input,#indexformData .code{
  background:#f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:14px;
  width: 49%;
  border:1px solid #eaeef2;
  border-radius: 8px;
  font-size: 14px;
  color: #c1c4c9;
  margin-top: 20px;
}
#indexformData textarea::placeholder,#indexformData input::placeholder{
  font-size: 14px;
  color: #c1c4c9;
}
#indexformData .code{
  padding:0;
  margin-right: 0;
  display:flex;
  justify-content: space-between;
}
#indexformData .code input{
  width: 50%;
  height: 100%;
  padding:14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#f9f9f9;
  font-size: 14px;
  color: #c1c4c9;
}
#indexformData .code .verify{
  width: 50%;
  background:#f3fbfe;
}
#indexformData .code .verify img{
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
#indexformData textarea{
  width: 100%;
  height: 120px;
  margin-top: 0;
}
.sub_group{
  width:100%;
  margin-top: 20px;
  display:flex;
  justify-content: space-between;
}
.sub_group>a{
  width: 49%;
  line-height: 48px;
  background:#e20002;
  border:1px solid #e20002;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
}
.sub_group>input{
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  width: 49%;
  line-height: 48px;
  border:1px solid #e20002;
  color: #e20002;
  background:none;
}