

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    min-width: 1200px;
}

body {
    font-family: "Arial","Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    background: #fff;
    color: #666;
    font-size: 14px;
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
}

ul {
    list-style: none;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
}

input, select, textarea, button {
    font-family: "Arial","Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    border: 0px none;
    outline: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input:focus {
    outline: none;
}

input[type=button] {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

    input[type=button]:focus, textarea:focus {
        outline: none;
    }

@font-face {
    font-family: 'en';
    src: url('../font/en.eot');
    src: url('../font/en.eot') format('embedded-opentype'), url('https://www.beewave.cn/skin/fonts/en.woff2') format('woff2'), url('../font/en.woff') format('woff'), url('../font/en.ttf') format('truetype'), url('../font/en.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-en {
    font-family: 'en';
}

.clearfix {
    *zoom: 1;
}

    .clearfix::before {
        display: table;
        content: "";
    }

    .clearfix::after {
        clear: both;
        display: block;
        content: "";
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mAuto {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.overHidden {
    overflow: hidden;
}

.textHidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

.mt60 {
    margin-top: 60px
}

.mt65 {
    margin-top: 65px
}

.mt70 {
    margin-top: 70px
}

.mt75 {
    margin-top: 75px
}

.mt80 {
    margin-top: 80px
}

.mt85 {
    margin-top: 85px
}

.mt90 {
    margin-top: 90px
}

.mt95 {
    margin-top: 95px
}

.mt100 {
    margin-top: 100px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.mr55 {
    margin-right: 55px
}

.mr60 {
    margin-right: 60px
}

.mr65 {
    margin-right: 65px
}

.mr70 {
    margin-right: 70px
}

.mr75 {
    margin-right: 75px
}

.mr80 {
    margin-right: 80px
}

.mr85 {
    margin-right: 85px
}

.mr90 {
    margin-right: 90px
}

.mr95 {
    margin-right: 95px
}

.mr100 {
    margin-right: 100px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px
}

.mb80 {
    margin-bottom: 80px
}

.mb85 {
    margin-bottom: 85px
}

.mb90 {
    margin-bottom: 90px
}

.mb95 {
    margin-bottom: 95px
}

.mb100 {
    margin-bottom: 100px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.ml55 {
    margin-left: 55px
}

.ml60 {
    margin-left: 60px
}

.ml65 {
    margin-left: 65px
}

.ml70 {
    margin-left: 70px
}

.ml75 {
    margin-left: 75px
}

.ml80 {
    margin-left: 80px
}

.ml85 {
    margin-left: 85px
}

.ml90 {
    margin-left: 90px
}

.ml95 {
    margin-left: 95px
}

.ml100 {
    margin-left: 100px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pt55 {
    padding-top: 55px
}

.pt60 {
    padding-top: 60px
}

.pt65 {
    padding-top: 65px
}

.pt70 {
    padding-top: 70px
}

.pt75 {
    padding-top: 75px
}

.pt80 {
    padding-top: 80px
}

.pt85 {
    padding-top: 85px
}

.pt90 {
    padding-top: 90px
}

.pt95 {
    padding-top: 95px
}

.pt100 {
    padding-top: 100px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.pr55 {
    padding-right: 55px
}

.pr60 {
    padding-right: 60px
}

.pr65 {
    padding-right: 65px
}

.pr70 {
    padding-right: 70px
}

.pr75 {
    padding-right: 75px
}

.pr80 {
    padding-right: 80px
}

.pr85 {
    padding-right: 85px
}

.pr90 {
    padding-right: 90px
}

.pr95 {
    padding-right: 95px
}

.pr100 {
    padding-right: 100px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pb55 {
    padding-bottom: 55px
}

.pb60 {
    padding-bottom: 60px
}

.pb65 {
    padding-bottom: 65px
}

.pb70 {
    padding-bottom: 70px
}

.pb75 {
    padding-bottom: 75px
}

.pb80 {
    padding-bottom: 80px
}

.pb85 {
    padding-bottom: 85px
}

.pb90 {
    padding-bottom: 90px
}

.pb95 {
    padding-bottom: 95px
}

.pb100 {
    padding-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.pl55 {
    padding-left: 55px
}

.pl60 {
    padding-left: 60px
}

.pl65 {
    padding-left: 65px
}

.pl70 {
    padding-left: 70px
}

.pl75 {
    padding-left: 75px
}

.pl80 {
    padding-left: 80px
}

.pl85 {
    padding-left: 85px
}

.pl90 {
    padding-left: 90px
}

.pl95 {
    padding-left: 95px
}

.pl100 {
    padding-left: 100px
}

.tran300 {
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
}

.tran500 {
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}

.tran800 {
    transition: 800ms ease-out;
    -webkit-transition: 800ms ease-out;
    -ms-transition: 800ms ease-out;
    -moz-transition: 800ms ease-out;
    -o-transition: 800ms ease-out;
}

.tran1000 {
    transition: 1000ms ease-out;
    -webkit-transition: 1000ms ease-out;
    -ms-transition: 1000ms ease-out;
    -moz-transition: 1000ms ease-out;
    -o-transition: 1000ms ease-out;
}

.bgColor {
    background: -webkit-linear-gradient(top, #84d5e9, #0d5de1); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #84d5e9, #0d5de1); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #84d5e9, #0d5de1); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, #84d5e9, #0d5de1); /* 标准的语法（必须放在最后） */
}

.uptext {
    text-transform: uppercase;
}

.playIcon {
    display: block;
    width: 35px;
    height: 40px;
    background: url(../image/play-icon.png) no-repeat center center/cover;
    cursor: pointer;
}

.page-left {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/page-left-b.png) no-repeat center center;
    cursor: pointer;
}

.page-right {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/page-right-b.png) no-repeat center center;
    cursor: pointer;
}

.download {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(../image/download.png) no-repeat center center/cover;
}

.zan {
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(../image/zan.png) no-repeat center center/cover;
}

    .zan.active {
        display: inline-block;
        width: 13px;
        height: 12px;
        background: url(../image/zan-on.png) no-repeat center center/cover;
    }

.page {
    margin: 30px 0 110px;
}

    .page ul li {
        margin: 0 3px;
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        text-align: center;
        display: inline-block;
        line-height: 38px;
        cursor: pointer;
        position: relative;
    }

        .page ul li i {
            vertical-align: middle;
        }

        .page ul li:hover, .page ul li:hover a {
            border-color: #1998f3;
            color: #1998f3;
        }

    .page ul {
        width: 100%;
        text-align: center;
    }

        .page ul li.active {
            background: #1998f3;
            border-color: #1998f3;
        }

            .page ul li.active:hover {
                border: 1px solid #1998f3;
            }

            .page ul li.active a {
                color: #fff;
            }

        .page ul li.not-more:hover {
            background: #f7f7f7;
            border-color: #ddd;
            cursor: not-allowed;
        }

        .page ul li.not-more a:hover {
            cursor: not-allowed;
        }

        .page ul li.not-more {
            background: #f7f7f7;
        }

            .page ul li.not-more a {
                opacity: .5;
            }

    .page li:hover .page-right {
        background-image: url(../image/page-right-w.png);
    }

    .page li:hover .page-right {
        background-image: url(../image/page-right-w.png);
    }

    .page li.not-more:hover .page-right {
        background-image: url(../image/page-right-b.png);
    }

    .page li.not-more:hover .page-right {
        background-image: url(../image/page-right-b.png);
    }





/*头部样式*/
.header .logo img {
    
    vertical-align: middle;
    margin-top: 20px;
    float:left;
}

    

.header.active .fl .logo img {
    display: none;
}

    .header.active .fl .logo img.logo-b {
        display: inline-block;
    }

.header.active {
    top: 0;
}
    /*.header.active01 {
    background: #fff;}
.header.active02 {
    background: #fff;
}*/
    /*.header.active nav ul li:hover a,.header.active01 nav ul li:hover a {
    color: #333;
}*/
    .header.active nav ul li a, .header.active01 nav ul li a {
        color: #666;
        display: inline-block;
        height: 100%;
    }

    .header.active .fl .logo i, .header.active01 .fl .logo i {
        background: url(../image/logo.png) no-repeat left top !important;
    }

    .header.active .fr .search i, .header.active01 .fr .search i {
        background-image: url(../image/search-icon.png) !important;
    }

    .header.active .fr .user i, .header.active01 .fr .user i {
        background-image: url(../image/header-icon.png) !important;
    }
/*.header:hover{background: #fff;}*/

.w1200-nav{
    margin-left:60px;
}

.header {
    z-index: 99;
    height: 73px;
    width: 100%;
    background: #fff;
    line-height: 72px;
    position: fixed;
    left: 0;
    top: 0;
}

    .header > .w1200 {
        position: relative;
        /* padding-left: 130px; */
    }

    .header .fl, .header .fr {
        height: 73px;
    }

        .header .fl .logo, .header nav {
            display: inline-block;
        }

        .header .fl .logo {
            line-height: auto;
            position: absolute;
            left: 0;
            top: 0;
        }

            .header .fl .logo i {
                width: 76px;
                height: 28px;
                display: inline-block;
                line-height: 72px;
                vertical-align: middle;
                margin-top: -10px;
            }

.header {
    border-bottom: 1px solid rgba(0,0,0,0)
}

    .header:hover {
        border-bottom-color: #ccc;
    }

    .header nav ul li {
        float: left;
    }

        .header nav ul li:hover {
            border-bottom: 1px solid #333;
        }

        .header nav ul li a {
            font-size: 15px;
            color: #fff;
            padding: 0 22px;
            display: inline-block;
            height: 100%;
        }

    .header nav .product-nav .dropdown {
        display: none;
        position: fixed;
        left: 0;
        top: 73px;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 45px 0;
    }

        .header nav .product-nav .dropdown .w1200 {
            position: relative;
        }

            .header nav .product-nav .dropdown .w1200 > div {
                height: 55px;
                line-height: 55px;
                width: 255px;
                padding-right: 10px;
            }

                .header nav .product-nav .dropdown .w1200 > div:hover .product-nav-select {
                    display: block;
                }

            .header nav .product-nav .dropdown .w1200 a {
                padding: 0;
                display: inline-block;
                height: 100%;
            }

                .header nav .product-nav .dropdown .w1200 div > a:hover, .header nav .product-nav .dropdown .w1200 a.active {
                    border-bottom: 2px solid #1493ee;
                    color: #000;
                    padding-bottom: 10px;
                }

            .header nav .product-nav .dropdown .w1200 .product-nav-select {
                display: none;
                position: absolute;
                left: 225px;
                top: 0px;
                width: 965px;
                height: 375px;
            }

                .header nav .product-nav .dropdown .w1200 .product-nav-select .left {
                    width: 373px;
                    height: 373px;
                    position: relative;
                    background: #f5f6f8;
                }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left:hover .more-info {
                        opacity: 1;
                        color: #fff;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left .more-info {
                        opacity: 0;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left .more-info {
                        color: #fff;
                    }

                        .header nav .product-nav .dropdown .w1200 .product-nav-select .left .more-info a {
                            width: 100%;
                            position: relative;
                        }

                            .header nav .product-nav .dropdown .w1200 .product-nav-select .left .more-info a:hover {
                                border: none;
                            }

                            .header nav .product-nav .dropdown .w1200 .product-nav-select .left .more-info a span {
                                color: #fff;
                                position: absolute;
                                left: 0;
                                top: 0;
                                right: 0;
                                bottom: 0;
                                margin: auto;
                                width: 300px;
                                height: 50px;
                                text-align: center;
                                display: inline-block;
                            }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left img {
                        position: absolute;
                        left: 0;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                        height: 236px;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left:hover img {
                        -ms-transform: translateZ(0) scale(1.1);
                        -webkit-transform: translateZ(0) scale(1.1);
                        -moz-transform: translateZ(0) scale(1.1);
                        -o-transform: translateZ(0) scale(1.1);
                        transform: translateZ(0) scale(1.1);
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left img {
                        -moz-transition: all .3s;
                        -ms-transition: all .3s;
                        -webkit-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .left p {
                        height: 55px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        text-align: center;
                    }

                .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list {
                    float: left;
                    width: 177px;
                    height: 177px;
                    background: #f5f6f8;
                    margin-left: 20px;
                    position: relative;
                }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list .more-info {
                        opacity: 0;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list:hover .more-info {
                        opacity: 1;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list .more-info a {
                        width: 100%;
                        height: 100%;
                    }

                        .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list .more-info a span {
                            color: #fff;
                            position: absolute;
                            left: 0;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            margin: auto;
                            width: 175px;
                            height: 50px;
                            text-align: center;
                            display: inline-block;
                        }

                        .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list .more-info a:hover {
                            border: none;
                        }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list:hover img {
                        -ms-transform: translateZ(0) scale(1.1);
                        -webkit-transform: translateZ(0) scale(1.1);
                        -moz-transform: translateZ(0) scale(1.1);
                        -o-transform: translateZ(0) scale(1.1);
                        transform: translateZ(0) scale(1.1);
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list img {
                        position: absolute;
                        left: 0;
                        top: -20px;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                        height: 80px;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s;
                        -webkit-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                    }

                    .header nav .product-nav .dropdown .w1200 .product-nav-select .right .img-list p {
                        font-size: 12px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        text-align: center;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                .header nav .product-nav .dropdown .w1200 .product-nav-select .right .top {
                    margin-bottom: 20px;
                }

    .header .fr .store:hover {
        background-color: #36a9fa;
    }

    .header .fr .store {
        display: inline-block;
        width: 67px;
        height: 30px;
        background: #1a99f4;
        border-radius: 2px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        margin-right: 35px;
    }

    .header .fr .search {
        display: inline-block;
    }

        .header .fr .search input {
            width: 0px;
            height: 20px;
            border-radius: 20px;
            padding: 0px;
        }

            .header .fr .search input.active {
                width: 150px;
                padding: 0 10px;
            }

        .header .fr .search i {
            display: inline-block;
            width: 18px;
            height: 19px;
            cursor: pointer;
            vertical-align: middle;
            margin-left: 5px;
        }

    .header .fr .user {
        position: relative;
        cursor: pointer;
        display: inline-block;
        width: 80px;
        height: 100%;
    }

        .header .fr .user:hover .slide {
            height: 40px;
            opacity: 1;
            top: 81px
        }

        .header .fr .user .slide {
            position: absolute;
            width: 90px;
            height: 0px;
            left: 0px;
            top: -30px;
            background: #fff;
            opacity: 0;
        }

            .header .fr .user .slide .login:after {
                content: "";
                border: 10px solid rgba(0,0,0,0);
                display: block;
                border-bottom-color: #fff;
                width: 0px;
                position: absolute;
                top: -19px;
                left: 50%;
                margin-left: -10px;
            }

    .header .fr .login-on i {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin-left: 20px;
    }


    /*.header .fr .user .slide .login:before{content: "";border:8px solid rgba(0,0,0,0);display: block;border-bottom-color: #fff;width: 0px;position: absolute;top: -14px;left: 50%;margin-left:-8px; z-index: 1;}
*/
    .header .fr .user .slide a {
        display: block;
        width: 100%;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 12px;
    }

        .header .fr .user .slide a.login:hover:after {
            border-bottom-color: #dedede;
        }

        .header .fr .user .slide a:hover {
            background: #dedede;
            border-color: red
        }

    .header .fr .user i {
        display: inline-block;
        width: 18px;
        height: 20px;
        vertical-align: middle;
        margin-left: 35px;
    }

.search-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

    .search-pop .box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 73px;
        background: #fff;
    }

    .search-pop .w1200 {
        padding-left: 0;
    }

    .search-pop .logo img {
        margin-top: 18px;
    }

    .search-pop .search {
        margin-left: 250px;
    }

        .search-pop .search img {
            opacity: 0;
            vertical-align: middle;
            -moz-transform: translateX(50px);
            -webkit-transform: translateX(50px);
            -moz-transform: translateX(50px);
            -o-transform: translateX(50px);
            transform: translateX(50px);
        }

        .search-pop .search input {
            opacity: 0;
            -moz-transform: translateX(340px);
            -ms-transform: translateX(340px);
            -webkit-transform: translateX(340px);
            -o-transform: translateX(340px);
            transform: translateX(340px);
            font-size: 16px;
            padding-left: 20px;
            width: 500px;
            height: 100%;
        }

        .search-pop .search.active input {
            opacity: 1;
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .search-pop .search.active img {
            opacity: 1;
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    .search-pop .close {
        cursor: pointer;
        width: 14px;
        height: 14px;
    }

.login-on {
    position: relative;
}

    .login-on .cart-box-big {
        display: none;
    }

    .login-on .cart-box-icon {
        width: 18px;
        height: 13px;
        background: url(https://www.beewave.cn/skin/css/skin/images/cart-box-icon.png) no-repeat left top;
        position: absolute;
        top: 5px;
        right: -172px;
        z-index: 1000;
    }

    .login-on .cart-box {
        width: 238px;
        padding: 0px 20px;
        border: 1px solid #ddd;
        position: absolute;
        background: #fff;
        top: 15px;
        z-index: 999;
        left: -50px;
    }

        .login-on .cart-box .cart-text {
            height: 98px;
            line-height: 98px;
            text-align: center;
            font-size: 16px;
        }

        .login-on .cart-box a.cart-check {
            width: 240px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            color: #fff;
            font-size: 14px;
            background: #0c7ed6;
        }

        .login-on .cart-box a.cart-list {
            height: 49px;
            line-height: 49px;
            border-bottom: 1px solid #ddd;
            display: block;
            text-indent: 37px;
            color: #0c7ed6;
            font-size: 14px;
        }

        .login-on .cart-box a.cart-list-1 {
            background: url(../image/cart-icon1.png) no-repeat 7px 15px;
        }

        .login-on .cart-box a.cart-list-2 {
            background: url(../image/cart-icon2.png) no-repeat 7px 17px;
        }

        .login-on .cart-box a.cart-list-3 {
            background: url(../image/cart-icon3.png) no-repeat 7px 15px;
        }

        .login-on .cart-box a.cart-list-4 {
            background: url(../image/cart-icon4.png) no-repeat 7px 17px;
        }
/*新增下拉菜单*/
.header nav ul li {
    position: relative;
}

    .header nav ul li:hover .add-navList {
        height: 340px;
        transition: 100ms ease-out;
        -webkit-transition: 100ms ease-out;
        -ms-transition: 100ms ease-out;
        -moz-transition: 100ms ease-out;
        -o-transition: 100ms ease-out;
    }

    .header nav ul li:hover .fwyzc {
        height: 200px !important;
    }
    .header nav ul li:hover .zshz {
        height: 0px !important;
    }
    .header nav ul li:hover .gywm {
        height: 200px !important;
    }

.add-navList {
    position: absolute;
    left: -20px;
    top: 73px;
    background: #fff;
    width: 160px;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.header nav ul li:hover .add-navList.community {
    height: 290px;
}

.header nav ul li .add-navList a {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    text-align: center;
}

.header nav ul li .add-navList div:hover {
    background-color: #EBEFF2;
}

.header nav ul li .add-navList div {
    height: 50px;
    line-height: 50px;
}

.header nav ul li .add-navList.support-nav {
    width: 120px;
    left: -10px;
}

.header nav ul li .add-navList.about-nav {
    left: -40px;
}

.header nav ul li:hover .add-navList.support-nav {
    height: 350px;
    width: 120px;
}

.header nav ul li:hover .add-navList.about-nav {
    height: 250px;
}

.header nav ul li:hover .add-navList.community {
    height: 250px;
}



/*底部样式*/
.footer {
    background: #262626;
    height: 540px;
    padding-top: 50px;
    overflow: hidden;
}

    .footer .left {
        width: 800px;
    }

        .footer .left .list {
            float: left;
            width: 25%;
        }

    .footer .footer-top .tit a {
        color: #fff;
        display: inline-block;
        margin-bottom: 20px;
    }

    .footer .footer-top ul li a {
        font-size: 12px;
        color: #8b8b8b;
        line-height: 34px;
    }

        .footer .footer-top ul li a:hover {
            color: #fff;
        }

    .footer .right {
        text-align: right;
    }

        .footer .right h4 {
            color: #fff;
        }

        .footer .right p {
            font-size: 12px;
            color: #8b8b8b;
            margin: 25px 0 15px;
        }

        .footer .right .input {
            width: 240px;
            height: 30px;
            border: 1px solid #6b6b6b;
            position: relative;
        }

            .footer .right .input input {
                height: 100%;
                width: 210px;
                background: #262626;
                position: absolute;
                left: 0;
                top: 0;
                padding: 10px;
                color: #8b8b8b;
            }

            .footer .right .input b {
                display: block;
                width: 30px;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                background-color: #6b6b6b !important;
                background-size: 7px 12px !important;
            }

.footer-middle {
    margin-top: 70px;
    margin-bottom: 20px;
}

    .footer-middle .fl img {
        width: 55px;
        height: 22px;
    }

    .footer-middle .fl a {
        color: #fff;
        margin-left: 30px;
    }

    .footer-middle .fr img {
        vertical-align: middle;
        margin-left: 15px;
        max-width: 19px;
        max-height: 18px;
    }

    .footer-middle .fr {
        margin-top: 5px;
    }


.copy {
    height: 100px;
    border-top: 1px solid #3c3c3c;
    font-size: 12px;
    padding-top: 25px;
    line-height: 24px;
    color: #676767;
}

    .copy a:hover {
        color: #fff;
    }

    .copy .fr {
        width: 160px;
        text-align: right;
        cursor: pointer;
        position: relative;
    }

        .copy .fr ul {
            display: none;
            background-color: #333;
            width: 100%;
            text-align: center;
            position: absolute;
            top: -30px;
        }

            .copy .fr ul li {
                line-height: 26px;
            }

                .copy .fr ul li a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                }

                .copy .fr ul li:hover {
                    background-color: #000;
                    color: #fff;
                }

        .copy .fr img {
            vertical-align: middle;
            width: 16px;
        }

            .copy .fr img.top {
                opacity: .4;
                width: 14px;
            }

        .copy .fr span {
            padding: 0 10px;
        }

/*侧边栏*/
.aside {
    position: fixed;
    right: 0;
    bottom: 280px;
    z-index: 99;
}

    .aside ul li {
        width: 50px;
        height: 50px;
        background: #333333;
        margin-top: 4px;
        position: relative;
        cursor: pointer;
    }

        .aside ul li.return-top {
            opacity: 0;
        }

        .aside ul li:hover {
            background: #0076e1;
        }

        .aside ul li b {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-size: 24px auto !important;
        }

/**在线沟通*/
#livechat-compact-container {
    display: none !important;
}


/*导航banner*/
.position-banner {
    height: 180px;
    background: #eceef1;
    margin-top: 73px;
    color: #999;
    padding-top: 60px;
}

    .position-banner .position h3 {
        font-size: 30px;
        color: #1d9cf7;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .position-banner .position div a {
        color: #999;
    }

        .position-banner .position div a:hover {
            color: #1d9cf7;
        }

/*视频弹窗*/
.video-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 100;
}

    .video-pop .box {
        width: 870px;
        height: 640px;
        position: relative;
        margin: 0 auto;
        z-index: 999;
        top: 50%;
        margin-top: -320px;
    }

/*右下角弹窗*/
.mailbox .box {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.mailbox .tit {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 240px;
    height: 50px;
    background: #249df3;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.mailbox .content {
    display: none;
    width: 540px;
    height: 255px;
    background: #fff;
}

    .mailbox .content .close {
        display: inline-block;
        width: 37px;
        height: 37px;
        border-radius: 100%;
        background-color: #fff;
        text-align: center;
        line-height: 37px;
        position: absolute;
        left: -20px;
        top: -20px;
        cursor: pointer;
        -moz-box-shadow: 2px 2px 5px 0px #dedede;
        -ms-box-shadow: 2px 2px 5px 0px #dedede;
        -webkit-box-shadow: 2px 2px 5px 0px #dedede;
        -o-box-shadow: 2px 2px 5px 0px #dedede;
        box-shadow: 2px 2px 5px 0px #dedede;
    }

        .mailbox .content .close img {
            vertical-align: middle;
        }

    .mailbox .content .fr, .mailbox .content .fl {
        width: 270px;
        height: 100%;
        height: 255px;
    }

        .mailbox .content .fr img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .mailbox .content .fl {
        padding: 10px 20px;
    }

        .mailbox .content .fl h4 {
            color: #333;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .mailbox .content .fl .text {
            font-size: 12px;
            color: #666;
        }

        .mailbox .content .fl .input {
            position: relative;
            width: 230px;
            height: 30px;
            border: 1px solid #ddd;
            line-height: 28px;
            margin: 10px 0;
        }

            .mailbox .content .fl .input input {
                width: 200px;
                padding: 10px;
                height: 25px;
            }

            .mailbox .content .fl .input b {
                display: block;
                width: 28px;
                height: 28px;
                background-color: #6b6b6b !important;
                position: absolute;
                right: 0;
                top: 0;
                background-size: 10px 14px !important;
            }

        .mailbox .content .fl p {
            font-size: 12px;
            color: #ccc;
            line-height: 18px;
            text-align: justify;
        }


/*产品详情购买弹窗*/
.product-pop .pos {
    position: relative;
}

.product-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}

    .product-pop .box {
        width: 960px;
        height: 420px;
        text-align: center;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -480px;
        margin-top: -210px;
    }

        .product-pop .box .close {
            cursor: pointer;
            position: absolute;
            right: 30px;
            top: 30px;
            width: 30px;
            height: 30px;
        }

        .product-pop .box .top img {
            width: 60px;
            height: 60px;
            margin-top: 100px;
        }

        .product-pop .box .top p {
            font-size: 24px;
            color: #44a8f2;
            margin: 20px 0 50px;
        }

        .product-pop .box .bottom {
            width: 600px;
            margin: 0 auto;
            border-top: 1px solid #ddd;
            padding-top: 40px;
        }

            .product-pop .box .bottom a {
                border-radius: 4px;
                width: 290px;
                height: 45px;
                border: 1px solid #44a8f2;
                color: #44a8f2;
                line-height: 43px;
            }

                .product-pop .box .bottom a:hover {
                    -moz-box-shadow: 0 0 10px 2px #dedede;
                    -ms-box-shadow: 0 0 10px 2px #dedede;
                    -webkit-box-shadow: 0 0 10px 2px #dedede;
                    -o-box-shadow: 0 0 10px 2px #dedede;
                    box-shadow: 0 0 10px 2px #dedede;
                }

                .product-pop .box .bottom a:last-child {
                    background-color: #44a8f2;
                    color: #fff;
                }
/*侧边栏弹窗*/
.message-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
}

    .message-pop .tit {
        font-size: 14px;
        color: #333;
        padding-bottom: 20px;
    }

    .message-pop .box {
        position: relative;
        font-size: 12px;
        color: #999;
        padding: 20px;
        width: 540px;
        height: 530px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -270px;
        top: 50%;
        margin-top: -265px;
    }

        .message-pop .box .input {
            margin-bottom: 10px;
        }

            .message-pop .box .input input {
                font-size: 12px;
                color: #999;
                width: 100%;
                height: 40px;
                border: 1px solid #ddd;
                padding: 0 10px;
            }

                .message-pop .box .input input:focus, .message-pop .box .input textarea:focus {
                    border-color: #4aa1ef;
                }

            .message-pop .box .input textarea {
                font-size: 12px;
                color: #999;
                width: 100%;
                height: 90px;
                border: 1px solid #ddd;
                resize: none;
                padding: 10px;
            }

            .message-pop .box .input.code input {
                width: 200px;
            }

            .message-pop .box .input.code img {
                vertical-align: middle;
                width: 100px;
                height: 42px;
                border: 1px solid #ddd;
                margin-left: 5px;
            }

        .message-pop .box .btn {
            text-align: center;
        }

            .message-pop .box .btn input {
                margin-top: 5px;
                margin-left: 18px;
                width: 120px;
                height: 40px;
                color: #fff;
                background-color: #00a6ff;
            }

    .message-pop .img {
        position: absolute;
        right: -15px;
        top: -15px;
        cursor: pointer;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        background-color: #fff;
        line-height: 36px;
        text-align: center;
        -moz-box-shadow: -2px 2px 5px 0px #dedede;
        -ms-box-shadow: -2px 2px 5px 0px #dedede;
        -webkit-box-shadow: -2px 2px 5px 0px #dedede;
        -o-box-shadow: -2px 2px 5px 0px #dedede;
        box-shadow: -2px 2px 5px 0px #dedede;
    }

        .message-pop .img img {
            vertical-align: middle;
        }

/*登录注册通用样式*/
.login-style {
    margin: 170px 0 100px;
}

    .login-style .logo img {
        width: 80px;
        height: 30px;
    }

    .login-style .login-style-box {
        width: 600px;
        background: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 75px 110px 130px;
    }

        .login-style .login-style-box .tit {
            font-size: 30px;
            color: #999;
            padding: 40px 0 60px;
        }

    .login-style .form .input {
        width: 300px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .login-style .form .input:last-child {
            margin-bottom: 0;
        }

        .login-style .form .input input {
            width: 100%;
            height: 45px;
            border: 1px solid #ddd;
            padding: 0 12px;
        }

            .login-style .form .input input[type="button"] {
                background: #4aa1ef;
                color: #fff;
                margin-top: 10px;
                padding-top: 0 !important;
            }

        .login-style .form .input i {
            position: absolute;
            color: #8e8e8e;
            font-style: normal;
            left: 12px;
            top: 14px;
            z-index: 1;
        }

        .login-style .form .input .error-info {
            color: #ff0000;
            display: block;
            text-align: left;
            padding: 5px 0 0 12px;
        }

        .login-style .form .input.code input {
            width: 190px;
        }

        .login-style .form .input.code img {
            width: 100px;
            height: 45px;
            border: 1px solid #ddd;
            vertical-align: middle;
        }

    .login-style .form input {
        z-index: 2;
        background: rgba(0,0,0,0);
        position: relative;
        font-size: 16px;
        color: #333;
        padding-top: 15px !important;
    }

    .login-style .form .input.active i {
        font-size: 12px;
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .login-style .form .input.error input {
        border-color: #ff0000;
    }

    .login-style .form .input.error i {
        color: #ff0000;
    }

    .login-style .form .input .error-info {
        color: #ff0000;
        display: none;
    }

/*slidey样式*/
.slide-pos {
    position: relative;
}

    .slide-pos .slide {
        height: 285px;
        overflow: auto !important;
    }

        .slide-pos .slide li.active {
            background: #aeaeae;
        }

            .slide-pos .slide li.active a {
                color: #fff;
            }

        .slide-pos .slide li {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            background: #f6f7f8;
            border-bottom: 1px solid #e8e8e8;
            padding: 0 10px;
        }

            .slide-pos .slide li a {
                width: 100%;
                height: 100%;
            }

    .slide-pos .slide {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        display: none;
        z-index: 2;
    }

    .slide-pos .slide-val.active img {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }


/*登录注册页面弹窗*/
.terms-conditions-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99;
}

    .terms-conditions-pop .box {
        width: 845px;
        height: 675px;
        background: #fff;
        position: fixed;
        left: 50%;
        margin-left: -422px;
        top: 50%;
        margin-top: -377px;
        padding: 30px;
    }

        .terms-conditions-pop .box .tit {
            font-size: 24px;
            color: #000;
        }

        .terms-conditions-pop .box .text {
            line-height: 24px;
            height: 550px;
            width: 100%;
            overflow: auto;
        }

        .terms-conditions-pop .box .close {
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            background: #fff;
            -moz-box-shadow: -2px 2px 5px 1px #efefef;
            -ms-box-shadow: -2px 2px 5px 1px #efefef;
            -webkit-box-shadow: -2px 2px 5px 1px #efefef;
            -o-box-shadow: -2px 2px 5px 1px #efefef;
            box-shadow: -2px 2px 5px 1px #efefef;
        }

            .terms-conditions-pop .box .close img {
                width: 12px;
                height: 12px;
            }

/*登录注册页面弹窗*/
.privacy-policy-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99;
}

    .privacy-policy-pop .box {
        width: 845px;
        height: 675px;
        background: #fff;
        position: fixed;
        left: 50%;
        margin-left: -422px;
        top: 50%;
        margin-top: -377px;
        padding: 30px;
    }

        .privacy-policy-pop .box .tit {
            font-size: 24px;
            color: #000;
        }

        .privacy-policy-pop .box .text {
            line-height: 24px;
            height: 550px;
            width: 100%;
            overflow: auto;
        }

        .privacy-policy-pop .box .close {
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            background: #fff;
            -moz-box-shadow: -2px 2px 5px 1px #efefef;
            -ms-box-shadow: -2px 2px 5px 1px #efefef;
            -webkit-box-shadow: -2px 2px 5px 1px #efefef;
            -o-box-shadow: -2px 2px 5px 1px #efefef;
            box-shadow: -2px 2px 5px 1px #efefef;
        }

            .privacy-policy-pop .box .close img {
                width: 12px;
                height: 12px;
            }


footer {
    background: #282e3d;
    color: #fff
}

    footer .contains {
        margin: 0 auto;
        max-width: 1200px;
    }

    footer .footer-slogen {
        padding: 30px 0;
        display: flex;
        justify-content: space-between
    }

        footer .footer-slogen .icon {
            width: 36px;
            height: 36px;
            border: 1px solid #fff;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px
        }

        footer .footer-slogen .item {
            display: flex;
            align-items: center
        }

            footer .footer-slogen .item:nth-child(1) .icon {
                background: url(../image/footer-icon-01.png) no-repeat center
            }

            footer .footer-slogen .item:nth-child(2) .icon {
                background: url(../image/footer-icon-02.png) no-repeat center
            }

            footer .footer-slogen .item:nth-child(3) .icon {
                background: url(../image/footer-icon-03.png) no-repeat center
            }

            footer .footer-slogen .item:nth-child(4) .icon {
                background: url(../image/footer-icon-04.png) no-repeat center
            }

.footer-bd {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex
}

    .footer-bd .item {
        padding: 40px 60px 50px;
        border-right: 1px solid rgba(255,255,255,0.1)
    }

        .footer-bd .item:nth-child(1) {
            padding-left: 0;
            flex: 1;
            display: flex
        }

            .footer-bd .item:nth-child(1) dl {
                margin-right: 14%
            }

        .footer-bd .item:last-child {
            border-right: 0
        }

    .footer-bd dt {
        margin-bottom: 15px
    }

    .footer-bd dd {
        color: rgba(255,255,255,0.3);
        font-size: 13px;
        line-height: 30px
    }

    .footer-bd a {
        color: rgba(255,255,255,0.3)
    }

        .footer-bd a:hover {
            color: #fff
        }

    .footer-bd .qrcode {
        width: 110px;
        height: 110px;
        background: #fff;
        padding: 6px;
        overflow: hidden
    }

        .footer-bd .qrcode img {
            display: block;
            width: 100%;
            height: 100%
        }

.footer-copyright {
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
    color: rgba(255,255,255,0.3);
    padding: 30px 10px
}

    .footer-copyright a {
        text-align: center;
        line-height: 1.2;
        font-size: 13px;
        color: rgba(255,255,255,0.3);
        padding: 30px 10px
    }

@media screen and (max-width: 1050px) {
    .footer-bd {
        flex-wrap: wrap
    }

        .footer-bd .item:nth-child(1), .footer-bd .item:nth-child(2) {
            flex: none;
            width: 50%;
            border-bottom: 1px solid rgba(255,255,255,0.1)
        }

        .footer-bd .item:nth-child(2) {
            border-right: 0
        }

        .footer-bd .item:last-child {
            flex: 1;
            width: 100%;
            text-align: center
        }

            .footer-bd .item:last-child .qrcode {
                margin: 0 auto
            }
}

@media screen and (max-width: 840px) {
    footer .footer-bd {
        display: block !important
    }

        footer .footer-bd .item {
            flex: 1 !important;
            width: 100% !important;
            border-right: 0 !important;
            padding: 20px 0 !important
        }
}

@media screen and (max-width: 480px) {
    footer .footer-slogen {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        font-size: 12px;
        padding: 20px 0
    }

        footer .footer-slogen .icon {
            width: 20px;
            height: 20px;
            margin-right: 10px
        }

    footer .footer-bd dd {
        font-size: 12px;
        line-height: 25px
    }

    footer .footer-copyright {
        font-size: 12px;
        padding: 20px 10px
    }
}


footer .contactBtnFixed {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    z-index: 80;
    right: 20px;
    bottom: 50px;
    background: #1773db url(../image/message.png) no-repeat center;
    background-size: 30px auto;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    cursor: pointer
}

/*   底部弹出层 */
#contactModal {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: none
}

.contactModal-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5)
}

.contactModal-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.contactModal-header {
    width: 100%;
    text-align: right
}

.contactModal-close {
    position: absolute;
    right: 0;
    top: -50px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../image/contact-clsoe.png) no-repeat center
}

.contactModal-box {
    width: 100%;
    max-width: 794px;
    height: 420px;
    background: #1773db;
    border-radius: 10px;
    position: relative
}

.contactModal-bd {
    height: 100%;
    padding: 0 60px
}

.contactModal-bd-header {
    height: 189px;
    border-bottom: 3px solid #fff;
    background: url(../image/contact-bg-01.png) no-repeat top right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff
}

    .contactModal-bd-header p {
        margin: 8px 0
    }

.contactModal-tips {
    display: none
}

.contactModal-way {
    float: left;
    margin-right: 40px
}

    .contactModal-way a {
        color: #fff
    }

    .contactModal-way dt {
        font-size: 18px;
        border-bottom: 1px solid rgba(255,255,255,0.8);
        padding: 38px 0 25px;
        display: flex;
        align-items: center;
        position: relative
    }

        .contactModal-way dt .btn {
            display: none
        }

    .contactModal-way dd {
        font-size: 14px;
        margin-top: 10px
    }

        .contactModal-way dd p {
            line-height: 1.6
        }

    .contactModal-way .icon {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-right: 15px
    }

    .contactModal-way.way-tel .icon {
        background: url(../image/contact-tel.png) no-repeat center
    }

    .contactModal-way.way-qq .icon {
        background: url(../image/contact-qq.png) no-repeat center
    }

    .contactModal-way.way-wx {
        float: right;
        margin-right: 0
    }

        .contactModal-way.way-wx dd {
            margin-top: 30px
        }

@media screen and (max-width: 690px) {
    .contactModal-tips {
        display: block;
        margin-top: 15px
    }

        .contactModal-tips p {
            line-height: 1.6
        }

        .contactModal-tips .number {
            color: #ffcd20
        }

    .contactModal-box {
        height: auto;
        max-height: 94%;
        font-size: 12px
    }

    .contactModal-close {
        top: -25px;
        width: 18px;
        height: 18px;
        background-size: 100%
    }

    .contactModal-bd {
        padding: 0 25px;
        padding-bottom: 15px;
        overflow-y: scroll
    }

    .contactModal-bd-header {
        height: 120px;
        background-size: auto 100%;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        padding-right: 125px
    }

        .contactModal-bd-header p {
            line-height: 1.4;
            margin: 0
        }

    .contactModal-way {
        float: none !important;
        width: 100%;
        margin: 0 0 10px 0
    }

        .contactModal-way dt {
            font-size: 14px;
            padding: 15px 0;
            border-bottom: 1px solid rgba(255,255,255,0.6)
        }

            .contactModal-way dt .btn {
                display: block;
                position: absolute;
                right: 0;
                border: 1px solid #fff;
                border-radius: 2px;
                padding: 5px 10px;
                font-size: 10px
            }

        .contactModal-way dd {
            font-size: 12px
        }

        .contactModal-way .icon {
            width: 20px;
            height: 20px;
            background-size: 100% !important;
            margin-right: 8px
        }

        .contactModal-way.way-wx img {
            display: block;
            max-width: 100%;
            margin: 0 auto
        }

        .contactModal-way.way-wx .txt {
            display: none
        }
}

.iotc-bottomFixed {
    display: none
}

    .iotc-bottomFixed:after {
        display: block;
        content: '';
        height: 60px
    }

.iotc-bottomFixed-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    font-size: 12px;
    background: #1773db;
    height: 60px
}

    .iotc-bottomFixed-box .item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-right: 1px solid rgba(255,255,255,0.4)
    }

        .iotc-bottomFixed-box .item:last-child {
            border-right: 0
        }

        .iotc-bottomFixed-box .item .icon {
            width: 20px;
            height: 20px;
            margin-bottom: 5px
        }

        .iotc-bottomFixed-box .item.qq .icon {
            background: url(../image/fixed-bottom-icon-qq.png) no-repeat top right;
            background-size: 100%
        }

        .iotc-bottomFixed-box .item.wx .icon {
            width: 25px;
            background: url(../image/fixed-bottom-icon-wx.png) no-repeat top right;
            background-size: 100%
        }

        .iotc-bottomFixed-box .item.tel .icon {
            background: url(../image/fixed-bottom-icon-tel.png) no-repeat top right;
            background-size: 100%
        }

@media screen and (max-width: 690px) {
    .iotc-bottomFixed {
        display: block
    }
}

/*产品详情*/

.pro-ar-right-tit {
    font-size: 30px;
    color: #2d2d2d;
    font-weight: bold;
}

.pro-ar-right-sub-tit {
    font-size: 20px;
    margin-top: 17px;
}

.bzby-text {
    font-size: 16px;
    margin-top: 15px
}

.ysfl {
    line-height: 32px;
}

    .ysfl .dt {
        float: left;
        color: #999;
    }

    .ysfl .dd {
        margin-left: 70px;
    }

        .ysfl .dd .item {
            float: left;
            color: #666;
            background-color: #fff;
            margin-right: 7px;
            margin-bottom: 4px;
        }

            .ysfl .dd .item a {
                border: 1px solid #e3393c;
                color: #666;
                padding: 0 13px;
                cursor: pointer;
                display: block;
                border-radius: 5px;
                white-space: nowrap;
            }

    .ysfl .item .selected {
        border: 1px solid #e3393c;
        color: #666;
    }

.lltc {
    line-height: 35px;
}

    .lltc .dt {
        float: left;
        color: #999;
    }

    .lltc .dd {
        margin-left: 70px;
    }

        .lltc .dd .item {
            float: left;
            color: #666;
            background-color: #fff;
            margin-right: 7px;
            margin-bottom: 4px;
        }

            .lltc .dd .item a {
                border: 1px solid #e3393c;
                color: #666;
                padding: 0 13px;
                cursor: pointer;
                display: block;
                border-radius: 5px;
                white-space: nowrap;
            }

    .lltc .item .selected {
        border: 1px solid #e3393c;
        color: #666;
    }

.product-bbx {
    color: #999;
}

.gman {
    line-height: 35px;
}

    .gman .fee-format {
        color: rgb(207, 10, 44);
        align-self: flex-end;
        line-height: 26px;
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 400;
        border: 0 solid black;
        box-sizing: border-box;
        display: inline;
    }

    .gman .fee-money {
        font-size: 30px;
        color: rgb(207, 10, 44);
        align-self: flex-end;
        line-height: 26px;
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 400;
        border: 0 solid black;
        box-sizing: border-box;
        display: inline;
    }

    .gman .fee-decrtion {
        font-size: 20px;
        align-self: flex-end;
        line-height: 26px;
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 400;
        border: 0 solid black;
        margin-left: 4px;
        box-sizing: border-box;
        display: inline;
    }

    .gman .ljgm-btn {
        position: relative;
        padding-left: 150px;
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 400;
        border: 0 solid black;
        margin-left: 4px;
        box-sizing: border-box;
        display: inline;
    }

        .gman .ljgm-btn button {
            z-index: 2;
            width: 210px;
            height: 55px;
            color: #fff;
            cursor: pointer;
            font-size: 18px;
            border-radius: 25px;
            background: linear-gradient(1.5708rad, rgb(254, 89, 69), rgb(214, 26, 25));
        }

        .gman .ljgm-btn img {
            position: absolute;
            bottom: 100%; /* 将图片定位在按钮下方 */
            left: 0;
            width: 100%;
            height: 200px; /* 根据实际图片大小调整 */
            background-image: url('http://localhost:52531/upload/201811/23/201811231135006125.jpg'); /* 替换为你的图片地址 */
            background-size: cover;
            z-index: 1; /* 确保图片在按钮下方 */
            display: none;
            margin-left: 180px;
            width: 160px;
            height: 160px;
            padding-left: 160px;
            top: -200px;
        }

.global-min-height440{
    min-height:440px;
}


