﻿/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #666;
}

a {
    color: #666;
}

    a:hover {
        color: #f60;
        text-decoration: none;
    }

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.icon img {
    vertical-align: middle;
}

.wapper {
    width: 1400px;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
    .wapper {
        width: 100%;
    }
}


.header {
    position: relative;
    width: 100%;
    height: 100px;
}
.header .wapper{width: 100%;max-width: 1580px;margin: 0 auto;}

    .header .header_list {
        padding: 0 20px;
        display: flex;
        justify-content: space-between;width: 100%;
    }

    .header .logo a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

/*menu*/
.pc_menu {
}

.menu {
    height: 100px;
    line-height: 100px;
}

    .menu ul li {
        float: left;
        position: relative;
    }
        /*二级*/
        .menu ul li .m_nav2 {
            background: #fff;
            position: absolute;
            left: 0px;
            top: 100px;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            display: none;
            z-index: 99;
            min-width: 200px;
        }

            .menu ul li .m_nav2 .m_item {
                line-height: 45px;
                border-bottom: #ddd dotted 1px;
                padding: 0 10px;
                position: relative;
            }

                .menu ul li .m_nav2 .m_item a {
                    font-size: 16px;
                    color: #666;
                    display: block;
                    padding: 0;
                    text-align: left;
                }

                    .menu ul li .m_nav2 .m_item a:hover {
                        color: #00ace7;
                    }
    /*三级*/
    .menu .m_nav2 .m_item .m_nav3 {
        position: absolute;
        right: -200px;
        top: 0;
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
        min-width: 200px;
        padding: 0 10px;
        box-sizing: border-box;
        display: none;
    }

        .menu .m_nav2 .m_item .m_nav3 dd {
            line-height: 45px;
            border-bottom: #ddd dotted 1px;
            padding: 0 10px;
            position: relative;
        }
    /*链接样式*/
    .menu a {
        font-size: 14px;
        color: #333;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 0 25px;
    }

        .menu a:hover {
            color: #00ace7;
        }

a.menu_hover {
    color: #00ace7;
}

.menu_down span {
    display: block;
    background: url(../images/menu_down.gif) right 10px center no-repeat;
}
/*线*/
.menu ul li .line {
    position: absolute;
    bottom: 3px;
    left: 0%;
    display: inline-block;
    width: 0%;
    margin: 0 auto;
    background: #00ace7;
    height: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu ul li span a:hover .line {
    width: 100%;
}
/*阿里巴巴-搜索*/
.alpay_search {
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

    .alpay_search .ali a {
        color: #333;
        font-size: 18px;
    }

        .alpay_search .ali a:hover {
            color: #60a9d7;
            text-decoration: none;
        }

    .alpay_search .search_btn {
        margin: 0 15px;
    }
/*搜索弹窗*/
.search_tc {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
}

    .search_tc .tanchuang {
        position: relative;
        background: #fff;
        width: 700px;
        height: 192px;
        margin: 5% auto;
        top: 10%;
        overflow: hidden;
        box-sizing: border-box;
    }

.search {
    width: 100%;
    padding: 40px 0;
}

    .search .t1 {
        color: #595959;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

    .search .s_form {
        text-align: center;
        margin-top: 20px;
    }

        .search .s_form span {
            display: inline-block;
        }

        .search .s_form input {
            width: 220px;
            height: 40px;
            border: 1px solid #f0f0f0;
            border-radius: 5px 0 0 5px;
            padding: 0 10px;
            box-sizing: border-box;
            outline: none;
        }

        .search .s_form button {
            color: #fff;
            font-size: 14px;
            background: #007AFF;
            border: none;
            width: 70px;
            height: 40px;
            border-radius: 0 5px 5px 0;
        }

.close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

    .close1 a {
        text-decoration: none;
        color: #fff;
        background: rgba(0,0,0,0.5);
        display: block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
    }

#closebt {
    float: right;
}


.hTel{display: flex;align-items: center;}
.hTel .ewm{width: 80px;font-size: 12px;color: #333;text-align: center;}
.hTel .ewm img{width: 100%;}
.hTel .desc{flex: 1;color: #333;margin-left: 5px;}
.hTel .desc .t1{font-size: 12px;}
.hTel .desc .t2{font-size: 14px;font-weight: bold;}
.sp_header .hTel{height: 70px;float: left;}

.m_header {
    width: 100%;
    position: relative;
    z-index: 99999;
}

.sp_header {
    height: 70px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 100%;
    display: none;
    top: 0;
}

.sp_logo {
    float: left;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

    .sp_logo img {
        margin: auto;
        max-height: 50px;
    }

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 25px
}

    .sp_nav span {
        display: block;
        background: #0188FB;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

        .sp_nav span:nth-of-type(1) {
            top: 0px
        }

        .sp_nav span:nth-of-type(2) {
            top: 10px
        }

        .sp_nav span:nth-of-type(3) {
            top: 20px
        }

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: calc(100% - 52px);
    font-size: 14px;
    line-height: 40px;
    top: 50px;
    left: 100%;
    overflow: auto;
    overflow-x: hidden;
    transition: ease 0.35s;
    display: none;
    border-bottom: 2px solid #0188FB;
}

.nav_show {
    left: 0;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 30px;
    padding: 0px 7px 0 7px;
}

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #e4e8eb solid;
    position: relative;
    line-height: 45px;
    font-size: 16px
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #333;
    width: 100%;
    padding: 0 20px;
    display: block;
}

    .sjj_nav ul li a:hover {
        color: #0188FB;
    }

.sjj_nav ul li ul li a {
    color: #333;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 25px;
    height: 25px;
    fill: #333;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #333
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

.sjj_nav ul li ul li {
    border-top: none;
}

    .sjj_nav ul li ul li a {
        padding: 0 30px;
    }




/*swiper*/
.banner {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mySwiper1 .swiper-button-next, .mySwiper1 .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.2);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

    .mySwiper1 .swiper-button-next:after, .mySwiper1 .swiper-button-prev:after {
        font-size: 30px;
    }

.index_comTit {
    width: 100%;
    text-align: center;
    margin: 74px 0 40px 0;
}

    .index_comTit .t1 {
        text-align: center;
    }

.i_product_list {
    width: 100%;
    overflow: hidden;
}

    .i_product_list ul li {
        float: left;
        width: 33.3333%;
    }

    .i_product_list .part {
        width: 100%;
        position: relative;
    }

        .i_product_list .part .img {
            width: 100%;
            font-size: 0;
        }

            .i_product_list .part .img img {
                width: 100%;
            }

        .i_product_list .part .img_top {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.6);
            transition: all .5s ease;
            transform: scale(0,1);
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .i_product_list .part .img_top .desc {
                text-align: center;
            }

                .i_product_list .part .img_top .desc a {
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                }

            .i_product_list .part .img_top .line {
                display: inline-block;
                height: 3px;
                width: 30px;
                margin-top: 20px;
                background: #fff;
            }

        .i_product_list .part:hover .img_top {
            transform: scale(1);
        }

.i_about {
    width: 100%;
}

.i_about_list {
    width: 100%;
    background: rgba(248, 248, 248, 1);
}

    .i_about_list .left {
        float: left;
        width: 50%;
        background: rgba(248, 248, 248, 1);
    }

        .i_about_list .left .part {
            width: 40vw;
            margin-left: auto;
            padding: 5vw 0;
        }

            .i_about_list .left .part .img {
                width:94%;
                position: relative;
                padding: 10px;
                border: 1px solid #ccc;
                z-index: 99;
            }

                .i_about_list .left .part .img img {
                    width: 100%;
                }

            .i_about_list .left .part .desc {
                color: #aaa;
                font-size: 14px;
                margin: 0 15% 0 5%;
            }

                .i_about_list .left .part .desc .t1 {
                    color: #333;
                    font-size: 18px;
                    margin: 20px 0 15px 0;
                }

    .i_about_list .right {
        float: right;
        width: 50%;
    }

        .i_about_list .right .img {
            width: 100%;
            font-size: 0;
        }

            .i_about_list .right .img img {
                width: 100%;
                height: 600px;
                object-fit: cover;
            }

.i_advance {
    width: 100%;
}

.i_advance_list {
    width: 100%;
}

    .i_advance_list ul li {
        float: left;
        width: 21%;
        margin: 2%;
    }

    .i_advance_list .part {
        width: 100%;
    }

        .i_advance_list .part .img {
            width: 100%;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .i_advance_list .part .img img {
                max-width: 120px;
            }

        .i_advance_list .part .t1 {
            height: 32px;
            margin: 20px 0 10px 0;
            text-align: center;
            color: #333;
            font-size: 16px;
            font-weight: bold;
            line-height: 32px;
        }

        .i_advance_list .part .txt {
            height: 80px;
            color: #595959;
            font-size: 14px;
            text-align: center;
            line-height: 2;
        }




.i_advance_list2 {
    width: 100%;
    overflow: hidden;
}

    .i_advance_list2 ul li {
        float: left;
        width: 25%;
    }

    .i_advance_list2 .part {
        display: block;
        width: 100%;
        position: relative;
    }

        .i_advance_list2 .part .img {
            width: 100%;
            font-size: 0;
        }

            .i_advance_list2 .part .img img {
                width: 100%;
            }

        .i_advance_list2 .part .img_top {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.6);
            transition: all .8s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .i_advance_list2 .part .img_top .desc {
                text-align: center;
            }

                .i_advance_list2 .part .img_top .desc span {
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                }

            .i_advance_list2 .part .img_top .line {
                display: inline-block;
                height: 3px;
                width: 30px;
                margin-top: 20px;
                background: #fff;
            }

        .i_advance_list2 .part .img_top2 {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 100%;
            background: rgba(0,137,225,.8);
            transition: all .8s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .i_advance_list2 .part .img_top2 .desc {
                text-align: center;
                padding: 20px;
            }

                .i_advance_list2 .part .img_top2 .desc .t1 {
                    color: #fff !important;
                    font-size: 20px;
                }

                .i_advance_list2 .part .img_top2 .desc .t2 {
                    color: #fff !important;
                    font-size: 20px;
                    color: #fff;
                    font-size: 14px;
                    line-height: 24px;
                    margin: 0 auto;
                    padding: 20px 0;
                }

                .i_advance_list2 .part .img_top2 .desc .more {
                    width: 100px;
                    background: #fff !important;
                    line-height: 34px;
                    border-radius: 17px;
                    margin: 10px auto;
                    color: #0075bf !important;
                    display: inline-block;
                }

        .i_advance_list2 .part:hover .img_top {
            top: -100%;
        }

        .i_advance_list2 .part:hover .img_top2 {
            top: 0;
        }




.i_advance {
    width: 100%;
}

.i_news_list {
    width: 100%;
    margin: 30px 0 50px 0;
}

    .i_news_list ul li {
        float: left;
        width: 31%;
        margin: 1%;
    }

    .i_news_list .part {
        width: 100%;
        height: 362px;
    }

        .i_news_list .part .part_top {
            position: relative;
            width: 100%;
            height: 260px;
            overflow: hidden;
        }

            .i_news_list .part .part_top .img {
                position: relative;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

                .i_news_list .part .part_top .img img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    height: 100%;
                    width: auto;
                }

            .i_news_list .part .part_top .desc {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                padding: 50px 30px 0;
                background-color: rgba(243, 243, 243, 1);
                transition: all .5s ease;
            }

                .i_news_list .part .part_top .desc .time {
                    color: rgb(120, 120, 120);
                }

                    .i_news_list .part .part_top .desc .time .year {
                        display: inline-block;
                        font-family: Roboto;
                        font-size: 1.5rem;
                        margin-right: 4px;
                        transition: all .5s ease;
                    }

                    .i_news_list .part .part_top .desc .time .mon {
                        display: inline-block;
                        font-size: 0.875rem;
                        font-family: Roboto;
                        transition: all .5s ease;
                    }

                .i_news_list .part .part_top .desc .tit {
                    width: 100%;
                    margin: 12px 0 10px;
                    font-size: 16px;
                    color: rgb(99, 99, 99);
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    transition: all .5s ease;
                }

                .i_news_list .part .part_top .desc .txt {
                    width: 100%;
                    color: rgb(168, 168, 168);
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 4px;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    transition: all .5s ease;
                    line-height: 1.5rem;
                    font-size: 14px;
                }

        .i_news_list .part .line_box {
            position: relative;
            width: 100%;
            height: 2px;
            overflow: hidden;
            background-color: rgba(243,243,243,1);
        }

            .i_news_list .part .line_box .line {
                position: relative;
                width: 90%;
                height: 100%;
                margin: 0 auto;
                background-color: rgba(217,217,217,1);
                transition: all .5s ease;
            }

                .i_news_list .part .line_box .line:before {
                    content: '';
                    position: absolute;
                    left: 0px;
                    width: 0px;
                    height: 100%;
                    background: rgb(92,92,92);
                    transition: all .5s ease;
                }

        .i_news_list .part .desc {
            display: block;
            width: 100%;
            height: 100px;
            padding: 20px;
            background-color: rgba(243,243,243,1);
            box-sizing: border-box;
        }

            .i_news_list .part .desc a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                overflow: hidden;
                color: #707070;
                font-size: 16px;
            }

                .i_news_list .part .desc a .txt {
                    display: inline-block;
                    height: 80px;
                    line-height: 80px;
                    color: rgb(125, 125, 125);
                }

                .i_news_list .part .desc a .img {
                    position: absolute;
                    top: 50%;
                    right: -47px;
                    transform: translateY(-50%);
                    width: 44px;
                    height: 44px;
                    border: 1px solid rgb(196, 196, 196);
                    border-radius: 50%;
                    overflow: hidden;
                    transition: all .5s ease;
                }

                    .i_news_list .part .desc a .img img {
                        width: 100%;
                        height: 100%;
                        vertical-align: middle;
                    }

        .i_news_list .part:hover .line::before {
            width: 100%;
        }

        .i_news_list .part:hover .desc a .img {
            right: 0px;
        }

        .i_news_list .part:hover .part_top .desc {
            padding-top: 30px;
            background-color: rgba(0, 0, 0, 0.4);
        }

            .i_news_list .part:hover .part_top .desc .time .year {
                color: #fff;
            }

            .i_news_list .part:hover .part_top .desc .time .mon {
                color: #fff;
            }

            .i_news_list .part:hover .part_top .desc .tit {
                color: #fff;
            }

            .i_news_list .part:hover .part_top .desc .txt {
                color: #fff;
            }

.footer_menu {
    width: 100%;
    background: #555;
    padding: 30px 0;
}

    .footer_menu .warp {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .footer_menu .f_menu {
        width: 60%;
    }

        .footer_menu .f_menu ul li {
            display: inline-block;
            width: 19.5%;
            color: #fff;
            vertical-align: top;
        }

            .footer_menu .f_menu ul li a {
                color: #fff;
                font-size: 14px;
            }

            .footer_menu .f_menu ul li .t1 {
                margin-bottom: 10px;
            }

                .footer_menu .f_menu ul li .t1 a {
                    font-size: 16px;
                }

            .footer_menu .f_menu ul li a:hover {
                color: #0e397d !important;
            }

    .footer_menu .f_contact {
        width: 30%;
    }

        .footer_menu .f_contact .desc {
            color: #fff;
            font-size: 14px;
        }

            .footer_menu .f_contact .desc h3 {
                color: #fff;
                font-size: 18px;
                margin-bottom: 9px;
                line-height: 2;
                font-weight: 500;
            }

    .footer_menu .f_ewm {
        width: 10%;
    }

        .footer_menu .f_ewm .ewm {
            width: 100%;
        }

            .footer_menu .f_ewm .ewm img {
                max-width: 130px;
            }

        .footer_menu .f_ewm .txt {
            text-align: center;
            color: #f0f0f0;
            line-height: 36px;
            font-size: 12px;
        }

.footer {
    background: #313131;
    width: 100%;
    height: 62px;
    line-height: 62px;
}

    .footer .warp {
        display: flex;
        justify-content: space-between;
        color: #a9a9a9 !important;
        font-size: 14px;
    }

    .footer a {
        color: #a9a9a9;
    }

        .footer a:hover {
            color: #0e397d;
        }

.float_right {
    position: fixed;
    right: 2px;
    z-index: 999;
    border-right: 1px solid #20b09f;
    height: 70%;
    top: 15%;
}

    .float_right .language {
        padding: 10px 20px;
        background: #0300c5;
        border-radius: 20px 0 0 20px;
        color: #fff;
        position: fixed;
        right: 0px;
        z-index: 9999;
        top: 150px;
        font-size: 16px;
        cursor: pointer;
    }

        .float_right .language:hover {
            color: #324483;
        }

    .float_right .float_kefu {
        top: 200px;
        position: absolute;
        right: 0;
        width: 70px;
        height: 70px;
        background-color: rgba(0, 0, 0, .4);
        border: 1px solid #20b09f;
        border-right: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .float_right .float_kefu:before {
            content: "";
            background-color: rgba(32, 176, 159, .8);
            position: absolute;
            height: 100%;
            width: 0;
            -webkit-transition: all .8s ease;
            -o-transition: all .8s ease;
            -moz-transition: all .8s ease;
            transition: all .8s ease;
        }

        .float_right .float_kefu .txt {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

            .float_right .float_kefu .txt .t1 {
                color: #fff;
                font-size: 12px;
                margin-top: 5px;
            }

        .float_right .float_kefu .txt_info {
            height: 100%;
            display: none;
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: 0.5s;
        }

            .float_right .float_kefu .txt_info .t1 {
                color: #fff;
                text-align: center;
                line-height: 68px;
                height: 68px;
                white-space: nowrap;
                -webkit-transition-duration: .8s;
                -moz-transition-duration: .8s;
                -o-transition-duration: .8s;
                transition-duration: .8s;
            }

        .float_right .float_kefu:hover {
            width: 156px;
            background-color: transparent;
        }

            .float_right .float_kefu:hover:before {
                width: 100%;
            }

            .float_right .float_kefu:hover .txt {
                display: none;
            }

            .float_right .float_kefu:hover .txt_info {
                display: block;
                width: 100%;
            }

    .float_right .float_top {
        cursor: pointer;
        top: 480px;
        position: absolute;
        right: 0;
        width: 46px;
        height: 46px;
        background-color: rgba(0, 0, 0, .4);
        border: 1px solid #20b09f;
        border-right: none;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

        .float_right .float_top.fixed {
            opacity: 1;
            visibility: visible;
        }

        .float_right .float_top .warp {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 12px;
        }

        .float_right .float_top .img {
            text-align: center;
        }

.tongtu {
    width: 100%;
    position: relative;
}

    .tongtu img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .tongtu .img_top {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

        .tongtu .img_top .desc {
            text-align: center;
            color: #fff;
        }

        .tongtu .img_top .t1 {
            font-size: 36px;
        }

        .tongtu .img_top .t2 {
            font-size: 24px;
        }


.common_warp {
    margin: 20px 0;
}

.common_left {
    float: left;
    width: 21.5%;
}

.common_right {
    float: right;
    width: 76%;
    margin-left: 2.5%;
}

.com_menu_tit{width: 100%;background: #0170ca;border-radius: 5px 0 0 0;padding: 30px;box-sizing: border-box;color: #fff;}
.com_menu_tit .line{height: 25px;width: 3px;background: #fff;margin-bottom: 10px;}
.com_menu_tit .t1{font-size: 24px;margin-bottom: 10px;}
.com_menu_tit .t2{font-size: 20px;}





    .com_menu_tit img {
        width: 100%;
    }

.com_menu {
    width: 100%;
}

.com_menu_m {
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background: #1890ff;
    color: #fff;
    font-size: 16px;
    display: none;
}
/*标签5*/
.tab_list5 {
    width: 100%;
    border: 1px solid #eee;
}

.accordion {
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .accordion a {
        font-size: 16px;
        color: #7b8a96 !important;
    }

        .accordion a:hover {
            color: #7b8a96 !important;
        }

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #7b8a96;
        font-size: 16px;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion .link:hover {
            background: #f5f8fa;
            border-left: 4px solid #007AFF;
        }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #7b8a96;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link {
        color: #b63b4d;
        background: #f5f8fa;
        border-left: 4px solid #007AFF;
    }

    .accordion li.open i {
        color: #7b8a96;
    }

        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.submenu {
    display: none;
    font-size: 14px;
}

    .submenu li {
        border-bottom: 1px solid #e8e8e8;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #7b8a96;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .submenu a:hover {
            background: #f5f8fa;
        }
/*标签5_____end*/

.common_Rtit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .common_Rtit .tit {
        color: #0170ca;
        font-weight: 600;
        font-size: 14px;
        padding-left: 15px;
        border-left: 3px solid #0170ca;
    }

.Pro_nav {
    text-align: right;
}

    .Pro_nav a,
    .Pro_nav span {
        color: #9c9c9c;
        font-size: 12px;
        padding-left: 5px;
    }

.common_warp .com_box {
    padding: 20px 0;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
}

.product {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.product_list {
    width: 100%;
}

    .product_list ul li {
        float: left;
        width: 29.3%;
        margin: 2%;
    }

    .product_list .part {
        width: 100%;
    }

        .product_list .part .img_warp {
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            .product_list .part .img_warp .img {
                font-size: 0 !important;
                overflow: hidden;height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
            }

                .product_list .part .img_warp .img img {
                    /*width: 100%;*/
                    transition: 0.5s;max-width: 100%;max-height: 100%;
                }

        .product_list .part .img_top {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.6);
            transition: all 0.5s ease;
            opacity: 0;
            visibility: hidden;
        }

            .product_list .part .img_top .desc {
                display: block;
                color: #fff;
                font-size: 16px;
                position: relative;
                width: 60%;
                text-align: center;
                cursor: pointer;
            }

                .product_list .part .img_top .desc .t1 {
                    margin: 10px 0;
                }

                .product_list .part .img_top .desc::before {
                    content: '';
                    position: absolute;
                    top: 0px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 60%;
                    height: 1px;
                    background: #fff;
                    transition: all .5s ease;
                }

                .product_list .part .img_top .desc::after {
                    content: '';
                    position: absolute;
                    bottom: 0px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 60%;
                    height: 1px;
                    background: #fff;
                    transition: all .5s ease;
                }

        .product_list .part .txt_warp {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 130px;
            padding: 20px 20px 10px;
            border: 1px solid #f2f2f2;
            box-sizing: border-box;
        }

            .product_list .part .txt_warp .t1 {
                color: #333;
                font-size: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 100%;
                display: block;
            }

            .product_list .part .txt_warp .txt {
                color: #777;
                font-size: 16px;
                margin: 10px 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 100%;
                display: block;
            }

            .product_list .part .txt_warp .more {
                display: block;
                position: relative;
                color: #777;
                height: 38px;
                line-height: 38px;
                border-top: 1px solid #e5e5e5;
                display: flex;
                justify-content: space-between;
                color: #777;
                font-size: 16px;
            }

                .product_list .part .txt_warp .more .right {
                    font-size: 26px;
                }

        .product_list .part:hover .img_warp img {
            transform: scale(1.2);
        }

        .product_list .part:hover .img_top {
            opacity: 1;
            visibility: visible;
        }

            .product_list .part:hover .img_top .desc::before {
                width: 16px;
            }

            .product_list .part:hover .img_top .desc::after {
                width: 16px;
            }

        .product_list .part:hover .txt_warp .more {
            color: #324483;
        }

.Pro_page {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

    .Pro_page a,
    .Pro_page span {
        display: inline-block;
        color: #595959;
        font-size: 14px;
        border: 1px solid #d9d9d9;
        margin: 3px;
        padding: 5px 10px;
    }

        .Pro_page .active,
        .Pro_page a:hover,
        .Pro_page span:hover {
            background-color: #0e397d;
            color: #fff;
            border-color: #0e397d;
        }

    .Pro_page .prev.first {
        background: #c8c8c8 !important;
        color: #fff;
        border-color: #c8c8c8 !important;
        cursor: no-drop;
    }

.Prodetail {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

    .Prodetail .common_left {
        width: 25%;
    }

    .Prodetail .common_right {
        width: 70%;
        margin-left: 5%;
    }

.Prodetail_list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.Prodetail_show {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .Prodetail_show .left {
        float: left;
        width: 400px;
    }
/* 图片放大镜 */
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.magnifier {
    width: 500px;
    position: relative;
}

.magnifier-container {
    width: 400px;
    height: 320px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.move-view {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../images/move-box.png');
}

.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}

    .images-cover img {
        position: absolute;
    }

.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.magnifier-btn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

    .magnifier-btn span {
        line-height: 60px;
        height: 60px;
        width: 20px;
        background-color: #6e6e6e;
        color: #fff;
        display: block;
        z-index: 9998;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 3px;
    }

    .magnifier-btn .magnifier-btn-left {
        float: left;
    }

    .magnifier-btn .magnifier-btn-right {
        float: right;
    }

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}

    .magnifier-line ul {
        display: block;
        font-size: 0;
        width: 10000%;
        position: absolute;
        left: 0;
        z-index: 9997;
    }

    .magnifier-line li {
        float: left;
        width: 90px;
        cursor: pointer;
    }

    .magnifier-line ul > .active .small-img {
        border-color: #0e397d;
    }

.small-img {
    height: 60px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #bbb;
    text-align: center;
}

    .small-img img {
        max-width: 100%;
        max-height: 100%;
    }

.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

    .magnifier-view img {
        display: block;
    }

.animation03 {
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}

.m_Prodetail_style {
    width: 100%;
    display: none;
}

    .m_Prodetail_style .img_show {
        width: 100%;
        border: 1px #eee solid;
        overflow: hidden;
        padding: 20px;
        box-sizing: border-box;
    }

        .m_Prodetail_style .img_show img {
            width: 100%;
        }


.Prodetail_show .right {
    float: right;
    margin-left: 40px;
}

.Prodetail_show .desc {
    width: 100%;
}

    .Prodetail_show .desc .t1 {
        color: #262626;
        font-size: 24px;
        font-weight: bold;
    }

    .Prodetail_show .desc .price {
        padding-top: 20px;
        display: none;
    }

        .Prodetail_show .desc .price .num {
            color: #595959;
            font-size: 16px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

.font_red {
    color: #cc0000;
    font-size: 20px;
}

.font_dis {
    text-decoration: line-through;
    white-space: nowrap;
}

.Prodetail_show .desc .txt {
    color: #595959;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 20px;
}


.Prodetail_desc {
    width: 100%;
    margin-top: 20px;
}

    .Prodetail_desc .tab {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .Prodetail_desc .tab ul {
            font-size: 0;
        }

        .Prodetail_desc .tab li {
            display: inline-block;
            background: #0e397d;
            margin: 0;
            padding: 15px;
            font-size: 16px;
        }

            .Prodetail_desc .tab li a {
                color: #fff;
                font-size: 16px;
                cursor: pointer;
            }

    .Prodetail_desc .panel {
        width: 100%;
        margin: 20px 0;
    }

        .Prodetail_desc .panel .part {
            color: #595959;
            font-size: 16px;
        }

.news {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.news_list {
    width: 100%;
}

    .news_list ul li {
        margin: 20px auto;
    }

    .news_list .part {
        padding: 20px 15px;
        border-bottom: 1px solid #ebebeb;
        background: #f7f7f7;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

        .news_list .part .left {
            width: 42%;
        }

        .news_list .part .right {
            width: 53%;
            margin-left: 5%;
        }

        .news_list .part .img {
            height: 270px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

            .news_list .part .img img {
                max-width: 100%;
            }

        .news_list .part .desc {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .news_list .part .desc .tit {
                width: 100%;
                margin: 15px 0;
                font-size: 22px;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: all .3s;
                font-weight: 500;
            }

            .news_list .part .desc .txt {
                margin: 24px 0 32px;
                line-height: 2;
                font-size: 14px;
                color: #404040;
                display: -webkit-box;
                -webkit-line-clamp: 4; /* 行数 */
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .news_list .part .desc .time {
                position: absolute;
                bottom: 20px;
                left: 0;
                color: #999;
                font-size: 12px;
            }

        .news_list .part:hover .desc .tit:hover {
            color: #2abbc3;
        }

        .news_list .part:hover .desc .txt:hover {
            color: #2abbc3;
        }

        .news_list .part:hover .desc .time:hover {
            color: #324483 !important;
        }

.new_extra {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    display: none;
}

    .new_extra .item {
        padding: 10px;
        text-align: center;
    }

.newdetail {
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

.newdetail_list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

    .newdetail_list .title {
        font-size: 30px;
        margin: 15px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .newdetail_list .time {
        color: #999;
        font-size: 14px;
    }

    .newdetail_list .desc {
        width: 100%;
        margin: 15px 0;
    }

.d_next_prev {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #707070;
    font-size: 16px;
}

    .d_next_prev a {
        color: #707070;
        font-size: 16px;
    }


.factory {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.factory_list {
    width: 100%;
}

    .factory_list ul li {
        float: left;
        width: 31%;
        margin: 1%;
    }

    .factory_list .part {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .factory_list .part .img {
            width: 100%;
            font-size: 0;
        }

            .factory_list .part .img img {
                width: 100%;
                height: 250px;
            }

        .factory_list .part .img_swiper_click {
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
        }

        .factory_list .part .img_m_src {
            display: none;
            width: 100%;
            height: 90%;
            top: 0;
            left: 0;
            position: absolute;
        }

        .factory_list .part .m_txt {
            padding: 10px;
            display: none;
        }

            .factory_list .part .m_txt a {
                color: #707070;
                font-size: 14px;
            }

/*工厂弹窗*/
.factory_tc {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
}

    .factory_tc .tanchuang {
        position: relative;
        background: #ccc;
        width: 700px;
        height: 550px;
        margin: 5% auto;
        top: 5%;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 10px;
    }

.factory_close {
    position: absolute;
    right: 60px;
    top: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

    .factory_close a {
    }

#factory_cbt {
}

.factory_swiper_warp {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.factory_swiper {
    width: 100%;
    height: 100%;
}

    .factory_swiper .factory_img_warp {
        width: 100%;
        position: relative;
        height: 100%;
        background: #ccc;
    }

        .factory_swiper .factory_img_warp .img {
            width: 100%;
            font-size: 0;
        }

            .factory_swiper .factory_img_warp .img img {
                width: 100%;
            }

        .factory_swiper .factory_img_warp .img_top {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 40px;
            background: rgba(0,0,0,.5);
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            font-size: 14px;
        }

            .factory_swiper .factory_img_warp .img_top .t2 {
                color: #fff;
                font-size: 30px !important;
                font-weight: bold;
            }

    .factory_swiper .factory_next,
    .factory_swiper .factory_prev {
        color: #fff;
        background: rgba(0,0,0,.3);
        padding: 20px 10px;
    }

        .factory_swiper .factory_next:after, .factory_swiper .factory_prev:after {
            font-size: 30px;
        }



.contact {
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

    .contact .common_left {
        width: 25%;
    }

    .contact .common_right {
        width: 70%;
        margin-left: 5%;
    }

.contact_list {
    width: 100%;
    overflow: hidden;
}

.contact_tit {
    color: #333;
    font-size: 24px;
    padding: 40px 0;
    font-weight: bold;
}

.contact_tel {
    width: 100%;
    padding: 20px 0;
    border: 1px dashed #eee;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
}

    .contact_tel .part {
        width: 33%;
    }

        .contact_tel .part .t1 {
            color: #333;
            font-size: 14px;
            font-weight: 600;
        }

        .contact_tel .part .t2 {
            color: #595959;
            font-size: 16px;
        }

.contact_map {
    width: 100%;
    margin: 30px 0;
}

    .contact_map .t1 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 2;
    }

    .contact_map .t2 {
        color: #333;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 15px;
    }

.map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

    .map img {
        width: 100%;
    }

.inside {
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

.inside_list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 300px;
}



.pageForm{width: 100%;padding: 40px 0;background: #f6f6f6;}
.pFWarp{width: 700px;max-width: 700px;margin: 0 auto;overflow: hidden;}
.pFWarp .title{text-align: center;margin-bottom: 25px;font-size: 28px;color: #741d66;}
.pFWarp form{width: 100%;}
.pFWarp ul li{margin-bottom: 20px;position: relative;box-sizing: border-box;}
.pFWarp .tit{left: 10px;pointer-events: none;position: absolute;top: 10px; transition: all ease-out .25s;display: block;margin-bottom: 10px;box-sizing: border-box;}
.form-control{width: 100%;padding: 10px;border-top: 2px solid #e0e0e0;border-right: 0;border-bottom: 0; border-left: 0;font-size: 16px;outline: 0;background: #f6f6f6;display: block;border: 1px solid #00aeef;border-radius: 5px;background: #fff;box-sizing: border-box;}
.form-control:focus{border-color: #00aeef;box-shadow: 0 0 4px #004990;}
.pFWarp .empty{color: #f00;font-size: 12px;position: absolute;left: 0;bottom: -15px;display: none;}
.pFWarp .submit button{display: block;width: 220px;height: 50px;line-height: 50px;text-align: center;font-size: 18px;font-style: italic;border: none;background: #0C8CF6;border-radius: 60px;color: #fff;position: relative;background: linear-gradient(45deg,#23c3ff 50%,#00aeef 50%) right bottom;background-size: 275% 100%;transition: all ease-out .3s;}
.pFWarp .submit button:hover{background-position: left bottom;}

.form-group.input-material {position: relative;}
.form-group.input-material label {color: #000;font-size: 16px;font-weight: normal;position: absolute;pointer-events: none;left: 5px;top: 7px;transition: 0.1s ease all;-moz-transition: 0.1s ease all;-webkit-transition: 0.1s ease all;}
.form-group.input-material .form-control:required~label::after {content: '*';color: #dc3545;padding-left: 2px;font-size: 0.8em;}
.form-group.input-material .form-control:focus,
.form-group.input-material .form-control[value]:not([value=""]) {border-bottom-color: #007bff;color: #000}
.form-group.input-material .form-control:focus~label,
.form-group.input-material .form-control[value]:not([value=""])~label {top: -12px;font-size: 14px;background: #00aeef;padding: 0 5px;color: #fff;border-radius: 3px;}
.form-group.input-material .form-control:focus.invalid,
.form-group.input-material .form-control.invalid,
.form-group.input-material .form-control:focus.parsley-error,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error {border-bottom-color: #dc3545;}
.form-group.input-material .form-control:focus.invalid~label,
.form-group.input-material .form-control.invalid~label,
.form-group.input-material .form-control:focus.parsley-error~label,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error~label {color: #dc3545;}
.form-group.input-material .parsley-errors-list {color: #dc3545;list-style: none;font-size: 0.7em;padding-left: 5px;}




@media only screen and (max-width: 1600px) {
.header .header_list{padding: 0 10px;}
.menu a{padding: 0 20px;}
.logo img{max-height: 80px;}
}

@media only screen and (max-width: 1480px) {
.menu a{padding: 0 15px;}
}

@media only screen and (max-width: 1400px) {
.alpay_search .icon img{width: 32px;}
.alpay_search .ali a{font-size: 16px;}
.logo img{max-height: 68px;}
    .header .header_list {
        padding: 0 10px;
    }

    .menu a {
        padding: 0 10px;
    }

    .alpay_search .search_btn {
        margin: 0 10px;
    }

    .i_about_list .left .part {
        width: 100%;
        padding: 20px 0;
    }

    .i_about_list .right .img img {
        height: 500px;
    }
}

@media only screen and (max-width: 1200px) {
.logo img{max-height: 45px;}
.alpay_search .icon img{width: 25px;}
.alpay_search .ali a{font-size: 14px;}
    .header {
        height: 70px;
    }

        .header .header_list {
            padding: 0;
        }

        .header .logo a {
            height: 70px;
        }


    .menu {
        height: 70px;
        line-height: 70px;
    }

        .menu a {
            padding: 0 4px;
        }

        .menu ul li .m_nav2 {
            top: 70px;
        }

    .alpay_search {
        height: 70px;
    }

    .i_about_list .left .part {
        padding: 0;
    }

        .i_about_list .left .part .img {
           
        }

    .footer_menu .f_ewm .ewm img {
        max-width: 100%;
    }

    .product {
        padding: 0 20px;
    }

    .Prodetail {
        padding: 0 20px;
    }

    .news {
        padding: 0 20px;
    }

    .newdetail {
        padding: 0 20px;
    }

    .contact {
        padding: 0 20px;
    }

    .inside {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 980px) {
    .header {
        display: none
    }

    .sp_header {
        display: block;
    }
.sp_header .hTel .ewm{
width:50px;
}

    .sjj_nav {
        display: block;
    }
    .header .logo a img {
        max-height: 55px;
    }

    .menu a {
        font-size: 14px;
    }

    .alpay_search .search_btn {
        margin: 0 2px;
    }

    .alpay_search .ali a {
        font-size: 16px;
    }

    .alpay_search .ali .icon img {
        width: 26px;
    }

    .i_product_list ul li {
        width: 50%;
    }

    .i_about_list .left {
        float: none;
        width: 100%;
    }

        .i_about_list .left .part {
            padding: 20px 0;
        }

            .i_about_list .left .part .desc {
                margin: 0 5%;
            }

            .i_about_list .left .part .img {
                display: none;
            }

    .i_about_list .right {
        float: none;
        width: 100%;
    }

        .i_about_list .right .img img {
            height: auto;
        }

    .i_advance_list ul li {
        width: 46%;
    }

    .i_advance_list2 ul li {
        width: 50%;
    }

    .i_news_list ul li {
        width: 48%;
    }

    .footer_menu .f_menu {
        width: 55%;
    }

        .footer_menu .f_menu ul li {
            width: 18%;
        }

    .footer_menu .f_ewm {
        width: 12%;
    }

        .footer_menu .f_ewm .ewm img {
            max-width: 100%;
        }

    .product_list ul li {
        width: 46%;
    }

    .product {
        padding: 0 5px;
    }

    .Prodetail {
        padding: 0 5px;
    }

    .news {
        padding: 0 5px;
    }

    .newdetail {
        padding: 0 5px;
    }

    .contact {
        padding: 0 5px;
    }

    .inside {
        padding: 0 5px;
    }

    .accordion .link {
        padding: 15px;
    }

    .Prodetail_show {
        display: block;
    }

        .Prodetail_show .left {
            float: none;
        }

        .Prodetail_show .right {
            float: none;
            width: 100%;
            margin: 0;
        }

    .new_extra {
        display: block;
    }

    .news_list .part .img {
        height: 210px;
    }

    .factory_list ul li {
        width: 48%;
    }
    .pFWarp{width: 100%;max-width: none; padding:0 10px; box-sizing:border-box;}
}

@media only screen and (max-width: 780px) {

    .index_comTit .t1 img {
        width: 100%;
    }

    .i_product_list ul li {
        width: 100%;
        float: none;
    }

    .i_advance_list2 .part .img_top2 .desc .t1 {
        font-size: 16px;
    }

    .i_advance_list2 .part .img_top2 .desc .t2 {
        font-size: 12px;
        padding: 10px 0;
        line-height: 20px;
    }

    .i_news_list ul li {
        width: 98%;
    }

    .footer_menu {
        display: none;
    }

    .footer {
        height: auto;
        line-height: 35px;
        padding: 10px 0;
    }

        .footer .warp {
            display: block;
            text-align: center;
        }

    .common_left {
        float: none;
        width: 100%;
    }

    .common_right {
        float: none;
        width: 100%;
        margin: 0 !important;
    }

    .common_Rtit {
        margin-top: 20px;
    }

    .com_menu {
        display: none;
    }

    .com_menu_m {
        display: block;
    }

    .product_list ul li {
        width: 96%;
        float: none;
    }

    .Prodetail .common_left {
        float: none;
        width: 100%;
    }

    .Prodetail .common_right {
        float: none;
        width: 100%;
        margin: 0 !important;
    }
.product_list .part .img_warp .img{ height:auto;}
    .Prodetail_show .left {
        width: 100%;
    }

    .Prodetail_show .desc .t1 {
        margin-top: 20px;
    }

    .magnifier {
        display: none;
    }

    .m_Prodetail_style {
        display: block;
    }

    .d_next_prev {
        display: block;
    }

        .d_next_prev .d_next {
            display: flex;
        }

            .d_next_prev .d_next a {
                order: 1;
            }

        .d_next_prev a {
            margin-left: 10px;
        }

    .new_extra {
        display: none;
    }

    .news_list .part {
        display: block;
    }

        .news_list .part .left {
            width: 100%;
        }

        .news_list .part .img {
            height: auto;
            display: block;
        }

            .news_list .part .img img {
                width: 100%;
            }

        .news_list .part .right {
            width: 100%;
            margin: 0;
        }

    .factory_list ul li {
        width: 98%;
        float: none;
    }

    .img_swiper_click {
        display: none;
    }

    .factory_list .part .img_m_src {
        display: block;
    }

    .factory_list .part .m_txt {
        display: block;
    }

    .contact .common_right {
        width: 100% !important;
    }

    .map {
        height: 300px;
    }
}
