@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

input,
input:focus,
textarea,
textarea:focus,
select,
select:focus {
    font-size: 16px;
    -webkit-appearance: none;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'Roboto';
    min-width: 320px;
}

@media (max-width:767px) {
    body {
        font-size: 16px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #02757c;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    max-width: 100%;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-uppercase {
    text-transform: uppercase;
}

@keyframes ani_turn2 {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.svg") format("svg");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.svg") format("svg");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.svg") format("svg");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.svg") format("svg");
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/Sansation-Regular.eot');
    src: url('../fonts/Sansation-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Sansation-Regular.woff2') format('woff2'), url('../fonts/Sansation-Regular.woff') format('woff'), url('../fonts/Sansation-Regular.svg#Sansation-Regular') format('svg');
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Regular.eot');
    src: url('../fonts/Overpass-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Overpass-Regular.woff2') format('woff2'), url('../fonts/Overpass-Regular.woff') format('woff'), url('../fonts/Overpass-Regular.svg#Overpass-Regular') format('svg');
}

@font-face {
    font-family: 'Overpass-Bold';
    src: url('../fonts/Overpass-Bold.eot');
    src: url('../fonts/Overpass-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Overpass-Bold.woff2') format('woff2'), url('../fonts/Overpass-Bold.woff') format('woff'), url('../fonts/Overpass-Bold.svg#Overpass-Bold') format('svg');
}

@font-face {
    font-family: 'Nissan';
    src: url('../fonts/Nissan.eot');
    src: url('../fonts/Nissan.eot?#iefix') format('embedded-opentype'), url('../fonts/Nissan.woff2') format('woff2'), url('../fonts/Nissan.woff') format('woff'), url('../fonts/Nissan.ttf') format('truetype'), url('../fonts/Nissan.svg#Nissan') format('svg');
}

.fB {
    font-weight: bold;
}


/* 头部 */

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: .2rem 2.7rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-family: 'Overpass-Bold';
}

.header.fixed,
.header.on {
    background-color: #02757c;
}

.header .logo img {
    height: .64rem;
}

.header .lang {
    color: #FFF;
}

.header .lang img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    animation: 3s linear infinite ani_turn2;
    -webkit-animation: 10s linear infinite ani_turn2;
    margin-right: .05rem;
    width: .26rem;
}

.header .search-btn {
    background: url(../images/search.png)no-repeat center;
    width: .26rem;
    height: .26rem;
    margin-right: .25rem;
    cursor: pointer;
    background-size: 100%;
}

.header .search-btn.close {
    background-image: url(../images/close.svg);
}

.search-content {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .content {
    position: absolute;
    right: 2.6rem;
    top: 1.2rem;
    width: 4rem;
    height: .6rem;
    background-color: #FFF;
}

.search-content .content form {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-content .content input[type='text'] {
    font-size: .2rem;
    background: none;
    padding-left: .2rem;
}

.search-content .content input[type='submit'] {
    width: .4rem;
    background: #02757c url(../images/search.png)no-repeat center;
    background-size: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: .4rem;
    margin-right: .2rem;
    /* margin-top: .1rem; */
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav-con {
    margin-top: .15rem;
}

.nav li {
    margin-right: .3rem;
}

.nav li>a {
    line-height: .64rem;
    font-size: .21rem;
    color: #FFF;
}

.nav .drop {
    left: -.1rem;
    top: .64rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #02757c;
    line-height: .6rem;
    padding-top: .2rem;
    min-width: 2.2rem;
    padding-bottom: .1rem;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: .3rem;
    top: .08rem;
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #FFF solid;
}

.nav .drop .row {
    position: relative;
}

.nav .drop.sub-pro {
    width: 3.6rem;
}

.nav .drop::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: .18rem;
    height: 1px;
    border-top: 3px #FFF solid;
}

.nav .drop.sub-pro .icon-box {
    width: .8rem;
    height: .64rem;
    padding: .1rem;
    opacity: .6;
    margin-left: .4rem;
}

.nav .drop.sub-pro .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav .drop.sub-pro .icon-box .icon-hover {
    display: none;
}


.nav .drop>a,
.nav .row>a {
    font-size: 0.18rem;
    color: #fff;
    padding: 0 .3rem;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    border-bottom: 1px #53a1a6 solid;
    font-weight: bold;
}

.nav .subdrop {
    width: 2.3rem;
    background-color: #02757c;
    position: absolute;
    top: 0;
    right: -2.3rem;
    transform: rotateX(90deg);
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
}

.nav .subdrop .lk {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    padding: 0 .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #53a1a6 solid;
}


/* 首页 */

.banner,
.banner .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.banner video {
    width: 100%;
    height: auto;
}

.banner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    width: 100%;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .video {
    height: 100% !important;
    width: 100% !important;
}

.banner .video img {
    opacity: 0;
}

.mb-banner {
    display: none;
    overflow: hidden;
}

.mb-banner img {
    width: 100%;
}

.mb-banner .swiper-button-white {
    background-size: .3rem;
}

.footer {
    padding: .5rem 2.3rem;
    background-image: linear-gradient(90deg, #195b7d, #107d8b);margin-top: 1px;
}

.footer .tit {
    font-size: .26rem;
    font-family: "Roboto-Medium";
    color: #FFF;
    text-transform: capitalize;
}

.footer .sub {
    font-family: "Roboto-Regular";
    margin-top: .2rem;
}

.footer .sub a {
    color: #3ed8c3;
    line-height: 1.8;
}

.footer .sns {
    border-top: 1px #467999 solid;
    margin-top: .7rem;
    padding-top: .4rem;
}

.footer .sns a {
    width: .6rem;
    height: .6rem;
    border: 2px #3ed8c3 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #165b81;
    margin-right: .1rem;
    overflow: hidden;
}

.footer .sns a img {
    width: .42rem;
}

.footer .sns a:last-child {
    margin-right: 0;
}

.copyright {
    background-color: #161515;
    padding: .2rem 2.3rem;
    font-size: .23rem;
    color: #d1d1d1;
    font-family: "Roboto-Regular";
}

.copyright a {
    color: #d1d1d1;
    margin-right: .2rem;
}

.copyright>div {
    opacity: .5;
}

.copyright img {
    height: .38rem;
}

.copyright .txt {
    border-right: 1px #FFF solid;
    padding-right: .2rem;
    margin-right: .2rem;
}

.mb-nav {
    position: fixed;
    right: .2rem;
    bottom: .4rem;
    width: .6rem;
    z-index: 10001;
    display: none;
}

.mb-nav a {
    width: 100%;
    height: .6rem;
    background-color: #02757c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: .2rem;
}

.mb-nav a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mb-nav a.tel {
    background-image: url(../images/tel.png);
}

.mb-nav a.whatapp {
    background-image: url(../images/icon11.png);
    margin-top: .2rem;
}

.home-title {
    font-size: .46rem;
    font-family: 'Roboto-Bold';
}

.home-what {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    margin-top: .9rem;
}

.home-what .text {
    font-family: 'Sansation';
    font-size: .22rem;
    padding-left: .9rem;
    padding-right: .9rem;
    margin-top: .45rem;
    line-height: 1.8;
}

.home-what .content {
    margin-top: .6rem;
}

.home-what .item {
    margin-top: .1rem;
    width: 24.5%;
    margin-right: .66%;
    /* height: 2.35rem; */
    overflow: hidden;
    position: relative;
    padding-top: 17.1%;
}

.home-what .item img {
    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: 100%;
}

.home-what .item:nth-of-type(4n) {
    margin-right: 0;
}

.home-what .item .tit {
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    color: #FFF;
    font-size: .23rem;
    font-family: 'Sansation';
    font-weight: bold;
    text-transform: capitalize;
    z-index: 10;
}

.home-wel {
    margin-top: 1.2rem;
    padding-left: 2.3rem;
    padding-right: .5rem;
    padding-top: 1.1rem;
    padding-bottom: .8rem;
    z-index: 10;
    color: #FFF;
}

.home-wel::after {
    content: '';
    position: absolute;
    top: 0;
    left: .5rem;
    right: 1.2rem;
    background-color: #02757c;
    z-index: -1;
    height: 100%;
}

.home-wel .pic {
    width: 10.35rem;
    overflow: hidden;
    margin-left: .6rem;
    cursor: pointer;
}

.home-wel .home-title {
    color: #FFF;
}

.home-wel .text {
    font-family: 'Roboto-Regular';
    font-size: .19rem;
    line-height: 1.7;
    margin-top: .4rem;
    color: #FFF;
}

.home-wel .more {
    background-color: #FFF;
    color: #02757c;
    font-family: 'Roboto-Medium';
    font-size: .21rem;
    line-height: .6rem;
    height: .6rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    padding: 0 .6rem;
    margin-top: .75rem;
}

.home-num {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    margin-top: .75rem;
}

.home-num .item {
    border-right: 1px #e4e4e4 solid;
    padding-left: .6rem;
    padding-right: .6rem;
    width: 20%;
}

.home-num .item::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    height: .7rem;
    background-color: #ffd200;
}

.home-num .item:last-child {
    border-right: 0;
}

.home-num .item:last-child::after {
    display: none;
}

.home-num .item .icon {
    height: .65rem;
    opacity: .7;
}

.home-num .item .num {
    font-size: .24rem;
    color: #3e3e3e;
    margin-top: .2rem;
}

.home-num .item .num span {
    font-size: .45rem;
}

.home-num .item .text {
    font-family: 'Roboto-Light';
    font-size: .17rem;
    margin-top: .2rem;
}

.home-num .item:nth-child(1) .icon img {
    height: .57rem;
}

.home-num .item:nth-child(2) .icon img {
    height: .54rem;
}

.home-num .item:nth-child(3) .icon img {
    height: .63rem;
}

.home-num .item:nth-child(4) .icon img {
    height: .58rem;
}

.home-num .item:nth-child(5) .icon img {
    height: .61rem;
}

.home-bar {
    margin-top: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.home-bar .content {
    margin-top: .4rem;
}

.home-bar .item {
    margin-top: .4rem;
    width: 30.3%;
    margin-right: 4.5%;
    padding-bottom: .6rem;
}

.home-bar .item:last-child {
    margin-right: 0;
}

.home-bar .item .pic {
    height: 2.85rem;
    overflow: hidden;
}

.home-bar .item .tit {
    font-size: .3rem;
    font-family: 'Overpass-Bold';
    margin-top: .3rem;
}

.home-bar .item .des {
    margin-top: .2rem;
}

.home-bar .item .more {
    text-decoration: underline;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-ad {
    margin-top: 1.2rem;
}

.home-ad .ad {
    width: 50%;
    height: 6.35rem;
    overflow: hidden;
}

.home-ad .ad .text-con {
    position: absolute;
    left: 1.8rem;
    top: 1.4rem;
    right: 1.8rem;
    color: #FFF;
}

.home-ad .ad .tit {
    font-family: 'Overpass-Bold';
    font-size: .42rem;
}

.home-ad .ad .text {
    margin-top: .4rem;
    font-size: .21rem;
}

.home-ad .ad .button {
    margin-top: .45rem;
    background-color: #FFF;
    line-height: .6rem;
    height: .6rem;
    padding-left: .45rem;
    padding-right: .85rem;
    color: #333;
}

.home-ad .ad .button::after {
    content: '';
    position: absolute;
    top: 0;
    right: .35rem;
    width: .12rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news {
    margin-top: 1.1rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}

.home-news .content {
    margin-top: .6rem;
}

.home-news .item {
    margin-top: .6rem;
    width: 49%;
    margin-right: 2%;
}

.home-news .item:nth-child(even) {
    margin-right: 0;
}

.home-news .item .pic {
    width: 3.05rem;
    height: 2rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-news .item .tit {
    font-family: 'Roboto-Bold';
    font-size: .22rem;
    line-height: 1.5;
    height: .66rem;
}

.home-news .item .des {
    font-family: 'Roboto-Regular';
    font-size: .17rem;
    line-height: 1.6;
    margin-top: .15rem;
}

.home-news .item span {
    width: .17rem;
    height: .13rem;
    background: url(../images/more1.png)no-repeat right center;
    background-size: 100%;
    margin-top: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .all {
    margin-top: .9rem;
    background-color: #02757c;
    line-height: .8rem;
    padding: 0 .5rem;
    color: #FFF;
    font-family: 'Roboto-Bold';
}

.pub-form {
    height: 4.4rem;
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    margin-top: 1.5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: .7rem;
    color: #FFF;
    font-family: 'Sansation';
    overflow: hidden;
}

.pub-form .title {
    font-size: .4rem;
    font-weight: bold;
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    line-height: 2;
    margin-bottom: .4rem;
}

.pub-form .text {
    font-size: .22rem;
    line-height: 2.4;
}

.pub-form .text p {
    padding-left: .25rem;
}

.pub-form .text p::after {
    content: '';
    position: absolute;
    left: 0;
    width: .1rem;
    height: .1rem;
    background-color: #ff0a16;
    top: 50%;
    margin-top: -.05rem;
}

.pub-form .form {
    width: 6.9rem;
}

.pub-form .form input[type='text'] {
    height: .6rem;
    padding-left: .2rem;
    font-size: .2rem;
}

.sub-form .submit,
.pub-form .form input[type='submit'] {
    position: relative;
    background-color: #ff0a16;
    color: #FFF;
    width: 1.8rem;
    font-weight: bold;
    font-size: .2rem;
}

.pub-form .form input[type='checkbox'] {
    width: 0;
}

.pub-form .form .agreement {
    margin-top: .2rem;
}

.pub-form .form label {
    width: 100%;
    height: 32px;
    cursor: pointer;
}

.pub-form .form .check_container {
    width: 18px;
    height: 18px;
    border: 1px solid snow;
    position: relative;
    margin-right: .1rem;
}

.pub-form .form input[type='checkbox']:checked+.check_container:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 10px;
    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: 6px;
}


/* 视频弹出 */

.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: 12.8rem;
    height: 7.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(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.container {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
}


/* 公用通栏 */

.pub-banner {
    overflow: hidden;
    font-family: 'Overpass';
    color: #FFF;
}

.pub-banner img {
    width: 100%;
}

.pub-banner .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left:30px;
    width: 100%;
}

.pub-banner .title {
    font-size: .4rem;
}

.pub-banner .text {
    width: 6.9rem;
    margin-top: .2rem;
    font-size: .21rem;
    line-height: 1.5;
    padding-bottom: .5rem;
}

.pub-banner .text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 1.4rem;
    background-color: #FFF;
}


/* 公用二级 */

.pro-submenu {
    border-bottom: 1px #dbdbdb solid;
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .2rem;
    line-height: 1.8;
    font-family: 'Sansation';
}

.pro-submenu a {
    margin-right: .15rem;
    padding-right: .15rem;
}

.pro-submenu .on {
    color: #007579;
    font-weight: bold;
}

.pro-submenu a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: #bbbaba;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pro-submenu a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.pro-submenu a:last-child::after {
    display: none;
}

@media (min-width:1025px) {
    .header:hover {
        background-color: #02757c;
    }
    .footer .sub a:hover {
        color: #FFF;
    }
    .nav li:hover .drop,
    .nav .row:hover .subdrop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop>a:hover,
    .nav .row>a:hover,
    .nav .row:hover>a,
    .nav .subdrop .lk:hover {
        background-color: #FFF;
        color: #02757c;
    }
    .header .lang:hover,
    .home-what .item:hover .tit,
    .home-wel .more:hover,
    .home-wel .home-title:hover,
    .home-wel .text:hover,
    .home-ad .ad .button:hover {
        text-decoration: underline;
    }
    .nav .drop.sub-pro a:hover .icon-box {
        opacity: 1;
    }
    .nav .drop.sub-pro a:hover .icon-box .icon {
        display: none;
    }
    .nav .drop.sub-pro a:hover .icon-box .icon-hover {
        display: block;
    }

    .home-bar .item:hover .pic img,
    .home-ad .ad:hover img,
    .home-news .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-what .item:hover img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }
    .home-bar .item:hover .des,
    .home-bar .item:hover .more {
        color: #02757c;
    }
    .home-ad .ad:hover .button::after {
        transform: translateX(.1rem);
        -webkit-transform: translateX(.1rem);
        -moz-transform: translateX(.1rem);
        -ms-transform: translateX(.1rem);
        -o-transform: translateX(.1rem);
    }
    .home-news .item:hover span {
        background-image: url(../images/more2.png);
        transform: translateX(.1rem);
        -webkit-transform: translateX(.1rem);
        -moz-transform: translateX(.1rem);
        -ms-transform: translateX(.1rem);
        -o-transform: translateX(.1rem);
    }
    .home-news .all:hover {
        background-color: #333;
    }
    .copyright a:hover {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header,
    .footer,
    .copyright,
    .home-what,
    .home-wel,
    .home-num,
    .home-bar,
    .home-news,
    .pub-form {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        height: 1.2rem;
    }
    .header.on {
        background-color: #02757c;
    }
    .header .lang {
        margin-right: .2rem;
        font-size: 16px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #02757c;
        z-index: 999;
        height: calc(100vh - 1.2rem);
    }
    .nav li {
        padding-left: .3rem;
    }
    .nav li>a {
        font-size: 16px;
        line-height: .9rem;
        height: .9rem;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after,
    .nav .row .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow.this::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        line-height: .8rem;
        padding-top: 0;
    }
    .nav .drop::after,
    .nav .drop::before {
        display: none;
    }
    .nav .subdrop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
    }
    .nav .subdrop .lk {
        padding-left: .6rem;
    }
    .nav .drop>a,
    .nav .row>a,
    .nav .subdrop .lk {
        font-size: 16px;
    }
    .nav .drop.sub-pro {
        width: 100%;
    }
    .nav .drop.sub-pro::before {
        display: none;
    }
    .banner {
        display: none;
    }
    .mb-banner {
        display: block;
        overflow: hidden;
    }
    .home-wel::after {
        left: 0;
    }
    .home-num .item .text {
        font-size: 15px;
    }
    .home-num .item {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .home-ad .ad .text-con {
        left: .6rem;
        right: .6rem;
    }
}

@media (max-width:950px) {
    .header .search-btn {
        width: .4rem;
        height: .4rem;
    }
    .home-what .item {
        width: 32.5%;
        padding-top: 22%;
    }
    .home-what .item:nth-of-type(4n) {
        margin-right: .66%;
    }
    .home-what .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .home-wel .pic {
        width: 7.5rem;
    }
}

@media (max-width:767px) {
    .header .lang img {
        width: .35rem;
    }
    .search-content .content {
        width: auto;
        left: .2rem;
        right: .2rem;
        height: 1rem;
    }
    .search-content .content input[type='submit'] {
        width: .6rem;
        height: .6rem;
    }
    .home-title,
    .home-ad .ad .tit,
    .pub-form .title,
    .pub-banner .title {
        font-size: 20px;
    }
    .home-num .item .num {
        font-size: 18px;
    }
    .header .lang,
    .copyright,
    .footer .sub a,
    .home-what .item .tit,
    .home-wel .text,
    .home-what .text,
    .home-wel .more,
    .home-bar .item .more,
    .home-ad .ad .text,
    .home-news .item .tit,
    .pub-form .text,
    .pub-form .form input[type='text'],
    .search-content .content input[type='text'],
    .footer .tit,
    .home-bar .item .des {
        font-size: 16px;
    }
    .home-news .item .des,
    .pub-form .form label,
    .sub-form .submit,
    .pub-form .form input[type='submit'] {
        font-size: 14px;
    }
    .footer li {
        width: 100%;
    }
    .footer li .tit {
        border-bottom: 1px #467999 solid;
        line-height: .9rem;
    }
    .footer li .tit::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: .4rem;
        height: .4rem;
        background: url(../images/arrow.svg)no-repeat center;
        background-size: .24rem;
        margin-top: -.2rem;
    }
    .footer li .tit.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .footer li:last-child .tit {
        border-bottom: 0;
    }
    .footer .sub {
        display: none;
    }
    .footer .sub a {
        padding-left: .2rem;
        line-height: 2;
    }
    .copyright {
        line-height: 1.8;
    }
    .mb-nav {
        display: block;
    }
    .banner .swiper-button-white {
        background-size: .3rem;
    }
    .home-what {
        margin-top: .6rem;
    }
    .home-what .text {
        padding-left: 0;
        padding-right: 0;
        display: none;
    }
    .home-what .content {
        margin-top: .3rem;
    }
    .home-what .item {
        width: 49.5%;
        margin-right: 1%;
        padding-top: 33%;
    }
    .home-what .item:nth-of-type(3n) {
        margin-right: 1%;
    }
    .home-what .item:nth-child(even) {
        margin-right: 0;
    }
    .home-wel .pic {
        margin-left: 0;
        width: 100%;
        margin-top: .3rem;
    }
    .home-wel::after {
        right: 0;
    }
    .home-news .all {
        margin-top: .4rem;
    }
    .home-num .item {
        width: 50%;
        margin-bottom: .3rem;
    }
    .home-num .item:nth-child(even) {
        border-right: 0;
    }
    .home-num .item:nth-child(even):after {
        display: none;
    }
    .home-bar .item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }
    .home-bar .item .more {
        position: static;
        margin-top: .2rem;
    }
    .home-bar .content {
        margin-top: 0;
    }
    .home-bar .item .tit {
        font-size: 20px;
    }
    .home-bar .item .pic {
        height: auto;
    }
    .home-ad .ad,
    .pub-form .form,
    .pub-banner .text {
        width: 100%;
    }
    .home-news .item {
        width: 100%;
        margin-right: 0;
    }
    .home-news .item .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .home-news .item .text-con {
        margin-top: .3rem;
    }
    .home-news .item .tit,
    .pub-form {
        height: auto;
    }
    .home-news .content {
        margin-top: 0;
    }
    .pub-form {
        padding-bottom: .5rem;
        margin-top: .7rem;
    }
    .pub-form .form {
        margin-top: .4rem;
    }
    .videoShow {
        width: 90%;
        height: 4rem;
    }
    .pub-banner img {
        /* height: 3rem; */
        object-fit: cover;
    }
    .pub-banner .container {
        top: 67%;
    }
    .pub-banner .text {
        display: none;
    }
    .videoShow .close {
        top: -.5rem;
    }
}


/* 关于我们 */

.about {
    margin-bottom: .6rem;
}

.about .pro-submenu {
    flex-direction: row;
    justify-content: flex-end;
}

.about .content {
    font-family: 'Sansation';
}

.about h2 {
    font-size: .31rem;
    line-height: 2;
    border-bottom: 4px #007579 solid;
    margin-top: .4rem;
    padding-bottom: .1rem;
    font-family: 'Sansation';
}

.about .text {
    font-size: .23rem;
    line-height: 1.8;
    margin-top: .4rem;
}

.about .history .card {
    width: 18.8%;
    margin-right: 1.5%;
    overflow: hidden;
    margin-top: .7rem;
}

.about .history .card:last-child {
    margin-right: 0;
}

.about .history .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .history .card .year {
    font-size: .18rem;
    line-height: 2;
    margin-top: .2rem;
}

.about .history .card .txt {
    font-size: .18rem;
    margin-top: .2rem;
}

.about h3 {
    font-size: .31rem;
    line-height: 1.6;
    margin-top: .7rem;
}

.about .num-con {
    margin-top: .4rem;
    align-items: flex-start;
}

.about .num-con .item {
    margin-top: .3rem;
    margin: .1rem .2rem;
}

.about .num-con .item .counter {
    font-size: .6rem;
    background-color: #007579;
    padding: 0 .2rem;
    line-height: 1;
    color: #FFF;
    font-weight: bold;
}

/* .about .num-con .item:nth-child(2)>div:nth-child(1) .counter::after {
    content: '+';
}

.about .num-con .item:nth-child(5)>div:nth-child(1) .counter::after {
    content: '+';
} */

.about .num-con .item .txt {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .1rem;
    font-weight: bold;
}

.about .warp {
    margin-top: 1rem;
}

.about .warp .tit {
    font-size: .36rem;
}

.about .warp .item {
    width: 47%;
    margin-right: 6%;
    margin-top: .4rem;
}

.about .warp .item:nth-child(even) {
    margin-right: 0;
}

.about .warp .item .icon {
    width: 1.26rem;
    margin-right: .4rem;
}

.about .warp .item .icon img {
    width: 100%;
}

.about .warp .item .txt {
    font-size: .21rem;
    line-height: 1.7;
}

.about .pic1 {
    margin-top: .7rem;
}

.about .pic1 img {
    width: 100%;
}

.pub-ad {
    margin-top: 1rem;
    background-color: #FFF;
}

.pub-ad .con {
    background-color: #007579;
    border-radius: .4rem 0 .4rem 0;
    -webkit-border-radius: .4rem 0 .4rem 0;
    -moz-border-radius: .4rem 0 .4rem 0;
    -ms-border-radius: .4rem 0 .4rem 0;
    -o-border-radius: .4rem 0 .4rem 0;
    height: 2.3rem;
    padding-left: 3.15rem;
    margin-right: .2rem;
    padding-right: .5rem;
    padding-top: .3rem;
    color: #FFF;
    font-family: 'Sansation';
}

.pub-ad .con .pic {
    width: 2.8rem;
    position: absolute;
    left: 0;
    bottom: -.4rem;
}

.pub-ad .con .pic img {
    width: 100%;
}

.pub-ad .con .tit {
    border-bottom: 2px #FFF solid;
    font-size: .28rem;
    line-height: 2;
    padding-bottom: .1rem;
    /* white-space: nowrap; */
    word-break: break-all;
    word-break: break-word;
}

.pub-ad .con .txt {
    font-size: .23rem;
    margin-top: .2rem;
    line-height: 1.5;
}

.pub-ad .tel-con {
    font-size: .2rem;
    width: 4.3rem;
}
.pub-ad .tel-con .te_l { padding-left: .2rem; margin-top: .1rem;}
.pub-ad .tel {
    background: url(../images/tel1.png)no-repeat left center;
    padding-left: .4rem;
    background-size: .24rem;
    font-size: .38rem;
    white-space: nowrap; 
}

@media (max-width:1199px) {
    .pro-submenu,
    .pro-submenu .container {
        display: block;
    }
    .pro-submenu a {
        font-size: 16px;
        display: inline-block;
    }
    .about .num-con {
        flex-wrap: wrap;
    }
    .about .num-con .item {
        width: 30%;
        margin-top: .3rem;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }
}

@media (max-width:767px) {
    .pro-submenu {
        display: none;
    }
    .about h2,
    .about .warp .tit {
        font-size: 18px;
    }
    .about .text,
    .about .history .card .year,
    .about .history .card .txt,
    .about .num-con .item .txt,
    .about .warp .item .txt {
        font-size: 16px;
    }
    .about .history .card {
        width: 49%;
        margin-right: 2%;
        margin-top: .3rem;
    }
    .about .history .card:nth-child(even) {
        margin-right: 0;
    }
    .about h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .about .num-con .item .counter {
        font-size: 30px;
    }
    .about .warp .item {
        width: 100%;
        margin-right: 0;
    }
    .about .warp .item .txt {
        line-height: 1.8;
    }
    .pub-ad {
        flex-flow: column;
    }
    .pub-ad .con {
        margin-right: 0;
        padding: .3rem .3rem .3rem 2.9rem;
    }
    .pub-ad .con .tit {
        font-size: 16px;
        line-height: 1.6;
        /* white-space: wrap; */
    }
    .pub-ad .con .pic{bottom:0}
    .pub-ad .con .txt {
        font-size: 15px;line-height: 1.2;
    }
    .pub-ad .tel-con {
        width: 100%;
        margin-top: .4rem;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .pub-ad .tel-con>div:last-child {
        font-size: 15px;
        text-align: left;
    }
    .pub-ad .tel {
        font-size: 27px;
    }
    .pub-form .form input[type='text'] {
        height: .8rem;
    }
    .sub-form .submit,
    .pub-form .form input[type='submit'] {
        width: 2.2rem;
    }
}


/* 联系我们 */

.contact {
    margin-bottom: .9rem;
}

.contact .title {
    font-size: .34rem;
    line-height: 2;
    font-family: "Roboto-Bold";
    margin-top: .5rem;
}

.contact .text-con {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    line-height: 1.8;
    margin-top: .3rem;
    font-family: 'Roboto-Regular';
}

.contact .text-con .time {
    color: #00a19f;
    margin-top: .4rem;
}

.contact .map {
    margin-top: .6rem;
    overflow: hidden;
}

.contact .map img {
    width: 100%;
}

.contact .map iframe {
    width: 100%;
    height: 5.1rem;
}

.contact .item {
    /* width: 30%; */
    flex: 1;
    margin-top: .8rem;
    margin-right: 5%;
}

.contact .item:last-child {
    margin-right: 0;
}

.contact .item .tit {
    font-size: .24rem;
    border-bottom: 1px #c1c1c1 solid;
    font-family: "Roboto-Medium";
    line-height: .6rem;
}

.contact .item .group {
    margin-top: .4rem;
    line-height: 1.8;
}

.contact .item .group label {
    font-family: "Roboto-Medium";
    font-size: .24rem;
}

.contact .item .group .text {
    font-family: "Roboto-Light";
}

.contact .form-content {
    background-color: #fafafa;
    overflow: hidden;
    padding-bottom: 1.1rem;
}

.contact .form-content form {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.contact .form-content .title {
    font-family: 'Sansation';
    font-weight: bold;
}

.contact .form-content .group {
    background-color: #FFF;
    margin-top: .4rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-height: .75rem;
    width: 100%;
    overflow: hidden;
    border: 1px #d5d5d5 solid;
    padding: 0 .2rem;
}

.contact .form-content .group .tit {
    line-height: .73rem;
    color: #666;
    font-family: 'Sansation';
}

.contact .form-content .group .tit span {
    color: #FF0000;
}

.contact .form-content .group input[type='text'] {
    padding-left: .2rem;
    font-size: .2rem;
    font-family: 'Sansation';
}

.contact .form-content .group textarea {
    height: 1.4rem;
    padding: .2rem;
    font-size: .2rem;
    font-family: 'Sansation';
}

.contact .form-content .agreement {
    margin-top: .4rem;
}

.contact .form-content .agreement input[type='checkbox'] {
    width: 0;
}

.contact .form-content .agreement label {
    width: 100%;
    cursor: pointer;
    font-family: 'Sansation';
}

.contact .form-content .agreement .check_container {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    position: relative;
    margin-right: .2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.contact .form-content .agreement input[type='checkbox']:checked+.check_container:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    border-right: 2px solid #00a19f;
    border-bottom: 2px solid #00a19f;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 6px;
    z-index: 9;
}

.contact .form-content .submit,
.contact .form-content input[type='submit'] {
    width: 100%;
    background-color: #00a19f;
    color: #FFF;
    height: .7rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .7rem;
    font-size: .24rem;
    font-family: 'Sansation';
}

@media (max-width:1199px) {
    .contact .form-content form {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .contact .title {
        font-size: 20px;
    }
    .contact .text-con {
        padding-left: 0;
        padding-right: 0;
    }
    .contact .item {
        width: 100%;
        margin-right: 0;
        margin-top: .4rem;
    }
    .contact .item .tit {
        font-size: 18px;
        line-height: .8rem;
    }
    .contact .item .group label,
    .contact .item .group .text {
        font-size: 16px;
    }
    .contact .map img {
        width: auto;
    }
    .contact .form-content input[type='submit'] {
        line-height: .8rem;
        font-size: 18px;
    }
}


/* 爱车宝典 */

.bao .top-title {
    font-size: .31rem;
    line-height: 2;
    border-bottom: 4px #007579 solid;
    margin-top: .4rem;
    padding-bottom: .1rem;

}

.bao ul {
    margin-top: .4rem;
}

.bao li {
    padding: .3rem 0;
    border-bottom: 1px #333 solid;
    width: 100%;
}

.bao li .tit {
    font-size: .26rem;
    line-height: 1.6;
}

.bao li .date {
    font-style: italic;
    background: url(../images/date.jpg)no-repeat left center;
    line-height: 2;
    padding-left: 30px;
    font-size: .18rem;
    color: #494a4a;
    margin-top: .2rem;
}

.page {
    margin-top: .7rem;
}

.page a {
    height: .4rem;
    padding: 0 .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.page .next {
    background: url(../images/next.svg)no-repeat right center;
    background-size: .24rem;
    padding-right: .25rem;
}

.page .last {
    background: url(../images/last.svg)no-repeat right center;
    background-size: .24rem;
    padding-right: .25rem;
}

.page a.on {
    background-color: #00a19f;
    color: #FFF;
}

.pub-form1 {
    height: 6.6rem;
    margin-top: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
}

.pub-form1 .content {
    position: absolute;
    right: 2.3rem;
    bottom: 0;
    top: -.5rem;
    width: 6.55rem;
    background-color: #007579;
    z-index: 2;
    padding: .4rem .6rem;
}

.pub-form1 .content::after {
    content: '';
    position: absolute;
    left: -.5rem;
    top: 0;
    width: 0;
    height: 0;
    border-width: 0 0 .5rem .5rem;
    border-color: #007579 transparent;
    border-style: solid;
}

.pub-form1 .title {
    font-size: .36rem;
    line-height: 1.5;
    font-family: 'Sansation';
}

.pub-form1 .text {
    font-size: .21rem;
    margin-top: .1rem;
    font-family: 'Sansation';
}

.pub-form1 .form {
    margin-top: .2rem;
}

.pub-form1 input[type='email']
.pub-form1 input[type='text'] {
    background-color: #FFF;
    font-size: .22rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: .6rem;
    padding: 0 .15rem;
    width: 100%;
    margin-top: .15rem;
    margin-right: .15rem;
    font-family: 'Sansation';
}

.pub-form1 input[type='text']:last-child {
    margin-right: 0;
}

.pub-form1 textarea {
    width: 100%;
    height: 1.1rem;
    background-color: #FFF;
    font-size: .2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: .15rem;
    width: 100%;
    margin-top: .15rem;
    font-family: 'Sansation';
}

.pub-form1 .submit,
.pub-form1 input[type='submit'] {
    position: relative;
    background-color: #ff0a16;
    font-size: .24rem;
    width: 2.4rem;
    height: .55rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .2rem;
    color: #FFF;
}

@media (max-width:1199px) {
    .pub-form1 .content {
        right: 0;
    }
}

@media (max-width:767px) {
    .bao .title {
        font-size: 24px;
        margin-top: .4rem;
    }
    .bao li .tit,
    .pub-form1 .text {
        font-size: 15px;
    }
    .pub-form1 input[type='text'],
    .pub-form1 textarea {
        font-size: 16px;
    }
    .bao li .date {
        font-size: 15px;
    }
    .pub-form1 .content::after {
        display: none;
    }
    .pub-form1 {
        height: auto;
        margin-top: .8rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .pub-form1 .title {
        font-size: 20px;
    }
    .pub-form1 input[type='text'] {
        height: 40px;
        display: block;
    }
    .pub-form1 .submit,
    .pub-form1 input[type='submit'] {
        font-size: 16px;
        width: 100%;
        height: .7rem;
    }
    .pub-form1 .content {
        position: inherit;
        width: 100%;
        top: auto;
        padding-left: .3rem;
        padding-right: .3rem;
        right: auto;
    }
    .pub-form1 .group {
        display: block;
    }
    .pub-form1 textarea {
        height: 90px;
    }
    .page a {
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
        font-size: 16px;
    }
}


/* 新闻 */

.pub-banner1 {
    width: 100%;
    overflow: hidden;
}

.pub-banner1 img {
    width: 100%;
}


.crumbs {
    font-size: .17rem;
    line-height: 2;
    opacity: .8;
    color: #FFF;
    position: absolute;
    left: 2.3rem;
    bottom: .2rem;
}

.crumbs a {
    position: relative;
    color: #FFF;
    margin-right: .1rem;
    padding-right: .2rem;
}

.crumbs a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    border-right: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
}

.crumbs a:last-child::after {
    display: none;
}

.news-details {
    margin-bottom: .7rem;
    font-family: 'Sansation';
}

.news-details .content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.news-details h1 {
    font-size: .38rem;
    line-height: 1.4;
    margin-top: .3rem;
}

.news-details .info {
    font-size: .2rem;
    color: #666;
    line-height: 2;
    border-bottom: 1px #cdcdcd solid;
    margin-top: .2rem;
    padding-bottom: .15rem;
}

.news-details .body {
    line-height: 2;
    font-size: .21rem;
    border-bottom: 1px #cdcdcd solid;
    margin-top: .2rem;
    padding-bottom: .15rem;
    font-family: 'Sansation';
}

.news-details .body p {
    margin: .3rem 0;
}

.news-details .body img {
    max-width: 100% !important;
}

.news-details .pre-next {
    margin-top: .3rem;
    line-height: 2;
    font-size: .21rem;
    font-family: 'Sansation';
}

.news-details .pre-next a {
    color: #666;
}

.news-details .btn {
    margin-top: .5rem;
}

.news-details .btn a {
    height: .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #007579;
    font-size: .21rem;
    padding: 0 .3rem;
    margin-right: .15rem;
    color: #FFF;
    font-family: 'Sansation';
}

.news-details .btn img {
    margin-right: .2rem;
    height: .35rem;
}

.news-details .pub-map {
    margin-top: .9rem;
}

.news-list {
    font-family: 'Sansation';
    margin-top: .4rem;
    margin-bottom: .7rem;
}

.pub-submenu {
    margin-top: .2rem;
}

.pub-submenu a {
    background-color: #007579;
    font-size: .21rem;
    line-height: .5rem;
    padding: 0 .2rem;
    border-radius: 5px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
    margin-right: .1rem;
    margin-top: .2rem;
    border: 2px #007579 solid;
    color: #FFF;
}

.pub-submenu a:last-child {
    margin-right: 0;
}

.pub-submenu a.on {
    background-color: #FFF;
    color: #007579;
}

.news-list .title {
    font-size: .37rem;
}

.news-list li {
    margin-top: .6rem;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    padding-bottom: 1rem;
}

.news-list li:nth-of-type(3n) {
    margin-right: 0;
}

.news-list li .pic {
    width: 100%;
    overflow: hidden;
    height: 2.6rem;
}

.news-list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list li .date {
    font-size: .19rem;
    margin-top: .2rem;
}

.news-list li .tit {
    font-size: .28rem;
    line-height: 1.4;
    margin-top: .1rem;
}

.news-list li .more {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: .6rem;
    border: 1px #007579 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .21rem;
}

.news-list .pub-map {
    margin-top: .9rem;
}

.page1 {
    margin: .8rem 0;
}

.page1 a {
    border: 1px #303c49 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 .165rem;
    line-height: .4rem;
    margin: 0 .05rem;
    font-size: .18rem;
    font-family: Arial, Helvetica, sans-serif;
}

.page1 a:hover::after {
    border-color: #ffffff;
}

.page1 .prev,
.page1 .next {
    height: .42rem;
    width: .42rem;
}

.page1 .prev::after {
    content: '';
    position: absolute;
    right: .12rem;
    top: .15rem;
    width: .1rem;
    height: .1rem;
    border-bottom: 1px #303c49 solid;
    border-left: 1px #303c49 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page1 .next::after {
    content: '';
    position: absolute;
    left: .12rem;
    top: .15rem;
    width: .1rem;
    height: .1rem;
    border-top: 1px #303c49 solid;
    border-right: 1px #303c49 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page1 a.on {
    background-color: #007579;
    border-color: #007579;
    color: #FFF;
}

@media (min-width:1025px) {
    .news-list li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .news-list li:hover .tit {
        color: #007579;
    }
    .news-list li:hover .more {
        background-color: #007579;
        text-decoration: none;
        color: #FFF;
    }
    .pub-submenu a:hover {
        background-color: #FFF;
        color: #007579;
        text-decoration: none;
    }
    .page1 a:hover {
        background-color: #007579;
        border-color: #007579;
        color: #FFF;
    }
}

@media (min-width:1025px) {
    .news-details .pre-next a:hover {
        color: #02757c;
    }
    .news-details .btn a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .crumbs {
        left: .2rem;
        font-size: 13px;
    }
}

@media (max-width:767px) {
	 .pub-banner1 {
        height: 2.6rem;
    }
    .news-details .content {
        padding-left: 0;
        padding-right: 0;
    }
    .news-details h1 {
        font-size: 18px;
    }
    .news-details .info,
    .news-list li .date {
        font-size: 15px;
    }
    .news-details .body,
    .news-details .pre-next,
    .news-list li .tit,
    .news-list li .more,
    .pub-submenu a {
        font-size: 16px;
    }
    .pub-submenu a {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .news-details .btn a {
        width: 100%;
        margin-top: .3rem;
        height: .7rem;
        font-size: 16px;
        justify-content: center;
    }
    .news-list li {
        width: 49%;margin-top: .4rem;
    }
    .news-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .news-list li .pic {
        height: 2.8rem;
    }
    .news-list li .more {
        height: .6rem;
    }
	
}

@media (max-width:540px) {
    .news-list li {
        width: 100%;
        margin-right: 0;
    }
    .news-list li .pic {
        height: auto;
    }
    .news-list li .tit{font-size: 18px;}
}


/* 智能制造 */

.zhi {
    font-family: 'Sansation';
    margin-bottom: .7rem;
}

.zhi .pro-submenu {
    justify-content: flex-end;
}

.zhi h2 {
    font-size: .31rem;
    line-height: 2;
    border-bottom: 4px #007579 solid;
    margin-top: .4rem;
    padding-bottom: .1rem;
    font-family: 'Sansation';
}

.zhi .text {
    line-height: 2;
    font-size: .2rem;
    margin-top: .5rem;
}

.zhi ul {
    margin-top: .2rem;
}

.zhi li {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    margin-top: .4rem;
    cursor: pointer;
}

.zhi li:nth-of-type(4n) {
    margin-right: 0;
}

.zhi li .pic {
    height: 2.6rem;
    overflow: hidden;
}

.zhi li .tit {
    background-color: #007579;
    line-height: .6rem;
    color: #FFF;
}

@media (min-width:1025px) {
    .zhi li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:767px) {
    .zhi h2 {
        font-size: 20px;
    }
    .zhi .text,
    .zhi li .tit {
        font-size: 16px;
    }
    .zhi li {
        width: 49%;
    }
    .zhi li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .zhi li:nth-of-type(2n) {
        margin-right: 0;
    }
}


/* 产品 */

.pro-list .pro-submenu a {
    margin-right: 0;
    padding-left: .15rem;
    padding-right: .15rem;
    line-height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    font-size: .22rem;
}

.pro-list .pro-submenu a::after {
    display: none;
}

.pro-list .pro-submenu .on {
    background-color: #02757c;
    color: #FFF;
}

.pro-list li {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-right: 2%;
    background-color: #f6f5f5;
    margin-top: .5rem;
}

.pro-list li .pic {
    /* height: 3.3rem; */
    overflow: hidden;
    /* padding-top: 71.47%; */
    position: relative;
}

.pro-list li .pic img {
    /* 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: 100%;
}

.pro-list li:nth-of-type(3n) {
    margin-right: 0;
}

.pro-list li .text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: .3rem .3rem .4rem .3rem;
}

.pro-list li .tit {
    font-size: .27rem;
    line-height: 1.4;
    font-family: 'Roboto-Medium';height: .8rem;
}

.pro-list li .txt {
    flex: 1;
    font-size: .18rem;
    line-height: 1.6;
    font-family: 'Roboto-Regular';
    color: #666;
}

.pro-list li .btn {
    margin-top: .3rem;
    font-family: 'Roboto-Medium';
}

.pro-list li .btn>a {
    height: .46rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 48%;
    font-size: .17rem;
    background-color: #02757c;
    color: #FFF;
    text-transform: capitalize;
}

.pro-list li .btn>a::before {
    content: '';
    width: .2rem;
    height: .2rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .1rem;
}

.pro-list li .btn>a:first-child::before {
    background-image: url(../images/icon13.png);
    background-size: .19rem;
}

.pro-list li .btn>a:last-child::before {
    background-image: url(../images/icon11.png);
    background-size: 100%;
}

.pro-list li .btn img {
    width: .19rem;
    margin-right: .1rem;
}

.mb-title {
    display: none;
}

@media (min-width:1025px) {
    .pro-list li:hover .pic img {
        /* transform: scale(1.05) translate(-50%, -50%);
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        -moz-transform: scale(1.05) translate(-50%, -50%);
        -ms-transform: scale(1.05) translate(-50%, -50%);
        -o-transform: scale(1.05) translate(-50%, -50%); */
        transform: scale(1.05);
    }
    .pro-list li:hover .txt,
    .pro-list li:hover .tit {
        color: #02757c;
    }
    .pro-list li .btn>a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .pro-list li .text-content {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .pro-list li .tit {
        font-size: 18px;
        -webkit-line-clamp: 1;
        line-height: 1.7;
        height: auto;
    }
    .pro-list li .tx {
        font-size: 16px;
    }
    .pro-list li .btn>a {
        height: .5rem;
        font-size: 14px;
    }
    .pro-list li .btn>div:first-child span {
        background-size: .26rem;
    }
}

@media (max-width:768px) {
    .pro-list li {
        width: 49%;
        margin-right: 2%;
    }
    .pro-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-list li:nth-child(even) {
        margin-right: 0;
    }
    .pro-list li .text-content {
        padding: .2rem;
    }
    .pro-list li .txt {
        font-size: 14px;
    }
    .pro-list li .btn>a {
        line-height: 40px;
        height: 40px;
    }
    .pro-list li .btn>a::before {
        width: .32rem;
        height: .32rem;
    }
    .pro-list li .btn>a:first-child::before {
        background-size: 90%;
    }
    .pro-list li .btn>a:last-child::before {
        background-size: 100%;
    }
    .mb-title {
        display: block;
        font-size: 20px;
        margin-top: .4rem;
        font-family: 'Roboto-Medium';
    }
}

@media (max-width:540px) {
    
    .pro-list li {
        width: 100%;
        margin-right: 0%;
    }
    .pro-list li .pic {
        height: 4.8rem;
    }
    .pro-list li .btn span {
        left: .35rem;
    }
}

.pro-details {
    font-family: 'Sansation';
}

.pro-details h1 {
    font-size: .4rem;
    margin-top: .6rem;
}

.pro-details .info-con {
    margin-top: .5rem;
}

.pro-details .text-con {
    margin-right: .8rem;
}

.pro-details .text-con .text {
    border-bottom: 1px #c8c8c8 solid;
    line-height: .25rem;
    font-size: .22rem;padding: .2rem 0;
}

.pro-details .text-con .text span {
    width: 3rem;
}

.pro-details .text-con .btn {
    margin-top: .35rem;
}

.pro-details .text-con .btn a {
    font-size: .21rem;
    background-color: #007579;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: .6rem;
    padding: 0 .4rem;
    color: #FFF;
    width: 48%;
}

.pro-details .text-con .btn img {
    margin-right: .15rem;
}

.pro-details .text-con .btn a:nth-child(1) img {
    width: .4rem;
}

.pro-details .text-con .btn a:nth-child(2) img {
    width: .35rem;
}

.pro-details .focus {
    width: 7.2rem;
    overflow: hidden;
}

.pro-details .focus img {
    width: 100%;
}

.pro-details .focus .swiper-container {
    padding-bottom: .5rem;
}

.pro-details .focus .swiper-pagination {
    bottom: 0;
}

.pro-details .focus .swiper-pagination-bullet {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: .2rem;
    height: .2rem;
    opacity: .6;
    margin: 0 .06rem;
}

.pro-details .focus .swiper-pagination-bullet-active {
    background-color: #007579;
    opacity: 1;
}

.pro-details .focus .swiper-button-white {
    width: .6rem;
    height: .6rem;
    background-color: #484849;
    background-size: .14rem;
    margin-bottom: .5rem;
    margin-top: -.6rem;
}

.pro-details .focus .swiper-button-next {
    right: 0;
}

.pro-details .focus .swiper-button-prev {
    left: 0;
}

.pro-details .content {
    border-top: 1px #dbdbdb solid;
    padding-top: .2rem;
    margin-top: .8rem;
}

.pro-details .content h2 {
    font-size: .32rem;
    line-height: 1.5;
    margin-top: .4rem;
}

.pro-details .content .body {
    line-height: 1.8;
}

.pro-details .content .body p {
    margin: .1rem 0;font-size: .23rem;
}

.pro-details .content .body table {
    width: 100%;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
    font-size: .18rem;
}

.pro-details .content .body table td {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;font-size: .23rem;
    padding: .02rem .1rem;
    word-wrap: break-word;
    /* 允许在长单词内部换行 */
    word-break: break-all;
    /* 允许任意位置的单词断行 */
}

.pro-details .content .body table tr {
    background-color: #f5f5f5;
}

.pro-details .content .body table tr:nth-child(even) {
    background-color: #FFF;
}

.pro-details .content .pic-con {
    background-color: #eeeeef;
    margin-top: .4rem;
}

.pro-details .content .parts-list .pic-con:nth-of-type(even) {
    flex-direction: row-reverse;
}

.pro-details .content .pic-con .pic {
    width: 8.25rem;
    overflow: hidden;
    height: 4.4rems;
}

.pro-details .content .pic-con .pic img {
    width: 100%;
}

.pro-details .content .pic-con .text-content {
    padding: .6rem .4rem ;
}

.pro-details .content .pic-con .tit {
    font-size: .31rem;
}

.pro-details .content .pic-con .txt {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .2rem;
}

.pro-details .content .img-con {
    margin-top: .5rem;
}

.pro-details .content .img-con .pic {

    width: 32.5%;
    margin-right: 1%;
    overflow: hidden;
}

.pro-details .content .img-con .pic:last-child {
    margin-right: 0;
}

.pro-details .shijing {
    margin-top: .6rem;
}

.pro-details .shijing .img-box {
    margin-top: .2rem;
}

.pro-details .shijing .pic {
    margin-right: 1%;
    overflow: hidden;
    margin-top: .1rem;
    height: 3.9rem;
    width: 49.5%;
}

.pro-details .shijing .pic:nth-child(even) {
    margin-right: 0;
}

.pro-details .pro-video {
    margin-top: .8rem;
}

.pro-details .pro-video .sp {
    width: 9.8rem;
    height: 5.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: .5rem;
}

.pro-details .form-content {
    border: 1px #cfcfcf solid;
    padding: .3rem;
    margin-top: .4rem;
}

.pro-details .form-content .tit {
    font-size: .3rem;
    margin-bottom: .3rem;
}

.pro-details .form-content .group {
    margin-right: 2%;
    margin-top: .2rem;
    width: 32%;
}

.pro-details .form-content .group:last-child {
    margin-right: 0;
}

.pro-details .form-content .name {
    font-size: .21rem;
    color: #999;
}

.pro-details .form-content .name em {
    color: red;
}

.pro-details .form-content .input {
    background-color: #eceff3;
    margin-top: .05rem;
}

.pro-details .form-content input[type='text'] {
    width: 100%;
    height: .6rem;
    font-size: .22rem;
}

.pro-details .form-content .user {
    background: url(../images/icon15.png)no-repeat .2rem center;
    padding-left: .6rem;
    background-size: .22rem;
}

.pro-details .form-content .email {
    background: url(../images/icon16.png)no-repeat .2rem center;
    padding-left: .6rem;
    background-size: .24rem;
}

.pro-details .form-content .address {
    background: url(../images/icon17.png)no-repeat .2rem center;
    padding-left: .55rem;
    background-size: .18rem;
    padding-right: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .pro-details .form-content .address-input::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    width: .1rem;
    height: .1rem;
    border-bottom: 2px #4c4745 solid;
    border-right: 2px #4c4745 solid;
    transform: rotate(45deg) translateY(-70%);
    -webkit-transform: rotate(45deg) translateY(-70%);
    -moz-transform: rotate(45deg) translateY(-70%);
    -ms-transform: rotate(45deg) translateY(-70%);
    -o-transform: rotate(45deg) translateY(-70%);
} */

.pro-details .form-content .tel {
    background: url(../images/icon18.png)no-repeat .2rem center;
    padding-left: .55rem;
    background-size: .24rem;
}

.pro-details .form-content .mess {
    background: url(../images/icon19.png)no-repeat .2rem center;
    padding-left: .65rem;
    background-size: .3rem;
}

.pro-details .form-content .Checkbox {
    display: flex;
    align-items: center;
    font-size: .16rem;
    margin-right: .3rem;
    margin-top: 0;
}

.pro-details .form-content .Checkbox input:checked+label:before {
    background-color: #6c98e1;
    border-color: #6c98e1;
}

.pro-details .form-content .btn {
    margin-top: .4rem;
}

.pro-details .form-content button[type='submit'],
.pro-details .form-content input[type='submit'] {
    position: relative;
    background-color: #ed1b24;
    font-size: .26rem;
    height: .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #FFF;
    padding: 0 1rem;
}

.Checkbox {
    font-size: .2rem;
    margin-top: .3rem;
    padding-left: .2rem;
}

.Checkbox input {
    display: none
}

.Checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: .4rem;
}

.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: .22rem;
    height: .22rem;
    border: 1px solid #707070;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    margin-right: .2rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.Checkbox input:disabled+label:before {
    background-color: #FFF;
    border-color: #707070;
    opacity: 0.5;
}

.Checkbox input:checked+label:before {
    background-color: #007579;
    border-color: #007579;
}

.Checkbox input:checked+label::after {
    content: '';
    position: absolute;
    left: .07rem;
    top: .02rem;
    width: .05rem;
    height: .12rem;
    border-bottom: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.pro-details .pub-hotpro {
    margin-top: 1rem;
}

.pub-hotpro .title {
    font-size: .37rem;
    line-height: 1.8;
    color: #007579;
}

.pub-hotpro .swiper-button-prev {
    left: -.8rem;
    width: .54rem;
    height: .89rem;
    background: url(../images/prev.png)no-repeat center;
    background-size: 100%;
}

.pub-hotpro .swiper-button-next {
    right: -.8rem;
    width: .54rem;
    height: .89rem;
    background: url(../images/next.png)no-repeat center;
    background-size: 100%;
}

.pub-hotpro .swiper-pagination {
    display: none;
}

@media (min-width:1025px) {
    .pro-details .content .pic:hover img,
    .pro-details .shijing .pic:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .pro-details .text-con .btn a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 1199px) {
    .pub-hotpro .swiper-button-next {
        right: 0;
    }
    .pub-hotpro .swiper-button-prev {
        left: 0;
    }
}

@media (max-width:950px) {
    .pro-details .content .parts-list .pic-con:nth-of-type(even){
        flex-direction: column;
    }
    .pro-details .info-con,
    .pro-details .content .pic-con {
        flex-flow: column;
    }
    .pro-details .focus,
    .pro-details .content .pic-con .pic {
        width: 100%;
        order: 1;
    }
    .pro-details .text-con {
        order: 2;
        margin-right: 0;
        margin-top: .3rem;
    }
    .pro-details .content .pic-con .text-content {
        order: 2;
    }
}

@media (max-width:767px) {
    .pro-details h1 {
        font-size: 22px;margin-top: .3rem;
    }
    .pro-details .text-con .text,
    .pro-details .text-con .btn a,
    .pro-details .content .pic-con .txt,
    .pro-details .form-content .name,
    .pro-details .form-content input[type='submit'] {
        font-size: 16px;
    }
    .pro-details .text-con .text span {
        width: 150px;
    }
    .pro-details .text-con .btn a {
        height: .7rem;
    }
    .pro-details .content .pic-con .tit,
    .pro-details .content h2,
    .pro-details .form-content .tit {
        font-size: 18px;
    }
    .pro-details .content .img-con,
    .pro-details .shijing .img-box {
        flex-flow: column;
    }
    .pro-details .content .img-con .img,
    .pro-details .content .img {
        margin-top: .3rem;
        margin-right: 0;
    }
    .pro-details .form-content .form-group,
    .pro-details .form-content .btn {
        flex-flow: column;
    }
    .pro-details .form-content .group,
    .pro-details .shijing .pic,
    .pro-details .content .img-con .pic,
    .pro-details .pro-video .sp {
        margin-right: 0;
        width: 100%;
    }
    .pro-details .form-content button[type='submit'],
    .pro-details .form-content input[type='submit'] {
        width: 100%;
        height: .7rem;
        margin-top: .3rem;
    }
    .pro-details .form-content .Checkbox,
    .pro-details .content .body table {
        font-size: 15px;
    }
    .pro-details .content .pic-con .text-content {
        padding-bottom: .6rem;
    }
    .pub-hotpro .swiper-container {
        padding-bottom: .4rem;
    }
    .pub-hotpro .swiper-pagination {
        display: block;
        bottom: 0;
    }
    .pub-hotpro .swiper-pagination-bullet-active {
        background-color: #02757c;
    }
	.pro-details .content .body p{font-size: 17px;}
   .pro-details .content .body table td{font-size: 15px;}
}


/* 配件服务 */

.parts,
.service {
    font-family: 'Sansation';
}

.parts .pro-submenu .container,
.service .pro-submenu .container {
    flex-direction: row;
    justify-content: flex-end;
}

.parts .top-title,
.service .top-title {
    font-size: .31rem;
    line-height: 2;
    border-bottom: 4px #007579 solid;
    margin-top: .4rem;
    padding-bottom: .1rem;
}

.parts .text-content .tit {
    font-size: .27rem;
    margin-top: .7rem;
    line-height: 1.6;
}

.parts .text-content .text {
    line-height: 1.8;
    font-size: .22rem;
}

.parts .text-content .text p {
    margin-top: .3rem;
}

.parts .con .card {
    margin-top: 1rem;
    font-family: 'Roboto-Regular';
}

.parts .con .card:nth-of-type(even) {
    flex-direction: row-reverse;
}

.parts .con .card .pic {
    width: 7.7rem;
    height: 5rem;
    overflow: hidden;
}

.parts .con .card .text {
    font-size: .21rem;
    margin-top: .3rem;
}

.parts .con .text-con {
    background-color: #f4f1f1;
    padding: .5rem .4rem;
}

.parts .con .card .text p {
    padding-left: 15px;
    margin-top: .2rem;
}

.parts .con .card .text p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #02757c;
}

.parts .con .des {
    font-size: .21rem;
    margin-top: .3rem;
    line-height: 1.6;
}

.parts .con .tit {
    font-size: .25rem;
    font-family: 'Roboto-Bold';
}

.parts .con .item {
    margin-top: 1rem;
}

.parts .con .item .pic {
    width: 6.6rem;
    height: 4.6rem;
    overflow: hidden;
}

.parts .icon-content {
    margin-top: .5rem;
}

.parts .icon-content .item {
    width: 29%;
    margin-top: .7rem;
}

.parts .icon-content .icon {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.parts .icon-content .icon img {
    width: 100%;
}

.parts .icon-content .tit {
    font-size: .3rem;
    font-family: 'Roboto Bk';
    line-height: 1.8;
    margin-top: .3rem;
}

.parts .icon-content .text {
    font-family: "Roboto-Light";
    line-height: 1.8;
    margin-top: .3rem;
}

.parts .text-tips {
    background-color: #f4f1f1;
    padding: .4rem .3rem .7rem .4rem;
    margin-top: 1rem;
    font-family: 'Sansation';
}

.parts .text-tips .tit {
    border-left: 8px #02757c solid;
    padding-left: .1rem;
    font-size: .22rem;
    margin-top: .3rem;
}

.parts .text-tips .text {
    margin-top: .3rem;
    font-size: .22rem;
    line-height: 1.8;
}

.parts .text-tips .text span {
    color: #02757c;
}

.parts .text-tips .btn {
    margin-top: .5rem;
}

.parts .text-tips .btn a {
    height: .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #007579;
    font-size: .21rem;
    padding: 0 .3rem;
    margin-right: .15rem;
    color: #FFF;
}

.parts .text-tips .btn img {
    margin-right: .2rem;
    height: .35rem;
}

.service .pic-con {
    margin-top: .8rem;
    margin-bottom: 1rem;
}

.service .pic-con .pic {
    width: 6.3rem;
    height: 5rem;
    margin-right: 1.3rem;
}

.service .pic-con .pic img {
    z-index: 9;
}

.service .pic-con .pic::after {
    content: '';
    position: absolute;
    left: .6rem;
    top: 1.1rem;
    width: 6.1rem;
    height: 4.1rem;
    border: 5px #02757c solid;
}

.service .pic-con .text-con {
    padding-top: .6rem;
}

.service .pic-con .tit {
    font-size: .38rem;
    font-family: 'Roboto-Bold';
    padding-bottom: .3rem;
}

.service .pic-con .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 1.3rem;
    background-color: #02757c;
}

.service .pic-con .text {
    font-family: 'Roboto-Regular';
    font-size: .21rem;
    line-height: 1.8;
    margin-top: .4rem;
}

.service .p-pic {
    margin-top: 1rem;
}

.service .p-pic img {
    width: 100%;
}

.service .text-content .tit {
    font-family: 'Roboto-Medium';
    margin-top: .5rem;
    font-size: .3rem;
}

.service .text-content .text {
    font-size: .21rem;
    line-height: 1.8;
    margin-top: .3rem;
}

.service .content {
    margin-top: .6rem;
    padding-top: .7rem;
    background-color: #ecefef;
}

.service .content li {
    width: 48%;
}

.service .content li .pic {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
}

.service .content li .tit {
    font-size: .25rem;
    font-family: 'Roboto-Medium';
    margin-top: .3rem;
}

.service .content li .text {
    font-family: 'Roboto-Regular';
    font-size: .17rem;
    line-height: 1.7;
}

.service .content li .text p {
    margin-top: .25rem;
    padding-left: .25rem;
}

.service .content li .text p::after {
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    width: 8px;
    height: 8px;
    background-color: #02757c;
}

.service .txt-con {
    /* padding-left: .9rem;
    padding-right: .9rem; */
    margin-top: .5rem;
}

.service .txt-con .tit {
    font-size: .36rem;
    font-family: 'Roboto-Medium';
}

.service .txt-con .txt {
    font-size: .22rem;
    font-family: 'Roboto-Medium';
    line-height: 1.8;
    margin-top: .7rem;
}

.service .txt-con .txt p {
    margin-top: .5rem;
}

@media (max-width:767px) {
    .parts .top-title,
    .service .top-title {
        font-size: 24px;
    }
    .service .pic-con .tit,
    .service .txt-con .tit {
        font-size: 20px;
    }
    .parts .text-content .tit,
    .parts .icon-content .tit,
    .service .text-content .tit {
        font-size: 18px;
    }
    .parts .con .tit,
    .service .content li .tit {
        font-size: 16px;
    }
    .parts .text-content .text,
    .parts .con .des,
    .parts .con .card .text,
    .parts .text-tips .tit,
    .parts .text-tips .text,
    .parts .text-tips .btn a,
    .service .pic-con .text,
    .service .text-content .text,
    .service .content li .text,
    .service .txt-con .txt {
        font-size: 16px;
    }
    .parts .con .card .pic {
        width: 100%;
        order: 1;
    }
    .parts .con .text-con {
        order: 2;
    }
    .parts .icon-content .item {
        width: 48%;
    }
    .parts .text-tips .btn a {
        width: 100%;
        margin-top: .3rem;
    }
    .service .pic-con .pic,
    .service .content li {
        width: 100%;
        margin-right: 0;
    }
    .service .pic-con .pic::after {
        display: none;
    }
    .service .txt-con {
        padding: 0;
    }
}


/* 历程 */

.history-con .pro-submenu {
    justify-content: flex-end;
}

.history-con .preview {
    width: 100%;
    overflow: hidden;
    height: .8rem;
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: .6rem;
}

.history-con .preview .swiper-container {
    background-color: #f1f1f1;
}

.history-con .preview .swiper-slide {
    line-height: .8rem;
    font-family: "Roboto-Medium";
    cursor: pointer;
    width: auto;
    min-width: 1.45rem;
    padding: 0 0.3rem;
}

.history-con .preview .active-nav {
    background-color: #00a19f;
    color: #FFF;
    /* font-size: .26rem; */
}

.history-con .preview .active-nav span {
    display: inline-block;
    transform: scale(1.3);
}

.history-con .preview .mr {
    margin-right: .3rem;
}

.history-con .preview .arrow-left,
.history-con .preview .arrow-right {
    position: absolute;
    top: 50%;
    width: .2rem;
    height: .35rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.history-con .preview .arrow-left {
    left: 0;
    background-image: url(../images/prev.jpg);
}

.history-con .preview .arrow-right {
    right: 0;
    background-image: url(../images/next.jpg);
}

.history-con .body {
    font-family: "Roboto-Regular";
    line-height: 2;
    word-break: break-word;
}

.history-con .body p {
    margin-top: .4rem;
}

.history-con .content .title {
    font-size: .31rem;
    line-height: 2;
    border-bottom: 4px #007579 solid;
    margin-top: 0.4rem;
    padding-bottom: 0.1rem;

}

.video-list .title {
    font-size: .31rem;
    line-height: 2;
    border-bottom: 4px #007579 solid;
    margin-top: 0.4rem;
    padding-bottom: 0.1rem;
}

.video-list .pro-submenu {
    justify-content: flex-end;
}

.video-list li {
    width: 32%;
    margin-right: 2%;
    margin-top: .6rem;
    cursor: pointer;
    font-family: 'Roboto-Regular';
}

.video-list li:nth-of-type(3n) {
    margin-right: 0;
}

.video-list li .pic {
    height: 2.7rem;
    overflow: hidden;
}

.video-list li .pic::before {
    content: '';
    position: absolute;
    left: .3rem;
    top: .2rem;
    right: .3rem;
    bottom: .2rem;
    border: 1px rgba(255, 255, 255, .5) solid;
    z-index: 2;
}

.video-list li .tit {
    font-size: .26rem;
    height: .66rem;
    margin-top: .3rem;
}

.video-list li 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%);
    width: .64rem;
    height: .67rem;
    background: url(../images/play1.png)no-repeat center;
    background-size: 100%;
}

.video-list li .time {
    font-size: .18rem;
    font-family: "Roboto-Medium";
    background: url(../images/time.png)no-repeat left center;
    padding-left: 25px;
    margin-top: .2rem;
}

@media (min-width:1025px) {
    .video-list li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:767px) {
    .history .preview .swiper-slide {
        font-size: 16px;
        width: auto;
        padding: 0 .3rem;
    }
    .history .preview .active-nav {
        font-size: 16px;
    }
    .history .preview .mr {
        margin-right: 0;
    }
    .history-con .content {
        min-width: 100%;
        width: 100%;
    }
    .video-list li {
        width: 49%;
    }
    .video-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .video-list li:nth-child(even) {
        margin-right: 0;
    }
    .video-list li .time {
        font-size: 14px;
    }
    .video-list li .tit {
        font-size: 16px;
    }
}

@media (max-width:540px) {
    .video-list li {
        width: 100%;
        margin-right: 0;
    }
    .video-list li .pic {
        height: 3.6rem;
    }
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}


@keyframes progress-anim {
    0% {
        width: 0
    }

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}

.ff-message-success,.ff-form-loading_errors,.ff-errors-in-stack {
    display: none!important
}
.fluentform .ff_submitting {
    pointer-events: auto!important
}
.fluentform .text-danger {
    color: #f56c6c !important;
}

.form-content .frm-fluent-form {
    padding: 0 !important;
}

.form-content .fluentform .ff-el-group{
    display: flex;
    margin: 0.4rem 0 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-height: 0.75rem;
    width: 100%;
    border: 1px #d5d5d5 solid;
    padding: 0 0.2rem;
    background: #FFF;
}

.form-content .fluentform .ff-el-group .ff-el-input--label {
    width: auto;
    color: #666;
    font-family: 'Sansation';
    line-height: .73rem;
    padding: 0;
    float: unset;
    margin: 0;
}

.form-content .fluentform .ff-el-group .ff-el-input--content {
    flex: 1;
    padding-left: 0.2rem;
    margin: 0;
}

.form-content .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
    font-size: .2rem;
    height: 100%;
    border: 0;
    padding: 0;
}

.form-content .fluentform .ff-el-group .ff-el-input--content textarea.ff-el-form-control {
    padding: 0.2rem;
    font-size: .2rem;
}

.form-content .fluentform .ff-el-group.ff_submit_btn_wrapper,
.form-content .fluentform .radio-check {
    display: none;
}

.form-content .submit.working::after {
    animation: progress-anim 4s 0s infinite;
    background: hsla(0,0%,100%,.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

#pro-form.form-content .fluentform .ff-el-group {
    flex-direction: column;
    border: 0;
    padding: 0;
    margin-top: .2rem;
}

#pro-form.form-content .fluentform .ff-el-group .ff-el-input--content {
    padding: 0;
    /* background-color: #eceff3; */
    margin-top: .05rem;
}

#pro-form.form-content .fluentform .ff-el-group .ff-el-input--label {
    font-size: .21rem;
    color: #999;
    line-height: 1.2;
}

#pro-form.form-content .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
    width: 100%;
    height: .6rem;
    font-family: 'Sansation';
    font-size: .22rem;
    background-color: #eceff3;
    padding-left: .6rem;
}

.pub-form1 .fluentform .ff-el-group {
    margin-bottom: 0;
}

.pub-form1 .fluentform .ff-el-input--label {
    display: none;
}

.pub-form1 .fluentform .ff-el-input--content {
    margin-top: .15rem;
}

.pub-form1 .fluentform .ff-el-input--content .ff-el-form-control {
    margin-top: 0;
}

.sub-form {
    display: flex;
}

.sub-form .fluentform {
    flex: 1;
}

.sub-form .fluentform .ff_submit_btn_wrapper,
.pub-form1 .fluentform .ff_submit_btn_wrapper {
    display: none;
}

.sub-form .fluentform .ff-el-input--label {
    display: none;
}

.sub-form .ff-default .ff-el-form-control {
    font-family: normal;
    color: #333;
    border: 0;
    border-radius: 0;
    height: .6rem;
}

.sub-form .fluentform .ff-el-group {
    margin-bottom: 0;
}

.sub-form .fluentform .ff-el-group .error {
    position: absolute;
}

@keyframes progress-anim {
    0% {
        width: 0
    }

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}

.pub-form1 .submit.working,
.sub-form .submit.working,
.pro-details .form-content .submit.working {
    cursor: unset;
}
.pub-form1 .submit.working::after,
.sub-form .submit.working::after,
.pro-details .form-content .submit.working::after {
    animation: progress-anim 4s 0s infinite;
    background: hsla(0,0%,100%,.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.popup.tip .container {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    padding: 0
}

.popup.tip .title {
    font-size: 20px;
    text-align: center;
    color: #000
}

.popup.tip .txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #666;
    padding: 0 20px
}

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #00a19f;
    border-radius: 50%;
    background-image: url(../images/correct.png);
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.popup.tip .opt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer
}

.popup.tip .opt .btn {
    color: #000;
    font-size: 16px;
    border-radius: 6px
}

.popup.youtube .container {
    width: 70%;
    height: calc(70vw / 1.77);
    padding: 0
}

.popup.youtube iframe {
    width: 100%;
    height: 100%;
    background: #000
}

.popup.youtube .close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    background: url(../images/close.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.popup.youtube .mask {
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.search-page .search-list li .type {
    font-size: .26rem;
    margin-bottom: 0.2rem;
    color: #00a19f;
    line-height: 1.4;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}

.rich-text p {
    margin: .2rem 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

@media (max-width:1199px) {
    .contact .form-content .submit,.form-content .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .rich-text img {
        max-width: 100%;
        height: auto;
    }
    .pub-form .form .agreement {
        margin-top: .4rem;
    }
    .pro-details .form-content button[type='submit'],
    #pro-form.form-content .fluentform .ff-el-group .ff-el-input--label {
        font-size: 16px;
    }
    #pro-form.form-content .fluentform .ff-el-group .ff-el-input--content {
        margin-top: .1rem;
    }
    #pro-form.form-content .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
        font-size: 16px;
        height: .8rem;
        background-size: .3rem;
        padding-left: .8rem;
    }
}

@media (max-width: 540px) {
    .popup.tip .icon {
        width:80px;
        height: 80px
    }

    .popup.youtube .container {
        width: 90%;
        height: 50%
    }
}