@font-face {
    font-family: SourceHanSansCN;
    src: url()
}

@font-face {
    font-family: SourceHanSansCN;
    src: url()
}

body {
    font-family: SourceHanSansCN !important;
}

.mauto {
    max-width: 1600px
}

.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;
}





header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}



header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.logo {
    height: 106px;
    line-height: 106px;
    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
    }
}



.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav .header-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 .header-ul>li.cur a::after,
nav .header-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 .header-ul>li:hover>a {
    color: #fff !important;
}

.header.on ul li:hover>a {
    color: #000 !important;
}

nav .header-ul>li:hover {
    background: transparent !important;
}

nav .header-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;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav .header-ul>li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav .header-ul>li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #1262AE;
    -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 .header-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 .header-ul>li .sub-nav.hsms{ position:absolute;}

nav .header-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 .header-ul>li .earth,
nav .header-ul>li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 106px;
    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
}

.header.on nav .header-ul>li>a {
    color: #000;
}

nav .header-ul>li .earth::after,
nav .header-ul>li .search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../image/search1.png) no-repeat center
}

.header.on .search-btn::after {
    background: url(../image/search.png) no-repeat center
}

.header.on .earth::after {
    background: url(../image/earch.png) no-repeat center
}

nav .header-ul>li .earth::after {
    background: url(../image/earch1.png) no-repeat center
}

nav .header-ul>li .sub-nav a:hover {
    color: #fff;
    background: #1262AE
}

nav .header-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 .header-ul>li:last-child::after,
nav .header-ul>li:nth-last-child(2)::after {
    display: none;
}

nav .header-ul>li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 106px
}


.header.active {
    background-color: #fff;
}

.header.on,
.header.cur {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header.active nav .header-ul>li>a {
    color: #000;
}



.header-active {}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #505050;
}



.header-search {
    width: 106px;
    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%);
}



.public-top {
    padding-top: 119px;
}

.public-tobody {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.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%;
    -o-object-fit: cover;
    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-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


.home-swiper-con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.home-swiper-img {
    width: 100%;
    height: 100%;
    min-height: 5rem;
    display: block;
    object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b>img {
    
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper-con>.title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
    text-transform: uppercase;
}

.home-swiper-con>.info {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: .6rem;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0672BB;
}

.home-swiper .swiper-pagination {
    bottom: 5% !important;
}

.recommend-b {
    width: 100%;
    padding: .76rem 0;
    background: url(../image/bg-recommend.png) no-repeat;
    background-size: 100% 100%;
}

.recommend-b-i-top {
    width: 100%;
}

.recommend-b-i-top>.title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}

.recommend-b-i-top>.info {
    font-size: 0.16rem;
    font-weight: 500;
    color: #666666;
    margin-top: .18rem;
    display: flex;
    align-items: center;
}

.recommend-b-i-top>.info::after {
    display: inline-block;
    width: 0.23rem;
    height: 0.04rem;
    background: #0672BB;
    content: '';
    margin-left: .2rem;
}

.home-news-swiper .swiper-button-prev:after,
.home-news-swiper .swiper-button-next:after {
    font-size: .5rem !important;
    color: #fff !important;
}

.home-news-swiper .swiper-button-next,
.home-news-swiper .swiper-button-prev {
    transform: translateY(-50%) !important;
}

.home-news-swiper .swiper-button-prev {
    left: 21.2% !important;
}

.home-news-swiper .swiper-button-next {
    right: 21.2% !important;
}

.home-news-swiper {
    margin-top: .76rem;
}

.home-news-swiper-con {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.home-news-prev,
.home-news-next {
    width: 51px;
    height: 51px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .3rem;
}

.home-news-page {
    width: max-content;
    margin: auto;
    margin-top: .6rem;
}

.group-b-i-l {
    background: #005BAC;
    padding: .4rem;
}

.group-b-i-l-t-l>.title {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.group-b-i-l-t-l>.info {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.group-b-i-l-t {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.group-b-i-r,
.group-b-i-l {
    width: 100%;
}

.group-b-i-l-t-r {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.group-b {
    padding: 2.2rem 0;
}

.group-b-i-r-i {
    width: calc(100% / 2);
    height: 50%;
    position: relative;
}

.group-b-i-r-i-con {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.group-b-i-r-i img {
    width: 100%;
    height: 100%;
}

.group-b-i-r-i-con .title {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.group-b-i-r-i-con .info {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.group-b-i-r-i:last-child {
    width: 100%;
    display: block;
}

.group-b-i-l-list {
    width: 100%;
    height: 100%;
}

.group-b-i-l-list-i {
    margin-top: .15rem;
    margin-left: .2rem;
    width:46%;
}

.group-b-i-l-list-i>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.4;
}

.group-b-i-l-list-i>.info {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.public-footer-b {
    background: #005BAC;
}

.public-footer {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}


.public-footer {
    padding: .5rem 0;
}

.public-footer-i {
    width: calc(100% / 3);
}

.public-footer-i>.title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

.public-footer-info>.info,
.public-footer-i>.info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.4;
    display: block;
    margin-right: .1rem;
}

.public-footer-i-code-img {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
}

.public-footer-i-code {
    text-align: center;
    margin: 0 .14rem;
}

.public-footer-i-code>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.6;
}

.public-footer-num {
    width: 100%;
    padding: .28rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
}

.public-nav-b {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    left: 0;
    bottom: 0;
}

.public-nav-i {
    padding: .28rem .47rem;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}

.public-nav-i.cur,
.public-nav-i:hover {
    background: linear-gradient(rgba(0, 91, 172, .3), rgba(0, 91, 172, 79));
}

.public-nav-i::after {
    width: 0%;
    height: 3px;
    background: #F28F03;
    content: '';
    display: block;
    transition: all ease-out .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.public-nav-i.cur::after {
    width: 100%;
    transition: all ease-out .5s;
}

.mission-ban img,
.mission-ban {
    width: 100%;
    min-height: 5rem;
    object-fit: cover;
}

.mission-b {
    width: 100%;
    height: 100%;
    background: url(404.png)no-repeat center bottom;
    background-size: cover;
    padding: 1.5rem 0 2.5rem;
}

.mission-b-img {
    width: 5.86rem;
    height: 5.86rem;
    min-width: 5.86rem;
    min-height: 5.86rem;
    background: url(404.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
    animation: circle 30s linear 0s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.mission-b-i {
    max-width: 8rem;
    width: 100%;
    margin: auto;
}

.mission-b-child-i,
.mission-b-img-i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    position: absolute;
    animation: textcircle 30s linear 0s infinite;

}

.mission-b-child-i.a,
.mission-b-img-i.a {
    background: #F49C06;
    top: 0;
    left: 17%;
}

.mission-b-child-i.b,
.mission-b-img-i.b {
    background: #008ED6;
    top: 80%;
    left: 9%;
}

.mission-b-child {
    width: 4.34rem;
    height: 4.34rem;
    border-radius: 50%;
    background: #EFF4F7 no-repeat;
    z-index: 1;
    animation: textcircle 10s linear 0s infinite;
    position: relative;
}

.mission-b-child-i {
    animation: circle 15s linear 0s infinite !important;
}

.mission-b-logo {
    position: absolute;
    z-index: 2;
    animation: textcircle 30s linear 0s infinite;
}

.mission-b-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    line-height: 30px;
    margin-top: 1rem;
}

@keyframes circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes textcircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.mag-box-i-list {
    position: relative;
    padding-top: 20px;
    margin-bottom: 7%;
    display: flex;
    justify-content: space-around;
}

.mag-box-i-list::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(404.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    height: 155px;
    content: '';
    z-index: 0;
    margin-left: -30px;
    margin-right: -30px;
}

.mag-box-i.h5 {
    display: none;
}

.mag-item {
    width: 23%;
    text-align: center;
    margin: 0 20px;
    position: relative;
    z-index: 1;
}

.mag-btn {
    width: 170px;
    height: 48px;
    margin: auto;
    border: 1px solid #E1E1E1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mag-btn:hover {
    background: #005BAC;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mag-btn:hover .title {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mag-btn:hover .i1,
.mag-btn .i2 {
    display: none;
}

.mag-btn:hover .i2 {
    display: block;
}

.mag-item>.title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 51px 0 24px 0;
}

.mag-btn>.title {
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    margin-right: 11px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mag-item-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.mag-box {
    padding: .69rem 0;
    overflow: hidden;
}

.industry {
    padding: .47rem 0 .55rem 0;
}

.industry-i-min-l>.title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

.industry-i-min-l>.time {
    margin: 15px 0 24px 0;
    position: relative;
    padding-left: 29px;
    font-size: 14px;
    font-weight: 300;
    color: #636363;
}

.industry-i-min-l>.time::after {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #0672BB;
    top: 50%;
    left: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.industry-i-min-l>.info {
    font-size: 16px;
    font-weight: 500;
    color: #676767;
    line-height: 30px;
}

.industry-i-min-l>.home-btn {
    margin-top: 40px;
    border: 1px solid #E1E1E1;
    -o-background-size: contain;
    background-size: contain;
    padding: .16rem .46rem;
}

.industry-i:hover .industry-i-min-l>.home-btn {
    border: 1px solid #fff;
}

.industry-i-min-l>.home-btn>.home-btn-i span {
    margin-right: 15px;
}

.industry-i:hover .industry-i-min-l>.home-btn .i1,
.industry-i-min-l>.home-btn .i2 {
    display: none;
}

.home-btn-i {
    display: flex;
    align-items: center;
}

.industry-i:hover .industry-i-min-l>.home-btn .i2 {
    display: block;
}

.industry-i-min-l {
    width: 58%;
}

.industry-i-min-r {
    width: 38%;
    max-height: 284px;
}

.industry-i-min {
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
}

.industry-i:hover {
    background: #0672BB center bottom;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all ease-out .7s;
    -o-transition: all ease-out .7s;
    -moz-transition: all ease-out .7s;
    transition: all ease-out .7s;
}

.industry-i {
    padding: 30px 0 0px 0;
    -webkit-transition: all ease-out .7s;
    -o-transition: all ease-out .7s;
    -moz-transition: all ease-out .7s;
    transition: all ease-out .7s;
}

.industry-i:hover .industry-i-min-l>.time::after {
    background: #ffffff;
}

.industry-i:hover .industry-i-min-l>.home-btn,
.industry-i:hover .industry-i-min-l>.info,
.industry-i:hover .industry-i-min-l>.time,
.industry-i:hover .industry-i-min-l>.title {
    color: #ffffff;
}

.industry-i:hover .industry-i-min {
    border-bottom: none;
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    border: 1px solid #C9D9E0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #ffffff;
    background: #F28F03;
    border-color: #F28F03;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: fit-content;
    margin: .55rem auto;
}

.page-b {
    margin: 0 15px;
}

.news-detail-box {
    margin-top: .36rem;
}

.news-detail-b-row {

    padding: .54rem .62rem;
    border-top: 1px solid #216CB3;
    background: #ffffff;
}

.news-detail-b {
    padding: .41rem 0 .6rem;
}

.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-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;
}

.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: #007BC6;
}

.news-detail-page {
    margin: 0 .29rem;
    background: #F9F9F9;
    padding: .35rem .47rem;
}

.news-detail-page-r {
    max-width: 120px;
    width: 100%;
    height: 40px;
    background: #007BC6;
}

.news-detail-page-r>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 7px;
}

.public-nav {
    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;
}

.public-nav .title {
    font-size: 14px;
    font-weight: 400;
    color: #616161;
}

.public-nav .title:hover {
    color: #007BC6;
}

.public-nav em {
    margin: 0 10px;
}

.public-nav img {
    margin-right: 10px;
}

.news-detail-b-recommend {
    width: 2.67rem;
    height: fit-content;
    padding: .3rem .28rem;
    background: #fff;
}

.news-detail-b-recommend-t>.title {
    font-size: 18px;
    font-weight: 400;
    color: #1262AE;
    margin-left: 12px;
}

.news-detail-b-recommend-list-i>.title {
    font-size: 14px;
    font-weight: 400;
    color: #9D9D9D;
    line-height: 24px;
}

.news-detail-b-recommend-list-i>.info {
    font-size: 14px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 24px;
}

.news-detail-b-recommend-list {
    margin-top: .27rem;
}

.news-detail-b-recommend-list-i {
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.news-detail-b-recommend-list-i:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.evolve-b {
    padding: .73rem 0;
    background: url(404.png) no-repeat center bottom;
    background-size: 100% auto;
}

.rel {
    position: relative
}

.big_img {
    max-width: 900px;
    margin: 0 auto;
}

.big_img video,
.big_img img {
    max-width: 100%;
    width: max-content;
    height: 500px;
    margin: auto;
    object-fit: contain;
    display: block
}

.big_img_tit {
    text-align: center;
    padding: .36rem 0 .8rem;
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 20px;
}

.thump_bg {
    background: #F7F7F7;
    height: auto;
    padding: .51rem 0;
}

.thump {
    max-width: 1200px;
    margin: auto
}

.big_img_tit01 {
    color: #929292;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.thump_img img {
    max-width: 100%;
    height: 99px;
    object-fit: cover
}

.thump .prev {
    position: absolute;
    left: -60px;
    top: 25%
}

.thump .next {
    position: absolute;
    right: -60px;
    top: 25%
}

.bigImg .swiper-pagination {
    display: none
}

.mySwiper .swiper-slide-thumb-active .thump_img img {
    border: 3px solid #005BAC;
}

.mySwiper2 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    left: 400px;
    background: url(404.png)no-repeat;
    background-size: 100% 100%;
}

.mySwiper2 .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    right: 400px;
    background: url(404.png)no-repeat;
    background-size: 100% 100%;
}



.thump .swiper-button-prev {
    width: 10px !important;
    height: 16px !important;
    left: -60px;
    top: 63px;
    background: url(404.png);
    background-size: 100% 100%;
}

.thump .swiper-button-next {
    width: 10px !important;
    height: 16px !important;
    right: -60px;
    top: 63px;
    background: url(404.png);
    background-size: 100% 100%;
}

.thump .swiper-button-next:after,
.thump .swiper-button-prev:after {
    font-size: 30px !important;
    color: #5E5E5E;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px !important;
    border-radius: 50%
}


.dangjian-banner {
    margin-top: .68rem;
    height: auto;
}

.evolve-swiper .swiper-slide {
    user-select: none;
}

.evolve-swiper .swiper-slide-active {}

.evolve-swiper .swiper-button-prev:after,
.evolve-swiper .swiper-button-next:after {
    font-size: .5rem !important;
    color: #A9A9A9 !important;
}

.evolve-swiper .swiper-button-next,
.evolve-swiper .swiper-button-prev {
    top: 30% !important;
}

.evolve-swiper .swiper-button-prev {
    left: 23.5% !important;
}

.evolve-swiper .swiper-button-next {
    right: 23.5% !important;
}

.evolve-swiper-con {
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .3s;
    padding-top: .49rem;
}

.evolve-swiper .swiper-slide-active .evolve-swiper-con {
    visibility: visible;
    opacity: 1;
    transition: all ease-out .3s;
}


.evolve-swiper-con>.title {
    font-size: 36px;
    font-weight: 400;
    color: #3D3D3D;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.evolve-swiper-con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #676767;
    line-height: 30px;
    margin-top: .3rem;
}

.evolve-swiper {
    position: relative;
    margin-bottom: .1rem;
}

.evolve-swiper-img {
    max-height: 5.84rem;
}

.evolve-swiper-img img {
    object-fit: cover;
}

.channel-b {
    padding: .68rem 0 .43rem;
}

.channel-b-i {
    height: 3.87rem;
    background: #ffffff;
}

.channel-b-img {
    width: 50%;
    overflow: hidden;
}

.channel-b-img img {
    object-fit: revert;
}

.channel-b-con {
    width: 50%;
    padding: 4%;
}

.channel-b-con>.title {
    font-size: 36px;
    font-weight: 400;
    color: #3D3D3D;
    position: relative;
    margin-bottom: .5rem;
}



.channel-b-con>.info {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #676767;
}

.channel-b-i .btn-more {
    margin-top: .4rem;
}

.channel-b-i {
    margin-bottom: .45rem;
}

.channel-b-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.btn-more {
    width: fit-content;
    background: #005BAC;
    width: max-content;
    padding: .16rem .4rem;
}

.btn-more .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 26px;
}

.btn-more img {
    display: block;
    animation: comeback 1s infinite;
    position: relative;
}

.contact-b-l-code-i {
    width: auto;
    text-align: center;
}

.contact-b-l-code-img img {
    width: 100%;
    height: 100%;
}

.contact-b-l-code-img {
    width: 1.27rem;
    height: 1.27rem;
}

.contact-b-l-code-i>.title {
    font-size: 0.16rem;
    font-weight: 500;
    color: #3B3B3B;
    margin-top: .15rem;
}

.contact-b {
    width: 100%;
    padding: 1.01rem 0;
}

.contacts-map {
    width: 100%;
    height: 4.17rem;
}

.contacts-map-b {}

.contact-b-r {
    width: calc(100% - 3.5rem);
}

.contact-b-l-i {
    margin: .15rem 0;
}

.contact-b-l-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    margin-left: .07rem;
}

.contact-b-l-code-i {
    margin-right: .15rem;
}

.contact-b-l-code-i:last-child {
    margin-right: 0;
}

.contact-b-l-code {
    margin-top: .3rem;
}

.join-top {
    height: 59px;
    line-height: 59px;
    background: #007BC6;
    padding: 0 29px 0 45px
}

.unfold {
    width: 73px
}

.join-nav {
    width: calc(100% - 90px)
}

.join-nav li {
    width: 11%
}

.join-nav li:nth-child(1) {
    width: 20%;
    margin-right: 15px
}

.join-nav li:nth-child(n + 3) {
    text-align: center
}

.join-con {
    margin-top: 16px
}

.join-nav1 {
    height: 67px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
}



.join-con-box {
    background: #fff;
    padding: 0 29px 0 45px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.unfold-up {
    background: url(404.png) no-repeat center center;
    width: 73px
}

.join-us {
    padding: 34px 0 70px 0;
    border-top: 1px solid #f0f1f3
}

.join-us .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 22px
}

.join-con-box.current .unfold-up {
    background: url(404.png) no-repeat center center
}

.join-us-btn>.title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: .08rem;
}

.join-us-btn {
    width: max-content;
    padding: .16rem .35rem;
    background: #007BC6;
    border-radius: 50px;
    margin-top: .4rem;
}

.join-us-btn .webuploader-pick {
    line-height: initial !important;
    color: #fff !important;
}

.contact-b-meun-i {
    width: calc(100% / 3);
    padding: .2rem;
    border: 1px solid #EFEFEF;
    margin-left: .4rem;
}

.contact-b-meun {
    margin-left: -.4rem;
    margin-bottom: .45rem;
}

.join-b {
    padding: .56rem 0;
}

.leave-b>.title {
    font-size: 16px;
    font-weight: 400;
    color: #3F3F3F;
    margin-bottom: .6rem;
}

.leave-b {
    padding: .77rem 0;
}

.leave-b-i {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: .2rem;
    margin-bottom: .28rem;
}

.leave-b-i-b-i>.inputs,
.leave-b-i>.inputs {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.leave-b-i-b-i {
    width: calc(100% / 3);
    margin-left: .36rem;
    border: 1px solid #e7e7e7;
    padding: .2rem;
}

.leave-b-i-b {
    margin-left: -.36rem;
}

.leave-b-i-b {
    margin-bottom: .28rem;
}

.leave-b-i-text {
    width: 100%;
    border: 1px solid #EFEFEF;
    padding: .2rem;
    font-size: 16px;
}

.leave-btn {
    width: max-content;
    background: #1B5AA7;
    padding: .18rem 1rem;
    margin: auto;
    margin-top: .6rem;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.banner-con {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 1;
}

.banner-con>.title {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
}

.banner-con>.info {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-transform: uppercase;
}

.about-i {
    padding: .73rem 0;
}

.about-con {
    background: url(404.png)no-repeat center bottom;
    background-size: 100% auto;
}

.about-i-title {
    width: max-content;
    margin: auto;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

.about-i-title::after {
    width: 0.56rem;
    height: 0.03rem;
    background: #0672BB;
    content: '';
    display: block;
    margin: auto;
    margin-top: .14rem;
}

.about-con-b-img {
    width: 50%;
    position: relative;
}

.about-con-b-img.video::after {
    width: 0.59rem;
    height: 0.59rem;
    background: url(404.png)no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-con-b-con>.title {
    font-size: 18px;
    font-weight: bold;
    color: #0672BB;
    margin-bottom: .3rem;
}


.about-con-b-con>.info {
    font-size: 16px;
    font-weight: normal;
    color: #181818;
}

.about-con-b {
    margin-top: .7rem;
}

.about-con-b-con {
    width: 50%;
    padding: 0 .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-con-b:nth-child(odd) {
    display: flex;
    flex-direction: row-reverse;
}

.about-organize {
    width: 100%;
    height: 100%;
    background: url(404.png)no-repeat;
    background-size: cover;
}

.about-organize-img {
    width: max-content;
    margin: .6rem auto;
    display: block;
}

.leader-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 .2rem;
    margin-left: -.2rem;
    margin-right: -.2rem;
}

.leader-swiper .home-news-prev,
.leader-swiper .home-news-next {
    background: #E4EDF4;
}

.leader-swiper-con-t {
    width: 1.11rem;
    height: 1.11rem;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0672BB;
    margin-bottom: -.5rem;
}

.leader-swiper-con-t {
    font-size: 24px;
    font-weight: 400;
    color: #FEFEFE;
}

.about-leader-i {
    margin: .77rem 0 0 0;
    padding: 0 .2rem;
}

.leader-swiper-con-i {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    padding: .8rem .27rem .42rem;
}

.leader-swiper-con-i>.title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
}

.about-company-i-row {
    margin-top: .46rem;
    background: url(404.png)no-repeat;
    background-size: 100% 100%;
    padding: 1.4rem 0;
}

.about-company-i {}

.about-company-i-l-i {
    width: 48%;
    height: 100%;
    min-height: 1.53rem;
    max-height: 1.53rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .28rem;
    position: relative;
    cursor: pointer;
}

.about-company-i-l-i::after {
    width: 100%;
    height: 100%;
    border: 5px solid #f5ad1c;
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}

.about-company-i-l-i.cur::after {
    display: block;
}

.about-company-i-l-i img {
    width: fit-content;
    height: fit-content;
    object-fit: contain;
}

.about-company-i-r,
.about-company-i-l {
    width: 45%;
    height: max-content;
}

.about-company {
    padding-bottom: 0 !important;
}

.about-company-i-r .title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}
.about-company-i-r .info p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 24px;

}
.about-company-i-r .info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 24px;
    margin-top: .48rem;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}



.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 40px
}

.thr3 a {
    line-height: 30px;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #00649F;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(0, 100, 159, 0.8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}


.about-company-i-r-swiper {
    width: 100%;
}


@media (max-width:1700px) {
    .home-swiper-con>.info {
        margin-top: .2rem;
    }

    .evolve-swiper .swiper-button-next,
    .evolve-swiper .swiper-button-prev {
        top: 22% !important;
    }
}

@media (max-width:1500px) {
    .mauto {
        width: 95%;
    }

    nav .header-ul>li {
        min-width: 90px;
    }

    .home-swiper-con>.title {
        font-size: 40px;
        line-height: 55px;
    }

    .home-swiper-con>.info {
        font-size: 24px;
        line-height: 40px;
    }

}

@media (max-width:1400px) {
    .public-con {
        padding: 0 !important;
    }

    .public-tobody,
    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .public-top {
        padding-top: 119px;
    }

    nav .header-ul>li {
        min-width: 80px;
    }

    .home-swiper-con>.title {
        font-size: 30px;
        line-height: 45px;
    }

    .home-swiper-con>.info {
        font-size: 22px;
        line-height: 36px;
    }

    .leave-b {
        padding: .77rem 20px;
    }
}

@media (max-width:1300px) {
    nav .header-ul>li {
        margin: 0;
    }

    .public-footer {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@media (max-width:1280px) {
    .mauto {
        width: 95%;
    }

    .join-nav li:nth-child(1) {
        width: 100%;
    }

    .join-nav li:nth-child(n + 2) {
        display: none
    }

    .evolve-swiper .swiper-button-next,
    .evolve-swiper .swiper-button-prev {
        top: 17% !important;
    }
}

@media (max-width:1200px) {
    .md-db {
        display: block !important;
    }

    .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(404.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 .header-ul>li {
        margin: 0 0px;
    }

    .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% - 106px);
        height: -moz-calc(100% - 106px);
        height: calc(100% - 106px);
        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:1200px) {
    .md-dn {
        display: none !important;
    }

    .banner-con>.title {
        font-size: 36px;
    }
}

@media (max-width:1100px) {
    nav .header-ul>li {
        min-width: 106px;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }


}

@media (max-width:1024px) {
    .evolve-swiper-con>.info {
        margin-top: .2rem;
    }

    .evolve-swiper-con {
        padding-top: .2rem;
    }

    .evolve-swiper .swiper-button-next,
    .evolve-swiper .swiper-button-prev {
        display: none !important;
    }

    .mission-b-i {
        padding: 0 20px;
    }

    .news-detail-b-row {
        width: 100%;
        padding: .5rem;
    }


    .news-detail-b-recommend,
    .contact-b-r {
        width: 100%;
        margin-top: .2rem;
    }

    .news-detail-box,
    .contact-b {
        display: block;
    }

    .leave-b-i-b-i {
        margin: 0;
        width: 100%;
        margin-bottom: .28rem;
    }

    .leave-b-i-b {
        margin: 0;
        display: block;
    }

    .channel-b-con>.title,
    .leave-b>.title {
        margin-bottom: .3rem;
    }

    .evolve-b,
    .mission-b,
    .channel-b,
    .contact-b,
    .leave-b {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .about-organize-img {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .leave-btn,
    .about-leader-i {
        margin-top: .5rem;
    }

    .evolve-swiper-con>.title,
    .channel-b-con>.title,
    .about-i-title,
    .banner-con>.title {
        font-size: 30px;
    }

    .banner-con>.info {
        font-size: 20px;
        line-height: 32px;
    }

    .group-b-i-l-list-i {
        margin-top: 0.2rem;
    }

    .about-company-i-row,
    .about-i,
    .group-b,
    .recommend-b {
        padding: 0.5rem 0;
    }

    .group-b-i-l-t-l>.title,
    .group-b-i-r-i-con>.title,
    .home-news-swiper-con,
    .recommend-b-i-top>.title {
        font-size: 30px;
    }

    .mission-b-child-i,
    .mission-b-img-i,
    .about-company-i-r .title,
    .group-b-i-r-i-con>.info,
    .group-b-i-l-t-l>.info {
        font-size: 20px;
    }

    .recommend-b-i-top>.info {
        margin-top: .1rem;
    }

    .home-news-page,
    .home-news-swiper {
        margin-top: .3rem;
    }
}

@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;
    }

    .public-footer {
        display: block;
    }

    .public-footer-i {
        margin-bottom: .2rem;
    }

    .public-footer-i {
        width: 100%;
    }


}

@media (max-width:768px) {
    .evolve-swiper-con>.info {
        margin-top: .1rem;
    }

    .evolve-b {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mag-box {
        padding: 0 20px;
    }

    .mag-box-i.h5 {
        display: block;
    }

    .mag-box-i.pc {
        display: none;
    }

    .mag-box-i-list {
        margin-bottom: 0;
    }

    .mag-item>.title {
        margin: 20px 0;
    }

    .mag-box-i-list::after {
        display: none;
    }

    .mag-item {
        width: 48%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .mag-box-i-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mission-b-child-i.a {
        left: 6%;
    }

    .mission-b-logo {
        width: 25%;
    }

    .mission-b-i>.title {
        margin-top: .5rem;
    }

    .mission-b-img {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        min-height: 5rem;
    }

    .mission-b-child {
        width: 3.34rem;
        height: 3.34rem;
    }

    .news-detail-page-r {
        margin: auto;
        margin-top: .2rem;
    }

    .news-detail-page {
        display: block;
        padding: .3rem;
    }

    .news-detail-b-row-top {
        padding-left: 0;
        padding-right: 0;
    }

    .news-detail-share {
        width: max-content;
        margin: auto;
    }

    .news-detail-menu {
        display: block;
    }

    .news-detail-b-row {
        padding: .3rem;
    }

    .page-b-i {
        margin: 0 5px;
    }

    .public-page {
        margin-top: .3rem;
        margin-bottom: .3rem;
    }

    .industry-i-min-l>.home-btn {
        margin-top: .2rem;
    }

    .industry-i-min-l>.time {
        margin: .1rem 0;
    }

    .industry {
        padding-top: .2rem;
        padding-bottom: 0;
    }

    .industry-i-min-r,
    .industry-i-min-l {
        width: 100%;
    }

    .industry-i-min-l {
        margin-top: .2rem;
    }

    .industry-i-min {
        display: flex;
        flex-direction: column-reverse;
    }

    .big_img_tit {
        padding-bottom: .3rem;
    }

    .join-con-box {
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .join-top {
        padding: 0 20px;
    }

    .contact-b-meun {
        display: block;
        margin: 0;
    }

    .channel-b-i:last-child {
        margin-bottom: 0;
    }

    .contact-b-meun-i {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }

    .channel-b-con,
    .channel-b-img {
        width: 100%;
    }

    .channel-b-i:nth-child(even),
    .channel-b-i {
        height: auto;
        display: block;
    }

    .main-nav-m>ul {
        width: calc(100% - 40px);
    }

    .public-nav-b {
        display: none;
    }

    .main-nav-m {
        display: block;
        padding: 0 .2rem;
        margin-top: .3rem;
    }

    .channel-b-con>.title,
    .leave-b-i-b-i {
        margin-bottom: .2rem;
    }

    .about-company {
        padding-top: 0 !important;
    }

    .about-organize-img {
        width: calc(100% - .4rem);
    }

    .channel-b-i .btn-more,
    .about-company-i-r .info {
        margin-top: .2rem;
    }

    .about-company-i-r,
    .about-company-i-l {
        width: 100%;
    }

    .about-company-i {
        display: block;
    }

    .leave-btn,
    .about-leader-i {
        margin-top: .3rem;
    }

    .leader-swiper {
        margin: 0;
        padding: 0;
    }

    .about-organize-img {
        margin-top: .3rem;
        margin-bottom: 0;
    }

    .about-i-title::after {
        margin-top: .05rem;
    }

    .about-con-b-img,
    .about-con-b-con {
        width: 100%;
    }

    .about-con-b-con>.title {
        margin-bottom: .1rem;
    }

    .about-con-b-con {
        margin-top: .1rem;
        padding: 0;
    }

    .about-con-b {
        display: block;
        margin-top: .3rem;
    }

    .about-con-b:nth-child(odd) {
        display: block;
    }

    .evolve-b,
    .join-b,
    .leave-b {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .about-i,
    .group-b,
    .recommend-b {
        padding: 0.3rem 0;
    }

    .evolve-swiper-con>.title,
    .news-detail-b-row-top>.title,
    .channel-b-con>.title,
    .about-i-title,
    .about-i-title,
    .group-b-i-l-t-l>.title,
    .group-b-i-r-i-con>.title,
    .home-news-swiper-con,
    .recommend-b-i-top>.title {
        font-size: 20px;
    }

    .big_img_tit,
    .banner-con>.info,
    .leader-swiper-con-t,
    .group-b-i-r-i-con>.info,
    .group-b-i-l-t-l>.info {
        font-size: 18px;
    }

    .banner-con>.title,
    .home-swiper-con>.title {
        font-size: 20px;
        line-height: 28px;
    }

    .home-swiper-con>.info {
        font-size: 18px;
        line-height: 24px;
    }

    .home-news-swiper {
        padding: 0 20px;
    }

    .home-news-prev,
    .home-news-next {
        width: 41px;
        height: 41px;
    }

    .group-b-i {
        display: block;
    }

    .group-b-i-r,
    .group-b-i-l {
        width: 100%;
    }

    .public-footer-i-code>.title,
    .public-footer-info>.info,
    .public-footer-i>.info,
    .public-footer-num {
        font-size: 14px;
    }

    .public-footer-info>.info,
    .public-footer-i>.info {
        line-height: 32px;
    }

    .big_img,
    .thump_bg,
    .public-footer-num {
        padding-left: 20px;
        padding-right: 20px;
    }

    .public-footer-i>.title {
        font-size: 16px;
        margin-bottom: .1rem;
    }

    .public-footer {
        padding-bottom: .2rem;
    }

    .group-b-i-l-list-i {
        margin-top: 0;
        margin-left: 0;
        width:auto;
    }

    .group-b-i-l-list-i>.info {
        font-size: 18px;
    }
}

@media (max-width:580px) {
    .mag-item>.title {
        margin: 10px 0;
    }

    .mission-b-child-i,
    .mission-b-img-i {
        font-size: 18px;
    }

    .mission-b-child-i,
    .mission-b-img-i {
        width: 60px;
        height: 60px;
    }

    .big_img video,
    .big_img img {
        width: 100%;
        height: 100%;
    }

    .mission-ban img,
    .mission-ban {
        min-height: 3rem;
    }
}