<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------*/
/*copyright by åŠ¨åŠ›æ—&nbsp;é™  www.btoe.cn*/
/*é‚®ç®± btoe@btoe.cn*/
/*åˆä½œç”µè¯ 400-0599-360*/
/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 86% !important;
    margin: 0 auto;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 25px;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 700px;
  }

  
  .fullSlide .hd {
    width: 7%;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    text-align: center;
    background: #fff url(../images/xt2.png) no-repeat top center;
    padding-top: 40px;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    zoom: 1;
    height: 90px;
    margin: 0 0 80px 0;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 24px;
    color: #dddddd;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    writing-mode: tb-rl;
  }
  
  .fullSlide .hd ul .on {
      color: #3488ea;
  }

  .fullSlide .hd ul li:nth-child(1)::before{
      position: absolute;
      left: 15px;
      top: 70px;
      content: "one";
  }

  
  .fullSlide .hd ul li:nth-child(2)::before{
    position: absolute;
    left: 15px;
    top: 234px;
    content: "two";
}


.fullSlide .hd ul li:nth-child(3)::before{
    position: absolute;
    left: 15px;
    top: 415px;
    content: "three";
}
  
  .fullSlide .next {
    width: 51px;
    height: 51px;
    position: absolute;
    bottom: 0%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 2%;
  }
  
  .fullSlide .prev {
    width: 51px;
    height: 51px;
    position: absolute;
    bottom: 70px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 2%;
  }

  .banner_box{
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative;
  }

  .banner_box .trait{
      position: absolute;
      left: 0px;
      top: 0px;
      width: 7%;
      text-align: center;
      background: url(../images/xt1.png) no-repeat top center;
      padding-top: 150px;
      font-size: 18px;
      color: #444444;
      writing-mode: tb-rl;
      margin: 0 auto;
      z-index: 5;
  }

  .banner_box .trait p{
      margin-right: 52px;
  }

  @media (max-width:1600px) {
    .banner_box .trait p{
        margin-right: 40px;
    }
}


/* è¯¢ç›˜*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    position: absolute;
    height: 60px;
    width: 360px;
    left: 0;
    bottom: 0;
    background: #3488ea;
    border-top-right-radius: 35px;
    z-index: 9;
}


.topxunpan .xp {
    position: relative;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 3px;
    margin: 0 40px 0 65px;
}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.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: #3488ea;
    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: #3488ea;
}

.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{
    overflow: hidden;
}

.title span{
    display: block;
    font-size: 60px;
    color: #d4dfec;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 50px;
}

.title h3{
    font-size: 30px;
    color: #484848;
    font-weight: bold;
    padding-left: 37px;
    background: url(../images/title.png) no-repeat left center;
}

.title h3 a{
    font-size: 30px;
    color: #484848;
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color: #777777;
    letter-spacing: 6px;
}

/* te*/

.te{
    width: 1200px;
    margin: 70px auto 0 auto;
}

.te .te_t{
    height: 120px;
    background: url(../images/pro_t.png) no-repeat right center;
}

.te .te_box{
    margin: 25px 0 0 -22px;
    width: 1240px;
} 

.te .te_box ul li{
    width: 248px;
    height: 183px;
    float: left;
    position: relative;
    background: url(../images/te_list.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;
}

.te .te_box ul li .txt{
    float: left;
    width: 130px;
    text-align: center;
    margin-left: 22px;
}

.te .te_box ul li .txt span{
    display: block;
    width: 54px;
    height: 42px;
    margin: 50px auto 17px auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.te .te_box ul li .txt h5{
    font-size: 14px;
    color: #444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te .te_box ul li .num{
    float: right;
    font-size: 30px;
    color: #dddddd;
    background: url(../images/buttom4.png) no-repeat right center;
    padding-right: 50px;
    line-height: 183px;
}

.te .te_box ul li.te5 .num{
    background: none;
}

.te .te_box ul li.te1 .txt span{
    background: url(../images/te1.png) no-repeat  center;
}

.te .te_box ul li.te2 .txt span{
    background: url(../images/te2.png) no-repeat  center;
}


.te .te_box ul li.te3 .txt span{
    background: url(../images/te3.png) no-repeat  center;
}

.te .te_box ul li.te4 .txt span{
    background: url(../images/te4.png) no-repeat  center;
}

.te .te_box ul li.te5 .txt span{
    background: url(../images/te5.png) no-repeat  center;
}


.te .te_box ul li:hover{
    background: url(../images/te_list1.png) no-repeat left center;
}

.te .te_box ul li:hover .txt h5{
    color: #fff;
}

.te .te_box ul li.te1:hover .txt span{
    background: url(../images/te11.png) no-repeat  center;
}

.te .te_box ul li.te2:hover .txt span{
    background: url(../images/te22.png) no-repeat  center;
}


.te .te_box ul li.te3:hover .txt span{
    background: url(../images/te33.png) no-repeat  center;
}

.te .te_box ul li.te4:hover .txt span{
    background: url(../images/te44.png) no-repeat  center;
}

.te .te_box ul li.te5:hover .txt span{
    background: url(../images/te55.png) no-repeat  center;
}

.te .te_box ul li.on{
    background: url(../images/te_list1.png) no-repeat left center;
}

.te .te_box ul li.on .txt h5{
    color: #fff;
}

.te .te_box ul li.te1.on .txt span{
    background: url(../images/te11.png) no-repeat  center;
}

.te .te_box ul li.te2.on .txt span{
    background: url(../images/te22.png) no-repeat  center;
}


.te .te_box ul li.te3.on .txt span{
    background: url(../images/te33.png) no-repeat  center;
}

.te .te_box ul li.te4.on .txt span{
    background: url(../images/te44.png) no-repeat  center;
}

.te .te_box ul li.te5.on .txt span{
    background: url(../images/te55.png) no-repeat  center;
}


/* product*/

.pro_bg{
    width: 100%;
    height: 881px;
    margin: 70px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .prodcut{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.pro_bg .prodcut .pro_l{
    width: 370px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 50px;

}

.pro_bg .prodcut .pro_l .pro_list{
    margin-top: 40px;
}

.pro_bg .prodcut .pro_l .pro_list ul li{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 100px;
    margin-right: 20px;
}

.pro_bg .prodcut .pro_l .pro_list ul li a{
    font-size: 15px;
    color: #555555;
    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;
    text-align: center;
}

.pro_bg .prodcut .pro_l .pro_list ul li:hover{
    background: url(../images/pro_xt.png) no-repeat  center 45px;
}

.pro_bg .prodcut .pro_box{
    margin: 0 auto;
    width: 1200px;
}

.pro_bg .prodcut .pro_box ul li:first-child{
    margin-left: 400px;
}

.pro_bg .prodcut .pro_box ul li{
    float: left;
    width: 370px;
    height: 350px;
    margin: 0 30px 55px 0;
}

.pro_bg .prodcut .pro_box ul li .txt{
    float: left;
    width: 50px;
}

.pro_bg .prodcut .pro_box ul li .txt h5{
    width: 50px;
    height: 230px;
    padding-top: 30px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .prodcut .pro_box ul li .txt h5 a{
    font-size: 15px;
    color: #555555;
    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;
    writing-mode: tb-rl;
    line-height: 50px;
    margin-bottom: 10px;
    height: 160px;
}

.pro_bg .prodcut .pro_box ul li .txt h5 i{
    display: block;
    width: 1px;
    height: 60px;
    background: #e1e1e1;
    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 .prodcut .pro_box ul li .txt .more{
    display: block;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 90px;
}

.pro_bg .prodcut .pro_box ul li .pic{
    float: left;
    width: 320px;
    height: 350px;
    
} 

.pro_bg .prodcut .pro_box ul li .pic img{
    width: 320px;
    height: 350px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pro_bg .prodcut .pro_box ul li:hover .txt h5{
    background: #3488ea;

}

.pro_bg .prodcut .pro_box ul li:hover .txt h5 a{
    color: #fff;
}

.pro_bg .prodcut .pro_box ul li.on .txt h5{
    background: #3488ea;

}

.pro_bg .prodcut .pro_box ul li.on .txt h5 a{
    color: #fff;
}

/* message*/

.message_bg{
    width: 100%;
    height: 485px;
    margin: 70px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat center;
}

.message_bg .message{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.message_bg .message .m_l{
    float: left;
    margin-left: 125px;
    width: 350px;
    margin-top: 150px;
}

.message_bg .message .m_l h5{
    font-size: 44px;
    color: #555555;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: right;

}

.message_bg .message .m_l h5 span{
    font-size: 52px;
    color: #3488ea;
    font-weight: bold;
}

.message_bg .message .m_l .zx{
    margin-top: 35px;
    width: 350px;
    height: 50px;
    line-height: 50px;
    background: #444444;
    border-radius: 25px;
}

.message_bg .message .m_l .zx .tel{
    float: left;
    width: 230px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.message_bg .message .m_l .zx .zixun{
    float: right;
    width: 120px;
    background: #3488ea;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.message_bg .message .m_l .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.message_bg .message .m_r{
    float: right;
    width: 570px;
    margin-right: 30px;
    margin-top: 35px;
}

.message_bg .message .m_r .nr{
    height: 56px;
}

.message_bg .message .m_r .form-group1{
    float: left;
    width: 250px;
    height: 55px;
    border-bottom: 1px solid #eaeaea;

}

.message_bg .message .m_r .form-group1 input{
    width: 250px;
    height: 55px;
    background: none;
    font-size: 14px;
    color: #555;
}

.message_bg .message .m_r .form-group2{
    float: right;
    width: 250px;
    height: 55px;
    border-bottom: 1px solid #eaeaea;

}

.message_bg .message .m_r .form-group2 input{
    width: 250px;
    height: 55px;
    background: none;
    font-size: 14px;
    color: #555;
}

.message_bg .message .m_r .form-group3{
    width:570px;
    height: 55px;
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0;

}

.message_bg .message .m_r .form-group3 textarea{
    width: 570px;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #555;
    padding-top: 15px;
}

.message_bg .message .m_r .form-group4{
    float: left;
    width:380px;
    height: 55px;
    border-bottom: 1px solid #eaeaea;
}

.message_bg .message .m_r .form-group4 input{
    float: left;
    width: 280px;
    height: 55px;
    background: none;
    font-size: 14px;
    color: #555;
}
 
.message_bg .message .m_r .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin-top: 19px;
}

.message_bg .message .m_r .anniu{
    float: right;
    width: 130px;
    height: 36px;
    margin-top: 18px;
}

.message_bg .message .m_r .anniu button{
    cursor: pointer;
    border: none;
    width: 130px;
    height: 36px;
    background: #3488ea;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 14px;
    color: #fff;
}


/* case*/

.case_bg{
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background: url(../images/case_bg.jpg) no-repeat  center;
}

.case_bg .case_t{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}


.case_bg .case_box{
    width: 98%;
    margin: 40px auto 0 auto;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
      position: relative;
  }

  .swiper-slide .pic{
      position: relative;
      width: 100%;
      padding-top: 123%;
  }

  .swiper-slide .pic img{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
  }

  .swiper-slide .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: url(../images/ico1.png) repeat  center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 5;
  }

  .swiper-slide .txt::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 55px;
    background: url(../images/ico2.png) repeat  center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .swiper-slide:hover .txt::after{
      width: 100%;

  }

  .swiper-slide .txt h5 a{
      float: left;
      margin-left: 5%;
      width: 80%;
      font-size: 16px;
      color: #fff;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .swiper-slide .txt .more{
    float: right;
    margin-right: 5%;
    font-size: 16px;
    color: #fff;
}

.case_box .swiper-button-next{
    position: absolute;
    right: 20%;
    top: -109px;
    background: url(../images/right.png) no-repeat center;
    width: 26px;
    height: 48px;
}

.case_box .swiper-button-prev{
    position: absolute;
    left: 65%;
    top: -109px;
    background: url(../images/left.png) no-repeat center;
    width: 26px;
    height: 48px;
}

.case_box .swiper-pagination{
    position: absolute;
    right: 27%;
    top: -119px;
}

.swiper-pagination-bullet{
    margin: 0 8px;
    width: 7px;
    height: 7px;
    background: #777777;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background: #3488ea;
}

@media (max-width:1600px) {
    .case_box .swiper-button-next{
        right: 14.5%;
        top: -109px;
    }
    
    .case_box .swiper-button-prev{
        left: 68%;
        top: -109px;
    }
    .case_box .swiper-pagination{
        right: 22.5%;
        top: -119px;
    }
}




/* ys*/

.ys{
    width: 1200px;
    margin: 70px auto 0 auto;
    position: relative;
}

.ys .ys_t{
    position: absolute;
    left: 0;
    top: 0;
    height: 153px;
    width: 745px;
    background: url(../images/ys_t.jpg) no-repeat right  top;
}

.ys .ys_box{
    width: 1200px;
    margin: 0px auto 0 auto;
    position: relative; 
}

.ys .ys_box .bd{
    width: 1200px;
    height: 650px;
    margin: 0px auto 0 auto;
    position: relative; 
    padding-top: 155px;
}

.ys .ys_box .bd ul li{
    float: left;
    width: 1200px;
    height: 650px;
    margin: 0px auto 0 auto;
    position: relative; 
}

.ys .ys_box .bd ul li .ys_img{
    width: 840px;
    height: 540px;

}

.ys .ys_box .bd ul li .ys_img img{
    width: 840px;
    height: 540px;
    border-top-left-radius: 60px;
}

.ys .ys_box .bd ul li .txt{
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/ys_nr.png) no-repeat center;
    width: 466px;
    height: 299px;
    padding: 0 23px;
    text-align: center;
}

.ys .ys_box .bd ul li .txt h5{
    font-size: 24px;
    color: #3488ea;
    font-weight: bold;
    margin: 50px auto 10px auto;

}


.ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #444;
    line-height: 40px;
}

.ys .ys_box .hd{
    position: absolute;
    right: 0;
    top: 0px;
    width: 320px;
    z-index: 9;
}

.ys .ys_box .hd ul li{
    width: 320px;
    height: 100px;
    background: #f5f5f5;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 15px;
    margin-bottom: 20px;
    position: relative;
}

.ys .ys_box .hd ul li h5{
    font-size: 18px;
    color: #444;
    padding-left: 35px;
    line-height: 100px;
}

.ys .ys_box .hd ul li i{
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(../images/ys_list1.png) no-repeat center;
    width: 82px;
    height: 99px;
    font-size: 30px ;
    color: #777777;
    text-align: center;
    line-height: 80px;
    padding-left: 20px;
    -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 i{
    color: #fff;
    background: url(../images/ys_list.png) no-repeat center;
}

.ys .ys_box .next{
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px ;
    color: #fff;
    background: #3488ea;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.ys .ys_box .prev{
    cursor: pointer;
    position: absolute;
    left: 100px;
    bottom: 10px;
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px ;
    color: #fff;
    background: #444444;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}




/* about*/

.ab_bg{
    width: 100%;
    height: 894px;
    margin: 70px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    height: 450px;
}

.ab_bg .about .ab_l{
    float: left;
    width: 505px;
}

.ab_bg .about .ab_l .title span{
    color: #bfcade;
}


.ab_bg .about .ab_l .txt{
    margin-top: 50px;


}

.ab_bg .about .ab_l .txt h5{
    height: 60px;
    border-bottom: 1px solid #c3d3ed;
}

.ab_bg .about .ab_l .txt h5 a{
    display: block;
    padding-left: 50px;
    font-size: 18px;
    color: #484848;
    font-weight: bold;
    background: url(../images/ab_ico.png) no-repeat left top;
    line-height: 41px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .txt h5 a:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.ab_bg .about .ab_l .txt p{
    font-size: 14px;
    color: #444;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 15px;
}


.ab_bg .about .honor{
    float: right;
    width: 560px;
}

.ab_bg .about .honor .honor_t{
    height: 100px;
    text-align: right;
}

.ab_bg .about .honor .honor_t a{
    font-size: 18px;
    color: #555555;
    font-weight: bold;

}
 

.ab_bg .about .honor .honor_t a i{
    display: contents;
    display: block;
    font-size: 18px;
    color: #bfcade;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 3px;

}

.ab_bg .about .honor .honor_box{

}

.ab_bg .about .honor .honor_box ul li{
    float: left;
    width:500px;
    margin-left:100px;
}

.ab_bg .about .honor .honor_box ul li .txt{
    float: left;
    width: 50px;
    height: 300px;
    background: url(../images/buttom1.png) no-repeat top  center;
}

.ab_bg .about .honor .honor_box ul li .txt a{
    font-size: 15px;
    color: #444444;
    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;
    writing-mode: tb-rl;
    line-height: 50px;
    height: 140px;
    padding-top: 160px;


}

.ab_bg .about .honor .honor_box ul li .pic{
    float: left;
    width:410px;
    height: 300px;
    background: #fff;
    border-radius: 8px;
}

.ab_bg .about .honor .honor_box ul li .pic img{
    width:400px;
    height: 292px;
    border-radius: 8px;
    margin: 4px;
}


/* fc*/

.fc{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.fc .fc_list{
    height: 36px;
    margin: 0 auto;
}

.fc .fc_list ul {
    text-align: center;
}

.fc .fc_list ul li{
    display: inline-block;
    border-radius: 25px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #555555;
    margin: 0 28px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.fc .fc_list ul li.casehover{
    background: #3488ea;
}

.fc .fc_box{
    width: 1180px;
    margin: 30px 10px 0 10px;
} 

.fc .fc_box ul li{
    float: left;
    width: 260px;
    margin: 0 17px;
}

.fc .fc_box ul li .pic{
    width: 260px;
    height: 190px;

}

.fc .fc_box ul li .pic img{
    width: 260px;
    height: 190px;
    border-radius: 8px;
}

.fc .fc_box ul li .txt a{
    font-size: 14px;
    color: #555555;
    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;
    height: 50px;
    line-height: 50px;
} 

.fc .fc_box ul li:hover .txt a{
    color: #3488ea;
}


/* news*/

.news{
    width: 1200px;
    height: 960px;
    margin: 60px auto 0 auto;
    position: relative;
}

.news .news_t{
    position: absolute;
    left: 0;
    top: 0px;
    height: 200px;
}

.news .news_t .news_list{
    margin-top: 35px;
}

.news .news_t .news_list ul li{
    float: left;
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: #ececec;
    border-radius: 5px;
    margin-right: 30px;
    position: relative;
    z-index: 5;
}

.news .news_t .news_list ul li a{
    text-align: center;
    font-size: 16px;
    color: #444444;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 46px;
    background: #3488ea;
    border-radius: 5px;
    content: "";
    z-index: -1;
}

.news .news_t .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_t .news_list ul li.casehover a{
    color: #fff;
}




.news .news_box{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.news .news_box .nr_top{
    overflow: hidden;
    height: 440px;
}

.news .news_box .nr_top ul li{
    float: left;
    width: 570px;
    height: 200px;
    margin-bottom: 40px;
}

.news .news_box .nr_top ul li:first-child{
    margin-left: 625px;
}

.news .news_box .nr_top ul li:nth-child(2){
    margin-right: 55px;
}

.news .news_box .nr_top ul li .news_img{
    float: left;
    width: 200px;
    height: 200px;
}

.news .news_box .nr_top ul li .news_img img{
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.news .news_box .nr_top ul li .txt{
    float: right;
    width: 340px;
    background: url(../images/buttom3.png) no-repeat  right top;
}

.news .news_box .nr_top ul li .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
}

.news .news_box .nr_top ul li .txt i{
    display: block;
    width: 1px;
    height: 20px;
    background: #dcdcdc;
    margin: 20px 0 20px 10px;
}

.news .news_box .nr_top ul li .txt a{
    font-size: 16px;
    color: #555;
    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 .nr_top ul li .txt p{
    font-size: 13px;
    color: #777777;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;

}

.news .news_box .nr_top ul li:hover .txt span{
    color: #3488ea;

}

.news .news_box .nr_top ul li:hover .txt a{
    color: #3488ea;
}

.news .news_box .list{
    margin: 40px auto 0 auto;
    width: 1240px;
}

.news .news_box .list ul li{
    float: left;
    width: 580px;
    height: 120px;
    background: #f8f8f8;
    border-radius: 8px;
    margin: 0 35px 40px 0;
    position: relative;
}

.news .news_box .list ul li .txt{

}

.news .news_box .list ul li .txt span{
    display: block;
    width: 100px;
    height: 1px;
    background: #dddddd;
    margin-top: 20px;
}

.news .news_box .list ul li .txt  a{
    font-size: 16px;
    color: #444444;
    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: 15px 0 12px 30px;
    width: 450px;
}

.news .news_box .list ul li .txt  p{
    font-size: 14px;
    color: #777777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_box .list ul li .time{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 50px;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: right;
    padding-right: 10px;
}

.news .news_box .list ul li .time span{
    display: block;
    font-size: 18px;
    color: #999;
}

.news .news_box .list ul li .time p{
    font-size: 12px;
    color: #777777;
}

.news .news_box .list ul li:hover{
    background: #3488ea;
}

.news .news_box .list ul li:hover .txt  a{
    color: #fff;
}

.news .news_box .list ul li:hover .txt p{
    color: #fff;
}



/* links*/

.links_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 90px;
    background: #f8f8f8;
}

.links_bg  .links{
    width: 1200px;
    margin: 0 auto;
}

.links_bg  .links h3{
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #444444;
    border-radius: 3px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.links_bg  .links .yq{
    float: right;
    width: 1090px;
    margin-top: 30px;
}

.links_bg  .links .yq a{
    margin-right: 15px;
    font-size: 14px;
    color: #444444;
    line-height: 32px;
}</pre></body></html>