
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    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: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #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: 10px;
    background: #df6512;
    border: 2px solid #df6512;
    border-radius: 50%;
    -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%;
  }


/*about*/

.about{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 700px;
}

.about .ab_l{
    float: left;
    width: 535px;
}

.about .ab_l .ab_nr{
    margin-top: 75px;

}

.about .ab_l .ab_nr h5 a{
    display: block;
    font-size: 18px;
    color: #888888;
    background: url(../images/ab_t.png) left bottom no-repeat;
    height: 110px;
}

.about .ab_l .ab_nr i{
    display: block;
    background: url(../images/ab_xt.jpg) center no-repeat;
    width: 100px;
    height: 1px;
    margin-top: 30px;
}

.about .ab_l .ab_nr p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 224px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 35px;
}

.about .ab_l .ab_num{
    width: 660px;
    height: 120px;
    position: relative;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .06);
    margin-top: 40px;
}

.about .ab_l .ab_num ul li{
    float: left;
    width: 219px;
    height: 120px;
    border-right: 1px solid #d8d8d8;
    position: relative;
    text-align: center;
}

.about .ab_l .ab_num ul li:last-child{
    border-right: none;
}


.about .ab_l .ab_num ul li h5{
    position: relative;
    margin-top: 30px;
}

.about .ab_l .ab_num ul li h5 span{
    font-size: 30px;
    color: #df6512;
    font-family: Arial, Helvetica, sans-serif;

}

.about .ab_l .ab_num ul li h5 i{
    font-size: 14px;
    color: #df6512;
    position: relative;
    top: -12px;
    left: 8px;

}

.about .ab_l .ab_num ul li p{
    font-size: 14px;
    color: #333;

} 


.about .ab_r{
    float: right;
    width: 600px;
    top: -40px;
    z-index: 5;
    position: relative;
}

.about .ab_r .ab_img{
    width: 600px;
    height: 360px;
    margin-bottom: 20px;

}

.about .ab_r .ab_img img{
    width: 600px;
    height: 360px;
}

.about .ab_r .honor{
    width: 600px;
    height: 360px;
}

.about .ab_r .honor img{
    width: 600px;
    height: 360px;
}



/*fc*/

.fc{
    width: 1200px;
    margin: 75px auto 0 auto;
}

.fc ul li{
    float: left;
    margin: 0 40px 0 0;
    width: 270px;
    height: 237px;
    background: #f3f5f9;
    text-align: center;
    border-bottom: 3px solid #001e57;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc ul li.fc4{
    margin-right: 0;
}

.fc ul li span{
    display: block;
    width: 62px;
    height: 62px;
    margin: 36px auto 20px auto;

}

.fc ul li h5{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}
.fc ul li h5 i{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc ul li .more{
    margin: 40px auto 0 auto;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .06);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc ul li .more a{
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/buttom3.png) center no-repeat;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.fc ul li.fc1 span{
    background: url(../images/ab1.png) center no-repeat;
}

.fc ul li.fc2 span{
    background: url(../images/ab2.png) center no-repeat;
}

.fc ul li.fc3 span{
    background: url(../images/ab3.png) center no-repeat;
}

.fc ul li.fc4 span{
    background: url(../images/ab4.png) center no-repeat;
}

.fc ul li:hover{
    border-bottom: 3px solid #df6512;
}

.fc ul li em{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #001e57;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc ul li:hover em{
    height: 100%;
}

.fc ul li.fc1:hover span{
    background: url(../images/ab11.png) center no-repeat;
}

.fc ul li.fc2:hover span{
    background: url(../images/ab22.png) center no-repeat;
}

.fc ul li.fc3:hover span{
    background: url(../images/ab33.png) center no-repeat;
}

.fc ul li.fc4:hover span{
    background: url(../images/ab44.png) center no-repeat;
}

.fc ul li:hover h5{
    color: #fff;

}

.fc ul li:hover h5 i{
    color: #fff;
}

.fc ul li:hover .more{
    background: #df6512;
}

.fc ul li:hover .more a{
    background: url(../images/buttom4.png) center no-repeat;
}


/*product*/

.product_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 710px;
    background: #f3f5f9;
    padding-top: 75px;
    position: relative;
}

.product_bg .pro_t{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
}

.product_bg .pro_t .title_l{
    float: left;
}

.product_bg .pro_t h5{
    font-size: 18px;
    color: #888;

}

.product_bg .pro_t span{
    display: block;
    font-size: 28px;
    color: #001e57;
    font-weight: bold;
}

.product_bg .pro_t i{
    display: block;
    width: 100px;
    height: 1px;
    background: url(../images/news_t.png) center left  no-repeat;
    margin-top: 18px;
}

.product_bg .pro_t .pro_list{
    float: right;
    height: 34px;
    line-height: 34px;
}

.product_bg .pro_t .pro_list ul li{
    float: left;
    width: 180px;
    height: 34px;
    background: url(../images/xt1.png) center right  no-repeat;
}

.product_bg .pro_t .pro_list ul li a{
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    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;
}

.product_bg .pro_t .pro_list ul li.on{
    background: #df6512;
    border-radius: 5px;
}
.product_bg .pro_t .pro_list ul li.on a{
    color: #fff;
}


.product_bg .product_nr{
    width: 96%;
    margin: 50px auto 0 auto;
    position: relative;
}

.product_bg .product .pro_box{
    margin: 0 auto;
    position: relative;
}


  .product_bg .product .pro_box .swiper-slide{
      position: relative;
      width: 24% !important;
      margin: 0 0.5%;
  }

  .product_bg .product .pro_box .swiper-slide .pic{
      position: relative;
      padding-top: 74%;
  }

  .product_bg .product .pro_box .swiper-slide .pic img{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }

  .product_bg .product .pro_box .swiper-slide .pic .xq{
      position: absolute;
      left: 42%;
      top: 42%;
      width: 60px;
      height: 60px;
      background: url(../images/more4.png) center   no-repeat;
      opacity: 0;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product_bg .product .pro_box .swiper-slide:hover .pic .xq{
      opacity: 1;
  }

  .product_bg .product .pro_box .swiper-slide .txt{
      width: 90%;
      height: 58px;
      line-height: 58px;
      background: #fff;
      border-bottom: 2px solid #001e57;
      padding: 0 5%;
      position: relative;
      z-index: 5;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product_bg .product .pro_box .swiper-slide:hover .txt{
    border-bottom: 2px solid #df6512;
  }

  .product_bg .product .pro_box .swiper-slide .txt h5 a{
      float: left;
      font-size: 16px;
      color: #333333;
      width: 70%;
      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;

  }

  .product_bg .product .pro_box .swiper-slide .txt .more{
      float: right;
      background: url(../images/pro_more.png) no-repeat center ;
      width: 31px;
      height: 7px;
      margin-top: 25px;
      display: block;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product_bg .product .pro_box .swiper-slide .txt i{
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 58px;
      background: #001e57;
      z-index: -1;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product_bg .product .pro_box .swiper-slide:hover .txt i{
      width: 100%;

  }

  .product_bg .product .pro_box .swiper-slide:hover .txt h5 a{
      color: #fff;
  }

  .product_bg .product .pro_box .swiper-slide:hover .txt .more{
    background: url(../images/pro_more1.png) no-repeat center ;
  }


  .product_bg  .swiper-button-next{
    width: 50px;
    height: 26px;
    background: url(../images/right1.png) no-repeat center;
    right: 18.5%;
    top: 160px;

}

.product_bg   .swiper-button-prev{
    width: 50px;
    height: 26px;
    background: url(../images/left1.png) no-repeat center;
    left: 76.3%;
    top: 160px;

}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    display: none;
}


.product_bg .pro_more{
    margin: 5px auto 0 auto;
    background: url(../images/more.png) center no-repeat;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    position: relative;
    z-index: 5;
}

.product_bg .pro_more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-left: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .pro_more i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 50px;
    background: #001e57;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .pro_more:hover i{
    width: 100%;
}

.product_bg .pro_more:hover a{
    color: #fff;
}





  /*******平板********/
  @media (max-width: 1600px) {
    .product_bg  .swiper-button-next{
        right: 12%;
    
    }
    
    .product_bg   .swiper-button-prev{
        left: 81.7%;
    
    }

}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 860px;
    background: url(../images/ys_bg.jpg) center  no-repeat;
}


.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
    padding-top: 75px;
}

.ys_bg .ys .ys_t{
    text-align: center;
}

.ys_bg .ys .ys_t h5{
    font-size: 18px;
    color: #fff;

}

.ys_bg .ys .ys_t span{
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.ys_bg .ys .ys_t i{
    display: block;
    width: 100px;
    height: 1px;
    background: url(../images/ys_t.png) center  no-repeat;
    margin: 18px auto 0 auto;
}

.ys_bg .ys .ys_box{
    margin: 45px auto 0 auto;
}

.ys_bg .ys .ys_box .hd{
    margin: 0 auto;
    width: 1200px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    position: relative;
    width: 230px;
    height: 560px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .ys_nr{
    width: 230px;
    height: 380px;
    position: relative;
}

.ys_bg .ys .ys_box .hd ul li .ys_nr .ys_img{
    width: 230px;
    height: 380px;
    position: relative;
}

.ys_bg .ys .ys_box .hd ul li .ys_nr .ys_img img{
    width: 230px;
    height: 380px;
}

.ys_bg .ys .ys_box .hd ul li .ys_nr .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 380px;
    background: url(../images/ys_ico.png) center repeat;
    text-align: center;
}

.ys_bg .ys .ys_box .hd ul li .ys_nr .txt img{
    display: block;
    margin: 55px auto 35px auto;
    width: 60px;
    height: 60px;

}

.ys_bg .ys .ys_box .hd ul li .ys_nr .txt i{
    display: block;
    width: 1px;
    height: 100px;
    margin: 0 auto;
    background: #fff;

}

.ys_bg .ys .ys_box .hd ul li .ys_nr .txt h6{
    font-size: 20px;
    color: #df6512;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 25px 0 10px auto;

}

.ys_bg .ys .ys_box .hd ul li .ys_nr .txt h5{
    font-size: 20px;
    color: #fff;
}


.ys_bg .ys .ys_box .hd ul li .ys_on{
    width: 510px;
    height: 560px;
    position: absolute;
    left: 0px;
    top:0px;
    overflow: hidden;
    opacity: 0;
}

.ys_bg .ys .ys_box .hd ul li .ys_on .ys_img{
    width: 510px;
    height: 380px;
    position: relative;

}

.ys_bg .ys .ys_box .hd ul li .ys_on .ys_img img{
    width: 510px;
    height: 380px;
}

.ys_bg .ys .ys_box .hd ul li .ys_on .txt{
    width: 350px;
    height: 240px;
    background: #df6512;
    padding: 0 40px;
    border-top: 2px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    text-align: center;
    margin: -60px auto 0 auto;
}

.ys_bg .ys .ys_box .hd ul li .ys_on .txt span{
    display: block;
    margin: -30px auto 0 auto;
    border-radius: 50%;
    background: #001e57;
    width: 60px;
    height: 60px;
}

.ys_bg .ys .ys_box .hd ul li .ys_on .txt span img{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .hd ul li .ys_on .txt h5{
    font-size: 20px;
    color: #fff;
    margin: 15px auto 25px auto;

}

.ys_bg .ys .ys_box .hd ul li .ys_on .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.ys_bg .ys .ys_box .hd ul li.on{
    width: 510px;
}


.ys_bg .ys .ys_box .hd ul li.on .ys_on{
    opacity: 1;
}



/*case*/

.case{
    width: 100%;
    margin: 70px auto 0 auto;
}

.case .case_t{
    width: 1200px;
    margin: 0 auto;
    height: 90px;

}

.case .case_t .title_l{
    float: left;
}

.case .case_t h5{
    font-size: 18px;
    color: #888;

}

.case .case_t span{
    display: block;
    font-size: 28px;
    color: #001e57;
    font-weight: bold;
}

.case .case_t i{
    display: block;
    width: 100px;
    height: 1px;
    background: url(../images/news_t.png) center left  no-repeat;
    margin-top: 18px;
}

.case .case_t .more{
    float: right;
    background: url(../images/more.png) center  no-repeat;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
}

.case .case_t .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-left: 30px;
}


.case .case_box{
    width: 100%;
    margin: 50px auto 0 auto;
    height: 490px;
    position: relative;
}


.case .case_box .swiper-container {
    width: 100%;
    height: 100%;
}

.case .case_box .swiper-wrapper{
    height: 435px;
    margin-left: -455px;
}

.case .case_box .swiper-slide{

    position: relative;
    height: 490px;
    width: 580px !important;
    float: left;
    margin-right: 40px;
}

.case .case_box .swiper-slide .pic{
    width: 580px;
    height: 420px;
    position: relative;
    overflow: hidden;

}

.case .case_box .swiper-slide .pic img{
    width: 580px;
    height: 420px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.case .case_box .swiper-slide:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);

}

.case .case_box .swiper-slide .txt{
    position: relative;
    width: 540px;
    height: 90px;
    background: #fff;
    border-radius: 5px;
    z-index: 5;
    margin: -45px 20px 0 20px;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .06);
}

.case .case_box .swiper-slide .txt .txt_l{
    float: left;
    margin-left: 30px;
    width: 400px;
}

.case .case_box .swiper-slide .txt .txt_l a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 20px 0 8px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide .txt .txt_l p{
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;

}

.case .case_box .swiper-slide .txt .more{
    float: right;
    width: 60px;
    height: 90px;
    background: #001e57;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide .txt .more img{
    display: block;
    width: 22px;
    height: 22px;
    margin: 34px auto 0 auto;
}

.case .case_box .swiper-slide:hover .txt .txt_l a{
    color: #001e57;
}

.case .case_box .swiper-slide:hover .txt .more{
    background: #df6512;
}

.case .case_box .case_button{
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.case .case_box .case_button .swiper-button-next{
    position: absolute;
    left: -75px;
    top: -240px;
    width: 46px;
    height: 80px;
    background: url(../images/left.png) no-repeat center;
    cursor: pointer;
}

.case .case_box .case_button .swiper-button-prev{
    position: absolute;
    left: 1450px;
    top: -240px;
    width: 46px;
    height: 80px;
    background: url(../images/right.png) no-repeat center;
}

.case .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 0;
    opacity: 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}



/*news*/

.news_bg{
    width: 100%;
    height: 690px;
    margin: 70px auto 0 auto;
    background: #f3f5f9;
}


.news_bg .news{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.news_bg .news .news_t{
    height: 90px;

}

.news_bg .news .news_t .title_l{
    float: left;
}

.news_bg .news .news_t h5{
    font-size: 18px;
    color: #888;

}

.news_bg .news .news_t span{
    display: block;
    font-size: 28px;
    color: #001e57;
    font-weight: bold;
}

.news_bg .news .news_t i{
    display: block;
    width: 100px;
    height: 1px;
    background: url(../images/news_t.png) center left  no-repeat;
    margin-top: 18px;
}

.news_bg .news .news_t .more{
    float: right;
    background: url(../images/more.png) center  no-repeat;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
}

.news_bg .news .news_t .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-left: 30px;
}
 

.news_bg .news .news_box{
    margin: 30px auto 0 auto;
}

.news_bg .news .news_box .news_l{
    float: left;
    width: 770px;
}

.news_bg .news .news_box .news_l .news_list{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
}

.news_bg .news .news_box .news_l .news_list ul li{
    float: left;
}

.news_bg .news .news_box .news_l .news_list ul li:first-child{
    margin-right: 230px;
}

.news_bg .news .news_box .news_l .news_list ul li:last-child{
    background: url(../images/news_xt.png) center left  no-repeat;
    padding-left: 20px;
}

.news_bg .news .news_box .news_l .news_list ul li h5{
    font-size: 16px;
    color: #df6512;
    font-weight: bold;
    float: left;
    -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 .news_l .news_list ul li h5 img{
    vertical-align: middle;
    margin-right: 10px;
}

.news_bg .news .news_box .news_l .news_list ul li h5 i{
    font-size: 16px;
    color: #df6512;
    font-weight: normal;
    margin-left: 10px;
    text-transform: uppercase;
    -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 .news_l .news_list ul li .more{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    display: none;
}

.news_bg .news .news_box .news_l .news_list ul li.casehover .more{
    display: block;
}

.news_bg .news .news_box .news_l .news_list ul li.casehover h5{
    color: #001e57;

}

.news_bg .news .news_box .news_l .news_list ul li.casehover h5 i{
    color: #001e57;
}
 
.news_bg .news .news_box .news_l .nr_top{
    height: 180px;
    margin-top: 30px;
}

.news_bg .news .news_box .news_l .nr_top .news_img{
    width: 280px;
    height: 180px;
    float: left;
}

.news_bg .news .news_box .news_l .nr_top .news_img img{
    width: 280px;
    height: 180px;
}

.news_bg .news .news_box .news_l .nr_top .txt{
    float: right;
    width: 465px;
}

.news_bg .news .news_box .news_l .nr_top .txt a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 25px 0 20px 0;
}

.news_bg .news .news_box .news_l .nr_top .txt p{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news_bg .news .news_box .news_l .nr_top .txt span{
    display: block;
    font-size: 14px;
    color: #df6512;
    margin-top: 20px;
}


.news_bg .news .news_box .news_l .list{
    margin: 30px 0 auto;
    width: 800px;
}

.news_bg .news .news_box .news_l .list ul li{
    float: left;
    width: 355px;
    height: 80px;
    border-top: 1px solid #cccccc;
    margin-right: 45px;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_box .news_l .list ul li .list_l{
    float: left;
    width: 270px;
    margin-top: 18px;
}
 

.news_bg .news .news_box .news_l .list ul li .list_l a{
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../images/buttom5.png) no-repeat  left center;
    -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 .news_l .list ul li .list_l span{
    display: block;
    font-size: 14px;
    color: #888;
    margin: 8px 0 0 15px;
}
 
.news_bg .news .news_box .news_l .list ul li .more{
    float: right;
    width: 19px;
    height: 6px;
    background: url(../images/more1.png) no-repeat  center;
    margin-top: 50px;
    -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 .news_l .list ul li i{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #df6512;
    -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 .news_l .list ul li:hover i{
    width: 100%;
}

.news_bg .news .news_box .news_l .list ul li:hover .list_l a{
    background: url(../images/buttom6.png) no-repeat  left center;
    color: #001e57;
}

.news_bg .news .news_box .news_l .list ul li:hover .more{
    background: url(../images/more2.png) no-repeat  center;
}

.news_bg .news .news_box .question{
    float: right;
    width: 380px;
}

.news_bg .news .news_box .question .question_t{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #c9c9c9;
}

.news_bg .news .news_box .question .question_t h5{
    float: left;
    font-size: 16px;
    color: #df6512;
    font-weight: bold;
}

.news_bg .news .news_box .question .question_t h5 i{
    font-size: 16px;
    color: #df6512;
    font-weight: normal;
    margin-left: 10px;
    text-transform: uppercase;
}

.news_bg .news .news_box .question .question_t h5 img{
    vertical-align: middle;
    margin-right: 10px;
}

.news_bg .news .news_box .question .question_t .more{
    float: right;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.news_bg .news .news_box .question .question_img{
    width: 380px;
    height: 180px;
    margin-top: 30px;

}

.news_bg .news .news_box .question .question_img img{
    width: 380px;
    height: 180px;
}

.news_bg .news .news_box .question .list{
    margin-top: 10px;
}

.news_bg .news .news_box .question .list ul li{
    height: 45px;
    line-height: 45px;
}
 
 
.news_bg .news .news_box .question .list ul li a{
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 22px;
    background: url(../images/buttom7.png) no-repeat  left center;
    -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 .question .list ul li:hover a{
    color: #001e57;
}




/*message*/

.message_bg{
    width: 100%;
    height: 105px;
    margin: 0 auto;
    background: url(../images/message_bg.jpg) no-repeat center;
    padding-top: 55px;
}

.message_bg .message{
    width: 1200px;
    margin: 0 auto;
    height: 48px;
    border: 1px solid #efb289;
}

.message_bg .message .form-group1{
    float: left;
    width: 240px;
    height: 48px;
}

.message_bg .message .form-group1 input{
    width: 240px;
    height: 48px;
    background: url(../images/m1.png) no-repeat 10px center;
    text-indent: 35px;
    font-size: 14px;
    color: #f3f5f9;
}

.message_bg .message .form-group2{
    float: left;
    width: 240px;
    height: 48px;
}

.message_bg .message .form-group2 input{
    width: 240px;
    height: 48px;
    background: url(../images/m2.png) no-repeat 10px center;
    text-indent: 35px;
    font-size: 14px;
    color: #f3f5f9;
}

.message_bg .message .form-group3{
    float: left;
    width: 240px;
    height: 48px;
}

.message_bg .message .form-group3 textarea{
    width: 205px;
    height: 35px;
    background: url(../images/m3.png) no-repeat 10px center;
    font-size: 14px;
    color: #f3f5f9;
    padding-left: 35px;
    padding-top: 13px;
}

.message_bg .message .form-group4{
    float: left;
    width: 300px;
    height: 48px;
    background: #fff;
}

.message_bg .message .form-group4 .codeText{
    width: 140px;
    height: 48px;
    background: url(../images/m4.png) no-repeat 10px center;
    text-indent: 35px;
    font-size: 14px;
    color: #666666;
    float: left;
}

.message_bg .message .form-group4 .imgcode{
    float: right;
    width: 128px;
    height: 48px;
}

.message_bg .message .anniu{
    float: right;
    width: 180px;
    height: 50px;
    background: #001e57;
    margin-top: -1px;
}

.message_bg .message .anniu button{
    width: 180px;
    height: 50px;
    background: #001e57;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}