
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #014fa1;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    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: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    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: 10%;
  }

/*sou*/

.notice_bg {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.notice_bg .sou {
    width: 1200px;
    height: 33px;
    margin: 0 auto;
    padding-top: 8px;
}

.notice {
    width: 570px;
    margin: 0px auto;
    height: 33px;
    overflow: hidden;
    float: left;
}

.notice h5 {
    font-size: 14px;
    float: left;
    line-height: 33px;
    color: #014fa1;
    font-weight: bold;
    background: url(../images/buttom5.png) no-repeat left center;
    padding-left: 20px;
}

.notice .bd {
    overflow: hidden;
    margin: 0px 0 0 5px;
    width: 475px;
    float: left;
}

.notice .bd ul  li {
    height: 33px;
    line-height: 33px;
}

.notice .bd ul  li a {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    width: 382px;
}

.notice .bd ul  li span {
    color: #666;
    font-size: 12px;
    float: right;
}

.search {
    width: 362px;
    height: 33px;
    float: right;
    color: #666;
    line-height: 33px;
    font-size: 12px;
    padding-left: 8px;
}


.search2 {
    float: left;
    width: 300px;
    height: 31px;
    line-height: 31px;
    text-align: left;
    border: 1px solid #b3b3b3;
    padding-left: 9px;
    color: #a7a6a6;
    font-size: 12px;
}

.search_s input {
    float: left;
    width: 50px;
    height: 33px;
}


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 24px;
    color: #333;
}


.title h5{
    font-size: 32px;
    color: #014fa1;
    background: url(../images/title.png) no-repeat  center 30px;
    padding-top: 5px;
}


.title h5 a{
    color: #014fa1;
}

.title  p{
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/*fw*/

.fw{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.fw .fw_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.fw .fw_box ul{
    display: flex;
    justify-content: center;
}

.fw .fw_box ul li{
    float: left;
    width: 160px;
    height: 260px;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.fw .fw_box ul li .fw_img{
    width: 95px;
    height: 95px;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    margin: 25px auto 15px auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.fw .fw_box ul li .fw_img img{
    width: 95px;
    height: 95px;
}

.fw .fw_box ul li .txt{
    text-align: center;
}

.fw .fw_box ul li .txt h5{
    font-size: 16px;
    color: #999;
    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;
}

.fw .fw_box ul li .txt p{
    font-size: 12px;
    color: #999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fw .fw_box ul li:hover{
    background: #014fa1;
}

.fw .fw_box ul li:hover .txt h5{
    color: #fff;
}

.fw .fw_box ul li:hover .txt p{
    color: #eee;
}

.fw .fw_box ul li:hover .fw_img{
    border: 1px solid #ebf1f8;

}

.fw .fw_box ul li:hover .fw_img img{
    border-left: 180px solid transparent;
    -webkit-filter: drop-shadow(-180px 0 0px #fff);
    filter: drop-shadow( -180px 0 0px #fff);
}



/*product*/

.product_bg{
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 50px 0;
    background: #f6f6f6;
    overflow: hidden;
}

.product_bg .product{
    width: 1200px;
    margin: 0 auto;
}

.product_bg .product .pro_box{
    width: 1300px;
    margin: 45px auto 0 auto;
}


.product .pro_box ul li{
    float: left;
    width: 280px;
    margin: 0 16px 20px 7px;
    position: relative;
    z-index: 10;
}


.product .pro_box ul li .pic{
    width: 280px;
    height: 200px;
}

.product .pro_box ul li .pic img{
    width: 280px;
    height: 200px;
}

.product .pro_box ul li .txt{
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    padding: 0 15px;
    position: relative;
    z-index: 5;
}

.product .pro_box ul li .txt h5 a{
    float: left;
    font-size: 14px;
    color: #808080;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 200px;
    -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 .more{
    width: 8px;
    height: 13px;
    background: url(../images/more3.png) no-repeat  center;
    display: block;
    float: right;
    margin-top: 13px;
    -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 span{
    position: absolute;
    left: 0 ;
    bottom: 0;
    width: 0;
    height: 40px;
    background: #014fa1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.product .pro_box ul li:hover .txt span{
    width: 100%;

}

.product .pro_box ul li:hover h5 a{
    color: #fff;
}

.product .pro_box ul li:hover .more{
    background: url(../images/more4.png) no-repeat  center;
}


.product .pro_list{
    width: 1200px;
    margin: 45px auto 0 auto;
    height: 190px;

}

.product .pro_list .hd{
    width: 1200px;
    margin: 0 auto;
    height: 190px;
}

.product .pro_list .hd ul li{
    float: left;
    width: 235px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin-left: 7px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
}

.product .pro_list .hd ul li .cp_l{
    width: 235px;
    height: 190px;
    background: #014fa1;
    position: relative;
}

.product .pro_list .hd ul li .cp_l h5{
    padding-top: 25px;
}

.product .pro_list .hd ul li .cp_l h5 img{
    width: 71px;
    height: 56px;
    margin: 0 auto;
    display: block;

}

.product .pro_list .hd ul li .cp_l h5 a{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.product .pro_list .hd ul li .cp_l .more img{
    width: 21px;
    height: 13px;
    margin: 15px auto 0 auto;
    display: block;
}

.product .pro_list .hd ul li .list_on{
    width: 230px;
    height: 190px;
    background: #fff;
    position: absolute;
    left: 235px;
    top: 0;
    display: none;
}

.product .pro_list .hd ul li .list_on dl dd{
    width: 230px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #eee;
    position: relative;
    z-index: 5;
}

.product .pro_list .hd ul li .list_on dl dd a{
    padding: 0 40px 0 20px;
    font-size: 16px;
    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;
    background: url(../images/more7.png) no-repeat 190px center;
}

.product .pro_list .hd ul li .list_on dl dd:hover a{
    padding: 0 40px 0 10px;
}

.product .pro_list .hd ul li .list_on dl dd span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 35px;
    background: #c8161e;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.product .pro_list .hd ul li .list_on dl dd:hover span{
    width: 100%;
}

.product .pro_list .hd ul li .list_on dl dd:hover a{
    color: #fff;
    background: url(../images/more6.png) no-repeat 190px center;
}

.product .pro_list .hd ul li.on{
    width: 465px;
    height: 190px;
}

.product .pro_list .hd ul li.on .list_on{
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
    left: 235px;
}

.product .pro_list .hd ul li.on .cp_l{
    background: #c8161e;
}


/*lc*/

.lc{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.lc .lc_box{
    width: 1200px;
    margin: 40px auto 0 auto;
    background: url(../images/lc_bg.jpg) no-repeat  center;
    height: 70px;
}

.lc .lc_box ul li{
    width: 70px;
    float: left;
    margin: 0 50px;
}


.lc .lc_box ul li .lc_list {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    transition-duration: 0.7s;
    margin:0 auto;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    float: left;
  }
  
  .lc .lc_box ul li .lc_list .lc_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .lc .lc_box ul li .lc_list .lc_img i{
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
  }

  .lc .lc_box ul li .lc_list .lc_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 70px;
  }

  .lc .lc_box ul li .lc_list .lc_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 70px;
    width: 1px;
    font-size: 0;
  }
  
  
  .lc .lc_box ul li .lc_list .lc_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .lc .lc_box ul li:hover  .lc_img {
    top:-70px;
  }

  .lc .lc_box ul li:hover .lc_list{
      background: #fff;
      border: 1px solid #c8161e;
  }

  .lc .lc_box ul li .txt{
      font-size: 14px;
      color: #999;
      text-align: center;
      line-height: 50px;
  }

  .lc .lc_box ul li:hover .txt{
    color: #c8161e;
  }



  /*ys*/

.ys_bg{
    width: 100%;
    margin: 50px auto 0 auto;
    height: 1165px;
    background: url(../images/ys_bg.jpg) no-repeat bottom  center;
}


.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
}


.ys_bg .ys .ys_t{
    width: 1200px;
    text-align: center;
}

.ys_bg .ys .ys_t h3{
    font-size: 26px;
    font-weight: normal;
    color: #333;
}


.ys_bg .ys .ys_t i{
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    display: block;
    text-transform: uppercase;
    background: url(../images/ys_t.png) no-repeat  center;
    margin-top: 8px;
}

.ys_bg .ys .ys_t p{
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-top: 8px;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 45px auto 0 auto;
    position: relative;
}
 
.ys_bg .ys .ys_box ul li{
    height: 220px;
    width: 600px;
}

.ys_bg .ys .ys_box ul li .ys_num{
    float: left;
    background: url(../images/ys_list.png) no-repeat  center;
    width: 81px;
    height: 81px;
    font-size: 34px;
    color: #014fa1;
    text-align: center;
    line-height: 81px;
    font-family: "Impact";
}

.ys_bg .ys .ys_box ul li .txt{
    float: left;
    width: 505px;
    margin-left: 14px;
}

.ys_bg .ys .ys_box ul li .txt h5{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/ys_xt.png) no-repeat left bottom;
    padding-bottom: 12px;
}

.ys_bg .ys .ys_box ul li .txt h5 span{
    font-size: 26px;
    color: #c8161e;
    font-weight: bold;
}

.ys_bg .ys .ys_box ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    background: url(../images/buttom6.png) no-repeat left 8px;
    padding-left: 20px;
    margin-top: 12px;
}

.ys_bg .ys .ys_box ul li.ys3{
   position: absolute;
   right: 0 ;
   top: 525px;
}

.ys_bg .ys .ys_box ul li.ys4{
    position: absolute;
    right: 0 ;
    top: 745px;
 }


 .ys_bg .ys .ys_box .ys_img1{
     position: absolute;
     right: 0 ;
     top: 0;
     width: 540px;
     height: 409px;
 }

 .ys_bg .ys .ys_box .ys_img2{
    position: absolute;
    left: 0 ;
    top: 530px;
    width: 583px;
    height: 460px;
}


  /*case*/

  .case{
      width: 1200px;
      margin: 50px auto  0 auto;
  }

  .case .case_box{
    width: 1200px;
    margin: 25px auto  0 auto;
}


.case .case_box .case_l{
    float: left;
    width: 470px;
    position: relative;
}

.case .case_box .case_l .case_img{
    width: 470px;
    height: 360px;
    border: 1px solid #ccc;
    position: relative;
}

.case .case_box .case_l .case_img img{
    width: 470px;
    height: 360px;
}


.case .case_box .case_l .case_img .more img{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case .case_box .case_l .txt{
    margin-top: 20px;
}

.case .case_box .case_l .txt h5 a{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.case .case_box .case_l .txt .more{
    width: 190px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 5;
    margin-top: 20px;
}

.case .case_box .case_l .txt .more a{
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    background: url(../images/more2.png) no-repeat 20px center;
}

.case .case_box .case_l .txt .more span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 45px;
    background: #014fa1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    z-index: -1;
}

.case .case_box .case_l .txt .more:hover span{
    width: 100%;
}

.case .case_box .case_l .txt .more:hover a{
    color: #fff;
}

.case .case_box .case_r{
    width: 630px;
    float: right;
    margin-top: 20px;

}

.case .case_box .case_r ul li{
    width: 313px;
    height: 233px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    z-index: 5;
} 

.case .case_box .case_r ul li .pic{
    width: 313px;
    height: 233px;
    position: relative;
} 

.case .case_box .case_r ul li .pic img{
    width: 313px;
    height: 233px;
} 

.case .case_box .case_r ul li .txt{
    width: 313px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/ico1.png) repeat center;
    z-index: 5;
}

.case .case_box .case_r ul li .txt h5 a {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    color: #fff;
    width: 200px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 10px;
}

.case .case_box .case_r ul li .txt .more {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
}

.case .case_box .case_r ul li span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 30px;
    background: #014fa1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    z-index: -1;
}

.case .case_box .case_r ul li:hover span{
    width: 100%;
}

/*about*/

.ab_bg{
    width: 100%;
    margin: 50px auto  0 auto;
    height: 470px;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

.ab_bg .about .ab_img{
    float: left;
    width: 438px;
    height: 310px;
    border: 1px solid #ccc;
}

.ab_bg .about .ab_img img{
    width: 438px;
    height: 310px;
}

.ab_bg .about .ab_r{
    width: 665px;
    margin-right: 65px;
    float: right;
} 

.ab_bg .about .ab_r span{
    font-size: 36px;
    color: #cdcfd1;
    text-transform: uppercase;
    display: block;
}

.ab_bg .about .ab_r h5{
    text-align: right;
    font-size: 24px;
    color: #014fa1;
    margin-top: 8px;
}

.ab_bg .about .ab_r p{
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 128px;
    overflow: hidden;
    text-indent: 2em;
    margin: 23px 0 0 16px;
}

.ab_bg .about .ab_r a{
    float: left;
    margin: 27px 16px 0 16px;
    display: block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../images/ab_list.png) no-repeat center;
    position: relative;
    z-index: 5;
}
.ab_bg .about .ab_r a i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 35px;
    background: #c8161e;
    z-index: -1;
    -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 a:hover i {
    width: 100%;

}


/*news*/

.news{
    width: 1200px;
    height: 440px;
    margin: 60px auto 0 auto;
}

.news .news_l{
    float: left;
    width: 610px;
}

.news .news_l .news_img{
    width: 610px;
    height: 240px;
}

.news .news_l .news_img img{
    width: 610px;
    height: 240px;
} 

.news .news_l ul{
    margin-top: 30px;
}
.news .news_l ul li{
    height: 20px;
    line-height: 20px;
    margin-bottom: 23px;

}

.news .news_l ul li span{
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    background: #999;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
}

.news .news_l ul li a{
    float: left;
    width: 420px;
    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;

}
.news .news_l ul li:hover a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #014fa1;
}


.news .news_l ul li i{
    float: right;
    font-size: 14px;
    color: #999;
}

.news .news_r{
    float: right;
    width: 565px;
}

.news .news_r ul li{
    width: 565px;
    height: 100px;
    margin-bottom: 10px;
    -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;
}

.news .news_r ul li .time{
    float: left;
    width: 100px;
    height: 100px;
    background: url(../images/news_xt.png) no-repeat right center;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_r ul li .time span{
    display: block;
    font-size: 31px;
    color: #666;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-top: 20px;
    line-height: 40px;
}

.news .news_r ul li .time p{
    font-size: 12px;
    color: #999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_r ul li .txt{
    float: right;
    width: 410px;
    margin-right: 20px;
    padding-top: 20px;
}

.news .news_r ul li .txt a{
    font-size: 18px;
    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;
}

.news .news_r ul li .txt p{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 7px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_r ul li:hover .time{
    background: url(../images/news_xt1.png) no-repeat right center;
}

.news .news_r ul li:hover .time span{
    color: #fff;
}

.news .news_r ul li:hover .time p{
    color: #fff;
}

.news .news_r ul li:hover .txt a{
    color: #fff;
}

.news .news_r ul li:hover .txt p{
    color: #fff;
}

.news .news_r ul li .line{
    position: absolute;
    width: 0;
    height: 100px;
    left: 0;
    bottom: 0;
    background: #014fa1;
    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_r ul li:hover .line{
   width: 100%;
}


/*question*/

.question_bg{
    width: 100%;
    height: 210px;
    background: #eee;
    margin: 30px auto 0 auto;
}

.question_bg .question{
    width: 1200px;
    margin: 0 auto;
}
.question_bg .question .question_t{
    float: left;
    width: 140px;
    height: 210px;
    background: url(../images/wen_xt.png) no-repeat right center;
}

.question_bg .question .question_t h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/wen_t.png) no-repeat top left;
    padding-top: 60px;
    margin-top: 55px;
}

.question_bg .question .question_t .more{
    font-size: 14px;
    color:  #666;
    display: block;

}

.question_bg .question .question_box{
    float: left;
    width: 1060px;
}

.question_bg .question .question_box ul li{
    float: left;
    width: 455px;
    margin: 25px 15px 0 60px;
    height: 75px;
    background: url(../images/xt1.png) no-repeat bottom left;
}

.question_bg .question .question_box ul li .wen{
    height: 23px;
    line-height: 23px;
    margin-bottom: 7px;
}

.question_bg .question .question_box ul li .wen span{
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #014fa1;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}

.question_bg .question .question_box ul li .wen a{
    float: right;
    width: 415px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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;
}


.question_bg .question .question_box ul li:hover .wen a{
    color: #014fa1;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.question_bg .question .question_box ul li .da span{
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #c8161e;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}

.question_bg .question .question_box ul li .da p{
    float: right;
    width: 415px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    color: #666;
}

.question_bg .question .question_box ul li:nth-child(3),.question_bg .question .question_box ul li:nth-child(4){
    background: none;
}


/*links*/

.links{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
}

.links h3{
    float: left;
    background: url(../images/links.png) no-repeat center left;
    padding-left: 45px;
    font-weight: bold;
    font-size: 16px;
    color:  #014fa1;
}

.links .yq{
    float: left;
    margin-left: 10px;
}

.links .yq a{
    font-size: 14px;
    color:  #666;
    margin: 0 15px;
}