
/*-----------------------------------------------------------*/
/*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;
}

img{
  object-fit: contain;
}




/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 957px;
}

.fullSlide .b1 .bd {
  width: 100%;
  height: 957px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .b1 .bd ul {
  width: 100% !important;
}

.fullSlide .b1 .bd li {
  width: 100% !important;
  height: 957px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .b1 .bd li a {
  display: block;
  height: 957px;
}

.fullSlide .hd {
  position: absolute;
  z-index: 2;
  top: 365px;
  right: 30px;
  text-align: center;
  display: none;
}

.fullSlide .next {
  position: absolute;
  bottom: 50px;
  left: 17%;
  width: 240px;
  height: 111px;
  background: url(../images/bannerR.png) no-repeat right center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 7;
}

.fullSlide .next i{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 125px;
}

.fullSlide .next::after{
  position: absolute;
  left: -45px;
  top: 87px;
  width: 237px;
  height: 1px;
  background: #fff;
  content: "";
  opacity: 0.21;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fullSlide .prev {


}

.banner_box {
  width: 100%;
  position: relative;
  height: 957px;
  overflow: hidden;
  top: -138px;
}

.banner_box .fullSlide .b2{
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: 6;
    overflow: hidden;
    width: 283px;
    height: 178px;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px;
}

.banner_box .fullSlide .b2 .bd{
  margin-left: -283px;
  width: 283px;
}

.banner_box .fullSlide .b2 ul li{
    float: left;
    width: 283px;
    height: 178px;
    position: relative;

}

.banner_box .fullSlide .b2 ul li a{
    display: block;
    width: 283px;
    height: 178px;
}

.banner_box .fullSlide .b2 ul li a img{
  width: 283px;
  height: 178px;
}



/*title*/

.title{
  margin-left: -55px;
  padding-left: 55px;
  background: url(../images/title.png) no-repeat left 25px;
}

.title img{
  display: block;
}

.title h3{
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-top: 14px;

}

.title h3 a{
  display: block;
  font-size: 24px;
  color: #333333;
}


/*product*/

.product{
  width: 1300px;
  margin: -50px auto 0 auto;
}

.product .pro_t{
  height: 130px;
}

.product .pro_t .title{
  float: left;
}

.product .pro_t .pro_list{
  float: right;
}

.product .pro_t .pro_list>ul{
  float: left;
}

.product .pro_t .pro_list>ul>li{
  float: left;
  width: 150px;
  margin-left: 30px;
  position: relative;
  z-index: 5;
}

.product .pro_t .pro_list>ul>li::after{
  position: absolute;
  left: 10px;
  top: 15px;
  width: 1px;
  height: 0%;
  background: #2b46ea;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list>ul>li 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;
  padding-left: 40px;
  line-height: 22px;
}

.product .pro_t .pro_list>ul>li .sub{
  position: relative;
  left: 40px;
  top: 15px;
  width: 150px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  height: 0;
}

.product .pro_t .pro_list>ul>li .sub>li{
  margin-left: 0px;
}

.product .pro_t .pro_list>ul>li .sub li a{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  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-right: 10px;
}


.product .pro_t .pro_list>ul>li:hover h5 a{
  background: url(../images/buttom2.png) no-repeat left center;
}

.product .pro_t .pro_list>ul>li:hover::after{
  height: 100%;
}

.product .pro_t .pro_list>ul>li:hover .sub{
  height: auto;
  opacity: 1;
}

.product .pro_t .pro_list>ul>li .sub li:hover a{
  color: #2b46ea;
}

.product .pro_t .pro_list .more {
  float: right;
  margin-left: 10px;
}

.product .pro_t .pro_list .more a{
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}



.product .pro_box{
  margin: 0 auto ;
  width: 1360px;
} 

.product .pro_box ul li{
  float: left;
  width: 303px;
  margin: 0 29px 33px 0;
}

.product .pro_box ul li .pic{
  width: 303px;
  height: 211px;
  background: #f3f3f3;

}

.product .pro_box ul li .pic img{
  width: 293px;
  height: 201px;
  margin: 5px;
} 

.product .pro_box ul li .txt{
  margin: 15px auto  0 auto;
  height: 71px;
  
} 

.product .pro_box ul li .txt h5{
  float: left;
  width: 229px;
  height: 55px;
  line-height: 52px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.product .pro_box 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;
  background: url(../images/buttom1.png) no-repeat left center;
  padding-left: 16px;
}

.product .pro_box ul li .txt .more{
  display: block;
  float: right;
  width: 71px;
  height: 71px;
  background: url(../images/more1.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt h5::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #2b46ea;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt .more{
  background: url(../images/more2.png) no-repeat center;
}

.product .pro_box ul li:hover .txt h5::after{
  width: 100%;
}


/*ys*/

.ys_bg{
  width: 100%;
  margin: 0 auto;
  height: 919px;
  background: url(../images/ys_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 114px;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  top: 137px;
  left: -110px;
  background: url(../images/ys_t1.png) no-repeat left 25px;
}

.ys_bg .ys .title h3{
  color: #fff;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .bd{
  float: left;
  width: 1230px;
  margin-left: -110px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1230px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 480px;
  margin-top: 230px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 20px;
  color: #0c29d7;
  font-weight: bold;
  letter-spacing: 2px;

}

.ys_bg .ys .ys_box .bd ul li .txt span{
  display: block;
  font-size: 12px;
  color: #6b79d1;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px 0 15px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt em{
  display: block;
  background: url(../images/buttom3.png) no-repeat center;
  width: 30px;
  height: 7px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  margin-top: 18px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 574px;
  height: 677px;
  margin: 120px 130px 0 0;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 574px;
  height: 677px;
}

.ys_bg .ys .ys_box .hd{
  float: right;
  margin-right: -128px;
  background: url(../images/ys_list.png) no-repeat  center;
  width: 276px;
  height: 708px;
} 

.ys_bg .ys .ys_box .hd .ys_t{
  height: 208px;

}


.ys_bg .ys .ys_box .hd .ys_t span img{
  display: block;
  margin: 50px 0 0 60px;
}

.ys_bg .ys .ys_box .hd .ys_t .zx{
  width: 63px;
  height: 63px;
  background: url(../images/buttom4.png) no-repeat  center;
  margin: 15px 0 0 170px;
}

.ys_bg .ys .ys_box .hd .ys_t .zx img{
  width: 45px;
  height: 45px;
  margin: 9px;
  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);
  }
}


.ys_bg .ys .ys_box .hd ul{
  margin-top: 47px;

}

.ys_bg .ys .ys_box .hd ul li{
  width: 243px;
  height: 69px;
  line-height: 69px;
  margin-bottom: 22px;
  margin-left: 33px;
  background: #f3f3f3;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  position: relative;
  z-index: 5;

}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 18px 0 0 30px;
}

.ys_bg .ys .ys_box .hd ul li span .ys1{
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  -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 .ys2{
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  -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 p{
  float: left;
  margin-left: 60px;
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #0c29d7;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  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::after{
  width: 100%;
}

.ys_bg .ys .ys_box .hd ul li.on span .ys1{
  transform: translateY(-32px);
}

.ys_bg .ys .ys_box .hd ul li.on span .ys2{
  transform: translateY(-32px);
}

.ys_bg .ys .ys_box .hd ul li.on p{
  color: #fff;
}

.ys_bg .ys .ys_box .prev{
  position: absolute;
  right: 133px;
  top: 637px;
  background: url(../images/ys_right.png) no-repeat top right;
  width: 359px;
  height: 91px;
  cursor: pointer;
}

.ys_bg .ys .ys_box .prev i{
  display: block;
  padding-left: 110px;
  font-size: 16px;
  color: #fff;
  padding-top: 37px;

}

.ys_bg .ys .ys_box .tel{
  position: absolute;
  left: 0;
  top: 575px;
}

.ys_bg .ys .ys_box .tel span{
  display: block;
  padding-left: 35px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: url(../images/tel.png) no-repeat left top;
  width: 315px;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
  line-height: 25px;
}

.ys_bg .ys .ys_box .tel i{
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-top: 10px;
}




/*case*/

.case{
  width: 1300px;
  margin: 77px auto 0 auto;
}

.case .case_t{
  width: 1300px;
  height: 117px;
}

.case .case_t .title{
  float: left;
}

.case .case_t .t_r{
  float: right;
  text-align: right;
  margin-top: -5px;
}

.case .case_t .t_r span{
  display: block;
  font-size: 19px;
  color: #333333;
  font-family: "simsun";
  font-weight: bold;
  letter-spacing: 1px;
}

.case .case_t .t_r i{
  display: block;
  font-size: 12px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;

}

.case .case_box{
  margin: 0 auto;
  width: 1300px;
} 

.case .case_box .mySwiper{
  overflow: hidden;

}

.case .case_box .mySwiper .swiper-slide .nr{
  height: 630px;
  border: 1px solid #ebebeb;

}

.case .case_box .mySwiper .swiper-slide .nr .time{
  height: 87px;
  line-height: 87px;
  width: 84%;
  margin: 0 auto;
  font-size: 30px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.case .case_box .mySwiper .swiper-slide .nr .pic{
  width: 86%;
  height: 260px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

} 

.case .case_box .mySwiper .swiper-slide .nr .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}  

.case .case_box .mySwiper .swiper-slide:hover .nr .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_box .mySwiper .swiper-slide .nr .txt{
  width: 86%;
  margin: 27px auto 0 auto;
} 

.case .case_box .mySwiper .swiper-slide .nr .txt h5 a{
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .nr .txt i{
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 15px;
}

.case .case_box .mySwiper .swiper-slide .nr .txt em{
  display: block;
  width: 48px;
  height: 1px;
  background: #999999;
  margin-top: -1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.case .case_box .mySwiper .swiper-slide .nr .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin-top: 10px;
}

.case .case_box .mySwiper .swiper-slide .nr .txt .more{
  display: block;
  margin-top: 25px;
  width: 71px;
  height: 71px;
  background: url(../images/more1.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide:hover .nr .txt em{
  background: #1e3eff;


}

.case .case_box .mySwiper .swiper-slide:hover .nr .txt .more{
  background: url(../images/more2.png) no-repeat  center;
}



/*about*/

.ab_bg{
  width: 100%;
  margin: 80px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  height: 866px;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  padding-top: 120px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 350px;
}

.ab_bg .about .ab_l .ab_xt{
  margin-top: 165px;
  text-align: right;
} 

.ab_bg .about .ab_l .ab_xt span{
  display: inline-block;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  text-align: left;
  margin-right: 20px;
  padding-bottom: 3px;
}

.ab_bg .about .ab_l .ab_xt i{
  display: inline-block;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  text-align: right;
  padding-left: 10px;
  letter-spacing: 1px;
  margin: 16px 0 19px 0;
  padding-bottom: 3px;
}

.ab_bg .about .ab_l .ab_xt em{
  display: block;
  font-size: 12px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.ab_bg .about .ab_l .ab_more{
  margin-top: 92px;
  background: url(../images/more3.png) no-repeat right center;
  width: 381px;
  height: 111px;
  margin-left: -125px;
}

.ab_bg .about .ab_l .ab_more a{
  display: block;
  font-size: 16px;
  color: #000;
  padding: 50px 0 0 125px;
}



.ab_bg .about .ab_r{
  float: right;
  width: 898px;
}

.ab_bg .about .ab_r .txt{
  height: 240px;

}

.ab_bg .about .ab_r .txt h5{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}

.ab_bg .about .ab_r .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 22px;
}

.ab_bg .about .ab_r .ab_img{
  width: 898px;
  height: 394px;
  position: relative;

} 

.ab_bg .about .ab_r .ab_img img{
  width: 898px;
  height: 394px;
}

.ab_bg .about .ab_r .ab_img::before, .ab_bg .about .ab_r .ab_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  transition: all 0.7s ease-in-out;
}

.ab_bg .about .ab_r .ab_img:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.ab_bg .about .ab_r .ab_img:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}



/*news*/

.news{
  width: 1300px;
  margin: 75px auto 80px auto;
}

.news .news_t{
  height: 115px;
}

.news .news_t .title{
  float: left;
}


.news .news_t .news_list{
  margin-top: 30px;
  height: 44px;
  float: right;
}

.news .news_t .news_list ul li{
  float: left;
  margin-left: 50px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  border-radius: 45px;
  position: relative;
  z-index: 5;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #333333;
  padding-left: 50px;
  -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: #2b46ea;
  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;
}

.news .news_t .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat 15px center ;
}

.news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 15px center ;
}

.news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 15px 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 15px center ;
}

.news .news_t .news_list ul li.n2.casehover a {
  background: url(../images/news22.png) no-repeat 15px center ;
}

.news .news_t .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 15px center ;
}

 .news .news_box{
  margin: 0 auto;
} 

.news .news_box .news_top{
  height: 451px;
  width: 1360px;
}

.news .news_box .news_top ul li{
  margin-right: 50px;
  width: 400px;
  height: 451px;
  background: #f9f9f9;
  float: left;

}

.news .news_box .news_top ul li .txt{
  width: 320px;
  height: 195px;
  margin: 40px auto 0 auto;
}

.news .news_box .news_top ul li .txt span{
  display: block;
  font-size: 31px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}

.news .news_box .news_top ul li .txt span i{
  display: block;
  float: right;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/xt1.png) no-repeat left center;
  padding-left: 55px;
}

.news .news_box .news_top ul li .txt 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;
  margin: 37px auto 13px auto;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news .news_box .news_top ul li .news_img{
  width: 320px;
  height: 175px;
  margin: 0 auto;
  overflow: hidden;

} 

.news .news_box .news_top ul li .news_img img{
  width: 320px;
  height: 175px;
  -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 .txt a{
  color: #2b46ea;
}

.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: 1300px;
  height: 120px;
  background: #f9f9f9;
  padding: 42px 0;
  position: relative;
  z-index: 5;

}

.news .news_box  .list::after{
  position: absolute;
  left: 38px;
  top: 102px;
  width: 1224px;
  height: 1px;
  content: "";
  z-index: -1;
  background: #e9e9e9;
  -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{
  height: 60px;
  line-height: 60px;
  width: 394px;
  float: left;
  border-right: 1px solid #e9e9e9;
  margin-left: 38px;

}

.news .news_box  .list ul li:nth-child(3n){
  border-right:none;
}

.news .news_box  .list ul li a{
  padding-left: 15px;
  width: 280px;
  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;
  background: url(../images/buttom5.png) no-repeat left center;
  float: left;
}

.news .news_box  .list ul li span{
  display: block;
  font-size: 12px;
  color: #666666;
  float: right;
  margin-right: 35px;
}

.news .news_box  .list ul li:hover a{
  color: #2b46ea;
}