
/*-----------------------------------------------------------*/
/*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: 50px;
    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: 11px;
    height: 11px;
    margin: 12px;
    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 {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


  /*title*/

  .title{
      margin: 0 auto;
      text-align: center;
  }

  .title h3{
      font-size: 28px;
      color: #333333;
      font-weight: bold;
      margin: -40px auto 0 auto;

  }

  .title h3 a{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
  }

  .title span{
      display: block;
      font-size: 14px;
      color: #999;
      text-transform: uppercase;
      background: url(../images/title.png) no-repeat center;
      margin-top: 5px;
  }

  .title i{
      display: block;
      font-size: 50px;
      color: #eaecf3;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 50px;
  }


/*hz*/

.hz{
    width: 1280px;
    margin: 100px auto 0 auto;
}

.hz .hz_box{
    width: 1280px;
    margin: 25px auto 0 auto;
    position: relative;
}

.hz .hz_box .bd{
    width: 1280px;
    margin: 0px auto 0 auto;
}

.hz .hz_box .bd ul li{
    float: left;
    width: 224px;
    margin: 12px 16px 0 16px;
}

.hz .hz_box .bd ul li .pic{
    width: 222px;
    height: 138px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hz .hz_box .bd ul li .pic img{
    width: 222px;
    height: 138px;
}

.hz .hz_box .bd ul li .txt{
    height: 60px;
    line-height: 60px;
    
} 

.hz .hz_box .bd ul li .txt 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;
}

.hz .hz_box .bd ul li:hover .pic{
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
}

.hz .hz_box .bd ul li:hover .txt a{
    color: #0b56bc;
}
 
.hz .hz_box .next{
    position: absolute;
    left: -34px;
    top: 50px;
    background: #333 url(../images/left.png) no-repeat center;
    width: 50px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.hz .hz_box .prev{
    position: absolute;
    right: -34px;
    top: 50px;
    background: #333 url(../images/right.png) no-repeat center;
    width: 50px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.hz .hz_box .next:hover{
    background: #0b56bc url(../images/left.png) no-repeat center;
}

.hz .hz_box .prev:hover{
    background: #0b56bc url(../images/right.png) no-repeat center;
}


/*product*/

.pro_bg{
    width: 100%;
    height: 1085px;
    margin: 60px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.pro_bg .product .pro_box{
    margin: 40px auto 0 auto;
}

.pro_bg .product .pro_box .pro_l{
    float: left;
    width: 280px;
    background: #fff;
}

.pro_bg .product .pro_box .pro_l .pro_t{
    width: 280px;
    height: 110px;
    background: #0b56bc;
    text-align: center;

}

.pro_bg .product .pro_box .pro_l .pro_t a{
    display: block;
    font-size: 22px;
    color: #fff;
    padding-top: 25px;
}

.pro_bg .product .pro_box .pro_l .pro_t a i{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 3px;
}

.pro_bg .product .pro_box .pro_l .pro_con{
    margin: 1px auto 0 auto;

} 

.pro_bg .product .pro_box .pro_l .pro_con ul li{
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid #dedede;
    position: relative;
    z-index: 5;

}

.pro_bg .product .pro_box .pro_l .pro_con ul li a{
    font-size: 16px;
    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: 65px;
    background: url(../images/buttom3.png) no-repeat 38px center ;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li:hover a{
    color: #0b56bc;
    background: url(../images/buttom4.png) no-repeat 38px center ;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li::after{
    position: absolute;
    left: 0;
    top: 31px;
    width: 0px;
    height: 1px;
    background: #0b56bc;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l .pro_con ul li:hover::after{
    width: 38px;
}

.pro_bg .product .pro_box .pro_tab{
    float: right;
    width: 960px;
    height: 816px;
    background: #fff;
}

.pro_bg .product .pro_box .pro_tab .pro_list{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #dedede;
}

.pro_bg .product .pro_box .pro_tab .pro_list ul li{
    float: left;
    width: 160px;
    background: url(../images/xt1.png) no-repeat right center ;

}

.pro_bg .product .pro_box .pro_tab .pro_list ul li.p2{
    background: none;
}

.pro_bg .product .pro_box .pro_tab .pro_list ul li h5{
    padding-left: 60px;
    font-size: 16px;
    color: #333;
}

.pro_bg .product .pro_box .pro_tab .pro_list ul li.p1 h5{
    background: url(../images/pro1.png) no-repeat 30px center ;
} 

.pro_bg .product .pro_box .pro_tab .pro_list ul li.p2 h5{
    background: url(../images/pro2.png) no-repeat 30px center ;
} 

.pro_bg .product .pro_box .pro_tab .pro_list ul li.casehover h5{
    color: #0b56bc;
}

.pro_bg .product .pro_box .pro_tab .pro_list ul li.p1.casehover h5{
    background: url(../images/pro11.png) no-repeat 30px center ;
} 

.pro_bg .product .pro_box .pro_tab .pro_list ul li.p2.casehover  h5{
    background: url(../images/pro22.png) no-repeat 30px center ;
} 

.pro_bg .product .pro_box .pro_tab .pro_nr{
    margin: 40px auto 0 auto;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top{
    height: 355px;
    margin: 0 30px;
    position: relative;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd{
    width: 900px;
    margin: 0 auto;

}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li{
    float: left;
    width: 900px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .pic{
    width: 470px;
    height: 355px;
    background: #f8f8f8;
    float: left;

}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .pic img{
    width: 460px;
    height: 345px;
    margin: 5px;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .txt{
    float: right;
    width: 395px;
    margin-top: 30px;

} 

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .txt h5{
    font-size: 20px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin: 20px 0 25px 0;

}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .txt .more{
    width: 96px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dedede;
    padding: 0 10px;

}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li .txt .more a{
    display: block;
    font-size: 14px;
    color: #999999;
    background: url(../images/buttom5.png) no-repeat center right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul li:hover .txt h5{
    color: #0b56bc;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .bd ul :hover .txt .more a{
    color: #0b56bc;
    background: url(../images/buttom6.png) no-repeat center right;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .next{
    position: absolute;
    left: 510px;
    top: 288px;
    background: #0b56bc url(../images/left.png) no-repeat center ;
    width: 80px;
    height: 40px;
    cursor: pointer;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_top .prev{
    position: absolute;
    left: 591px;
    top: 288px;
    background: #333 url(../images/right.png) no-repeat center ;
    width: 80px;
    height: 40px;
    cursor: pointer;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show{
    margin: 40px 0 0 30px;

}


.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li{
    float: left;
    width: 290px;
    margin: 0 15px 0 0;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li .pic{
    width: 290px;
    height: 220px;
    background: #f8f8f8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li .pic img{
    width: 280px;
    height: 210px;
    margin: 5px;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li .txt{
    height: 45px;
    line-height: 45px;

} 

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li .txt a{
    font-size: 16px;
    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;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li:hover .pic{
    background: #f1f7ff;
}

.pro_bg .product .pro_box .pro_tab .pro_nr .pro_show ul li:hover .txt a{
    color: #0b56bc;
}


/*banner_1*/

.banner_1{
    width: 100%;
    height: 236px;
    margin: 0px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat  center;
  }
  
  .banner_1 .cont{
    width: 1280px;
    margin: 0 auto;
  }

  .banner_1 .cont .txt{
      padding: 140px 0 0 347px;
      float: left;

  }

  .banner_1 .cont .txt p{
      font-size: 16px;
      color: #fff;
      letter-spacing: 2px;

  }

  .banner_1 .cont .txt span{
      display: block;
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
  }

  .banner_1 .cont .zx{
      float: right;
      margin-top: 50px;
  } 

  .banner_1 .cont .zx .tel{
      text-align: center;
      font-size: 16px;
      color: #fff;
      letter-spacing: 1px;
  }

  .banner_1 .cont .zx .tel p{
    font-size: 22px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 3px;
  }

  .banner_1 .cont .zx .zixun{
      width: 145px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #fff;
      border-radius: 25px;
      margin: 30px auto 0 auto;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative;
  } 

  .banner_1 .cont .zx .zixun:hover{
    border: 1px solid #fff;
    background: #fff;
  }

  .banner_1 .cont .zx .zixun a{
      display: block;
      font-size: 16px;
      color: #fff;
      letter-spacing: 2px;
      padding-left: 50px;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .banner_1 .cont .zx .zixun a i{
      display: block;
      position: absolute;
      top: -6px;
      left:  -9px;
      width: 56px;
      height: 56px;
      background: url(../images/qq.png) no-repeat  center;
  }

  .banner_1 .cont .zx .zixun:hover a{
      color: #0b56bc;
  }



/*ys*/


.ys{
    width: 1280px;
    margin: 75px auto 0 auto;
}

.ys .ys_box{
    width: 1280px;
    margin: 40px auto 0 auto;
    position: relative;
}

.ys .ys_box .hd{
    width: 1280px;
    margin: 0px auto 0 auto;
    height: 90px; 
    background: #434343;
}

.ys .ys_box .hd ul li{
    float: left;
    width: 255px;
    height: 90px;
    border-right: 1px solid #666666;
    position: relative;
    z-index: 5;
}

.ys .ys_box .hd ul li img{
    float: left;
    width: 37px;
    height: 37px;
    margin: 26px 20px 0 65px;
}

.ys .ys_box .hd ul li h5{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;

}

.ys .ys_box .hd ul li h5 i{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.ys .ys_box .hd ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 90px;
    background: #0b56bc;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li.on::after{
    width: 100%;

}

.ys .ys_box .bd{
    width: 1190px;
    margin: 40px auto 0 auto;
    height: 455px;
    background: url(../images/ys_bg.jpg) no-repeat top center;
    padding: 0 45px;
} 

.ys .ys_box .bd ul li{
    float: left;
    width: 1190px;
    margin: 40px auto 0 auto;
}


.ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 560px;
    height: 417px;
    background: #fff;
}

.ys .ys_box .bd ul li .ys_img img{
    width: 554px;
    height: 411px;
    margin: 3px;
}

.ys .ys_box .bd ul li .txt{
    float: right;
    width: 585px;
    margin-top: 30px;
} 

.ys .ys_box .bd ul li .txt .ys_t{
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;

}

.ys .ys_box .bd ul li .txt .ys_t h5{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.ys .ys_box .bd ul li .txt .ys_t h5 i{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    margin-right: 7px;
}

.ys .ys_box .bd ul li .txt .ys_t h5 span{
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 5px;
}

.ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 36px;

}

.ys .ys_box .next{
    position: absolute;
    left: 552px;
    top: 534px;
    width: 50px;
    height: 50px;
    background: #0b56bc url(../images/left.png) no-repeat center;
    cursor: pointer;
} 

.ys .ys_box .prev{
    position: absolute;
    left: 602px;
    top: 534px;
    width: 50px;
    height: 50px;
    background: #333 url(../images/right.png) no-repeat center;
    cursor: pointer;
} 

.ys .ys_box .zx{
    position: absolute;
    top: 435px;
    left: 655px;
}

.ys .ys_box .zx .tel{
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: #666;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.ys .ys_box .zx .tel img{
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

@keyframes msClock {
    0%,70%,100% {
      transform: rotate(0) scale(1);
    }
    10%,30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,40% {
    transform: rotate(15deg) scale(1.1);
    }
}

.tel_img{
    width: 30px;
    height: 30px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}

.ys .ys_box .zx .zixun{
    float: left;
    margin-left: 105px;
    border: 1px solid #dedede;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .zx .zixun a{
    display: block;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .zx .zixun:hover{
    border: 1px solid #0b56bc;
    background: #0b56bc;
}

.ys .ys_box .zx .zixun:hover a{
    color: #fff;
}


/*case*/

.case{
    width: 1280px;
    margin: 80px auto 0 auto;
}

.case .case_box{
    width: 1280px;
    margin: 35px auto 0 auto;
}

.case .case_box ul li{
    float: left;
    width: 400px;
    margin: 0 13px;
}

.case .case_box ul li .pic{
    width: 400px;
    height: 300px;
    background: #f8f8f8;

}

.case .case_box ul li .pic img{
    width: 390px;
    height: 290px;
    margin: 5px;
}

.case .case_box ul li .txt{
    height: 77px;
    line-height: 77px;
    border-bottom: 1px solid #dedede;
    position: relative;

} 

.case .case_box ul li .txt h5 a{
    float: left;
    width: 200px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt .more{
    float: right;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt .more i{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333333 url(../images/more.png) no-repeat  center;
    display: block;
    float: right;
    margin: 28px 0 0 7px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0b56bc;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .txt::after{
    width: 100%;
}

.case .case_box ul li:hover .txt h5 a{
    color: #0b56bc;
}

.case .case_box ul li:hover .txt .more{
    color: #0b56bc;
}

.case .case_box ul li:hover .txt .more i{
    background: #0b56bc url(../images/more.png) no-repeat  center;
}


/*banner_2*/

.banner_2{
    width: 100%;
    height: 236px;
    margin: 80px auto 0 auto;
    background: url(../images/banner_2.jpg) no-repeat  center;
  }
  
  .banner_2 .cont{
    width: 1280px;
    margin: 0 auto;
  }

  .banner_2 .cont .txt{
      padding: 155px 0 0 497px;
      float: left;

  }

  .banner_2 .cont .txt span{
      display: block;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.5px;
  }

  .banner_2 .cont .zx{
      float: right;
      margin-top: 50px;
  } 

  .banner_2 .cont .zx .tel{
      text-align: center;
      font-size: 16px;
      color: #fff;
      letter-spacing: 1px;
  }

  .banner_2 .cont .zx .tel p{
    font-size: 22px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 3px;
  }

  .banner_2 .cont .zx .zixun{
      width: 145px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #fff;
      border-radius: 25px;
      margin: 30px auto 0 auto;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative;
  } 

  .banner_2 .cont .zx .zixun:hover{
    border: 1px solid #fff;
    background: #fff;
  }

  .banner_2 .cont .zx .zixun a{
      display: block;
      font-size: 16px;
      color: #fff;
      letter-spacing: 2px;
      padding-left: 50px;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .banner_2 .cont .zx .zixun a i{
      display: block;
      position: absolute;
      top: -6px;
      left:  -9px;
      width: 56px;
      height: 56px;
      background: url(../images/qq.png) no-repeat  center;
  }

  .banner_2 .cont .zx .zixun:hover a{
      color: #0b56bc;
  }

  
/*about*/

.about{
    width: 1280px;
    margin: 72px auto 0 auto;
}

.about .ab_box{
    width: 1280px;
    height: 435px;
    margin: 35px auto 0 auto;
}

.about .ab_box .ab_img{
    float: left;
    width: 607px;
    height: 435px;
}

.about .ab_box .ab_img img{
    width: 607px;
    height: 435px;
}

.about .ab_box .ab_nr{
    float: right;
    width: 595px;
    height: 435px;
    background: url(../images/ab_nr.jpg) no-repeat  center;
}

.about .ab_box .ab_nr .txt{
    margin-top: 85px;
    width: 530px;

}

.about .ab_box .ab_nr .txt h5{
    font-size: 20px;
    color: #333333;

}

.about .ab_box .ab_nr .txt p{
    font-size: 14px;
    color: #999;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 22px;
}

.about .ab_box .ab_nr .txt .more{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #0b56bc;
    text-align: center;
    margin-top: 33px;
}


.about .ry{
    width: 1280px;
    margin: 40px auto 0 auto;
    position: relative;
}

.about .ry .bd{
    width: 1280px;
    margin: 0 auto;
}

.about .ry .bd ul li{
    float: left;
    width: 290px;
    margin: 0 15px;
}

.about .ry .bd ul li .pic{
    width: 288px;
    height: 218px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ry .bd ul li .pic img{
    width: 278px;
    height: 208px;
    margin: 5px;
}

.about .ry .bd ul li .txt{
    height: 45px;
    line-height: 45px;

} 

.about .ry .bd ul li .txt h5 a{
    float: left;
    width: 150px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ry .bd ul li .txt .more{
    float: right;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ry .bd ul li:hover .pic{
    border: 1px solid #0b56bc;
}

.about .ry .bd ul li:hover .txt .more{
    color: #0b56bc;
}

.about .ry .next{
    position: absolute;
    left: -50px;
    top: 80px;
    width: 35px;
    height: 55px;
    background: #333 url(../images/left1.png) no-repeat  center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ry .prev{
    position: absolute;
    right: -50px;
    top: 80px;
    width: 35px;
    height: 55px;
    background: #333 url(../images/right1.png) no-repeat  center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ry .next:hover{
    background: #0b56bc url(../images/left1.png) no-repeat  center;
}

.about .ry .prev:hover{
    background: #0b56bc url(../images/right1.png) no-repeat  center;
}


/*news*/

.news_bg{
    width: 100%;
    height: 824px;
    margin: 65px auto 0 auto;
    background: url(../images/news_bg.jpg) no-repeat  center;
  }
  
  .news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 75px;
  }

  .news_bg .news .news_box{
      margin: 40px auto 0 auto;
      width: 1280px;
      height: 557px;
      background: #fff;
  }

  .news_bg .news .news_box .news_l{
      float: left;
      width: 865px;
  }

  .news_bg .news .news_box .news_l .news_list{
      height: 80px;
      line-height: 80px;
      border-bottom: 1px solid #dedede;
      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 h5{
    float: left;
    width: 190px;
    height: 80px;
    font-size: 18px;
    color: #666666;
    text-align: 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 .news_list ul li .more{
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    color: #333;
    display: none;
    -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.casehover .more{
    display: block;
}

.news_bg .news .news_box .news_l .news_list ul li.casehover h5{
    background: #0b56bc;
    color: #fff;
}

.news_bg .news .news_box .news_l .news_list ul li .more:hover{

    color: #0b56bc;
}

.news_bg .news .news_box .news_l .news_nr{
    margin: 40px 0 0 40px;
} 

.news_bg .news .news_box .news_l .news_nr .nr_l{
    float: left;
    width: 300px;
}

.news_bg .news .news_box .news_l .news_nr .nr_l .news_img{
    width: 300px;
    height: 225px;
}

.news_bg .news .news_box .news_l .news_nr .nr_l .news_img img{
    width: 300px;
    height: 225px;
}

.news_bg .news .news_box .news_l .news_nr .nr_l .txt{
    margin-top: 25px;
} 

.news_bg .news .news_box .news_l .news_nr .nr_l .txt h5 a{
    font-size: 16px;
    color: #333333;
    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_bg .news .news_box .news_l .news_nr .nr_l .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 20px 0;

}

.news_bg .news .news_box .news_l .news_nr .nr_l .txt .more{

}

.news_bg .news .news_box .news_l .news_nr .nr_l .txt .more span{
    float: left;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/buttom7.png) no-repeat left center; 
    padding-left: 23px;
    width: 101px;
    float: left;
}

.news_bg .news .news_box .news_l .news_nr .nr_l .txt .more  a{
    float: left;
    margin-left: 30px;
    background: url(../images/more3.png) no-repeat left center; 
    width: 17px;
    height: 10px;
    margin-top: 5px;
}

.news_bg .news .news_box .news_l .news_nr .nr_r{
    float: right;
    width: 482px;
} 

.news_bg .news .news_box .news_l .news_nr .nr_r ul li{
    height: 120px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 25px;

}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li .time{
    float: left;
    width: 80px;
    height: 90px;
    text-align: center;
    background: #f8f8f8;
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li .time span{
    display: block;
    font-size: 24px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 13px;
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li .time p{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li .txt{
    float: right;
    width: 375px;
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li .txt .txt_t{
    height: 30px;

}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li .txt .txt_t h5 a{
    float: left;
    width: 250px;
    font-size: 16px;
    color: #333333;
    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_bg .news .news_box .news_l .news_nr .nr_r ul li .txt .txt_t .more{
    float: right;
    width: 23px;
    height: 15px;
    background: url(../images/more1.png) no-repeat  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 .news_nr .nr_r ul li .txt  p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li:last-child{
    border-bottom: none;
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li:hover .txt .txt_t h5 a{
    color: #0b56bc;
    
}

.news_bg .news .news_box .news_l .news_nr .nr_r ul li:hover .txt .txt_t .more{
    background: url(../images/more2.png) no-repeat  center; 
}

.news_bg .news .news_box .question{
    float: right;
    width: 340px;
}

.news_bg .news .news_box .question .question_t{
    height: 80px;
    line-height: 80px;
    background: url(../images/news_xt.png) no-repeat  bottom center; 
}

.news_bg .news .news_box .question .question_t h5{
    float: left;
    font-size: 16px;
    color: #0b56bc;

}

.news_bg .news .news_box .question .question_t .more{
    float: right;
    font-size: 14px;
    color: #333;
    margin-right: 40px;
}

.news_bg .news .news_box .question .question_box{
    margin: 40px 0 0 0;
    width: 300px;
} 

.news_bg .news .news_box .question .question_box .bd{
    width: 300px;
}

.news_bg .news .news_box .question .question_box .bd ul li{
    height: 120px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.news_bg .news .news_box .question .question_box .bd ul li .wen{
    height: 28px;
    line-height: 28px;
}

.news_bg .news .news_box .question .question_box .bd ul li .wen span{
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    background: #0b56bc;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.news_bg .news .news_box .question .question_box .bd ul li .wen a{
    float: right;
    width: 250px;
    font-size: 16px;
    color: #333333;
    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_bg .news .news_box .question .question_box .bd ul li:hover .wen a{
    color: #0b56bc;
}

.news_bg .news .news_box .question .question_box .bd ul li .da{
    margin-top: 22px;
    height: 28px;
    line-height: 28px;
}

.news_bg .news .news_box .question .question_box .bd ul li .da span{
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    background: #333;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.news_bg .news .news_box .question .question_box .bd ul li .da p{
    float: right;
    width: 250px;
    font-size: 14px;
    color: #666666;
    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;
}


/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    height: 130px;
    background: #0d57bc;
}

.links_bg .links{
    width: 1280px;
    margin: 0 auto;
    padding-top: 35px;
}

.links_bg .links .links_t{
    float: left;
    background: url(../images/links.png) no-repeat bottom left; 
    height: 42px;
}

.links_bg .links .links_t span{
    display: block;
    font-size: 36px;
    color: #4e78c7;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 36px;
}

.links_bg .links .links_t h5{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: -30px;
}

.links_bg .links .yq{
    float: right;
    width: 1165px;
} 

.links_bg .links .yq a{
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
    background: url(../images/buttom8.png) no-repeat right center; 
    display: block;
    float: left;
    padding-right: 20px;
}