
/*-----------------------------------------------------------*/
/*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%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-slide {
  width: 100%;
  height: 842px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .banner_button{
  position: absolute;
  right: 60px;
  bottom: 25px;
  background: url(../images/banner_xt.png) no-repeat top right;
  z-index: 5;
  height: 218px;
  width: 335px;
}

.banner .swiper-button-next1 {
  position: absolute;
  background: url(../images/bannerR.png) no-repeat right center;
  left: 75px;
  top: 185px;
  z-index: 5;
  cursor: pointer;
  padding-right: 35px;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: 99;
}
.banner .swiper-button-prev1 {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: 5;
  cursor: pointer;
  left: 0;
  top: 160px;
  z-index: 99;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ca0000;
}

.banner video{
  width: 100%;


}



/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  z-index: 10;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: url(../images/xunpan_xt.png) no-repeat top center;
  width: 40px;
  height: 484px;
}


.topxunpan .xp {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color:  #ebebeb;
  cursor: pointer;
  writing-mode: tb-rl;
  text-align: center;
  letter-spacing: 1px;
}

.topxunpan .xp img {
  position: relative;
  margin:95px 0 25px 0;
  display: block;
  position: relative;
  float: left;
  left: -12px;
}


.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 14px;
  color:  #ebebeb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  /*background: rgba(255, 255, 255, 255);*/
  border: 1px solid #DFDFDF;
  display: inline-block;
  position: relative;
  left: 0px;


}


.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 195px !important;
  left: 140px;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #ca0000 ;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 5px 5px 2px #dfdfdf;
  letter-spacing: 0px;
  writing-mode: initial;
}

.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ca0000 ;
  opacity: 0;
}

.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}







/* title */

.title{

}

.title h5{
  float: left;
  font-size: 118px;
  color: #ca0000;
  font-family: "Georgia";
  line-height: 90px;
  margin-top: 5px;
}

.title h3{
  float: left;
}

.title h3 a{
  display: block;
}

.title h3 i{
  display: block;
  text-align: right;
  font-size: 18px;
  color: #353535;
  font-family: "微软雅黑 Light";
  text-transform: uppercase;

}

.title h3 span{
  display: block;
  font-size: 36px;
  color: #4b4b4b;
  line-height: 40px;
}

.title h3 span em{
  font-size: 36px;
  color: #4b4b4b;
  font-weight: bold;
}

.title h3 b{
  font-weight: normal;
  font-size: 14px;
  color: #9f9f9f;
  background: url(../images/title.png) no-repeat center left;
  padding-left: 60px;
  letter-spacing: 5px;
  margin-top: 9px;
  display: block;
}


/* product */


.pro_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center 215px;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 55px;
}

.pro_bg .product .pro_t{
  height: 160px;

}

.pro_bg .product .pro_t .title{
  float: left;
  margin-top: 30px;
}

.pro_bg .product .pro_t .t_r{
  float: right;
  text-align: right;
} 

.pro_bg .product .pro_t .t_r em{
  display: inline-block;
  text-align: right;
  width: 7px;
  height: 50px;
  background: url(../images/pro_buttom1.png) no-repeat center top;
  margin-right: 5px;
}

.pro_bg .product .pro_t .t_r span{
      display: block;
      font-size: 16px;
      color: #c30311;
      letter-spacing: 3px;
      height: 36px;
      line-height: 36px;
      border-bottom: 1px solid #d5d5d5;
      font-weight: bold;
}

.pro_bg .product .pro_t .t_r .tel{
  margin-top: 7px;
  background: url(../images/tel1.png) no-repeat center left;
  line-height: 22px;
  font-size: 16px;
  color: #5b5b5b;
  padding-left: 35px;
}

.pro_bg .product .pro_t .t_r .tel i{
  font-size: 16px;
  color: #5b5b5b;
  font-weight: bold;
}


.pro_bg .product .pro_box{
  margin: 0 auto;
  position: relative;
  height: 510px;
} 


.pro_bg .product .pro_box .bd{
  margin: 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
  float: left;
  width: 1280px;
}

.pro_bg .product .pro_box .bd ul li .pic{
  float: left;
  margin-top: 20px;
  width: 630px;
  height: 442px;
  background:  #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-left: 10px;

}

.pro_bg .product .pro_box .bd ul li .pic img{
  width: 614px;
  height: 426px;
  margin: 8px;
  border-radius: 8px;
}

.pro_bg .product .pro_box .bd ul li .txt{
  float: right;
  width: 600px;
  height: 225px;
  margin-top: 245px;
  background: #fff;
} 

.pro_bg .product .pro_box .bd ul li .txt a{
  font-size: 26px;
  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;
  line-height: 36px;
}

.pro_bg .product .pro_box .bd ul li .txt a i{
  font-size: 14px;
  color: #a0a0a0;
  text-transform: uppercase;
  margin-left: 12px;

}

.pro_bg .product .pro_box .bd ul li .txt p{
  font-size: 15px;
  color: #9b9b9b;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 20px 0 15px 0;
}

.pro_bg .product .pro_box .bd ul li .txt em{
  display: block;
  float: right;
  font-size: 106px;
  color: #f5f4f4;
  font-family: "Impact";
  line-height: 98px;
}

.pro_bg .product .pro_box .bd ul li:hover .txt a{
  color: #ca0000;
}

.pro_bg .product .pro_box .hd{
  position: absolute;
  left: 680px;
  top: 390px;
  z-index: 5;
}

.pro_bg .product .pro_box .hd .next{
  float: left;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  width: 45px;
  height: 45px;
}


.pro_bg .product .pro_box .hd .prev{
  float: left;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  width: 45px;
  height: 45px;
  margin-left: 15px;
}

.pro_bg .product .pro_box .pro_list{
  position: absolute;
  right: 0px;
  top: 20px;
  width: 600px;
}

.pro_bg .product .pro_box .pro_list ul li{
  float: left;
  width: 150px;
  height: 52px;
  line-height: 52px;
  margin-bottom: 3px;
  position: relative;
  z-index: 5;

}

.pro_bg .product .pro_box .pro_list ul li 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;
  text-align: center;
}

.pro_bg .product .pro_box .pro_list ul li:after{
  position: absolute;
  right: 0px;
  top: 0px;
  content: ":";
  z-index: -1;
  font-size: 18px;
  color: #959595;
}


.pro_bg .product .pro_box .pro_list ul li::before{
  position: absolute;
  left: 0px;
  top: -3px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 66px;
  background: url(../images/pro_hover.png) no-repeat top center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_list ul li.on::before{
  width: 160px;

}

.pro_bg .product .pro_box .pro_list ul li.on a{
  color: #fff;
  font-weight: bold;
}


.pro_bg .product .pro_show{
  margin: 0 auto;
  width: 1320px;
}


.pro_bg .product .pro_show ul li{
  float: left;
  width: 306px;
  height: 275px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_show ul li .pic{
  width: 288px;
  height: 206px;
  border-radius: 6px;
  margin: 9px auto 0 auto;

}

.pro_bg .product .pro_show ul li .pic img{
  width: 288px;
  height: 206px;
  border-radius: 6px;
}


.pro_bg .product .pro_show ul li .txt{
  margin: 10px auto 0 auto;
  width: 288px;
  height: 41px;
  line-height: 41px;
  background: #f4f4f6;
} 

.pro_bg .product .pro_show ul li .txt a{
  display: block;
}

.pro_bg .product .pro_show ul li .txt a span{
  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;
  float: left;
  width: 195px;
  margin-left: 25px;
}

.pro_bg .product .pro_show ul li .txt a em{
  display: block;
  float: right;
  width: 46px;
  height: 41px;
  background:  #cbcbcb url(../images/more.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.pro_bg .product .pro_show 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);
}

.pro_bg .product .pro_show ul li:hover .txt a em{
  background:  #ca0000 url(../images/more.png) no-repeat  center;
}



/* about */

.pagebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center bottom;
  padding-bottom: 210px;
}

.pagebg .ys_bg{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  height: 870px;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 5;
}

.ys_bg .ys .title h5{
  margin-right: 13px;
}

.ys_bg .ys .title h3{
  text-align: right;
}

.ys_bg .ys .ys_box{
  margin: 45px auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 368px;
  height: 420px;
  background: #ffffff;
  border-radius: 8px;
  margin-right: 88px;
  -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 ul li:nth-child(1){
  margin-top: 207px;


}

.ys_bg .ys .ys_box ul li:nth-child(2){
  margin-top: 246px;

}

.ys_bg .ys .ys_box ul li:last-child{
  margin-right: 0;
}

.ys_bg .ys .ys_box ul li .ys_ico{
  position: absolute;
  left: -35px;
  top: -35px;
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;

}

.ys_bg .ys .ys_box ul li .ys_ico span{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  margin: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}


.ys_bg .ys .ys_box ul li .ys_ico span i{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}


.ys_bg .ys .ys_box ul li .ys_ico span i .ys1{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  -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 ul li .ys_ico span i .ys2{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  -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 ul li .ys_img{
  width: 337px;
  height: 329px;
  margin: 17px 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 ul li .ys_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.ys_bg .ys .ys_box ul li .txt{
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.ys_bg .ys .ys_box ul li .txt_on{
  position: absolute;
  left: 46px;
  top: 55px;
  width: 275px;
  height: 0px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  opacity: 0;
  -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 ul li.on .txt_on{
  height: 311px;
  opacity: 1;
}

.ys_bg .ys .ys_box ul li .txt_on .txtnr{
  width: 233px;
  height: 299px;
  border: 1px dashed #c2c2c2;
  border-radius: 8px;
  margin: 6px auto 0 auto;
  padding: 0 15px;
  text-align: center;
}

.ys_bg .ys .ys_box ul li .txt_on .txtnr h5{
  margin: 25px auto 0 auto;
  font-size: 26px;
  color: #333333;

}

.ys_bg .ys .ys_box ul li .txt_on .txtnr span{
  display: block;
  font-size: 12px;
  color: #a3a3a3;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;

}

.ys_bg .ys .ys_box ul li .txt_on .txtnr em{
  display: block;
  font-size: 26px;
  color: #333333;
  line-height: 34px;
}

.ys_bg .ys .ys_box ul li .txt_on .txtnr p{
  font-size: 15px;
  color: #777777;
  line-height: 26px;
}

.ys_bg .ys .ys_box ul li.on .ys_img{
  width: 337px;
  height: 382px;


}

.ys_bg .ys .ys_box ul li.on .txt{
  opacity: 0;
}

.ys_bg .ys .ys_box ul li.on{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.ys_bg .ys .ys_box ul li.on .ys_ico{
  background: #fff;
}

.ys_bg .ys .ys_box ul li.on .ys_ico span{
  background: #ca0000;

}

.ys_bg .ys .ys_box ul li.on .ys_ico span i .ys1{
  transform: translateY(-60px);
}

.ys_bg .ys .ys_box ul li.on .ys_ico span i .ys2{
  transform: translateY(-60px);
}



.ys_bg .ys .ys_box .ys_nr{
  position: absolute;
  right: 0px;
  top: 525px;
  z-index: 5;
  width: 405px;
}

.ys_bg .ys .ys_box .ys_nr .ys_trait{
  padding-right: 40px;
  margin-right: -40px;
  background: url(../images/buttom2.png) no-repeat right 3px;
  text-align: right;
}

.ys_bg .ys .ys_box .ys_nr .ys_trait h5{
  font-size: 16px;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 20px;
}

.ys_bg .ys .ys_box .ys_nr .ys_trait span{
  display: block;
  font-size: 16px;
  color: #3d3d3d;
  margin: 10px 0 15px 0;
}

.ys_bg .ys .ys_box .ys_nr .ys_trait i{
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
}

.ys_bg .ys .ys_box .ys_nr .ys_button{
  float: right;
  width: 244px;
  height: 45px;
  line-height: 45px;
  background: url(../images/buttom3.png) no-repeat center;
  margin-top: 40px;
}

.ys_bg .ys .ys_box .ys_nr .ys_button .next{
  float: right;
  width: 122px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.ys_bg .ys .ys_box .ys_nr .ys_button .prev{
  float: left;
  width: 122px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}


/* about */

.ab_bg{
  width: 100%;
  height: 805px;
  margin: -45px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat bottom center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;

}

.ab_bg .about .ab_t{
  margin: 0 ;

}

.ab_bg .about .ab_t span{
  display: block;
  font-size: 60px;
  color: #d50f0f;
  font-family: "Georgia";
  text-transform: uppercase;
  line-height: 50px;
}

.ab_bg .about .ab_t h3{
  padding-left: 130px;
  background: url(../images/ab_title.png) no-repeat left center;
  font-size: 36px;
  color: #4b4b4b;
  line-height: 40px;
  margin-top: 22px;
} 


.ab_bg .about .ab_t h3 i{
  font-size: 36px;
  color: #4b4b4b;
  font-weight: bold;
} 

.ab_bg .about .ab_box{
  margin: 55px auto 0 auto;
}

.ab_bg .about .ab_box .ab_l{
  float: left;
  margin-left: -90px;
  position: relative;
}

.ab_bg .about .ab_box .ab_l .ab_img{
  width: 592px;
  height: 643px;

}

.ab_bg .about .ab_box .ab_l .ab_img img{
  width: 592px;
  height: 643px;
}

.ab_bg .about .ab_box .ab_l .ab_xt{
  position: absolute;
  top: 565px;
  left: 0px;

} 

.ab_bg .about .ab_box .ab_l .ab_xt em{
  display: block;
  width: 198px;
  height: 2px;
  background: #f4f4f4;
}

.ab_bg .about .ab_box .ab_l .ab_xt i{
  display: block;
  font-size: 58px;
  color: #000;
  font-weight: bold;
  font-family: "Georgia";
  text-transform: uppercase;
  opacity: 0.1;
  line-height: 25px;
  margin: 25px 0 0 -58px;
}




.ab_bg .about .ab_box .ab_r{
  float: right;
  width: 725px;
  margin-top: 83px;
  text-align: right;
} 

.ab_bg .about .ab_box .ab_nr{
  height: 417px;

} 

.ab_bg .about .ab_box .ab_nr .ab_txt{
  float: left;
}

.ab_bg .about .ab_box .ab_nr .ab_txt{
  float: left;
  width: 605px;
} 

.ab_bg .about .ab_box .ab_nr .ab_txt h5{
  font-size: 20px;
  color: #404041;
  font-weight: bold;
  line-height: 26px;


}

.ab_bg .about .ab_box .ab_nr .ab_txt i{
  display: block;
  font-size: 16px;
  color: #404041;
  opacity: 0.7;
  margin: 5px 0 35px 0;

}

.ab_bg .about .ab_box .ab_nr .ab_txt p{
  font-size: 15px;
  color: #797979;
  line-height: 34px;
  height: 204px;
  overflow: hidden;

}

.ab_bg .about .ab_box .ab_nr .ab_txt .more{
  display: inline-block;
  font-size: 14px;
  color: #6f6f6f;
  font-family: Arial, Helvetica, sans-serif;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 30px;
}

.ab_bg .about .ab_box .ab_nr .ab_list{
  float: right;
  width: 90px;
  height: 417px;
  background: url(../images/ab_list.jpg) no-repeat top center;
} 

.ab_bg .about .ab_box .ab_nr .ab_list ul li{
  width: 90px;
  height: 208px;
}

.ab_bg .about .ab_box .ab_nr .ab_list ul li a{
  display: block;
  text-align: center;
  padding-top: 82px;
}

.ab_bg .about .ab_box .ab_nr .ab_list ul li:last-child a{
  padding-top: 52px;
}

.ab_bg .about .ab_box .ab_nr .ab_list ul li a span{
  display: block;
  margin: 0px auto 0 auto;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  overflow: hidden;
  -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 .ab_nr .ab_list ul li a span .ab1{
  display: block;
  width: 58px;
  height: 58px;
  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_box .ab_nr .ab_list ul li a span .ab2{
  display: block;
  width: 58px;
  height: 58px;
  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_box .ab_nr .ab_list ul li a i{
  display: block;
  font-size: 16px;
  color: #fff;
  margin: 13px auto 0 auto;
}

.ab_bg .about .ab_box .ab_nr .ab_list ul li.on a span{
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.ab_bg .about .ab_box .ab_nr .ab_list ul li.on a span .ab1{
  transform: translateY(-58px);

}

.ab_bg .about .ab_box .ab_nr .ab_list ul li.on a span .ab2{
  transform: translateY(-58px);
}

.ab_bg .about .ab_box .message{
  margin: 12px 0 0 40px;
}

.ab_bg .about .ab_box .message .m_nr{
  height: 50px;

}

.ab_bg .about .ab_box .message .form-group1{
  float: left;
  width: 290px;
  height: 50px;
  margin-right: 10px;

}

.ab_bg .about .ab_box .message .form-group1 input{
  width: 290px;
  height: 50px;
  background: url(../images/m1.png) no-repeat 10px center;
  padding-left: 35px;
  font-size: 14px;
  color: #959595;
}

.ab_bg .about .ab_box .message .form-group3{
  float: right;
  width: 385px;
  height: 50px;

}

.ab_bg .about .ab_box .message .form-group3 textarea{
  width: 385px;
  height: 35px;
  background: url(../images/m2.png) no-repeat 10px center;
  padding-left: 35px;
  font-size: 14px;
  color: #959595;
  padding-top: 15px;
}


.ab_bg .about .ab_box .message .form-group2{
  float: left;
  width: 290px;
  height: 50px;
  margin-right: 10px;

}

.ab_bg .about .ab_box .message .form-group2 input{
  width: 290px;
  height: 50px;
  background: url(../images/m3.png) no-repeat 10px center;
  padding-left: 35px;
  font-size: 14px;
  color: #959595;
}

.ab_bg .about .ab_box .message .form-group4{
  float: left;
  width: 280px;
  height: 50px;

}

.ab_bg .about .ab_box .message .form-group4 input{
  width: 180px;
  height: 50px;
  background: url(../images/m4.png) no-repeat 10px center;
  padding-left: 35px;
  font-size: 14px;
  color: #959595;
  float: left;
}

.ab_bg .about .ab_box .message .form-group4 .imgcode{
  float: right;
  width: 64px;
  height: 31px;
  margin: 10px 0 0 0;
}

.ab_bg .about .ab_box .message .anniu{
  float: right;
  width: 93px;
  height: 30px;
  margin-top: 10px;
}

.ab_bg .about .ab_box .message .anniu button{
  width: 93px;
  height: 30px;
  background:  #d50f0f;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
}



/* case */

.case_bg{
 width: 100%;
 margin: 95px auto 0 auto;
}

.case_bg .case{
  margin: 0 auto ;
  width: 1280px;
}

.case_bg .case .title{
  height: 95px;
}

.case_bg .case .case_box{
  margin: 0px auto 0 auto;
  position: relative;
}

.case_bg .case .case_box .bd{
  margin: 0 auto;

}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 392px;
  height: 454px;
  position: relative;
  margin: 55px 17px 65px 17px;
  -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 .nr{
  position: relative;
  z-index: 5;
  width: 384px;
  height: 436px;
  padding-top: 18px;
  margin: 0 auto;
}

.case_bg .case .case_box .bd ul li .nr::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  content: "";
  background:  #fff;
  width: 384px;
  height: 398px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.case_bg .case .case_box .bd ul li .nr .num{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 61px;
  height: 61px;
  line-height: 61px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 32px;
  color: #d50f0f;
  font-family: "Georgia";
  -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 .nr .pic{
  width: 327px;
  height: 287px;
  padding: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  margin: 0 auto;
}

.case_bg .case .case_box .bd ul li .nr .pic img{
  width: 327px;
  height: 287px;


}

.case_bg .case .case_box .bd ul li .nr .txt{
  width: 330px;
  margin: 0 auto;

} 

.case_bg .case .case_box .bd ul li .nr .txt h5{
  float: left;
  width: 180px;

}

.case_bg .case .case_box .bd ul li .nr .txt h5 a{
  display: block;

}

.case_bg .case .case_box .bd ul li .nr .txt h5 a i{
  font-size: 22px;
  color: #393939;
  font-weight: bold;
  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;
  margin: 20px 0 12px 0;
}

.case_bg .case .case_box .bd ul li .nr .txt h5 a span{
  font-size: 14px;
  color: #9a9a9a;
  font-family: "微软雅黑 Light";
  text-transform: uppercase;
  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;
}

.case_bg .case .case_box .bd ul li .nr .txt h5 a em{
  display: block;
  width: 26px;
  height: 4px;
  background: #d50f0f;
  border-radius: 15px;
  margin-top: 15px;

}

.case_bg .case .case_box .bd ul li .nr .txt .more{
  float: right;
  margin-top: 60px;
  text-align: center;
  width: 132px;
  height: 34px;
  line-height: 34px;
  border-radius: 45px;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 5;
}

.case_bg .case .case_box .bd ul li .nr .txt .more::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #d50f0f;
  border-radius: 45px;
  -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 .nr .txt .more em{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color:  #9a9a9a;
  padding-left: 28px;
  background: url(../images/zx1.png) no-repeat left center;
  -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:hover .nr .num{
  background: #d50f0f;
  color:  #fff;
}

.case_bg .case .case_box .bd ul li:hover .nr .txt .more::after{
  width: 100%;
}

.case_bg .case .case_box .bd ul li:hover .nr .txt .more em{
  color:  #fff;
  background: url(../images/zx2.png) no-repeat left center;
}


.case_bg .case .case_box .bd ul li:hover{

 transform: translateY(-40px);

}

.case_bg .case .case_box .next{
  position: absolute;
  left: -80px;
  top: 255px;
  cursor: pointer;
  width: 23px;
  height: 39px;
  background: url(../images/case_left.png) no-repeat  center;

}


.case_bg .case .case_box .prev{
  position: absolute;
  right: -80px;
  top: 255px;
  cursor: pointer;
  width: 23px;
  height: 39px;
  background: url(../images/case_right.png) no-repeat  center;
}

.case_bg .case .case_box .hd{
  margin: 0 auto;
  text-align: center;
  height: 10px;
}

.case_bg .case .case_box .hd ul li{
  display: inline-block;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 9px;
  line-height: 50px;
  overflow: hidden;
  -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 .hd ul li.on{
  width: 37px;
  background: #d50f0f;
  border-radius: 45px;

}



/* ry */

.ry_bg{
  margin: 25px auto 0 auto;
  width: 100%;
  height: 693px;
  background: url(../images/ry_bg.jpg) no-repeat top center;

}

.ry_bg .ry{
  margin: 0 auto;
}

.ry_bg .ry_l{
  margin-left: 16%;
  margin-top: 215px;
  width: 21%;
  float: left;
}

.ry_bg .ry_l .title{
  height: 90px;

}

.ry_bg .ry_l .title h5{
  color: #fff;
  font-size: 85px;
  margin-top: 0;
  margin-right: 20px;
}

.ry_bg .ry_l .title h3 i{
  color: #fff;
}

.ry_bg .ry_l .title h3 span{
  color: #fff;
}

.ry_bg .ry_l .title h3 span em{
  color: #fff;
}

.ry_bg .ry_l .title h3 b{
  color: #fff;
  height: 7px;
  background: url(../images/ry_t.png) no-repeat center left;
  margin-top: 15px;
}

.ry_bg .ry_l .ry_nr{
  margin-top: 120px;
}

.ry_bg .ry_l .ry_nr p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 2.5px;
}

.ry_bg .ry_l .ry_nr span{
  color: #fff;
  font-size: 12px;
  font-family: "微软雅黑 Light";
  opacity: 0.5;
  text-transform: uppercase;
  display: block;
  width: 90%;
  margin-top: 25px;
  letter-spacing: 0.5px;
}

.ry_bg .ry_l .ry_nr .tel{
  float: right;
  margin-top: 65px;
  text-align: right;

}

.ry_bg .ry_l .ry_nr .tel i{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: url(../images/ry_tel.png) no-repeat left center;
  padding-left: 40px;
}

.ry_bg .ry_l .ry_nr .tel em{
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}


.ry_bg .ry_box{
  float: right;
  width: 61%;
  position: relative;
  margin-top: 90px;
  height: 600px;
}

.ry_bg .ry_box .swiper-slide{
  position: relative;
}

.ry_bg .ry_box .swiper-slide .nr{
  width: 100%;
  height: 383px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  padding-top: 20px;
}

.ry_bg .ry_box .swiper-slide .nr .pic{
  width: 83%;
  height: 308px;
  position: relative;
  margin: 0px auto 0 auto;

}

.ry_bg .ry_box .swiper-slide .nr .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.ry_bg .ry_box .swiper-slide .nr .txt{
  margin: 0 auto;
  width: 83%;
  height: 50px;
  border-bottom: 1px solid #d6d6d6;
} 


.ry_bg .ry_box .swiper-slide .nr .txt a{
  display: block;
}

.ry_bg .ry_box .swiper-slide .nr .txt a span{
  display: block;
  line-height: 49px;
  padding-right: 40px;
  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;
  background: url(../images/more1.png) no-repeat right center;
}

.ry_bg .ry_box .swiper-slide .nr .txt a em{
  display: block;
  width: 34px;
  height: 3px;
  background: #f25e3a;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ry_bg .ry_box .swiper-slide:hover .nr .txt a em{
  width: 100%;
}


.ry_bg .ry_box .swiper-pagination1{
  margin: 95px auto 0 auto;
  text-align: center;
}

.ry_bg .ry_box .swiper-pagination1 .swiper-pagination-bullet{
  opacity: 0.2;
  width: 9px;
  height: 9px;
  background:  #da3434;
  border-radius: 50%;
  margin: 0 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ry_bg .ry_box .swiper-pagination1 .swiper-pagination-bullet-active{
  opacity: 1;
}

.ry_bg .ry_box .swiper-ry-next{
  position: absolute;
  left: 60px;
  top: 460px;
  background: url(../images/ry_right.png) no-repeat  center;
  width: 68px;
  height: 54px;
  z-index: 9;
}

.ry_bg .ry_box .swiper-ry-prev{
  position: absolute;
  left: 13px;
  top: 514px;
  background: url(../images/ry_left.png) no-repeat  center;
  width: 68px;
  height: 54px;
  z-index: 9;
}




/* news */

.news_bg{
  width: 100%;
  margin: 20px auto 58px auto;
  overflow: hidden;
}

.news_bg .news{
  margin: 0 auto;
  width: 1280px;
}

.news_bg .news .news_t{
  margin: 0 auto;
  height: 130px;
}

.news_bg .news .news_t .news_list{
  float: left;
  margin-top: 62px;
  height: 30px;
  background: url(../images/news_xt.png) no-repeat left center;
  width: 537px;
  margin-left: -320px;
  padding-left: 320px;

}

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 132px;
  margin-right: 22px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #555555;
  padding-left: 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:nth-child(1) a{
  background: url(../images/news1.png) no-repeat 10px center;

}

.news_bg .news .news_t .news_list ul li:nth-child(2) a{
  background: url(../images/news2.png) no-repeat 10px center;

}

.news_bg .news .news_t .news_list ul li:nth-child(3) a{
  background: url(../images/news3.png) no-repeat 10px center;

}

.news_bg .news .news_t .news_list ul li.on a{
  font-weight: bold;
}


.news_bg .news .news_t .news_list ul li:nth-child(1).on a{
  background: url(../images/news11.png) no-repeat 10px center;

}

.news_bg .news .news_t .news_list ul li:nth-child(2).on a{
  background: url(../images/news22.png) no-repeat 10px center;

}

.news_bg .news .news_t .news_list ul li:nth-child(3).on a{
  background: url(../images/news33.png) no-repeat 10px center;

}




.news_bg .news .news_t .title{
  float: right;
}

.news_bg .news .news_box{
  margin: 0 auto;
  height: 490px !important;
}

.news_bg .news .news_box .news_l{
  float: left;
  width: 780px;
  height: 490px;
}

.news_bg .news .news_box .news_l ul li{
  float: left;
  width: 370px;
  height: 487px;
  border: 1px solid #e4e4e4;
  margin-right: 18px;
}

.news_bg .news .news_box .news_l ul li .pic{
  width: 330px;
  height: 245px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}

.news_bg .news .news_box .news_l ul li .pic img{
  width: 330px;
  height: 245px;
  overflow: hidden;
  -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_l ul li .txt{
  width: 330px;
  margin: 28px auto 0 auto;
} 

.news_bg .news .news_box .news_l ul li .txt h5 a{
  font-size: 18px;
  color: #4d4d4d;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: block;
  padding-left: 20px;
  background: url(../images/buttom1.png) no-repeat left 14px;
}

.news_bg .news .news_box .news_l ul li .txt p{
  font-size: 14px;
  color: #acacac;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  padding-left: 20px;
  background: url(../images/news_xt2.png) no-repeat left 12px;
  margin-top: 20px;
}

.news_bg .news .news_box .news_l ul li .txt span{
  display: block;
  font-size: 14px;
  color: #9d9d9d;
  margin-top: 8px;
}


.news_bg .news .news_box .news_l ul li:hover .pic img{
  transform: scale(1.1);
}

.news_bg .news .news_box .news_l ul li:hover .txt h5 a{
  color: #ca0000;
}

.news_bg .news .news_box .news_r{
  float: right;
} 

.news_bg .news .news_box .news_r ul li{
  width: 495px;
  height: 152px;
  border: 1px solid #e4e4e4;
  background: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 13px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.news_bg .news .news_box .news_r ul li .time{
  float: left;
  margin-left: 10px;
  margin-top: 41px;
  width: 105px;
  text-align: center;
  height: 70px;
  border-right: 1px solid #e3e3e3;

}

.news_bg .news .news_box .news_r ul li .time span{
  display: block;
  font-size: 49px;
  color: #969696;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
  -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_r ul li .time em{
  display: block;
  width: 53px;
  height: 1px;
  background: #e3e3e3;
  margin: 11px auto 6px auto;

}

.news_bg .news .news_box .news_r ul li .time i{
  font-size: 14px;
  color: #969696;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_r ul li .txt{
  float: right;
  width: 335px;
  margin: 40px 25px 0 0;

} 

.news_bg .news .news_box .news_r ul li .txt a{
  font-size: 18px;
  color: #4d4d4d;
  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;
  margin: 7px 0 10px 0;
}

.news_bg .news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color: #acacac;
  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_r ul li::after{
  position: absolute;
  right: 0px;
  bottom: -2px;
  content: "sanpu";
  z-index: -1;
  font-size: 60px;
  color: #f9f9f9;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 40px;
  opacity: 0;
}

.news_bg .news .news_box .news_r ul li:hover .time span{
  color: #ca0000;

}

.news_bg .news .news_box .news_r ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.news_bg .news .news_box .news_r ul li:hover::after{
  opacity: 1;
}