/* 产品 */

.chanpin_box {
    height: auto;
    margin-bottom: 30px;
}

.chanpin_box h1 {
    font-size: 26px;
    color: #333;
    line-height: 30px;
}

.chanpin_in {
    width: 100%;
    height: auto;
    /* margin-top: 24px; */
    display: flex;
    justify-content: space-between;
}

.cp_left {
    width: 900px;
    height: auto;
}

.cp_ss {
    width: 100%;
    height: 92px;
    background-image: url(../image/cp-img16.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.7);
}

.cp_ss .c1 {
    display: inline-flex;
    width: auto;
    height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    overflow: hidden;
}

.cp_ss .c1 input {
    width: 396px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    color: #d3d3d3;
}

.cp_ss .c1 button {
    width: 130px;
    height: 100%;
    background: -moz-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.cp_ss .c1 button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.cp_ss .c2 {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 16px;
    margin-right: 46px;
}

.cp_ss .c2 span {
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 12px;
}

.cp_ss .c2 span input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cp_ss .c2 span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cp_ss .c2 span img:nth-child(2) {
    display: none;
}

.cp_ss .c2.active span img:nth-child(2) {
    display: block;
}

.cp_ss .c2 p {
    font-size: 16px;
    color: #666;
}

.cp_ss .c3 {
    display: inline-flex;
    width: 130px;
    height: 40px;
    background: -moz-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}

.cp_ss .c3 img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}




.guangxian {
    width: 100%;
    height: auto;
   padding: 12px 5px;
    background: #fff;
    /*box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.7);*/
}

.guangxian>ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guangxian>ul>li {
    display: inline-flex;
    width: 315px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
}

.guangxian>ul>li a {
    display: block;
    width: 100%;
    height: auto;
    color: #666;
    font-size: 14px;
}

.guangxian>ul>li .g1 {
    width: 100%;
    height:80px;
    /* border-top: 3px solid #7d7d7d; */
    /*background: -moz-linear-gradient(top, #0689db 0%, #ffffff 100%);*/
    /*background: -webkit-linear-gradient(top, #0689db 0%, #ffffff 100%);*/
    /*background: -o-linear-gradient(top, #0689db 0%, #ffffff 100%);*/
    /*background: -ms-linear-gradient(top, #0689db 0%, #ffffff 100%);*/
    background: #6e8ba0;
    /*padding: 10px;*/
}

.guangxian>ul>li .g1:hover {
    width: 100%;
    height: 80px;
    /* border-top: 3px solid #7d7d7d; */
    /*background: -moz-linear-gradient(top, hsl(256, 95%, 49%) 0%, #ffffff 100%);*/
    /*background: -webkit-linear-gradient(top, hsl(256, 95%, 49%) 0%, #ffffff 100%);*/
    /*background: -o-linear-gradient(top, hsl(256, 95%, 49%) 0%, #ffffff 100%);*/
    /*background: -ms-linear-gradient(top, hsl(256, 95%, 49%) 0%, #ffffff 100%);*/
    background: hsl(205deg 50% 50%);
    /*padding: 10px;*/
}

/* .guangxian>ul>li:hover .g1 {
    border-top: 3px solid #da251d;
} */

.guangxian>ul>li .g1 h2 {
     font-size: 15px;
    color: #ffffff;
    /* line-height: 56px; */
    position: relative;
    display: inline-block;
    width: 210px;
    float: right;
    padding-top: 25px;
}

/* .guangxian>ul>li .g1 h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 4px;
} */

.guangxian>ul>li:hover .g1 h2 {
    /*color: #da251d;*/ /*点击字体颜色更换*/
}

.guangxian>ul>li:hover .g1 h2:after {
    /*background: #da251d;*/
}

.guangxian>ul>li .g1 span {
    display: block;
    width: auto;
    /* height: 104px; */
    /* margin: 30px auto 22px; */
    text-align: center;
    float:left;
}
.guangxian>ul>li .g1 span .pimg2{
    width: 80px;
   
}
.guangxian>ul>li .g1 span img {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s;
}

.guangxian>ul>li:hover .g1 span img {
    transform: scale(1.1);
}

.guangxian>ul>li .g1 .g2 {
    width: 100%;
    height: auto;
}

.guangxian>ul>li .g1 .g2 li {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 12px;
    background-image: url(../image/sanjiao-h.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 5px 6px;
    font-size: 16px;
    color: #666;
}

.guangxian>ul>li .g1 .g2 li:hover {
    background-image: url(../image/sanjiao.png);
    color: #da251d;
}

.guangxian>ul>li .g3 {
    width: 100%;
    height: 338px;
    border-top: 3px solid #7d7d7d;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    padding: 22px 20px;
}

.guangxian>ul>li:hover .g3 {
    border-top: 3px solid #da251d;
}

.guangxian>ul>li .g3 h2 {
    font-size: 20px;
    color: #414141;
    line-height: 26px;
    position: relative;
    padding-left: 12px;
}

.guangxian>ul>li:hover .g3 h2 {
    color: #da251d;
}

.guangxian>ul>li .g3 h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 4px;
}

.guangxian>ul>li:hover .g3 h2:after {
    background: #da251d;
}

.guangxian>ul>li .g3 span {
    display: block;
    width: auto;
    height: 104px;
    margin: 30px auto 22px;
    text-align: center;
}

.guangxian>ul>li .g3 span img {
    width: auto;
    height: 100%;
    transition: all 0.5s;
}

.guangxian>ul>li .g3 .g2 {
    width: 100%;
    height: auto;
}

.guangxian>ul>li .g3 .g2 li {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 12px;
    background-image: url(../image/sanjiao-h.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 5px 6px;
    font-size: 16px;
    color: #666;
}

.guangxian>ul>li .g3 .g2 li:hover {
    background-image: url(../image/sanjiao.png);
    color: #da251d;
}

.guangxian>ul>li:hover .g3 span img {
    transform: scale(1.1);
}



         .download {
            width: 100%;
            padding: 12px 5px;
            background: #fff;
        }

        .download > ul {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

        .download > ul > li {
            width: 100%;
            max-width:330px;
            margin-bottom: 20px;
            border: 1px solid #e1e1e1;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .download > ul > li:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        }

        .download > ul > li a {
            display: block;
            text-decoration: none;
            color: #666;
        }

        .download > ul > li .g1 {
            background: #6e8ba0;
            padding: 20px;
            text-align: center;
            transition: background 0.3s;
        }

        .download > ul > li .g1:hover {
            background: hsl(205deg 50% 50%);
        }

        .download > ul > li .g1 h2, .download > ul > li .g1 h3, .download > ul > li .g1 button {
            color: #ffffff;
            margin: 10px 0;
        }

        .download > ul > li .g1 button {
            background-color: #2b4790;
            border: none;
            border-radius: 4px;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
        }

        .download > ul > li .g1 button:hover {
            background-color: #1d3268;
        }

        .download > ul > li .g1 span {
            display: block;
            width: auto;
            text-align: center;
            margin-bottom: 10px;
        }

        .download > ul > li .g1 span img {
            width: 150px;
            margin: 15px 0;
            transition: transform 0.5s;
            cursor: pointer; /* Add cursor pointer */
        }

        .download > ul > li .g1 span img:hover {
            transform: scale(1.1);
        }
        
        .download > ul > li .g1 h2 {
            font-size: 18px;
        }

        .download > ul > li .g1 h3 {
            font-size: 16px;
        }
        
        .fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    cursor: grab;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10000;
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.lx_women {
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    box-shadow: 0 20px 8px -1px gainsboro;
}

.lx_women_in {
    height: 20px;
    width: auto;
    display: inline-flex;
    align-items: center;
}

.lx_women_in h5 {
    font-size: 16px;
    color: #666;
    margin-right: 12px;
}

.lx_women_in p {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #d6251d;
    font-weight: 700;
    padding-left: 28px;
    background-image: url(../image/phone.png);
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.lx_women_r {
    display: inline-flex;
    width: 490px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.lx_women h2 {
    display: inline-flex;
    width: auto;
    height: 30px;
    align-items: center;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
}

.cp_right {
    width: 300px;
    height: auto;
    /* margin-top: 42px; */
}

.cp_right_in {
    width: 100%;
    /* height: 740px; */
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
}

.cp_right_in h1 {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    padding-left: 32px;
    font-size: 18px;
    color: #333;
    position: relative;
}
.cp_right_in h5 {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    padding-left: 32px;
    font-size: 18px;
    color: #333;
    position: relative;
}

.cp_right_in h1:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #ff0000;
    position: absolute;
    left: 20px;
    top: 20px;
}
.cp_right_in h5:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #ff0000;
    position: absolute;
    left: 20px;
    top: 20px;
}

.shenqing {
    width: 100%;
    height: auto;
    padding: 0 16px;
    border-bottom: 1px solid #e1e1e1;
}

.shenqing ul {
    width: 100%;
    height: auto;
}

.shenqing ul li {
    display: flex;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1e1e1;
}

.shenqing ul li:last-child {
    border-bottom: none;
}

.shenqing ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.shenqing ul li a div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.shenqing ul li a div p {
    height: 36px;
    width: auto;
    display: inline-flex;
    align-items: center;
    padding-left: 56px;
    font-size: 16px;
    color: #666;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: 8px center;
}

.shenqing ul li a div img {
    width: 8px;
    height: 12px;
}

.xcp_in {
    width: 100%;
    max-height: 374px;
    padding: 10px 16px;
    border-bottom: 1px solid #dcdcdc;
}

.xcp_in ul {
    width: 100%;
    height: 100%;
}

.xcp_in ul li {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #e1e1e1;
}

.xcp_in ul li:last-child {
    border-bottom: none;
}

.xcp_in ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.xcp_in ul li a .x1 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.xcp_in ul li a .x1 span {
    display: table;
    width: 118px;
    height: 94px;
    border-radius: 4px;
    overflow: hidden;
    /* border:1px solid #dcdcdc; */
}
.xcp_in ul li a .x1 span .pimg2{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.xcp_in ul li a .x1 span .pimg2 img {
    max-width: 100%;
    max-height: 100%;
}

.xcp_in ul li a .x1 div {
    width: 140px;
    height: 94px;
    padding-top: 6px;
}

.xcp_in ul li a .x1 div h3 {
    padding-left: 12px;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 6px 10px;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xcp_in ul li a .x1 div p {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 12px;
    justify-content: flex-end;
    font-size: 12px;
    color: #9e9e9e;
    padding-right: 12px;
    background-image: url(../image/cp-xiangyou.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: right center;
}

.xz_box {
    width: 100%;
    height: 680px;
    background-image: url(../image/cp-img17.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 16px 0 rgba(220, 220, 220, 1);
    padding: 20px 16px;
}

.xz_box ul {
    width: 100%;
    height: auto;
}

.xz_box>h5 {
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 14px;
    margin-bottom: 16px;
    padding-top: 4px;
}

.xz_box>h5:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #ff0000;
    position: absolute;
    top: 6px;
    left: 0;
}

.xz_box .x1 {
    width: 100%;
    height: auto;
    margin-bottom: 26px;
}

.xz_box .x1 li {
    width: 248px;
    height: 116px;
    margin: 0 auto 16px;
    background: #fff;
}

.xz_box .x1 li a {
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px 0 rgba(220, 220, 220, 0.6);
    padding: 4px;
}

.xz_box .x1 li a .z1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12px 8px;
    text-align: center;
}

.xz_box .x1 li a .z1 h2 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.xz_box .x1 li a .z1 h2:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 110%;
    top: 50%;
    margin-top: -3px;
    background-image: url(../image/sanjiao-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.xz_box .x1 li a .z1 h2:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 110%;
    top: 50%;
    margin-top: -3px;
    background-image: url(../image/sanjiao-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.xz_box .x1 li a .z1 h6 {
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xz_box .x1 li a .z1 p {
    font-size: 14px;
    color: #fff;
}

.sm_erweima {
    width: 100%;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm_erweima span {
    display: inline-flex;
    height: 100%;
    width: auto;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
    overflow: hidden;
}

.sm_erweima span img {
    width: auto;
    height: 100%;
}

.gg_cgq {
    height: auto;
    margin-top: 6px;
}

.gg_cgq h1 {
    font-size: 26px;
    color: #333;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    margin-bottom: 42px;
}

.cgq_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.cgq_left {
    width: 200px;
    height: auto;
}

.ss_gjc {
    width: 100%;
    height: 60px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.ss_gjc input {
    display: flex;
    width: 100%;
    height: 100%;
    background: none;
    align-items: center;
    padding-left: 40px;
    font-size: 14px;
    color: #bfbfbf;
    background-image: url(../image/cp1-ss.png);
    background-size: 22px 22px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.guanggan_cgq {
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
    margin-bottom: 20px;
}

.guanggan_cgq h2 {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 34px;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
}

.guanggan_cgq h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #ff0000;
    position: absolute;
    top: 30px;
    left: 20px;
}

.guanggan_cgq_in {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding: 0 10px 20px;
}

.yx_cgy {
    width: 100%;
    height: auto;
}

.yx_cgy h3 {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #333;
    padding: 12px 10px 0;
    font-weight: bold;
}

.yx_cgy ul {
    width: 100%;
    height: auto;
    padding: 6px 0;
}

.yx_cgy ul li {
    width: 100%;
    height: auto;
}

.yx_cgy ul li a {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 26px;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    background-size: 6px 7px;
    background-position: 10px 12px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new-cate-list .click-content{
    display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
}
.new-cate-list .yx_cgy ul li .top{
    position: relative;
}
.new-cate-list .yx_cgy ul li .tag{
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 10px;
}
.new-cate-list .yx_cgy ul li .tag.trans{
    transform:rotate(90deg);
}
.new-cate-list .yx_cgy ul li a{
    background-image: none;
}

.new-cate-list .child-list{
    height: auto;
    padding: 0;
}
.new-cate-list .child-list.is-hide{
    height: 0;
    overflow: hidden;
}

.yx_cgy ul li a:hover {
    color: #eb2e2c;
}

.cgq_right {
    width: 1000px;
    height: auto;
}

.ck_xilie {
    width: 100%;
    height: 116px;
    margin-bottom: 22px;
}

.ck_xilie ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}

.ck_xilie ul li {
    width: 436px;
    height: 100%;
}

.ck_xilie ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.ck_xilie ul li a div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 18px 108px 0 12px;
}

.ck_xilie ul li a div h2 {
    font-size: 18px;
    color: #666;
    line-height: 22px;
    margin-bottom: 6px;
    padding-left: 10px;
}

.ck_xilie ul li a div h3 {
    font-size: 18px;
    color: #333;
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 10px;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 11px;
}

.ck_xilie ul li a div p {
    font-size: 16px;
    color: #db2922;
    padding-left: 10px;
}

.cp_zilei {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 1);
}

.zilei_box {
    width: 100%;
    height: 90px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zilei_box h3 {
    font-size: 22px;
    color: #414141;
    position: relative;
    padding-left: 12px;
}

.zilei_box h3:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #da251d;
    position: absolute;
    top: 6px;
    left: 0;
}

.zilei_box .t1 {
    display: flex;
    width: auto;
    height: 42px;
    align-items: center;
}

.zilei_box .t1 h2 {
    font-size: 16px;
    color: #333;
}

.zilei_box .t1 li {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 18px;
    padding: 0 10px;
    position: relative;
    border-right: 2px solid #5c5c5c;
}

.zilei_box .t1 li:last-child {
    border-right: none;
}

.zilei_box .t1 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #999;
}

.zilei_box .t1 li.active a {
    color: #db2922;
}

.zilei_box .t1>a {
    width: 130px;
    height: 100%;
    background: -moz-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
}

.zilei_box .t1>a>span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 48px;
    font-size: 16px;
    color: #fff;
    background-image: url(../image/xp-shaixun.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 16px center;
}

.zilei_box>a {
    width: 130px;
    height: 46px;
    background: -moz-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #818181 0%, #4d4d4d 100%);
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
}

.zilei_box>a>span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 48px;
    font-size: 16px;
    color: #fff;
    background-image: url(../image/xp-shaixun.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 16px center;
}

.ziliao_xz {
    width: 100%;
    height: auto;
    padding: 0 20px 22px;
    position: relative;
}

.ziliao_xz:after {
    content: '';
    display: block;
    width: 864px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 20px
}

.ziliao_xz_in {
    width: 100%;
    height: auto;
}

.ziliao_xz_in ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ziliao_xz_in ul li {
    width: 274px;
    height: 300px;
    border: 1px solid #dcdcdc;
    margin-bottom: 26px;
    margin-right: 12px;
}

.ziliao_xz_in ul li .item {
    display: flex;
    width: 100%;
    height: 100%;
    border-top: 3px solid #6c6c6c;
}

.ziliao_xz_in ul li:hover .item {
    border-top: 3px solid #eb2e2c;
}

.ziliao_xz_in ul li .item .y1 {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
}

.ziliao_xz_in ul li .item .y1 h2 {
    font-size: 20px;
    color: #414141;
    padding-left: 30px;
    margin-bottom: 34px;
    background-image: url(../image/sanjiao-h.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 5px 6px;
}

.ziliao_xz_in ul li:hover .item .y1 h2 {
    background-image: url(../image/sanjiao.png);
    color: #eb2e2c;
}

.ziliao_xz_in ul li .item .y1 span {
    display: flex;
    width: auto;
    height: 116px;
    margin-bottom: 38px;
    justify-content: center;
    position: relative;
}

.ziliao_xz_in ul li .item .y1 span h6 {
    display: none;
}

.ziliao_xz_in ul li .item .y1 span.active h6 {
    display: block;
    width: 150px;
    height: 56px;
    border: 3px solid #fd0000;
    text-align: center;
    line-height: 56px;
    font-size: 36px;
    color: #fd0000;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    margin-left: -75px;
}

.ziliao_xz_in ul li .item .y1 span img {
    width: auto;
    height: 100%;
    transition: all 0.5s;
}

.ziliao_xz_in ul li:hover .item .y1 span img {
    transform: scale(1.1);
}

.ziliao_xz_in ul li .item .y1 .y2 {
    display: flex;
    width: 258px;
    height: 46px;
    background: #e9e9e9;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
}

.ziliao_xz_in ul li .item .y1 .y2 .y3 {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 30px;
    padding-left: 36px;
    font-size: 16px;
    color: #414141;
    background-repeat: no-repeat;
    background-image: url(../image/cp2-xiazai.png);
    background-size: 30px 30px;
    background-position: left center;
}

.ziliao_xz_in ul li .item .y1 .y2 .y4 {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 30px;
    padding-left: 36px;
    font-size: 16px;
    color: #414141;
    background-repeat: no-repeat;
    background-image: url(../image/cp2-jiage.png);
    background-size: 30px 30px;
    background-position: left center;
}

.gxq_box {
    width: 100%;
    height: 280px;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 20px;
}

.gxq_box h1 {
    padding-left: 12px;
    font-size: 22px;
    color: #333;
    position: relative;
    margin-bottom: 24px;
}

.gxq_box h1:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #da251d;
    position: absolute;
    top: 6px;
    left: 0;
}

.cp_fanhui {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    padding: 0 20px 0 34px;
    border-bottom: 1px solid #dcdcdc;
}

.cp_fanhui_l {
    width: auto;
    height: 100%;
}

.cp_fanhui_l ul {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
}

.cp_fanhui_l ul li {
    font-size: 14px;
    color: #666;
}

.cp_fanhui_r {
    display: inline-flex;
    align-items: center;
    height: 18px;
    width: auto;
    height: 100%;
}

.cp_fanhui_r a {
    display: flex;
    align-items: center;
    height: 18px;
    width: auto;
    height: 100%;
}

.cp_fanhui_r a img {
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.cp_fanhui_r a p {
    font-size: 14px;
    color: #e42d2b;
}

.cp_fanhui_in {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dcdcdc;
    padding: 26px 30px 52px;
}

.cp_fanhui_in ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.cp_fanhui_in ul li {
    display: inline-flex;
    width: auto;
    height: 100%;
    margin-right: 34px;
    margin-bottom: 20px;
}

.cp_fanhui_in ul li:nth-child(7n) {
    margin-right: 0;
}

.cp_fanhui_in ul li a {
    display: inline-flex;
    width: auto;
    height: 100%;
    padding-left: 11px;
    font-size: 16px;
    color: #666;
    background-image: url(../image/sanjiao-h.png);
    background-size: 5px 6px;
    background-position: left center;
    background-repeat: no-repeat;
}

.cp_fanhui_in ul li a:hover {
    color: #eb2e2c;
    background-image: url(../image/sanjiao.png);
}

.cx_fenlei {
    width: 844px;
    height: 48px;
    background: #e9e9e9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 18px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.cx_cgq {
    width: 844px;
    height: auto;
    margin: 0 auto;
}

.cx_cgq ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
}

.cx_cgq ul:last-child {
    border-bottom: none;
}

.cx_cgq ul:last-child li:after {
    display: none;
}

.cx_cgq ul li {
    width: 422px;
    height: 198px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.cx_cgq ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 128px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -64px;
}

.cx_cgq ul li:nth-child(2n):after {
    display: none;
}

.cx_cgq ul li .item {
    display: flex;
    width: 100%;
    height: 100%;
}

.cx_cgq ul li .item .z1 {
    width: 100%;
    height: 100%;
    padding: 18px 28px 0 10px;
}

.cx_cgq ul li .item .z1 .z1_l {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
}

.cx_cgq ul li .item .z1 .z1_l span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
}

.cx_cgq ul li .item .z1 .z1_l span img {
    width: 88px;
    height: auto;
    transition: all 0.5s;
}

.cx_cgq ul li:hover .item .z1 .z1_l span img {
    transform: scale(1.1);
}

.cx_cgq ul li .item .z1 .z1_l .z2 {
    width: 284px;
    height: 100%;
}

.cx_cgq ul li .item .z1 .z1_l .z2 h2 {
    font-size: 18px;
    height: 52px;
    color: #333;
    line-height: 26px;
    padding-left: 16px;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: left 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cx_cgq ul li .item .z1 .z1_l .z2 p {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cx_cgq ul li .item .z1 .z1_r {
    width: 100%;
    height: 38px;
    margin-top: 28px;
    display: flex;
    justify-content: space-around;
}

.cx_cgq ul li .item .z1 .z1_r h3 {
    width: 154px;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #eb2e2c;
    display: inline-flex;
    align-items: center;
    padding-left: 40px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp2-xz.png);
    background-size: 16px 16px;
    background-position: 14px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.cx_cgq ul li .item .z1 .z1_r h3:hover {
    transform: scale(1.06);
}

.cx_cgq ul li .item .z1 .z1_r h4 {
    width: 154px;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #eb2e2c;
    display: inline-flex;
    align-items: center;
    padding-left: 58px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp3-ss.png);
    background-size: 16px 16px;
    background-position: 32px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.cx_cgq ul li .item .z1 .z1_r h4:hover {
    transform: scale(1.06);
}

.cx_cgq ul li .item .y1 {
    width: 100%;
    height: 100%;
    padding: 18px 10px 0 28px;
}

.cx_cgq ul li .item .y1 .y1_l {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
}

.cx_cgq ul li .item .y1 .y1_l span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
}

.cx_cgq ul li .item .y1 .y1_l span img {
    width: 88px;
    height: auto;
    transition: all 0.5s;
}

.cx_cgq ul li:hover .item .y1 .y1_l span img {
    transform: scale(1.1);
}

.cx_cgq ul li .item .y1 .y1_l .y2 {
    width: 284px;
    height: 100%;
}

.cx_cgq ul li .item .y1 .y1_l .y2 h2 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    padding-left: 16px;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: left 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cx_cgq ul li .item .y1 .y1_l .y2 p {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cx_cgq ul li .item .y1 .y1_r {
    width: 100%;
    height: 38px;
    margin-top: 28px;
    display: flex;
    justify-content: space-around;
}

.cx_cgq ul li .item .y1 .y1_r h3 {
    width: 154px;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #eb2e2c;
    display: inline-flex;
    align-items: center;
    padding-left: 40px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp2-xz.png);
    background-size: 16px 16px;
    background-position: 14px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.cx_cgq ul li .item .y1 .y1_r h3:hover {
    transform: scale(1.04);
}

.cx_cgq ul li .item .y1 .y1_r h4 {
    width: 154px;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #eb2e2c;
    display: inline-flex;
    align-items: center;
    padding-left: 58px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp3-ss.png);
    background-size: 16px 16px;
    background-position: 32px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.cx_cgq ul li .item .y1 .y1_r h4:hover {
    transform: scale(1.04);
}

.ck_xilie_in {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #dcdcdc;
    padding: 0 40px 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ck_xilie_in_l {
    display: inline-flex;
    justify-content: space-between;
    widows: auto;
    height: 116px;
}

.ck_xilie_in_l span {
    display: flex;
    width: auto;
    height: 100%;
    margin-right: 34px;
}

.ck_xilie_in_l span img {
    height: 100%;
    width: auto;
}

.ck_xilie_in_l .m1 {
    /* width: 442px; */
    max-width: 480px;
    height: 100%;
}

.ck_xilie_in_l .m1 h2 {
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 18px;
    background-image: url(../image/sanjiao.png);
    background-size: 7px 12px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 14px;
}

.ck_xilie_in_l .m1 p {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ck_xilie_in h3 {
    width: 154px;
    height: 40px;
    background: #eb2e2c;
    border-radius: 2px;
    overflow: hidden;
}

.ck_xilie_in h3 span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 42px;
    font-size: 16px;
    color: #fff;
    background-image: url(../image/cp4-xz.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 16px center;
}

.kaiguan_fl {
    width: 100%;
    height: auto;
    padding: 0 30px;
}

.kaiguan_fl>ul {
    width: 100%;
    height: auto;
}

.kaiguan_fl>ul>li {
    width: 100%;
    height: 216px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.kaiguan_fl>ul>li .l1 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.kaiguan_fl>ul>li .l1>span {
    display: inline-flex;
    width: 200px;
    height: 146px;
}

.kaiguan_fl>ul>li .l1>span img {
    width: 100%;
}

.kaiguan_fl>ul>li .l1 .l2 {
    width: 472px;
    height: auto;
}

.kaiguan_fl>ul>li .l1 .l2 h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px;
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span {
    display: flex;
    width: auto;
    height: 22px;
    font-size: 18px;
    color: #666;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    background: #f2f2f2;
    position: relative;
    margin: 0 6px;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span label {
    padding-left: 4px;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span img {
    width: 8px;
    height: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span ul {
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 21px;
    left: 0;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span ul li {
    width: 100%;
    height: 22px;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f2f2;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 6px;
    font-size: 16px;
    color: #666;
    padding-right: 6px;
}

.kaiguan_fl>ul>li .l1 .l2 h2 span:hover ul {
    display: block;
}

.kaiguan_fl>ul>li .l1 .l2 p {
    font-size: 16px;
    color: #414141;
    line-height: 30px;
    height: 60px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kaiguan_fl>ul>li .l1 .l2>ul {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 4px;
}

.kaiguan_fl>ul>li .l1 .l2>ul:last-child {
    margin-right: 0;
}

.kaiguan_fl>ul>li .l1 .l2>ul li {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #9e9e9e;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.kaiguan_fl>ul>li .l1 .l3 {
    width: 136px;
    height: auto;
    padding-left: 14px;
    border-left: 1px solid #dcdcdc;
    padding: 12px 0 12px 14px;
}

.kaiguan_fl>ul>li .l1 .l3 .c1 {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    border: 1px soliid ed;
    padding-left: 24px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp3-ss.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.kaiguan_fl>ul>li .l1 .l3 .c1 a {
    color: #eb2e2c;
}

.kaiguan_fl>ul>li .l1 .l3 .c2 {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    border: 1px soliid ed;
    padding-left: 24px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp2-xz.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.kaiguan_fl>ul>li .l1 .l3 .c2 a {
    color: #eb2e2c;
}

.kaiguan_fl>ul>li .l1 .l3 .c3 {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    padding-left: 24px;
    font-size: 16px;
    color: #eb2e2c;
    background-image: url(../image/cp4-sc.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.kaiguan_fl>ul>li .l1 .l3 .c3 a {
    color: #eb2e2c;
}

.kaiguan_fl>ul>li .l1 .l3 .c3.active {
    background-image: url(../image/cp-sc-1.png);
    color: #9a9a9a;
}

/* .kaiguan_fl>ul>li .l1 .l3 .c3.active a{color: #9a9a9a;} */

.tuijian_xl {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.tuijian_xl h2 {
    padding-left: 12px;
    font-size: 22px;
    color: #414141;
    position: relative;
    margin-bottom: 28px;
}

.tuijian_xl h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    background: #eb2e2c;
    position: absolute;
    top: 5px;
    left: 0;
}

.tuijian_xl ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 116px;
}

.tuijian_xl ul li {
    display: inline-flex;
    width: 270px;
    height: 100%;
}

.tuijian_xl ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.tuijian_xl_box {
    display: flex;
    justify-content: space-between;
    width: 220px;
    height: 116px;
    padding-right: 10px;
}

.tuijian_xl_box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 100%;
    margin-left: 40px;
}

.tuijian_xl_box span img {
    width: 90%;
    height: auto;
}

.tuijian_xl_box .k1 {
    width: 160px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tuijian_xl_box .k1 h3 {
    width: 100%;
    font-size: 16px;
    color: #414141;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tuijian_xl_box .k1 p {
    font-size: 14px;
    color: #eb2e2c;
}

.fanhui_sx {
    width: 100%;
    height: 81px;
    padding-left: 22px;
    display: flex;
    justify-content: space-between;
}

.fanhui_sx .l1 {
    width: auto;
    height: auto;
    position: relative;
}

.fanhui_sx .l1:after {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 32%;
    left: 14px;
    background-image: url(../image/xuxian.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fanhui_sx .l1 h3 {
    font-size: 18px;
    color: #9e9e9e;
}

.fanhui_sx .l1 h4 {
    font-size: 22px;
    color: #414141;
    margin-top: 10px;
    margin-left: 42px;
}

.fanhui_sx .r1 {
    display: inline-flex;
    width: auto;
    height: 100%;
    align-items: center;
}

.fanhui_sx .r1 h3 {
    width: 124px;
    height: 40px;
    background: -moz-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    background: -webkit-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    background: -o-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    background: -ms-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    border-radius: 2px;
    overflow: hidden;
}

.fanhui_sx .r1 h3 span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 44px;
    font-size: 16px;
    color: #fff;
    background-image: url(../image/cp5-img.png);
    background-size: 20px 17px;
    background-repeat: no-repeat;
    background-position: 17px center;
}

.fanhui_sx .r1 h4 {
    width: 124px;
    height: 40px;
    background: -moz-linear-gradient(top, #7e7e7e 0%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #7e7e7e 0%, #4c4c4c 100%);
    background: -o-linear-gradient(top, #7e7e7e 0%, #4c4c4c 100%);
    background: -ms-linear-gradient(top, #7e7e7e 0%, #4c4c4c 100%);
    border-radius: 2px;
    margin-left: 34px;
    overflow: hidden;
}

.fanhui_sx .r1 h4 span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 44px;
    font-size: 14px;
    color: #fff;
    background-image: url(../image/cp5-img.png);
    background-size: 20px 17px;
    background-repeat: no-repeat;
    background-position: 17px center;
}

.gaisu_box {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.7);
    /*background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 100%);*/
    /*background: -webkit-linear-gradient(top, #f3f3f3 0%, #fff 100%);*/
    /*background: -o-linear-gradient(top, #f3f3f3 0%, #fff 100%);*/
    /*background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 100%);*/
    padding: 10px 46px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gaisu_box span {
    display: flex;
    width: 267px;
    max-height: 182px;
}

.gaisu_box span img {
    width: 100%;
    height: 100%;
}

.gaisu_box .s1 {
    width: 700px;
    /* height: 210px; */
    overflow: hidden;
}

.gaisu_box .s1 h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 12px;
}

.gaisu_box .s1 p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    white-space: pre-line;
    margin-bottom: 10px;
    min-height: 166px;
}

.cp_3d {
    width: 100%;
    height: 68px;
    background: #ffffff;;
    /* box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6); */
}

.cp_3d ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.cp_3d ul li {
    display: inline-flex;
    width: 25%;
    height: 100%;
    position: relative;
}

.cp_3d ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #d8d8d8;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
}

.cp_3d ul li:last-child:after {
    display: none;
}

.cp_3d ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    color: #333;
    /* font-weight: 700; */
}

.cp_3d ul li a.active:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #EB2E2C;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.cp_3d_t {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.7);
    padding: 0 20px 10px;
    border: 1px solid #dcdcdc;
}

.sand_in {
    width: 100%;
    height: auto;
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.sand_in h3 {
    display: flex;
    height: 80px;
    padding-left: 12px;
    align-items: center;
    font-size: 16px;
    color: #414141;
    /* font-weight: 700; */
    position: relative;
    justify-content: space-between;
}

.sand_in h3 a {
    font-size: 18px;
    color: #999;
}

.sand_in h3:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #eb2e2c;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.sand_in .img {
    display: flex;
    width: 100%;
    height: 360px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 42px;
}
.sand_in .ccdiv{
    padding: 0 10px;
    padding-bottom: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}

.sand_in .pdd {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 16px;
    color: #9e9e9e;
}

.cct_tu {
    width: 100%;
    height: 228px;
    margin-bottom: 42px;
}

.cct_tu ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.cct_tu ul li {
    width: 382px;
    height: 100%;
}

.cct_tu ul li .a1 {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.cct_tu ul li .a1 span {
    display: flex;
    width: 100%;
    height: 100%;
}

.cct_tu ul li .a1 span img {
    width: 100%;
    height: 100%;
}

.cct_tu ul li .a1 p {
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.ts_shenqing>span {
    display: flex;
    width: 996px;
    height: 362px;
    border-radius: 6px;
    overflow: hidden;
}

.ts_shenqing>span img {
    width: 100%;
    height: 100%;
}

.ts_box {
    width: 100%;
    height: auto;
}

.ts_box>h2 {
    display: flex;
    width: 100%;
    height: 100px;
    padding-left: 16px;
    font-size: 20px;
    color: #414141;
    align-items: center;
    position: relative;
    font-weight: 700;
}

.ts_box>h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #EB2E2C;
    position: absolute;
    top: 40px;
    left: 0;
}

.ts_box>ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding: 0 16px;
}

.ts_box>ul>li {
    width: auto;
    height: 100px;
}

.ts_box>ul>li h2 {
    font-size: 14px;
    color: #414141;
    margin-bottom: 18px;
}

.ts_box>ul>li input {
    width: 296px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    padding-left: 16px;
    font-size: 14px;
    color: #777;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    background-position: 264px center;
}

.lxr_xm {
    width: 100%;
    height: 226px;
    margin-bottom: 40px;
    padding: 0 16px;
}

.lxr_xm h2 {
    font-size: 18px;
    color: #414141;
    margin-bottom: 18px;
}

.lxr_xm textarea {
    width: 100%;
    height: 182px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 18px 16px;
    font-size: 16px;
    color: #777;
}

.ts_shenqing button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 414px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    background: -moz-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    background: -webkit-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    background: -o-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    background: -ms-linear-gradient(top, #f12f2d 0%, #d72c2a 100%);
    font-size: 20px;
    color: #fff;
    border: none;
    margin: 0 auto;
}

.wdt_box {
    width: 100%;
    height: auto;
}

.wdt_box p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.wdt_box ul {
    width: 100%;
    height: auto;
    padding-top: 32px;
    display: flex;
    /* padding-left: 130px; */
    flex-wrap: wrap;
}

.wdt_box ul li {
    display: inline-flex;
    width: 290px;
    height: 190px;
    margin-bottom: 46px;
}

.wdt_box ul li div {
    width: 100%;
    height: 100%;
}

.wdt_box ul li div h2 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px;
}

.wdt_box ul li div {
    font-size: 16px;
    line-height: 32px;
    color: #777;
}

.wdt_box ul li div label {
    width: 290px;
    height: 32px;
}

.wdt_box ul li div input {
    margin-right: 14px;
}

.yuanyin {
    width: 100%;
    height: auto;
    /* padding: 0 130px; */
}

.yuanyin h4 {
    font-size: 18px;
    color: #414141;
    margin-bottom: 18px;
}

.yuanyin textarea {
    width: 100%;
    height: 180px;
    padding: 18px 16px;
    font-size: 16px;
    color: #777;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    margin-bottom: 32px;
}

.jieyong {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.jieyong h2 {
    font-size: 18px;
    colro: #333;
    margin-bottom: 20px;
}

.jieyong .form {
    font-size: 16px;
    color: #777;
    line-height: 20px;
}

.jieyong .form label {
    margin-right: 30px;
}

.jieyong .form input {
    margin-right: 12px;
}

.jieyong .form input:first-child {
    /* margin-left: 0; */
}

.beizhu {
    width: 100%;
    height: auto;
    margin-bottom: 58px;
    padding: 0 16px;
}

.beizhu h4 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px;
}

.beizhu p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    margin-bottom: 12px;
}

/* 个人信息 */

.gr_xinxi {
    width: 100%;
    height: auto;
    min-height: 1236px;
    background: #fff;
    box-shadow: 0 6px 8px -1px gainsboro;
}

.xinxin_nav {
    width: 100%;
    height: 60px;
    background: linear-gradient(#ebebeb, #fbfbfb, #eaeaea);
}

.xinxin_nav ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
}

.xinxin_nav ul li {
    display: inline-flex;
    width: 154px;
    height: 100%;
}

.xinxin_nav ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #9e9e9e;
    position: relative;
}

.xinxin_nav ul li.active a:after {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    background: #EB2E2C;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
}

.xinxin_nav ul li a .img {
    width: 20px;
    height: auto;
    margin-right: 12px;
}

.xinxin_nav ul li a .img1 {
    width: 16px;
    height: auto;
    margin-right: 12px;
}

.grxx_box {
    width: 100%;
    height: auto;
    padding: 34px 46px;
}

.grxx_box ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 102px;
}

.grxx_box ul li {
    display: inline-flex;
    width: 368px;
    height: 80px;
}

.grxx_box ul li div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.grxx_box ul li div em {
    font-size: 18px;
    color: #333;
}

.grxx_box ul li div input {
    width: 264px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: inline-flex;
    align-items: center;
    padding-left: 14px;
    font-size: 16px;
    color: #777;
    background-repeat: no-repeat;
    background-position: 232px center;
    background-size: 14px 8px;
}

.grxx_box p {
    font-size: 14px;
    color: #DA251D;
    margin-bottom: 68px;
}

.grxx_box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 48px;
    border-radius: 24px;
    background: -moz-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    background: -webkit-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    background: -o-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    background: -ms-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    border: none;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}

/* 我的下载 */

.wd_xiazai {
    width: 100%;
    height: auto;
    padding: 40px 30px;
}

.wd_xiazai ul {
    display: flex;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wd_xiazai ul li {
    display: inline-flex;
    width: 408px;
    height: 160px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.wd_xiazai ul li .w1 {
    display: flex;
    width: 408px;
    height: 100%;
    padding: 14px 16px;
    justify-content: space-between;
}

.wd_xiazai ul li .w1>span {
    display: inline-flex;
    width: 200px;
    height: 134px;
    border-radius: 2px;
    overflow: hidden;
}

.wd_xiazai ul li .w1>span img {
    width: 100%;
    height: 100%;
}

.wd_xiazai ul li .w1 .r1 {
    width: 160px;
    height: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wd_xiazai ul li .w1 .r1 h3 {
    font-size: 20px;
    color: #414141;
    line-height: 28px;
    max-height: 56px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wd_xiazai ul li .w1 .r1 h4 {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 26px;
    margin-bottom: 12px;
}

.wd_xiazai ul li .w1 .r1 h4 span {
    margin-left: 18px;
}

.wd_xiazai ul li .w1 .r1 p {
    display: flex;
    align-items: center;
    width: 114px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #D6251D;
    font-size: 14px;
    color: #D6251D;
    padding-left: 38px;
    background-image: url(../image/cp2-xz.png);
    background-position: 16px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.hy_gonggao {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.hy_gonggao li {
    width: 100%;
    height: 132px;
    border-bottom: 1px solid #dfeaf0;
}

.hy_gonggao li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.hy_gonggao li a .h1 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.hy_gonggao li a .h1 .hy_left {
    width: 700px;
    height: 80px;
}

.hy_gonggao li a .h1 .hy_left h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hy_gonggao li:hover a .h1 .hy_left h3 {
    color: #D6251D;
}

.hy_gonggao li a .h1 .hy_left p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hy_gonggao li a .h1 .hy_right {
    height: 100px;
    width: 130px;
    text-align: center;
}

.hy_gonggao li a .h1 .hy_right p {
    font-size: 50px;
    color: #333;
}

.hy_gonggao li a .h1 .hy_right em {
    font-size: 14px;
    color: #333;
}

.hy_gonggao li:hover a .h1 .hy_right p {
    color: #D6251D;
}

.hy_gonggao li:hover a .h1 .hy_right em {
    color: #D6251D;
}

.shipin_xq {
    width: 100%;
    height: auto;
    padding: 50px 30px 0;
}
.shipin_xq img{max-width: 800px;}

.shipin_xq h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 24px;
    text-align: center;
}

.shipin_xq ul {
    display: flex;
    width: 100%;
    height: 30px;
    justify-content: center;
    margin-bottom: 34px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.shipin_xq ul li {
    display: inline-flex;
    height: 100%;
    align-items: center;
    width: auto;
    margin: 0 50px;
    font-size: 14px;
    color: #737373;
}

.shipin_xq ul li:last-child {
    padding-left: 24px;
    background-image: url(../image/dianji.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center;
}

.shipin_xq .img {
    display: flex;
    width: 844px;
    height: 460px;
    margin-bottom: 34px;
}

.shipin_xq .img img {
    width: 100%;
    height: 100%;
}

.shipin_xq .img1 {
    display: flex;
    width: 844px;
    height: 400px;
    margin-bottom: 28px;
    margin-top: 10px;
}

.shipin_xq .img1 img {
    width: 100%;
    height: 100%;
}

.shipin_xq p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    /* text-indent: 2em; */
}

.shipin_xq p:last-child {
    margin-bottom: 20px;
    text-align: center;
}

.xiangqing {
    width: 100%;
    height: auto;
    padding: 0 30px;
    border-bottom: 1px solid #dcdcdc;
}

.wz_biaoqian {
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
}

.wz_biaoqian span {
    display: inline-flex;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.wz_biaoqian span img {
    width: 100%;
    height: 100%;
}

.wz_biaoqian h2 {
    font-size: 14px;
    color: #666;
    margin-right: 12px;
}

.wz_biaoqian ul {
    display: flex;
    width: auto;
    height: 22px;
}

.wz_biaoqian ul li {
    /* display: inline-flex;
	width: 100%;
	height: 100%; */
    margin: 0 4px;
}

.wz_biaoqian ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 6px;
    background: #D6251D;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.fx_box {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dcdcdc;
}

.fx_box .fx_l {
    display: inline-flex;
    width: auto;
    height: 40px;
    align-items: center;
}

.fx_box .fx_l em {
    font-size: 14px;
    color: #666;
}

.fx_box .fx_l .fx_in {
    display: inline-flex;
    width: auto;
    height: 100%;
    justify-content: center;
}

.fx_box .fx_l .fx_in a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 4px;
}

.fx_box .fx_r {
    width: 136px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 28px;
    background: -moz-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    background: -webkit-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    background: -o-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
    background: -ms-linear-gradient(top, #f22f2d 0%, #d72c2a 100%);
}

.fx_box .fx_r a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    padding-left: 58px;
    background-image: url(../image/xw-fanhui.png);
    background-size: 14px 12px;
    background-position: 32px center;
    background-repeat: no-repeat;
}

.sx_pian {
    width: 100%;
    height: 94px;
}

.sx_pian ul {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.sx_pian ul li {
    display: inline-flex;
    width: auto;
    height: auto;
}

.sx_pian ul li a {
    display: flex;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666;
}

.sx_pian ul li a:hover {
    color: #D6251D;
}

.xiazai_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.xz_left {
    width: 244px;
    /* margin-top: 32px; */
    max-height: 1034px;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    box-shadow: 0 6px 8px -1px gainsboro;
    border: 1px solid #e1e1e1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.xz_left h2 {
    display: flex;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    color: #414141;
}

.xz_left h2:after {
    content: '';
    display: block;
    width: 232px;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    left: 6px;
    bottom: 0;
}

.xz_left h2:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #EB2E2C;
    position: absolute;
    left: 16px;
    top: 26px;
}

.xz_left ul {
    width: 100%;
    height: auto;
    padding: 14px 10px 66px;
}

.xz_left ul li {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
}

.xz_left ul li .jia {
    width: 16px;
    height: 16px;
}

.xz_left ul li a {
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
    padding-left: 8px;
    /* background-image: url(../img/xz-jia.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center; */
    font-size: 16px;
    color: #666;
}

.xz_left ul li a:hover {
    color: #D6251D;
    font-weight: 700;
}

.xz_left ul li a.active {
    color: #D6251D;
    font-weight: 700;
}

.xz_right {
    width: 956px;
    height: auto;
    box-shadow: 0 12px 6px -1px gainsboro;
}

.xz_sousuo {
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px 0 48px;
    background-image: url(../image/cp-img16.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ss_left {
    display: inline-flex;
    width: 448px;
    height: 36px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.ss_left input {
    width: 318px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    color: #d3d3d3;
}

.ss_left button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 100%;
    border: none;
    background: -moz-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    font-size: 14px;
    color: #fff;
}

.ss_left button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px;
}

.xz_sousuo>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
    background: #fff;
}

.xz_sousuo>span img {
    width: 32px;
    height: 26px;
}

.tj_liebiao {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
    padding: 40px 36px;
    min-height: 500px;
}

.tj_liebiao>ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tj_liebiao>ul>li {
    width: 424px;
    height: 130px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
}

.tj_liebiao>ul>li .item {
    display: flex;
    width: 100%;
    height: 100%;
}

.tj_liebiao>ul>li .item .a1 {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
}

.tj_liebiao>ul>li .item .a1>.pimg1 {
    display: table;
    width: 140px;
    height: 120px;
    border-radius: 2px;
    overflow: hidden;
}
.tj_liebiao>ul>li .item .a1>.pimg1>.pimg2{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tj_liebiao>ul>li .item .a1>.pimg1>.pimg2 img {
    max-width:100%;
	width:100%;
    transition: all 0.5s;
}

.tj_liebiao>ul>li .item .a1>.pimg1>.pimg2 img {
    transform: scale(1.06);
}

.tj_liebiao>ul>li .item .a1 .r1 {
    width: 230px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tj_liebiao>ul>li .item .a1 .r1 h3 {
    font-size: 16px;
    color: #414141;
    line-height: 28px;
    /* height: 32px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tj_liebiao>ul>li:hover .item .a1 .r1 h3 {
    color: #D6251D;
}

.tj_liebiao>ul>li .item .a1 .r1 h4 {
    font-size: 16px;
    color: #9e9e9e;
    margin-top: 6px;
}

.tj_liebiao>ul>li .item .a1 .r1 h4 span {
    margin-left: 22px;
}

.tj_liebiao>ul>li .item .a1 .r1 ul {
    height: 34px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin-top: 18px; */
}

.tj_liebiao>ul>li .item .a1 .r1 ul .l1 {
    width: 118px;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #D6251D;
    display: inline-flex;
    align-items: center;
    padding-left: 38px;
    font-size: 16px;
    color: #D6251D;
    background-image: url(../image/cp2-xz.png);
    background-size: 16px 16px;
    background-position: 16px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.tj_liebiao>ul>li .item .a1 .r1 ul .l1 a {
    color: #d6251d;
    font-size: 14px;
}

.tj_liebiao>ul>li .item .a1 .r1 ul .l1:hover {
    transform: scale(1.06);
}

.tj_liebiao>ul>li .item .a1 .r1 ul .l2 {
    width: 118px;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #D6251D;
    display: inline-flex;
    align-items: center;
    padding-left: 28px;
    font-size: 16px;
    color: #D6251D;
    background-image: url(../image/tianjia.png);
    background-size: 16px 16px;
    background-position: 10px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.tj_liebiao>ul>li .item .a1 .r1 ul .l2 a {
    color: #d6251d;
}

.tj_liebiao>ul>li .item .a1 .r1 ul .l2:hover {
    transform: scale(1.06);
}

.ry_zhengshu {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 6px 8px -1px gainsboro;
}

.ryzs_list {
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background: #e9e9e9;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.ryzs_list h2 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.ryzs_list span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ryzs_list span img {
    width: 32px;
    height: 26px;
}

.ry_zhengshu>ul {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.ry_zhengshu>ul li {
    display: inline-flex;
    width: 308px;
    height: 260px;
    /* border:1px solid #dcdcdc; */
    margin: 0 34px 34px;
}

.ry_zhengshu>ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.ry_zhengshu>ul li a .s1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ry_zhengshu>ul li a .s1 span img{
    max-width: 100%;
}

.ry_zhengshu>ul li a .s1>.xia {
    display: flex;
    width: 100%;
    height: 100%;
}

.ry_zhengshu>ul li a .s1>.xia>img {
    width: 100%;
    height: 100%;
}

.ry_zhengshu>ul li a .s1 .s2 {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 70px;
    text-align: center;
}

.ry_zhengshu>ul li a .s1 .s2 em {
    display: block;
    widows: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
}

.ry_zhengshu>ul li a .s1 .s3 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 6px;
    right: 12px;
    background: #fff;
}

.ry_zhengshu>ul li a .s1 .s3 span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ry_zhengshu>ul li a .s1 .s3 span img {
    width: 22px;
    height: 20px;
}

.ryzs_list .c1 {
    display: inline-flex;
    width: 528px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.ryzs_list .c1 input {
    width: 396px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    font-size: 12px;
    color: #d3d3d3;
}

.ryzs_list .c1 button {
    width: 132px;
    height: 100%;
    background: -moz-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.ryzs_list .c1 button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.tc_chanpin {
    width: 100%;
    height: 48px;
    margin-bottom: 40px;
}

.tc_chanpin ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.tc_chanpin ul li {
    display: inline-flex;
    width: 180px;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    margin: 0 20px;
}

.tc_chanpin ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.tc_chanpin ul li.active {
    border: 1px solid #D6251D;
}

.tc_chanpin ul li.active a {
    color: #D6251D;
}

.biaoge {
    width: 100%;
    height: auto;
    margin-bottom: 52px;
}

.biaoge table {
    width: 100%;
    height: auto;
    border: 1px solid #D6251D;
}

.biaoge table tr:first-child {
    height: 76px;
    text-align: center;
    line-height: 76px;
}

.biaoge table tr:first-child td {
    font-size: 18px;
    color: #D6251D;
    font-weight: 700;
    /* width: 162px; */
}

.biaoge table tr {
    height: 50px;
}

.biaoge table tr td:first-child {
    /* width: 162px; */
    text-align: center;
    font-size: 18px;
    color: #D6251D;
}

.biaoge table tr td {

    text-align: center;
    font-size: 16px;
    color: #666;
}

.zhanlan_h {
    width: 100%;
    height: auto;
    padding: 0 24px;
}

.zhanlan_h>h1 {
    display: flex;
    width: 100%;
    height: 110px;
    padding-top: 50px;
    justify-content: center;
    font-size: 26px;
    color: #333;
    border-bottom: 1px solid #dfeaf0;
}

.zh_xinxi {
    width: 708px;
    height: auto;
    padding: 16px 0 28px 10px;
}

.zh_xinxi li {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.zh_xinxi li span {
    font-size: 14px;
    color: #414141;
}

.zhanlan_h>span {
    width: 838px;
    height: 398px;
    margin-left: 10px;
}

.zhanlan_h>span img {
    width: 100%;
    height: 100%;
}

.zhanlan_h p {
    font-size: 14px;
    color: #666;
    margin-top: 24px;
    margin-left: 10px;
    margin-bottom: 60px;
}

.lianxi_fs {
    width: 100%;
    height: auto;
    backgorund: #fff;
    box-shadow: 0 6px 8px -1px gainsboro;
    padding: 50px 30px 40px;
    background: #fff;
}

.lianxi_fs_in {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.lianxi_fs_in p {
    padding-left: 28px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    position: relative;
}

.lianxi_fs_in p:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #D6251D;
    position: absolute;
    left: 16px;
    top: 4px;
}

.ditu_box {
    width: 100%;
    height: 486px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

/* .ditu_box img{
	width: 100%;
	height: 100%;
} */

.liuyan {
    width: 100%;
    height: auto;
    padding: 12px 60px 0;
}

.liuyan ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.liuyan ul li {
    display: inline-flex;
    width: 488px;
    height: 36px;
    margin-bottom: 18px;
}

.liuyan ul li div {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.liuyan ul li div em {
    font-size: 16px;
    color: #333;
}

.liuyan ul li div input {
    display: inline-flex;
    width: 398px;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding-left: 16px;
    font-size: 14px;
    color: #777;
}

.neirong {
    width: 100%;
    height: auto;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.neirong em {
    font-size: 16px;
    color: #333;
}

.neirong textarea {
    width: 930px;
    height: 180px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    padding: 12px 16px;
    font-size: 14px;
    color: #777;
}

.tijiao {
    width: 100%;
    height: auto;
    padding-top: 12px;
}

.tijiao p {
    font-size: 14px;
    color: #999;
    text-align: right;
    margin-bottom: 14px;
}

.tijiao button {
    width: 400px;
    height: 40px;
    border-radius: 2px;
    background: -moz-linear-gradient(top, #f22f2d 0%, #d62c2a 100%);
    background: -webkit-linear-gradient(top, #f22f2d 0%, #d62c2a 100%);
    background: -o-linear-gradient(top, #f22f2d 0%, #d62c2a 100%);
    background: -ms-linear-gradient(top, #f22f2d 0%, #d62c2a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 0 auto;
}

.zt_left {
    width: 900px;
    height: auto;
    box-shadow: 0 6px 8px -1px gainsboro;
    background: #fff;
    /* padding-top: 34px; */
}

.cj_wenti {
    width: 100%;
    height: auto;
    padding: 0 14px;
}

.cj_wt_box {
    width: 100%;
    height: 74px;
    border-radius: 6px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    margin-bottom: 20px;
}

.cj_wt_box h4 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.cj_wt_box .r1 {
    width: 528px;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
}

.cj_wt_box .r1 input {
    width: 396px;
    height: 36px;
    padding-left: 10px;
    font-size: 16px;
    color: #999;
}

.cj_wt_box .r1 button {
    width: 130px;
    height: 100%;
    background: -moz-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.cj_wt_box .r1 button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.wenda_box {
    width: 100%;
    height: auto;
    min-height: 1268px;
}

.wenda_box>ul {
    width: 100%;
    height: auto;
}

.wenda_box>ul>li {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #dfeaf0;
}

.wenda_box>ul>li .wd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wenda_box>ul>li .wd .w2 {
    width: 682px;
    height: 66px;
}

.wenda_box>ul>li .wd .w2 h2 {
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenda_box>ul>li:hover .wd .w2 h2 {
    color: #D6251D;
}

.wenda_box>ul>li .wd .w2 h2 span {
    display: inline-flex;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.wenda_box>ul>li .wd .w2 h2 span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wenda_box>ul>li .wd .w2 h2 span img:nth-child(2) {
    display: none;
}

.wenda_box>ul>li:hover .wd .w2 h2 span img:nth-child(1) {
    display: none;
}

.wenda_box>ul>li:hover .wd .w2 h2 span img:nth-child(2) {
    display: block;
}

.wenda_box>ul>li .wd .w2 h4 {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 18px;
    color: #666;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenda_box>ul>li .wd .w2 h4 span {
    display: inline-block;
    float: left;
    width: 22px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.wenda_box>ul>li .wd .w2 h4 span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wenda_box>ul>li .wd .w2 h4 span img:nth-child(2) {
    display: none;
}

.wenda_box>ul>li:hover .wd .w2 h4 span img:nth-child(1) {
    display: none;
}

.wenda_box>ul>li:hover .wd .w2 h4 span img:nth-child(2) {
    display: block;
}

.wenda_box>ul>li .wd .w3 {
    width: 94px;
    height: 100%;
    text-align: center;
    padding-top: 10px;
}

.wenda_box>ul>li .wd .w3 h5 {
    font-size: 46px;
    color: #333;
}

.wenda_box>ul>li .wd .w3 h6 {
    font-size: 14px;
    color: #333;
}

.wenda_box>ul>li:hover .wd .w3 h5, .wenda_box>ul>li:hover .wd .w3 h6 {
    color: #e72e2c;
}

.hy_dongtai {
    width: 100%;
    height: auto;
    min-height: 1286px;
}

.hy_dongtai>ul {
    width: 100%;
    height: auto;
    padding-top: 14px;
    margin-bottom: 64px;
}

.hy_dongtai>ul>li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dfeaf0;
}

.hy_dongtai>ul>li>a {
    display: flex;
    width: 100%;
    height: 100%;
}

.hy_dongtai>ul>li>a .x1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hy_dongtai>ul>li>a .x1 span {
    display: inline-flex;
    width: 170px;
    height: auto;
    margin-right: 14px;
}

.hy_dongtai>ul>li>a .x1 span img {
    width: 100%;
    height: 100%;
}

.hy_dongtai>ul>li>a .x1 .a1 {
    width: 550px;
    height: 100px;
    padding-top: 6px;
}

.hy_dongtai>ul>li>a .x1 .a1 h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}

.hy_dongtai>ul>li>a:hover .x1 .a1 h4 {
    color: #eb2e2c;
}

.hy_dongtai>ul>li>a .x1 .a1 p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hy_dongtai>ul>li>a .x1 .a2 {
    width: 134px;
    height: 100%;
    padding-top: 12px;
    text-align: center;
}

.hy_dongtai>ul>li>a .x1 .a2 h5 {
    font-size: 50px;
    color: #333;
}

.hy_dongtai>ul>li>a .x1 .a2 h6 {
    font-size: 14px;
    color: #333;
}

.hy_dongtai>ul>li>a:hover .x1 .a2 h5, .hy_dongtai>ul>li>a:hover .x1 .a2 h6 {
    color: #eb2e2c;
}

.sp_zhongxin {
    width: 100%;
    height: auto;
    /* min-height: 1286px; */
}

.sp_title {
    width: 100%;
    height: 44px;
    margin-top: 36px;
    margin-bottom: 30px;
}

.sp_title ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.sp_title ul li {
    display: inline-flex;
    /* width: 148px; */
    padding: 0 17px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #dcdcdc;
    margin: 0 14px;
    text-transform: capitalize;
}

.sp_title ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #b5b5b5;
}

.sp_title ul li.active {
    border: 1px solid #D6251D;
}

.sp_title ul li.active a {
    color: #D6251D;
}

.title_box {
    width: 100%;
    height: auto;
    padding: 0 0 30px 58px;
}

.title_box ul {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.title_box ul li {
    display: inline-flex;
    width: 110px;
    height: 34px;
}

.title_box ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 14px;
    color: #9e9e9e;
}

.title_box ul li a:hover {
    color: #eb2e2c;
}

.title_box ul li a.active {
    color: #eb2e2c;
}

.title_box ul li a span {
    position: relative;
    width: 5px;
    height: 6px;
    margin-right: 8px;
    background-image: url(../image/sanjiao-h.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.title_box ul li a:hover span {
    background-image: url(../image/zt-sanjiao.png);
}

.title_box ul li a.active span {
    background-image: url(../image/zt-sanjiao.png);
}

.sp_box {
    width: 100%;
    height: auto;
}

.sp_box>ul {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.sp_box>ul>li {
    display: inline-flex;
    width: 242px;
    height: 192px;
    margin: 0 24px 30px;
}

.sp_box>ul>li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.sp_box>ul>li a div {
    width: 100%;
    height: 100%;
    text-align: center;
}

.sp_box>ul>li a div span {
    display: flex;
    width: 230px;
    height: 152px;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto 14px;
}

.sp_box>ul>li a div span img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.sp_box>ul>li a:hover div span img {
    transform: scale(1.06);
}

.sp_box>ul>li a div p {
    font-size: 14px;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp_box>ul>li a:hover div p {
    color: #eb2e2c;
}

.cp_yinyong {
    width: 100%;
    height: auto;
    min-height: 1286px;
    margin-top: 30px;
}

.cp_yinyong>ul {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.cp_yinyong>ul>li {
    width: 100%;
    height: 212px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    margin-bottom: 22px;
}

.cp_yinyong>ul>li:hover {
    border: 1px solid #d92c2a;
}

.cp_yinyong>ul>li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.cp_yinyong>ul>li a .c1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.cp_yinyong>ul>li a .c1>span {
    display: inline-flex;
    width: 210px;
    height: 178px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px;
}

.cp_yinyong>ul>li a .c1>span img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.cp_yinyong>ul>li:hover a .c1>span img {
    transform: scale(1.06);
}

.cp_yinyong>ul>li a .c1 .y1 {
    width: 442px;
    height: 178px;
    margin-right: 78px;
    padding-top: 8px;
}

.cp_yinyong>ul>li a .c1 .y1 h2 {
    font-size: 18px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.cp_yinyong>ul>li:hover a .c1 .y1 h2 {
    color: #D92C2A;
}

.cp_yinyong>ul>li a .c1 .y1 h3 {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 32px;
}

.cp_yinyong>ul>li a .c1 .y1 p {
    font-size: 14px;
    color: #9e9e9e;
}

.cp_yinyong>ul>li a .c1 .y2 {
    width: 76px;
    height: 120px;
    text-align: center;
    position: relative;
}

.cp_yinyong>ul>li a .c1 .y2:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 62%;
    left: 0;
}

.cp_yinyong>ul>li:hover a .c1 .y2:after {
    background: #d92c2a;
}

.cp_yinyong>ul>li a .c1 .y2 h5 {
    font-size: 46px;
    line-height: 76px;
    color: #ccc;
}

.cp_yinyong>ul>li a .c1 .y2 h6 {
    font-size: 18px;
    line-height: 42px;
    color: #ccc;
}

.cp_yinyong>ul>li:hover a .c1 .y2 h5 {
    color: #D92C2A;
}

.cp_yinyong>ul>li:hover a .c1 .y2 h6 {
    color: #D92C2A;
}

.gs_jieshao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*height: 408px;*/
    margin-bottom: 68px;
}

.gs_jieshao .l1 {
    /*width: 576px;*/
    /*max-height: 422px;*/
    overflow: hidden;
}

.gs_jieshao .l1 p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-indent: 2em;
}

.gs_jieshao .l1 img{
    width:80%;
}

.gs_jieshao .r1 {
    width: 502px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.gs_jieshao .r1>div {
    width: 408px;
    height: 408px;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.gs_jieshao .r1>div>img {
    width: 100%;
    height: 100%;
}

.gs_jieshao .r1>span {
    display: flex;
    width: 408px;
    height: 354px;
    position: absolute;
    top: 50%;
    margin-top: -177px;
    left: 0;
    z-index: 9;
    border-radius: 6px;
    overflow: hidden;
}

.gs_jieshao .r1>span>img {
    width: 100%;
    height: 100%;
}

.fz_lichen {
    width: 100%;
    height: 442px;
    background-image: url(../image/gy-img7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 116px;
    margin-bottom: 74px;
}

.fz_lichen_in {
    width: 100%;
    height: 264px;
    padding: 0 20px;
}

.gd_cgq {
    width: 100%;
    height: 146px;
    border: 1px solid #dcdcdc;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f3f3f3f 0%, #fff 100%);
    padding: 0 42px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gd_cgq>span {
    display: inline-flex;
    width: 122px;
    max-height: 112px;
}

.gd_cgq>span img {
    width: 100%;
    height: 100%;
}

.gd_cgq .gd_title {
    width: 500px;
    height: 100px;
    padding-right: 42px;
    position: relative;
}

.gd_cgq .gd_title h2 {
    width: auto;
    height: 32px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 20px;
}

.gd_cgq .gd_title h2:after {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 52%;
    margin-top: -10px;
    left: 105%;
    background-image: url(../image/fansanjiao.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gd_cgq .gd_title p {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 16px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.gd_cgq .gd_title h2:before {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 52%;
    margin-top: -10px;
    right: 104%;
    background-image: url(../image/sanjiao.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gd_cgq .f1 {
    width: 154px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(top, #f12f2d 0%, #d62c2a 100%);
    background: -webkit-linear-gradient(top, #f12f2d 0%, #d62c2a 100%);
    background: -o-linear-gradient(top, #f12f2d 0%, #d62c2a 100%);
    background: -ms-linear-gradient(top, #f12f2d 0%, #d62c2a 100%);
}

.gd_cgq .f1 img {
    width: 22px;
    height: 18px;
    margin-right: 8px;
}

.gd_cgq .f1 p {
    font-size: 16px;
    color: #fff;
}

.cp_saixuan {
    width: 100%;
    height: 92px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(#e0e0e0, #f4f4f4 52%, #ededed);
    padding: 0 20px 0 6px;
}

.cp_saixuan .a1 {
    display: inline-flex;
    width: auto;
    height: auto;
}

.cp_saixuan .a1 ul {
    display: flex;
    width: auto;
    height: auto;
}

.cp_saixuan .a1 ul li {
    display: inline-flex;
    width: auto;
    height: auto;
    position: relative;
}

.cp_saixuan .a1 ul li:after {
    content: '/';
    display: block;
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 0;
    right: -5px;
}

.cp_saixuan .a1 ul li:last-child:after {
    display: none;
}

.cp_saixuan .a1 ul li a {
    display: flex;
    width: auto;
    height: auto;
    padding: 0 18px;
    font-size: 20px;
    color: #999;
}

.cp_saixuan .a1 ul li a.active {
    font-weight: 700;
    color: #333;
}

.cp_saixuan .a2 {
    display: inline-flex;
    width: auto;
    height: auto;
}

.cp_saixuan .a2 h2 {
    font-size: 16px;
    color: #333;
}

.cp_saixuan .a2 ul {
    display: flex;
    width: auto;
    height: auto;
}

.cp_saixuan .a2 ul li {
    display: inline-flex;
    width: auto;
    height: auto;
    position: relative;
}

.cp_saixuan .a2 ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #8c8c8c;
    position: absolute;
    top: 3px;
    right: 0;
}

.cp_saixuan .a2 ul li:last-child:after {
    display: none;
}

.cp_saixuan .a2 ul li a {
    display: flex;
    width: auto;
    height: auto;
    padding: 0 8px;
    font-size: 16px;
    color: #999;
}

.cp_saixuan .a2 ul li a.active {
    color: #D6251D;
}

.cp_sx_box {
    width: 100%;
    height: auto;
    min-height: 1400px;
    box-shadow: 0 6px 8px -1px gainsboro;
    background: #fff;
    position: relative;
}

.ce_nav {
    position: absolute;
    top: 40px;
    left: -244px;
    width: 244px;
    height: auto;
}

.saixuan_in {
    width: 100%;
    height: auto;
    padding: 24px 14px 0 24px;
    display: flex;
    justify-content: space-between;
}

.sx_l {
    width: 236px;
    height: auto;
}

.sx_l .ss {
    width: 100%;
    height: 60px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    padding-left: 6px;
    margin-bottom: 18px;
}

.sx_l .ss img {
    width: 20px;
    height: 20px;
}

.sx_l .ss input {
    width: 206px;
    height: auto;
    font-size: 18px;
    color: #bfbfbf;
    padding-left: 10px;
}

.js_tezheng {
    width: 100%;
    height: auto;
}

.sy_content {
    width: 100%;
    height: auto;
    background-image: url(../image/jiazhun.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 32px;
}

.sy_content_in {
    width: 100%;
    height: auto;
    position: relative;
    top: -14px;
    left: 0;
    box-shadow: 0 16px 8px -1px gainsboro;
    background: #fff;
}

.sy_ss {
    width: 100%;
    height: 92px;
    background-image: url(../image/cp-img16.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 38px;
}

.sy_ss .c1 {
    display: inline-flex;
    width: auto;
    height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 22px;
}

.sy_ss .c1 input {
    width: 396px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    color: #d3d3d3;
}

.sy_ss .c1 button {
    width: 130px;
    height: 100%;
    background: -moz-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #4d4d4d 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.sy_ss .c1 button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.sy_ss .c2 {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 16px;
    margin-right: 46px;
}

.sy_ss .c2 span {
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 12px;
}

.sy_ss .c2 span input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sy_ss .c2 span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sy_ss .c2 span img:nth-child(2) {
    display: none;
}

.cp_ss .c2.active span img:nth-child(2) {
    display: block;
}

.sy_ss .c2 p {
    font-size: 16px;
    color: #666;
}

.tupo_dp {
    width: 100%;
    height: auto;
    padding: 26px 24px 40px;
    position: relative;
}
.tupo_dp .sous{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.sous {
    display: inline-flex;
    width: auto;
    height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 22px;
}

.sous input {
    width: 240px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    color: #d3d3d3;
}

.sous button {
    width: 120px;
    height: 100%;
    background: -moz-linear-gradient(top, #0689db 0%, #0689db 100%);
    background: -webkit-linear-gradient(top,#0689db 0%, #0689db 100%);
    background: -o-linear-gradient(top, #0689db 0%, #0689db 100%);
    background: -ms-linear-gradient(top, #0689db 0%, #0689db 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.sous button img{
    margin-right: 8px;
}

.tupo_dp h2 {
    font-size: 34px;
    color: #333;
    position: relative;
    padding-left: 14px;
    padding-top: 3px;
}

.tupo_dp h2:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #D6251D;
    position: absolute;
    top: 6px;
    left: 0;
}

.tupo_dp h2>span {
    font-size: 16px;
    color: #666;
    margin-left: 16px;
}

.tupo_dp ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.tupo_dp ul li {
    display: inline-flex;
    align-items: center;
    width: 230px;
    height: 242px;
    border-bottom: 1px dashed #dcdcdc;
}

.tupo_dp ul li:nth-child(6) {
    border-bottom: 0;
}

.tupo_dp ul li:nth-child(7) {
    border-bottom: 0;
}

.tupo_dp ul li:nth-child(8) {
    border-bottom: 0;
}

.tupo_dp ul li:nth-child(9) {
    border-bottom: 0;
}

.tupo_dp ul li:nth-child(10) {
    border-bottom: 0;
}

.tupo_dp ul li a {
    display: flex;
    width: 100%;
    height: 200px;
    border-right: 1px solid #dcdcdc;
}

.tupo_dp ul li:nth-child(5n) a {
    border-right: none;
}

.tupo_dp ul li a .tp_img {
    width: 100%;
    height: 100%;
}

.tupo_dp ul li a .tp_img h3 {
    width: 100%;
    height: 20px;
    /*padding-left: 42px;*/
    font-size: 18px;
    color: #000;
    /* background-image: url(../image/sanjiao.png); */
    background-size: 7px 8px;
    background-position: 25px center;
    background-repeat: no-repeat;
    margin-bottom: 32px;
    font-weight: 700;
    text-align: center;
}

.tupo_dp ul li a .tp_img:hover h3 {
    color: #D6251D;
}

.tupo_dp ul li a .tp_img .img {
    display: table;
    width: 216px;
    height: 120px;
}
.tupo_dp ul li a .tp_img .img .pimg2{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 216px;
    height: 120px;
}
.tupo_dp ul li a .tp_img .img img {
    max-width: 100%;
    max-height: 100%;
    
    transition: all 0.5s;
}

.tupo_dp ul li a .tp_img:hover .img img {
    transform: scale(1.1);
}

.tupo_dp ul li:last-child a .tp_img {
    /* width: 100%;
    height: 100%;
    padding-top: 64px;
    text-align: center; */
}

.tupo_dp ul li:last-child a .tp_img .more {
    /* display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px; */
}

.tupo_dp ul li:last-child a .tp_img .more img {
    /* width: 100%;
    height: 100%; */
}

.tupo_dp ul li:last-child a .tp_img h5 {
    /* font-size: 16px;
    color: #d6251d; */
}

.xin_cp {
    width: 100%;
    height: auto;
    display: flex;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.xin_cp_l {
    width: 854px;
    height: auto;
}

.xin_cp_in {
    width: 854px;
    height: 260px;
    background: linear-gradient(#eeeeee, #fff 52%, #f8f8f8);
    padding: 32px 20px 0;
}

.xin_cp_in h2 {
    font-size: 20px;
    color: #333;
    position: relative;
    padding-left: 14px;
    margin-bottom: 22px;
    padding-top: 3px;
}

.xin_cp_in h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    background: #D6251D;
    position: absolute;
    top: 6px;
    left: 0;
}

.xin_cp_in h2>span {
    font-size: 14px;
    color: #666;
    margin-left: 16px;
}

.xin_cp_in ul {
    display: flex;
    width: 100%;
    height: 154px;
    justify-content: flex-start;
}

.xin_cp_in ul li {
    display: inline-flex;
    width: 180px;
    height: 100%;
    margin: 0 10px;
}

.xin_cp_in ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.xin_cp_in ul li a div {
    width: 100%;
    height: 100%;
    text-align: center;
}

.xin_cp_in ul li a div span {
    display: table;
    width: 180px;
    height: 120px;
    margin-bottom: 14px;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.8);
}
.xin_cp_in ul li a div span .pimg2 img{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.xin_cp_in ul li a div span .pimg2 img {
    max-width: 100%;
    max-height: 100%;    
    transition: all 0.5s;
}

.xin_cp_in ul li a:hover div span img {
    transform: scale(1.06);
}

.xin_cp_in ul li a div h4 {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt_fuwu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 16px 20px 10px;
    border-top: 1px solid #dcdcdc;
}

.zt_fuwu_l {
    width: 450px;
    height: auto;
}

.zt_fuwu_l>h3 {
    padding-left: 16px;
    font-size: 20px;
    color: #333;
    position: relative;
    margin-bottom: 8px;
    padding-top: 2px;
}

.zt_fuwu_l>h3:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #D6251D;
    position: absolute;
    left: 0;
    top: 6px;
}

.zt_fuwu_l ul {
    width: 100%;
    height: auto;
}

.zt_fuwu_l ul li {
    width: 100%;
    height: 106px;
    border-bottom: 1px solid #dfeaf0;
}

.zt_fuwu_l ul li:last-child {
    border-bottom: none;
}

.zt_fuwu_l ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.zt_fuwu_l ul li a .zt_gsxw {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
}

.zt_fuwu_l ul li a .zt_gsxw .q1 {
    width: auto;
    height: auto;
}

.zt_fuwu_l ul li a .zt_gsxw .q1 h5 {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.zt_fuwu_l ul li a .zt_gsxw:hover .q1 h5 {
    color: #e72e2c;
}

.zt_fuwu_l ul li a .zt_gsxw .q1 h6 {
    font-size: 14px;
    color: #333;
}

.zt_fuwu_l ul li a .zt_gsxw:hover .q1 h6 {
    color: #e72e2c;
}

.zt_fuwu_l ul li a .zt_gsxw .q2 {
    width: 364px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zt_fuwu_l ul li a .zt_gsxw .q2 h3 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt_fuwu_l ul li a .zt_gsxw:hover .q2 h3 {
    color: #e72e2c;
}

.zt_fuwu_l ul li a .zt_gsxw .q2 h3 span {
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    color: #1c1b1b;
    width: 74px;
    height: 22px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background: linear-gradient(#e2e2e2, #fff 52%, #ececec);
}

.zt_fuwu_l ul li a .zt_gsxw .q2 p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zt_fuwu_r {
    width: 322px;
    height: auto;
}

.zt_fuwu_r>h3 {
    padding-left: 16px;
    font-size: 20px;
    color: #333;
    position: relative;
    margin-bottom: 8px;
}

.zt_fuwu_r>h3:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #D6251D;
    position: absolute;
    left: 0;
    top: 6px;
}

.zt_fuwu_r ul {
    width: 100%;
    height: auto;
}

.zt_fuwu_r ul li {
    width: 100%;
    height: 106px;
    display: flex;
    align-items: center;
}

.zt_fuwu_r ul li a {
    display: flex;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    background-image: url(../image/ay_img17.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 16px 0 20px;
}

.zt_fuwu_r ul li a .fuwu_in {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zt_fuwu_r ul li a .fuwu_in .l1 {
    width: 214px;
    height: 72px;
}

.zt_fuwu_r ul li a .fuwu_in .l1 h3 {
    font-size: 18px;
    color: #333;
    padding-left: 14px;
    background-image: url(../image/sanjiao.png);
    background-size: 7px 8px;
    background-repeat: no-repeat;
    background-position: left center;
}

.zt_fuwu_r ul li a .fuwu_in .l1 p {
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 8px;
}

.zt_fuwu_r ul li a .fuwu_in .l2 {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.zt_fuwu_r ul li a .fuwu_in .l2 img {
    width: 100%;
    height: 100%;
}

.xin_cp_r {
    width: 346px;
    height: auto;
}

.sy_xz_box {
    width: 100%;
    height: auto;
    background-image: url(../image/cp-img17.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 16px 0 rgba(220, 220, 220, 1);
    padding: 28px 24px 10px;
}

.sy_xz_box>h2 {
    font-size: 20px;
    color: #333;
    position: relative;
    padding-left: 14px;
    margin-bottom: 24px;
    padding-top: 3px;
}

.sy_xz_box>h2:after {
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    background: #ff0000;
    position: absolute;
    top: 6px;
    left: 0;
}

.sy_xz_box ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sy_xz_box .x1 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.sy_xz_box .x1 li {
    width: 298px;
    height: 126px;
    margin: 0 auto 5px;
    background: #fff;
}

.sy_xz_box .x1 li a {
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px 0 rgba(220, 220, 220, 0.6);
    padding: 4px;
}

.sy_xz_box .x1 li a .z1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8px;
    text-align: center;
}

.sy_xz_box .x1 li a .z1 h2 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.sy_xz_box .x1 li a .z1 h2:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 110%;
    top: 50%;
    margin-top: -3px;
    background-image: url(../image/sanjiao-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sy_xz_box .x1 li a .z1 h2:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 110%;
    top: 50%;
    margin-top: -3px;
    background-image: url(../image/sanjiao-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sy_xz_box .x1 li a .z1 h6 {
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sy_xz_box .x1 li a .z1 p {
    font-size: 14px;
    color: #fff;
}

.sm_erweima {
    width: 100%;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm_erweima span {
    display: inline-flex;
    height: 100%;
    width: auto;
    box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
    overflow: hidden;
}

.sm_erweima span img {
    width: auto;
    height: 100%;
}

.sy_xz_box .x1 li a .z1 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.sy_xz_box .x1 li a .z1 h4 {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.sy_xz_box .x1 li a .z1 em {
    display: flex;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    position: relative;
    justify-content: center;
}

.sy_xz_box .x1 li a .z1 em:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
}

.sy_xz_box>h5 {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-top: 14px;
}

.yinyong_al {
    width: 100%;
    height: 270px;
    background: #fff;
    padding: 30px 30px;
}

.yinyong_al h3 {
    padding-left: 14px;
    font-size: 20px;
    color: #333;
    position: relative;
    margin-bottom: 18px;
    padding-top: 3px;
}

.yinyong_al h3:after {
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    background: #D6251D;
    position: absolute;
    left: 0;
    top: 6px;
}

.yinyong_al ul {
    display: flex;
    width: 100%;
    /*height: 156px;*/
    justify-content: space-between;
}

.yinyong_al ul li {
    display: inline-flex;
    width: 210px;
    height: 100%;
    overflow: hidden;
}

.yinyong_al ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.yinyong_al ul li a div {
    width: 100%;
    height: 100%;
    position: relative;
}

.yinyong_al ul li a div span {
    display: flex;
    width: 100%;
    height: 100%;
}

.yinyong_al ul li a div span img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.yinyong_al ul li a:hover div span img {
    transform: scale(1.06);
}

.yinyong_al ul li a div p {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yinyong_al ul li a:hover div p {
    background: rgba(189, 26, 16, 0.8);
}

.oylb2 {
    width: 100%;
    height: auto;
    padding-left: 12px;
}

.oylb2d {
    width: 100%;
    height: auto;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.oylb2d img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.oylb2d a {
    font-size: 16px;
    color: #666;
}

.oylb2d a.active {
    color: #da251d;
}

.oylb3d {
    width: 100%;
    height: auto;
    padding-left: 12px;
    position: relative;
}

.oylb3d a {
    display: flex;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
    position: relative;
    padding-left: 12px;
}

.oylb3d a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background: #999;
    position: absolute;
    top: 12px;
    left: 0;
}

.oylb3d a:hover {
    color: #da251d;
}

.oylb3d a:hover:after {
    background: #da251d;
}

.oylb3d a.active {
    color: #da251d;
}

.oylb3d a.active:after {
    background: #da251d;
}

.js_tezheng h3 {
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    padding: 0 18px 0 18px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #434343;
    background-image: url(../image/sx-xia.png);
    background-repeat: no-repeat;
    background-position: 200px center;
    background-size: 14px 8px;
}

.js_tezheng>ul {
    width: 100%;
    height: auto;
}

.js_tezheng>ul>li {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.js_tezheng>ul>li .sx_in {
    display: none;
}

.js_tezheng>ul>li.active .sx_in {
    display: block;
}

.js_tezheng>ul>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 18px;
    font-size: 16px;
    color: #7a7a7a;
    background-image: url(../image/sx-xia.png);
    background-repeat: no-repeat;
    background-position: 200px center;
    background-size: 14px 8px;
}

.js_tezheng>ul>li>a.active {
    background-image: url(../image/sx-shang.png);
}

.js_tezheng>ul>li>a span {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 1px solid #dcdcdc;
    margin-right: 16px;
    justify-content: center;
}

.js_tezheng>ul>li>a .sx_in {
    width: 100%;
    height: auto;
}

.sx_in ul {
    width: 100%;
    height: auto;
    padding-left: 36px;
    padding-top: 6px;
}

.sx_in ul li {
    width: 100%;
    min-height: 24px;
    margin-top: 12px;
}

.sx_in ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.sx_in ul li a span {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.sx_in ul li a span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sx_in ul li a span img:nth-child(2) {
    display: none;
}

.sx_in ul li a span.active img:nth-child(2) {
    display: block;
}

.sx_in ul li a p {
    font-size: 16px;
    color: #7a7a7a;
}

.sc_r {
    width: 614px;
    height: auto;
    padding-top: 20px;
}

.sc_r_in {
    width: 100%;
    height: auto;
}

.sc_r_l {
    display: inline-block;
    float: left;
    width: 466px;
    height: auto;
}

.sc_r_l ul {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.sc_r_l ul li {
    display: inline-flex;
    width: auto;
    height: 32px;
    margin-right: 20px;
    margin-bottom: 8px;
}

.sc_r_l ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}

.sc_r_l ul li a div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    max-width: 245px;
    padding: 0 16px;
    background: #ebebeb;
}

.sc_r_l ul li a div p {
    font-size: 16px;
    max-width: 200px;
    color: #414141;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: pre;
    -webkit-line-clamp: 1;
}

.sc_r_l ul li a div span {
    display: inline-flex;
    width: 12px;
    height: 12px;
    position: relative;
}

.sc_r_l ul li a div span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sc_r_l ul li a div span img:nth-child(2) {
    display: none;
}

.sc_r_l ul li a div.active span img:nth-child(1) {
    display: none;
}

.sc_r_l ul li a div.active span img:nth-child(2) {
    display: block;
}

.sc_r_l ul li a div.active {
    background: #b6b6b6;
}

.sc_r_l ul li a div.active p {
    color: #fff;
}

.sc_r_r {
    display: inline-block;
    float: right;
    text-align: right;
    /* width:140px; */
    height: auto;
}

.sc_r_r p {
    font-size: 18px;
    color: #414141;
    line-height: 36px;
}

.sc_biaoge {
    width: 612px;
    height: 756px;
    display: flex;
}

.sc_biaoge_l {
    width: 334px;
    height: 756px;
}

.sc_biaoge_l table {
    border: 1px solid #dcdcdc;
}

.sc_biaoge_l table tr:first-child {
    height: 70px;
}

.sc_biaoge_l table tr:first-child td {
    text-align: center;
}

.sc_biaoge_l table tr td:first-child {
    width: 146px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #414141;
}

.sc_biaoge_l table tr td:nth-child(2) {
    width: 188px;
    height: 70px;
    font-size: 18px;
    color: #414141;
    line-height: 30px;
    padding: 10px 10px;
    text-transform: uppercase;
    word-break: break-all;
}

.sc_biaoge_l table tr:nth-child(2) td {
    width: auto;
    height: 112px;
}

.sc_biaoge_l table tr:nth-child(3) td {
    width: auto;
    height: 112px;
}

.sc_biaoge_l table tr:nth-child(4) td {
    width: auto;
    height: 112px;
}

.sc_biaoge_l table tr:nth-child(5) td {
    width: auto;
    height: 112px;
}

.sc_biaoge_l table tr:nth-child(6) td {
    width: auto;
    height: 112px;
}

.sc_biaoge_l table tr:nth-child(7) td {
    width: auto;
    height: 112px;
}

.sc_biaoge_l table tr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sc_biaoge_l table tr a .img {
    width: 94%;
    max-height: 100%;
}

.sc_biaoge_r {
    width: 278px;
    height: 756px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.sc_biaoge_r table {
    border: 1px solid #dcdcdc;
}

.sc_biaoge_r table tr:first-child td {
    width: auto;
    min-width: 138px;
    max-width: 160px;
    height: 70px;
    font-size: 18px;
    color: #414141;
    text-align: center;
    line-height: 70px;
}

.sc_biaoge_r table tr td {
    width: auto;
    height: 112px;
    font-size: 18px;
    color: #666;
    text-align: center;
    /* line-height: 110px; */
}

.fy_bianji {
    width: 100%;
    height: 94px;
    padding: 0 38px;
    padding-top: 32px;
    position: relative;
}

.fy_bianji:after {
    content: '';
    display: block;
    width: 836px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 38px
}

.fy_bianji_in {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
}

.sx_fenye {
    width: auto;
    height: 100%;
}

.sx_fenye ul {
    display: flex;
    width: auto;
    height: 100%;
}

.sx_fenye ul li {
    display: inline-flex;
    width: auto;
    height: 100%;
}

.sx_fenye ul li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    margin: 0 8px;
    font-size: 16px;
    color: #7a7a7a;
}

.sx_fenye ul li.active a:after {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: #7a7a7a;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -6px;
}

.sx_fenye ul li a span {
    display: inline-flex;
    width: 34px;
    height: 34px;
}

.sx_fenye ul li a span img {
    width: 100%;
    height: 100%;
}

.binaji {
    width: 188px;
    height: 34px;
    border: 1px solid #dcdcdc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.binaji img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.binaji p {
    font-size: 16px;
    color: #9e9e9e;
}

/*导航*/

.navigation-down {
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #f0f0f0;
}
.menu-container{
    width: 1200px;
    margin: 0 auto;
}

.menupro {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.menupro:after {
    content: "";
    height: 0px;
    width: 0px;
    clear: both;
    display: block;
    overflow: hidden;
}

.menupro .rightp {
    width: 180px;
    height: auto;
    float: left;
    /* background: #da251d; */
    box-sizing: border-box;
    /* border-right: 1px solid hsla(0, 0%, 100%, .5); */
}

.menupro .rightp::after {
    content: "";
    height: 0px;
    width: 0px;
    clear: both;
    display: block;
    overflow: hidden;
}

.menupro .rightp ul {
    width: 100%;
    background: #f0f0f0;
    column-width: 240px;
}

.menupro .rightp ul li a.yiji {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    padding-left: 20px;
    /* padding-top: 10px; */
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
}

.menupro .rightp ul li a.active {
    /* background: #fff; */
}

.menupro .rightp ul li a.active span {
    color: #da251d;
}

.menupro .rightp ul li a.active p {
    color: #da251d;
}

.menupro .rightp ul li a span {
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.menupro .rightp ul li a p {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    padding-left: 16px;
}
.menupro .rightp ul li a p::before{
    position: absolute;
    top: 26px;
    left: 0px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ea0437;
    border-right: 2px solid #ea0437;
    content: "";
    transform: rotate(45deg);
}

.menupro .leftp {
    float: left;
    width: 1020px;
    height: auto;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    background: #ededed;
}

.menupro .leftp:after {
    content: "";
    height: 0px;
    width: 0px;
    clear: both;
    display: block;
    overflow: hidden;
}

.menupro .leftp .leftit {
    float: left;
    width: 250px;
    box-sizing: border-box;
    padding: 10px 12px 10px 12px;
}

.menupro .leftp .leftit .bt {
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    display: block;
    height: 30px;
    border-bottom: 1px solid #f3f3f5;
    padding: 0;
    padding-left: 8px;
    box-sizing: border-box;
}
.menupro .leftp .leftit .bt:hover{
    text-decoration: underline;
    color: #d6251d;
}

.menupro .leftp .leftit .itlist:after {
    content: "";
    height: 0px;
    width: 0px;
    clear: both;
    display: block;
    overflow: hidden;
}

.menupro .leftp .leftit .itlist a {
    display: block;
    text-align: left;
    line-height: 24px;
    font-size: 13px;
    color: #181818;
    padding: 4px 0 4px 8px;
    box-sizing: border-box;
    text-decoration: none;
}
.menupro .leftp .leftit .itlist a:hover{
    text-decoration: underline;
}

/*新闻下拉*/

.submenu {
    padding: 24px 24px;
    overflow: hidden;
}


.submenu-links {
    float: left;
    width: 140px;
    padding-right: 20px;
    border-right: #ddd 1px solid;
    margin-right: -1px;
}

.submenu-links p {
    margin-bottom: 8px;
}

.submenu-links a {
    font-size: 14px;
    color: #333333;
}

.submenu-links a:hover {
    color: #e31939;
}

.submenu-desc {
    float: left;
    width: 680px;
    border-left: 1px solid #dddddd;
    margin-left: 44px;
    padding-left: 45px;
}

.submenu-desc img {
    float: left;
    margin-right: 42px;
}

.submenu-desc h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.submenu-desc p {
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}

.submenu-desc-bg {
    float: left;
    width: 604px;
    height: 208px;
    border-left: 1px solid #dddddd;
    padding-left: 40px;
}

.submenu-desc-bg .table {
    width: 100%;
    color: #999999;
}

.submenu-desc-bg h2 {
    margin: -7px 0 22px 0;
    color: #999999;
    font-size: 30px;
}

.submenu-desc-bg p {
    line-height: 22px;
    font-size: 14px;
    color: #999999;
}

.submenu-desc-bg img {
    float: right;
    vertical-align: middle;
}

.menunew {
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    background: #ededed;
    width: 1200px;
    margin: 0 auto;
}

.submenu-news {
    float: right;
    width: 335px;
    overflow: hidden;
}

.submenu-news h2 {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.submenu-news .highline {
    color: #666;
}

.submenu-news .highline:hover {
    color: #e31939;
}

.submenu-desc-bg .submenu-news-title {
    height: 40px;
    margin: 3px 0 18px 0;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
}

.submenu-news-desc {
    height: 194px;
    margin-bottom: 24px;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
}

.submenu-news-desc.abo {
    height: 180px;
    margin: 13px 0 0 0;
}

.submenu-news-action {
    text-align: right;
}

.menunew .submenu-news-img {
    float: left;
    width: 210px;
    height: 180px;
    margin-top: 15px;
}

.menunew .submenu-news-img img {
    width: 100%;
    height: 100%;
}

.menunew .submenu .piclist{
    display: flex;
    flex-wrap: wrap;
}
.menunew .submenu .piclist .picitem a{
    width: 100%;
    font-size: 14px;
    color: #f12f2d;
    position: relative;
    display: block;
    padding-left: 14px;
    color: #333;
    margin-left: 26px;

}
.menunew .submenu .piclist .picitem a:hover{
    text-decoration: underline;
    
}
.menunew .submenu .piclist .picitem a:before{
    position: absolute;
    top: 6px;
    left: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ea0437;
    border-right: 2px solid #ea0437;
    content: "";
    transform: rotate(45deg);
}
.menunew .submenu .piclist .picitem a img{
    width: 200px;
    height: 110px;
    display: block;
    margin-top: 6px;
    margin-left: -14px;
}


.Format2d,.Format3d{
    margin: 0 auto;
}
.Format3d a{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.Format2d a{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}


.oyhei {    
    position: relative;
}
.oyhei .noh{
    height: 97px!important;
    overflow: hidden;
}
.oyhei i{
    position: absolute;
    top: 4px;
    left: 104px;
    display: inline-block;
                        border-top: 2px solid;
                        border-right: 2px solid;
                        width: 10px;
                        height: 10px;
                        border-color: #EA6000;
                        transform: rotate(135deg);
                        cursor: pointer;
}
.oyhei .downup{
    width: 100%;
    height: 24px;
    position: relative;
    cursor: pointer;
}
.oyhei i.up{
    top: 10px!important;
    transform: rotate(-45deg)!important;
}
.autoh{
    height: auto!important;
    padding-bottom: 0px!important;
}