body {
    min-width: 1000px;
    font-size: 14px;
}

@media all and (max-width: 1100px) and (min-width: 1000px) {
    .w-change {
        max-width: 1110px;
        min-width: 1000px;
        margin: 0 auto;
    }
}

@media all and (min-width: 1100px) {
    .w-change {
        width: 1100px;
        margin: 0 auto;
    }
}

.header_pc {
    position: relative;
    left: 0;
    z-index: 4;
    padding: 10px 0 10px;
    width: 100%;
    background: #fff;
    color: #333;
    transition: all 0.2s linear;
}

    .header_pc.hh {
        position: fixed !important;
        background-color: rgba(0, 0, 0, 0.4) !important;
    }

.logo_pc {
    width: 113px;
    height: 50px;
    margin-right: 30px;
    margin-top: 6px;
    margin-left: 10px;
    display: block;
    background-image: url('../img/logo2.png');
}




/*һ���˵�*/

.nav-option {
    float: left;
    position: relative;
    padding: 10px 0;
    width: 70px;
    text-align: center;
    margin: 0 10px;
    font-size: 16px;
}

    .nav-option span {
        cursor: pointer;
        padding: 10px 0;
        display: block;
        width: 100%;
        height: 100%;
    }

        .nav-option span a {
            display: block;
        }

        .nav-option span:hover {
            color: #0080cb;
        }
    /*.nav-option:hover {
            border-bottom:3px solid #fff;
        }*/


    /*�����˵�*/

    .nav-option .sun-nav {
        position: absolute;
        top: 100%;
        text-align: center;
        width: 131px;
        display: none;
        padding: 20px 10px;
        background: rgba(255, 255, 255, 0.8);
        color: #333;
    }

.sun-nav:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: 100%;
    left: 20px;
}
.nav-option .sun-nav .sun-nav-option {
    position:relative;
}
.nav-option .sun-nav .sun-nav-option-span {
    padding: 0 15px;
    border-left: 1px solid #aaa;
    margin-bottom: 10px;
}

.nav-option .sun-nav .grand-sun-nav {
    padding: 5px 10px;
    display: none;
    position:absolute;
    top:-10px;
    width:100%;
    background-color: rgba(255, 255, 255, 0.8);
    left:111px;
}

    .nav-option .sun-nav .grand-sun-nav p a {
        display: block;
        line-height: 2;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .nav-option .sun-nav .grand-sun-nav p a:hover {
            color: #3ab0e2;
            border-bottom: 1px solid #3ab0e2;
        }

.nav-option .sun-nav .sun-nav-option-span:hover {
    border-left: 1px solid #3ab0e2;
}

    .nav-option .sun-nav .sun-nav-option-span:hover a {
        color: #3ab0e2;
    }

.nav-option .sun-nav .sun-nav-option:last-child {
    margin-bottom: 0;
}


/*�����˵�-�����˵�*/


.nav-option.nav-option-1 .sun-nav .sun-nav-option {
    float: none;
    border: none;
}

    .nav-option.nav-option-1 .sun-nav .sun-nav-option p {
        float: left;
        padding: 10px 0;
        line-height: 20px;
        margin-right: 10px;
    }

    .nav-option.nav-option-1 .sun-nav .sun-nav-option span {
        float: left;
        padding: 0 10px;
        border-left: 1px solid #CCCCCC;
        font-size: 12px;
        line-height: 12px;
        margin-top: 4px;
        cursor: pointer;
        color: #333;
        margin-bottom: 10px;
        width: 69px;
    }

        .nav-option.nav-option-1 .sun-nav .sun-nav-option span:hover {
            color: #0080cb;
        }


/*sreach*/

.sreach-con {
    width: 26px;
    position: relative;
    float: right;
    margin-right: 40px;
}

.sreachbox.block {
    display: block;
}

.sreach {
    display: block;
    background-image: url(../img/sreach-1.png);
    width: 26px;
    height: 26px;
    margin-top: 20px;
    cursor: pointer;
}

.sreachbox {
    display: block;
    position: absolute;
    width: 200px;
    background: #fff;
    padding: 10px;
    font-size: 0;
    top: 120%;
    left: -90px;
    display: none;
}

    .sreachbox input[type="text"] {
        width: 140px;
        border: 1px solid #ccc;
        height: 30px;
        border-radius: 5px 0 0 5px;
        padding-left: 10px;
        font-size: 12px;
    }

    .sreachbox input[type="button"] {
        font-size: 12px;
        background: #0080cb;
        border: 1px solid #ccc;
        color: #fff;
        height: 30px;
        border-radius: 0 5px 5px 0;
        border-left: 0;
        width: 40px;
    }

    .sreachbox:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #fff;
        bottom: 100%;
        left: 95px;
    }

.en-ch {
    float: right;
    font-size: 16px;
    padding-top: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.phone{
    float: right;
    font-size: 16px;
    padding-top: 20px;
    cursor: pointer;
    margin-right: 40px;
}
.mb {
    display: none;
}

.other-nav li {
    display: inline-block;
    width: 140px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #eee;
    line-height: 36px;
    zoom: 1;
    *display: inline;
    margin: 0 20px;
    border-radius: 20px;
    color: #999;
    cursor: pointer;
    vertical-align: middle;
}

    .other-nav li a {
        display: block;
    }

    .other-nav li.active {
        background-color: #0080cb;
        color: #fff;
        border-color: #0080cb;
    }

    .other-nav li:hover {
        background-color: #0080cb;
        color: #fff;
        border-color: #0080cb;
    }

.other-nav ul {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.Tit {
    padding: 30px 0 40px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    line-height: 1;
}

.index-ProList li {
    width: 25%;
    float: left;
    text-align: center;
    vertical-align: top;
}

.index-ProList ul {
    display: none;
}

    .index-ProList ul.on {
        display: block;
    }

.index-ProList li .indexProPic {
    width: 100%;
    height: 260px;
    padding: 39px 0;
    margin-bottom: 5px;
}

    .index-ProList li .indexProPic img {
        margin: 0 auto;
        width: 258px;
        /*height: 182px;*/
    }

.index-ProList li span {
    display: block;
    font-size: 12px;
    color: #999;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    margin: 0 auto;
}

.index-ProList li p {
    display: block;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    margin: 0 auto;
}

.index-ProList li a {
    display: block;
    font-size: 12px;
    color: #0080cb;
    width: 80%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-ProList li:hover .indexProPic {
    background-color: #d4d4d4;
}

.index-ProList li:hover .text {
    color: #fff;
    background-color: #0080cb;
}

    .index-ProList li:hover .text a {
        color: #fff;
    }

    .index-ProList li:hover .text p {
        color: #fff;
    }

    .index-ProList li:hover .text span {
        color: #fff;
    }

.index-picleft {
    position: relative;
    width: 50%;
    float: left;
    cursor: pointer;
}

.index-picRight {
    width: 50%;
    position: relative;
    float: right;
    cursor: pointer;
}

.index-pic .text {
    position: absolute;
    width: 100%;
    top: 20%;
    text-align: center;
    color: #fff;
    left: 0;
    font-size: 16px;
}

    .index-pic .text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .index-pic .text .play {
        display: block;
        margin: 0 auto 10px;
        width: 10%;
        max-width: 104px;
        min-width: 60px;
    }

    .index-pic .text span {
        display: block;
        width: 160px;
        height: 43px;
        border: 1px solid #ffffff;
        border-radius: 5px;
        transition: all 0.2s linear;
        position: absolute;
        top: 120%;
        left: 50%;
        margin-left: -80px;
        padding: 14px 0;
        cursor: pointer;
    }

    .index-pic .text .jt {
        display: block;
        width: 160px;
        height: 43px;
        border: 1px solid #ffffff;
        border-radius: 5px;
        transition: all 0.2s linear;
        position: absolute;
        top: 120%;
        left: 50%;
        margin-left: -80px;
        padding: 14px 0;
    }

    .index-pic .text span img {
        width: 34px;
        height: 12px;
        display: block;
        margin: 0 auto;
        transition: all 0.2s linear 0.2s;
        transform: translateX(-17px);
    }

    .index-pic .text span:hover {
        background-color: #3ab0e2;
        border-color: #3ab0e2;
    }

        .index-pic .text span:hover img {
            transform: translateX(17px);
        }

.index-Pro {
    margin-bottom: 40px;
}

.List {
    padding: 0 0.5%;
    margin-bottom: 40px;
}

.text.pt10 {
    max-height: 176px;
    overflow: hidden;
}
.pc-list.List li{
    width:30%;
}
.List li {
    width: 28%;
    float: left;
    margin-right: 4.5%;
    border: 1px solid #eee;
}

    .List li:last-child {
        margin-right: 0;
    }

    .List li:nth-child(3) {
        margin-right: 0;
    }

.ListWrap.index-list .List li {
    padding-bottom: 10px;
}

.ListWrap .List li:hover {
    box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
    -ms-box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
}

.ListWrap .List h3 {
    height: 36px;
    overflow: hidden;
    font-size: 18px;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ListWrap .List p.pc {
    height: 28px;
}

.ListWrap .List p {
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
    margin-bottom:5px;
}
.ListWrap .List span {
    display: block;
    color: #999;
    font-size: 12px;
}

    .ListWrap .List p a {
        color: #666;
        display: -webkit-box;
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.ListWrap .List img {
    display: block;
    width: 100%;
}

.friend-link {
    background-color: #f2f2f2;
    height: 100px;
}

    .friend-link .w-change {
        padding-left: 100px;
        position: relative;
        height: 100px;
        line-height: 100px;
    }

        .friend-link .w-change h2 {
            font-weight: normal;
            font-size: 16px;
            color: #666;
            position: absolute;
            top: 0;
            left: 0;
        }

    .friend-link ul {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .friend-link li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 20%;
        height: 100px;
        vertical-align: top;
    }

    .friend-link .table {
        height: 100px;
        width: 100%;
    }

    .friend-link li a {
        display: block;
        width: 100%;
    }

        .friend-link li a img {
            display: block;
            width: 70%;
            margin: 0 auto;
        }

.footer-common {
    background-color: #1c4667;
    color: #dcdcdc;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.footer {
    background-color: rgba(0,51,91,0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f00335b,endColorstr=#7f00335b); /*IE8֧��*/
    color: #f0f0f0;
    padding: 30px 0;
}

    .footer h3 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: normal;
        height: 34px;
        line-height: 34px;
    }

    .footer p a {
        color: #dcdcdc;
    }

.footer-about {
    width: 700px;
    line-height: 2;
}

.footer-foucs li {
    float: left;
    margin-right: 10px;
}

.footer-contact {
    width: 140px;
}

.footer-foucs {
    width: 160px;
}

    .footer-foucs li {
        margin-top: 10px;
    }

.footer-about ul li:nth-child(odd) {
    float: left;
    width: 407px;
    color: #dcdcdc;
}

.footer-about ul li:nth-child(even) {
    float: right;
    width: 230px;
    color: #dcdcdc;
}

.introduce-container h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: center;
}

.introduce-container ul {
    margin-bottom: 40px;
}

    .introduce-container ul li {
        width: 30%;
        margin-right: 5%;
        text-align: center;
        float: left;
    }

        .introduce-container ul li:last-child {
            margin-right: 0;
        }

        .introduce-container ul li img {
            margin: 0 auto 10px;
        }

        .introduce-container ul li p {
            font-size: 18px;
            width: 80%;
            margin: 0 auto 10px;
        }

            .introduce-container ul li p:last-child {
                font-size: 14px;
                color: #999;
                margin-bottom: 0;
            }

.about_tit h2 {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}

.textContents h2 {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}

.about_tit p {
    color: #666;
    text-align: left;
}
.pc-ab.ab{
    padding:40px 0;
}
.pc-ab p {
    font-size:18px;
    text-align: center;
}

.textContents {
    padding: 20px 0 0;
}
/*.about_tit hr {
    width: 40px;
    margin: 10px auto;
    height: 2px;
    background: #333;
}*/
.pc-ab hr {
    width: 40px;
    margin: 10px auto;
    height: 2px;
    background: #333;
}

.textContents hr {
    width: 40px;
    margin: 10px auto;
    height: 2px;
    background: #333;
}

.about_tit {
    line-height: 2;
}

    .about_tit img {
        margin: 0 auto;
    }

.introducePicBox {
    float: left;
    width: 217px;
    height: 385px;
    position: relative;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .introducePicBox.on {
        width: 369px;
        height: 385px;
    }

    .introducePicBox .background {
        width: 100%;
        height: 385px;
        background-size: auto 100%;
    }

    .introducePicBox .text {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,114,181,0.3);
    }

        .introducePicBox .text .table {
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            opacity: 0;
            transition: all 0.2s linear 0.2s;
        }

    .introducePicBox.on .text .table {
        opacity: 1;
    }

    .introducePicBox .text .table hr {
        width: 30px;
        background-color: #fff;
        height: 1px;
        margin: 20px auto 0;
    }

    .introducePicBox .text .table p {
        width: 40%;
        margin: 0 auto;
        line-height: 3;
    }

.introducePic {
    width: 1020px;
    margin: 0 auto;
}

.partner {
    background-image: url('../img/2-9.jpg');
    height: 248px;
    padding: 20px 0;
    background-position: center;
}

.partnerC {
    margin-top: 40px !important;
}

.partner a {
    display: block;
    padding: 20px 0;
}

    .partner a img {
        margin: 0 auto;
    }

.about-container ul {
    margin-bottom: 40px;
}

    .about-container ul li {
        width: 30%;
        margin-right: 5%;
        text-align: center;
        float: left;
        border: 1px solid #eee;
        padding: 20px;
    }

        .about-container ul li:last-child {
            margin-right: 0;
        }

        .about-container ul li img {
            margin: 0 auto 10px;
        }

        .about-container ul li p {
            font-size: 18px;
            width: 80%;
            margin: 0 auto 10px;
        }

            .about-container ul li p:last-child {
                font-size: 14px;
                color: #999;
                margin-bottom: 0;
            }

        .about-container ul li hr {
            width: 30px;
            background-color: #0080cb;
            height: 2px;
            margin: 10px auto;
        }

#dituContent {
    width: 100%;
    height: 445px;
    border: #ccc solid 1px;
}

.other-info {
    width: 850px;
    height: 215px;
    padding: 45px 0;
    margin: -107px auto 0;
    position: relative;
    z-index: 666;
    background-color: #fff;
    border: 1px solid #eee;
}

    .other-info div.l {
        position: relative;
        padding-left: 120px;
        height: 125px;
    }

        .other-info div.l.address {
            width: 380px;
            padding-top: 20px;
        }

        .other-info div.l.fax {
            width: 260px;
            padding-top: 20px;
        }

    .other-info .icon {
        height: 125px;
        float: left;
        width: 98px;
        border-right: 1px solid #d4d4d4;
        padding: 38px 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .other-info .icon img {
            margin: 0 auto;
        }

    .other-info div.l h3 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .other-info div.l p {
        line-height: 2;
        font-weight: lighter;
        color: #666;
    }

.twoCode {
    position: absolute;
    top: 45px;
    right: 30px;
}

    .twoCode p {
        position: absolute;
        bottom: 0;
        right: 100%;
        width: 100px;
        color: #000;
    }

.breadCrumb {
    width: 100%;
    line-height: 48px;
    height: 49px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    color: #666;
}

    .breadCrumb a {
        margin-right: 10px;
        margin-left: 10px;
    }

    .breadCrumb span {
        margin-left: 10px;
    }

.newsList li {
    margin-bottom: 20px;
}

    .newsList li .text h3 a{
        line-height: 2;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 0px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .newsList li .text h4 {
        width: 166px;
        height: 54px;
        padding-left: 20px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        background-image: url('../img/3-2.png');
    }

.index-list li .text h4 {
    width: 166px;
    height: 54px;
    padding-left: 20px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background-image: url('../img/3-2.png');
}


.newsList li .text p {
    height: 37px;
    line-height: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.newsList li .text span {
    display: block;
    color: #999;
    font-size: 12px;
}

.caseList li {
    margin-bottom: 20px;
}

    .caseList li .pic {
        position: relative;
    }

        .caseList li .pic .pic-zz {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
        }

    .caseList li:hover .pic .pic-zz {
        display: block;
    }

.proList li {
    max-height: 337px;
    min-height: 337px;
    padding: 30px 0;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}

    .proList li h3 {
        font-size: 16px;
        color: #666;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .proList li p {
        font-size: 14px;
        color: #999;
        margin-bottom: 5px;
    }

.proList .List li img {
    width: 258px;
    height: 166px;
    margin: 20px auto;
}

.cerList li .cerPic {
    padding: 30px 0;
    text-align: center;
}

    .cerList li .cerPic img {
        width: 137px;
        height: 208px;
        margin: 0 auto;
        box-shadow: 5px 5px 10px rgba(230,230,230,1);
        -moz-box-shadow: 5px 5px 10px rgba(230,230,230,1);
        -webkit-box-shadow: 5px 5px 10px rgba(230,230,230,1);
        -o-box-shadow: 5px 5px 10px rgba(230,230,230,1);
        -ms-box-shadow: 5px 5px 10px rgba(230,230,230,1);
    }

.cerList .List li p {
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #333;
}

.cerList .List li {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

    .cerList .List li:hover {
        border: 1px solid #0080cb;
    }

        .cerList .List li:hover p {
            background-color: #0080cb;
            color: #fff;
            margin-bottom:0!important;
        }

.proShowBanner .pic {
    width: 58.75%;
    height: 550px;
    background-image: url('../img/4-10.jpg');
    background-size: auto 100%;
    background-position: center;
    float: left;
}

.proShowBanner .text {
    width: 41.25%;
    height: 550px;
    background-image: url('../img/4-11.jpg');
    background-size: auto 100%;
    background-position: center;
    float: right;
    padding-top: 110px;
    padding-left: 2%;
}

.proShowBanner img {
    width: 454px;
    margin: 0 auto;
    height: 335px;
}

.proShowSwiper {
    width: 100%;
    height: 550px;
}

    .proShowSwiper .swiper-slide {
        padding: 110px 0 105px;
    }
.proShowBanner .ser{
    display: block;
    position: absolute;
    right: 202px;
    font-size: 22px;
    font-weight: 600;
    top: 122px;
}


.proShowBanner .text h2 {
    font-weight: normal;
    color: #3ab0e2;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}

.proShowBanner .text hr {
    width: 60px;
    height: 2px;
    margin-bottom: 30px;
}

.proShowBanner .text p {
    color: #999;
    margin-bottom: 10px;
}

.proShowBanner .text h3 {
    color: #3ab0e2;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}

.proShowReference {
    padding: 30px 0;
    background-color: #f2f2f2;
}

.proShowBanner .color {
    position: relative;
    padding-left: 80px;
}

    .proShowBanner .color span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        line-height: 22px;
    }

    .proShowBanner .color ul li {
        width: 22px;
        height: 22px;
        margin-bottom: 10px;
        margin-left: 10px;
        float: left;
        border-radius: 100%;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

.proShowAdvantage {
    text-align: center;
    padding: 30px 0;
}

/*.proShowAdvantage p {
        font-size: 16px;
        line-height: 40px;
        color: #666;
    }*/
.textContents p {
    width: 50%;
    font-size: 16px;
    line-height: 40px;
    color: #666;
    text-align: center;
    margin: 0 auto;
}

/*.proShowAdvantage h2 {
        font-size: 28px;
    }*/
.textContents h2 {
    font-size: 28px;
    padding-top: 15px;
}

.referencePic img:first-child {
    float: left;
    width: 43%;
}

.referencePic img:last-of-type {
    float: right;
    width: 51%;
}

.android {
    display: inline-block;
    width: 230px;
    height: 60px;
    margin-top: 40px;
    margin-right: 20px;
    background-image: url('../img/7-4.png');
}

    .android:hover {
        background-image: url('../img/7-3.png');
    }

.ios {
    display: inline-block;
    width: 230px;
    height: 60px;
    margin-top: 40px;
    background-image: url('../img/7-6.png');
}

    .ios:hover {
        background-image: url('../img/7-5.png');
    }

.services_1 .w-change {
    text-align: center;
    font-size: 0;
}

.services_1 {
    margin-bottom: 40px;
}

.services_2 {
    background-image: url('../img/7-7.jpg');
    height: 730px;
    background-position: center;
    background-size: auto 100%;
    padding: 40px 10px;
    padding-top: 62px;
}

    .services_2 img {
        width: 52%;
        max-width: 526px;
        float: left;
        overflow:hidden;
    }

    .services_2 .text {
        width: 44%;
        color: #fff;
        float: right;
        padding-top: 50px;
    }
    .services_4 .text{
        padding-top:120px
    }
    .services_3.services_5 .text{
        padding-top:50px
    }

    .services_2 .text img{
        width:143px;
        margin-top:15px;
    }
    .services_2 .about_tit {
        margin-bottom: 40px;
    }

        .services_2 .about_tit h2 {
            color: #fff;
        }

        .services_2 .about_tit p {
            color: #fff;
        }

        .services_2 .about_tit hr {
            background-color: #fff;
        }

    .services_2 .text h3 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1;
        font-weight: normal;
    }

    .services_2 .text p {
        font-size: 16px;
        line-height: 40px;
    }

.services_4 {
    background-image: url('../img/7-8.jpg');
    height: 589px;
    background-position: center;
    background-size: auto 100%;
    padding-top: 62px;
    padding: 40px 10px;
}

.services_3 {
    padding: 40px 10px;
}

    .services_3 .text {
        width: 44%;
        float: left;
        padding-top: 120px;
    }

        .services_3 .text h3 {
            font-size: 28px;
            margin-bottom: 20px;
            line-height: 1;
            font-weight: normal;
            color: #3ab0e2;
        }

        .services_3 .text p {
            font-size: 16px;
            line-height: 40px;
        }

    .services_3 img {
        width: 52%;
        max-width: 474px;
        float: right;
    }

.services_5 img {
    width: 52%;
    max-width: 474px;
    float: right;
}

.services_4 img {
    width: 52%;
    max-width: 439px;
    float: left;
}

.services_5 li {
    /*width: 50%;
    float: left;*/
    font-size: 16px;
    line-height: 40px;
}
.services_5 li.lis{
    text-align:center;
}
.title {
    position: relative;
    height: 49px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.titInput {
    width: 800px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -400px;
    border: 1px solid #D4D4D4;
    border-radius: 35px;
    padding-left: 30px;
    padding: 10px 40px 10px 30px;
}

    .titInput input {
        width: 50%;
        border: 0;
        height: 29px;
        color: #bebebe;
        font-size: 20px;
        vertical-align: middle;
    }

    .titInput img {
        float: right;
        width: 29px;
        height: 29px;
    }

.questionSmall {
    border: 1px solid #D4D4D4;
    padding: 20px;
    margin-bottom: 20px;
}

.questionWrap .w-change .question {
    margin: 0 auto;
    border: 1px solid #D4D4D4;
    padding: 20px;
}

.questionBox {
    margin: -1px auto 0;
    border-top: 1px solid #D4D4D4;
    padding-top: 43px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 12px;
}

    .questionBox:first-child {
        border-top: 0;
    }

.questionIndex {
    position: absolute;
    top: 43px;
    left: 0;
    background: url(../img/5-3.png) center center no-repeat;
    text-align: center;
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 36px;
}

.questionText p {
    line-height: 38px;
    font-size: 14px;
    color: #999;
    font-weight: lighter;
}

.questionText h4 {
    color: #76bbe6;
    font-weight: normal;
    line-height: 38px;
    font-size: 16px;
}

.hotlineInput {
    width: 446px;
    float: left;
    margin-left: 24px;
}

.hotlineTextarea {
    width: 446px;
    float: right;
    margin-right: 24px;
}

.hotlineInput input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    display: block;
    padding-left: 15px;
    line-height: 48px;
    font-size: 14px;
}

.hotlineTextarea textarea {
    width: 100%;
    height: 191px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    display: block;
    padding: 14px;
    resize: none;
}

.hotlineTextarea input {
    display: block;
    width: 179px;
    height: 45px;
    border: 0;
    background-color: #0080cb;
    color: #fff;
    font-size: 16px;
}

.hotlineWrap {
    background-image: url(../img/8-2.jpg);
    background-position: center;
    padding: 40px 0;
}

.patent_1 .patent_1img {
    margin-bottom: 30px;
}

    .patent_1 .patent_1img img:first-child {
        float: left;
        margin-left: 30px;
    }

    .patent_1 .patent_1img img:last-of-type {
        float: right;
        margin-right: 30px;
        margin-top: 40px;
    }

.tab ul.tab-nav {
    font-size: 0;
    text-align: center;
    margin-bottom: 50px;
}

.tab-nav li {
    width: 86px;
    height: 86px;
    margin: 0 50px;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
    font-size: 16px;
    text-align: center;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.tab hr {
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    margin-top: -91px;
    margin-bottom: 91px;
}

.tab-nav .table-box {
    width: 86px;
    height: 86px;
    padding: 7px;
    border: 1px solid #9a9a9a;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 100%;
}

.tab-nav li .table {
    width: 70px;
    height: 70px;
    background-color: #9a9a9a;
    border-radius: 100%;
    position: relative;
    z-index: 4;
}

.tab-nav li.on .table-box {
    border-color: #0080cb;
}

.tab-nav li.on .table {
    background-color: #0080cb;
}

.tab-nav li.on:before {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    border: 1px dashed #0080cb;
    top: -7px;
    left: -7px;
    background-color: #fff;
    content: "";
    display: block;
    border-radius: 100%;
}

.tab-option {
    margin-bottom: 20px;
}

    .tab-option li {
        display: none;
    }

        .tab-option li.on {
            display: block;
        }

    .tab-option h3 {
        font-weight: normal;
        font-size: 20px;
        line-height: 2;
        margin-bottom: 5px;
    }

.patent_2 {
    background-image: url('../img/6-6.jpg');
    background-position: center;
    padding: 20px 0;
}

    .patent_2 .about_tit h2 {
        color: #fff;
    }

    .patent_2 .about_tit p {
        color: #fff;
    }

    .patent_2 .about_tit hr {
        background-color: #fff;
    }

    .patent_2 ul {
        font-size: 0;
        text-align: center;
        /*margin-top: 20px;*/
    }

        .patent_2 ul li {
            display: inline-block;
            margin: 0 40px;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            text-align: center;
        }

            .patent_2 ul li p {
                /*margin-top: 5px;*/
                line-height: 2;
                font-size: 22px;
                color: #fff;
            }

.patent-3 {
    padding: 60px 0 0;
}

    .patent-3 .w-change {
        position: relative;
    }

    .patent-3 .text {
        position: absolute;
        width: 560px;
        right: 60px;
        top: 80px;
        line-height: 3;
        font-size: 16px;
    }

.patent-4 {
    height: 637px;
    position: relative;
}

.patent-4-left {
    padding-top: 106px;
    float: left;
    height: 637px;
    width: 50%;
    background-image: url('../img/6-11.jpg');
    background-position: center right;
}

.patent-4-right {
    background-image: url('../img/6-12.jpg');
    padding-top: 106px;
    float: right;
    height: 637px;
    width: 50%;
    background-position: center left;
}

.patent-4-tit {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

    .patent-4-tit .about_tit h2 {
        color: #3ab0e2;
    }

    .patent-4-tit .about_tit p {
        color: #3ab0e2;
    }

    .patent-4-tit .about_tit hr {
        background-color: #3ab0e2;
    }

.patent-4 .text {
    width: 57.3%;
    min-width: 500px !important;
}

.patent-4-left .text {
    float: right;
    color: #fff;
}

.patent-4 .text img {
    margin: 0 auto 30px;
}

.patent-4 .text p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.patent-5 {
    height: 665px;
    position: relative;
    background-image: url('../img/6-26.jpg');
}

    .patent-5 .w-change {
        position: relative;
        height: 665px;
        padding: 30px 0;
    }

.patent-5-left {
    position: absolute;
    top: 100px;
    left: 20px;
}

.patent-5-right {
    position: absolute;
    top: 100px;
    right: 20px;
}

.patent-5 ul li {
    color: #3ab0e2;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
}

    .patent-5 ul li img {
        margin: 0 auto 10px;
    }

.patent-6 .w-change {
    padding: 20px 0;
}

#imgbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 666;
    display: none;
    cursor: pointer;
}

    #imgbox .none {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 668;
    }

    #imgbox .img-tk {
        position: absolute;
        top: 0%;
        left: 50%;
        z-index: 667;
        margin-left: -250px;
        padding-top: 104px;
        width: 500px;
    }

        #imgbox .img-tk img {
            max-width: 100%;
            max-height: 80%;
            cursor: default;
        }

        #imgbox .img-tk .cha {
            width: 30px;
            height: 30px;
            background: url(../img/cha.png) no-repeat;
            display: block;
            position: absolute;
            top: 95px;
            right: -6px;
            cursor: pointer !important;
            z-index: 669;
        }

.pages {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .pages span, .pages a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        border: 1px solid #ebe8e9;
        margin: 0 1px;
        background: #fafafb;
        color: #0096DA;
    }

        .pages a:hover, .pages .current {
            background: #0096DA;
            color: #fff;
        }

.mb-1 {
    display: none !important;
}



#confirm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    height: 100%;
    background-image: url(../img/13.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

    #confirm .none {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 998;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
    }

.confirmC {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -275px;
    z-index: 998;
    width: 550px;
    height: 330px;
    background-color: #fff;
    padding: 100px 0;
}

.close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/close.png) center center no-repeat;
    background-size: cover;
}

.confirmBtn {
    text-align: center;
}

    .confirmBtn .btn {
        display: inline-block;
        margin: 0 30px;
        height: 36px;
        width: 120px;
        line-height: 34px;
        border: 1px solid #3ab0e2;
        border-radius: 20px;
    }

#sure {
    background-color: #3ab0e2;
    color: #fff;
}

    #sure:hover {
        background-color: #0080cb;
    }

#cancle {
    background-color: #fff;
    color: #3ab0e2;
}

    #cancle:hover {
        background-color: #f2f2f2;
    }

.confirmC h4 {
    font-size: 24px;
    font-weight: normal;
    color: #3ab0e2;
    text-align: center;
    margin-bottom: 30px;
}

#bg2 .div {
    position: relative;
    width: 100%;
    height: 100%;
}

#bg2 .cha {
    width: 40px;
    height: 40px;
    /*background:url(../img/cha.png) no-repeat;*/
    display: block;
    background: #333;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 18%;
    right: 50%;
    cursor: pointer !important;
    z-index: 88889;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    /*margin-top:-275px;*/
    margin-right: -441px;
}

#shipin {
    position: fixed !important;
    top: 50% !important;
    margin-top: -275px;
}

.index-banner-pc .swiper-button-next, .index-banner-pc .swiper-button-prev {
    width: 40px;
    height: 60px;
    background-size: 40px 60px;
}

.index-banner-pc .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.index-banner-pc .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
