/*common*/

* {
    border: 0;
    outline: none;
}

caption, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0px;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: #727272;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    color: #147;
    text-decoration: none;
}

p, form, ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img, video, object, embed {
    border: 0;
    max-width: 100%;
}

input, textarea {
    font-size: 100%;
    font-family: "å®ä½",SimSun;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.ml2 {
    margin-left: 2px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr2 {
    margin-right: 2px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.f11 {
    font-size: 18px;
}

.f12 {
    font-size: 20px;
}

.imgpad {
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.g {
    color: #999;
}

.l {
    float: left;
}

.r {
    float: right;
}

.trans, a {
    transition: all .3s;
}

.float {
    float: left;
}

.textOver {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



body {
    margin: 0;
    background: #f8f8f8;
    color: #333;
    font-family: "å®ä½",SimSun,"å¾®è½¯æ­£é»ä½","Microsoft JhengHei","Microsoft Yahei","å¾®è½¯é é»",Arial,Helvetica,sans-serif,"SimHei","é»ä½";font-size: 14px;padding-top: 78px;}
    /**public*/
    .wra

{
    transition: all .5s;
}

.wra.hide {
    transform: translateX(-100%);
}

#topNav {
    height: 78px;
    position: fixed;
    top: 0;
    background: #fff;
    display: block;
    z-index: 1000;
    width: 100%;
}

    #topNav a.logo {
        float: left;
        margin: 22px 0 0 30px;
        height: auto;
        line-height: 100%;
        padding: 0;
    }

        #topNav a.logo:hover {
            background: none;
        }

    #topNav .nav {
        width: auto;
        height: 100%;
        display: inline-block;
        margin-left: 30px;
    }

        #topNav .nav li {
            width: auto;
            float: left;
            position: relative;
            height: 78px;
            font-size: 16px;
            margin: 0 20px;
        }

        #topNav .nav > li > a {
            display: block;
            line-height: 60px;
            padding: 18px 0px 0px;
            position: relative;
            font-family: Noto Sans CJK;
            font-size: 16px;
        }

            #topNav .nav > li > a:before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0px;
                height: 3px;
                width: 0;
                overflow: hidden;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                background-color: #e69f63;
            }

            #topNav .nav > li > a:hover, #topNav .nav > li > a.hov, #topNav .nav > li > a.act {
                color: #e69f63;
            }

                #topNav .nav > li > a:hover:before, #topNav .nav > li > a.hov:before, #topNav .nav > li > a.act:before {
                    width: 100%;
                    left: 0;
                }

    #topNav .submenu {
        position: absolute;
        left: 50%;
        top: 98px;
        padding: 10px 0px;
        width: 120px;
        margin-left: -60px;
        background: url(../img/bai_90.png) repeat;
        background: none rgba(255,255,255,0.9);
        display: none;
    }

        #topNav .submenu a {
            display: block;
            line-height: 1.4;
            padding: 5px 5%;
            font-size: 14px;
            text-align: center;
            position: relative;
            z-index: 1;
            perspective: 300px;
            transform-style: preserve-3d;
            font-family: Noto Sans CJK;
            font-size: 16px;
        }

            #topNav .submenu a:before {
                content: "";
                display: block;
                position: absolute;
                left: 0px;
                bottom: 0px;
                z-index: -1;
                width: 100%;
                display: block;
                height: 100%;
                -webkit-transition: 0.4s;
                -moz-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
                -webkit-transform: rotateX(-70deg);
                transform: rotateX(-70deg);
                z-index: -1;
                transform-origin: center bottom 0;
                -webkit-transform-origin: center top 0;
                left: 0;
                opacity: 0;
                bottom: 0;
                visibility: hidden;
                background-color: #3aace1;
            }

            #topNav .submenu a:hover {
                color: #fff;
            }

                #topNav .submenu a:hover:before {
                    transform: none;
                    opacity: 1;
                    visibility: visible;
                }

    #topNav > a {
        float: right;
        display: block;
        height: 100%;
        line-height: 78px;
        padding: 0 20px;
    }

        #topNav > a .icon-email {
            background: url(../img/icon-email.png);
            width: 18px;
            height: 18px;
            display: inline-block;
            float: left;
            margin-top: 30px;
            margin-right: 5px;
        }

        #topNav > a .icon-OA {
            background: url(../img/icon-oa.png);
            width: 18px;
            height: 18px;
            display: inline-block;
            float: left;
            margin-top: 30px;
            margin-right: 5px;
        }

        #topNav > a:hover {
            background: #e5e5e5;
            color: #727272;
        }

        #topNav > a.emailA {
            border-left: 1px solid #e5e5e5;
        }

.languageBox {
    float: right;
    display: block;
    line-height: 78px;
    padding-right: 22px;
    font-size: 16px;
}

    .languageBox .line {
        padding: 0px 8px;
        color: #bfbfbf;
    }

    .languageBox a.act {
        color: #29a6e0;
    }





#mobailNav {
    display: block;
    width: 100%;
    height: 54px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
}

    #mobailNav .head .logo {
        margin: 5px;
    }

.menu-handler {
    position: absolute;
    right: 0px;
    z-index: 1000;
    top: 0px;
    height: 54px;
    width: 70px;
    cursor: pointer;
    z-index: 1010;
    transition: top 0.3s 0s;
    -webkit-transition: top 0.3s 0s;
}

    .menu-handler .burger {
        width: 30px;
        height: 4px;
        background-color: #29a7e1;
        display: block;
        position: absolute;
        z-index: 5;
        top: 16px;
        left: 50%;
        margin-left: -15px;
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
    }

    .menu-handler .burger-2 {
        top: 26px;
    }

    .menu-handler .burger-3 {
        top: 36px;
    }

    .menu-handler.active .burger-1 {
        top: 26px;
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .menu-handler.active .burger-2 {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        left: 100%;
    }

    .menu-handler.active .burger-3 {
        top: 26px;
        -moz-transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }



.languageBoxM {
    text-align: right;
    padding: 25px 5%;
}

    .languageBoxM a {
        margin-left: 18px;
    }

        .languageBoxM a.act {
            color: #29a6e0;
        }

#mobailN {
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: fixed;
    background: #f6f6f6;
    top: 0;
    z-index: 101;
    padding-top: 54px;
    color: #7e7e7e;
    display: none;
    left: 100%;
}

    #mobailN.cur {
        left: 0;
    }

    #mobailN li {
        height: 50px;
        width: 90%;
        margin: auto;
        border-bottom: 1px solid #ccc;
        line-height: 50px;
        text-indent: 20px;
    }

        #mobailN li a {
            display: block;
            width: 100%;
            color: #727272;
        }

        #mobailN li:hover {
            background: #29a7e1;
            color: #fff;
        }

            #mobailN li:hover a {
                color: #fff;
            }

        #mobailN li.cur {
            background: #29a7e1;
        }

            #mobailN li.cur a {
                color: #fff;
            }



.pbanner {
    position: relative;
    overflow: hidden;
}

    .pbanner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .pbanner figcaption {
        display: block;
        width: 90%;
        max-width: 720px;
        position: absolute;
        left: 95px;
        bottom: 50px;
    }

        .pbanner figcaption h3 {
            line-height: normal;
            color: #ffffff;
            font-size: 60px;
            margin-bottom: 10px;
        }

        .pbanner figcaption small {
            display: block;
            line-height: 1.2;
            color: #fff;
            font-family: Arial;
            font-size: 30px;
            font-weight: 100;
        }

        .pbanner figcaption.cur1 {
            line-height: 32px;
        }

            .pbanner figcaption.cur1.bott {
                bottom: 130px;
            }

            .pbanner figcaption.cur1 small {
                font-size: 16px;
                width: 100%;
                line-height: 1.5;
                font-family: "å®ä½",SimSun,"Microsoft Yahei","å¾®è½¯é é»","Hiragino Sans GB","å¬éé»ä½",tahoma,"times new roman",helvetica,arial;} .pbanner figcaption.cur2

{
    max-width: 350px;
}

.pbanner figcaption.cur2 small, .pbanner figcaption.cur2 h3 {
    color: #29a6e0;
}

.pbanner figcaption.cur3 {
    bottom: 50%;
    z-index: 2;
}

    .pbanner figcaption.cur3 h3 {
        font-size: 30px;
    }

    .pbanner figcaption.cur3 small {
        font-size: 16px;
        line-height: 32px;
    }

.pbanner .font-right {
    position: absolute;
    right: 70px;
    bottom: 50px;
    font-size: 80px;
    color: #fff;
    line-height: 50px;
}

    .pbanner .font-right span {
        font-size: 16px;
    }

        .pbanner .font-right span:last-child {
            margin-left: -20px
        }

    .pbanner .font-right > div {
        float: left;
    }





.pbanner .btnPre {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -18px;
    padding: 14px;
    background: rgba(0,0,0,.6) url(../img/icon-res-1.png) center no-repeat;
    transition: all .3s;
}

    .pbanner .btnPre:hover {
        background: rgba(41,166,224,1) url(../img/icon-res-1.png) center no-repeat;
    }

.pbanner .btnNext {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -18px;
    padding: 14px;
    background: rgba(0,0,0,.6) url(../img/icon-res-2.png) center no-repeat;
    transition: all .3s;
}

    .pbanner .btnNext:hover {
        background: rgba(41,166,224,1) url(../img/icon-res-2.png) center no-repeat;
    }

.pbanner .btnPre a {
    display: block;
    width: 100%;
    height: 100%;
}

.pbanner .btnNext a {
    display: block;
    width: 100%;
    height: 100%;
}



.subNav {
    height: 40px;
    background: #969696;
    line-height: 40px;
    z-index: 3;
    position: relative;
    width: 100%;
    display: none;
}

    .subNav .top {
        float: left;
        display: block;
        width: 0;
        height: 100%;
        background: #fff url(../img/icon-top.png);
        cursor: pointer;
        transition: all .3s;
    }

        .subNav .top:hover {
            background: #f2f2f2 url(../img/icon-top.png);
        }

    .subNav ul {
        float: left;
        height: 100%;
    }

        .subNav ul li {
            width: auto;
            height: 100%;
            position: relative;
            float: left;
            margin: 0 20px;
            display: block;
            overflow: hidden;
            cursor: pointer;
        }

            .subNav ul li a {
                width: 100%;
                height: 100%;
                color: #fff;
            }

            .subNav ul li .line {
                width: 100%;
                height: 3px;
                background: #e69f63;
                position: absolute;
                bottom: -3px;
                transition: all .3s;
            }

            .subNav ul li:hover .line {
                bottom: 0;
            }

            .subNav ul li.cur .line {
                bottom: 0;
            }

    .subNav .share {
        width: 220px;
        transition: all .3s;
        float: right;
        height: 12px;
        line-height: 12px;
        text-align: center;
        display: block;
        cursor: pointer;
        padding: 14px 0;
        background: #fff;
    }

        .subNav .share span {
            width: 12px;
            height: 12px;
            background: url(../img/share.png);
            display: inline-block;
            margin-left: 5px;
            color: #616161;
        }

        .subNav .share:hover {
            color: #616161;
            background: #e5e5e5;
        }

.gallery-thumbs .swiper-slide-active {
    cursor: pointer;
}



#footer {
    height: 40px;
    line-height: 40px;
    background: #4f4f4f;
    color: #959595;
    z-index: 100;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
}

    #footer .member {
        float: right;
        width: 300px;
        height: 100%;
        position: relative;
        color: #fff;
        text-indent: 30px;
        cursor: pointer;
    }

        #footer .member > div {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 2;
            background: #c4c4c4;
        }

            #footer .member > div .arra {
                transition: all .3s;
                width: 0;
                height: 0;
                border-style: dashed dashed solid dashed;
                border-color: transparent transparent #fff transparent;
                position: absolute;
                border-width: 7px;
                right: 20px;
                top: 10px;
            }

        #footer .member:hover > div .arra {
            border-style: solid dashed dashed dashed;
            border-color: #fff transparent transparent transparent;
        }

        #footer .member a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
        }

    #footer a {
        color: #959595;
    }

    #footer .float a:hover {
        text-decoration: underline;
    }

    #footer .member ul {
        width: 100%;
        height: 0px;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        transition: all .3s;
    }

        #footer .member ul li {
            height: 43px;
            line-height: 43px;
            background: #fff;
            color: #a6a6a6;
            border-bottom: 1px solid #ccc;
            box-sizing: border-box;
        }

            #footer .member ul li:hover {
                background: #f1934c;
                color: #fff;
            }

                #footer .member ul li:hover a {
                    color: #fff;
                }

            #footer .member ul li a {
                color: #a6a6a6;
            }

    #footer .member:hover ul {
        bottom: 40px;
        height: auto;
    }

    #footer .member:hover > div .arra {
        top: 20px
    }

    #footer .icon-wx {
        background: url(../img/icon-wx.png);
        width: 26px;
        height: 26px;
        display: inline-block;
        margin-top: 8px;
        margin-left: 10px;
    }

    #footer .member:hover > div {
        background: #29a7e1;
    }



/**news**/

.newList.cur {
    margin-top: 40px;
}

.newList li {
    height: auto;
    overflow: hidden;
    position: relative;
}

    .newList li.cur .text {
        float: right;
    }

    .newList li a > * {
        float: left;
        width: 50%;
    }

    .newList li h3 {
        font-size: 20px;
        color: #4f4f4f;
        line-height: 25px;
        margin-top: 25px;
        transition: all .3s;
    }

    .newList li p {
        line-height: 24px;
        font-size: 14px;
    }

    .newList li .time {
        line-height: 12px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .newList li .a {
        width: 130px;
        height: 40px;
        border: 1px solid #868686;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        color: #868686;
        margin-top: 70px;
    }

    .newList li a {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        color: #868686;
    }

    .newList li .text {
        padding: 90px 65px 0 65px;
        box-sizing: border-box;
        position: relative;
        height: 100%;
    }

        .newList li .text:hover h3 {
            color: #29a6e0;
        }

        .newList li .text:hover .a {
            border: 1px solid #29a6e0;
            color: #fff;
            background: #29a6e0;
        }

    .newList li .line {
        width: 0;
        height: 7px;
        background: #29a6e0;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s;
    }

    .newList li.cur .line {
        left: 50%;
    }

    .newList li .line.show {
        width: 50%;
    }

.pageList {
    padding: 60px 0;
    text-align: center;
    background: #f8f8f8;
}

    .pageList.curPa {
        padding: 0 0 60px;
    }

    .pageList li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border-bottom: 4px solid #f8f8f8;
    }

        .pageList li a {
            display: block;
        }

        .pageList li:hover {
            border-bottom: 4px solid #29a6e0;
            cursor: pointer;
        }

        .pageList li.cur {
            border-bottom: 4px solid #29a6e0;
        }

.newList li.article-block img, .newList li .text {
    top: 54px;
    opacity: 0;
    position: relative;
}

.newList li.articleShow .text {
    top: 0;
    opacity: 1;
    transition: 688ms 200ms;
}

.newList li.articleShow img {
    top: 0;
    opacity: 1;
    transition: 688ms 400ms;
}

/**liablity**/

.newList2.cur {
    margin-top: 40px;
}

.newList2 {
    overflow: hidden;
}

    .newList2 li {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 50%;
        float: left;
    }

        .newList2 li.cur .text {
            float: right;
        }

        .newList2 li a > * {
            float: left;
            width: 50%;
        }

        .newList2 li a img {
            width: 100%;
            filter: grayscale(50%);
            -webkit-filter: grayscale(50%);
        }

        .newList2 li h3 {
            font-size: 20px;
            color: #4f4f4f;
            line-height: 25px;
            margin-top: 10px;
            transition: all .3s;
        }

        .newList2 li p {
            line-height: 24px;
            font-size: 14px;
        }

        .newList2 li .time {
            line-height: 12px;
            font-size: 12px;
            text-transform: uppercase;
        }

        .newList2 li .a {
            width: 130px;
            height: 40px;
            border: 1px solid #868686;
            text-align: center;
            line-height: 40px;
            display: inline-block;
            color: #868686;
            margin-top: 70px;
        }

        .newList2 li a {
            width: 100%;
            height: auto;
            display: block;
            overflow: hidden;
            color: #868686;
        }

        .newList2 li .text {
            padding: 15px 40px 30px 40px;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
            height: auto;
            position: absolute;
            bottom: 0;
            background: #dcdcdc;
            z-index: 2;
        }

        .newList2 li.article-block img, .newList li .text {
            top: 54px;
            opacity: 0;
            position: relative;
        }

        .newList2 li.articleShow .text {
            opacity: 1;
            transition: 688ms;
        }

        .newList2 li.articleShow img {
            top: 0;
            opacity: 1;
            transition: 688ms;
            width: 100%;
        }

        .newList2 li:hover img {
            transform: scale(1.1);
        }

        .newList2 li:hover .text {
            background: #fff
        }

        .newList2 li:hover img {
            filter: grayscale(0);
            -webkit-filter: grayscale(0);
        }



/**news_detail**/

.newsDetil {
    margin-top: 0px !important;
}

    .newsDetil .ban {
        background: #29a6e0;
        height: auto;
        text-align: center;
        overflow: hidden;
        padding: 90px 0 50px;
    }

        .newsDetil .ban h2 {
            color: #fff;
            line-height: 1.4;
            margin-bottom: 5px;
        }

    .newsDetil .main {
        width: 90%;
        max-width: 800px;
        margin: auto;
        color: #8c8c8c;
        padding: 70px 0 170px;
        line-height: 1.8;
        text-align: justify;
    }

        .newsDetil .main img {
            margin: 20px auto;
            max-width: 100%;
        }

    .newsDetil .pages {
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-top: 1px solid #29a6e0;
        margin-top: 60px;
    }

        .newsDetil .pages a {
            display: inline-block;
        }

            .newsDetil .pages a:hover {
                color: #e69f63;
            }

            .newsDetil .pages a:first-child {
                float: left;
            }

            .newsDetil .pages a:last-child {
                float: right;
            }

    .newsDetil .ban a {
        color: #fff;
    }

        .newsDetil .ban a:first-child { /*border-right: 1px solid #fff;padding-right: 20px;margin-right: 20px;*/
        }

            .newsDetil .ban a:first-child:hover {
                color: #e69f63;
            }

    .newsDetil .icon-fx {
        background: url(../img/icon-fx.png);
        width: 17px;
        height: 17px;
        float: left;
        margin-right: 7px;
    }

    .newsDetil .icon-time {
        background: url(../img/icon-time.png);
        width: 17px;
        height: 17px;
        float: left;
        margin-right: 7px;
    }



/**inverstor**/

.newList3 {
    width: 90%;
    max-width: 840px;
    height: auto;
    overflow: hidden;
    border-top: 6px solid #29a6e0;
    margin: 70px auto 0;
    padding: 40px 0 50px 0;
    background: #fff;
}



    .newList3 li {
        position: relative;
        height: 32px;
        line-height: 32px;
        transition: all .3s;
        z-index: 1;
    }



        .newList3 li:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            width: 15px;
            height: 20px;
            margin-top: -10px;
            background: url("../img/download.png") no-repeat center center;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            z-index: 1;
        }



        .newList3 li a {
            color: #323232;
            width: 100%;
        }

        .newList3 li:hover a {
            color: #323232;
        }

        .newList3 li .text {
            width: 50%;
            height: 100%;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-indent: 50px;
            color: #323232;
        }



        .newList3 li .time {
            width: 50%;
            height: 100%;
            float: left;
            text-align: right;
            padding-right: 50px;
            box-sizing: border-box;
            color: #969696;
        }



        .newList3 li:hover {
            background: #e7f4fa;
        }



            .newList3 li:hover:before {
                opacity: 1;
                visibility: visible;
            }



/**content**/

.content {
    height: 588px;
    background: url(../img/content.jpg) center;
    background-size: cover;
    margin-top: 0px !important;
    position: relative;
}

    .content .font {
        position: absolute;
        top: 130px;
        color: #000;
        font-size: 30px;
        line-height: 30px;
        width: 100%;
        text-align: center;
    }

        .content .font span {
            color: #646464;
            font-size: 14px;
            margin-top: 20px;
            display: inline-block;
        }

    .content .ewm {
        top: 0px;
        position: absolute;
        right: 30px;
        height: auto;
        overflow: hidden;
        width: 120px !important;
        line-height: 12px;
    }

        .content .ewm > img {
            float: left;
            margin-right: 55px;
        }

        .content .ewm > div {
            float: left;
            text-align: center;
            color: #646464;
            width: 120px;
        }

    .content .adress {
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -320px;
        top: 270px;
        padding: 30px;
        width: 640px;
        height: auto;
        overflow: hidden;
    }

        .content .adress > div {
            width: 260px;
            float: left;
            margin: 19px 0;
        }

            .content .adress > div span {
                float: left;
                display: block;
                width: 21px;
                height: 21px;
                margin-right: 14px
            }

            .content .adress > div .icon-phone {
                background: url(../img/icon-phone.png);
            }

            .content .adress > div .icon-cz {
                background: url(../img/icon-cz.png)
            }

            .content .adress > div .icon-inter {
                background: url(../img/icon-inter.png)
            }

            .content .adress > div .icon-email {
                background: url(../img/icon-emails.png)
            }

            .content .adress > div a {
                color: #323232;
            }

                .content .adress > div a:hover {
                    color: #4fb6e5;
                }

#map {
    height: 650px;
}

.anchorBL {
    display: none;
}



/**research**/

.research {
    margin-top: 0px !important;
}

    .research .yfzx {
        background: #fff;
        font-size: 36px;
        color: #a8a8a8;
        text-indent: 189px;
        line-height: 36px;
        padding: 57px 0;
    }

    .research ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #454545;
    }

        .research ul li {
            width: 33.3%;
            height: auto;
            overflow: hidden;
            position: relative;
            float: left;
            cursor: pointer;
        }

            /*.research ul li:last-child{ width:100%;  }

.research ul li:last-child .text { left:50%;}*/



            .research ul li a {
                display: block;
                height: auto;
                overflow: hidden;
                color: #fff;
            }

            .research ul li img {
                height: auto;
                transition: all .5s;
                float: left;
                width: 100%;
            }

            .research ul li .text {
                position: absolute;
                top: 50%;
                margin-top: -18px;
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                z-index: 2;
                font-size: 20px;
                left: 50px;
                transition: all .3s;
                opacity: 0;
                visibility: hidden;
                transform: translateY(20px);
            }

            .research ul li .mask {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                transition: all .5s;
                background: rgba(0,0,0,0);
            }

            /*.research ul li:before {

	content: '';

	position: absolute;

	top: 30px;

	right: 30px;

	width: 15px;

	height: 30px;

	background: url("../img/yf-m.png") no-repeat center center;

	opacity: 0;

	visibility: hidden;

	transform: translateY(20px);

	transition: all .3s;

	z-index: 5;

}*/

            .research ul li .info {
                position: absolute;
                top: 68%;
                left: 50px;
                opacity: 0;
                visibility: hidden;
                transform: translateY(20px);
                transition: all .3s;
            }

            .research ul li:hover img {
                transform: scale(1.1);
            }

            .research ul li:hover .mask {
                background: rgba(41,166,224,.8);
            }

            /*.research ul li:hover:before,*/

            .research ul li:hover .text,
            .research ul li:hover .info {
                opacity: 1;
                visibility: visible;
                transform: none;
            }

            .research ul li span {
                width: 35px;
                height: 35px;
                float: left;
                margin-right: 20px;
                display: block;
                z-index: 2;
            }

                .research ul li span.cur1 {
                    background: url(../img/icon-res-3.png);
                    background-size: cover;
                }

                .research ul li span.cur2 {
                    background: url(../img/icon-res-4.png);
                    background-size: cover;
                }

                .research ul li span.cur3 {
                    background: url(../img/icon-res-5.png);
                    background-size: cover;
                }

                .research ul li span.cur4 {
                    background: url(../img/icon-res-6.png);
                    background-size: cover;
                }

                .research ul li span.cur5 {
                    background: url(../img/icon-res-7.png);
                    background-size: cover;
                }

                .research ul li span.cur6 {
                    background: url(../img/icon-res-8.png);
                    background-size: cover;
                }

                .research ul li span.cur7 {
                    background: url(../img/icon-res-9.png);
                    background-size: cover;
                }





/**team**/

.team .rcll {
    padding: 120px 5% 220px;
    line-height: 1.8;
    text-align: center;
    color: #323232;
    background: url(../img/add_team1.jpg) center bottom;
    background-size: cover;
}

    .team .rcll h2 {
        font-size: 30px;
        color: #323232;
    }

.imgList {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.team .zp {
    height: auto;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 110px 0;
}

    .team .zp a {
        display: inline-block;
        color: #fff;
        width: 150px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #fff;
        margin: 65px 10px 0;
        transition: all .3s;
        text-align: center;
    }

        .team .zp a:hover {
            background: #29a6e0;
            border: 1px solid #29a6e0;
        }

.imgList {
    height: auto;
    position: relative;
}

    .imgList .imgWra {
        width: 1100px;
        height: auto;
        text-align: center;
        margin: auto;
        transform: translateY(-150px);
        position: relative;
        font-size: 24px;
        line-height: 1.2;
        color: #fff;
    }

    .imgList .foot {
        color: #fff;
        text-align: center;
        height: auto;
        overflow: hidden;
        padding: 60px 5% 90px;
        line-height: 1.8;
        font-size: 14px;
    }

        .imgList .foot .phone {
            background: url(../img/icon-team-1.png);
            width: 15px;
            height: 15px;
            display: block;
            margin: 0px auto 18px;
        }

        .imgList .foot a {
            color: #fff;
        }

        .imgList .foot .line {
            width: 23px;
            height: 2px;
            background: #fff;
            margin: 18px auto 0px;
            display: block
        }



.swiper-container.teams {
    width: 100%;
    height: auto;
}

    .swiper-container.teams .swiper-button-next, .swiper-container.teams .swiper-button-prev {
        top: 50%;
        margin-top: -30px;
        width: 21px;
        height: 21px;
        padding: 20px;
        transition: all .3s;
    }

        .swiper-container.teams .swiper-button-next:hover {
            background: #29a6e0 url() center no-repeat;
            background-image: url('../image/icon-res-2.png');
        }

        .swiper-container.teams .swiper-button-prev:hover {
            background: #29a6e0 url() center no-repeat;
            background-image: url('../image/icon-res-1.png');
        }

    .swiper-container.teams .swiper-button-next {
        right: 0;
        background: #6d6d6d url() center no-repeat;
        background-image: url('../image/icon-res-2.png');
    }

    .swiper-container.teams .swiper-button-prev {
        left: 0;
        background: #6d6d6d url() center no-repeat;
        background-image: url('../image/icon-res-1.png');
    }

    .swiper-container.teams .swiper-slide {
        line-height: 0px;
    }

        .swiper-container.teams .swiper-slide img {
            margin: 0;
            padding: 0;
            width: 100%;
            display: block;
        }

        .swiper-container.teams .swiper-slide .font {
            height: 55px;
            line-height: 55px;
            color: #000000;
            font-size: 14px;
            float: left;
            text-align: center;
            width: 100%;
        }

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #29a6e0;
}

.swiper-pagination-progress {
    background: #ccc;
}



/**about**/

.about {
    height: auto;
    overflow: hidden;
}



    .about .zc {
        position: relative;
        max-width: 790px;
        margin: 70px auto;
        line-height: 32px;
        text-align: justify;
        color: #8c8c8c;
        z-index: 1;
    }



    .about .jj-b {
        margin: 0px;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 20px 0px 220px;
    }



    .about .list {
        height: auto;
        overflow: hidden;
    }

        .about .list li {
            width: 50%;
            float: left;
            height: auto;
            overflow: hidden;
            font-size: 18px;
            position: relative;
        }

            .about .list li a {
                display: block;
                width: 100%;
                height: auto;
                color: #fff;
                overflow: hidden;
            }

            .about .list li img {
                float: left;
                height: auto;
                transition: all .5s;
            }



            .about .list li a > img {
                width: 100%;
            }

            .about .list li:hover a > img {
                transform: scale(1.1);
            }

            .about .list li span {
                display: block;
                transition: all .3s;
            }

                .about .list li span:first-child {
                    font-size: 30px;
                    line-height: 80px;
                }

                .about .list li span:last-child {
                    font-size: 14px;
                    height: 20px;
                    line-height: 20px;
                    display: inline-block;
                }

                    .about .list li span:last-child:hover {
                        color: #007AFF;
                    }

            .about .list li a .text {
                position: absolute;
                top: 50%;
                margin-top: -60px;
                text-align: center;
                width: 100%;
            }

            .about .list li .mask {
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0);
                transition: all .5s;
                position: absolute;
                top: 0;
                margin-top: 0;
            }

            .about .list li:hover .mask {
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,.5);
            }

            .about .list li .last {
                max-width: 800px;
                left: 50%;
                margin-left: -400px;
                position: absolute;
                top: 50%;
                line-height: 24px;
                font-size: 14px;
                text-align: left;
                margin-top: -200px;
            }

                .about .list li .last span {
                    font-size: 30px;
                }

                .about .list li .last img {
                    padding-top: 75px;
                }

    .about .honor {
        background: url(../img/about-8.jpg) center bottom;
        background-size: cover;
        height: auto;
        overflow: hidden;
        padding: 150px 0 280px;
    }

        .about .honor .text {
            height: auto;
            max-width: 1200px;
            width: 90%;
            margin: auto;
            color: #000;
            line-height: 24px;
        }

            .about .honor .text span {
                font-size: 30px;
                padding-bottom: 36px;
                display: inline-block;
            }

            .about .honor .text a {
                color: #000;
                display: inline-block;
                margin-top: 35px;
            }

                .about .honor .text a:hover {
                    color: #29a6e0;
                }

    .about .history {
        padding: 55px 0 70px;
        background-color: #f3f3f3;
    }

        .about .history h2, .about .zzyry h2 {
            font-size: 30px;
            font-weight: normal;
            color: #000;
            padding-bottom: 38px;
            line-height: 1.2;
            margin: 0;
        }

.imgWra {
    width: 90%;
    max-width: 1580px;
    margin: auto;
    height: auto;
    overflow: hidden
}

.historyBox {
    position: relative;
}

    .historyBox .btnPre {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 0;
        top: 50%;
        cursor: pointer;
        margin-top: -63px;
        padding: 14px;
        background: rgba(0,0,0,.6) url(../img/icon-res-1.png) center no-repeat;
        transition: all .3s;
    }

        .historyBox .btnPre:hover {
            background: rgba(41,166,224,1) url(../img/icon-res-1.png) center no-repeat;
        }

    .historyBox .btnNext {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        margin-top: -68px;
        padding: 14px;
        background: rgba(0,0,0,.6) url(../img/icon-res-2.png) center no-repeat;
        transition: all .3s;
    }

        .historyBox .btnNext:hover {
            background: rgba(41,166,224,1) url(../img/icon-res-2.png) center no-repeat;
        }

    .historyBox .btnPre a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .historyBox .btnNext a {
        display: block;
        width: 100%;
        height: 100%;
    }







.about .honor .swiper-container {
    width: 100%;
}

.swiper-container-horizontal > .swiper-scrollbar {
    width: 100%;
    left: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
    height: 10px;
}

.swiper-scrollbar-drag {
    background: #29a6e0;
    border-radius: 0;
}

.swiper-scrollbar {
    background: #f3f3f3;
    border-radius: 0;
}

.about .history .swiper-container .bot {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    border-bottom: 3px solid #29a6e0;
    height: 0px;
}

.about .history .swiper-slide {
    width: 405px;
    margin-bottom: 3px;
}

    .about .history .swiper-slide .item {
        padding: 0px;
    }

    .about .history .swiper-slide .img {
        width: 100%;
        display: block;
    }

.about .history .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
}

.about .history .text {
    font-size: 14px;
    color: #6d6d6d;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    height: 110px;
    position: relative;
}

    .about .history .text .ico {
        position: absolute;
        left: 40px;
        bottom: -16px;
        background: url(../img/history_bot.png) no-repeat;
        width: 32px;
        height: 16px;
    }

.about .history .year {
    margin-top: 52px;
    border-bottom: 3px solid transparent;
}

    .about .history .year .y {
        width: 104px;
        text-align: center;
        display: block;
        text-align: center;
        font-size: 24px;
        padding: 0px 0px 15px;
        position: relative;
    }

    .about .history .year i {
        background: url(../img/history_ico.png) no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        bottom: -8px;
        margin-left: -8px;
    }

.about .history .swiper-scrollbar {
    background-color: #e5e5e5;
}



#popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 11111;
    opacity: 0;
}

    #popup.cur {
        top: 0;
        opacity: 1;
    }

    #popup .popup {
        width: 90%;
        max-width: 800px;
        height: 500px;
        z-index: 100;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -400px;
        margin-top: -250px;
        transition: .3s;
        transform: scale(.5);
        opacity: 0;
    }

        #popup .popup.cur {
            transform: scale(1);
            opacity: 1;
        }

.gallery-top {
    height: 350px;
    width: 100%;
}

    .gallery-top .swiper-slide .imgWra {
        height: 300px;
        text-align: center;
    }

        .gallery-top .swiper-slide .imgWra img {
            max-width: 80%;
            max-height: 100%;
        }

    .gallery-top .swiper-slide .text {
        height: 50px;
        line-height: 60px;
        text-align: center;
        color: #fff;
    }

.pop2 {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}



.gallery-thumbs {
    height: 125px;
    box-sizing: border-box;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 110px;
        opacity: 0.2;
        text-align: center;
        line-height: 110px;
        background: #fff;
        overflow: hidden;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

    .gallery-thumbs .swiper-slide .imgWra {
        width: 70%;
        height: 70%;
        margin: 15%;
        text-align: center;
        overflow: hidden;
    }

        .gallery-thumbs .swiper-slide .imgWra img {
            height: 100%;
        }

#popup .popup .close {
    background: url(../img/icon-close.png);
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 1000;
    right: -43px;
    top: -43px;
    cursor: pointer;
    transition: all .5s;
}

    #popup .popup .close:hover {
        transform: rotate(180deg);
    }

.more {
    cursor: pointer;
}

.swiper-container.pros .swiper-slide {
    text-align: center;
    overflow: hidden;
}

    .swiper-container.pros .swiper-slide img {
        max-height: 400px;
        margin-bottom: 40px;
    }

    .swiper-container.pros .swiper-slide .fonts {
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #fff;
        border-top: 1px solid #fff;
    }



.swiper-container.pros {
    width: 100%;
    height: 500px;
}

    .swiper-container.pros .swiper-button-next, .swiper-container.pros .swiper-button-prev {
        transform: translateY(-60px);
    }



#popup2 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11111;
}

    #popup2 .popup2 {
        width: 90%;
        max-width: 800px;
        height: 500px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -400px;
        margin-top: -250px;
        transition: .3s;
    }

.proFont .font {
    position: absolute;
    bottom: 0px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    left: 0;
    padding: 0;
}

.proFont .swiper-slide {
    background: #fff;
    text-align: center;
    position: relative;
}

    .proFont .swiper-slide img {
        max-height: 400px;
    }



/**product**/

.pro {
    margin-top: 0px !important;
    transform: translateY(-70px);
    position: relative;
    z-index: 3;
}

    .pro .wra {
        height: auto;
        width: 85%;
        margin: 0 auto 20px;
        color: #fff;
        position: relative;
        padding: 80px;
        box-sizing: border-box;
        overflow: hidden;
    }

        .pro .wra > * {
            position: relative;
            z-index: 10;
        }

        .pro .wra .mask {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all .5s;
            background: rgba(41,166,224,0);
            z-index: 1;
            left: 0;
        }

        .pro .wra:hover .mask {
            background: rgba(41,166,224,.5);
        }

        .pro .wra.cur1 {
            background: url(../img/pro-1.jpg) center;
            background-size: cover;
        }

        .pro .wra.cur2 {
            background: url(../img/pro-2.jpg) center;
            background-size: cover;
        }

        .pro .wra.cur3 {
            background: url(../img/pro-3.jpg) center;
            background-size: cover;
        }

        .pro .wra.cur4 {
            background: url(../img/pro-4.jpg) center;
            background-size: cover;
        }

        .pro .wra .title {
            font-size: 36px;
        }

        .pro .wra small {
            display: block;
            font-size: 14px;
            height: 16px;
            line-height: 16px;
            border-left: 5px solid #fff;
            margin-top: 35px;
            text-indent: 15px;
        }

        .pro .wra .imgL {
            width: 50%;
            margin-top: 45px;
            height: auto;
            overflow: hidden;
        }

            .pro .wra .imgL li {
                width: 23%;
                height: auto;
                overflow: hidden;
                border: 2px solid #fff;
                overflow: hidden;
                background: #fff;
                box-sizing: border-box;
                transition: all .5s;
                float: left;
                cursor: pointer;
                margin: 1%;
            }

                .pro .wra .imgL li img {
                    float: left;
                    width: 100%;
                    transition: all .5s;
                }

                .pro .wra .imgL li:hover {
                    border: 2px solid rgba(41,166,224,1);
                }

                    .pro .wra .imgL li:hover img {
                        transform: scale(1.2);
                    }

        .pro .wra a {
            display: block;
            width: 150px;
            height: 110px;
            border: 1px solid #fff;
            color: #fff;
            transition: all .5s;
            text-align: center;
            line-height: 150px;
            float: right;
            margin-top: -110px;
            transform: scale(.9);
            opacity: 0;
        }

            .pro .wra a span:first-child {
                width: 14px;
                height: 2px;
                background: #fff;
                top: 35px;
                left: 50%;
                margin-left: -7px;
                display: block;
                position: absolute;
                transition: all .5s;
            }

            .pro .wra a span:last-child {
                width: 2px;
                height: 14px;
                background: #fff;
                top: 35px;
                left: 50%;
                margin-left: -1px;
                display: block;
                position: absolute;
                margin-top: -6px;
                transition: all .5s;
            }

            .pro .wra a:hover {
                background: rgba(41,166,224,.5);
            }

                .pro .wra a:hover span {
                    opacity: 0;
                    transform: translateY(-20px);
                }

            .pro .wra a:hover {
                line-height: 110px;
            }

        .pro .wra:hover a {
            transform: scale(1);
            opacity: 1;
        }



/**prod**/

.prod {
    width: 100%;
    height: auto;
    margin-top: 0 !important;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

    .prod .title {
        border-left: 7px solid #29a6e0;
        height: 16px;
        line-height: 16px;
        text-indent: 16px;
        margin: 30px 0;
        margin-left: .5%;
    }

    .prod .client {
        height: auto;
        overflow: hidden;
    }

        .prod .client li {
            width: 11.5%;
            height: auto;
            overflow: hidden;
            position: relative;
            display: block;
            float: left;
            margin: .5%;
            border: 1px solid #e7e7e7;
            box-sizing: border-box;
        }

            .prod .client li a {
                display: block;
                height: auto;
                overflow: hidden;
            }

            .prod .client li img {
                float: left;
                width: 100%;
                height: auto;
            }

            .prod .client li a .mask {
                background: rgba(41,166,224,.9);
                position: absolute;
                top: 0;
                width: 100%;
                left: 0;
                height: 100%;
                text-align: center;
                color: #fff;
                font-size: 12px;
                opacity: 0;
                transform: scale(1.2);
                transition: all .5s;
            }

                .prod .client li a .mask > div {
                    position: relative;
                    top: 50%;
                    margin-top: -20px;
                }

                .prod .client li a .mask span {
                    display: block;
                    font-size: 14px;
                }

            .prod .client li:hover .mask {
                opacity: 1;
                transform: scale(1);
            }

            .prod .client li:hover {
                border: 1px solid rgba(41,166,224,1);
            }

.gy .swiper-slide {
    overflow: hidden;
    position: relative;
}

    .gy .swiper-slide img {
        float: left;
        transition: all .5s;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    .gy .swiper-slide .font {
        background: #000;
        font-size: 16px;
        transition: all .5s;
        line-height: 16px;
        padding: 40px 0;
        margin: 0;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(100px);
    }

    .gy .swiper-slide:hover img {
        transform: scale(1.1);
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

    .gy .swiper-slide:hover .font {
        transform: translateY(0px)
    }

.gy .swiper-button-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -18px;
    padding: 14px;
    background: rgba(0,0,0,.6) url(../img/icon-res-1.png) center no-repeat;
    transition: all .3s;
}

    .gy .swiper-button-prev:hover {
        background: rgba(41,166,224,1) url(../img/icon-res-1.png) center no-repeat;
    }

.gy .swiper-button-next {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -18px;
    padding: 14px;
    background: rgba(0,0,0,.6) url(../img/icon-res-2.png) center no-repeat;
    transition: all .3s;
}

    .gy .swiper-button-next:hover {
        background: rgba(41,166,224,1) url(../img/icon-res-2.png) center no-repeat;
    }

.proList {
    height: auto;
    overflow: hidden;
}

    .proList li {
        width: 19%;
        margin: .5%;
        transition: all .5s;
        height: auto;
        overflow: hidden;
        float: left;
        border: 1px solid #b5b5b5;
        outline: 2px solid #fff;
        box-sizing: border-box;
        cursor: pointer;
    }

        .proList li img {
            float: left;
            transition: .5s;
        }

        .proList li:hover {
            border: 1px solid #a0d1e7;
            outline: 2px solid #a0d1e7;
        }

            .proList li:hover img {
                transform: scale(1.1);
            }

.totleTop {
    font-size: 14px;
    color: #fff;
    width: 85%;
    margin: -350px auto 0px;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-left: 70px;
    box-sizing: border-box;
}

    .totleTop span {
        font-size: 36px;
        display: block;
        margin-bottom: 20px;
        text-indent: .5%;
    }

.prodW {
    height: auto;
    overflow: hidden;
    background: #fff;
    width: 85%;
    padding: 0 70px 70px 70px;
    margin: auto;
    box-sizing: border-box;
}

.totleTop .line {
    background: #29a6e0;
    width: 7px;
    height: 16px;
    float: left;
    margin-right: 16px;
    margin-left: .5%;
}

.pbanner figcaption.resear {
    width: 85%;
    max-width: 85%;
    left: 7.5%;
    padding-left: 80px;
    box-sizing: border-box;
}



/**end**/

.incerRight {
    width: 635px;
    height: auto;
    position: absolute;
    right: 40px;
    bottom: 30px;
    color: #fff;
}

    .incerRight a {
        color: #fff;
    }

    .incerRight:hover a {
        color: #fff;
    }

    .incerRight .line {
        width: 100%;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }



        .incerRight .line span {
            background: url(../img/icon-team-1.png) no-repeat center center;
            width: 15px;
            height: 15px;
            display: inline-block;
            margin-right: 10px;
        }



    .incerRight .hot-line {
        margin-top: 15px;
        line-height: 15px;
    }



    .incerRight .line:first-child {
        line-height: 36px;
        line-height: 14px;
        padding-bottom: 20px;
        font-size: 14px;
        text-align: right;
    }



    .incerRight .line.z {
        padding: 30px 0 15px;
    }

    .incerRight .text {
        padding-top: 20px;
    }



    .incerRight .wr-item {
        float: left;
        width: 33.3334%;
        font-weight: bold;
        font-size: 14px;
    }



        .incerRight .wr-item i {
            display: inline-block;
            margin-left: 15px;
            font-weight: normal;
            font-style: normal;
            vertical-align: top;
        }



    .incerRight .text div {
        line-height: 1.8;
        float: left;
    }

        .incerRight .text div.left {
            width: 415px;
            margin-right: 10px;
        }

        .incerRight .text div.right {
            width: 210px;
        }

.pcHide {
    display: none !important;
}

.adr {
    background: #29a6e0;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

    .adr div {
        padding: 5px 0;
        overflow: hidden;
        line-height: 20px;
    }

    .adr .adre {
        background: url(../img/icon-ad.png);
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .adr .yb {
        background: url(../img/icon-yb.png);
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }



.incerRight .now-mmp {
    float: left;
}



    .incerRight .now-mmp i {
        display: inline-block;
        font-style: normal;
        vertical-align: top;
    }



    .incerRight .now-mmp .n {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        line-height: 15px;
    }



    .incerRight .now-mmp .d {
        position: relative;
        font-size: 36px;
        font-family: "å®ä½",SimSun,"Microsoft JhengHei", sans-serif;
        line-height: 30px;
        z-index: 1;
    }



        .incerRight .now-mmp .d:before {
            content: '';
            position: absolute;
            top: 0;
            right: -20px;
            width: 11px;
            height: 15px;
            background: no-repeat center center;
            z-index: 1;
        }



        .incerRight .now-mmp .d.up:before {
            background-image: url("../img/up.png");
        }



        .incerRight .now-mmp .d.down:before {
            background-image: url("../img/down.png");
        }



.abouts .swiper-wrapper {
    text-align: center;
}

    .abouts .swiper-wrapper img {
        max-height: 100%;
    }

.qywh {
    padding: 90px 0 140px;
    background: url(../image/011.jpg) center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

    .qywh .font {
        padding-left: 160px;
        text-align: left;
    }

        .qywh .font .ch {
            font-size: 30px;
            color: #fff;
            line-height: 1.5;
        }

        .qywh .font .en {
            font-size: 24px;
            color: #b2b2b0;
            line-height: 1.2;
            display: inline-block;
            padding-bottom: 8px;
        }

        .qywh .font .line {
            width: 23px;
            height: 4px;
            background: #a0a0a0;
        }

        .qywh .font img {
            max-width: 930px;
            display: block;
            margin: auto;
        }

    .qywh ul {
        width: 90%;
        margin: auto;
        height: auto;
        overflow: hidden;
        color: #fff;
        text-align: left;
        display: none;
        padding-top: 50px;
    }

        .qywh ul li {
            padding-bottom: 10px;
        }

            .qywh ul li span {
                color: #29a6e0;
                display: block;
                font-size: 18px;
                font-weight: bold;
                padding-bottom: 5px;
            }

.zzyry {
    width: 90%;
    max-width: 1580px;
    margin: auto;
    padding: 50px 0px 80px;
}

    .zzyry ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .zzyry ul li {
            float: left;
            width: 12.5%;
            height: auto;
            border-bottom: 1px solid #bae7fc;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

            .zzyry ul li .hitem {
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }

            .zzyry ul li .mask {
                width: 100%;
                height: 100%;
                background: rgba(41,166,224,.8);
                position: absolute;
                top: 0;
                left: 0;
                text-align: center;
                color: #fff;
                transform: scale(1.1);
                opacity: 0;
                transition: .5s;
            }

                .zzyry ul li .mask .txt {
                    position: absolute;
                    left: 0;
                    top: 44%;
                    width: 100%;
                    text-align: center;
                    display: block;
                }

            .zzyry ul li img {
                width: 100%;
                display: block;
                transition: .5s;
            }

            .zzyry ul li .font {
                height: 38px;
                overflow: hidden;
                padding: 0px 5px;
            }

            .zzyry ul li:hover .mask {
                transform: scale(1);
                opacity: 1;
            }

            .zzyry ul li:hover img {
                transform: scale(1.1);
            }

.map3 {
    display: none !important;
}

.mapImg2, .mapImg3 {
    display: none !important;
}

.mapImg1 {
    display: block;
}



.zzyry ul li .font {
    text-align: center;
}

    .zzyry ul li .font p {
        font-weight: bold;
    }

.zzyry ul li:hover .font {
    opacity: 0;
    transition: all .3s;
}

.popUpblack {
    background: #000\9;
    filter: alpha(opacity=80);
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1010;
    display: none;
}

.popUp {
    width: 220px;
    height: 242px;
    border: 2px solid #00318b;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -87px 0 0 -115px;
    z-index: 1004;
}

    .popUp .t {
        padding: 0 0 0 10px;
        height: 26px;
        line-height: 26px;
        color: #666;
        font-weight: bold;
        border-bottom: 1px solid #e8e8e8;
        background: #f2f2f2;
    }

        .popUp .t .close {
            padding: 0 10px 0 0;
            float: right;
            cursor: pointer;
            color: #666;
            font-weight: normal;
        }

    .popUp .img {
        padding: 20px;
    }

        .popUp .img img {
            width: 100%;
            display: block;
        }

#footer .icon-wx:hover {
    background: url(../img/icon-wx2.png);
}







.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

.slick-loading .slick-list {
    background: #fff url(../img/loding.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none;
        }

            .slick-dots li button:focus {
                outline: none;
            }

        .slick-dots li.slick-active a {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
        }

@-webkit-keyframes scaleUpDown {

    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@keyframes scaleUpDown {

    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.RDcenter-page {
    position: relative;
    overflow: hidden;
}

.RDcenter-img {
    position: relative;
    overflow: hidden;
}

    .RDcenter-img .img img {
        width: 100%;
        display: block;
    }

.RDcenter-page .arrow {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 100;
    background: url(../img/black_50.png) repeat;
    background: none rgba(0,0,0,0.5);
    z-index: 2000;
}

.RDcenter-page .sprev {
    left: 0;
}

.RDcenter-page .snext {
    right: 0;
}

.RDcenter-page .arrow i {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.RDcenter-page .sprev i {
    background-image: url(../img/icon-res-1.png);
}

.RDcenter-page .snext i {
    background-image: url(../img/icon-res-2.png);
}

.RDcenter-page .arrow:hover {
    background: none #29a6e0;
}

.RDcenter-page .slick-hidden {
    display: none;
}

.RDcenter-pageT {
    position: absolute;
    left: 5%;
    width: 65%;
    top: 5%;
    color: #fff;
    z-index: 10;
}

    .RDcenter-pageT .t {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .RDcenter-pageT .c {
        font-size: 24px;
        font-weight: bold;
    }

.RDcenter-slider {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 1000;
}

.slider-nav a:link, .slider-nav a:visited {
    color: #fff;
}

.slider-nav a:active, .slider-nav a:hover {
    color: #fff;
}

.slider-nav {
    width: 776px;
    margin: 0px auto;
}

    .slider-nav .item {
        margin: 0px 2px;
        padding-bottom: 38px;
        position: relative;
    }

    .slider-nav .icoBox {
        padding: 22px 0px 0px;
        height: 104px;
        background: url(../img/black_50.png) repeat;
        background: none rgba(0,0,0,0.5);
        text-align: center;
        color: #fff;
        cursor: pointer;
        position: relative;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .slider-nav .ico {
        width: 35px;
        height: 35px;
        display: block;
        margin: 0px auto 18px;
        overflow: hidden;
    }

        .slider-nav .ico .i1 {
            display: block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            z-index: 1;
            position: relative;
        }

    .slider-nav .icoBox .name {
        position: relative;
        z-index: 2;
        padding: 0px 5%;
    }

    .slider-nav .bor {
        background: url(../img/sj_black.png) no-repeat scroll center bottom;
        width: 25px;
        height: 0px;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -12px;
        opacity: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .slider-nav .item.slick-current .bor {
        height: 12px;
        opacity: 1;
    }

    .slider-nav .item .icoBox:before {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #ef8343;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: 100%;
        -webkit-transform-origin: 100%;
        -webkit-transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
        transition: transform .38s cubic-bezier(.4,0,.2,1);
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        visibility: hidden\9;
    }

    .slider-nav .slick-current .icoBox {
        background-color: #29a6e0;
    }

        .slider-nav .item:hover .icoBox:before, .slider-nav .slick-current .icoBox:before {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            transform-origin: 0;
            -webkit-transform-origin: 0;
            visibility: visible\9;
        }

    .slider-nav .item:hover .ico {
        -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        -webkit-animation: gelatine 0.5s 1;
        animation: gelatine 0.5s 1;
    }

@keyframes gelatine {

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes gelatine {

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.slider-for a:link, .slider-for a:visited {
    color: #fff;
}

.slider-for a:active, .slider-for a:hover {
    color: #fff;
}

.slider-for {
    width: 850px;
    margin: 0px auto;
    background: url(../img/black_50.png) repeat;
    background: none rgba(0,0,0,0.5);
}

    .slider-for .item {
        padding: 35px 30px;
        color: #fff;
        line-height: 1.8;
        min-height: 126px;
        _height: 126px;
    }



.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.t-new-box {
    padding: 30px 95px;
    background-color: #fff;
    line-height: 1.8;
}

.t-new-serach {
    margin-bottom: 30px;
}

    .t-new-serach .txt, .t-new-serach .btn {
        font-family: "å®ä½",SimSun,"å¾®è½¯æ­£é»ä½","Microsoft JhengHei","Microsoft Yahei","å¾®è½¯é é»",Arial,Helvetica,sans-serif,"SimHei","é»ä½";font-size: 14px; float: left; display: block; width: 440px; padding: 15px 25px; height: 26px; line-height: 26px; border-radius: 5px;} .t-new-serach .txt

{
    border: 1px solid #e5e5e4;
}

.t-new-serach .btn {
    width: 102px;
    padding: 15px 0px;
    text-align: center;
    background-color: #29a6e0;
    color: #fff;
    margin-left: 8px;
}

    .t-new-serach .btn:hover {
        background-color: #e69f63;
    }

.t-new-serach input[type="text"]:focus {
    border: 1px solid #29a6e0;
}



.joinPage {
    width: 800px;
    margin: 0px auto;
    padding: 50px 0px;
}

.join-nav {
    text-align: center;
    font-size: 16px;
    margin-bottom: 45px;
}

    .join-nav a {
        padding: 10px 35px;
        line-height: 1.4;
    }

        .join-nav a:hover, .join-nav a.active {
            background-color: #29a6e0;
            color: #fff;
        }

.hrList a:link, .hrList a:visited {
    color: #646464;
}

.hrList a:active, .hrList a:hover {
    color: #29a6e0;
}

.hrList, .hrList dt, .hrList dd {
    margin: 0;
    padding: 0;
}

    .hrList .hspan {
        text-align: center;
        cursor: pointer;
        width: 21%;
        display: block;
        float: left;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .hrList .hspan1 {
        text-align: left;
        padding-left: 3%;
        width: 25%;
    }

    .hrList .hspan2 {
        width: 9%;
    }

    .hrList .hrdt {
        background-color: #29a6e0;
        color: #fff;
    }

    .hrList dd {
        position: relative;
        margin-bottom: 1px;
    }

    .hrList .hrdt {
        height: 40px;
        overflow: hidden;
    }

    .hrList .hrT {
        background-color: #fff;
        color: #666666;
    }

        .hrList .hrT .hspan {
            line-height: 40px;
            height: 40px;
        }

    .hrList .ib {
        width: 11px;
        height: 11px;
        margin: 15px auto 0px;
        display: block;
        position: relative;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

        .hrList .ib i {
            display: block;
            background-color: #007ec8;
        }

        .hrList .ib .ic1 {
            width: 1px;
            height: 11px;
            margin-left: 5px;
        }

        .hrList .ib .ic2 {
            width: 11px;
            height: 1px;
            position: absolute;
            left: 0;
            top: 50%;
        }

    .hrList .hrB {
        display: none;
        background-color: #eeeeee;
    }

    .hrList .pageC {
        width: 94%;
        margin: 0px auto;
        padding: 30px 0px 50px;
        overflow: hidden;
        line-height: 1.8;
        font-size: 14px;
        color: #646464;
    }

        .hrList .pageC img {
            max-width: 100% !important;
            height: auto !important;
        }

    .hrList dd:hover .hrT {
        background-color: #dfecf3;
    }

    .hrList dd.active .hrT {
        background-color: #e69f63;
        color: #fff;
    }

    .hrList .active .ib i {
        background-color: #fff;
    }

    .hrList .active .ib {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

        .hrList .active .ib .ic2 {
            display: none;
        }





@media screen and (max-width:1440px) {

    #topNav .nav li {
        font-size: 14px;
    }

    .pbanner figcaption.resear {
        padding-left: 0px;
    }

    .newList li .text {
        padding: 50px 40px 0 40px;
    }

    .newList li .a {
        margin-top: 30px;
    }

    #topNav .nav li {
        margin: 0 20px;
    }

    #topNav > a {
        padding: 0 15px;
    }

    .content .font {
        top: 90px;
    }

        .content .font span {
            margin-top: 13px;
        }

    .content .ewm {
    }

    .content .adress {
        top: 197px;
    }

    .content .adress {
        padding: 30px;
    }

        .content .adress > div {
            margin: 14px 0;
        }

    .content {
        height: 425px;
    }

    #map {
        height: 440px;
    }

    .research ul li span {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .research ul li .text {
        font-size: 16px;
        height: 22px;
        line-height: 22px;
    }

    .team .rcll {
        padding: 90px 5%;
    }

    .team .zp {
        padding: 90px 0;
    }

    .swiper-container.teams .swiper-button-next, .swiper-container.teams .swiper-button-prev {
        padding: 10px;
        margin-top: -20px;
    }

    .imgList .foot {
        padding: 46px 0 63px;
    }

    .imgList .imgWra {
        font-size: 17px;
    }

    .team .zp {
        font-size: 17px;
    }

        .team .zp a {
            width: 110px;
            height: 36px;
            line-height: 36px;
            margin-top: 45px;
        }

    .pbanner figcaption h3 {
        font-size: 43px;
    }

    .pbanner figcaption small {
        font-size: 30px;
    }

    .pbanner figcaption.cur1 small {
        max-width: 520px;
        font-size: 14px;
    }

    .pbanner .font-right {
        font-size: 58px;
        bottom: 50px;
        line-height: 40px;
    }

    .about .zc {
        margin: 50px auto;
    }

    .about .list li .last img {
        padding-top: 30px;
    }

    .pbanner .font-right span:last-child {
        margin-left: -10px;
    }



    .pro .wra a {
        width: 110px;
        height: 80px;
        line-height: 110px;
        margin-top: -80px;
    }

        .pro .wra a span:first-child {
            height: 1px;
            top: 25px;
        }

        .pro .wra a span:last-child {
            width: 1px;
            top: 25px;
        }

        .pro .wra a:hover {
            line-height: 80px;
        }

    .prod .client li {
        width: 15.6%;
    }

    .gy .swiper-slide .font {
        padding: 20px 0;
    }

    .prod .client li a .mask span {
    }

    .research .yfzx {
        text-indent: 100px;
    }

    .qywh .font {
        padding-left: 100px;
    }
}

@media screen and (max-width:1300px) {

    #topNav .nav li {
        margin: 0 10px;
    }

    #topNav > a {
        padding: 0 10px;
    }

    .languageBox {
        padding-right: 10px;
    }

    .about .list li .last {
        width: 90%;
        max-width: 900px;
    }

    .pbanner figcaption.cur1 {
        max-width: 400px;
    }

    .pbanner .font-right {
        font-size: 40px;
    }

    .totleTop {
        padding-top: 30px;
    }

    .zzyry ul li {
        width: 20%;
    }

    .map3 {
        display: block;
    }



    .mapImg1, .mapImg3 {
        display: none !important;
    }

    .mapImg2 {
        display: block !important;
    }
}

@media screen and (max-width:1024px) {

    .totleTop {
        padding-top: 0px;
    }

    #topNav {
        display: none;
    }

    .newList li .text {
        padding: 30px;
    }

    .newList li a > * {
        width: 100%;
    }

    .newList li .line {
        display: none;
    }

    .newList2 li {
        width: 100%;
    }

        .newList2 li .text {
            position: inherit;
            width: 100%;
            background: #fff;
        }

    body {
        padding-top: 54px;
    }

    #mobailNav, #mobailN {
        display: block;
    }

    .mobi {
        display: block;
    }

    #footer {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        line-height: 24px;
        padding: 50px 10%;
    }

        #footer .member {
            float: left;
        }



        #footer .member {
            text-indent: 0px;
            height: auto;
            margin-bottom: 30px;
            width: 100%;
        }

            #footer .member > div .arra {
                display: none;
            }

            #footer .member ul {
                position: initial;
                height: auto;
            }

            #footer .member > div {
                height: 42px;
                line-height: 42px;
                font-weight: bold;
            }

        #footer .icon-wx {
            float: inherit;
            margin: 10px auto 0;
        }

        #footer .float {
            width: 100%;
        }

        #footer .icon-wx {
            width: 26px;
        }

    .pbanner figcaption {
        position: inherit;
        float: left;
        left: 50px;
        padding: 25px 0px;
    }

        .pbanner figcaption h3 {
            color: #4f4f4f;
            font-size: 40px;
        }

        .pbanner figcaption small {
            color: #868686;
            line-height: 1.5;
            font-size: 20px;
        }

    .content {
        height: auto;
        padding: 40px 5%;
    }

        .content .font, .content .ewm, .content .adress {
            position: initial;
            margin-bottom: 40px;
        }

        .content .adress {
            margin: auto;
        }



    .newsDetil .ban {
        padding: 50px 0 50px;
    }

    .newsDetil .main {
        padding: 40px 0;
    }





    .research ul li {
        width: 50%;
    }



        .research ul li .info {
            top: 60%;
            opacity: 1;
            visibility: visible;
            transform: none;
        }



    .research .yfzx {
        font-size: 18PX;
        padding: 20px 0;
        text-align: center;
        text-indent: 0px;
    }

    .pbanner .btnNext, .pbanner .btnPre {
        display: none;
    }

    .subNav {
        display: none;
    }

    #popup .popup {
        position: initial;
        margin: 100px auto;
    }

        #popup .popup .close {
            top: -20px;
            right: -20px;
        }

    .pbanner .font-right {
        display: none;
    }

    .pbanner figcaption.cur1, .pbanner figcaption.cur1 small {
        max-width: 100%;
    }

    .about .jj-b {
        padding: 0px 0px 100px;
        background-size: 100% auto;
    }

    .about .zc {
        max-width: 90%;
        text-align: left;
        margin: 0 auto 20px;
    }

    .about .list li span:first-child {
        font-size: 20px;
        line-height: 40px;
    }

    .about .honor {
        padding: 80px 0;
    }

    .pbanner figcaption {
        left: 5%;
        bottom: auto;
    }

        .pbanner figcaption h3 {
            font-size: 30px !important;
        }

        .pbanner figcaption small {
            font-size: 18px !important;
            font-weight: normal;
        }

    .pro .wra .imgL {
        width: 60%;
    }

    .pbanner figcaption.cur1.bott {
        position: initial;
        width: 85%;
        padding-bottom: 20px;
        margin-left: 7.5%;
    }

    .pro {
        transform: translateY(0px);
    }

        .pro .wra a {
            opacity: 1;
            transform: scale(1);
            float: left;
            margin-top: 20px;
            margin-left: 1%;
            height: 40px;
            line-height: 40px;
        }

            .pro .wra a span {
                display: none !important;
            }

        .pro .wra .imgL {
            width: 90%;
        }

        .pro .wra .title {
            font-size: 20px;
        }

        .pro .wra small {
            margin-top: 20px;
            line-height: 24px;
            border-left: 0px;
            text-indent: 0;
        }

    .prod .client li {
        width: 19%;
    }

    .prodW {
        width: 100%;
        padding: 30px
    }

    .totleTop {
        width: 100%;
    }

    .totleTop {
        padding-left: 30px;
        margin-left: 1%;
    }

    .pro .wra small {
        height: auto;
    }

    .totleTop {
        background: #fff;
        margin: 0;
        padding: 0;
    }

    .totleTop {
        margin-top: 0px;
        background: #fff;
        color: #868686;
        padding-top: 10px;
    }

        .totleTop span {
            color: #4f4f4f;
            font-size: 20px;
            padding-bottom: 5px;
        }

    .totleTop {
        padding-bottom: 0px;
        padding-left: 30px;
    }

    .prodW {
        padding-top: 0px;
    }



    .incerRight {
        position: inherit;
        width: auto;
        color: #868686;
        bottom: auto;
        right: 0;
        margin-left: 5%;
        margin-right: 5%;
    }



        .incerRight .line {
            border-bottom: 1px solid #868686;
        }

        .incerRight a {
            color: #868686;
        }

        .incerRight:hover a {
            color: #868686;
        }

    .newList3 {
        max-width: 90%;
        margin-top: 10px;
    }

    .incerRight .line span {
        background: url(../img/icon-phone.png);
        width: 21px;
        height: 21px;
    }

    .incerRight .text {
        padding-top: 10px;
    }



    .incerRight .wr-item {
        width: 100%;
        margin-bottom: 10px;
    }



    .pcSHow {
        display: none !important;
    }

    .pcHide {
        display: block !important;
    }

    .content .adress > div {
        width: 100%;
    }

    .qywh {
        padding: 60px 0;
    }

        .qywh .font {
            padding-left: 20px;
        }

    .zzyry ul li {
        width: 25%;
    }

    .mapImg1, .mapImg2 {
        display: none !important;
    }

    .mapImg3 {
        display: block !important;
    }





    .RDcenter-pageT {
        top: 10%;
    }

        .RDcenter-pageT .t {
            font-size: 32px;
            font-weight: normal;
        }

        .RDcenter-pageT .c {
            font-size: 18px;
            font-weight: normal;
        }

    .RDcenter-page .arrow {
        display: none !important;
    }

    .RDcenter-slider {
        position: relative;
        left: auto;
        bottom: auto;
        width: 90%;
        margin: 0px auto;
        padding: 30px 0px;
    }

    .slider-nav, .slider-for {
        width: 100%;
    }

        .slider-for .item {
            min-height: 0;
            _height: 0;
        }

    .t-new-box {
        padding: 30px 30px;
    }

    .t-new-serach .txt, .t-new-serach .btn {
        padding: 8px 15px;
    }

    .t-new-serach .txt {
        width: 380px;
    }





    .historyBox .btnPre, .historyBox .btnNext {
        width: 20px;
        height: 20px;
        margin-top: -40px;
        padding: 10px;
        background-size: 50% auto;
    }

        .historyBox .btnPre:hover, .historyBox .btnNext:hover {
            background-size: 50% auto;
        }

    .joinPage {
        width: 80%;
    }

    .join-nav a {
        padding: 8px 25px;
    }

    .hrList .hspan:nth-child(2) {
        display: none;
    }

    .hrList .hspan {
        width: 20%;
    }

    .hrList .hspan1 {
        width: 47%;
    }

    .hrList .hspan2 {
        width: 10%;
    }
}

@media screen and (max-width:640px) {

    .pbanner figcaption {
        left: 20px;
    }

        .pbanner figcaption h3 {
            font-size: 20px !important;
        }

        .pbanner figcaption small {
            font-size: 15px !important;
        }

    .newList3 li {
        height: 64px;
    }

        .newList3 li .text {
            width: 100%;
            text-indent: 0px;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .newList3 li .time {
            width: 100%;
            text-align: left;
            text-indent: 20px;
        }

    .content .adress {
        width: 100%;
        margin: auto;
        box-sizing: border-box;
    }

        .content .adress > div {
            width: 100%;
        }

    #map {
        height: 265px;
    }

    .research ul li {
        width: 100%;
    }



    .team .rcll {
        padding: 30px 5% 40px;
        border-top: 1px solid #ccc;
        width: 90%;
        margin: auto;
    }

        .team .rcll h2 {
            font-size: 18px;
        }

    .team .zp {
        padding: 50px 5% 50px;
    }

    .swiper-container.teams .swiper-button-next, .swiper-container.teams .swiper-button-prev {
        padding: 10px;
        margin-top: -20px;
    }

    .imgList .foot {
        padding: 25px 5%;
        background-color: rgba(0,0,0,0.5);
    }

    .swiper-container.teams .swiper-slide img {
        width: 160%;
        margin-left: -30%;
    }

    .swiper-container.teams .swiper-slide .font {
        height: 32px;
        line-height: 32px;
    }

    .gallery-thumbs {
        display: none;
    }

    .gallery-top {
        height: auto;
        margin-top: 100px;
    }

        .gallery-top .swiper-slide .imgWra {
            height: auto;
        }

    #popup .popup .btnN, #popup .popup .btnP {
        transform: translateY(-60px);
    }

    #popup .popup {
        width: 100%;
    }

        #popup .popup .close {
            top: -25px;
        }

    .about .list li {
        width: 100%;
    }

    #popup .popup .close {
        right: 10px;
    }

    .about .honor .text span {
        padding-bottom: 20px;
        font-size: 24px;
    }

    .about .history {
        padding: 40px 0 50px;
    }

        .about .history .year {
            margin-top: 25px;
        }

            .about .history .year .y {
                font-size: 18px;
            }

    .swiper-container.pros {
        margin: auto;
        height: auto;
        overflow: hidden;
    }

    .swiper-container.pros {
        max-width: 90%;
    }

        .swiper-container.pros .swiper-slide .fonts {
            height: 40px;
            line-height: 40px;
        }

        .swiper-container.pros .swiper-slide img {
            margin-bottom: 20px;
        }

        .swiper-container.pros .swiper-button-next, .swiper-container.pros .swiper-button-prev {
            transform: translateY(-40px);
        }

    #popup .popup .close {
        right: 5%;
        top: -30px;
    }

    .proFont {
        width: 90%;
    }

    .pro .wra {
        padding: 20px;
    }

        .pro .wra .imgL {
            width: 100%;
        }

            .pro .wra .imgL li {
                width: 48%;
            }

        .pro .wra a {
            margin: 20px auto 0;
            float: initial;
            width: 98%;
        }

    .prod .client li {
        width: 32.3%;
    }



    .gy .swiper-slide .font {
        transform: translateY(0);
        padding: 10px 0;
        font-size: 14px;
    }

    .gy .swiper-slide img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

    .prod .title {
        margin: 20px auto;
    }

    .pageList {
        padding: 30px 0;
    }

    .prod .client li a .mask span {
    }

    .gy .swiper-button-next, .gy .swiper-button-prev {
        padding: 0px;
    }

    .prodW {
        width: 100%;
        padding: 20px;
        padding-top: 10px;
    }

    .proList li {
        width: 48%;
        margin: 1%;
    }

    .totleTop {
        margin-top: 0px;
        background: #fff;
        color: #868686;
        padding-top: 10px;
    }

        .totleTop span {
            color: #4f4f4f;
            font-size: 20px;
            padding-bottom: 5px;
        }

    .totleTop {
        padding-bottom: 0px;
        padding-left: 20px;
    }

        .totleTop .line {
            text-indent: 0;
        }

    .totleTop {
        padding-right: 10px;
    }

    figcaption.news {
        left: 30px;
    }

    .incerRight {
        width: 100%;
        margin: 0;
        padding: 0 5%;
        box-sizing: border-box;
    }

    figcaption.inver {
        left: 5%;
    }

    .newList3 li .text {
        width: 70%;
    }

    .newList3 li .time {
        width: 30%;
        font-size: 12px;
        text-indent: 0;
        padding-right: 20px;
        text-align: right;
    }

    .wjn, .wjp {
        transform: translateY(-44px);
    }

    .content .font {
        font-size: 18px;
    }

        .content .font span {
            margin-top: 0px;
            line-height: 24px;
        }

    .content .adress {
        padding: 20px;
    }

    .qywh ul {
        display: block;
    }

    .qywh img {
        display: none;
    }

    .zzyry ul li {
        width: 50%;
    }



    .incerRight .hot-line {
        float: left;
        width: 100%;
        text-align: left;
    }

    .slider-nav .icoBox {
        height: 82px;
    }

    .slider-nav .ico {
        width: 25px;
        height: 25px;
        margin-bottom: 12px;
    }

    .slider-nav .icoBox {
        height: 74px;
        padding-top: 15px;
    }

        .slider-nav .icoBox .name {
            font-size: 12px;
        }

    .RDcenter-pageT {
        top: 6%;
    }

        .RDcenter-pageT .t {
            font-size: 20px;
            font-weight: normal;
        }

        .RDcenter-pageT .c {
            font-size: 14px;
            font-weight: normal;
        }

    .t-new-serach .txt, .t-new-serach .btn {
        padding: 8px 5%;
        float: none;
    }

    .t-new-serach .txt {
        width: 90%;
        margin-bottom: 10px;
    }

    .t-new-serach .btn {
        margin-left: 0;
        width: 80px;
    }

    .joinPage {
        width: 90%;
        padding: 20px 0px 40px;
    }

    .join-nav a {
        padding: 5px 20px;
        font-size: 14px;
    }

    .hrList .hspan:nth-child(3), .hrList .hspan:nth-child(4) {
        display: none;
    }

    .hrList .hspan1 {
        width: 75%;
        padding-left: 5%;
    }

    .hrList .hspan2 {
        width: 15%;
    }

    .incerRight .text div.left {
        width: auto;
        margin-right: 0px;
        float: none;
    }

    .incerRight .text div.right {
        width: auto;
        float: none;
    }
}
