@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;
}

.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;
}

/* .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: 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
    }
}

.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
}

/* .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)
}

.header.on ul li:hover>a {
    color: #000 !important;
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    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 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: #233D94;
    -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)>a::after,
nav ul li:last-child>a::after {
    transform: none;
    left: auto;
    bottom: auto;
}

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: 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 ul li>a {
    color: #000;
}

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
}

.header.on .search-btn::after {
    background: url(../images/search.png) no-repeat center
}

.header.on .earth::after {
    background: url(../images/earch.png) no-repeat center
}

nav ul li .earth::after {
    background: url(../images/earch1.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #233D94
}

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: 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 ul li>a {
    color: #000;
}


/* .header-active::after, */
.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%);
}


.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    margin-bottom: 2px
}

.sild-float .list>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.5) no-repeat center center;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sild-float .list:hover>a {
    background-color: #0762d5;
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.sild-float .list .rolme .emv img {
    border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
    border-top-left-radius: 5px;
    overflow: hidden
}

.sild-float .list:last-child>a {
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease
}

.sild-float .fplae {
    display: flex;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: 226px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    transform: translateX(-180px);
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    background-color: #0762d5;
    transition: all 0.5s ease
}

.sild-float .fplae .ltt {
    width: 180px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    word-break: break-all;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

/*  new  */
.public-top {
    padding-top: 119px;
}

.public-tobody {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: calc(100% - 40px);
    margin: auto;
    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: rgb(37, 61, 147);
    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: rgb(37, 61, 147, .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;
}

/* downmenu */
.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-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: 70px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    color: #233D94;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0672BB;
}

.swiper-pagination-icon span {
    width: 10px !important;
    border-radius: 50%;
}

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.33) !important;
    transition: all 0.5s ease;
    opacity: 1;
    overflow: hidden;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    height: 10px;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff !important;
    border-radius: 50%;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    transition: all 5s linear;
}

.home-swiper .swiper-pagination {
    bottom: 3% !important;
}

.public-title {
    width: max-content;
    font-size: 40px;
    font-weight: bold;
    color: #090909;
    line-height: 65px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: auto;
}

.public-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23px;
    content: '';
    display: block;
    background: #E9EBF4;
    z-index: -1;
}

.home-model .info {
    font-size: 20px;
    font-weight: 800;
    color: #253D93;
    line-height: 30px;
    text-align: center;
    margin: .29rem 0 .53rem;
}

.home-model .desc {
    font-size: 16px;
    font-weight: 400;
    color: #090909;
    line-height: 30px;
    text-align: center;
}

.home-model-menu-i {
    width: calc(100% / 4);
    border-right: 1px solid #ECECEC;
    padding: .17rem 0;
}

.home-model-menu-i:last-child {
    border-right: none;
}

.home-model-menu-i .row .day .t1 {
    font-size: 48px;
    font-weight: bold;
    font-family: Impact;
    color: #253D93;
    line-height: 48px;
}

.home-model-menu-i .row .day .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #1F509C;
    line-height: 16px;
    margin-left: .05rem;
}

.home-model-menu-i .row .t3 {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 18px;
    margin-top: .1rem;
}

.home-model-menu {
    margin-top: .39rem;
    padding: .46rem 0 .75rem;
    background: url(../images/bg-h1.png)no-repeat center top;
    background-size: cover;
}

.msgSwiper {
    border-radius: 1rem 0 1rem 0;
}

.msgswiper-img img,
.msgswiper-img {
    width: 100%;
    height: 3.95rem;
    object-fit: cover;
}

.msgSwiper1 {
    width: 3.75rem;
    margin-top: -200px;
    margin-left: .97rem !important;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 50px 0px 50px;
}

.msgswiper-con {
    width: 100%;
    padding: .6rem;
}

.msgswiper-con .t1 {
    font-size: 30px;
    font-weight: 800;
    color: #1F509C;
    line-height: 30px;
}

.msgswiper-con .t2 {
    font-size: 24px;
    font-weight: 800;
    color: #1F509C;
    margin: .26rem 0 .43rem;
}

.msgswiper-next,
.msgswiper-prev {
    width: 0.38rem;
    height: 0.38rem;
    min-width: 0.38rem;
    min-height: 0.38rem;
    border-radius: 50%;
    background: #1F509C;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.msgswiper-prev {
    margin-right: .20rem;
}

.home-model-b {
    background: url(../images/bg-h2.png)no-repeat center bottom;
    background-size: contain;
    margin-bottom: 1.23rem;
}

.home-product-b {
    background: url(../images/bg-h3.png)no-repeat center center;
    background-size: cover;
}

.home-model {
    padding-top: 1.5rem;
}

.home-news,
.home-product {
    padding: 1.5rem 0;
}

.public-title.white::after {
    background: rgba(255, 255, 255, .1);
}

.home-product-list {
    margin-top: .75rem;
}

.home-product-list-i .imgs {
    width: 2.91rem;
    height: 2.69rem;
    margin: .5rem auto .5rem;
}

.home-product-list-i .imgs,
.home-product-list-i .imgs img {
    object-fit: contain !important;
    background: #fff;
}

.home-product-list-i .cons {
    padding: .27rem 0;
    text-align: left;
    border-top: 1px solid #F4F4F4;
}

.home-product-list-i .cons>.t1 {
    font-size: 18px;
    font-weight: bold;
    color: #191919;
}

.home-product-list-i .cons>.t2 {
    font-size: 14px;
    font-weight: normal;
    color: #191919;
    margin-top: 5px;
}

.home-product-list-i {
    width: calc(100% / 4);
    padding-left: .17rem;
}

.product-b .home-product-list-i .row {
    border: 1px solid #ECECEC;
}

.product-b .home-product-list-i {
    margin-bottom: 18px;
}

.home-product-list-i .row {
    background: #fff;
    padding: 1px 0.2rem;
}

.home-product-list {
    margin-left: -.17rem;
}

.public-more {
    width: max-content;
    padding: .14rem .39rem;
    background: #1F509C;
    border: 1px solid #1F509C;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: auto;
    margin-top: .69rem;
    display: block;
    transition: all ease-out .4s;
}

.public-more:hover {
    background: #Fff;
    color: #1F509C;
    border: 1px solid #1F509C;
    transition: all ease-out .4s;
}

.cons-show {
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 100%;
    height: auto;
    padding: .28rem;
    border-bottom: 2px solid #1F509C;
    background: #fff;
    transition: all ease-out .5s;
    box-shadow: 0px 0px 117px 0px rgba(11, 3, 6, 0.39);
}

.cons-show .t1 {
    font-size: 18px;
    font-weight: bold;
    color: #191919;
    line-height: 20px;
}

.cons-show .t2 {
    font-size: 14px;
    font-weight: bold;
    color: #686868;
    line-height: 24px;
    margin: .1rem 0;
}

.home-product-list-i:hover .cons-show {
    bottom: 0;
    transition: all ease-out .5s;
}

.newsSwiper {
    width: 90%;
    margin: auto;
    position: relative;
}

.newsSwiper-box {
    margin-top: .59rem;
}

.newsswiper-con {
    background: #F5F5F5;
    padding: .50rem .30rem;
}

.newsswiper-con .t1 {
    font-size: 18px;
    font-weight: 500;
    color: #0E0E0E;
}

.newsswiper-con .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
}

.newsswiper-con .day {
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    margin: .23rem 0;
}

.newsswiper-img {
    height: 2.13rem;
}

.newsswiper-img img {
    object-fit: cover;
}

.newsswiper-b::after {
    width: 00%;
    height: 2px;
    background: #1F4F9D;
    content: '';
    display: block;
    transition: all ease-out .5s;
}

.newsswiper-b:hover::after {
    width: 100%;
    transition: all ease-out .5s;
}

.newsswiper-b:hover .newsswiper-con .t1 {
    color: #1F4F9D;
}

.newsswiper-b:hover .newsswiper-con {
    background: #fff;
    box-shadow: 0px 0px 68px 0px rgba(11, 3, 6, 0.1);
}

.newsswiper-prev,
.newsswiper-next {
    width: 39px;
    height: 39px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    user-select: none;
    cursor: pointer;
}

.newsswiper-prev {
    left: 0;
}

.newsswiper-next {
    right: 0;
}

.public-footer-b {
    background: #19438D;
}

.public-footer {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.public-footer-num {
    padding: .54rem .84rem;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.public-footer-i .msg-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.public-footer-i .msg {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 36px;
}

.public-footer-i .code {
    width: 100%;
    max-width: 101px;
    margin-top: .42rem;
    text-align: center;
}

.public-footer-i .code .t1 {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: .1rem;
}

.public-footer .top {
    padding: 1rem .84rem;
}

.public-footer-i .logo {
    max-width: 152px;
    width: 100%;
    height: max-content;
    margin-bottom: .55rem;
    object-fit: contain;
}

.public-footer-i {
    width: 40%;
}

.public-footer .top .right {
    width: 50%;
}

.public-footer .top .right .right-i>.title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.public-footer-info .info {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 36px;
    display: block;
}

.public-footer-info .info:hover {
    font-weight: bold;
}

.public-ban img,
.public-ban {
    width: 100%;
}

.public-nav-i {
    padding: 30px 45px;
    font-size: 18px;
    font-weight: bold;
    color: #414141;
}

.public-nav-i:hover,
.public-nav-i.cur {
    background: #253D93;
    color: #fff;
}

.public-nav .a {
    background: #F4F4F4;
}

.public-nav .b {
    box-shadow: 0px 0px 16px 0px rgba(218, 218, 218, 0.55);
}

.public-nav .b .row {
    display: none;
}

.public-nav .b .row.cur {
    display: flex;
}

.cnav-i {
    padding: .28rem .4rem;
    font-size: 16px;
    font-weight: 500;
    color: #4C4C4C;
}

.cnav-i:hover {
    color: #253D93;
}

.product-b {
    padding: .41rem 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: #015DB4;
    border-color: #015DB4;
}

.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 20px;
}

.public-page {
    width: fit-content;
    margin: 0 auto .6rem;
}

.page-b {
    margin: 0 15px;
}

.product-top-l {
    width: 45%;
}

.product-d-swiper-b,
.product-d-swiper2 {
    width: 100%;
}

.product-d-swiper {
    width: 85%;
    margin: auto;
}

.product-d-swiper-b {
    position: relative;
    margin-top: .35rem;
}

.product-d-swiper2-img {
    width: 100%;
    height: 100%;
    padding: .3rem 0;
    border: 1px solid rgba(231, 231, 231, 0.75);
}

.product-d-swiper2-img>img {
    width: auto;
    height: auto;
    margin: auto !important;
    max-height: 3.9rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-d-swiper-img {
    width: 0.8rem;
    height: 0.73rem;
    border: 2px solid #E7E7E7;
    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;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.product-d-swiper-img img {
    width: auto;
    height: auto;
}

.product-detail-next,
.product-detail-prev {
    width: .3rem;
    height: .3rem;
    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;
    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%);
}

.product-detail-next {
    left: auto;
    right: 0;
}

.product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
    border-color: #253D93 !important;
}

.product-d-swiper-img {
    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;
}

.product-d-swiper-img img {}

.product-top-r {
    width: 50%;
}

.product-top-r>.title {
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    padding-bottom: .45rem;
    margin-bottom: .53rem;
    border-bottom: 1px solid #E0E0E0;
}

.product-top-r>.title .span-row {
    width: calc(100% - 135px);
}

.product-top-r>.title span .t2 {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.product-top-r-con .product-top-r-con-i {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    line-height: .48rem;
}

.product-top-r-con-i>.info {
    font-size: 18px;
    font-weight: bold;
    color: #DB261F;
}

.product-top-title {
    display: none;
}

.product-b {
    margin-top: .24rem;
    background: #fff;
    padding: .67rem .43rem;
}

.product-b {
    padding: .68rem 0;
}

.product-con-t-c {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 50px;
    background: #005629;
    border-radius: 10px 0px 10px 0px;
    padding: 0 45px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.product-con-t {
    position: relative;
    margin: .8rem 0 .7rem 0;
    border-bottom: 1px solid #D8D8D8;
}

.product-con-t::after {
    position: absolute;
    width: .31rem;
    height: .17rem;
    right: 0;
    bottom: -6px;
    content: '';
    background: url(../images/icon-product-nav.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.product-con .news-detail-page {
    margin: auto;
    margin-top: .3rem;
}

.public-nav .title {
    font-size: 14px;
    font-weight: 400;
    color: #494949;
}

.public-nav em {
    margin: 0 5px;
}

.nav-home {
    width: auto;
    height: max-content;
    margin-right: .12rem;
}

.product-detail {
    padding: .23rem 0;
}

.news-detail-share-i {
    margin: 0 6px;
}

.product-detail-con .top {
    width: 100%;
    background: #F9F9F9;
}

.product-detail-con .top .t1 {
    width: max-content;
    padding: .2rem .63rem;
    position: relative;
    background: #253D93;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}


.product-detail-con {
    width: 100%;
    margin-top: .83rem;
}


.product-detail-con .con {
    padding: .4rem 0;
    font-size: 18px;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 36px;
}

.product-detail-con .con .i1 {
    width: auto;
    height: max-content;
    display: block;
    margin: auto;
}

.price-b-con .t2 {
    font-size: 18px;
    font-weight: bold;
    color: #253D93;
    line-height: 24px;
    margin-bottom: .2rem;
}

.price-b-con .t1 {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    line-height: 48px;
}

.develop-b {
    padding: 1.5rem 0;
    background: url(../images/bg-develop.png)no-repeat center center;
    background-size: cover;
}

.developswiper-next,
.developswiper-prev {
    width: .52rem;
    height: .52rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.developswiper-prev {
    left: 0;
}

.developswiper-next {
    right: 0;
}

.developSwiper {
    width: 85%;
    margin: auto;
}

.developSwiper-i .tag {
    width: max-content;
    height: max-content;
    padding: 8px 30px;
    background: url(../images/bg-develop-tag.png)no-repeat center center;
    background-size: 100% 100%;
    font-size: 24px;
    font-family: Impact;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.developSwiper-i .con {
    padding: 20px;
    padding-bottom: .48rem;
}

.developSwiper-i .con .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #253D93;
    line-height: 24px;
}

.developSwiper-i {
    position: relative;
}

.developSwiper-i::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: '';
    background: linear-gradient(#253D93, #253D93, transparent);
}

.developSwiper .swiper-slide:nth-child(even) {
    padding-bottom: .82rem;
}

.developSwiper-i .con-img {
    width: 1.48rem;
    height: .88rem;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: .19rem;
}

.developSwiper-i .con-img img {
    object-fit: cover;
    border-radius: 5px;
}

.developSwiper .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.company-b {
    padding: .65rem 0;
}

.company-b .info .info-con,
.company-b .info .info-img {
    width: 50%;
}

.company-b .info .info-img img {
    width: 100% !important;
    height: max-content !important;
}

.company-b .info .info-con {
    padding: 0 .65rem;
}

.company-b .info .info-con .t1 {
    font-size: 18px;
    font-weight: bold;
    color: #253D93;
    line-height: 30px;
    margin-bottom: .1rem;
}

.company-b .info .info-con .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #090909;
    line-height: 30px;
}

.company-swiper-img img,
.company-swiper-img {
    width: 100%;
}

.company-next,
.company-prev {
    width: .85rem;
    height: .85rem;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.company-prev {
    left: 0;
}

.company-next {
    right: 0;
}

.company-swiper {
    position: relative;
}

.company-swiper-b {
    background: url(../images/bg-h2.png)no-repeat center center;
    background-size: contain;
}

.contact-b {}

.contact-b .top {
    background: #F9F9F9;
    margin: 1rem auto;
    padding: 0;
}

.contacts-map {
    width: 699px;
    height: 411px;
}

.contact-b .top .left {
    width: 50%;
    display: flex;
    align-items: center;
}

.contact-b .top .left .left-i {
    width: 80%;
    margin: auto;
}

.contact-b .top .left .left-i .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: .3rem;
}

.contact-b .top .left .left-i .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}

.contact-b .bottom {
    background: #F9F9F9;
    padding: .74rem 0;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 31%;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #fff;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #fff;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #19438D;
    padding: .19rem .8rem;
}

.lx-i-inpit-btn {
    background: #19438D;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-top: .37rem;
}

.lx-box {
    margin-top: .45rem;
}

.lx-box>.t1 {
    font-size: 24px;
    font-weight: 400;
    color: #363636;
    margin-bottom: .32rem;
}

.business-b {
    background: url(../images/bg-business.png)no-repeat center center;
    background-size: cover;
}

.business {
    padding: 1rem 0;
}

.business .left {
    width: 40%;
}

.business .right {
    width: 60%;
    padding: 0 .64rem;
}

.business .right .right-i .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #253D93;
}

.business .right .right-i .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #090909;
    line-height: 20px;
    margin-top: .15rem;
}

.business .right .right-i {
    margin-bottom: .5rem;
}

.business .right .right-i:last-child {
    margin-bottom: 0;
}

.imglistSwiper {
    width: 100%;
}

.imglistSwiper-i img,
.imglistSwiper-i {
    width: max-content !important;
    text-align: center;
}

.imglistSwiper-i {}

.imglistSwiper-img {
    width: 7.54rem;
    height: 4.86rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imglistSwiper-i .t1 {
    font-size: 18px;
    font-weight: 500;
    color: #4C4C4C;
    line-height: 24px;
    margin-top: .29rem;
    display: none;
}

.imglist {
    padding: 1rem 0;
}

.imglistSwiper .swiper-slide.swiper-slide-active .t1 {
    display: block;
}

.public-con-r-con-img {
    width: 100%;
    height: 100%;
    max-width: 4.27rem;
    min-height: 2.64rem;
    max-height: 2.64rem;
    display: table;
}

.public-con-r-con-img img {
    object-fit: cover;
}

.public-con-r-con-info {
    width: calc(100% - 4.57rem);
}

.public-con-r-con-info.null {
    width: 100%;
}

.public-con-r-con-i {
    padding-bottom: .31rem;
    margin-bottom: .31rem;
    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>.title,
.public-con-r-con-info>.title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

.public-con-r-con-info>.day {
    font-size: 14px;
    font-weight: 300;
    color: #636363;
    margin: .1rem 0 .2rem;
    display: flex;
    align-items: center;
}

.public-con-r-con-info>.day::before {
    width: 20px;
    height: 2px;
    background: #0672BB;
    content: '';
    display: block;
    margin-right: 11px;
}

.public-con-r-con-info>.info {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.public-con-r-con-info>.more {
    margin-top: .2rem;
    width: max-content;
    padding: 15px 35px;
    background: #F0F4FC;
    border-radius: 50px;
    transition: all ease-out .4s;
}

.public-con-r-more>.title,
.public-con-r-con-info>.more>.title {
    font-size: 14px;
    font-weight: 400;
    color: #253D93;
    margin-right: .13rem;
    transition: all ease-out .4s;
}

.public-con-r-more img,
.public-con-r-con-info>.more img {
    width: auto;
    height: auto;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;
    position: relative;
}

.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;
}

.public-con-r-con-i:hover .public-con-r-con-info>.title {
    color: #0C419D;
    font-weight: bold;
}

.public-con-r-con-i:hover .public-con-r-con-info-title>.title,
.public-con-r-con-i:hover .public-con-r-more>.title,
.public-con-r-con-i:hover .public-con-r-con-info>.more>.title {
    color: #0C419D;
}

.public-con-r-con-i:hover .public-con-r-more .i1,
.public-con-r-con-i .public-con-r-more .i2,
.public-con-r-con-i:hover .public-con-r-con-info>.more .i1,
.public-con-r-con-info>.more .i2 {
    display: none;
}

.public-con-r-con-i:hover .public-con-r-more .i2,
.public-con-r-con-i:hover .public-con-r-con-info>.more .i2 {
    display: block;
}

.public-con-r-con-i:hover .public-con-r-con-info>.more {
    background: #253D93;
}

.public-con-r-con-i:hover .public-con-r-con-info>.more>.title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.news-list {
    padding: .31rem 20px .6rem;
}

.public-con-r-con-info-null {
    width: -webkit-calc(100% - 1.5rem);
    width: -moz-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
}

.public-con-r-con-info-title>img {
    margin-left: 10px;
}

.news-list {
    padding: .61rem 0;
}

.news-detail-b-row {
    padding: .53rem;
    background: #ffffff;
    border-top: 2px solid #1262AE;
}

.news-b {
    padding: .59rem 0;
}

.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: .31rem;
}

.news-detail-menu>.info {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    margin: 0 2% 0 0;
}

.news-detail-share {
    margin: 0 2%;
}

.news-detail-b-row-top {
    position: relative;
    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;
}

.news-detail-share>.title {
    font-size: 16px;
    font-weight: 500;
    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;
}

.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;
    line-height: 24px;
    margin: 3% 0;
    display: block;
    font-weight: bold;
    color: #7D7D7D;
}

.news-detail-page-l-prev:hover,
.news-detail-page-l-next:hover {
    color: #034698;
}

.news-detail-page {
    margin: 0 .29rem;
    background: #F9F9F9;
    padding: 2% 4%;
}

.news-detail-page-r {
    max-width: 170px;
    width: 100%;
    height: 48px;
    background: #034698;
}

.news-detail-page-r>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 7px;
}

.language-t {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.language-t::after {
    content: none;
}

.language-b {
    margin-left: .3rem;
}

/*  new  */
@media (max-width:1600px) {
    .mauto {
        width: 98%;
    }
}

@media (max-width:1500px) {
    .mauto {
        width: 95%;
    }

    nav 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;
    }

    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .public-top {
        padding-top: 119px;
    }

    nav 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;
    }

    .public-tobody,
    .news-b {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1300px) {
    nav 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;
    }

    .home-product-list-i {
        width: calc(100% / 3);
    }
}

@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(../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;
    }

    .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) {
    .news-detail-share-i {
        margin: 0 6px;
    }

    .md-dn {
        display: none !important;
    }

    .banner-con>.title {
        font-size: 36px;
    }

    .product-top-r>.title {
        font-size: 26px;
        font-weight: bold;
        color: #111111;
        padding-bottom: 0.4rem;
        margin-bottom: 0.4rem;
        border-bottom: 1px solid #E0E0E0;
    }
}

@media (max-width:1100px) {
    nav ul li {
        min-width: 106px;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }
}

@media (max-width:1024px) {
    .product-detail-con {
        margin-top: .5rem;
    }

    .product-detail-con {
        padding: 0 20px;
    }

    .company-b .info .info-con {
        padding: 0;
        margin-top: 20px;
    }

    .company-b .info .info-con,
    .company-b .info .info-img {
        width: 100%;
    }

    .company-b .info {
        display: block;
    }

    .main-nav-m {
        display: block;
    }

    .public-nav {
        display: none;
    }

    .contacts-map {
        width: 500px;
    }

    .public-con-r-con-info {
        width: calc(100% - 3.7rem);
    }

    .public-con-r-con-img {
        max-width: 3.5rem;
        display: table;
    }

    .msgswiper-con .t2 {
        margin: 0.2rem 0 0.3rem;
    }

    .msgswiper-con {
        padding: 0.3rem;
    }

    .home-model {
        padding-top: .5rem;
    }

    .contact-b .top {
        margin: .5rem 0;
    }

    .product-b,
    .develop-b,
    .company-b,
    .contact-b .bottom,
    .home-news,
    .home-product {
        padding: .5rem 0;
    }

    .home-model-b {
        margin-bottom: .5rem;
    }

    .public-title {
        font-size: 30px;
        line-height: 52px;
    }

    .home-model .info {
        margin: 0.2rem 0;
    }

    .home-model-menu {
        margin-top: 0.3rem;
        padding: 0.4rem 0 0.5rem;
    }

    .home-model-menu-i .row .day .t1 {
        font-size: 40px;
    }

    .home-product-list-i {
        width: calc(100% / 2);
        padding-left: 0.17rem;
        margin-bottom: 20px;
    }

    .home-product-list {
        padding: 0 20px;
    }

    .newsSwiper-box,
    .home-product-list,
    .public-more {
        margin-top: .5rem;
    }

    .newsswiper-con .day {
        margin: 0.15rem 0;
    }

    .public-footer .top .right {
        display: none;
    }

    .public-footer-i {
        width: 100%;
    }

    .public-footer-num,
    .public-footer .top {
        padding: 0.5rem;
    }

    .public-footer-i .logo {
        margin-bottom: .3rem;
    }
}

@media (max-width:980px) {
    .price-b-con .t2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0.1rem;
    }

    .price-b-con .t1 {
        font-size: 18px;
        line-height: 40px;
    }

    .product-top-r>.title {
        font-size: 30px;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .product-b {
        margin-top: 0;
    }

    .product-top {
        display: block;
        padding: 20px;
    }

    .product-top-r,
    .product-top-l {
        width: 100%;
    }

    .product-top-r {
        margin-top: .2rem;
    }
}

@media (max-width:768px) {
    .product-detail {
        display: block !important;
    }

    .product-b {
        display: flex;
        justify-content: space-between;
    }

    .home-product-list-i {
        width: 49%;
    }

    .home-product-list-i {
        padding: 0;
    }

    .price-b-con .t1 {
        line-height: 32px;
    }

    .product-detail-con .con {
        padding: 0.3rem 0;
        line-height: 30px;
    }

    .product-detail-con .top .t1 {
        padding: 0.15rem 0.4rem;
    }

    .product-detail-con {
        margin-top: .3rem;
    }

    .lx-i-inpit-a {
        display: block;
    }

    .contact-b .top .left .left-i .t2 {
        line-height: 30px;
    }

    .lx-box {
        margin-top: 0;
    }

    .contact-b .top .left .left-i .t1 {
        font-size: 20px;
        margin-bottom: 0.1rem;
    }

    .contact-b .top .right {
        margin-top: 20px;
    }

    .contact-b .top {
        padding: 20px;
        margin: 0;
    }

    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i,
    .contacts-map,
    .contact-b .top .left .left-i,
    .contact-b .top .left {
        width: 100%;
    }

    .contact-b .top {
        display: block;
    }

    .business .right .right-i {
        margin-bottom: .3rem;
    }

    .business .left {
        text-align: center;
    }

    .business .right,
    .business .left {
        width: 100%;
        padding: 0;
    }

    .business .right {
        margin-top: .2rem;
    }

    .public-con-r-con-info>.more {
        padding: 13px 30px;
    }

    .public-con-r-con-img {
        max-width: none;
    }

    .public-con-r-con-info {
        width: 100%;
        margin-top: 20px;
    }

    .public-con-r-con-i {
        display: flex;
        flex-direction: column-reverse;
    }

    .news-detail-page-r {
        max-width: 150px;
        height: 46px;
    }

    .news-detail-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .news-detail-page-r {
        margin: 0 auto;
        margin-top: .3rem;
    }

    .business,
    .news-detail-page {
        display: block;
    }

    .news-detail-con {
        padding: 0.3rem 0.2rem;
        line-height: 30px;
    }

    .news-detail-b-row-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-b,
    .business,
    .news-detail-b-row {
        padding: .3rem 20px;
    }

    .public-footer-i .logo {
        max-width: 110px;
    }

    .msgSwiper1 {
        margin-top: -100px;
        margin-left: 0.7rem !important;
    }

    .newsSwiper {
        width: 85%;
    }

    .newsSwiper-box,
    .home-product-list,
    .public-more {
        margin-top: .3rem;
    }

    .lx-box>.t1,
    .public-con-r-con-info>.title,
    .home-model .info,
    .msgswiper-con .t2 {
        font-size: 18px;
    }

    .msgswiper-con .t2 {
        margin: 0.2rem 0;
    }

    .msgswiper-img img,
    .msgswiper-img {
        height: 3rem;
    }

    .home-model-menu {
        margin-top: 0.3rem;
        padding: 0.3rem 0;
    }

    .contact-b .bottom,
    .home-news,
    .home-product {
        padding: 0.3rem 0;
    }

    .public-title {
        font-size: 20px;
        line-height: 42px;
    }

    .news-detail-b-row-top>.title,
    .home-swiper-con>.title {
        font-size: 24px;
    }

    .msgswiper-con .t1 {
        font-size: 20px;
    }

    .home-model-menu-i .row .day .t1 {
        font-size: 30px;
    }

    .news-detail-menu {
        margin-top: .2rem;
    }

    .imglist {
        padding: .5rem 20px;
    }
}

@media (max-width:580px) {
    .price-b-con .t1 {
        font-size: 16px;
        line-height: 28px;
    }

    .product-top-r>.title {
        font-size: 20px;
    }

    .product-top {
        padding: 0 20px;
    }

    .lx-i-inpit-b .lx-i-inpit-i {
        margin-bottom: 0;
    }

    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        margin-bottom: 20px;
    }

    .lx-i-inpit-b .lx-i-inpit-i,
    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i .i1 {
        padding: 15px;
    }

    .page-i {
        padding: 0px;
    }

    .public-con-r-con-info>.more {
        margin: auto;
        margin-top: .2rem;
    }

    .news-detail-page {
        margin: 0;
        padding: 10px;
    }

    .news-detail-con-title {
        line-height: 32px;
    }

    .news-detail-share {
        margin-top: 10px;
    }

    .news-detail-con,
    .news-detail-b-row-top {
        padding-left: 10px;
        padding-right: 10px;
    }

    .news-detail-b-row-top>.title {
        font-size: 20px;
    }

    .public-footer-num,
    .public-footer .top {
        padding: 0.3rem;
    }

    .public-footer-i .msg {
        line-height: 30px;
    }

    .home-model-menu-i:nth-child(even) {
        border-right: none;
    }

    .home-model-menu-i {
        width: calc(100% / 2);
    }

    .home-product-list-i {
        width: 100%;
    }

    .home-model-menu {
        display: flex;
        flex-wrap: wrap;
    }
}