nav {
    width: 100%;
    height: auto;
}

nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.73rem;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 1.9rem;
    z-index: 99;
}

nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 1.97rem;
    height: 100%;
}

nav .nav-main .main-cont .main-logo img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
}

nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
}

nav .nav-main .main-cont .main-nav .nav-cont {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 0.4rem;
    font-size: var(--fs16);
    text-align: center;
    color: #fff;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:last-child .li-link {
    padding-right: 0;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: .12rem;
    left: 0.4rem;
    width: calc(100% - .8rem);
    height: 1px;
    background: #fff;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    // color: #0683CE !important;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 0.73rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-102%);
    -o-transform: translatey(-102%);
    -moz-transform: translatey(-102%);
    -webkit-transform: translatey(-102%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    padding: 0.12rem 0.15rem;
    font-size: var(--fs16);
    text-align: center;
    color: #333;
    border-top: solid 1px #eaeaea;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    color: #fff;
    background: #0683CE;
    border-top: solid 1px #0683CE;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-box {
    position: relative;
    width: 100%;
    z-index: 9;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-box .box-cent {
    position: absolute;
    top: 0;
    left: 100%;
    width: 2.5rem;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-box:hover .box-cent {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 {
    position: absolute;
    top: 0.73rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box {
    position: relative;
    width: 100%;
    z-index: 9;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box .box-cent {
    position: absolute;
    top: 0;
    left: 100%;
    width: 2.5rem;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box .box-cent a {
    display: block;
    position: relative;
    width: auto;
    padding: 0.12rem 0.15rem;
    font-size: var(--fs16);
    text-align: center;
    color: #666;
    border-top: solid 1px #eaeaea;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box .box-cent a:hover {
    color: #fff;
    background: #0683CE;
    border-top: solid 1px #0683CE;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box:hover .box-title {
    color: #fff;
    background: #0683CE;
    border-top: solid 1px #0683CE;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box:hover .box-cent {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .box-title {
    display: none;
    // text-align: center;
    position: relative;
    width: auto;
    padding: 0.12rem 0.2rem;
    font-size: var(--fs16);
    color: #333;
    border-top: solid 1px #eaeaea;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .box-title:hover {
    color: #fff;
    background: #0683CE;
    border-top: solid 1px #0683CE;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #0683CE !important;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list2 {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list2 .box-title {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
}

// nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(4) .li-list2,
// nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(5) .li-list2 {
//     left: 50%;
//     width: 2.8rem;
//     margin-left: -1.4rem;
// }
nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
}

nav .nav-main .main-cont .main-right .right-menu {
    display: none;
}

nav .nav-main:hover {
    background: #fff;
}

nav .nav-main:hover .main-cont .main-logo .img1 {
    opacity: 0;
}

nav .nav-main:hover .main-cont .main-logo .img2 {
    opacity: 1;
}

nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
    color: #333;
}

nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    background: #0683CE;
}

nav .nav-main-on {
    top: -1rem;
}

nav .nav-main-active {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}

nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
}

nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
}

nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
    color: #333;
}

nav .nav-main-active2 {
    background: #fff;
    box-shadow: 0px 0px .1rem 1px rgba(0, 0, 0, 0.16);
    ;
}

nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
}

nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
}

nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
    color: #333;
}

nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    background: #0683CE;
}

nav .Whead-sidebar {
    display: none;
}

header {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 19;
}

header .head-banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
}

header .head-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

header .head-banner .swiper-slide .slide-box .slide-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: auto;
}

header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: none;
}

header .head-banner .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition: all 1.4s 0.5s;
    -o-transition: all 1.4s 0.5s;
    -moz-transition: all 1.4s 0.5s;
    -webkit-transition: all 1.4s 0.5s;
}

header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: none;
}

header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    letter-spacing: 3px;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.1rem;
    // font-size: var(--fs36);
    font-size: 0.32rem;
    text-align: center;
    // letter-spacing: 0.08rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.15rem;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
}

header .head-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 26%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #535f85;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
}

header .head-banner .swiper-slide .slide-box .box-cent2 .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    text-align: center;
    letter-spacing: 0.08rem;
    color: #7e8596;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
}

header .head-banner .swiper-slide .slide-box .box-cent2 .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.15rem;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
}

header .head-banner .swiper-slide .slide-box .box-cent3 {
    position: absolute;
    top: 39%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

header .head-banner .swiper-slide .slide-box .box-cent3 .cent-title {
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
}

header .head-banner .swiper-slide .slide-box .box-cent3 .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: 100;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
}

header .head-banner .swiper-pagination {
    bottom: 0.38rem;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.36rem;
    height: 1px;
    margin: 0 0.05rem;
    border-radius: 0;
    background: #fff;
    opacity: 0.5;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent3 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent3 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent3 .cent-subtitle {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
}

header .head-banner .banner-pic {
    width: 100%;
    height: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    overflow: hidden;
}

header .head-banner .banner-pic img {
    width: 100%;
    // opacity: 0;
}

header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

header .head-banner .banner-cent .cent-title {
    font-size: var(--fs44);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

header .head-banner .banner-cent .cent-English {
    margin-top: 0.18rem;
    font-family: Arial;
    font-size: var(--fs28);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

header .head-banner .banner-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs48);
    text-align: center;
    color: #999;
}

header .head-banner .banner-cent2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.36rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

header .head-banner .banner-cent2 .cent-box {
    width: 9.6rem;
    height: auto;
    padding: 0.7rem 0.7rem 0.9rem;
    background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
    border-radius: 0.1rem;
}

header .head-banner .banner-cent2 .cent-box .box-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
}

header .head-banner .banner-cent2 .cent-box .box-title2 {
    margin: 0.3rem 0;
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.8rem;
    color: #fff;
}

header .head-banner .banner-cent2 .cent-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    line-height: 0.48rem;
    color: #fff;
}

header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    font-family: '宋体';
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
    background: #0683CE;
}

header .head-banner .banner-swiper-button-prev {
    left: 0.3rem;
}

header .head-banner .banner-swiper-button-next {
    right: 0.3rem;
}

header .head-strip {
    width: 100%;
    height: 0.65rem;
    background: #F3F3F3;
    z-index: 29;
}

header .head-strip p {
    padding: 0 .53rem 0 .87rem;
    line-height: .65rem;
    font-size: var(--fs16);
    color: #000;
    font-weight: bold;
    margin-right: .22rem;
    position: relative;
}

header .head-strip p::after {
    content: '';
    width: 1px;
    height: .24rem;
    background: #D6D6D6;
    position: absolute;
    right: 0;
    top: calc(50% - .12rem);
}

header .head-strip .strip-box {
    display: flex;
    justify-content: flex-start;
    width: 15.36rem;
    height: 100%;
    margin: 0 auto;
}

header .head-strip .strip-box .box-item {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 0.35rem;
    font-size: var(--fs16);
    text-align: center;
    color: #000;
}

header .head-strip .strip-box .box-item:hover {
    color: #fff;
    background: #0683CE;
}

header .head-strip .strip-box .box-item-on {
    color: #fff;
    background: #0683CE;
}

header .background {
    background: #f5f7f9;
}

header .head-Wnav {
    display: none;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.97rem 0 0!important;
    background: #f9f9f9;
    overflow: hidden;
}

footer .foot-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.58rem;
    position: relative;
}
footer .foot-main1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.3rem;
    position: relative;
}
footer .foot-main1::after {
    content: '';
    width: calc(100% + 1rem);
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    bottom: 0;
    left: -.5rem;
}


footer .foot-main .cont-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.38rem;
    margin-bottom: .27rem;
    border-bottom: 1px solid rgba(112, 112, 112, .14);
}

footer .foot-main .cont-logo img {
    width: 2.8rem;
    flex: none;
}

footer .foot-main .cont-logo a {
    width: 1.25rem;
    height: 0.4rem;
    line-height: .4rem;
    border: 1px solid #D6D6D6;
    background: #fff;
    color: #000;
    font-size: 0.14rem;
    text-align: center;
}

footer .foot-main .cont-msg {
    display: flex;
    justify-content: space-between;
}

footer .foot-main .cont-msg>img {
    width: 1.4rem;
    flex: none;
}

footer .foot-main .cont-msg .cont-info {
    flex: none;
    width: 2.85rem;
    padding-top: 0.09rem;
}

footer .foot-main .cont-msg .cont-info div {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #5D5D5D;
    line-height: 0.35rem;
}

footer .foot-main .cont-msg .cont-info div img {
    width: 0.15rem;
    flex: none;
    margin-right: 0.03rem;
}

footer .foot-main .main-nav {
    display: flex;
    justify-content: flex-end;
    width: 9.95rem;
}

footer .foot-main .main-nav .nav-item {
    // width: 1.15rem;
    width: .9rem;
    flex: none;
    max-width: 1.15rem;
    height: auto;
    margin-right: 0.6rem;
}

footer .foot-main .main-nav .nav-item:last-of-type {
    width: auto;
    margin-right: 0;
}

footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs16);
    // font-weight: bold;
    color: #010101;
}

footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #0683CE;
}

footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
}

footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #5D5D5D;
}

footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
}

footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #0683CE;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #0683CE;
}

footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
}

footer .foot-main .main-cont {
    width: 4.4rem;
    height: auto;
    text-align: right;
}

footer .foot-main .main-cont .cont-title {
    font-size: var(--fs18);
    font-weight: bold;
    color: #333;
}

footer .foot-main .main-cont .cont-tel {
    margin-top: 0.1rem;
    font-family: ' ';
    font-size: var(--fs40);
    color: #0683CE;
}

footer .foot-main .main-cont .cont-Emali {
    margin: 0.05rem 0 0.2rem;
    font-size: var(--fs16);
    color: #666;
}

footer .foot-main .main-cont .cont-text {
    margin: 0.05rem 0 0.1rem;
    font-size: var(--fs14);
    color: #666;
}

footer .foot-main .main-cont .cont-ewm {
    display: flex;
    justify-content: flex-end;
    width: auto;
    margin-top: 0.4rem;
}

footer .foot-main .main-cont .cont-ewm img {
    width: 1.3rem;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}

footer .foot-main .main-cont .cont-share {
    display: flex;
    justify-content: flex-end;
    width: auto;
    margin-top: 0.3rem;
}

footer .foot-main .main-cont .cont-share .share-item {
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.28rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}

footer .foot-main .main-cont .cont-share .share-item:first-of-type {
    margin-left: 0;
}

footer .foot-main .main-cont .cont-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.2rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

footer .foot-main .main-cont .cont-share .share-item .img2 {
    opacity: 0;
}

footer .foot-main .main-cont .cont-share .share-item .item-ewm {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    width: 1rem;
    margin-left: -0.5rem;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 199;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

footer .foot-main .main-cont .cont-share .share-item .item-ewm img {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

footer .foot-main .main-cont .cont-share .share-item:hover .item-ewm {
    opacity: 1;
    visibility: visible;
}

footer .foot-main .main-cont .cont-share .share-item:hover .img1 {
    opacity: 0;
}

footer .foot-main .main-cont .cont-share .share-item:hover .img2 {
    opacity: 1;
}

footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(1) {
    background: #07c160;
    box-shadow: 4px 9px 18px 0px rgba(10, 193, 92, 0.2);
}

footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(2) {
    background: #000;
    box-shadow: 4px 9px 18px 0px rgba(0, 0, 0, 0.2);
}

footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(3) {
    background: #ff7200;
    box-shadow: 4px 9px 18px 0px rgba(255, 114, 0, 0.2);
}

footer .foot-bottom {
    // margin-top: 0.24rem;
}

footer .foot-bottom .bottom-cent {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0.34rem 0;
}

footer .foot-bottom .bottom-cent .cent-list {
    width: auto;
    font-size: var(--fs14);
    color: #666;
}

footer .foot-bottom .bottom-cent .cent-list a {
    color: #666;
}

footer .foot-bottom .bottom-cent .cent-list a:hover {
    color: #0683CE;
}

footer .foot-bottom .bottom-cent .cent-list span {
    margin: 0 0.25rem;
}

footer .foot-bottom .bottom-cent .cent-zizhi {
    width: auto;
    font-size: var(--fs14);
    color: #919191;
}

footer .foot-bottom .bottom-cent .cent-zizhi a {
    color: #919191;
}

footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
    // color: #0683CE;
}

.container {
    width: 100%;
    height: auto;
}

.container .cont-plate1 {
    position: relative;
    padding: 1.2rem 0 0;
}

.container .cont-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
}

.container .cont-plate1 .plate1-main .main-cent {
    width: 50%;
    height: auto;
    padding-right: 0.6rem;
}

.container .cont-plate1 .plate1-main .main-cent .page-title {
    font-size: var(--fs36);
    font-weight: bold;
}

.container .cont-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs34);
    color: #000;
}

.container .cont-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    text-align: justify;
    color: #666;
}

.container .cont-plate1 .plate1-main .main-cent .page-button {
    margin-top: 0.15rem;
    // margin-top: 0.55rem;
}

.container .cont-plate1 .plate1-main .main-video {
    position: relative;
    width: 50%;
    height: auto;
    overflow: hidden;
}

.container .cont-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: auto;
}

.container .cont-plate1 .plate1-main .main-video .video-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.62rem;
    margin: -0.35rem 0 0 -0.35rem;
    cursor: pointer;
    z-index: 9;
}

.container .cont-plate1 .plate1-main .main-video .video-play img {
    width: 0.29rem;
}

.container .cont-plate1 .plate1-main .main-video .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon/icon-video-bg.png") no-repeat center center;
    background-size: 100%;
    animation: load 3s linear infinite;
    z-index: -1;
}

.container .cont-plate1 .plate1-main .main-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.container .cont-plate1 .plate1-cont {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
}

.container .cont-plate1 .plate1-cont .cont-box {
    position: relative;
    width: 50%;
    height: auto;
    overflow: hidden;
}

.container .cont-plate1 .plate1-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
}

.container .cont-plate1 .plate1-cont .cont-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    // background: linear-gradient(90deg, #0683CE 15%, transparent);
    background: linear-gradient( 90deg, #0D73B1 0%, rgba(10, 10, 10, 0) 100%);
    z-index: 9;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0 0.52rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent {
    width: auto;
    height: auto;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-title {
    font-size: var(--fs24);
    font-weight: 100;
    color: #fff;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs18);
    font-weight: 100;
    color: #fff;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button em {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/index/more.png") no-repeat center center;
    background-size: 0.58rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0683CE;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button:hover em {
    background: url("../images/index/new_m.png") no-repeat center center;
    background-size: .09rem;
}

.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

.container .cont-plate1 .plate1-cont .cont-box:hover .box-cent .cent-lump {
    padding: 0 0.92rem 0 0.32rem;
}

.container .cont-plate1 .plate1-cont .cont-cent {
    width: 50%;
    height: auto;
    background: #fafafa;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.72rem 0 0.72rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent {
    width: auto;
    height: auto;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-English {
    font-family: ' ';
    font-size: var(--fs40);
    text-transform: uppercase;
    color: #0683CE;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #000;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-family: Arial;
    font-size: var(--fs14);
    color: rgba(0, 0, 0, 0.5);
}

.container .cont-plate1 .plate1-cont .cont-cent:hover .cent-lump {
    padding: 0.6rem 0.92rem 0 0.52rem;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button em {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/index/more.png") no-repeat center center;
    background-size: 0.58rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0683CE;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover em {
    background: url("../images/index/new_m.png") no-repeat center center;
    background-size: .09rem;
}

.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

.container .cont-plate1 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.container .cont-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
}

.container .cont-plate2 .page-title {
    text-align: center;
}

.container .cont-plate2 .page-heng {
    margin: 0.2rem auto 0;
}

.container .cont-plate2 .plate2-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
}

.container .cont-plate2 .plate2-swiper .swiper-slide {
    width: 25%;
    height: auto;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .92rem 0 0 0.48rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-icon {
    width: 0.64rem;
    height: auto;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
    width: 100%;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.07rem;
    font-size: var(--fs24);
    font-weight: bold;
    color: #fff;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: ' ';
    font-size: var(--fs16);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-bototm {
    position: absolute;
    bottom: 1.36rem;
    width: 17px;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-bototm img {
    width: 100%;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover::before,
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover::after {
    height: 0;
}

.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    font-family: '宋体';
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-next:hover {
    background: #0683CE;
}

.container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev {
    left: 0.3rem;
}

.container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
    right: 0.3rem;
}

.container .cont-plate3 {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
}

.container .cont-plate3 .page-title {
    text-align: center;
}

.container .cont-plate3 .page-heng {
    margin: 0.2rem auto 0;
}

.container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    background: url("../images/index/plate3-bg.png") no-repeat top left;
    background-size: cover;
}

.container .cont-plate3 .plate3-main .main-item {
    width: calc(100% / 5);
    height: auto;
    padding: 0.95rem 0.2rem 1.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-main .main-item .item-icon {
    position: relative;
    width: 0.73rem;
    height: 0.73rem;
    margin: 0 auto;
}

.container .cont-plate3 .plate3-main .main-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-main .main-item .item-icon .img2 {
    opacity: 0;
}

.container .cont-plate3 .plate3-main .main-item .item-title {
    margin-top: 0.45rem;
    font-size: var(--fs18);
    text-align: center;
    color: #555;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-main .main-item .item-num {
    margin-top: 0.1rem;
    font-size: var(--fs20);
    text-align: center;
    color: #0683CE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-main .main-item .item-num span {
    margin-right: 0.1rem;
    font-family: ' ';
    font-size: 0.6rem;
}

.container .cont-plate3 .plate3-main .main-item .item-num em {
    position: relative;
}

.container .cont-plate3 .plate3-main .main-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs30);
    font-weight: bold;
    color: #0683CE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-main .main-item:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}

.container .cont-plate3 .plate3-main .main-item:hover {
    background: #0683CE;
}

.container .cont-plate3 .plate3-main .main-item:hover .item-icon .img1 {
    opacity: 0;
}

.container .cont-plate3 .plate3-main .main-item:hover .item-icon .img2 {
    opacity: 1;
}

.container .cont-plate3 .plate3-main .main-item:hover .item-title {
    color: #fff;
}

.container .cont-plate3 .plate3-main .main-item:hover .item-num {
    color: #fff;
}

.container .cont-plate3 .plate3-main .main-item:hover .item-num em::after {
    color: #fff;
}

.container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0 0.55rem;
}

.container .cont-plate4 .plate4-top {
    position: absolute;
    top: 1.15rem;
    left: 0;
    width: 50%;
    height: auto;
    padding: 0 1.2rem 0 1.92rem;
    z-index: 9;
}

.container .cont-plate4 .plate4-top .page-title {
    color: #333;
}

.container .cont-plate4 .plate4-top .top-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    overflow: hidden;
}

.container .cont-plate4 .plate4-top .top-swiper .swiper-slide {
    width: calc(100% / 3);
    // width: max-content;
    height: auto;
}

.container .cont-plate4 .plate4-top .top-swiper .swiper-slide .slide-box {
    display: inline-block;
    position: relative;
    padding-bottom: 0.1rem;
    font-size: var(--fs16);
    color: #909090;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate4 .plate4-top .top-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0683CE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate4 .plate4-top .top-swiper .swiper-slide-active .slide-box {
    font-weight: bold;
    color: #0683CE;
}

.container .cont-plate4 .plate4-top .top-swiper .swiper-slide-active .slide-box::after {
    width: 100%;
}

.container .cont-plate4 .plate4-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 1.55rem;
    left: 10.15rem;
    width: 1.45rem;
    height: auto;
    z-index: 9;
}

.container .cont-plate4 .plate4-button .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate4 .plate4-button .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.container .cont-plate4 .plate4-button .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next .img2 {
    opacity: 0;
}

.container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover {
    background: #0683CE;
}

.container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
}

.container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
}

.container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
}

.container .cont-plate4 .plate4-main::before {
    content: '“';
    position: absolute;
    top: 2rem;
    left: 0.95rem;
    font-family: Arial;
    font-size: 2rem;
    color: rgba(100, 100, 100, 0.2);
}

.container .cont-plate4 .plate4-main::after {
    content: '”';
    position: absolute;
    top: 5.2rem;
    left: 8.1rem;
    font-family: Arial;
    font-size: 2rem;
    color: rgba(100, 100, 100, 0.2);
}

.container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.container .cont-plate4 .plate4-main .main-box .box-cent {
    width: 50%;
    padding: 2.4rem 1.2rem 0 1.92rem;
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-title {
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.48rem;
    color: #343434;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-subtitle {
    font-size: var(--fs20);
    line-height: 0.48rem;
    color: #343434;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    text-align: justify;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
}

.container .cont-plate4 .plate4-main .main-box .box-cent .cent-bottom {
    margin-top: 0.5rem;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
}

.container .cont-plate4 .plate4-main .main-box .box-pic {
    width: 50%;
    height: auto;
    overflow: hidden;
    opacity: 0;
}

.container .cont-plate4 .plate4-main .main-box .box-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate4 .plate4-main .main-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-title {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-subtitle {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 0.2s;
    -o-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    -webkit-transition: all 0.5s 0.2s;
}

.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-text {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 0.4s;
    -o-transition: all 0.5s 0.4s;
    -moz-transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
}

.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-bottom {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
}

.container .cont-plate4 .plate4-main .main-box-on .box-pic {
    opacity: 1;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.container .cont-plate5 {
    width: 100%;
    height: auto;
    // padding: 0.8rem 0 1.6rem;
    padding-bottom: 0.8rem;
}

.container .cont-plate5 .plate5-main {
    position: relative;
}

.container .cont-plate5 .plate5-main .main-English {
    font-size: var(--fs38);
    text-align: center;
    text-transform: uppercase;
    color: #999;
}

.container .cont-plate5 .plate5-main .main-title {
    // margin-top: 0.1rem;
    font-size: var(--fs46);
    font-weight: bold;
    text-align: center;
    color: #333;
}

.container .cont-plate5 .plate5-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: hidden;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide {
    // width: calc(100% / 3 - 0.56rem);
    width: calc(100% / 3 - 0.38rem);
    height: auto;
    // margin-right: 0.84rem;
    margin-right: 0.58rem;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.88rem;
    overflow: hidden;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.36rem 0.3rem;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: ' ';
    font-size: var(--fs18);
    color: #7A7A7A;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    height: 0.72rem;
    margin-top: 0.15rem;
    font-size: var(--fs22);
    font-weight: bold;
    line-height: 0.36rem;
    color: #3D3C3C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.64rem;
    height: 0.44rem;
    margin-top: 0.6rem;
    border-radius: 0.45rem;
    border: solid 1px #3399D6;
    background: url("../images/index/new_m1.png") no-repeat center center;
    background-size: 7px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover {
    // background: #3399D6;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

// .container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time {
//     color: rgba(255, 255, 255, 0.3);
// }
.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #0683CE;
}

.container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
    // border: solid 1px #fff;
    background: #3399D6 url("../images/index/new_m.png") no-repeat center center;
    background-size: 7px;
}

.container .cont-plate5 .plate5-main .page-button {
    margin: 0.7rem auto 0;
}

.container .cont-plate5 .plate5-main .plate5-swiper-button-prev,
.container .cont-plate5 .plate5-main .plate5-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    font-family: '宋体';
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover,
.container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover {
    background: #0683CE;
}

.container .cont-plate5 .plate5-main .plate5-swiper-button-prev {
    left: -0.8rem;
}

.container .cont-plate5 .plate5-main .plate5-swiper-button-next {
    right: -0.8rem;
}

.about {
    width: 100%;
    height: auto;
}

.about .about-plate1 {
    padding: 0 1.92rem 0 1.92rem;
}

.about .about-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    // width: 100%;
    width: 15.36rem;
    height: auto;
    margin-top: .6rem;
}

.about .about-plate1 .plate1-main .main-pic {
    width: 7.24rem;
    height: auto;
    overflow: hidden;
}

.about .about-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about .about-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.about .about-plate1 .plate1-main .main-cent {
    width: 7.89rem;
    // padding-top: 0.75rem;
}

.about .about-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.about .about-plate1 .plate1-main .main-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    color: #333;
}

.about .about-plate1 .plate1-main .main-cent .cent-text {
    // margin-top: 0.45rem;
    font-size: var(--fs16);
    line-height: 0.35rem;
    color: #666;
}

.about .about-plate1 .plate1-text {
    width: 15.36rem;
    margin-top: 0.25rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #666;
}

.about .about-plate2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .45rem 0 0.94rem;
}

.about .about-plate2 .plate2-item {
    position: relative;
    width: calc(100% / 3 - 0.15rem);
    height: auto;
    // margin-bottom: 0.35rem;
    overflow: hidden;
}

.about .about-plate2 .plate2-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about .about-plate2 .plate2-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about .about-plate2 .plate2-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6rem 0.35rem 0.35rem;
    font-size: var(--fs30);
    line-height: 0.36rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.about .about-plate2 .plate2-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.culture {
    padding: 0 0 1.1rem;
}

.culture .page-title2 {
    // margin-top: 0.7rem;
}

.culture .culture-main {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.72rem;
}

.culture .culture-main .main-item {
    width: calc(100% / 3 - 0.12rem);
    height: auto;
    margin-right: 0.18rem;
    padding: 0.3rem 0.5rem 0.75rem;
    background: #f4f4f4;
}

.culture .culture-main .main-item:last-of-type {
    margin-right: 0;
}

.culture .culture-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.culture .culture-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture .culture-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0;
}

.culture .culture-main .main-item .item-cent .cent-English {
    font-family: ' ';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #0683CE;
}

.culture .culture-main .main-item .item-cent .cent-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #333;
}

.culture .culture-main .main-item .item-cent .cent-heng {
    width: 23px;
    height: 3px;
    margin-top: 0.1rem;
    background: #0683CE;
}

.culture .culture-main .main-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #7d7d7d;
}

.culture .culture-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.culture .culture-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.culture .culture-cont .cont-lump {
    position: relative;
    width: 5rem;
    height: auto;
    margin-top: 0.2rem;
    overflow: hidden;
}

.culture .culture-cont .cont-lump .lump-pic {
    width: 100%;
    height: auto;
}

.culture .culture-cont .cont-lump .lump-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture .culture-cont .cont-lump .lump-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.5rem 0;
}

.culture .culture-cont .cont-lump .lump-cent .cent-English {
    font-family: ' ';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #fff;
}

.culture .culture-cont .cont-lump .lump-cent .cent-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #fff;
}

.culture .culture-cont .cont-lump .lump-cent .cent-heng {
    width: 23px;
    height: 3px;
    margin-top: 0.1rem;
    background: #fff;
}

.culture .culture-cont .cont-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #fff;
}

.culture .culture-cont .cont-lump:hover .lump-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.culture .culture-cont .cont-box {
    display: flex;
    justify-content: space-between;
    width: 10.18rem;
    height: auto;
    margin-top: 0.2rem;
    padding: 0.9rem 0.5rem 0;
    background: #f4f4f4;
}

.culture .culture-cont .cont-box .box-pic {
    width: 4rem;
    height: auto;
    overflow: hidden;
}

.culture .culture-cont .cont-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture .culture-cont .cont-box .box-cent {
    width: calc(100% - 4rem);
    height: auto;
    padding-left: 0.65rem;
}

.culture .culture-cont .cont-box .box-cent .cent-English {
    font-family: ' ';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #0683CE;
}

.culture .culture-cont .cont-box .box-cent .cent-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #333;
}

.culture .culture-cont .cont-box .box-cent .cent-heng {
    width: 23px;
    height: 3px;
    margin-top: 0.1rem;
    background: #0683CE;
}

.culture .culture-cont .cont-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #7d7d7d;
}

.culture .culture-cont .cont-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.industry {
    position: relative;
    width: 100%!important;
    height: auto;
    // padding-top: 1rem;
}

.industry .industry-swiper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    margin-top: .45rem;
    padding-bottom: 1rem;
}

.industry .industry-swiper .swiper-slide {
    position: relative;
    width: 25%;
    height: auto;
}

.industry .industry-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.industry .industry-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.industry .industry-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.industry .industry-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.industry .industry-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0 0 .52rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-icon {
    width: 0.64rem;
    height: auto;
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
    width: 100%;
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.07rem;
    font-size: var(--fs24);
    font-weight: bold;
    color: #fff;
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.14rem;
    font-family: ' ';
    font-size: var(--fs16);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-bototm {
    position: absolute;
    bottom: 1.36rem;
    width: 17px;
}

.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-bototm img {
    width: 100%;
}

.industry .industry-swiper .swiper-slide .slide-box:hover::before,
.industry .industry-swiper .swiper-slide .slide-box:hover::after {
    height: 0;
}

.industry .industry-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.industry .industry-swiper .industry-swiper-button-prev,
.industry .industry-swiper .industry-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    font-family: '宋体';
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 19;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.industry .industry-swiper .industry-swiper-button-prev:hover,
.industry .industry-swiper .industry-swiper-button-next:hover {
    background: #0683CE;
}

.industry .industry-swiper .industry-swiper-button-prev {
    left: 0.3rem;
}

.industry .industry-swiper .industry-swiper-button-next {
    right: 0.3rem;
}

.industry .industry-plate1 {
    padding: 0.6rem 0.55rem;
}

.industry .industry-plate1 .plate1-title {
    font-size: var(--fs36);
    color: #333;
}

.industry .industry-plate1 .plate1-text {
    margin-top: 0.4rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #666;
}

.industry .industry-plate2 {
    width: 100%;
    height: auto;
    padding: 0.86rem 0;
    background: #ebebeb;
}

.industry .industry-plate2 .plate2-main {
    text-align: center;
}

.industry .industry-plate2 .plate2-main img {
    max-width: 100%;
    width: auto;
}

.industry #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    opacity: 0.1;
}

.produce {
    position: relative;
    width: 100%;
    height: auto;
}

.produce .produce-plate1 {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0.08rem;
    position: relative;
    // background: url("produce-bg.png")
    // no-repeat bottom left;
    // background-size: 100%;
}

.produce .produce-plate1 .plate1-main {
    position: relative;
    z-index: 9;
}

.produce .produce-plate1 .plate1-main .main-title {
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    // line-height: 0.8rem;
    color: #0683CE;
}

.produce .produce-plate1 .plate1-main .main-subtitle {
    font-size: var(--fs32);
    text-align: center;
    line-height: 0.8rem;
    color: #0683CE;
}

.produce .produce-plate1 .plate1-main .main-text {
    width: 9.8rem;
    height: auto;
    margin: 0 auto;
    font-size: var(--fs16);
    line-height: 0.25rem;
    text-align: center;
    color: #000;
}

.produce .produce-plate1 .plate1-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-pic {
    width: 4.4rem;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    border: .25rem solid #E6E6E6;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-pic img {
    width: 100%;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item {
    position: absolute;
    width: auto;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item .item-title {
    font-size: var(--fs18);
    color: #000;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item .item-num {
    font-size: var(--fs16);
    color: #000;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item .item-num span {
    font-family: ' ';
    font-size: 0.53rem;
    color: #2EB1FF;
    margin-right: .05rem;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(2) {
    top: 0.8rem;
    left: 2.98rem;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(3) {
    top: 0.8rem;
    left: 10.8rem;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(4) {
    bottom: .9rem;
    left: 2.98rem;
}

.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(5) {
    bottom: 1.2rem;
    left: 10.8rem;
}

.produce .produce-plate1 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.produce .produce-plate2 {
    position: relative;
    padding: 1rem 0 0;
    z-index: 9;
}

.produce .produce-plate2 .plate2-title {
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    color: #0683CE;
}

.produce .produce-plate2 .plate2-subtitle {
    font-size: var(--fs32);
    text-align: center;
    color: #0683CE;
    margin-top: .18rem;
}

.produce .produce-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.produce .produce-plate2 .plate2-main .main-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
}

.produce .produce-plate2 .plate2-main .main-item .item-pic {
    width: 7.5rem;
    height: auto;
    overflow: hidden;
}

.produce .produce-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.produce .produce-plate2 .plate2-main .main-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.produce .produce-plate2 .plate2-main .main-item .item-cent {
    width: 7.05rem;
    height: auto;
    padding: 0.3rem 0 0;
}

.produce .produce-plate2 .plate2-main .main-item .item-cent .cent-num {
    font-family: ' ';
    font-size: 1.2rem;
    line-height: 1rem;
    background: linear-gradient(180deg, #c6e08a, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.produce .produce-plate2 .plate2-main .main-item .item-cent .cent-title {
    margin-top: 0.35rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
}

.produce .produce-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs18);
    line-height: 0.36rem;
    color: #666;
}

.produce .produce-plate2 .plate2-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
}

.produce .produce-plate2 .plate2-main .main-item:nth-child(4) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.produce .produce-plate2 .plate2-main .main-item:nth-child(4) .item-pic {
    width: 100%;
    margin-top: 0.75rem;
}

.produce .produce-plate2 .plate2-main .main-item:nth-child(4) .item-cent {
    width: 100%;
    padding: 0;
}

.produce .produce-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    padding-top: 1rem;
}

.produce .produce-plate3 .plate3-title {
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    color: #0683CE;
}

.produce .produce-plate3 .plate3-subtitle {
    font-size: var(--fs32);
    text-align: center;
    margin-top: .18rem;
    color: #0683CE;
}

.produce .produce-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding: 1.1rem 0 1.2rem;
    text-align: center;
    background: #f9f9f9;
}

.produce .produce-plate3 .plate3-main .main-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
}

.produce .produce-plate3 .plate3-main .main-cent .cent-text {
    width: 11.4rem;
    margin: 0.15rem auto 0;
    font-size: var(--fs18);
    line-height: 0.36rem;
    color: #666;
}

.produce .produce-plate3 .plate3-main .main-cont {
    position: relative;
    margin-top: 0.7rem;
    padding: 0 0.7rem;
}

.produce .produce-plate3 .plate3-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
    width: calc(100% / 5 - 0.48rem);
    height: auto;
    margin-right: 0.6rem;
}

.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
}

.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.17rem;
    overflow: hidden;
}

.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.22rem;
    font-size: var(--fs16);
    text-align: center;
    color: #000;
}

.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev,
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: -0.28rem;
    text-align: center;
    line-height: 0.44rem;
    border-radius: 50%;
    // background: #dddddd;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev img,
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next img {
    width: 100%;
}

.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev {
    left: 0;
}

.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    right: 0;
}

.produce .produce-plate4 {
    position: relative;
    padding: 1rem 0;
    z-index: 9;
}

.produce .produce-plate4 .plate4-title {
    font-size: var(--fs44);
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: .3rem;
}

.produce .produce-plate4 .plate4-text {
    width: 11.4rem;
    margin: auto;
    font-size: var(--fs16);
    line-height: 0.3rem;
    text-align: center;
    color: #000;
}

.produce .produce-plate4 .plate4-pic {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
}

.produce .produce-plate4 .plate4-pic img {
    width: 100%;
}

.produce .produce-plate5 {
    position: relative;
    padding: 1rem 0 1.6rem;
    z-index: 9;
}

.produce .produce-plate5 .plate5-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
}

.produce .produce-plate5 .plate5-text {
    width: 11.4rem;
    margin: 0.15rem auto 0;
    font-size: var(--fs18);
    line-height: 0.36rem;
    text-align: center;
    color: #666;
}

.produce .produce-plate5 .plate5-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
}

.produce .produce-plate5 .plate5-swiper .swiper-slide {
    width: calc(100% / 5);
    height: auto;
    padding-right: 1px;
}

.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0.2rem 0.2rem;
    font-size: var(--fs24);
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #006338 10%, transparent);
}

.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.marketing {
    position: relative;
    width: 100%;
    height: auto;
}

.marketing .marketing-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
}

.plate1-main {
    position: relative;
}

.marketing #particles-js {
    width: 200%!important;
    left: -30%!important;
}
.marketing #particles-js1 {
    width: 200%!important;
    left: -30%!important;
}
.marketing .marketing-plate1 .plate1-main .main-title {
    margin-top: 0.55rem;
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    // line-height: 0.8rem;
    color: #0683CE;
}

.marketing .marketing-plate1 .plate1-main .main-subtitle {
    font-size: var(--fs32);
    text-align: center;
    // line-height: 0.8rem;
    color: #0683CE;
    margin-top: .2rem;
}

.marketing .marketing-plate1 .plate1-main .main-text {
    width: 11.3rem;
    height: auto;
    margin: 0.25rem auto 0;
    font-size: var(--fs16);
    line-height: 0.25rem;
    text-align: center;
    color: rgba(0, 0, 0, .58);
}

.marketing .marketing-plate1 .plate1-cont {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    // margin-top: 0.7rem;
    background-image: url(../images/Layout/num_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.marketing .marketing-plate1 .plate1-cont .cont-data {
    display: flex;
    justify-content: space-between;
    // padding-left: .9rem;
    width: 15.36rem;
    margin: auto;
}

.marketing .marketing-plate1 .plate1-cont .cont-data .data-item {
    width: auto;
    margin: 0 1.5rem;
}

.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-title {
    font-size: var(--fs20);
    color: #fff;
}

.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num {
    margin-top: 0.08rem;
    font-size: 0.66rem;
    color: #fff;
}

.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num span {
    font-family: ' ';
    font-size: 0.66rem;
    color: #fff;
}

.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num em {
    position: relative;
}

.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #fff;
}

.marketing .marketing-plate2 {
    position: relative;
    padding: .7rem 0 1.1rem;
    z-index: 9;
}

.marketing .marketing-plate2 .plate2-title {
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    color: #0683CE;
}

.marketing .marketing-plate2 .plate2-subtitle {
    font-size: var(--fs32);
    text-align: center;
    margin-top: .2rem;
    color: #0683CE;
}

.marketing .marketing-plate2 .plate2-text {
    width: 11.8rem;
    height: auto;
    margin: 0.25rem auto 0;
    font-size: var(--fs16);
    line-height: 0.3rem;
    text-align: center;
    color: rgba(0, 0, 0, .58)
}

.marketing .marketing-plate2 .plate2-logo {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
}

.marketing .marketing-plate2 .plate2-logo .logo-item {
    width: calc(100% / 6 - 0.0834rem);
    height: 1.15rem;
    margin-right: 0.1rem;
    margin-bottom: 0.18rem;
    border-radius: 0.05rem;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.marketing .marketing-plate2 .plate2-logo .logo-item:nth-child(6n) {
    margin-right: 0;
}

.marketing .marketing-plate2 .plate2-logo .logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.marketing .marketing-plate2 .plate2-logo .logo-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.marketing #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.marketing #particles-js1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.design {
    width: 100%;
    height: auto;
}

.design .design-plate1_div {
    background: url("../images/Layout/design_bg.png")no-repeat top left;
    background-size: 100%;
}

.design .design-plate1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 1rem;
}

.design .design-plate1 .plate1-pic {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.design .design-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.design .design-plate1 .plate1-cent {
    width: 50%;
    padding-left: 1.92rem;
    padding-right: 1.15rem;
}

.design .design-plate1 .plate1-cent .cent-title {
    margin-top: 0.35rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #0683CE;
}

.design .design-plate1 .plate1-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.36rem;
    color: #666;
}

.design .design-plate2 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.design .design-plate2 .plate2-item {
    position: relative;
    width: calc(100% / 4);
    height: 6.85rem;
    background: #f7f7f7;
}

.design .design-plate2 .plate2-item:nth-child(even) {
    background: #f0f0f0;
}

.design .design-plate2 .plate2-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design .design-plate2 .plate2-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.9rem 0.1rem 0 .48rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item .item-cent .cent-icon {
    position: relative;
    width: 0.64rem;
    height: 0.6rem;
}

.design .design-plate2 .plate2-item .item-cent .cent-icon img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item .item-cent .cent-icon .img2 {
    opacity: 0;
}

.design .design-plate2 .plate2-item .item-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #0683CE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item .item-cent .cent-English {
    margin-top: 0.17rem;
    font-size: var(--fs24);
    color: rgba(0, 0, 0, .45);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item .item-cent .cent-heng {
    width: .36rem;
    height: .03rem;
    margin-top: 0.25rem;
    background: #0683CE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item .item-cent .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs16);
    line-height: 0.35rem;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.design .design-plate2 .plate2-item:hover .item-pic {
    opacity: 1;
}

.design .design-plate2 .plate2-item:hover .item-cent {
    padding: 0.9rem 0.7rem 0;
}

.design .design-plate2 .plate2-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
}

.design .design-plate2 .plate2-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
}

.design .design-plate2 .plate2-item:hover .item-cent .cent-title,
.design .design-plate2 .plate2-item:hover .item-cent .cent-English {
    color: #fff;
}

.design .design-plate2 .plate2-item:hover .item-cent .cent-heng {
    background: #fff;
}

.design .design-plate2 .plate2-item:hover .item-cent .cent-text {
    opacity: 1;
}

.product {
    position: relative;
    width: 100%;
    height: auto;
}

.product .product-main {
    position: relative;
    padding: 0.5rem 0 .94rem;
    z-index: 9;
}

.product .product-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.46rem;
}

.product .product-main .main-top .top-button {
    width: 1.5rem;
    height: 0.48rem;
    margin: 0 0.1rem;
    font-size: var(--fs18);
    text-align: center;
    line-height: 0.44rem;
    color: #333;
    border-radius: 0.45rem;
    background: #fff;
    border: solid 1px #dadada;
}

.product .product-main .main-top .top-button:hover {
    color: #fff;
    background: #0683CE;
    border: solid 1px #0683CE;
}

.product .product-main .main-top .top-button-on {
    color: #fff;
    background: #0683CE;
    border: solid 1px #0683CE;
}

.product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.8rem 0 0.35rem;
    justify-content: flex-start;
}

.product .product-main .main-cont .main-item {
    position: relative;
    width: calc(100% / 3 - 0.2rem);
    height: auto;
    margin-left: 0.2rem;
    margin-bottom: 0.43rem;
}
.product .product-main .main-cont .main-item:nth-child(3n+1) {
    margin-left: 0;
}
.product .product-main .main-cont .main-item .item-pic {
    width: 100%;
    height: 3.59rem;
    overflow: hidden;
    background: #f6f6f6;
}

.product .product-main .main-cont .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product .product-main .main-cont .main-item .item-cent {
    background: #fff;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.3rem 1rem 0.5rem 0.3rem;
    box-shadow: 0px 0px .15rem 1px rgba(0, 0, 0, 0.07);
}

.product .product-main .main-cont .main-item .item-cent .cent-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #0683CE;
}

.product .product-main .main-cont .main-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #999;
}

.product .product-main .main-cont .main-item:hover {
    background: #fff;
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.product .product-main .main-cont .main-item:hover::after {
    // transform: scale(1, 1) translateZ(0);
    // -o-transform: scale(1, 1) translateZ(0);
    // -moz-transform: scale(1, 1) translateZ(0);
    // -webkit-transform: scale(1, 1 translateZ(0));
}

.product .product-main .main-cont .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.product #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.productDetail {
    width: 100%;
    height: auto;
    margin-top: 0.73rem;
    overflow: visible;
}

.productDetail .productDetail-strip {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    padding: 0 1.92rem;
    z-index: 90;
    background: #fff;
}

.productDetail .productDetail-strip .strip-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #0683CE;
}

.productDetail .productDetail-strip .page-link {
    display: none;
}

.productDetail .productDetail-strip .strip-box {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.productDetail .productDetail-strip .strip-box .box-item {
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.8rem;
    font-size: var(--fs16);
    line-height: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-strip .strip-box .box-item:first-of-type {
    margin-left: 0;
}

.productDetail .productDetail-strip .strip-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0.22rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0683CE;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-strip .strip-box .box-item:hover {
    color: #0683CE;
}

.productDetail .productDetail-strip .strip-box .box-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

.productDetail .productDetail-strip .strip-box .box-item-on {
    color: #0683CE;
}

.productDetail .productDetail-strip .strip-box .box-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

.productDetail .page-link {
    justify-content: flex-start;
    width: 100%;
    height: 0.56rem;
    padding: 0 1.92rem;
    background: #f9f9f9;
}

.productDetail .productDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 0.42rem 0 0.64rem;
}

.productDetail .productDetail-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

.productDetail .productDetail-plate1 .plate1-main .main-box {
    width: 6.4rem;
    height: auto;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top {
    position: relative;
    width: 100%;
    height: 6.08rem;
    margin-bottom: 0.2rem;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item {
    // display: none;
    width: 100%;
    height: 100%;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video {
    width: 100%;
    height: 100%;
    background: #000;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video video {
    width: 100%;
    height: 100%;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin: -0.35rem 0 0 -0.35rem;
    background: rgba(0, 0, 0, 0.8) url("icon-video-play.png")/*tpa=/images/icon/icon-video-play.png*/
    no-repeat center center;
    background-size: 0.22rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom {
    position: relative;
    width: 100%;
    height: auto;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 5 - 0.08rem);
    height: 1.2rem;
    margin-right: 0.1rem;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    border: solid 2px transparent;
    overflow: hidden;
    cursor: pointer;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide-on .slide-box {
    border: solid 2px #0683CE;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev,
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.35rem;
    height: 0.35rem;
    margin-top: -0.175rem;
    font-family: '宋体';
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
    line-height: 0.35rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev:hover,
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next:hover {
    background: #0683CE;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev {
    left: -0.5rem;
}

.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next {
    right: -0.5rem;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont {
    width: 7.68rem;
    height: auto;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-title {
    width: 100%;
    padding-bottom: 0.2rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #0683CE;
    border-bottom: solid 1px #DBDBDB;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-text {
    margin-top: 0.15rem;
    padding-right: 1.2rem;
    font-size: var(--fs16);
    line-height: 0.3rem;
    color: #656565;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-subtitle {
    margin-top: 0.95rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.22rem;
    font-size: var(--fs16);
    line-height: 0.36rem;
    color: #656565;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button {
    display: block;
    position: relative;
    width: 1.56rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-size: var(--fs16);
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #0683CE;
    // background: linear-gradient(90deg, #96ca01, #006336);
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button img {
    width: .12rem;
    margin-left: .1rem;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
}

.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
}

.productDetail .productDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0 1.6rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.productDetail .productDetail-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont {
    width: calc(100% / 2 - 1.5px);
    height: auto;
    padding: 0.55rem 0.65rem 0 0.6rem;
    background: #fff;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top {
    width: 100%;
    height: auto;
    font-size: var(--fs30);
    font-weight: bold;
    color: #0683CE;
    border-bottom: solid 1px #BCBCBC;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2rem;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 1.3rem;
    height: 2px;
    background: #0683CE;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.56rem;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-pic img {
    width: 100%;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.36rem;
    color: #656565;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent p {
    position: relative;
    padding-left: 0.27rem;
}

.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent p::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0.06rem;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: solid .02rem #0683CE;
}

.productDetail .productDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 0;
    // background: #f5f5f5;
}

.productDetail .plate3-title {
    width: 2.4rem;
    height: 0.68rem;
    margin: 0 auto;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    line-height: 0.68rem;
    color: #0683CE;
    // background: #0683CE;
}

.productDetail .plate3-title-sub {
    color: #BCBCBC;
    font-size: var(--fs30);
    text-align: center;
    text-transform: uppercase;
}

.productDetail .productDetail-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.productDetail .productDetail-plate3 .plate3-main .main-item {
    width: calc(100% / 4 - 0.18rem);
    height: auto;
    margin-right: 0.24rem;
    margin-top: 0.24rem;
}

.productDetail .productDetail-plate3 .plate3-main .main-item:nth-child(4n) {
    margin-right: 0;
}

.productDetail .productDetail-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 3.65rem;
    overflow: hidden;
    background: #F6F6F6;
}

.productDetail .productDetail-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate3 .plate3-main .main-item .itme-title {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    text-align: center;
    color: #646464;
}

.productDetail .productDetail-plate3 .plate3-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetail .productDetail-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.8rem 0 0;
}

.productDetail .productDetail-plate4 .plate4-title {
    width: 2.4rem;
    height: 0.68rem;
    margin: 0 auto;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.68rem;
    color: #fff;
    background: #0683CE;
}

.productDetail .productDetail-plate4 .plate4-swiper {
    position: relative;
    height: auto;
    margin-top: 0rem;
    /*padding: 0.3rem 0;*/
    overflow: hidden;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide {
    width: 4.8rem;
    height: auto;
    margin-right: 0.3rem;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide:last-child {
    margin-right: 0;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    /*background: #f5f5f5;*/
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.52rem;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs22);
    line-height: .35rem;
    height: .63rem;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-date {
    margin-bottom: 0.16rem;
    font-size: var(--fs16);
    color: #7A7A7A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.64rem;
    height: 0.44rem;
    margin-top: 0.25rem;
    border-radius: 0.22rem;
    border: solid 1px #0683CE;
    background: url("../images/index/new_m1.png") no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover {
    background: #fff;
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #0683CE;
}

.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
    background: #0683CE url("../images/index/new_m.png") no-repeat center center;
    background-size: 6px;
}

.productDetail .productDetail-plate4 .plate4-bottom {
    position: relative;
    margin-top: 0.6rem;
}

.productDetail .productDetail-plate4 .plate4-bottom .bottom-button {
    display: block;
    position: relative;
    width: 2rem;
    height: 0.56rem;
    margin: 0 auto;
    font-size: var(--fs18);
    text-align: center;
    line-height: 0.56rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #96ca01, #006336);
}

.productDetail .productDetail-plate4 .plate4-bottom .bottom-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.productDetail .productDetail-plate4 .plate4-bottom .bottom-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
}

.productDetail .productDetail-plate4 .plate4-bottom .bottom-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
}

.productDetail .productDetail-plate4 .plate4-bottom .swiper-pagination {
    left: auto;
    right: 0;
    bottom: 0.25rem;
    width: 4.8rem;
    height: 5px;
    background: #e6e6e6;
}

.productDetail .productDetail-plate4 .plate4-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #0683CE;
}

.productDetail .productDetail-plate4 .plate4-bottom .swiper-scrollbar {
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    width: 4.8rem;
    height: 5px;
    background: #e6e6e6;
}

.productDetail .productDetail-plate4 .plate4-bottom .swiper-scrollbar .swiper-scrollbar-drag {
    background: #0683CE;
    border-radius: 0;
    cursor: pointer;
}

.productDetail .productDetail-plate5 {
    padding: 0.85rem 0 1.2rem;
}

.productDetail .productDetail-plate5 .plate5-title {
    width: 2.4rem;
    height: 0.68rem;
    margin: 0 auto;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.68rem;
    color: #fff;
    background: #0683CE;
}

.productDetail .productDetail-plate5 .plate5-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
}

.productDetail .productDetail-plate5 .plate5-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.productDetail .productDetail-plate5 .plate5-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.productDetail .productDetail-plate5 .plate5-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productDetail .productDetail-plate5 .plate5-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin: -0.35rem 0 0 -0.35rem;
    cursor: pointer;
    z-index: 9;
}

.productDetail .productDetail-plate5 .plate5-video .video-play img {
    width: 0.22rem;
}

.productDetail .productDetail-plate5 .plate5-video .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon/icon-video-bg.png") no-repeat center center;
    background-size: 100%;
    animation: load 3s linear infinite;
    z-index: -1;
}

.productDetail .productDetail-plate5 .plate5-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetail .productDetail-plate6 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 1.2rem;
    background: url("../images/product/contact_bg.png") no-repeat top left;
    background-size: cover;
}

.productDetail .productDetail-plate6 .plate6-box .box-title {
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: .1rem;
}

.productDetail .productDetail-plate6 .plate3-title-sub {
    color: #fff;
}

.productDetail .productDetail-plate6 .plate6-box .box-text {
    margin-top: 0.35rem;
    font-size: var(--fs16);
    text-align: center;
    color: #fff;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont {
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: 0.73rem auto 0;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left {
    width: 7.48rem;
    height: auto;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.88rem;
    margin-bottom: 0.32rem;
    padding: 0 0.19rem;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title {
    width: 1.3rem;
    height: auto;
    font-size: var(--fs18);
    color: #3D3C3C;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title em {
    font-size: var(--fs18);
    color: #ff2100;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title img {
    width: 0.21rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.3rem);
    height: 100%;
    font-size: var(--fs18);
    color: #3D3C3C;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item input::placeholder {
    color: #C7C7C7;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right {
    width: 7.47rem;
    height: auto;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.88rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title {
    width: 1.3rem;
    height: auto;
    font-size: var(--fs18);
    color: #3D3C3C;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title em {
    font-size: var(--fs18);
    color: #ff2100;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title img {
    width: 0.21rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item select {
    width: 1.5rem;
    height: 0.5rem;
    margin-left: 0.2rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: var(--fs16);
    color: #333;
    border: solid 1px #e6e6e6;
    background: url("../images/contact/icon_down.png") no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: 3.28rem;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: var(--fs18);
    color: #3D3C3C;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title em {
    font-size: var(--fs18);
    color: #ff2100;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.21rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 2.1rem;
    margin-top: 0.25rem;
    font-family: '微软雅黑';
    font-size: var(--fs18);
    color: #3D3C3C;
}

.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #C7C7C7;
}

.productDetail .productDetail-plate6 .plate6-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
}

.productDetail .productDetail-plate6 .plate6-box .box-button .button {
    width: 2.06rem;
    height: 0.5rem;
    margin: 0 0.1rem;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    border-radius: 0.26rem;
    background: #0683CE;
}

.productDetail .productDetail-plate6 .plate6-box .box-button .button:hover {
    background: #0683CE !important;
}

.news {
    width: 100%;
    height: auto;
    padding: 0 0 .84rem;
}

.news .news-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news .news-top .top-cent {
    width: auto;
}

.news .news-top .top-cont {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.news .news-top .top-cont input[type="month"] {
    width: 2.48rem;
    height: 0.5rem;
    padding: 0 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs16);
    color: #787878;
    border: solid 1px #e6e6e6;
}

.news .news-top .top-cont .cont-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 3rem;
    height: 0.5rem;
    padding: 0 0.2rem;
    margin-left: 0.1rem;
    border: solid 1px #e6e6e6;
}

.news .news-top .top-cont .cont-box input {
    width: calc(100% - 0.2rem);
    height: 100%;
    font-size: var(--fs16);
    color: #333;
    background: transparent;
}

.news .news-top .top-cont .cont-box a {
    width: 0.16rem;
}

.news .news-top .top-cont .cont-box a img {
    width: 100%;
}

.news .news-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}

.news .news-cont .cont-pic {
    width: 8.05rem;
    height: auto;
    overflow: hidden;
}

.news .news-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news .news-cont .cont-cent {
    width: 7.3rem;
    height: auto;
    padding: 0.6rem 0.65rem;
    background: #f6f6f6;
}

.news .news-cont .cont-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.45rem;
    color: rgba(6, 131, 206, .76);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news-cont .cont-cent .cent-time {
    margin-top: 0.1rem;
}

.news .news-cont .cont-cent .cent-time span {
    position: relative;
    margin-right: 0.2rem;
    font-family: ' ';
    font-size: 0.45rem;
    color: #0683CE;
}

.news .news-cont .cont-cent .cent-time span::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -0.25rem;
    font-family: '微软雅黑';
    font-weight: lighter;
    // width: 1px;
    // height: 0.63rem;
    // background: #858585;
    color: #707070;
    // transform: rotate(45deg);
    // -o-transform: rotate(45deg);
    // -moz-transform: rotate(45deg);
    // -webkit-transform: rotate(45deg);
}

.news .news-cont .cont-cent .cent-time em {
    font-size: var(--fs24);
    color: #9F9F9F;
}

.news .news-cont .cont-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs16);
    line-height: 0.35rem;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news-cont .cont-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1.5rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #B5B5B5;
    color: #787878;
}

.news .news-cont .cont-cent .cent-button span {
    font-family: ' ';
    font-size: var(--fs14);
    text-transform: uppercase;
    color: #787878;
}

.news .news-cont .cont-cent .cent-button em {
    width: 0.16rem;
    height: 0.14rem;
    margin-left: 0.1rem;
    background: url("../images/icon/icon-arrow6.png") no-repeat center center;
    background-size: 100%;
}

.news .news-cont .cont-cent .cent-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news .news-cont:hover .cont-cent .cent-button {
    background-color: #0683CE;
    border-color: #0683CE;
    // transform: translatey(-6px);
    // -o-transform: translatey(-6px);
    // -moz-transform: translatey(-6px);
    // -webkit-transform: translatey(-6px);
}

.news .news-cont:hover .cont-cent .cent-button span {
    color: #fff;
}

.news .news-cont:hover .cont-cent .cent-button em {
    background: url("../images/icon/icon-arrow6_h.png") no-repeat center center;
    background-size: 100%;
}

.news .news-cont:hover .cont-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.news .news-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1rem auto 0.2rem;
}

.news .news-main .main-item {
    width: calc(100% / 3 - 0.39rem);
    height: auto;
    margin-right: 0.58rem;
    margin-bottom: 0.9rem;
    background: #f5f5f5;
}

.news .news-main .main-item:nth-child(3n) {
    margin-right: 0;
}

.news .news-main .main-item .itme-pic {
    width: 100%;
    height: 2.76rem;
    overflow: hidden;
}

.news .news-main .main-item .itme-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news .news-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.4rem;
}

.news .news-main .main-item .item-cent .cent-time {
    font-family: ' ';
    font-size: var(--fs16);
    color: #7A7A7A;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news .news-main .main-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs22);
    font-weight: bold;
    height: .64rem;
    line-height: 0.36rem;
    color: #3D3C3C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news .news-main .main-item .item-cent .cent-button {
    width: 0.64rem;
    height: 0.44rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    border: solid 1px #0683CE;
    background: url("../images/index/new_m1.png") no-repeat center center;
    background-size: .08rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news .news-main .main-item:hover {
    // background: #0683CE;
}

.news .news-main .main-item:hover .itme-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.news .news-main .main-item:hover .item-cent .cent-button {
    background: #0683CE url("../images/index/new_m.png") no-repeat center center;
    background-size: .08rem;
}

.newsDetail {
    width: 100%;
    height: auto;
    margin-top: 0.73rem;
    overflow: visible;
}

.newsDetail .page-link {
    width: 100%;
    height: 0.7rem;
    padding: 0 1.92rem;
    background: #f9f9f9;
}

.newsDetail .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.65rem;
}

.newsDetail .newsDetails-top .top-main .main-title {
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    color: #333;
}

.newsDetail .newsDetails-top .top-main .main-time {
    margin-top: 0.32rem;
    font-size: var(--fs18);
    text-align: center;
    color: #ccc;
}

.newsDetail .newsDetails-top .top-main .main-time img {
    width: 16px;
    margin: -0.04rem 0.06rem 0 0;
}

.newsDetail .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f6f6f6;
}

.newsDetail .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #f0f0f0;
    background: #fff;
}

.newsDetail .newsDetails-main .main-box .box-share {
    position: sticky;
    top: 0;
    width: 1.5rem;
    height: 100%;
}

.newsDetail .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    background: #fafafa;
}

.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 16px;
    color: #666;
    border-bottom: solid 1px #ebebeb;
}

.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
}

.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 14px;
    color: #fff;
    background: #0683CE;
}

.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
}

.newsDetail .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 100px;
}

.newsDetail .newsDetails-main .main-box .box-cent {
    position: relative;
    width: 10.76rem;
    height: auto;
    padding: 0.65rem 0.6rem 1.15rem;
    background: #fff;
}

.newsDetail .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs18);
    line-height: 0.34rem;
    color: #333;
}

.newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.newsDetail .newsDetails-main .main-box .box-cent .cent-box video {
    width: 100%;
    height: auto;
}

.newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap embed,
.newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
}

.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: var(--fs16);
    line-height: 0.46rem;
    color: #333;
    background: #f7f7f7;
    border: solid 1px #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #333;
}

.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
    background: transparent;
    border: solid 1px #0683CE;
}

.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
    color: #0683CE;
}

.newsDetail .newsDetails-main .main-box .box-list {
    width: 3.1rem;
    height: auto;
    padding: 0.5rem 0.3rem 0;
    border-top: solid 4px #0683CE;
    background: #f5f5f5;
}

.newsDetail .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs18);
    font-weight: bold;
    color: #0683CE;
}

.newsDetail .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
}

.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs16);
    line-height: 0.24rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #0683CE;
}

.newsDetail .newsDetails-main .main-box .box-list .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background-color: #0683CE;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.newsDetail .newsDetails-main .main-box .box-list .list-button span {
    font-family: ' ';
    font-size: var(--fs14);
    text-transform: uppercase;
    color: #fff;
}

.newsDetail .newsDetails-main .main-box .box-list .list-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
}

.newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
}

.contact {
    width: 100%;
    height: auto;
}

.contact .contact-plate1 {
    padding: 0.75rem 0 1.2rem;
}

.contact .contact-plate1 .plate1-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact .contact-plate1 .plate1-top .top-cent {
    width: 5.76rem;
    height: auto;
}

.contact .contact-plate1 .plate1-top .top-cent .top-cent_tit {
    font-size: var(--fs28);
    color: #0683CE;
    font-weight: bold;
    margin-bottom: .5rem;
    padding-top: .7rem;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump {
    width: 100%;
    height: 1.7rem;
    padding: 0.35rem 0.28rem 0;
    border-left: solid 3px #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.25rem;
    font-size: var(--fs18);
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text span {
    width: 0.3rem;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text span img {
    width: 100%;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text p {
    width: calc(100% - 0.3rem);
    padding-left: 0.25rem;
    color: #333;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text p em {
    color: #999;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump-on {
    border-left: solid 3px #0683CE;
    background: linear-gradient(90deg, #f9f9f9, #fff);
}

.contact .contact-plate1 .plate1-top .top-cent .cent-lump-on .lump-title {
    color: #0683CE;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-bottom p {
    font-size: var(--fs18);
    color: #000;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-bottom a {
    width: 1.6rem;
    height: 0.5rem;
    margin-left: 0.38rem;
    font-size: var(--fs18);
    text-align: center;
    line-height: 0.46rem;
    color: #0683CE;
    border-radius: 0.1rem;
    border: solid 1px #e6e6e6;
}

.contact .contact-plate1 .plate1-top .top-cent .cent-bottom a:hover {
    color: #fff;
    border: solid 1px #0683CE;
    background: #0683CE;
}

.contact .contact-plate1 .plate1-top .top-map {
    position: relative;
    width: 9.6rem;
    height: 4.5rem;
}

.contact .contact-plate1 .plate1-top .top-map .map-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.contact .contact-plate1 .plate1-top .top-map .map-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 1.2rem;
    background: url("../images/product/contact_bg.png") no-repeat top left;
    background-size: cover;
}

.contact .contact-plate2 .plate2-box .box-title {
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.contact .contact-plate2 .plate2-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.contact .contact-plate2 .plate2-box .box-cont {
    display: flex;
    justify-content: space-between;
    // width: 13.1rem;
    height: auto;
    margin: 0.75rem auto 0;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left {
    width: 7.48rem;
    height: auto;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.88rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title {
    width: 1.3rem;
    height: auto;
    font-size: var(--fs18);
    color: #3D3C3C;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title em {
    font-size: var(--fs18);
    color: #ff2100;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title img {
    width: 0.21rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.3rem);
    height: 100%;
    font-size: var(--fs18);
    color: #666;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item input::placeholder {
    color: #C7C7C7;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right {
    width: 7.47rem;
    height: auto;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.88rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title {
    width: 1rem;
    height: auto;
    font-size: var(--fs16);
    color: #333;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title em {
    font-size: var(--fs18);
    color: #ff2100;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title img {
    width: 0.16rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item select {
    width: 1.28rem;
    height: 0.49rem;
    margin-left: 0.48rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: var(--fs16);
    color: #333;
    border: solid 1px #e6e6e6;
    background: url("../images/contact/icon_down.png") no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: 3.28rem;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: var(--fs16);
    color: #333;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title em {
    font-size: var(--fs18);
    color: #ff2100;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.16rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 2.1rem;
    margin-top: 0.25rem;
    font-family: '微软雅黑';
    font-size: var(--fs14);
    color: #666;
}

.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #ccc;
}

.contact .contact-plate2 .plate2-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
}

.contact .contact-plate2 .plate2-box .box-button .button {
    width: 2.06rem;
    height: 0.5rem;
    margin: 0 0.1rem;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #0683CE;
}

.contact .contact-plate2 .plate2-box .box-button .button:hover {
    background: #0683CE !important;
}

.pageW {
    width: 15.36rem;
    height: auto;
    margin: 0 auto;
}

.page-heng {
    width: .5rem;
    height: .05rem;
    margin-top: 0.2rem;
    background: #0683CE;
}

.page-title {
    font-size: var(--fs46);
    text-transform: uppercase;
    color: #000;
}

.page-title2 {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
}

.page-English {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #BCBCBC;
}

.page-button {
    display: block;
    position: relative;
    width: 1.39rem;
    height: 0.55rem;
    font-size: var(--fs16);
    text-align: center;
    line-height: 0.55rem;
    text-transform: uppercase;
    color: #fff;
    background: #0683CE;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.page-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
}

.page-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
}

.page-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-top: 0.74rem;
    z-index: 9;
}

.page-link .link-icon {
    width: .25rem;
    margin-right: 0.15rem;
}

.page-link .link-icon img {
    display: block;
    width: 100%;
}

.page-link .link-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    font-size: var(--fs16);
    color: #929292;
}

.page-link .link-text a {
    color: #000000;
}

.page-link .link-text a:hover {
    color: #0683CE;
    text-decoration: underline;
}

.page-link .link-text span {
    color: #0683CE;
}

.page-link .link-text em {
    width: 4px;
    height: 7px;
    margin: 0 0.15rem;
    background: url("../images/icon/icon-index-arrow.png") no-repeat center center;
    background-size: 100%;
}

.page-logo {
    width: 2.48rem;
}

.page-logo img {
    width: 100%;
}

.plate1-main .page-button {
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem 0 0.22rem;
    width: 1.64rem;
    height: 0.55rem;
    line-height: 0.55rem;
}