
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}


.banner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  top: -100px;
}

.banner .banner_ico{
  position: absolute;
  bottom: 0px;
  right: 16%;
  background: url(../images/buttom1.png) no-repeat  center;
  z-index: 5;
  width: 78px;
  height: 20px;
}

.bodyindex #indexPage #topSlider .content_list .owl-stage .item_block {
  height: 950px !important;
}

.pagetop_bg{
  background:rgba(0, 148, 129, 0);

}

.fixedNav{
  background:rgba(0, 148, 129, 1);
}

/* trait*/

.trait_bg{
  width: 100%;
  height: 413px;
  margin: -100px auto 0 auto;
  background: url(../images/te_bg.jpg) no-repeat  center;
}

.trait_bg .trait{
  width: 1280px;
  margin: 0 auto;
}

.trait_bg .trait .trait_l{
  float: left;
  width: 640px;
  margin-top: 125px;

}

.trait_bg .trait .trait_l .txt{
  margin-left: -45px;
  padding-left: 45px;
  background: url(../images/buttom2.png) no-repeat left 5px;
}

.trait_bg .trait .trait_l .txt span{
  display: block;
  font-size: 46px;
  color: #414141;
  line-height: 42px;

}

.trait_bg .trait .trait_l .txt i{
  display: block;
  font-size: 46px;
  color: #414141;
  margin-top: 17px;
}
.trait_bg .trait .trait_l .txt i em{
  font-size: 46px;
  color: #457f91;
}

.trait_bg .trait .trait_l .tel{
  width: 171px;
  height: 31px;
  line-height: 31px;
  background: #ebebeb;
  font-size: 16px;
  color: #4c4c4c;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 24px;
} 

.trait_bg .trait .trait_l .tel i{
  display: block;
  float: left;
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  width: 42px;
  background: #0093a1;
  text-align: center;
  margin-right: 10px;
}

.trait_bg .trait .trait_r{
  float: right;
  margin-right: 5px;
  margin-top: 135px;
  width: 525px;
}

.trait_bg .trait .trait_r p{
  font-size: 15px;
  color: #878787;
  line-height: 42px;
  text-align: right;


}

.trait_bg .trait .trait_r .more{
  display: block;
  width: 133px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e1e1e1;
  float: right;
  font-size: 12px;
  color: #727272;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.trait_bg .trait .trait_r .more:hover{
  background: #009481;
  color: #fff;
}


/* t_title*/

.t_title{


}

.t_title h3{
  margin: 0 auto;
  width: 313px;
  height: 100px;
  background: url(../images/title.png) no-repeat bottom center;
}

.t_title h3 a{
  display: block;
}

.t_title h3 span{
  display: block;
  font-size: 42px;
  color: #2d2d2d;
  line-height: 42px;
}

.t_title h3 i{
  display: block;
  font-size: 20px;
  color: #3e3e3e;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
}

.t_title h3 i em{
  font-size: 20px;
  color: #3e3e3e;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px;
}


/* product*/

.pro_bg{
  width: 100%;
  height: 845px;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat  top center;
  overflow: hidden;
  padding-top: 100px;
}

.pro_bg .t_title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title_xt.png) no-repeat   center 20px;
  width: 1280px;
}


.pro_bg .product{
  margin: 75px auto 0 auto;
  width: 90%;
  position: relative;
}

.pro_bg .product .mySwiper{
  overflow: hidden;
  height: 550px;
}

.pro_bg .product .mySwiper .swiper-slide{
  position: relative;

}

.pro_bg .product .mySwiper .swiper-slide:nth-child(2n){
  margin-top: 95px;
}

.pro_bg .product .mySwiper .swiper-slide .pic{
  width: 257px;
  height: 317px;
  position: relative;
  margin: 0 auto;

}

.pro_bg .product .mySwiper .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;

}

.pro_bg .product .mySwiper .swiper-slide .txt{
  margin: 5px auto 0 auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  width: 227px;
  position: relative;
}

.pro_bg .product .mySwiper .swiper-slide .txt::after{
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #999999;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .mySwiper .swiper-slide .txt a{
  display: block;
}

.pro_bg .product .mySwiper .swiper-slide .txt a  span{
  font-size: 18px;
  color: #454545;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 55px;
  max-width: 70%;
  margin: 0 5%;
}

.pro_bg .product .mySwiper .swiper-slide .txt a i{
  font-size: 18px;
  color: #454545;
  display: inline-block;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;

}

.pro_bg .product .mySwiper .swiper-slide-active .txt a i{
  opacity: 1;

}

.pro_bg .product .mySwiper .swiper-slide-active .txt::after{
  left: 0;
  width: 100%;
}

.pro_bg .product .mySwiper .swiper-slide:hover .txt::after{
  left: 0;
  width: 100%;
}


.pro_bg .product .pro_more{
  margin: 0 auto;
  width: 386px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border: 1px solid #d8d8d8;
  position: relative;
}

.pro_bg .product .pro_more .swiper-button-next{
  float: right;
  width: 100px;
  position: relative;
  z-index: 5;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_more .swiper-button-next::after{
  position: absolute;
  z-index: -1;
  content: "";
  right: -13px;
  top: 11px;
  width: 0%;
  height: 22px;
  background: #0093a1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_more .swiper-button-next:hover::after{
  width: 113px;
}

.pro_bg .product .pro_more .swiper-button-next:hover{
  color: #fff;
}


.pro_bg .product .pro_more .swiper-button-prev{
  float: left;
  width: 100px;
  position: relative;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_more .swiper-button-prev::after{
  position: absolute;
  z-index: -1;
  content: "";
  left: -13px;
  top: 11px;
  width: 0%;
  height: 22px;
  background: #0093a1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_more .swiper-button-prev:hover::after{
  width: 113px;
}

.pro_bg .product .pro_more .swiper-button-prev:hover{
  color: #fff;
}



.pro_bg .product .pro_more .more{
  float: left;
  width: 184px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.pro_bg .product .pro_more .more a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999999;
}


/* ys*/

.ys_bg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1280px;
  height: 892px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys ul li{
  width: 960px;
  height: 446px;

}

.ys_bg .ys ul li .txt{
  position: relative;
  z-index: 5;
  width: 592px;
  background: url(../images/buttom3.png) no-repeat  575px 120px;
  margin: 100px 0 0 48px;
}

.ys_bg .ys ul li .txt h5{
  width: 592px;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgba(114, 114, 114, 0.2);
  position: relative;
  z-index: 5;
}

.ys_bg .ys ul li .txt h5 span{
  float: left;
  display: block;
  font-size: 28px;
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 3px;

}

.ys_bg .ys ul li .txt h5 i{
  font-size: 24px;
  color: #363636;
  float: left;
  display: block;
}

.ys_bg .ys ul li .txt h5 em{
  font-size: 12px;
  color: #6f6f6f;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  display: block;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.ys_bg .ys ul li .txt h5 b{
  display: block;
  float: right;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  margin-top: 24px;
}

.ys_bg .ys ul li .txt h5 b img{
  display: block;

}

.ys_bg .ys ul li .txt p{
  font-size: 15px;
  color: #737373;
  line-height: 30px;
  width: 405px;
  margin-top: 37px;
}


.ys_bg .ys ul li .ys_img{
  width: 960px;
  height: 446px;
  overflow: hidden;
}

.ys_bg .ys ul li .ys_img img{
  width: 960px;
  height: 446px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys ul li:hover .ys_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ys_bg .ys ul li.ys1{
  position: absolute;
  left: -320px;
  top: 0;
  height: 892px;
  width: 960px;
  background: url(../images/ys_bg.jpg) no-repeat  top center;
}

.ys_bg .ys ul li.ys1 .txt{
  margin: 100px 0 0 320px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys ul li.ys1 .ys_img{
  position: absolute;
  height: 446px;
  bottom: 0;
  top: auto;
}

.ys_bg .ys ul li.ys2{
  position: absolute;
  right: -320px;
  top: 0;
  height: 446px;
  width: 960px;
}

.ys_bg .ys ul li.ys2 .txt{
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.ys_bg .ys ul li.ys2 .txt h5{
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ys_bg .ys ul li.ys2 .txt h5 span{
  color: #fff;
}

.ys_bg .ys ul li.ys2 .txt h5 i{
  color: #fff;
}

.ys_bg .ys ul li.ys2 .txt h5 em{
  color: #fff;
  opacity: 0.7;
}

.ys_bg .ys ul li.ys2 .txt p{
  color: #adacac;
}

.ys_bg .ys ul li.ys2 .ys_img{
  position: absolute;
  right: 0px;
  top: 0;
}

.ys_bg .ys ul li.ys3{
  position: absolute;
  right: -320px;
  top: 446px;
  height: 446px;
  width: 960px;
}
.ys_bg .ys ul li.ys3 .txt{
  margin: 85px 0 0 48px;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.ys_bg .ys ul li.ys3 .ys_img{
  position: absolute;
  right: 0px;
  top: 0;
}

.ys_bg .ys ul li .txt h5::after{
  position: absolute;
  left: 0px;
  top: 33px;
  width: 0%;
  height: 5px;
  content: "";
  z-index: -1;
  background: #0093a1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys ul li .txt h5 b::after{
  position: absolute;
  right: -2px;
  top: -2px;
  width: 0%;
  height: 0px;
  content: "";
  z-index: -1;
  background: #fff;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys ul li.on .txt h5::after{
  width: 34px;
}

.ys_bg .ys ul li.on .txt h5 b::after{
  width: 16px;
  height: 16px;
}

/* te*/

.te_bg{
  width: 100%;
  height: 233px;
  margin: 0 auto;
  background: url(../images/te_bg1.jpg) no-repeat  center;
}

.te_bg .te{
  width: 1400px;
  margin: 0 auto;
  padding-top: 73px;

}

.te_bg .te ul{
  width: 1400px;
  overflow: hidden;
  background: url(../images/buttom5.png) no-repeat left 65px;
}

.te_bg .te ul li{
  float: left;
  width: 233px;
  text-align: center;
  background: url(../images/buttom5.png) no-repeat right 65px;
}

.te_bg .te ul li span img{
  display: block;
  margin: 0 auto 15px auto;
  width: 40px;
  height: 40px;

}

.te_bg .te ul li i{
  display: block;
  font-size: 18px;
  color: #5b5b5b;
}

.te_bg .te ul li:hover span img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}



/* case*/

.case_bg{
  width: 100%;
  height: 1051px;
  margin: 0 auto;
  background: url(../images/case_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.case_bg .case{
  width: 1280px;
  margin: 0 auto;
  padding-top: 98px;
  position: relative;
}

.case_bg .case .case_t{
  height: 138px;

}

.case_bg .case .case_t .t_title{
  float: left;
  margin-left: -70px;
}

.case_bg .case .case_t .t_title h3{
  padding-left: 70px;
  width: auto;
  background: url(../images/title.png) no-repeat left 20px;

}

.case_bg .case .case_t .t_title h3 span{
  width: 472px;
  background: url(../images/news_t.png) no-repeat center right;
}

.case_bg .case .case_t .tel{
  float: right;
  margin-top: 5px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #a5a5a5;
}

.case_bg .case .case_t .tel img{
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

.case_bg .case .case_t .tel span{
  font-size: 16px;
  color: #5b5b5b;
  font-family: Arial, Helvetica, sans-serif;

}

@keyframes msClock {
  0%,70%,100% {
    transform: rotate(0) scale(1);
  }
  10%,30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,40% {
  transform: rotate(15deg) scale(1.1);
  }
}

.case_bg .case .case_box{
  margin: 0 auto;
  position: relative;
}  

.case_bg .case .case_box .bd{
  margin-left: -175px;
  width: 1455px;
  height: 735px;


}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 1455px;
  height: 735px;
  position: relative;
}

.case_bg .case .case_box .bd ul li .case_show{
  width: 1455px;
}

.case_bg .case .case_box .bd ul li .case_show .pic{
  float: left;
  width: 840px;
  height: 605px;
  border: 1px solid #ececec;
  background: #fff;

}

.case_bg .case .case_box .bd ul li .case_show .pic img{
  width: 812px;
  height: 577px;
  margin: 14px;
}

.case_bg .case .case_box .bd ul li .case_show .txt{
  float: left;
  margin-left: 30px;
  margin-top: 40px;
  width: 360px;

} 

.case_bg .case .case_box .bd ul li .case_show .txt a{
  display: block;

}

.case_bg .case .case_box .bd ul li .case_show .txt a i{
  font-size: 12px;
  color: #434343;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .case_show .txt a span{
  font-size: 22px;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 15px auto 13px 0;
}

.case_bg .case .case_box .bd ul li .case_show:hover .txt a span{
  color: #009481;
  letter-spacing: 1px;

}

.case_bg .case .case_box .bd ul li .case_show .txt a b{
  display: block;
  width: 41px;
  height: 4px;
  background: #009481;
  border-radius: 5px;
}

.case_bg .case .case_box .bd ul li .case_show .txt a em{
  display: block;
  font-size: 12px;
  color: #434343;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 42px;
  background: url(../images/buttom9.png) no-repeat left center;
  margin-top: 30px;
}

.case_bg .case .case_box .bd ul li .list{
  position: absolute;
  right: 0px;
  top: 202px;
  width: 615px;
}

.case_bg .case .case_box .bd ul li .list dl{
  float: left;
  width: 276px;
  height: 240px;
  border: 1px solid #ececec;
  background:  #fff;
  margin: 0 0 30px 29px;
  position: relative;
  z-index: 5;
}

.case_bg .case .case_box .bd ul li .list dl .pic{
  width: 258px;
  height: 182px;
  margin: 9px auto 0 auto;
  overflow: hidden;


}

.case_bg .case .case_box .bd ul li .list dl .pic img{
  width: 258px;
  height: 182px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .list dl .txt{
  width: 258px;
  margin:  0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
} 

.case_bg .case .case_box .bd ul li .list dl .txt a{
  font-size: 16px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .list dl::after{
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 0px;
  background: #009481;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .list dl:hover::after{
  height: 100%;
}

.case_bg .case .case_box .bd ul li .list dl:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_bg .case .case_box .bd ul li .list dl:hover .txt a{
  color: #fff;
}

.case_bg .case .case_box .hd{
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 5;
  width: 40px;
}

.case_bg .case .case_box .hd .next{
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(../images/case_left.png) no-repeat  center;
}

.case_bg .case .case_box .hd .prev{
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(../images/case_right.png) no-repeat  center;
  margin-top: 13px;
}


.case_bg .case .case_box .case_xt{
  position: absolute;
  left: 0px;
  top: 650px;
  margin-left: -30px;
  padding-left: 30px;
  background: url(../images/buttom8.png) no-repeat left 8px;
  height: 80px;
}

.case_bg .case .case_box .case_xt span{
  display: block;
  font-size: 17px;
  color: #494949;
  font-family: "simsun";
  font-weight: bold;
  font-style: italic;
  letter-spacing: 3px;

}

.case_bg .case .case_box .case_xt img{
  display: block;
  margin-top: 7px;
}


.case_bg .case .case_box .case_xt::after{
  position: absolute;
  left: -320px;
  bottom: 0px;
  width: 580px;
  height: 1px;
  background: #e0e0e0;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}







/* about*/

.ab_bg{
  width: 100%;
  height: 942px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 75px;
  position: relative;
}

.ab_bg .about .ab_l{
  float: left;
  margin-top: 158px;
  margin-left: 100px;
  width: 400px;
}

.ab_bg .about .ab_l .ab_t{
  float: left;
}

.ab_bg .about .ab_l .ab_t h5{
  font-size: 24px;
  color: #454545;
  margin: 8px 0 5px 0;

}

.ab_bg .about .ab_l .ab_t i{
  display: block;
  font-size: 12px;
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_l .ab_t .more{
  display: block;
  position: relative;
  z-index: 5;
  width: 133px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e1e1e1;
  margin-top: 26px;
}

.ab_bg .about .ab_l .ab_t .more em{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #727272;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_l .ab_t .more::after{
  position: absolute;
  left: 0px;
  top: 0%;
  width: 0%;
  height: 100%;
  content: "";
  z-index: -1;
  background: #009481;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_t .more:hover::after{
  width: 100%;
}

.ab_bg .about .ab_l .ab_t .more:hover em{
  color: #fff;
}


/* 询盘*/

.xpBox{
  background: url(../images/xunpan.png) left center no-repeat;
  width: 88px;
  height: 88px;
  z-index: 5;
  position: relative;
  float: left;
}

.xpBox:hover .topxunpan {
  width: 220px;
  height: 38px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  cursor: pointer;
  display: block;
  margin-left: 30px;
  position: absolute;
  z-index: 5;
  width: 0px;
  height: 38px;
  border-radius: 0px 30px 30px 0px;
  line-height: 36px;
  background: #fff;
  left: 40px;
  top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.topxunpan .xp {
  position: relative;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding-left: 20px;
}

.topxunpan .xp>span{
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: block;
}

.topxunpan .xp img {
  position: relative;
  top: 8px;
  margin: 0 7px 0 0px;

}

.topxunpan .xp i {
  padding: 0 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #009481;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #009481;
}

.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}


.ab_bg .about .ab_r{
  float: right;
  width: 740px;
} 

.ab_bg .about .ab_r .t_title{
  margin-right: -65px;
  text-align: right;

}

.ab_bg .about .ab_r .t_title h3{
  text-align: right;
  margin: 0;
  text-align: right;
  background: url(../images/title.png) no-repeat bottom right;
  width: auto;
  padding-right: 65px;
}

.ab_bg .about .ab_r .t_title h3 span{
  padding-left: 275px;
  display: inline-block;
  background: url(../images/title_xt1.png) no-repeat left  center;
}

.ab_bg .about .ab_r .ab_nr{
  height: 153px;
  padding-left: 25px;
  border-left: 1px solid #e2e5e2;
  margin-top: 72px;

}

.ab_bg .about .ab_r .ab_nr p{
  font-size: 15px;
  color: #5d5d5d;
  line-height: 34px;
  height: 170px;
  overflow: hidden;
  position: relative;
  top: -8px;

}

.ab_bg .about .ry{
  position: absolute;
  right: 0px;
  top: 697px;
  height: 245px;
  background: url(../images/ry_bg.png) no-repeat right  bottom;
}

.ab_bg .about .ry .txt{
  float: left;
  width: 127px;
  padding-left: 10px;
  padding-right: 5px;
  background: url(../images/ry_xt.png) no-repeat left  30px;
  margin-top: 75px;
}

.ab_bg .about .ry .txt a{
  display: block;
}

.ab_bg .about .ry .txt a span{
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ry .txt a i{
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.4;
  margin-top: 14px;
}

.ab_bg .about .ry .pic{
  float: right;
  width: 226px;
  height: 167px;
  border: 1px solid rgba(255, 255, 255, 0.4);

}

.ab_bg .about .ry .pic img{
  width: 197px;
  height: 138px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  margin: 8px ;


}


/* news*/

.news_bg{
  width: 100%;
  height: 887px;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat  center;
}

.news_bg .news{
  padding-top: 110px;
}

.news_bg .news .news_t{
  height: 150px;
  width: 1280px;
  margin: 0 auto;
}

.news_bg .news .news_t .t_title{
  float: left;
  margin-left: -65px;
}

.news_bg .news .news_t .t_title h3{
  width: auto;
  background: url(../images/title.png) no-repeat bottom left;
  padding-left: 65px;
}

.news_bg .news .news_t .t_title h3 span{
  width: 472px;
  background: url(../images/news_t.png) no-repeat center right;
}

.news_bg .news .news_list{
  float: right;
  margin-top: 35px;
  background: url(../images/buttom6.png) no-repeat center left;
} 

.news_bg .news .news_list ul li{
  float: left;
  width: 165px;
  position: relative;
  z-index: 5;
  background: url(../images/buttom6.png) no-repeat center right;
  text-align: center;
}

.news_bg .news .news_list ul li a{
  display: inline-block;
  text-align: center;
  background: url(../images/news1.png) no-repeat center left;
  padding-left: 35px;
  font-size: 16px;
  color: #3e3e3e;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li::after{
  position: absolute;
  left: 31px;
  top: 32px;
  width: 0%;
  height: 1px;
  background: #39bbae;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.casehover::after{
  width: 104px;
}

.news_bg .news .news_list ul li.casehover a {
  font-weight: bold;
  color: #128e7f;
  background: url(../images/news2.png) no-repeat center left;
}

.news_bg .news .news_box{
  margin: 0 auto;
  width: 80%;
}

.news_bg .news .news_box ul li{
  float: left;
  width: 29%;
  margin: 0 2%;
}

.news_bg .news .news_box ul li .news_img{
  width: 100%;
  height: 336px;
  background: #ffffff;
  position: relative;

}

.news_bg .news .news_box ul li .news_img img{
  position: absolute;
  left: 1.5%;
  top: 6px;
  width: 97%;
  height: 324px;

}

.news_bg .news .news_box ul li .txt{
  margin: 25px auto 0 auto;

} 

.news_bg .news .news_box ul li .txt h5 a{
  font-size: 20px;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 97%;
  margin: 0 auto;

}

.news_bg .news .news_box ul li .txt p{
  font-size: 15px;
  color: #818181;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  width: 97%;
  margin: 10px auto 0 auto;
}

.news_bg .news .news_box ul li .txt span{
  display: block;
  width: 97%;
  padding: 0 1.5%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  margin-top: 15px;
  position: relative;
}

.news_bg .news .news_box ul li .txt span::after{
  position: absolute;
  left: 0%;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #009481;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box ul li .txt span::before{
  position: absolute;
  left: 0%;
  top: -1px;
  width: 0%;
  height: 1px;
  background: #009481;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box ul li .txt span i{
  display: block;
  float: left;
  font-size: 14px;
  color: #8b8b8b;
  text-transform: uppercase;
}

.news_bg .news .news_box ul li .txt span .more{
  display: block;
  float: right;
  font-size: 14px;
  color: #8b8b8b;
}

.news_bg .news .news_box ul li:hover .txt h5 a{
  color: #009481;
}

.news_bg .news .news_box ul li:hover .txt span::after{
  width: 100%;
}

.news_bg .news .news_box ul li:hover .txt span::before{
  width: 100%;
}


/* message*/

.message_bg{
  width: 100%;
  height: 340px;
  margin: 0 auto;
  background: url(../images/message_bg.jpg) no-repeat  center;
}

.message_bg .message{
  padding-top: 75px;
  width: 1280px;
  margin: 0 auto;
}

.message_bg .message .t_title{
 margin-left: -60px;

}

.message_bg .message .t_title h3{
  margin: 0;
  height: auto;
  padding-left: 60px;
  background: url(../images/m_t.png) no-repeat left top;
}

.message_bg .message .t_title h3 span{
  font-size: 30px;
  color: #fff;

}

.message_bg .message .t_title h3 i{
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.5;
  margin-top: 2px;
}

.message_bg .message .t_title h3 i em{
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.message_bg .message .m_box{
  margin: 25px auto 0 auto;
  height: 73px;
  background: rgba(0, 0, 0, 0.2);

}

.message_bg .message .m_box .form-group1{
  float: left;
  width: 235px;
  height: 73px;
  margin-left: 30px;
}

.message_bg .message .m_box .form-group1 input{
  width: 235px;
  height: 73px;
  background: url(../images/m1.png) no-repeat left center;
  font-size: 14px;
  color: #cbcbcb;
  text-indent: 40px;
}


.message_bg .message .m_box .form-group2{
  float: left;
  width: 260px;
  height: 73px;
  margin-left: 30px;
}

.message_bg .message .m_box .form-group2 input{
  width: 260px;
  height: 73px;
  background: url(../images/m2.png) no-repeat left center;
  font-size: 14px;
  color: #cbcbcb;
  text-indent: 40px;
}


.message_bg .message .m_box .form-group3{
  float: left;
  width: 240px;
  height: 73px;
  margin-left: 30px;
}

.message_bg .message .m_box .form-group3 textarea{
  width: 240px;
  height: 47px;
  background: url(../images/m3.png) no-repeat left center;
  font-size: 14px;
  color: #cbcbcb;
  text-indent: 40px;
  padding-top: 26px;
}

.message_bg .message .m_box .form-group4{
  float: left;
  width: 330px;
  height: 73px;
  margin-left: 30px;
}

.message_bg .message .m_box .form-group4 input{
  width: 210px;
  height: 73px;
  background: url(../images/m4.png) no-repeat left center;
  font-size: 14px;
  color: #cbcbcb;
  text-indent: 40px;
  float: left;
}

.message_bg .message .m_box .form-group4 .imgcode{
  float: right;
  width: 94px;
  height: 36px;
  margin-top: 18px;

}

.message_bg .message .m_box .anniu{
  float: right;
  width: 81px;
  height: 36px;
  margin-top: 18px;
}

.message_bg .message .m_box .anniu button{
  cursor: pointer;
  border: none;
  background: #009481;
  width: 81px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .m_box .anniu button:hover{
  border-radius: 45px;
}

.message_bg .message .m_xt{
  margin-top: 35px;
  text-align: right;
  font-size: 12px;
  color: #c4c4c4;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  background: url(../images/buttom7.png) no-repeat right bottom;
  height: 35px;
} 



@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}