
/*-----------------------------------------------------------*/
/*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_box{
  width: 100%;
  position: relative;
  height: 790px;
  background: #fff;
  overflow: hidden;
}

.fullSlide {
  width: 88.5%;
  position: relative;
  height: 790px;
  background: #fff;
  overflow: hidden;
  float: left;
  margin-left: 1.5%;
}

.fullSlide .bd {
  width: 100%;
  height: 790px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% ;
}

.fullSlide .bd li {
  width: 100% ;
  height: 790px;
  overflow: hidden;
  text-align: center;
  border-radius: 45px;
}

.fullSlide .bd li a {
  display: block;
  height: 790px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  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: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 12px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.fullSlide .hd ul .on {
  background: #4178cc;
  -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 .trait_box{
  float: right;
  margin-right: 1.5%;
  width: 7.5%;
  height: 790px;
  background: #0e53a9;
  border-radius: 15px;

}

.banner_box .trait_box .trait{
  background: url(../images/buttom1.png) no-repeat top center;
  padding-top: 60px;
  margin-top: 80px;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
  width: 46px;
  line-height: 46px;
  margin-left: 33%;

}

.banner_box .trait_box  .tel{
  margin: 60px 0 0 33%;
  position: relative;
  width: 46px;
}

.banner_box .trait_box  .tel img{
  display: block;
  width: 46px;
  height: 46px;
}

.banner_box .trait_box  .tel p{
  position: absolute;
  right: 50px;
  top: 0px;
  line-height: 46px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  color:  #333;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner_box .trait_box  .tel:hover p{
  opacity: 1;
}


/* 询盘*/

.xpBox{
  background: url(../images/xunpan.png) center center no-repeat;
  width: 46px;
  height: 46px;
  z-index: 5;
  position: relative;
  margin: 40px 0 0 33%;
}

.xpBox:hover .topxunpan {
  width: 220px;
  height: 38px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  cursor: pointer;
  display: block;
  margin-left: 30px;
  position: absolute;
  z-index: 5;
  width: 0px;
  height: 38px;
  border-radius: 30px 0 0 30px;
  line-height: 36px;
  background: #fff;
  right: 100%;
  top: 50%;
  margin-top: -18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.topxunpan .xp {
  position: relative;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding-left: 20px;
}

.topxunpan .xp>span{
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: block;
}

.topxunpan .xp img {
  position: relative;
  top: 8px;
  margin: 0 7px 0 0px;

}

.topxunpan .xp i {
  padding: 0 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #0e53a9;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0e53a9;
}

.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}






/*title*/

.title{
  background: url(../images/title.png) no-repeat left top;
  padding-left: 57px;
  height: 95px;

}

.title img{
  display: block;
  padding-top: 5px;

}

.title h3{
  font-size: 24px;
  color: #333;
  margin-top: 15px;
}

.title h3 a{
  font-size: 24px;
  color: #333;
  display: block;
}

.title h3 i{
  font-size: 24px;
  color: #0e53a9;
}

/* product*/

.pro_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center 185px;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
}

.pro_bg .product .pro_t{
  height: 155px;
}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .search{
  float: right;
  margin-top: 43px;
  width: 306px;
  height: 52px;
  border: 1px solid #dddddd;
  border-radius: 45px;
} 

.pro_bg .product .pro_t .search .search2{
  float: left;
  width: 206px;
  height: 52px;
  background: none;
  padding-left: 30px;
  font-size: 14px;
  color: #aaaaaa;
}

.pro_bg .product .pro_t .search .search_s{
  float: right;
  width: 52px;
  height: 52px;
}

.pro_bg .product .pro_center{
  margin: 0 auto;
}

.pro_bg .product .pro_center .pro_l{
  float: left;
  width: 270px;
  border: 1px solid #eeeeee;
  background: #fbfbfb;
}

.pro_bg .product .pro_center .pro_l .pro_t{
  width: 270px;
  height: 110px;
  line-height: 110px;
  background: #0e53a9;

}

.pro_bg .product .pro_center .pro_l .pro_t a{
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.pro_bg .product .pro_center .pro_l .pro_t a i{
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 10px;
}

.pro_bg .product .pro_center .pro_l .pro_con{
  margin: 0 auto;
}

.pro_bg .product .pro_center .pro_l .pro_con ul li{
  width: 270px;
  height: 70px;
  position: relative;
  z-index: 5;
  padding-top: 25px;
}

.pro_bg .product .pro_center .pro_l .pro_con ul li a{
  padding-left: 70px;
  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;

}

.pro_bg .product .pro_center .pro_l .pro_con ul li a i{
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  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;
}

.pro_bg .product .pro_center .pro_l .pro_con ul li::after{
  position: absolute;
  left: 35px;
  top: 38px;
  width: 18px;
  height: 3px;
  background: #0e53a9;
  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_center .pro_l .pro_con ul li::before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #0e53a9;
  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_center .pro_l .pro_con ul li.on::before{
  width: 100%;
}

.pro_bg .product .pro_center .pro_l .pro_con ul li.on::after{
  background: #fff;
}

.pro_bg .product .pro_center .pro_l .pro_con ul li.on a{
  color: #fff;
}

.pro_bg .product .pro_center .pro_l .pro_con ul li.on a i{
  color: #fff;
}

.pro_bg .product .pro_center .pro_r{
  float: right;
  width: 955px;
} 

.pro_bg .product .pro_center .pro_r .pro_box{
  width: 955px;
  height: 390px;
  position: relative;
  overflow: hidden;
}

.pro_bg .product .pro_center .pro_r .pro_box .bd{

}

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li{
  float: left;
  width: 955px;
  height: 390px;
}

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li .pic{
  float: left;
  width: 520px;
  height: 390px;
  background: #f8f8f8;

}

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li .pic img{
  width: 500px;
  height: 370px;
  margin: 10px;
}

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li .txt{
  float: right;
  width: 385px;
  margin-top: 155px;

} 

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li .txt a{
  font-size: 22px;
  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;
  background: url(../images/buttom2.png) no-repeat top right;
  padding: 0 30px 0 0;
  width: 200px;
}

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li .txt p{
  margin-top: 25px;
  font-size: 14px;
  color: #999999;
  line-height: 36px;
  height: 72px;
  overflow: hidden;

}

.pro_bg .product .pro_center .pro_r .pro_box .prev{
  position: absolute;
  right: 265px;
  top: 320px;
  background: url(../images/next.png) no-repeat center;
  z-index: 5;
  width: 118px;
  height: 16px;
}

.pro_bg .product .pro_center .pro_r .pro_box .bd ul li:hover .txt a{
  color: #0e53a9;
}


.pro_bg .product .pro_center .pro_r .pro_show{
  margin-top: 40px;

}

.pro_bg .product .pro_center .pro_r .pro_show ul li {
  float: left;
  width: 290px;
  margin-right: 42px;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li:last-child{
  margin-right: 0;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li .pic{
  width: 290px;
  height: 220px;
  background: #f8f8f8;

}

.pro_bg .product .pro_center .pro_r .pro_show ul li .pic img{
  width: 270px;
  height: 200px;
  margin: 10px;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li .txt{
  margin: 0 auto;
  height: 42px;
  line-height: 42px;

} 

.pro_bg .product .pro_center .pro_r .pro_show ul li .txt h5{
  float: left;
  width: 185px;

}

.pro_bg .product .pro_center .pro_r .pro_show 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;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li .txt h5 a i{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li .txt .more{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  background: url(../images/buttom3.png) no-repeat right center;
  float: right;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li:hover .txt h5 a{
  color: #0e53a9;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li:hover .txt h5 a i{
  color: #0e53a9;
}

.pro_bg .product .pro_center .pro_r .pro_show ul li:hover .txt .more{
  color: #0e53a9;
}


/*about*/

.ab_bg{
  width: 100%;
  height: 1205px;
  margin: 40px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1280px;
  padding-top: 360px;
  height: 531px;
  margin: 0 auto;
}

.ab_bg .about .ab_l{
  float: left;
  width: 630px;
  position: relative;
}

.ab_bg .about .ab_l .title{
  background: url(../images/ab_t.png) no-repeat left top;
}

.ab_bg .about .ab_l .title h3{
  color: #fff;
}

.ab_bg .about .ab_l .txt{
  margin-top: 80px;

}

.ab_bg .about .ab_l .txt  h5 a{
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;

}

.ab_bg .about .ab_l .txt h5 a i{
  display: block;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #b0c5e0;
  line-height: 40px;
  height: 120px;
  overflow: hidden;
  margin-top: 30px;

}

.ab_bg .about .ab_l .ry{
  background: url(../images/ry_bg.png) no-repeat center;
  position: absolute;
  right: 0px;
  top: -10px;
  width: 150px;
  height: 191px;
} 

.ab_bg .about .ab_l .ry img{
  width: 108px;
  height: 153px;
  margin: 19px 0 0 21px;

}


.ab_bg .about .ab_img{
  float: right;
  width: 560px;
  height: 531px;
} 

.ab_bg .about .ab_img img{
  width: 560px;
  height: 531px;
}


/* fc*/

.fc{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.fc .fc_list{
  position: absolute;
  left: 0px;
  top: -115px;
  z-index: 5;
}

.fc .fc_list ul{
  float: left;
}

.fc .fc_list li{
  float: left;
  width: 140px;
  height: 89px;
  border-left: 1px solid #b0c5e0;
  position: relative;
  margin-right: 120px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #b0c5e0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list li a span{
  display: block;
  width: 48px;
  height: 48px;
  margin: 3px auto 13px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list  li.fc1 a span {
  background: url(../images/ab1.png) no-repeat center;
}

.fc .fc_list  li.fc2 a span {
  background: url(../images/ab2.png) no-repeat center;
}

.fc .fc_list  li.fc3 a span {
  background: url(../images/ab3.png) no-repeat center;
}

.fc .fc_list  li::after{
  position: absolute;
  left: -2px;
  top: 0px;
  width: 3px;
  height: 0px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list  li.casehover::after{
  height: 30px;
}

.fc .fc_list  li.casehover{
  border-left: 1px solid #fff;
}

.fc .fc_list  li.casehover a{
  color: #fff;
}

.fc .fc_list  li.fc1.casehover a span {
  background: url(../images/ab11.png) no-repeat center;
}

.fc .fc_list  li.fc2.casehover a span {
  background: url(../images/ab22.png) no-repeat center;
}

.fc .fc_list  li.fc3:hover a span {
  background: url(../images/ab33.png) no-repeat center;
}

.fc .fc_box{
  width: 1360px;
  margin: 0 auto;
  padding-top: 50px;
}

.fc .fc_box ul li{
  float: left;
  width: 240px;
  margin-right: 20px;
}

.fc .fc_box ul li .pic{
  width: 240px;
  height: 175px;
  background: #f9f9f9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_box ul li .pic img{
  width: 230px;
  height: 165px;
  margin: 5px;
  object-fit: contain;
}

.fc .fc_box ul li .txt{
  height: 45px;
  line-height: 45px;
  text-align: center;

} 

.fc .fc_box ul li .txt a{
  font-size: 16px;
  color: #fff;
  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;
}

.fc .fc_box ul li:hover .pic{
  background: #0e53a9;

}


/* ys*/

.ys_bg{
  width: 100%;
  height: 1365px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
  margin: 0  auto;
  width: 1280px;
  padding-top: 130px;
}

.ys_bg .ys .title{
  background: none;
  padding-left: 0;
  text-align: center;
  margin: 0 auto;
}

.ys_bg .ys .title img{
  display: block;
  margin: 0 auto;
}

.ys_bg .ys .ys_box{
  margin: 170px auto 0 auto; 
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
  height: 535px;

}
.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li .ys_l{
  float: left;
  width: 690px;
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys_l .ys_img{
  width: 690px;
}

.ys_bg .ys .ys_box .bd ul li .ys_l .ys_img img{
  display: block;
  width: 690px;
  height: 535px;

}

.ys_bg .ys .ys_box .bd ul li .ys_l .txt{
  position: absolute;
  left: 0px;
  top: -142px;
  width: 112px;
  height: 170px;
  background: #0e53a9;
  z-index: 5;
  text-align: center;

} 

.ys_bg .ys .ys_box .bd ul li .ys_l .txt span{
  display: block;
  font-size: 24px;
  color: #fff;
  margin: 22px auto 10px auto;
}

.ys_bg .ys .ys_box .bd ul li .ys_l .txt i{
  display: block;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
}

.ys_bg .ys .ys_box .bd ul li .ys_l .txt em{
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  margin: 17px auto 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .nr{
  float: right;
  width: 500px;
  text-align: right;
  margin-top: 15px;
}

.ys_bg .ys .ys_box .bd ul li .nr h5{
  font-size: 30px;
  color: #033a7e;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .nr span{
  display: block;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ys_bg .ys .ys_box .bd ul li .nr i{
  display: inline-block;
  width: 3px;
  height: 42px;
  background: #0e53a9;
  text-align: right;
  margin: 30px 0 10px 0;
}

.ys_bg .ys .ys_box .bd ul li .nr p{
  font-size: 15px;
  color: #666666;
  line-height: 40px;
}


.ys_bg .ys .ys_box .hd{
  width: 1280px;
  margin: 70px auto 0 auto;
} 

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  width: 320px;
  text-align: center;
}

.ys_bg .ys .ys_box .hd ul li h5{
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  font-size: 14px;
  color: #999999;
  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;
}

.ys_bg .ys .ys_box .hd ul li .te_list {
  display: block;
  overflow: hidden;
  transition-duration: 0.7s;
  margin: 0px auto 10px auto;
  width: 96px;
  height: 96px;
  background: url(../images/ys_list.png) no-repeat center;
  border-radius: 50%;
}

.ys_bg .ys .ys_box .hd ul li .te_list .te_img {
  display: block;
  position: relative;
  transition: 0.7s;
  font-size: 0;
}

.ys_bg .ys .ys_box .hd ul li .te_list .te_img i{
  display: block;
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  margin: 0px auto;
}

.ys_bg .ys .ys_box .hd ul li .te_list .te_img i img{
  vertical-align: middle;
  display: inline-block;
  width: 96px;
  height: 96px;
}

.ys_bg .ys .ys_box .hd ul li .te_list .te_img i:before{
  /* 辅助ie8图片居中 */
  content: '';
  height: 96px;
  width: 1px;
  font-size: 0;
}


.ys_bg .ys .ys_box .hd ul li .te_list .te_img {
  width: 100%;
  height: 200%;
  top:0;
}

.ys_bg .ys .ys_box .hd ul li.on .te_img {
  top:-96px;
}

.ys_bg .ys .ys_box .hd ul li.on .te_list{
  background: #0e53a9;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
  color: #0e53a9;
  font-weight: bold;
}

.ys_bg .ys .ys_box .hd ul li.on span{
  color: #0e53a9;
}

.ys_bg .ys .ys_box .ys_xt{
  position: absolute;
  right: 0px;
  top: 430px;
  z-index: 5;
  background: url(../images/buttom4.png) no-repeat center;
  width: 355px;
  height: 88px;
  padding-left: 60px;
}

.ys_bg .ys .ys_box .ys_xt span{
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-style: italic;
  padding: 18px 0 8px 0;
  letter-spacing: 3px;
}

.ys_bg .ys .ys_box .ys_xt i{
  display: block;
  font-size: 12px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.5;
  font-style: italic;
}


/* case*/

.case_bg{
  width: 100%;
  height: 730px;
  margin: 15px auto 0 auto;
  background: url(../images/case_bg.jpg) no-repeat  center 50px;
}

.case_bg .case{
  width: 1280px;
  margin: 0 auto;
}

.case_bg .case .case_t{
  position: relative;
  height: 100px;
}

.case_bg .case .case_t .title{
  float: left;
}

.case_bg .case .case_t .t_r{
  float: right;
  position: relative;
} 

.case_bg .case .case_t .t_r .tel{
  float: left;
  margin-top: 30px;
  line-height: 65px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-right: 40px;
}

.case_bg .case .case_t .t_r .qq{
  float: left;
  width: 65px;
  height: 153px;
  position: relative;
  top: -53px;
}

.case_bg .case .case_box{
  margin: 40px auto 0 auto;
  position: relative;
} 

#certify .swiper-container {
  padding-bottom: 0px;
  width: 1280px;
}

#certify  .swiper-slide {
	width: 500px;
  height: 530px;
  padding-top: 40px;

}
#certify  .swiper-slide .pic{
  width: 500px;
  height: 375px;
  background: #f8f8f8;

}

#certify  .swiper-slide .pic img{
  width: 480px;
  height: 355px;
  margin: 10px;
}

#certify  .swiper-slide .txt{
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

#certify  .swiper-slide .txt h5{
  height: 60px;
  overflow: hidden;

}

#certify  .swiper-slide .txt h5 a{
  display: block;
}

#certify  .swiper-slide .txt h5 a span{
  display: block;
  float: left;
  width: 200px;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #333333;
  font-size: 30px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  
}

#certify  .swiper-slide .txt h5 a i{
  font-size: 20px;
  color: #0e53a9;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: right;
  width: 250px;
  margin-top: 32px;
}

#certify  .swiper-slide .txt p{
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
}

#certify  .swiper-slide-active{
  margin-top: -38px;
}

#certify  .swiper-slide-active .txt{
  opacity: 1;

}


#certify .swiper-button-prev {
  left: 295px;
  top: 245px;
	width: 60px;
	height: 60px;
  background: url(../images/left.png) no-repeat;
  outline: none;
}

#certify .swiper-button-next {
  right: 295px;
  top: 245px;
	width: 60px;
	height: 60px;
  background: url(../images/right.png) no-repeat;
  outline: none;
}


.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {

  content: 'next';
  display: none;

}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}

/* news*/

.news_bg{
  width: 100%;
  height: 965px;
  margin: 0 auto;
  background: #f5f6f7;
}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
}

.news_bg .news .news_t{
  height: 145px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 40px;
} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  margin-left: 60px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
}

.news_bg .news .news_t .news_list ul li b{
  float: left;
  display: block;
  width: 52px;
  height: 57px;
  background: url(../images/news_list.png) no-repeat center;
}
.news_bg .news .news_t .news_list ul li b i{
  display: block;
  width: 42px;
  height: 42px;
  background: #999999;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px;
  -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 span{
  display: block;
  float: left;
  margin-left: 8px;
  font-size: 12px;
  color: #999999;
  -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 span em{
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 3px;
  -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.casehover b i{
  background: #163f90;

}

.news_bg .news .news_t .news_list ul li.casehover span{
  color: #163f90;

}
.news_bg .news .news_t .news_list ul li.casehover span em{
  color: #163f90;
}


.news_bg .news .news_box{
  margin: 0 auto;
} 

.news_bg .news .news_box .news_top{
  width: 1360px;
  margin: 0 auto;
  height: 451px;
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 400px;
  height: 451px;
  background: #fff;
  margin-right: 40px;
}

.news_bg .news .news_box .news_top ul li .news_img{
  width: 320px;
  height: 175px;
  margin: 40px 40px 0 40px;
  overflow: hidden;
}

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 320px;
  height: 175px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top 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 .news_top ul li .txt{
  width: 320px;
  margin: 35px auto 0 auto;
} 

.news_bg .news .news_box .news_top ul li .txt .time{
  height: 30px;
  line-height: 30px;

}

.news_bg .news .news_box .news_top ul li .txt .time span{
  display: block;
  float: left;
  font-size: 31px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;

}

.news_bg .news .news_box .news_top ul li .txt .time i{
  display: block;
  float: right;
  font-size: 16px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 55px;
  background: url(../images/buttom5.png) no-repeat left center;

}

.news_bg .news .news_box .news_top ul li .txt h5 a{
  margin-top: 32px;
  font-size: 16px;
  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;

}

.news_bg .news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 17px;
}

.news_bg .news .news_box .news_top ul li:hover .txt h5 a{
  color: #184299;

}

.news_bg .news .news_box .list{
  margin: 35px auto 0 auto;
  width: 1360px;
} 

.news_bg .news .news_box .list ul li{
  float: left;
  width: 400px;
  height: 85px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 40px 40px 0;
  position: relative;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  font-size: 14px;
  color:  #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .list ul li span i{
  font-size: 18px;
  color:  #333;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .list ul li a{
  font-size: 16px;
  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;
  padding-right: 50px;
  background: url(../images/more1.png) no-repeat right center;
  margin-top: 15px;
}

.news_bg .news .news_box .list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #184299;
  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 .list ul li:hover::after{
  width: 100%;
}

.news_bg .news .news_box .list ul li:hover a{
  background: url(../images/more2.png) no-repeat right center;
}