@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

body {
    font-family: SourceHanSansCN !important;
    background: #EEF3FA;
}

.mauto {
    max-width: 1400px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

/* .wrap {
    width: 1550px;
    margin: 0 auto
} */

/* @media (max-width:767px) {
    .wrap {
        width: 96%
    }
} */

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

main {
    overflow-x: hidden;
}

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    /* background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.logo {
    height: 82px;
    line-height: 82px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }
}

/* .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
} */

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 110px
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

nav ul li:hover>a {
    color: #fff !important;
}

nav ul li:hover {
    background: #F7B344 !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

/* nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #F7B344;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
} */

nav ul li:nth-last-child(2):hover,
nav ul li:last-child:hover {
    background: transparent !important;
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 110px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

nav ul li .earth,
nav ul li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none;
    margin: 0
}


nav ul li .earth::after,
nav ul li .search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center
}

nav ul li .earth::after {
    background: url(../images/earch.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #F7B344
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 85px
}


.header.active {
    background-color: #fff;
}

.header.active nav ul li>a {
    color: #000;
}


/* .header-active::after, */
.header-active {
    color: #505050;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #505050;
}



.header-search {
    width: 82px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*  new  */
.public-top {
    padding-top: 119px;
}

.public-tobody {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.header-menu-bg {
    background: #DBF3FF;
}

.header-menu {
    padding: 8px 0;
}

.header-menu-r,
.header-menu-l {
    font-size: 14px;
    font-weight: 500;
    color: #1F95D3;
}

.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
    width: 100%;
    height: 4.67rem;
    overflow: hidden;
    position: relative;
}

.homeSwiper {
    margin-top: .23rem;
}


.homeSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.home-news {
    margin: .15rem 0;
}

.home-info::after,
.home-news::after {
    width: 32.5%;
    content: '';
}

.home-news-i-swiper,
.home-news-i {
    width: 32.5%;
    min-height: 3.59rem;
    max-height: 3.59rem;
    background: #fff;
    overflow: hidden;
}

.home-news-i-swiper {
    overflow: hidden;
    position: relative;
}

.home-news-i-swiper-i {
    position: relative;
}

.home-news-i-swiper-i-show {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: .17rem .20rem;
}

.home-news-i-swiper-i-show-con {
    width: 80%;
}

.home-news-i-swiper-i-show-con>.day {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

.home-news-i-swiper-i-show-con>.title {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
}

.home-news-i-swiper-page {
    position: absolute;
    right: 3%;
    bottom: 0;
    width: 15%;
    height: 0.7rem;
    z-index: 2;
}

.home-news-i-swiper-page-i {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: .2rem;
}

.home-news-i-swiper-page-next {
    right: 0;
}

.home-news-i-top {
    width: 100%;
    margin-bottom: .2rem;
}

.home-news-i-top>.title {
    font-size: 24px;
    font-weight: 800;
    color: #262626;
    position: relative;
    padding-left: .13rem;
}

.home-news-i-top>.title::after {
    width: 0.04rem;
    height: 0.22rem;
    background: #F7B344;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-news-i-top>.more {
    font-size: 14px;
    font-weight: 500;
    color: #B2B2B2;
}

.home-news-i {
    padding: .23rem;
}

.home-news-i-c {
    display: block;
    margin-bottom: .1rem;
}


.home-news-i-c:last-child {
    margin-bottom: 0;
}

.home-info-i-con-i:hover>.info,
.home-news-i-c:hover>.title {
    color: #F7A826;
}

.home-news-i-c>.day {
    font-size: 12px;
    font-weight: 500;
    color: #262626;
}

.home-news-i-c>.title {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    margin-top: .02rem;
}

.home-flow-l {
    width: 0.67rem;
    height: 2.13rem;
    background: #F7B344;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    writing-mode: vertical-lr;
}

.home-flow-r-img {
    width: 0.94rem;
    height: 0.94rem;
    border: 0.01px solid #F7B344;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}

.home-flow-r {
    width: calc(100% - 0.85rem);
    background: #fff;
}

.home-flow-r-i {
    text-align: center;
}

.home-flow-r-i>.title {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 20px;
    margin-top: .16rem;
}

.home-flow-r>.line {
    width: 0.76rem;
    height: 1px;
    background: #D3D3D3;
    margin: 0 5%;
    margin-bottom: .55rem;
}

.home-info-i {
    width: 32.5%;
}

.home-info-i-top>.title {
    font-size: 24px;
    font-weight: 800;
    color: #262626;
}

.home-info-i-top>.more {
    font-size: 14px;
    font-weight: 500;
    color: #B2B2B2;
}

.home-info-i {
    margin-top: .52rem;
}

.home-info-i-con {
    padding: .3rem;
    background: #fff;
    margin-top: .22rem;
}

.home-info-i-con-i>.day {
    font-size: 12px;
    font-weight: 500;
    color: #262626;
}

.home-info-i-con-i>.info {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
}

.home-info-i-con-i {
    margin-bottom: .1rem;
}

.home-info-i-con-i:last-child {
    margin-bottom: 0;
}

.home-info-i:nth-child(-n + 3) .home-info-i-con {
    border-top: 3px solid #1F95D3;
}

.home-info-i-con {
    border-top: 3px solid #F7B344;
}

.home-info-i-swiper,
.home-info-i-con {
    min-height: 2.17rem;
    max-height: 2.17rem;
    overflow: hidden;
}

.home-info-i-swiper {
    height: 100%;
    position: relative;
    margin-top: 0.22rem;
}

.home-info-i-swiper .home-news-i-swiper-page {
    height: 0.6rem;
}

.home-show {
    margin: .25rem 0 .35rem -.15rem;
}

.home-show-i {
    width: calc(100% / 3);
    padding-left: .15rem;
}

.home-show-img {
    width: 100%;
}

.home-serve-l {
    width: calc(100% - 3.97rem);
    background: #fff;
    padding: .27rem .15rem;
}

.home-serve-r {
    width: 3.77rem;
}

.home-news-i-con-img {
    width: 100%;
    height: 100%;
    max-width: 2.8rem;
    max-height: 1.59rem;
}

.home-news-i-con-b>.title {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
}

.home-news-i-con-b>.day {
    font-size: 12px;
    font-weight: 500;
    color: #262626;
    margin: .1rem 0 .16rem;
}

.home-news-i-con-b>.info {
    font-size: 14px;
    font-weight: 500;
    color: #9B9B9B;
}

.home-news-i-con-b {
    width: calc(100% - 3rem);
}

.home-news-i-con-i,
.home-news-i-con {
    padding-bottom: .16rem;
    border-bottom: 1px dashed #C0C0C0;
}

.home-news-i-con-i:hover>.title {
    color: #F7B344;
}

.home-news-i-con-i>.title {
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    position: relative;
    padding-left: .27rem;
}

.home-news-i-con-i>.day {
    font-size: 12px;
    font-weight: 500;
    color: #262626;
}

.home-news-i-con-i>.title::after {
    width: 0.05rem;
    height: 0.05rem;
    position: absolute;
    top: 50%;
    left: .11rem;
    transform: translateY(-50%);
    background: #CBCBCB;
    border-radius: 50%;
    content: '';
    display: block;
}

.home-news-i-con-i {
    padding: .16rem .27rem .16rem 0;
}

.home-news-i-con-i:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.home-serve-r-i {
    width: 100%;
    background: #FFFFFF;
    padding: .3rem 0;
    margin-bottom: .2rem;
}

.home-serve-r-i:last-child {
    margin-bottom: 0;
}

.home-serve-r-img {
    width: 100%;
    height: 100%;
    min-width: 1.58rem;
    min-height: 1.58rem;
    max-width: 1.58rem;
    max-height: 1.58rem;
    margin-right: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-serve-r-con>.title {
    font-size: 24px;
    font-weight: 800;
    color: #262626;
}

.home-serve-r-con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    margin-top: .1rem;
}

.home-link {
    margin-top: .57rem;
}

.home-link>.title {
    font-size: 24px;
    font-weight: 800;
    color: #262626;
    margin-bottom: .19rem;
}

.home-link-list-i {
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .2rem;
}

.home-link-list-b {
    padding: .24rem 0;
}

.public-footer-b {
    background: #333333;
    padding: .41rem 0;
}

.public-footer-info-i>.title {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 0.08rem;
}

.public-footer {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.public-footer-l>.title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: .5rem;
}

.public-footer-info-i {
    width: calc(100% / 2);
    margin-bottom: .14rem;
}

.public-footer-r {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: right;
}


.news-detail-b-row {
    padding: .54rem .62rem;
    border: 1px solid #EAEAEA;
    background: #ffffff;
}

.news-detail-b {
    padding: .29rem 20px;
}

.news-detail-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .1rem;
}

.news-detail-share-i {
    margin: 0 5px;
}

.news-detail-menu>.info {
    font-size: 16px;
    font-weight: 500;
    color: #ADADAD;
    margin: 0 2% 0 0;
}

.news-detail-share {
    margin: 0 2%;
}

.news-detail-b-row-top {
    position: relative;
    text-align: center;
    padding: 0 .24rem;
    padding-bottom: 3%;
    border-bottom: 1px solid #D8D8D8;
}

.news-detail-b-row-top>.title {
    font-size: 30px;
    font-weight: bold;
    color: #393939;
    text-align: left;
}

.news-detail-share>.title {
    font-size: 16px;
    font-weight: 500;
    color: #015629;
    margin-left: 14px;
}

.news-detail-con {
    padding: .37rem .29rem;
    line-height: 30px;
}

.news-detail-con a,
.news-detail-con em,
.news-detail-con i,
.news-detail-con span {
    display: inline;
}

.news-detail-con img {
    margin: 1% auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.news-detail-con-img {
    margin: auto;
    display: block;
}

.news-detail-con-title {
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 36px;
}

.news-detail-page-l-prev,
.news-detail-page-l-next {
    font-size: 16px;
    margin: 3% 0;
    display: block;
    font-weight: bold;
    color: #7D7D7D;
}

.news-detail-page-l-prev:hover,
.news-detail-page-l-next:hover {
    color: #1F95D3;
}

.news-detail-page {
    margin: 0 .29rem;
    background: #F9F9F9;
    padding: 2% 4%;
}

.news-detail-page-r {
    max-width: 170px;
    width: 100%;
    height: 48px;
    background: #1F95D3;
}

.news-detail-page-r>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 7px;
}

.public-nav {
    width: 100%;
    height: 100%;
    text-align: center;
}

.public-nav img {
    width: 100%;
}

.public-con-l {
    width: 20%;
}

.con-l-top {
    width: 100%;
    height: 0.97rem;
    background: #FFA200;
    border-radius: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .42rem;
}

.con-l-top>.title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.con-l-top>.info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.public-con {
    margin-top: -.97rem;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50px 0 0 0;
    margin-bottom: .4rem;
}

.con-l-list-i {
    width: 100%;
    height: 53px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 53px;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 1px;
    position: relative;
    padding: 0 .31rem 0 .5rem;
    border-bottom: 1px solid #EFEFEF;
}

.con-l-list-i:hover {
    color: #FFA200;
    background: #F4F4F4;
}

.con-l-list-i.cur {
    color: #FFA200;
    border-left: 2px solid #FFA200;
}

.con-l-list-i::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    transition: height .5s;
    opacity: 0;
    background-color: #FFA200;
}

.con-l-list-i:hover::after {
    opacity: 1;
    height: 100%;
}

.con-l-list {
    padding: .27rem 0;
    background: #fff;
}

.public-con-r {
    width: 80%;
}

.public-con-r-top-r-nav {
    display: flex;
    align-items: center;
}

.public-con-r-top-r-nav .title {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #565656;
}

.public-con-r-top-r-nav .title:hover {
    color: #FFA200;
}

.public-con-r-top-r-nav em {
    margin: 0 10px;
}

.public-con-r-top-r-nav img {
    width: fit-content;
    height: auto;
    margin-right: 10px;
}

.public-con-r-top-l,
.public-con-r-top-r {
    width: 50%;
}

.public-con-r-top {
    background: #F4F4F4;
    padding: .31rem;
}

.public-con-r-top-r-nav {
    display: flex;
    justify-content: flex-end;
}

.public-con-r-top-l {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.public-con-r-con-img {
    width: 100%;
    height: 100%;
    max-width: 3.12rem;
    min-height: 2.08rem;
    max-height: 2.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-con-r-con-info {
    width: calc(100% - 3.42rem);
}

.public-con-r-con-info.null {
    width: 100%;
}

.public-con-r-con-i {
    border-bottom: 1px solid #F2F6FB;
}

.public-con-r-con {
    padding: .28rem .35rem;
}

.public-con-r {
    background: #fff;
    border-left: 1px solid #EFEFEF;
}

.public-con-r-con-info>.title {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
}

.public-con-r-con-info>.day {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
    margin: .1rem 0;
}

.public-con-r-con-info>.info {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    line-height: 24px;
}

.public-con-r-con-info>.more {
    margin-top: .31rem;
}

.public-con-r-con-info>.more>.title {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    margin-right: .13rem;
}

.public-con-r-con-info>.more img {
    width: auto;
    height: auto;
    animation: comeback 1s infinite;
    position: relative;
}

.public-con-r-con .public-con-r-con-list-i,
.public-con-r-con-i {
    padding: 20px 0;
    /* margin-bottom: .4rem; */
}

.public-con-r-con .public-con-r-con-list-i>.title::after {
    display: none;
}

.public-con-r-con .public-con-r-con-list-i>.title {
    padding-left: 0;
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #ffffff;
    background: #1F95D3;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #6B6B6B;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: fit-content;
    margin: auto;
    margin-top: 8%;
}

.page-b {
    margin: 0 5px;
}

.public-con-r-con-list-i>.title {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    position: relative;
    padding-left: .26rem;
}

.public-con-r-con-list-i>.day {
    font-size: 0.14rem;
    font-family: Arial;
    font-weight: 400;
    color: #8A8A8A;
}

.leader-b,
.contact-b,
.public-con-r-message,
.public-con-r-con-list {
    padding: .35rem;
}

.public-con-r-con-list-i {
    padding-bottom: .15rem;
    border-bottom: 1px dashed #E2E2E2;
    padding-left: .11rem;
    margin-bottom: .15rem;
}

.public-con-r-con-list-i:hover>.title {
    color: #FFA200;
}

.public-con-r-con-list-i>.title::after {
    width: .06rem;
    height: .06rem;
    min-width: .06rem;
    min-height: .06rem;
    border-radius: 50%;
    background: #C7C7C7;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
}

.public-con-r-introduction {
    padding: .35rem;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.introduction-title {
    font-weight: bold;
    font-size: 18px;
}

.public-con-r-message img,
.public-con-r-introduction img {
    width: auto;
    display: block;
    margin: auto;
}

.public-con-r-message {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.news-file-i {
    width: 100%;
    background: #F5F5F5;
    padding: .3rem .39rem;
    margin-bottom: 1%;
}

.news-file-i:hover .news-file-title {
    color: #0692EF;
}

.news-file-i:last-child {
    margin-bottom: 0;
}

.news-file-img {
    width: 18px !important;
    height: fit-content;
    display: block;
    margin: 0 !important;
    margin-right: .14rem !important;
}

.news-file-title {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.news-file {
    margin: 1% 0;
}

.news-file-r-title {
    font-size: 16px;
    font-weight: 400;
    color: #FFA200;
}

.news-file-i-l {
    width: 80%;
}

.news-file-i-r {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.contact-b-menu-i {
    width: calc(100% / 4);
    text-align: center;
}

.contact-b-menu-img {
    width: 0.92rem;
    height: 0.92rem;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.contact-b-menu-i>.title {
    margin: .2rem 0 .15rem;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.contact-b-menu-i>.add {
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    line-height: 20px;
}

.contact-b-menu {
    width: 95%;
    margin: auto;
}

.contacts-map {
    width: 100%;
    height: 100%;
    min-height: 3.85rem;
}

.map {
    margin-top: .47rem;
}

.leader-b-i {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: .3rem;
}

.leader-b-i-list-i {
    width: calc(100% / 6);
    height: fit-content;
    margin-bottom: .1rem;
    text-align: center;
}

.leader-b-i-list-i>.title {
    font-size: 0.16rem;
    font-weight: bold;
    color: #3A3A3A;
    line-height: 0.24rem;
    margin: .1rem 0;
}

.leader-b-i>.title {
    font-size: 18px;
    font-weight: bold;
    color: #1F95D3;
}

.leader-b-i-list {
    margin-top: .14rem;
}

.leader-b-i-list-img {
    object-fit: cover;
    max-width: 1.64rem;
    max-height: 2.11rem;
    margin: auto;
}

.leave-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.leave-row {
    width: 100%;
    height: 100%;
    margin-top: .49rem;
}

.leave-row-i {
    width: 48%;
    margin-bottom: .28rem;
    border: 1px solid #EFEFEF;
}

.leave-row-i.textarea .texts,
.leave-row-i .inputs {
    width: 100%;
    font-size: 16px;
    padding: 20px;
}

.leave-row-i.textarea {
    width: 100%;
}


.leave-row-i .code-i {
    width: calc(100% - 127px);
}

.leave-row-i .code-img {
    max-width: 127px;
}

.leave-btn {
    width: max-content;
    background: #FFA200;
    padding: .17rem 1.14rem;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.leader-b-title {
    font-size: 24px;
    font-weight: bold;
    color: #3a3a3a;
    text-align: center;
}

/*  new  */

@media (max-width:1500px) {
    .mauto {
        width: 95%;
    }

}

@media (max-width:1400px) {
    .public-con {
        padding: 0 !important;
    }

    .public-tobody,
    .wrap {
        padding: 0 20px;
    }

    .header-menu {
        padding: 8px 20px;
    }

    .public-top {
        padding-top: 119px;
    }

    .public-footer-b {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width:1300px) {
    nav ul li {
        margin: 0;
        min-width: 100px;
    }
}

@media (max-width:1280px) {
    .mauto {
        width: 95%;
    }

    .public-footer {
        display: block;
    }

    .public-footer-r {
        text-align: left;
        margin-top: .1rem;
    }

}

@media (max-width:1200px) {
    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0px;
        min-width: 90px;
    }


}

@media (max-width:1200px) {}

@media (max-width:1100px) {
    nav ul li {
        min-width: 85px;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 82px);
        height: -moz-calc(100% - 82px);
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #1062A5
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
}

@media (max-width:1024px) {
    .news-detail-b-row-top>.title {
        font-size: 22px;
    }

    .news-detail-b-row {
        padding: .3rem;
    }

    .leader-b-i-list-i {
        width: calc(100% / 4) !important;
    }

    .con-l-top {
        padding: 0 .2rem;
    }

    .public-con-r-top-l,
    .con-l-top>.title {
        font-size: 22px;
    }

    .home-flow-r>.line {
        margin: 0 2%;
        margin-bottom: 0.3rem;
    }

    .public-top {
        padding-top: 0;
    }

    .public-footer-l {
        display: block;
    }

    .public-footer-info {
        margin-top: .1rem;
    }

    .homeSwiper .swiper-wrapper .swiper-slide,
    .homeSwiper {
        height: auto !important;
    }

    .homeSwiper .swiper-pagination {
        bottom: 9% !important;
    }

    .home-info-i {
        width: 49%;
    }

    .home-info-i {
        margin-top: 0.3rem;
    }

    .home-serve {
        display: block;
    }

    .home-serve-r,
    .home-serve-l {
        width: 100%;
    }

    .home-serve-r {
        margin-top: .2rem;
    }

    .home-serve-r-i {
        width: 49%;
        margin-bottom: 0;
    }

    .home-serve-r {
        display: flex;
        justify-content: space-between;
    }

    .home-link {
        margin-top: 0.3rem;
    }

    .home-link-list {
        display: flex;
        flex-wrap: wrap;
    }

    .home-link-list-i {
        width: calc(100% / 3);
        margin-bottom: .1rem;
    }

    .home-link-list-b {
        padding-bottom: .14rem;
    }
}

@media (max-width:980px) {

    .home-news-i-swiper,
    .home-news-i {
        width: 100%;
        margin-bottom: .2rem;
    }

    .home-news-i-swiper-page-i {
        margin: 0 .1rem;
    }
}

@media (max-width:768px) {
    .leader-b-title {
        font-size: 20px;
    }

    .news-detail-con img {
        width: auto !important;
        height: auto !important;
    }

    .leave-btn {
        display: block;
        margin: auto;
    }

    .leave-row-i {
        width: 100%;
    }

    .home-info-i-con {
        min-height: auto;
        max-height: none;
    }

    .home-serve-r-i {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-serve-r-con>.title {
        font-size: 20px;
    }

    .news-detail-page {
        padding: .2rem;
    }

    .news-detail-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .news-detail-share {
        display: block;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0;
    }

    .news-detail-page-r {
        max-width: 150px;
        height: 45px;
        margin: auto;
        margin-top: .1rem;
    }

    .news-detail-page {
        margin: 0;
    }

    .news-detail-page {
        display: block;
    }

    .news-detail-b-row-top {
        padding: 0 .1rem .2rem .1rem;
    }

    .news-detail-con {
        padding: .1rem;
    }

    .news-detail-b-row-top>.title {
        font-size: 20px;
    }

    .page-i {
        padding: 0 15px;
    }

    .public-con-r-con-info>.more {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .public-con-r-con-info {
        width: 100%;
        margin-top: .2rem;
    }

    .public-con-r-con-img {
        max-width: none;
        max-height: none;
    }

    .public-con-r-top-l {
        display: none;
    }

    .public-con-r-top-r-nav {
        display: flex;
        justify-content: flex-start;
    }

    .public-con-r-con-i,
    .public-con-r-top {
        display: block;
    }

    .public-con-r-top-l,
    .public-con-r-top-r {
        width: 100%;
    }

    .leader-b,
    .contact-b,
    .public-con-r-message,
    .public-con-r-con-list {
        padding: 0.2rem;
    }

    .con-l-list {
        padding: 0;
    }

    .contact-b-menu-img img {
        width: 50%;
    }

    .contact-b-menu-img {
        width: .7rem;
        height: .7rem;
    }

    .contact-b-menu {
        width: 100%;
    }

    .public-con-r-top {
        padding: .2rem;
    }

    .contact-b-menu-i>.title {
        margin: .1rem 0;
    }

    .public-con-r-top-l,
    .con-l-top>.title {
        font-size: 20px;
    }

    .con-l-top {
        height: auto;
        border-radius: 0;
        padding: .2rem;
    }

    .public-con {
        margin-top: 0;
    }

    .public-con-r,
    .public-con-l {
        width: 100%;
    }

    .public-con {
        display: block;
    }

    /* .home-show-i {
        width: 100%;
        margin-bottom: .2rem;
    } */

    .home-info-i-con {
        padding: .2rem;
    }

    .home-info-i-top>.title,
    .home-flow-l,
    .home-news-i-top>.title {
        font-size: 20px;
    }

    .home-flow-r-img img {
        width: 50%;
        object-fit: contain;
    }

    .home-flow-r-img {
        width: 0.8rem;
        height: 0.8rem;
    }

    .home-flow-r>.line {
        width: 0.45rem;
    }

    .public-footer-l>.title {
        font-size: 20px;
    }

    .home-link-list-i {
        width: 50%;
        margin-bottom: .1rem;
    }

    .home-link-list {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width:680px) {
    .public-con-r-con-list-i>.title {
        width: 80%;
    }

    .leader-b-i-list-i {
        width: calc(100% / 3) !important;
    }

    .map {
        margin-top: 0;
    }

    .contact-b-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-b-menu-i {
        width: calc(100% / 2);
        margin-bottom: .2rem;
    }

    .home-flow-r {
        padding: 0.3rem 1px !important;
    }

    .home-flow-r-i>.title {
        font-size: 14px;
        margin-top: 0.1rem;
    }

    .home-flow-r>.line {
        margin: 0 1%;
        margin-bottom: 0.3rem;
    }

    .home-info-i,
    .public-footer-info-i {
        width: 100%;
    }

    .public-footer-r {
        line-height: 30px;
    }

    .homeSwiper .swiper-pagination {
        bottom: 9% !important;
    }

    .home-news-i {
        min-height: auto;
        max-height: none;
    }

    .home-flow {
        display: block;
    }

    .home-flow-l {
        width: max-content;
        writing-mode: unset;
        height: auto;
        padding: .05rem .2rem;
    }

    .home-flow-r {
        width: 100%;
        padding: .3rem;
    }

    .home-serve-r-img {
        min-width: auto;
        min-height: auto;
        width: 50%;
    }
}

@media (max-width:580px) {
    .leave-btn {
        width: 100%;
    }

    .home-show-i {
        width: 100%;
        margin-bottom: .2rem;
    }

    .home-serve-r-i {
        width: 100%;
        margin-bottom: .2rem;
    }

    .home-show-i:last-child,
    .home-serve-r-i:last-child {
        margin-bottom: 0;
    }

    .home-news-i-con-i>.title {
        width: 80%;
    }

    .home-serve-r,
    .home-news-i-con {
        display: block;
    }

    .home-news-i-con-img {
        max-width: none;
        max-height: none;
    }

    .home-news-i-con-b {
        width: 100%;
        margin-top: .2rem;
    }

    .leader-b-i-list-i {
        width: calc(100% / 2) !important;
    }

    .leader-b-i-list-img {
        width: 90%;
        max-width: none;
        max-height: none;
    }
}