
/*-----------------------------------------------------------*/
/*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_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.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%;
  min-height:100%;
  display: block;
  transition:1s linear 2s;
  transform:scale(1.1,1.1);
}

.banner .swiper-slide-active img{
  transition:6s linear;
  transform:scale(1,1);
  }	



.banner .swiper-button-next1{
  position: absolute;
  top: 50%;
  right: 4%;
  z-index: 5;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-button-prev1{
  position: absolute;
  top: 50%;
  left: 4%;
  z-index: 5;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  right: 0px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px ;
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  -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 {
  background: #c12c37;
}




/* fw */

.fw_bg{
  width: 100%;
  height: 230px;
  margin: 0 auto;
  background: url(../images/trait_bg.jpg) no-repeat center;
  overflow: hidden;
}

.fw_bg .fw{
  width: 1360px;
  margin: 0  auto;
  padding-top: 60px;
}

.fw_bg .fw .fw_t{
  float: left;
}

.fw_bg .fw .fw_t span{
  display: block;
  font-size: 26px;
  color: #c12c37;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}

.fw_bg .fw .fw_t em{
  display: block;
  width: 30px;
  height: 4px;
  background: #c12c37;
  margin: 20px 0 12px 0;
}

.fw_bg .fw .fw_t h3{
  font-size: 24px;
  color: #282425;
  font-weight: bold;

}

.fw_bg .fw .fw_box{
  float: right;
  width: 1140px;
  margin-right: -20px;
}

.fw_bg .fw .fw_box ul li{
  float: left;
  width: 285px;
  text-align: center;
}

.fw_bg .fw .fw_box ul li h5{

}

.fw_bg .fw .fw_box ul li h5 span{
  display: inline-block;
  font-size: 56px;
  color: #c12c37;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 46px;
}

.fw_bg .fw .fw_box ul li h5 i{
  display: inline-block;
  font-size: 16px;
  color: #c12c37;
  position: relative;
  top: -22px;
}

.fw_bg .fw .fw_box ul li p{
  font-size: 16px;
  color: #333333;
  margin-top: 27px;

}


/* page_nav */

.page_nav{
  position: fixed;
  z-index: 99;
  left: 5%;
  top: 25%;
  width: 150px;
  height: 300px;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  overflow: hidden;
  display: block !important;


}

.page_nav .page_logo{
  width: 150px;
  height: 52px;
  background:  #c12c37;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 6px;
}

.page_nav .page_logo img{
  display: block;
  margin: 0px auto 0 auto;
  width: 58px;
  height: 46px;
}

.page_nav ul{

}

.page_nav ul li{
  width: 117px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  margin: 0 auto;

}

.page_nav ul li a{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_nav ul li a i{
  margin-right: 5px;
}

.page_nav ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #c12c37;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_nav ul li.active::after{
  width: 100%;
}

.page_nav .page_ico{
  margin: 12px auto 0 auto;
}

.page_nav .page_ico img{
  display: block;
  width: 21px;
  height: 17px;
  margin: 0 auto;
}


/* title */

.pro_t{
  height: 108px;
  margin: 0 auto;
}

.title{
  background: url(../images/title.png) no-repeat left center;
  width: 332px;
  height: 108px;
  float: left;
}

.title h3{
  padding-top: 22px;

}

.title h3 i{
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  line-height: 64px;
  font-size: 42px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  width: 63px;

}

.title h3 i em{
  font-size: 24px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.title h3 span{
  font-size: 28px;
  color: #c12c37;
  float: left;
  width: 226px;
  line-height: 64px;
  text-align: center;

}

.t_more{
  float: right;
  background: url(../images/buttom1.png) no-repeat left center;
  margin-top: 67px;
  padding-left: 25px;
  line-height: 20px;
}

.t_more a{
  display: block;
  font-size: 16px;
  color: #c12c37;
}


/* pro1 */

.pro_bg1{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

}

.pro_bg1 .product{
  width: 1360px;
  margin: 0 auto;
  padding-top: 37px;
}

.pro_bg1 .product .pro_list{
  margin: 13px auto 10px auto;
  height: 62px;
}

.pro_bg1 .product .pro_list ul{
  text-align: center;
}

.pro_bg1 .product .pro_list ul li{
  width: 256px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  z-index: 5;
  display: inline-block;
  margin: 0 10px 0 0;
}

.pro_bg1 .product .pro_list ul li a{
  font-size: 16px;
  color: #333333;
  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;
  text-align: center;
}

.pro_bg1 .product .pro_list ul li::after{
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: #c12c37;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg1 .product .pro_list ul li.on::after{
  width: 100%;
}

.pro_bg1 .product .pro_list ul li.on a{
  color: #fff;
}

.pro_bg1 .product .pro_center{
  margin: 0px 0 0 -10px;
  width: 1390px;
  overflow: hidden;
}

.pro_bg1 .product .pro_box ul li{
  float: left;
  width: 433px;
  height: 380px;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin: 15px 20px 15px 10px;
}

.pro_bg1 .product .pro_box ul li .pic{
  width: 433px;
  height: 325px;
  border-top-left-radius: 12px;
  overflow: hidden;
}

.pro_bg1 .product .pro_box ul li .pic img{
  width: 433px;
  height: 325px;
  border-top-left-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg1 .product .pro_box ul li .txt{
  margin: 0 25px 0 20px;
  height: 55px;
  line-height: 55px;

} 

.pro_bg1 .product .pro_box ul li .txt h5 a{
  font-size: 16px;
  color: #333333;
  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;
  float: left;
  width: 300px;
}

.pro_bg1 .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  font-size: 24px;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg1 .product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg1 .product .pro_box ul li:hover .txt h5 a{
  margin-left: 10px;
  color: #c12c37;

}

.pro_bg1 .product .pro_box ul li:hover .txt .more{
  margin-right: 10px;
  color: #c12c37;
}



/* pro2 */

.pro2{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

}

.pro2 .product{
  width: 1360px;
  margin: 0 auto;
}

.pro2 .product .pro_center{
  margin: 0 auto;
}

.pro2 .product .pro_center .pro_l{
  float: left;
  background: url(../images/pro2.jpg) no-repeat center;
  width: 312px;
  height: 685px;
  padding: 0 15px 0 17px;
  margin-left: -17px;
}

.pro2 .product .pro_center .pro_l ul{
  margin: 45px auto 0 auto;
  width: 258px;
}

.pro2 .product .pro_center .pro_l ul li{
  width: 256px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  z-index: 5;
  display: inline-block;
  margin: 0 auto 28px auto;

}

.pro2 .product .pro_center .pro_l ul li a{
  font-size: 16px;
  color: #333333;
  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;
  text-align: center;
}

.pro2 .product .pro_center .pro_l ul li::after {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: #c12c37;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro2 .product .pro_center .pro_l ul li.on::after{
  width: 100%;
}

.pro2 .product .pro_center .pro_l ul li.on a{
  color: #fff;
}

.pro2 .product .pro_center .pro_r{
  float: right;
  width: 1032px;
  margin-top: 6px;
}

.pro2 .product .pro_center .pro_r .pro_box2{
  width: 1060px;
}

.pro2 .product .pro_center .pro_r ul li{
  float: left;
  width: 319px;
  height: 310px;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin: 10px 10px 20px 20px;
  position: relative;
  z-index: 5;
}

.pro2 .product .pro_center .pro_r ul li .pic{
  width: 319px;
  height: 270px;
  border-top-left-radius: 12px;
  overflow: hidden;
}

.pro2 .product .pro_center .pro_r ul li .pic img{
  width: 319px;
  height: 270px;
  border-top-left-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro2 .product .pro_center .pro_r ul li .txt{
  margin: 0 20px 0 10px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 5;
}

.pro2 .product .pro_center .pro_r ul li .txt h5 a{
  font-size: 16px;
  color: #333333;
  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;
  float: left;
  width: 220px;
}

.pro2 .product .pro_center .pro_r ul li .txt .more{
  display: block;
  float: right;
  font-size: 22px;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro2 .product .pro_center .pro_r ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  background: #c12c37;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro2 .product .pro_center .pro_r ul li:hover .txt h5 a{
  color: #fff;

}

.pro2 .product .pro_center .pro_r ul li:hover .txt .more{
  color: #fff;

}

.pro2 .product .pro_center .pro_r ul li:hover::after{
  width: 100%;
}



.pro_bg3 .product .pro_center .pro_l{
  background: url(../images/pro3.jpg) no-repeat center;
}

.pro_bg4 .product .pro_center .pro_l{
  background: url(../images/pro3.jpg) no-repeat center;
}

/* pro5 */


.pro_bg5{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

}

.pro_bg5 .product{
  width: 1360px;
  margin: 0 auto;
}

.pro_bg5 .product .pro_center{
  margin: 15px  auto 0 auto;
}

.pro_bg5 .product .pro_center ul li:nth-child(3n){
  margin-right: 0;
}


.pro_bg5 .product .pro_center ul li{
  float: left;
  width: 433px;
  height: 380px;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin: 0 30px 30px 0px;
}

.pro_bg5 .product .pro_center ul li .pic{
  width: 433px;
  height: 325px;
  border-top-left-radius: 12px;
  overflow: hidden;
}

.pro_bg5 .product .pro_center ul li .pic img{
  width: 433px;
  height: 325px;
  border-top-left-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg5 .product .pro_center ul li .txt{
  margin: 0 25px 0 20px;
  height: 55px;
  line-height: 55px;

} 

.pro_bg5 .product .pro_center ul li .txt h5 a{
  font-size: 16px;
  color: #333333;
  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;
  float: left;
  width: 300px;
}

.pro_bg5 .product .pro_center ul li .txt .more{
  display: block;
  float: right;
  font-size: 24px;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg5 .product .pro_center ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg5 .product .pro_center ul li:hover .txt h5 a{
  margin-left: 10px;
  color: #c12c37;

}

.pro_bg5 .product .pro_center ul li:hover .txt .more{
  margin-right: 10px;
  color: #c12c37;
}



/* t_title */

.t_title{
  margin: 0 auto;
  text-align: center;
}

.t_title span{
  display: block;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  opacity: 0.15;
}

.t_title h3{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 5;
  margin-top: -48px;
}


/* ys */

.ys_bg{
  width: 100%;
  height: 920px;
  margin: 30px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1360px;
  margin: 0 auto;
  padding-top: 65px;
}

.ys_bg .ys .ys_box{
  width: 1360px;
  margin: 95px auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box ul li.ys1{
  width: 690px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ys_xt1.png) no-repeat right 70px;
  padding-right: 160px;
  text-align: right;
}

.ys_bg .ys .ys_box ul li.ys2{
  width: 570px;
  position: absolute;
  right: 0;
  top: 240px;
  background: url(../images/ys_xt2.png) no-repeat left 70px;
  padding-left: 250px;
  text-align: left;
}

.ys_bg .ys .ys_box ul li.ys3{
  width: 400px;
  position: absolute;
  left: 0;
  top: 310px;
  background: url(../images/ys_xt3.png) no-repeat right 70px;
  padding-right: 85px;
  text-align: right;
}

.ys_bg .ys .ys_box ul li h5{
  font-size: 26px;
  color: #fff;
  line-height: 28px;
}

.ys_bg .ys .ys_box ul li span{
  display: block;
  font-size: 12px;
  color: #f5f5f5;
  text-transform: uppercase;
  opacity: 0.3;
  margin-top: 5px;
}

.ys_bg .ys .ys_box ul li p{
  font-size: 16px;
  color: #f5f5f5;
  line-height: 31px;
  margin-top: 8px;
}



/* case */

.case{
  width: 1360px;
  margin: 50px  auto 0 auto;
}

.case .t_title span{
  color: #f5f5f5;
  opacity: 1;

}

.case .t_title h3{
  color: #c12c37;

}

.case .case_box{
  width: 1360px;
  margin: 37px  auto 0 auto;
}

.case .case_box ul li{
  float: left;
  width: 380px;
  height: 280px;
  background: #f2f2f2;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}

.case .case_box ul li .pic{
  width: 372px;
  height: 272px;
  margin: 4px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
}

.case .case_box ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.case .case_box ul li .txt{
  position: absolute;
  width: 342px;
  height: 40px;
  line-height: 40px;
  background: #c12c37;
  border-bottom-right-radius: 12px;
  left: 4px;
  bottom: 4px;
  padding: 0 15px;

} 

.case .case_box ul li .txt h5 a{
  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;
  float: left;
  width: 260px;
}

.case .case_box ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat  center;
  width: 11px;
  height: 10px;
  margin: 15px 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case .case_box ul li:first-child{
  float: left;
  width: 560px;
  height: 580px;
  background: #f2f2f2;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  margin-left: 0;
}

.case .case_box ul li:first-child .pic{
  width: 552px;
  height: 572px;
  margin: 4px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
}


.case .case_box ul li:first-child .txt{
  position: absolute;
  width: 522px;
  height: 40px;
  line-height: 40px;
  background: #c12c37;
  border-bottom-right-radius: 12px;
  left: 4px;
  bottom: 4px;
  padding: 0 15px;

} 

.case .case_box ul li:hover .txt h5 a{
  margin-left: 10px;
}

.case .case_box ul li:hover .txt .more{
  margin-right: 10px;
}




/* about */

.ab_bg{
  width: 100%;
  height: 600px;
  margin: 40px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1360px;
  margin: 0 auto;
  padding-top: 45px;
}

.ab_bg .about .t_title span{
  font-family: Arial, Helvetica, sans-serif;

}


.ab_bg .about .ab_box{
  width: 1000px;
  margin: 35px auto 0 auto;
  text-align: center;

} 

.ab_bg .about .ab_box h5 a{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.ab_bg .about .ab_box p{
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  height: 160px;
  overflow: hidden;
  margin-top: 8px;
}

.ab_bg .about .ab_list{
  margin: 0 auto;
} 

.ab_bg .about .ab_list{
  width: 1000px;
  margin: 20px auto 0 auto;
  text-align: center;

} 

.ab_bg .about .ab_list ul li{
  float: left;
  width: 220px;
  margin: 0 56px;
  text-align: center;
}

.ab_bg .about .ab_list ul li span{
  width: 112px;
  height: 112px;
  display: block;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}

.ab_bg .about .ab_list ul li span .ab1{
  width: 112px;
  height: 112px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li span .ab2{
  width: 112px;
  height: 112px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li h5{
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin: 17px auto 13px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.ab_bg .about .ab_list ul li p{
  font-size: 14px;
  color: #cccccc;
  line-height: 27px;
}

.ab_bg .about .ab_list ul li.on span{
  border: 1px solid #c12c37;

}

.ab_bg .about .ab_list ul li.on span .ab1{
  transform: translateY(-112px);

}

.ab_bg .about .ab_list ul li.on span .ab2{
  transform: translateY(-112px);

}

.ab_bg .about .ab_list ul li.on h5{
  color: #c12c37;
}


/* hz */

.hz{
  margin: 50px auto  0 auto;
  width: 1360px;
  overflow: hidden;
}

.hz .t_title span{
  opacity: 1;
  color: #f5f5f5;
}

.hz .t_title h3{
  color: #333;
}


.hz .hz_box{
  margin: 45px auto 0 auto;
  width: 1400px;
}

.hz .hz_box ul li{
  float: left;
  width: 316px;
  height: 184px;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -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 30px 26px 0px;
}

.hz .hz_box ul li .pic{
  width: 316px;
  height: 184px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.hz .hz_box ul li .pic img{
  width: 316px;
  height: 184px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz .hz_box ul li .txt a{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  opacity: 0;
}

.hz .hz_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/* news */

.news_bg{
  width: 100%;
  margin: 35px auto 0 auto;
  height: 704px;
  background: #fafafa;
  overflow: hidden;
}

.news_bg .news{
  width: 1360px;
  margin: 0 auto;
  padding-top: 55px;
}

.news_bg .news .news_t{
  height: 102px;
}

.news_bg .news .news_t .t_title{
  float: left;
  text-align: left;
}

.news_bg .news .news_t .t_title span{
  color: #ebebeb;
  opacity: 1;

}

.news_bg .news .news_t .t_title h3 a{
  color: #c12c37;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 10px;
  position: relative;
} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  height: 38px;
  line-height: 38px;
}

.news_bg .news .news_t .news_list ul li:last-child{
  margin-right: 55px;
}

.news_bg .news .news_t .news_list ul li h5{
  float: left;
  font-size: 18px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom2.png) no-repeat right center;
  width: 155px;
  text-align: center;
}

.news_bg .news .news_t .news_list ul li:last-child h5{
  background: none;
}

.news_bg .news .news_t .news_list ul li .more{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/more1.png) no-repeat center;
  width: 38px;
  height: 38px;
  display: none;
}

.news_bg .news .news_t .news_list ul li.casehover .more{
  display: block;
}

.news_bg .news .news_t .news_list ul li.casehover h5{
  color: #c12c37;
  font-weight: bold;
}

.news_bg .news .news_box{
  margin: 0 auto;
} 

.news_bg .news .news_box .news_top{
  height: 360px;

}

.news_bg .news .news_box .news_top .news_l{
  float: left;
  width: 660px;
}

.news_bg .news .news_box .news_top .news_l ul li{
  width: 660px;
  height: 162px;
  margin-bottom: 16px;
}

.news_bg .news .news_box .news_top .news_l ul li .news_img{
  float: left;
  width: 245px;
  height: 162px;
  background: #e6e6e6;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.news_bg .news .news_box .news_top .news_l ul li .news_img img{
  width: 239px;
  height: 156px;
  margin: 3px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.news_bg .news .news_box .news_top .news_l ul li .txt{
  float: right;
  width: 397px;
  height: 150px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
} 

.news_bg .news .news_box .news_top .news_l ul li .txt h5 a{
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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 .news_l ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 13px;

}

.news_bg .news .news_box .news_top .news_l ul li .txt .more{
  margin-top: 23px;
  height: 20px;
  line-height: 20px;

}

.news_bg .news .news_box .news_top .news_l ul li .txt .more span{
  display: block;
  float: left;
  font-size: 14px;
  color: #666666;
}

.news_bg .news .news_box .news_top .news_l ul li .txt .more a{
  display: block;
  width: 13px;
  height: 12px;
  background: url(../images/more2.png) no-repeat  center;
  float: right;
  margin-top: 4px;
  margin-right: 10px;
}

.news_bg .news .news_box .news_top .news_l ul li .txt::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0px;
  height: 1px;
  content: "";
  background: #c12c37;
  -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 .news_l ul li:hover .txt::after{
  width: 100%;
}

.news_bg .news .news_box .news_top .news_l ul li:hover .txt h5 a{
  color: #c12c37;
}

.news_bg .news .news_box .news_top .news_r{
  float: right;
  width: 648px;
} 

.news_bg .news .news_box .news_top .news_r ul li{
  width: 648px;
  height: 101px;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 20px;
  position: relative;

}

.news_bg .news .news_box .news_top .news_r ul li h5{
  height: 24px;
  line-height: 24px;

}

.news_bg .news .news_box .news_top .news_r ul li h5 a{
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 460px;

}

.news_bg .news .news_box .news_top .news_r ul li h5 span{
  display: block;
  float: right;
  font-size: 16px;
  color: #999;
}

.news_bg .news .news_box .news_top .news_r ul li p{
  font-size: 14px;
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 565px;
  margin-top: 26px;
}

.news_bg .news .news_box .news_top .news_r ul li .more{
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  width: 28px;
  height: 9px;
  background: url(../images/more3.png) no-repeat  center;
}


.news_bg .news .news_box .news_top .news_r ul li:hover h5 a{
  color: #c12c37;
}

.news_bg .news .news_box .list{
  width: 1420px;
  margin: 0 auto;
} 

.news_bg .news .news_box .list ul li{
  float: left;
  width: 648px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #d2d2d2;
  margin-right: 62px;
  position: relative;
}

.news_bg .news .news_box .list ul li a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom3.png) no-repeat left center;
  padding-left: 35px;
  width: 430px;
  float: left;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999;
}

.news_bg .news .news_box .list ul li::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0px;
  height: 1px;
  content: "";
  background: #c12c37;
  -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:hover a{
  color: #c12c37;
}

.news_bg .news .news_box .list ul li:hover::after{
  width: 100%;
}


.blur-image {
  filter: blur(10px);
  /* 初始状态下，设置模糊效果 */
  transition: filter 0.8s ease;
  /* 设置过渡效果，使模糊到清晰的过程平滑 */
  overflow: hidden;
  object-fit: cover;
}
.clear-image {
  filter: blur(0);
  /* 清晰状态下，移除模糊效果 */
  transition: filter 0.8s ease;
}