.header {
    position: absolute;
}

.banner {
    height: 100vh;
    position: relative;
}


.banner img ,.mobile_banner img {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    animation: opacity .8s infinite ease-in-out;
    -webkit-animation: opacity .8s infinite ease-in-out;
    cursor: pointer;
}

@keyframes opacity {
    0% {
        opacity: 0;
        bottom: 40px;
    }
    50% {
        opacity: 1;
        bottom: 35px;
    }
    100% {
        opacity: 0;
        bottom: 30px;
    }
}

.title {
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
}

.title h2 {
    font-size: 32px;
    color: #222222;
    font-weight: normal;
}

.title span {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
}

.rcln {
    padding-bottom: 80px;
}

.rcln_content .center {
    position: relative;
    width: 508px;
    height: 508px;
    margin: 0 auto;
    background: url(../img/rcln.jpg) no-repeat center / cover;
}

.rcln .center_tit {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.rcln .center_tit h2 {
    font-size: 24px;
    color: #ffffff;
}

.rcln .center_tit span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

.rcln .rcln_s h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}

.rcln .rcln_s p {
    font-size: 16px;
    color: #666666;
}

.rcln .rcln_1,
.rcln .rcln_3 {
    text-align: right;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.rcln .rcln_2,
.rcln .rcln_4 {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.rcln .rcln_1,
.rcln .rcln_2 {
    top: 50px;
}

.rcln .rcln_3,
.rcln .rcln_4 {
    bottom: 40px;
}

.gspx {
    background: #f1f2f6;
    padding-bottom: 80px;
}

.gspx_list ul li {
    width: 25%;
    float: left;
}

.gspx_list ul li .sjx {
    position: absolute;
    left: 60px;
    width: 0;
    height: 0;
    border: 17px solid transparent;
}

.gspx_list ul li:nth-child(even) .sjx {
    bottom: 0;
    border-top-color: #ffffff;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.gspx_list ul li:nth-child(odd) .sjx {
    top: 0;
    border-bottom-color: #ffffff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.gspx_list ul li .imgs {
    width: 100%;
    height: 324px;
    overflow: hidden;
}

.gspx_list ul li .imgs img {
    display: block;
    width: 100%;
}

.gspx_list ul li .text {
    display: block;
    width: 100%;
    padding: 0 30px;
    padding-top: 70px;
    box-sizing: border-box;
    height: 324px;
    position: relative;
    background: #ffffff;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.gspx_list ul li h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gspx_list ul li p {
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.gspx_list ul li:hover .text {
    background: #0057b0;
}

.gspx_list ul li:nth-child(odd):hover .sjx {
    border-bottom-color: #0057b0;
    /* border-top-color: #0057b0; */
}

.gspx_list ul li:nth-child(even):hover .sjx {
    border-top-color: #0057b0;
}

.gspx_list ul li:hover p {
    color: #ffffff;
}

.gspx_list ul li:hover h3 {
    color: #ffffff;
}

.fzpx {
    padding-bottom: 80px;
    background: url(../img/fzpx.jpg) no-repeat center / cover;
}

.fzpx .title h2 {
    color: #ffffff;
}

.fzpx .title span {
    color: #bdc3cc;
}

.fzpx dl dd {
    width: 295px;
    float: left;
    margin-right: 140px;
}

.fzpx dl dd:last-child {
    margin-right: 0;
}

.fzpx dl dd img {
    display: block;
    margin: 0 auto;
    transition: .6s all;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
}
.fzpx dl dd:hover img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.fzpx dl dd:hover .yyy{
    background: #004bc6;
}
.fzpx dl dd:hover h3{
    color: #004bc6;
    opacity: .8;
}
.fzpx dl dd .yyy {
    display: block;
    margin: 24px auto;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.fzpx dl dd .yyy::after {
    content: "";
    display: block;
    width: 400px;
    background: #ffffff;
    height: 1px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
}

.fzpx dl dd:last-child .yyy::after {
    display: none;
}

.fzpx dl .text {
    width: 100%;
    height: 390px;
    background: url(../img/fzpx_list.png) no-repeat center / cover;
    text-align: center;
    padding: 0 30px;
    padding-top: 80px;
    box-sizing: border-box;
}

.fzpx dl .text h2 {
    font-weight: normal;
    color: #cfcece;
    font-size: 60px;
}

.fzpx dl .text h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-top: 26px;
}

.fzpx dl .text p {
    font-size: 15px;
    color: #666666;
    margin-top: 26px;
    line-height: 30px;
}

.ygtd ul {
    overflow: hidden;
}

.ygtd li {
    text-align: center;
    padding-bottom: 40px;
}

.ygtd .imgs {
    display: block;
    width: 100%;
    height: 316px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ygtd .imgs img{
    display: block;
    width: 100%;
    transition: .8s all;
    -webkit-transition: .8s all;
    -moz-transition: .8s all;
    -ms-transition: .8s all;
    -o-transition: .8s all;
}
.ygtd li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.ygtd li .text {
    font-size: 16px;
    color: #333333;
}

.ygtd li {
    width: 390px;
    float: left;
    margin-right: 13px;
}

.ygtd li:nth-child(4n) {
    margin-right: 0px;
}

.ygtd li:last-child {
    margin-right: 0;
}

.ygtd li .imgs img {
    display: block;
    width: 100%;
}

.qianqiu {
    width: 100%;
    background: url(../img/qianqiu.jpg) no-repeat center / cover;
}

.qianqiu .tit {
    padding-top: 60px;
}

.qianqiu .tit h2 {
    font-size: 32px;
    color: #222222;
}

.qianqiu .bg_w {
    position: relative;
    height: 522px;
    margin-top: 50px;
}

.qianqiu .bg_c {
    position: absolute;
    background: #014bc6;
    right: 0;
    left: -999999px;
    /* overflow: hidden; */
    bottom: 0;
    top: 0;
    padding-top: 50px;
    box-sizing: border-box;
}

.qianqiu .bg_c .w {
    float: right;
}

.qianqiu .tit span {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.qianqiu .tit {
    margin-bottom: 14px;
}

.qianqiu .bg_c .name {
    color: #ffffff;
    width: 688px;
}

.qianqiu .bg_c .name h1 {
    font-size: 22px;
    color: #ffffff;
}

.qianqiu .bg_c .name span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}

.qianqiu .bg_c .name p {
    font-size: 15px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 24px;
}

.qianqiu .bg_c .video {
    position: absolute;
    right: 0;
    width: 848px;
    height: 539px;
    top: -106px;
    object-fit: inherit;
}

.qywh {
    width: 100%;
    background: url(../img/qywh.jpg) no-repeat center / cover;
    padding-top: 86px;
    padding-bottom: 80px;
}

.qywh_center {
    width: 375px;
    height: 419px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/qywh2.png) no-repeat center / cover;
}

.qywh .center {
    width: 832px;
}

.qywh .text {
    width: 384px;
}

.qywh_center img {
    display: block;
    width: 66px;
    height: 67px;
    margin: 0 auto;
    margin-top: 142px;
    margin-bottom: 20px;
}

.qywh_center span {
    display: block;
    text-align: center;
    font-size: 32px;
    color: #333333;
}

.center_text {
    text-align: center;
    margin-top: 30px;
}

.qywh h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 24px;
}

.qywh .center_text h3 {
    margin-bottom: 10px;
}

.qywh p {
    font-size: 15px;
    color: #333333;
    line-height: 34px;
}

.qywh .text dd {
    text-align: right;
    margin-bottom: 60px;
}

.qywh .text dd:last-child {
    margin-bottom: 0;
}

.qywh .text:last-child dd {
    text-align: left;
}

.zzjg {
    padding-bottom: 66px;
}

.zzjg img {
    display: block;
    margin: 0 auto;
}

.honor {
    background: #f1f2f6;
    padding-bottom: 80px;
}

.honor .swiper-container {
    height: 666px;
}

.honor .swiper-container .swiper-slide {
    width: 392px !important;
    height: 316px;
    display: block;
}

.honor .swiper-container a {
    background: #ffffff;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
}

.honor .swiper-container a .imgs {
    /* padding: 12px; */
    height: 241px;
    overflow: hidden;
}

.honor .swiper-wrapper a span {
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.honor .swiper-container .swiper-button-prev {
    background: url(../img/left.png) no-repeat center / cover;
}

.honor .swiper-container .swiper-button-next {
    background: url(../img/right.png) no-repeat center / cover;
}
.news{
    padding: 40px 0; 
}
.news .tit{
    overflow: hidden;
}
.news .tit h2{
    font-size: 36px;
    /* font-weight: bold; */
    font-weight: normal;
}
.news .tit p{
    font-size: 16px;
    color: #758190;
    margin-top: 16px;
}
.news .tit a{
    margin-top: 30px;
}
.news .tit a span{
    font-size: 16px;
    color: #2b2b2b;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
}
.news dd .imgs{
    height: 0;
    padding-bottom: 61%;
}
.news dl{
    overflow: hidden;
}
.news dd{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 60px;
}
.news dd:nth-child(3n){
    margin-right: 0;
}
.news dd:last-child{
    margin-right: 0;
}
.news dd a{
    display: block;
    width: 100%;
}
.news dd:hover h2 a{
    color: #004bc6;
}
.news dd:hover .imgs img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.news dd .imgs img{
    display: block;
    width: 100%;
    transition: .8s transform;
    -webkit-transition: .8s transform;
    -moz-transition: .8s transform;
    -ms-transition: .8s transform;
    -o-transition: .8s transform;
}
.news dd .imgs:hover .opac_{
    opacity: 0;
    
}
.news dd .imgs {
    position: relative;
}
.news dd .imgs .opac_ {
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    right: 0;
    top: 0;
    transition: .5s opacity;
}
.news dd a{
    overflow: hidden;
}
.news dd .time{
    font-size: 18px;
    color: #333333;
    display: block;
    margin-top: 34px;
}
.news dd h2 a{
    font-size: 19px;
    color: #020202;
    font-weight: bold;
    margin-top: 20px;
    transform: .3s color;
    -webkit-transform: .3s color;
    -moz-transform: .3s color;
    -ms-transform: .3s color;
    -o-transform: .3s color;
}
.news dd p{
    font-size: 15px;
    color: #525252;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news dd a span{
    font-size: 14px;
    color: #686868;
}
.news dd .more {
    margin-top: 24px;
}
.news dd .more img{
    margin-top: 10px;
}
.pages{
    text-align: center;
    padding: 30px 0;
}
.news .pages{
    margin-top: 50px;
}
.pages a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    box-sizing: border-box;
    color: #333;
}
.pages .page-link{
        display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    box-sizing: border-box;
    color: #333;
}
.pages a.current{
    color: #004bc6;
    font-weight: bold;
}
.pages .num{
    display: inline-block;
}
.pages .prev_s,.pages .next_s{
    vertical-align: middle;
    width: 50px;
    background: url(../img/lt.svg) no-repeat center;
    background-size: 20%;
}
.pages .next_s{
    background: url(../img/rt.svg) no-repeat center;
    background-size: 20%;
}
 
.rczp{
    background: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.rczp .social-swiper {
    overflow: hidden;
}
.rczp .social-swiper a{
    display: block;
    background: #fbfbfb;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    width: 32.6%;
    float: left;
    margin-top: 20px;
    margin-right: 1.1%;
}
.rczp .social-swiper a:hover h4{
    color: #014bc6;
    opacity: .8;
}
.rczp .social-swiper a:nth-child(3n){
    margin-right: 0;
}
.rczp .social-swiper .name{
    height: 2.75em;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    color: #333333;
}

.rczp .social-swiper  .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    line-height: 20px;
}
.rczp .social-swiper .text  span{
    margin: 0 10px;
}
.rczp .social-swiper .time{
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    line-height: 20px;
}
.details{
    padding-bottom: 30px;
}
.details .tit{
    text-align: center;
    padding: 40px 0;
}
.details .tit h2{
    font-size: 18px;
    color: #333333;
}
.details .tit span{
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.details .content{
    min-height: 200px;
}
.details .content p{
    font-size: 14px;
    line-height: 30px;
}



/* max 1599px */
@media screen and (max-width: 1599px) {
    .honor .swiper-container .swiper-slide {
        width: 292px !important;
    }
    .honor .swiper-container a .imgs {
        height: 180px;
    }
    .honor .swiper-container {
        height: 504px;
    }
    .honor .swiper-container .swiper-slide {
        height: 245px;
    }
    .rcln .rcln_s p {
        width: 350px;
    }
    .gspx_list ul li .imgs {
        height: 244px;
    }
    .gspx_list ul li .text {
        height: 244px;
        padding-top: 26px;
    }
    .gspx_list ul li p {
        line-height: 28px;
    }
    .fzpx dl dd {
        margin-right: 17px;
    }
    .fzpx dl dd {
        width: 287px;
    }
    .fzpx dl dd .yyy::after {
        width: 269px;
    }
    .ygtd li,
    .ygtd li:nth-child(4n) {
        margin-right: 15px;
    }
    .ygtd li:nth-child(3n) {
        margin-right: 0;
    }
    .qianqiu .bg_w {
        position: relative;
        height: 486px;
        margin-top: 20px;
    }
    .qianqiu .bg_c .video{
        width: 610px;
        height: 460px;
        top: -60px;
    }
    .qianqiu .bg_c .name span{
        margin-bottom: 30px;
    }
    .qianqiu .bg_c {
        padding-top: 40px;
    }
    .qianqiu .bg_c .name {
        width: 570px
    }
    .qianqiu .bg_c .name p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .qywh .center {
        width: 488px;
    }
    .qywh p {
        font-size: 14px;
    }
    .qywh .text{
        width: 356px;
    }
    .qywh_center {
        width: 334px;
        height: 377px;
    }
    .qywh_center img {
        margin-top: 115px;
    }
}
/* max 1199px */
@media screen and (max-width: 1199px) {
    
    .rcln .rcln_s h3 {
        font-size: 22px;
    }
    .rcln .rcln_s p {
        width: 238px;
        font-size: 14px;
    }
    .gspx_list ul li .imgs {
        height: 202px;
    }
    .gspx_list ul li .text {
        height: 202px;
        padding-top: 2px;
    }
    .gspx_list ul li h3 {
        margin-bottom: 12px;
        padding-top: 20px;
        font-size: 20px;
    }
    .gspx_list ul li p {
        font-size: 14px;
    }
    .gspx_list ul li p {
        line-height: 25px;
    }
    .fzpx dl dd {
        width: 235px;
    }
    .fzpx dl .text {
        height: 366px;
    }
    .fzpx dl .text h2 {
        font-size: 48px;
    }
    .fzpx dl .text h3 {
        font-size: 20px;
    }
    .fzpx dl .text p {
        line-height: 26px;
    }
    .ygtd li {
        width: 320px;
    }
    .ygtd .imgs {
        height: 258px;
    }
    .fzpx dl dd .yyy::after {
        width: 219px;
    }
    .qianqiu .bg_c .name{
        width: 100%;
        float: left;
    }
    .qianqiu .bg_c .w{
        overflow: hidden;
        float: none;
    }
    .qianqiu .bg_c .video{
        float: left;
        width: 100%;
        display: block;
        height: auto;
        position: static;
    }
    .qianqiu .bg_w {
        position: static;
        height: auto;
        width: 100%;
    }
    .qianqiu .bg_c {
        width: 100%;
        position: static;
        padding-bottom: 20px;
    }
    .qywh_center {
        width: 267px;
        height: 302px;
    }
    .qywh .center {
        width: 420px;
    }
    .qywh .text {
        width: 286px;
    }
    .qywh_center img {
        margin-top: 80px;
    }
    .qywh .text dd {
        margin-bottom: 30px;
    }
    .qywh {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px){
    .qianqiu .tit h2,.title h2{
        font-size: .34rem;
    }
    .details .tit{
        padding: .3rem 0;
    }
    .details .tit h2{
        font-size: .32rem;
    }
    .details .tit span{
        font-size: .26rem;
        margin-top: .1rem;
    }
    .details {
        padding-bottom: .3rem;
    }
    .details .content{
        min-height: 2rem;
    }
    .details .content p{
        font-size: .26rem;
        line-height: .5rem;
    }
    .qianqiu .tit span,.title span{
        font-size: .24rem;
        margin-top: .1rem;
    }
    .title {
        padding-top: .3rem;
        padding-bottom: .2rem;
        text-align: center;
    }
    .qianqiu .tit {
        padding-top: .6rem;
        margin-bottom: .1rem;
    }
    .qianqiu .bg_w{
        margin-top: .2rem;
    }
    .qianqiu .bg_c .name h1{
        font-size: .3rem;
    }
    .qianqiu .bg_c .name span{
        font-size: .24rem;
    }
    .qianqiu .bg_c .name p{
        font-size: .26rem;
        line-height: .5rem;
        margin-bottom: .2rem;
    }
    .qywh {
        padding-top: .3rem;
        padding-bottom: .2rem;
    }
    .qywh .text{
        width: 100%;
    }
    .qywh .center{
        width: 100%;
    }
  
    .qywh h3{
        font-size: .32rem;
        margin-bottom: .1rem;
        text-align: center;
    }
    .qywh p{
        font-size: .24rem;
        text-align: center;
    }
    .qywh .text:nth-child(1) dd{
        text-align: center;
    }
    .qywh .text dd{
        margin-bottom: .2rem;
        text-align: center;
    }
    .honor{
        padding-bottom: .4rem;
    }
    .honor .swiper-container a{
        height: 100%;
    }
    .honor .swiper-container a .imgs{
        width: 100%;
    }
    .honor .swiper-container .swiper-slide {
        width: 3rem !important;
        /* height: 316px; */
    }
    .honor .swiper-container a .imgs{
        height: 0;
        padding-bottom: 67%;
    }
    .honor .swiper-container .swiper-slide{
        height: 3.4rem;
    }
    .honor .swiper-container {
        height: 6.8rem;
    }
    .honor .swiper-wrapper a span{
        font-size: .26rem;
    }
    .ygtd ul li{
        float: none;
        margin: 0 !important;
    }
    .ygtd ul li{
        width: 49%;
        padding-bottom: .2rem;
    }
    .ygtd .imgs{
        margin-bottom: .1rem;
    }
    .ygtd ul li .imgs{
        height: 0;
        padding-bottom: 2.8rem;
    }
    .ygtd li .text{
        font-size: .26rem;
    }
    .ygtd ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fzpx dl dd{
        width: 50%;
        margin-right: 0;
        margin-top: .2rem;
    }
    .fzpx dl dd img{
        width: 50%;
    }
    .fzpx dl dd .yyy::after{
        width: 2.9rem;
    }
    .fzpx dl dd:nth-child(2n) .yyy::after{
        display: none;
    }
    .fzpx dl .text {
        height: 5rem;
        padding: 0 .2rem;
        padding-top: .8rem;
        width: 98%;
    }
    .fzpx dl .text h2{
        font-size: .38rem;
    }
    .fzpx dl .text h3{
        font-size: .3rem;
        margin-top: .2rem;
    }
    .fzpx dl .text p{
        margin-top: .3rem;
        font-size: .28rem;
    }
    .gspx_list ul li{
        width: 50%;
    }
    .gspx_list ul li .imgs{
        height: 2.8rem;
    }
    .gspx_list ul li .text{
        height: 2.8rem;
        padding: 0 .2rem;
    }
    .gspx_list ul li h3 {
        margin-bottom: .12rem;
        padding-top: .16rem;
        font-size: .3rem;
    }
    .gspx_list ul li p {
        line-height: .4rem;
        font-size: .24rem;
    }
    .gspx{
        padding-bottom: .2rem;
    }
    .fzpx dl dd .yyy {
        margin: 10px auto;
    }
    .fzpx{
        padding-bottom: .4rem;
    }
    .rcln .center_tit h2{
        font-size: .3rem;
    }
    .rcln .center_tit span{
        font-size: .24rem;
    }
    .rcln_content .center{
        width: 4rem;
        height: 4rem;
        margin-top: 1.8rem;
    }
    .rcln .rcln_s h3{
        font-size: .32rem;
        margin-bottom: .2rem;
    }
    .rcln .rcln_s p{
        font-size: .24rem;
    }
    .rcln .rcln_1, .rcln .rcln_2{
        top: -1.7rem;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
}
    .rcln .rcln_3, .rcln .rcln_4{
        top: 3.8rem;
    }
    .rcln .rcln_s p{
        width: 2.4rem;
    }
    .rcln .rcln_1, .rcln .rcln_3{
        transform: translateX(-70%);
        -webkit-transform: translateX(-70%);
        -moz-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        -o-transform: translateX(-70%);
}
.rcln .rcln_2, .rcln .rcln_4{
    transform: translateX(70%);
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
}
.rcln{
    padding-bottom: 2.3rem;
}
.news {
    padding: .3rem 0;
}
.news dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news dd .time {
    font-size: .3rem;
    color: #333333;
    display: block;
    margin-top: .1rem;
}
.news dd{
    width: 49%;
    margin-right: 0 !important;
    margin-top: .3rem;
}

.news dd h2 a{
    font-size: .28rem;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news dd p{
    font-size: .26rem;
    margin-top: .2rem;
    line-height: .4rem;
}
.news dd .more{
    margin-top: .2rem;
}
.news .tit h2{
    font-size: .36rem;
}

.news .tit p {
    font-size: .28rem;
    color: #758190;
    margin-top: .1rem;
}
.pages{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    padding: .4rem 0;
}
.news .pages {
    margin-top: .3rem;
}
.pages .prev_s, .pages .next_s{
    width: .8rem;
}
.pages a{
    height: .8rem;
    line-height:.8rem;
    padding: 0 .3rem;
}
.pages .page-link{
        height: .8rem;
    line-height:.8rem;
    padding: 0 .3rem;
}
}
@media screen and (max-width: 855px){

    .rczp .social-swiper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .rczp .social-swiper a{
        width: 49%;
        margin-right: 0;
    }
    .rczp .social-swiper a:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 749px) {
    
    .rczp .social-swiper a{
        padding: .3rem .3rem;
    }
    .rczp .social-swiper .time,.rczp .social-swiper .text{
        line-height: .46rem;
    }
    .rczp .social-swiper .name{
        font-size: .32rem;   
    }
    .rczp .social-swiper .time {
        font-size: .24rem;
    }
    .rczp .social-swiper .text{
        font-size: .24rem;
    }
    .honor .swiper-container {
        height: 3rem;
    }
    .honor .swiper-container .swiper-slide {
        height: 3rem;
    }
    .honor .swiper-container .swiper-slide {
        width: 3.4rem !important;
    }
    .honor .swiper-button-next,.honor .swiper-button-prev{
        width: 20px;
        height: 30px;
    }
}