
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 ;

}

.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%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
  right: 0px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px ;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #214f9a;
}





/* title */

.title{

}

.title span{
  display: block;
  font-size: 60px;
  color: #212b35;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 50px;
}

.title span i{
  font-size: 60px;
  color: #214f9a;
  font-family: "Impact";
}

.title h3{
  font-size: 30px;
  color: #212b35;
  line-height: 30px;
  margin-top: 22px;
}

.title h3 a{
  display: block;
}




/* product */

.product{
  margin: 65px auto 0 auto;
  width: 1280px;
}

.product .pro_t{
  height: 140px;

}

.product .pro_t .title{
  float: left;
}

.product .pro_t .p_tel{
  float: right;
  margin-top: 17px;
} 

.product .pro_t .p_tel .qq{
  float: left;

}
.product .pro_t .p_tel .qq img{
  display: block;
  width: 44px;
  height: 44px;
  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);
  }
}

.product .pro_t .p_tel  .tel{
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 20px;
  line-height: 44px;
}

.product .pro_box{
  margin: 0 auto;
}

.product .pro_box .pro_l{
  float: left;
  width: 990px;
}

.product .pro_box .pro_l ul li{
  float: left;
  width: 290px;
  margin: 0 40px 20px 0;
}


.product .pro_box .pro_l ul li .pic{
  width: 290px;
  height: 220px;
  background: #f8f8f8;

}

.product .pro_box .pro_l ul li .pic img{
  width: 280px;
  height: 210px;
  margin: 5px;
}

.product .pro_box .pro_l ul li .txt{
  height: 60px;
  width: 280px;
  margin: 0 auto;
} 

.product .pro_box .pro_l ul li .txt h5{
  float: left;
  border-bottom: 1px solid #dedede;
  width: 225px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.product .pro_box .pro_l ul li .txt h5 a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 50px;
}

.product .pro_box .pro_l ul li .txt .more{
  display: block;
  float: right;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: capitalize;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li .txt .more i{
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li .txt h5::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 0;
  height: 1px;
  background: #214f9a;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li:hover .txt h5::after{
  width: 100%;
}

.product .pro_box .pro_l ul li:hover .txt h5 a{
  color: #214f9a;
}

.product .pro_box .pro_l ul li:hover .txt .more{
  color: #214f9a;
}

.product .pro_box .pro_l ul li:hover .txt .more i{
  color: #214f9a;
}

.product .pro_box .pro_r{
  float: right;
  width: 280px;
  height: 904px;
  background: #214f9a;
}

.product .pro_box .pro_r .pro_title{
  text-align: center;
  height: 100px;
}

.product .pro_box .pro_r .pro_title a{
  display: block;
}

.product .pro_box .pro_r .pro_title a span{
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 17px 0 5px 0;
}

.product .pro_box .pro_r .pro_title a i{
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.product .pro_box .pro_r .pro_con{
  margin: 0 auto;
  width: 260px;
  height: 777px;
  background: #fff;
}

.product .pro_box .pro_r .pro_con ul{
  padding-top: 7px;
}

.product .pro_box .pro_r .pro_con ul li{
  width: 204px;
  height: 84px;
  line-height: 84px;
  border-bottom: 1px dashed #e9e8e8;
  position: relative;
  z-index: 5;
  margin: 0 auto;

}

.product .pro_box .pro_r .pro_con ul li a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 60px;
  background: url(../images/buttom1.png) no-repeat 25px center;
}

.product .pro_box .pro_r .pro_con ul li::after{
  position: absolute;
  left: 0px;
  top: 12px;
  width: 0px;
  height: 60px;
  background: #214f9a;
  border-radius: 45px;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .pro_con ul li.on::after{
  width: 100%;
}


.product .pro_box .pro_r .pro_con ul li.on a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/buttom2.png) no-repeat 25px center;
}

/* about */

.ab_bg{
  width: 100%;
  margin: 50px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  top center;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
  height: 600px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 780px;
}

.ab_bg .about .ab_l .title span{
  color: #fff;

}

.ab_bg .about .ab_l .title span i{
  color: #e0a800;

}

.ab_bg .about .ab_l .title h3 a{
  color: #fff;
}

.ab_bg .about .ab_l .txt{
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  height: 126px;
  overflow: hidden;
  margin-top: 60px;

}

.ab_bg .about .ry{
  float: right;
  margin-top: 40px;
  width: 235px;
} 

.ab_bg .about .ry .pic{
  background: url(../images/ry_bg.png) no-repeat center;
  width: 235px;
  height: 310px;
}

.ab_bg .about .ry .pic img{
  width: 185px;
  height: 260px;
  margin: 25px 0 0 25px;
  object-fit: contain;

}

.ab_bg .about .ry .txt{
  text-align: center;
  margin: 18px auto 0 auto;

} 

.ab_bg .about .ry .txt a {
  font-size: 20px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ry .txt a i{
  font-size: 12px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .video{
  position: relative;
  margin-top: 35px;
}

.ab_bg .about .ab_l .video .video_button{
  width: 175px;
  height: 42px;
  line-height: 42px;
  background: #e0a800;
  border-radius: 45px;
}

.ab_bg .about .ab_l .video .video_button i{
  display: block;
  padding-left: 72px;
  font-size: 16px;
  color: #fff;
  background: url(../images/buttom3.png) no-repeat 38px center;
}

.ab_bg .about .ab_l .video .video_box{
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 500px;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

.ab_bg .about .ab_l .video .video_box .video_img{
  width: 1280px;
  height: 500px;
}

.ab_bg .about .ab_l .video .video_box .video_img img{
  width: 1280px;
  height: 500px;
}

.ab_bg .about .ab_l .video .video_box .video_img iframe{
  width: 1280px;
  height: 500px;
}

.ab_bg .about .ab_l .video .video_box .close{
  position: absolute;
  right: 10px;
  top: 10px;
}

.ab_bg .about .ab_l .video .video_box .close img{
  width: 45px;
  height: 45px;
}



/* fc */

.fc_bg{
  width: 100%;
  margin: 0 auto;
}

.fc_bg .fc{
  width: 1280px;
  margin: 0 auto;
  height: 320px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.fc_bg .fc ul li{
  float: left;
  margin: 30px 16px 0 16px;
}

.fc_bg .fc ul li:nth-child(1) {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.fc_bg .fc ul li:nth-child(2) {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.fc_bg .fc ul li:nth-child(3) {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fc_bg .fc ul li .pic{
  width: 338px;
  height: 260px;
  float: left;
  background: #f2f4f9;

}

.fc_bg .fc ul li .pic img{
  width: 318px;
  height: 240px;
  margin: 10px;
}

.fc_bg .fc ul li .txt{
  float: left;
  margin-left: 6px;
  width: 50px;
  height: 260px;
  background: #f2f4f9;
  position: relative;
  z-index: 5;
} 

.fc_bg .fc ul li .txt h5 a{
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom4.png) no-repeat center 15px;
  padding-top: 35px;
  height: 100px;
  writing-mode: tb-rl;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.fc_bg .fc ul li .txt .more{
  display: block;
  background: url(../images/buttom6.png) no-repeat center top;
  padding-top: 47px;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  writing-mode: tb-rl;
  line-height: 50px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc_bg .fc ul li .txt::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #214f9a;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc_bg .fc ul li:hover .txt::after{
  height: 100%;
}

.fc_bg .fc ul li:hover .txt h5 a{
  color: #fff;
  background: url(../images/buttom5.png) no-repeat center 15px;
}

.fc_bg .fc ul li:hover .txt .more{
  color: #fff;
  background: url(../images/buttom7.png) no-repeat center top;
}

/* case */

.case{
  width: 1280px;
  margin: 65px auto 0 auto;
}

.case .case_t{
  height: 150px;
}

.case .case_t .title{
  float: left;
}

.case .case_t .c_tel{
  float: right;
  text-align: right;
  margin-top: 25px;
}

.case .case_t .c_tel span{
  display: inline-block;
  text-align: right;
  width: 190px;
  height: 28px;
  line-height: 28px;
  background: #e0a800;

}

.case .case_t .c_tel span em{
  display: block;
  font-size: 16px;
  color: #fff;
  font-style: italic;
  text-align: center;
}

.case .case_t .c_tel i{
  font-size: 22px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-top: 5px;
}

.case  .case_box{
  width: 1360px;
  margin: 0 0 0 -40px;
  position: relative;
  overflow: hidden;
}

.case  .case_box .swiper-slide{
  position: relative;
  z-index: 5;
  height: 470px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case  .case_box .swiper-slide .pic{
  width: 340px;
  height: 255px;
  margin: 40px auto 0 auto;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case  .case_box .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case  .case_box .swiper-slide .txt{
  margin: 30px auto 0 auto;
  width: 340px;
}

.case  .case_box .swiper-slide .txt h5{
  height: 30px;
  line-height: 30px;

}

.case  .case_box .swiper-slide .txt h5 a{
  display: block;
}

.case  .case_box .swiper-slide .txt h5 a span{
  float: left;
  display: block;
  font-size: 24px;
  color: #333;
  font-family: "Impact";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case  .case_box .swiper-slide .txt h5 a i{
  float: left;
  display: block;
  width: 70px;
  height: 2px;
  background: #333333;
  margin: 14px 0 0 7px;
}

.case  .case_box .swiper-slide .txt h5 a em{
  float: right;
  width: 180px;
  text-align: right;
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case  .case_box .swiper-slide .txt p{
  font-size: 14px;
  color: #999999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 20px 0 0 25px;
  opacity: 0;
  
}

.case  .case_box .swiper-slide::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 456px;
  height: 0px;
  background: #f8f8f8;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case  .case_box .swiper-slide-next::after{
  height: 100%;
}

.case  .case_box .swiper-slide-next .pic{
  width: 380px;
  height: 285px;
  margin: 37px auto 0 auto;
}

.case  .case_box .swiper-slide-next .txt{
  width: 380px;
}

.case  .case_box .swiper-slide-next .txt h5 a span{
  color: #214f9a;
}

.case  .case_box .swiper-slide-next .txt h5 a i{

  background: #214f9a;
}

.case  .case_box .swiper-slide-next .txt h5 a em{
  color: #214f9a;
  font-weight: bold;

}

.case  .case_box .swiper-slide-next .txt p{
  opacity: 1;
}

.case  .case_box .swiper-button-next{
  background: #214f9a url(../images/right.png) no-repeat center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 340px;
  top: 430px;
}

.case  .case_box .swiper-button-prev{
  background: #e0a800 url(../images/left.png) no-repeat center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 330px;
  top: 430px;
  
}

.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;
}


/* ys */

.ys_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 907px;
  background: url(../images/ys_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_t{
  position: absolute;
  left: 0px;
  top: 85px;
  z-index: 5;
}

.ys_bg .ys .ys_t img{
  display: block;
}

.ys_bg .ys .ys_t h3{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  margin-top: 15px;
}

.ys_bg .ys .ys_box{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
  height: 725px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  margin-top: 300px;
  width: 615px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  height: 85px;
  line-height: 85px;
  margin-left: 105px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 span{
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  margin-top: 40px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 953px;
  height: 663px;
  margin-right: -320px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 953px;
  height: 663px;
}

.ys_bg .ys .ys_box .hd {
  margin: 0 auto;
  position: relative;
  height: 160px;
}

.ys_bg .ys .ys_box .hd .zx{
  position: absolute;
  left: 0;
  top: -100px;
  width: 260px;
  height: 260px;
  background:  #e0a800;
  text-align: center;
}

.ys_bg .ys .ys_box .hd .zx a{
  display: block;
}

.ys_bg .ys .ys_box .hd .zx a img{
  display: block;
  margin: 40px auto 23px auto;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

.ys_bg .ys .ys_box .hd .zx a em{
  margin: 0 auto;
  width: 2px;
  height: 29px;
  background: #fff;
  display: block;

}

.ys_bg .ys .ys_box .hd .zx a span{
  display: block;
  font-size: 18px;
  color: #fff;
  margin: 18px auto 8px auto;
}

.ys_bg .ys .ys_box .hd .zx a i{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.ys_bg .ys .ys_box .hd ul{
  margin-left: 260px;
  width: 1020px;

}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  width: 255px;
  height: 160px;
  text-align: center;
  background: url(../images/ys_xt.png) no-repeat right 45px;
  position: relative;
}

.ys_bg .ys .ys_box .hd ul li p{
  font-size: 18px;
  color: #666666;
  -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: 37px auto 15px auto;
  width: 36px;
  height: 36px;
}

.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: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin: 0px auto;
}

.ys_bg .ys .ys_box .hd ul li .te_list .te_img i img{
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.ys_bg .ys .ys_box .hd ul li .te_list .te_img i:before{
  /* 辅助ie8图片居中 */
  content: '';
  height: 36px;
  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:-36px;
}

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 0px;
  height: 3px;
  background: #214f9a;
  -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 p{
  color: #214f9a;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
  width: 100%;
}

.ys_bg .ys .ys_box .ys_tel{
  position: absolute;
  top: 620px;
  left: 360px;
  z-index: 5;

}

.ys_bg .ys .ys_box .ys_tel span{
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 42px;
  background: url(../images/ys_tel.png) no-repeat left center;
  line-height: 30px;
  height: 30px;
}

.ys_bg .ys .ys_box .ys_tel i{
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 42px;
  margin-top: 7px;
}



/* news */

.news{
  width: 1280px;
  margin: 60px auto 50px auto;
  height: 680px;
}

.news .news_t{
  height: 150px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 45px;
} 

.news .news_t .news_list ul li{
  float: left;
  width: 165px;
  height: 55px;
  line-height: 55px;
  position: relative;
  z-index: 5;
  border: 1px solid #dddddd;
  margin-left: 35px;

}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 16px;
  color: #888888;
  padding-left: 75px;
  -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::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #e0a800;
  z-index: -1;
  content: "";
  -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.n1 a{
  background: url(../images/news1.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;
}
.news .news_t .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3.casehovera{
  background: url(../images/news33.png) no-repeat 25px center;
}


.news .news_box{
  margin: 0 auto;
} 

.news .news_box .news_top{
  width: 1360px;
  height: 270px;

}

.news .news_box .news_top ul li{
  float: left;
  width: 619px;
  height: 268px;
  border: 1px solid #dedede;
  margin-right: 40px;
  -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{
  float: left;
  width: 265px;
}

.news .news_box .news_top ul li .txt a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 30px 0 20px 25px;
}

.news .news_box .news_top ul li .txt span{
  display: block;
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f7f7;
  margin: 0 0 0 25px;
  -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{
  display: block;
  width: 169px;
  height: 1px;
  background: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 20px;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #989898;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin: 20px 0 0 25px;
}

.news .news_box .news_top ul li .news_img{
  float: right;
  width: 300px;
  height: 225px;
  overflow: hidden;
  margin: 22px 22px 0 0;
} 

.news .news_box .news_top ul li .news_img img{
  width: 300px;
  height: 225px;
  overflow: hidden;
  -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 #214f9a;

}

.news .news_box .news_top ul li:hover .txt a{
  color: #214f9a;

}

.news .news_box .news_top ul li:hover .txt span{
  background: #214f9a;
  color: #fff;
}

.news .news_box .news_top ul li:hover .txt em{
  background: #214f9a;

}

.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: 40px auto 0 auto;
  width: 1360px;

}

.news .news_box .list ul li {
  float: left;
  width: 400px;
  height: 100px;
  background: #fbfbfb;
  margin: 0 40px 20px 0;
  position: relative;
  z-index: 5;
}

.news .news_box .list ul li span{
  display: block;
  float: left;
  width: 100px;
  height: 56px;
  margin-top: 22px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 56px;
  border-right: 1px dashed #e1e1e1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li a{
  float: right;
  width: 255px;
  margin-right: 20px;
  margin-top: 22px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: #214f9a;
  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_box .list ul li:hover::after{
  width: 100%;
}

.news .news_box .list ul li:hover span{
  color: #fff;
  border-right: 1px dashed #fff;
}

.news .news_box .list ul li:hover a{
  color: #fff;

}

/* links */

.links{
  width: 1280px;
  margin: 50px auto 55px auto;
  overflow: hidden;
  display: none;
}

.links .links_t{
  float: left;
  font-size: 36px;
  color: #214f9a;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}

.links .yq{
  float: right;
  width: 1140px;
  line-height: 30px;
}

.links .yq a{
  margin-right: 15px;
  font-size: 14px;
  color: #666;
}