
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 770px;
    overflow: hidden;
    background: url(../images/banner_bg.png) no-repeat bottom center;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 720px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 720px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    height: 80px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    width: 37px;
    height: 30px;
    padding-top: 50px;
  }

  .fullSlide .hd ul li:nth-child(1)::after{
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 0px;
    top: 50px;
    content: "0";
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .hd ul li:nth-child(2)::after{
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 0px;
    top: 50px;
    content: "0";
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .hd ul li:nth-child(3)::after{
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 0px;
    top: 50px;
    content: "0";
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .fullSlide .hd ul .on {
      color: #0e3ea8;
      font-size: 20px;
      font-weight: bold;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .hd ul li:nth-child(1).on::after{
    color: #0e3ea8;
    font-size: 20px;
    font-weight: bold;
  }

  .fullSlide .hd ul li:nth-child(2).on::after{
    color: #0e3ea8;
    font-size: 20px;
    font-weight: bold;
  }

  .fullSlide .hd ul li:nth-child(3).on::after{
    color: #0e3ea8;
    font-size: 20px;
    font-weight: bold;
  }

  .fullSlide .hd ul li::before{
      position: absolute;
      left: 12px;
      top: 0px;
      width: 2px;
      height: 0px;
      background: #0e3ea8;
      content: "";
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
  }

  .fullSlide .hd ul li.on::before{
    height: 46px;
  }
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }



/*title*/

 .title{

  }

.title span{
      display: block;
      font-size: 34px;
      color: #333333;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      line-height: 35px;
  }

  .title h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
  }

  .title h3 a{
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }

  .title h3 i{
      font-size: 24px;
      color: #0e3ea8;
      font-weight: bold;

  }



/*product*/

.pro_bg{
    width: 100%;
    height: 790px;
    margin: 80px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat bottom center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .pro_t{
    height: 100px;
}

.pro_bg .product .pro_t .title{
    float: left;
    margin-top: 5px;
}

.pro_bg .product .pro_t .t_r{
    float: right;
} 

.pro_bg .product .pro_t .t_r .trait{
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-right: 45px;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    height: 36px;
    position: relative;
    float: right;
    background: #0e3ea8;
    padding: 0 10px;
    border-radius: 5px;
}


.topxunpan .xp {
    position: relative;
    float: right;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #0e3ea8;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #0e3ea8;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.product .pro_box{
    width: 1280px;
    margin: 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    margin-top: 45px;
    width: 195px;
}

.product .pro_box .pro_l .pro_con{
    height: 595px;

}

.product .pro_box .pro_l .pro_con ul li{
    height: 68px;
    line-height: 68px;
    position: relative;


}

.product .pro_box .pro_l .pro_con ul li a{
    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;
    width: 180px;
}

.product .pro_box .pro_l .pro_con ul li:hover{
    background: url(../images/buttom3.png) no-repeat right center;
}

.product .pro_box .pro_l .pro_con ul li::after{
    position: absolute;
    content: "";
    left: -40px;
    top: 31px;
    width: 0px;
    height: 3px;
    background: #0e3ea8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_l .pro_con ul li:hover::after{
    width: 20px;
}

.product .pro_box .pro_l .more a{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;

}

.product .pro_box .pro_tab{
    float: right;
    width: 1070px;
}  

.product .pro_box .pro_tab ul li{
    float: left;
    width: 320px;
    margin: 0 0 47px  36px;
}

.product .pro_box .pro_tab ul li .pic{
    width: 318px;
    height: 246px;
    border: 1px solid #dcdcdc;

}

.product .pro_box .pro_tab ul li .pic img{
    width: 300px;
    height: 228px;
    margin: 9px;
}

.product .pro_box .pro_tab ul li .txt{
    position: relative;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #ededed;
    width: 300px;
    margin: 0 auto;
    padding: 0 9px;

} 

.product .pro_box .pro_tab ul li .txt h5 a{
    float: left;
    width: 150px;
    padding-left: 25px;
    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;
    background: url(../images/buttom1.png) no-repeat left center;
}

.product .pro_box .pro_tab ul li .txt .more{
    display: block;
    float: right;
    font-size: 16px;
    color: #666666;
    padding-left: 40px;
    background: url(../images/buttom2.png) no-repeat left center;
}

.product .pro_box .pro_tab ul li .txt::after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px;
    background: #0e3ea8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_tab ul li:hover .txt::after{
    width: 100%;
}



/*banner_1*/

.banner_1{
    width: 100%;
    height: 400px;
    margin: 20px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat  center;
}

.banner_1 .cont{
    width: 1280px;
    margin: 0 auto;
    padding-top: 85px;
}

.banner_1 .cont .cont_nr{
    margin-left: 655px;
}

.banner_1 .cont .cont_nr .txt{

}

.banner_1 .cont .cont_nr .txt h5{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.banner_1 .cont .cont_nr .txt h5 i{
    font-size: 23px;
    color: #fff;
    font-weight: normal;
}

.banner_1 .cont .cont_nr .txt h5 em{
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}

.banner_1 .cont .cont_nr .txt span{
    display: block;
    font-size: 14px;
    color: #808daa;
    text-transform: uppercase;
    margin-top: 15px;
}

.banner_1 .cont .cont_nr .zx{
    margin-top: 55px;

} 

.banner_1 .cont .cont_nr .zx .tel{
    float: left;
    background: url(../images/tel.png) no-repeat left center;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
    color: #fff;
    padding-left: 45px;
}

.banner_1 .cont .cont_nr .zx .zixun{
    margin-left: 38px;
    width: 156px;
    height: 44px;
    line-height: 44px;
    background: #ffba00;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.banner_1 .cont .cont_nr .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.banner_1 .cont .cont_nr .zx .zixun:hover{
    border-radius: 45px;
}



/*case*/

.case_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
}

.case_bg .case .caes_t{
    height: 95px;
    position: relative;
}

.case_bg .case .caes_t::after{
    position: absolute;
    content: "";
    left: -320px;
    bottom: 0;
    width: 450px;
    height: 1px;
    background: #929292;
}

.case_bg .case .caes_t .title{
    float: left;
}

.case_bg .case .caes_t .more a{
    float: right;
    display: block;
    padding-right: 55px;
    font-size: 14px;
    color: #333;
    background: url(../images/more1.png) no-repeat right center;
    margin-top: 40px;
}

.case_bg .case .case_box{
    margin: 60px auto 0 auto;
} 

.case_bg .case .case_box .case_l{
    float: left;
    width: 626px;
}

.case_bg .case .case_box .case_l ul li{
    width: 626px;
    height: 226px;
    background: url(../images/case_list.jpg) no-repeat  center;
    margin-bottom: 35px;
}

.case_bg .case .case_box .case_l ul li .pic{
    float: left;
    width: 266px;
    height: 206px;
    margin: 10px;
    overflow: hidden;
}

.case_bg .case .case_box .case_l ul li .pic img{
    width: 266px;
    height: 206px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .case_l ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: cale(1.1);
    -o-transform: cale(1.1);
}

.case_bg .case .case_box .case_l ul li .txt{
    float: right;
    width: 290px;
    margin-right: 20px;
} 

.case_bg .case .case_box .case_l ul li .txt h5 a{
    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;
    margin-top: 40px;
}

.case_bg .case .case_box .case_l ul li .txt i{
    display: block;
    width: 28px;
    height: 3px;
    background: #ffba00;
    margin: 10px 0 25px 0;
}

.case_bg .case .case_box .case_l ul li .txt p{
    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_bg .case .case_box .case_l ul li .txt .more{
    display: block;
    background: url(../images/more2.png) no-repeat  center;
    width: 29px;
    height: 16px;
    margin-top: 50px;
}

.case_bg .case .case_box .case_l ul li:hover .txt h5 a{
    color: #0e3ea8;
}

.case_bg .case .case_box .case_r{
    float: right;
    width: 600px;
    position: relative;
} 

.case_bg .case .case_box .case_r .pic{
    width: 600px;
    height: 486px;
    background: #f7f7f7;
    position: relative;
}

.case_bg .case .case_box .case_r .pic img{
    width: 580px;
    height: 466px;
    margin: 10px;
}

.case_bg .case .case_box .case_r .txt{
    width: 364px;
    height: 76px;
    line-height: 76px;
    background: #fff;
    padding: 0 25px;
    position: absolute;
    right: 0;
    bottom: 0;

}

.case_bg .case .case_box .case_r .txt h5 a{
    float: left;
    width: 180px;
    font-size: 15px;
    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_bg .case .case_box .case_r .txt .more{
    display: block;
    background: url(../images/more2.png) no-repeat  center;
    width: 29px;
    height: 16px;
    margin-top: 30px;
    float: right;
}

.case_bg .case .case_box .case_r:hover .txt h5 a{
    color: #0e3ea8;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 55px auto 0 auto;
    height: 954px;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 85px;
    position: relative;
}

.ys_bg .ys .ys_xt{
    position: absolute;
    right: -200px;
    top: 110px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 22px;
    writing-mode:tb-rl;
}

.ys_bg .ys .title{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 79px;
}

.ys_bg .ys .title span{
    color: #fff;
}

.ys_bg .ys .title h3{
    color: #fff;
}

.ys_bg .ys .title h3 i{
    color: #ffba00;
} 

.ys_bg .ys .title p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 10px;
    margin-top: 10px;
}


.ys_bg .ys .ys_box{
    position: relative;
    width: 1280px;
}

.ys_bg .ys .ys_box .hd{
    margin-left: 880px;
    height: 650px;
    margin-top: 25px;
    margin-right: 20px;
}

.ys_bg .ys .ys_box .hd ul li{
    height: 124px;
    background: url(../images/ys_xt.png) no-repeat bottom right;
}

.ys_bg .ys .ys_box .hd ul li span{
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 27px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ys_bg .ys .ys_box .hd ul li i{
    display: block;
    float: left;
    width: 95px;
    height: 2px;
    background: #333333;
    margin: 61px 0 0 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ys_bg .ys .ys_box .hd ul li h5{
    float: left;
    margin-left: 18px;
    font-size: 16px;
    color: #333;
    line-height: 124px;
    -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 h6{
    font-size: 65px;
    color: #f8f8f8;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    line-height: 124px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;

}

.ys_bg .ys .ys_box .hd ul li.ys1 span{
    background: #ffba00 url(../images/ys_ico1.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span{
    background: #ffba00 url(../images/ys_ico2.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span{
    background: #ffba00 url(../images/ys_ico3.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span{
    background: #ffba00 url(../images/ys_ico4.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.on span{
    opacity: 1;
}

.ys_bg .ys .ys_box .hd ul li.on  i{
    opacity: 1;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
   font-weight: bold;
   font-size: 18px;
}


.ys_bg .ys .ys_box .hd ul li.on  h6{
    opacity: 1;
}

.ys_bg .ys .ys_box .bd{
    width: 1280px;
    margin: 75px auto 0 auto;
} 

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li h5{
    float: left;
    width: 200px;
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-left: 25px;
    background: url(../images/buttom4.png) no-repeat left 15px;

}

.ys_bg .ys .ys_box .bd ul li i{
    display: block;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;

}

.ys_bg .ys .ys_box .bd ul li p{
    float: right;
    height: 51px;
    background: url(../images/buttom5.png) no-repeat left top;
    padding-left: 60px;
    width: 995px;
    font-size: 15px;
    color: #444444;
    line-height: 30px;
}

.ys_bg .ys .ys_box  .honor{
    position: absolute;
    left: 565px;
    top: 465px;
    width: 224px;
    height: 162px;
    background: #fff;
}

.ys_bg .ys .ys_box  .honor img{
    width: 204px;
    height: 142px;
    margin: 10px;
    
}



/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 815px;
    background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}

.ab_bg .about .title{
    text-align: center;
    margin: 0 auto;
}

.ab_bg .about .title h3{
    background: url(../images/ab_t.png) no-repeat  center;
}

.ab_bg .about .ab_list{
    margin: 57px auto 0 auto;
    height: 90px;
} 

.ab_bg .about .ab_list ul li{
    float: left;
    width: 280px;
    height: 90px;
    margin: 0 72px;
}

.ab_bg .about .ab_list ul li span{
    display: block;
    float: left;
    width: 92px;
    height: 90px;
    background: url(../images/ab_list.png) no-repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li span i{
    display: block;
    width: 92px;
    height: 90px;
}

.ab_bg .about .ab_list ul li a{
    display: block;
}

.ab_bg .about .ab_list ul li h5{
    float: left;
    margin-left: 22px;
    font-size: 18px;
    color: #333;
    margin-top: 13px;
}

.ab_bg .about .ab_list ul li h5 em{
    display: block;
    font-size: 16px;
    color: #999999;
    text-transform: capitalize;
    margin-top: 5px;
}

.ab_bg .about .ab_list ul li.ab1 span i{
    background: url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab2 span i{
    background: url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab3 span i{
    background: url(../images/ab3.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.on span{
    background: url(../images/ab_list1.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab1.on span i{
    background: url(../images/ab11.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab2.on span i{
    background: url(../images/ab22.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab3.on span i{
    background: url(../images/ab33.png) no-repeat  center;
}

.ab_bg .about .ab_box{
    margin-top: 100px;
    width: 650px;

} 

.ab_bg .about .ab_box h5{
    width: 285px;
    height: 56px;
    line-height: 56px;
    background: #f7f7f7;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-left: 365px;

}

.ab_bg .about .ab_box p{
    text-align: right;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 38px;
}

.ab_bg .about .ab_box .more{
    float: right;
    display: block;
    padding-right: 55px;
    font-size: 14px;
    color: #333;
    background: url(../images/more1.png) no-repeat right center;
    margin-top: 90px;
}




/*hz*/

.hz_bg{
    width: 100%;
    margin: 0 auto;
    height: 510px;
    background: url(../images/hz_bg.jpg) no-repeat  center;
}

.hz_bg .hz{
    width: 1280px;
    margin: 0 auto;
    padding-top: 75px;
}

.hz_bg .hz .hz_t{
    overflow: hidden;
}

.hz_bg .hz .hz_t .title{
    float: left;
}

.hz_bg .hz .hz_t .title span{
    color: #fff;
}

.hz_bg .hz .hz_t .title h3{
    color: #fff;
}

.hz_bg .hz .hz_t .title h3 i{
    color: #ffba00;
} 

.hz_bg .hz .hz_t .title p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 10px;
    margin-top: 10px;
}

.hz_bg .hz .hz_t .more{
    float: right;
    width: 172px;
    height: 44px;
    line-height: 44px;
    background: url(../images/more3.png) no-repeat  center;
    margin-top: 40px;
}
 
.hz_bg .hz .hz_t .more a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left: 38px;
}

.hz_bg .hz .hz_box{
    margin: 55px auto 0 auto;
    position: relative;
} 

.hz_bg .hz .hz_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.hz_bg .hz .hz_box .bd ul li{
    float: left;
    width: 300px;
    height: 184px;
    background: #fff;
    margin: 0 10px;
}

.hz_bg .hz .hz_box .bd ul li .pic{
    width: 280px;
    height: 114px;
    margin: 10px;
    overflow: hidden;
}

.hz_bg .hz .hz_box .bd ul li .pic img{
    width: 280px;
    height: 114px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hz_bg .hz .hz_box .bd ul li .txt a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 46px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
 
.hz_bg .hz .hz_box .next{
    position: absolute;
    left: -90px;
    top: 80px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center;
    width: 51px;
    height: 18px;
}

.hz_bg .hz .hz_box .prev{
    position: absolute;
    right: -90px;
    top: 80px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center;
    width: 51px;
    height: 18px;
}

.hz_bg .hz .hz_box .bd ul li:hover .txt a{
    color: #0e3ea8;
}

.hz_bg .hz .hz_box .bd ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/*news*/

.news_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 830px;
    background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.news_bg .news .news_t{
   overflow: hidden;
   height: 100px;
}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .more a{
    float: right;
    display: block;
    padding-right: 55px;
    font-size: 14px;
    color: #333;
    background: url(../images/more1.png) no-repeat right center;
    margin-top: 40px;
}


.news_bg .news .news_list{
    position: absolute;
    left: 0;
    top: 190px;
}

.news .news_list ul li{
    float: left;
    width: 148px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c7c7c7;
    background: #fff;
    border-radius: 25px;
    margin-right: 57px;
    position: relative;
    z-index: 5;
}

.news .news_list ul li a{
    display: block;
    padding-left: 55px;
    font-size: 17px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 23px center ;
}

.news .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 23px center ;
}

.news .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 23px center ;
}

.news .news_list ul li::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: #0e3ea8;
    border-radius: 25px;
    width: 0;
    height: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_list ul li.casehover a{
    color: #fff;
}

.news .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 23px center ;
}

.news .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 23px center ;
}

.news .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 23px center ;
}


.news_bg .news .news_box{
    margin: 55px auto 0 auto;
    width: 1280px;
} 


.news .news_box  .news_l{
    float: left;
    width: 630px;
    height: 438px;
    position: relative;
    margin-top: 160px;
}

.news .news_box  .news_l .news_img{
    width: 630px;
    height: 438px;
    position: relative;
}

.news .news_box  .news_l .news_img img{
    width: 630px;
    height: 438px;
}

.news .news_box  .news_l .txt{
    position: absolute;
    left: 35px;
    top: 45px;
    width: 172px;
    height: 348px;
    background: #fff;
    padding: 0 30px;
}

.news .news_box  .news_l .txt a{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 55px 0 35px 0;
}

.news .news_box  .news_l .txt span{
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box  .news_l .txt .more{
    display: block;
    margin-top: 80px;
    background: url(../images/more4.png) no-repeat  center ;
    width: 43px;
    height: 43px;
}

.news .news_box  .news_l:hover .txt a{
    color: #0e3ea8;
}


.news .news_box  .news_r{
    float: right;
    width: 600px;
}

.news .news_box  .news_r ul li{
    height: 140px;
    width: 600px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 18px;
}

.news .news_box  .news_r ul li .news_img{
    float: left;
    width: 165px;
    height: 120px;
    overflow: hidden;
}

.news .news_box  .news_r ul li .news_img img{
    width: 165px;
    height: 120px;
    overflow: hidden;
    -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 ul li:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .news_box  .news_r ul li .txt{
    float: right;
    width: 430px;
    margin-top: 28px;
} 

.news .news_box  .news_r ul li .txt .time{
    float: left;
    width: 100px;
    text-align: center;
    background: url(../images/news_xt.png) no-repeat right center ;
}
.news .news_box  .news_r ul li .txt .time span{
    display: block;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    -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 ul li:hover .txt .time span{
    color: #0e3ea8;
}

.news .news_box  .news_r ul li .txt .time p{
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box  .news_r ul li .nr{
    float: right;
    width: 310px;
} 

.news .news_box  .news_r ul li .nr 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;
}

.news .news_box  .news_r ul li .nr p{
    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;
    margin-top: 15px;
}

.news .news_box  .news_r ul li:hover .nr a{
    color: #0e3ea8;
}

.news .news_box  .news_r ul li:last-child{
    border-bottom: none;
}

/*links*/


.links{
    width: 1280px;
    margin: 50px auto auto;
    position: relative;
    overflow: hidden;
}

.links .links_t{
    float: left;
    height: 60px;
    background: url(../images/links.png) no-repeat  left bottom ;
}

.links .links_t span{
    display: block;
    font-size: 25px;
    color: #444444;
    font-weight: bold;
    padding: 5px 0 0 45px;
}

.links .yq{
    float: right;
    width: 1140px;
} 

.links .yq a{
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}