    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    legend,
    input,
    button,
    textarea,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
    }
    
    body {
        /* 方便写代码 */
        background: #ffffff;
        color: #333;
        line-height: 1.6;
        font-size: 14px;
        font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
    }
    
    td,
    th,
    caption {
        font-size: 14px;
    }
    
    a {
        color: #333;
        text-decoration: none;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }
    
    a:hover {
        text-decoration: none;
        transition: .3s all;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
    }
    
    img {
        max-width: 100%;
        border: none;
    }
    
    ol,
    ul,
    li {
        list-style: none;
    }
    
    input,
    textarea,
    select,
    button {
        font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
    }
    
    table {
        border-collapse: collapse;
    }
    
    html {
        overflow-y: scroll;
    }
    
    a,
    button {
        cursor: pointer;
    }
    
    input,
    textarea,
    button {
        outline: none;
    }
    
    textarea {
        resize: none;
    }
    
    .clearfix:after {
        clear: both;
        content: "";
        display: block;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .show {
        display: block !important;
    }
    
    .hide {
        display: none !important;
    }
    
    .container,
    .w {
        width: 100%;
        max-width: 1230px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    /* /////////初始化样式结束////////// */
    
    .row {
        margin: 0px!important;
        padding: 0px!important;
    }
    
    a:hover {
        color: rgba(60, 120, 216, 1);
        text-decoration: none!important;
    }
    /* 媒体查询 */
    
    @media (max-width: 768px) {
        .product-m li {
            width: 21%!important;
        }
        .product-m {
            margin: 20px auto;
        }
        .news-mm {
            width: 100%!important;
        }
        .news-am ul li {
            height: 140px!important;
        }
        .shipin {
            width: 100%!important;
        }
        .shipin video {
            width: 100%!important;
        }
        .product-m {
            width: 300px!important;
        }
        .zhanshi {
            margin: 0 auto;
            width: 50%!important;
        }
        .product-sm h2 {
            font-size: 16px;
        }
    }
    /* 媒体查询 */
    /* 头部开始 */
    
    .header {
        height: 36px;
        line-height: 36px;
        background-color: rgb(238, 238, 238);
    }
    @media screen and (max-width:768px) {
        .header {
           display: none;
        }
    }
    .header p {
        margin: 0px!important;
    }
    
    .head-l {
        font-size: 12px;
        color: #5a5a5a;
    }
    
    .head-r {
        font-size: 12px;
        color: #5a5a5a;
    }
    
    .head-r span {
        line-height: 140%;
        color: rgb(249, 138, 22);
    }
    
    .container-fluid {
        position: relative;
        z-index: 99999;
        background-color: #fff;
    }
    
    header {
        position: relative;
        left: 0;
        width: 100%;
        padding: 18px 0;
        z-index: 1000;
    }
    /* s-nav */
    
    header .container {
        position: unset;
        text-align: left !important;
    }
    
    .logo_box {
        width: 15%;
        height: auto;
    }
    
    .logo_box a {
        display: block;
    }
    
    .logo_box a img {
        max-width: 100%;
    }
    
    .top_right {
        margin-left: 40px;
        width: 70%;
        display: inline-block;
    }
    .top_right {
            float: right;
            margin-top: 10px;
        }
    /* @media screen and (min-width:768px) {*/
    /*    .top_right {*/
    /*        float: right;*/
    /*        margin-top: 10px;*/
    /*    }*/
    /*}*/
    .nav {
        width: 100%;
        height: 44px;
        margin: 0 auto;
    }
    
    .nav_ul {
        width: 100%;
    }
    
    .nav_item {
        position: relative;
    }
    
    .nav_item>a {
        position: relative;
        display: block;
        /* padding: 0 14px; */
        line-height: 44px;
        font-size: 18px;
        color: #000;
        text-align: center;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    
    .nav_item>a>i {
        display: block;
        position: absolute;
        left: -2%;
        z-index: -1;
        width: 100%;
        height: 100%;
        /* transform: skewX(-10deg);
transform-origin: 50% 50%; */
    }
    
    .menu_open {
        display: none;
    }
    
    .search_icon>i {
        line-height: 44px;
    }
    
    @media screen and (min-width:1001px) {
        .nav_item.active>a {
            color: #fff;
        }
        .nav_item.active>a,
        .nav_item:hover>a {
            color: #fff;
            background-color: rgba(60, 120, 216, 1);
        }
        .nav_item.active>a>i,
        .nav_item:hover>a>i {
            /* background-color: #c40018; */
        }
        
        .nav_ul {
            display: table;
        }
        .nav_item {
            display: table-cell;
        }
        .nav_item:nth-child(2) {
            position: unset;
        }
        .nav_item_open {
            width: 100%;
        }
    }
    
    .nav_item_open {
        /* min-width: 110px; */
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        width: 100%;
        height: 0;
        overflow: hidden;
        box-shadow: 0 4px 15px 0 rgba(0, 12, 49, 0.5);
        background: #fff;
        /* border-radius: 4px; */
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .4s;
        transition: all .4s;
        overflow: hidden;
    }
    
    .nav_item:hover .nav_item_open {
        visibility: visible;
        opacity: 1;
        box-shadow: 0px 0px 10px #cecece;
    }
    
    @media screen and (min-width:1001px) {
        .nav_item:nth-child(3){
            position: unset;
        }
        /*.nav_item:nth-child(1):hover .nav_item_open {*/
        /*    height: 210px;*/
        /*}*/
        .nav_item:nth-child(5):hover .nav_item_open {
            height: 70px;
        }
        /*.nav_item:nth-child(4):hover .nav_item_open {*/
        /*    height: 70px;*/
        /*}*/
        .nav_item2:hover a {
            background-color: #c40018;
            color: #fff !important;
        }
        .nav_item2 {
            border-bottom: 1px solid #ebe9e9;
        }
    }
    
    .subopen {
        display: none;
    }
    
    .nav_item2 {
        width: auto;
    }
    /* .nav_item2:last-child {
border-bottom: none;

} */
    
    .nav_item2 a {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 2.5;
        white-space: nowrap;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .hcover {
        display: none;
    }
    
    @media screen and (max-width:1279px) {
        .nav_item>a {
            font-size: 15px;
        }
    }
    
    @media screen and (max-width:1023px) {
        .nav_item>a {
            font-size: 16px;
        }
    }
    
    @media screen and (max-width:1000px) {
        header {
            padding: .1rem;
        }
        .logo_box {
            width: 32%;
        }
        .logo_box img {
            width: 100%;
        }
        .top_right {
            width: 50%;
            margin-left: 0;
        }
        .search_icon {
            display: none;
        }
        .menu_open {
            display: block;
            float: right;
            width: 24px;
            /* height: 20px; */
            margin-top: 5px;
            margin-right: 3%;
        }
        .menu_open i {
            height: 2px;
            width: 100%;
            background: #000;
            display: block;
            margin-bottom: 7px;
        }
        .nav {
            width: 50%;
            height: 100%;
            position: fixed;
            top: 0;
            left: -50%;
            z-index: 100;
            overflow: hidden;
            background: #333;
            color: rgba(255, 255, 255, .6);
        }
        .hcover {
            display: block;
            width: 50%;
            height: 100%;
            background: rgba(0, 0, 0, .6);
            position: fixed;
            right: -50%;
            top: 0;
            z-index: 101;
        }
        .nav_ul {
            margin: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            overflow-x: hidden;
            overflow-y: auto;
            padding-top: 20px;
            text-align: left;
        }
        .nav_item {
            float: none;
            margin: 0;
            width: 100%;
        }
        .nav_item:after {
            content: '';
            display: block;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, .15);
            margin-left: 20px;
        }
        .nav_item>a {
            display: block;
            margin: 0;
            /* font-size: 14px; */
            line-height: 1.8;
            color: inherit;
            padding: 10px 10px 10px 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-right: 40px;
        }
        .nav_item i {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            width: 40px;
            height: 100%;
        }
        .nav_item i:before {
            content: '';
            display: block;
            height: 100%;
            border-left: 1px solid rgba(0, 0, 0, .15);
            position: absolute;
            top: 0;
            left: 0;
        }
        .nav_item i:after {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            margin-bottom: -5px;
            border: 2px solid rgba(255, 255, 255, .3);
            border-top: 0;
            border-left: 0;
            position: absolute;
            bottom: 50%;
            right: 18px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .nav_item_open {
            width: 50%;
            height: 100%;
            margin: 0;
            box-shadow: none;
            background: #333;
            border-radius: 0;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            position: fixed;
            left: -50%;
            top: 0;
        }
        .subopen {
            display: block;
            /* width: 110px; */
            /* float: left; */
        }
        .subopen a {
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 30px 10px 10px 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            /* font-size: 14px; */
            color: rgba(255, 255, 255, .3);
            background: rgba(0, 0, 0, .1);
            text-indent: 20px;
            position: relative;
        }
        .subopen a:before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            bottom: 50%;
            left: 22px;
            margin-bottom: -15px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border: 2px solid rgba(255, 255, 255, .3);
            border-right: 0;
            border-bottom: 0;
        }
        .nav_item2 {
            position: relative;
        }
        .nav_item2 a {
            display: block;
            overflow: hidden;
            margin: 0;
            /* font-size: 14px; */
            line-height: 1.8;
            padding: 10px 10px 10px 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: inherit;
        }
        .nav_item2:after {
            content: '';
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom: 1px solid rgba(0, 0, 0, .15);
            margin-left: 20px;
        }
    }
    
    @media screen and (max-width:768px) {
        .nav_item>a,
        .nav_item2 a,
        .subopen a {
            font-size: 18px;
        }
        .menu_open {
            width: 30px;
            margin-top: 10px;
        }
        .menu_open i {
            margin-bottom: 10px;
        }
    }
    
    @media screen and (max-width:450px) {
        .menu_open {
            width: 24px;
            margin-top: 7px;
        }
        .menu_open i {
            margin-bottom: 6px;
        }
        .nav_item>a,
        .nav_item2 a,
        .subopen a {
            font-size: 14px;
        }
    }
    /* 浜у搧涓績涓嬫媺 */
    
    .nav_item_100vw {
        position: absolute;
        z-index: 9;
        top: 100%;
        left: 0;
        width: 100vw;
        height: 0;
        transition: 0.6s;
        background: rgba(255, 255, 255, .9);
        border-bottom: none;
        box-shadow: none;
    }
    
    #topline {
        width: 100%;
        max-width: 1230px;
        margin: 0 auto;
        position: unset;
        height: 429px;
        box-shadow: none;
        border: none !important;
        animation-delay: .1s;
    }
    
    #topline li {
        display: block;
        float: left;
        width: 25%;
        margin-right: 0px;
        height: 38px;
        position: relative;
        line-height: 38px;
        font-size: 14px;
        padding-top: 12px;
        border: none !important;
        /*margin-left: 100px;*/
        text-align: center;
    }
    
    #topline h3 {
        color: #ef011c;
        font-size: 17px;
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    
    #topline li h5 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #topline li a:link,
    #topline li a:visited {
        color: #fff;
    }
    
    #topline li a {
        width: 100% !important;
    }
    
    #topline li img {
        width: 50%;
        border-radius: 15px;
        padding-top: 14px;
    }
    
    #topline li h5 a {
        color: #404040 !important;
        height: 29px;
        font-size: 14px;
        text-align: center;
        line-height: 1.8;
    }
    
    #topline li h6 {
        font-size: 12px;
        text-align: center;
        color: #ef011c;
    }
    
    .nav_item:hover .nav_item_100vw {
        height: 530px;
    }
    /* e-nav */
    
    .search_box {
        position: absolute;
        box-sizing: content-box;
        top: 100%;
        /* left: calc(50% - 300px); */
        width: 100%;
        background: rgba(255, 255, 255, .5);
        /* padding: 10px 0;  */
        transition: all .3s;
        height: 0;
        overflow: hidden;
        /* margin:0 auto; */
    }
    
    .searchss {
        width: 40%;
        padding: 20px 0 0;
        margin: 0 auto;
        border-bottom: 1px solid #666;
    }
    
    .drow {
        background-color: #fff;
        padding-left: 10px;
    }
    
    .drow-c>input {
        width: calc(100% - 100px);
        height: 40px;
        outline: none;
        border: none;
        line-height: 40px;
        font-size: 14px;
        text-indent: 10px;
    }
    
    .drow-c button {
        outline: none;
        border: none;
        background: #fff;
        font-size: 14px;
    }
    
    .close {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 10px;
        right: 28%;
        color: #000;
        font-size: 20px;
        cursor: pointer;
    }
    /* 鎼滅储妗� 缁撴潫 */
    
    .hottel {
        float: right;
        font-size: .24rem;
        color: #c40018 !important;
        line-height: 44px;
        margin-left: 25px;
    }
    /* 头部结束 */
    /* banner开始 */
    /* .banner {
    height: 466px;
} */
    
    .swiper-container,
    .swiper-container img {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        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;
    }
    /* banner结束 */
    /* about开始 */
    
    .about {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    
    .about-l1 {
        margin-bottom: 10px;
        width: 100%;
        height: 173px;
    }
    
    .about-l1 img {
        height: 100%;
        width: 100%;
    }
    
    .about-l2 {
        padding: 25px 10px;
        width: 100%;
        height: 173px;
        background-color: rgb(61, 133, 198);
    }
    
    .about-l2 p:nth-child(1) {
        margin-bottom: 18px;
        color: rgb(255, 255, 255);
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: 700;
    }
    
    .about-l2 p:nth-child(2) {
        color: rgb(255, 255, 255);
        font-family: 微软雅黑;
        font-size: 12px;
        line-height: 200%;
    }
    
    .about-m {
        /* margin-right: 10px; */
        position: relative;
        padding: 35px 10px;
        /* width: 45%; */
        height: 356px;
        background-color: rgb(238, 238, 238);
    }
    
    .about-m p:nth-child(1) {
        color: #000000;
        font-size: 30px;
    }
    
    .about-m p:nth-child(2) {
        color: rgb(67, 67, 67);
        font-family: 微软雅黑;
        font-size: 12px;
        line-height: 200%;
    }
    
    .about-m p:nth-child(3) {
        color: rgb(67, 67, 67);
        font-family: 微软雅黑;
        font-size: 12px;
        line-height: 200%;
    }
    /*.about-m p:nth-child(4) {*/
    /*    margin: 0px;*/
    /*    float: left;*/
    /*    color: rgb(17, 140, 210);*/
    /*    font-family: arial;*/
    /*    font-size: 46px;*/
    /*    line-height: 140%;*/
    /*}*/
    /*.about-m p:nth-child(4) span {*/
    /*    color: rgb(17, 140, 210);*/
    /*    font-family: arial;*/
    /*    font-size: 10px;*/
    /*    line-height: 140%;*/
    /*}*/
    /* .about-m p:nth-child(5) {
    margin: 0px;
    float: right;
    color: rgb(17, 140, 210);
    font-family: arial;
    font-size: 46px;
    line-height: 140%;
}

.about-m p:nth-child(5) span {
    color: rgb(17, 140, 210);
    font-family: arial;
    font-size: 10px;
    line-height: 140%;
} */
    /* .about-m p:nth-child(6) {
    position: absolute;
    bottom: 15px;
    left: 35px;
    float: left;
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 140%;
}

.about-m p:nth-child(7) {
    position: absolute;
    bottom: 15px;
    right: 85px;
    float: right;
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 140%;
} */
    
    .about-r1 {
        margin-bottom: 10px;
        padding: 10px;
        height: 173px;
        background-color: rgb(61, 133, 198);
    }
    
    .about-r1 p:nth-child(1) {
        font-size: 16px;
        color: rgb(255, 255, 255);
        line-height: 140%;
        font-weight: bold;
    }
    
    .about-r1 p:nth-child(2) {
        color: rgb(240, 251, 255);
        font-family: 微软雅黑;
        line-height: 200%;
        font-size: 12px;
    }
    
    .about-r1 p:nth-child(3) {
        color: rgb(240, 251, 255);
        font-family: 微软雅黑;
        line-height: 200%;
        font-size: 12px;
    }
    
    .about-r2 {
        width: 100%;
        height: 173px;
    }
    
    .about-r2l {
        padding: 17px 0px;
        height: 173px;
        background-color: rgb(238, 238, 238);
    }
    
    .about-r2l p:nth-child(1) {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }
    
    .about-r2l p:nth-child(2) {
        color: rgb(67, 67, 67);
        font-family: 微软雅黑;
        line-height: 200%;
        font-size: 12px;
    }
    
    .about-r2r {
        padding-right: 0px!important;
    }
    
    .about-r2r img {
        width: 100%;
        height: 100%;
    }
    
    .about-r2l,
    .about-r2r {
        height: 173px;
        /* width: 48%; */
    }
    /* about结束 */
    /* product开始 */
    
    .product {
        margin-bottom: 60px;
        height: 310px;
        width: 100%;
        padding: 50px auto;
        background: url("../images/product.jpg")no-repeat 0px -180px;
    }
    
    .title {
        position: relative;
        margin: 10px auto;
        width: 200px;
        height: 20px;
        text-align: center;
    }
    
    .title p:nth-child(1) {
        position: absolute;
        top: 60%;
        left: 0px;
        float: left;
        display: block;
        width: 60px;
        height: 1px;
        background-color: #fff;
    }
    
    .title p:nth-child(2) {
        margin-top: 50px;
        line-height: 28px;
        color: rgb(255, 255, 255);
        font-family: arial;
        font-size: 14px;
        font-weight: normal;
    }
    
    .title p:nth-child(3) {
        position: absolute;
        top: 60%;
        right: 0px;
        float: left;
        display: block;
        width: 60px;
        height: 1px;
        background-color: #fff;
    }
    
    .title-m {
        margin-bottom: 30px;
        font-size: 32px;
        color: #ffffff;
        line-height: 140%;
        text-align: center;
        font-family: 微软雅黑;
        cursor: pointer;
        font-weight: bold;
    }
    
    .product-m {
        /* width: 50%; */
        width: 600px;
        height: 100px;
        margin: 20px auto;
    }
    
    .product-m li {
        margin: 0 12px;
        text-align: center;
        float: left;
        width: 16%;
        line-height: 90px;
        background: url("../images/6jiao.png")no-repeat;
        background-size: 100%;
    }
    
    .product-m li img {
        width: 65%;
    }
    /* product结束 */
    /* .main-m {
    height: 350px;
} */
    
    .main-m li a {
        position: relative;
        max-width: 250px;
        margin: 0px auto;
        max-height: 250px;
        /* height: 280px;
    width: 280px; */
        display: inline;
    }
    
    .main-m li img {
        height: 211px;
        /* width: 100%; */
        /* height: 100%; */
        border: 1px solid #ccc;
        /* height: auto; */
        max-width: 100%;
    }
    
    .main-m p {
        height: 38px;
        text-align: center;
        margin: 30px 0px 15px;
        cursor: pointer;
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #434343!important;
        font-weight: normal!important;
        line-height: 140%;
    }
    /* case开始 */
    
    .case {
        width: 100%;
        background-color: rgb(238, 238, 238);
    }
    
    .title2 {
        height: 50px;
        width: 280px;
        margin: 40px auto;
        text-align: center;
        box-sizing: border-box;
        list-style: none;
        font-size: 30px;
        color: rgb(0, 0, 0);
        font-family: 微软雅黑;
    }
    
    .title2 p:nth-child(1) {
        color: rgb(17, 140, 210);
        line-height: 140%;
        font-size: 30px;
        font-family: 微软雅黑;
        font-weight: 700;
        display: inline;
    }
    
    .title2 p:nth-child(2) {
        color: rgb(0, 0, 0);
        line-height: 140%;
        font-size: 30px;
        font-family: 微软雅黑;
        font-weight: 700;
        display: inline;
    }
    
    .title2 span {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
    }
    
    .title2 span img {
        width: 100%;
        height: 100%;
    }
    
    .anniu {
        margin-bottom: 30px;
        width: 100%;
        height: 36px;
        text-align: center;
    }
    
    .anniu a {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 120px;
        height: 36px;
        border: 1px solid rgba(60, 120, 216, 1);
        border-radius: 20px;
        line-height: 36px;
    }
    
    .anniu a:hover {
        direction: none;
        background-color: rgba(60, 120, 216, 1);
        color: #fff;
    }
    /* case结束 */
    /* aboutus开始 */
    
    .aboutus {
        background: url("../images/adadfdsf10.jpg")no-repeat 0px -150px;
    }
    
    .shipin {
        text-align: center;
        margin: 0px auto;
        width: 45%;
        /* width: 821px; */
        height: 350px;
        /* background: url("../images/video_hdbz.jpg")no-repeat; */
    }
    
    .shipin video {
        width: 70%;
    }
    /* aboutus结束 */
    /* news开始 */
    
    .news-l1 {
        border-bottom: 1px solid #ccc;
    }
    
    .news-l1 p:nth-child(1) {
        display: block;
        font-family: Microsoft YaHei;
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
    }
    
    .news-l1 p:nth-child(2) {
        display: block;
        font-family: Microsoft YaHei;
        font-size: 12px;
        color: #7D7D7D;
        font-weight: normal;
        text-decoration: none;
    }
    
    .news-l1 p:nth-child(3) {
        margin-bottom: 20px;
        display: block;
        font-family: Microsoft YaHei;
        font-size: 12px;
        color: #7D7D7D;
        font-weight: normal;
        text-decoration: none;
    }
    
    .news-l2 {
        padding: 20px 0px;
        line-height: 26px;
    }
    
    .news-l2 a {
        margin-left: 10px;
        color: #434343;
    }
    
    .news-l2 a:hover {
        color: rgba(60, 120, 216, 1);
        text-decoration: none!important;
    }
    
    .news-l2 span {
        display: inline-block;
        font-family: Microsoft YaHei;
        color: #9F9F9F;
        font-weight: normal;
        text-decoration: none;
    }
    
    .news-r,
    .news-l {
        padding: 10px;
    }
    
    .news-r li {
        padding: 15px 0px;
        margin-bottom: 3px;
        overflow: hidden;
        font-family: 微软雅黑, Arial;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        line-height: 15px;
        border-bottom: 1px solid #ccc;
    }
    
    .news-r span {
        float: right;
        font-family: arial;
        font-size: 12px;
        color: #929292;
        font-weight: normal;
        text-decoration: none;
    }
    
    .news-r a {
        /* display: inline-block; */
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #434343;
        font-weight: normal;
        text-decoration: none;
    }
    
    .news-r a:hover {
        color: rgba(60, 120, 216, 1);
        text-decoration: none!important;
    }
    /* news结束 */
    /* footer开始 */
    
    .logo {
        margin-bottom: 20px;
        margin-left: -40px;
    }
    
    .logo img {
        width: 80%;
    }
    
    .footer-l {
        padding: 20px;
    }
    
    .footer-l p {
        margin-top: 15px;
        color: rgb(102, 102, 102);
        font-family: 微软雅黑;
        font-size: 12px;
    }
    
    .footer-l p a {
        margin-top: 15px;
        color: rgb(102, 102, 102);
        font-family: 微软雅黑;
        font-size: 14px;
    }
    
    .footer {
        background-color: rgb(34, 34, 34);
    }
    
    .glyphicon {
        position: relative;
        top: 0px!important;
    }
    
    .form-control {
        width: 80%!important;
    }
    
    .input-group-addon {
        float: left!important;
        padding: 6px 20px!important;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px!important;
        color: #fff!important;
        text-align: center;
        background-color: rgba(60, 120, 216, 1)!important;
        border: 1px solid rgba(60, 120, 216, 1)!important;
        border-radius: 4px;
    }
    
    .footer-r ul {
        margin-top: 40px;
        width: 100%;
        height: 70px;
        border-top: 1px solid #ccc;
    }
    
    .footer-r ul li {
        /* margin-left: 20px; */
        float: left;
    }
    
    .footer-r ul li a {
        white-space: nowrap;
        overflow: hidden;
        /* padding-left: 20px;
    padding-right: 20px; */
        text-align: center;
        display: block;
        font-family: arial;
        font-size: 16px;
        color: #999999;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        line-height: 70px
    }
    
    .footer-r a:hover {
        color: #fff;
    }
    
    .erweima {
        float: right;
        height: auto;
    }
    
    .erweima img {
        width: 100%;
    }
    
    .dizi,
    .dianhua,
    .yoxiang {
        line-height: 30px;
        font-family: 微软雅黑;
        font-size: 14px;
        color: rgb(120, 120, 120);
        /*text-transform: uppercase;*/
    }
    
    .dizi span,
    .dianhua span,
    .yoxiang span {
        display: inline-block;
        font-size: 20px;
        width: 20px;
        margin-right: 15px;
    }
    
    .copyright {
        margin: 10px auto;
        text-align: center;
        display: block;
        width: 300px;
        height: 32px;
        line-height: 32px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 20px;
        color: #ffffff;
        font-size: 14px;
    }
    /* footer结束 */
    /* 详情页开始 */
    
    .mianbaoxu {
        width: 100%;
        /* height: 60px; */
        line-height: 60px;
        background-color: rgb(246, 246, 246);
    }
    
    .mianbaoxu span a {
        padding: 0px 10px;
    }
    
    .mianbaoxu ul {
        margin-bottom: 0px;
    }
    
    .mianbaoxu ul li {
        float: left;
    }
    
    .mianbaoxu ul li a {
        display: block;
        padding: 0px 25px;
        color: #434343;
    }
    .mianbaoxu ul li.active a,
    .mianbaoxu ul li a:hover {
        color: #fff;
        background-color: rgba(60, 120, 216, 1);
    }
    
    .abouts-main {
        margin: 70px auto;
    }
    
    .abouts-f {
        margin-top: 50PX;
    }
    
    .abouts-tr img,
    .abouts-fl img {
        width: 100%;
    }
    
    .abouts-tl p:nth-child(1),
    .abouts-fr p:nth-child(1) {
        margin-bottom: 10PX;
        font-size: 32px;
        color: rgb(0, 0, 0);
        line-height: 140%;
        font-weight: 500;
    }
    
    .abouts-tl p:not-child(1),
    .abouts-fr p:not-child(1) {
        line-height: 2.1;
        font-size: 13px;
        color: #5a5a5a;
    }
    .abouts-main p{
        line-height: 1.8;
    }
    /*.abouts-tl p:nth-child(3),*/
    /*.abouts-fr p:nth-child(3),*/
    /*.abouts-tl p:nth-child(4),*/
    /*.abouts-fr p:nth-child(4) {*/
    /*    line-height: 220%;*/
    /*    font-size: 13px;*/
    /*    color: #5a5a5a;*/
    /*}*/
    /* archive-products开始 */
    
    .products-am {
        margin: 50px auto;
    }
    /* archive-products结束 */
    /* news开始 */
    
    .news-am {
        margin: 80px auto 20px;
        padding: 0 10px;
    }
    
    .news-am>ul>li {
        padding: 16px 0px;
        margin: 10px 0px;
        border-bottom: 1px dashed #dbd4cd;
    }
    
    .time {
        background: #198ede;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        margin-left: 10px;
        color: #fff;
    }
    
    .time p:nth-child(1) {
        margin: 0px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }
    
    .time p:nth-child(2) {
        color: #fff;
        font-size: 12px;
    }
    
    .news-single-m img {
        width: 60%!important;
        height: auto!important;
    }
    
    .news-mm {
        /* height: 100px; */
        width: 90%;
    }
    
    .news-mm a,
    .news-mm a b {
        font-family: Microsoft YaHei;
        font-size: 20px;
        color: #434343;
        font-weight: normal;
        text-decoration: none;
        line-height: 140%;
    }
    
    .news-mm p {
        line-height: 140%;
        font-family: Microsoft YaHei;
        font-size: 12px;
        padding-top: 4px;
        color: #666666;
        font-weight: normal;
        text-decoration: none;
    }
    /* news结束 */
    /* single-news开始 */
    
    .news-m h4 {
        margin: 20px;
        text-align: center;
        display: block;
        font-family: Microsoft YaHei;
        font-size: 16px;
        color: #434343;
        font-weight: bold;
        text-decoration: none;
    }
    
    .news-m h5 {
        margin: 20px;
        text-align: center;
        font-size: 12px;
    }
    
    .news-m h5 span {
        margin: 0 20px;
    }
    
    .news-m p {
        font-family: 微软雅黑;
        text-indent: 2rem;
        line-height: 30px;
        color: #444444;
    }
    
    .miaos {
        background-color: #F5F5F5;
        border: 1px solid #E5E5E5;
        color: #868686;
        line-height: 1.7em;
        margin-bottom: 10px;
        padding: 5px;
        display: block;
        font-family: Microsoft YaHei;
        font-size: 12px;
        color: #868686;
        font-weight: normal;
        text-decoration: none;
        line-height: 22px;
        background: #F5F5F5;
        border-style: solid solid solid solid;
        border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
        border-width: 1px 1px 1px 1px;
    }
    
    .main-qh {
        margin-top: 10px;
        width: 100%;
    }
    
    .main-qh span {
        display: block!important;
        padding: 10px!important;
    }
    /* .main-qh a {
        display: block!important;
    } */
    
    .main-qh a:hover {
        color: rgb(60, 120, 216);
    }
    /* single-news结束 */
    /* Message开始 */
    
    .Message {
        padding: 0 10px;
        margin: 80px auto;
    }
    
    .Message h3 {
        margin: 30px 0px;
        text-align: center;
    }
    
    .message-m {
        margin: auto;
        word-wrap: break-word;
        padding: 66px;
        /* padding-left: 130px; */
        border: 8px solid rgb(217, 217, 217);
        /* height: 445px; */
        /* width: 884px; */
        font-size: 12px;
        line-height: 140%;
        overflow: hidden;
    }
    
    .mfields ul li {
        text-align: center;
        float: left;
        width: 100%;
        margin: 7px auto;
        font-family: '微软雅黑';
    }
    
    .message-title {
        float: left;
        line-height: 1.5;
        width: 70px;
        color: #5a5a5a;
        padding-top: 11px;
    }
    
    .inpbox {
        float: left;
        /* width: 500px; */
        width: 90%;
    }
    
    .inpbox input {
        font-family: '微软雅黑';
        background-color: #f7f7f7;
        border: 1px solid #dedede;
        font-size: 12px;
        text-indent: 5px;
        height: 38px;
        line-height: 38px;
        width: 100%;
    }
    
    .inpbox textarea {
        font-size: 12px;
        padding: 5px 0;
        width: 100%;
        height: 60px;
        background-color: #f7f7f7;
        border: 1px solid #dedede;
    }
    
    .button-m {
        width: 30%;
        margin: 0 auto;
    }
    
    .button-m button {
        width: 100%;
        margin: 10px auto;
        background-color: #3d85c6;
        display: block;
        font-family: '微软雅黑';
        float: left;
        border-style: solid;
        border-width: 0;
        line-height: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
    }
    /* Message结束 */
    /* contact开始 */
    
    .iw_poi_title {
        color: #CC5522;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap
    }
    
    .iw_poi_content {
        font: 12px arial, sans-serif;
        overflow: visible;
        padding-top: 4px;
        white-space: -moz-pre-wrap;
        word-wrap: break-word
    }
    /* .contact p:nth-child(1) {
        color: rgb(60, 120, 216);
        font-size: 16px;
        line-height: 240%;
        text-align: center;
    }
    
    .contact p:nth-child(2) {
        font-size: 14px;
        line-height: 240%;
        text-align: center;
    }
    
    .contact p:nth-child(3) {
        color: rgb(0, 0, 0);
        font-size: 31px;
        line-height: 240%;
        font-family: 微软雅黑;
        text-align: center;
    }
    
    .contact p:nth-child(4),
    .contact p:nth-child(5),
    .contact p:nth-child(6) {
        line-height: 240%;
        font-family: 微软雅黑;
        font-size: 12px;
        color: #5a5a5a;
        text-align: center;
    } */
    
    .contact {
        padding: 0 10px;
        margin: 80px auto;
    }
    /* contact结束 */
    /* single-products开始 */
    
    .single-products {
        padding: 0 10px;
        margin: 80px auto;
    }
    
    .single-products-t h2 {
        font-size: 30px;
        line-height: 140%;
        color: #3d85c6;
        font-family: 'Microsoft YaHei';
        font-weight: bold;
        background: white;
        min-height: 33px;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    
    .single-products-t p {
        color: #5a5a5a;
        padding-left: 8px;
        min-height: 23px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        line-height: 15px;
    }
    
    .zhanshi {
        margin: 0 auto;
        width: 25%;
    }
    
    .zhanshi img {
        width: 100%;
    }
    
    .miaosho {
        background-color: #F5F5F5;
        border: 1px solid #E5E5E5;
        color: #868686;
        line-height: 1.7em;
        margin: 25px auto;
        padding: 5px;
    }
    
    .miaosho img {
        width: 60%!important;
        height: auto!important;
    }
    
    .product-sm h2 {
        font-size: 24px;
        line-height: 1;
        padding-left: 1.5em;
        background: url(../images/titlle_icon.png) no-repeat 0 0;
        background-size: contain;
        margin: 2em 0 .8em;
        letter-spacing: 1px;
    }
    /* single-products结束 */
    /* 分页器开始 */
    
    .fenye li {
        margin: 20px 5px;
        float: left;
    }
    
    .fenye td {
        padding: 8px;
        margin: 20px 5px;
        /* float: left; */
        border: 1px solid #ccc;
    }
    /* 分页器结束 */
    /* search开始 */
    
    .search-banner img {
        width: 100%;
        height: 100%;
    }
    
    .sosuo p strong {
        color: red!important;
        font-size: 22px;
    }
    
    .sosuo {
        margin-top: 30px;
    }
    
    .sosuo p {
        color: #333;
        font-size: 22px;
    }
    /* search结束 */
    
    .main-mm {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    .main-mm p {
        margin-top: 10px;
        font-size: 18px;
    }
    .main-phone>div,.main-gj>div{
        padding: 20px 5px;
        border-radius: 4px;
        background-color: #f8f8f8;
    }
    .main-phone span,
    .main-gj span {
        display: block;
        font-family: 微软雅黑;
        line-height: 180%;
        font-size: 18px;
        font-weight: 600;
        color: rgb(60, 120, 216);
    }
    /* 2023.7产品改版 */
    
    [class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    @media (max-width: 767px) {
        .row {
            margin-left: -5px;
            margin-right: -5px;
        }
        [class^="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }
    }
    
    .wsc-layoutCon {
        position: relative;
    }
    
    .layout-side {
        position: sticky;
        top: 10px;
        width: 21.5%;
        float: left;
        padding: 30px 20px 20px;
        font-size: 14px;
        line-height: 1.5;
        font-family: "Microsoft Yahei", "Arial", sans-serif;
        color: #333333;
        background: #f6f6f6;
        border-radius: 4px;
        z-index: 100;
    }
    
    .layout-side .catebtn {
        display: none;
        position: relative;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 18px;
        background-color: #006cff;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    /*.layout-side .catebtn:after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 11px;*/
    /*    top: 11px;*/
    /*    width: 18px;*/
    /*    height: 18px;*/
    /*    background-size: 100% 100%;*/
    /*}*/
    
    .layout-side .close {
        display: none;
        position: absolute;
        top: 90px;
        right: 20px;
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 30px;
        opacity: 1;
        background-size: 100% 100%;
        cursor: pointer;
        z-index: 10000000;
    }
    
    .proNav-head {
        padding: 0 20px;
        text-align: center;
        font-size: 22px;
        color: #222;
        line-height: 1;
        background-size: cover;
        margin-bottom: 30px;
    }
    
    .panel-group {
        /* background: #fff; */
        /* padding: 10px; */
        margin-bottom: 10px;
    }
    
    .layout-side .panel-group .panel {
        margin-bottom: 3px;
        background-color: transparent;
    }
    
    .panel-group .panel+.panel {
        margin-top: 4px;
    }
    
    .sideNav {
        background: #fff;
        padding: 10px 10px 20px;
    }
    
    .sn-list-item,
    .sn-list-item .panel-body {
        border: none !important;
    }
    
    .layout-side .panel-default>.panel-heading {
        padding: 0;
        border: none !important;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .sn-item-tit span {
        font-size: 20px;
    }
    
    .sn-item-tit {
        overflow: hidden;
        font-size: 16px;
        color: #222;
        /* background: #f5f5f5; */
        position: relative;
    }
    /* .sn-item-tit .ico {
        position: absolute;
        padding: 0 20px;
        top: 0;
        right: 0;
    } */
    
    .transition {
        transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
    }
    
    .list-wraper .panel .panel-title a,
    .list-wraper .panel .panel-title a .fa {
        transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        text-decoration: none;
    }
    
    .sn-item-tit>a:before {
        position: absolute;
        left: 10px;
        top: 50%;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #333;
        transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
    }
    
    .sn-item-tit.in>a:before,
    .sn-item-tit>a:hover:before,
    .sn-item-tit a[aria-expanded="true"]:before {
        background-color: #fff;
    }
    
    .sn-item-tit>a:hover,
    .sn-item-tit.in>a,
    .sn-item-tit a[aria-expanded="true"] {
        background-color: rgba(60, 120, 216, 1);
        color: #fff;
    }
    
    .sn-list-item .collapse:hover,
    .sn-list-item .collapse.active {
        color: rgba(60, 120, 216, 1);
    }
    
    .sn-item-tit a {
        float: left;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        line-height: 50px;
        font-size: 16px;
        color: #617080;
        transition: 0.3s;
    }
    
    .sn-list-item .panel-body {
        /* background-color: #fff; */
    }
    /* .sideNav ul {
        display: none;
    } */
    
    .collapse {
        border: none !important;
    }
    
    .pro_nav_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #617080;
        position: relative;
    }
    
    .pro_nav_list a {
        color: #617080;
    }
    
    .sideNav li .pro-nav2 {
        color: #617080;
        display: block;
        padding-left: 30px;
    }
    
    .layout-content {
        float: right;
        width: 77%;
    }
    
    .prodList .Atitem.wsc-relate {
        margin-top: 0;
        padding-top: 0px;
    }
    
    .prodList .Atitem .rlist-style3 {
        padding: 0;
        overflow: hidden;
        margin-top: 0px;
    }
    
    .Atitem .rlist-style3 .rListCon {
        padding: 0 5px;
        margin: -20px 0 0;
        zoom: 1;
    }
    
    .prodList .Atitem .wsc-pro .rlist-imgitem {
        float: left;
        width: calc(33.33% - 14px);
        padding: 20px;
        margin: 20px 21px 20px 0;
        border-radius: 4px;
        background: #f6f6f6;
    }
    
    .prodList .Atitem .wsc-pro .rlist-imgitem:nth-child(3n) {
        margin-right: 0;
    }
    
    @media (max-width:768px) {
        .Atitem .rlist-style3 .rListCon {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: -20px 0 0;
            zoom: 1;
        }
        .prodList .Atitem .wsc-pro .rlist-imgitem {
            width: 49%;
            margin-right: 0!important;
        }
    }
    
    .Atitem .wsc-pro .rlist-img {
        height: 0;
        padding-bottom: 82.8%;
        overflow: hidden;
        margin: 0;
        float: none;
        border: 0;
        box-sizing: border-box;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        /* border-bottom: 1px solid #f5f5f5; */
    }
    
    .Atitem .wsc-pro .rlist-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    .rlist-style3 .rlist-img img {
        width: 100%;
        height: auto;
        transition: 0.36s;
    }
    
    .rlist-imgitem:hover .rlist-img img {
        transform: scale(1.08);
    }
    
    .Atitem .wsc-pro .rlist-info {
        overflow: hidden;
        padding-top: 20px;
        border-top: 0;
        border-radius: 0px 0px 2px 2px;
    }
    
    .Atitem .wsc-pro .rlist-tit {
        font-size: 18px;
        line-height: 1.4;
        height: 50px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .Atitem .wsc-pro .rlist-tit a {
        color: #000;
        font-weight: bold;
    }
    
    .wsc-pro .list-btn {
        margin-top: 15px;
        font-size: 0;
        text-align: center;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .wsc-pro .list-btn .btn {
        display: inline-block;
        width: 50%;
        height: 40px;
        padding: 0;
        margin: 0;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        border-radius: 0;
    }
    
    .wsc-pro .list-btn .btn:first-child {
        background-color: #fff;
        color: #333;
    }
    
    .wsc-pro .list-btn .btn:last-child {
        background-color: rgba(60, 120, 216, 1);
        color: #fff;
    }
    
    .wsc-pro .list-btn .btn:last-child:hover {
        background-color: rgba(60, 120, 216, .8);
    }
    
    .prodList .Atitem .wsc-pro .rlist-imgitem:hover {
        background: #fff;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, .05);
    }
    
    .prodList .Atitem .wsc-pro .rlist-imgitem:hover .list-btn .btn:first-child {
        background-color: #f6f6f6;
    }
    
    .pro_contact {
        padding: 30px 0;
    }
    
    .pro_contact_list {
        padding-bottom: 20px;
        border-bottom: 1px dashed #333;
    }
    
    .pro_contact_list a {
        display: block;
        padding: 0;
        font-size: 16px;
        color: rgba(60, 120, 216, 1);
        line-height: 50px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid rgba(60, 120, 216, 1);
        margin-bottom: 10px;
    }
    
    .pro_contact_list a.active,
    .pro_contact_list a:hover {
        color: #ffffff;
        background-color: rgba(60, 120, 216, 1);
    }
    
    .pro_contact p.flex {
        display: flex;
        justify-content: space-around;
        font-size: 16px;
    }
    
    .pro_contact p.flex a {
        color: #333;
    }
    
    @media screen and (max-width:768px) {
        .products-am{
            margin: 20px auto;
        }
        .layout-side,
        .layout-content {
            width: 100%;
        }
        .pro_nav_list {
            display: inline;
            margin-right: 5px;
        }
        .prodList .Atitem .wsc-pro .rlist-imgitem {
            width: 50%;
        }
        .Atitem .wsc-pro .rlist-info {
            padding: 5px;
        }
        .wsc-pro .list-btn .btn {
            height: 26px;
            line-height: 26px;
            font-size: 14px;
        }
        /* .pro_contact_zxzx {
            width: 50%;
            height: 26px;
            line-height: 26px;
            font-size: 14px;
        } */
        .wsc-layoutCon {
            padding-bottom: 0;
        }
        .layout-side {
            position: relative;
            top: 0;
            width: 100%;
            padding: 20px 10px;
        }
        .layout-side .catebtn {
            display: block;
        }
        .layout-side .category {
            float: none;
            min-height: 0 !important;
            position: fixed;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 74px 20px 20px 20px;
            background-color: #f2f2f2;
            overflow-y: auto;
            z-index: 999;
            box-sizing: border-box;
            transition: all .5s;
        }
        .layout-side .category .close {
            display: block;
        }
        .layout-side .category .box {
            position: static;
        }
        .layout-side .category .box h2 {
            line-height: 30px;
            margin-bottom: 20px;
            font-size: 18px;
        }
        /* .layout-side .category .box li {
                height: auto;
                line-height: 40px;
                padding: 0 30px 0 10px;
                font-size: 14px;
            } */
        .layout-side .category .box li i {
            top: 10px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
        }
        .layout-side .category .box li:after {
            display: none;
        }
        .layout-side .category.on {
            left: 0;
        }
        .pro_contact {
            display: none;
        }
        .prodList .Atitem .wsc-pro .rlist-imgitem {
            padding: 10px;
        }
        .Atitem .wsc-pro .rlist-tit {
            font-size: 16px;
        }
        .pro_list .teet p {
            font-size: 14px;
            height: 45px;
            margin-bottom: 0;
        }
    }
    /* 产品中心页面 */
    
    .proHd-box {
        padding: 20px 20px 30px;
        background: #fff;
        transition: .3s;
    }
    
    .proHd-img {
        height: 0;
        padding-bottom: 82.8%;
        overflow: hidden;
        border-radius: 6px;
    }
    
    .proHd-img img {
        width: 100%;
        transition: .3s;
    }
    
    .proIndex-head {
        padding: 0px 0 40px;
        background: #F6F6F6;
    }
    
    .proHd-info {
        margin-top: 30px;
        text-align: center;
    }
    
    .proHd-tit {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
    }
    
    .proHd-tit a {
        color: #111;
    }
    
    .proHd-tit a:hover {
        color: rgba(60, 120, 216, 1);
    }
    
    .proHd-post {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
        color: #7C7C6B;
        height: 22px;
        overflow: hidden;
    }
    
    .proHd-post a {
        color: #999;
    }
    
    .proHd-sea {
        width: 100%;
        padding: 19px 40px;
        background: #fff;
        border-radius: 40px;
        margin-top: 20px;
    }
    
    .proHd-sea {
        font-size: 16px;
        font-weight: bold;
        color: rgba(60, 120, 216, 1);
    }
    
    .proHd-sea a {
        color: #666;
        font-weight: 400;
        display: inline-block;
    }
    
    .proHd-sea a:first-child {
        margin-left: 10px;
    }
    
    .proHd-sea span {
        width: 1px;
        height: 12px;
        background: #ccc;
        margin: 0 15px;
        display: inline-block;
    }
    
    .proHd-sea a:hover {
        color: rgba(60, 120, 216, 1);
    }
    
    .proIndex-main {
        padding: 40px 0;
    }
    
    .proIndex-left {
        width: 50%;
        float: left;
        overflow: hidden;
    }
    
    .proIndex-cls {
        background: #F6F6F6;
    }
    
    .proIndex-left img {
        width: 100%;
        transition: .3s;
    }
    
    .proIndex-left:hover img {
        transform: scale(1.02);
    }
    
    .proIndex-right {
        width: 50%;
        float: left;
        padding: 60px;
    }
    
    .proIndex-title {
        font-size: 30px;
        line-height: 42px;
        color: #111;
        font-weight: bold;
    }
    
    .proIndex-title a {
        color: black;
    }
    
    .proIndex-intro {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
        color: #7C7C6B;
    }
    
    .proIndex-intro a {
        color: #7C7C6B;
    }
    
    .proIndex-tag {
        font-size: 0;
        margin-top: 25px;
    }
    
    .proIndex-tag span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: rgba(60, 120, 216, 1);
        background: #fff;
        border-radius: 4px;
        padding: 0 20px;
        margin-right: 10px;
        font-weight: bold;
    }
    
    .proIndex-case {
        padding-top: 40px;
        margin-top: 37px;
        border-top: 1px solid #F0F0F0;
    }
    
    .proIndexC-t {
        font-size: 18px;
        color: #111;
        font-weight: bold;
    }
    
    .proIndexC-x {
        padding-top: 5px;
    }
    
    .proIndexC-x p {
        font-size: 16px;
        color: #222;
        margin-top: 15px;
    }
    
    .proIndexC-x p span {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #666;
        position: relative;
        top: -2px;
        margin-right: 10px;
    }
    
    .proIndexC-x a:hover {
        color: rgba(60, 120, 216, 1);
    }
    
    .proIndex-main .proHd-box {
        background: #F6F6F6;
        border-radius: 4px;
    }
    
    .proHd-but {
        font-size: 0;
        text-align: center;
        margin-top: 20px;
    }
    
    .proHd-but a {
        display: inline-block;
        width: 50%;
        height: 40px;
        background: #fff;
        border-radius: 4px 0px 0px 4px;
        font-size: 16px;
        color: #7C7C6B;
        line-height: 40px;
    }
    
    .proHd-but .bts2 {
        border-radius: 0px 4px 4px 0px;
        background: rgba(60, 120, 216, 1);
        color: #fff;
    }
    
    .proHd-main {
        margin-top: 20px;
    }
    
    .proIndex-all {
        margin-top: 60px;
    }
    
    .proIndex-all:first-child {
        margin-top: 0;
    }
    
    .proHd-posts {
        text-align: center;
        margin-top: 20px;
    }
    
    .proHd-posts a {
        width: 200px;
        height: 50px;
        border: 1px solid rgba(60, 120, 216, 1);
        display: inline-block;
        color: rgba(60, 120, 216, 1);
        line-height: 48px;
        font-size: 16px;
        border-radius: 4px;
    }
    
    .proHd-posts a:hover {
        color: #fff;
        background: rgba(60, 120, 216, 1);
    }
    /* 产品详情页 */
    
    .case-det {
        width: 500px;
        float: left;
    }
    
    /*.case-det .pd-img .carousel-inner {*/
    /*    height: 375px;*/
    /*}*/
    
    .case-det img {
        width: 100%;
    }
    
    .case-det .pd-img .carousel-indicators li .img-box {
        height: 56px;
    }
    
    .proDtail-head {
        padding: 10px 0 30px;
    }
    
    .proDtail-head {
        background: #f6f6f6;
        padding: 20px 0 40px;
    }
    
    .proDtailH-right {
        width: 620px;
        float: right;
    }
    
    .proDtailH-title {
        font-size: 30px;
        line-height: 32px;
        color: #111;
        font-weight: bold;
    }
    
    .proDtailH-intro {
        background: #fff;
        padding: 30px;
        border-top: 1px solid #DADEE2;
        font-size: 14px;
        line-height: 26px;
        color: #666;
        margin-top: 28px;
    }
    
    .proDtailH-intro span {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        display: block;
        margin-bottom: 14px;
    }
    
    .proDtailH-tag p {
        font-size: 14px;
        line-height: 26px;
        color: #31373F;
        margin-top: 5px;
    }
    
    .proDtailH-tag p strong {
        color: #222;
    }
    
    .proDtailH-tag {
        padding-top: 22px;
    }
    
    .proDtailH-but {
        font-size: 0;
        margin-top: 24px;
        padding-top: 30px;
        border-top: 1px solid #EAEAEA;
    }
    
    .proDtailH-but .bts1 {
        width: 240px;
        height: 50px;
        background: rgba(60, 120, 216, 1);
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
    }
    
    .proDtailH-but .bts2 {
        width: 240px;
        height: 50px;
        display: inline-block;
        border: 1px solid rgba(60, 120, 216, 1);
        line-height: 50px;
        font-size: 16px;
        color: rgba(60, 120, 216, 1);
        position: relative;
        top: 1px;
        margin-left: 10px;
        text-indent: 77px;
        border-radius: 4px;
        background: url(../images/phone.png) no-repeat 47px center;
    }
    
    .proDtailH-es {
        margin-top: 30px;
    }
    
    .proDtailH-es a {
        float: left;
        font-size: 16px;
        line-height: 50px;
        font-weight: bold;
        color: #222;
        padding-left: 60px;
        margin-left: 38px;
    }
    
    .proDtailH-es a:first-child {
        margin-left: 0;
    }
    
    .proDtailH-es .es1 {
        background: url(/templets/default/images/icon1.png) no-repeat 0 center;
    }
    
    .proDtailH-es .es2 {
        background: url(/templets/default/images/icon2.png) no-repeat 0 center;
    }
    
    .proDtailH-es .es3 {
        background: url(/templets/default/images/icon3.png) no-repeat 0 center;
    }
    
    .proDtailH-es .es1:hover {
        color: rgba(60, 120, 216, 1);
        background: url(/templets/default/images/icon11.png) no-repeat 0 center;
    }
    
    .proDtailH-es .es2:hover {
        color: rgba(60, 120, 216, 1);
        background: url(/templets/default/images/icon22.png) no-repeat 0 center;
    }
    
    .proDtailH-es .es3:hover {
        color: rgba(60, 120, 216, 1);
        background: url(/templets/default/images/icon33.png) no-repeat 0 center;
    }
    
    .proDtailH-es .es3 {
        position: relative;
        z-index: 10000000;
    }
    
    .proDtailH-es .es3 .er-ew {
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        width: 150px;
        height: 150px;
        z-index: 100000000;
    }
    
    .proDtailH-es .es3 .er-ew img {
        width: 150px;
        height: 150px;
    }
    
    .proDtailH-es .es3:hover .er-ew {
        display: block;
    }
    
    .pd-main {
        padding-top: 62px;
        padding-bottom: 40px;
    }
    
    .left-block {
        width: 860px;
        float: left;
    }
    
    .wsc-editTit {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #31373F;
        position: relative;
    }
    
    .right-block {
        width: 280px;
        float: right;
        padding-top: 20px;
    }
    
    .wsc-edit {
        margin-top: 30px;
        font-size: 14px;
        line-height: 26px;
        color: #555;
    }
    
    .proCs-box {
        background: #F6F6F6;
        padding: 30px 50px;
        border-radius: 4px;
        margin-top: 20px;
        transition: .3s;
    }
    
    .proCs-tit a {
        font-size: 20px;
        line-height: 34px;
        color: #222222;
        display: block;
        height: 68px;
        overflow: hidden;
        font-weight: 700;
    }
    
    .proCs-tit a:hover {
        color: rgba(60, 120, 216, 1);
    }
    
    .proCs-tag {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        margin-top: 20px;
    }
    
    .proCs-info {
        margin-top: 30px;
    }
    
    .wsc-abo {
        padding-top: 30px;
        border-top: 1px dashed #ccc;
    }
    
    .wscAb {
        width: 100%;
        padding: 60px 60px 213px;
        background: url(/templets/default/images/guohaidamen.jpg) no-repeat center top;
        background-size: cover;
        margin-top: 20px;
    }
    
    .wscAb-title {
        font-size: 20px;
        line-height: 28px;
        color: #000;
        font-weight: bold;
        text-align: right;
    }
    
    .wscAb-intro {
        float: right;
        margin-top: 20px;
        font-size: 14px;
        line-height: 26px;
        color: #000;
        width: 350px;
    }
    
    .wscAb-nu {
        padding: 30px 0;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        margin-top: 30px;
    }
    
    .wscNu-box {
        float: left;
        text-align: center;
        width: 25%;
        background: url(../images/linnn.png) no-repeat 0 center;
    }
    
    .wscNu-box:first-child {
        background: none;
    }
    
    .wscNu-tit {
        font-size: 36px;
        color: rgba(60, 120, 216, 1);
        font-weight: bold;
    }
    
    .wscNu-tit span {
        display: inline-block;
        font-size: 12px;
    }
    
    .wscNu-tex {
        font-size: 14px;
        color: #555;
    }
    
    .wscIe {
        background: #F6F6F6;
        margin-top: 40px;
    }
    
    .wscIe-left {
        float: left;
        width: 50%;
        padding: 48px 40px;
    }
    
    .d-content {
        margin-top: 0;
    }
    
    .dy-content p,
    .dy-content span {
        line-height: 1.8;
    }
    
    .dy-content h2 {
        font-size: 22px;
        line-height: 1;
        padding-left: 1.5em;
        background: url(../images/titlle_icon.png) no-repeat 0 0;
        background-size: contain;
        margin: 2em 0 0.8em;
        letter-spacing: 1px;
    }
    .dy-content h2 span{
     font-size: 22px!important;
        line-height: 1;   
    }
    .wscIe-img {
        float: left;
        width: 50%;
    }
    
    .wscIe-img img {
        width: 100%;
    }
    
    .wscIe-tit {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        color: #222;
    }
    
    .wscIe-intro {
        font-size: 14px;
        line-height: 26px;
        color: #555;
        margin-top: 20px;
    }
    
    .wscIe:nth-child(2) .wscIe-left {
        float: right;
    }
    
    .wsc-tags {
        margin-top: 20px;
    }
    
    .wsc-tags .label {
        padding: 4px 10px;
        color: #999999;
        line-height: 24px;
        font-size: 14px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        font-weight: normal;
        border-radius: 1px;
        transition: 0.36s;
        background: #F6F6F6;
    }
    
    .block1 {
        background: #F6F6F6;
        padding: 40px 0;
    }
    
    .relNew-head {
        margin-bottom: 20px;
    }
    
    .relNew-tle {
        font-size: 24px;
        line-height: 33px;
        color: #111;
        font-weight: bold;
        float: left;
    }
    
    .relNew-post {
        float: right;
        line-height: 33px;
        font-size: 14px;
        color: #999;
    }
    
    .relNew-post a {
        display: block;
        padding-left: 23px;
        background: url(/templets/default/images/post.png) no-repeat 0 center;
    }
    
    .block1 .proHd-but .bts1 {
        background: #f6f6f6;
    }
    .pagination>li>a, .pagination>li>span{
        border-radius: 4px;
        overflow: hidden;
    }
    
    @media (max-width:1239px) and (min-width:992px) {
        .proIndex-right {
            padding: 30px;
        }
        .proIndex-case {
            margin-top: 20px;
            padding-top: 20px;
        }
        .pd-main {
            padding-bottom: 30px;
        }
        .mianbaoxu{
            line-height: 40px;
        }
    }
    
    @media (max-width:991px) {
        .mianbaoxu{
            line-height: 40px;
        }
        .proIndex-head {
            padding: 10px 0 30px;
        }
        .proHd-box {
            margin-top: 10px;
        }
        .proHd-main {
            margin-top: 0;
        }
        .proIndex-left {
            width: 100%;
            float: none;
        }
        .proIndex-right {
            width: 100%;
            padding: 20px;
            float: none;
        }
        .proIndex-title {
            font-size: 24px;
            line-height: 32px;
        }
        .proIndex-intro {
            margin-top: 10px;
        }
        .proIndex-tag {
            margin-top: 10px;
        }
        .proIndex-case {
            padding-top: 20px;
            margin-top: 20px;
        }
        .proIndexC-x p {
            font-size: 14px;
            margin-top: 5px;
        }
        .proIndex-all {
            margin-top: 30px;
        }
        .proIndex-main {
            padding: 30px 0;
        }
        .proHd-box {
            padding: 15px;
        }
        .proHd-but {
            margin-top: 0;
        }
        .proHd-but a {
            display: block;
            width: 100%;
            margin-top: 10px;
        }
        .proHd-info {
            margin-top: 15px;
        }
        .proHd-tit {
            font-size: 16px;
            line-height: 26px;
        }
        .proIndex-tag span {
            margin-top: 10px;
            height: auto;
            line-height: 18px;
            background: none;
            padding: 0;
        }
        .proIndex-tag {
            margin-top: 0;
        }
        .proHd-sea {
            display: none;
        }
        .proDtail-head {
            padding: 10px 0 30px;
        }
        .case-det {
            width: 100%;
            float: none;
        }
        .case-det .pd-img .carousel-inner {
            height: unset;
        }
        .proDtailH-right {
            width: 100%;
            float: none;
            margin-top: 20px;
        }
        .proDtailH-title {
            font-size: 20px;
            line-height: 24px;
        }
        .proDtailH-intro {
            padding: 15px;
            margin-top: 14px;
        }
        .proDtailH-intro span {
            margin-bottom: 6px;
        }
        .proDtailH-tag {
            padding-top: 11px;
        }
        .proDtailH-but .bts1 {
            display: block;
            width: 100%;
        }
        .proDtailH-but .bts2 {
            display: block;
            width: 100%;
            margin-left: 0;
            margin-top: 8px;
            background: none;
            text-indent: 0;
            text-align: center;
        }
        .proDtailH-but {
            margin-top: 12px;
            padding-top: 15px;
        }
        .proDtailH-es {
            margin-top: 20px;
        }
        .proDtailH-es a {
            margin-left: 0;
            margin-right: 24px;
            margin-top: 5px;
        }
        .left-block {
            width: 100%;
            float: none;
        }
        .left-block .wsc-edit {
            margin-top: 0;
            padding: 30px 0;
            border-top: 1px dashed #CCCCCC;
        }
        .left-block .wsc-edit {
            padding: 20px 0;
        }
        .wsc-editTit {
            font-size: 18px;
        }
        .proTk-box {
            padding: 15px;
        }
        .proTk-tit {
            padding-top: 20px;
        }
        .proCs-box {
            padding: 20px 15px;
        }
        .proCs-tag {
            margin-top: 10px;
        }
        .proCs-tit a {
            height: auto;
        }
        .proCs-info {
            margin-top: 20px;
        }
        .proCs-tit a {
            font-size: 16px;
            line-height: 24px;
        }
        .proTk-tit a {
            font-size: 16px;
            line-height: 24px;
        }
        .wscAb {
            padding: 50px 40px 120px;
            margin-top: 20px;
        }
        .wscAb-intro {
            width: 100%;
        }
        .wscAb-nu {
            margin-top: 20px;
            padding: 10px 0;
        }
        .wscNu-box {
            width: 50%;
            padding: 5px 0;
            background: none;
        }
        .wscNu-tit {
            font-size: 28px;
        }
        .wscIe-left {
            width: 100%;
            float: none;
            padding: 20px 15px;
        }
        .wscIe-img {
            width: 100%;
            float: none;
        }
        .wscIe-tit {
            font-size: 18px;
            line-height: 26px;
        }
        .wscIe-intro {
            margin-top: 10px;
        }
        .wscIe {
            margin-top: 20px;
        }
        .pd-main {
            padding-bottom: 30px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .mianbaoxu{
            line-height: 40px;
        }
        .hidden-sm {
            display: none !important;
        }
        .logo,
        .footer-l p{
            display: none;
        }
        .footer-r ul{
            margin-top: 0;
    height: auto;
    border-top: none;
        }
    }
    
    @media screen and (max-width:768px) {
        .mianbaoxu{
            line-height: 30px;
        }
        .logo,.footer-l p{
            display: none;
        }
        .footer-r ul{
            margin-top: 0;
    height: auto;
    border-top: none;
        }
        .footer-r ul li a{
            line-height: 2;
        }
        .xinxi-l{
            margin: 20px auto;
        }
        .xinxi-l p{
            margin: 0;
        }
        .erweima{
            float: none !important;
            width: 45%!important;
            margin: 0 auto !important;
        }
        .hidden-xs {
            display: none !important;
        }
        
    }