﻿@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #6F7479;
}

body {
    line-height: 1.5;
    color: #6F7479;
    font-size: 14px;
    background: #f7f7f7;
}

.product-all-header {
    height: 350px;
    background: url(../images/productBase-PC.jpg) no-repeat center / cover;
}

    .product-all-header .header-content {
        max-width: 1180px;
        margin: 0 auto;
        padding-top: 54px
    }

        .product-all-header .header-content h1 {
            font-size: 36px;
            color: #fff;
            line-height: 50px;
            margin-bottom: 10px;
            font-weight: normal
        }

        .product-all-header .header-content p {
            font-size: 18px;
            color: #fff;
            line-height: 24px;
            margin-bottom: 20px;
            width: 560px
        }

        .product-all-header .header-content .cui-btn {
            background: #f66f6a;
            border-radius: 1px;
            padding: 0;
            display: inline-block;
            height: 40px;
            border: solid 1px transparent;
            border-radius: 2px;
            font-weight: 400;
            font-size: 14px;
            line-height: 38px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            user-select: none;
            transition: .2s
        }

            .product-all-header .header-content .cui-btn a {
                color: #fff;
                display: block;
                width: 100%;
                height: 100%;
                padding: 0 30px;
            }

            .product-all-header .header-content .cui-btn:hover {
                box-shadow: 0 8px 16px 0 rgba(246,111,106,0.3)
            }

.product-all-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    /*padding-top: 164px;*/
    padding-bottom: 90px
}

    .product-all-content .nav {
        /*position: absolute;*/
        top: 24px;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 4px 18px 0 rgba(0,0,0,0.05);
        border-radius: 2px;
        padding: 20px 0 20px 16px;
        overflow: hidden;
        z-index: 70;
        margin: 0px;
    }

        .product-all-content .nav.am-sticky {
            /*left: 0 !important;
            width: 100% !important;*/
        }

        .product-all-content .nav .nav-content {
            width: 100%;
            margin: 0 auto;
        }

        .product-all-content .nav.am-sticky .nav-content {
            width: 1180px;
            margin: 0 auto;
        }

        .product-all-content .nav .nav-title {
            font-weight: 400;
            font-size: 30px;
            color: #282828;
            line-height: 20px;
            margin-right: 9px;
            display: block;
            float: left;
            margin-bottom: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .product-all-content .nav .nav-list {
            float: left;
            overflow: hidden;
            width: 100%;
            font-size: 0
        }

            .product-all-content .nav .nav-list li {
                float: left;
                display: block;
                width: 100%;
            }

                .product-all-content .nav .nav-list li a {
                    display: inline-block;
                    font-size: 15px;
                    color: #333 !important;
                    line-height: 18px;
                    padding: 7px 8px;
                    margin-right: 7px;
                    margin-bottom: 10px;
                    background: #fff;
                    border: 1px solid #ddd;
                    border-radius: 2px;
                    cursor: pointer;
                    width: 95%;
                    border-top: 1px solid #e6e6e6;
                    border-right: 1px solid #e6e6e6;
                }

                .product-all-content .nav .nav-list li:last-of-type a {
                    margin-bottom: 0
                }

                .product-all-content .nav .nav-list li a.am-active {
                    color: #f66f6a;
                    border-left: 6px solid #e60009;
                    border-bottom: 1px solid #e6e6e6;
                    border-radius: 2px
                }

        .product-all-content .nav .arrow {
            display: none
        }

    .product-all-content .product-content {
        overflow: hidden
    }

        .product-all-content .product-content .title {
            font-size: 32px;
            color: #252b3a;
            letter-spacing: 0;
            line-height: 28px;
            position: relative;
            padding-left: 12px;
            margin-bottom: 20px;
            margin-top: 30px;
        }

            .product-all-content .product-content .title:before {
                content: '';
                position: absolute;
                top: 4px;
                left: 0;
                width: 2px;
                height: 20px
            }

        .product-all-content .product-content .tips {
            float: left;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 16px;
            padding-bottom: 10px;
            margin-top: 30px;
            background: #fff;
        }

            .product-all-content .product-content .tips.col-sm-4 {
                width: 33.33333333%;
            }

            .product-all-content .product-content .tips:nth-of-type(3n) {
                padding-right: 0
            }

            .product-all-content .product-content .tips:nth-of-type(3n - 2) {
                padding-left: 0
            }

            .product-all-content .product-content .tips:nth-of-type(-n+1) {
                padding-bottom: 0
            }

            .product-all-content .product-content .tips a {
                display: block;
                padding: 30px 30px 30px 98px;
                background: #fff;
                border-radius: 2px;
                border: 1px solid #ddd
            }

                .product-all-content .product-content .tips a:hover {
                    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1)
                }

                    .product-all-content .product-content .tips a:hover .tips-title {
                        color: #f66f6a
                    }

                    .product-all-content .product-content .tips a:hover .icons-product-md {
                        color: #f66f6a
                    }

            .product-all-content .product-content .tips .inco {
                position: absolute;
                top: 38px;
                left: 32px
            }

            .product-all-content .product-content .tips .tips-title {
                font-size: 18px;
                color: #252b3a;
                letter-spacing: 0;
                line-height: 22px;
                margin-bottom: 10px
            }

            .product-all-content .product-content .tips .tips-info {
                font-size: 16px;
                color: #333;
                letter-spacing: 0;
                word-break: break-all;
                text-align: justify;
                line-height: 25px;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 60%;
                left: 45px;
                position: relative;
                padding-top: 20px;
                margin-bottom: 30px;
                margin-right: 60px;
            }


.cjyl {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

    .cjyl b {
        top: 120px;
    }

.titlel b {
    content: '';
    display: inline-block;
    width: 150px;
    height: 4px;
    background: #093CB1;
    position: absolute;
    left: 50px;
    top: 45px;
}

.titlel span {
    content: '';
    display: inline-block;
    /*width: 79px;
    height: 79px;*/
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: -35px;
}

.titlel h2 {
    color: #333;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    letter-spacing: 5px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    left: 40px;
}

.tips-img {
    width: 36%;
    float: right;
}


.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titler {
    position: relative;
}

.fr {
    float: right;
}

.shtxt {
    width: 580px;
    /* height: 578px; */
}

.titler h2 {
    color: #333;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 5px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    text-align: right;
}

.titler span {
    content: '';
    display: inline-block;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
}

.titler b {
    content: '';
    display: inline-block;
    background: #093CB1;
    position: absolute;
    right: 49px;
}

.titler {
    position: relative;
}

.title1 {
    font-size: 32px;
    color: #252b3a;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
    padding-left: 12px;
    top: 37px;
    right: 45px;
}

.tips-info1 {
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    word-break: break-all;
    text-align: justify;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    left: 45px;
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
    margin-right: 60px;
    float: right;
}

.tips-img1 {
    float: left;
    margin-left: 20px;
}

.xctx.channel_content {
    padding: 0;
    margin: 0px auto 0px
}

.channel_content {
    min-height: 500px;
}

.xctx01 {
    padding: 50px 0 60px;
}

.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.xctx01 .left {
    width: 52%;
    float: left;
}

    .xctx01 .left .infor {
        color: #666;
        padding: 0px 26px 0 0px;
    }

        .xctx01 .left .infor .tit {
            font-weight: 400;
            font-size: 30px;
            color: #282828;
            font-family: "微软雅黑", "宋体", Arial;
            font-style: normal;
            line-height: 10px;
            text-align: left;
        }

        .xctx01 .left .infor .con {
            font-size: 14px;
            line-height: 30px;
            margin-top: 30px;
            text-align: justify;
        }

.xctx01 .right {
    width: 48%;
    float: right;
    position: relative;
}

    .xctx01 .right .box {
        width: 100%;
        background-position: center;
        background-size: cover;
        transition: all 0.5s;
    }

.xctx02 {
    background: #f6f6f6;
    padding: 60px 0;
}

    .xctx02 .infor {
        text-align: left;
        color: #666;
        margin-bottom: 40px;
        padding-left: 0px;
    }

        .xctx02 .infor .tit {
            font-weight: 400;
            font-size: 30px;
            color: #282828;
            font-family: "微软雅黑", "宋体", Arial;
            font-style: normal;
            line-height: 10px;
            text-align: left;
        }

.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.xctx02 .content .item:first-child {
    margin-left: 0;
}



.xctx02 .content .rect-6667 {
    padding-bottom: 100%;
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.xctx02 .content .item .intro {
    background: #fff;
}

    .xctx02 .content .item .intro .box {
        padding: 26px 30px;
        text-align: center;
    }

        .xctx02 .content .item .intro .box .icon {
            width: 55px;
            height: 55px;
            margin: 0 auto 23px;
        }

        .xctx02 .content .item .intro .box .text {
            font-size: 25px;
            line-height: 28px;
            color: #666;
        }


.xctx02 .content .item {
    width: 18.4%;
    margin-left: 2%;
    float: left;
    background: #fff;
    min-height: 180px;
}

.xctx02 .content .rect-6667 {
    padding-bottom: 70%;
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.xctx03 {
    padding: 60px 0;
}



.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.xctx03 .left {
    width: 38%;
    float: left;
    background: #facd00;
}

.xctx03 .rect-102 {
    padding-bottom: 102%;
}

.xctx03 .left .box {
    padding: 0px 72px 130px 0px;
}

    .xctx03 .left .box .tit {
        font-size: 36px;
        color: #4f4f4f;
        line-height: 40px;
        font-weight: bold;
    }

    .xctx03 .left .box .con {
        color: #4f4f4f;
        margin-top: 50px;
    }

        .xctx03 .left .box .con li {
            font-size: 14px;
            line-height: 33px;
            cursor: pointer;
        }

            .xctx03 .left .box .con li i {
                float: left;
                margin: 0;
                margin-right: 10px;
                font-size: 12px;
            }

.xctx03 .right .img_.cur {
    opacity: 1;
    visibility: visible;
}

.xctx03 .right .img_box {
    position: relative;
}

.xctx03 .right .img_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.xctx03 .rect-625 {
    padding-bottom: 62.5%;
}

*[class*="rect-"] ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.iconfont {
    font-family: "iconfont" !important;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
}

.xctx03 .left .box .con li {
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
}

.xctx03 .right {
    width: 62%;
    float: right;
}

    .xctx03 .right .img_box {
        position: relative;
    }

    .xctx03 .right .img_ {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
    }

.xctx03 .left .box1 .tit {
    font-weight: 400;
    font-size: 30px;
    color: #282828;
    font-family: "微软雅黑", "宋体", Arial;
    font-style: normal;
    line-height: 10px;
}

.con {
    font-size: 15px;
    margin-top: 16px;
    padding-top: 16px;
}

.xctx03 .left .box1 {
    padding: 107px 72px 130px 82px;
}

    .xctx03 .left .box1 .con li {
        font-size: 14px;
        line-height: 33px;
        cursor: pointer;
    }

.human ul {
    min-height: 90px;
    padding-top: 16px;
}

.human {
    min-height: 150px;
    /*background-color: #f7faff;*/
    /*padding: 0  9.5%;*/
    margin-bottom: 30px;
}

    /*.human ul li:first-child {
        margin-right: 20px;
    }*/

    .human ul li {
        float: left;
        display: block;
        width: 12.5%;
        /* margin-right: 20px; */
        text-align: left;
        padding: 0 10px;
    }

        .human ul li strong {
            display: block;
            color: #004EA1;
            font-size: 36px;
            font-weight: bolder;
            letter-spacing: -2px;
            border-bottom: 2px #004EA1 solid;
            margin-bottom: 16px;
        }

            .human ul li strong span {
                font-size: 14px;
                padding-left: 3px;
            }

        .human ul li strong {
            display: block;
            color: #004EA1;
            font-weight: bolder;
            letter-spacing: -2px;
            border-bottom: 2px #004EA1 solid;
        }

        .human ul li em {
            font-size: 14px;
            line-height: 10px;
            font-style: normal;
            text-align: left !important;
        }

.gonsTit {
    font-family: "微软雅黑", "宋体", Arial;
    font-style: normal;
    line-height: 35px;
    padding-left: 10px;
    font-size: 30px;
    color: #282828;
    padding: 20px 0 25px;
    font-weight: 400;
}

.xc_nav {
    border-bottom: 1px solid #d6d8db;
    line-height: 70px;
}

    .xc_nav li {
        padding: 0 25px;
        float: left;
    }

    .xc_nav li {
        position: relative;
    }

        .xc_nav li.cur > a {
            color: #00a1e9;
        }

        .xc_nav li > a {
            height: 71px;
        }

        .xc_nav li a {
            display: block;
            font-size: 18px;
            position: relative;
        }

        .xc_nav li.cur > a:after {
            content: '';
            width: 100%;
            height: 4px;
            background: #00a1e9;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.infor {
    text-align: center;
    padding: 0 9.5%;
    margin-bottom: 30px;
}

.renlDitl {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
    text-indent: 2em;
}

}

.xc_nav li > a:hover {
    color: #00a1e9;
    text-decoration: none;
}

.team-box {
    margin-top: 24px;
    display: inline-flex;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

.team-box .li {
    width: 360px;
}

.mess {
    width: 210px;
    float: right;
    margin-right: 18px;
    background-color: #f8f8f8;
    height: 156px;
    padding-top: 10px;
}

.team-box .li .label {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
    text-indent: 0px;
    padding-left: 12px;
    border-radius: 0px;
}

.team-box .li .job-mess {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .team-box .li .job-mess p {
        width: 94%;
        font-size: 14px;
        line-height: 20px;
        color: #5f6464;
        text-indent: 0px;
        padding-left: 10px;
        margin-bottom: 5px;
    }

.pic {
    width: 130px;
    float: left;
}

fieldset, img {
    border: none;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}


.csr-ln-list-item .csr-ln-tit {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #d9d9d9;*/
    margin-bottom: 10px;
}

    .csr-ln-list-item .csr-ln-tit h2 {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        line-height: 24px;
        padding-left: 10px;
        border-left: 4px solid #d6001d;
        margin-top: 10px;
    }

.business-con .csr-ln-list .csr-ln-list-item p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin: 30px 0;
}

.bottom_line {
    width: 485px;
    height: 1px;
    background: #ccc;
    margin: 19px auto 30px;
    position: relative;
}

    .bottom_line .big_square {
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: -10px;
    }

    .bottom_line .square {
        width: 10px;
        height: 10px;
        background: #2d6dc8;
        margin: 5px;
    }

.pxtx {
    background-image: url( /Content/XZFile/Images/px1.png );
}

.qnyg {
    background-image: url(/Content/XZFile/Images/px2.png);
}

.czds {
    background-image: url(/Content/XZFile/Images/px3.png);
}

.rcld {
    background-image: url(/Content/XZFile/Images/px4.png);
}

.RZcontent {
    padding: 90px 50px;
    background-color: rgba(89,87,87,.6);
    height: 100%;
    color: #fff;
}

.RZcontent {
    font-size: 16px !important;
}

.RZDitel p {
    font-size: 16px !important;
}

.sub-tit {
    width: 100%;
    margin-top: 20px;
}

    .sub-tit h2 {
        font-size: 22px;
        color: #000;
        font-weight: normal;
    }

    .sub-tit span {
        display: block;
        width: 30px;
        height: 2px;
        background: #d6001d;
        margin-top: 20px;
    }

.change-box {
    padding-bottom: 20px;
    margin-left: 40px;
}

.zxxt {
    border-bottom: 1px solid #a89e9e;
}

.change-main {
    /* width: 1200px !important; */
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
    width: 100%;
}



.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dbtp {
    height: 50px;
    width: 30%;
}

.change-box .change-cut .tab {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    /* background-color: #F5F5F5; */
    box-sizing: border-box;
    /* border-right: 1px solid #e5e5e5; */
    /* border-left: none; */
    position: relative;
    cursor: default;
    width: 15%;
    float: left;
    /* margin-right: 0px; */
}

.wenzi p {
    color: rgb(51, 51, 51);
    line-height: 30px;
    text-indent: 28px;
    font-family: Microsoft YaHei;
    font-size: 1em;
    float: left;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: justify;
    width: 100%;
}

.flex-rows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.change-box .change-cut ul {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 0px;
    /* width: 1200px; */
}

.tabwz {
    float: left;
    font-size: 20px;
    font-weight: 300;
    width: 23%;
}

.wzt h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0.2rem;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #fff;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.wzt p {
    font-size: 30px;
    line-height: 1;
    text-align: left;
    color: #fff;
    letter-spacing: 0.02rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    letter-spacing: 0.02rem;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.change-box .change-cut .tab.on {
    float: left;
    color: #e60012;
    height: 40px;
    border-bottom: #e60012 solid 2px;
    font-weight: bold;
}




.change-box .contents > .flex-row {
    justify-content: space-between;
}

.jjwz {
    padding-bottom: 20px;
}

.jjtitle {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 7px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-banner .banner ul li img {
    width: 768px;
    height: 345px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
}

}

.w_baner1.flexslider2 {
    height: 265px !important;
    overflow: hidden;
}

.flexslider {
    margin: 0px auto;
    /*    position: relative;*/
    overflow: hidden;
    zoom: 1;
}

.flexslider2 .slides li {
    width: 100% !important;
    height: 260px !important;
}

.w_baner1.flexslider2 .slides img {
    display: block;
    width: 750px !important;
    height: 465px !important;
    min-width: 325px !important;
}

.w_position li div {
    overflow: auto;
    width: 750px;
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    _bottom: 0;
    top: 235px;
    z-index: 1003;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

    .w_position li div span {
        display: block;
        width: 225px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
        font-size: 16px;
    }

.w_dian_position {
    z-index: 9999;
    bottom: -3px !important;
    height: 15px;
    right: 5px;
    text-align: right !important;
    width: 30%;
    position: absolute;
}

.w_dian li.active {
    background: #f00;
}

.w_dian_position li {
    width: 13px !important;
    height: 13px !important;
}

.w_dian li {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100px;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.newsDitle {
    max-width: none;
    padding: 0px 30px;
}

.index_left {
    overflow: hidden;
    padding: 5px 8px 0 8px;
    margin-top: 20px;
    background-color: #fff;
}

.index_left_title h3, .index_left_title2 h3 {
    overflow: hidden;
    margin-bottom: 10px;
    height: 40px;
    border-bottom: #e4e4e4 solid 1px;
}

    .index_left_title h3 b, .index_left_title2 h3 b {
        float: left;
        color: #2a3035;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 2px solid #004289;
        height: 39px;
        display: block;
    }

    .index_left_title h3 a, .index_right_title h3 a {
        display: block;
        float: right;
        background: url(/images/index_title_aroow.gif) no-repeat 5px center;
        padding-left: 20px;
        color: #e70012;
        font-size: 14px;
        font-weight: normal;
    }

.index_left_one dl dt a {
    width: 75%;
    overflow: hidden;
    float: left;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 20px;
    text-overflow: ellipsis;
    padding-bottom: 15px;
}

.index_left_title dl dt p {
    float: right;
    color: #999;
    text-align: right;
    width: 25%;
    font-size: 12px;
    display: block;
    line-height: 18px;
    padding-bottom: 12px;
}

.index_left_one li a {
    width: 75%;
    display: block;
    float: left;
    padding-left: 5px;
    line-height: 30px;
    height: 30px;
    color: #6e6e6e;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index_left_one li span {
    color: #999;
    display: block;
    float: right;
    margin-right: 1px;
    font-size: 12px;
    width: 78px;
    text-align: right;
}

.ctx ul li {
    display: flex;
    flex-direction: column;
    width: 32.8%;
    padding: 40px 52px 40px;
    margin-right: 0.8%;
    border: 1px solid #d1d1d1;
}

.xctx01 .left {
    width: 45%;
    float: left;
}

.innerWrap .ctx ul li h3 {
    font-size: 26px;
    margin-bottom: 0.8rem;
    color: #282828;
    /*height: 75px;*/
    font-weight: normal;
    line-height: 35px;
}

.innerWrap .ctx ul li:nth-child(1) p {
    color: #4c4c4c;
}

.innerWrap .ctx ul li p {
    color: #4c4c4c;
    /*height: 42px;*/
    margin: 0px;
    line-height: 26px;
    font-size: 16px;
}



/*.innerWrap .ctx ul li:nth-child(3) {
    border-color: #242424;
    background: #242424;
    color: #fff;
}*/

.innerWrap .ctx ul li:nth-child(3n) {
    margin-right: 0;
}

.innerWrap .ctx ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

.product-all-content .nav .nav-list li {
    float: left;
    display: block;
    width: 20%;
}

.know03 {
    margin-top: 30px;
}

.know04 {
    margin-top: 90px;
}

.listMore li {
    width: 25%;
    float: left;
}

.listMore li {
    width: 25%;
    float: left;
    overflow: hidden;
}

.gonsTit1 {
    font-family: "微软雅黑", "宋体", Arial;
    font-style: normal;
    line-height: 35px;
    padding-left: 10px;
    font-size: 30px;
    color: #282828;
    padding: 20px 0 25px;
    font-weight: 400;
}

.dtfb {
    display: inline-block;
    max-width: 100%;
    height: 539px;
    /*padding: 0 11%;*/
}

.white_content {
    width: 600px;
}

.f-bodycontent {
    max-width: 1200px;
    margin: 0px auto 0px !important;
    background-color: #f8f8ff !important;
    padding-top: 16px;
}

.commandBtn {
    border-color: #357ebd !important;
    background-color: #428bca !important;
    color: #fff !important;
}
