﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

button {
    outline: none;
}

.tops {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

img {
    width: 100%;
}

.tops > img {
    width: 100%;
}

.List_page {
    margin: 20px 0px;
    overflow: hidden;
}

.List li a {
    color: #464646;
}

.List {
    padding: 10px !important;
}

.List_page {
    text-align: center;
}

.top {
    width: 100%;
    /*	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;*/
    background: #047bbc;
    height: 41px;
    overflow: hidden;
}

    .top img {
        width: 100%;
        cursor: pointer;
        height: 41px;
    }

    .top > a {
        width: 15%;
        float: left;
        display: block;
        cursor: pointer;
    }


    .top div {
        float: right;
        overflow: hidden;
        width: 85%;
    }

        .top div input:nth-child(1) {
            height: 41px;
            line-height: 41px;
            border: 0;
            float: left;
            width: 80%;
            display: block;
            background: url(../images/2_03.jpg)left 0 no-repeat #f3f3f3;
            padding-left: 35px;
            background-position: 8px 9px;
            background-size: 29px;
        }

        .top div input:nth-child(2) {
            height: 41px;
            line-height: 41px;
            border: 0;
            float: left;
            width: 20%;
            display: block;
            text-align: center;
            background: #d6d6d6;
            padding: 0;
            border-radius: 0;
        }




.navs {
    position: fixed;
    top: 12%;
    right: 0;
    display: none;
    width: 100%;
    z-index: 1000;
    cursor: pointer;
}

    .navs > ul {
        margin-bottom: 0;
        font-size: 0;
        width: 100%;
        background-color: #f5f5f5;
    }

        .navs > ul > li {
            font-size: 16px;
        }

            .navs > ul > li > a {
                display: block;
                text-align: left;
                color: #333;
                font-size: 14px;
                line-height: 51px;
                padding: 0 15px;
                border-bottom: 1px solid #ccc;
                width: 95%;
                margin: auto;
            }

                .navs > ul > li > a:hover {
                    background: #047bbc;
                    color: #fff;
                }


.swiper-containerOne img {
    width: 100%;
}








.zixun {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

    .zixun a {
        display: block;
        width: 50%;
        float: left;
        overflow: hidden;
        padding-left: 2%;
        margin-top: 2%;
    }

    .zixun img {
        float: left;
        width: 25%;
    }

    .zixun div {
        float: left;
        margin-top: 1%;
        margin-left: 1%;
        width: 64%;
    }

    .zixun label {
        color: #242424;
        display: block;
        margin-bottom: 1px;
    }

    .zixun span {
        color: #464646;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block;
    }









.mypro {
    background: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.allp {
    width: 100%;
    color: #047bbc;
    text-align: center;
    margin: 1.5rem auto;
}

    .allp label {
        display: block;
        margin: 0;
        font-size: 21px;
    }

    .allp span {
        color: #464646;
    }

    .allp img {
        width: 58%;
    }



.img {
    width: 100%;
}



.productTop {
    overflow: hidden;
    width: 97%;
    margin: auto;
}

    .productTop a {
        display: block;
        width: 49%;
        text-align: center;
        background: #939393;
        color: #fff;
        border-radius: 4px;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        margin-bottom: 2%;
    }

        .productTop a:nth-child(2n+1) {
            float: left;
        }

        .productTop a:nth-child(2n) {
            float: right;
        }






.homeProduct {
    overflow: hidden;
    width: 97%;
    margin: auto;
    margin-top: 5%;
}

    .homeProduct a {
        display: block;
        width: 48%;
        text-align: center;
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: 4%;
    }

    .homeProduct img {
        height: 140px;
        width: 100%;
        padding: 4px;
    }

    .homeProduct div {
        width: 100%;
        border-top: 1px solid #ccc;
        color: #464646;
        margin-top: 3%;
        margin-bottom: 4%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 3%;
    }


    .homeProduct a:nth-child(2n+1) {
        float: left;
    }

    .homeProduct a:nth-child(2n) {
        float: right;
    }

.promore {
    width: 97%;
    margin: auto;
    overflow: hidden;
    background: url(../images/6_03.jpg)center 0;
    display: block;
    text-align: center;
    padding: 1rem 0;
    color: #464646;
    border-radius: 11px;
    margin-bottom: 2rem;
}










.hzs {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    padding-bottom: 3rem;
}



.hz {
    width: 97%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper-containerTwo {
    width: 80%;
    margin: auto;
}

    .swiper-containerTwo img {
        width: 100%;
        border: 1px solid #ccc;
    }

    .swiper-containerTwo span {
        text-align: center;
        display: none;
        margin-top: 4%;
    }

.hznext {
    background: url(../images/7.png)center 0 no-repeat !important;
    background-size: 14px 43px !important;
    width: 14px !important;
    height: 43px !important;
    top: 38% !important;
}

.hzprev {
    background: url(../images/8.png)center 0 no-repeat !important;
    background-size: 14px 43px !important;
    width: 14px !important;
    height: 43px !important;
    top: 38% !important;
}























.myabout {
    width: 97%;
    margin: auto;
    overflow: hidden;
}

    .myabout img {
        width: 100%;
        padding: 0.8rem;
        background: #dedede;
    }

    .myabout p {
        color: #464646;
        margin: 0;
        text-indent: 6%;
        line-height: 25px;
        margin-top: 3%;
        margin-bottom: 4%;
    }

    .myabout a {
        display: block;
        background: #047bbc;
        color: #fff;
        width: 48%;
        margin: auto;
        border-radius: 4px;
        padding-top: 3%;
        padding-bottom: 3%;
        margin-bottom: 9%;
        text-align: center;
    }



.honew {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}



.mynew {
    width: 97%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 8%;
}

    .mynew a {
        display: block;
        color: #464646;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        padding-bottom: 1%;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .mynew span {
        float: right;
    }





.mynews {
    width: 97%;
    margin: auto;
    overflow: hidden;
}

    .mynews a {
        display: block;
        overflow: hidden;
        margin-bottom: 5%;
    }

    .mynews img {
        float: left;
        width: 8%;
    }

    .mynews div {
        float: left;
        width: 88%;
        margin-left: 3%;
        font-size: 15px;
    }

    .mynews span {
        color: #464646;
        display: block;
        margin-bottom: 3%;
        margin-top: 1%;
    }

    .mynews p {
        color: #464646;
        margin: 0;
        line-height: 26px;
    }






















.bottoms {
    text-align: center;
    line-height: 26px;
    background: #282828;
    overflow: hidden;
    color: #fff;
    padding: 2rem 0px;
}

    .bottoms img {
        width: 32%;
        padding: 0.4rem;
        background: #fff;
        margin-top: 2rem;
    }





.bottom {
    width: 100%;
    display: flex;
    position: fixed;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


    .bottom a {
        flex: 1;
        display: block;
        text-align: center;
        color: #fff;
        background: #047bbc;
        text-align: center;
    }

    .bottom span {
        display: block;
        height: 3rem;
        line-height: 3rem;
    }

    .bottom img {
        width: 18%;
    }

    .bottom div {
        margin-bottom: 5%;
    }


    .bottom a:nth-child(1) {
        background: #373737;
    }

        .bottom a:nth-child(1) img {
            width: 16%;
        }

    .bottom a:nth-child(2) img {
        width: 19%;
    }

    .bottom a:nth-child(3) img {
        width: 23%;
    }

    .bottom a:nth-child(4) img {
        width: 23%;
    }






















/**/

.jieshao {
    width: 95%;
    margin: 9% auto;
    overflow: hidden;
    text-align: center;
}

    .jieshao > span:nth-child(1) {
        color: #047bbc;
        font-size: 20px;
    }

    .jieshao > span:nth-child(2) {
        color: #4c4d4d;
        font-size: 20px;
    }




.dmprotitles {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.container {
    max-width: 750px;
    margin: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dmmain1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dmnewsde {
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}

.left {
    float: left;
}

    .left > a {
        color: #333;
    }

.right {
    float: right;
    text-align: right;
}

.dmmainstitles {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #F39F39;
    font-weight: bold;
}

.dmmain1row {
    margin-left: -15px;
    margin-right: -15px;
    margin: 0px;
}

.dmmain1s {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0px;
}

.col-xs-6 {
    width: 50%;
}

.dmm1img {
    text-align: center;
}

    .dmm1img img {
        max-width: 100% !important;
        max-width: 100%;
    }

.dmm1de {
    line-height: 24px;
    font-size: 12px;
    color: #777777;
    padding: 4px 10px;
}

.dmm1detitle {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}


.fenright {
    float: right;
    border-radius: 10px;
    line-height: 2;
    border: 1px solid #ccc;
    width: 20%;
    height: 40px;
    text-align: center;
    margin-top: 1%;
    cursor: pointer;
}

/*.navs{

    position: absolute;
    top: 98%;
    right: 0;
     display: none; 
    width: 47%;
       
}
.navs>ul{
    margin-bottom: 0;
    font-size: 0;
    width: 100%;
     background-color: #f5f5f5;
}
.navs>ul>li{
    font-size: 16px;
}
.navs>ul>li>a{
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 51px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    width: 95%;
    margin: auto;
}
.navs>ul>li>a:hover{
    background: #FFC458;
    color: #fff;
}
*/


.dmmain1row img {
    width: 262px;
}


.listpro .content {
    margin-top: 0;
    padding-top: 0.45rem;
    background: #ffffff;
    padding-bottom: 0.68rem;
    margin: 0.2rem 0;
    border: 1px solid #e4e4e4;
}

.listpro .pro_card_wrap {
    padding-bottom: 0.29rem;
}

.pro_card_wrap {
    overflow: hidden;
    padding: 0.4rem;
    padding-top: 0;
}

.pro_card:nth-of-type(2n+1) {
    margin-right: 0.52rem;
}

.pro_card {
    float: left;
    background: #ffffff;
    width: 49%;
    margin-bottom: 1.38rem;
}

    .pro_card .con {
        border: 1px solid #ebebeb;
        border-bottom: transparent;
    }

    .pro_card p {
        font-size: 14px color: #333;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1rem 0;
    }

    .pro_card .pic {
        border-top: 1px solid #ebebeb;
        overflow: hidden;
    }

    .pro_card > a {
        background: #047bbc;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        line-height: 1.4rem;
        display: block;
    }

    .pro_card .pic img {
        width: 100%;
        height: 110px;
    }




.product_detail .content {
    margin-top: 0;
    margin: 0.2rem 0;
    border: 1px solid #e4e4e4;
}

.product_detail .msg {
    padding: 0px 1rem;
    background: #ffffff;
    padding-top: 1.57rem;
}

    .product_detail .msg .pic {
        border: 1px solid #e6e6e6;
    }

    .product_detail .msg h1 {
        font-size: 1.5rem;
        color: #333333;
        font-weight: bold;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .product_detail .msg p {
        font-size: 0.2rem;
        color: #666666;
        line-height: 1.56rem;
        text-align: justify;
    }

    .product_detail .msg .labels {
        border-top: 1px dashed #cacaca;
        margin-top: 0.19rem;
        padding-top: 0.83rem;
        overflow: hidden;
        margin-bottom: 0.23rem;
    }

        .product_detail .msg .labels p {
            font-size: 0.84rem;
            margin-bottom: 0.85rem;
        }

        .product_detail .msg .labels span {
            border: 1px solid #bebebe;
            font-size: 0.188rem;
            color: #999999;
            line-height: 1.51rem;
            float: left;
            padding: 0 0.85rem 0 1.14rem;
            display: inline-block;
            margin-right: 1.16rem;
            margin-bottom: 0.64rem;
        }
/*.product_detail .msg .labels span:before {
    content: '\e6d2';
    font-family: iconfont;
    margin-right: 0.1rem;
}*/
.pic img {
    width: 100%;
}

.product_detail .tab ul {
    overflow: hidden;
}

.product_detail .tab li {
    font-size: 1.257rem;
    color: #333;
    background: #f0f0f0;
    width: 20%;
    float: left;
    line-height: 2.75rem;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .product_detail .tab li.on {
        background: #ffffff;
    }

        .product_detail .tab li.on:before {
            content: '';
            position: absolute;
            width: 1005px;
            height: 0.09rem;
            background: #cfcfcf;
            top: 0;
            left: 0;
        }

.product_detail .tab_content .swiper-slide {
    padding: 0 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_detail .tab_content {
    background: #ffffff;
    padding-top: 0.33rem;
    padding-bottom: 0.8rem;
}


.youjai {
    overflow: hidden;
}

.fellei {
    float: left;
    width: 20%;
}

    .fellei ul li a {
        display: block;
        background: #f1f1f1;
        font-size: 12px;
        color: #464646;
        border-bottom: 1px solid #dfdfdf;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
    }

.dmmain1rowpg {
    width: 100% !important;
    float: right;
}

.fixed {
    position: fixed;
    left: 0;
    z-index: 100;
    top: 11%;
}

.dropdown {
    position: relative;
}

    .dropdown > p {
        line-height: 2.75rem;
        color: #ffffff;
        background: #047bbc;
        padding-left: 0.99rem;
        margin: 0;
        cursor: pointer;
    }

        .dropdown > p > span {
            display: inline-block;
        }

        .dropdown > p i {
            margin-left: 9px;
        }


    .dropdown .level2 {
        position: absolute;
        left: 0;
        top: 3rem;
        width: 34%;
        background: #fff;
        min-height: 13rem;
        z-index: 10;
        display: none;
        cursor: pointer;
    }

        .dropdown .level2 a {
            height: 2.3rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 2.3rem;
            border-bottom: 1px solid #dddddd;
            color: #666;
            overflow: hidden;
            padding-left: 1rem;
            display: block;
        }
