
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 98%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 25px;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../image/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../image/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #e6332e;
}



/* product */

.pro_bg{
  width: 100%;
  margin: 0 auto;
  height: 1260px;
  background: url(../image/pro_bg.jpg) repeat  center;
  overflow: hidden;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;

}

.pro_bg .product .pro_t{
  height: 380px;

}

.pro_bg .product .pro_t .title{
  float: left;
  width: 261px;
  height: 380px;
  margin-left: -50px;
}

.pro_bg .product .pro_t .title img{
  display: block;
  width: 261px;
  height: 380px;
}

.pro_bg .product .pro_t .pro_list{
  float: right;
  width: 1050px;
  margin-top: 50px;
} 

.pro_bg .product .pro_t .pro_list ul li{
  float: left;
  width: 209px;
  background: url(../image/pro_list.png) no-repeat  top center;
  margin-left: 53px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_t .pro_list ul li a {
  display: block;
}

.pro_bg .product .pro_t .pro_list ul li a span{
  display: block;
  width: 209px;
  height: 116px;
  margin: 65px auto 0 auto;

}

.pro_bg .product .pro_t .pro_list ul li a span img{
  display: block;
  width: 176px;
  height: 116px;
  margin: 0 auto;

}

.pro_bg .product .pro_t .pro_list ul li a i{
  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;
  margin: 65px auto 0 auto;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 45px;
  position: relative;
  z-index: 5;
}


.pro_bg .product .pro_t .pro_list ul li.on{
  background: url(../image/pro_list1.png) no-repeat  top center;

}

.pro_bg .product .pro_t .pro_list ul li.on i {    color: #fff;}

.pro_bg .product .pro_t .pro_list ul li  a i::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #e6332e;
  border-radius: 45px;
  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_bg .product .pro_t .pro_list ul li.on  a i::after{
  width: 100%;

}



.pro_bg .product .pro_box{
  margin: 50px auto 0 auto;
  width: 1360px;

} 

.pro_bg .product .pro_box ul li{
  float: left;
  margin: 0 25px 30px 0;
  width: 300px;
}

.pro_bg .product .pro_box ul li .pic{
      width: 300px;
    height: 272px;
    background: #f6f6f6;

}

.pro_bg .product .pro_box ul li .pic img{
  width: 280px;
  height: 254px;
  margin: 10px;
}

.pro_bg .product .pro_box ul li .txt{
  margin: 17px auto 0 auto;
  background: url(../image/buttom5.png) no-repeat   center;
  width: 250px;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
} 

.pro_bg .product .pro_box ul li .txt h5 a{
  padding-left: 15px;
  width: 165px;
  background: url(../image/buttom7.png) no-repeat left  center;
  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;
  float: left;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  background: url(../image/more1.png) no-repeat   center;
  width: 25px;
  height: 14px;
  margin-top: 20px;
}

.pro_bg .product .pro_box ul li:hover .txt{
  background: url(../image/buttom5.png) no-repeat left  center;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  color: #e6332e;
}

.pro_bg .product .pro_box ul li:hover .txt .more{
  background: url(../image/more2.png) no-repeat   center;
}



/* ys */

.ys_bg{
  width: 100%;
  height: 940px;
  margin: 0 auto;
  /*background: url(../image/ys_bg.jpg) no-repeat  center;*/
   background: #eee;
  overflow: hidden;
  position: relative;
}


.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}

.ys_bg .ys .title img{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.ys_bg .ys .ys_box{
  margin: 100px auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
  height: 455px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .txt_l{
  float: left;
  width: 330px;
  margin-top: 22px;
}

.ys_bg .ys .ys_box .bd ul li .txt_l span{
  display: block;
  font-size: 220px;
  color: #efb73c;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 160px;
  background-image: linear-gradient(to bottom, #efb73c, rgba(239, 183, 60, 0.1));
  -webkit-background-clip: text;
  color: transparent;
 
}

.ys_bg .ys .ys_box .bd ul li .txt_l h5{
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-top: -105px;
}

.ys_bg .ys .ys_box .bd ul li .txt_l h5 i{
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: left;
  width: 641px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 641px;
  height: 436px;

}

.ys_bg .ys .ys_box .bd ul li .txt_r{
  float: right;
  width: 260px;
  margin-top: 15px;
} 

.ys_bg .ys .ys_box .bd ul li .txt_r p{
  font-size: 16px;
  color: #333;
  line-height: 42px;

}

.ys_bg .ys .ys_box .zx{
  position: absolute;
  top: 220px;
  left: 0;
} 

.ys_bg .ys .ys_box .zx .tel{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .zx .zixun{
  margin-top: 10px;

}

.ys_bg .ys .ys_box .zx .zixun em{
  display: block;
  float: left;
  width: 98px;
  height: 1px;
  background: #333333;
  margin-top: 17px;

}

.ys_bg .ys .ys_box .zx .zixun a{
  display: block;
  float: left;
  font-size: 16px;
  color: #e6332e;
  font-weight: bold;
  background: #333333;
  width: 104px;
  height: 36px;
  line-height: 36px;
  text-align: center;

}

.ys_bg .ys .ys_box .hd{
  width: 740px;
  margin: 0 auto;

}

.ys_bg .ys .ys_box .hd .next{
  float: left;
  cursor: pointer;
  background: url(../image/ys_left.png) no-repeat right center;
  height: 72px;
  line-height: 72px;
  width: 115px;
}

.ys_bg .ys .ys_box .hd .next i{
  display: block;
  font-size: 30px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .hd .prev{
  float: right;
  cursor: pointer;
  background: url(../image/ys_right.png) no-repeat left  center;
  padding-left: 80px;
  height: 72px;
  line-height: 72px;
}

.ys_bg .ys .ys_box .hd .prev i{
  display: block;
  font-size: 30px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}


.ys_bg .ys .ys_ico{
  position: absolute;
  background: url(../image/buttom9.png) no-repeat  center;
  width: 25px;
  height: 36px;
  top: 900px;
  left: 625px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}




/* case */

.case_bg{
  width: 100%;
  margin: 0 auto;
  height: 1200px;
  background: url(../image/pro_bg.jpg) repeat  center;
  overflow: hidden;
}

.case_bg .case{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;

}

.case_bg .case .case_t{
  height: 200px;
}

.case_bg .case .case_t .title{
  float: left;
}

.case_bg .case .case_t .case_list{
  float: right;
  margin-top: 90px;
}

.case_bg .case .case_t .case_list ul li{
  float: left;
  width: 150px;
  height: 48px;
  border: 1px solid #e6332e;
  position: relative;
  z-index: 5;
  margin-left: 45px;
}

.case_bg .case .case_t .case_list ul li a{
  display: block;
  font-size: 16px;
  color: #333;
  background: url(../image/case_list1.png) no-repeat  center;
  width: 138px;
  height: 40px;
  margin: 4px 0 0 6px;
  line-height: 40px;
  text-align: 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_t .case_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #e6332e;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_t .case_list ul li.on::after{
  width: 100%;

}

.case_bg .case .case_t .case_list ul li.on a{
  color: #fff;
  background: url(../image/case_list.png) no-repeat  center;
}

.case_bg .case .case_box{
  margin: 0 auto;
  width: 1355px;
  /*background: url(../image/case_bg.jpg) no-repeat right top;*/
  background: #e5342e;
  position: relative;
} 

.case_bg .case .case_box .bd{
  margin: 0 auto;
  padding-top: 50px;

}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 1280px;
}

.case_bg .case .case_box .bd ul li .pic{
  float: left;
  width: 800px;
  height: 500px;
  background: #f9f9f9;
}

.case_bg .case .case_box .bd ul li .pic img{
  width: 780px;
  height: 480px;
  margin: 10px;
}

.case_bg .case .case_box .bd ul li .txt{
  float: right;
  width: 390px;
} 

.case_bg .case .case_box .bd ul li .txt h5 a{
  line-height: 65px;
  font-size: 24px;
  color: #fff;
  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;
}

.case_bg .case .case_box .bd ul li:hover .txt h5 a{
  font-weight: bold;
}

.case_bg .case .case_box .bd ul li .txt em{
  display: block;
  width: 3px;
  height: 30px;
  background: #fff;
}

.case_bg .case .case_box .bd ul li .txt p{
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  margin-top: 12px;
}

.case_bg .case .case_box .bd ul li .txt .more{
  display: block;
  font-size: 16px;
  color: #e6332e;
  background: url(../image/more3.png) no-repeat  center;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 35px;
}

.case_bg .case .case_box .hd{
  position: absolute;
  top: 475px;
  right: 75px;
}

.case_bg .case .case_box .hd .next{
  float: left;
  width: 52px;
  height: 52px;
  background: url(../image/left.png) no-repeat  center;
}


.case_bg .case .case_box .hd .prev{
  float: left;
  width: 52px;
  height: 52px;
  background: url(../image/right.png) no-repeat  center;
}

.case_bg .case .case_box .hd ul{
  float: left;
  margin: 0 30px;
}

.case_bg .case .case_box .hd ul li{
  float: left;
  width: 8px;
  height: 8px;
  background: #e6332e;
  margin: 22px 14px;
  overflow: hidden;
  line-height: 99px;

}

.case_bg .case .case_show{
  margin: 50px auto 0 auto;
  width: 1320px;
}

.case_bg .case .case_show ul li{
  float: left;
  width: 300px;
  height: 225px;
  margin-right: 27px;
}

.case_bg .case .case_show ul li .pic{
  width: 300px;
  height: 225px;
  background:  #f6f6f6;
}

.case_bg .case .case_show ul li .pic img{
  width: 280px;
  height: 205px;
  margin: 10px;
}

.case_bg .case .case_show ul li .txt{
  width: 280px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
} 

.case_bg .case .case_show ul li .txt 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;
}

.case_bg .case .case_show ul li .txt a i{
  display: block;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 22px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_show ul li:hover .txt a{
  color: #e6332e;
}

.case_bg .case .case_show ul li:hover .txt a i{
  background: #e6332e;
}


/* te */

.te_bg{
  width: 100%;
  height: 940px;
  margin: 0 auto;
  background: url(../image/te_bg.jpg) no-repeat  center;
  position: relative;
}


.te_bg .te{
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}

.te_bg .te .te_t{
  height: 190px;
}

.te_bg .te .te_t .title{
  float: left;
}

.te_bg .te .te_t .te_zx{
  float: right;
  margin-top: 60px;
}

.te_bg .te .te_t .te_zx .tel{
  background: url(../image/tel1.png) no-repeat left center;
  padding-left: 45px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.te_bg .te .te_t .te_zx .tel i{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.te_bg .te .te_t .te_zx .zx{
  margin-top: 15px;
}

.te_bg .te .te_t .te_zx .zx i{
  display: block;
  float: left;
  margin-top: 5px;
  width: 275px;
  height: 1px;
  background: #000000;

}

.te_bg .te .te_t .te_zx .zx a{
  display: block;
  float: right;
  font-size: 16px;
  color: #e6332e;
  text-align: center;
  width: 129px;
  height: 33px;
  line-height: 33px;
  background: #333333;
}



.te_bg .te .te_box{
  margin: 0 auto;
  position: relative;
} 

.te_bg .te .te_box .hd{
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 5;
}

.te_bg .te .te_box .hd ul li{
  float: left;
  margin-right: 108px;
  width: 55px;
}

.te_bg .te .te_box .hd ul li span{
  display: block;
  font-size: 18px;
  color: #333;
  height: 135px;
  writing-mode: tb-rl;
  width: 55px;
}

.te_bg .te .te_box .hd ul li span i{
  font-size: 14px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 135px;
  margin-top: 23px;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te_bg .te .te_box .hd ul li span em{
  font-size: 18px;
  color: #333;
  writing-mode: tb-rl;
  display: block;
  float: left;
  height: 135px;
  letter-spacing: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te_bg .te .te_box .hd ul li h5{
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 12px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te_bg .te .te_box .hd ul li.on span i{
  color: #fff;

}

.te_bg .te .te_box .hd ul li.on span em{
  color: #fff;
}

.te_bg .te .te_box .hd ul li.on h5{
  color: #e6332e;
}




.te_bg .te .te_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.te_bg .te .te_box .bd ul li{
  float: left;
  width: 1280px;
  margin: 0 auto;
}

.te_bg .te .te_box .bd ul li .txt{
  float: left;
  margin-top: 400px;
  width: 630px;
}

.te_bg .te .te_box .bd ul li .txt span{
  display: block;
  font-size: 74px;
  color: #fff;
  font-weight: bold;
  opacity: 0.1;
  line-height: 62px;
}

.te_bg .te .te_box .bd ul li .txt h5{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: -38px;
}

.te_bg .te .te_box .bd ul li .txt em{
  display: block;
  width: 106px;
  height: 1px;
  background: #333333;
  margin-top: 6px;
}

.te_bg .te .te_box .bd ul li .txt p{
  font-size: 16px;
  color: #333;
  margin-top: 45px;
  line-height: 36px;
}

.te_bg .te .te_box .te_img{
  width: 819px;
  height: 598px;
  position: absolute;
  right: -200px;
  top: 100px;
  overflow: hidden;
} 


#canvas,
#front {
  width: 819px;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}


#canvas {
  display: none;
}


.te_bg .te .te_box .te_button{
  position: absolute;
  top: 425px;
  left: 538px;
  width: 87px;
  height: 18px;
  background: url(../image/te_ico.png) no-repeat  center;
}

.te_bg .te .te_box .te_button .next{
  float: left;
  cursor: pointer;
  width: 10px;
  height: 18px;
  background: url(../image/te_left.png) no-repeat  center;
}

.te_bg .te .te_box .te_button .prev{
  float: right;
  cursor: pointer;
  width: 10px;
  height: 18px;
  background: url(../image/te_right.png) no-repeat  center;
}

.te_bg .te .te_ico{
  position: absolute;
  background: url(../image/buttom9.png) no-repeat  center;
  width: 25px;
  height: 36px;
  top: 895px;
  left: 625px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}

@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }






/* lc */

.lc_bg{
  width: 100%;
  height: 705px;
  margin: 0 auto;
  background: url(../image/lc_bg.jpg) no-repeat  center;
  overflow: hidden;
  position: relative;
}

.lc_bg .lc{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
}

.lc_bg .lc .lc_l{
  float: left;
  position: relative;
  margin-left: -160px;
  width: 365px;
}

.lc_bg .lc .lc_l .lc_img{
  width: 365px;
  height: 594px;
  position: relative;
}

.lc_bg .lc .lc_l .lc_img img{
  width: 365px;
  height: 594px;
}

.lc_bg .lc .lc_l .lc_txt{
  width: 365px;
  height: 594px;
  position: absolute;
  left: 0;
  top: 0;
}

.lc_bg .lc .lc_l .lc_txt img{
  display: block;
  margin: 110px 0 0 160px;
  float: left;
}

.lc_bg .lc .lc_l .lc_txt span{
  display: block;
  float: left;
  margin: 110px 0 0 15px;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
  background: url(../image/lc_xt.png) no-repeat  left top;
  letter-spacing: 12px;
}

.lc_bg .lc .lc_l .lc_txt i{
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  writing-mode: tb-rl;
  margin-top: 223px;
  margin-left: 15px;
  letter-spacing: 2.5px;
}

.lc_bg .lc .lc_r{
  float: right;
  width: 980px;
} 

.lc_bg .lc .lc_r .title{
  margin-left: 303px;
}

.lc_bg .lc .lc_r .lc_box{
  margin: 40px auto 0 auto;
  position: relative;
}

.lc_bg .lc .lc_r .lc_box ul li{
  width: 36px;
  float: left;
}

.lc_bg .lc .lc_r .lc_box ul li i{
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #757575;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_r .lc_box ul li span{
  display: block;
  font-size: 15px;
  color: #666666;
  writing-mode: tb-rl;
  line-height: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_r .lc_box ul li.on span{
  color: #e6332e;

}

.lc_bg .lc .lc_r .lc_box ul li.on i{
  background: #e6332e;

}

.lc_bg .lc .lc_r .lc_box ul li.lc1{
  position: absolute;
  top: 235px;
  left: 0px;
}


.lc_bg .lc .lc_r .lc_box ul li.lc2{
  position: absolute;
  top: 50px;
  left: 83px;
}



.lc_bg .lc .lc_r .lc_box ul li.lc3{
  position: absolute;
  top: 185px;
  left: 187px;
}



.lc_bg .lc .lc_r .lc_box ul li.lc4{
  position: absolute;
  top: 0px;
  left: 280px;
  
}


.lc_bg .lc .lc_r .lc_box ul li.lc5{
  position: absolute;
  top: 177px;
  left: 353px;
}

.lc_bg .lc .lc_r .lc_box ul li.lc6{
  position: absolute;
  top: 20px;
  left: 430px;
}


.lc_bg .lc .lc_r .lc_box ul li.lc7{
  position: absolute;
  top: 180px;
  left: 515px;
}

.lc_bg .lc .lc_r .lc_box ul li.lc8{
  position: absolute;
  top: 75px;
  left: 620px;
}

.lc_bg .lc .lc_r .lc_box ul li.lc9{
  position: absolute;
  top: 170px;
  left: 713px;
}

.lc_bg .lc .lc_r .lc_box ul li.lc10{
  position: absolute;
  top: 15px;
  left: 765px;
}

.lc_bg .lc .lc_r .lc_box .zx{
  position: absolute;
  right: 0px;
  top: 25px;
  background: url(../image/zx.png) no-repeat  center;
  width: 129px;
  height: 129px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_r .lc_box .zx a{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-top: 70px;
}

.lc_bg .lc .lc_r .lc_box .zx:hover{
  transform: translateY(-10px);
}




/* about */

.ab_bg{
  width: 100%;
  height: 1077px;
  margin: 0 auto;
  background: url(../image/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
  position: relative;
}

.ab_bg .ab_ico{
  position: absolute;
  left: 0px;
  top: 530px;
  background: url(../image/ab_ico.png) no-repeat  center;
  width: 255px;
  height: 321px;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 55px;
}

.ab_bg .about .ab_t img{
  margin: 0 auto;
  display: block;
}

.ab_bg .about  .ab_box{
  margin: 70px auto 0 auto;
}

.ab_bg .about  .ab_box .ab_l{
  float: left;
  width: 610px;
}

.ab_bg .about  .ab_box .ab_l .txt{
  overflow: hidden;

}

.ab_bg .about  .ab_box .ab_l .txt h5 {
  font-size: 24px;
  color: #333;
  font-weight: bold;

}

.ab_bg .about  .ab_box .ab_l .txt span{
  display: block;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px;
  margin-top: 5px;
}

.ab_bg .about  .ab_box .ab_l .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 126px;
  overflow: hidden;
  margin-top: 30px;
}

.ab_bg .about  .ab_box .ab_l .txt .more{
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 40px;
}

.ab_bg .about  .ab_box .ab_l .ry{
  margin-top: 170px;
  margin-left: 10px;
}

.ab_bg .about  .ab_box .ab_l .ry .pic{
  float: left;
  width: 291px;
  height: 228px;
  background: url(../image/ry_bg.png) no-repeat  center;
}

.ab_bg .about  .ab_box .ab_l .ry .pic img{
  width: 251px;
  height: 182px;
  margin: 20px 0 0 20px;
}

.ab_bg .about  .ab_box .ab_l .ry .txt{
  float: left;
  margin: 138px 0 0 50px;
  width: 258px;
  height: 87px;
  border-bottom: 1px solid #ffffff;

} 

.ab_bg .about  .ab_box .ab_l .ry .txt a{
  font-size: 18px;
  color: #fffefe;
  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;
}

.ab_bg .about  .ab_box .ab_l .ry .txt a i{
  font-size: 14px;
  color: #fffefe;
  font-family: Arial, Helvetica, sans-serif;
  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;
  opacity: 0.6;
  margin-top: 5px;
}


.ab_bg .about  .ab_box .ab_img{
  float: right;
  width: 708px;
  height: 680px;
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-right: -95px;
  border-radius: 35px;
}

.ab_bg .about  .ab_box .ab_img img{
  width: 678px;
  height: 650px;
  margin: 15px;
  border-radius: 35px;
}



/* news */

.news_bg{
  width: 100%;
  margin: 0 auto;
  height: 1100px;
  background: url(../image/pro_bg.jpg) repeat  center;
  overflow: hidden;
}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;

}

.news_bg .news .news_t{
  height: 210px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 185px;
  background: url(../image/news_xt.png) no-repeat right  center;
}

.news_bg .news .news_t .news_list ul li:last-child{
  background: none;
}

.news_bg .news .news_t .news_list ul li  a{
  display: block;
  text-align: center;
}

.news_bg .news .news_t .news_list ul li a span{
  display: block;
  border-radius: 50%;
  margin: 0 auto 8px 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;
}

.news_bg .news .news_t .news_list ul li a span img{
  display: block;
}

.news_bg .news .news_t .news_list ul li a i{
  display: block;
  font-size: 16px;
  color: #333333;
  -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 a i em{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.news_bg .news .news_t .news_list ul li.casehover a span{
  background: #e6332e;
}

.news_bg .news .news_t .news_list ul li.casehover a i{
  font-weight: bold;
}

.news_bg .news .news_t .news_list ul li.casehover a i em{
  opacity: 1;
}

.news_bg .news .news_box{
  margin: 0 auto;
} 

.news_bg .news .news_box .news_top{
  width: 1280px;
  height: 350px;
  background:  #f9f9f9;

}

.news_bg .news .news_box .news_top .news_img{
  float: left;
  width: 530px;
  height: 300px;
  margin: 25px 0 0 25px;
}

.news_bg .news .news_box .news_top .news_img img{
  width: 530px;
  height: 300px;
}

.news_bg .news .news_box .news_top .txt{
  float: left;
  width: 620px;
  margin: 25px 0px 0 50px;
} 

.news_bg .news .news_box .news_top .txt span{
  display: block;
  height: 105px;
  line-height: 105px;
  text-align: right;
  font-size: 14px;
  color:  #444444;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;

}

.news_bg .news .news_box .news_top .txt span::after{
  position: absolute;
  left: -108px;
  top: 53px;
  width: 180px;
  height: 2px;
  background: #333333;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .txt span i{
  font-size: 24px;
  color:  #333;
  font-weight: bold;
  margin-right: 5px;
}

.news_bg .news .news_box .news_top .txt a{
  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;
  background: url(../image/news_xt1.png) no-repeat left center;
  padding-left: 65px;
}

.news_bg .news .news_box .news_top:hover .txt a{
  color: #e6332e;
}

.news_bg .news .news_box .news_top .txt p{
  font-size: 14px;
  color: #666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin: 40px 0 0 65px;
}

.news_bg .news .news_box .list{
  margin: 40px auto 0 auto;
  width: 1360px;

}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 400px;
  height: 160px;
  background: #f9f9f9;
  margin: 0 40px 40px 0;

}

.news_bg .news .news_box .list ul li .news_img{
  float: left;
  width: 160px;
  height: 120px;
  overflow: hidden;
  margin: 20px 0 0 20px;

}

.news_bg .news .news_box .list ul li .news_img img{
  width: 160px;
  height: 120px;
  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 .list ul li .txt{
  float: left;
  width: 150px;
  margin: 20px 0 0 30px;
} 

.news_bg .news .news_box .list ul li .txt span{
  display: block;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .list ul li .txt span i{
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.news_bg .news .news_box .list ul li .txt em{
  display: block;
  width: 35px;
  height: 2px;
  background: #333333;
  -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 .txt a{
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 15px;
  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 .list ul li:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news_bg .news .news_box .list ul li:hover .txt a{
  color: #e6332e;
}

.news_bg .news .news_box .list ul li:hover .txt em{
  width: 81px;
  background: #e6332e;

}