﻿@font-face {
    font-family: 'SourceHanSans-Heavy';
    src: url(/static/wap/fonts/SourceHanSans-Heavy.otf);
}

@font-face {
    font-family: 'SourceHanSans-Normal';
    src: url(/static/wap/fonts/SourceHanSans-Normal.otf);
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url(/static/wap/fonts/SourceHanSans-Medium.otf);
}

@font-face {
    font-family: 'SourceHanSans-Light';
    src: url(/static/wap/fonts/SourceHanSans-Light.otf);
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url(/static/wap/fonts/SourceHanSans-Bold.otf);
}

body {
    min-width: 320px;
    font-family: "SourceHanSans-Normal", "Microsoft Yahei", sans-serif;
    padding-bottom: 1.1rem;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ul,
ol,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-weight: normal
}

input,
fieldset {
    border: none
}

input {
    vertical-align: middle;
    font-family: "微软雅黑";
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-family: "微软雅黑"
}

li {
    list-style: none
}

em,
i {
    font-style: normal
}

*:focus {
    outline: none
}


/*去除所有浏览器默认边框*/

input::-ms-clear {
    display: none
}


/*去除IE9以上搜索默认X*/

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/*去除iPhone按钮样式*/


/*去掉移动端a标签的点击背景*/

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}


/*清除浮动*/

.clearfix:after {
    clear: both;
    display: block;
    height: 0px;
    content: '';
    visibility: hidden;
    font-size: 0px;
}

html {
    line-height: initial;
}

html,
body {
    width: 100%;
}

header {
    height: 1.1rem;
    width: 7.5rem;
    background-color: #FFF;
    position: sticky;
    left: 50%;
    top: 0;
    z-index: 9999;
    margin-left: -3.75rem;
}

header .logo {
    margin-left: .65rem;
}

header .logo img {
    height: .75rem;
}

header .menu-btn {
    width: .35rem;
    height: .27rem;
    background: url(/static/wap/images/menu.jpg)no-repeat center;
    background-size: 100%;
    position: absolute;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

header .search-btn {
    width: .46rem;
    height: .46rem;
    background: url(/static/wap/images/search.png)no-repeat center;
    background-size: 100%;
}

header>div:last-child>a {
    width: .46rem;
    height: .46rem;
    margin-right: .25rem;
}

.search-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 78, 169, .9);
}

.search-content .close {
    position: absolute;
    right: .4rem;
    top: .4rem;
    width: .46rem;
    height: .46rem;
    background: url(/static/wap/images/close.svg)no-repeat center;
    background-size: 100%;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 90%;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .26rem;
    background: none;
    padding-left: .2rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .46rem;
    background: url(/static/wap/images/search.svg)no-repeat center;
    background-size: 100%;
}

.nav {
    background-color: #1a1a1a;
    position: fixed;
    left: 0;
    top: 1.1rem;
    height: calc(100% - 1.1rem);
    z-index: 9998;
    width: 100%;
    overflow-x: auto;
}

.nav>li {
    border-bottom: 1px #282828 solid;
    position: relative;
}

.nav>li .arrow {
    position: absolute;
    right: .5rem;
    width: .3rem;
    height: 1.3rem;
    top: 0;
}

.nav>li .arrow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .29rem;
    height: .18rem;
    background: url(/static/wap/images/arrow.png)no-repeat center;
    background-size: 100%;
    z-index: 10;
    margin-top: -.09rem;
}

.nav>li>a {
    font-size: .32rem;
    font-family: 'SourceHanSans-Medium';
    padding-left: .6rem;
    line-height: 1.3rem;
    color: #FFF;
}

.nav .drop {
    line-height: .8rem;
}

.nav .drop>a {
    color: #FFF;
    padding-left: .8rem;
    border-bottom: 1px #282828 solid;
}

.banner {
    overflow: hidden;
}

.banner .swiper-slide {
    height: 10rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.banner .swiper-pagination {
    bottom: .5rem !important;
}

.banner .swiper-pagination-bullet {
    width: .3rem;
    height: 3px;
    background-color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner .txt {
    font-size: .31rem;
    color: #bebec0;
    margin-top: .8rem;
    line-height: 1.5;
}

.banner .title {
    font-size: .6rem;
    color: #FFF;
    line-height: 1.1;
    font-family: 'SourceHanSans-Heavy';
    margin-top: .25rem;
}

.banner .text {
    background-color: #004e98;
    color: #FFF;
    line-height: .4rem;
    padding-left: .35rem;
    padding-right: .35rem;
    margin-top: .3rem;
    font-size: .25rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.banner .btn {
    margin-top: .3rem;
}

.banner .btn>a {
    margin-right: .5rem;
    border: 1px #FFF solid;
    line-height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    width: 1.4rem;
    font-size: .2rem;
    color: #FFF;
}

.banner .btn>a:last-child {
    margin-right: 0;
}

.banner .btn>a::after {
    content: '';
    width: .11rem;
    height: .15rem;
    background: url(/static/wap/images/arrow1.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
}

.banner .swiper-slide:nth-child(1) .pic {
    margin-top: .8rem;
    padding-left: .5rem;
}

.banner .swiper-slide:nth-child(1) .pic>img {
    width: 5.73rem;
}

.banner .swiper-slide:nth-child(2) .txt,
.banner .swiper-slide:nth-child(4) .txt,
.banner .swiper-slide:nth-child(5) .txt,
.banner .swiper-slide:nth-child(7) .txt {
    margin-top: .6rem;
}

.banner .swiper-slide:nth-child(2) .title,
.banner .swiper-slide:nth-child(4) .title,
.banner .swiper-slide:nth-child(5) .title,
.banner .swiper-slide:nth-child(7) .title {
    margin-top: .1rem;
}

.banner .swiper-slide:nth-child(2) .text,
.banner .swiper-slide:nth-child(2) .btn,
.banner .swiper-slide:nth-child(4) .text,
.banner .swiper-slide:nth-child(4) .btn,
.banner .swiper-slide:nth-child(5) .text,
.banner .swiper-slide:nth-child(5) .btn,
.banner .swiper-slide:nth-child(7) .text,
.banner .swiper-slide:nth-child(7) .btn {
    margin-top: .2rem;
}

.banner .swiper-slide:nth-child(2) .pic,
.banner .swiper-slide:nth-child(4) .pic,
.banner .swiper-slide:nth-child(5) .pic,
.banner .swiper-slide:nth-child(6) .pic,
.banner .swiper-slide:nth-child(7) .pic {
    margin-top: .6rem;
}

.banner .swiper-slide:nth-child(2) .pic>img {
    width: 4.68rem;
}

.banner .swiper-slide:nth-child(3) .pic {
    margin-top: .8rem;
}

.banner .swiper-slide:nth-child(3) .pic>img {
    width: 1.9rem;
}

.banner .swiper-slide:nth-child(4) .pic>img {
    width: 6.82rem;
}

.banner .swiper-slide:nth-child(5) .pic>img {
    width: 6.67rem;
}

.banner .swiper-slide:nth-child(6) .pic>img {
    width: 4.43rem;
}

.banner .swiper-slide:nth-child(7) .pic>img {
    width: 2.3rem;
}

.home-pro {
    overflow: hidden;
}

.home-pro .item {
    width: 3.72rem;
    height: 3.3rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: .07rem;
    padding-top: .25rem;
    padding-bottom: .15rem;
}

.home-pro .item .txt {
    font-family: 'SourceHanSans-Light';
    font-size: .18rem;
    line-height: 1.2;
    color: #6d7378;
}

.home-pro .item .title {
    font-size: .3rem;
    font-family: 'SourceHanSans-Medium';
    line-height: 1.2;
    color: #1d1d1d;
}

.home-pro .item .text {
    font-size: .19rem;
    line-height: 1.5;
    color: #424547;
}

.home-pro .item .btn {
    margin-top: .05rem;
}

.home-pro .item .btn>a {
    margin-right: .2rem;
    border: 1px #000 solid;
    line-height: .24rem;
    border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
    font-size: .14rem;
    width: .86rem;
    color: #000;
}

.home-pro .item .btn>a:last-child {
    margin-right: 0;
}

.home-pro .item .pic {
    margin-top: .2rem;
    overflow: hidden;
    height: 1.6rem;
}

.home-pro .item .pic img {
    height: 100%;
}

.home-pro .item:nth-child(2) .pic {
    padding-left: .5rem;
}

.home-fangan {
    margin-top: .4rem;
    padding-left: .1rem;
    padding-right: .1rem;
}

.home-fangan .title {
    font-size: .45rem;
    line-height: 1;
    font-family: 'SourceHanSans-Bold';
}

.home-fangan .text {
    text-indent: .56rem;
    margin-top: .2rem;
    line-height: 1.7;
    padding-left: .1rem;
    padding-right: .1rem;
}

.home-fangan .item {
    overflow: hidden;
    height: 3rem;
    color: #FFF;
    margin-top: .1rem;
}

.home-fangan .item .tit {
    line-height: 1;
    font-size: .45rem;
    font-family: 'SourceHanSans-Bold';
}

.home-fangan .item .txt {
    font-family: 'SourceHanSans-Medium';
    font-size: .3rem;
    line-height: 1.2;
    margin-top: .2rem;
}

.home-fangan .item .btn {
    border: 1px #FFF solid;
    background-color: rgba(255, 255, 255, .1);
    font-size: .16rem;
    line-height: .36rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-top: .25rem;
    width: 2.2rem;
}

.home-fangan .item .btn::after {
    content: '';
    width: .07rem;
    height: .1rem;
    background: url(/static/wap/images/arrow2.png)no-repeat center;
    background-size: 100%;
    margin-left: .35rem;
}

.home-about {
    background: url(/static/wap/images/a-bg.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .45rem;
    padding-bottom: .15rem;
}

.home-about .title,
.home-news .title {
    font-size: .45rem;
    line-height: 1;
    font-family: 'SourceHanSans-Bold';
}

.home-about .text {
    line-height: 1.8;
    margin-top: .3rem;
}

.home-about .text p {
    text-indent: .56rem;
    margin-top: .1rem;
}

.home-news {
    margin-top: .6rem;
}

.home-news .sub-nav {
    font-size: .25rem;
}

.home-news .sub-nav>a {
    color: #1d1d1d;
    margin-left: .3rem;
    padding-bottom: .15rem;
}

.home-news .sub-nav>a.on {
    color: #004e98;
}

.home-news .sub-nav>a.on::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #004e98;
    bottom: 0;
}

.home-news .first {
    margin-top: .4rem;
}

.home-news .first .text {
    line-height: 1.7;
    color: #1d1d1d;
}

.home-news .first .pic {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    height: 3.3rem;
    margin-top: .2rem;
}

.home-news .content {
    margin-top: .3rem;
}

.home-news .item {
    padding-bottom: .3rem;
    padding-top: .3rem;
    border-bottom: 1px #d7d7d7 solid;
}

.home-news .item:last-child {
    border-bottom: 0;
}

.home-news .item .pic {
    width: 2.3rem;
    height: 1.35rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-right: .3rem;
}

.home-news .item .info {
    width: 100%;
    bottom: 0;
    font-size: .21rem;
    color: #6f6e6e;
    line-height: 1.2;
}

.home-news .item .tit {
    line-height: 1.7;
    margin-top: -.1rem;
}

.footer {
    background-color: #272727;
    padding-top: .3rem;
    padding-bottom: .3rem;
    color: #FFF;
}

.footer .title {
    font-size: .35rem;
    font-family: 'SourceHanSans-Medium';
    line-height: 1.2;
}

.footer .copyright {
    font-size: .16rem;
    border-top: 1px #474747 solid;
    margin-top: .5rem;
    line-height: 1.2;
    padding-top: .25rem;
    color: #ccced0;
}

.footer .copyright>a {
    color: #FFF;
    margin-right: .25rem;
    color: #ccced0;
}

.footer .copyright .backtop {
    background: url(/static/wap/images/top.png)no-repeat right top;
    padding-right: .25rem;
    background-size: .13rem;
}

.footer .content {
    margin-top: .2rem;
}

.footer .content .text {
    font-size: .22rem;
    padding-left: .3rem;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1.5;
    margin-top: .15rem;
    color: #b6b6b6;
}

.footer .content .text>span {
    color: #b6b6b6;
}

.footer .content .text>a {
    color: #FFF;
}

.footer .content .text.tel {
    background-image: url(/static/wap/images/whatsapp.png);
    background-size: .25rem;
}

.footer .content .text.email {
    background-image: url(/static/wap/images/email1.png);
    background-size: .25rem;
}

.footer .content .text.address {
    background-image: url(/static/wap/images/address.png);
    background-size: .17rem;
}

.footer .erwma-con {
    width: 1.22rem;
    transform: translateY(-.6rem);
    -webkit-transform: translateY(-.6rem);
    -moz-transform: translateY(-.6rem);
    -ms-transform: translateY(-.6rem);
    -o-transform: translateY(-.6rem);
    font-size: .16rem;
}

.footer .erwma-con .erwma {
    overflow: hidden;
}

.footer .erwma-con .erwma>img {
    width: 100%;
}

.footer .erwma-con .tit {
    margin-top: .1rem;
}

.footer .erwma-con .tit::before {
    content: '';
    width: .16rem;
    height: .16rem;
    margin-right: .15rem;
    background: url(/static/wap/images/icon1.png)no-repeat center;
    background-size: 100%;
}

.fixed-menu {
    width: 7.5rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    background-color: #FFF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 1.1rem;
    z-index: 998;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .2rem;
}

.fixed-menu .icon {
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.fixed-menu .tit {
    font-size: .18rem;
    margin-top: .1rem;
}

.fixed-menu>a:nth-child(1) .icon {
    background-image: url(/static/wap/images/icon2.png);
}

.fixed-menu>a:nth-child(2) .icon {
    background-image: url(/static/wap/images/icon3.png);
}

.fixed-menu>a:nth-child(4) .icon {
    background-image: url(/static/wap/images/icon4.png);
}

.fixed-menu>a:nth-child(5) .icon {
    background-image: url(/static/wap/images/icon5.png);
}

.fixed-menu>a:nth-child(1).on {
    color: #004e98;
}

.fixed-menu>a:nth-child(1).on .icon {
    background-image: url(/static/wap/images/icon2-on.png);
}

.fixed-menu>a:nth-child(2).on .icon {
    background-image: url(/static/wap/images/icon3-on.png);
}

.fixed-menu>a:nth-child(4).on .icon {
    background-image: url(/static/wap/images/icon4-on.png);
}

.fixed-menu>a:nth-child(5).on .icon {
    background-image: url(/static/wap/images/icon5-on.png);
}

.fixed-menu>a.kefu {
    width: 1.16rem;
    height: 1.16rem;
    background-color: #FFF;
    transform: translateY(-.4rem);
    -webkit-transform: translateY(-.4rem);
    -moz-transform: translateY(-.4rem);
    -ms-transform: translateY(-.4rem);
    -o-transform: translateY(-.4rem);
    border: 1px #f2f1f1 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.fixed-menu>a.kefu .icon {
    width: 100%;
    height: .7rem;
    background-image: url(/static/wap/images/kefu.png);
}

.fixed-menu>a.kefu .tit {
    line-height: .32rem;
    background-color: #004e98;
    color: #FFF;
    margin-top: .05rem;
}

.crumbs {
    color: #FFF;
    font-size: .26rem;
}

.crumbs>a {
    color: #FFF;
    margin-right: .35rem;
}

.crumbs>a::after {
    content: '>';
    position: absolute;
    right: -.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.crumbs .home {
    background: url(/static/wap/images/home.png)no-repeat left center;
    background-size: .27rem;
    width: .27rem;
    height: .25rem;
}

.pro .page1 {
    background: url(/static/wap/images/about-bg1.jpg)no-repeat center top;
    background-size: cover;
    height: 10rem;
    padding-top: .7rem;
    color: #FFF;
}

.pro .page1 .txt {
    font-size: .29rem;
    line-height: 1.5;
    margin-top: .6rem;
}

.pro .page1 .title {
    font-size: .56rem;
    line-height: 1;
    font-family: 'SourceHanSans-Heavy';
    margin-top: .1rem;
}

.pro .page1 .text {
    background-color: #004e98;
    line-height: .54rem;
    border-radius: .27rem;
    -webkit-border-radius: .27rem;
    -moz-border-radius: .27rem;
    -ms-border-radius: .27rem;
    -o-border-radius: .27rem;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-top: .2rem;
}

.pro .page1 .btn {
    margin-top: .2rem;
}

.pro .page1 .btn>a {
    background-color: #ffe7ae;
    background-image: linear-gradient(#fff8dc, #f8dda5);
    color: #004e98;
    line-height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-right: .2rem;
}

.pro .page1 .btn>a:last-child {
    margin-right: 0;
}

.pro .page1 .pic {
    margin-top: .6rem;
}

.pro .page1 .pic img {
    width: 100%;
}

.pro .page2 {
    padding-top: .7rem;
    color: #FFF;
    background: url(/static/wap/images/about-bg2.jpg)no-repeat center top;
    background-size: cover;
}

.pro .p-title {
    line-height: 1;
}

.pro .p-title .cn {
    font-size: .56rem;
    font-family: 'SourceHanSans-Heavy';
}

.pro .p-title .en {
    font-size: .22rem;
    font-family: 'SourceHanSans-Light';
    margin-top: .1rem;
}

.pro .page2 .three {
    margin-top: .45rem;
}

.pro .page2 .three img {
    height: 1.4rem;
}

.pro .page2 .des {
    margin-top: .2rem;
    text-indent: .56rem;
    line-height: 1.7;
}

.pro .page2 .play {
    margin-top: .7rem;
    overflow: hidden;
    height: 3.93rem;
}

.pro .page2 .play span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 9;
    background: url(/static/wap/images/play.png)no-repeat center;
    background-size: 100%;
    width: .85rem;
    height: .85rem;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 100%;
    height: 4.2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(/static/wap/images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.pro .page3 {
    overflow: hidden;
    background: url(/static/wap/images/about-bg3.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    color: #FFF;
}

.pro .page3 .des {
    text-indent: .56rem;
    line-height: 1.7;
    margin-top: .4rem;
}

.pro .page3 .zl {
    font-family: 'SourceHanSans-Light';
    font-size: .15rem;
    line-height: 2.4;
    color: #858585;
    margin-top: .1rem;
}

.pro .page3 .text-con {
    margin-top: .5rem;
}

.pro .page3 .text-con .tit {
    font-size: .33rem;
    font-family: 'SourceHanSans-Medium';
    line-height: 1;
}

.pro .page3 .text-con .text {
    font-family: 'SourceHanSans-Light';
    font-size: .24rem;
    color: #ccced0;
    line-height: 1.7;
    margin-top: .1rem;
}

.pro .page3 .con {
    margin-top: .2rem;
}

.pro .page3 .con .item {
    width: 1.72rem;
    height: 1.72rem;
    background-color: rgba(52, 52, 52, .6);
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pro .page3 .con .item .tit1 {
    margin-top: .1rem;
    font-size: .22rem;
    line-height: 1.2;
}

.pro .page3 .con .item .icon {
    margin-top: .2rem;
}

.pro .page3 .con .item .icon img {
    height: 1rem;
}

.pro .page3 .content .card {
    margin-top: .2rem;
    width: 3.53rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: rgba(52, 52, 52, .3);
}

.pro .page3 .content .card .pic {
    overflow: hidden;
    height: 1.65rem;
}

.pro .page3 .content .card .txt-con {
    padding: .2rem .15rem .3rem .15rem;
}

.pro .page3 .content .card .tit2 {
    font-family: 'SourceHanSans-Medium';
    line-height: 1;
    font-size: .33rem;
}

.pro .page3 .content .card .txt {
    font-family: 'SourceHanSans-Light';
    line-height: 1.7;
    color: #ccced0;
    margin-top: .15rem;
    font-size: .24rem;
}

.pro .page4 {
    background: url(/static/wap/images/about-bg4.jpg)no-repeat center top;
    background-size: 100% 100%;
    padding-top: .7rem;
    color: #FFF;
}

.pro .page4 .body {
    border: 1px #e3e3e3 solid;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-top: .4rem;
    background-color: #1f2327;
}

.pro .page4 .body .th {
    font-size: .21rem;
    border-bottom: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    height: .56rem;
}

.pro .page4 .body .td {
    font-size: .18rem;
    line-height: 1.2;
    border-bottom: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    font-family: 'SourceHanSans-Light';
    padding-left: .05rem;
    padding-right: .05rem;
}

.pro .page5 {
    background: url(/static/wap/images/about-bg5.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    color: #FFF;
}

.pro .page5 .first {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 4.25rem;
    overflow: hidden;
    margin-top: .4rem;
}

.pro .page5 .pic {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 3.5rem;
    height: 4.25rem;
    margin-top: .1rem;
}

.pro .page6 {
    padding-top: .7rem;
    background-color: #000;
    color: #FFF;
}

.pro .page6 .swiper-container {
    margin-top: .4rem;
    padding-bottom: .45rem;
}

.pro .page6 .swiper-slide {
    background-color: #252525;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    min-height: 6.8rem;
}

.pro .page6 .swiper-slide .pic {
    height: 1.6rem;
    overflow: hidden;
}

.pro .page6 .swiper-slide .con {
    padding: .3rem .1rem .2rem .1rem;
}

.pro .page6 .swiper-slide .tit {
    font-family: 'SourceHanSans-Medium';
    line-height: 1.2;
    font-size: .32rem;
}

.pro .page6 .swiper-slide .text-con {
    padding-left: .25rem;
    background: url(/static/wap/images/icon10.png)no-repeat left .05rem;
    margin-top: .15rem;
    background-size: .18rem;
}

.pro .page6 .swiper-slide .text-con .txt {
    font-size: .2rem;
}

.pro .page6 .swiper-slide .text-con .des {
    font-size: .18rem;
    line-height: 1.7;
}

.pro .page6 .swiper-pagination,
.pro .page8 .swiper-pagination,
.news .special .swiper-pagination {
    bottom: 0;
}

.pro .page6 .swiper-pagination-bullet,
.pro .page8 .swiper-pagination-bullet,
.news .special .swiper-pagination-bullet {
    background-color: #82888e;
    opacity: 1;
    width: .13rem;
    height: .13rem;
    margin: 0 .1rem !important;
}

.pro .page6 .swiper-pagination-bullet-active,
.pro .page8 .swiper-pagination-bullet-active,
.news .special .swiper-pagination-bullet-active {
    background-color: #51585e;
}

.pro .page7 {
    background: url(/static/wap/images/about-bg6.jpg)no-repeat center top;
    padding-top: .7rem;
    height: 4.1rem;
    color: #FFF;
}

.pro .page7 .content {
    margin-top: .6rem;
}

.pro .page7 .content>div {
    margin-top: .3rem;
}

.pro .page7 .lo {
    height: .64rem;
    margin-right: .4rem;
}

.pro .page7 .lo img {
    height: 100%;
}

.pro .page7 .content>div:last-child .lo {
    margin-right: .3rem;
}

.pro .page7 .lo:last-child {
    margin-right: 0 !important;
}

.pro .page8 {
    background: url(/static/wap/images/about-bg7.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    color: #FFF;
}

.pro .page8 .swiper-container {
    margin-top: .5rem;
    padding-bottom: .5rem;
}

.pro .page8 .swiper-slide {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(52, 52, 52, .3);
    overflow: hidden;
    padding: .15rem 0;
}

.pro .page8 .swiper-slide .pic {
    height: 1.8rem;
    overflow: hidden;
}

.pro .page8 .swiper-slide .pic img {
    max-height: 100%;
    max-width: 100%;
}

.pro .page8 .swiper-slide .tit {
    font-size: .24rem;
    font-family: 'SourceHanSans-Medium';
    background: url(/static/wap/images/arrow3.png)no-repeat center bottom;
    padding-bottom: .2rem;
    margin-top: .1rem;
}

.pro .page9 {
    background: url(/static/wap/images/about-bg8.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    color: #FFF;
    padding-bottom: .5rem;
}

.pro .page9 .title {
    font-size: .35rem;
    font-family: 'SourceHanSans-Medium';
    line-height: 1;
}

.pub-form .content {
    margin-top: .4rem;
}

.pub-form .content .group {
    margin-bottom: .3rem;
    background-color: #FFF;
    height: .6rem;
    padding-left: .3rem;
}

.pub-form .content .group:last-child {
    margin-bottom: 0;
}

.pub-form .content .group .icon {
    width: .32rem;
    height: .32rem;
    margin-right: .25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pub-form .content .group .tit {
    margin-right: .2rem;
    color: #343434;
}

.pub-form .content .group input {
    width: 100%;
    height: .6rem;
    font-size: .27rem;
}

.pub-form .content .group.name .icon {
    background-image: url(/static/wap/images/f-icon1.png);
}

.pub-form .content .group.com .icon {
    background-image: url(/static/wap/images/f-icon2.png);
}

.pub-form .content .group.tel .icon {
    background-image: url(/static/wap/images/f-icon3.png);
}

.pub-form .content .group.address .icon {
    background-image: url(/static/wap/images/f-icon4.png);
}

.pub-form .max_box {
    margin-top: .4rem;
}

.pub-form .max_box .tit {
    font-family: 'SourceHanSans-Light';
}

.pub-form input[type='checkbox'] {
    width: 0;
}

.pub-form .max_box li {
    width: 48%;
    font-size: .2rem;
    margin-top: .1rem;
}

.pub-form .max_box label {
    display: block;
    cursor: pointer;
}

.pub-form .max_box .check_container {
    width: .18rem;
    height: .18rem;
    background-color: #FFF;
    float: left;
    margin-top: .04rem;
    position: relative;
}

.pub-form .max_box input[type='checkbox']:checked+.check_container:before {
    content: '';
    position: absolute;
    width: .03rem;
    height: .12rem;
    border-right: 2px solid snow;
    border-bottom: 2px solid snow;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: .06rem;
    top: .01rem;
}

.pub-form .max_box input[type='checkbox']:checked+.check_container {
    background-color: #16b777;
}

.pub-form .textarea {
    background-color: #FFF;
    width: 100%;
    margin-top: .4rem;
    padding: .2rem .35rem;
    font-size: .25rem;
    font-family: 'SourceHanSans-Normal';
    height: 2rem;
}

.pub-form input[type='submit'] {
    width: 100%;
    background-color: #004e98;
    color: #FFF;
    letter-spacing: 3px;
    font-size: .32rem;
    font-family: 'SourceHanSans-Medium';
    height: .6rem;
    margin-top: .45rem;
}

.contact {
    background-color: #f5f5f7;
    padding-bottom: .45rem;
}

.contact .n-banner {
    height: 3rem;
    background: url(/static/wap/images/contact-banner.jpg)no-repeat center;
    background-size: cover;
    padding-top: .65rem;
    color: #FFF;
}

.contact .n-banner .title {
    font-size: .5rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
    margin-top: .55rem;
}

.contact .n-banner .text {
    font-size: .24rem;
    margin-top: .4rem;
}

.contact .pub-form {
    margin-top: .9rem;
}

.contact .pub-form .title {
    font-size: .5rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
}

.contact .pub-form .des {
    line-height: 1.7;
    margin-top: .3rem;
}

.contact .map {
    margin-top: .3rem;
}

.contact .map img {
    width: 100%;
}

.contact .item {
    height: 2.4rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
    background-color: #FFF;
    margin-top: .2rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

.contact .item:first-child {
    margin-top: .5rem;
}

.contact .item .icon {
    width: .54rem;
    height: .54rem;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.contact .item .icon.tel {
    background-image: url(/static/wap/images/tel1.png);
}

.contact .item .icon.address {
    background-image: url(/static/wap/images/address1.png);
}

.contact .item .tit {
    font-family: 'SourceHanSans-Medium';
    font-size: .28rem;
    line-height: 1;
    margin-top: .2rem;
}

.contact .item .text-con {
    width: 2.4rem;
    margin-right: .3rem;
}

.contact .item .text-con::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 2.2rem;
    background-image: linear-gradient(#FFF, rgba(0, 0, 0, .1), #FFF);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.contact .item .text {
    line-height: 1.8;
}

.case .page1 {
    background: url(/static/wap/images/case-bg1.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    color: #FFF;
    padding-bottom: .35rem;
}

.case .page1 .title {
    font-size: .5rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
    margin-top: .5rem;
}

.case .page1 .text {
    line-height: 1.7;
    margin-top: .35rem;
}

.case .page1 .pic-roll {
    margin-top: .4rem;
    overflow: hidden;
}

.case .page1 .pic-roll>ul {
    margin-top: .2rem;
}

.case .page1 .pic-roll>ul:first-child {
    margin-top: 0;
}

.case .page1 .pic-roll>ul>li {
    height: 1.6rem;
    width: 2.5rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-right: .15rem;
}

.case .page1 .pic-roll>ul>li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(128, 122, 118, .7);
    line-height: ;
    font-size: .25rem;
    font-family: 'SourceHanSans-Bold';
    letter-spacing: 3px;
}

.case .page1 .pic-roll>ul>li .tit::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #FFF;
    margin-right: .2rem;
}

.case .page1 .pic-roll>ul>li .tit::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #FFF;
    margin-left: .2rem;
}

.case .page1 .pic-roll ul {
    width: max-content;
    will-change: transform;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.scroll-left {
    animation: scrollLeft 20s linear infinite;
}

.scroll-right {
    animation: scrollRight 20s linear infinite;
}

.pic-roll ul:hover {
    animation-play-state: paused;
}

.case .page1 .pic-roll>ul:nth-child(2)>li {
    width: 3rem;
    height: 2.1rem;
}

.case .list {
    padding-top: .9rem;
    padding-bottom: .4rem;
    background: url(/static/wap/images/case-bg2.jpg)no-repeat center top;
    background-size: 100%;
}

.case .list .title {
    font-size: .5rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
}

.case .list .text {
    line-height: 1.7;
    margin-top: .4rem;
}

.case .list ul {
    margin-top: .35rem;
}

.case .list li {
    width: 1.65rem;
    height: .86rem;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-top: .15rem;
    margin-right: .16rem;
}

.case .list li:nth-of-type(4n) {
    margin-right: 0;
}

.case .list li img {
    max-width: 100%;
    max-height: 100%;
}

.news {
    background-color: #000;
}

.news .n-banner {
    padding-top: .7rem;
    color: #FFF;
    height: 3.3rem;
    background: url(/static/wap/images/news-banner.jpg)no-repeat center top;
    background-size: cover;
}

.news .n-banner .title {
    font-size: .5rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
    margin-top: .3rem;
}

.news .n-banner .text {
    line-height: 1.7;
    margin-top: .4rem;
}

.news .content {
    padding-top: .9rem;
}

.news .content .n-title .title {
    font-size: .45rem;
    line-height: 1;
    font-family: 'SourceHanSans-Bold';
    color: #FFF;
    padding-bottom: .4rem;
}

.news .content .n-title .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .5rem;
    height: 6px;
    background-color: #004e98;
}

.news .content .n-title>a {
    position: absolute;
    right: 0;
    bottom: -.3rem;
    border: 1px #FFF solid;
    font-size: .2rem;
    color: #FFF;
    line-height: .38rem;
    padding: 0 .2rem;
    border-radius: .19rem;
    -webkit-border-radius: .19rem;
    -moz-border-radius: .19rem;
    -ms-border-radius: .19rem;
    -o-border-radius: .19rem;
}

.news .content .con {
    margin-top: .4rem;
}

.news .content .item {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: #FFF;
    margin-top: .2rem;
}

.news .content .item .pic {
    overflow: hidden;
    height: 3.8rem;
}

.news .content .item .text-con {
    padding: .25rem .2rem;
}

.news .content .item .tit {
    line-height: 1;
    font-size: .29rem;
    font-family: 'SourceHanSans-Bold';
    color: #000;
}

.news .content .item .des {
    line-height: 1.7;
    margin-top: .2rem;
    color: #2d2d2d;
}

.news .content .item .des span {
    font-size: .25rem;
    padding-right: .2rem;
    background: url(/static/wap/images/arrow4.png)no-repeat right center;
    background-size: .1rem;
}

.news .content .item .info {
    margin-top: .35rem;
}

.news .content .item .address {
    background: url(/static/wap/images/address2.png)no-repeat left center;
    padding-left: .4rem;
    background-size: .33rem;
}

.news .content .text {
    line-height: 1.7;
    color: #FFF;
    text-indent: .54rem;
}

.news .hangye {
    background: url(/static/wap/images/news-bg1.jpg)no-repeat center top;
    background-size: 100%;
}

.news .special {
    background: url(/static/wap/images/news-bg2.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .3rem;
}

.news .special .swiper-container {
    margin-top: .4rem;
    padding-bottom: .5rem;
}

.news .special .swiper-slide {
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    height: 3.45rem;
}

.pro-content {
    background-color: #f0f0f0;
}

.pro-content .menu {
    width: 2.4rem;
    position: sticky;
    left: 0;
    top: 1.1rem;
}

.pro-content .menu>a {
    z-index: 10;
    line-height: .94rem;
    padding-left: .15rem;
    font-size: .22rem;
    color: #848484;
    border-right: 1px #eeeeee solid;
    background-color: #FFF;
}

.pro-content .menu>a::after {
    content: '';
    position: absolute;
    left: .15rem;
    right: .15rem;
    bottom: 0;
    height: 1px;
    background-color: #eeeeee;
}

.pro-content .menu>a.p {
    border-bottom-right-radius: .2rem;
    overflow: hidden;
}

.pro-content .menu>a.n {
    border-top-right-radius: .2rem;
    overflow: hidden;
}

.pro-content .menu>a.on {
    background-color: #f0f0f0;
    color: #000;
    font-family: 'SourceHanSans-Medium';
    border-right: 0;
}

.pro-content .menu>a.on::after {
    display: none;
}

.pro-content .content {
    padding: 0 .2rem .1rem .1rem;
}

.pro-content .content .item {
    margin-top: .1rem;
    background-color: #FFF;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    height: 4.9rem;
    padding: .4rem .2rem 0 .2rem;
}

.pro-content .content .item .pic {
    height: 3.85rem;
}

.pro-content .content .item .pic img {
    max-width: 90%;
    max-height: 95%;
}

.pro-content .content .item .tit {
    font-size: .23rem;
    color: #848484;
    line-height: 1.5;
    margin-top: .05rem;
}

.about {
    background-color: #000;
}

.about .page1 {
    background: url(/static/wap/images/about-bg11.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    color: #FFF;
    padding-bottom: .2rem;
}

.about .title {
    font-size: .5rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
}

.about .page1 .title {
    margin-top: .6rem;
}

.about .page1 .text {
    margin-top: .4rem;
    line-height: 1.7;
}

.about .page1 .text p {
    text-indent: .54rem;
    margin-top: .1rem;
}

.about .page2 {
    background: url(/static/wap/images/about-bg12.jpg)no-repeat center top;
    background-size: cover;
    color: #FFF;
    padding-bottom: .5rem;
    height: 4.2rem;
    padding-top: 1.8rem;
}

.about .page2 .item .tit {
    font-size: .45rem;
    line-height: 1;
    font-family: 'SourceHanSans-Bold';
}

.about .page2 .item .des {
    line-height: 1.7;
    margin-top: .1rem;
    font-size: .26rem;
}

.about .page2 .text {
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .2rem;
}

.about .page3 {
    padding-top: .8rem;
    color: #FFF;
}

.about .page3 .title,
.about .page6 .title,
.about .page7 .title {
    padding-bottom: .45rem;
}

.about .page3 .title::after,
.about .page6 .title::after,
.about .page7 .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: .5rem;
    height: 7px;
    background-color: #004e98;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about .page3 .content {
    margin-top: .4rem;
}

.about .page3 .item {
    width: 3.5rem;
    height: 3rem;
    overflow: hidden;
    background-color: #333;
    margin-top: .1rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .1rem;
}

.about .page3 .item .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-left: auto;
    margin-right: auto;
}

.about .page3 .item .icon img {
    width: 100%;
}

.about .page3 .item .num {
    margin-top: .2rem;
    font-size: .55rem;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
}

.about .page3 .item .txt {
    font-style: italic;
    line-height: 1.3;
    margin-top: .05rem;
}

.about .page3 .item:nth-child(3) .txt,
.about .page3 .item:nth-child(4) .txt {
    margin-top: .15rem;
}

.about .page4 {
    margin-top: 1.1rem;
}

.about .page5 {
    padding-top: 1rem;
    background: url(/static/wap/images/about-bg13.jpg)no-repeat center top;
    background-size: cover;
    color: #FFF;
}

.about .page5 .des {
    line-height: 1.7;
    margin-top: .2rem;
}

.about .page6,
.about .page7 {
    padding-top: 1rem;
    color: #FFF;
}

.about .page6 .text {
    line-height: 1.4;
    margin-top: .35rem;
}

.about .page6 .content {
    margin-top: .45rem;
}

.about .page6 .item {
    width: 2.2rem;
}

.about .page6 .item .pic {
    overflow: hidden;
    height: 1.85rem;
}

.about .page6 .item .tit {
    line-height: 1;
    font-size: .3rem;
    font-family: 'SourceHanSans-Medium';
    margin-top: .15rem;
}

.about .page6 .item .des {
    font-size: .25rem;
    letter-spacing: 2px;
    line-height: 1.7;
    margin-top: .1rem;
}

.about .page7 .item {
    margin-top: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 4.5rem;
    padding-top: .5rem;
}

.about .page7 .item .tit {
    font-size: .38rem;
    font-family: 'SourceHanSans-Medium';
}

.about .page7 .item .tit i {
    margin-right: .2rem;
    font-size: .42rem;
    font-family: 'SourceHanSans-Bold';
}

.about .page7 .item .des {
    font-family: 'SourceHanSans-Light';
    line-height: 1.6;
    text-indent: .54rem;
    margin-top: .15rem;
    font-size: .25rem;
}

.about .page8 {
    height: 2.8rem;
    background: url(/static/wap/images/about-bg14.jpg)no-repeat center top;
    background-size: cover;
}