
/*-----------------------------------------------------------*/
/*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;
}


.top_bg{
  background: rgba(0, 0, 0, 0.11);

}

/* banner */

.banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
  top: -120px;
}


.banner {
  width: 100%;
  height: 100%;
  position: relative;
}


.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height:100%;
  display: block;
  transition:1s linear 2s;
  transform:scale(1.1,1.1);
}

.banner .swiper-slide-active img{
  transition:6s linear;
  transform:scale(1,1);
  }	



.banner .swiper-button-next1{
  background: url(../images/buttom1.png) no-repeat top center;
  position: absolute;
  right: 60px;
  top: 470px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 45px;
  font-size: 14px;
  color: #fff;
  z-index: 5;
}




.banner .swiper-pagination {
  width: auto;
  bottom: -80px;
  right: 16%;
  font-size: 18px;
  color: #333;
  z-index: 5;
  text-align: right;
  font-size: 18px;
  color: #333;
}

.banner .swiper-pagination .swiper-pagination-total{
  font-size: 18px;
  color: #333;
  position: relative;
  margin-left: 10px;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-total::after{
  position: absolute;
  left: -10px;
  top: -2px;
  width: 0px;
  height: 0px;
  content: "0";
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination .swiper-pagination-current::before{
  position: absolute;
  left: -25px;
  bottom: 3px;
  width: 0px;
  height: 0px;
  content: "";
  z-index: -1;
  width: 42px;
  height: 7px;
  background: #0063e9;
}

.banner .swiper-pagination .swiper-pagination-current{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 5;
}

.banner .swiper-pagination .swiper-pagination-current::after{
  position: absolute;
  left: -15px;
  top: -6px;
  width: 0px;
  height: 0px;
  content: "0";
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner_bg .tel_bg{
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: 5;
  width: 100%;
}

.banner_bg .tel_bg .tel{
  width: 1300px;
  margin: 0 auto;
}

.banner_bg .tel_bg .tel i{
  display: block;
  padding-left: 40px;
  background: url(../images/tel.png) no-repeat left center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
}


/*title*/

.title{
  margin-left: -20px;
  padding-left: 20px;
  background: url(../images/buttom2.png) no-repeat left center;

}

.title span{
  display: block;
  font-size: 102px;
  color: #f2f2f2;
  font-family: Arial Black;
  text-transform: uppercase;
  line-height: 80px;
}

.title h3{
  position: relative;
  z-index: 5;
  margin-top: -42px;
  margin-left: 5px;
  letter-spacing: 1px;

}

.title h3 i{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  text-shadow: 6px 5px 2px #d5d5d5;
  margin-right: 8px;
}

.title h3 em{
  font-size: 15px;
  color: #666666;
  letter-spacing: 2px;
}

.title h3::after{
  position: absolute;
  left: -10px;
  bottom: 0px;
  width: 88px;
  height: 10px;
  background: #c7ddfa;
  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_bg{
  width: 100%;
  margin: -120px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat top center;
  height: 1495px;
}

.pro_bg .product{
  width: 1300px;
  margin: 0 auto;
  padding-top: 225px;
}

.pro_bg .product .pro_t{
  height: 115px;

}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .t_more{
  float: right;
  margin-top: 40px;
  padding-left: 185px;
  background: url(../images/more.png) no-repeat left center;
}

.pro_bg .product .pro_t .t_more a{
  display: block;
  font-size: 20px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;

}




.pro_bg .product .pro_list{
  width: 1300px;
  height: 280px;
  background: url(../images/pro_list.jpg) no-repeat top center;
  margin: 0 auto;
}

.pro_bg .product .pro_list .pro_title{
  float: left;
  width: 192px;
  margin-left: 180px;
  margin-top: 95px;
}

.pro_bg .product .pro_list .pro_title a{
  display: block;
}

.pro_bg .product .pro_list .pro_title a span{
  display: block;
  font-size: 16px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: italic;
}

.pro_bg .product .pro_list .pro_title em{
  display: block;
  width: 192px;
  height: 1px;
  background: #666666;
  margin: 12px 0 9px 0;
}

.pro_bg .product .pro_list .pro_title i{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.pro_bg .product .pro_list .pro_fl{
  float: left;
  margin-left: 85px;
  margin-top: 90px;
  width: 820px;
} 

.pro_bg .product .pro_list .pro_fl ul li{
  float: left;
  width: 110px;
  text-align: center;
  margin-right: 42px;
}

.pro_bg .product .pro_list .pro_fl ul li a{
  display: block;
}

.pro_bg .product .pro_list .pro_fl ul li a span{
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list .pro_fl ul li a span em{
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
}

.pro_bg .product .pro_list .pro_fl ul li a span em::after{
  position: absolute;
  left: 0%;
  top: 0px;
  width: 50px;
  height: 50px;
  background: url(../images/pro_ico2.png) no-repeat  center;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list .pro_fl ul li a span em::before{
  position: absolute;
  left: 0%;
  top: 50px;
  width: 50px;
  height: 50px;
  background: url(../images/pro_ico1.png) no-repeat  center;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.pro_bg .product .pro_list .pro_fl ul li a i{
  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: 20px auto 0 auto;
}

.pro_bg .product .pro_list .pro_fl ul li.on a span{
  border: 1px solid #347ad9;

}

.pro_bg .product .pro_list .pro_fl ul li.on a span em::after{
  transform: translateY(-50px);

}

.pro_bg .product .pro_list .pro_fl ul li.on a span em::before{
  top: 0;

}

.pro_bg .product .pro_list .pro_fl ul li.on a i{
  font-size: 18px;
  color:  #347ad9;
  font-weight: bold;

}

.pro_bg .product .pro_box{
  width: 1360px;
  margin: 40px auto 0 auto;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 403px;
  margin-right: 44px;
}

.pro_bg .product .pro_box ul li .pic{
  width: 403px;
  height: 327px;
  background: #f7f7f7;
  position: relative;
  z-index: 5;

}

.pro_bg .product .pro_box ul li .pic::after{
  position: absolute;
  left: 0%;
  top:0px;
  width: 0px;
  height: 0px;
  background: #0063e9;
  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_box ul li .pic img{
  width: 353px;
  height: 287px;
  margin: 20px 25px;
  object-fit: cover;
}

.pro_bg .product .pro_box ul li .txt{
  height: 95px;

} 

.pro_bg .product .pro_box ul li .txt h5{
  float: left;
  width: 171px;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #000000;
  -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 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;
  padding-left: 25px;
  background: url(../images/buttom3.png) no-repeat 7px center;
  padding-left: 25px;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  font-size: 14px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-right: 25px;
  line-height: 54px;
}

.pro_bg .product .pro_box ul li:hover .pic::after{
  width: 100%;
  height: 100%;
}

.pro_bg .product .pro_box ul li:hover .txt h5{
  width: 211px;
  border-bottom: 1px solid #0063e9;
}


/*ys*/


.ys_bg{
  width: 100%;
  margin: 50px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  height: 868px;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 115px;
}

.ys_bg .ys .ys_t{
  position: absolute;
  z-index: 5;
  right: -40px;
  top: 55px;
  background: url(../images/ys_xt1.png) no-repeat top right;
  padding-right: 40px;
  padding-top: 33px;
}

.ys_bg .ys .ys_t h3{
  float: left;
  margin-right: 20px;
  font-size: 28px;
  color: #333;
  padding-top: 115px;
  text-shadow: 6px 5px 2px #8dafc3;
}

.ys_bg .ys .ys_t img{
  float: left;
  display: block;
}

.ys_bg .ys .ys_box{
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  width: 1300px;
  top: -208px;
  left: 0;
  z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  position: relative;
  width: 110px;
  padding-right: 95px;
  background: url(../images/buttom9.png) no-repeat right 60px;
  text-align: center;
}

.ys_bg .ys .ys_box .hd ul li:last-child{
  background: none;
}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  position: relative;
  z-index: 5;
  width: 93px;
  height: 106px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .hd ul li span img{
  display: block;
  width: 93px;
  height: 106px;
}

.ys_bg .ys .ys_box .hd ul li h5{
  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;
  margin: 28px auto 0 auto;
}

.ys_bg .ys .ys_box .hd ul li i{
  display: block;
  font-size: 12px;
  color: #5b6c72;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 2px;
  opacity: 0;
}

.ys_bg .ys .ys_box .hd ul li span::after{
  position: absolute;
  left: 50%;
  top: 0%;
  width: 0%;
  height: 0px;
  content: "";
  z-index: -1;
  background: url(../images/ys_list1.png) no-repeat  center ;
  -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 h6{
  width: 59px;
  height: 59px;
  border-radius: 50%;
  line-height: 59px;
  text-align: center;
  -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 h6 em{
  display: block;
  font-size: 20px;
  color: #333333;
  -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 h6{
  background: #0058cf;

}

.ys_bg .ys .ys_box .hd ul li.on h6 em{
  color: #fff;
  font-weight: bold;

}

.ys_bg .ys .ys_box .hd ul li:nth-child(1) h6{
  position: absolute;
  left: 1267px;
  top: 385px;


}

.ys_bg .ys .ys_box .hd ul li:nth-child(2) h6{
  position: absolute;
  left: 1062px;
  top: 480px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(3) h6{
  position: absolute;
  left: 857px;
  top: 577px;
}


.ys_bg .ys .ys_box .hd ul li.on span::after{
  width: 100%;
  height: 100%;
  left: 0;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
  font-size: 18px;
  font-weight: bold;

}

.ys_bg .ys .ys_box .hd ul li.on i {
  opacity: 1;

}

.ys_bg .ys .ys_box .ys_xt1{
  position: absolute;
  right: -80px;
  top: 62px;
  background: url(../images/ys_xt.png) no-repeat  center ;
  width: 165px;
  height: 466px;
  z-index: -1;
}

.ys_bg .ys .ys_box .bd{
  width: 1300px;
  margin: 210px auto 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1300px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  margin-top: 80px;
  width: 505px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 15px;
  color: #333;
  line-height: 36px;
  height: 180px;

}

.ys_bg .ys .ys_box .bd ul li .txt em{
  display: block;
  width: 18px;
  height: 11px;
  background: url(../images/buttom8.png) no-repeat  center;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-shadow: 6px 5px 2px #e7ecf7;
  margin-top: 22px;
}

.ys_bg .ys .ys_box .bd ul li .txt i{
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 596px;
  height: 488px;
  border-radius: 30px;
  position: relative;
  z-index: 5;
  margin-right: 102px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 596px;
  height: 488px;
  border-radius: 30px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img::after{
  position: absolute;
  left: -103px;
  top: -25px;
  width: 655px;
  height: 539px;
  content: "";
  z-index: -1;
  background: url(../images/ys_list.png) no-repeat  center ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  left: 0px;
  top: 423px;
  width: 147px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #0058cf;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  cursor: pointer;

}

.ys_bg .ys .ys_box .ys_xt{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 46px;
  height: 9px;
  background: url(../images/buttom7.png) no-repeat  center;
}




/*case*/

.case_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/case_bg.jpg) no-repeat top center;
  height: 905px;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
  padding-top: 165px;
}

.case_bg .case .case_t{
  height: 135px;

}

.case_bg .case .case_t .title{
  float: left;
}

.case_bg .case .case_t .tel{
  float: right;
  margin-top: 35px;
  height: 37px;
} 

.case_bg .case .case_t .tel img{
  display: block;
  float: left;
  width: 43px;
  height: 37px;
  margin-right: 23px;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

.case_bg .case .case_t .tel i{
  display: block;
  float: left;
  font-size: 24px;
  color:  #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 40px;
}

@keyframes msClock {
  0%,70%,100% {
    transform: rotate(0) scale(1);
  }
  10%,30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,40% {
  transform: rotate(15deg) scale(1.1);
  }
}


.case_bg .case .case_box{
  margin: 0 auto;
} 

.case_bg .case .case_box .mySwiper{
  overflow: hidden;

}

.case_bg .case .case_box .mySwiper .swiper-slide{
  position: relative;
  height: 530px;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr{
  width: 99%;
  padding-left: 1%;
  height: 530px;
  background: url(../images/case_xt.png) no-repeat right top ;
  cursor: url(../images/mouse.png), default;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .num{
  height: 60px;
  line-height: 30px;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .pic{
  width: 92%;
  height: 190px;
  background: #f6f6f6;
  position: relative;
  
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .pic img{
  width: 96%;
  height: 180px;
  margin: 5px;
  cursor: url(../images/mouse.png), default;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .txt{
  margin-top: 30px;
  cursor: url(../images/mouse.png), default;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .txt h5 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;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .txt em{
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  margin: 12px 0 13px 0;
}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;

}

.case_bg .case .case_box .mySwiper .swiper-slide .nr .txt .more{
  display: block;
  font-size: 19px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  background: url(../images/more1.png) no-repeat left center;
  padding-left: 65px;
  height: 43px;
  line-height: 43px;
  margin-top: 35px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.case_bg .case .case_box .mySwiper .swiper-slide:hover .nr .txt .more{
  opacity: 1;
}

.case_bg .case .case_box .mySwiper .swiper-slide-next .nr .txt .more{
  opacity: 1;
}

.case_bg .case .case_box .mySwiper .swiper-slide:nth-child(2n){
  margin-top: 50px;
}



/*about*/

.ab_bg{
  width: 100%;
  height: 962px;
  margin: 0  auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  padding-top: 115px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 400px;
}

.ab_bg .about .ab_l .title span{
  color: #fbfbfb;
}

.ab_bg .about .ab_l .ab_ico{
  margin-top: 160px;

}

.ab_bg .about .ab_l .ab_ico em{
  display: block;
  background: url(../images/buttom4.png) no-repeat  center;
  width: 216px;
  height: 11px;
}

.ab_bg .about .ab_l .ab_ico span{
  display: block;
  font-size: 83px;
  color:  #0058cf;
  font-family: "Impact";
  font-style: italic;
  line-height: 70px;
  margin-top: 60px;
}

.ab_bg .about .ab_l .ab_ico i{
  display: block;
  margin-top: 40px;
  font-size: 36px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}

.ab_bg .about .ab_l .ab_ico p{
  width: 82px;
  height: 26px;
  line-height: 26px;
  background: #333333;
  text-align: center;
  font-size: 17px;
  color: #fff;
  margin-top: 18px;

}

.ab_bg .about .ab_r{
  float: right;
  width: 899px;
  margin-top: 20px;
}

.ab_bg .about .ab_r .txt{
  text-align: right;

}


.ab_bg .about .ab_r .txt h5 a{
  display: inline-block;
  background: url(../images/buttom5.png) no-repeat right top;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-right: -10px;
  padding-right: 10px;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .txt:hover h5 a{
  padding-right: 20px;
}

.ab_bg .about .ab_r .txt em{
  display: inline-block;
  width: 33px;
  height: 4px;
  background: #1b1b1b;
  border-radius: 15px;

}

.ab_bg .about .ab_r .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 10px;
}

.ab_bg .about .ab_r .ab_img{
  width: 899px;
  height: 399px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-top: 40px;
}

.ab_bg .about .ab_r .ab_img img{
  width: 899px;
  height: 399px;
}

.ab_bg .ab_xt{
  position: absolute;
  left: 38px;
  top: 750px;
  width: 876px;
  height: 187px;
  z-index: -1;
  overflow: hidden;
}

.ab_bg .ab_xt #container {
  width: 876px;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 0;

}

.ab_bg .ab_xt #container text#svgTextTwo {
  color: #fff;
  font-size: 176px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  stroke:#e4e4e4;
  letter-spacing: 3px;
}

.ab_bg .ab_xt #container text#svgTextOne{
  color: #fff;
  font-size: 176px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 3px;

}

#container #svg {
  width: 976px;
  height: 200px;
  padding-top: 0px;
  text-align: left;
  position: absolute;
  left: -50px;
  top: 0;
}

.ab_bg .ab_xt #container #svg #svgTextTwo {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

rect#svgRect {
  fill: rgb(231, 231, 231) !important;
}

/*news*/

.news{
  width: 1300px;
  margin: 75px auto 0 auto;
  position: relative;
  z-index: 5;
  height: 555px;

}

.news .news_t{
  height: 110px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 15px;
}

.news .news_t .news_list ul li{
  float: left;
  width: 140px;
  height: 44px;
  line-height: 44px;
  position: relative;
  z-index: 5;
  margin-left: 45px;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color:  #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 52px;
}

.news .news_t .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat  18px center;
}

.news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat  18px center;
}

.news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat  18px center;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #0058cf;
  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;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat  18px center;
}

.news .news_t .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat  18px center;
}

.news .news_t .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat  18px center;
}



.news .news_box{
  margin: 0 auto;
}


.news .news_box .news_top{
  width: 1360px;
  height: 492px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 420px;
  height: 490px;
  border: 1px solid #eeeeee;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top ul li .txt{
  width: 380px;
  height: 185px;
  margin: 0 auto;
  padding-top: 35px;
}

.news .news_box .news_top ul li .txt 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;
}


.news .news_box .news_top ul li .txt em{
  font-size: 14px;
  color: #999999;
  padding-left: 65px;
  background: url(../images/buttom6.png) no-repeat left center;
  margin: 20px 0 25px 0;
  display: block;
}


.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}


.news .news_box .news_top ul li .news_img{
  width: 380px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}

.news .news_box .news_top ul li .news_img img{
  width: 380px;
  height: 250px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top ul li:hover{
  border: 1px solid #000000;

}

.news .news_box .news_top ul li:hover  .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}



.news .news_box .list{
  margin: 35px auto 0 auto ;
  width: 1300px;
  height: 120px;
  border: 1px solid #f3f3f3;
  position: relative;
  z-index: 5;
}

.news .news_box .list ul {
  width: 1360px;
}

.news .news_box .list ul li{
  float: left;
  width: 420px;
  height: 120px;
  margin-right: 20px;
}

.news .news_box .list ul li .time{
  float: left;
  width: 120px;
  height: 52px;
  border-right: 1px solid #f0f0f0;
  margin-top: 34px;
  position: relative;
}

.news .news_box .list ul li .time span{
  display: block;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li .time .news_img{
  position: absolute;
  left: 0;
  top: -17px;
  width: 104px;
  height: 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 .list ul li .time .news_img img{
  width: 104px;
  height: 86px;
}  

.news .news_box .list ul li:hover .time .news_img{
  height: 86px;
  opacity: 1;
}

.news .news_box .list ul li .txt{
  float: left;
  margin: 34px 0 0 15px;
  height: 52px;
  width: 270px;

}

.news .news_box .list ul li .txt a{
  font-size: 15px;
  color: #333;
  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;
  line-height: 32px;
}

.news .news_box .list ul li .txt i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li:hover .txt a{
  color: #0063e9;
  letter-spacing: 1px;

}

.news .news_box .list::after{
  position: absolute;
  left: 0;
  top: 120px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f3f3f3;
}


