
/*-----------------------------------------------------------*/
/*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: #15348f;
    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%;
  }


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title span{
    display: block;
    font-size: 30px;
    color:  #cccccc;
    text-transform: uppercase;
}

.title h3{
    color:  #15348f;
    font-size: 24px;
    font-weight: bold;
    background: url(../images/title.png) no-repeat center;

}

.title h3 a{
    color:  #15348f;
    font-size: 24px;
    font-weight: bold;
}

.title p{
    color:  #555;
    font-size: 14px;
    letter-spacing: 12px;
    margin-top: 10px;
    
}

/* product */
li.ywzs1 {
    font-weight: 700;
}
.product{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.product .pro_box{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 240px;

}

.product .pro_box .pro_l .pro_t{
    width: 240px;
    height: 190px;
    background: url(../images/pro_t.png) no-repeat center;
    text-align: center;
}

.product .pro_box .pro_l .pro_t h5 a{
    display: block;
    font-size: 24px;
    color: #fff;
    padding-top: 110px;
}

.product .pro_box .pro_l .pro_t span{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}


.product .pro_box .pro_l .pro_con{
    background: #15348f;
    padding: 15px 0;
}

.product .pro_box .pro_l .pro_con ul li{
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 30px auto;
    background: url(../images/pro_list.png) no-repeat center;

}

.product .pro_box .pro_l .pro_con ul li a{
    float: left;
    font-size: 15px;
    color: #444;
    width: 100px;
    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-left: 30px;
}

.product .pro_box .pro_l .pro_con ul li span{
    float: right;
    font-size: 15px;
    color: #444;
    margin-right: 30px;
}

.product .pro_box .pro_l .pro_con ul li:hover a{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    color: #15348f;
}

.product .pro_box .pro_l .ewm{
    width: 145px;
    height: 145px;
    margin: 15px auto 30px auto;
}

.product .pro_box .pro_l .ewm img{
    width: 145px;
    height: 145px;
}

.product .pro_box .pro_tab{
    width: 940px;
    float: right;
    margin-top: 60px;
}


.product .pro_box .pro_tab ul li{
    float: left;
    margin: 0 0 30px 28px ;
    width: 285px;
}

.product .pro_box .pro_tab ul li .pic{
    width: 285px;
    height: 250px;
}

.product .pro_box .pro_tab ul li .pic img{
    width: 285px;
    height: 250px;
}

.product .pro_box .pro_tab ul li .txt{
    width: 245px;
    height: 40px;
    line-height: 40px;
    margin: 4px auto 0 auto;
    padding: 0 20px;
    background: #f1f1f1;
    position: relative;
    z-index: 5;
}

.product .pro_box .pro_tab ul li .txt h5 a{
    float: left;
    width: 180px;
    font-size: 14px;
    color: #444;
    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;
}

.product .pro_box .pro_tab ul li .txt .more{
    font-size: 14px;
    color: #444;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_tab ul li .txt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 40px;
    background: #15348f;
    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_box .pro_tab ul li:hover  .txt span{
    width: 100%;
}

.product .pro_box .pro_tab ul li:hover  .txt a{
    color: #fff;
}

.product .pro_box .pro_tab ul li:hover  .txt .more{
    color: #fff;
}



/* banner_1 */

.banner_1{
    width: 100%;
    margin: 45px auto 0 auto;
    height: 370px;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1  .cont{
    width: 1200px;
    margin: 0 auto;
}


.banner_1  .cont .cont_l{
    float: left;
    width: 600px;
}

.banner_1  .cont .cont_l h5{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-top: 87px;

}


.banner_1  .cont .cont_l p{
    font-size: 24px;
    color: #fff;
    margin: 7px 0;
}

.banner_1  .cont .cont_l span{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
}

.banner_1  .cont .zx{
    margin-top: 40px;
}

.banner_1  .cont .zx .tel{
    float: left;
    background: url(../images/tel1.png) no-repeat left center;
    line-height: 30px;
    padding-left: 50px;
    font-size: 24px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.banner_1  .cont .zx .zixun{
    float: left;
    margin-left: 25px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #fff;

}

.banner_1  .cont .zx .zixun a{
    font-size: 18px;
    color: #19395e;
    text-align: center;
    display: block;
}

.banner_1  .cont .message{
    width: 450px;
    float: right;
    margin: 60px 60px 0 0;
}

.message .message_nr{
    height: 40px;
    margin-bottom: 25px;

}

.message .message_nr .form-group1{
    float: left;
    width: 190px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    margin-right: 30px;
}

.message .message_nr .form-group1 input{
    width: 190px;
    height: 40px;
    font-size: 14px;
    color: #666;
    background: url(../images/m1.png) no-repeat 10px center;
    text-indent: 50px;
}

.message .message_nr .form-group2{
    float: left;
    width: 230px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
}

.message .message_nr .form-group2 input{
    width: 230px;
    height: 40px;
    font-size: 14px;
    color: #666;
    background: url(../images/m2.png) no-repeat 10px center;
    text-indent: 50px;
}


.message .form-group3{
    width: 450px;
    height: 120px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.message .form-group3 textarea{
    width: 380px;
    height: 50px;
    font-size: 14px;
    color: #666;
    background: url(../images/m3.png) no-repeat 10px 20px;
    padding: 18px 20px 70px 50px;
}

.message .codeText{
    float: left;
    width: 150px;
    height: 38px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    background: #fff url(../images/m4.png) no-repeat 10px center;
    text-indent: 40px;
    margin-right: 15px;
}

.message .imgcode{
    float:left;
    width: 90px;
    height: 36px;
}

.message .anniu{
    width: 110px;
    height: 38px;
    border-radius: 5px;
    float: right;

}

.message .anniu button{
    border: none;
    cursor: pointer;
    width: 110px;
    height: 38px;
    background: #15348f;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}






/* case */

.case{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.case .case_fl{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.case .case_fl ul{
    text-align: center;

}

.case .case_fl ul li{
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 35px;
    margin: 0 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case .case_fl ul li .case_list {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    transition-duration: 0.7s;
    margin:7px 0 0 10px;
    background: #15348f;
    border-radius: 50%;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .case .case_fl ul li .case_list .case_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .case .case_fl ul li .case_list .case_img i{
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin: 0 auto;
  }

  .case .case_fl ul li .case_list .case_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 46px;
    height: 46px;
  }

  .case .case_fl ul li .case_list .case_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 46px;
    width: 1px;
    font-size: 0;
  }
  
  
  .case .case_fl ul li .case_list .case_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .case .case_fl ul li:hover .case_img {
    top:-46px;
  }

  .case .case_fl ul li.casehover .case_img {
    top:-46px;
  }


  .case .case_fl ul li:hover{
      background: #15348f;
      border: 1px solid #15348f;
  }

  .case .case_fl ul li.casehover{
    background: #15348f;
    border: 1px solid #15348f;
}

  .case .case_fl ul li:hover .case_list{
      background: #fff;
  }
  .case .case_fl ul li.casehover .case_list{
    background: #fff;
}

  .case .case_fl ul li h5 a{
      float: left;
      margin-left: 5px;
      width: 97px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 18px;
      color: #555;
      text-align: left;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .case .case_fl ul li:hover h5 a{
      color: #fff;

  }

  .case .case_fl ul li.casehover h5 a{
    color: #fff;

}

  .case .case_box{
      width: 1200px;
      height: 480px;
      margin: 30px auto 0 auto;
      overflow: hidden;
  }

  .case .case_box .bd{
    width: 1200px;
    margin: 0px auto 0 auto
  }

  .case .case_box .bd ul li{
      float: left;
      margin: 0 12px;
      width: 375px;
      height: 480px;
      position: relative;
  }

  .case .case_box .bd ul li .pic{
      position: relative;
      width: 375px;
      height: 300px;
      overflow: hidden;
  }
  .case .case_box .bd ul li .pic img{
    width: 375px;
    height: 300px;
  }

  .case .case_box .bd ul li .more{
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 90px;
      background: url(../images/ico1.png) repeat  center;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .case .case_box .bd ul li:hover .more{
      width: 100%;
  }

  .case .case_box .bd ul li .more img{
      width: 40px;
      height: 40px;
      display: block;
      margin: 25px auto 0 auto;
      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 .bd ul li:hover .more img{
      opacity: 1;
  }

  .case .case_box .bd ul li .txt{
      width: 285px;
      height: 150px;
      padding: 30px 45px 0 45px;
      background: #f5f5f5;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;

  }

  .case .case_box .bd ul li .txt h5 a{
    font-size: 16px;
    color: #444;
    text-align: center;
    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 .bd ul li .txt span{
      width: 50px;
      height: 1px;
      background: #c2c2c2;
      display: block;
      margin: 17px auto 20px auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .case .case_box .bd ul li .txt p{
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .case .case_box .bd ul li:hover .txt{
      background: #2b4799;

  }

  .case .case_box .bd ul li:hover .txt h5 a{
      color: #fff;
  }

  .case .case_box .bd ul li:hover .txt span{
      background: #fff;
  }

  .case .case_box .bd ul li:hover .txt p{
      color: #fff;
  }


/* about */

.ab_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 925px;
    background: url(../images/ab_bg.jpg) no-repeat bottom center;
}


.ab_bg .about{
    width: 1200px;
    margin:25px auto 0 auto;
    height: 375px;
}

.ab_bg .about .ab_img{
    float: left;
    width: 540px;
    height: 375px;
    margin-left: 60px;
}

.ab_bg .about .ab_img img{
    width: 540px;
    height: 375px;
}

.ab_bg .about .ab_nr{
    width: 600px;
    float: left;
}

.ab_bg .about .ab_nr span{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #cccccc;
    text-transform: uppercase;
    background: url(../images/ab_t.png) no-repeat left center;
    padding-left: 150px;
    margin-top: 30px;
}

.ab_bg .about .ab_nr h5{
    font-size: 24px;
    color: #444;
    margin-left: 60px;
    margin-top: 10px;

}

.ab_bg .about .ab_nr p{
    font-size: 15px;
    color: #444;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-left: 60px;
    margin-top: 15px;
}

.ab_bg .about .ab_nr .xq{
    margin-left: 60px;
    margin-top: 30px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #15348f;
}

.ab_bg .about .ab_nr .xq a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

/* fc */

.fc{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.fc .fc_list{
    margin: 0 auto;
    height: 36px;
}

.fc .fc_list ul {
    text-align: center;
}

.fc .fc_list ul li{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #444;
    margin: 0 20px;
}

.fc .fc_list ul li a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.fc .fc_list ul li.casehover{
    background: #15348f;
}

.fc .fc_box{
    margin: 30px auto  0 auto;
    position: relative;
}

.fc .fc_box  .fc_nr .bd{
    width: 1200px;
    margin: 0 auto;
}

.fc .fc_box ul li{
    float: left;
    width: 275px;
    margin: 0 12px;
    position: relative;
}

.fc .fc_box ul li .pic{
    width: 275px;
    height: 230px;
}

.fc .fc_box ul li .pic img{
    width: 275px;
    height: 230px;
}


.fc .fc_box ul li .txt{
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #e1e1e1;
}

.fc .fc_box ul li .txt h5 a{
    float: left;
    width: 210px;
    font-size: 14px;
    color: #444;
    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;
}


.fc .fc_box ul li .txt .more{
    font-size: 14px;
    color: #444;
    float: right;
}

.fc .fc_box ul li .txt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #15348f;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box ul li:hover .txt span{
    width: 100%;
}


.fc .fc_box  .fc_nr .next{
    position: absolute;
    left: -100px;
    top: 80px;
    width: 41px;
    height: 91px;
    background: url(../images/left.png) no-repeat center;
}

.fc .fc_box  .fc_nr .prev{
    position: absolute;
    right: -100px;
    top: 80px;
    width: 41px;
    height: 91px;
    background: url(../images/right.png) no-repeat center;
}

/* news */


.news{
    width: 1200px;
    margin: 55px auto  0 auto;
}

.news .news_box{
    width: 1200px;
    margin: 30px auto  0 auto;
    height: 510px;
}

.news .news_box .news_l{
    float: left;
    width: 575px;
}

.news .news_box .news_l .news_list{
    height: 30px;
    line-height: 30px;
    background: url(../images/buttom2.png) no-repeat left center;
    padding-left: 45px;
}

.news .news_box .news_l .news_list ul li{
    float: left;
    font-size: 18px;
    color: #444;
    margin-right: 0px;
}

.news .news_box .news_l .news_list ul li a{
    font-size: 18px;
    color: #444;
    display: block;
    float: left;

}

.news .news_box .news_l .news_list ul li.casehover a{
    border-bottom: 2px solid #15348f;

}

.news .news_box .news_l .news_nr{
    margin-top: 20px;
}

.news .news_box .news_l .news_nr .nr_top{
    height: 225px;
}

.news .news_box .news_l .news_nr .nr_top .news_img{
    float: left;
    width: 285px;
    height: 225px;
}

.news .news_box .news_l .news_nr .nr_top .news_img img{
    width: 285px;
    height: 225px;
}

.news .news_box .news_l .news_nr .nr_top .txt{
    width: 255px;
    float: right;
}

.news .news_box .news_l .news_nr .nr_top .txt h5 a{
    font-size: 15px;
    color: #444;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 20px 0 10px 0;
    
}

.news .news_box .news_l .news_nr .nr_top .txt h5 a:hover{
    color: #15348f;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.news .news_box .news_l .news_nr .nr_top .txt p{
    font-size: 13px;
    color: #555;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.news .news_box .news_l .news_nr .nr_top .txt .xq{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #15348f;
    margin-top: 30px;
    
}

.news .news_box .news_l .news_nr .nr_top .txt .xq a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
} 


.news .news_box .news_l .list{
    margin-top: 10px;

}

.news .news_box .news_l .list ul li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.news .news_box .news_l .list ul li a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 440px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .list ul li span{
    font-size: 16px;
    color: #999;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #15348f;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .list ul li:hover i{
    width: 100%;
}

.news .news_box .news_l .list ul li:hover a{
    color: #15348f;
}

.news .news_box .news_l .list ul li:hover span{
    color: #15348f;
}

.news .news_box .queston{
    float: right;
    width: 570px;
}

.news .news_box .queston .question_t{
    height: 30px;
    line-height: 30px;
    background: url(../images/buttom2.png) no-repeat left center;
    padding-left: 45px;
}

.news .news_box .queston .question_t a{
    display: block;
    font-size: 18px;
    color: #444;
    border-bottom: 2px solid #15348f;
    width: 80px;
}

.news .news_box .queston .question_nr{
    margin-top: 20px;
    width: 495px;
    height: 203px;
    background: #f5f5f5;
    padding: 20px 30px 0 45px;
} 


.news .news_box .queston .question_nr h5 a{
    font-size: 15px;
    color: #444;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 20px 0 10px 0;
    
}

.news .news_box .queston .question_nr h5 a:hover{
    color: #15348f;
}

.news .news_box .queston .question_nr p{
    font-size: 13px;
    color: #555;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news .news_box .queston .question_nr .xq{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #15348f;
    margin-top: 30px;
    
}

.news .news_box .queston .question_nr .xq a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
} 

.news .news_box .queston .list{
    margin-top: 10px;

}

.news .news_box .queston .list ul li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.news .news_box .queston .list ul li a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 440px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .queston .list ul li span{
    font-size: 16px;
    color: #999;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .queston .list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #15348f;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .queston .list ul li:hover i{
    width: 100%;
}

.news .news_box .queston .list ul li:hover a{
    color: #15348f;
}

.news .news_box .queston .list ul li:hover span{
    color: #15348f;
}


/* links */

.links{
    width: 1200px;
    margin: 35px auto 0 auto;
    overflow: hidden;
}

.links h3 {
    float: left;
    font-size: 16px;
    color: #15348f;
    font-weight: bold;
    background: url(../images/links_t.jpg) no-repeat left center;
    padding-left: 15px;

}

.links .yq {
    float: right;
    width: 1100px;
}

.links .yq a {
    font-size: 14px;
    color: #555;
    margin: 0 15px;
}