﻿@charset "utf-8";
.align-center {
    text-align: center;
}
.container {
    max-width: 14.4rem;
    width: 100%;
    margin: 0 auto;
}
/* index */
.fixpoint {
    position: fixed;
    top: 50%;
    right: 53px;
    transform: translateY(-50%);
    z-index: 9999;
}
.fixpoint ul li {
    display: block;
    width: 8px;
    height: 8px;
    margin: 10px 0;
}
.fixpoint ul li i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #b6b6b8;
}
.fixpoint ul li.active i {
    background: #0168b7;
    border-color: #0168b7;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    height: 96px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 .6rem;
    z-index: 999;
}
.navBtn {
    float: left;
    cursor: pointer;
    margin-top: 50px;
    margin-right: 1.47rem;
}
.navBtn i {
    display: block;
    width: 42px;
    height: 2px;
    background: #333333;
    margin: 6px 0;
}
.header .logo {
    width: 160px;
    line-height: 0;
    display: block;
    float: left;
    margin-top: 16px;
}
.nav {
    float: right;
}
.nav>ul>li {
    float: left;
    font-size: 16px;
    margin-left: .55rem;
}
.nav>ul>li:first-child {
    margin-left: 0;
}
.nav>ul>li>a {
    display: block;
    float: left;
    color: #333333;
    padding: 52px 0 22px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
}
.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #0168b7;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.nav>ul>li>a i {
    display: inline-block;
    width: .11rem;
    height: .06rem;
    background: url(../images/jt01.png) no-repeat center center/cover;
    margin-left: 0.07rem;
    position: relative;
    top: -0.02rem;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a {
    color: #0168b7;
}
.nav>ul>li:hover>a::before,
.nav>ul>li.cur>a::before {
    width: 100%;
    left: 0;
    right: 0;
}
.nav>ul>li:hover>a i,
.nav>ul>li.cur>a i {
    background: url(../images/jt02.png) no-repeat center center/cover;
}
.Language {
    margin-top: 45px;
    margin-left: .8rem;
    float: right;
    border: 1px solid #b7b7b7;
    line-height: 34px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.Language a {
    display: block;
    padding: 0 20px 0 40px;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-family: arial;
    position: relative;
}
.Language a i {
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../images/jt03.png) no-repeat center center/cover;
    margin-left: 8px;
}
.Language a::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 8px;
    width: 18px;
    height: 18px;
    background: url(../images/wl.png) no-repeat center center/cover;
}
@media(max-width:1500px) {
    .header .menu {
        margin-right: .9rem;
    }
}
.banner {
    position: relative;
}
.banner .boxText {
    position: relative;
}
.banner .boxText .text {
    width: 66%;
    position: absolute;
    left: 12.5%;
    bottom: 2.15rem;
}
.banner .boxText .text h4 {
    color: #0168b7;
    font-size: .26rem;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
}
.banner .boxText .text h3 {
    color: #ffffff;
    font-size: .5rem;
    font-weight: normal;
    line-height: 1.2;
    margin-top: .15rem;
    font-weight: bold;
}
.banner .boxText .text p {
    color: #ffffff;
    font-size: .17rem;
    margin-top: .2rem;
}
.banner .boxText .text .moreBtn {
    margin-top: .36rem;
}
a.moreBtn {
    color: #fff;
    line-height: .37rem;
    font-size: .14rem;
    background: url(../images/moreBtnbg.png) no-repeat right center/cover;
    background-size: .36rem .36rem;
    display: inline-block;
    padding-right: .48rem;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    display: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: .35rem;
    height: .35rem;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    top: auto;
    bottom: 2.15rem;
}
.banner .swiper-button-prev {
    background: url(../images/leftBtn.png) no-repeat center center/cover;
    right: 19.7%;
    left: auto;
}
.banner .swiper-button-next {
    background: url(../images/rightBtn.png) no-repeat center center/cover;
    right: 12.5%;
}
.banner .swiper-button-prev:hover {
    background: url(../images/leftBtn.png) no-repeat center center/cover #0168b7;
    border-color: #0168b7;
}
.banner .swiper-button-next:hover {
    background: url(../images/rightBtn.png) no-repeat center center/cover #0168b7;
    border-color: #0168b7;
}
.banner .swiper-pagination {
    position: absolute;
    right: 14.5%;
    bottom: 2.23rem;
    color: #fff;
    z-index: 9;
    font-size: .18rem;
    font-family: "Roboto-Bold";
    width: 1rem;
    left: auto;
}
.homesearch {
    position: absolute;
    width: 75%;
    left: 12.5%;
    bottom: .8rem;
    z-index: 9;
    height: .63rem;
    line-height: .63rem;
}
.homesearch .text {
    float: left;
    width: 18%;
    height: .63rem;
    background: url(../images/hbg1.png) no-repeat center center/cover;
    padding-right: .15rem;
}
.homesearch a {
    display: block;
    width: 100%;
    text-align: center;
    color: #3b3b42;
    font-size: .18rem;
}
.homesearch i {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    margin-right: .1rem;
    position: relative;
    top: 0.06rem;
}
.homesearch i.i1 {
    background: url(../images/i1.png) no-repeat center center/cover;
}
.homesearch i.i2 {
    background: url(../images/i2.png) no-repeat right center/cover;
}
.homesearch .text2 {
    float: left;
    width: 18.75%;
    height: .63rem;
    background: url(../images/hbg2.png) no-repeat center center/cover;
    padding: 0 .15rem;
    margin-left: -1%;
}
.homesearch .text3 {
    margin-left: -1%;
    float: right;
    width: 65.15%;
    height: .63rem;
    background: url(../images/hbg3.png) no-repeat left center/cover;
}
.homesearch .text3 .t {
    float: left;
    width: 81%;
    height: .63rem;
    line-height: .63rem;
    font-size: .18rem;
    border: none;
    background: none;
    padding: 0 .5rem;
    color: #3b3b42;
}
.homesearch .text3 .btn {
    float: right;
    width: 19%;
    height: .63rem;
    border: none;
    background: url(../images/btn.png) no-repeat .35rem center/cover;
    padding-left: .3rem;
    background-size: .21rem .22rem;
    color: #fff;
    font-size: .18rem;
}
.p2 {
    background: url(../images/homebg2.jpg) no-repeat center center/cover;
}
.homeService {
    width: 14.4rem;
    margin: 0 auto;
    padding: .9rem 0 0;
}
.homeService .text {
    float: left;
    width: 6.8rem;
    margin-top: .6rem;
}
.homeService .text h4 {
    font-size: .16rem;
    color: #b2b2b3;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
}
.homeService .text h3 {
    font-size: .5rem;
    color: #000000;
    font-weight: normal;
    margin-top: .12rem;
}
.homeService .text .t {
    color: #010101;
    font-size: .17rem;
    margin-top: .3rem;
    line-height: .3rem;
    margin-bottom: .35rem;
}
a.moreBtn2 {
    color: #000;
}
.homeService .text ol {
    margin-top: .2rem;
}
.homeService .text ol li {
    float: left;
    width: 50%
}
.homeService .text ol li:first-child {
    margin-left: 0;
}
.homeService .text ol li .num {
    color: #0168b7;
    font-size: .6rem;
    font-family: "DINPro-Medium";
}
.homeService .text ol li p {
    font-size: .14rem;
    line-height: .28rem;
    color: #333333;
}
.homeService .img {
    float: right;
    width: 7.25rem;
    line-height: 0;
}
.homeNews {
    padding-top: 0.5rem;
    width: 14.4rem;
    margin: 0 auto;
}
.homeNews .title p {
    color: #0168b7;
    font-size: .16rem;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
}
.homeNews .title h3 {
    margin-top: 0.05rem;
    color: #333333;
    font-size: .5rem;
    font-weight: normal;
}
.homeNews .mBtn {
    margin-top: .45rem;
}
.homeNewsTop {
    background: #f6f6f6;
    margin-top: .3rem;
}
.homeNewsTop .img {
    float: left;
    width: 7.08rem;
    line-height: 0;
}
.homeNewsTop .text {
    float: right;
    width: 7.32rem;
    padding: 0.5rem 0.65rem;
}
.homeNewsTop .text .data {
    color: #0168b7;
    font-size: .16rem;
    text-transform: uppercase;
}
.homeNewsTop .text h3 {
    color: #000000;
    font-size: .24rem;
    font-weight: normal;
    margin-top: .15rem;
}
.homeNewsTop .text h3 a {
    color: #000000;
    display: inline-block;
}
.homeNewsTop .text p {
    color: #010101;
    font-size: .16rem;
    line-height: .3rem;
    height: .9rem;
    overflow: hidden;
    margin-top: .2rem;
}
.homeNewsTop .text .more {
    margin-top: .65rem;
    display: inline-block;
    color: #000;
    font-size: .14rem;
    background: url(../images/jt04.png) no-repeat center right/cover;
    background-size: .11rem .11rem;
    padding-right: .16rem;
}
.homeNewsList {
    margin-top: .4rem;
}
.homeNewsList ul li {
    float: left;
    width: 33.33333%;
    border-right: 1px solid #e8e8e8;
    padding: 0 .25rem;
}
.homeNewsList ul li:first-child {
    border-left: 1px solid #e8e8e8;
}
.homeNewsList ul li .data {
    color: #0168b7;
    font-size: .16rem;
    text-transform: uppercase;
}
.homeNewsList ul li h3 {
    color: #000000;
    font-size: .2rem;
    font-weight: normal;
    margin-top: .1rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
}
.homeNewsList ul li .more {
    margin-top: .65rem;
    display: inline-block;
    color: #000;
    font-size: .14rem;
    background: url(../images/jt04.png) no-repeat center right/cover;
    background-size: .11rem .11rem;
    padding-right: .16rem;
}
.p4 {
    background: url(../images/homebg3.jpg) no-repeat center center/cover;
}
.homeJoin {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}
.homeJoin h4 {
    color: #0168b7;
    font-size: .16rem;
    text-transform: uppercase;
    font-family: "Roboto-Bold";
}
.homeJoin h3 {
    color: #fff;
    font-size: .36rem;
    line-height: .54rem;
    font-weight: normal;
    margin-top: .15rem;
}
.homeJoin .moreBtn3 {
    margin-top: .45rem;
    background-image: url(../images/moreBtnbg2.png);
}
.fp-auto-height {
    height: auto;
}
/**底部**/
.footer {
    background: #343436;
}
.footerTop {
    padding: 60px 0 55px;
}
.footerTop .left {
    float: left;
}
    .footerTop .left .img {
        line-height: 0;
        width: 164px;
        margin: 0 auto;
    }
.footerTop .left .img img {
    width: 100%;
}
.footerTop .left .t {
    margin-top: 25px;
    width: 370px;
}
    .footerTop .left .t p {
        color: #9b9b9b;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
.footerTop .right {
    margin-top: 2px;
    float: right;
    /* text-align: right; */
}
.footerTop .right p {
    color: #ffffff;
    font-size: 13px;
}
.footerTop .right p span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footerTop .right .fx a.cur .img {
    display: block;
}
.footerTop .right .fx a .img {
    display: block;
    width: 150px;
    height: 150px;
    padding: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    display: none;
}
.footerTop .right .fx {
    margin-top: 20px;
}
.footerTop .right .fx a {
    display: block;
    float: left;
    width: 47px;
    height: 47px;
    line-height: 0;
    /*margin-left: 13px;*/
    padding-left: 0;
    margin-right: 0;
    position: relative;
    margin-right: 37px;
}
.footerTop .right .fx a:last-child {
    margin-right: 0;
}
.footerTop .right .fx a.fxicon1 {
    background: url(../images/fxIcon1.png) no-repeat center center;
}
.footerTop .right .fx a.fxicon2 {
    background: url(../images/fxIcon2.png) no-repeat center center;
}
.footerTop .right .fx a.fxicon3 {
    background: url(../images/fxIcon3.png) no-repeat center center;
}
.footerTop .right .fx a.fxicon4 {
    background: url(../images/fxIcon4.png) no-repeat center center;
}
.banquan {
    padding: 20px 0;
    font-size: 12px;
    color: #666667;
    text-align: center;
    background: #2f2f31;
}
/* ???? */
.nybanner {
    position: relative;
    overflow: hidden;
    height: 660px;
}
.nybanner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nybanner .text {
    position: absolute;
    left: 0;
    top: 43%;
    width: 100%;
    color: #fff;
}
.nybanner .text h4 {
    color: #0168b7;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Roboto-Bold";
}
.nybanner .text h3 {
    font-size: .48rem;
    margin-top: 5px;
}
.nybanner .text .t {
    margin-top: 20px;
    font-size: 24px;
    line-height: 26px;
    max-width: 430px;
}
.aboutbox {
    background: url(../images/homebg2.jpg) no-repeat center center/cover;
    padding: 30px 0 50px;
}
.title h4 {
    font-size: 16px;
    color: #0168b7;
    text-transform: uppercase;
    font-weight: normal;
}
.title h3 {
    font-size: .5rem;
    color: #000000;
    font-weight: normal;
    margin-top: 5px;
}
.title p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.aboutbox .text {
    float: left;
    width: 45%;
    padding-top: 1.2rem;
}
.aboutbox .text .t {
    color: #333333;
    font-size: 14px;
    margin-top: .3rem;
    line-height: 30px;
}
.aboutbox .text .t p {
    margin-bottom: 20px;
}
.aboutbox .img {
    float: right;
    line-height: 0;
    width: 51%;
}
.aboutnum {
    background: #ffffff;
    padding: .8rem 0;
}
.aboutnum ol li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.aboutnum ol li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f3f3f3;
}
.aboutnum ol li:last-child::before {
    display: none;
}
.aboutnum ol li .num {
    color: #333333;
    font-size: .6rem;
    font-family: "DINPro-Medium";
}
.aboutnum ol li p {
    font-size: 14px;
    color: #343434;
    padding-bottom: 10px;
}
.aboutbox2 {
    background: #f7f7f9;
    padding: .8rem 0;
}
.aboutbox2 ol {
    margin-top: 30px;
}
.aboutbox2 ol li {
    float: left;
    width: 23%;
    background: #fff;
    margin-right: 2%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.aboutbox2 ol li:nth-child(4n) {
    margin-right: 0;
}
.aboutbox2 ol li .img {
    line-height: 0;
}
.aboutbox2 ol li .img img {
    width: 100%;
}
.aboutbox2 ol li .text {
    padding: 25px 30px;
}
.aboutbox2 ol li .text h3 {
    color: #161616;
    font-size: 20px;
    font-weight: normal;
}
.aboutbox2 ol li .text p {
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
}
.aboutbox2 ol li:hover .text h3 {
    color: #0168b7;
}
.aboutbox3 {
    background: #fff url(../images/aboutbg.jpg) no-repeat center bottom;
    padding: .8rem 0;
}
.honorQH {
    margin-top: 30px;
    margin-left: -13px;
    width: 101.7%;
}
.honorQH .box {
    border: 1px solid #e4e4e4;
    background: #fff;
    margin: 0 13px;
}
.honorQH .box .img {
    line-height: 0;
    text-align: center;
    background: #f8f8f8;
}
.honorQH .box .img img {
    width: 100%;
}
.honorQH .box .text {
    text-align: center;
    color: #333333;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
    margin: 0 15px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honorQH .slick-prev,
.honorQH .slick-next {
    width: 42px;
    height: 42px;
    border: none;
    margin-top: -24px;
}
.honorQH .slick-prev {
    background: url(../images/honorL.png) no-repeat center center/cover;
    left: -47px;
}
.honorQH .slick-prev:hover {
    background: url(../images/honorLbg.png) no-repeat center center/cover;
}
.honorQH .slick-next {
    background: url(../images/honorR.png) no-repeat center center/cover;
    right: -47px;
}
.honorQH .slick-next:hover {
    background: url(../images/honorRbg.png) no-repeat center center/cover;
}
.aboutbox4 {
    background: url(../images/aboutbg2.jpg) no-repeat center bottom/cover;
    padding: .8rem 0;
    position: relative;
}
.historyQH {
    margin-top: 30px;
    position: relative;
}
.historyQH::before {
    content: "";
    position: absolute;
    left: -2.4rem;
    top: 54.8%;
    width: 19.2rem;
    height: 1px;
    background: url(../images/xian.png) repeat-x left top;
    z-index: 2;
}
.historyQH .box {
    /* background: #fff; */
    padding: 20px;
    text-align: center;
}
.historyQH .box .top {
    position: relative;
}
.historyQH .box .top .img {
    line-height: 0;
    opacity: 0;
}
.historyQH .box .top .img img {
    width: 100%;
}
.historyQH .box .top .num {
    color: #000000;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.historyQH .box .num span {
    font-size: 24px;
    font-family: arial;
}
.historyQH .box i.xian {
    width: 17px;
    height: 28px;
    background: url(../images/historyicon1.png) no-repeat center center/cover;
    margin: 12px auto;
    display: block;
}
.historyQH .box .text h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.historyQH .box .text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 8px;
    min-height: 48px;
}
.historyQH .box .text .num {
    color: #0168b7;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    display: none;
}
.historyQH .box .text .num span {
    font-size: 24px;
    font-family: arial;
}
.historyQH .slick-current .box {
    background: #fff;
}
.historyQH .slick-current .box .top .img {
    opacity: 1;
}
.historyQH .slick-current .box .top .num {
    display: none;
}
.historyQH .slick-current .box .text .num {
    display: block;
}
.historyQH .slick-current .box i.xian {
    background: url(../images/historyicon2.png) no-repeat center center/cover;
}
.historyQH .slick-prev,
.historyQH .slick-next {
    width: 42px;
    height: 42px;
    border: none;
    top: 55.5%;
    margin-top: -24px;
}
.historyQH .slick-prev {
    background: url(../images/honorL.png) no-repeat center center/cover;
    left: -60px;
}
.historyQH .slick-prev:hover {
    background: url(../images/honorLbg.png) no-repeat center center/cover;
}
.historyQH .slick-next {
    background: url(../images/honorR.png) no-repeat center center/cover;
    right: -60px;
}
.historyQH .slick-next:hover {
    background: url(../images/honorRbg.png) no-repeat center center/cover;
}
.menu {
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
.menu ul li {
    float: left;
    width: 32.5%;
    line-height: .55rem;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}
.menu ul li a {
    display: block;
    width: 100%;
    color: #323232;
}
.menu ul li.sing1 {
    background: url(../images/menubg1.png) no-repeat right center/cover;
}
.menu ul li.sing2 {
    width: 35%;
    background: url(../images/menubg3.png) no-repeat center center/cover;
}
.menu ul li.sing3 {
    background: url(../images/menubg2.png) no-repeat left center/cover;
}
.menu ul li.sing1.cur,
.menu ul li.sing1:hover {
    background: url(../images/menubgh1.png) no-repeat right center/cover;
}
.menu ul li.sing2.cur,
.menu ul li.sing2:hover {
    background: url(../images/menubgh3.png) no-repeat center center/cover;
}
.menu ul li.sing3.cur,
.menu ul li.sing3:hover {
    background: url(../images/menubgh2.png) no-repeat left center/cover;
}
.menu ul li.cur a,
.menu ul li:hover a {
    color: #fff;
}
.casebox {
    padding-top: .9rem;
    padding-bottom: .8rem;
    background: #f7f7f9;
}
.caseListQH {
    margin-top: 30px;
    margin-left: -13px;
    padding-bottom: 50px;
    width: 101.7%;
}
.caseListQH .box {
    background: #fff;
    margin: 0 13px;
}
.caseListQH .box .img {
    line-height: 0;
    overflow: hidden;
}
.caseListQH .box .img img {
    width: 100%;
}
.caseListQH .box .text {
    padding: 24px 25px 0;
}
.caseListQH .box .text h3 {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caseListQH .box .text p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 10px;
}
.caseListQH .box .text span {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    display: block;
    line-height: 54px;
    color: #666666;
    font-size: 14px;
    background: url(../images/caseJt.png) no-repeat right center;
}
.caseListQH .box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.caseListQH .box:hover .text h3 {
    color: #0168b7;
}
.caseListQH .box:hover .text span {
    color: #0168b7;
    background: url(../images/caseJt2.png) no-repeat right center;
}
.caseListQH .slick-prev,
.caseListQH .slick-next {
    width: 42px;
    height: 42px;
    border: none;
    top: 50%;
    margin-top: -24px;
}
.caseListQH .slick-prev {
    background: url(../images/honorL.png) no-repeat center center/cover;
    left: -47px;
}
.caseListQH .slick-prev:hover {
    background: url(../images/honorLbg.png) no-repeat center center/cover;
}
.caseListQH .slick-next {
    background: url(../images/honorR.png) no-repeat center center/cover;
    right: -47px;
}
.caseListQH .slick-next:hover {
    background: url(../images/honorRbg.png) no-repeat center center/cover;
}
.caseListQH .slick-dots {
    bottom: 0;
}
.caseListQH .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 1px solid #b8b8b9;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #f7f7f9;
}
.caseListQH .slick-dots li.slick-active button {
    border: 1px solid #0168b7;
    background: #0168b7;
}
.QTcaseList {
    padding: .8rem 0;
}
.QTcaseList ol {
    margin-top: 30px;
}
.QTcaseList ol li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #f1f1f1;
}
.QTcaseList ol li:nth-child(2n) {
    margin-right: 0;
}
.QTcaseList ol li .img {
    line-height: 0;
    width: 50%;
    float: left;
}
.QTcaseList ol li .text {
    float: left;
    width: 50%;
    padding: .5rem 30px 0;
}
.QTcaseList ol li .text h3 {
    color: #333333;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.QTcaseList ol li .text h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border: 3px solid #333472;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.QTcaseList ol li .text p {
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.QTcaseList ol li .text span {
    margin-top: 22px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    background: url(../images/caseJt.png) no-repeat right center;
    padding-right: 25px;
}
.QTcaseList ol li:hover .text h3 {
    color: #0168b7;
}
.QTcaseList ol li:hover .text h3::before {
    border-color: #0168b7;
}
.QTcaseList ol li:hover .text span {
    color: #0168b7;
    background: url(../images/caseJt2.png) no-repeat right center;
}
.page {
    text-align: center;
    margin-top: 30px;
}
.page a {
    display: inline-block;
    background: #ededed;
    line-height: 44px;
    color: #666666;
    font-size: 14px;
    min-width: 50px;
    padding: 0 15px;
    /* transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg); */
    margin: 0 2px;
}
.page a span {
    display: block;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
}
.page a.prve,
.page a.next {
    width: 115px;
    height: 44px;
    line-height: 44px;
    transform: skew(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    margin: 0;
}
.page a.prve {
    background: url(../images/pageL.png) no-repeat center center/cover;
    margin-right: -5px;
}
.page a.next {
    background: url(../images/pageR.png) no-repeat center center/cover;
    margin-left: -5px;
}
.page a.prve span,
.page a.next span {
    transform: skew(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
}
.page a.cur,
.page a:hover {
    background: #0168b7;
    color: #fff;
}
.page a.prve:hover {
    background: url(../images/pagehL.png) no-repeat center center/cover;
}
.page a.next:hover {
    background: url(../images/pagehR.png) no-repeat center center/cover;
}
.Bread {
    background: #f7f7f9;
    border-bottom: 1px solid #efefef;
    line-height: 54px;
    margin-top: 20px;
    font-size: 14px;
    color: #989898;
}
.Bread .container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Bread p {
    display: inline-block;
    background: url(../images/Breadbg.png) no-repeat left center;
    padding-left: 25px;
}
.Bread a {
    display: inline-block;
    color: #989898;
}
.Bread span {
    color: #333333;
}
.Bread2 {
    margin-top: 0;
}
.caseshow {
    background: #f7f7f9;
    padding: 40px 0 60px;
}
.detailLeft {
    float: left;
    width: 70%;
    background: #fff;
    padding: 25px 30px 35px;
}
.detailLeft .data {
    color: #0168b7;
    font-size: 16px;
    font-family: arial;
    margin-bottom: 5px;
}
.detailLeft .data span {
    display: inline-block;
    margin-right: 10px;
}
.detailLeft h1 {
    color: #000000;
    font-size: .3rem;
    font-weight: normal;
}
.detailLeft span.en {
    display: block;
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    font-family: arial;
    margin-top: 8px;
}
.detailLeft .detail {
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    padding: 20px 0 30px;
}
.detailLeft .detail h3 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}
.fenyeBtn {
    margin-top: 25px;
}
.fenyeBtn ul {
    float: left;
    max-width: 70%;
}
.fenyeBtn ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
}
.fenyeBtn ul li a {
    display: block;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fenyeBtn ul li:hover a {
    color: #0168b7;
    text-decoration: underline;
}
.fenyeBtn .returnbtn {
    margin-top: 18px;
    float: right;
    background: #f0f0f0;
    line-height: 44px;
    color: #666666;
    font-size: 14px;
    padding: 0 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.fenyeBtn .returnbtn:hover {
    color: #fff;
    background: #0168b7;
}
.detailRight {
    float: right;
    width: 28%;
}
.detailRight .titbt {
    background: #eaedef;
    line-height: 58px;
    border-left: 4px solid #313168;
    padding: 0 20px 0 16px;
}
.detailRight .titbt h3 {
    float: left;
    color: #313168;
    font-size: 18px;
}
.detailRight .titbt a {
    float: right;
    color: #999999;
    font-size: 16px;
}
.xgal {
    background: #fff;
}
.xgal ol li {
    float: left;
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding: 20px;
}
.xgal ol li .img {
    line-height: 0;
    overflow: hidden;
}
.xgal ol li .text {
    margin-top: 15px;
}
.xgal ol li .text h3 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xgal ol li .text p {
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.xgal ol li:hover .text h3 {
    color: #0168b7;
}
.xgzx {
    margin-top: 20px;
    background: #fff;
}
.xgzx ol li {
    float: left;
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding: 20px;
}
.xgzx ol li .img {
    line-height: 0;
    float: left;
    width: 39%;
    overflow: hidden;
}
.xgzx ol li .text {
    float: right;
    width: 61%;
    padding-top: 5px;
    padding-left: 10px;
}
.xgzx ol li .text .t {
    color: #0168b7;
    font-size: 14px;
    text-transform: uppercase;
}
.xgzx ol li .text .t span {
    display: inline-block;
    margin-right: 10px;
}
.xgzx ol li .text h3 {
    margin-top: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
}
.xgzx ol li:hover .text h3 {
    color: #0168b7;
}
.casebox2 ol {
    margin-top: 30px;
}
.casebox2 ol li {
    float: left;
    width: 19.1%;
    margin-right: 1%;
    border: 1px solid #e8e8e8;
    margin-bottom: 1%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.casebox2 ol li:nth-child(5n) {
    margin-right: 0;
}
.casebox3 ol {
    margin-top: 30px;
}
.casebox3 ol li {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    border-left: 2px solid #313168;
    line-height: 62px;
    padding: 0 20px 0 18px;
    background: #fff;
}
.casebox3 ol li a {
    display: block;
    float: left;
    max-width: 70%;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.casebox3 ol li span {
    float: right;
    color: #999999;
    font-size: 14px;
}
.casebox3 ol li:hover {
    border-color: #0168b7;
}
.casebox3 ol li:hover a,
.casebox3 ol li:hover span {
    color: #0168b7;
}
.newsbox {
    padding: .8rem 0 .9rem;
    background: #f7f7f9;
}
.newsbox ol {
    margin-top: 30px;
}
.newsbox ol li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
}
    .newsbox ol li .img {
        line-height: 0;
        overflow: hidden;
        height: 250px;
    }
.newsbox ol li .img img {
    width: 100%;
}
.newsbox ol li .text {
    padding: 24px 25px 0;
}
.newsbox ol li .text .data {
    color: #0168b7;
    font-size: 16px;
    font-family: arial;
    text-transform: uppercase;
}
.newsbox ol li .text .data span {
    display: inline-block;
    margin-right: 15px;
}
.newsbox ol li .text h3 {
    margin-top: 5px;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.newsbox ol li .text p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}
.newsbox ol li .text span.mo {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    display: block;
    line-height: 54px;
    color: #666666;
    font-size: 14px;
    background: url(../images/caseJt.png) no-repeat right center;
}
.newsbox ol li:nth-child(3n) {
    margin-right: 0;
}
.newsbox ol li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.newsbox ol li:hover .text h3 {
    color: #0168b7;
}
.newsbox ol li:hover .text span.mo {
    color: #0168b7;
    background: url(../images/caseJt2.png) no-repeat right center;
}
.newsdata {
    margin-top: 12px;
    color: #676767;
    font-size: 14px;
    line-height: 24px;
}
.newsdata span {
    display: block;
    float: left;
    margin-right: 60px;
}
.newsdata span.s1 {
    background: url(../images/s1.png) no-repeat left center;
    padding-left: 22px;
}
.newsdata span.s2 {
    background: url(../images/s2.png) no-repeat left center;
    padding-left: 20px;
}
.newsdata span.s3 {
    background: url(../images/s3.png) no-repeat left center;
    padding-left: 20px;
}
.newsNav {
    margin-bottom: 20px;
}
.newsNav ol {
    background: #fff;
}
.newsNav ol li {
    float: left;
    width: 100%;
    line-height: 62px;
    padding: 0 20px;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
}
.newsNav ol li a {
    display: block;
    color: #666666;
    background: url(../images/caseJt.png) no-repeat right center;
}
.newsNav ol li:hover a,
.newsNav ol li.cur a {
    color: #0168b7;
    background: url(../images/caseJt2.png) no-repeat right center;
}
.problemBox {
    padding: .9rem 0 .8rem;
    background: #f7f7f9;
}
.problemBox ol {
    margin-top: 30px;
}
.problemlist li {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}
.problemlist li .bt {
    line-height: 64px;
    border-left: 2px solid #313168;
    padding: 0 20px 0 18px;
}
.problemlist li .bt span.num {
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #313168;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: arial;
    margin-right: 10px;
    margin-top: 19px;
}
.problemlist li .bt p {
    float: left;
    color: #666666;
    font-size: 16px;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.problemlist li .bt span.data {
    float: right;
    color: #999999;
    font-size: 14px;
}
.problemlist li .text {
    border-top: 1px solid #ecebec;
    padding: 20px 20px 25px;
    position: relative;
    display: none;
}
.problemlist li .text span.num {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #313168;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: arial;
}
.problemlist li .text .t {
    padding-left: 38px;
    color: #656565;
    font-size: 14px;
    line-height: 26px;
}
.problemlist li .text .t h3 {
    color: #656565;
    font-size: 16px;
}
.problemlist li .text .t a.more {
    display: inline-block;
    border: 1px solid #e4e4e4;
    line-height: 42px;
    color: #666666;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 0 30px;
    margin-top: 25px;
}
.problemlist li .text .t a.more i {
    display: inline-block;
    background: url(../images/jt04.png) no-repeat center center/cover;
    width: 11px;
    height: 11px;
    margin-left: 12px;
}
.problemlist li.cur .bt {
    border-color: #0168b7;
}
.problemlist li.cur .bt span.num {
    background: #0168b7;
}
.problemlist li.cur .bt p {
    color: #0168b7;
}
.xgtj {
    margin-bottom: 20px;
}
.xgtj ol {
    background: #fff;
}
.xgtj ol li {
    float: left;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #eee;
}
.xgtj ol li .data {
    color: #0168b7;
    font-size: 14px;
    font-family: arial;
    text-transform: uppercase;
}
.xgtj ol li .data span {
    display: block;
    float: left;
    margin-right: 20px;
}
.xgtj ol li p {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xgtj ol li:hover p {
    color: #0168b7;
}
.CertificateBox {
    background: #f7f7f9;
    padding: .6rem 0 .8rem;
}
.CertificateBtn {
    position: relative;
    z-index: 100;
    margin-top: 40px;
}
.CertificateBtn .inp {
    float: left;
    width: 46%;
    background: #fff;
    position: relative;
}
.CertificateBtn .inp::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 64px;
    background: url(../images/jtbg01.jpg) no-repeat center center/cover;
}
.CertificateBtn .inp input {
    height: 64px;
    line-height: 64px;
    width: 100%;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}
.CertificateBtn .inp input::-webkit-input-placeholder {
    color: #999999;
}
.CertificateBtn .inp2 {
    float: right;
    width: 54%;
    position: relative;
    background: #fff;
}
.CertificateBtn .inp2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 64px;
    background: url(../images/jtbg02.jpg) no-repeat center center/cover;
}
.CertificateBtn .inp2 .textbtn {
    position: relative;
    float: left;
    width: 67%;
}
.CertificateBtn .inp2 .textbtn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 29px;
    width: 0px;
    height: 0px;
    background: url(../images/jtbg.jpg) no-repeat center center/cover;
}
.CertificateBtn .inp2 .textbtn input {
    height: 64px;
    line-height: 64px;
    width: 100%;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    padding: 0 20px 0 40px;
}
.CertificateBtn .inp2 .textbtn .textPop {
    border: 1px solid #ececec;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 220px;
    overflow: auto;
    display: none;
    z-index: 5;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
}
.CertificateBtn .inp2 .textbtn .textPop span {
    display: block;
    line-height: 24px;
    cursor: pointer;
}
.CertificateBtn .inp2 .button {
    float: right;
    background: url(../images/jtbg03.png) no-repeat left center/cover;
    height: 64px;
    line-height: 64px;
    width: 30%;
    text-align: center;
    font-size: 16px;
}
.CertificateBtn .inp2 .button a {
    color: #fff;
    display: block;
}
.CertificateBtn .inp2 .button a i {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url(../images/btn.png) no-repeat center center/cover;
    margin-right: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.resultBox {
    margin-top: 50px;
    text-align: center;
}
.resultBox .img {
    display: inline-block;
    line-height: 0;
}
.resultBox .text {
    display: inline-block;
    text-align: left;
    margin-left: 30px;
    vertical-align: top;
    margin-top: 25px;
}
.resultBox .text h3 {
    color: #2c2c2c;
    font-size: 24px;
}
.resultBox .text .t {
    margin-top: 8px;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 30px;
}
.resultBox .text .t p {
    position: relative;
    padding-left: 12px;
}
.resultBox .text .t p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 3px;
    height: 3px;
    background: #666666;
}
.resultBox .text .t a {
    display: inline-block;
    color: #cc0066;
    text-decoration: underline;
}
.downloadBox {
    padding-top: .9rem;
}
.downloadBtn .inp2 .textbtn::before {
    display: none;
}
.downloadBtn .downFL {
    position: relative;
}
.downloadBtn .downFL::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 29px;
    width: 14px;
    height: 8px;
    background: url(../images/jtbg.jpg) no-repeat center center/cover;
}
.downloadBtn .downFL p {
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}
.downloadBtn .downFL dl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 96.6%;
    border: 1px solid #ececec;
    background: #fff;
    display: none;
    z-index: 5;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    z-index: 10;
}
.downloadList {
    margin-top: 20px;
}
.downloadList li {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}
.downloadList li .bt {
    line-height: 64px;
    border-left: 2px solid #313168;
    padding: 0 20px 0 18px;
}
.downloadList li .bt p {
    float: left;
    color: #666666;
    font-size: 16px;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downloadList li .bt span.data {
    float: right;
    color: #999999;
    font-size: 14px;
}
.downloadList li .text {
    border-top: 1px solid #ecebec;
    padding: 20px 20px 25px;
    position: relative;
    display: none;
}
.downloadList li .text .t {
    color: #656565;
    font-size: 14px;
    line-height: 26px;
}
.downloadList li .text a.more {
    display: inline-block;
    border: 1px solid #e4e4e4;
    line-height: 42px;
    color: #666666;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 0 30px;
    margin-top: 20px;
    min-width: 135px;
    text-align: center;
}
.downloadList li .text a.more i {
    display: inline-block;
    background: url(../images/jt05.jpg) no-repeat center center/cover;
    width: 13px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-left: 12px;
}
.downloadList li.cur .bt {
    border-color: #0168b7;
}
.downloadList li.cur .bt p {
    color: #0168b7;
}
.contactBox {
    background: #f7f7f9;
    padding: .8rem 0 .7rem;
}
.contactBox .top .conBtn {
    margin-top: .38rem;
}
.contactBox .top .conBtn a {
    display: block;
    float: left;
    border: 1px solid #e3e3e3;
    background: #fff;
    line-height: 46px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    min-width: 152px;
    text-align: center;
    color: #343434;
    font-size: 14px;
    margin-left: 30px;
}
.contactBox .top .conBtn a.cur {
    background: #0168b7;
    color: #fff;
    border-color: #0168b7;
}
.conText {
    margin-top: 30px;
}
    .conText ol li {
        float: left;
        width: 23%;
        margin-right: 2%;
        margin-bottom: 2%;
        background: #fff no-repeat right bottom;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        padding: 0 20px 25px;
        min-height: 350px;
        position: relative;
    }
.conText ol li:nth-child(4n) {
    margin-right: 0;
}
.conText ol li .bt {
    border-bottom: 1px solid #e4e4e4;
    color: #272727;
    font-size: 24px;
    padding: 20px 0 15px;
}
.conText ol li .bt span {
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    font-family: arial;
    display: inline-block;
    margin-left: 5px;
}
.conText ol li .t {
    margin-top: 15px;
    color: #333333;
    font-size: 15px;
    line-height: 25px;
}
.conText ol li .t p {
    margin-bottom: 5px;
    padding-left: 20px;
}
.conText ol li .t p.d1 {
    background: url(../images/d1.png) no-repeat left 6px;
}
.conText ol li .t p.d2 {
    background: url(../images/d2.jpg) no-repeat left 7px;
}
    .conText ol li .t p.d3 {
        background: url(../images/d3.png) no-repeat left 6px;
    }
.conText ol li .more {
    border: 1px solid #e4e4e4;
    line-height: 42px;
    min-width: 135px;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    left: 24px;
    bottom: 25px;
}
.conText ol li .more i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/zx1.png) no-repeat center center/cover;
    margin-left: 8px;
    position: relative;
    top: 3px;
}
.conText ol li .more:hover {
    background: #0168b7;
    color: #fff;
    border-color: #0168b7;
}
.conText ol li .more:hover i {
    background: url(../images/zx1.jpg) no-repeat center center/cover;
}
.contactBox2 {
    background: #fff;
    padding: .8rem 0;
}
.contactBox2 .box {
    background: #f7f7f9;
    position: relative;
    overflow: hidden;
}
.contactBox2 .box .img {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 50%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
}
.contactBox2 .box .img img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 400%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contactBox2 .box .text {
    float: right;
    width: 50%;
    padding: .5rem .7rem;
}
.contactBox2 .box .text ol {
    margin-top: 20px;
}
.contactBox2 .box .text ol li {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.contactBox2 .box .text ol li input {
    float: left;
    width: 100%;
    border: none;
    background: #f7f7f9;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    font-size: 14px;
    padding: 20px 0;
}
.contactBox2 .box .text ol li textarea {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    background: #f7f7f9;
    font-size: 14px;
    height: 115px;
    padding: 20px 0;
    font-family: "????"
}
.contactBox2 .box .text ol li input.btn {
    margin-top: 15px;
    width: 170px;
    background: #0168b7;
    color: #fff;
    font-size: 16px;
    padding: 0;
    height: 58px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.contactBox3 {
    padding: .8rem 0;
    background: #f7f7f9;
}
.contactBox3 .tables {
    margin-top: 30px;
    border: 1px solid #eeeeee;
}
.contactBox3 .tables tr {
    border-bottom: 1px solid #eeeeee;
}
.contactBox3 .tables tr:last-child {
    border-bottom: none;
}
.contactBox3 .tables tr th {
    background: #313168;
    color: #fff;
    font-size: 16px;
    padding: 20px;
}
.contactBox3 .tables tr td {
    padding: 20px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.contactBox3 .tables tr th:first-child,
.contactBox3 .tables tr td:first-child {
    text-align: left
}
.contactBox3 .tables tr:hover td {
    color: #0168b7;
}
.map {
    position: relative;
    width: 100%;
    background: #f7f7f9;
}
.map #allmap {
    width: 100%;
    height: 360px;
}
.serviceBox {
    background: #f7f7f9;
    padding: .8rem 0;
}
.serviceBox .serviceSearch {
    margin-top: 30px;
}
.serviceBox .serviceSearch .text1,
.serviceBox .serviceSearch .text2,
.serviceBox .serviceSearch .text3 {
    height: .64rem;
    float: left;
    text-align: center;
    line-height: .64rem;
    font-size: 16px;
}
.serviceBox .serviceSearch .text1 a,
.serviceBox .serviceSearch .text2 a,
.serviceBox .serviceSearch .text3 a {
    display: block;
    width: 100%;
    color: #3b3b42;
}
.serviceBox .serviceSearch a i {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    margin-right: .1rem;
    position: relative;
    top: 0.06rem;
}
.serviceBox .serviceSearch a i.i1 {
    background: url(../images/i1.png) no-repeat center center/cover;
}
.serviceBox .serviceSearch a i.i2 {
    background: url(../images/i2.png) no-repeat center center/cover;
}
.serviceBox .serviceSearch a i.i3 {
    background: url(../images/i3.png) no-repeat center center/cover;
}
.serviceBox .serviceSearch .text1 {
    width: 17%;
    background: url(../images/servicebg01.png) no-repeat right center/cover;
}
.serviceBox .serviceSearch .text2,
.serviceBox .serviceSearch .text3 {
    width: 20%;
    background: url(../images/servicebg02.png) no-repeat center center/cover;
    margin-left: -1%;
}
.serviceBox .serviceSearch .text4 {
    float: right;
    width: 46%;
    margin-left: -2%;
    background: url(../images/servicebg04.png) no-repeat left center/cover;
    height: .64rem;
}
.serviceBox .serviceSearch .text4 input {
    float: left;
    width: 73%;
    height: .64rem;
    line-height: .64rem;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    padding: 0 20px 0 .4rem;
}
.serviceBox .serviceSearch .text4 a.btn {
    float: right;
    height: .64rem;
    line-height: .64rem;
    width: 26%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}
.serviceBox .serviceSearch .text4 a.btn i {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url(../images/btn.png) no-repeat center center/cover;
    margin-right: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.serviceBtn {
    margin-top: 10px;
}
.serviceBtn ol li {
    margin-top: 15px;
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    border: 1px solid #ededed;
    line-height: 64px;
    font-size: 16px;
    padding: 0 20px;
}
.serviceBtn ol li:nth-child(3n) {
    margin-right: 0;
}
.serviceBtn ol li a {
    display: block;
    color: #3b3b42;
    background: url(../images/servicejt1.jpg) no-repeat right center;
}
.serviceBtn ol li:hover {
    background: #0168b7;
}
.serviceBtn ol li:hover a {
    color: #fff;
    background: url(../images/servicejt2.jpg) no-repeat right center;
}
.serviceBox2 {
    background: #fff;
    padding: .7rem 0;
}
.serviceBox2 ol li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    padding-left: 10px;
}
.serviceBox2 ol li:nth-child(4n) {
    margin-right: 0;
}
.serviceBox2 ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 3px;
    height: 3px;
    background: #999999;
}
.serviceBox2 ol li a {
    display: block;
    color: #3b3b42;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.serviceBox2 ol li:hover::before {
    background: #0168b7;
}
.serviceBox2 ol li:hover::before {
    background: #0168b7;
}
.serviceBox2 ol li:hover a {
    color: #0168b7;
}
.serviceBox3 {
    background: #f7f7f9;
    padding: .7rem 0;
}
.serviceBox3 ol li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    line-height: 36px;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.serviceBox3 ol li:nth-child(4n) {
    margin-right: 0;
}
.serviceBox3 ol li a {
    display: block;
    color: #333333;
    background: url(../images/servicejt3.png) no-repeat right center;
}
.serviceBox4 {
    background: #fff;
    padding: .7rem 0 .6rem;
}
.serviceBox4 ol li {
    background: #f6f6f6;
}
.serviceBox4 .top {
    position: relative;
}
.serviceBox4 .top a.moreBtn {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.xgrz ol li h3 {
    position: relative;
    padding-left: 12px;
}
.xgrz ol li h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #313168;
}
.xgrz ol li .text {
    margin-top: 0;
}
.xgrz ol li:first-child h3 {
    padding-left: 0;
}
.xgrz ol li:first-child h3::before {
    display: none;
}
.xgrz ol li:first-child .text {
    margin-top: 15px;
}
.nybanner .bg {
    background-size: cover;
    position: relative;
    overflow: hidden;
    animation: fa1 6s linear 1;
    -webkit-animation: fa1 6s linear 1;
}
@keyframes fa1 {
    0% {
        -webkit-transform: scale(1.1);
    }
    10% {
        -webkit-transform: scale(1.09);
    }
    20% {
        -webkit-transform: scale(1.08);
    }
    30% {
        -webkit-transform: scale(1.07);
    }
    40% {
        -webkit-transform: scale(1.06);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.04);
    }
    70% {
        -webkit-transform: scale(1.03);
    }
    80% {
        -webkit-transform: scale(1.02);
    }
    90% {
        -webkit-transform: scale(1.01);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}
@-webkit-keyframes fa1 {
    0% {
        -webkit-transform: scale(1.1);
    }
    10% {
        -webkit-transform: scale(1.09);
    }
    20% {
        -webkit-transform: scale(1.08);
    }
    30% {
        -webkit-transform: scale(1.07);
    }
    40% {
        -webkit-transform: scale(1.06);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.04);
    }
    70% {
        -webkit-transform: scale(1.03);
    }
    80% {
        -webkit-transform: scale(1.02);
    }
    90% {
        -webkit-transform: scale(1.01);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}
.aboutbox2 ol li .img,
.honorQH .box .img,
.caseListQH .box .img,
.QTcaseList ol li .img {
    overflow: hidden;
}
.aboutbox2 ol li .img img,
.honorQH .box .img img,
.newsbox ol li .img img,
.casebox2 ol li img,
.caseListQH .box .img img,
.QTcaseList ol li .img img {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.aboutbox2 ol li:hover .img img,
.honorQH .box:hover .img img,
.newsbox ol li:hover .img img,
.casebox2 ol li:hover img,
.caseListQH .box:hover .img img,
.QTcaseList ol li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #b6b6b8 !important;
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #0168b7 !important;
    border-color: #0168b7 !important;
    margin: 0 !important;
}
/**mobile nav**/
.nav_box {
    width: 100%;
    height: 100%;
    position: fixed;
    right: auto;
    top: 0;
    bottom: 0;
    left: -100%;
    overflow: auto;
    background: #fff;
    z-index: 99999;
    padding-bottom: 20px;
}
.Pc_nav_box {
    display: block;
}
.Pc_nav_box .PcTop {
    border-bottom: 1px solid #e4e4e4;
    height: 96px;
}
.Pc_nav_box .PcTop .img {
    float: left;
    width: 160px;
    margin-top: 16px;
    line-height: 0;
    display: block;
}
.Pc_nav_box .PcTop .navclose {
    float: right;
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}
.Pc_nav_box .PcNavList ol li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: .85rem;
}
.Pc_nav_box .PcNavList ol li:nth-child(3n) {
    margin-right: 0;
}
.Pc_nav_box .PcNavList ol li>a {
    display: block;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    background: url(../images/caseJt.png) no-repeat right center;
}
.Pc_nav_box .PcNavList ol li .t {
    min-height: 160px;
    margin-top: 10px;
}
.Pc_nav_box .PcNavList ol li .t a {
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-left: 13px;
}
.Pc_nav_box .PcNavList ol li .t a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.Pc_nav_box .PcNavList ol li>a:hover {
    color: #0168b7;
    background: url(../images/caseJt2.png) no-repeat right center;
}
.Pc_nav_box .PcNavList ol li .t a:hover {
    color: #0168b7;
}
.Pc_nav_box .PcNavList ol li .t a:hover::before {
    background: #0168b7;
}
.phone_nav_box {
    display: none;
}
.phone_nav_box .nav-title {
    height: 60px;
    position: relative;
    border-bottom: 1px solid #666;
}
.phone_nav_box .nav-title .navclose {
    width: 26px;
    height: 26px;
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.phone_nav_box .nav-title h1 {
    width: 90px;
    line-height: 0;
    margin-left: 15px;
    padding-top: 12px;
}
.phone_nav_box .navlist {
    margin-top: 10px;
    width: 100%;
}
.phone_nav_box .navlist ul>li {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #666;
    padding: 0 15px;
    text-transform: capitalize;
}
.phone_nav_box .navlist ul>li>a {
    display: block;
    color: #333;
    position: relative;
}
.phone_nav_box .navlist ul>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url(../images/icon_jt.png) no-repeat center center / cover;
}
/* 2020-9-22 */
.serviceBox {
    position: relative;
    z-index: 2;
}
.leftbtn {
    width: 55%;
}
.serviceBox .serviceSearch .leftbtn .text1 {
    width: 27%;
}
.serviceBox .serviceSearch .leftbtn .text2 {
    width: 37%;
}
.serviceBox .serviceSearch .leftbtn .text3 {
    width: 37%;
}
.serviceBox .serviceSearch .leftbtn .text1.cur,
.serviceBox .serviceSearch .leftbtn .text1:hover {
    background: url(../images/servicebg01bg.png) no-repeat right center/cover;
}
.serviceBox .serviceSearch .leftbtn .text2.cur,
.serviceBox .serviceSearch .leftbtn .text3.cur,
.serviceBox .serviceSearch .leftbtn .text2:hover,
.serviceBox .serviceSearch .leftbtn .text3:hover {
    background: url(../images/servicebg02bg.png) no-repeat right center/cover;
}
.serviceBox .serviceSearch .leftbtn .t.cur a,
.serviceBox .serviceSearch .leftbtn .t:hover a {
    color: #fff;
}
.serviceBox .serviceSearch .leftbtn .t.cur a i.i1,
.serviceBox .serviceSearch .leftbtn .t:hover a i.i1 {
    background: url(../images/i1bg.png) no-repeat center center/cover;
}
.serviceBox .serviceSearch .leftbtn .t.cur a i.i2,
.serviceBox .serviceSearch .leftbtn .t:hover a i.i2 {
    background: url(../images/i1bg.png) no-repeat center center/cover;
}
.serviceBox .serviceSearch .leftbtn .t.cur a i.i3,
.serviceBox .serviceSearch .leftbtn .t:hover a i.i3 {
    background: url(../images/i1bg.png) no-repeat center center/cover;
}
.serviceBtn ol li.cur {
    background: #0168b7;
}
.serviceBtn ol li.cur a {
    color: #fff;
    background: url(../images/servicejt2.jpg) no-repeat right center;
}
.serviceBox3 {
    padding: 0;
    margin-top: 30px;
    position: relative;
}
.serviceBox3>ol>li {
    position: relative;
}
.serviceBox3>ol>li.cur>a,
.serviceBox3>ol>li:hover>a {
    color: #0168b7;
    background: url(../images/servicejt4.jpg) no-repeat right center;
}
.serviceBox3>ol>li .serviceBox2 {
    display: none;
    position: absolute;
    width: 14.4rem;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 2;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.serviceBox3>ol>li:nth-child(2) .serviceBox2,
.serviceBox3>ol>li:nth-child(6) .serviceBox2,
.serviceBox3>ol>li:nth-child(10) .serviceBox2,
.serviceBox3>ol>li:nth-child(14) .serviceBox2,
.serviceBox3>ol>li:nth-child(18) .serviceBox2 {
    left: -108.5%;
}
.serviceBox3>ol>li:nth-child(3) .serviceBox2,
.serviceBox3>ol>li:nth-child(7) .serviceBox2,
.serviceBox3>ol>li:nth-child(11) .serviceBox2,
.serviceBox3>ol>li:nth-child(15) .serviceBox2,
.serviceBox3>ol>li:nth-child(19) .serviceBox2 {
    left: -217.4%;
}
.serviceBox3>ol>li:nth-child(4n) .serviceBox2 {
    left: auto;
    right: 0;
}
.CFtables {
    background: #fff;
    margin-top: 20px;
}
.CFtables ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.CFtables ul li .bt {
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #ededed;
    color: #666666;
    font-size: 14px;
    width: 30%;
}
.CFtables ul li .bt span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.CFtables ul li .text {
    padding: 15px 20px;
    float: left;
    width: 70%;
    color: #666666;
    font-size: 16px;
}
.section.active .homeService .img img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.services-A {
    margin-top: 20px;
}
.services-A ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.services-A ul li a {
    float: left;
    color: #333;
    font-size: 16px;
    padding: 10px 0;
}
.services-A ul li span {
    float: right;
    color: #666;
    font-size: 16px;
    padding: 10px 0;
}
.newsTop .title {
    float: left;
}
.newsTop .newsBtn {
    float: right;
    margin-top: .43rem;
}
.newsTop .newsBtn a {
    display: block;
    float: left;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    color: #343434;
    font-size: 14px;
    line-height: 44px;
    min-width: 1.5rem;
    margin-left: .3rem;
    text-align: center;
}
.newsTop .newsBtn a.cur,
.newsTop .newsBtn a:hover {
    background: #0168b7;
    border-color: #0168b7;
    color: #fff;
}
.navdrop {
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding: 40px 0;
    display: none;
}
.navdrop>ol>li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.navdrop>ol>li:nth-child(3n) {
    margin-right: 0;
}
.navdrop>ol>li .bt {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;
}
.navdrop>ol>li dl {
    margin-top: 10px;
}
.navdrop>ol>li dl dd {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-left: 12px;
}
.navdrop>ol>li dl dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
}
.navdrop>ol>li dl dd a {
    color: #333333;
}
.navdrop>ol>li dl dd:hover::before {
    background: #0168b7;
}
.navdrop>ol>li dl dd:hover a {
    color: #0168b7;
}
.weixinxz {
    width: 118px;
    /* top: 20px; */
    margin-top: 15px;
    float: left;
}
.ermwz {
    float: right;
    text-align: left;
    padding-left: 15px;
    margin-top: 35px;
    font-size: 22px;
}
/*认证栏目介绍*/
.addContent {
    padding: 75px 0 100px;
}
.addContent .tit {
    font-size: 28px;
    color: #333;
}
.addContent .d {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
    display: none;
}
.addContentA {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    line-height: 1.8;
}
@media(max-width: 1200px) {
    .addContent .tit {
        font-size: 20px;
    }
    .addContent {
        padding: 40px 0 50px;
    }
    .addContentA {
        margin-top: 16px;
        padding-top: 20px;
    }
}
/*.sA { text-align: right; }*/
.sA .p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.sA-a a {
    color: #9b9b9b;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 36px;
    line-height: 30px;
    background: url(../images/ss.png) no-repeat left center;
    background-size: auto 20px;
}
.sA-a a:hover {
    color: #fff;
}
.shipLink {
    text-align: center;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.shipLink a,
.shipLink p {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255);
}