@CHARSET "UTF-8";

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

#company .wrapbg-gk .video-play {
    overflow: hidden;
}

#company .wrapbg-gk .video-play .play-video {
    padding-top: 100px;
    display: block;
    position: relative;
}

#company .wrapbg-gk .video-play .play-video img {
    width: 100%;
}

#company .wrapbg-gk .video-play .play-video i {
    display: block;
    width: 56px;
    height: 56px;
    background: url(/img/icon_video.png) 0 0/cover no-repeat;
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% + 28px);
    transition: all .4s ease-in-out;
}

#company .wrapbg-gk .video-play .play-video:hover i {
    transform: scale(1.05);
}

#company .wrapbg-gk .cpn-info h3 {
    padding: 52px 0 18px;
    font-size: 32px;
    color: #132b8c;
    font-family: 'FZLTHJ';
}

#company .wrapbg-gk .cpn-info p {
    font-size: 20px;
    line-height: 36px;
    color: #666;
    text-align: justify;
}

#company .wrapbg-gk .intro {
    margin-top: 85px;
    position: relative;
}

#company .wrapbg-gk .intro .bg {
    overflow: hidden;
    width: 100%;
}

#company .wrapbg-gk .intro .bg img {
    width: 100%;
    transition: all .4s ease-out;
}

#company .wrapbg-gk .intro .text {
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 2;
    color: #fff;
    width: 37.03125%;
    padding-top: 6%;
}

#company .wrapbg-gk .intro .text p {
    font-size: 20px;
    line-height: 31px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#company .data-num p {
    font-size: 20px;
    line-height: 36px;
    color: #666;
    text-align: justify;
}

#company .data-num ul {
    padding: 50px 0;
}

#company .data-num ul li {
    float: left;
    width: 33.3%;
    text-align: center;
}

#company .data-num ul li .liwrap {
    display: inline-block;
    text-align: center;
}

#company .data-num ul li .num-top {
    color: #132b8c;
    font-family: "Helvetica Bold";
    line-height: 72px;
    height: 72px;
}

#company .data-num ul li .num-top span {
    font-size: 72px;
}

#company .data-num ul li .num-top i {
    font-size: 36px;
    font-style: normal;
    margin: 0 6px;
}

#company .data-num ul li .num-top i.top {
    vertical-align: top;
    position: relative;
    top: -30px;
}

#company .data-num ul li .num-top i.bot {
    vertical-align: bottom;
    font-size: 18px;
    font-family: "FZLTHJ";
}

#company .data-num ul li .tips {
    font-size: 20px;
    color: #666;
    line-height: 40px;
}

@media screen and (max-width: 1440px) {
    #company .wrapbg-gk .video-play .play-video {
        padding-top: 0px;
    }

    #company .wrapbg-gk .video-play {
        padding-top: 72px;
    }

    #company .wrapbg-gk .video-play .play-video i {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }

    #company .wrapbg-gk .cpn-info h3 {
        padding: 40px 0 10px;
        font-size: 28px;
    }

    #company .wrapbg-gk .cpn-info p {
        font-size: 18px;
        line-height: 32px;
    }

    #company .data-num p {
        font-size: 18px;
        line-height: 32px;
    }

    #company .wrapbg-gk .intro .text p {
        font-size: 18px;
        line-height: 30px;
    }

    #company .wrapbg-gk .intro {
        margin-top: 65px;
    }

    #company .wrapbg-gk {
        padding-bottom: 60px;
    }

    #company .data-num ul {
        padding: 36px 0;
    }

    #company .data-num ul li .num-top span {
        font-size: 62px;
    }

    #company .data-num ul li .tips {
        font-size: 18px;
    }

    #company .data-num ul li .num-top i {
        font-size: 30px;
    }
}

@media screen and (max-width: 1280px) {
    #company .wrapbg-gk .video-play {
        padding-top: 60px;
    }

    #company .wrapbg-gk .video-play .play-video i {
        width: 46px;
        height: 46px;
        left: calc(50% - 23px);
        top: calc(50% - 23px);
    }

    #company .wrapbg-gk .cpn-info h3 {
        padding: 30px 0 10px;
        font-size: 26px;
    }

    #company .wrapbg-gk .cpn-info p {
        font-size: 16px;
        line-height: 30px;
    }

    #company .data-num p {
        font-size: 16px;
        line-height: 30px;
    }

    #company .wrapbg-gk .intro .text p {
        font-size: 16px;
        line-height: 28px;
    }

    #company .wrapbg-gk .intro {
        margin-top: 50px;
    }

    #company .wrapbg-gk {
        padding-bottom: 40px;
    }

    #company .data-num ul {
        padding: 30px 0;
    }

    #company .data-num ul li .num-top span {
        font-size: 52px;
    }

    #company .data-num ul li .tips {
        font-size: 16px;
    }

    #company .data-num ul li .num-top i {
        font-size: 28px;
    }

    #company .data-num ul li .num-top i.bot {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    #company .wrapbg-gk .video-play {
        padding-top: 50px;
    }

    #company .wrapbg-gk .video-play .play-video i {
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }

    #company .wrapbg-gk .cpn-info h3 {
        padding: 26px 0 10px;
        font-size: 24px;
    }

    #company .wrapbg-gk .cpn-info p {
        font-size: 14px;
        line-height: 28px;
    }

    #company .data-num p {
        font-size: 14px;
        line-height: 28px;
    }

    #company .wrapbg-gk .intro .text p {
        font-size: 14px;
        line-height: 28px;
    }

    #company .wrapbg-gk .intro {
        margin-top: 40px;
    }

    #company .wrapbg-gk {
        padding-bottom: 30px;
    }

    #company .data-num ul {
        padding: 26px 0;
    }

    #company .data-num ul li .num-top span {
        font-size: 48px;
    }

    #company .data-num ul li .tips {
        font-size: 14px;
    }

    #company .data-num ul li .num-top i {
        font-size: 24px;
    }

    #company .data-num ul li .num-top i.bot {
        font-size: 14px;
    }
}

@media screen and (max-width: 998px) {
    #company .wrapbg-gk .intro .text {
        width: 40%;
        padding-top: 2%;
        left: 20px;
    }

    #company .wrapbg-gk .intro {
        margin-top: 30px;
    }

    #company .wrapbg-gk {
        padding-bottom: 20px;
    }

    #company .data-num ul li .num-top span {
        font-size: 38px;
    }
}

@media screen and (max-width: 768px) {
    #company .wrapbg-gk .intro .text p a {
        color: #333 !important
    }

    #company .wrapbg-gk .video-play {
        padding-top: 40px;
    }

    #company .wrapbg-gk .video-play .play-video i {
        width: 30px;
        height: 30px;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
    }

    #company .wrapbg-gk .cpn-info h3 {
        font-size: 22px;
    }

    #company .data-num ul li .num-top i {
        font-size: 18px;
    }

    #company .wrapbg-gk .intro .text {
        position: static;
        color: #666;
        width: 100%;
    }

    #company .wrapbg-gk .intro .bg {
        display: none;
    }

    #company .data-num ul li .num-top span {
        font-size: 32px;
    }

    #company .data-num ul li .num-top {
        height: 40px;
        line-height: 40px;
    }

    #company .data-num ul li .num-top i.top {
        top: -10px;
    }

    #company .data-num ul li .tips {
        line-height: 1.5;
    }
}

@media screen and (max-width: 400px) {
    #company .data-num ul li .num-top span {
        font-size: 26px;
    }

    #company .data-num ul li .num-top i.top {
        font-size: 16px;
    }

    #company .data-num ul li .tips {
        font-size: 12px;
    }
}

#company .gkmap {
    position: relative;
    margin: 0 auto 90px;
    display: none;
}

#company .gkmap .mapbg img {
    width: 100%;
}

#company .gkmap span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #af7c49;
    z-index: 2;
    animation: pointShow2 1.6s alternate forwards;
    opacity: 0;
}

#company .gkmap span:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d5ba9f;
    animation: scale 2s infinite;
    z-index: -1;
}

#company .gkmap span:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e9d5c2;
    animation: scale2 2s infinite;
    z-index: -2;
}

#company .gkmap span.point1 {
    top: 21.99413%;
    right: 14.30119%;
    animation-delay: 300ms;
}

#company .gkmap span.point1:before {
    animation-delay: 500ms;
}

#company .gkmap span.point1:after {
    animation-delay: 500ms;
}

#company .gkmap span.point2 {
    top: 38.41642%;
    right: 17.87649%;
    animation-delay: 400ms;
}

#company .gkmap span.point2:before {
    animation-delay: 800ms;
}

#company .gkmap span.point2:after {
    animation-delay: 800ms;
}

#company .gkmap span.point3 {
    top: 52.46628%;
    right: 27.78548%;
    animation-delay: 500ms;
}

#company .gkmap span.point3:before {
    animation-delay: 500ms;
}

#company .gkmap span.point3:after {
    animation-delay: 500ms;
}

#company .gkmap span.point4 {
    top: 62.60997%;
    right: 29.1441%;
    animation-delay: 600ms;
}

#company .gkmap span.point4:before {
    animation-delay: 700ms;
}

#company .gkmap span.point4:after {
    animation-delay: 700ms;
}

#company .gkmap span.point5 {
    top: 74.4868%;
    right: 31.52763%;
    animation-delay: 700ms;
}

#company .gkmap span.point5:before {
    animation-delay: 400ms;
}

#company .gkmap span.point5:after {
    animation-delay: 400ms;
}

#company .gkmap span.point6 {
    top: 82.11144%;
    right: 27.6273%;
    animation-delay: 800ms;
}

#company .gkmap span.point6:before {
    animation-delay: 700ms;
}

#company .gkmap span.point6:after {
    animation-delay: 700ms;
}

#company .gkmap span.point7 {
    top: 58.35777%;
    right: 35.31961%;
    animation-delay: 900ms;
}

#company .gkmap span.point7:before {
    animation-delay: 600ms;
}

#company .gkmap span.point7:after {
    animation-delay: 600ms;
}

#company .gkmap span.point8 {
    top: 68.47507%;
    right: 34.7779%;
    animation-delay: 1000ms;
}

#company .gkmap span.point8:before {
    animation-delay: 500ms;
}

#company .gkmap span.point8:after {
    animation-delay: 500ms;
}

#company .gkmap span.point9 {
    top: 75.34018%;
    right: 36%;
    animation-delay: 1200ms;
}

#company .gkmap span.point9:before {
    animation-delay: 700ms;
}

#company .gkmap span.point9:after {
    animation-delay: 700ms;
}

#company .gkmap span.point10 {
    top: 57.5%;
    right: 42.77031%;
    animation-delay: 1400ms;
}

#company .gkmap span.point10:before {
    animation-delay: 500ms;
}

#company .gkmap span.point10:after {
    animation-delay: 500ms;
}

#company .gkmap span.point11 {
    top: 70.08798%;
    right: 45.72048%;
    animation-delay: 1600ms;
}

#company .gkmap span.point11:before {
    animation-delay: 800ms;
}

#company .gkmap span.point11:after {
    animation-delay: 800ms;
}

#company .gkmap span.point12 {
    top: 78.88563%;
    right: 45.61213%;
    animation-delay: 1800ms;
}

#company .gkmap span.point12:before {
    animation-delay: 500ms;
}

#company .gkmap span.point12:after {
    animation-delay: 500ms;
}

#company .gkmap span.point13 {
    top: 88.04399%;
    right: 43%;
    animation-delay: 2000ms;
}

#company .gkmap span.point13:before {
    animation-delay: 400ms;
}

#company .gkmap span.point13:after {
    animation-delay: 400ms;
}

#company .gkmap span.point14 {
    top: 67.94135%;
    right: 49.54605%;
    animation-delay: 2200ms;
}

#company .gkmap span.point14:before {
    animation-delay: 500ms;
}

#company .gkmap span.point14:after {
    animation-delay: 500ms;
}

#company .gkmap span.point15 {
    top: 82%;
    right: 52.77118%;
    animation-delay: 2400ms;
}

#company .gkmap span.point15:before {
    animation-delay: 600ms;
}

#company .gkmap span.point15:after {
    animation-delay: 600ms;
}

#company .gkmap span.point16 {
    top: 57.47801%;
    right: 61.43012%;
    animation-delay: 2500ms;
}

#company .gkmap span.point16:before {
    animation-delay: 300ms;
}

#company .gkmap span.point16:after {
    animation-delay: 300ms;
}

#company .gkmap span.point17 {
    top: 30.35191%;
    right: 77.35645%;
    animation-delay: 2600ms;
}

#company .gkmap span.point17:before {
    animation-delay: 600ms;
}

#company .gkmap span.point17:after {
    animation-delay: 600ms;
}

#company .gkmap span.point18 {
    top: 53%;
    right: 37.31961%;
    animation-delay: 1600ms;
}

#company .gkmap span.point18:before {
    animation-delay: 400ms;
}

#company .gkmap span.point18:after {
    animation-delay: 400ms;
}

#company .gkmap span.point19 {
    top: 61.5%;
    right: 25.61961%;
    animation-delay: 600ms;
}

#company .gkmap span.point19:before {
    animation-delay: 600ms;
}

#company .gkmap span.point19:after {
    animation-delay: 600ms;
}

#company .gkmap span.point20 {
    top: 43.78548%;
    right: 29.78548%;
    animation-delay: 600ms;
}

#company .gkmap span.point20:before {
    animation-delay: 600ms;
}

#company .gkmap span.point20:after {
    animation-delay: 600ms;
}

#company .gkmap span.point21 {
    top: 88.5%;
    right: 33.6273%;
    animation-delay: 600ms;
}

#company .gkmap span.point21:before {
    animation-delay: 600ms;
}

#company .gkmap span.point21:after {
    animation-delay: 600ms;
}

@media screen and (max-width: 1440px) {
    #company .gkmap {
        margin: 0 auto 70px;
    }
}

@media screen and (max-width: 1024px) {
    #company .gkmap {
        width: auto;
        margin: 0 20px 50px;
    }

    #company .gkmap span {
        width: 6px;
        height: 6px;
    }

    #company .gkmap span:before {
        width: 6px;
        height: 6px;
    }

    #company .gkmap span:after {
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 768px) {
    #company .gkmap span {
        width: 4px;
        height: 4px;
    }

    #company .gkmap span:before {
        width: 4px;
        height: 4px;
    }

    #company .gkmap span:after {
        width: 4px;
        height: 4px;
    }
}

#zczc-box .gk-sec .img {
    float: left;
    overflow: hidden;
    width: 33.59375%;
    margin: 0 50px 50px 0;
}

#zczc-box .gk-sec .word {
    padding-top: 40px;
}

#zczc-box .gk-sec .word p {
    font-size: 20px;
    color: #5c5c5c;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zczc-box .gk-sec .atc-foot {
    text-align: right;
}

#zczc-box .gk-sec .atc-foot .txt {
    display: inline-block;
    text-align: left;
    color: #132b8c;
}

#zczc-box .gk-sec .atc-foot .txt h2 {
    font-size: 24px;
}

#zczc-box .gk-sec .atc-foot .txt h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 30px;
}

#zczc-box .gk-sec .atc-foot .txt span {
    display: block;
}

@media screen and (max-width: 1440px) {
    #zczc-box .gk-sec {
        padding-top: 70px;
    }

    #zczc-box .gk-sec .img {
        margin: 0 30px 30px 0;
    }

    #zczc-box .gk-sec .word {
        padding-top: 30px;
    }

    #zczc-box .gk-sec .word p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    #zczc-box .gk-sec .atc-foot .txt h2 {
        font-size: 20px;
    }

    #zczc-box .gk-sec .atc-foot .txt h3 {
        font-size: 16px;
    }

    #zczc-box .gk-sec .atc-foot .txt span {
        width: 256px;
    }
}

@media screen and (max-width: 1280px) {
    #zczc-box .gk-sec {
        padding-top: 50px;
    }

    #zczc-box .gk-sec .img {
        margin: 0 25px 25px 0;
    }

    #zczc-box .gk-sec .word {
        padding-top: 25px;
    }

    #zczc-box .gk-sec .word p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    #zczc-box .gk-sec .atc-foot .txt h2 {
        font-size: 18px;
    }

    #zczc-box .gk-sec .atc-foot .txt h3 {
        font-size: 14px;
    }

    #zczc-box .gk-sec .atc-foot .txt span {
        width: 224px;
    }
}

@media screen and (max-width: 1024px) {
    #zczc-box .gk-sec {
        padding-top: 40px;
    }

    #zczc-box .gk-sec .img {
        margin: 0 20px 20px 0;
    }

    #zczc-box .gk-sec .word {
        padding-top: 10px;
    }

    #zczc-box .gk-sec .word p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    #zczc-box .gk-sec .atc-foot .txt h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    #zczc-box .gk-sec .img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #zczc-box .gk-sec .word {
        padding-top: 0;
    }

    #zczc-box .gk-sec .word p {
        margin-bottom: 15px;
    }

    #zczc-box .gk-sec .atc-foot .txt h2 {
        font-size: 16px;
    }
}

#zygd-box .p_articles {
    width: calc((100% - 0px)/1);
}

#zygd-box .p_CommonSummaryBoxA {
    text-align: center;
}

#zygd-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#zygd-box>div {
    animation-fill-mode: both;
}

#zygd-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zygd-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zygd-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zygd-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zygd-box .main-gd .title {
    text-align: center;
}

#zygd-box .main-gd .title h1 {
    display: inline-block;
    font-size: 32px;
    font-family: 'FZLTHJ';
    color: #132b8c;
    position: relative;
    padding: 1% 2%;
}

#zygd-box .main-gd .title h1:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    background: url(../img/img_gd_t01.png) 0 0/cover no-repeat;
    position: absolute;
    left: -14px;
    top: -3px;
}

#zygd-box .main-gd .title h1:after {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    background: url(../img/img_gd_t02.png) 0 0/cover no-repeat;
    position: absolute;
    right: -14px;
    bottom: -3px;
}

#zygd-box .main-gd .cont {
    padding-top: 60px;
}

#zygd-box .main-gd .cont li {
    padding: 60px 0;
    border-bottom: 1px dashed #ccc;
    transition: all .4s;
}

#zygd-box .main-gd .cont .imgbox {
    float: left;
    width: 39.84375%;
    position: relative;
    overflow: hidden;
    transition: all .6s;
}

#zygd-box .main-gd .cont .imgbox:after {
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    bottom: -1px;
    width: 0;
    left: 50%;
    transition: all .6s ease-in-out;
    background: linear-gradient(to right, rgba(212, 181, 114, 0.03) 1%, #132b8c 25%, #132b8c 75%, rgba(212, 181, 114, 0.03) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08132b8c', endColorstr='#08132b8c', GradientType=1);
}

#zygd-box .main-gd .cont .imgbox img {
    width: 100%;
    transition: all .6s;
}

#zygd-box .main-gd .cont .imgbox .txt {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #666;
}

#zygd-box .main-gd .cont .wordbox {
    float: right;
    width: 53.59375%;
    padding: 5% 3% 0 0;
}

#zygd-box .main-gd .cont .wordbox p {
    font-size: 20px;
    line-height: 36px;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
    transition: all 1s;
}

#zygd-box .main-gd .cont li:last-child {
    border-bottom: none;
}

#zygd-box .main-gd .cont li:hover {
    background: url(../img/bg_datetime.png);
}

#zygd-box .main-gd .cont li:hover .imgbox {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
    margin-left: 2%;
}

#zygd-box .main-gd .cont li:hover .imgbox img {
    transform: scale(1.05);
}

#zygd-box .main-gd .cont li:hover .imgbox:after {
    width: 100%;
    left: 0;
}

#zygd-box .main-gd .cont li:hover .wordbox p {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    #zygd-box .bgwhite {
        background-size: auto 100%;
    }

    #zygd-box .main-gd .title h1 {
        font-size: 28px;
    }

    #zygd-box .main-gd .title h1:before {
        width: 28px;
        height: 28px;
    }

    #zygd-box .main-gd .title h1:after {
        width: 28px;
        height: 28px;
    }

    #zygd-box .main-gd .cont {
        padding-top: 50px;
    }

    #zygd-box .main-gd .cont li {
        padding: 45px 0;
    }

    #zygd-box .main-gd .cont .imgbox .txt {
        font-size: 20px;
        bottom: 28px;
    }

    #zygd-box .main-gd .cont .imgbox:after {
        height: 4px;
    }

    #zygd-box .main-gd .cont .wordbox {
        padding: 5% 2% 0 0;
    }

    #zygd-box .main-gd .cont .wordbox p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1280px) {
    #zygd-box .main-gd .title h1 {
        font-size: 26px;
    }

    #zygd-box .main-gd .title h1:before {
        width: 24px;
        height: 24px;
    }

    #zygd-box .main-gd .title h1:after {
        width: 24px;
        height: 24px;
    }

    #zygd-box .main-gd .cont {
        padding-top: 40px;
    }

    #zygd-box .main-gd .cont li {
        padding: 40px 0;
    }

    #zygd-box .main-gd .cont .imgbox .txt {
        font-size: 18px;
        bottom: 20px;
    }

    #zygd-box .main-gd .cont .imgbox:after {
        height: 4px;
    }

    #zygd-box .main-gd .cont .wordbox {
        padding: 5% 2% 0 0;
        width: 56%;
    }

    #zygd-box .main-gd .cont .wordbox p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #zygd-box .main-gd .title h1 {
        font-size: 24px;
    }

    #zygd-box .main-gd .title h1:before {
        width: 20px;
        height: 20px;
    }

    #zygd-box .main-gd .title h1:after {
        width: 20px;
        height: 20px;
    }

    #zygd-box .main-gd .cont {
        padding-top: 30px;
    }

    #zygd-box .main-gd .cont li {
        padding: 30px 0;
    }

    #zygd-box .main-gd .cont .imgbox .txt {
        font-size: 16px;
        bottom: 15px;
    }

    #zygd-box .main-gd .cont .imgbox:after {
        height: 3px;
    }

    #zygd-box .main-gd .cont .wordbox {
        padding: 4% 2% 0 0;
        width: 56%;
    }

    #zygd-box .main-gd .cont .wordbox p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 850px) {
    #zygd-box .main-gd .cont {
        padding-top: 25px;
    }

    #zygd-box .main-gd .cont li {
        padding: 25px 0;
    }

    #zygd-box .main-gd .cont .imgbox .txt {
        font-size: 14px;
        bottom: 12px;
    }

    #zygd-box .main-gd .cont .wordbox {
        padding: 5px 2% 0 0;
        width: 56%;
    }
}

@media screen and (max-width: 768px) {
    #zygd-box .main-gd .cont li:hover .imgbox {
        box-shadow: none;
        margin-left: 0;
    }

    #zygd-box .main-gd .cont li:hover .wordbox p {
        color: #666;
    }

    #zygd-box .main-gd .cont li:hover {
        background: url(' ')
    }

    #zygd-box .main-gd .title h1 {
        font-size: 22px;
    }

    #zygd-box .main-gd .title h1:before {
        width: 18px;
        height: 18px;
    }

    #zygd-box .main-gd .title h1:after {
        width: 18px;
        height: 18px;
    }

    #zygd-box .main-gd .cont {
        padding-top: 20px;
    }

    #zygd-box .main-gd .cont li {
        padding: 20px 0;
    }

    #zygd-box .main-gd .cont .imgbox {
        float: none;
        width: 100%;
    }

    #zygd-box .main-gd .cont .imgbox .txt {
        bottom: 20px;
    }

    #zygd-box .main-gd .cont .wordbox {
        float: none;
        width: 100%;
        padding: 20px 10px 0;
    }
}

@media screen and (max-width: 500px) {
    #zygd-box .main-gd .title h1 {
        font-size: 20px;
    }

    #zygd-box .main-gd .title h1:before {
        width: 18px;
        height: 18px;
    }

    #zygd-box .main-gd .title h1:after {
        width: 18px;
        height: 18px;
    }
}

#zzjg-box .p_articles {
    width: calc((100% - 0px)/1);
}

#zzjg-box .p_CommonSummaryBoxA {
    text-align: center;
}

#zzjg-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#zzjg-box>div {
    animation-fill-mode: both;
}

#zzjg-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zzjg-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zzjg-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zzjg-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#zzjg-box .jiagouwrap {
    padding-bottom: 120px;
    overflow-x: auto;
}

#zzjg-box .jiagouwrap .jgbx {
    min-width: 1100px;
}

#zzjg-box .jiagouwrap .jgbx img {
    width: 100%;
}

#zzjg-box .mobile-show {
    display: none;
}

#zzjg-box .mobile-show .txt {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 20px 0;
}

@media screen and (max-width: 1440px) {
    #zzjg-box .jiagouwrap {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1280px) {
    #zzjg-box .jiagouwrap {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1024px) {
    #zzjg-box .jiagouwrap {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    #zzjg-box .jiagouwrap {
        padding-bottom: 50px;
        display: none;
    }

    #zzjg-box .mobile-show {
        display: block
    }
}

#cyqy-box .p_articles {
    width: calc((100% - 0px)/1);
}

#cyqy-box .p_CommonSummaryBoxA {
    text-align: center;
}

#cyqy-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#cyqy-box .wrapper2 .cont {
    width: 100%;
}

#cyqy-box>div {
    animation-fill-mode: both;
}

#cyqy-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#cyqy-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#cyqy-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#cyqy-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#cyqy-box .cyqy-items {
    padding: 20px 0;
    width: 100%;
}

#cyqy-box .cyqy-items .cyqy-tit h2 {
    font-size: 28px;
    font-family: 'FZLTHJ';
    display: inline-block;
    padding: 0 36px;
    position: relative;
    color: #132b8c;
    line-height: 68px;
}

#cyqy-box .cyqy-items .cyqy-tit h2:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    background: url(../img/img_gd_t01.png) 0 0/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#cyqy-box .cyqy-items .cyqy-tit h2:after {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    background: url(../img/img_gd_t02.png) 0 0/cover no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

#cyqy-box .cyqy-items .cyqy-cont {
    padding-top: 32px;
    width: 100%;
}

#cyqy-box .cyqy-items .cyqy-cont ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#cyqy-box .cyqy-items .cyqy-cont li {
    float: left;
    width: 31.25%;
    border: 1px solid #d2d2d2;
    margin: 0 3.125% 40px 0;
    position: relative;
    transition: all .6s;
}

#cyqy-box .cyqy-items .cyqy-cont li:nth-child(3n) {
    margin-right: 0;
}

#cyqy-box .cyqy-items .cyqy-cont li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: all .6s ease-in-out;
    background: linear-gradient(to right, rgba(19, 43, 140, 0.1) 8%, rgba(19, 43, 140, 0.76) 25%, rgba(19, 43, 140, 0.8) 26%, #132b8c 51%, rgba(19, 43, 140, 0.8) 75%, rgba(19, 43, 140, 0.05) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#132b8c', endColorstr='#132b8c', GradientType=1);
}

#cyqy-box .cyqy-items .cyqy-cont li a {
    display: block;
}

#cyqy-box .cyqy-items .cyqy-cont li img {
    width: 100%;
}

#cyqy-box .cyqy-items .cyqy-cont li span {
    display: block;
    width: 74px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

#cyqy-box .cyqy-items .cyqy-cont li span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #132b8c;
    transform: skew(-25deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#cyqy-box .cyqy-items .cyqy-cont li:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

#cyqy-box .cyqy-items .cyqy-cont li:hover:after {
    left: 0;
    width: 100%;
}

#cyqy-box .cyqy-items-red .cyqy-tit h2 {
    color: #132b8c;
}

#cyqy-box .cyqy-items-red .cyqy-tit h2:before {
    background-image: url(../img/img_gd_t01.png);
}

#cyqy-box .cyqy-items-red .cyqy-tit h2:after {
    background-image: url(../img/img_gd_t02.png);
}

@media screen and (max-width: 1440px) {
    #cyqy-box .cyqy-items .cyqy-tit h2 {
        font-size: 26px;
        padding: 0 30px;
        line-height: 56px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:before {
        width: 30px;
        height: 30px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:after {
        width: 30px;
        height: 30px;
    }

    #cyqy-box .cyqy-items .cyqy-cont {
        padding-top: 26px;
    }
}

@media screen and (max-width: 1280px) {
    #cyqy-box .cyqy-items .cyqy-tit h2 {
        font-size: 24px;
        padding: 0 26px;
        line-height: 52px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:before {
        width: 26px;

        height: 26px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2::after {
        width: 26px;
        height: 26px;
    }

    #cyqy-box .cyqy-items .cyqy-cont li span {
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #cyqy-box .cyqy-items .cyqy-tit h2 {
        font-size: 22px;
        padding: 0 20px;
        line-height: 46px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:before {
        width: 20px;
        height: 20px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:before {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    #cyqy-box .cyqy-items .cyqy-tit h2 {
        font-size: 20px;
        padding: 0 15px;
        line-height: 40px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:before {
        width: 15px;
        height: 15px;
    }

    #cyqy-box .cyqy-items .cyqy-tit h2:before {
        width: 15px;
        height: 15px;
    }

    #cyqy-box .cyqy-items .cyqy-cont li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
        margin: 0 2% 40px 0;
    }

    #cyqy-box .cyqy-items .cyqy-cont li:nth-child(2n) {
        margin-right: 0;
    }

    #cyqy-box .cyqy-items .cyqy-cont li:nth-child(3n) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 400px) {
    #cyqy-box .cyqy-items .cyqy-cont li {
        width: 100%;
        margin-right: 0%;
    }

    #cyqy-box .cyqy-items .cyqy-cont li:nth-child(2n) {
        margin-right: 0;
    }

    #cyqy-box .cyqy-items .cyqy-cont li:nth-child(3n) {
        margin-right: 0%;
    }
}

#ry-box .p_articles {
    width: calc((100% - 0px)/1);
}

#ry-box .p_CommonSummaryBoxA {
    text-align: center;
}

#ry-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#ry-box>div {
    animation-fill-mode: both;
}

#ry-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#ry-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#ry-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#ry-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#ry-box :after {
    box-sizing: content-box;
}

#ry-box :before {
    box-sizing: content-box;
}

#ry-box .certifybox {
    background: url(../img/bg08.jpg) center bottom/auto 100% no-repeat;
    padding: 88px 0;
}

#ry-box .certify {
    width: 96%;
    margin: 0 auto;
}

#ry-box .certify .swiper-container {
    padding: 20px 0 80px;
    position: relative;
}

#ry-box .certify .swiper-slide {
    width: 47.1875%;
    background: transparent;
}

#ry-box .certify .swiper-slide .report-img {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    display: block;
    cursor: default;
}

#ry-box .certify .swiper-slide .report-img img {
    width: 100%;
}

@media screen and (min-width: 1921px) {
    #ry-box .certifybox {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1440px) {
    #ry-box .certifybox {
        padding: 60px 0;
    }

    #ry-box .certify .swiper-container {
        padding-bottom: 60px;
    }

    #ry-box .certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    #ry-box .certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
        width: 8px;
        height: 8px;
        border: 2px solid transparent;
        left: -2px;
        top: -2px;
    }

    #ry-box .certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
        border-color: #5a68b3;
    }
}

@media screen and (max-width: 1280px) {
    #ry-box .certify {
        width: 100%;
    }

    #ry-box .certifybox {
        padding: 50px 0;
    }

    #ry-box .certify .swiper-container {
        padding-bottom: 50px;
    }

    #ry-box .certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }

    #ry-box .certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 1024px) {
    #ry-box .certifybox {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    #ry-box .certifybox {
        padding: 30px 0;
    }

    #ry-box .certify .swiper-slide {
        width: 70%;
    }
}

#ry-box {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: auto;
    padding-right: 0px;
}

#scdw-box .p_articles {
    width: calc((100% - 0px)/1);
}

#scdw-box .p_CommonSummaryBoxA {
    text-align: center;
}

#scdw-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#scdw-box>div {
    animation-fill-mode: both;
}

#scdw-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#scdw-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#scdw-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#scdw-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#scdw-box .honorword {
    padding: 50px 0 0 0;
}

#scdw-box .honorword .honor-item {
    padding: 38px 0;
    border-bottom: 1px dashed #ccc;
}

#scdw-box .honorword .honor-item .title {
    position: relative;
    line-height: 48px;
    margin-bottom: 22px;
}

#scdw-box .honorword .honor-item .title i.icon {
    display: block;
    width: 46px;
    height: 46px;
    background: 0 0 /cover no-repeat;
    position: absolute;
    left: 15px;
    top: 0;
}

#scdw-box .honorword .honor-item .title i.icon-1 {
    background-image: url(../img/icon_ry01.png);
}

#scdw-box .honorword .honor-item .title i.icon-2 {
    background-image: url(../img/icon_ry02.png);
}

#scdw-box .honorword .honor-item .title i.icon-3 {
    background-image: url(../img/icon_ry03.png);
}

#scdw-box .honorword .honor-item .title h1 {
    float: left;
    margin-left: 85px;
    font-family: 'FZLTHJ';
    font-size: 32px;
    color: #132b8c;
}

#scdw-box .honorword .honor-item .title a {
    float: right;
    font-size: 22px;
    color: #999;
}

#scdw-box .honorword .honor-item .title a:hover {
    color: #5a68b3;
}

#scdw-box .honorword .honor-item ul li {
    padding-left: 85px;
    position: relative;
    font-size: 24px;
    line-height: 50px;
    color: #666;
}

#scdw-box .honorword .honor-item ul li:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #132b8c;
    position: absolute;
    left: 30px;
    top: 18px;
}

@media screen and (max-width: 1440px) {
    #scdw-box .honorword {
        padding: 30px 0 0px 0;
    }

    #scdw-box .honorword .honor-item {
        padding: 30px 0;
    }

    #scdw-box .honorword .honor-item .title {
        line-height: 40px;
        margin-bottom: 18px;
    }

    #scdw-box .honorword .honor-item .title h1 {
        font-size: 28px;
        margin-left: 70px;
    }

    #scdw-box .honorword .honor-item .title i.icon {
        width: 34px;
        height: 34px;
    }

    #scdw-box .honorword .honor-item .title a {
        font-size: 20px;
    }

    #scdw-box .honorword .honor-item ul li {
        font-size: 20px;
        line-height: 42px;
        padding-left: 70px;
    }

    #scdw-box .honorword .honor-item ul li:before {
        width: 8px;
        height: 8px;
        top: 15px;
    }
}

@media screen and (max-width: 1280px) {
    #scdw-box .honorword {
        padding: 20px 0 0px 0;
    }

    #scdw-box .honorword .honor-item {
        padding: 25px 0;
    }

    #scdw-box .honorword .honor-item .title {
        line-height: 34px;
        margin-bottom: 12px;
    }

    #scdw-box .honorword .honor-item .title h1 {
        font-size: 26px;
        margin-left: 60px;
    }

    #scdw-box .honorword .honor-item .title i.icon {
        width: 30px;
        height: 30px;
    }

    #scdw-box .honorword .honor-item .title a {
        font-size: 18px;
    }

    #scdw-box .honorword .honor-item ul li {
        font-size: 18px;
        line-height: 38px;
        padding-left: 60px;
    }

    #scdw-box .honorword .honor-item ul li:before {
        width: 7px;
        height: 7px;
        top: 14px;
    }
}

@media screen and (max-width: 1024px) {
    #scdw-box .honorword {
        padding: 10px 0 0px 0;
    }

    #scdw-box .honorword .honor-item {
        padding: 20px 0;
    }

    #scdw-box .honorword .honor-item .title {
        line-height: 30px;
        margin-bottom: 10px;
    }

    #scdw-box .honorword .honor-item .title h1 {
        font-size: 24px;
        margin-left: 50px;
    }

    #scdw-box .honorword .honor-item .title i.icon {
        width: 28px;
        height: 28px;
        left: 10px;
    }

    #scdw-box .honorword .honor-item .title a {
        font-size: 16px;
    }

    #scdw-box .honorword .honor-item ul li {
        font-size: 16px;
        line-height: 32px;
        padding-left: 50px;
    }

    #scdw-box .honorword .honor-item ul li:before {
        width: 6px;
        height: 6px;
        top: 12px;
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    #scdw-box .honorword .honor-item .title {
        line-height: 28px;
        margin-bottom: 10px;
    }

    #scdw-box .honorword .honor-item .title h1 {
        font-size: 22px;
        margin-left: 40px;
    }

    #scdw-box .honorword .honor-item .title i.icon {
        width: 24px;
        height: 24px;
    }

    #scdw-box .honorword .honor-item .title a {
        font-size: 14px;
    }

    #scdw-box .honorword .honor-item ul li {
        font-size: 14px;
        line-height: 30px;
        padding-left: 40px;
    }

    #scdw-box .honorword .honor-item ul li:before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
}

@media screen and (max-width: 500px) {
    #scdw-box .honorword .honor-item .title h1 {
        font-size: 20px;
    }

    #scdw-box .honorword .honor-item .title i.icon {
        width: 20px;
        height: 20px;
        top: 3px;
        left: 15px;
    }
}

#scdw-box {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: auto;
    padding-right: 0px;
}

#shrt-box .p_articles {
    width: calc((100% - 0px)/1);
}

#shrt-box .p_CommonSummaryBoxA {
    text-align: center;
}

#shrt-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#shrt-box>div {
    animation-fill-mode: both;
}

#shrt-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#shrt-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#shrt-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#shrt-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#shrt-box .honorword .honor-item {
    padding: 38px 0;
    border-bottom: 1px dashed #ccc;
}

#shrt-box .honorword .honor-item .title {
    position: relative;
    line-height: 48px;
    margin-bottom: 22px;
}

#shrt-box .honorword .honor-item .title i.icon {
    display: block;
    width: 46px;
    height: 46px;
    background: 0 0 /cover no-repeat;
    position: absolute;
    left: 15px;
    top: 0px;
}

#shrt-box .honorword .honor-item .title i.icon-1 {
    background-image: url(../img/icon_ry01.png);
}

#shrt-box .honorword .honor-item .title i.icon-2 {
    background-image: url(../img/icon_ry02.png);
}

#shrt-box .honorword .honor-item .title i.icon-3 {
    background-image: url(../img/icon_ry03.png);
}

#shrt-box .honorword .honor-item .title h1 {
    float: left;
    margin-left: 85px;
    font-family: 'FZLTHJ';
    font-size: 32px;
    color: #132b8c;
}

#shrt-box .honorword .honor-item .title a {
    float: right;
    font-size: 22px;
    color: #999;
}

#shrt-box .honorword .honor-item .title a:hover {
    color: #5a68b3;
}

#shrt-box .honorword .honor-item ul li {
    padding-left: 85px;
    position: relative;
    font-size: 24px;
    line-height: 50px;
    color: #666;
}

#shrt-box .honorword .honor-item ul li:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #132b8c;
    position: absolute;
    left: 30px;
    top: 18px;
}

@media screen and (max-width: 1440px) {
    #shrt-box .honorword {}

    #shrt-box .honorword .honor-item {
        padding: 30px 0;
    }

    #shrt-box .honorword .honor-item .title {
        line-height: 40px;
        margin-bottom: 18px;
    }

    #shrt-box .honorword .honor-item .title h1 {
        font-size: 28px;
        margin-left: 70px;
    }

    #shrt-box .honorword .honor-item .title i.icon {
        width: 34px;
        height: 34px;
    }

    #shrt-box .honorword .honor-item .title a {
        font-size: 20px;
    }

    #shrt-box .honorword .honor-item ul li {
        font-size: 20px;
        line-height: 42px;
        padding-left: 70px;
    }

    #shrt-box .honorword .honor-item ul li:before {
        width: 8px;
        height: 8px;
        top: 15px;
    }
}

@media screen and (max-width: 1280px) {
    #shrt-box .honorword {}

    #shrt-box .honorword .honor-item {
        padding: 25px 0;
    }

    #shrt-box .honorword .honor-item .title {
        line-height: 34px;
        margin-bottom: 12px;
    }

    #shrt-box .honorword .honor-item .title h1 {
        font-size: 26px;
        margin-left: 60px;
    }

    #shrt-box .honorword .honor-item .title i.icon {
        width: 30px;
        height: 30px;
    }

    #shrt-box .honorword .honor-item .title a {
        font-size: 18px;
    }

    #shrt-box .honorword .honor-item ul li {
        font-size: 18px;
        line-height: 38px;
        padding-left: 60px;
    }

    #shrt-box .honorword .honor-item ul li:before {
        width: 7px;
        height: 7px;
        top: 14px;
    }
}

@media screen and (max-width: 1024px) {
    #shrt-box .honorword {}

    #shrt-box .honorword .honor-item {
        padding: 20px 0;
    }

    #shrt-box .honorword .honor-item .title {
        line-height: 30px;
        margin-bottom: 10px;
    }

    #shrt-box .honorword .honor-item .title h1 {
        font-size: 24px;
        margin-left: 50px;
    }

    #shrt-box .honorword .honor-item .title i.icon {
        width: 28px;
        height: 28px;
        left: 10px;
    }

    #shrt-box .honorword .honor-item .title a {
        font-size: 16px;
    }

    #shrt-box .honorword .honor-item ul li {
        font-size: 16px;
        line-height: 32px;
        padding-left: 50px;
    }

    #shrt-box .honorword .honor-item ul li:before {
        width: 6px;
        height: 6px;
        top: 12px;
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    #shrt-box .honorword .honor-item .title {
        line-height: 28px;
        margin-bottom: 10px;
    }

    #shrt-box .honorword .honor-item .title h1 {
        font-size: 22px;
        margin-left: 40px;
    }

    #shrt-box .honorword .honor-item .title i.icon {
        width: 24px;
        height: 24px;
    }

    #shrt-box .honorword .honor-item .title a {
        font-size: 14px;
    }

    #shrt-box .honorword .honor-item ul li {
        font-size: 14px;
        line-height: 30px;
        padding-left: 40px;
    }

    #shrt-box .honorword .honor-item ul li:before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
}

@media screen and (max-width: 500px) {
    #shrt-box .honorword .honor-item .title h1 {
        font-size: 20px;
    }

    #shrt-box .honorword .honor-item .title i.icon {
        width: 20px;
        height: 20px;
        top: 3px;
        left: 15px;
    }
}

#r-box2 .p_articles {
    width: calc((100% - 0px)/1);
}

#r-box2 .p_CommonSummaryBoxA {
    text-align: center;
}

#r-box2 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#r-box2 .pagination {
    margin: 0;
}

#r-box2>div {
    animation-fill-mode: both;
}

#r-box2 .btpa_box {
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 800px) {
    #r-box2 .btpa_box {
        display: block;
    }
}

#r-box2 .jump_box {
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}

#r-box2 .jump {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    width: 50px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
}

#r-box2 .jump_click {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #132b8c;
    margin-left: 8px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    #r-box2 .jump_box {
        font-size: 22px;
        height: 46px;
        line-height: 46px;
    }

    #r-box2 .jump_click {
        font-size: 22px;
        height: 46px;
        line-height: 46px;
    }

    #r-box2 .jump {
        font-size: 22px;
        height: 46px;
        line-height: 46px;
    }
}

@media screen and (max-width: 1280px) {
    #r-box2 .jump_box {
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }

    #r-box2 .jump_click {
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }

    #r-box2 .jump {
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1024px) {
    #r-box2 .jump_box {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .jump_click {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .jump {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 800px) {
    #r-box2 .jump_box {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    #r-box2 .jump_box {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .jump_click {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .jump {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    #r-box2 .jump_box {
        height: 30px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-left: 0;
    }

    #r-box2 .jump_click {
        height: 30px;
        line-height: 30px;
    }

    #r-box2 .jump {
        height: 30px;
        line-height: 30px;
    }
}

#r-box2 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#r-box2 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#r-box2 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#r-box2 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#r-box2 .honorword2 {
    padding: 50px 0 0;
}

#r-box2 .honorword2 .honor-item {
    padding: 38px 0;
}

#r-box2 .honorword2 .honor-item .title {
    position: relative;
    line-height: 48px;
    margin-bottom: 22px;
}

#r-box2 .honorword2 .honor-item .title i.icon {
    display: block;
    width: 46px;
    height: 46px;
    background: 0 0 /cover no-repeat;
    position: absolute;
    left: 15px;
    top: 0px;
}

#r-box2 .honorword2 .honor-item .title i.icon-4 {
    background-image: url(../img/icon_ry04.png);
}

#r-box2 .honorword2 .honor-item .title i.icon-2 {
    background-image: url(../img/icon_ry02.png);
}

#r-box2 .honorword2 .honor-item .title i.icon-3 {
    background-image: url(../img/icon_ry03.png);
}

#r-box2 .honorword2 .honor-item .title h1 {
    float: left;
    margin-left: 85px;
    font-family: 'FZLTHJ';
    font-size: 40px;
    color: #132b8c;
}

#r-box2 .honorword2 .honor-item .title a {
    float: right;
    font-size: 24px;
    color: #999;
}

#r-box2 .honorword2 .honor-item .title a:hover {
    color: #b60005;
}

#r-box2 .honorword2 .honor-item ul {
    padding-top: 20px;
}

#r-box2 .honorword2 .honor-item ul li {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

#r-box2 .honorword2 .honor-item ul li:nth-child(3n) {
    margin-right: 0px;
}

#r-box2 .honorword2 .honor-item ul li .img {
    width: 100%;
    overflow: hidden;
}

#r-box2 .honorword2 .honor-item ul li .img img {
    transition: all .8s;
    width: 100%;
}

#r-box2 .honorword2 .honor-item ul li .tit {
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    height: 75px;
}

#r-box2 .honorword2 .honor-item ul li .tit span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#r-box2 .honorword2 .honor-item ul li:hover .img img {
    transform: scale(1.1);
}

@media screen and (max-width: 1440px) {
    #r-box2 .honorword2 {
        padding: 40px 0 0;
    }

    #r-box2 .honorword2 .honor-item {
        padding: 30px 0;
    }

    #r-box2 .honorword2 .honor-item .title {
        line-height: 40px;
        margin-bottom: 18px;
    }

    #r-box2 .honorword2 .honor-item .title h1 {
        font-size: 28px;
        margin-left: 70px;
    }

    #r-box2 .honorword2 .honor-item .title i.icon {
        width: 36px;
        height: 36px;
    }

    #r-box2 .honorword2 .honor-item ul li .tit {
        font-size: 16px;
        height: 60px;
    }

    #r-box2 .honorword2 .honor-item ul {
        padding-top: 10px;
    }

    #r-box2 .honorword2 .honor-item ul li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1280px) {
    #r-box2 .honorword2 {
        padding: 30px 0 0;
    }

    #r-box2 .honorword2 .honor-item {
        padding: 25px 0;
    }

    #r-box2 .honorword2 .honor-item .title {
        line-height: 34px;
        margin-bottom: 12px;
    }

    #r-box2 .honorword2 .honor-item .title h1 {
        font-size: 26px;
        margin-left: 60px;
    }

    #r-box2 .honorword2 .honor-item .title i.icon {
        width: 30px;
        height: 30px;
    }

    #r-box2 .honorword2 .honor-item ul li .tit {
        font-size: 14px;
        height: 55px;
    }

    #r-box2 .honorword2 .honor-item ul {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    #r-box2 .honorword2 {
        padding: 20px 0 0;
    }

    #r-box2 .honorword2 .honor-item {
        padding: 20px 0;
    }

    #r-box2 .honorword2 .honor-item .title {
        line-height: 30px;
        margin-bottom: 10px;
    }

    #r-box2 .honorword2 .honor-item .title h1 {
        font-size: 24px;
        margin-left: 50px;
    }

    #r-box2 .honorword2 .honor-item .title i.icon {
        width: 28px;
        height: 28px;
        left: 10px;
    }

    #r-box2 .honorword2 .honor-item ul li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    #r-box2 .honorword2 .honor-item .title {
        line-height: 28px;
        margin-bottom: 10px;
    }

    #r-box2 .honorword2 .honor-item .title h1 {
        font-size: 22px;
        margin-left: 40px;
    }

    #r-box2 .honorword2 .honor-item .title i.icon {
        width: 24px;
        height: 24px;
    }

    #r-box2 .honorword2 .honor-item ul li {
        margin-bottom: 20px;
        width: 49%;
        margin-right: 2%;
    }

    #r-box2 .honorword2 .honor-item ul li:nth-child(3n) {
        margin-right: 2%;
    }

    #r-box2 .honorword2 .honor-item ul li:nth-child(2n) {
        margin-right: 0;
    }

    #r-box2 .honorword2 .honor-item ul li .tit {
        height: 70px;
        padding: 0 5px;
    }
}

#r-box2 .pages-item span {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    padding: 0 17px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 3px;
}

#r-box2 .pages-item span.current {
    border-color: transparent;
    background-color: transparent;
}

#r-box2 .pages-item span.prev {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    padding: 0 17px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 3px;
}

#r-box2 .pages-item span.next {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    padding: 0 17px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 3px;
}

@media screen and (max-width: 1440px) {
    #r-box2 .pages-item span {
        font-size: 22px;
        padding: 0 14px;
        text-align: center;
        min-width: 50px;
        height: 46px;
        line-height: 46px;
    }

    #r-box2 .pages-item span.prev {
        font-size: 22px;
        padding: 0 14px;
        text-align: center;
        min-width: 50px;
        height: 46px;
        line-height: 46px;
    }

    #r-box2 .pages-item span.next {
        font-size: 22px;
        padding: 0 14px;
        text-align: center;
        min-width: 50px;
        height: 46px;
        line-height: 46px;
    }
}

@media screen and (max-width: 1280px) {
    #r-box2 .pages-item span {
        font-size: 18px;
        padding: 0 10px;
        text-align: center;
        min-width: 48px;
        height: 42px;
        line-height: 42px;
    }

    #r-box2 .pages-item span.prev {
        font-size: 18px;
        padding: 0 10px;
        text-align: center;
        min-width: 48px;
        height: 42px;
        line-height: 42px;
    }

    #r-box2 .pages-item span.next {
        font-size: 18px;
        padding: 0 10px;
        text-align: center;
        min-width: 48px;
        height: 42px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1024px) {
    #r-box2 .pages-item span {
        font-size: 16px;
        padding: 0 6px;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .pages-item span.prev {
        font-size: 16px;
        padding: 0 6px;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .pages-item span.next {
        font-size: 16px;
        padding: 0 6px;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 800px) {
    #r-box2 .pages-item {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #r-box2 .pages-item span {
        font-size: 16px;
        padding: 0 6px;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .pages-item span.prev {
        font-size: 16px;
        padding: 0 6px;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #r-box2 .pages-item span.next {
        font-size: 16px;
        padding: 0 6px;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    #r-box2 .pages-item span {
        padding: 0 3px;
        margin: 2px 2px 0;
        text-align: center;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #r-box2 .pages-item span.prev {
        padding: 0 3px;
        margin: 2px 2px 0;
        text-align: center;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #r-box2 .pages-item span.next {
        padding: 0 3px;
        margin: 2px 2px 0;
        text-align: center;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

#fzln-box .p_articles {
    width: calc((100% - 0px)/1);
}

#fzln-box .p_CommonSummaryBoxA {
    text-align: center;
}

#fzln-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#fzln-box>div {
    animation-fill-mode: both;
}

#fzln-box .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#fzln-box .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#fzln-box .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#fzln-box .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#fzln-box .wrapbg-fzln {
    background: url(../img/bg10.jpg) center bottom/cover no-repeat;
    padding-bottom: 90px;
}

#fzln-box .wrapbg-fzln .fzln .fa-img {
    width: 33.62637%;
    overflow: hidden;
    float: left;
}

#fzln-box .wrapbg-fzln .fzln .fa-img img {
    width: 100%;
}

#fzln-box .wrapbg-fzln .fzln .txt {
    float: right;
    width: 60.80586%;
}

#fzln-box .wrapbg-fzln .fzln .txt h3 {
    color: #132b8c;
    font-family: 'FZLTHJ';
}

#fzln-box .wrapbg-fzln .fzln .txt p {
    color: #525252;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 1px;
}

#fzln-box .wrapbg-fzln .fzln .txt-top h3 {
    font-size: 32px;
    padding: 40px 0 20px;
    font-family: 'FZLTHJ-bold';
}

#fzln-box .wrapbg-fzln .fzln .txt-bot {
    margin-top: 8%;
    padding-left: 60px;
    position: relative;
}

#fzln-box .wrapbg-fzln .fzln .txt-bot h3 {
    font-size: 28px;
    font-family: 'FZLTHJ-bold';
}

#fzln-box .wrapbg-fzln .fzln .txt-bot i.icon {
    display: block;
    width: 37px;
    height: 41px;
    background: url(../img/icon_ln1.png) 0 0/cover no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

#fzln-box .wrapbg-fzln .fzln .txt-bot i.icon-2 {
    background-image: url(../img/icon_ln2.png);
}

@media screen and (max-width: 1440px) {
    #fzln-box .wrapbg-fzln {
        padding-bottom: 30px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-top h3 {
        font-size: 28px;
        padding: 30px 0 15px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot h3 {
        font-size: 26px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt p {
        font-size: 18px;
        line-height: 32px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot {
        margin-top: 8%;
        padding-left: 50px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot i.icon {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 1366px) {
    #fzln-box .wrapbg-fzln .fzln .txt-bot {
        margin-top: 6.5%;
    }
}

@media screen and (max-width: 1280px) {
    #fzln-box .wrapbg-fzln {
        padding-bottom: 40px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-top h3 {
        font-size: 26px;
        padding: 26px 0 12px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot h3 {
        font-size: 24px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt p {
        font-size: 16px;
        line-height: 30px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot {
        margin-top: 5%;
        padding-left: 40px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot i.icon {
        width: 26px;
        height: 26px;
    }
}

@media screen and (max-width: 1024px) {


    #fzln-box .wrapbg-fzln .fzln .txt-top h3 {
        font-size: 24px;
        padding: 10px 0 10px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot h3 {
        font-size: 20px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt p {
        font-size: 14px;
        line-height: 28px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot {
        margin-top: 5%;
        padding-left: 36px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot i.icon {
        width: 24px;
        height: 24px;
        top: 3px;
    }
}

@media screen and (max-width: 768px) {
    #fzln-box .title-inner h2 {
        font-size: 24px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-top h3 {
        font-size: 22px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot h3 {
        font-size: 18px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot {
        margin-top: 5%;
        padding-left: 30px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt-bot i.icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 500px) {
    #fzln-box .wrapbg-fzln .fzln .fa-img {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    #fzln-box .wrapbg-fzln .fzln .txt {
        width: 100%;
        float: none;
    }
}

#fzln-box .corezn {
    background: url(../img/bg11.jpg) center bottom/100% auto no-repeat;
    padding-bottom: 100px;
}

#fzln-box .corezn .corep1 {
    padding: 0 0 70px;
}

#fzln-box .corezn .corep1 .txt {
    float: none;
    width: 100%;
}

#fzln-box .corezn .corep1 .txt h3 {
    color: #132b8c;
    font-family: 'FZLTHJ';
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#fzln-box .corezn .corep1 .txt p {
    color: #4c4c4c;
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 1px;
}

#fzln-box .corezn .corep1 .qudong {
    float: right;
    width: 39.84375%;
    display: none;
}

#fzln-box .corezn .corep1 .qudong p {
    text-align: center;
    font-size: 28px;
    color: #132b8c;
    line-height: 42px;
    margin-top: 20px;
    font-family: 'FZLTHJ';
}

#fzln-box .corezn .corep1 .qudbx {
    width: 100%;
    position: relative;
    padding-top: 54.11765%;
}

#fzln-box .corezn .corep1 .qudbx img {
    width: 100%;
}

#fzln-box .corezn .corep1 .qudbx .lun {
    position: absolute;
}

#fzln-box .corezn .corep1 .qudbx .lun1 {
    width: 38.82353%;
    left: 15.09804%;
    top: 28.98551%;
}

#fzln-box .corezn .corep1 .qudbx .lun1 .lun-big {
    display: block;
    animation: spinAround 5s linear infinite;
    -webkit-animation: spinAround 5s linear infinite;
}

#fzln-box .corezn .corep1 .qudbx .lun1 .lun-word {
    display: block;
    width: 35.35354%;
    position: absolute;
    left: 50%;
    margin-left: -17.67677%;
    top: 30%;
}

#fzln-box .corezn .corep1 .qudbx .lun2 {
    width: 38.82353%;
    left: 51.37255%;
    top: 0;
}

#fzln-box .corezn .corep1 .qudbx .lun2 .lun-big {
    display: block;
    animation: spinAroundf 5s linear infinite;
    -webkit-animation: spinAroundf 5s linear infinite;
}

#fzln-box .corezn .corep1 .qudbx .lun2 .lun-word {
    display: block;
    width: 35.35354%;
    position: absolute;
    left: 50%;
    margin-left: -17.67677%;
    top: 25%;
}

#fzln-box .corezn .corep1 .qudbx .lun3 {
    width: 15.29412%;
    left: 0;
    top: 56.52174%;
}

#fzln-box .corezn .corep1 .qudbx .lun3 .lun-big {
    display: block;
    animation: spinAroundf 5s linear infinite;
    -webkit-animation: spinAroundf 5s linear infinite;
}

#fzln-box .corezn .corep1 .qudbx .lun4 {
    width: 8.43137%;
    left: 39.21569%;
    top: 17.02899%;
}

#fzln-box .corezn .corep1 .qudbx .lun4 .lun-big {
    display: block;
    animation: spinAroundf 5s linear infinite;
    -webkit-animation: spinAroundf 5s linear infinite;
}

#fzln-box .corezn .corep1 .qudbx .lun5 {
    width: 12.35294%;
    left: 51.76471%;
    top: 73.18841%;
}

#fzln-box .corezn .corep1 .qudbx .lun5 .lun-big {
    display: block;
    animation: spinAroundf 5s linear infinite;
    -webkit-animation: spinAroundf 5s linear infinite;
}

#fzln-box .corezn .corep2 {
    margin-bottom: 50px;
    position: relative;
}

#fzln-box .corezn .corep2 .bg {
    width: 100%;
    overflow: hidden;
}

#fzln-box .corezn .corep2 .bg img {
    width: 100%;
}

#fzln-box .corezn .corep2 .text {
    position: absolute;
    left: 7.42188%;
}

#fzln-box .corezn .corep2 .text h3 {
    color: #fff;
    font-family: 'FZLTHJ';
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#fzln-box .corezn .corep2 .text p {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    text-align: justify;
    text-justify: inter-ideograph;

}

#fzln-box .corezn .corep2 .text.p1 {
    width: 45%;
    top: 30%;
}

#fzln-box .corezn .corep2 .text.p2 {
    width: 45%;
    top: 30%;
}

#fzln-box .corezn .corep3 {
    padding-top: 40px;
    display: none;
}

#fzln-box .corezn .corep3 ul li {
    float: left;
    width: 50%;
}

#fzln-box .corezn .corep3 ul .tit {
    text-align: center;
    font-size: 24px;
    color: #132b8c;
    font-family: 'FZLTHJ';
}

#fzln-box .corezn .corep3 ul .img {
    text-align: center;
    width: 70.625%;
    margin: 60px auto 0;
    position: relative;
}

#fzln-box .corezn .corep3 ul .img img {
    width: 100%;
}

#fzln-box .corezn .corep3 ul .icon7 {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1440px) {
    #fzln-box .corezn {
        padding-bottom: 80px;
    }

    #fzln-box .corezn .corep1 {
        padding: 30px 0 50px;
    }

    #fzln-box .corezn .corep1 .txt h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    #fzln-box .corezn .corep1 .txt p {
        font-size: 18px;
        line-height: 34px;
    }

    #fzln-box .corezn .corep1 .qudong p {
        font-size: 24px;
        line-height: 36px;
    }

    #fzln-box .corezn .corep2 .text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #fzln-box .corezn .corep2 .text p {
        font-size: 18px;
        line-height: 30px;
    }



    #fzln-box .corezn .corep3 ul .tit {
        font-size: 20px;
    }

    #fzln-box .corezn .corep3 ul .img {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1280px) {
    #fzln-box .corezn {
        padding-bottom: 100px;
    }

    #fzln-box .corezn .corep1 {
        padding: 25px 0 45px;
    }

    #fzln-box .corezn .corep1 .txt h3 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    #fzln-box .corezn .corep1 .txt p {
        font-size: 16px;
        line-height: 32px;
    }

    #fzln-box .corezn .corep1 .qudong p {
        font-size: 22px;
        line-height: 32px;
    }

    #fzln-box .corezn .corep2 .text h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    #fzln-box .corezn .corep2 .text p {
        font-size: 16px;
        line-height: 28px;
    }

    #fzln-box .corezn .corep3 ul .tit {
        font-size: 18px;
    }

    #fzln-box .corezn .corep3 ul .img {
        margin-top: 40px;
    }

    #fzln-box .corezn .corep2 .bg img {
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1024px) {
    #fzln-box .corezn {
        padding-bottom: 80px;
    }

    #fzln-box .corezn .corep1 {
        padding: 22px 0 40px;
    }

    #fzln-box .corezn .corep1 .txt h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #fzln-box .corezn .corep1 .txt p {
        font-size: 14px;
        line-height: 30px;
    }

    #fzln-box .corezn .corep1 .qudong p {
        font-size: 20px;
        line-height: 30px;
    }

    #fzln-box .corezn .corep2 .text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #fzln-box .corezn .corep2 .text p {
        line-height: 28px;
        font-size: 14px;
    }

    #fzln-box .corezn .corep3 ul .tit {
        font-size: 16px;
    }

    #fzln-box .corezn .corep3 ul .img {
        margin-top: 30px;
    }
}

@media screen and (max-width: 980px) {
    #fzln-box .corezn .corep2 .text.p1 {
        top: 30%;
        left: 5%;
        width: 90%;
    }

    #fzln-box .corezn .corep2 .text.p2 {
        top: 30%;
        left: 5%;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #fzln-box .corezn {
        padding-bottom: 50px;
    }

    #fzln-box .corezn .corep3 {
        padding-top: 10px;
    }

    #fzln-box .corezn .corep3 ul .img {
        margin-top: 20px;
    }



    #fzln-box .corezn .corep2 .text p {
        line-height: 26px;
    }

    #fzln-box .corezn .corep1 .txt h3 {
        font-size: 20px;
    }

    #fzln-box .corezn .corep1 .qudong p {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    #fzln-box .corezn .corep2 .bg img {
        height: 200px;
    }

    #fzln-box .corezn .corep2 .text.p1,
    #fzln-box .corezn .corep2 .text.p2 {
        top: 20%;
    }
}

@media screen and (max-width: 500px) {
    #fzln-box .corezn .corep1 .txt {
        width: 100%;
        float: none;
    }

    #fzln-box .corezn .corep1 .qudong {
        float: none;
        width: 80%;
        margin: 20px auto 0;
    }

    #fzln-box .corezn .corep3 ul li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}