
/*-----------------------------------------------------------*/
/*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*/
.fullSlide {
  width: 94%;
  position: relative;
  height: 750px;
  margin-left: 6%;
}

.fullSlide .bd {
  width: 100%;
  height: 750px;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 750px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 750px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
  border-radius: 50%;
}

.fullSlide .hd ul .on {
  background: #02328d;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}


.banner_box {
  width: 100%;
  position: relative;
  height: 750px;
}

.banner_box .trait{
  position: absolute;
  top: 90px;
  left: 1.5%;
  z-index: 5;
  line-height: 50px;

}

.banner_box .trait .txt{
  font-size: 18px;
  color: #333;
  writing-mode: tb-rl;
  letter-spacing: 8px;

}

.banner_box .trait .qq{
  margin-top: 65px;

}

.banner_box .trait .qq img{
  display: block;
  width: 50px;
  height: 50px;
}

.banner_box .tel{
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
  width: 590px;
  height: 110px;
  line-height: 110px;
  background: #224ece url(../images/tel.png) no-repeat left center;;
}

.banner_box .tel i{
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 175px;
}


/*product*/

.pro_bg{
  width: 100%;
  height: 907px;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center;
  overflow: hidden;
}

.pro_bg .product{
  width: 1300px;
  margin: 0 auto;
  padding-top: 95px;
}

.pro_bg .product .pro_l{
  float: left;
  width: 250px;
}

.pro_bg .product .pro_l .pro_con{
  height: 600px;

} 

.pro_bg .product .pro_l .pro_con h3{
  height: 60px;
  line-height: 60px;
  position: relative;

}

.pro_bg .product .pro_l .pro_con h3 a{
  width: 125px;
  padding-left: 30px;
  font-size: 15px;
  color: #333333;
  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;
  position: relative;
  float: left;

}

.pro_bg .product .pro_l .pro_con h3::after{
  position: absolute;
  left: 0px;
  top: 29px;
  content: "";
  width: 14px;
  height: 3px;
  background: #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_l .pro_con h3 em{
  display: block;
  float: right;
  background: url(../images/pro_ico.png) no-repeat center;
  font-size: 22px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_l .pro_con ul{

}

.pro_bg .product .pro_l .pro_con ul li{
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_l .pro_con ul li a{
  padding-left: 30px;
  font-size: 15px;
  color: #333333;
  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;
  position: relative;
}

.pro_bg .product .pro_l .pro_con ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 1px;
  background: #1e5bdb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_l .pro_con ul li:hover::after{
  width: 100%;
}

.pro_bg .product .pro_l .pro_con ul li:hover a{
  background: url(../images/buttom3.png) no-repeat 15px center;
}

.pro_bg .product .pro_l .pro_con h3.on::after{
  background: #1e5bdb;
}


.pro_bg .product .pro_l .pro_con h3.on em{
  color: #1e5bdb;

}

.pro_bg .product .pro_l .pro_con h3.on a{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}


.pro_bg .product .pro_l .ewm{

  margin: 0px 0 0 30px;

}

.pro_bg .product .pro_l .ewm img{
  display: block;
  float: left;
  width: 110px;
  height: 110px;
  padding: 7px;
  background: url(../images/ewm_bg.png) no-repeat center;
}

.pro_bg .product .pro_l .ewm p{
  float: left;
  font-size: 14px;
  color: #666;
  width: 50px;
  line-height: 50px;
  text-align: center;
  height: 124px;
  writing-mode: tb-rl;
  letter-spacing: 5px;
}

.pro_bg .product .pro_r{
  float: right;
  width: 930px;
} 

.pro_bg .product .pro_r .pro_t{
  text-align: right;
  margin-top: 25px;

}

.pro_bg .product .pro_r .pro_t h3 a{
  display: block;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.pro_bg .product .pro_r .pro_show{
  margin-top: 38px;
  height: 360px;
}

.pro_bg .product .pro_r .pro_show .pic{
  float: left;
  width: 534px;
  height: 360px;
}

.pro_bg .product .pro_r .pro_show .pic img{
  width: 534px;
  height: 360px;
}

.pro_bg .product .pro_r .pro_show .txt{
  float: right;
  width: 360px;
  margin-top: 90px;
  text-align: right;

} 

.pro_bg .product .pro_r .pro_show .txt h5{
  height: 40px;
  background: url(../images/buttom5.png) no-repeat bottom right;
}

.pro_bg .product .pro_r .pro_show .txt h5 a{
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 22px;
}

.pro_bg .product .pro_r .pro_show .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 84px;
  overflow: hidden;
  margin-top: 17px;
}

.pro_bg .product .pro_r .pro_show .txt .more{
  margin-top: 60px;
  float: right;
  width: 253px;
  height: 35px;
  border-bottom: 2px solid #244031;

}

.pro_bg .product .pro_r .pro_show .txt .more a{
  display: block;
  font-size: 14px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/more3.png) no-repeat left center;
}

.pro_bg .product .pro_r .pro_show:hover .txt h5 a{
  color: #224ece;
}

.pro_bg .product .pro_r .pro_box{
  margin-top: 90px;
}

.pro_bg .product .pro_r .pro_box ul li{
  float: left;
  width: 260px;
  margin-right: 50px;
  margin-right: 75px;
}

.pro_bg .product .pro_r .pro_box ul li:last-child{
  margin-right: 0;
}

.pro_bg .product .pro_r .pro_box ul li .pic{
  width: 260px;
  height: 165px;
  overflow: hidden;
}

.pro_bg .product .pro_r .pro_box ul li .pic img{
  width: 260px;
  height: 165px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_r .pro_box ul li .txt{
  width: 230px;
  height: 42px;
  line-height: 42px;

} 

.pro_bg .product .pro_r .pro_box ul li .txt a{
  display: block;
  background: url(../images/more2.png) no-repeat right center;

}

.pro_bg .product .pro_r .pro_box ul li .txt a i{
  width: 180px;
  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: 15px;
  background: url(../images/buttom4.png) no-repeat left center;
}

.pro_bg .product .pro_r .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .product .pro_r .pro_box ul li:hover .txt a i{
  color: #224ece;
  background: url(../images/buttom3.png) no-repeat left center;
}


/*banner_1*/

.banner_1{
  width: 100%;
  height: 277px;
  margin: 0 auto;
  background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
  width: 1300px;
  margin: 0 auto;
  padding-top: 130px;
}

.banner_1 .cont .cont_l{
  float: left;
  margin-top: 17px;
}

.banner_1 .cont .cont_l img{
  display: block;
}

.banner_1 .cont .cont_r{
  float: right;
}

.banner_1 .cont .cont_r .txt{
  overflow: hidden;

}

.banner_1 .cont .cont_r .txt span{
  display: block;
  overflow: hidden;
  float: right;
  height: 30px;
}

.banner_1 .cont .cont_r .txt span i{
  display: block;
  float: left;
  font-size: 20px;
  color: #333333;
  margin-left: 45px;
  background: url(../images/buttom2.png) no-repeat left center;
  padding-left: 25px;
}

.banner_1 .cont .cont_r .txt em{
  display: block;
  font-size: 12px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;

}

.banner_1 .cont .cont_r .tel{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: right;
} 






/*ys*/

.ys_bg{
  width: 100%;
  height: 1167px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .te{
  width: 1300px;
  margin: 0 auto;
  height: 300px;
}

.ys_bg .te .te_box{
  padding-top: 90px;
  float: right;
}

.ys_bg .te .te_box .txt{
  overflow: hidden;
}

.ys_bg .te .te_box .txt img{
  display: block;
  float: right;

}

.ys_bg .te .te_box .txt span{
  display: block;
  font-size: 14px;
  color: #505a78;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  margin-top: 15px;
  letter-spacing: 2px;

}

.ys_bg .te .te_box .te_list{
  margin-top: 30px;
}

.ys_bg .te .te_box .te_list ul li{
  float: left;
  margin-left: 55px;
}

.ys_bg .te .te_box .te_list ul li span{
  display: block;
  text-align: center;
  float: left;
  font-size: 24px;
  color: #fff;
}

.ys_bg .te .te_box .te_list ul li span i{
  font-size: 12px;
  color: #fff;
  display: block;
  opacity: 0.2;
}

.ys_bg .te .te_box .te_list ul li img{
  display: block;
  float: left;
  margin-left: 15px;
  margin-top: 7px;
}




.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_t{
  position: absolute;
  left: 0px;
  top: 160px;
  z-index: 5;
}

.ys_bg .ys .ys_t img{
  display: block;

}

.ys_bg .ys .ys_t h3{
  width: 166px;
  height: 34px;
  line-height: 34px;
  background: #224ece;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;

}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
} 

.ys_bg .ys .ys_box .bd{
  width: 1300px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1300px;
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 575px;
  margin: 365px 0 0 40px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 592px;
  height: 732px;

}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 592px;
  height: 732px;
}

.ys_bg .ys .ys_box .bd ul li .ys_num{
  position: absolute;
  right: -100px;
  top: 195px;
  z-index: 5;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 36px;
} 

.ys_bg .ys .ys_box .prev{
  position: absolute;
  right: 70px;
  top: 732px;
  z-index: 5;
  background: url(../images/ys_right.png) no-repeat right center;
  padding-right: 360px;
  cursor: pointer;
  height: 135px;
}

.ys_bg .ys .ys_box .prev i{
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  background: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin-top: 35px;
  text-align: center;

}


.ys_bg .ys .ys_box .hd{
  position: absolute;
  top: 310px;
  right: -80px;
  z-index: 5;

}

.ys_bg .ys .ys_box .hd ul li{
  position: relative;
  margin-bottom: 40px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  -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::after{
  position: absolute;
  left: 4px;
  top: 43px;
  width: 2px;
  height: 0px;
  background: #ea9817;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on{
  border: 1px solid #ea9817;
  background: #ea9817;
  margin-bottom: 155px;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
  height: 96px;
}



.ys_bg .ys .ys_xt{
  position: absolute;
  right: -135px;
  top: 732px;
  z-index: 5;
  width: 135px;
  height: 135px;
  background: #ea9817;
} 

.ys_bg .ys .ys_tel{
  position: absolute;
  left: 225px;
  top: 637px;
  z-index: 5;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  line-height: 95px;
} 


/*case*/

.case_bg{
  width: 100%;
  height: 734px;
  margin: 0 auto;
  background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
  padding-top: 65px;
}

.case_bg .case .case_t{
  height: 115px;
}

.case_bg .case .case_t .title{
  float: left;
  margin-top: 30px;
}

.case_bg .case .case_t .title h3{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.case_bg .case .case_t .more{
  float: right;
  height: 60px;
  line-height: 60px;
  width: 253px;
  border-bottom: 2px solid #244031;
} 

.case_bg .case .case_t .more a {
  display: block;
  font-size: 14px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/more3.png) no-repeat 10px center;
  text-align: right;
}

.case_bg .case .case_box{
  margin: 0 auto;
} 

.case_bg .case .case_box .case_l{
  float: left;
  margin-top: 157px;
}

.case_bg .case .case_box .case_l span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}

.case_bg .case .case_box .case_l h5{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  margin-top: 13px;
}

.case_bg .case .case_box .case_l .qq{
  margin-top: 60px;

}

.case_bg .case .case_box .case_l .qq img{
  display: block;
  width: 53px;
  height: 53px;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

@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 .case_r{
  float: right;
  width: 980px;
  position: relative;
}

.case_bg .case .case_box .case_r .bd{
  width: 980px;
}

.case_bg .case .case_box .case_r .bd ul li{
  float: left;
  width: 980px;
}

.case_bg .case .case_box .case_r .bd ul li .nr_l{
  float: left;
  width: 647px;
}

.case_bg .case .case_box .case_r .bd ul li .nr_l .pic{
  width: 647px;
  height: 403px;
  background: #f5f6fa;

}

.case_bg .case .case_box .case_r .bd ul li .nr_l .pic img{
  width: 637px;
  height: 393px;
  margin: 5px;
}

.case_bg .case .case_box .case_r .bd ul li .nr_l .txt{
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #535353;
  width: 647px;
} 

.case_bg .case .case_box .case_r .bd ul li .nr_l .txt a{
  display: block;
  background: url(../images/more4.png) no-repeat 95px center;
  width: 647px;
  height: 70px;
}

.case_bg .case .case_box .case_r .bd ul li .nr_l .txt a i{
  font-size: 18px;
  color: #333333;
  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/buttom4.png) no-repeat right center;
  padding-right: 20px;
  width: 400px;
  float: right;
  text-align: right;
}

.case_bg .case .case_box .case_r .bd ul li .nr_l:hover .txt a i{
  background: url(../images/buttom3.png) no-repeat right center;
  color: #224ece;
}


.case_bg .case .case_box .case_r .bd ul li .nr_r{
  float: right;
  width: 290px;
}

.case_bg .case .case_box .case_r .bd ul li .nr_r .pic{
  width: 290px;
  height: 180px;
  background: #f5f6fa;

}

.case_bg .case .case_box .case_r .bd ul li .nr_r .pic img{
  width: 286px;
  height: 176px;
  margin: 2px;
}

.case_bg .case .case_box .case_r .bd ul li .nr_r .txt{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #535353;
  width: 290px;
  position: relative;
} 

.case_bg .case .case_box .case_r .bd ul li .nr_r .txt a{
  font-size: 16px;
  color: #333333;
  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/buttom4.png) no-repeat right center;
  padding-right: 20px;
  text-align: right;
}

.case_bg .case .case_box .case_r .bd ul li .nr_r .txt::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  content: "";
  background: #224ece;
  -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 .case_r .bd ul li .nr_r:hover .txt a{
  background: url(../images/buttom3.png) no-repeat right center;
  color: #224ece;
}

.case_bg .case .case_box .case_r .bd ul li .nr_r:hover .txt::after{
  width: 100%;
}

.case_bg .case .case_box .case_r .hd{
  position: absolute;
  top: 340px;
  right: 0px;
  z-index: 5;
  width: 200px;
  height: 46px;
  background: url(../images/xt.png) no-repeat  center;
}

.case_bg .case .case_box .case_r .hd .next{
  float: left;
  cursor: pointer;
  background: #224ece url(../images/left.png) no-repeat center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -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 .case_r .hd .prev{
  float: right;
  cursor: pointer;
  background: #ea9817 url(../images/right.png) no-repeat center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}


.case_bg .case .case_box .case_r .hd .next:hover{
  background: #ea9817 url(../images/left.png) no-repeat center;
}


/*about*/

.ab_bg{
  width: 100%;
  height: 720px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
}

.ab_bg .about .ab_l{
  float: left;
  width: 700px;
  margin-top: 127px;
}

.ab_bg .about .ab_l .ab_t{
  height: 157px;

}

.ab_bg .about .ab_l .ab_t .t_l{
  float: left;
}

.ab_bg .about .ab_l .ab_t .t_l img{
  display: block;

}

.ab_bg .about .ab_l .ab_t .t_l h3{
  width: 107px;
  height: 34px;
  line-height: 34px;
  background: #224ece;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;

}

.ab_bg .about .ab_l .ab_t .ab_title{
  float: right;
  text-align: right;
  margin-top: 60px;
} 

.ab_bg .about .ab_l .ab_t .ab_title h5 a{
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.ab_bg .about .ab_l .ab_t .ab_title h5 a span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 3px;
}

.ab_bg .about .ab_l .ab_nr{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  text-align: right;
  margin-top: 50px;

}

.ab_bg .about .ab_l .ab_list{
  margin-top: 35px;


} 

.ab_bg .about .ab_l .ab_list ul li{
  float: left;
  width: 180px;
  margin-right: 75px;

}

.ab_bg .about .ab_l .ab_list ul li:last-child{
  margin-right: 0;
}

.ab_bg .about .ab_l .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_l .ab_list ul li a span{
  display: block;
  float: left;
  font-size: 18px;
  color: #131a32;
  font-weight: bold;
}

.ab_bg .about .ab_l .ab_list ul li a span i{
  display: block;
  font-size: 14px;
  color: #3a4053;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 7px;
}

.ab_bg .about .ab_l .ab_list ul li a em{
  display: block;
  float: right;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 32px;
}

.ab_bg .about .ab_l .ab_list ul li.ab1 a em{
  background: url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_l .ab_list ul li.ab2 a em{
  background: url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_l .ab_list ul li.ab3 a em{
  background: url(../images/ab3.png) no-repeat  center;
}


.ab_bg .about .ab_l .ab_list ul li.ab1.on a em{
  background: url(../images/ab11.png) no-repeat  center;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.ab_bg .about .ab_l .ab_list ul li.ab2.on a em{
  background: url(../images/ab22.png) no-repeat  center;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.ab_bg .about .ab_l .ab_list ul li.ab3.on a em{
  background: url(../images/ab33.png) no-repeat  center;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}


.ab_bg .about .ab_img{
  float: right;
  width: 494px;
  height: 630px;
}

.ab_bg .about .ab_img img{
  width: 494px;
  height: 630px;
}


/*news*/

.news{
  width: 1300px;
  margin: 40px auto 0 auto;
}

.news .news_l{
  float: left;
  width: 400px;
}

.news .news_l .news_t{
  line-height: 100px;
  height: 100px;

}

.news .news_l .news_t a{
  display: block;
  font-size: 22px;
  color: #343434;
  font-weight: bold;
}

.news .news_l .news_box{
  margin: 0 auto;
  width: 400px;
  height: 433px;
  background: #f5f6fa;
}

.news .news_l .news_box .news_img{
  width: 400px;
  height: 263px;
  overflow: hidden;
}

.news .news_l .news_box .news_img img{
  width: 400px;
  height: 263px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l:hover .news_box .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news .news_l .news_box .txt{
  margin: 35px 30px 0 30px;

}

.news .news_l .news_box .txt a{
  font-size: 16px;
  color: #333333;
  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 .news_l:hover .news_box .txt a{
  color: #224ece;

}

.news .news_l .news_box .txt p{
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 10px 0 25px 0;
}

.news .news_l .news_box .txt span{
  display: block;
  font-size: 14px;
  color: #666666;
}

.news .news_c{
  float: left;
  margin-left: 70px;
  width: 380px;
}

.news .news_c .news_t{
  line-height: 100px;
  height: 100px;

}

.news .news_c .news_t a{
  display: block;
  font-size: 22px;
  color: #343434;
  font-weight: bold;
}

.news .news_c .news_box{
  margin: 0 auto;
  height: 380px;
  overflow: hidden;
}

.news .news_c .news_box ul li{
  height: 70px;
  width: 380px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;

}

.news .news_c .news_box ul li h5{
  float: left;
  width: 340px;
}

.news .news_c .news_box ul li h5 span{
  display: block;
  font-size: 12px;
  color: #666666;
}

.news .news_c .news_box ul li h5 a{
  font-size: 14px;
  color: #333333;
  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-top: 5px;
}

.news .news_c .news_box ul li .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 0px;
  height: 11px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 27px;
}

.news .news_c .news_box ul li:hover .more{
  width: 11px;
  opacity: 1;
}

.news .news_c .news_more{
  width: 148px;
  height: 70px;
  line-height: 70px;
  background: url(../images/more1.png) no-repeat center;

} 

.news .news_c .news_more a{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}


.news .news_r{
  float: right;
  width: 360px;
}


.news .news_r .news_t{
  line-height: 100px;
  height: 100px;

}

.news .news_r .news_t h3{
  display: block;
  font-size: 22px;
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.news .news_r .news_t .more{
  float: right;
  font-size: 28px;
  color: #343434;
  font-weight: bold;
}

.news .news_r .news_img{
  width: 360px;
  height: 162px;
}

.news .news_r .news_img img{
  width: 360px;
  height: 162px;
}

.news .news_r ul{
  margin: 25px auto 0 auto;
}

.news .news_r ul li{
  height: 120px;
  width: 360px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;

}

.news .news_r ul li:last-child{
  border-bottom: none;
}

.news .news_r ul li a{
  font-size: 14px;
  color: #333333;
  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/buttom1.png) no-repeat left center;
  padding-left: 15px;
}

.news .news_r ul li p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}

.news .news_r ul li:hover a{
  color: #224ece;

}

/*links*/


.links{
  overflow: hidden;
  width: 1300px;
  margin: 0 auto;
}

.links .links_t{
  float: left;
  width: 107px;
  height: 31px;
  background: url(../images/links.png) no-repeat left bottom;
}

.links .links_t i{
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}

.links .yq{
  float: right;
  width: 1140px;
  margin-top: 5px;
}

.links .yq a{
  margin-right: 15px;
  font-size: 14px;
  color: #666666;
}


/*message*/

.message_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 240px;
  background: #f5f6fa;
}

.message_bg .message{
  margin: 0 auto;
  width: 1300px;
  padding-top: 60px;
}

.message_bg .message .m_l{
  float: left;
  width: 1080px;
}
 
.message_bg .message .m_l .m_nr{
  height: 44px;
  margin-bottom: 10px;
}

.message_bg .message .m_l .form-group1{
  float: left;
  width: 340px;
  height: 44px;
  background: #ffffff;
  border-radius: 6px;
} 

.message_bg .message .m_l .form-group1 input{
  width: 340px;
  height: 44px;
  text-indent: 50px;
  font-size: 12px;
  color: #666666;
  background: url(../images/m1.png) no-repeat 20px center;
}

.message_bg .message .m_l .form-group2{
  float: left;
  width: 340px;
  height: 44px;
  background: #ffffff;
  border-radius: 6px;
  margin-left: 25px;
} 

.message_bg .message .m_l .form-group2 input{
  width: 340px;
  height: 44px;
  text-indent: 50px;
  font-size: 12px;
  color: #666666;
  background: url(../images/m2.png) no-repeat 20px center;
}

.message_bg .message .m_l .form-group4{
  float: right;
  width: 340px;
  height: 44px;
  background: #ffffff;
  border-radius: 6px;
} 

.message_bg .message .m_l .form-group4 input{
  width: 200px;
  height: 44px;
  text-indent: 50px;
  font-size: 12px;
  color: #666666;
  background: url(../images/m3.png) no-repeat 20px center;
  float: left;
}

.message_bg .message .m_l .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin: 4px 4px 0 0;
}

.message_bg .message .m_l .form-group3{
  float: left;
  width: 898px;
  height: 60px;
  background: #ffffff;
  border-radius: 6px;
} 

.message_bg .message .m_l .form-group3 textarea{
  width: 848px;
  height: 45px;
  font-size: 12px;
  color: #666666;
  background: url(../images/m4.png) no-repeat 20px 15px;
  padding: 15px 0 0 50px;
}

.message_bg .message .m_l .anniu{
  float: right;
  width: 157px;
  height: 60px;
}

.message_bg .message .m_l .anniu button{
  cursor: pointer;
  border: none;
  width: 157px;
  height: 60px;
  background: #224ece;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .m_l .anniu button:hover{
  border-radius: 45px;
}

.message_bg .message .ewm{
  float: right;
  height: 120px;
} 

.message_bg .message .ewm img{
  display: block;
  float: left;
  border: 5px solid #dfe1ea;
  width: 110px;
  height: 110px;

}

.message_bg .message .ewm p{
  float: left;
  height: 120px;
  width: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  writing-mode: tb-rl;
  text-align: center;
}
