
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 850px;
    background: #FFF;
    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 {
    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: #122573;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 12px;
    height: 7px;
    position: absolute;
    bottom: 15px;
    z-index: 9;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 50%;
  }
  
  .fullSlide .prev {
    width: 12px;
    height: 7px;
    position: absolute;
    bottom: 35px;
    z-index: 9;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 50%;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 850px;
    overflow: hidden;
    top: -150px;
  }

  .banner_box .trait_bg{
      width: 100%;
      height: 66px;
      margin: 0 auto;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 5;

  } 

  .banner_box .trait{
      width: 1300px;
      height: 66px;
      background: #fff;
      margin: 0 auto;
  }

  .banner_box .trait .notice{
    float: left;
    margin-left: 25px;
    width: 535px;
    height: 66px;
    overflow: hidden;
  }

  .banner_box .trait .notice .bd{
    height: 36px;
    margin-top: 15px;
  }

  .banner_box .trait .notice .bd ul li{
    height: 36px;
    line-height: 36px;
  }

  .banner_box .trait .notice .bd ul li a{
      float: left;
      width: 350px;
      font-size: 14px;
      color: #666;
      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: 15px;
      background: url(../images/buttom1.png) no-repeat  left center;
  }

  .banner_box .trait .notice .bd ul li span{
      float: right;
      font-size: 14px;
      color: #666;
      
  }

  .banner_box .trait .search{
      float: right;
      margin-right: 40px;
      width: 470px;
      height: 37px;
      background: #f5f5f5;
      border-radius: 25px;
      margin-top: 15px;
  }

  .banner_box .trait .search .search2{
      float: left;
      background: none;
      width: 300px;
      height: 37px;
      padding-left: 30px;
      font-size: 14px;
      color: #9a9a9a;
  }

  .banner_box .trait .search .search_s{
      float: right;
      width: 86px;
      height: 37px;

  } 

/*yewu*/

.yewu_bg{
    width: 100%;
    height: 583px;
    background: #f7f7f7;
    margin: -150px auto 0 auto;
}

.yewu_bg .yewu{
    width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.yewu_bg .yewu .bd{
    float: left;
    width: 1125px;
    height: 467px;
    overflow: hidden;
    position: relative;
}

.yewu_bg .yewu .bd ul li{
    float: left;
    width: 1125px;
    height: 467px;
    position: relative;
}

.yewu_bg .yewu .bd ul li .pic{
    float: left;
    width: 680px;
    height: 467px;
    background: #fff;
}

.yewu_bg .yewu .bd ul li .pic img{
    width: 664px;
    height: 451px;
    margin: 8px;
}

.yewu_bg .yewu .bd ul li .txt{
    width: 390px;
    height: 467px;
    float: right;
    position: relative;
}

.yewu_bg .yewu .bd ul li .txt .nr{
    overflow: hidden;
}

.yewu_bg .yewu .bd ul li .txt .nr h5{
    height: 60px;
    border-bottom: 1px solid #e1e1e1;

}

.yewu_bg .yewu .bd ul li .txt .nr h5 a{
    font-size: 24px;
    color: #10226b;
    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;
}

.yewu_bg .yewu .bd ul li .txt .nr h5 a i{
    font-size: 14px;
    color: #cccccc;
    text-transform: uppercase;
    margin-left: 8px;

}

.yewu_bg .yewu .bd ul li .txt .nr p{
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    height: 105px;
    overflow: hidden;
    margin-top: 25px;

}

.yewu_bg .yewu .bd ul li .txt .nr .more{
    display: block;
    font-size: 14px;
    color: #10226b;
    margin-top: 30px;
}

.yewu_bg .yewu .bd ul li .txt .list {
    width: 463px;
    height: 147px;
    background: url(../images/pro_nr.jpg) no-repeat  center;
    position: absolute;
    left: -170px;
    bottom: 50px;
}

.yewu_bg .yewu .bd ul li .txt .list  a{
    font-size: 20px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 40px;
    margin-top:45px;
}

.yewu_bg .yewu .bd ul li .txt .list  a img{
    height: 53px;
    width: 53px;
    float: left;
    margin-right: 30px;
}

.yewu_bg .yewu .bd ul li .txt .list  a span{
    font-size: 20px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-top: -3px;
}

.yewu_bg .yewu .bd ul li .txt .list  a span i{
    font-size: 12px;
    color: #8f9aca;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 8px;
}

.yewu_bg .yewu .hd{
    float: right;
    width: 99px;
    border-left: 1px solid #ededed;
} 

.yewu_bg .yewu .hd ul li{
    width: 99px;
    height: 99px;
}

.yewu_bg .yewu .hd ul li a{
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.yewu_bg .yewu .hd ul li a span{
    display: block;
    margin: 16px auto 9px auto;
    width: 45px;
    height: 45px;
}

.yewu_bg .yewu .hd ul li.pro1 a span{
    background: url(../images/pro1.png) no-repeat  center;
}

.yewu_bg .yewu .hd ul li.pro2 a span{
    background: url(../images/pro2.png) no-repeat  center;
}

.yewu_bg .yewu .hd ul li.pro3 a span{
    background: url(../images/pro3.png) no-repeat  center;
}

.yewu_bg .yewu .hd ul li.on{
    background: #122573;
}

.yewu_bg .yewu .hd ul li.on a{
    color: #fff;
}

.yewu_bg .yewu .hd ul li.pro1.on a span{
    background: url(../images/pro11.png) no-repeat  center;
}

.yewu_bg .yewu .hd ul li.pro2.on a span{
    background: url(../images/pro22.png) no-repeat  center;
}

.yewu_bg .yewu .hd ul li.pro3.on a span{
    background: url(../images/pro33.png) no-repeat  center;
}

.yewu_bg .yewu .hd .more{
    width: 99px;
    height: 99px;
}

.yewu_bg .yewu .hd .more a{
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.yewu_bg .yewu .hd .more a span{
    display: block;
    margin: 16px auto 9px auto;
    width: 45px;
    height: 45px;
}

.yewu_bg .yewu .next{
    position: absolute;
    right: 175px;
    top: 320px;
    z-index: 6;
    background: url(../images/left.jpg) no-repeat  center;
    width: 97px;
    height: 76px;
}

.yewu_bg .yewu .prev{
    position: absolute;
    right: 175px;
    top: 391px;
    z-index: 5;
    background: url(../images/right.jpg) no-repeat  center;
    width: 97px;
    height: 76px;
}

/*title*/

.title{
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/title.png) no-repeat  center 50px;
}

.title span{
    display: block;
    font-size: 32px;
    color: #f4f4f4;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}

.title h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.title h3 a{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.title i{
    display: block;
    width: 27px;
    height: 3px;
    background: #122573;
    margin: 3px auto 0 auto;
}


/*product*/

.product{
    width: 1300px;
    margin: 60px auto 0 auto;
}

.product .pro_list{
    margin: 30px auto 0 auto; 
    height: 35px;
}

.product .pro_list ul{
    text-align: center;
}

.product .pro_list ul li{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 134px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 5px;
}

.product .pro_list ul li a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_list ul li:hover{
    background: #122573;

}

.product .pro_list ul li:hover a{
    color: #fff;
}

.product .pro_box{
    margin: 35px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 419px;
    margin: 0 7px 12px 7px;
}

.product .pro_box ul li .pic{
    width: 419px;
    height: 279px;
    background: #122573;
}

.product .pro_box ul li .pic img{
    margin: 3px;
    width: 413px;
    height: 273px;
}
 
.product .pro_box ul li .txt{
    height: 53px;
    line-height: 59px;
    border-top: 6px solid #122573;
    border-bottom: 1px solid #e1e1e1;
    -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 h5 a{
    float: left;
    width: 340px;
    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;
}

.product .pro_box ul li .txt .more{
    float: right;
    width: 33px;
    height: 10px;
    background: url(../images/more1.png) no-repeat center;
    margin-top: 22px;
    -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:hover .txt{
    background: url(../images/pro_xt.jpg) no-repeat center;
}

.product .pro_box ul li:hover .txt h5 a{
    color: #fff;
    margin-left: 15px;
}

.product .pro_box ul li:hover .txt .more{
    background: url(../images/more2.png) no-repeat center;
    margin-right: 10px;
}

/*about*/

.about{
    width: 1300px;
    margin: 55px auto 0 auto;
}

.about .ab_box{
    width: 1300px;
    height: 475px;
    margin: 45px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.about .ab_box .ab_l{
    float: left;
    width: 555px;
    margin-top: 42px;
}

.about .ab_box .ab_l .txt{

}

.about .ab_box .ab_l .txt .ab_t{
    width: 480px;
    position: relative;

}

.about .ab_box .ab_l .txt .ab_t h3{
    font-size: 24px;
    color: #333;

}

.about .ab_box .ab_l .txt .ab_t span{
    display: block;
    font-size: 48px;
    color: #f4f4f4;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    line-height: 60px;
}

.about .ab_box .ab_l .txt .ab_t i{
    display: block;
    width: 42px;
    height: 3px;
    background: #122573;
    position: absolute;
    left: 0;
    top: 52px;
}

.about .ab_box .ab_l .txt p{
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 128px;
    overflow: hidden;

}

.about .ab_box .ab_l .txt .more{
    display: block;
    width: 143px;
    height: 38px;
    line-height: 38px;
    background: #122573;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 7px 0 0 330px;
}


.about .ab_box .ab_l .honor{
    float: left;
    width: 243px;
    height: 172px;
    border: 3px solid #f1f1f1;
    margin-top: -15px;
}

.about .ab_box .ab_l .honor img{
    width: 243px;
    height: 172px;

}

.about .ab_box .ab_l .ab_list{
    float: right;
    margin-top: 55px;
    margin-right: -40px;
}

.about .ab_box .ab_l .ab_list ul li{
    float: left;
    width: 153px;
    background: url(../images/xt.jpg) no-repeat  right 15px;
}

.about .ab_box .ab_l .ab_list ul li:last-child{
    background: none;
}

.about .ab_box .ab_l .ab_list ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.about .ab_box .ab_l .ab_list ul li a i{
    display: block;
    font-size: 12px;
    color: #e1e1e1;
    text-transform: uppercase;
}

.about .ab_box .ab_l .ab_list ul li a img{
    display: block;
    width: 46px;
    height: 37px;
    margin: 0 auto;
}

.about .ab_box .ab_img{
    float: right;
    width: 688px;
    height: 450px;
    margin-top: 25px;
} 

.about .ab_box .ab_img img{
    width: 688px;
    height: 450px;
}


/*fc*/

.fc{
    width: 1300px;
    margin: 45px auto 0 auto;
}

.fc .fc_l{
    float: left;
    width: 655px;
    height: 416px;
    position: relative;
}

.fc .fc_l .bd{
    width: 655px;
    height: 416px;
    margin: 0 auto;
    overflow: hidden;
}

.fc .fc_l .bd ul li{
    float: left;
    width: 655px;
    height: 416px;
    position: relative;
}

.fc .fc_l .bd ul li .pic{
    float: left;
    width: 580px;
    height: 414px;
    border: 1px solid #e1e1e1;

}

.fc .fc_l .bd ul li .pic img{
    width: 566px;
    height: 400px;
    margin: 7px;
}

.fc .fc_l .bd ul li .txt{
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 204px;
    height: 137px;
    background: #122573;
    padding-left: 25px;
} 

.fc .fc_l .bd ul li .txt h5 a{
    font-size: 18px;
    color: #f1f1f1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 25px;
}

.fc .fc_l .bd ul li .txt h5 a i{
    font-size: 14px;
    color: #586493;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 10px;
}

.fc .fc_l .bd ul li .txt .more{
 position: absolute;
 right: 0;
 bottom: 0;
 width: 56px;
 height: 40px;
 line-height: 40px;
 background: #192e83;
 display: block;
 text-align: center;
 font-size: 24px;
 color: #f1f1f1;

}

.fc .fc_l .pageState{
    position: absolute;
    right: 135px;
    bottom: 40px;
    z-index: 5;
    background: url(../images/buttom4.png) no-repeat  center;
    width: 51px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.fc .fc_l .pageState span{
    font-size: 26px;
    color: #fff;
}

.fc .ry{
    width: 630px;
    float: right;
}


.fc .ry .ry_t{

}

.fc .ry .ry_t h3{
    font-size: 24px;
    color: #333333;
}

.fc .ry .ry_t h3 i{
    font-size: 14px;
    color: #c9c9c9;
    text-transform: uppercase;
    margin-left: 2px;
}

.fc .ry .ry_t p{
    margin-top: 20px;
    height: 24px;
    background: url(../images/xt1.jpg) no-repeat  195px center;
}

.fc .ry .ry_t p span{
    float: left;
    display: block;
    font-size: 16px;
    color: #666;
}

.fc .ry .ry_t p .more{
    float: right;
    display: block;
    font-size: 14px;
    color: #666;
}


.fc .ry .ry_box{
    margin: 35px auto 0 auto;
}

.fc .ry .ry_box ul li{
    float: left;
    position: relative;
    width: 195px;
    height: 275px;
    margin-right: 10px;
    overflow: hidden;
}

.fc .ry .ry_box ul li:last-child{
    margin-right: 0;
}

.fc .ry .ry_box ul li .pic{
    width: 195px;
    height: 275px;
}

.fc .ry .ry_box ul li .pic img{
    width: 195px;
    height: 275px;

}

.fc .ry .ry_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 192px;
    height: 30px;
    line-height: 30px;
    background: #122573;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.fc .ry .ry_box ul li .txt a{
    font-size: 14px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .ry .ry_box ul li:hover .txt{
    bottom: 0;
}






/*case*/

.case{
    width: 1300px;
    margin: 72px auto 0 auto;
}

.case .case_box{
    width: 1300px;
    margin: 30px auto 0 auto;
}

.case .case_box .bd{
    width: 1300px;
    margin: 0px auto 0 auto;
}

.case .case_box .bd ul li{
    float: left;
    width: 305px;
    height: 275px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.case .case_box .bd ul li .pic{
    width: 303px;
    height: 222px;
    border: 1px solid #ececec;
    -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 .pic img{
    width: 303px;
    height: 222px;
    -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{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    -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{
    float: left;
    width: 200px;
    font-size: 14px;
    color: #666;
    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 .more{
    float: right;
    background: url(../images/more3.png) no-repeat center;
    width: 25px;
    height: 7px;
    margin-top: 22px;
}

.case .case_box .bd ul li .txt_on{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: url(../images/ico1.png) 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;
} 

.case .case_box .bd ul li .txt_on a{
    text-align: center;
    line-height: 273px;
    font-size: 18px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 240px;
}

.case .case_box .bd ul li .txt_on a i{
    background: url(../images/more.png) no-repeat center;
    margin-left: 15px;
    width: 25px;
    height: 7px;
    display: inline-block;
}

.case .case_box .bd ul li:hover .txt_on{
    height: 100%;
}

.case .case_box .bd ul li:hover .txt{
    opacity: 0;
}

.case .case_box .bd ul li:hover .pic{
    height: 273px;
}

.case .case_box .bd ul li:hover .pic img{
    height: 273px;
}

.case .case_box .hd{
    margin: 40px auto 0 auto;
}
 
.case .case_box .hd ul{
    text-align: center;
}

.case .case_box .hd ul li{
    display: inline-block;
    width: 52px;
    height: 1px;
    background: #e1e1e1;
    margin: 0 12px;
}

.case .case_box .hd ul li.on{
    background: #10226d;
    height: 2px;
}



/*news*/

.news{
    width: 1300px;
    margin: 60px auto 0 auto;
}

.news .news_box{
    width: 1300px;
    margin: 40px auto 0 auto;
    height: 513px;
}

.news .news_box .news_l{
    float: left;
    width: 597px;
    height: 512px;
    position: relative;
}

.news .news_box .news_l .bd{
    width: 597px;
    height: 512px;
}

.news .news_box .news_l .bd ul li{
    float: left;
    width: 597px;
    height: 512px;
    position: relative;
}

.news .news_box .news_l .bd ul li .pic{
    width: 597px;
    height: 512px;
    position: relative;
}

.news .news_box .news_l .bd ul li .pic img{
    width: 597px;
    height: 512px;
}

.news .news_box .news_l .bd ul li .txt{
    width: 527px;
    height: 58px;
    line-height: 58px;
    background: #10226d;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 70px;
}  

.news .news_box .news_l .bd ul li .txt a{
    float: left;
    width: 315px;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_box .news_l .bd ul li .txt span{
    float: right;
    font-size: 16px;
    color: #70799e;
}

.news .news_box .news_l .next{
    position: absolute;
    right: 16px;
    bottom: 35px;
    background: url(../images/left1.png) no-repeat  center;
    cursor: pointer;
    width: 15px;
    height: 8px;
    z-index: 5;
}  

.news .news_box .news_l .prev{
    position: absolute;
    right: 16px;
    bottom: 15px;
    background: url(../images/right1.png) no-repeat  center;
    cursor: pointer;
    width: 15px;
    height: 8px;
    z-index: 5;
}  

.news .news_box .news_r{
    float: right;
    width: 675px;
}

.news .news_box .news_r .news_top{
    height: 199px;
    position: relative;
}

.news .news_box .news_r .news_top .r_title{
    position: absolute;
    left: 335px;
    top: -5px;
}

.news .news_box .news_r .news_top .r_title a{
    font-size: 18px;
    color: #333333;

}

.news .news_box .news_r .news_top .r_title i{
    font-size: 12px;
    color: #e1e1e1;
    text-transform: uppercase;
    margin-left: 2px;
}

.news .news_box .news_r .news_top .bd{
    height: 200px;
    overflow: hidden;
}

.news .news_box .news_r .news_top .bd ul li{
    float: left;
    width: 675px;
    height: 199px;
}

.news .news_box .news_r .news_top .bd ul li .pic{
    width: 315px;
    height: 199px;
    float: left;

}

.news .news_box .news_r .news_top .bd ul li .pic img{
    width: 315px;
    height: 199px;
}

.news .news_box .news_r .news_top .bd ul li .pic h5{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 315px;
    height: 40px;
    line-height: 40px;
    background: #10226d;

}

.news .news_box .news_r .news_top .bd ul li .pic h5 a{
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 10px;
}

.news .news_box .news_r .news_top .bd ul li .txt{
    float: right;
    width: 340px;
    margin-top: 40px;
} 

.news .news_box .news_r .news_top .bd ul li .txt span{
    display: block;
    padding-left: 25px;
    font-size: 14px;
    color: #c0c0c0;
    background: url(../images/buttom3.png) no-repeat  left center;
}

.news .news_box .news_r .news_top .bd ul li .txt a{
    display: block;
    font-size: 12px;
    color: #10226d;
    margin-top: 12px;

}

.news .news_box .news_r .news_top .bd ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 10px;

}

.news .news_box .news_r .news_top .next{
    position: absolute;
    right: 55px;
    bottom: 0;
    width: 52px;
    height: 29px;
    background: url(../images/left2.png) no-repeat   center;
    cursor: pointer;
}

.news .news_box .news_r .news_top .prev{
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 52px;
    height: 29px;
    background: url(../images/right2.png) no-repeat   center;
    cursor: pointer;
}

.news .news_box .news_r .information{
    margin: 25px auto 0 auto;
}

.news .news_box .news_r .information .infor_t{

}

.news .news_box .news_r .information .infor_t a{
    font-size: 18px;
    color: #333333;
}

.news .news_box .news_r .information .infor_t a i{
    font-size: 12px;
    color: #e1e1e1;
    text-transform: uppercase;
    margin-left: 2px;
}

.news .news_box .news_r .information .list{
    margin-top: 15px;
}

.news .news_box .news_r .information .list ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.news .news_box .news_r .information .list ul li a{
    float: left;
    width: 380px;
    padding-left: 30px;
    font-size: 14px;
    color: #666666;
    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;
    background: url(../images/buttom2.png) no-repeat 3px center;
}

.news .news_box .news_r .information .list ul li span{
    float: right;
    font-size: 14px;
    color: #adadad;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r .information .list ul li:hover a{
    color: #122573;
}

.news .news_box .news_r .information .list ul li:hover span{
    color: #122573;

}

/*links*/

.links{
    width: 1300px;
    margin: 60px auto 0 auto;
}

.links .links_t{
    float: left;
    font-size: 12px;
    color: #999999;
    width: 85px;
    background: url(../images/links.png) no-repeat   right 20px;
}

.links .links_t span{
    display: block;
    font-size: 24px;
    color: #10226d;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.links .yq{
    float: right;
    width: 1195px;
    margin-top: 10px;
}

.links .yq a{
    font-size: 16px;
    color: #666666;
    margin: 0 10px;
}


/*message*/

.message_bg{
    width: 100%;
    height: 137px;
    margin: 40px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat  center;
}

.message_bg .message{
    width: 1300px;
    height: 94px;
    margin: 0 auto;
    padding-top: 43px;
}

.message_bg .message h5{
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.message_bg .message h5 span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #616d9e;
}

.message_bg .message .m_nr{
    float: right;
    width: 1160px;
}

.message_bg .message .m_nr .form-group1{
    float: left;
    margin-right: 15px;
    width: 168px;
    height: 52px;
    background: #fff;

}

.message_bg .message .m_nr .form-group1 input{
    width: 168px;
    height: 52px;
    background: url(../images/m1.png) no-repeat 12px center;
    text-indent: 50px;
    font-size: 14px;
    color: #c1c1c1;
}

.message_bg .message .m_nr .form-group2{
    float: left;
    margin-right: 15px;
    width: 251px;
    height: 52px;
    background: #fff;

}

.message_bg .message .m_nr .form-group2 input{
    width: 251px;
    height: 52px;
    background: url(../images/m2.png) no-repeat 12px center;
    text-indent: 50px;
    font-size: 14px;
    color: #c1c1c1;
}

.message_bg .message .m_nr .form-group3{
    float: left;
    margin-right: 15px;
    width: 549px;
    height: 52px;
    background: #fff;

}

.message_bg .message .m_nr .form-group3 textarea{
    width: 500px;
    height: 37px;
    background: url(../images/m3.png) no-repeat 12px center;
    font-size: 14px;
    color: #c1c1c1;
    padding: 15px 0 0 49px;
}

.message_bg .message .m_nr .anniu{
    float: right;
    width: 143px;
    height: 52px;
}

.message_bg .message .m_nr .anniu button{
    width: 143px;
    height: 52px;
    background: #fff;
    border:none;
    cursor: pointer;
    font-size: 18px;
    color: #10226d;

}