
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 850px;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 850px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 850px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    height: 30px;
    text-align: center;
    right: -7%;
    width: 7%;
  }
  
  
  .fullSlide .hd ul li {
      position: absolute;
      text-align: center;
      width: 80%;
      left: 20%;
      bottom: 0;
    cursor: pointer;
    zoom: 1;
    font-size: 30px;
    color: #f5f5f5;
    font-family: 'Times New Roman', Times, serif;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
  }

  .fullSlide .hd ul li::after{
      position: absolute;
      left: 23px;
      top: 0;
      content: "0";
      font-size: 30px;
      color: #f5f5f5;
      font-family: 'Times New Roman', Times, serif;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      opacity: 0;
  }

  .fullSlide .hd ul li.on{
      opacity: 1;
  }

  .fullSlide .hd ul li.on::after{
    opacity: 1;
  }
  
  .fullSlide .next {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 45px;
    z-index: 5;
    background: url(../images/bannerR.png) no-repeat center;
    right: 5%;
  }
  
  .fullSlide .prev {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 75px;
    z-index: 5;
    background: url(../images/bannerL.png) no-repeat center;
    right: 5%;
  }

  .banner_box{
    width: 100%;
    height: 850px;
    margin: 0 auto;
    position: relative;
    top: -130px;
    overflow: hidden;
  }

  .banner_box .banner_num{
      width: 1280px;
      margin: 0 auto;
      position: relative;
      z-index: 5;
  }

  .banner_box .banner_num .num1{
      float: left;
      font-size: 18px;
      color: #666666;
  }

  .banner_box .banner_num .num2{
    float: left;
    font-size: 18px;
    color: #333;
}

  .banner_box .trait_bg{
      width: 1280px;
      margin: 0 auto;
      position: relative;
      z-index: 5;
      bottom: 65px;
  }

  .banner_box .trait_bg .tel{
      float: left;
      padding-left: 27px;
      font-size: 18px;
      color: #253d71;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      background: url(../images/tel.png) no-repeat left center;
      margin-left: 375px;
  }

  .banner_box .trait_bg .tel span{
      margin-right: 13px;
  }

  .banner_box .trait_bg .trait_nr{
      float: left;
      margin-left: 20px;
      font-size: 15px;
      color: #666666;
      background: url(../images/buttom1.png) no-repeat left center;
      padding-left: 40px;
  }


/*title*/

.title{
    width: 230px;
    background: url(../images/title.png) no-repeat top left;
    position: relative;
}

.title::after{
    position: absolute;
    content: "";
    width: 310px;
    height: 1px;
    background: #dddddd;
    left: -320px;
    top: 24px;
}


.title h3{
    line-height: 45px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 17px;

}

.title h3 a{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.title h3 i{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-left: 12px;
}

.title span{
    margin-left: 14px;

}

.title  em{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 7px 0 0 12px;
}

.title_more{
    float: right;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #253d70;
    border-bottom: 1px solid #253d70;
    margin-top: 10px;
}

.title_more a{
    display: block;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    background: url(../images/more.png) no-repeat 90px center;
}



/*product*/

.pro_bg{
    width: 100%;
    margin: -35px auto 0 auto;
    height: 760px;
    background: url(../images/pro_bg.jpg) no-repeat bottom center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.pro_bg .product .pro_t{
    width: 1280px;
    margin: 0 auto;
    height: 80px;
}

.pro_bg .product .pro_t .title{
    float: left;
}

.pro_bg .product .pro_box{
    width: 1280px;
    margin: 40px auto 0 auto;
} 

.pro_bg .product .pro_box .pro_l{
    float: left;
    width: 230px;
}

.pro_bg .product .pro_box .pro_l .l_title{
    background: url(../images/buttom2.png) no-repeat center;
    width: 30px;
    height: 26px;
    margin-top: 35px;
}

.pro_bg .product .pro_box .pro_l .pro_con{
    margin-top: 18px;

}

.pro_bg .product .pro_box .pro_l .pro_con ul li{
    height: 65px;
    line-height: 65px;
    position: relative;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li h5 a{
    float: left;
    font-size: 15px;
    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: 35px;
    width: 150px;
    background: url(../images/buttom3.png) no-repeat left center;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li .more{
    float: right;
    font-size: 18px;
    color: #333366;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li i{
    display: block;
    width: 180px;
    height: 1px;
    background: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0;
    -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 .pro_l .pro_con ul li::after{
    width: 20px;
    height: 1px;
    background: #253d71;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.pro_bg .product .pro_box .pro_l .pro_con ul li:hover h5 a{
    background: url(../images/buttom4.png) no-repeat left center;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li:hover .more{
    opacity: 1;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li:hover i{
    width: 230px;
}


.pro_bg .product .pro_box .pro_tab{
    float: right;
    width: 1040px;
} 

.pro_bg .product .pro_box .pro_tab ul li{
    float: left;
    width: 320px;
    margin: 0 0 18px 26px;

}

.pro_bg .product .pro_box .pro_tab ul li .pic{
    width: 318px;
    height: 258px;
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.pro_bg .product .pro_box .pro_tab ul li .pic img{
    width: 300px;
    height: 240px;
    margin: 9px;
    border-radius: 8px;
}

.pro_bg .product .pro_box .pro_tab ul li .txt{
    width: 294px;
    height: 55px;
    line-height: 55px;
    margin: 0 8px 0 18px;
} 

.pro_bg .product .pro_box .pro_tab ul li .txt h5 a{
    float: left;
    width: 140px;
    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;
}

.pro_bg .product .pro_box .pro_tab ul li .txt .more{
    float: right;
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    background: url(../images/pro_xt.png) no-repeat left center;
    padding-left: 90px;
}

.pro_bg .product .pro_box .pro_tab ul li:hover .txt h5 a{
    color: #253d71;
}

/*ys*/

.ys_bg{
    width: 100%;
    height: 702px;
    margin: 70px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    height: 702px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .bd{
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .bd ul li{
    float: left;
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .bd ul li .ys_img{
    float: left;
    width: 480px;
    height: 700px;
}

.ys_bg .ys .bd ul li .ys_img img{
    width: 480px;
    height: 700px;
    border-top-right-radius: 105px;
    border-bottom-left-radius: 105px;
}

.ys_bg .ys .bd ul li .txt{
    float: left;
    margin-left: 55px;
    width: 545px;
} 

.ys_bg .ys .bd ul li .txt h5{
    width: 368px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 210px 0 40px 0;

}

.ys_bg .ys .bd ul li .txt p{
    font-size: 15px;
    color: #fff;
    line-height: 48px;
    background: url(../images/buttom7.png) no-repeat left center;
    padding-left: 20px;
}

.ys_bg .ys .next{
    position: absolute;
    left: 537px;
    bottom: 135px;
    cursor: pointer;
    background: url(../images/ys_left.png) no-repeat  center;
    height: 36px;
    width: 36px;
}

.ys_bg .ys .prev{
    position: absolute;
    left: 592px;
    bottom: 135px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background: url(../images/ys_right.png) no-repeat  center;
}

.ys_bg .ys .ys_qq{
    right: 262px;
    bottom: 125px;
    position: absolute;
}

.ys_bg .ys .tel{
    left: 537px;
    bottom: 58px;
    position: absolute;
    background: url(../images/buttom6.png) no-repeat  left center;
    line-height: 32px;
    padding-left: 35px;
}

.ys_bg .ys .tel span{
    font-size: 24px;
    color: #eeeeee;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}

.ys_bg .ys .ys_t{
    position: absolute;
    left: 537px;
    top: 70px;
    width: 657px;
    background: url(../images/ys_t.png) no-repeat  left top;
}

.ys_bg .ys .ys_t h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 17px;
    margin-bottom: 10px;
    line-height: 45px;
}

.ys_bg .ys .ys_t h3 i{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-left: 12px;
}

.ys_bg .ys .ys_t h3 span{
    margin-left: 16px;
}

.ys_bg .ys .ys_t em{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0px 0 0 145px;
}




/*case*/

.case{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.case .case_t{
    height: 80px;
}

.case .title{
    float: left;
}

.case .case_box{
    margin: 40px auto 0 auto;
    width: 1320px;
}

.case .case_box ul li{
    width: 300px;
    float: left;
    margin: 0 27px 20px 0;

}

.case .case_box ul li .pic{
    width: 298px;
    height: 238px;
    border: 1px solid #dddddd;
    border-radius: 8px;

}

.case .case_box ul li .pic img{
    width: 280px;
    height: 220px;
    border-radius: 8px;
    margin: 9px;
}

.case .case_box ul li .txt{
    height: 45px;
    line-height: 45px;
    width: 280px;
    margin: 0 10px;
}

.case .case_box ul li .txt h5 a{
    float: left;
    width: 125px;
    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;
}

.case .case_box ul li .txt .more{
    float: right;
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    background: url(../images/pro_xt.png) no-repeat left center;
    padding-left: 90px;
}

.case .case_box ul li:hover .txt h5 a{
    color: #253d71;
}


/*lc*/

.lc_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    background: url(../images/lc_bg.jpg) no-repeat top center;
}

.lc_bg  .lc{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.lc_bg  .lc .lc_t{
    height: 80px;
}

.lc_bg  .lc .lc_t .title{
    float: left;
}

.lc_bg  .lc .lc_t .bd{
    float: right;
    width: 100px;
} 

.lc_bg  .lc .lc_t .bd .next{
    float: left;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center;
    width: 36px;
    height: 36px;
}

.lc_bg  .lc .lc_t .bd .prev{
    float: right;
    cursor: pointer;
    background: url(../images/right.png) no-repeat center;
    width: 36px;
    height: 36px;
} 

.lc_bg  .bd{
    margin: 45px auto 0 auto;
}

.lc_bg  .bd  ul li{
    float: left;
    width: 200px;
    margin: 0 28px;
}

.lc_bg  .bd  ul li .txt{
    text-align: center;
    height: 110px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc_bg  .bd  ul li .txt::after{
    position: absolute;
    left: 15px;
    bottom: 15px;
    content: "";
    width: 0px;
    height: 1px;
    background: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.lc_bg  .bd  ul li .txt h5{
    font-size: 20px;
    color: #333333;

}

.lc_bg  .bd  ul li .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.lc_bg  .bd  ul li .txt i{
    display: block;
    width: 1px;
    height: 27px;
    background: #333333;
    margin: 15px auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc_bg  .bd  ul li .lc_nr{
    background: url(../images/lc_list.png) no-repeat  center;
    width: 170px;
    height: 190px;
    margin: 0 auto;
} 

.lc_bg  .bd  ul li .lc_nr img{
    display: block;
    width: 34px;
    height: 34px;
    margin: 0px auto 10px auto;
    padding-top: 30px;

}

.lc_bg  .bd  ul li .lc_nr h6{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    
}

.lc_bg  .bd  ul li em{
    display: block;
    font-size: 16px;
    color: #333;
    background: url(../images/lc_xt.png) no-repeat  center;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.lc_bg  .bd  ul li:hover em{
    font-size: 24px;
}

.lc_bg  .bd  ul li:hover .txt i{
    opacity: 0;

}

.lc_bg  .bd  ul li:hover .txt::after{
    width: 170px;
}

.lc_bg  .bd  ul li:hover .txt{
    height: 95px;

}


/*about*/

.ab_bg{
    width: 100%;
    height: 620px;
    margin: 60px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
}

.ab_bg .about .ab_l{
    float: left;
    width: 450px;
    margin-left: 40px;
    position: relative;
}

.ab_bg .about .ab_img{
    width: 450px;
    height: 600px;
    margin-top: 10px;
    background: #fff;
    border-top-left-radius: 95px;
    border-bottom-right-radius: 95px;

}

.ab_bg .about .ab_img img{
    width: 430px;
    height: 580px;
    margin: 10px;
    border-top-left-radius: 95px;
    border-bottom-right-radius: 95px;
}

.ab_bg .about .honor{
    width: 247px;
    height: 360px;
    position: absolute;
    right: 0;
    bottom: 15px;

} 

.ab_bg .about .honor img{
    width: 247px;
    height: 360px;
}


.ab_bg .about .ab_r{
    float: right;
    width: 725px;
    margin-top: 15px;
} 

.ab_bg .about .ab_r .title{
    width: 535px;
    position: relative;
}

.ab_bg .about .ab_r .title::after{
    position: absolute;
    content: "";
    width: 310px;
    height: 1px;
    background: #dddddd;
    top: 24px;
    left: 225px;
}

.ab_bg .about .ab_r .txt{
    margin-top: 35px;

}

.ab_bg .about .ab_r .txt h5{
    font-size: 30px;
    color: #333333;
    font-weight: bold;

}

.ab_bg .about .ab_r .txt span{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 5px 0 18px 0;
}

.ab_bg .about .ab_r .txt i{
    display: block;
    width: 60px;
    height: 3px;
    background: #333333;
}

.ab_bg .about .ab_r .txt p{
    font-size: 15px;
    color: #666;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 30px;
}

.ab_bg .about .ab_r .txt .more{
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #253d70;
    border-bottom: 1px solid #253d70;
    margin-top: 50px;
    -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{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.ab_bg .about .ab_r .txt .more a{
    display: block;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    background: url(../images/more.png) no-repeat 90px center;
}
.ab_bg .about .ab_r .ab_list{
    margin-top: 55px;
}


.ab_bg .about .ab_r .ab_list ul li{
    float: left;
    height: 110px;
    width: 241px;
    background: url(../images/ab_xt.png) no-repeat right center;
}

.ab_bg .about .ab_r .ab_list ul li a{
    display: block;
}

.ab_bg .about .ab_r .ab_list ul li a img{
    float: left;
    width: 60px;
    height: 60px;
    margin: 25px 12px 0 50px;
    -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 .ab_list ul li:hover a img{
    -webkit-transform: rotateY(360deg); 
    -moz-transform: rotateY(360deg); 
    transform: rotateY(360deg); 
}

.ab_bg .about .ab_r .ab_list ul li a span{
    float: left;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
} 

.ab_bg .about .ab_r .ab_list ul li a span i{
    display: block;
    font-size: 12px;
    color: #aab0c0;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
} 


/*news*/

.news_bg{
    width: 100%;
    height: 755px;
    margin: 70px auto 0 auto;
    background: url(../images/news_bg.jpg) no-repeat  center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.news_bg .news .news_l{
    float: left;
    width: 270px;
    margin-top: 15px;
}

.news_bg .news .news_l .news_list{
    margin-top: 50px;
    margin-left: 60px;
    width: 120px;
    height: 360px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);

}

.news_bg .news .news_l .news_list ul li{
    width: 120px;
    height: 119px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    text-align: center;
    z-index: 5;
}

.news_bg .news .news_l .news_list ul li:last-child{
    border-bottom: none;
}

.news_bg .news .news_l .news_list ul li a{
    display: block;
    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;
    padding-top: 30px;
}

.news_bg .news .news_l .news_list ul li a span{
    display: block;
    margin: 0 auto 10px auto;
    width: 30px;
    height: 30px;
}

.news_bg .news .news_l .news_list ul li.n1 a span{
    background: url(../images/news1.png) no-repeat center;
}

.news_bg .news .news_l .news_list ul li.n2 a span{
    background: url(../images/news2.png) no-repeat center;
}

.news_bg .news .news_l .news_list ul li.n3 a span{
    background: url(../images/news3.png) no-repeat center;
}

.news_bg .news .news_l .news_list ul li::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0px;
    height: 120px;
    background: url(../images/news_list.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.news_bg .news .news_l .news_list ul li.casehover::after{
    width: 180px;
}

.news_bg .news .news_l .news_list ul li.casehover a{
    color: #fff;
    line-height: 120px;
    padding-top: 0;
}

.news_bg .news .news_l .news_list ul li.casehover a span{
    vertical-align: middle;
    display: inline-block;
    margin-left: -55px;
    margin-right: 15px;

}

.news_bg .news .news_l .news_list ul li.n1.casehover a span{
    background: url(../images/news11.png) no-repeat center;
}

.news_bg .news .news_l .news_list ul li.n2.casehover a span{
    background: url(../images/news22.png) no-repeat center;
}

.news_bg .news .news_l .news_list ul li.n3.casehover a span{
    background: url(../images/news33.png) no-repeat center;
}

.news_bg .news .news_box{
    float: right;
    width: 945px;
    margin-top: 60px;
} 

.news_bg .news .news_box .nr_top{
    height: 300px;
}

.news_bg .news .news_box .nr_top .news_img{
    float: left;
    width: 480px;
    height: 300px;
}

.news_bg .news .news_box .nr_top .news_img img{
    width: 480px;
    height: 300px;
    border-radius: 8px;
}

.news_bg .news .news_box .nr_top .txt{
    width: 398px;
    float: left;
    padding-left: 65px;
    border-bottom: 1px solid #dddddd;
    height: 260px;
    margin-top: 40px;
} 

.news_bg .news .news_box .nr_top .txt h5 a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    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;
}

.news_bg .news .news_box:hover .txt h5 a{
    color: #253d70;
}


.news_bg .news .news_box .nr_top .txt span{
    display: block;
    background: url(../images/xt1.png) no-repeat left  center;
    padding-left: 40px;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}


.news_bg .news .news_box .nr_top .txt p{
    font-size: 14px;
    color: #888;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    margin-top: 15px;
}


.news_bg .news .news_box .nr_top .txt .more{
    display: block;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    margin-top: 20px;
}

.news_bg .news .news_box .list{
    margin-top: 50px;
    width: 960px;
} 

.news_bg .news .news_box .list ul li{
    float: left;
    width: 280px;
    padding: 0 10px;
    height: 100px;
    background: #fbfbfb;
    border-radius: 5px;
    margin: 0 20px 20px 0;
}

.news_bg .news .news_box .list ul li h5 a{
    width: 255px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
    font-size: 14px;
    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;
    padding-left: 25px;
    background: url(../images/buttom8.png) no-repeat left center;
}

.news_bg .news .news_box .list ul li .time{
    height: 42px;
    line-height: 42px;
}

.news_bg .news .news_box .list ul li .time span{
    float: left;
    font-size: 14px;
    color: #999999;
}

.news_bg .news .news_box .list ul li .time .more{
    float: right;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .list ul li:hover h5 a{
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    color: #253d70;

}




/*links*/

.links_bg{
    width: 100%;
    height: 165px;
    margin: 0px auto 0 auto;
    background: #fbfbfb;
}

.links_bg .links{
    width: 1280px;
    margin: 0 auto;
    padding-top: 46px;
}

.links_bg .links .links_t{
    float: left;
    margin-top: 5px;
}

.links_bg .links .links_t span{
    display: block;
    font-size: 24px;
    color: #253d70;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}

.links_bg .links .links_t h5{
    font-size: 16px;
    color: #253d70;

}

.links_bg .links .yq{
    float: right;
    width: 1165px;
} 

.links_bg .links .yq a{
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
    line-height: 30px;

}