
/*-----------------------------------------------------------*/
/*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 */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -126px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .banner_button{
  position: absolute;
  top: 233px;
  right: 40px;
  z-index: 9;
  height: 668px;
  width: 47px;
  background: url(../images/xt.png) no-repeat  center;
}

.banner .swiper-button-next1{
  z-index: 5;
  cursor: pointer;
  top: 220px;
  position: absolute;
  right: 9px;
  width: 29px;
  height: 29px;
  background: url(../images/bannerL.png) no-repeat  center;


}

.banner .swiper-button-prev1{
  z-index: 5;
  cursor: pointer;
  top: 420px;
  position: absolute;
  right: 9px;
  width: 29px;
  height: 29px;
  background: url(../images/bannerR.png) no-repeat  center;
}

.banner .swiper-pagination {
  width: 100%;
  top: 250px;
  right: 15px;
  text-align: center;
  margin: 0 auto;
  width: 47px;
  left: auto;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0);
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 50%;
  background: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.banner .swiper-pagination-bullet:first-child::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "01";
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullet:nth-child(2)::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "02";
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullet:nth-child(3)::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "03";
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.2);
}



/* title */

.title{
  background: url(../images/title.png) no-repeat  left 5px;
  margin-left: -70px;
  padding-left: 70px;
}

.title img{
  display: block;
  float: left;
}

.title h3{
  float: left;
  margin-left: 10px;
}

.title h3 span{
  display: block;
  line-height: 30px;
  height: 30px;
  margin-bottom: 12px;
}

.title h3 span i{
  display: block;
  float: left;
  font-size: 32px;
  color: #3b3b3b;
  font-weight: bold;
  background: url(../images/title_xt.png) no-repeat  right center;
  padding-right: 12px;
  margin-right: 12px;
}

.title h3 span em{
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 28px;
  color: #3b3b3b;
  font-family: Arial, Helvetica, sans-serif;

}

.title h3 p{
  font-size: 14px;
  color: #9d9d9d;

}

.t_more{
  border-radius: 45px;
  border: 1px solid #dedfdf;
  width: 123px;
  height: 39px;
  line-height: 39px;

}

.t_more a{
  display: block;
  font-size: 12px;
  color: #454545;
  text-transform: uppercase;
  padding-left: 19px;
  background: url(../images/more.png) no-repeat 95px center;

}

/* fw */


.fw_bg{
  width: 100%;
  height: 738px;
  margin: -126px auto 0 auto;
  background: url(../images/fw_bg.jpg) no-repeat  center;
}

.fw_bg .fw{
  width: 1280px;
  margin: 0 auto;
  padding-top: 65px;
}

.fw_bg .fw .fw_t{
  height: 115px;

}

.fw_bg .fw .fw_t .title{
  float: left;
  height: 85px;
  position: relative;

}

.fw_bg .fw .fw_t .title::after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../images/pro_t.png) no-repeat  right bottom;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_t .t_more{
  float: right;
  margin-top: 25px;
}

.fw_bg .fw .fw_box{
  margin: 50px auto 0 auto;
}

.fw_bg .fw .fw_box ul li{
  float: left;
  width: 371px;
  margin-right: 83px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li:last-child{
  margin-right: 0;
}

.fw_bg .fw .fw_box ul li .pic{
  width: 273px;
  height: 273px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.fw_bg .fw .fw_box ul li .pic img{
  width: 253px;
  height: 253px;
  border-radius: 50%;
  margin: 10px;

}

.fw_bg .fw .fw_box ul li .txt{
  width: 350px;
  height: 115px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-top: -105px;
  text-align: center;
  padding: 125px 10px 0 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.fw_bg .fw .fw_box ul li .txt h5 a{
  font-size: 22px;
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li .txt .more{
  display: block;
  width: 96px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #dadada;
  border-radius: 45px;
  text-align: center;
  font-size: 12px;
  color: #555555;
  text-transform: uppercase;
  margin: 23px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li .txt::after{
  position: absolute;
  left:0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: url(../images/fw_list.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li.on{
  transform: translateY(-50px);
}

.fw_bg .fw .fw_box ul li.on .txt{
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.fw_bg .fw .fw_box ul li.on .txt::after{
  height: 100%;
}

.fw_bg .fw .fw_box ul li.on .txt h5 a{
  color: #fff;

}

.fw_bg .fw .fw_box ul li.on .txt .more{
  color: #fff;
  border: 1px solid #e42600;
  background: #e42600;
}

/* Product */

.product_bg{
  width: 100%;
  height: 1059px;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center;
}

.product_bg .product{
  width: 1280px;
  margin: 0 auto;
  padding-top: 92px;
  position: relative;
}

.product_bg .product .title{
  position: absolute;
  left: 0;
  top: 80px;
}

.product_bg .product .pro_box{
  position: relative;
  height: 565px;
  z-index: 5;

}

.product_bg .product .pro_box .pro_l {
  float: left;
  width: 970px;
  margin-top: 115px;
  position: relative;
}

.product_bg .product .pro_box .pro_l  .bd{
  width: 970px;
}

.product_bg .product .pro_box .pro_l .bd ul li{
  float: left;
  width: 970px;

}

.product_bg .product .pro_box .pro_l .bd ul li .pic{
  float: left;
  width: 527px;
  height: 380px;
  border: 1px solid #e4e9f2;
  border-radius: 5px;

}

.product_bg .product .pro_box .pro_l .bd ul li .pic img{
  width: 507px;
  height: 360px;
  margin: 10px;

}

.product_bg .product .pro_box .pro_l .bd ul li .txt{
  float: right;
  width: 410px;
  margin-top: 45px;

} 

.product_bg .product .pro_box .pro_l .bd ul li .txt h5 a{
  font-size: 22px;
  color: #545454;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.product_bg .product .pro_box .pro_l .bd ul li .txt h5 a i{
  font-size: 16px;
  color: #454545;
  margin-left: 5px;
}

.product_bg .product .pro_box .pro_l .bd ul li .txt span{
  font-size: 12px;
  color: #a2a2a2;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  margin-top: 8px;

}

.product_bg .product .pro_box .pro_l .bd ul li .txt em{
  display: block;
  width: 129px;
  height: 1px;
  background: #e4e9f2;
  margin-top: 20px;
}

.product_bg .product .pro_box .pro_l .bd ul li .txt p{
  font-size: 15px;
  color: #8f8f8f;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  margin-top: 30px;

}

.product_bg .product .pro_box .pro_l .hd{
  position: absolute;
  left: 560px;
  top: 312px;
  z-index: 5;
}

.product_bg .product .pro_box .pro_l .hd .next{
  float: left;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  width: 42px;
  height: 42px;
}

.product_bg .product .pro_box .pro_l .hd .prev{
  float: left;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  width: 42px;
  height: 42px;
  margin-left: 11px;
}

.product_bg .product .pro_box .pro_list{
  float: right;
  width: 262px;
  height: 540px;
  background: #1a5f90;
  border-radius: 20px;
}

.product_bg .product .pro_box .pro_list ul{
  padding-top: 15px;
}

.product_bg .product .pro_box .pro_list ul li{
  position: relative;
  width: 231px;
  height: 118px;
  background: #054776;
  border-radius: 15px;
  margin: 0 auto 15px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product_bg .product .pro_box .pro_list ul li a{
  display: block;
}

.product_bg .product .pro_box .pro_list ul li a span{
  float: left;
  margin-left: 18px;
  width: 105px;
  font-size: 17px;
  color: #e5eaf3;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 27px;
}

.product_bg .product .pro_box .pro_list ul li a img{
  display: block;
  float: right;
  width: 101px;
  height: 107px;
  margin: 7px 2px 0 0;

}

.product_bg .product .pro_box .pro_list ul li::after{
  position: absolute;
  left: -35px;
  top: 35px;
  content: "";
  width: 0px;
  height: 0px;
  background: url(../images/more2.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product_bg .product .pro_box .pro_list ul li.on a span{
  font-weight: bold;
}

.product_bg .product .pro_box .pro_list ul li.on::after{
  width: 45px;
  height: 45px;

}

.product_bg .product .pro_box .pro_list ul li.on{
  background: #4586b3;
}

.product_bg .product .pro_box .pro_ico{
  position: absolute;
  left: 623px;
  top: 338px;
  font-size: 80px;
  color:  #e5eaf3;
  font-family: "Impact";
  text-transform: uppercase;
  font-style: italic;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 60px;

}



.product_bg .product .pro_show{
  margin: 0 auto;
  width: 1360px;
}

.product_bg .product .pro_show ul li{
  float: left;
  width: 394px;
  height: 339px;
  background: #f2f5f9;
  border: 1px solid #e4e9f2;
  border-radius: 15px;
  margin-right: 50px;
}

.product_bg .product .pro_show ul li .pic{
  width: 373px;
  height: 262px;
  border-radius: 15px;
  margin: 10px auto 0 auto;
  overflow: hidden;
}

.product_bg .product .pro_show ul li .pic img{
  width: 373px;
  height: 262px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product_bg .product .pro_show ul li .txt{
  width: 373px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
} 

.product_bg .product .pro_show ul li .txt h5 a{
  font-size: 17px;
  color: #474646;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 280px;
}

.product_bg .product .pro_show ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more1.png) no-repeat  center;
  width: 23px;
  height: 23px;
  margin-top: 18px;
  margin-right: 5px;

}

.product_bg .product .pro_show ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product_bg .product .pro_show ul li:hover .txt h5 a{
  color: #396fa9;
}



/* ys */

.ys_bg{
  width: 100%;
  height: 877px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 85px;
}

.ys_bg .ys .ys_t{
  height: 120px;
}

.ys_bg .ys .ys_t .title{
  float: left;
}

.ys_bg .ys .ys_t .ys_tel{
  float: right;
  background: url(../images/tel1.png) no-repeat left center;
  padding-left: 40px;
  height: 45px;
  margin-top: 13px;

}

.ys_bg .ys .ys_t .ys_tel span{
  display: block;
  font-size: 14px;
  color: #3b3b3b;
}

.ys_bg .ys .ys_t .ys_tel i{
  display: block;
  font-size: 22px;
  color: #454545;
  font-family: "Impact";
  line-height: 24px;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
}

.ys_bg .ys .ys_box .ys_l{
  float: left;
  width: 476px;
  position: relative;
  margin-top: 55px;
  margin-left: -52px;
}

.ys_bg .ys .ys_box .ys_l .ys_img{
  width: 416px;
  height: 416px;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  top: 27px;
  background: url(../images/ys_img_bg.png) no-repeat 0px center;
}

.ys_bg .ys .ys_box .ys_l .ys_img img{
  width: 309px;
  height: 309px;
  border-radius: 50%;
  margin: 53px;

}

.usage_box_fr {
  overflow: visible;
  position: relative;
  cursor: pointer;
  animation: bounceInUp 3s, rotateF 66s linear infinite 3.2s;
}
.usage_box_fr i:before {
  position: absolute;
  left: 75px;
  top: 0px;
  bottom: 375px;
  z-index: 1;
  margin: auto;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background: url(../images/buttom2.png) no-repeat 0px center;
  content: "";
}
.usage_box_fr em:after {
  position: absolute;
  right: 73px;
  top: 350px;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #fff;
  content: "";
}
.usage_box_fr:before,
.usage_box_fr:after {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 311px;
  height: 311px;
  content: "";
}

.usage_box_fr span {
  display: block;
  width: 474px;
  height: 474px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: rotate 33s linear infinite 3.2s;
}


@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateF {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}






.ys_bg .ys .ys_box .ys_r{
  float: right;
  width: 836px;
  margin-top: 44px;
}

.ys_bg .ys .ys_box .ys_r ul li{
  float: left;
  width: 385px;
  height: 247px;
  margin-bottom: 15px;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt{
  height: 46px;
  margin-top: 35px;

}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt .te_list{
  float: left;
  width: 46px;
  height: 46px;
  background: #f2f5f9;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  transition-duration: 0.7s;
  margin: 0px auto 0px auto;
}

 
.ys_bg .ys .ys_box .ys_r ul li .ys_txt .te_list .te_img {
  display: block;
  position: relative;
  transition: 0.7s;
  font-size: 0;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt .te_list .te_img i{
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  margin: 0px auto;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt .te_list .te_img i img{
  vertical-align: middle;
  display: inline-block;
  width: 46px;
  height: 46px;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt .te_list .te_img i:before{
  /* 辅助ie8图片居中 */
  content: '';
  height: 46px;
  width: 1px;
  font-size: 0;
}


.ys_bg .ys .ys_box .ys_r ul li .ys_txt .te_list .te_img {
  width: 100%;
  height: 200%;
  top:0;
}

.ys_bg .ys .ys_box .ys_r ul li.on .ys_txt .te_list .te_img {
  top:-46px;
}

.ys_bg .ys .ys_box .ys_r ul li.on .ys_txt .te_list{
  background: #e42600;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt h5{
  float: left;
  margin-left: 15px;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt h5  span{
  display: block;
  font-size: 18px;
  color: #5c5c5c;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_r ul li .ys_txt h5 i{
  display: block;
  font-size: 12px;
  color: #9c9c9c;
  margin-top: 2px;
}

.ys_bg .ys .ys_box .ys_r ul li p{
  font-size: 14px;
  color: #989898;
  line-height: 30px;
  margin-top: 23px;
}

.ys_bg .ys .ys_box .ys_r ul li:nth-child(1),
.ys_bg .ys .ys_box .ys_r ul li:nth-child(3){
  margin-right: 65px;
}


.ys_bg .ys .ys_box .ys_r ul li.on .ys_txt h5  span{
  color: #e42600;

}

/* case */

.case_bg{
  width: 100%;
  height: 758px;
  margin: 0 auto;
  background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
  width: 1280px;
  margin: 0 auto;
  padding-top: 95px;

}

.case_bg .case .case_t{
  height: 130px;

}

.case_bg .case .case_t .title{
  float: left;
  height: 85px;
  position: relative;
}

.case_bg .case .case_t .t_more {
  float: right;
  margin-top: 25px;
  background:  #fff;
}

.case_bg .case .case_t .title::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../images/pro_t.png) no-repeat right bottom;
  -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{
  margin: 0 0 0 -75px;
  width: 1500px;
}

.case_bg .case .case_box ul li{
  float: left;
  position: relative;
  z-index: 5;
  margin-right: 34px;
  width: 330px;
}

.case_bg .case .case_box ul li::after{
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 300px;
  height: 362px;
  background: #f2f5f9;
  border-radius: 8px;
  -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 ul li .pic{
  border-radius: 8px;
  width: 328px;
  height: 365px;
  background: #fff;
  border: 1px solid #e4e9f2;
  transform: skewY(-5deg);
  margin-top: 13px;
  -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 ul li .pic a{
  display: block;

}

.case_bg .case .case_box ul li .pic img{
  width: 318px;
  height: 355px;
  border-radius: 8px;
  margin: 5px;
object-fit: cover;

}



.case_bg .case .case_box ul li .txt{
  float: right;
  margin-right: 10px;
  width: 184px;
  height: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 30px;

} 

.case_bg .case .case_box ul li .txt a{
  font-size: 16px;
  color: #444444;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 23px;
  background: url(../images/buttom1.png) no-repeat right center;
}

.case_bg .case .case_box ul li:hover .txt a{
  font-weight: bold;
}

.case_bg .case .case_box ul li:hover::after{
  background: #e32600;

}

.case_bg .case .case_box ul li:hover .pic{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}


/* ry */

.ry_bg{
  width: 100%;
  height: 786px;
  margin: 33px auto 0 auto;
  background: url(../images/ry_bg.jpg) no-repeat center;
}

.ry_bg .ry{
  width: 1280px;
  margin: 0 auto;
  padding-top: 15px;
  height: 242px;
  position: relative;
}

.ry_bg .ry .ry_xt{
  position: absolute;
  left: 0;
  top: 260px;
  background: url(../images/ry_xt.png) no-repeat center;
  width: 10px;
  height: 106px;
}

.ry_bg .ry .title{
  float: left;
  margin-top: 60px;

}

.ry_bg .ry .ry_box{
  float: right;
  width: 890px;
  position: relative;
} 

.ry_bg .ry .ry_box .bd{
  width: 890px;
}

.ry_bg .ry .ry_box .bd ul li{
  float: left;
  margin-left: 18px;
  border-radius: 6px;
  border: 1px solid #e4e9f2;
  width: 275px;
  height: 240px;

}

.ry_bg .ry .ry_box .bd ul li .pic{
  width: 265px;
  height: 186px;
  margin: 5px auto 0 auto;

}

.ry_bg .ry .ry_box .bd ul li .pic img{
  width: 265px;
  height: 186px;
  border-radius: 6px;
  object-fit: contain;
}

.ry_bg .ry .ry_box .bd ul li .txt{
  height: 50px;
  line-height: 50px;
  text-align: center;

} 

.ry_bg .ry .ry_box .bd ul li .txt a{
  font-size: 16px;
  color: #545454;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ry_bg .ry .ry_box .bd ul li:hover .txt a{
  color: #396fa9;
}

.ry_bg .ry .ry_box .hd{
  position: absolute;
  left: -390px;
  top: 167px;
  z-index: 5;
}

.ry_bg .ry .ry_box .hd .next{
  float: left;
  background: url(../images/ry_left.png) no-repeat center;
  width: 89px;
  height: 38px;
  cursor: pointer;
}

.ry_bg .ry .ry_box .hd .prev{
  float: left;
  width: 83px;
  height: 38px;
  cursor: pointer;
  background: url(../images/ry_right.png) no-repeat center;
} 


.banner_1{
  width: 1280px;
  margin: 70px auto 0 auto;
  position: relative;
}

.banner_1 .cont{
  width: 865px;
  margin-left: 415px;

}

.banner_1 .cont .txt{

}

.banner_1 .cont .txt h5{
  font-size: 31px;
  color: #545454;
  font-weight: bold;
  font-family: "simsun";
  letter-spacing: -1px;
  line-height: 32px;

}

.banner_1 .cont .txt span{
  display: block;
  font-size: 14px;
  color: #545454;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.banner_1 .cont .txt p{
  background: url(../images/xt1.png) no-repeat top left;
  font-size: 14px;
  color: #848484;
  line-height: 18px;
  letter-spacing: 3.5px;
  margin-top: 25px;
  padding-top: 15px;
}

.banner_1 .cont .zx{
  margin-top: 35px;
  width: 249px;
  height: 43px;
  line-height: 43px;
  background: #1a5f90;
  border-radius: 45px;

}

.banner_1 .cont .zx .tel{
  float: left;
  margin-left: 20px;
  padding-left: 30px;
  background: url(../images/tel2.png) no-repeat center left;
}

.banner_1 .cont .zx .tel i{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.banner_1 .cont .zx .qq a{
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 7px;
  margin-left: 15px;

}

.banner_1 .g_img{
  position: absolute;
  right: -57px;
  top: 45px;
}


/* about */

.ab_bg{
  width: 100%;
  height: 877px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg  .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 120px;
}

.ab_bg  .about .ab_l{
  float: left;
  width: 640px;
  position: relative;
  z-index: 5;
}

.ab_bg  .about .ab_l .title{
  background: url(../images/ab_t.png) no-repeat left 5px;
  height: 70px;
}

.ab_bg  .about .ab_l .title h3 span em{
  color: #fff;

}

.ab_bg  .about .ab_l .title h3 span i{
  color: #fff;
  background: url(../images/ab_xt1.png) no-repeat right center;
}

.ab_bg  .about .ab_l .title h3 p{
  color: #fff;
  opacity: 0.4;
}

.ab_bg  .about .ab_l .txt{
  margin-top: 80px;

}

.ab_bg  .about .ab_l .txt h5{
  font-size: 22px;
  color: #fff;

}

.ab_bg  .about .ab_l .txt span{
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.ab_bg  .about .ab_l .txt em{
  display: block;
  width: 75px;
  height: 3px;
  background: #fff;
  margin-top: 30px;

}

.ab_bg  .about .ab_l .txt p{
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  height: 240px;
  overflow: hidden;
  opacity: 0.8;
  margin-top: 35px;
}

.ab_bg  .about .ab_l .txt .more{
  display: block;
  position: absolute;
  right: -10px;
  top: 222px;
  width: 42px;
  height: 42px;
  background: url(../images/more3.png) no-repeat  center;
}

.ab_bg  .about .ab_l::after{
  position: absolute;
  left: -140px;
  top: 242px;
  content: "";
  z-index: -1;
  width: 789px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  -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_list{
  margin: 45px auto 0 auto;
  width: 700px;
}

.ab_bg  .about .ab_l .ab_list ul li{
  float: left;
  width: 222px;
  height: 115px;
  background: url(../images/ab_xt.png) no-repeat  left center;
  text-align: center;
}

.ab_bg  .about .ab_l .ab_list ul li a{
  display: block;
}

.ab_bg  .about .ab_l .ab_list ul li a span{
  display: block;
  position: relative;
  z-index: 5;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.ab_bg  .about .ab_l .ab_list ul li a i{
  display: block;
  font-size: 18px;
  color: #fff;
  -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_list ul li a em{
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.ab_bg  .about .ab_l .ab_list ul li a span::after{
  position: absolute;
  left: 10px;
  top: 25px;
  content: "";
  z-index: -1;
  width: 20px;
  height: 20px;
  background: #1a5f90;
  border-radius: 50%;
  -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_list ul li.on a i{
  font-weight: bold;
}

.ab_bg  .about .ab_l .ab_list ul li.on a span::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 64px;
  height: 64px;
  background: url(../images/ab_list.png) no-repeat  center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg  .about .ab_r{
  float: right;
  width: 536px;
  height: 536px;
  margin-right: -10px;
  margin-top: 50px;
  position: relative;
  z-index: 5;
}

.ab_bg .about .ab_r .ab_img{
  width: 514px;
  height: 514px;
  border-radius: 50%;
  margin: 11px auto;
  overflow: hidden;
}
.ab_bg .about .ab_r .ab_img img{
  width: 514px;
  height: 514px;
  border-radius: 50%;
}


.ab_bg .about .ab_r .ab_img video{
  cursor: pointer;
  
}
.ab_bg .about .ab_r .pulse {
  background: #fff;
  width: 536px;
  height: 536px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-animation: pulsing 2s ease-out infinite;
          animation: pulsing 2s ease-out infinite;
}
.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

@-webkit-keyframes pulsing {
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes pulsing {
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}




/* news */

.news_bg{
  width: 100%;
  height: 864px;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat  center;
}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 85px;
}

.news_bg .news .news_t{
  height: 107px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 8px;
  height: 42px;
  background: url(../images/news_list.png) no-repeat right center;
  padding-right: 43px;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  height: 42px;
  line-height: 42px;
  width: 111px;
  background:  #f7f7f7;
  border-radius: 45px;
  position: relative;
  z-index: 5;
  margin-right: 17px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  background: #396fa9;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news_bg .news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news_bg .news .news_box{
  margin: 0 auto;
} 

.news_bg .news .news_box .news_top{
  width: 1360px;
  margin: 0 auto;
  height: 382px;
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 302px;
  height: 380px;
  border: 1px solid #e3e3e3;
  background: #fff;
  margin-right: 20px;
  -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 .news_top ul li .news_img{
  width: 278px;
  height: 199px;
  margin: 12px auto 0 auto;


}

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 278px;
  height: 199px;
  border-radius: 5px;
}

.news_bg .news .news_box .news_top ul li .txt{
  height: 145px;
  width: 278px;
  margin: 0 auto;
  padding-top: 20px;
} 

.news_bg .news .news_box .news_top ul li .txt h5 a{
  font-size: 18px;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -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 .news_top ul li .txt p{
  font-size: 14px;
  color: #afafaf;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 12px;
}

.news_bg .news .news_box .news_top ul li .txt .more{
  height: 43px;
  line-height: 43px;
  margin-top: 10px;

}

.news_bg .news .news_box .news_top ul li .txt .more span{
  display: block;
  float: left;
  font-size: 12px;
  color: #afafaf;
}

.news_bg .news .news_box .news_top ul li .txt .more a{
  height: 43px;
  width: 43px;
  display: block;
  float: right;
  background: url(../images/more4.png) no-repeat center;
  -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 .news_top ul li:nth-child(2n) .news_img{
  margin: 0px auto 0 auto;


}

.news_bg .news .news_box .news_top ul li:hover .txt .more a{

  background: url(../images/more5.png) no-repeat center;

}

.news_bg .news .news_box .news_top ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.news_bg .news .news_box .list{
  margin: 30px auto 0 auto;
  width: 1224px;
  height: 103px;
  background: #fff;
  border: 1px solid #e8e9eb;
  padding: 0 28px;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 388px;
  padding: 0 10px;
  text-align: center;
  padding-top: 20px;
}

.news_bg .news .news_box .list ul li a{
  font-size: 16px;
  color:  #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 40px;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  height: 9px;
  line-height: 16px;
  border-bottom: 1px solid #f1f1f1;
}

.news_bg .news .news_box .list ul li span em{
  display: inline-block;
  border-radius: 50%;
  background: #dadada;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  -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 .list ul li span i{
  font-size: 12px;
  color: #afafaf;
  background: #fff;
  padding: 0 6px;

}

.news_bg .news .news_box .list ul li:hover span em{
  background: #ad0d19;
}


/* links */

.links{
  margin: 65px auto 0 auto;
  width: 1280px;
}

.links .links_t{
  float: left;
  margin-left: -70px;
  padding-left: 87px;
  background: url(../images/links.png) no-repeat left center;
  height: 40px;
}

.links .links_t span{

}

.links .links_t span i{
  display: block;
  float: left;
  font-size: 22px;
  color: #3b3b3b;
  font-weight: bold;
  background: url(../images/links_xt.png) no-repeat right center;
  padding-right: 10px;
  margin-right: 16px;
}

.links .links_t span em{
  font-size: 20px;
  color: #3b3b3b;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.links .yq{
  float: right;
  width: 1075px;
  font-size: 15px;
  color: #676767;
  margin-top: 3px;
} 

.links .yq a{
  margin: 0 10px;
  font-size: 15px;
  color: #676767;

}




div[pseudo="-webkit-media-controls-panel"]{
      position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
}