/*字体*/
@font-face {
    font-family: 'sans';
    src: url("../font/AlegreyaSans-Regular-13.ttf");
}
@font-face {
    font-family: 'italic';
    src: url("../font/AlegreyaSans-Italic-8.ttf");
}
@font-face {
    font-family: 'barlow';
    src: url("../font/Barlow Light.ttf");
}
@font-face {
    font-family: 'Light';
    src: url("../font/AlegreyaSans-Light-9.ttf");
}
body{
    width: 100vw;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: '思源黑体';
}
/*banner 样式*/
.logo{
    /*width: 120px*/
}
#banner-swiper {
    height: 100vh;
    position: relative;
    --swiper-pagination-color: #00ff33;
    background-color: #fff;
    width: 100%;
}
#banner-swiper > .swiper-wrapper{
    position: relative
}
#banner-swiper .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
    margin-right: 1.3%;
    margin-bottom: 80px;
    display: inline-block;
}
#banner-swiper .swiper-pagination-bullet-active {
    background-color: #00ff33 !important;
}
.loading{
    z-index: 888;
    position: absolute;
    bottom: 8.9%;
    left: 0;
    /*transform: translateX(-58%);*/
    width: 100%;
}
.loading > ul {
    display: flex;
    justify-content: center;
    margin-right: 20px;
}
.loading > ul > li{
    width: 1.82vw;
    height: 35px;
    /*border: 1px solid #fff;*/
    margin-right: 2px;
}

.loading > ul > li.on .progress, .loading > ul > li.on .border {
    opacity: 1;
    animation:  rotateCycle 5000ms linear both;
}
@keyframes rotateCycle {
    from{stroke-dashoffset: 92px }
    to{ stroke-dashoffset: 0 }
}

.border{
    opacity: 0;
}

.progress {
    opacity: 0;
    outline: none;
}

.svg {
    transform: rotate(-90deg);
    outline: none;
}

.swiper-slide {
    position: relative;
}
.body-nav{
    background-color: #fff;
    display: none;
    width: 100%;
    height: calc(100vh - 65px);
    /*height: 835px;*/
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0px 4px 5px inset rgba(0,0,0,.2);
    /*padding: 0 30px;*/
}
.body-nav > ul {
    margin-top: 30px;
}
.body-nav > ul > li {
    border-bottom: 1px solid rgba(217, 217, 217, .4);

}
.body-nav a {
    display: block;
    color: #666;
    padding: 29px;
}
.body-nav a p {
    line-height: 1em;
    font-size: 18px;
}
.body-nav .jt {
    color: #000;
    font-size: 20px;
}
.body-nav a > div {
    display: flex;
    justify-content: space-between;
}
.nav-open{
    display: block;
}
.header {
    width: 100%;
    padding: 30px 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s;
}
.last-line {
    transform: rotate(45deg)  translateY(1px);
    transform-origin: right top;
}
.first-line {
    transform: rotate(-45deg) translateY(-2px);
    transform-origin: right bottom;
}

.banner1 {
    background: url("../images/banner2.png") top center no-repeat;
    background-size: 110% 110%;

}
.bgs {
    animation: aa 6s linear;
}
@keyframes aa {
    from { background-size: 110% 110%; }
    to { background-size: 100% 100%; }
}

.banner2 {
    background: url("../images/banner1.png") center center no-repeat;
    background-size: 110% 110%;
}
.banner3 {
    background: url("../images/banner3.jpg") center center no-repeat;
    background-size: 110% 110%;
}
.banner4 {
     background: url("../images/banner4.jpg") center center no-repeat;
    background-size: 110% 110%;
 }
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
}
.header > .nav {
    gap: 68px;
    align-items: center;
    justify-content: center;
}
.header > .lang {
    gap: 10px;
}
.header > .lang li:nth-child(3){
    font-size: 16px;
}
.header > .lang > .gang{
    font-size:14px;
    color: #fff;
    display: block;
}
.logo-img {
    display: block;
    width: 100%;
}
.header > .nav, .header > .lang {
    display: flex;
    align-items: center;
}
.header > .nav > li > a,
.header > .lang > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.header > .nav > li > a:hover,
.lang > li > a:hover{
    color: #3ecd58 !important;
    transition: color 0.2s;
}
.swiper-slide > .text {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
}
.swiper-slide > .text  p {
    color: #fff;
    font-weight: lighter;
    text-align: center;
    /*white-space: nowrap;*/
}
.swiper-slide > .text > .cn_text,
.swiper-slide > .text > .en{
    font-size: 56px;
    margin-bottom: 48px;
}
.swiper-slide > .text > .en p {
    font-size: 32px;
    line-height: 40px;
    width: 50%;
    margin: 0 auto;
    font-family: 'Light';
    letter-spacing: 1.2px;
    font-weight: lighter;
}
.swiper-slide > .text > .en_text {
    font-size: 23px;
    width: 900px;
    margin: 0 auto;
    font-family: 'Light';
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1px;
}
/* 轮播图按钮样式 */
.swiper-pagination{
    z-index: 999 !important;
}
.outer_btn {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
}
.outer_btn > .swiper_btn {
    color: #fff;
    padding-right: 140px;
    font-size: 18px;
    position: relative;
}
.outer_btn > .swiper_btn > .next {
    font-size: 18px;
    box-sizing: border-box;
    position: absolute;
    right: 140px;
    outline: none;
}
.outer_btn > .swiper_btn span {
    cursor: pointer;
    outline: none;
    font-family: 'Arial';
}
.outer_btn > .swiper_btn .next:hover{
    color: #44f364;
    transition: color 0.2s;
}
.outer_btn > .swiper_btn .next:hover ~ .line_active{
    background-color: #44f364;
}
.outer_btn > .swiper_btn > .line {
    display: block;
    width: 120px;
    background-color: rgba(255, 255, 255, .6);
    height: 1px;
    position: absolute;
    right: 4px;
    top: 12px;
    z-index: 0;
}
.outer_btn > .swiper_btn > .line_active {
    background-color: #fff;
    z-index: 99;
    width: 0;
    left: calc(99.7% - 120px);
}
.active_nav{
    font-weight: bold;
    transition: all 0.2s;
}

/*主体部分*/
.about {
    padding-top: 140px;
    background: url("../images/about_bg.png") no-repeat;
}
.about-warp {
    overflow: visible !important;
}
.about  .about_text {
    width: 44.6%;
    color: #666;
}
.about  .about_text > p {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}
.about  .about_text > .establish{
    margin-bottom: 10px
}
.about  .about_text > .establish span {
    font-weight: bold; color: #333
}
.about  .about_text > .en_title {
    line-height: 0.8em;
    font-family: 'sans';
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 20px;
}
.about  .about_text > .about_title {
    margin: 10px 0 40px;
    font-weight: normal;
    font-size: 30px;
    color: #333;
    line-height: 32px;
}
.about  .about_text > .about_btn {
    margin-top: 40px;
}
/*.about  .about_text a {
    opacity: 0.75;
    border: 1px solid #999;
    color: #999;
    background-color: transparent;
    font-size: 18px;
    padding: 15px 60px;
    border-radius: 32px;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
}*/
.about  .about_img {
    position: relative;
    height: 576px;
}
.about  .about_img > .img img {
    z-index: 199;
    margin-left: 40px;
    height: auto;
}
.about  .about_img > .block {
    width: 196px;
    height: 167px;
    background-color: #e6f3ff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about  .about_img > .since {
    color: #0162d0;
    font-size: 97px;
    font-family: 'barlow';
    position: absolute;
    top: 5%;
    /*right: -22%;*/
    right: -7vw;
    transform: translateX(400px);
    transition: transform 0.5s;
}

.body > .found {
    margin-top: 100px;
    width: 100%;
    height: 100vh;
    background: url("../images/found.jpg") no-repeat center;
    background-size: 100% 100%;
    /*background-attachment: fixed;*/
}
.body > .found > .found_text {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 180px;
}

.body > .found > .found_text > .en_text {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'italic'
}
.body > .found > .found_text > .cn_text {
    color: #fff;
    font-size: 63px;
    letter-spacing: 5px;
}
.body > .found > .found_text > .cn_text span {
    color: #4de669
}
.body > .found > .found_text > .content{
    text-align: left;
    line-height: 30px;
    font-family: 'regular';
    margin: 92px auto 0;
    letter-spacing: 1px;
    font-size: 20px;
}
.body > .found > .found_text > .introduce{
    margin: 60px auto 0;
    text-align: right
}

.base_style {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    width: 63%;
}
.plate {
    width: 100%;
    background: #bce4fc url("../images/plate_bg.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 16px;
    position: relative;

}
.plate > .en_text {
    color: rgba(255, 255, 255, 0.2);
    font-size: 156.47px;
    /*text-align: center;*/
    font-weight: normal;
    letter-spacing: 5px;
    font-family: Arial;
    transform: translateX(-350px);
    transition: transform 0.3s;
}
.plate > .cn_text {
    font-size: 48px;
    text-align: center;
    color: #333;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    letter-spacing: 3px;
    width: 100%;
}
.plate > .plate_btn {
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0 !important;
}
.found_btn {
    margin-top: 100px !important;
}
.found_btn a{
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    color: #fff !important;
}
.found_btn a,
.found_btn img {
    opacity: 0.9;
}

.plate > .plate_btn,
.news_btn,
.about_btn,
.post-btn,
.found_btn,
.file-btn,
.td-btn{
    /*text-align: center;*/
    margin-top: 40px;
    padding-top: 10px;
    position: relative;
    min-height: 65px
}
.plate > .plate_btn img,
.news_btn img,
.about_btn img,
.found_btn img,
.post-btn img,
.file-btn img,
.td-btn img{
    opacity: 0.5;
}
.news_btn  a{
    color: #333 !important;
    opacity: 1 !important;
}
.plate > .plate_btn > a,
.news_btn > a,
.post-btn > a,
.found_btn > a,
.td-btn > a,
.file-btn > a,
.about_btn > a{
    opacity: 0.75;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right,#3ecd58, #3ecd58) no-repeat left bottom;
    background-size: 100% 0px;
    border: 1px solid #999;
    color: #999;
    padding: 15px 60px;
    border-radius: 32px;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*z-index: 9;*/
    font-size: 18px;
}
.about_btn > a {
    transform: translateX(0px);
    position: relative;
    left: 0;
}
#swiper-plate{
    width: 1760px;
    margin: 0 auto;
    padding-bottom: 95px;
}
.plate-list{
    margin: 50px 0px;
}
.plate-list > li {
    position: relative;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
}

.plate-list > li > .plate-text {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 68%;
    /*top: 284px;*/
    z-index: 99;
    overflow: hidden;
}
.plate-list > li > .plate-text span {
    font-size: 25px
}
.plate-list > li > .plate-text > .cn_text {
    letter-spacing: 8px;
    font-size: 24px;
}
.plate-list > li > .plate-text > .en_text{
    font-family: 'Light', serif;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
}
.plate-list > li > .plate-text > .en_text > span {
    font-family: 'Light', sans-serif;
    font-size: 28px;
}
.plate-list > li > .plate-text > p {
    text-align: center;
}
.plate-list > li img {
    cursor: pointer;
    display: block;
    width: 100%;
    transition: transform .2s ease;
}
.plate-list > li > div {
    width: 100%;
    padding-bottom: 69.84%;
    overflow: hidden;
    border-radius: 15px;

}
.plate-list > li > div img{
    position: absolute;
    left: 0;top: 0;width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;


}

.plate-list > li:hover img {
    transform: scale(1.05);
    transform-origin: center;
}

/*新闻内容样式*/
.news {
    background: url("../images/new_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 82px 0 120px;
}
.news > p{
    text-align: center;
}
.news > .cn_text{
    font-weight: normal;
    font-size: 48px;
}
.news > .en_text{
    letter-spacing: 2px;
    font-size: 20px;
    color: #666;
    font-family: 'light';
}
.news  .news-list {
    display: flex;
    justify-content: center;
    gap: 3%;
    padding: 45px 0 20px;
}
.news  .news-list > li {
    box-shadow: -3px 1px 10px rgba(0, 96, 240, 0.11);
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
}
.news  .news-list > li > .news-img {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.news  .news-list > li > .news-img img {
    object-fit: cover;
}
.news  .news-list > li:hover .text p {
    color: #fff !important;
    transition: all 0.3s;
}
.news  .news-list > li:hover > .text > .content, .news-list > li:hover > .text > .time{
    opacity: 0.6;
}
.news  .news-list > li img {
    transition: transform .2s ease;
    display: block;
}
.news  .news-list > li:hover > div > img {
    transform: scale(1.05);
    transform-origin: center;
}

.news  .news-list > li:hover {
    background: url("../images/new_item_bg.png") -20px 0 no-repeat;
    background-size: 110% 110%;
}
.news  .news-list .text {
    width: 360px;
    padding-left: 20px;
}
.news .news-list .text > .title {
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #333;
}

.news .news-list .text > p:not(.news-list .text > .title) {
    margin-bottom: 50px;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}
/*底部样式*/
footer {
    background-color: #262a2f;
    /*padding: 80px 0 50px 180px;*/
    position: relative;
    vertical-align: bottom;
    width: 100vw;
}
footer  .footer-text{
    display: flex;
    gap: 80px;
}
footer .footer-text > li > p {
    color: #fff;
    font-size: 18px;
}
footer .footer-text > li > .text-list {
    display: block;
    margin-top: 20px;
}
footer .footer-text > li > .text-list > li {
    margin: 8.5px 0;
}
footer .footer-text > li > .text-list > li > a,
.bq, .code-list > ul p {
    color: #999;
    font-size: 14px;
}
.jidi{
    display: block;
    /*width: 239px;*/
    line-height: 20px
}
footer .footer-about {
    color: #999;
    font-size: 16px;
    display: flex;
    gap: 30px;
    margin-top: 220px;
    padding-bottom: 20px;
}
footer .footer-about .phone{
    font-family: Arial;
}
footer .footer-about .email{
    font-family: 'Adobe 黑体 Std';
}
footer > .public .footer-line{
    border-bottom: 1px solid rgb(239, 239, 239, 0.05);
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    height: 1px;
}

.footer-about img{
    margin-right: 3px;
}
.bq {
    padding: 20px 0;
}
.phone_text{
    display: none;
}
.code > .code-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 440px;
}
.code-list > ul {
    display: flex;
    gap: 20px;
}
.code-list > ul p {
    text-align: center;
}
.text-list li a:hover {
    color: #fff !important;
    transition: color .2s;
}
.code-img {
    padding: 5px 5px 0;
    background-color: #fff;
    margin-bottom: 16px;
}
.more {
    display: inline-flex;
    gap: 10px;
}
.plate_btn > .more:hover,
.news_btn > .more:hover,
.about_btn > a:hover,
.post-btn >a:hover,
.found_btn >a:hover,
.file-btn > a:hover,
.td-btn > a:hover{
    background: linear-gradient(to right,#3ecd58, #3ecd58) no-repeat left bottom;
    background-size: 100% 100%;
    border: 0 !important;
    color: #fff !important;
    opacity: 1;
}
.public {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
footer .public > div {
    padding-top: 103px;
}
/*响应式*/
@media screen and (max-width: 1480px) {
    /*导航栏*/
    .header {
        padding: 0 80px !important;
    }
    .header > .nav {
        gap: 20px;
    }
    /*轮播图部分*/
    .banner1,
    .banner2,
    .banner3,
    .banner4{
        background-size: cover;
    }
  /*  .swiper-pagination{
        display: none;
    }*/
    .swiper-slide > .text > .cn_text,.swiper-slide > .text > .en{
        font-size: 38px;
        margin-bottom: 20px;
        font-family: 'sy-light';
    }
    .swiper-slide > .text > .en_text {
        font-size: 20px;
        width: 100%;
    }

    /*主题关于部分*/
    .about {
        padding-top: 20px;
    }
    .about .about_text {
        width: 90%;
    }
    .about .about_img {
        height: auto;
        padding-bottom: 30px;
    }
    .about .about_text > .about_title{
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .about .about_text > .en_title{
        font-size: 1vw;
    }
    .about .about_text > p {
        font-size: 16px;
        line-height: 28px;
    }
    .about .about_img > .img {
        width: 92%;
        height: auto;
    }
    .about .about_img > .img img {
        width: 100%;
        display: block;
    }
    .outer_btn, .loading{
        display: none;
    }
    /*.since {*/
    /*    display: none;*/
    /*}*/
    .plate > .en_text {
        font-size: 7.8125vw;
    }
    .plate > .cn_text {
        font-size: 3.5vw;
        top: 8%;
    }
    .news .news-list{
        padding: 45px 4vw 20px;
    }
    .news .news-list li {
        width: 30vw;
    }
    .news .news-list .text > .title {
        font-size: 16px;
    }
    .news .news-list > li{
        pointer-events: none;
    }
    .news .news-list .text {
        width: 90%;
    }
    /*底部样式*/
    footer .footer-text > li > p {
        font-size: 1.3375vw;
    }
    footer .footer-text > li > .text-list > li > a,
    .bq, .code-list > ul p {
        font-size: 1.033vw;
    }
    footer .footer-about li {
        font-size: 1.233vw;
    }
    /*公共样式部分*/
    .public{
        width: 90%;
    }
    footer .footer-text {
        gap: 2vw
    }
    .jidi {
        width: 100%;
    }
    .code > .code-outer {
        height: 420px;
    }
}
@media screen and (max-width: 1127px) {
	.logo{width: 160px;}
    .header > .nav > li > a, .header > .lang > li > a{
	font-size:16px;}
}

@media screen and (max-width: 960px) {
    .news .news-list > li{flex-direction: column}
    .header > .lang{margin-left: 40%}
    .about .about_img > .block {left: 80px}
    .about .about_img > .img{margin: 0 auto}
    .about .about_img > .img img {
        display: block;
        margin: 10px auto;
    }
    #banner-swiper .swiper-pagination-bullet {
        margin-bottom: 0 !important;
    }
    .header {
        padding: 20px 80px !important;
    }
    .swiper-slide > .text > .cn_text,.swiper-slide > .text > .en{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .swiper-slide > .text > .en_text {
        font-size: 16px;
    }
    .header .nav {
        display: none;
    }
    .header .header-btn {
        display: block;
    }
    .code > .code-outer {
        height: 407px;
    }
    /*.header > .logo{*/
    /*    width: 80px;*/
    /*}*/
    .about .about_text {
        /*width: 76.8%;*/
    }
    .about .about_text > .en_title{
        font-size: 14px;
    }
    .about-warp{
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        margin-top: 50px;
    }
    .about .about_text > .about_btn {
        text-align: center;
    }
    .body > .found > .found_text > .en_text {
        font-size: 1.7111vw
    }
    .body > .found > .found_text > .cn_text{
        font-size: 40px;
    }
    .base_style{
        width: 90%;
        font-size: 12px;
        line-height: 25px !important;
    }
    .plate > .plate_btn {
        margin-top: 20px !important;
    }
    .plate > .plate_btn > a,
    .about .about_text a,
    .news_btn > a,
    .post-btn > a,
    .found_btn > a,
    .td-btn > a,
    .file-btn > a{
        padding: 1vw 4.125vw;
        font-size: 12px;
    }
    #swiper-plate {
        width: 95%;
        padding-bottom: 35px;
    }
    .plate-list > li > .plate-text > .cn_text,
    .plate-list > li >.plate-text > .en_text  {
        font-size: 16px;
    }
    .plate-list > li > .plate-text > .en_text > span {
        font-size: 2.858vw;
    }
    footer .footer-text > li > .text-list > li {
        margin: 0;
    }
    footer .text {
        width: 55vw;
    }
    footer .code {
        width: 30vw;
    }
    .code-logo img,
    .code-list img {
        width: 100%;
    }
    footer .footer-about {
        gap: 10px;
    }
    footer .footer-about li {
        font-size: 16px
    }
    footer .footer-about .email img {
        width: 14px;
    }

    .about  .about_img > .since {
        font-size: 9vw;
        right: -5vw;
    }
    .body > .found {
        background-size: cover;
    }
        .vision > .vis-tit > .en-tit {
        font-size: 14px;
    }
    .vision > .vis-tit > p {
        font-size: 28px;
    }
    .vis-text > p{
        font-size: 22px;
        line-height: 40px;
        padding-left: 20px;
        letter-spacing: 1px;
    }
        .vis-text{margin-top: 20px}
    .vis-text > p{line-height: 30px;font-size: 22px;}
    .jz-title .jz-cn{font-size: 28px}
    .jz-title .jz-en{font-size: 16px;}
    .jz-list .jz-top p{font-size: 20px}
    .jz-title{margin-top: 50px;}
}
@media screen and (max-width: 750px) {
    footer .footer-about{
        margin-top: 120px;
        flex-direction: column;
    }
    #banner-swiper{height: 468px}
    .swiper-slide > .text > .en p{width: 90%}
    footer .public > div {
        padding-top: 30px;
    }
    .body > .found > .found_text > .cn_text{
        font-size: 30px;
    }
    .swiper-slide > .text > .cn_text,.swiper-slide > .text > .en{
        font-size: 20px;
    }
    .swiper-slide > .text > .en_text {
        font-size: 14px;
    }
    .news {
        padding: 5.271vw 0 6.25vw;
    }
    .news-list {
        flex-direction: column;
        gap: 3vw !important;
    }
    .news > .en_text {
        font-size: 1.8vw;
    }
    .news > .cn_text {
        font-size: 4.5vw;
    }
    .news-list li {
        display: flex;
        width: 100% !important;
    }
    .news .news-list > li img {
        height: 100%;
        border-radius: 20px;
    }
    footer .footer-text > li > .text-list > li > a, .bq, .code-list > ul p {
        font-size: 16px;
    }
    footer .footer-text > li > p {
        font-size: 16px;
    }
    footer .footer-text {
        justify-content: space-evenly;
    }
    footer .text {
        width: 100%;
    }
    footer > div {
        flex-direction: column;
    }
    footer .code {
        width: 100%;
    }
    .code > .code-outer {
        flex-direction: row;
        height: 140px;
        /*width: 60%;*/
        justify-content: space-between;
    }

    .code > .code-outer > .code-logo {
        width: 32%;
    }
    .code > .code-outer > .code-list
    footer .footer-about {
        margin-top: 60px;
        flex-direction: column;
        gap: 5px;
    }
    footer > .public .footer-line {
       display: none;
    }
}
@media screen and (max-width: 550px) {
    .about .about_text > .about_title{font-size: 20px}
    .vision > .vis-tit{padding-top: 40px;}
    .about_num{flex-direction: column;margin-top: 20px;}
    .vision > .vis-tit > p{font-size: 28px;}
    .about_num > div{
        margin-bottom: 10px;
        text-align: center;
    }
    .about_num .cl{margin-right: 0;}
    .plate > .plate_btn > a{top: 40px;}
    .plate > .en_text{display:none;}
    .body > .found > .found_text > .content{font-size:16px;}
    #banner-swiper{height: 350px;}
    .logo{width: 120px}
    footer .footer-text{display: none}
    .body > .found {margin-top: 40px}
    .news > .en_text {
        font-size: 14px;
    }
    .news > .cn_text {
        font-size: 28px;
    }
    .plate > .cn_text{
        width: 100%;
        font-size: 28px;
        top: 5%;
    }
    .plate > .plate_btn > a,
    .about .about_text a,
    .news_btn > a,
    .post-btn > a,
    .found_btn > a,
    .td-btn > a,
    .file-btn > a{
        padding: 10px 20px;
        font-size: 12px;
    }
    .found_btn {
        margin-top: 300px !important;
    }
    .code-list > .code-img {
        width: 80%;
    }
    .body > .found > .found_text > .introduce {
        margin: 40px auto 0;
        text-align: left;
    }
    .body > .found > .found_text > .cn_text {
        font-size: 24px
    }
    .body > .found > .found_text > .content {
        margin: 40px auto 0;
    }
    .swiper-slide > .text {
        margin-top: 30px;
    }
    .swiper-slide > .text > .cn_text,.swiper-slide > .text > .en{
        margin-bottom: 10px;
        /*font-size: 16px;*/
    }
    .swiper-slide > .text > .en_text {
        font-size: 12px;
        width: 90%;
    }
    .gang {
        display: none;
    }
    .header {
        padding: 20px !important;
    }
    .news .news-list .text .time {
        line-height: 10vw;
    }
    .plate-list > li > .plate-text > .en_text > span {
        font-size: 3.858vw;
    }
    footer {
        width: 100vw;
    }
    footer .public > div{
        padding-top: 20px;
    }
    footer .footer-text > li > .text-list > li > a,
    .code-list > ul p {
        font-size: 12px;
    }
    footer .footer-text > li > .text-list {
        display: none;
    }
    .bq {
        padding: 15px 0;
    }
    footer .footer-about {
        margin-top: 30px;
        padding-bottom: 0;
    }
    footer .footer-text > li > p {
        font-size: 13px;
    }
    .about .about_img > .img img{
        /*margin-left: 20px;*/
    }
    .code > .code-outer {
        height: auto;
    }
}
@media screen and (max-width: 390px) {
    footer .footer-text{
        flex-wrap: wrap;
        width: 240px;
        margin: 0 auto;
    }
    footer .footer-about {
        margin-top: 50px;
    }
    .body > .found > .found_text > .content {
        margin: 50px auto 0;
    }
}





