section {
    width: 100%;
}

.banner {
    width: 100%;
    height: 500px;
    background: url(https://cdn.chiefgr.com/fan06/images/fjxxgbanner.png) no-repeat center center;
}

.cont1 {
    width: 1280px;
    height: 698px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-top: 118px;
    box-sizing: border-box;
}

.title img {
    margin: 0 auto;
}

.cont1-list {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont1-list a {
    display: block;
    width: 204px;
    height: 320px;
    border-radius: 102px;
    padding-top: 50px;
    box-sizing: border-box;
}

.cont1-list a:nth-child(1) {
    background: #E95B56;
}

.cont1-list a:nth-child(2) {
    background: #FF8A43;
}

.cont1-list a:nth-child(3) {
    background: #8F68FF;
}

.cont1-list a:nth-child(4) {
    background: #4D9DFF;
}

.cont1-list a:nth-child(5) {
    background: #DE5AFF;
}

.cont1-list a:nth-child(6) {
    background: #FFA93A;
}

.cont1-list a .cont1-icon {
    width: 84px;
    height: 84px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont1-list a h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 28px;
}

.cont1-list a .c1-eng {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
    margin-top: 8px;
}

.jiantou {
    width: 44px;
    height: 44px;
    position: relative;
    margin: 45px auto 0;
}

.jiantou .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    opacity: 0;
}

.jiantou .nohover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.cont1-list a:hover {}

.cont1-list a .jiantou:hover .hover {
    opacity: 1;
    transform: rotate(0);
    transition: 0.5s;
}

.cont1-list a .jiantou:hover .nohover {
    opacity: 0;
}

.cont2 {
    width: 100%;
    height: 940px;
    padding-top: 120px;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

.cont2 .cont2-box {
    width: 1280px;
    margin: 60px auto 0;
}

.cont-hao {
    width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hao-left {
    width: 260px;
    height: 570px;
    background: url(https://cdn.chiefgr.com/fan06/images/chunjing-dy-back.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 24px 0;
    box-sizing: border-box;
    position: relative;
}

.hao-left h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.hao-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 60px;
}

.hao-left a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0351;
    margin-top: 40px;
}

.left-bot {
    width: 240px;
    height: 120px;
    background: linear-gradient(0deg, #7B40EA, #9500FF);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-bot .bot-l {
    width: calc(100% - 70px);
}

.left-bot .bot-r {
    width: 66px;
    height: 80px;
    background: url(https://cdn.chiefgr.com/fan06/images/chunjing-dy-icon.png) no-repeat center center;
}

.left-bot .bot-l .b-num {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #FFFFFF;
}

.left-bot .bot-l p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
    margin-top: 9px;
}

.hao-right {
    width: 1010px;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right li {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    padding: 40px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.hao-right-head {
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-head .icon {
    width: 32px;
    height: 32px;
}

.hao-right-head .icondy {
    background: url(https://cdn.chiefgr.com/fan06/images/icon-jinling.png) 0 0;
}

.hao-right-head-word {
    width: calc(100% - 37px);
}

.hao-right-head-word h3 {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hao-right-head-word .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.hao-right-head-word .bottom .guohu {
    width: 70px;
    height: 24px;
    background: #FFEBF1;
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0351;
    line-height: 24px;
    text-align: center;
}


.hao-right-cen {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-cen div h5 {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.hao-right-cen div p {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

.hao-right-cen span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #f5f5f5;
    margin: 0 30px;
}

.hao-right li .price-btns {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.hao-right li .price-btns .price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.hao-right li .price-btns .price span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
}

.hao-right li .price-btns a {
    display: block;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #7B40EA, #9500FF);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


.hao-right li:hover .hao-right-head-word h3 {
    color: rgba(232, 0, 0, 1);
}

.hao-right li:hover .price-btns a {
    background: rgba(232, 0, 0, 1);
}


.hao-right .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right .swiper-container {
    width: 100%;
}

.cont3 {
    width: 100%;
    height: 832px;
    background: url(https://cdn.chiefgr.com/fan06/images/cont3-back.png) no-repeat center center;
    padding-top: 120px;
    box-sizing: border-box;
}

.cont3-box {
    width: 100%;
}

.c3-word {
    width: 1100px;
    box-sizing: border-box;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c3-w-r {
    width: calc(100% - 500px);
    height: 332px;
    padding-top: 30px;
    padding-left: 45px;
    box-sizing: border-box;
}

.c3-w-r h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.c3-w-r .c3-w-eng {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    margin-top: 10px;
    margin-bottom: 35px;
}

.c3-w-r p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 80px;
}

.nian {
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
    position: relative;
}

.nian-xian {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
}

.nian-number {
    width: 1100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -550px;

}

.nian-number div {
    width: 350px;
    height: 100%;
    font-size: 90px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    background-color: #3A3A3A;
    text-align: center;
}

.nian-number div span {
    font-size: 40px;
}

.swiper-btns {
    width: 1280px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 190px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-btns div {
    width: 46px;
    height: 46px;
    position: relative;
    cursor: pointer;
}

.swiper-btns div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.swiper-btns div .swiper-hover {
    opacity: 0;
}

.swiper-btns div:hover img {
    opacity: 0;
    transition: 0.5s;
}

.swiper-btns div:hover .swiper-hover {
    opacity: 1;
    transition: 0.5s;
}

.cont4 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
    box-sizing: border-box;
}

.cont4-box {
    width: 100%;
    margin-top: 56px;
}

.cont4-box li {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.cont4-box li img {
    margin: 0 auto;
}

.cont4-word {
    width: 100%;
    height: 221px;
    background: #F5F5F5;
}

.c4-w-l {
    width: 936px;
    height: 221px;
    background: #EF5D38;
    padding: 64px 80px 0;
    box-sizing: border-box;
}

.c4-w-l h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.c4-w-l h3 span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.c4-w-l p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.7;
    margin-top: 30px;
}

.cont4-box li a {
    display: block;
    width: 130px;
    height: 44px;
    border: 1px solid #CCCCCC;
    border-radius: 22px 22px 22px 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 300px;
    right: 250px;
    z-index: 9;
    cursor: pointer;
}

.swiper2-btns {
    width: 140px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 112px;
    top: 514px;
    z-index: 9;
}

.swiper2-btns div {
    width: 55px;
    height: 55px;
    position: relative;
    cursor: pointer;
}

.swiper2-btns div img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.swiper2-btns div .hover {
    opacity: 0;
}

.swiper2-btns div:hover img {
    opacity: 0;
    transition: 0.5s;
}

.swiper2-btns div:hover .hover {
    opacity: 1;
    transition: 0.5s;
}








.cont5 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    box-sizing: border-box;
}

.cont5-box {
    width: 100%;
    margin-top: 60px;
}

.cont5-box li {
    width: 534px;
    height: 416px;
    position: relative;
    margin-right: 30px;
}

.cont5-img {
    width: 100%;
    height: 332px;
    overflow: hidden;
}

.cont5-word {
    width: 504px;
    height: 125px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 30px 19px 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -252px;
}

.cont5-word h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.cont5-word p {
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 20px;
}

.cont5-jie {
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    border-top: 1px solid #eee;
    opacity: 0;
}

.cont5-box li:hover .cont5-img img {
    transform: scale(1.1);
    transition: 1s;
}

.cont5-box li:hover .cont5-word {
    height: 188px;
    transition: 0.5s;
}

.cont5-box li:hover .cont5-word .cont5-jie {
    opacity: 1;
    transition: 1s;
}

.cont6 {
    width: 100%;
    height: 834px;
    background-color: #f5f5f5;

}

.cont6-box {
    width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
    box-sizing: border-box;
}

.cont6-new {
    width: 100%;
    height: 500px;
    background: #FFFFFF;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c6-new-l {
    width: 1021px;
    padding: 35px;
    box-sizing: border-box
}

.c6-new-l .big {
    width: 100%;
    height: 133px;
    display: flex;
    align-items: center;
}

.big-word {
    width: calc(100% - 200px);
    height: 100%;
    padding-left: 25px;
    padding-top: 14px;
    box-sizing: border-box;
}

.big-word h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.big-word p {
    height: 44px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0;
}

.big-word .icon {
    width: 100%;
    display: flex;
    align-items: center;
}

.time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}

.time img {
    margin-right: 8px;
}

.eye {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.eye img {
    margin-right: 8px;
}

.c6-new-l ol {
    width: 100%;
    margin-top: 25px;
}

.c6-new-l ol a {
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
}

.c6-new-l ol a+a {
    border-top: 1px solid #f0f0f0;
}

.c6-new-l ol a p {
    width: 860px;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 73px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c6-new-r {
    width: 259px;
    height: 500px;
    background: linear-gradient(0deg, #6A2AE1, #9C00FF);
    padding: 50px 30px 0;
    box-sizing: border-box;
    position: relative;
}

.c6-new-r h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.c6-new-r .c6-r-eng {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.2;
    margin: 8px 0 30px;
}

.c6-new-r p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
}

.c6-new-r a {
    width: 208px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -104px;
    bottom: 50px;
}

.c6-new-r a img {
    margin-left: 8px;
}

.c6-new-r a:hover {
    opacity: 0.9;
}

.c6-new-l ol a:hover p {
    color: #e80000;
}

.c6-new-l .big:hover .big-word h3 {
    color: #e80000;

}




.app-header {
    display: none;
}

.app-footer {
    display: none;
}

.cebian {
    display: none;
}

.app-banner {
    display: none;
}

.app-title {
    display: none;
}

.app-cont4 {
    display: none;
}

@media only screen and (max-width: 750px) {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .banner {
        display: none;
    }

    section {
        width: 100%;
        padding-bottom: 80px;
    }

    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: linear-gradient(90deg, #F89354, #E41F17);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
    }

    .app-header .logo img {
        width: 100%;
    }

    .app-header .kind {
        width: 30px;
        height: auto;
        background: none;
    }

    .app-header .kind img {
        width: 20px;
        margin: 0 auto;
    }

    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-footer a {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .app-footer a img {
        display: block;
        width: 29px;
        margin: 0 auto;
    }

    .app-footer a .sele {
        display: none;
    }

    .app-footer a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-footer .opt .nosele {
        display: none;
    }

    .app-footer .opt .sele {
        display: block;
    }

    .app-footer .choice {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
        position: relative;
        font-size: 2px;
    }
    
    .app-footer .choice img{
        display: block;
        width: 29px;
        margin: 0 auto;
    }
    
    .app-footer .choice p{
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-banner {
        display: block;
        width: 100%;
        height: 250px;
        background: url(https://cdn.chiefgr.com/fan06/images/fjxxgwapbanner.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .cebian {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        display: none;
    }

    .ce-box {
        width: 328px;
        height: 100%;
        background: #FFFFFF;
        float: right;
    }

    .ce-head {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: -1px 0px 20px 0px rgba(55, 55, 55, 0.06);
        padding: 0 13px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ce-head .ce-logo {
        display: block;
        width: 108px;
        height: 33px;
    }

    .ce-head .ce-logo img {
        width: 100%;
    }

    .ce-head .backoff {
        width: 17px;
        height: 100%;
        background: url(https://cdn.chiefgr.com/fan06/images/app-ce-backoff.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen {
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .ce-cen a {
        display: block;
        width: 100%;
        height: 56px;
        padding-top: 21px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }


    .ce-cen a p {
        width: calc(100% - 30px);
        height: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .ce-cen a p i {
        display: block;
        width: 35px;
        height: 18px;
        margin-left: 5px;
    }

    .ce-cen a .right {
        display: none;
        width: 16px;
    }

    .ce-cen a p .hot-icon {
        background: url(https://cdn.chiefgr.com/fan06/images/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(https://cdn.chiefgr.com/fan06/images/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(https://cdn.chiefgr.com/fan06/images/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }

    .cont-hao {
        width: 100%;
    }

    .hao-left {
        display: none;
    }

    .hao-right {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .hao-right li {
        width: 100%;
        height: 155px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 12px 0;
        box-sizing: border-box;
        position: relative;
    }

    .hao-right-cen {
        height: 60px;
        border-bottom: none;
    }

    .hao-right-cen div p {
        display: none;
    }

    .hao-right-cen div h5 {
        color: #666;
    }

    .hao-right-cen span {
        margin: 0 8px;
        width: 1px;
        height: 10px;
        background: #EEEEEE;
    }

    .hao-right li .price-btns {
        height: auto;

    }

    .hao-right li .price-btns a {
        display: none;
    }

    .hao-right li .price-btns .price {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .hao-right li .price-btns .price span {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FF0351;
    }

    .hao-right {
        width: 100% !important;
        height: auto !important;
    }

    .title {
        width: 100%;
    }

    .title img {
        width: 296px;
    }

    .cont1 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }

    .cont1-list {
        width: 100%;
        padding: 0 12px;
        flex-wrap: wrap;
        margin-top: 20px;
        box-sizing: border-box;
    }

    .cont1-list a {
        width: 113px;
        height: 178px;
        border-radius: 57px;
        padding-top: 33px;
        margin-bottom: 10px;
    }

    .cont1-list a .cont1-icon {
        width: 47px;
        height: 47px;
    }

    .cont1-list a .cont1-icon img {
        width: 25px;
    }

    .cont1-list a h3 {
        margin-top: 15px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }

    .cont1-list a .c1-eng {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.3;
    }

    .cont3 {
        width: 100%;
        padding: 40px 12px 0;
    }

    .cont3 .nian {
        display: none;
    }

    .c3-word {
        width: 100%;
        display: block;
        margin: 20px auto 0;
    }

    .c3-l {
        width: 100%;
    }

    .c3-l img {
        width: 100%;
    }

    .c3-w-r {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    .cont4 {
        display: none;
    }

    .cont5 {
        width: 100%;
        padding: 40px 0;
    }

    .cont5-box {
        width: 100%;
        margin-top: 20px;
    }

    .cont5-box li {
        width: 100%;
    }

    .cont5-img {
        width: 100%;
    }

    .cont5-img img {
        width: 100%;
    }

    .cont5-word {
        width: 100%;
        padding: 0;
        left: 0;
        margin-left: 0;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .cont6 {
        height: auto;
    }

    .cont6-box {
        width: 100%;
        padding: 40px 0 20px;
        box-sizing: border-box;
    }

    .c6-new-r {
        display: none;
    }

    .cont6-new {
        margin-top: 20px;
        height: auto;
        padding: 40px 0;
    }

    .c6-new-l {
        width: 100%;
        padding: 0 12px;
    }

    .c6-new-l .big {
        height: 73px;
    }

    .c6-new-l .big img {
        width: 110px;
    }

    .c6-new-l .big {
        justify-content: space-between;
    }

    .big-word {
        width: calc(100% - 125px);
        padding: 0;
    }

    .cont2 {
        width: 100%;
        padding: 40px 0;
        height: auto;
    }

    .cont2 .cont2-box {
        width: 100%;
        margin: 20px auto;
    }

    .hao-right .swiper-slide {
        width: 100% !important;
    }

    .eye img {
        width: 12px !important;
    }

    .time img {
        width: 10px !important;
    }

    .big-word h3 {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

    .big-word p {
        height: 28px;
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
        margin: 8px 0;
    }

    .c6-new-l ol a {
        height: 56px;
    }

    .c6-new-l ol a p {
        width: 100%;
        line-height: 56px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

    .jiantou {
        display: none;
    }

    .app-cont4 {
        display: block;
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .app-cont4
}