
/*-----------------------------------------------------------*/
/*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_bg{
  position: relative;
  margin: 0px auto  0 auto;
  top: -2px;
}

.bodyindex #indexPage #topSlider .content_list .owl-stage .item_block {
  height: 780px !important;
}


/* t_title*/

.t_title{

}

.t_title img{
  display: block;
}

.t_title h3{
  font-size: 26px;
  color: #333333;
  background: url(../images/title.png) no-repeat left bottom;
  margin-top: 20px;
  padding-bottom: 10px;
}

.t_title h3 a{
  display: block;
  font-size: 26px;
  color: #333333;
}


/* product*/

.pro_bg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.product{
  margin: 70px auto 0 auto;

}

.product .t_title{
  width: 1280px;
  margin: 0 auto;
}

.product .pro_box{
  width: 1440px;
  margin: 60px auto 0 auto;
  position: relative;
}

.product .pro_box .bd{
  width: 1440px;
}

.product .pro_box .bd ul li{
  float: left;
  width: 450px;
  margin: 0 15px;
}

.product .pro_box .bd ul li .pic{
  width: 450px;
  height: 340px;
  background: #f6f6f6;
  border-radius: 25px;
  position: relative;

}

.product .pro_box .bd ul li .pic img{
  width: 430px;
  height: 320px;
  margin: 10px;
  border-radius: 20px;
}

.product .pro_box .bd ul li .pic .num{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 58px;
  height: 58px;
  background: #f5522c;
  border-radius: 50%;
  text-align: center;

}

.product .pro_box .bd ul li .pic .num i{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  padding: 8px 0 0px 0;
}

.product .pro_box .bd ul li .pic .num em{
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}


.product .pro_box .bd ul li .txt{
  width: 390px;
  height: 100px;
  line-height: 100px;
  background: #eef2f6;
  border-radius: 25px;
  margin: -10px auto 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 5;
} 

.product .pro_box .bd ul li .txt h5 a{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  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;
  background: url(../images/buttom1.png) no-repeat left center;
  padding-left: 40px;
  width: 210px;
  float: left;

}

.product .pro_box .bd ul li .txt .more{
  width: 84px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  display: block;
  float: right;
  border-radius: 45px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 37px;
  position: relative;
  z-index: 5;
}

.product .pro_box .bd ul li .txt .more::after{
  position: absolute;
  left: 50%;
  top: 0%;
  width: 0%;
  height: 100%;
  border-radius: 45px;
  background: #f5522c;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .bd ul li:hover .txt h5 a{
  color: #f5522c;

}

.product .pro_box .bd ul li:hover .txt .more::after{
  width: 100%;
  left: 0;

}

.product .pro_box .bd ul li:hover .txt .more{
  color:  #fff;
}

.product .pro_box .hd{
  position: absolute;
  right: 80px;
  top: -125px;
  z-index: 5;
}

.product .pro_box .hd .next{
  float: left;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url(../images/left.png) no-repeat  center;
}


.product .pro_box .hd .prev{
  float: left;
  float: left;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url(../images/right.png) no-repeat  center;
  margin-left: 40px;
}



/* display*/

.pro_display_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 900px;
  background:  #f1f6fc;
  overflow: hidden;
}

.pro_display_bg .pro_display{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
}

.pro_display_bg .pro_display .pro_t{
  height: 180px;
}

.pro_display_bg .pro_display .pro_t .t_title{
  float: left;
}

.pro_display_bg .pro_display .pro_t .search{
  float: right;
  margin-top: 50px;
  height: 60px;
  width: 400px;
}

.pro_display_bg .pro_display .pro_t .search .search2{
  float: left;
  width: 340px;
  height: 56px;
  border-bottom: 1px solid #f5522c;
  font-size: 14px;
  color:  #bbbbbb;
  text-indent: 10px;
}

.pro_display_bg .pro_display .pro_t .search .search_s{
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
  right: 20px;
}


.pro_display_bg .pro_display .display_box{
  margin: 0 auto ;
  width: 1360px;
}

.pro_display_bg .pro_display .display_box ul li{
  float: left;
  width: 290px;
  height: 265px;
  background: #ffffff;
  border-radius: 15px;
  margin: 0 40px 40px 0;
  position: relative;
  z-index: 5;
}

.pro_display_bg .pro_display .display_box ul li .pic{
  width: 290px;
  height: 215px;
  background: #ffffff;
  border-radius: 15px;
}

.pro_display_bg .pro_display .display_box ul li .pic img{
  width: 280px;
  height: 205px;
  margin: 5px;
  border-radius: 10px;
}

.pro_display_bg .pro_display .display_box ul li .txt{

  width: 252px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
} 

.pro_display_bg .pro_display .display_box ul li .txt h5 a{
  font-size: 14px;
  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: 160px;
  background: url(../images/buttom2.png) no-repeat left center;
  padding-left: 35px;
}

.pro_display_bg .pro_display .display_box ul li .txt .more{
  display: block;
  float: right;
  width: 21px;
  height: 21px;
  background: url(../images/more2.png) no-repeat center;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_display_bg .pro_display .display_box ul li::after{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 0%;
  border-radius: 15px;
  background: #f5522c;
  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_display_bg .pro_display .display_box ul li:hover::after{
  height: 100%;
}

.pro_display_bg .pro_display .display_box ul li:hover .txt h5 a{
  color:  #fff;
  background: url(../images/buttom3.png) no-repeat left center;
}


.pro_display_bg .pro_display .display_box ul li:hover .txt .more{
  background: url(../images/more1.png) no-repeat center;
}




/* ys*/

.ys_bg{
  width: 100%;
  height: 920px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}



.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 85px;
  position: relative;
  height: 755px;
  z-index: 9;

}

.ys_bg .ys .t_title{
  position: absolute;
  left: 0px;
  top: 85px;
  z-index: 5;
}

.ys_bg .ys .t_title h3{
  padding-bottom: 17px;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  left: 0px;
  top: 603px;
  background: url(../images/prev.png) no-repeat center;
  cursor: pointer;
  width: 51px;
  height: 15px;
}

.ys_bg .ys .ys_box .ys1{
  float: left;
  margin-top: 268px;
  width: 385px;
}

.ys_bg .ys .ys_box .ys1 .bd{
  width: 385px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li{
  float: left;
  width: 385px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
}

.ys_bg .ys .ys_box .ys1 .bd ul li span{
  display: block;
  font-size: 16px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 5px 0 40px 0;
}

.ys_bg .ys .ys_box .ys1 .bd ul li p{
  font-size: 16px;
  color: #666;
  line-height: 42px;
}

.ys_bg .ys .ys_box .ys2{
  float: left;
  width: 454px;
  margin-left: 130px;
  margin-top:  20px;
}


.ys_bg .ys .ys_box .ys2 .bd{
  width: 454px;
}

.ys_bg .ys .ys_box .ys2 .bd ul li{
  float: left;
  width: 454px;
  height: 559px;
  position: relative;
}

.ys_bg .ys .ys_box .ys2 .bd ul li span{
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 454px;
  height: 559px;
  text-align: center;
}

.ys_bg .ys .ys_box .ys2 .bd ul li span img{
  margin: 0 auto;
  display: block;


}

.ys_bg .ys .ys_box .hd{
  float: right;
  width: 165px;
}

.ys_bg .ys .ys_box .hd ul li{
  width: 130px;
  height: 111px;
  margin-bottom: 28px;
  background: url(../images/ys_list.png) no-repeat  center;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 55px;
}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  margin: 0px auto 0 auto;
  overflow: hidden;
  width: 46px;
  height: 46px;
}

.ys_bg .ys .ys_box .hd ul li span .ys_ico1{
  display: block;
  width: 46px;
  height: 46px;
  margin: 0px auto 0 auto;
  -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 .hd ul li span .ys_ico2{
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  -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 .hd ul li p{
  margin: 16px auto 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px ;
  color: #666666;
  text-align: center;
  position: relative;
  z-index: 5;
  -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 .hd ul li p::after{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 100%;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background: #f5522c;
  content: "";
  z-index: -1;
  -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 .hd ul li.on span .ys_ico1{
  transform: translateY(-46px);

}

.ys_bg .ys .ys_box .hd ul li.on span .ys_ico2{
  transform: translateY(-46px);
}

.ys_bg .ys .ys_box .hd ul li.on p::after{
  width: 100%;
}

.ys_bg .ys .ys_box .hd ul li.on p{
  color:  #fff;
}

.ys_bg .ys_triat{
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px ;
  color: #fff;
  line-height: 80px;
  letter-spacing: 3px;
}


/* case*/

.case_bg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.case_bg .case{
  width: 1280px;
  margin: 70px auto 0 auto;
}

.case_bg .case .case_box{
  margin: 50px auto 0 auto;
  position: relative;
}

.case_bg .case .case_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 1280px;
}



.case_bg .case .case_box .bd ul li  dl{
  float: right;
} 

.case_bg .case .case_box .bd ul li  dl {
  position: relative;
  width: 622px;
  height: 320px;
  margin-bottom: 30px;
}

.case_bg .case .case_box .bd ul li  dl  .pic{
  width: 425px;
  height: 320px;
  background: #f6f6f6;
  border-radius: 15px;
  float: left;

}

.case_bg .case .case_box .bd ul li  dl  .pic a{
  display: inline-block;
  width: 405px;
  height: 300px;
  border-radius: 15px;
  margin: 10px;
  overflow: hidden;
}

.case_bg .case .case_box .bd ul li  dl  .pic img{
  width: 405px;
  height: 300px;
  border-radius: 15px;
  -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  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  dl  .txt{
  position: absolute;
  right: 10px;
  top: 20px;
  width: 170px;
  height: 280px;
  background: #fff;
  border-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);
  padding: 0 40px;
}

.case_bg .case .case_box .bd ul li  dl  .txt h5 a{
  font-size: 18px;
  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;
  margin: 50px 0 20px 0;
}

.case_bg .case .case_box .bd ul li  dl  .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}

.case_bg .case .case_box .bd ul li  dl  .txt .more{
  display: block;
  background: url(../images/more3.png) no-repeat  center;
  width: 39px;
  height: 26px;
  margin-top: 30px;
  -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  dl :hover .txt h5 a{
  color: #f5522c;
}


.case_bg .case .case_box .bd ul li  dl :hover .txt .more{
  background: url(../images/more4.png) no-repeat  center;
}

.case_bg .case .case_box .hd{
  position: absolute;
  right: 10px;
  top: -125px;
} 

.case_bg .case .case_box .hd ul{
  float: left;
  margin: 24px 55px 0 55px;
}

.case_bg .case .case_box .hd ul li{
  float: left;
  width: 8px;
  height: 8px;
  background: #dedede;
  margin: 0 14px;
  border-radius: 50%;
  line-height: 99px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.case_bg .case .case_box .hd ul li.on{
  width: 9px;
  height: 9px;
  background: #fff;
  border: 3px solid #f5522c;
  top: -3px;
}

.case_bg .case .case_box .hd .next{
  cursor: pointer;
  float: left;
  width: 150px;
  height: 55px;
  background: url(../images/case_left.png) no-repeat  center;
}


.case_bg .case .case_box .hd .prev{
  cursor: pointer;
  float: left;
  width: 150px;
  height: 55px;
  background: url(../images/case_right.png) no-repeat  center;
}


.case_bg .case .case_box .bd ul li dl:first-child,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2){
  float: left;
  width: 600px;
  height: 670px;
  background: #fbfbfb;
  border-radius: 15px;
}

.case_bg .case .case_box .bd ul li dl:first-child .pic,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .pic{
  width: 580px;
  height: 435px;
  border-radius: 15px;
  margin: 10px auto 0 auto;
  float: none;
  background: none;
}

.case_bg .case .case_box .bd ul li dl:first-child .pic img,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .pic img{
  width: 580px;
  height: 435px;
  border-radius: 15px;
}

.case_bg .case .case_box .bd ul li dl:first-child .pic a,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .pic a{
  display: inline-block;
  width: 580px;
  height: 435px;
  border-radius: 15px;
  margin: 0px;
  overflow: hidden;
}


.case_bg .case .case_box .bd ul li dl:first-child .txt,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .txt{
  width: 530px;
  margin: 0 auto;
  position: relative;
  right: 0px;
  top: 0px;
  height: auto;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .0);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .0);
  padding: 0 0px;
} 

.case_bg .case .case_box .bd ul li dl:first-child .txt h5 a,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .txt h5 a{
  font-size: 18px;
  color: #f5522c;
  font-weight: bold;
  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-top: 30px;
}

.case_bg .case .case_box .bd ul li dl:first-child .txt p,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin-top: 12px;

}

.case_bg .case .case_box .bd ul li dl:first-child .txt .more,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2) .txt .more{
  display: block;
  width: 39px;
  height: 26px;
  background: url(../images/more4.png) no-repeat center;
  float: right;
  margin-top: 15px;
  -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 dl:first-child:hover .txt .more,
.case_bg .case .case_box .bd ul li dl:nth-child(3n-2):hover .txt .more{
  transform: translateX(-10px);
}




/* about*/

.ab_bg{
  width: 100%;
  margin: 40px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.ab_bg .ab_yy{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 800px;
  overflow: hidden;
}


.ab_bg .main{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 800px;
}


.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.ab_bg .about .ab_box{
  width: 650px;
  height: 469px;
  background: #f5522c;
  border-bottom-left-radius: 5px;
  position: relative;
  margin-left: 530px;
  padding: 70px 320px 0 100px ;
}

.ab_bg .about .ab_box .t_title h3{
  color: #fff;
  background: url(../images/ab_t1.png) no-repeat left bottom;
}

.ab_bg .about .ab_box .txt{
  margin-top: 55px;

}

.ab_bg .about .ab_box .txt h5{
  font-size: 20px;
  color: #fff;
  font-weight: bold;

}

.ab_bg .about .ab_box .txt p{
  font-size: 15px;
  color: #edbcb1;
  line-height: 36px;
  overflow: hidden;
  height: 108px;
  margin-top: 15px;

}

.ab_bg .about .ab_box .txt .more{
  margin-top: 45px;
  margin-right: 10px;
  float: right;
  border-radius: 45px;
  border: 1px solid #ffffff;
  width: 168px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.ab_bg .about .ab_box .txt .more i{
  display: inline-block;
  text-align: center;
  padding-right: 45px;
  font-size: 16px;
  color: #fff;
  background: url(../images/more5.png) no-repeat right center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .txt .more:hover i{
  letter-spacing: 2px;

}

.ab_bg .ab_num{
  margin: 120px auto 0 auto;
  height: 360px;
  padding-bottom: 80px;
}

.ab_bg .ab_num ul li{
  float: left;
  background: #fff;
  width: 300px;
  height: 360px;
  border-radius: 15px;
  margin-right: 70px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  padding: 0 40px;
  position: relative;
  z-index: 5;
}

.ab_bg .ab_num ul li:last-child{
  margin-right: 0;
}

.ab_bg .ab_num ul li h5{
  height: 58px;
  line-height: 58px;
  margin-top: 53px;
  font-size: 26px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li h5 span{
  display: block;
  float: left;
  border-radius: 50%;
  border: 1px dashed #f5522c;
  width: 58px;
  height: 58px;
  overflow: hidden;
  margin-right: 26px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li h5 span .ab1{
  width: 58px;
  height: 58px;
  display: block;
  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 .ab_num ul li h5 span .ab2{
  width: 58px;
  height: 58px;
  display: block;
  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 .ab_num ul li  h6{
  margin-top: 45px;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li  h6 i{
  font-size: 80px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li  em{
  display: block;
  width: 30px;
  height: 4px;
  background:  #f5522c;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li p{
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li::after{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 0%;
  border-radius: 15px;
  background: #f5522c;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li.on::after{
  height: 100%;
}

.ab_bg .ab_num ul li.on h5{
  color:  #fff;
}

.ab_bg .ab_num ul li.on h5 span{
  border: 1px dashed #fff;
}

.ab_bg .ab_num ul li.on h5 span .ab1{
  transform: translateY(-58px);

}

.ab_bg .ab_num ul li.on h5 span .ab2{
  transform: translateY(-58px);
}

.ab_bg .ab_num ul li.on h6{
  color:  #fff;
}

.ab_bg .ab_num ul li.on h6 i{
  color:  #fff;
}

.ab_bg .ab_num ul li.on em{
  background:  #fff;

}

.ab_bg .ab_num ul li.on p{
  color:  #fff;
}

/* news*/

.news{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.news .news_t{
  height: 170px;
}

.news .news_t .t_title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 33px;
}

.news .news_t .news_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  height: 52px;
  line-height: 32px;
  margin-left: 40px;
  width: 205px;
  background: url(../images/news_xt.png) no-repeat right top;
}

.news .news_t .news_list ul li:last-child{
  background: none;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a img{
  display: block;
  float: left;
  margin: 0 18px 0 15px;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 0%;
  height: 2px;
  background: #f5522c;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.on a{
  font-size: 18px;
  color: #f5522c;
  font-weight: bold;

}

.news .news_t .news_list ul li.on::after{
  width: 150px;
}

.news .news_box{
  margin: 0 auto;
  height: 520px !important;
} 

.news .news_box .news_l{
  float: left;
  width: 441px;
}

.news .news_box .news_l .news_img{
  width: 441px;
  height: 334px;
  background:  #f6f6f6;
  border-radius: 15px;
}

.news .news_box .news_l .news_img img{
  width: 431px;
  height: 324px;
  border-radius: 12px;
  margin: 5px;
}

.news .news_box .news_l .txt{
  width: 420px;
  margin: 15px auto 0 auto;

} 

.news .news_box .news_l .txt h5{
  height: 45px;
  line-height: 45px;
  width: 420px;
}

.news .news_box .news_l .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: 260px;
}

.news .news_box .news_l:hover .txt h5 a{
  color: #f5522c;
}

.news .news_box .news_l .txt h5 span{
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  display: block;
  float: right;
}

.news .news_box .news_l .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  width: 360px;
}

.news .news_box .news_c{
  float: left;
  width: 366px;
  margin: 25px 0 0 60px;
}

.news .news_box .news_c ul li{
  width: 366px;
  height: 85px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 28px;
  position: relative;

}

.news .news_box .news_c ul li span{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_c 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;
  margin-top: 4px;
}

.news .news_box .news_c ul li::after{
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background: #f5522c;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_c ul li:hover a{
  color: #f5522c;
}

.news .news_box .news_c ul li:hover::after{
  width: 100%;
}


.news .news_box .news_r{
  float: right;
  width: 352px;
}

.news .news_box .news_r ul li{
  width: 352px;
  height: 95px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 17px;
}


.news .news_box .news_r ul li .txt{
  height: 95px;
}

.news .news_box .news_r ul li .txt h5{
  height: 45px;
  line-height: 45px;
  width: 352px;
}

.news .news_box .news_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: 260px;
}

.news .news_box .news_r ul li .txt h5 span{
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  display: block;
}

.news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news .news_box .news_r ul li .nr_on{
  height: 343px;
  width: 352px;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;

}

.news .news_box .news_r ul li .nr_on .news_img{
  width: 352px;
  height: 196px;
  background: #f6f6f6;
  border-radius: 15px;

}

.news .news_box .news_r ul li .nr_on .news_img img{
  width: 342px;
  height: 186px;
  margin: 5px;
  border-radius: 15px;
}

.news .news_box .news_r ul li .nr_on .txt{
  margin: 30px auto 0 auto;

} 

.news .news_box .news_r ul li .nr_on .txt h5{
  height: 45px;
  line-height: 45px;
  width: 352px;
}

.news .news_box .news_r ul li .nr_on .txt h5 a{
  font-size: 16px;
  color: #f5522c;
  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;
}

.news .news_box .news_r ul li .nr_on .txt h5 span{
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  display: block;
}

.news .news_box .news_r ul li .nr_on .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news .news_box .news_r ul li.on{
  height: 344px;
}

.news .news_box .news_r ul li.on .nr_on{
  opacity: 1;
}

.news .news_more{
  text-align: center;
  width: 367px;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  border: 1px solid #f5522c;
  position: absolute;
  left: 500px;
  top: 577px;
}

.news .news_more a{
  display: inline-block;
  text-align: center;
  color:  #666;
  font-size: 16px;
  background: url(../images/more6.png) no-repeat right center;
  padding-right: 35px;
}