
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 940px;
    background: #fff;
    overflow: hidden;
    top: -107px;
}

.fullSlide .bd {
    width: 100%;
    height: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 940px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 940px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 80px;
    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: #17375d;
    -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=30);
    -moz-opacity: .3;
    opacity: .3;
    -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=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
}


/*title*/

.title{

}

.title span{
    font-size: 60px;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 50px;
    display: block;
    margin-bottom: 3px;

}

.title span i{
    font-size: 60px;
    color: #17375d;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.title h3{
    font-size: 24px;
    color: #333;
} 

.title h3 a{
    font-size: 24px;
    color: #333;
}

.title h3 b{
    font-size: 24px;
    color: #17375d;
    font-weight: normal;
}

.title h3 em{
    font-size: 14px;
    color: #666666;
    letter-spacing: 5px;
    margin-left: 10px;
} 

/*product*/

.pro_bg{
    width: 100%;
    height: 1720px;
    margin: -83px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center bottom;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
}

.pro_bg .product .pro_t{
    height: 90px;
    width: 1300px;

}

.pro_bg .product .pro_t .title{
    float: left;

}

.pro_bg .product .pro_t .pro_list{
    float: right;
    width: auto;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin-top: 15px;
}

.pro_bg .product .pro_t .pro_list ul li{
    float: left;
    width: 120px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.pro_bg .product .pro_t .pro_list ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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;
}

.pro_bg .product .pro_t .pro_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 0;
    height: 60px;
    background: #17375d;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_t .pro_list ul li:first-child:after{
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}


.pro_bg .product .pro_t .pro_list ul li:last-child:after{
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.pro_bg .product .pro_t .pro_list ul li:hover::after{
    width: 100%;
}
.pro_bg .product .pro_t .pro_list ul li:hover a{
    color: #fff;
}


.pro_bg .product .pro_box{
    margin: 45px auto 0 auto;
    width: 1360px;
}  

.pro_bg .product .pro_box ul li{
    float: left;
    width: 392px;
    margin: 0 55px 37px 0;
}

.pro_bg .product .pro_box ul li .span{
    float: left;
    width: 30px;
    line-height: 30px;
    padding-top: 20px;
    font-size: 12px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    writing-mode:tb-rl;
    background: url(../images/buttom1.png) no-repeat top center;
}

.pro_bg .product .pro_box ul li  .nr{
    float: right;
    width: 360px;
}

.pro_bg .product .pro_box ul li  .nr .pic{
    width: 360px;
    height: 280px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    overflow: hidden;

}

.pro_bg .product .pro_box ul li  .nr .pic a{
    display: block;
    width: 340px;
    height: 260px;
    margin: 10px;
    overflow: hidden;
}

.pro_bg .product .pro_box ul li  .nr .pic img{
    width: 340px;
    height: 260px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li  .nr .txt{
    width: 340px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}  

.pro_bg .product .pro_box ul li  .nr .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 180px;
}

.pro_bg .product .pro_box ul li  .nr .txt .more{
    display: block;
    float: right;
    background: url(../images/more.png) no-repeat  center;
    width: 139px;
    height: 26px;
    margin-top: 12px;
}

.pro_bg .product .pro_box ul li:hover  .nr .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_bg .product .pro_box ul li:hover  .nr .txt h5 a{
    color: #17375d;
}


/*ys*/

.ys{
    width: 1300px;
    margin: 35px auto 0 auto;
}

.ys .title{
    padding-top: 70px;
    height: 120px;
    background: url(../images/ys_xt.png) no-repeat  bottom left;
}

.ys .ys_box{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ys .ys_box .bd{
    width: 535px;
    margin-top: 30px;
    height: 422px;
}

.ys .ys_box .bd ul li{
    float: left;
    width: 535px;
}

.ys .ys_box .bd ul li h5{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;

}

.ys .ys_box .bd ul li h5 i{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ys .ys_box .bd ul li p{
    font-size: 15px;
    color: #666666;
    line-height: 36px;
}


.ys .ys_box .hd{
    width: 1360px;
    margin: 0 auto;
} 

.ys .ys_box .hd ul li{
    float: left;
    width: 261px;
    height: 111px;
    background: #fff;
    border-radius: 8px;
    margin-right: 79px;
}

.ys .ys_box .hd ul li .te_list{
    float: left;
    width: 92px;
    height: 111px;
    background: #ced7e2;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
}

.ys .ys_box .hd ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .ys .ys_box .hd ul li .te_list .te_img i{
    display: block;
    width: 92px;
    height: 111px;
    text-align: center;
    line-height: 111px;
    margin: 0px auto;
  }

  .ys .ys_box .hd ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 92px;
    height: 111px;
  }

  .ys .ys_box .hd ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 111px;
    width: 1px;
    font-size: 0;
  }
  
  
  .ys .ys_box .hd ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .ys .ys_box .hd ul li.on .te_img {
    top:-111px;
  }


.ys .ys_box .hd ul li h5{
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li h5 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 .ys_box .hd ul li.on h5{
    color: #17375d;

}

.ys .ys_box .hd ul li.on h5 span{
    color: #17375d;
}

.ys .ys_box .ys_r{
    position: absolute;
    right: -50px;
    top: -255px;
    width: 683px;
    height: 683px;
}

.ys .ys_box .ys_r .ys_img{
    width: 683px;
    height: 683px;
}
.ys .ys_box .ys_r .ys_img img{
    width: 683px;
    height: 683px;
}

.ys .ys_box .ys_r .zx{
    position: absolute;
    left: 308px;
    top: 25px;
    width: 68px;
    height: 68px;
}

@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 .ys_box .ys_r .zx .qq_img{
    width: 68px;
    height: 68px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}

.ys .ys_box .tel{
    position: absolute;
    left: 0px;
    top: 200px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.ys .ys_box .tel i{
    display: block;
    padding-left: 50px;
    font-size: 26px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel1.png) no-repeat left center;
    margin-left: 15px;
}






/*case*/


.case{
    width: 1300px;
    margin: 60px auto 0 auto;
}

.case .title{
    text-align: center;
    width: 1300px;
}

.case .case_box{
    width: 1300px;
    margin: 40px auto 0 auto;
    height: 390px;
    background: url(../images/case_bg.jpg) no-repeat  bottom center;
}

.case .case_box .nr_l{
    float: left;
    width: 690px;

}

.case .case_box .nr_l .txt{
    overflow: hidden;
    height: 250px;

}

.case .case_box .nr_l .txt h5 a{
    height: 50px;
    line-height: 45px;
    border-bottom: 1px solid #97a9cd;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .nr_l:hover .txt h5 a{
    color: #17375d;
}

.case .case_box .nr_l .txt p{
    margin-top: 25px;
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;

}

.case .case_box .nr_l .txt .more{
    display: block;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    background: url(../images/more1.png) no-repeat   center;
    width: 51px;
    padding-left: 40px;
    margin-top: 38px;
}

.case .case_box .nr_l .tel{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel.png) no-repeat  left center;
    margin-left: 20px;
    margin-top: 30px;
    padding-left: 45px;
    line-height: 38px;
} 

.case .case_box .pic{
    float: right;
    width: 526px;
    height: 356px;
    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);
}

.case .case_box .pic img{
    width: 500px;
    height: 330px;
    margin: 13px;
}


.case .case_show{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 295px;
}

.case .case_show .bd{
    width: 1300px;
    margin: 0 auto;
}

.case .case_show .bd ul li{
    float: left;
    width: 300px;
    margin: 10px 12px;
}

.case .case_show .bd ul li .pic{
    width: 300px;
    height: 240px;
    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);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_show .bd ul li .pic img{
    width: 280px;
    height: 220px;
    margin: 10px;
}

.case .case_show .bd ul li .txt{
    height: 32px;
    line-height: 32px;
    width: 280px;
    margin: 0 auto;
}

.case .case_show .bd ul li .txt h5 a{
    float: left;
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case .case_show .bd ul li .txt .more{
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    float: right;
}

.case .case_show .next{
    position: absolute;
    left: -45px;
    top: 100px;
    cursor: pointer;
    width: 33px;
    height: 32px;
    background: url(../images/left.png) no-repeat   center;
}

.case .case_show .prev{
    position: absolute;
    right: -45px;
    top: 100px;
    cursor: pointer;
    width: 33px;
    height: 32px;
    background: url(../images/right.png) no-repeat   center;
}

.case .case_show .bd ul li:hover .pic{
    background: #17375d;
}

.case .case_show .bd ul li:hover .txt h5 a{
    color: #17375d;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 770px;
    margin: 55px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat   center;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 60px;
    overflow: hidden;
}

.ab_bg .about .ab_l{
    float: left;
    width: 700px;
    height: 510px;
    position: relative;
}

.ab_bg .about .ab_l .ab_img{
    width: 700px;
    height: 510px;
    position: relative;
}

.ab_bg .about .ab_l .ab_img img{
    width: 700px;
    height: 510px;
    border-top-left-radius: 140px;
    border-bottom-right-radius: 105px;
}

.ab_bg .about .ab_l .ry{
    width: 243px;
    height: 306px;
    background: url(../images/ry_bg.png) no-repeat   center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ab_bg .about .ab_l .ry img{
    width: 174px;
    height: 247px;
    margin: 37px 26px;

}

.ab_bg .about .ab_r{
    float: right;
    width: 520px;
} 

.ab_bg .about .ab_r .title{

}

.ab_bg .about .ab_r .txt{
    margin-top: 35px;

} 

.ab_bg .about .ab_r .txt h5{
    font-size: 18px;
    color: #333;
    font-weight: bold;

}

.ab_bg .about .ab_r .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 108px;
    margin-top: 25px;
}

.ab_bg .about .ab_r .txt .more{
    display: block;
    text-align: center;
    width: 205px;
    height: 58px;
    line-height: 58px;
    background: #fff;
    font-size: 16px;
    color: #333;
    text-align: center;
    float: right;
    margin-top: 170px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .txt .more:hover{
    border-radius: 45px;
}

.ab_bg .ab_list{
    width: 1300px;
    margin: 45px auto 0 auto;
    height: 120px;
}

.ab_bg .ab_list ul li{
    float: left;
    width: 214px;
    height: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    margin-right: 145px;

}

.ab_bg .ab_list ul li:last-child{
    margin-right: 0;
}

.ab_bg .ab_list ul li h5{
    font-size: 14px;
    color: #fff;

}

.ab_bg .ab_list ul li h5 span{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.ab_bg .ab_list ul li p{
    font-size: 18px;
    color: #fff;
    margin-top: 2px;
}



/*news*/

.news{
    width: 1300px;
    margin: 50px auto 0 auto; 
}

.news .news_t{
    height: 90px;

}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 20px;
}

.news .news_t .news_list ul li{
    height: 60px;
    line-height: 60px;
    margin-left: 100px;
    position: relative;
    float: left;

}

.news .news_t .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    -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.casehover a{
    color: #17375d;

}

.news .news_t .news_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #17375d;
    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.casehover::after{
    width: 100%;
}

.news .news_box{
    margin: 40px auto 0 auto;
}

.news .news_box .news_top{
    height: 480px;
    overflow: hidden;

}

.news .news_box .news_top .news_l{
    float: left;
    width: 466px;
    position: relative;
}

.news .news_box .news_top .news_l .txt{
    overflow: hidden;

}

.news .news_box .news_top .news_l .txt span{
    display: block;
    font-size: 30px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top .news_l .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    -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 .txt p{
    font-size: 14px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.news .news_box .news_top .news_l .news_img{
    width: 466px;
    height: 294px;
    margin-top: 30px;

} 

.news .news_box .news_top .news_l .news_img img{
    width: 466px;
    height: 294px;
}

.news .news_box .news_top .news_l .more{
    position: absolute;
    left: 0;
    bottom: 0;

}

.news .news_box .news_top .news_l .more a{
    display: block;
    background: url(../images/more2.png) no-repeat  center;
    width: 81px;
    height: 81px;

}

.news .news_box .news_top .news_r{
    float: right;
} 

.news .news_box .news_top .news_r ul li{
    width: 727px;
    height: 130px;
    margin-bottom: 40px;

}

.news .news_box .news_top .news_r ul li .time{
    float: left;
}

.news .news_box .news_top .news_r ul li .time span{
    display: block;
    font-size: 48px;
    color: #aaaaaa;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 45px;
    -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 .time p{
    font-size: 18px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top .news_r ul li .nr{
    float: right;
    width: 565px;
    height: 129px;
    border-bottom: 1px solid #dddddd;
}

.news .news_box .news_top .news_r ul li:last-child .nr{
    border-bottom: none;
}

.news .news_box .news_top .news_r ul li .nr .txt{
    float: left;
    width: 460px;
}

.news .news_box .news_top .news_r ul li .nr .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    -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 .nr .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
}

.news .news_box .news_top .news_r ul li .nr .more{
    display: block;
    float: right;
    width: 23px;
    height: 14px;
    background: url(../images/more3.png) no-repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 68px;
}

.news .news_box .news_top .news_r ul li .nr .more a{
    display: block;
    width: 23px;
    height: 14px;
}

.news .news_box .news_top .news_r ul li:hover .time span{
    color: #17375d;
}

.news .news_box .news_top .news_r ul li:hover .nr .more{
    background: url(../images/more4.png) no-repeat  center;
}

.news .news_box .list{
    margin: 5px auto 0 auto;
    width: 1300px;
    height: 100px;
    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);
}

.news .news_box .list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 377px;
    border-bottom: 1px dashed #dddddd;
    margin: 0 36px 0 20px;
}

.news .news_box .list ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 250px;
    padding-left: 18px;
    background: url(../images/buttom2.png) no-repeat left center;
}

.news .news_box .list ul li span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li:hover a{
    color: #17375d;
}


/*links*/

.links{
    width: 1300px;
    margin: 45px auto 0 auto; 
    height: 40px;
    line-height: 40px;
}

.links .links_t{
    float: left;
    font-size: 16px;
    color: #333;
}

.links .yq{
    float: right;
    width: 1190px;
} 

.links .yq a{
    font-size: 16px;
    color: #333;
    margin-right: 15px;
}