﻿@charset "utf-8";

@font-face {
    font-family: 'helvet';
    src: url('fonts/HelveticaNeueLTPro-ThEx.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei","宋体"
}

img {
    border: none
}

input {
    border: none;
    background: none;
}

input, textarea {
    font-family: Arial, "Microsoft YaHei";
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

html, body {
    font: 14px Arial,"Microsoft YaHei";
    color: #666;
    width: 100%;
    height: 100%;
    background: #fff
}

.fw {
    margin: 0 auto;
    width: 1300px;
}

.topline {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    line-height: 40px
}

    .topline .fr a {
        padding: 5px 15px 5px 17px;
        font-size: 14px;
        color: #666
    }

        .topline .fr a:hover {
            color: #e01e3c
        }

        .topline .fr a.phone {
            display: none
        }

        .topline .fr a.qq i {
            color: #287feb
        }

        .topline .fr a.wx i {
            color: #3cb035
        }

        .topline .fr a.tel i {
            color: #eb2852
        }

        .topline .fr a i {
            padding-right: 5px
        }

    .topline .fr .wxm {
        width: 100px;
        height: 100px;
        display: none;
        margin-left: 90px;
        position: absolute;
        top: 35px;
        right: 1;
        z-index: 999;
        border: 1px #ddd solid;
    }

        .topline .fr .wxm img {
            display: block;
            width: 100px;
            height: 100px;
        }

    .topline .fr .wx:hover .wxm {
        display: block;
    }

.head {
    padding: 20px 0
}

    .head .fl .logophone {
        display: none
    }

    .head .fr {
        position: relative;
        padding-left: 60px;
        margin-top: 10px
    }

        .head .fr .icon {
            position: absolute;
            width: 51px;
            height: 51px;
            background: #206bd1;
            text-align: center;
            border-radius: 50%;
            left: 0;
            top: 2px
        }

            .head .fr .icon i {
                font-size: 26px;
                color: #fff;
                line-height: 51px
            }

        .head .fr p {
            font-size: 14px;
            color: #888
        }

        .head .fr h4 {
            font-size: 32px;
            color: #333
        }

.head_nav {
    border-top: 1px solid #e5e5e5
}

    .head_nav li {
        float: left;
        width: 12%;
        line-height: 60px;
        text-align: center;
        position: relative
    }

        .head_nav li a {
            font-size: 16px;
            color: #333;
            display: block;
            transition: all 0.3s
        }

        .head_nav li:before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: #206bd1;
            left: 0;
            top: -1px;
            opacity: 0;
            transition: all 0.3s
        }

        .head_nav li.cur:before, .head_nav li:hover:before {
            opacity: 1;
            width: 100%
        }

        .head_nav li.cur a {
            color: #206bd1;
            font-weight: bold
        }

        .head_nav li dl {
            position: absolute;
            top: 60px;
            background: #fff;
            width: 380px;
            z-index: 999;
            visibility: hidden;
            top: 70px;
            opacity: 0;
            padding: 10px 0;
            box-shadow: 2px 5px 10px rgba(23,23,103,0.28);
            transition: all 0.3s
        }

            .head_nav li dl dd {
                float: left;
                width: 50%;
                padding: 0 10px
            }

                .head_nav li dl dd a {
                    display: block;
                    font-size: 13px;
                    line-height: 38px;
                    border-bottom: 1px solid #eee;
                    padding: 0 5px;
                    text-align: left
                }

        .head_nav li.cur dl dd a {
            color: #333
        }

        .head_nav li dl dd a:before {
            display: none
        }

        .head_nav li dl dd a:hover {
            background: #ececec;
            color: #333
        }

        .head_nav li:hover dl {
            visibility: visible;
            top: 60px;
            opacity: 1
        }

.fullSlide {
    width: 100%;
    position: relative;
    height: 560px;
    background: #000;
    transition: none
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        width: 100%
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 560px;
            overflow: hidden;
            text-align: center;
            transition: none
        }

            .fullSlide .bd li a {
                display: block;
                height: 560px;
                transition: none
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        display: none
    }

        .fullSlide .hd ul {
            text-align: center;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 16px;
                height: 2px;
                margin: 1px;
                overflow: hidden;
                background: #EE0E51;
                color: #fff;
                filter: alpha(opacity=50);
                opacity: 0.5;
                line-height: 16px;
            }

            .fullSlide .hd ul .on {
                background: #EE0E51;
                filter: alpha(opacity=100);
                opacity: 1;
            }

    .fullSlide .prev, .fullSlide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 0;
        z-index: 1;
        width: 40px;
        height: 60px;
        background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
    }

    .fullSlide .next {
        left: auto;
        right: 0;
        background-position: -6px -137px;
    }

.search-top {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 20px;
    position: absolute;
    z-index: 100;
    bottom: 36px;
    left: 50%;
    margin-left: -650px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1)
}

    .search-top .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #0059d2;
        border-radius: 10px;
        opacity: 0.8;
        z-index: 101
    }

    .search-top .tt {
        float: left;
        line-height: 45px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        position: relative;
        padding-left: 60px;
        padding-right: 30px;
        z-index: 102
    }

        .search-top .tt i {
            color: #073117;
            font-size: 40px;
            position: absolute;
            left: 10px;
            top: 0
        }

    .search-top .text1 {
        width: 165px;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        background: #fff;
        float: left;
        margin-right: 26px;
        border-radius: 10px;
        color: #999;
        position: relative;
        z-index: 102
    }

    .search-top input::-webkit-input-placeholder {
        color: #999
    }

    .search-top input.text2 {
        width: 80px;
        position: relative;
        z-index: 102
    }

    .search-top .btn1 {
        width: 90px;
        height: 45px;
        margin-right: 20px;
        border-radius: 10px;
        display: block;
        float: right;
        background: #ffae00;
        border: 0;
        text-align: center;
        color: #333;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        line-height: 45px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.4);
        transition: all 0.4s;
        -ms-transition: all 0.4s;
        position: relative;
        z-index: 102
    }

        .search-top .btn1:hover {
            box-shadow: none
        }

    .search-top .select_box {
        float: left;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        color: #999;
        width: 199px;
        height: 45px;
        line-height: 45px;
        z-index: 500;
        z-index: 102
    }

.selet_open {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 45px;
    background: url(../images/search_icon1.gif) no-repeat center center;
}

.select_txt1 {
    display: inline-block;
    padding-left: 5px;
    width: 110px;
    line-height: 45px;
    height: 45px;
    cursor: text;
    overflow: hidden;
    z-index: 200;
}

.option {
    width: 100%;
    border: solid 1px #EDE7D6;
    position: absolute;
    top: 49px;
    left: 0px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

    .option a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
        width: 100%;
        background: #fff;
        color: #666
    }

        .option a:hover {
            background: #206bd1;
            color: #fff;
        }

.phone_search {
    width: 100%;
    background: #f1b11a;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

    .phone_search .text {
        display: block;
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        height: 40px;
        position: relative;
        border-radius: 20px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        padding-left: 20px
    }

        .phone_search .text i {
            font-size: 18px;
            color: #666;
            position: absolute;
            right: 20px;
            line-height: 40px
        }

.search-over {
    display: none;
    position: fixed;
    z-index: 110;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF; /*opacity:0.9;*/
}

.search-warmp {
    display: none;
    position: fixed;
    z-index: 120;
    left: 0;
    top: 0;
    width: 100%;
    font-family: Microsoft Yahei;
    color: #757575;
}

.search-hd {
    padding: 1em;
    overflow: hidden;
    background: #ececec;
    border-bottom: 1px solid #dcdcdc;
}

    .search-hd .bd {
        position: relative;
        float: left;
        width: 80%;
        overflow: hidden;
        background: #FFF;
        border-radius: 0.3em;
    }

    .search-hd .keywords {
        width: 88%;
        padding: 0 10% 0 2%;
        height: 2em;
        border: none;
        font-size: 1em;
        line-height: 2em;
        color: #757575;
        font-family: Microsoft Yahei;
        outline: none;
        box-shadow: 0 0 0.2em #ababab;
    }

    .search-hd .bd i {
        display: none;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
        width: 1em;
        height: 1em;
        background: #ececec url(../images/search-clear.png) center center no-repeat;
        background-size: 0.5em 0.5em;
        border-radius: 100%;
        cursor: pointer;
    }

.search-button {
    float: left;
    width: 20%;
    height: 2em;
    line-height: 2em;
    text-align: center;
}

.search-warmp h1.tt {
    background: #f1b11a;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative
}

    .search-warmp h1.tt a.cancel {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        right: 0;
        top: 0;
        font-family: helvet;
        font-size: 14px
    }

.search-warmp dl {
    padding: 10px
}

    .search-warmp dl dd {
        border: 1px solid #ddd;
        margin-bottom: 10px
    }

        .search-warmp dl dd .text1 {
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            width: 100%;
            border: 0
        }

.search-warmp .btn1 {
    width: 50%;
    display: block;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff;
    text-align: center;
    border: 0;
    padding: 0
}

.lev1 {
    background: #f2f2f2;
    width: 100%;
    overflow: hidden
}

.about_in {
    width: 1200px;
    margin: 30px auto 50px;
    position: relative;
    padding-bottom: 67px
}

    .about_in .pic1 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10
    }

        .about_in .pic1 .btn {
            position: absolute;
            width: 67px;
            height: 67px;
            background: #206bd1;
            color: #fff;
            transition: all 0.3s;
            text-align: center;
            bottom: 0;
            right: -67px
        }

            .about_in .pic1 .btn i {
                font-size: 40px;
                line-height: 67px
            }

            .about_in .pic1 .btn:hover {
                background: #ffae00
            }

    .about_in .txt {
        float: right;
        background-color: #fff;
        position: relative;
        z-index: 5;
        box-shadow: 0 5px 30px #ddd;
        background-image: url(../images/aboutbg.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        width: 711px;
        height: 474px;
        padding: 56px 56px 0 189px
    }

        .about_in .txt .tt {
            position: relative;
            padding-bottom: 20px;
            margin-bottom: 20px
        }

            .about_in .txt .tt:before {
                position: absolute;
                content: '';
                width: 55px;
                height: 2px;
                background: #999;
                bottom: 0;
                left: 0
            }

            .about_in .txt .tt h2 a {
                font-size: 50px;
                color: #206bd1
            }

            .about_in .txt .tt h4 a {
                font-size: 32px;
                color: #333;
                font-weight: 200
            }

        .about_in .txt .content {
            line-height: 24px
        }

            .about_in .txt .content h4 {
                font-size: 18px;
                color: #333;
                margin-bottom: 10px
            }

        .about_in .txt .btn {
            position: absolute;
            bottom: 56px;
            width: 49px;
            height: 49px;
            text-align: center;
            border-radius: 50%;
            font-size: 18px;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
        }

            .about_in .txt .btn i {
                line-height: 49px;
                color: #fff
            }

            .about_in .txt .btn.qq {
                left: 189px;
                background: #287feb
            }

            .about_in .txt .btn.wx {
                left: 258px;
                background: #3cb035
            }

            .about_in .txt .btn.add {
                left: 327px;
                background: #e01e3c
            }

            .about_in .txt .btn:hover {
                box-shadow: 0 2px 5px rgba(0,0,0,0.2);
                transform: translateY(-10px)
            }

.title_in {
    text-align: center
}

    .title_in h2 {
        font-size: 45px;
        color: #333;
        position: relative;
        font-weight: 200;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .title_in h2:before {
            content: '';
            position: absolute;
            width: 170px;
            background: #cecece;
            height: 2px;
            bottom: 0;
            left: 50%;
            margin-left: -85px;
            z-index: 5px
        }

        .title_in h2:after {
            content: '';
            position: absolute;
            width: 28px;
            height: 2px;
            background: #206bd1;
            bottom: 0;
            left: 50%;
            margin-left: -14px;
            z-index: 10px
        }

    .title_in p {
        font-size: 18px;
        color: #888
    }

.sublist {
    text-align: center;
    margin: 45px auto 35px
}

    .sublist li {
        display: inline-block;
        margin: 0 7px
    }

        .sublist li a {
            display: block;
            padding: 8px 20px;
            border: 1px solid #ddd;
            font-size: 14px;
            color: #666;
            border-radius: 20px;
            transition: all 0.3s
        }

            .sublist li a.cur, .sublist li a:hover {
                background: #206bd1;
                border: 1px solid #206bd1;
                color: #fff
            }

.pro_in {
    margin-top: 20px;
    padding-bottom: 40px
}

    .pro_in .list {
        width: 1314px;
        margin: 0 auto;
        position: relative
    }

        .pro_in .list li {
            float: left;
            width: 20%;
            margin-bottom: 14px
        }

            .pro_in .list li .box {
                padding: 0 7px
            }

            .pro_in .list li a {
                display: block;
                width: 100%;
                background: #fff;
                transition: all 0.3s
            }

                .pro_in .list li a .pic {
                    width: 100%;
                    overflow: hidden;
                    display: table;
                    position: relative;
                    background: #fff
                }

                    .pro_in .list li a .pic:before {
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 100%;
                        border: 2px solid #206bd1;
                        left: 0;
                        top: 0;
                        box-sizing: border-box;
                        opacity: 0;
                        transition: all 0.3s
                    }

                    .pro_in .list li a .pic span {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                        width: 100%;
                        height: 181px
                    }

                        .pro_in .list li a .pic span img {
                            display: block;
                            margin: 0 auto;
                            max-width: 100%;
                            max-height: 100%;
                            vertical-align: middle
                        }

                .pro_in .list li a .txt {
                    width: 100%;
                    padding: 15px;
                    transition: all 0.3s
                }

                    .pro_in .list li a .txt h2 {
                        font-size: 14px;
                        color: #333;
                        font-weight: 200;
                        transition: none
                    }

                .pro_in .list li a p {
                    font-size: 14px;
                    color: #999;
                    line-height: 24px
                }

                .pro_in .list li a:hover {
                    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
                    background: #206bd1
                }

                    .pro_in .list li a:hover .pic:before {
                        opacity: 1
                    }

                    .pro_in .list li a:hover .txt {
                        background: #206bd1
                    }

                        .pro_in .list li a:hover .txt h2 {
                            color: #fff
                        }

                        .pro_in .list li a:hover .txt p {
                            color: #fff;
                            opacity: 0.8
                        }

.more-in {
    display: block;
    width: 165px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    background: #f89800;
    margin: 40px auto;
    font-size: 14px;
    border-radius: 20px;
    transition: all 0.3s
}

    .more-in i {
        margin-left: 5px
    }

    .more-in:hover {
        box-shadow: 0 5px 10px rgba(0,0,0,0.3)
    }

.brand_in {
    margin-top: 60px
}

    .brand_in .list {
        width: 1550px;
        padding-left: 70px;
        margin: 60px auto 0;
        position: relative
    }

        .brand_in .list li {
            width: 16.666666%;
            height: 250px;
            float: left;
            background: url(../images/brand_listbg.gif) no-repeat;
            background-size: cover
        }

            .brand_in .list li .box .pic {
                display: block
            }

                .brand_in .list li .box .pic span {
                    display: table-cell;
                    width: 100%;
                    height: 100%;
                    vertical-align: middle;
                    width: 173px;
                    height: 198px
                }

                    .brand_in .list li .box .pic span img {
                        display: block;
                        margin: 0 auto;
                        vertical-align: middle;
                        transition: all 0.5s;
                        transform: scale(1);
                        max-width: 130px;
                        object-fit: cover;
                    }

            .brand_in .list li .box a:hover .pic span img {
                transform: scale(1.1)
            }

        .brand_in .list a.next, .brand_in .list a.prev, .app_in .list a.next, .app_in .list a.prev {
            position: absolute;
            color: #cecece;
            text-align: center;
            line-height: 41px;
            top: 30%
        }

            .brand_in .list a.next i, .brand_in .list a.prev i, .app_in .list a.next i, .app_in .list a.prev i {
                font-size: 60px
            }

        .brand_in .list a.next, .app_in .list a.next {
            right: 0
        }

        .brand_in .list a.prev, .app_in .list a.prev {
            left: 0
        }

            .brand_in .list a.next:hover, .brand_in .list a.prev:hover, .app_in .list a.next:hover, .app_in .list a.prev:hover {
                color: #206bd1
            }

    .brand_in .hd, .app_in .hd {
        text-align: center;
        margin-top: 40px
    }

        .brand_in .hd li, .app_in .hd li {
            width: 13px;
            height: 13px;
            overflow: hidden;
            line-height: 999px;
            border-radius: 50%;
            border: 2px solid #fff;
            display: inline-block;
            margin: 0 3px;
            background: #c2c2c2
        }

            .brand_in .hd li.on, .app_in .hd li.on {
                background: none;
                border: 2px solid #206bd1
            }

.ad_in {
    background: url(../images/ad_bg.jpg) no-repeat;
    width: 100%;
    height: 520px;
    background-size: cover;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 60px
}

    .ad_in .tt {
        display: block;
        margin: 100px auto 40px
    }

    .ad_in h4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 40px;
        font-weight: 200
    }

    .ad_in p {
        font-size: 29px;
        color: #fff
    }

    .ad_in .zc {
        position: absolute;
        left: 10%;
        bottom: -80px;
        z-index: 5
    }

    .ad_in .bg {
        width: 100%;
        height: 110px;
        position: absolute;
        background: #000;
        opacity: 0.3;
        left: 0;
        bottom: 0;
        z-index: 1
    }

    .ad_in .btn {
        width: 100%;
        height: 110px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        text-align: center;
        line-height: 110px
    }

        .ad_in .btn a {
            display: inline-block;
            font-size: 23px;
            width: 63px;
            height: 63px;
            border: 2px solid #fff;
            border-radius: 50%;
            color: #fff;
            margin: 0 25px;
            transition: all 0.3s
        }

            .ad_in .btn a i {
                line-height: 59px
            }

            .ad_in .btn a:hover {
                background: #f89800;
                border: 2px solid #f89800
            }

.news_in {
    width: 100%;
    background: #f2f2f2;
    padding: 90px 0 60px
}

    .news_in .list {
        width: 1190px;
        margin: 60px auto
    }

        .news_in .list li {
            float: left;
            width: 33.33333%;
            padding: 10px
        }

            .news_in .list li .pic {
                width: 100%;
                height: 277px;
                overflow: hidden;
                position: relative;
                background-color: #fff;
                text-align: center;
            }

                .news_in .list li .pic img { /*width:100%;height:100%;*/
                    transition: all 0.3s;
                    transform: scale(1);
                    max-width: 100%;
                    max-height: 277px;
                    object-fit: over;
                }

                .news_in .list li .pic .date {
                    position: absolute;
                    width: 88px;
                    height: 34px;
                    background: #fff;
                    left: 0;
                    bottom: 0;
                    text-align: center;
                    line-height: 34px;
                    color: #888;
                    font-size: 12px
                }

            .news_in .list li .txt {
                background: #fff;
                padding: 30px 35px 40px;
            }

                .news_in .list li .txt h4 {
                    font-size: 16px;
                    color: #333;
                    border-bottom: 1px solid #ddd;
                    padding-bottom: 18px;
                    margin-bottom: 15px;
                    font-weight: 200;
                    position: relative
                }

                    .news_in .list li .txt h4:before {
                        content: '';
                        position: absolute;
                        width: 0;
                        height: 1px;
                        background: #333;
                        left: 0;
                        bottom: -1px;
                        transition: All 0.3s
                    }

                .news_in .list li .txt p {
                    line-height: 24px;
                    font-size: 12px;
                    color: #999;
                    height: 48px;
                    overflow: hidden
                }

            .news_in .list li a:hover .txt h4:before {
                width: 100%
            }

            .news_in .list li a:hover .pic img {
                transform: scale(1.1)
            }

.app_in {
    width: 100%;
    background: url(../images/app_bg.jpg) no-repeat;
    background-size: cover;
    padding: 85px 0
}

    .app_in .title_in h2 {
        color: #fff
    }

    .app_in .list {
        width: 1304px;
        margin: 65px auto 0;
        position: relative
    }

        .app_in .list li {
            float: left;
            width: 20%
        }

            .app_in .list li .box {
                padding: 0 2px;
                width: 100%;
                box-sizing: border-box
            }

                .app_in .list li .box .li1 {
                    display: block;
                    overflow: hidden;
                    position: relative;
                    height: 421px
                }

                    .app_in .list li .box .li1 img {
                        width: 100%;
                        height: 100%
                    }

                    .app_in .list li .box .li1 .txt {
                        position: absolute;
                        width: 100%;
                        height: 129px;
                        background: #fff;
                        left: 0;
                        bottom: 0;
                        text-align: center;
                        transition: all 0.5s
                    }

                        .app_in .list li .box .li1 .txt .bg {
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            background: #206bd1;
                            opacity: 0;
                            transition: all 0.5s;
                            z-index: 1
                        }

                        .app_in .list li .box .li1 .txt .num {
                            position: absolute;
                            width: 59px;
                            height: 59px;
                            background: #206bd1;
                            border-radius: 50%;
                            color: #fff;
                            font-size: 24px;
                            font-weight: bold;
                            text-align: center;
                            line-height: 59px;
                            left: 50%;
                            margin-left: -29px;
                            top: -29px;
                            z-index: 5;
                            transition: all 0.5s
                        }

                        .app_in .list li .box .li1 .txt .tt {
                            position: absolute;
                            top: 45px;
                            z-index: 10;
                            width: 100%;
                            transition: all 0.5s
                        }

                            .app_in .list li .box .li1 .txt .tt:before {
                                position: absolute;
                                content: '';
                                width: 1px;
                                height: 0;
                                background: #fff;
                                transition: all 0.5s;
                                top: -50px
                            }

                        .app_in .list li .box .li1 .txt h4 {
                            font-size: 18px;
                            font-weight: 200;
                            color: #333;
                            transition: all 0.5s
                        }

                        .app_in .list li .box .li1 .txt p {
                            font-size: 14px;
                            color: #888;
                            transition: all 0.5s
                        }

                        .app_in .list li .box .li1 .txt .more {
                            position: absolute;
                            width: 118px;
                            height: 39px;
                            line-height: 39px;
                            border-radius: 20px;
                            font-size: 14px;
                            background: #f89800;
                            color: #fff;
                            text-align: center;
                            left: 50%;
                            margin-left: -59px;
                            top: 316px;
                            opacity: 0;
                            transition: all 0.5s;
                            z-index: 10
                        }

                            .app_in .list li .box .li1 .txt .more i {
                                margin-left: 5px
                            }

            .app_in .list li:hover .box .li1 .txt {
                background: 0;
                height: 100%;
            }

                .app_in .list li:hover .box .li1 .txt .bg {
                    opacity: 0.8
                }

                .app_in .list li:hover .box .li1 .txt .num {
                    background: 0;
                    font-size: 45px;
                    top: 100px
                }

                .app_in .list li:hover .box .li1 .txt .tt {
                    top: 210px
                }

                    .app_in .list li:hover .box .li1 .txt .tt h4 {
                        color: #fff
                    }

                    .app_in .list li:hover .box .li1 .txt .tt p {
                        color: #333
                    }

                .app_in .list li:hover .box .li1 .txt .more {
                    opacity: 1
                }

                .app_in .list li:hover .box .li1 .txt .tt:before {
                    height: 43px
                }

            .app_in .list li .box .li1 .txt .more:hover {
                box-shadow: 0 5px 10px rgba(0,0,0,0.3);
                top: 310px
            }

    .app_in .hd li {
        border: 2px solid #333
    }

    .app_in .list a.next, .app_in .list a.prev {
        top: 50%;
        margin-top: -40px
    }

    .app_in .list a.next {
        right: -60px
    }

    .app_in .list a.prev {
        left: -60px
    }

.hz_in {
    width: 100%;
    background: #f2f2f2;
    padding: 85px 0 135px
}

    .hz_in .list {
        width: 1350px;
        margin: 65px auto 0
    }

        .hz_in .list li {
            float: left;
            width: 16.666666%;
        }

            .hz_in .list li .box {
                padding: 0 25px 30px 25px
            }

                .hz_in .list li .box a {
                    display: block;
                    width: 100%;
                    height: 174px;
                    background: #fff;
                    border-radius: 50%;
                    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
                    overflow: hidden;
                    transition: all 0.5s
                }

                    .hz_in .list li .box a .pic {
                        display: table;
                        width: 100%
                    }

                        .hz_in .list li .box a .pic span {
                            display: table-cell;
                            width: 100%;
                            height: 174px;
                            vertical-align: middle
                        }

                            .hz_in .list li .box a .pic span img {
                                display: block;
                                margin: 0 auto;
                                vertical-align: middle;
                                max-height: 90%;
                                max-width: 90%
                            }

                    .hz_in .list li .box a:hover {
                        box-shadow: none
                    }

.foot {
    background: #333;
    width: 100%;
    position: relative;
    padding: 118px 0 60px
}

.feed_in {
    padding: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    border-radius: 10px;
    top: -80px;
    box-sizing: border-box;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2)
}

    .feed_in h2 {
        font-size: 18px;
        color: #333;
        text-align: center;
        margin-bottom: 20px
    }

    .feed_in .text1 {
        float: left;
        width: 280px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        margin-right: 20px;
        background: #f2f2f2;
        border-radius: 10px
    }

    .feed_in .text2 {
        width: 506px;
        border: 0
    }

    .feed_in .btn1 {
        width: 110px;
        background: #206bd1;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        color: #fff;
        border-radius: 10px;
        height: 40px;
        cursor: pointer
    }

        .feed_in .btn1:hover {
            background: #f99700
        }

.foot .fl {
    width: 380px;
    margin-right: 40px
}

.foot .list h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.foot .list li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
    line-height: 35px
}

    .foot .list li a {
        color: #adadad;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-size: 14px
    }

        .foot .list li a:hover {
            color: #fff
        }

.foot .bout {
    width: 420px;
    float: right
}

    .foot .bout p {
        color: #eee;
        font-size: 14px;
        line-height: 24px
    }

    .foot .bout h2 {
        font-size: 35px;
        color: #f99700;
        margin-bottom: 15px
    }

    .foot .bout .ewm {
        width: 111px;
        height: 111px;
        border-radius: 10px;
        background: #fff;
        padding: 8px;
        overflow: hidden;
        float: left;
        margin-right: 35px;
        margin-top: 25px
    }

        .foot .bout .ewm img {
            width: 100%
        }


/*浮动客服*/
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 999;
}

    #floatDivBoxs .floatDtt {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #fb4848;
        color: #fff;
        font-size: 18px;
        text-indent: 22px;
        position: relative;
    }

    #floatDivBoxs .floatDqq {
        padding: 0 14px;
    }

        #floatDivBoxs .floatDqq li {
            height: 45px;
            line-height: 45px;
            font-size: 15px;
            border-bottom: 1px solid #e3e3e3;
            padding: 0 0 0 50px;
        }

            #floatDivBoxs .floatDqq li img {
                vertical-align: middle
            }

    #floatDivBoxs .floatDtxt {
        font-size: 18px;
        color: #333;
        padding: 12px 14px;
    }

    #floatDivBoxs .floatDtel {
        padding: 0 0 15px 10px;
        font-size: 18px;
        color: #fb4848
    }

        #floatDivBoxs .floatDtel img {
            display: block;
        }

    #floatDivBoxs .floatwx {
        text-align: center;
        padding: 10PX 0 5px 0;
        background: #EBEBEB;
    }

        #floatDivBoxs .floatwx img {
            max-width: 170px;
        }

    #floatDivBoxs .floatDbg {
        width: 100%;
        height: 20px;
        background: url(../images/online_botbg.jpg) no-repeat;
        box-shadow: -2px 0 3px rgba(0,0,0,0.25);
    }

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 200px;
    right: 170px;
    z-index: 999;
}

    #rightArrow a {
        display: block;
        height: 45px;
    }

/*底部联系方式*/
.footnav {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 9000
}

    .footnav a {
        display: block;
        width: 25%;
        text-align: center;
        color: #555;
        float: left
    }

        .footnav a i {
            font-size: 24px;
            display: block
        }

/*虚拟按键*/
/*start*/
.foot_info_met_11_3_22_bottom {
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.text-xs-center {
    text-align: center !important;
}

.foot_info_met_11_3_22_bottom .mains {
    display: flex;
}

    .foot_info_met_11_3_22_bottom .mains > div {
        flex: 1;
    }

.foot_info_met_11_3_22_bottom a.item {
    color: #555555;
    padding: 5px 0;
    display: inline-block;
}

    .foot_info_met_11_3_22_bottom a.item i {
        font-size: 16px;
        display: block;
    }

.phone_search {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    background: #0078ff;
}

    .phone_search .text {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        position: relative;
        border-radius: 20px;
        line-height: 30px;
        font-size: 12px;
        color: #666;
        padding-left: 10px;
        background: #fff
    }

        .phone_search .text i {
            font-size: 18px;
            color: #666;
            position: absolute;
            right: 10px;
            line-height: 30px
        }

.foot_info_met_11_3_22_bottom a.item span {
    color: #555555;
    font-size: 12px;
}
/*end*/

.copyright {
    background: #484848;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

    .copyright a {
        color: #f99700;
        font-size: 14px
    }

        .copyright a:hover {
            color: #fff
        }

.head .fw .toggle {
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    background: #206bd1;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: none
}

    .head .fw .toggle i {
        line-height: 60px
    }


.banner {
    width: 100%;
    height: 545px;
    background-size: cover;
    position: relative
}

.banner_pro {
    background: url(../images/probanner.jpg) no-repeat center top;
    background-color: #D2D2D2
}

.banner_brand {
    background: url(../images/brandbanner.jpg) no-repeat center top
}

.banner_about {
    background: url(../images/aboutbanner.jpg) no-repeat center top
}

.banner_con {
    background: url(../images/conbanner.jpg) no-repeat center top;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.banner_app {
    background: url(../images/appbanner.jpg) no-repeat center top
}

.banner_news {
    background: url(../images/newsbanner.jpg) no-repeat center top
}

.website {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666;
    position: relative;
    border-bottom: 1px solid #eee
}

    .website a {
        color: #999;
        font-size: 14px
    }

        .website a:hover {
            color: #D4003C
        }

    .website .toggle {
        position: absolute;
        top: 0;
        right: 10px;
        color: #333;
        display: none
    }


.met_pager {
    margin-top: 20px;
    text-align: center;
}

    .met_pager .PreSpan, .met_pager .NextSpan {
        border: 1px solid #e4eaec;
        padding: 9px 15px;
        background: #fff;
        color: #ccd5db;
        cursor: default
    }

    .met_pager a, .met_pager span {
        border: 1px solid #e4eaec;
        margin-right: -1px;
        background: #fff;
        padding: 9px 15px;
        text-align: center;
        color: #76838f
    }

    .met_pager span {
        background: #e4eaec
    }

    .met_pager a.current {
        background: #e4eaec;
        border-color: #e4eaec;
        color: #000;
        cursor: default
    }

    .met_pager a:hover {
        background: #206bd1;
        border-color: #206bd1;
        color: #fff
    }

.inner_bt {
    padding-bottom: 160px;
    padding-top: 50px
}

.about .pic {
    float: left
}

.about .txt {
    width: 640px;
    font-size: 14px;
    line-height: 24px
}

    .about .txt h4.tt {
        font-size: 18px;
        font-weight: 200;
        line-height: 40px;
        margin-bottom: 10px
    }

    .about .txt h2.tt1 {
        font-size: 36px;
        font-weight: 200;
        margin-bottom: 30px;
        color: #333
    }

.product {
    background: #f2f2f2;
    padding-top: 20px
}

    .product .pro_in .sublist li {
        margin-bottom: 15px
    }


.pro_detail {
    background: #fafafa;
    padding-top: 0
}

    .pro_detail .row {
        background: #fff;
        padding: 60px 0;
        width: 100%
    }

        .pro_detail .row .pic {
            display: table;
            float: left;
            box-sizing: border-box;
            width: 550px;
            padding: 0 15px;
            overflow: hidden;
            border: 1px solid #ddd;
            text-align: center;
            vertical-align: middle;
        }

            .pro_detail .row .pic span {
                display: table-cell;
                vertical-align: middle;
                height: 350px;
                width: 100%
            }

            .pro_detail .row .pic img {
                max-width: 100%;
                display: block;
                margin: 0 auto;
                vertical-align: middle
            }

        .pro_detail .row .txt {
            width: 49%;
            box-sizing: border-box;
            float: right;
            font-size: 14px;
            color: #666;
            line-height: 24px;
            margin-top: 20px
        }

            .pro_detail .row .txt h1 {
                font-size: 32px;
                color: #333;
                margin-bottom: 20px;
                font-weight: 200
            }

            .pro_detail .row .txt table {
                border: 1px solid #f7f7f7;
                width: 100%
            }

                .pro_detail .row .txt table th {
                    background: #f7f7f7
                }

.pro_shuxing td {
    border: 1px solid #f7f7f7
}

    .pro_shuxing th span, .pro_shuxing td span {
        padding: 5px;
        display: block;
        font-size: 14px;
        line-height: 25px
    }

.pro_detail .row .txt .hotline {
    line-height: 60px;
    margin-top: 20px
}

    .pro_detail .row .txt .hotline span {
        font-size: 28px;
        color: #D4003C;
        font-weight: bold
    }

.pro_detail .detail {
    float: left;
    background: #fff;
    width: 75%;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px
}

    .pro_detail .detail .title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px
    }

        .pro_detail .detail .title span {
            font-size: 14px;
            padding: 10px;
            border-bottom: 2px solid #666;
            display: inline-block;
            color: #333
        }

    .pro_detail .detail .content {
        line-height: 24px;
        font-size: 14px;
        color: #666
    }

        .pro_detail .detail .content img {
            display: block;
            max-width: 100%;
            margin: 10px auto
        }

.pro_detail .detailist {
    margin-top: 20px
}

    .pro_detail .detailist li {
        float: left;
        width: 25%;
        box-sizing: border-box
    }

        .pro_detail .detailist li p {
            padding: 0 15px;
            margin-bottom: 11px
        }

            .pro_detail .detailist li p a {
                display: block;
                background: #eee;
                line-height: 30px;
                padding: 0 5px;
                font-size: 12px;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #666;
                transition: all 0.3s;
                box-sizing: border-box
            }

                .pro_detail .detailist li p a:hover {
                    background: #f1b11a;
                    color: #fff
                }

    .pro_detail .detailist a.more {
        display: block;
        width: 200px;
        height: 35px;
        line-height: 35px;
        background: #f1b11a;
        color: #fff;
        margin: 30px auto 0;
        text-align: center;
        border-radius: 30px;
        transition: all 0.3s
    }

        .pro_detail .detailist a.more i {
            font-size: 16px;
            text-indent: -20px;
            opacity: 0;
            transition: all 0.3s
        }

        .pro_detail .detailist a.more:hover {
            box-shadow: 0 10px 20px #ccc
        }

            .pro_detail .detailist a.more:hover i {
                text-indent: 0;
                opacity: 1
            }

.pro_detail .hotpro {
    width: 25%;
    float: right;
    margin-top: 30px
}

    .pro_detail .hotpro h4 {
        font-size: 16px;
        color: #333
    }

    .pro_detail .hotpro .box {
        background: #fff;
        margin-left: 45px;
        padding: 30px
    }

        .pro_detail .hotpro .box li {
            margin-top: 10px;
            text-align: center
        }

            .pro_detail .hotpro .box li a {
                color: #666;
                font-size: 14px;
                line-height: 30px
            }

                .pro_detail .hotpro .box li a img {
                    display: block;
                    margin: 0 auto;
                    width: 100%
                }

                .pro_detail .hotpro .box li a:hover {
                    color: #f1b11a
                }

.brand {
    padding-top: 20px
}

    .brand .list li {
        float: left;
        width: 33.333333%;
        padding: 10px
    }

        .brand .list li a {
            display: block;
            border: 10px solid #FFF;
            padding: 30px;
            transition: all 0.3s
        }

        .brand .list li .pic {
            display: table;
            width: 100%
        }

            .brand .list li .pic span {
                display: table-cell;
                height: 130px;
                vertical-align: middle
            }

                .brand .list li .pic span img {
                    display: block;
                    max-width: 80%;
                    max-height: 85%;
                    vertical-align: middle;
                    margin: 0 auto;
                    transition: all 0.3s;
                    transform: scale(1)
                }

        .brand .list li a h2 {
            font-size: 16px;
            font-weight: 200;
            color: #333;
            text-align: center;
            margin-bottom: 15px
        }

        .brand .list li a p {
            font-size: 13px;
            color: #888;
            text-align: center;
            height: 44px;
            overflow: hidden;
            line-height: 22px
        }

        .brand .list li a:hover {
            border: 10px solid #206bd1
        }

            .brand .list li a:hover .pic span img {
                transform: scale(1.1)
            }

.brand_detail {
    padding-bottom: 0
}

    .brand_detail .intro {
        padding-bottom: 60px
    }

.intro .pic {
    width: 40%
}

    .intro .pic img {
        width: 100%
    }

.intro .txt {
    width: 60%;
    padding-left: 50px;
    line-height: 24px
}

    .intro .txt h2.tt {
        font-size: 32px;
        color: #333;
        font-weight: 200;
        margin: 30px 0
    }

.brand_detail .list {
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 130px
}

    .brand_detail .list h4.tt {
        font-size: 18px;
        line-height: 60px;
        position: relative;
        color: #333;
        text-align: center;
        margin-bottom: 20px
    }

        .brand_detail .list h4.tt:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #ddd;
            top: 50%;
            left: 0;
            z-index: 1
        }

        .brand_detail .list h4.tt span {
            padding: 0 30px;
            background: #f2f2f2;
            display: inline-block;
            position: relative;
            z-index: 5
        }

    .brand_detail .list li {
        box-sizing: border-box;
        width: 20%;
        padding: 10px;
        float: left
    }

        .brand_detail .list li .box {
            display: block;
            background: #f1f1f1;
            color: #666;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
        }

        .brand_detail .list li .pic {
            vertical-align: middle;
            width: 100%;
            height: 150px;
            overflow: hidden;
            background: #fff
        }

            .brand_detail .list li .pic span {
                display: table-cell;
                vertical-align: middle;
                height: 150px;
                overflow: hidden
            }

            .brand_detail .list li .pic img {
                display: block;
                margin: 0 auto;
                max-width: 100%;
                max-height: 100%
            }

        .brand_detail .list li p {
            height: 44px;
            line-height: 44px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-break: break-all;
            font-size: 14px;
            padding: 0 10px
        }

        .brand_detail .list li .box:hover {
            background: #206bd1;
            color: #fff
        }

.type {
    background: #f2f2f2
}

    .type .list {
        width: 1370px;
        margin: 0 auto
    }

        .type .list li {
            float: left;
            width: 50%;
            padding: 20px 35px
        }

            .type .list li .pic {
                display: block;
                float: left;
                width: 260px;
                height: 150px;
                background: #fff;
                border-radius: 10px;
                overflow: hidden;
                margin-right: 30px;
                transition: all 0.3s
            }

                .type .list li .pic div {
                    display: table;
                    width: 100%
                }

                    .type .list li .pic div span {
                        display: table-cell;
                        width: 100%;
                        height: 150px;
                        vertical-align: middle
                    }

                        .type .list li .pic div span img {
                            display: block;
                            vertical-align: middle;
                            margin: 0 auto;
                            max-width: 90%;
                            max-height: 90%;
                            transform: scale(1);
                            transition: all 0.5s
                        }

            .type .list li h3 {
                font-size: 18px;
                color: #206bd1;
                line-height: 40px;
                margin-top: 10px
            }

            .type .list li .more {
                display: inline-block;
                padding: 10px 30px;
                background: #206bd1;
                color: #fff;
                margin-top: 20px;
                border-radius: 5px;
                transition: all 0.3s
            }

                .type .list li .more i {
                    margin-left: 5px
                }

                .type .list li .more:hover {
                    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
                    background: #3e85e6
                }

            .type .list li .pic:hover {
                box-shadow: 0 10px 30px rgba(0,0,0,0.2)
            }

                .type .list li .pic:hover div span img {
                    transform: scale(1.1)
                }

.app {
    background: #f2f2f2
}

    .app .list {
        margin-top: 20px
    }

        .app .list li .box {
            padding: 10px
        }

            .app .list li .box .li1 {
                height: 401px;
                border-radius: 10px
            }

.app_detail .intro .pic {
    width: 30%;
    border-radius: 10px;
    overflow: hidden
}

.app_detail .intro .txt {
    width: 70%
}

.met-shownews-footer {
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 60px
}

    .met-shownews-footer ul.pager {
        border-top: 1px solid #f0f2f5;
        padding-top: 20px
    }

        .met-shownews-footer ul.pager li {
            display: inline
        }

            .met-shownews-footer ul.pager li > a, .met-shownews-footer ul.pager li > span {
                display: inline-block;
                padding: 10px 20px;
                color: #76838f;
                font-size: 14px;
                border: 1px solid #e4eaec;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                border-radius: 1000px;
            }

    .met-shownews-footer ul li a:hover {
        border: 1px solid #206bd1;
        background: #206bd1;
        color: #fff
    }

        .met-shownews-footer ul li a:hover span {
            color: #fff
        }

    .met-shownews-footer ul li.previous a {
        float: left;
        width: 45%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .met-shownews-footer ul li.next a {
        float: right;
        width: 45%;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.news {
    padding-top: 30px
}

    .news .list {
        margin-top: 30px
    }

.newsdetail .content {
    width: 75%;
    margin-top: 20px;
    padding-right: 110px
}

    .newsdetail .content h1.tt {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
        color: #333
    }

    .newsdetail .content .date {
        font-size: 12px;
        color: #999;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
        margin-bottom: 30px
    }

    .newsdetail .content .txt {
        font-size: 14px;
        line-height: 24px
    }

.newsdetail .list {
    width: 25%;
    margin-top: 20px
}

    .newsdetail .list h2 {
        font-size: 16px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        font-weight: 500;
        color: #333
    }

    .newsdetail .list li {
        padding: 20px 0;
        border-bottom: 1px dashed #ddd
    }

        .newsdetail .list li a {
            color: #333;
            font-size: 14px
        }

            .newsdetail .list li a h4 {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 8px;
                color: #333;
                transition: all 0.3s;
                -ms-transition: all 0.3s;
                font-weight: 500
            }

            .newsdetail .list li a:hover {
                color: #206bd1
            }

.contact h2.tt {
    text-align: center;
    font-size: 18px;
    font-weight: 200
}

.contact h1.tt1 {
    text-align: center;
    font-size: 42px;
    color: #206bd1;
    margin: 10px auto 50px
}

.contact li {
    float: left;
    width: 33.33333%;
    text-align: center;
    border-left: 1px solid #eee;
    padding: 30px;
    height: 138px
}

    .contact li:first-child {
        border-left: 0
    }

    .contact li span {
        display: block;
        text-align: center
    }

        .contact li span i {
            font-size: 36px;
            color: #ffae00
        }

    .contact li p {
        font-size: 16px;
        margin-top: 20px
    }

@media screen and (max-width:1200px) {
    .fw {
        width: auto;
        padding: 0 20px
    }

    .search-top {
        display: none
    }

    .phone_search {
        display: block
    }

    .fullSlide, .fullSlide .bd li, .fullSlide .bd li a {
        height: 380px
    }


    .about_in, .pro_in .list, .brand_in .list, .news_in .list, .app_in .list {
        width: 100%
    }

        .about_in .pic1 {
            width: 50%
        }

            .about_in .pic1 img {
                width: 100%
            }

        .about_in .txt {
            width: 65%;
            height: auto;
            padding-bottom: 130px
        }

    .brand_in .list, .app_in .list {
        overflow: hidden
    }

        .brand_in .list li {
            width: 25%
        }

    .ad_in .zc {
        width: 40%;
        left: 0
    }

    .app_in .list a.next {
        right: 0
    }

    .app_in .list a.prev {
        left: 0
    }

    .hz_in .list {
        width: 801px
    }

        .hz_in .list li {
            width: 25%
        }

            .hz_in .list li .box a {
                height: 150px
            }

                .hz_in .list li .box a .pic span {
                    height: 150px
                }


    .feed_in {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 30px
    }

        .feed_in .text1 {
            width: 20%
        }

        .feed_in .text2 {
            width: 35%
        }

        .feed_in .btn {
            width: 16%
        }

    .foot .list {
        width: 33.333333%;
        margin-right: 0;
        padding-right: 30px
    }

    .foot .bout {
        width: 33.33333%
    }

    .banner {
        height: 300px
    }

    .inner_bt {
        padding-bottom: 160px
    }

    .brand_detail {
        padding-bottom: 0
    }

    .about .pic {
        width: 49%
    }

    .about .txt {
        width: 51%;
        padding-left: 40px
    }

    .pro_detail .row .pic {
        width: 47%
    }

    .newsdetail {
        padding-top: 50px
    }
}

@media screen and (max-width:960px) {
    .head .fl .logo {
        display: none
    }

    .head .fl .logophone {
        display: block
    }

    .pro_in .list li {
        width: 33.33333%
    }

    .news_in .list li .pic {
        height: 187px
    }

    .app_in .list li {
        width: 25%
    }

    .pro_detail .hotpro .box {
        margin-left: 20px
    }

    .brand_detail .list li {
        width: 25%
    }

    .brand .list li a {
        border: 5px solid #fff;
        padding: 20px
    }

        .brand .list li a:hover {
            border: 5px solid #206bd1
        }

    .app .list li .box .li1 {
        height: 360px
    }

    .newsdetail .content {
        padding-right: 60px
    }
}

@media screen and (max-width:768px) {
    .head_nav, .head .fr {
        display: none
    }

    .head {
        position: relative
    }

        .head .fw .toggle {
            display: block;
            top: 50%;
            margin-top: -30px
        }

    .about_in .pic1, .about_in .txt {
        width: 100%
    }

    .about_in .pic1 {
        position: relative
    }

    .about_in {
        padding: 0;
        margin-top: 0;
        margin-bottom: 50px
    }

        .about_in .txt {
            padding: 56px 50px 150px 50px
        }

            .about_in .txt .btn.qq {
                left: 50px
            }

            .about_in .txt .btn.wx {
                left: 119px
            }

            .about_in .txt .btn.add {
                left: 188px
            }

    .pro_in .sublist {
        display: none
    }

    .pro_in .title_in {
        margin-bottom: 50px
    }

    .brand_in .list li, .app_in .list li {
        width: 33.333333%
    }

    .news_in .list li {
        width: 50%
    }

        .news_in .list li .pic {
            height: 237px
        }

    .hz_in .list {
        width: 600px
    }

        .hz_in .list li {
            width: 33.33333%
        }

            .hz_in .list li .box a, .hz_in .list li .box a .pic span {
                height: 150px
            }

    .feed_in .text1 {
        padding: 0 10px;
        margin-right: 10px
    }

    .about .pic {
        width: 100%
    }

    .about .txt {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }

    .pro_detail .row .pic, .pro_detail .row .txt {
        width: 100%
    }

    .pro_detail .row .pic {
        border: 0
    }

    .pro_detail .row .txt {
        margin-top: 40px
    }

    .pro_detail .fw1 {
        padding: 0
    }

    .pro_detail .detail {
        width: 100%;
        padding: 20px
    }

    .pro_detail .hotpro {
        display: none
    }

    .pro_detail .row .txt h1 {
        font-size: 26px
    }

    .brand .list li {
        width: 50%
    }

    .brand_detail .list li {
        width: 33.333333%
    }

    .newsdetail .content {
        width: 100%;
        padding-right: 0
    }

    .newsdetail .list {
        width: 100%
    }

    .foot_info_met_11_3_22_bottom {
        display: block;
    }
}

@media screen and (max-width:628px) {
    .head .fl img {
        width: 80%
    }

    .ad_in {
        padding: 0 10px
    }

        .ad_in .tt {
            width: 90%
        }

    .title_in h2 {
        font-size: 38px
    }

    .title_in p {
        font-size: 14px
    }

    .news_in .list li {
        width: 100%
    }

    .news_in .list {
        margin: 30px auto
    }

    .app_in .list li {
        width: 50%
    }

    .hz_in .list {
        width: 480px
    }

        .hz_in .list li {
            width: 50%
        }

            .hz_in .list li .box a, .hz_in .list li .box a .pic span {
                height: 190px
            }

    .feed_in h4 {
        text-align: center
    }

    .feed_in .text1 {
        width: 100%;
        margin-bottom: 10px
    }

    .feed_in .text2 {
        width: 100%;
        height: 130px;
        border-radius: 10px
    }

    .feed_in .btn1 {
        width: 100%
    }

    .foot {
        padding-top: 0
    }

    .feed_in {
        position: relative
    }

    .foot .list {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px
    }

    .foot .bout {
        width: 100%
    }

    .pro_in .list li {
        width: 50%
    }

    .pro_detail .detailist li {
        width: 33.33333%
    }

    .brand_detail .intro .pic, .brand_detail .intro .txt {
        width: 100%
    }

    .brand_detail .intro .txt {
        padding-left: 0
    }

    .brand_detail .list li {
        width: 50%
    }

    .brand .list li .pic span {
        height: 90px
    }

    .brand .list li {
        padding: 0
    }

    .brand .list {
        padding: 0
    }

    .app_detail .intro .txt {
        padding-left: 30px
    }

    .contact li {
        width: 100%;
        float: none;
        border-left: 0;
        border-top: 1px solid #eee
    }
}

@media screen and (max-width:580px) {
    .copyright {
        height: auto;
        line-height: 26px;
        padding: 10px 0
    }

        .copyright .fr, .copyright .fl {
            float: none
        }

    .footnav {
        display: block
    }

    #rightArrow {
        display: none;
    }

    #floatDivBoxs {
        display: none;
    }

    .copyright {
        margin-bottom: 58px;
    }
}

@media screen and (max-width:480px) {
    .topline .fl {
        display: none
    }

    .topline .fr {
        text-align: center;
        width: 100%
    }

    .fw {
        padding: 0 10px
    }

    .head .fw .toggle {
        right: 10px
    }

    .fullSlide, .fullSlide .bd li, .fullSlide .bd li a {
        height: 130px
    }

    .about_in .txt {
        padding: 20px 20px 130px
    }

        .about_in .txt .btn.qq {
            left: 20px
        }

        .about_in .txt .btn.wx {
            left: 89px
        }

        .about_in .txt .btn.add {
            left: 158px
        }

    .pro_in .list li {
        margin-bottom: 2px
    }

        .pro_in .list li .box {
            padding: 0 1px
        }

        .pro_in .list li a .pic span {
            height: 150px
        }

    .brand_in .list li {
        width: 50%
    }

    .brand_in .list {
        padding-left: 40px
    }

    .news_in {
        padding-bottom: 1px
    }

        .news_in .list li {
            padding: 5px
        }

    .app_in {
        padding-bottom: 50px
    }

    .hz_in {
        padding-top: 50px
    }

    .app_in .list li .box .li1 {
        height: 350px
    }

    .ad_in p {
        font-size: 18px
    }

        .ad_in p b {
            font-size: 38px;
            display: block;
            color: #f89800
        }

    .sublist li {
        margin: 0 5px
    }

        .sublist li a {
            padding: 8px 10px
        }

    .hz_in .list {
        width: 359px
    }

        .hz_in .list li .box {
            padding: 0 10px 20px 10px
        }

            .hz_in .list li .box a, .hz_in .list li .box a .pic span {
                height: 159px
            }

    .ad_in .btn a {
        margin: 0 10px
    }

    .feed_in {
        padding: 30px 10px
    }

    .pro_in {
        padding-bottom: 10px
    }

    .brand_in {
        margin-top: 40px
    }

    .inner_bt {
        padding-bottom: 130px
    }

    .brand_detail {
        padding-bottom: 0
    }

    .pro_detail .detailist li {
        width: 50%
    }

        .pro_detail .detailist li p {
            padding: 0 5px
        }

    .brand_detail .list li {
        padding: 2px
    }

    .app .list li .box {
        padding: 2px
    }

    .app_detail .intro .pic {
        display: none
    }

    .app_detail .intro .txt {
        width: 100%;
        padding-left: 0
    }

    .newsdetail {
        padding-top: 30px
    }
}

.lightboxbg {
    position: fixed;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.lightbox {
    width: 208px;
    background: #fff;
    position: fixed;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    z-index: 99991;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    display: none
}

    .lightbox img {
        display: block;
        margin: 5px auto 0;
        width: 100%
    }

    .lightbox a {
        display: block;
        color: #f6032c;
        font-size: 14px
    }
