@import url(font-awesome.min.css);
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
    margin: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, img, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

summary {
    display: block;
}

li {
    list-style: none;
}

sup, sub {
    font-size: 12px;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
    display: block;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #333;
}

    a:hover {
        color: #000;
    }

body, textarea, input, button, select, keygen, legend {
    font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif,\5b8b\4f53;
    color: #666;
    outline: 0;
}

html {
    font-size: 10px;
}

body {
    background: #fff;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

input[type=submit] {
    cursor: pointer;
}

.bg-lightgray {
    background: #f4f4f4;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.clear {
    zoom: 1;
}

    .clear:after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        clear: both;
    }

#header, #banner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
}



@-webkit-keyframes gupIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-30px,0);
    }
}

@-moz-keyframes gupIn {
    from {
        opacity: 0;
        -moz-transform: translate3d(0,-30px,0);
    }
}

@keyframes gupIn {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0);
    }
}


@-webkit-keyframes gdownIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
    }
}

@-moz-keyframes gdownIn {
    from {
        opacity: 0;
        -moz-transform: translate3d(0,30px,0);
    }
}

@keyframes gdownIn {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0);
    }
}


@-webkit-keyframes gleftIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
    }
}

@-moz-keyframes gleftIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-30px,0,0);
    }

    100% {
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
    }
}

@keyframes gleftIn {
    0% {
        opacity: 0;
        transform: translate3d(-30px,0,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}


@-webkit-keyframes grightIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(80px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
    }
}

@-moz-keyframes grightIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(80px,0,0);
    }

    100% {
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
    }
}

@keyframes grightIn {
    0% {
        opacity: 0;
        transform: translate3d(80px,0,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}


@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes gfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes gfadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.mainDiv{
    width: 1200px;
    margin: 0 auto;
}

#header {
    /*height: 99px;*/
    /*border-bottom: 1px solid #f2f2f2;*/
    position: relative;
    top: 0;
    left: 0;
    /*background: #fff;*/
    /*z-index: 10;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gupIn 1s 0.1s both;
    -moz-animation: gupIn 1s 0.1s both;
    animation: gupIn 1s 0.1s both;*/
}

    #header .inner {
        /*width: 1200px;*/
        /*margin: 0 auto;*/
        position: relative;
        width: 100%;
    }
    #header .inner img{
        width: 100%;
    }

    #logo,#logof {
        display: block;
        position: absolute;
        top: 70px;
        left: 66px;
        /*height: 100px;*/
        width: 380px;
        /*line-height: 100px;
        opacity: 0.6;*/
        overflow: hidden;
        filter: alpha(opacity=60);
        /*-webkit-transition: 0.3s, opacity 0.6s;
        -moz-transition: 0.3s, opacity 0.6s;
        transition: 0.3s, opacity 0.6s;*/
    }

    #logo img {
        vertical-align: middle;
    }

    #logo:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #nav {
        text-align: center;
        position: absolute;
        top: 70px;
        right: 40px;
    }

    #nav a {
        display: inline-block;
        padding: 0 13px;
        text-align: center;
        font-size: 16px;
        border-left: 1px solid #fff;
        color: #fff;
        line-height: 1;
    }
    #nav a:last-child{
        border-right: 1px solid #fff;
    }


    #nav span {
        width: 100px;
        height: 2px;
        background: #000;
        position: absolute;
        bottom: -1px;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    /*¶þ¼¶Ò³header*/
    .sucNav{
        position:relative;
    }
        .sucNav .titleText {
            position: absolute;
            line-height: 40px;
            font-size: 20px;
            bottom: 200px;
            right: 0;
            /*background-color:*/
        }
            .sucNav .titleText .titleText1, .sucNav .titleText .titleText2{
                font-size: 30px;
            }
            .sucNav .titleText .titleText1{
                font-weight: 600;
            }

        .sucNav .subTitle {
            position: absolute;
            bottom: 0;
            left: 100px;
            border-radius: 5px 0 0 0;
        }

    #header h1 {
        position: absolute;
        top: 0;
        right: 0;
        height: 99px;
        line-height: 99px;
        font-size: 18px;
        font-weight: bold;
        background: url(../img/tel_bg.jpg) no-repeat 18px center;
        padding-left: 60px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        color: #8fc35d;
    }

    #header.min {
        height: 66px;
    }

    #header.min #logo, #header.min #nav a, #header.min h1 {
        height: 66px;
        line-height: 66px;
    }


    #container {
        /*padding-top: 100px;*/
        max-width: 1200px;
        margin: 0 auto;
    }
    

    #loading {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100.5%;
        background: #fff;
    }

    #loading div {
        width: 60px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -30px;
        overflow: hidden;
    }

    #loading em {
        display: block;
        width: 60px;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #000;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    #loading div img {
        position: absolute;
        top: 0;
        left: 0;
    }





/*
footer{width:1200px; margin:auto; overflow:hidden; border-top:1px solid #ddd;}
footer a{-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
footer address, footer .copy{width:580px; height:224px; border-bottom:2px solid #ddd; position:relative;}
footer address{float:left; width:570px; padding-left:10px; font-style:normal; color:#8c8c8c;}
footer address h3{color:#999; font-size:18px; margin-top:22px;}
footer address h1{margin-top:60px; font-size:36px; line-height:40px; font-weight:bold;}
footer address span{color:#666; margin-right:20px;}
footer address p{color:#666; position:absolute; bottom:20px; left:10px;}
footer .copy{float:right; text-align:right; vertical-align:bottom;}
footer .copy .wx-qrcode{position:absolute; top:22px; right:15px; width:120px; height:120px;}
footer .copy p{position:absolute; bottom:20px; right:15px;}
footer article{width:100%; padding:15px 0; text-align:right; clear:both;}
footer article a{margin:0 12px; color:#d4d4d4; display: inline-block;}
*/
#bottom {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
    background: #fff url(../img/foot.jpg) no-repeat center top;
    /*background-color: #104675;*/
    font-size: 14px;
    border-top: 4px solid #f3f3f3;
    height: 360px;
    background-size: cover !important;
    position: relative;
}
#logof {
    top: 96px !important;
    left: 124px !important;
    width: 170px !important;
}
#logof img {
    width: 100%;
}

    #bottom a {
        color: #999;
    }

        #bottom a:hover {
            color: #353535;
        }

    #bottom .inner {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        clear: both;
        color: #999;
    }

    #bottom .heading h2 {
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding: 0;
        font-weight: 400;
        line-height: 30px;
    }


    #bottom .menu {
        width: 350px;
        float: left;
        position: relative;
    }
        #bottom .menu img{
            width: 200px;
            height: 100px;
            position:absolute;
            top: 100px;
            left: 100px;
        }
        #bottom .menu ul {
            overflow: hidden;
        }

            #bottom .menu ul li {
                font-size: 14px;
                line-height: 30px;
            }

    #bottom .contacts {
        width: 340px;
        float: left;
        margin: 0 30px;
        padding: 0 39px;
        /*border-right: 1px dotted #d4d4d4;
        border-left: 1px dotted #d4d4d4;*/
    }

        #bottom .contacts p {
            line-height: 24px;
            margin-bottom: 20px;
        }

    #bottom .link, #bottom .link1 {
        /*width: 610px;*/
        width: 730px;
        float: right;
        margin-right: 50px;
    }
    #bottom .link{
        border-bottom: 1px solid #1b6db2;

    }

        #bottom .link article {
            line-height: 24px;
        }

            #bottom .link article a {
                width: 85px;
                margin-right: 10px;
                display: inline-block;
            }

                #bottom .link article a:nth-child(4n) {
                    margin-right: 0;
                }


    #bottom .mydouyin {
        background: url(../img/douyin.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        height: 17px;
        margin-bottom: -2px;
    }
    #bottom .mytaobao {
        background: url(../img/taobao.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        height: 17px;
        margin-bottom: -2px;
    }
.btnav {
    text-align: center;
}

    .btnav a, .btnav span {
        display: inline-block;
        padding: 0 8px;
        text-align: center;
        font-size: 13px;
        border-left: 1px solid #fff;
        color: #fff !important;
        float: left;
        margin-bottom: 6px;
        font-weight: 200;
        letter-spacing: 2px;
    }
    }

        .btnav a:last-child, .btnav span:last-child {
            border-right: 1px solid #fff;
        }
.follow {
    height: 30px;
    margin-top: 10px;
}

    .follow i {
        width: 26px;
        height: 30px;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        font-size: 18px !important;
        line-height: 28px;
    }

#footer {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: #f3f3f3;
    border-top: 1px solid #e9e9e9; /**/
}

    #footer .inner {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        clear: both;
        color: #999;
    }

    #footer .tel {
        width: 200px;
        overflow: hidden;
        float: left;
        clear: both;
    }

        #footer .tel i {
            width: 50px;
            height: 50px;
            display: inline;
            float: left;
            font-size: 35px;
            text-align: center;
            line-height: 50px;
            background: #999;
            color: #fff;
            border-radius: 50%;
        }

        #footer .tel div {
            width: 140px;
            float: left;
            margin-left: 10px;
        }

        #footer .tel p {
            font-size: 12px;
        }

        #footer .tel h2 {
            font: bold 18px/30px Arial;
        }



            /*#footer .follow i.fa-weibo {
                background-color: #db4444;
            }

            #footer .follow i.fa-facebook {
                background-color: #3b5997;
            }

            #footer .follow i.fa-qq {
                background-color: #58b3ec;
            }

            #footer .follow i.fa-wechat {
                background-color: #8cc856;
            }*/

    #footer .copyright {
        width: 800px;
        float: right;
        text-align: right;
    }

        #footer .copyright h2 {
            font-size: 14px;
            line-height: 30px;
            color: #666;
        }

        #footer .copyright p {
            font-size: 12px;
            line-height: 14px;
            color: #999;
        }

        #footer .copyright a {
            color: #999;
        }

            #footer .copyright a:hover {
                color: #2ECC71;
            }

/* PopUp qrcode */
.popup-qrcode {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

    .popup-qrcode .container {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        width: 258px;
        height: 298px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -129px;
        margin-top: -149px;
    }

        .popup-qrcode .container p {
            padding: 0 20px;
            text-align: center;
            font-size: 14px;
            color: #000;
        }

    .popup-qrcode .img {
        padding: 20px;
    }

.client ul {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

    .client ul li {
        float: left;
        width: 146px;
        height: 160px;
        text-align: center;
        position: relative;
    }

        .client ul li a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .client ul li i, .client ul li em {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../img/clients.png);
        }

        .client ul li .clients00 {
            background-position: -36px -14px;
        }
        .client ul li .clients01 {
            background-position: -258px -14px;
        }

        .client ul li .clients02 {
            background-position: -466px -14px;
        }

        .client ul li .clients03 {
            background-position: -676px -14px;
        }

        .client ul li .clients04 {
            background-position: -886px -14px;
        }

        .client ul li .clients05 {
            background-position: -1082px -14px;
        }

        .client ul li .clients06 {
            background-position: -1276px -14px;
        }

        .client ul li .clients07 {
            background-position: -1480px -14px;
        }
        .client ul li a:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            box-shadow: inset 0 0 0 0 #eee;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            transition: 0.2s;
        }

        /*.client ul li a:hover:after {
            box-shadow: inset 0 0 0 10px #f6f6f6;
        }*/

        .client ul li a p {
            margin-top: 150px;
            color: #333;
            position: relative;
            z-index: 5;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
            zoom: 1;
        }

        .client ul li a:hover p {
            margin-top: 135px;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .client ul li a span {
            font-size: 18px;
            line-height: 178px;
            color: #a7a7a7;
        }

/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
    background: #949494;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    background: #E6E6E6;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 0;
    -webkit-border-radius: 0;
    /*border-radius:100px; -webkit-border-radius:100px;*/
}

    ::-webkit-scrollbar-thumb:active {
        background: #353535;
    }

.inside_banner_mobile {
    background: url("../style/css/img/m_banner.jpg") no-repeat center;
    height: 400px;
}

.mobile_column {
}

    .mobile_column ul {
        width: 1200px;
        margin: 40px auto;
    }

    .mobile_column li {
        width: 360px;
        text-align: center;
        float: left;
        margin-left: 40px;
    }

        .mobile_column li:first-child {
            margin-left: 0;
        }

    .mobile_column .title {
        font-size: 16px;
        color: #222;
        margin: 10px auto;
        line-height: 26px;
    }

    .mobile_column .intro {
        color: #999;
        line-height: 22px;
        width: 320px;
        margin: 0 auto;
    }

.home_title {
    text-align: center;
    padding-top: 50px;
}

.mobile_column .title {
    font-size: 16px;
    color: #222;
    margin: 10px auto;
    line-height: 26px;
}

.job_tab .intro {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 16px;
    display: none;
}

.case_top .intro {
    width: 440px;
    line-height: 26px;
    color: #999;
}

.picBox .intro {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: auto 28px;
    padding-top: 36px;
}

.mobile_column .intro {
    color: #999;
    line-height: 22px;
    width: 320px;
    margin: 0 auto;
}

.solution_list .intro {
    line-height: 22px;
    color: #999;
    margin-top: 4px;
}

    .solution_list .intro a:hover {
        color: #2eafbb;
    }

.picBox .intro {
    font-size: 13px;
}

.c {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: visible;
}

.wechat1 {
    background: url("../style/css/img/m06.jpg") no-repeat center top;
    position: relative;
}

    .wechat1 dl {
        margin-left: 140px;
        margin-top: 300px;
        float: left;
    }

    .wechat1 dt {
        font-size: 36px;
        color: #333;
        margin-bottom: 30px;
    }

    .wechat1 dd {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

    .wechat1 dl {
        margin-left: 30px;
        margin-top: 300px;
        float: left;
    }

@media all and (max-width:1199px) {
    .wrap {
        width: 968px;
    }
}
    /*index */
    .header .logo_text {
        display: none;
    }

    .inside_banner .wrap {
        height: 100%;
    }

    .wrap {
        border: 0;
        padding: 0;
        width: 1200px;
        margin: 0 auto;
        *zoom: 1;
    }

        .wrap:after {
            clear: both;
            content: "";
            display: table;
        }

    .wechat_img {
        width: 540px;
        float: right;
        min-height: 680px;
        overflow: hidden;
        position: relative;
        left: 86px;
    }

        .wechat_img img {
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .wechat_intro {
        margin-top: 60px;
        position: relative;
        top: 40px;
        overflow: hidden;
    }

.wechat_intro {
    margin-top: 60px;
    padding-bottom: 35px;
}

    .wi_left {
        width: 460px;
        margin-left: 78px;
        position: relative;
    }

        .wi_left img {
            position: relative;
        }

    .wi_left {
        margin-left: 10px;
        width: 350px;
    }

    .wi_right {
        width: 400px;
    }

    .wi_right {
        width: 540px;
        background: url("../style/css/img/m10.jpg") no-repeat left top;
       
        padding-top: 112px;
    }

        .wi_right h2 {
            font-size: 36px;
            font-weight: normal;
            color: #333;
            margin-bottom: 30px;
        }

        .wi_right h3 {
            font-size: 20px;
            font-weight: normal;
            color: #333;
            margin-bottom: 28px;
        }

        .wi_right .text {
            font-size: 16px;
            font-weight: normal;
            color: #333;
            line-height: 30px;
        }

    .wechat_img {
        width: 540px;
        float: right;
        min-height: 680px;
        overflow: hidden;
        position: relative;
        left: 86px;
    }

        .wechat_img img {
            position: absolute;
            right: 0;
            bottom: 0;
        }
