    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-size: 14px;
        font-family: "微软雅黑";
        font-weight: 400;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    html,
    body {
        width: 100%;
        /* overflow-x: hidden;
        overflow-y: overlay; */
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }
    
    img {
        border: none;
        vertical-align: middle
    }
    
    ol,
    ul,
    li {
        list-style: none;
    }
    
    p {
        margin: 0;
        padding: 0;
    }
    
    a {
        text-decoration: none;
    }
    
    .head1 {
        width: 100%;
        height: 798px;
        background: url("../image/banner1.png")/*tpa=http://www.wjw.cn/cxt/images/../image/banner1.png*/;
        float: left;
    }
    
    .head_yin {
        width: 100%;
        height: 146px;
        line-height: 146px;
    }
    
    .contain {
        width: 1175px;
        margin: 0 auto;
    }
    
    @media (min-width:992px) and (max-width: 1200px) {
        .contain {
            width: 100%;
            padding: 0 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .head1 .head_l span {
            font-size: 20px;
        }
    }
    
    @media (min-width:768px) and (max-width: 992px) {
        .contain {
            width: 100%;
            padding: 0 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .head1 .head_l span {
            font-size: 16px;
        }
    }
    
    @media (max-width:768px) {
        .contain {
            width: 100%;
            padding: 0 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .head_yin {
            height: 90px;
            line-height: 90px;
        }
        .head1 .head_l span {
            font-size: 16px;
        }
    }
    
    .head1 .head_l {
        float: left;
    }
    
    .head1 .head_l img {
        width: 210px;
        height: 54px;
    }
    
    .head1 .head_l span {
        display: inline-block;
        font-size: 20px;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        margin-left: 32px;
    }
    
    .head_r {
        float: right;
    }
    
    .head_r img {
        width: 39px;
        height: 39px;
        border-radius: 50%;
        margin-right: 13px;
        margin-top: -18px;
    }
    
    .head_r span {
        display: inline-block;
        font-size: 32px;
        font-weight: bold;
        font-style: italic;
        /*color:rgba(255,46,12,1);*/
        color: #fff;
        line-height: 43px;
        /*background: url(/cxt/images/phone.png) no-repeat;*/
        /*padding-left: 52px;*/
        /*background-position-y: 2px;*/
    }
    
    .head_p1 {
        font-size: 28px;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        opacity: 0.84;
        width: 100%;
        text-align: center;
        margin-top: 130px;
    }
    
    .head_img {
        width: 747px;
        height: 109px;
        margin-top: 29px;
        margin-bottom: 53px;
    }
    
    .cen {
        text-align: center;
    }
    
    .head_p2 {
        font-size: 18px;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
    
    }
    
    .head_p2 .str1 {
        text-decoration: line-through;
    }
    
    .head_p2 .str2 {
        font-size: 60px;
        font-weight: bold;
        font-style: italic;
        color: #FFFf00;
        line-height: 25px;
        margin-right: 5px;
    }
    
    .head_p2 .str3 {
        color:#ffff00;
    }
    
    .join {
        display: inline-block;
        width: 242px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid rgba(242, 241, 241, 1);
        border-radius: 5px;
        font-size: 18px;
        color: rgba(255, 255, 255, 1);
        margin-top: 53px;
        margin-right: 28px;
    }
    
    .join:hover {
        background-color: #E73A3E;
        border: 1px solid #E73A3E;
    }
    
    .qq {
        display: inline-block;
        width: 242px;
        height: 60px;
        line-height: 60px;
        background: rgba(255, 255, 255, 1);
        border-radius: 5px;
        font-size: 18px;
        color: rgba(231, 58, 62, 1);
        margin-top: 53px;
    }
    
    .qq img {
        margin-right: 8px;
        border-radius: 50%;
    }
    
    .qq:hover {
        background-color: #E3E3E3;
    }
    
    @media (min-width:992px) and (max-width: 1200px) {
        .head1 .head_l span {
            font-size: 27px;
        }
        .head_r span {
            font-size: 28.8px;
        }
        .head_r img {
            width: 30px;
            height: 30px;
        }
        .head1 .head_l img {
            width: 189px;
            height: 48.6px;
        }
        .head_p1 {
            font-size: 21.6px;
        }
        .head_img {
            width: 672.3px;
            height: 98.1px;
        }
        .head_p2 {
            font-size: 16.2px;
        }
        .head_p2 .str2 {
            font-size: 54px;
        }
        .join,
        .qq {
            width: 217.8px;
            height: 54px;
            line-height: 54px;
        }
    }
    
    @media (min-width:768px) and (max-width: 992px) {
        .head1 .head_l span {
            font-size: 24px;
        }
        .Title .Title_p1 {
            font-size: 14.4px;
        }
        .head_r img {
            width: 27px;
            height: 27px;
        }
        .head1 .head_l img {
            width: 170px;
            height: 45px;
        }
        .head_p2 .str2 {
            font-size: 48px;
        }
        .head_r span {
            font-size: 25.6px;
        }
        .head_p1 {
            font-size: 19.2px;
        }
        .head_img {
            width: 597px;
            height: 87px;
        }
        .head_p2 {
            font-size: 14.4px;
        }
        .join,
        .qq {
            width: 193px;
            height: 48px;
            line-height: 48px;
        }
    }
    
    @media (max-width:768px) {
        .head1 {
            height: 670px;
        }
        .one {
            padding: 0 30px;
        }
        .head1 .head_l span {
            font-size: 16px;
            margin-left: 5px;
            display: none;
        }
        .path2 .Title {
            margin-bottom: 60px;
        }
        .path2 .Title .Title_p1 {
            font-size: 14.4px;
            padding-top: 50px;
        }
        .head_r img {
            margin-right: 5px;
            width: 24px;
            height: 24px;
            display: none;
        }
        .head1 .head_l img {
            width: 126px;
            height: 27px;
        }
        .head_p2 .str2 {
            font-size: 48px;
        }
        .head_r span {
            font-size: 19.2px;
        }
        .head_p1 {
            font-size: 14.4px;
            margin-top: 20px;
        }
        .head_img {
            width: 100%;
            height: auto;
            margin-bottom: 40px;
        }
        .head_p2 {
            text-align: center;
            font-size: 14.4px;
            line-height: 60px;
        }
        .join {
            margin-right: 0;
        }
        .join,
        .qq {
            width: 193px;
            height: 48px;
            line-height: 48px;
        }
    }
    
    .path2 {
        width: 100%;
        height: 676px;
        background-color: #fff;
        float: left;
    }
    
    .Title {
        text-align: center;
        margin-bottom: 120px;
    }
    
    .Title .Title_p1 {
        font-size: 18px;
        color: rgba(188, 195, 202, 1);
        line-height: 19px;
        padding-top: 107px;
        padding-bottom: 26px;
    }
    
    .Title .Title_p2 {
        font-size: 36px;
        color: rgba(66, 71, 76, 1);
        line-height: 25px;
    }
    
    .Title .Title_p2 strong {
        font-size: 30px;
        font-weight: 100;
        margin-left: 10px;
    }
    
    .path2_main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .l {
        width: 50%;
        padding-right: 21px;
    }
    
    .l span {
        font-size: 22px;
        color: rgba(66, 71, 76, 1);
        line-height: 45px;
    }
    
    .l span strong {
        color: #c93234;
    }
    
    .r {
        width: 50%;
        padding-left: 21px;
    }
    
    .r span {
        font-size: 15px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(66, 71, 76, 1);
        line-height: 35px;
    }
    
    .inline_main1 {
        background: url("../image/inline1.png")/*tpa=http://www.wjw.cn/cxt/images/../image/inline1.png*/ no-repeat;
    }
    
    .inline_main2 {
        background: url("../image/inline2.png")/*tpa=http://www.wjw.cn/cxt/images/../image/inline2.png*/ no-repeat;
    }
    
    .inline_main3 {
        background: url("../image/inline3.png")/*tpa=http://www.wjw.cn/cxt/images/../image/inline3.png*/ no-repeat;
    }
    
    .inlin {
        clear: both;
        padding-top: 56px;
        margin-bottom: 58px;
    }
    
    .contain_inlin {
        width: 1604px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .inline_main {
        width: 535px;
        height: 368px;
        position: relative;
    }
    
    .inlin .inline_main:nth-child(1) p {
        font-size: 24px;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        padding-top: 48px;
        padding-left: 58px;
    }
    
    .inlin .inline_main:nth-child(1) span {
        display: inline-block;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 30px;
        opacity: 0.82;
        padding: 26px 47px 101px 58px;
    }
    
    .inlin .inline_main:nth-child(1) h2 {
        font-size: 42px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        padding-left: 58px;
    }
    
    .inline_main p {
        font-size: 24px;
        color: rgba(66, 71, 76, 1);
        line-height: 48px;
        padding-top: 48px;
        padding-left: 58px;
    }
    
    .inline_main span {
        display: inline-block;
        font-size: 16px;
        color: rgba(188, 195, 202, 1);
        line-height: 30px;
        padding: 26px 47px 0px 58px;
    }
    
    .inline_main h2 {
        font-size: 42px;
        font-weight: bold;
        color: rgba(66, 71, 76, 1);
        line-height: 48px;
        padding-left: 58px;
        position: absolute;
        bottom: 78px;
    }
    
    @media (min-width:992px) and (max-width: 1200px) {
        .Title .Title_p2 {
            font-size: 32.4px;
        }
        .Title .Title_p2 strong {
            font-size: 27px;
        }
        .Title .Title_p1 {
            font-size: 16.2px;
        }
        .contain_inlin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding: 0 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }
        .inline_main1 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .inline_main2 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .inline_main3 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .inlin .inline_main:nth-child(1) p {
            font-size: 21.6px;
        }
        .inline_main p {
            font-size: 21.6px;
        }
        .inline_main span {
            font-size: 14.4px;
        }
        .inlin .inline_main:nth-child(1) span {
            font-size: 14.4px;
        }
        .inline_main h2 {
            font-size: 37px;
        }
        .inlin .inline_main:nth-child(1) h2 {
            font-size: 37px;
        }
        .l span {
            font-size: 19.8px;
        }
    }
    
    @media (min-width:768px) and (max-width: 992px) {
        .Title .Title_p2 {
            font-size: 28px;
        }
        .Title .Title_p2 strong {
            font-size: 24px;
        }
        .Title .Title_p1 {
            font-size: 14.4px;
        }
        .contain_inlin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            padding: 0 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }
        .inlin .inline_main:nth-child(1) p {
            font-size: 19.2px;
        }
        .inline_main p {
            font-size: 19.2px;
        }
        .inline_main span {
            font-size: 12.8px;
        }
        .inlin .inline_main:nth-child(1) span {
            font-size: 12.8px;
        }
        .inline_main h2 {
            font-size: 33.6px;
        }
        .inlin .inline_main:nth-child(1) h2 {
            font-size: 33.6px;
        }
        .l span {
            font-size: 17.6px;
        }
    }
    
    @media (max-width:768px) {
        .Title .Title_p2 {
            font-size: 28px;
        }
        .Title .Title_p2 strong {
            font-size: 24px;
        }
        .Title .Title_p1 {
            font-size: 14.4px;
        }
        .path2 {
            height: auto;
            clear: both;
        }
        .path2_main {
            width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .path2_main .l {
            width: 100%;
            padding-right: 0;
            margin-bottom: 10px;
        }
        .path2_main .r {
            width: 100%;
            padding-left: 0;
        }
        .contain_inlin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            /* padding: 0 30px; */
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .inline_main {
            width: 100%;
            height: 320px;
        }
        .inlin .inline_main:nth-child(1) p {
            font-size: 22px;
            padding-left: 20px;
            padding-top: 10px;
        }
        .inline_main p {
            font-size: 22px;
            padding-left: 20px;
            padding-top: 10px;
        }
        .inline_main span {
            font-size: 17px;
            padding: 20px;
        }
        .inlin .inline_main:nth-child(1) span {
            font-size: 17px;
            padding: 20px;
        }
        .inline_main h2 {
            font-size: 30px;
            padding-left: 20px;
        }
        .inlin .inline_main:nth-child(1) h2 {
            font-size: 30px;
            padding-left: 20px;
        }
        .l span {
            font-size: 15px;
            line-height: 35px;
        }
    }
    
    .path3 {
        width: 100%;
        height: 553px;
        background-color: #303941;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .path_box {
        padding-top: 277px;
        height: 70px;
        line-height: 70px;
        margin-left: 180px;
        width: 131px;
        text-align: center;
    }
    
    .path_box:nth-of-type(1) {
        margin-left: 0px;
    }
    
    .path_box p {
        font-size: 42px;
        font-weight: bold;
        color: rgba(248, 249, 249, 1);
        line-height: 48px;
        margin-top: 35px;
        margin-bottom: 24px;
    }
    
    .path_box p strong {
        font-size: 24px;
        font-weight: bold;
        color: rgba(248, 249, 249, 1);
        position: relative;
        top: -6px;
    }
    
    .path_box span {
        display: block;
        font-size: 18px;
        color: rgba(159, 166, 172, 1);
        line-height: 24px;
    }
    
    .path4 {
        width: 100%;
        text-align: center;
        height: 525px;
        background: url("../image/path4.png")/*tpa=http://www.wjw.cn/cxt/images/../image/path4.png*/;
    }
    
    .path4 h1 {
        font-size: 68px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        padding-top: 160px;
    }
    
    .path4 p {
        font-size: 24px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        padding-top: 38px;
        padding-bottom: 38px;
    }
    
    .join_change {
        margin: 0;
    }
    
    .path5 {
        background-color: #F6F7F8;
    }
    
    .path5_ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    
    .path5_ul li {
        width: 33.3%;
        margin-bottom: 73px;
        position: relative;
        cursor: pointer;
    }
    
    .path5_ul li .sho {
        position: absolute;
        left: 0;
        /*top: -38px;*/
        /*bottom: 0;*/
        right: 0;
        top: 240px;
        display: none;
    }
    
    .path5_ul li p {
        font-size: 20px;
        color: rgba(48, 57, 65, 1);
        padding: 26px 0;
    }
    
    .path5_ul li span {
        display: inline-block;
        font-size: 16px;
        color: rgba(136, 142, 147, 1);
    }
    
    .mar_10 {
        margin-bottom: 130px;
    }
    
    .sho {
        /*width: 306px;*/
        height: 240px;
        background: #fff;
        -webkit-box-shadow: 0px 6px 20px 0px rgba(96, 100, 104, 0.08);
        box-shadow: 0px 6px 20px 0px rgba(96, 100, 104, 0.08);
        border-radius: 5px;
    }
    
    .path5_ul li .sho p {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 0;
    }
    
    .sho span {
        padding: 10px 33px 20px 33px;
        display: inline-block;
        font-size: 16px;
        color: rgba(136, 142, 147, 1);
        line-height: 40px;
        text-align: left;
    }
    
    @media (min-width:992px) and (max-width: 1200px) {
        .path_box:nth-of-type(1) {
            margin-left: 0;
        }
        .path_box {
            margin-left: 100px;
        }
        .path_box p {
            font-size: 37px;
        }
        .path_box span {
            font-size: 16.2px;
        }
        .path4 h1 {
            font-size: 61.2px;
        }
        .path4 p {
            font-size: 21.6px;
        }
        .join {
            width: 217.8px;
            height: 54px;
            line-height: 54px;
        }
    }
    
    @media (min-width:768px) and (max-width: 992px) {
        .path_box:nth-of-type(1) {
            margin-left: 0;
        }
        .path_box {
            margin-left: 60px;
            padding-top: 295px;
        }
        .path_box p {
            font-size: 33.6px;
        }
        .path_box span {
            font-size: 14.4px;
        }
        .path4 h1 {
            font-size: 54px;
        }
        .path4 p {
            font-size: 19px;
        }
        .join {
            width: 193px;
            font-size: 16px;
        }
    }
    
    @media (max-width:768px) {
        .inlin {
            margin-bottom: 0;
        }
        .path3 {
            height: 550px;
            flex-wrap: wrap;
        }
        .path_box:nth-of-type(1) {
            margin-left: 0;
        }
        .path_box {
            margin-left: 0px;
            padding-top: 35px;
            height: 200px;
            width: 50%;
        }
        .path_box p {
            font-size: 26px;
        }
        .path_box span {
            font-size: 12px;
        }
        .path4 h1 {
            padding-top: 80px;
            font-size: 38px;
        }
        .path4 {
            height: 420px;
            padding: 0 20px;
            box-sizing: border-box;
        }
        .path4 p {
            font-size: 17px;
        }
        .join {
            width: 183px;
            font-size: 16px;
        }
        .mar_10 {
            margin-bottom: 70px;
        }
        .path5 .Title .Title_p1 {
            padding-top: 70px;
        }
        .path5_ul li {
            width: 50%;
            margin-bottom: 50px;
        }
        .path5_ul li p {
            font-size: 13px;
        }
        .path5_ul li span {
            font-size: 11px;
            padding: 10px 15px;
            line-height: 22px;
        }
    }
    
    .path6 {
        width: 100%;
        height: 665px;
        background-color: #fff;
    }
    
    .path6_main {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .path6_main .path6_l {
        padding-right: 56px;
    }
    
    .path6_main .path6_l p {
        display: inline-block;
        font-size: 22px;
        color: #303941;
        line-height: 36px;
        padding-bottom: 41px;
    }
    
    .path6_main .path6_l p strong {
        color: #c93234;
    }
    
    .path6_main .path6_l span {
        font-size: 14px;
        color: rgba(66, 71, 76, 1);
        line-height: 35px;
    }
    
    .path6_r {
        margin-top: -40px;
    }
    
    .path7 {
        width: 100%;
        height: 553px;
        background: url("../image/path7.jpg")/*tpa=http://www.wjw.cn/cxt/images/../image/path7.jpg*/ no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
    }
    
    .path7 .path7_box1 {
        overflow: hidden;
        padding-right: 8%;
    }
    
    .path7 .path7_box1 img {
        width: 100%;
        height: auto;
    }
    
    .path7_box p {
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 19px;
        opacity: 0.62;
        padding-top: 132px;
        padding-bottom: 14px;
    }
    
    .path7_box h2 {
        font-size: 36px;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }
    
    .path7_box span {
        width: 422px;
        display: inline-block;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 36px;
        padding-top: 55px;
        padding-bottom: 45px;
    }
    
    .path7_box .joi {
        display: block;
        width: 242px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid rgba(242, 241, 241, 1);
        border-radius: 5px;
        font-size: 18px;
        color: rgba(255, 255, 255, 1);
        margin-right: 28px;
    }
    
    .path8 {
        width: 100%;
        text-align: center;
        height: 527px;
        background-color: #303941;
    }
    
    .path8 p {
        padding-top: 96px;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 19px;
        opacity: 0.51;
    }
    
    .path8 h2 {
        font-size: 36px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        padding-top: 20px;
        padding-bottom: 62px;
    }
    
    .path8 span {
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 36px;
    }
    
    .banner {
        width: 1200px;
        height: 292px;
        margin: 66px auto 64px auto;
        position: relative;
        overflow: hidden;
    }
    /*图片的初步设置后面的动态内容会在js中实现*/
    
    .img {
        width: 300px;
        height: 292px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .lunbo {
        position: relative;
    }
    /*让没长图片向左浮动*/
    
    .img>li {
        float: left;
    }
    
    .num {
        position: absolute;
        bottom: -26px;
        left: 50%;
        margin-left: -42px;
    }
    
    .num li {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        /*position: absolute;*/
        background-color: #C5C5C5;
        z-index: 999;
        float: left;
        margin-right: 17px;
    }
    
    .active1 {
        background-color: #F0926E !important;
    }
    
    .path8 .ph {
        font-size: 19px;
        font-weight: bold;
        font-style: italic;
        color: rgba(150, 159, 166, 1);
        line-height: 25px;
        padding-top: 0px;
    }
    
    .path8 .ph img {
        margin-left: 18px;
        margin-right: 13px;
    }
    
    .path8 .ph p strong {
        font-size: 32px;
        font-weight: bold;
        font-style: italic;
        color: rgba(150, 159, 166, 1);
        line-height: 43px;
    }
    
    .path_foot {
        width: 100%;
        height: 105px;
        line-height: 105px;
        background-color: #303941;
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        float: left;
    }
    
    .path_foot img {
        float: left;
        margin-top: 28px;
    }
    
    .path_foot p {
        display: inline-block;
        font-size: 12px;
        color: rgba(204, 206, 218, 1);
        line-height: 25px;
        padding: 0;
        opacity: 1;
        /* float: right; */
        line-height: 105px;
    }
    
    .path_foot p a {
        color: rgba(204, 206, 218, 1);
    }
    
    .path8 .ph span {
        color: rgba(150, 159, 166, 1);
    }
    
    @media (min-width:992px) and (max-width: 1200px) {
        .path6_main .path6_l p {
            font-size: 19.8px;
        }
        .path6_r img {
            width: 487px;
        }
        .path7 {
            align-items: flex-end;
        }
        .path7 .path7_box1 img {
            width: 500px;
            height: 460px;
        }
        .path7_box {
            margin-bottom: 100px;
        }
        .path8 p {
            font-size: 14.4px;
        }
        .path8 h2 {
            font-size: 32px;
        }
        .path8 span {
            font-size: 14.4px;
        }
        .path8 .ph {
            font-size: 14.4px;
        }
        .path8 .ph img {
            width: 35px;
        }
        .path_foot p {
            font-size: 12px;
        }
        .path_foot {
            padding: 0 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .path_foot img {
            width: 189px;
        }
    }
    
    @media (min-width:768px) and (max-width: 992px) {
        .path6_main .path6_l p {
            font-size: 17.6px;
        }
        .path6_r img {
            width: 430px;
        }
        .path7 {
            align-items: flex-end;
        }
        .path7 .path7_box1 img {
            width: 500px;
            height: 460px;
        }
        .path7_box {
            margin-bottom: 100px;
        }
        .path8 p {
            font-size: 12.8px;
        }
        .path8 h2 {
            font-size: 28.8px;
        }
        .path8 span {
            font-size: 12.8px;
        }
        .path8 .ph {
            font-size: 12.8px;
        }
        .path8 .ph img {
            width: 30px;
        }
        .path_foot p {
            font-size: 12px;
        }
        .path_foot {
            padding: 0 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .path_foot img {
            width: 160px;
        }
    }
    
    @media (max-width:768px) {
        .path6 {
            height: auto;
            padding-bottom: 30px;
        }
        .path6 .Title .Title_p1 {
            padding-top: 80px;
        }
        .path6 .Title {
            margin-bottom: 60px;
        }
        .path6_main {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .path6_main .path6_l {
            min-width: 200px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-right: 0;
        }
        .path6_r {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-top: 20px;
        }
        .path6_main .path6_l p {
            font-size: 17.6px;
            padding-bottom: 20px;
        }
        .path6_r img {
            width: 310px;
        }
        .path7 {
            height: 650px;
            flex-flow: wrap;
            background-size: 0%;
            background: #e05955;
        }
        .path7 .path7_box1 img {
            width: 300px;
            height: 200px;
            margin-right: 0;
        }
        .path7_box {
            margin-right: 0;
            text-align: center;
        }
        .path7_box p {
            width: 100%;
            text-align: center;
            padding-top: 40px;
        }
        .path7_box h2 {
            text-align: center;
            font-size: 30px;
        }
        .path7_box span {
            width: 100%;
            padding: 30px 15px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .path7_box .joi {
            width: 220px;
            margin-right: 0;
            margin: 0 auto;
        }
        .path8 {
            height: auto;
            margin-bottom: 5px;
        }
        .path8 p {
            padding-top: 60px;
            font-size: 12.8px;
        }
        .path8 h2 {
            font-size: 26px;
            padding-bottom: 30px;
        }
        .path8 span {
            display: inline-block;
            padding: 0 15px;
            padding-bottom: 35px;
            font-size: 14px;
            /* text-align: left;
            text-indent: 25px; */
        }
        .path8 .ph {
            font-size: 15px;
            background: #fff;
            opacity: 1;
            height: 120px;
            line-height: 90px;
            width: 100%;
            padding: 20px 0;
        }
        .path8 .ph span {
            display: block;
            color: rgba(150, 159, 166, 1);
            padding: 0;
        }
        .path8 .ph strong {
            font-size: 35px;
            word-wrap: break-word;
        }
        .path8 .ph img {
            width: 30px;
            display: none;
        }
        .path_foot p {
            font-size: 12px;
        }
        .path_foot {
            padding: 0 20px;
            height: auto;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 0px;
            padding-bottom: 20px;
        }
        .path_foot div p {
            padding-top: 20px;
            line-height: 55px;
        }
        .path_foot img {
            width: 160px;
            padding-left: 10px;
        }
        .lunbo {
            display: none;
        }
		
    }
	
	
	