
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 730px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 730px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 730px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 730px;
  }
  
  .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: #2a69de;
    -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%;
  }
  


/*title*/

.title{
    margin-left: -40px;
    padding-left: 40px;
    background: url(../images/title.png) no-repeat left top;
}

.title span{
    display: block;
    font-size: 60px;
    color: #333;
    font-family: "Impact";
    line-height: 65px;
    text-transform: capitalize;
}

.title h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.title h3 i{
    font-size: 30px;
    color: #2a69de;
    font-weight: bold;
}

.title h3 a{
    display: block;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}


/*product*/

.product{
    margin: 70px auto 0 auto;
    position: relative;
    width: 1280px;
}

.product .pro_t{
    height: 155px;

}

.product .pro_t .title{
    float: left;
}

.product .pro_t .pro_list{
    float: right;
    margin-top: 45px;
}

.product .pro_t .pro_list ul li{
    float: left;
    width: 310px;
    height: 50px;
    margin-left: 20px;
    text-align: center;
    position: relative;
    z-index: 5;

}

.product .pro_t .pro_list ul li a{
    font-size: 30px;
    color: #333;
    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;
}

.product .pro_t .pro_list ul li a i{
    display: block;
    margin: 0 auto 15px auto;
    width: 6px;
    height: 6px;
    border: 2px solid #2a69de;
    border-radius: 50%;
    -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::after{
    position: absolute;
    left: 7px;
    bottom: 0px;
    width: 65px;
    height: 6px;
    background: #dfe9fa;
    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.on a i{
    background: #2a69de;
}

.product .pro_t .pro_list ul li.on a{
    font-weight: bold;
}

.product .pro_box{
    width: 1360px;
    margin: 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 400px;
    height: 429px;
    background: #f8f8f8;
    margin: 0 40px 45px 0;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #efefef;
}

.product .pro_box ul li .pic{
    width: 380px;
    height: 285px;
    margin: 10px 10px 0 10px;

}

.product .pro_box ul li .pic img{
    width: 380px;
    height: 285px;
}

.product .pro_box ul li .txt{
    width: 380px;
    margin: 25px auto 0 auto;
    text-align: center;
}

.product .pro_box ul li .txt span{
    display: block;
    font-size: 56px;
    color: #f2f2f2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 45px;
}

.product .pro_box ul li .txt a{
    font-size: 18px;
    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;
    margin-top: -37px;
}

.product .pro_box ul li .txt p{
    font-size: 14px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.product .pro_box ul li::after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #2a69de;
    content: "";
    -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.on::after{
    width: 100%;
}

.product .pro_box ul li.on  .txt a{
    color: #2a69de;
}


/*ys*/

.ys_bg{
    margin: 25px auto 0 auto;
    position: relative;
    width: 100%;
    height: 924px;
    background: url(../images/ys_bg.jpg) no-repeat center;
    overflow: hidden;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .title{
    position: absolute;
    z-index: 5;
    top: 45px;
    left: 105px;
    padding-left: 25px;
}

.ys_bg .ys .title span{
    font-size: 88px;
    text-transform: capitalize;
    line-height: 95px;
}


.ys_bg .ys .title i{
    display: block;
    width: 306px;
    height: 50px;
    line-height: 50px;
    background: #2a69de;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-top: 24px;
}

.ys_bg .ys .zx{
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 5;
}

.ys_bg .ys .zx .tel{
    float: left;
    text-align: right;
    font-size: 16px;
    color: #333333;
    margin-top: 40px;
}

.ys_bg .ys .zx .tel span{
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.ys_bg .ys .zx .qq{
    float: right;
    margin-left: 40px;
    width: 140px;
    height: 140px;
    background: #2a69de;
    border-radius: 50%;
} 

.ys_bg .ys .zx .qq .qq_img{
    display: block;
    width: 31px;
    height: 36px;
    margin: 52px auto 0 auto;
    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{
    width: 1280px;
    margin: 0 auto;
    padding-top: 263px;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 590px;
    height: 590px;
    border-radius: 50%;
    margin-left: -41px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 570px;
    height: 570px;
    border-radius: 50%;
    margin: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 670px;

} 

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 24px;
    color: #333;
}

.ys_bg .ys .ys_box .bd ul li .txt i{
    display: block;
    width: 50px;
    height: 2px;
    background: #2a69de;
    margin: 25px 0 20px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 615px;
    top: 660px;
    width: 900px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    text-align: center;
    width: 161px;
    height: 185px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-right: 60px;
    -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;
}

.ys_bg .ys .ys_box .hd ul li img{
    display: block;
    width: 40px;
    height: 40px;
    margin: 35px auto 30px auto;

}

.ys_bg .ys .ys_box .hd ul li h5{
    font-size: 18px;
    color: #fff;
    -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 h5 i{
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.ys_bg .ys .ys_box .hd ul li.on{
    background: #2a69de;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.ys_bg .ys .ys_box .hd ul li::after{
    position: absolute;
    left: -5px;
    top: 195px;
    content: "";
    z-index: -1;
    -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 center;
    width: 171px;
    height: 28px;
    opacity: 0;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
    opacity: 1;
}


/*case*/

.case_bg{
    width: 100%;
    margin: 30px auto 0 auto;
    height: 775px;
    background: url(../images/case_bg.jpg) no-repeat top center;
}

.case{
    margin: 0px auto 0 auto;
    position: relative;
    width: 1280px;
    padding-top: 40px;
}

.case .case_t{
    height: 160px;
}

.case .case_t .title{
    float: left;
}

.case .case_t .t_r{
    float: right;
    text-align: right;
    margin-top: 35px;
} 

.case .case_t .t_r span{
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}

.case .case_t .t_r i{
    display: block;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    opacity: 0.5;
    margin-top: 10px;
}

.case .case_box{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


.case .case_box .mySwiper{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.case .case_box .swiper-slide{
    position: relative;
}

.case .case_box .swiper-slide .pic{
    width: 100%;
    height: 300px;
    background: #f8f8f8;
    position: relative;

}

.case .case_box .swiper-slide .pic img{
    position: absolute;
    width: 98%;
    height: 294px;
    left: 1%;
    top: 3px;
    object-fit: cover;

}

.case .case_box .swiper-slide .txt{
    text-align: center;
    margin-top: 32px;
    position: relative;
    z-index: 5;


}

.case .case_box .swiper-slide .txt 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 .swiper-slide .txt i{
    display: block;
    width: 15px;
    height: 0px;
    margin: 17px auto 0 auto;
    background: url(../images/buttom2.png) no-repeat  center;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.case .case_box .swiper-slide .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 20px 2% 0 2%;
    opacity: 0;
    -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:after{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 0px;
    height: 2px;
    background: #2a69de;
    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-active .txt:after{
    width: 100%;

}

.case .case_box .swiper-slide-active .txt i{
    opacity: 1;
    height: 66px;
}

.case .case_box .swiper-slide-active .txt p{
    opacity: 1;
}

.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 {

    display: none;

}

.swiper-button-next{
    right: 0;
    top: 462px;
    width: 181px;
    height: 65px;
    line-height: 65px;
    background:#2a69de;
    border-radius: 45px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-family: "Impact";
    text-transform: uppercase;
    font-style: italic;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 5;
}

.swiper-pagination{
    z-index: 4;
    left: 890px;
    top: 440px;
    width: 320px;
    height: 65px;
    line-height: 65px;
    background: #f8f8f8;
    border-radius: 45px;
    position: absolute;
    text-align: left;
    padding-left: 70px;
    font-size: 16px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;

}

.swiper-pagination::after{
    position: absolute;
    left: 115px;
    top: 8px;
    font-size: 16px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    content: "0";
}

.swiper-pagination .swiper-pagination-current{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.swiper-pagination .swiper-pagination-current::after{
    position: absolute;
    left: 50px;
    top: 0px;
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    content: "0";
}


/*about*/

.ab_bg{
    margin: 0px auto 0 auto;
    position: relative;
    width: 100%;
    height: 1058px;
    background: url(../images/ab_bg.jpg) no-repeat center;
    overflow: hidden;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 665px;
}

.ab_bg .about .ab_l{
    float: left;
    margin-top: 115px;
    width: 665px;
}

.ab_bg .about .ab_l .txt{
    overflow: hidden;
}

.ab_bg .about .ab_l .txt a{
    display: block;
    width: 310px;
    height: 50px;
    line-height: 50px;
    background: #2a69de;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.ab_bg .about .ab_l .txt p{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 35px;
}

.ab_bg .about .ab_l .ry{
    margin-top: 60px;

}

.ab_bg .about .ab_l .ry .ry_l{
    float: left;
    width: 450px;
}

.ab_bg .about .ab_l .ry .ry_l .ry_img{
    float: left;
    background: url(../images/ry_bg.png) no-repeat center;
    width: 239px;
    height: 181px;
}

.ab_bg .about .ab_l .ry .ry_l .ry_img img{
    width: 196px;
    height: 140px;
    margin: 20px 0 0 20px;

}

.ab_bg .about .ab_l .ry .ry_l .ry_txt{
    float: left;
    position: relative;
    margin: 55px  0 0 45px;
} 

.ab_bg .about .ab_l .ry .ry_l .ry_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;
}

.ab_bg .about .ab_l .ry .ry_l .ry_txt a i{
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 15px;
}

.ab_bg .about .ab_l .ry .ry_l .ry_txt::after{
    position: absolute;
    left: -90px;
    top: 35px;
    width: 125px;
    height: 1px;
    background: #333333;
    content: "";
}

.ab_bg .about .ab_l .ry .ry_img_ico{
    float: right;
    margin: 10px 0 0 25px;
    width: 144px;
    height: 161px;
}

.ab_bg .about .ab_l .ry .ry_img_ico img{
    width: 144px;
    height: 161px;
}

.ab_bg .about .ab_r{
    float: right;
    width: 610px;
    position: relative;

}

.ab_bg .about .ab_r span{
    display: block;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 4;
    font-size: 128px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 92px;

}

.ab_bg .about .ab_r i{
    display: block;
    position: absolute;
    left: 125px;
    top: 55px;
    z-index: 6;
    font-size: 128px;
    color: #2a69de;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 92px;
}

.ab_bg .about .ab_r .ab_img{
    width: 536px;
    height: 518px;
    background: #fff;
    margin-left: 74px;
    margin-top: 95px;
    position: relative;
    z-index: 5;

}

.ab_bg .about .ab_r .ab_img img{
    width: 520px;
    height: 502px;
    margin: 8px;
}

/*fc*/

.fc{
    width: 1280px;
    margin: 70px auto 0 auto;
    position: relative;
}

.fc .bd{
    width: 1280px;
    margin: 0 auto;
}

.fc .bd ul li{
    width: 290px;
    float: left;
    margin: 0 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .bd ul li .pic{
    width: 290px;
    height: 220px;
    background: #497cda;

}

.fc .bd ul li .pic img{
    width: 280px;
    height: 210px;
    margin: 5px;
}

.fc .bd ul li .txt{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: inline-flex;
    width: 200px;
    margin: 0 45px;
} 

.fc .bd ul li .txt a{
    font-size: 18px;
    color: #fff;
    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;
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
}

.fc .bd ul li:hover .pic{
    background: #ffe066;
  }

  .fc .next{
      position: absolute;
      left: -70px;
      top: 90px;
      cursor: pointer;
      width: 40px;
      height: 40px;
      background: url(../images/left.png) no-repeat  center;
  }
  
  .fc .prev{
    position: absolute;
    right: -70px;
    top: 90px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/right.png) no-repeat  center;
}


/*news*/


.news{
    width: 1280px;
    margin: 70px auto 0 auto;
    position: relative;
    height: 840px;
}

.news .news_t{
    height: 155px;

}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 35px;
}

.news .news_t .news_list ul li{
    float: left;
    width: 165px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 5;
    margin-left: 50px;
    background: #f8f8f8;
}

.news .news_t .news_list ul li a{
    display: block;
    padding-left: 68px;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #2a69de;
    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::before{
      width: 100%;
  }

  .news .news_t .news_list ul li.casehover a{
      color: #fff;
      font-weight: bold;
      font-size: 18px;

  }
  .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.casehover a{
    background: url(../images/news33.png) no-repeat 25px center;
  }


  .news .news_box{
      margin: 0 auto;
      width: 1280px;
      height: 685px;
      overflow: hidden;

  }
  
  .news .news_box .news_top{
      height: 518px;
  }

  .news .news_box .news_top .news_l{
      float: left;
      width: 490px;
      height: 518px;
      background: #f8f8f8;
      position: relative;
  }

  .news .news_box .news_top .news_l .txt{
      width: 408px;
      height: 245px;
      margin: 0 auto;

  }

  .news .news_box .news_top .news_l .txt .txt_t{
      height: 50px;
      line-height: 50px;
      margin-top: 40px;

  }

  .news .news_box .news_top .news_l .txt .txt_t span{
      display: block;
      float: left;
      font-size: 14px;
      color: #999999;
      font-family: Arial, Helvetica, sans-serif;

  }

  .news .news_box .news_top .news_l .txt .txt_t span i{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
  }

  .news .news_box .news_top .news_l .txt .txt_t em{
      display: block;
      float: right;
      font-size: 14px;
      color: #999999;

  }
  .news .news_box .news_top .news_l .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-top: 20px;
  }

  .news .news_box .news_top .news_l .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 27px 0 0 20px;
    position: relative;
  }

  .news .news_box .news_top .news_l::after{
    position: absolute;
    left: 39px;
    top: 168px;
    width: 1px;
    height: 80px;
    background: #dedede;
    content: "";
    -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 .news_l .news_img{
    width: 408px;
    height: 175px;
    margin: 0 auto;

}

.news .news_box .news_top .news_l .news_img img{
    width: 408px;
    height: 175px;
}

.news .news_box .news_top .news_l:hover .txt a{
    color: #2a69de;
}

.news .news_box .news_top .news_r{
    float: right;
    width: 720px;
    border-top: 1px solid #f8f8f8;
} 

.news .news_box .news_top .news_r ul li{
    width: 720px;
    height: 171px;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    z-index: 5;
    -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 .news_r ul li h5{
    height: 80px;
    line-height: 80px;

}

.news .news_box .news_top .news_r ul li h5 a{
    float: left;
    width: 480px;
    padding-left: 20px;
    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/buttom3.png) no-repeat left center;
}
.news .news_box .news_top .news_r ul li h5 span{
    display: block;
    float: right;
    font-size: 24px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    -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 .news_r ul li p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 0px;
    -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 .news_r ul li::after{
    position: absolute;
    left: 0;
    top: 0px;
    width: 0px;
    height: 100%;
    background: url(../images/news_list.jpg) no-repeat center;
    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 .news_top .news_r ul li.on::after{
    width: 100%;
}

.news .news_box .news_top .news_r ul li.on{
    width: 670px;
    height: 171px;
    padding: 0 25px;
}

.news .news_box .news_top .news_r ul li.on h5 a{
    color: #fff;
    background: url(../images/buttom4.png) no-repeat left center;
}
.news .news_box .news_top .news_r ul li.on h5 span{
    color: #fff;
}

.news .news_box .news_top .news_r ul li.on  p{
    color: #fff;
}

.news .news_box .list{
    margin: 40px auto 0 auto;
    width: 1360px;
}

.news .news_box .list ul li{
    width: 400px;
    height: 124px;
    border: 1px solid #dedede;
    margin-right: 37px;
    float: left;
    -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 .news_img{
    float: left;
    width: 125px;
    height: 85px;
    margin: 20px 0 0 20px;

}

.news .news_box .list ul li .news_img img{
    width: 125px;
    height: 85px;
}

.news .news_box .list ul li .txt{
    float: right;
    width: 205px;
    margin-right: 25px;
    margin-top: 20px;

}

.news .news_box .list ul li .txt h5 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;
    line-height: 34px;
}

.news .news_box .list ul li .txt .more{
    margin-top: 20px;
    line-height: 16px;

}

.news .news_box .list ul li .txt .more span{
    display: block;
    float: left;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    

}

.news .news_box .list ul li .txt .more a{
    display: block;
    float: right;
    width: 80px;
    height: 16px;
    border-left: 1px solid #dedede;
    text-align: right;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 15px;
}

.news .news_box .list ul li.on{
    border: 1px solid #2a69de;
}

.news .news_box .list ul li.on .txt .more a{
    background: #2a69de;
    text-align: center;
    color: #fff;

}


/*links*/

.links{
    width: 1280px;
    margin: 55px auto 55px auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    width: 120px;
    height: 42px;
    background: url(../images/links.png) no-repeat left bottom;
}

.links .links_t i{
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 45px;
    line-height: 22px;
}

.links .yq{
    float: right;
    width: 1140px;
} 

.links .yq a{
    margin-right: 15px;
    font-size: 14px;
    color: #999999;

}