﻿/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 952px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 952px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 952px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 952px;
  }
  
  .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;
  }
  
  .fullSlide .hd ul .on {

  }
  
  .fullSlide .page_button{
      position: absolute;
      right: 63px;
      bottom: 24px;
      background: url(../images/xt2.png) no-repeat right top;
      width: 335px;
      height: 218px;
      z-index: 5;
  }
  .fullSlide .next {
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/bannerR.png) no-repeat right center;
    display: block;
    width: 75px;
    margin: 10px 0 0 77px;
  }
  
  .fullSlide .prev {
      font-size: 14px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 155px 0 0 0px;
      display: block;
  }


.banner_box{
    width: 100%;
    position: relative;
    height: 952px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    top: -150px;
}

.banner_box .banner_nr{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.banner_box .banner_nr .banner_fl{
    position: absolute;
    left: -40px;
    top: -952px;
    background: url(../images/ico1.png) repeat center;
    width: 300px;
    height: 720px;
    z-index: 5;
    padding-top: 232px;
    padding-left: 40px;
}

.banner_box .banner_nr .banner_fl dl{
    width: 250px;
    border-bottom: 1px solid #6b81b3;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;

}

.banner_box .banner_nr .banner_fl dl dt{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding-right: 35px;
    background: url(../images/buttom1.png) no-repeat right center;
    margin-bottom: 15px;

}

.banner_box .banner_nr .banner_fl dl dd a{
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 32px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    margin-right: 10px;
    min-width: 29%;
}


  /* 询盘*/
  i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 5;
    background: url(../images/xt1.png) no-repeat  center;
    height: 484px;
  }
  
  
  .topxunpan .xp span{
    position: relative;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    writing-mode: tb-rl;
    padding-top: 95px;
    letter-spacing: 2px;
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    vertical-align: middle;
  }

  .topxunpan .xp i {
    padding: 3px 5px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 80px;
    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: #022ea7;
    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: #022ea7;
  }
  
  .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;
  }



/*title*/
.title{
    margin: 0 auto;

}

.title h3{
    font-size: 36px;
    color: #4b4b4b;
}

.title h3 a{
    font-size: 36px;
    color: #4b4b4b;
}

.title i{
    display: block;
    font-size: 14px;
    color: #939393;
    letter-spacing: 5px;
}


/*service*/

.service_bg{
    width: 100%;
    height: 1108px;
    margin: -150px auto 0 auto;
    background: url(../images/fw_bg.jpg) no-repeat top center;
}

.service_bg .service{
    width: 1280px;
    margin: 0 auto;
    padding-top: 85px;
}

.service_bg .service .title{
    width: 420px;
    height: 96px;
    background: url(../images/fw_t.png) no-repeat top left;
}

.service_bg .service .title h3{
    padding-left: 53px;
    padding-top: 12px;
}

.service_bg .service .title i{
    padding-left: 110px;
    margin-top: 5px;
    letter-spacing: 5px;
}

.service_bg .service .service_l{
    float: left;
    width: 680px;
    margin-top: 75px;
}

.service_bg .service .service_l .txt{
    overflow: hidden;
}

.service_bg .service .service_l .txt h5{
    font-size: 24px;
    color: #3a3a3a;
    font-weight: bold;
    line-height: 30px;
    
}

.service_bg .service .service_l .txt span{
    display: block;
    background: url(../images/service.png) no-repeat top center;
    width: 197px;
    height: 20px;
    margin: 10px 0 12px 0;
}

.service_bg .service .service_l .txt p{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 38px;
}

.service_bg .service .service_l .service_list{
    width: 668px;
    height: 306px;
    padding: 17px;
    background: #dde6f7;
    border-radius: 8px;
    margin: 50px 0 0 -25px;
} 

.service_bg .service .service_l .service_list .hd{
    width: 668px;
    height: 306px;
    border-radius: 8px;
    background: #fff;
}

.service_bg .service .service_l .service_list .hd ul{
    padding: 25px 0 0 35px;
}

.service_bg .service .service_l .service_list .hd ul li{
    height: 68px;
    position: relative;
    float: left;
    padding: 17px 0 0 0;
    width: 270px;
    margin-right: 45px;
}

.service_bg .service .service_l .service_list .hd ul li::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 183px;
    height: 1px;
    background: #efefef;
    content: "";
}

.service_bg .service .service_l .service_list .hd ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.service_bg .service .service_l .service_list .hd ul li a span{
    display: block;
    width: 49px;
    height: 49px;
    background: #e0e5eb;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service_bg .service .service_l .service_list .hd ul li a span i{
    display: block;
    width: 49px;
    height: 49px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service_bg .service .service_l .service_list .hd ul li a b{
    display: block;
    margin-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    color: #727272;
    text-transform: uppercase;
    font-weight: normal;
}

.service_bg .service .service_l .service_list .hd ul li a b em{
    display: block;
    font-size: 20px;
    color: #383838;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-weight: normal;
    margin-bottom: 2px;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(1){
    width: 668px;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(1) a span i{
    background: url(../images/s1.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(2) a span i{
    background: url(../images/s2.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(3) a span i{
    background: url(../images/s3.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(4) a span i{
    background: url(../images/s4.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(5) a span i{
    background: url(../images/s5.png) no-repeat  center;
}


.service_bg .service .service_l .service_list .hd ul li.on a span{
    width: 49px;
    height: 49px;
    background: #012fa7;
    padding: 8px;

}

.service_bg .service .service_l .service_list .hd ul li.on{
    height: 75px;
    padding: 10px 0 0 0;
}

.service_bg .service .service_l .service_list .hd ul li.on a b{
    margin-top: 5px;
}

.service_bg .service .service_l .service_list .hd ul li.on a b em{
    font-weight: bold;
    background: url(../images/more2.png) no-repeat 110px center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(1).on a span i{
    background: url(../images/s11.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(2).on a span i{
    background: url(../images/s22.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(3).on a span i{
    background: url(../images/s33.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(4).on a span i{
    background: url(../images/s44.png) no-repeat  center;
}

.service_bg .service .service_l .service_list .hd ul li:nth-child(5).on a span i{
    background: url(../images/s55.png) no-repeat  center;
}

.service_bg .service .service_l .tel{
    margin-top: 30px;
} 

.service_bg .service .service_l .tel em{
    display: block;
    width: 69px;
    height: 3px;
    background: #e1e6ec;
}

.service_bg .service .service_l .tel i{
    display: block;
    font-size: 12px;
    color: #cecece;
    line-height: 18px;
    margin-top: 10px;
}

.service_bg .service .service_l .tel span{
    display: block;
    margin-top: 20px;
    line-height: 25px;
    background: url(../images/tel1.png) no-repeat left center;
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    padding-left: 30px;
}

.service_bg .service .bd{
    margin: 187px 60px 0 0;
    background: url(../images/ico2.png) repeat center;
    float: right;
    width: 444px;
    height: 591px;
} 

.service_bg .service .bd ul li{
    float: left;
    width: 444px;
    position: relative;
}

.service_bg .service .bd ul li .service_t{
    margin: 35px auto 0 auto;
    width: 380px;
    height: 170px;
    border-bottom: 1px solid #d1dae3;

}

.service_bg .service .bd ul li .service_t span{
    float: left;
    display: block;
    width: 149px;
    height: 149px;
    background: url(../images/buttom8.png) no-repeat right bottom;
}

.service_bg .service .bd ul li .service_t span img{
    display: block;
    width: 138px;
    height: 138px;
    border-bottom-right-radius: 65px;

}

.service_bg .service .bd ul li .service_t h5{
    width: 225px;
    float: right;

} 

.service_bg .service .bd ul li .service_t h5 a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.service_bg .service .bd ul li .service_t h5 a i{
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-right: 15px;
    position: relative;
    z-index: 5;
}

.service_bg .service .bd ul li .service_t h5 a i img{
    vertical-align: middle;

}

.service_bg .service .bd ul li .service_t h5 a em{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 15px;
}

.service_bg .service .bd ul li .service_t h5 a i::after{
    position: absolute;
    left: 5px;
    bottom: 2px;
    content: "";
    z-index: -1;
    width: 19px;
    height: 19px;
    background: #f15d39;
    border-radius: 50%;
}

.service_bg .service .bd ul li .more{
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #d1dae3;
    width: 100px;
    position: absolute;
    right: 35px;
    top: 170px;
}

.service_bg .service .bd ul li .more a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #d1dae3;
    text-transform: uppercase;
}

.service_bg .service .bd ul li .nr{
    margin-top: 20px;

}

.service_bg .service .bd ul li .nr a{
    font-size: 16px;
    color: #ffffff;
    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;
    line-height: 38px;
    min-width: 45%;
    float: left;
    margin-left: 5%;
}



/*product*/

.pro_bg{
    width: 100%;
    height: 1370px;
    margin: 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .title{
    width: 450px;
    height: 96px;
    background: url(../images/pro_t.png) no-repeat top left;
}

.pro_bg .product .title h3{
    padding-left: 90px;
    padding-top: 12px;
}

.pro_bg .product .title i{
    padding-left: 145px;
    margin-top: 5px;
    letter-spacing: 5px;
}

.pro_bg .product .pro_box{
    margin: 0px auto 0 auto;
    position: relative;
}

.pro_bg .product .pro_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    margin: 145px 20px  80px  20px;
    position: relative;
    width: 385px;
    height: 390px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    -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 .bd ul li .pic{
    width: 260px;
    height: 260px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin: -60px auto 0 auto;
    position: relative;

}

.pro_bg .product .pro_box .bd ul li .pic img{
    width: 244px;
    height: 244px;
    margin: 8px;
}

.pro_bg .product .pro_box .bd ul li .pic span{
    position: absolute;
    right: 0px;
    top: 155px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #012fa7;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    color: #fff;
   font-family: Georgia, 'Times New Roman', Times, serif;
   -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 .bd ul li .txt{
    margin: 27px auto 0 auto;
    text-align: center;

}

.pro_bg .product .pro_box .bd ul li .txt h5 a{
    color: #393939;
    font-size: 22px;
    font-weight: bold;
    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;
}

.pro_bg .product .pro_box .bd ul li .txt h5 a i{
    display: block;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;

}

.pro_bg .product .pro_box .bd ul li .txt em{
    display: block;
    width: 26px;
    height: 4px;
    background: #f25e3a;
    border-radius: 25px;
    margin: 15px auto 30px auto;

}

.pro_bg .product .pro_box .bd ul li .txt .more{
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 45px;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
    -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 .bd ul li .txt .more a{
    display: block;
    color: #757575;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 35px;
    background: url(../images/buttom2.png) no-repeat 23px center;
}

.pro_bg .product .pro_box .bd ul li:hover{
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
}

.pro_bg .product .pro_box .bd ul li::after{
    position: absolute;
    left: 43px;
    bottom: -80px;
    background: url(../images/buttom4.png) no-repeat center;
    content: "";
    width: 299px;
    height: 0px;
    -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 .bd ul li:hover::after{
    height: 73px;
}

.pro_bg .product .pro_box .bd ul li:hover .pic span{
    background: #f25e3a;
}

.pro_bg .product .pro_box .bd ul li:hover .txt .more{
    background: #f25e3a;
}

.pro_bg .product .pro_box .bd ul li:hover .txt .more a{
    color: #fff;
    background: url(../images/buttom3.png) no-repeat 23px center;
}

.pro_bg .product .pro_box .next{
    position: absolute;
    cursor: pointer;
    left: -70px;
    top: 290px;
    width: 23px;
    height: 40px;
    background: url(../images/left.png) no-repeat center;
}

.pro_bg .product .pro_box .prev{
    position: absolute;
    cursor: pointer;
    right: -70px;
    top: 290px;
    width: 23px;
    height: 40px;
    background: url(../images/right.png) no-repeat center;
}

.pro_bg .product .hd{
    margin: -20px auto 0 auto;
    position: relative;
    z-index: 5;
} 

.pro_bg .product .hd ul{
    text-align: center;
}

.pro_bg .product .hd ul li{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #012fa9;
    border-radius: 50%;
    margin: 0 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .hd ul li.on{
    width: 38px;
    border-radius: 45px;
}

/*gg_nr*/

.gg_nr{
    width: 1280px;
    margin: 0px auto 0 auto;
}

.gg_nr span{
    color: #1e3777;
    font-size: 58px;
    font-weight: bold;
    display: block;
    line-height: 43px;
    text-align: left;
    margin-left: -20px;
}

.gg_nr img{
    display: block;
    margin: 0px 0 30px 0 ;
}

.gg_nr p{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    width: 660px;
}

.gg_nr .tel{
    margin: 15px 0 0 0 ;
    background: url(../images/tel_bg.png) no-repeat center;
    width: 249px;
    height: 74px;
}

.gg_nr .tel i{
    color: #ffffff;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 18px;
}


/*ys*/

.ys{
    margin: 145px auto 0 auto;
    width: 1280px;
    position: relative;
}

.ys .ys_t{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    background: url(../images/ys_t.png) no-repeat top right;
    height: 158px;
    width: 530px;
}

.ys .ys_t h3{
    font-size: 36px;
    color: #4b4b4b;
    text-align: right;
    padding-top: 85px;

}

.ys .ys_t h3 i{
    font-size: 36px;
    color: #4b4b4b;
    font-weight: bold;
}

.ys .ys_box{
    margin: 0 auto;
    position: relative;
    padding-top: 60px;

}

.ys .ys_box .bd{
    width: 1165px;
    float: left;
}

.ys .ys_box .bd ul li{
    float: left;
    width: 1165px;
}

.ys .ys_box .bd ul li .ys_img{
    float: left;
    margin-left: -175px;
}

.ys .ys_box .bd ul li .ys_img img{

}

.ys .ys_box .bd ul li .txt{
    float: right;
    width: 525px;
    margin-top: 185px;
}

.ys .ys_box .bd ul li .txt h5{
    width: 435px;
    height: 97px;
    border-bottom: 1px solid #f1f1f1;
}

.ys .ys_box .bd ul li .txt h5 i{
    display: block;
    float: left;
    font-size: 40px;
    color: #373737;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: url(../images/ys_ico.png) no-repeat top right;
    margin-left: 5px;
    width: 75px;
    height: 65px;
    padding-top: 13px;
}

.ys .ys_box .bd ul li .txt h5 span{
    float: left;
    margin-left: 25px;
    font-size: 24px;
    color: #373737;
    margin-top: 18px;

}

.ys .ys_box .bd ul li .txt h5 span em{
    font-size: 14px;
    color: #a7a7a7;
    display: block;
    margin-top: 5px;
}

.ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    margin-top: 30px;
}

.ys .ys_box .bd ul li .txt b{
    display: block;
    font-size: 12px;
    color: #bdbdbd;
    font-weight: normal;
    line-height: 22px;
    margin-top: 20px;
}

.ys .ys_box .hd{
    float: right;
    width: 90px;
    height: 361px;
    background: #2e4885;
    margin-top: 210px;
}

.ys .ys_box .hd ul li{
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background:  #576d9e;
    border-radius: 50%;
    margin: 26px auto 0 auto;
    -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{
    background:  #fff;
    color: #0130a6;
}

.ys .ys_box .prev{
    position: absolute;
    right: 0px;
    top: 730px;
    background: url(../images/right1.png) no-repeat center;
    width: 90px;
    height: 62px;
    cursor: pointer;
}

.ys .ys_box .tel{
    position: absolute;
    left: 640px;
    top: 525px;
}

.ys .ys_box .tel span{
    display: block;
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #474747;
    font-weight: bold;
}

.ys .ys_box .tel i{
    display: block;
    font-size: 18px;
    color: #808080;
    font-weight: bold;
    margin-top: 5px;
}

.ys .ys_box .message{
    position: absolute;
    left: 640px;
    top: 640px;
    width: 635px;
}

.ys .ys_box .message .m_l{
    float: left;
    width: 470px;
}

.ys .ys_box .message .m_l .m_nr{
    height: 50px;
}

.ys .ys_box .message .m_l .form-group1{
    float: left;
    width: 215px;
    height: 50px;
    margin-right: 10px;
} 

.ys .ys_box .message .m_l .form-group1 input{
    width: 215px;
    height: 50px;
    font-size: 14px;
    color: #959595;
    text-indent: 30px;
    background: url(../images/m1.png) no-repeat 5px center;
}


.ys .ys_box .message .m_l .form-group2{
    float: left;
    width: 235px;
    height: 50px;
} 

.ys .ys_box .message .m_l .form-group2 input{
    width: 235px;
    height: 50px;
    font-size: 14px;
    color: #959595;
    text-indent: 30px;
    background: url(../images/m2.png) no-repeat 5px center;
}


.ys .ys_box .message .m_l .form-group3{
    float: left;
    width: 215px;
    height: 50px;
    margin-right: 10px;
} 

.ys .ys_box .message .m_l .form-group3 textarea{
    width: 185px;
    height: 37px;
    font-size: 14px;
    color: #959595;
    background: url(../images/m3.png) no-repeat 5px center;
    padding: 13px 0 0 30px;
}

.ys .ys_box .message .m_l .form-group4{
    float: left;
    width: 235px;
    height: 50px;
} 

.ys .ys_box .message .m_l .form-group4 input{
    width: 135px;
    height: 50px;
    font-size: 14px;
    color: #959595;
    text-indent: 30px;
    background: url(../images/m4.png) no-repeat 5px center;
    float: left;
}

.ys .ys_box .message .m_l .form-group4 .imgcode{
    float: right;
    width: 64px;
    height: 31px;
    margin-top: 10px;

}

.ys .ys_box .message .anniu{
    float: right;
    width: 79px;
    height: 79px;
}

.ys .ys_box .message .anniu button{
    width: 79px;
    height: 79px;
    cursor: pointer;
    border: none;
    background: url(../images/anniu.png) no-repeat  center;
}

.ys .ys_box .ys_xt{
    background: url(../images/ys_t1.png) no-repeat  center;
    position: absolute;
    left: -205px;
    top: 130px;
    width: 189px;
    height: 604px;
}

/*about*/

.ab_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 790px;
    overflow: hidden;
	margin-top:-150px;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    width: 595px;
}

.ab_bg .about .ab_l .title{
    width: 295px;
    height: 88px;
    background: url(../images/ab_t.png) no-repeat top left;
    margin: 0;
    width: 595px;
}

.ab_bg .about .ab_l .title h3{
    padding: 12px 0 0 80px;

}

.ab_bg .about .ab_l .title i{
    margin: 6px 0 0 140px;

}

.ab_bg .about .ab_l .txt{
    margin-top: 85px;


}

.ab_bg .about .ab_l .txt h5{
    color: #3252b3;
    font-size: 20px;
    font-weight: bold;
}

.ab_bg .about .ab_l .txt span{
    color: #858688;
    font-size: 12px;
    display: block;
    margin: 10px 0 25px 0;
} 

.ab_bg .about .ab_l .txt i{
    display: block;
    width: 40px;
    height: 2px;
    background: #dde6f7;

}

.ab_bg .about .ab_l .txt p{
    color: #797979;
    font-size: 16px;
    overflow: hidden;
    line-height: 38px;
    height: 266px;
    text-indent: 2em;
    margin-top: 30px;
}

.ab_bg .about .ab_l .txt .more{
    color: #fff;
    font-size: 16px;
    display: block;
    background:  #012fa7;
    border-radius: 45px;
    margin-top: 50px;
    width: 223px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.ab_bg .about .ab_img{
    float: right;
    width: 590px;
    height: 650px;
    margin-top: 70px;
}

.ab_bg .about .ab_img img{
    width: 590px;
    height: 650px;
}

.ab_bg .about .ab_xt{
    position: absolute;
    right: -320px;
    top: 670px;
    color: #dee7f8;
    font-size: 58px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 50px;
}


/*honor*/

.honor_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 695px;
    background: url(../images/ry_bg.jpg) no-repeat center;
    overflow: hidden;
}

.honor_bg .honor{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

.honor_bg .honor .honor_l{
    float: left;
    margin-top: 145px;
}


.honor_bg .honor .honor_l .title{
    width: 450px;
    background: url(../images/ry_t.png) no-repeat top left;
}

.honor_bg .honor .honor_l .title h3 {
    padding-left: 75px;
    padding-top: 14px;
    color: #fff;
}

.honor_bg .honor .honor_l .title i {
    padding-left: 75px;
    margin-top: 28px;
    color: #9099b4;
}

.honor_bg .honor .honor_l .txt{
    margin-top: 80px;
} 

.honor_bg .honor .honor_l .txt span{
    display: block;
    font-size: 16px;
    color: #fff;
}

.honor_bg .honor .honor_l .txt i{
    font-size: 12px;
    color: #8b92ac;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 25px;
    display: block;

}

.honor_bg .honor .honor_l .tel{
    margin-top: 40px;
    text-align: right;
    width: 340px;

}

.honor_bg .honor .honor_l .tel span{
    display: inline-block;
    background: url(../images/tel2.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #cdd1dd;
    font-weight: bold;
    margin-bottom: 10px;
}

.honor_bg .honor .honor_l .tel i{
    display: block;
    font-size: 18px;
    color: #cdd1dd;
    font-weight: bold;
}

.honor_bg .honor .honor_box{
    position: absolute;
    right: -320px;
    top: 70px;
    width: 1180px;
} 

.honor_bg .honor .honor_box .mySwiper{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 510px;
}

.honor_bg .honor .honor_box .mySwiper .swiper-slide{
    position: relative;
    background: #fff;
    height: 403px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.honor_bg .honor .honor_box .mySwiper .swiper-slide .pic{
    width: 82%;
    height: 308px;
    border: 1px solid #dbdbdb;
    position: relative;
    margin: 20px 9% 0 9%;

}

.honor_bg .honor .honor_box .mySwiper .swiper-slide .pic img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}

.honor_bg .honor .honor_box .mySwiper .swiper-slide .txt{
    height: 50px;
    line-height: 50px;
    background: url(../images/xt3.png) no-repeat bottom center;
    width: 82%;
    margin: 0 auto;
}

.honor_bg .honor .honor_box .mySwiper .swiper-slide .txt h5 a{
    float: left;
    width: 80%;
    font-size: 16px;
    color: #555;
    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;

}

.honor_bg .honor .honor_box .mySwiper .swiper-slide:hover .txt h5 a{
    color: #012fa7;

}

.honor_bg .honor .honor_box .mySwiper .swiper-slide .txt .more{
    display: block;
    float: right;
    background: url(../images/more3.png) no-repeat center;
    width: 16px;
    height: 16px;
    margin-top: 17px;
}

.honor_bg .honor .honor_box .mySwiper .swiper-button-next{
    background: url(../images/left1.png) no-repeat center;
    width: 68px;
    height: 54px;
    left: 80px;
    top: 500px;
}

.honor_bg .honor .honor_box .mySwiper .swiper-button-prev{
    background: url(../images/right2.png) no-repeat center;
    width: 68px;
    height: 54px;
    left: 35px;
    top: 554px;
}


.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {

    content: 'prev';
    display: none;

}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 9px;

}

.swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: #dde6f7;
    opacity: 1;

}

.swiper-pagination-bullet-active{
    background: #002ea6;

}
/*news*/

.news_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 891px;
    background: url(../images/news_bg.jpg) no-repeat center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.news_bg .news .title{
    width: 450px;
    height: 96px;
    background: url(../images/news_t.png) no-repeat top left;
}

.news_bg .news .title h3 {
    padding-left: 78px;
    padding-top: 14px;
}

.news_bg .news .title i {
    padding-left: 145px;
    margin-top: 5px;

}

.news_bg .news .news_list{
    position: absolute;
    left: 0px;
    top: 220px;
    z-index: 5;
}

.news_bg .news .news_list ul li{
    width: 86px;
    height: 243px;
    background: #dde6f7;
    margin-right: 3px;
    float: left;
    position: relative;
    z-index: 5;

}

.news_bg .news .news_list ul li a{
    display: block;
    font-size: 20px;
    color: #505050;
    writing-mode: tb-rl;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 55px 0 0 18px;
}

.news_bg .news .news_list ul li a i{
    display: block;
    font-size: 12px;
    color: #505050;
    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_list ul li::after{
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 0;
    content: "";
    background: #012fa7;
    height: 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li::before{
    position: absolute;
    left: 35px;
    top: 155px;
    width: 9px;
    height: 9px;
    content: "";
    background: url(../images/buttom5.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_list ul li.casehover::after{
    height: 300px;
}

.news_bg .news .news_list ul li.casehover::before{
    left: 30px;
    width: 16px;
    height: 106px;
    background: url(../images/buttom6.png) no-repeat  center;
}

.news_bg .news .news_list ul li.casehover a{
    color: #fff;
}

.news_bg .news .news_list ul li.casehover a i{
    color: #fff;
}

.news_bg .news .news_box{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.news_bg .news .news_box .news_top{
    width: 1000px;
    margin-left: 280px;
    height: 405px;
}

.news_bg .news .news_box .news_top .news_l{
    float: left;
    width: 625px;
    height: 405px;
    background: #f4f4f4;
}

.news_bg .news .news_box .news_top .news_l .news_img{
    width: 581px;
    height: 305px;
    margin: 22px 22px 0 22px;
    overflow: hidden;
}

.news_bg .news .news_box .news_top .news_l .news_img img{
    width: 581px;
    height: 305px;
    overflow: hidden;
    -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_top .news_l:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_bg .news .news_box .news_top .news_l .txt{
    width: 581px;
    margin: 20px auto 0 auto;
}


.news_bg .news .news_box .news_top .news_l .txt a{
    float: left;
    width: 410px;
    color: #555454;
    font-size: 18px;
    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;
    padding-left: 20px;
    background: url(../images/buttom7.png) no-repeat left center;
}

.news_bg .news .news_box .news_top .news_l:hover .txt a{
    color: #012fa7;
}
.news_bg .news .news_box .news_top .news_l .txt span{
    display: block;
    width: 108px;
    height: 34px;
    line-height: 34px;
    border-radius: 45px;
    border: 1px solid #e9e9e9;
    background: #fff;
    float: right;

}

.news_bg .news .news_box .news_top .news_l .txt span i{
    display: block;
    background: url(../images/buttom5.png) no-repeat 13px center;
    padding-left: 30px;
    color: #7e7e7e;
    font-size: 12px;
}


.news_bg .news .news_box .news_top .news_r{
    float: right;
    background: #f4f4f4;
    width: 340px;
    height: 405px;
}

.news_bg .news .news_box .news_top .news_r .news_img{
    width: 304px;
    height: 254px;
    margin: 22px 18px 0 18px;
    overflow: hidden;

}

.news_bg .news .news_box .news_top .news_r .news_img img{
    width: 304px;
    height: 254px;
    overflow: hidden;
    -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_top .news_r:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_bg .news .news_box .news_top .news_r .txt{
    margin: 20px auto 0 auto;
    width: 304px;
}


.news_bg .news .news_box .news_top .news_r .txt a{
    color: #555454;
    font-size: 18px;
    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;
    padding-left: 20px;
    background: url(../images/buttom7.png) no-repeat left center;
}

.news_bg .news .news_box .news_top .news_r:hover .txt a{
    color: #012fa7;
}

.news_bg .news .news_box .news_top .news_r .txt span{
    display: block;
    width: 108px;
    height: 34px;
    line-height: 34px;
    border-radius: 45px;
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-top: 23px;
}

.news_bg .news .news_box .news_top .news_r .txt span i{
    display: block;
    background: url(../images/buttom5.png) no-repeat 13px center;
    padding-left: 30px;
    color: #7e7e7e;
    font-size: 12px;
}

.news_bg .news .list{
    width: 1360px;
    margin: 50px auto 0 auto;
}

.news_bg .news .list ul li{
    float: left;
    width: 374px;
    height: 154px;
    border: 1px solid #e9e9e9;
    margin-right: 20px;
    padding: 0 20px;
}

.news_bg .news .list ul li b{
    margin-top: 32px;
    height: 40px;
    display: block;

}

.news_bg .news .list ul li b i{
    display: block;
    float: left;
    margin-top: 10px;
    width: 42px;
    height: 2px;
    background: #f25e3a;

}

.news_bg .news .list ul li b em{
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: url(../images/more.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 .list ul li a{
    color: #666666;
    font-size: 16px;
    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 .list ul li span{
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 15px;
}

.news_bg .news .list ul li:hover b em{
    background: #012fa7 url(../images/more1.png) no-repeat left center;
}
