#transverse {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.8) url(../img/transvers.png) no-repeat center center;
    background-size: 50% auto;
}

.bgf2 {
    background-color: #f2f2f2;
}

.banner {
    margin-bottom: 10px;
}

@media all and (orientation: landscape) and( max-width:768px) {
    #transverse {
        display: block;
    }

    body {
        height: 100%;
        overflow: hidden;
    }
}

/*#main-page {
    padding-top: 0.5rem;
}*/

@media all and (orientation: portrait) {
    #transverse {
        display: none;
    }
}

.w-change {
    width: 6.4rem;
    margin: 0 auto;
}

html,
body {
    width: 100%;
}

    body.overflow {
        height: 100%;
        overflow: hidden;
    }

@media all and (min-width:769px) {
    #transverse {
        display: none;
    }
}

.pc {
    display: none;
}

.rem64 {
    width: 6.4rem;
    margin: 0 auto;
}

.xiala {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 6;
    top: 0;
    left: 0;
    color: #fff;
    display: none;
}

    .xiala .none {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.nav.on {
    transform: scale(1);
}

.nav {
    transform: scale(0.8);
    position: absolute;
    width: 4.6rem;
    left: 50%;
    margin-left: -2.3rem;
    padding: 0.5rem 0;
    color: #fff;
    z-index: 8;
    max-height: 100%;
    overflow: auto;
}

.sun-nav {
    display: none;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    line-height: 2;
}


.nav .nav-option-span {
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
    display: block;
}

.nav .sreach {
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
}

.nav .result p {
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
}

.nav .sreach img {
    display: inline;
    width: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.nav .sreach input {
    display: inline;
    width: 80%;
    vertical-align: middle;
    border: 0;
    background: transparent;
    color: #fff;
    -webkit-appearance: none;
}

    .nav .sreach input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
    }

    .nav .sreach input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    .nav .sreach input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .nav .sreach input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }

.nav .language{
    border-bottom:1px solid #fff;
    padding:10px 5px;
    text-align:right;
    font-size:14px;
}




.result h3 {
    font-size: 12px;
    line-height: 2;
    font-weight: lighter;
}

.header_mb {
    color: #333;
    width: 100%;
    background-color: #0080cb;
    z-index: 999;
    top: 0;
    left: 0;
    position: relative;
}

    .header_mb.on {
        background-color: transparent;
    }

    .header_mb .rem64 {
        position: relative;
    }

.logo_mb {
    width: 1.15rem;
    height: 0.5rem;
    display: block;
    background-image: url('../img/logo.png');
    background-size: cover;
}

    .logo_mb.on {
        float: none;
        margin: 0 auto;
    }

    .logo_mb.hide {
        background: url(../img/mobile/hide.png);
        background-size: 100%;
    }

.menuIcon_mb {
    width: 0.6rem;
    height: 0.45rem;
    background-image: url(../img/mobile/1-2.png);
    background-size: cover;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .menuIcon_mb.on {
        display: none;
    }

.result {
    font-size: 16px;
    line-height: 1;
    display: none;
}

.other-nav li {
    display: inline-block;
    width: 80px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #eee;
    line-height: 26px;
    zoom: 1;
    *display: inline;
    margin: 0 2px;
    border-radius: 20px;
    color: #999;
    background-color: #fff;
}

    .other-nav li.active {
        background-color: #0080cb;
        color: #fff;
        border-color: #0080cb;
    }

.other-nav ul {
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
}

.Tit {
    padding: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
}

.index-Pro {
    margin-bottom: 10px;
}

    .index-Pro .w-change {
        padding: 0 10px;
    }

.index-ProList li {
    width: 48%;
    float: left;
    margin: 0 1% 10px;
    text-align: center;
    vertical-align: top;
    color: #666;
    background-color: #fff;
    padding-bottom: 5px;
}

.index-ProList ul {
    display: none;
}

    .index-ProList ul.on {
        display: block;
    }

.index-ProList li .indexProPic {
    width: 100%;
    height: 2rem;
    padding: 0.39rem 0;
}

    .index-ProList li .indexProPic img {
        margin: 0 auto;
        width: 1.91rem;
        height: 1.32rem;
    }

.index-ProList li span {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-ProList li p {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-ProList li a {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-pic {
    padding: 0 10px;
    width: 6.4rem;
    margin: 0 auto;
}

.index-picleft {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.index-picRight {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.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: 16px;
        margin-bottom: 10px;
    }

    .index-pic .text img {
        display: block;
        margin: 0 auto 10px;
        width: 1.04rem;
    }

.List {
    margin-bottom: 10px;
    padding: 0 10px;
}

    .List li {
        border: 1px solid #eee;
        background: #fff;
        margin-bottom: 10px;
    }

.ListWrap .List h3 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;    
    font-size: 14px;
    line-height: 2;
    max-height: 56px;
    overflow: hidden;
    font-weight: normal;
}

.ListWrap .List p {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    color: #666;
}

.ListWrap .List img {
    display: block;
    width: 100%;
}

.footer-common {
    background-color: #1c4667;
    color: #fff;
    text-align: center;
    line-height:25px;
    font-size: 14px;
}

.introduce-container h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
}

.introduce-container ul {
    margin-bottom: 20px;
    padding: 0 10px;
}

    .introduce-container ul li {
        width: 32%;
        margin-right: 2%;
        text-align: center;
        float: left;
    }

        .introduce-container ul li:last-child {
            margin-right: 0;
        }

        .introduce-container ul li img {
            margin: 0 auto 5px;
            width: 60%;
        }

        .introduce-container ul li p {
            font-size: 18px;
            width: 90%;
            margin: 0 auto 5px;
        }

            .introduce-container ul li p:last-child {
                font-size: 12px;
                color: #999;
                margin-bottom: 0;
            }

/*.about_tit h2 {
    font-size: 14px;
    text-align: center;
}*/
.textContents h2 {
    font-size: 14px;
    text-align: center;
    margin-bottom:5px;
}

.about_tit p {
    color: #666;
    text-align: center;
}

.about_tit hr {
    width: 40px;
    margin: 5px auto;
    height: 2px;
    background: #333;
}

.about_tit {
    line-height: 2;
}

.introducePicBox {
    float: left;
    width: 16.7%;
    height: 3.85rem;
    position: relative;
    transition: all 0.2s linear;
}

    .introducePicBox.on {
        width: 49.9%;
        height: 3.85rem;
    }

    .introducePicBox .background {
        width: 100%;
        height: 3.85rem;
        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: 2px;
        margin: 10px auto 0;
    }

    .introducePicBox .text .table p {
        width: 80%;
        margin: 0 auto;
        line-height: 2;
    }

.introducePic {
    width: 6.4rem;
    margin: 0 auto;
    padding: 0 10px;
}

.partner {
    background-image: url('../img/2-9.jpg');
    height: 2.48rem;
    padding: 20px 0;
    background-position: center;
    background-size: auto 100%;
}

.partnerC {
    margin-top: 10px !important;
}

.partner a {
    display: block;
    padding: 5px 0;
}

    .partner a img {
        margin: 0 auto;
        width: 2.23rem;
    }

.about-container ul {
    margin-bottom: 20px;
}

    .about-container ul li {
        width: 80%;
        text-align: center;
        border: 1px solid #eee;
        padding: 10px;
        margin: 0 auto 10px;
        background-color: #fafafa;
    }

        .about-container ul li img {
            margin: 0 auto 10px;
            width: 0.34rem;
        }

        .about-container ul li p {
            width: 80%;
            margin: 0 auto 10px;
            font-size: 16px;
        }

            .about-container ul li p:last-child {
                color: #999;
                margin-bottom: 0;
                font-size: 12px;
            }

        .about-container ul li hr {
            width: 30px;
            background-color: #0080cb;
            height: 2px;
            margin: 5px auto;
        }

#dituContent {
    width: 100%;
    height: 4.45rem;
    border: #ccc solid 1px;
}

.other-infoWrap {
    padding: 0 0.2rem;
    margin-top: -0.77rem;
    position: relative;
    z-index: 666;
    margin-bottom: 20px;
}

.other-info {
    position: relative;
    z-index: 100;
    padding: 0.2rem 0;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
}

    .other-info .address {
        width: 60%;
        font-size: 0.24rem;
        padding: 0 5%;
    }

    .other-info .fax {
        width: 40%;
        font-size: 0.24rem;
        padding: 0 5%;
    }

    .other-info img {
        width: 0.42rem;
        height: 0.52rem;
        margin: 0 auto 0.1rem;
    }

.newsList li {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
    float: left;
}

    .newsList li:nth-child(even) {
        margin-right: 0;
    }

    .newsList li .text h4 {
        width: 1.66rem;
        height: 0.54rem;
        padding-left: 0.2rem;
        text-align: center;
        line-height: 0.34rem;
        font-size: 12px;
        color: #fff;
        background-image: url('../img/3-2.png');
        background-size: cover;
    }

    .newsList li .text p {
        height: 72px;
        overflow: hidden;
        font-size: 12px;
        color: #999;
        margin-bottom: 5px;
    }

    .newsList li .text span {
        display: block;
        color: #999;
        font-size: 12px;
    }

.caseList li {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
    float: left;
}

    .caseList li:nth-child(even) {
        margin-right: 0;
    }

.proList li {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
    float: left;
}

    .proList li:nth-child(even) {
        margin-right: 0;
    }

.proList .List li img {
    width: 2.58rem;
    height: 1.66rem;
    margin: 10px auto;
}

.proList .List li h3 {
    text-align: center;
}

.cerList li {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
    float: left;
}

    .cerList li:nth-child(even) {
        margin-right: 0;
    }

    .cerList li .cerPic {
        padding: 30px 0;
        text-align: center;
    }

        .cerList li .cerPic img {
            width: 1.37rem;
            height: 1.9rem;
            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: 30px;
    color: #fff;
    background-color: #0080cb;
}

.cerList .List li {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.proShowBanner {
    width: 6.4rem;
    margin: 0 auto 10px;
}

    .proShowBanner .pic {
        height: 4rem;
        background-image: url('../img/mobile/4-10.jpg');
        background-size: cover;
        background-position: center;
    }

    .proShowBanner .text {
        padding: 10px;
        background-color: #0080cb;
        color: #fff;
    }

    .proShowBanner img {
        width: 3rem;
        margin: 0 auto;
        height: 2.21rem;
    }

.proShowBanner .ser{
    display: block;
    position: absolute;
    right: 43px;
    font-size: 14px;
    font-weight: 600;
    top: 49px;
}

.proShowSwiper {
    width: 100%;
    height: 4rem;
}

    .proShowSwiper .swiper-slide {
        padding: 0.9rem 0 0.89rem;
    }

.proShowBanner .text h2 {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.proShowBanner .text hr {
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
}

.proShowBanner .text p {
    color: #fff;
    margin-bottom: 10px;
}

.proShowBanner .text h3 {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
}

.proShowBanner .color {
    position: relative;
    padding-left:45px;
}

    .proShowBanner .color span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 14px;
        line-height: 14px;
    }

    .proShowBanner .color ul li {
        width: 14px;
        height: 14px;
        margin-bottom: 5px;
        margin-left: 5px;
        float: left;
        border-radius: 100%;
    }

.proShowAdvantage .w-change {
    text-align: center;
    padding: 10px;
}

.proShowReference .w-change {
    text-align: center;
    padding: 10px;
}

/*.proShowAdvantage li {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}*/
.textContents p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align:center;
    margin-bottom:5px;
}

.reference img {
    margin: 0 auto 10px;
}

.android {
    display: inline-block;
    width: 2.30rem;
    height: 0.6rem;
    margin-right: 10px;
    margin-top: 10px;
    background-image: url('../img/7-3.png');
    background-size: cover;
}


.ios {
    display: inline-block;
    width: 2.30rem;
    height: 0.6rem;
    margin-top: 10px;
    background-size: cover;
    background-image: url('../img/7-5.png');
}

.services_1 .w-change {
    text-align: center;
    font-size: 0;
}

.services_1 {
    margin-bottom: 20px;
}

.services_2 {
    background-image: url('../img/mobile/7-7.jpg');
    background-position: center;
    background-size: 100% auto;
    padding-top: 30px;
}

.services {
    text-align: center;
}

    .services img {
        margin: 10px auto;
    }

    .services .w-change {
        padding: 10px;
    }

.services_2 .text {
    color: #fff;
    text-align: center;
}

.services_2 .about_tit {
    margin-bottom: 10px;
}

    .services_2 .about_tit h2 {
        color: #fff;
    }

    .services_2 .about_tit p {
        color: #fff;
    }

    .services_2 .about_tit hr {
        background-color: #fff;
    }

.text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: normal;
}

.services_2 .text p {
    font-size: 14px;
    line-height: 24px;
}

.services_4 {
    background-image: url('../img/mobile/7-8.jpg');
    background-position: center;
    background-size: 100% auto;
    padding-top: 30px;
}

.services_5 li {
    /*width: 50%;
    float: left;*/
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.services_5 li.lis{
    text-align:center;
    margin-top:15px;
}
.services_3 h3 {
    color: #3ab0e2;
}

.title {
    position: relative;
    height: 49px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.titInput {
    width: 100%;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #D4D4D4;
    border-radius: 20px;
    padding: 5px 20px 5px 15px;
}

    .titInput input {
        width: 50%;
        border: 0;
        height: 19px;
        color: #bebebe;
        font-size: 14px;
        vertical-align: middle;
        line-height: 19px;
    }

    .titInput img {
        float: right;
        width: 19px;
        height: 19px;
    }

.questionSmall {
    border: 1px solid #D4D4D4;
    padding: 10px;
    margin-bottom: 10px;
}

.questionWrap .w-change .question {
    margin: 0 auto;
    border: 1px solid #D4D4D4;
    padding: 10px;
}

.questionBox {
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 5px;
    line-height: 2;
}

    .questionBox:last-child {
        border-bottom: 0;
    }

.questionIndex {
    position: absolute;
    top: 12px;
    left: 0;
    background: url(../img/5-3.png) center center no-repeat;
    text-align: center;
    background-size: cover;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

.questionText p {
    font-size: 12px;
    color: #999;
    font-weight: lighter;
}

.questionText h4 {
    color: #76bbe6;
    font-weight: normal;
    font-size: 14px;
}

.hotlineInput input {
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
    border: 1px solid #eee;
    display: block;
    padding-left: 15px;
    line-height: 28px;
    font-size: 14px;
}

.hotlineTextarea textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    display: block;
    padding: 14px;
    resize: none;
}

.hotlineTextarea input {
    display: block;
    width: 120px;
    height: 30px;
    border: 0;
    background-color: #0080cb;
    color: #fff;
    font-size: 14px;
}

.hotlineWrap {
    background-image: url(../img/8-2.jpg);
    background-position: center;
    padding: 20px 0;
}

    .hotlineWrap .w-change {
        padding: 0 10px;
    }

.patent_1 .patent_1img img {
    margin: 0 auto 10px;
    padding: 0 10px;
}

.tab ul.tab-nav {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.tab-nav li {
    width: 0.86rem;
    height: 0.86rem;
    margin: 0 0.3rem;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
    font-size: 12px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.tab hr {
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    margin-top: -1rem;
    margin-bottom: 0.51rem;
}

.tab-nav .table-box {
    width: 0.9rem;
    height: 0.9rem;
    padding: 3px;
    border: 1px solid #9a9a9a;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 100%;
}

.tab-nav li .table {
    width: 100%;
    height: 100%;
    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: 1.1rem;
    height: 1.1rem;
    position: absolute;
    z-index: 1;
    border: 1px dashed #0080cb;
    top: -0.1rem;
    left: -0.1rem;
    background-color: #fff;
    content: "";
    display: block;
    border-radius: 100%;
}

.tab-option {
    margin-bottom: 10px;
}

    .tab-option li {
        display: none;
        padding: 0 10px;
    }

        .tab-option li.on {
            display: block;
        }

    .tab-option h3 {
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }

.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 10px;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            text-align: center;
        }

            .patent_2 ul li p {
                margin-top: 5px;
                line-height: 2;
                font-size: 12px;
                color: #fff;
            }

            .patent_2 ul li img {
                width: 1.05rem;
                margin: 0 auto;
            }

.patent-3 {
    padding: 10px 0;
}
    .patent-3 img {
        padding:0 10px;
        margin:0 auto 10px;
    }
    .patent-3 .text {
        line-height: 2;
        font-size: 12px;
    }
.patent-4 {
    position:relative;
}
.patent-4-left {
    padding-top:100px;
    background-image: url('../img/6-11.jpg');
    background-position:top right;
    padding-bottom:10px;
}
.patent-4-right {
    padding-top:30px;
    background-image: url('../img/6-12.jpg');
    background-position: center;
    padding-bottom:10px;
}
.patent-4-tit {
    position:absolute;
    top:10px;
    left:0;
    width:100%;
}
.patent-4-tit .about_tit h2 {
    color: #fff;
}

.patent-4-tit .about_tit p {
    color: #fff;
}

.patent-4-tit .about_tit hr {
    background-color: #fff;
}
.patent-4-left .text{
    color:#fff;
}
.patent-4 .text  img{
    margin:0 auto;
    padding:0 10px;
}
.patent-4 .text  p{
    text-align:center;
    font-size:12px;
    line-height:2;
    margin:10px auto 10px;
    padding:0 10px;
}
.patent-5 {
    background-image: url('../img/6-26.jpg');
    background-position:center;
}
    .patent-5 .w-change {
        position:relative;
        padding: 10px;
    }
.patent-5 ul li{
    color:#3ab0e2;
    line-height:2;
    margin-bottom:20px;
    text-align:center;
    float:left;
    width:25%;
}
    .patent-5 ul li img {
        margin:0 auto 5px;
        width:1rem;
    }
.patent-6 .w-change{
    padding:10px;
}
#imgbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 666;
    display: none;
}

    #imgbox .none {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 668;
    }

    #imgbox .img-tk {
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: 667;
        margin-left:0;
        padding-top: 10px;
    }

        #imgbox .img-tk img {
            max-width: 80%;
            max-height: 80%;
            margin:0 auto;
        }
           .pages{ text-align:center; margin-top:30px;margin-bottom:20px;}
.pages span,.pages a{ display:inline-block; height:40px; line-height:40px; padding:0 15px; border:1px solid #ebe8e9; margin:0 0px; background:#fafafb;color:#0096DA;}
.pages a:hover,.pages .current{ background:#0096DA; color:#fff}
  
/*.pc-1{
    display:none!important;
}*/
.pc-1 p img{
    display:none;
}
.mb-1{
    padding:10px;
    margin-top:-42px;
}


#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;
}

.index-pic .text .jt {
    display: block;
    width: 1.6rem;
    height: 0.43rem;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: all 0.2s linear;
    position: absolute;
    top: 106%;
    left: 50%;
    margin-left: -55px;
    padding: 0.13rem 0;
}
.index-pic .text span img {
    width: 0.34rem;
    height: 0.12rem;
    display: block;
    margin: 0 auto;
    transition: all 0.2s linear 0.2s;
    /*transform: translateX(-17px);*/
}

.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');
}
.pc-ab h2{
    text-align:center;
    font-weight:normal;
}

.pc-ab p{
    padding:0 0.15rem;
}


