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

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

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

@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-display: swap;
}

@font-face {
    font-family: 'Oswald Stencil';
    src: url('../fonts/OswaldStencil-Bold.eot');
    src: url('../fonts/OswaldStencil-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OswaldStencil-Bold.woff2') format('woff2'), url('../fonts/OswaldStencil-Bold.woff') format('woff'), url('../fonts/OswaldStencil-Bold.ttf') format('truetype'), url('../fonts/OswaldStencil-Bold.svg#OswaldStencil-Bold') format('svg');
    font-weight: bold;
    font-display: swap;
}

.Poppins-Medium {
    font-family: 'Poppins';
    font-weight: 500;
}

.Roboto-Light {
    font-family: "Roboto-Light";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

li {
    list-style: none;
}


/*全局样式*/

html {
    font-size: 5.2083333333333vw;
}

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

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

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

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


/*= 清除浮动=*/

.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%;
}

.fB {
    font-weight: bold;
}


/*原文件配置*/

body {
    color: #000;
    background: #ffffff;
    font: .3rem/.3rem 'Sansation', arial, sans-serif;
    min-width: 3.2rem;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

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

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

a:hover {
    color: #007579;
    text-decoration: underline;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.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-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 {
    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 .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

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

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

.green,
a.green {
    color: #03757b;
}

.white,
a.white {
    color: white;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1366px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

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


/*全局样式 start*/

.header {
    width: auto;
    height: 1.75rem;
    padding: 0 1rem;
    border-bottom: 6px #007579 solid;
    z-index: 11;
}

.header .logo img {
    height: 1rem;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.header .logo .mb-logo {
    display: none;
}

.header .top {
    flex-direction: row;
    justify-content: flex-end;
    padding-top: .1rem;
}

.header .top .tel {
    background: url(../images/tle.png)no-repeat left center;
    padding-left: .4rem;
    background-size: .35rem;
    font-size: .17rem;
    margin-right: .45rem;
    margin-top: .1rem;
}

.header .top .tel a {
    font-size: .3rem;
}

.header .top .tel>div {
    opacity: .5;
    padding-left: .1rem;
}

.header .top .lang {
    display: flex;
    align-items: center;
    margin-right: .2rem;
}

.header .top .lang img {
    width: 0.58rem;
    height: 100%;
    object-fit: contain;
}

.header .top .lang span {
    background: url(../images/lang.png)no-repeat center;
    width: .58rem;
    background-size: 100%;
    height: 100%;
    /* cursor: pointer; */
}

.header .top .lang-con .city {
    background: url(../images/address.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    font-size: .3rem;
}

.home .header {
    border-bottom: 0;
}

.nav>li>i{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.nav>li>a {
    font-size: .22rem;
    line-height: .9rem;
    padding: 0 .3rem;
}

.nav .submenu {
    position: absolute;
    /* left: -.2rem; */
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    background-color: #FFF;
    font-size: .18rem;
    display: none;
    z-index: 2;
}

.nav .submenu a {
    width: 100%;
    /* height: .7rem;*/
    line-height: 1.4; 
    padding-left: .4rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.nav .submenu a::before {
    content: '';
    position: absolute;
    left: .3rem;
    right: .3rem;
    bottom: 0;
    height: 1px;
    background-color: #d4d4d4;
}

.nav .submenu a:last-child::before {
    display: none;
}

.nav .submenu img {
    width: .7rem;
    height: 0.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .3rem;
}

.nav .submenu .img-hover{
    display: none;
}


/* .nav>li:nth-child(2) .submenu {
    left: -1rem;
    width: 3.4rem;
} */

/* .nav>li:last-child .submenu {
    left: auto;
    right: 0;
} */

/* .nav>li .submenu a:nth-child(1) span {
    background-image: url(../images/m1.png);
}

.nav>li .submenu a:nth-child(2) span {
    background-image: url(../images/m2.png);
}

.nav>li .submenu a:nth-child(3) span {
    background-image: url(../images/m3.png);
}

.nav>li .submenu a:nth-child(4) span {
    background-image: url(../images/m4.png);
}

.nav>li .submenu a:nth-child(5) span {
    background-image: url(../images/m5.png);
}

.nav>li .submenu a:nth-child(6) span {
    background-image: url(../images/m6.png);
}

.nav>li .submenu a:nth-child(7) span {
    background-image: url(../images/m7.png);
} */

.search-btn {
    width: .2rem;
}

.search-btn span {
    background: url(../images/search.png)no-repeat center;
    width: 100%;
    background-size: 100%;
    cursor: pointer;
    height: 90%;
}

.search-btn .search-content {
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 0;
    z-index: 9;
    background-color: #FFF;
    right: 0;
    top: .2rem;
    height: .4rem;
    opacity: 0;
    z-index: -1;
}

.search-btn span.close {
    display: none;
}

.search-btn .search-content input[type='text'] {
    background: none;
    height: .4rem;
    padding: 0 .2rem;
    width: calc(100% - .35rem);
    border: 0;
}

.search-btn .search-content input[type='submit'] {
    background: url(../images/search.png)no-repeat center;
    background-size: .2rem;
    width: .35rem;
    height: .4rem;
    border: 0;
}

.search-btn .search-content.open {
    width: 2.6rem;
    opacity: 1;
    z-index: 2;
    border: 1px #ddd solid;
}

.search-btn .search-content .close {
    display: none;
    position: absolute;
    top: 0;
    right: -0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/close-2.png) no-repeat center;
    background-size: 65%;
    box-sizing: border-box;
    cursor: pointer;
}
.search-btn .search-content.open .close {
    display: block;
}

.m-btn {
    width: .5rem;
    height: .5rem;
    background: url(../images/m-btn.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.m-btn.close {
    background: url(../images/close.png) no-repeat center;
    background-size: 80%;
}

.copyright {
    font-size: .16rem;
    background-color: #2b2b2b;
    padding: .3rem 0;
    color: #FFF;
    border-top: 1px #FFF solid;
}

.copyright a {
    color: #ffffff;
}

.copyright .sns img {
    width: .3rem;
    height: .3rem;
}

.copyright .sns a {
    margin-left: .1rem;
}

.footer {
    background-color: #303030;
    padding: .6rem 0;
    color: #FFF;
}

.footer li:last-child {
    margin-right: 0;
    width: 3.7rem;
}

.footer li i {
    display: none;
}

.footer .tit {
    font-size: .24rem;
    line-height: 2;
    white-space: nowrap;
}

.footer .sub-text {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.footer .sub-text a {
    color: #FFF;
    display: block;
}

.footer .info {
    font-size: .17rem;
}

.footer .address {
    background: url(../images/address1.png)no-repeat left .05rem;
    padding-left: .3rem;
    background-size: .19rem;
}

.footer .tel {
    font-size: .36rem;
    line-height: 1.8;
    background: url(../images/tel.png)no-repeat left center;
    background-size: .23rem;
    padding-left: .3rem;
}

.footer .email {
    background: url(../images/email.png)no-repeat left center;
    background-size: .24rem;
    padding-left: .3rem;
}

.footer .container,
.copyright .container {
    max-width: 1380px;
}

.mb {
    display: none;
}


/*全局样式 end*/



@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .nav>li:hover>a {
        color: #007579;
    }
    .nav>li:hover .submenu {
        display: block;
    }
    .nav .submenu a:hover {
        background-color: #007579;
        color: #FFF;
    }
    .nav>li .submenu a:hover img {
        display: none;
    }
    .nav>li .submenu a:hover .img-hover{
        display: block;
    }
    /* .nav>li .submenu a:hover:nth-child(1) span {
        background-image: url(../images/m1-on.png);
    }
    .nav>li .submenu a:hover:nth-child(2) span {
        background-image: url(../images/m2-on.png);
    }
    .nav>li .submenu a:hover:nth-child(3) span {
        background-image: url(../images/m3-on.png);
    }
    .nav>li .submenu a:hover:nth-child(4) span {
        background-image: url(../images/m4-on.png);
    }
    .nav>li .submenu a:hover:nth-child(5) span {
        background-image: url(../images/m5-on.png);
    }
    .nav>li .submenu a:hover:nth-child(6) span {
        background-image: url(../images/m6-on.png);
    }
    .nav>li .submenu a:hover:nth-child(7) span {
        background-image: url(../images/m7-on.png);
    } */
    .footer .sub-text a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .mb,
    .m-btn {
        display: block;
    }
    .pc,
    .copyright .sns {
        display: none;
    }
    .fixed {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 11;
    }
    .header .top {
        margin-right: 0.8rem;
        height: 100%;
        padding: 0;
        align-items: center;
    }
    .nav-con {
        display: none;
        position: fixed;
        background-color: #FFF;
        width: 80%;
        right: -80%;
        top: 1.1rem;
        height: calc(100% - 1.1rem);
        overflow-y: auto;
        padding: .2rem .2rem .6rem .2rem;
        z-index: 10;
    }
    .nav-con>div{
        flex-direction: column;
    }
    .header {
        height: 1.1rem;
        padding: 0 .2rem;
        background-color: #FFF;
    }
    .header .logo img {
        height: .72rem;
    }
    .nav {
        order: 2;
        flex-flow: column;
    }
    .search-btn {
        order: 1;
        width: 100%;
        margin-bottom: .2rem;
    }
    .search-btn .search-content,
    .search-btn .search-content.open {
        position: inherit;
        top: 0;
        width: 100%;
        height: .6rem;
        border: 1px #ddd solid;
        z-index: 2;
        opacity: 1;
    }
    .search-btn .search-content input[type='text'],
    .search-btn .search-content input[type='submit'] {
        height: .6rem;
    }
    .search-btn .search-content input[type='submit'] {
        margin-right: .1rem;
    }
    .search-btn .search-content.open .close {
        display: none;
    }
    .nav>li {
        border-bottom: 1px #ddd solid;
    }
    .nav>li:last-child {
        border-bottom: 0;
    }
    .nav>li>a {
        font-size: 16px;
        line-height: 1.2;
        padding-top: 12px;
        padding-bottom: 12px;
        word-break: break-word;
    }
    .nav>li>i{
        display: block;
    }
    /* .nav>li .tit::before { */
    .nav>li>i::before {
        content: '';
        position: absolute;
        right: .2rem;
        top: .35rem;
        width: .16rem;
        height: .16rem;
        border-left: 1px #03757b solid;
        border-bottom: 1px #03757b solid;
        transform: rotate(-135deg) ;
        -webkit-transform: rotate(-135deg) ;
        -moz-transform: rotate(-135deg); 
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transition: all .3s;
    }
    .nav>li.on>i::before{
        transform: rotate(-45deg) ;
        -webkit-transform: rotate(-45deg) ;
        -moz-transform: rotate(-45deg); 
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .nav .submenu {
        width: 100%;
        position: inherit;
        left: auto;
        transform: translateX(0);
    }
    .nav .submenu a {
        font-size: 14px;
    }
    .copyright {
        font-size: 14px;
        line-height: 1.2;
    }
    .nav>li:nth-child(2) .submenu {
        left: auto;
        width: 100%;
    }
    .copyright {
        text-align: center;
    }
    .copyright .container>div {
        width: 100%;
    }
    .footer {
        padding: .3rem 0;
    }
    .footer ul {
        flex-flow: column;
    }
    .footer li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .footer li:last-child {
        width: 100%;
    }
    .footer .tit {
        border-bottom: 1px #dddddd solid;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .footer li:last-child .tit {
        border-bottom: 0;
    }
    .footer .sub-text {
        display: none;
        padding-left: 0.2rem;
        font-size: 14px;
        line-height: 2;
    }
    .footer li i {
        position: absolute;
        top: 6px;
        right: 0px;
        width: 20px;
        height: 20px;
        font-style: normal;
        display: block;
        z-index: 9;
    }
    .footer li i:after {
        content: '+';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        font-size: 24px;
        top: 3px;
        color: #FFF;
    }
    .footer li.open i:after {
        content: '-';
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        line-height: 1;
        top: 0;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    opacity: 1;
    background: #ffffff;
}

.banner .swiper-pagination-bullet-active {
    background-color: #2c6b62;
}

.home-pro {
    margin-top: 0.3rem;
}

.home-pro .title {
    font-size: .45rem;
    line-height: 2;
}

.home-pro .text {
    font-size: .21rem;
    line-height: 2;
    margin-top: .1rem;
    padding: 0 1.15rem;
}

.home-pro ul {
    margin-top: .3rem;
}

.home-pro li {
    position: relative;
    width: 32%;
    margin-right: 2%;
    background-color: #eeeeee;
    margin-top: .4rem;
}

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

.home-pro li .pic {
    /* height: 3.35rem; */
    overflow: hidden;
}

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

.home-pro li .text-content {
    /* padding: .1rem .3rem .3rem .4rem; */
    padding: 0.1rem 0.3rem 1.16rem 0.4rem;
}

.home-pro li .tit {
    display: inline-block;
    font-size: .32rem;
    line-height: 1.2;
    padding: 0.1rem 0.5rem 0.1rem 0;
}

.home-pro li .tit span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-pro li .tit::after {
    content: '';
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    /* margin-left: .2rem; */
    width: .2rem;
    height: .2rem;
    position: absolute;
    height: 100%;
    right: 0.1rem;
    top: 0;
}

.home-pro li .txt {
    font-size: .17rem;
}

.home-pro li .btn {
    /* margin-top: .5rem; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0.3rem 0.3rem 0.4rem;
}

.home-pro li .btn a,
.home-pro li .btn .item {
    height: .46rem;
    border: 1px #007579 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 48%;
    font-size: .2rem;
    cursor: pointer;
    color: #03757b;
}
.home-pro li .btn .item:hover{
    text-decoration: underline;
}

.home-pro li .btn a:last-child{
    background-color: #007579;
    color: #FFF;
}

@media (min-width:1025px) {
    .home-pro 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:1199px) {
    .home-pro .title {
        font-size: 24px;
    }
    .home-pro .text {
        padding: 0;
        font-size: 14px;
    }
    .home-pro li {
        width: 48.5%;
    }
    .home-pro li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-pro li:nth-child(even) {
        margin-right: 0;
    }
    .home-pro li .text-content {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-bottom: 1.2rem;
    }
    .home-pro li .btn {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .home-pro li .tit {
        font-size: 18px;
    }
    .home-pro li .txt,
    .home-pro li .btn a,
    .home-pro li .btn .item {
        font-size: 15px;line-height: .4rem;
    }
    .home-pro li .btn a {
        height: .5rem;
    }
}

@media (max-width:767px) {
    .footer .address {
        background-position-y: 0.2rem;
    }
    .home-pro .title {
        font-size: 20px;
    }
    .home-pro li {
        width: 100%;
        margin-right: 0;
    }
    .home-pro li .text-content {
        padding-bottom: 1.26rem;
    }
    .home-pro li .btn a, .home-pro li .btn .item {
        height: .8rem;
    }
    .header .logo .mb-logo {
        display: block;
    }
    .header .logo .pc-logo {
        display: none;
    }
    .header .top .lang-con .city {
        font-size: .2rem;
        background-size: 0.16rem;
        padding-left: 0.24rem;
    }
    .header .top .lang {
        margin-right: .14rem;
    }
    .header .top .lang img {
        width: .46rem;
    }
    .header .top .tel {
        font-size: .12rem;
        margin-right: 0.2rem;
        margin-top: 0;
        padding-left: 0.26rem;
        background-size: .2rem;
    }
    .header .top .tel a {
        font-size: .2rem;
    }
    .header .top .tel>div {
        display: none;
    }
	.home-pro .text{  display: none;}
	.home-pro ul{margin-top:0}
	.float-btn{display: block;}

}

@media (max-width: 540px) {
    .header .top .tel {
        margin-right: .2rem;
    }
    .header .top .lang-con .city {
        font-size: 14px;
        background-size: .14rem;
        padding-left: .2rem;
    }
    .header .top .tel a {
        font-size: 12px;
    }
    .header .top .tel>div {
        font-size: 6px;
    }
    .header .top .lang img {
        width: .4rem;
    }
	
}

.home-hot-pro {
    margin-top: .6rem;
}

.home-hot-pro .title {
    background-color: #f4f5f7;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .34rem;
}

.home-hot-pro .tabs {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .65);
    width: 2.15rem;
    z-index: 9;
    font-size: .25rem;
    height: 5rem;
    line-height: 1rem;
}

.home-hot-pro .tabs span {
    cursor: pointer;
    width: 100%;
}

.home-hot-pro .tabs span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: rgba(255, 255, 255, .65);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 50%;
}

.home-hot-pro .tabs span:last-child::before {
    display: none;
}

.home-hot-pro .tabs span.on {
    background-color: #007579;
}

.home-hot-pro .bg-img {
    background: url(../images/img2.WEBP)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 5rem;
    margin-bottom: 2rem;
    z-index: 2;
}

.home-hot-pro .bg-img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2rem;
    width: 13.8rem;
    max-width: 13.8rem;
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
    height: 2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}

.home-hot-pro .container,
.home-hot-pro .content {
    height: 100%;
}

.home-hot-pro .text-content {
    width: 5.35rem;
    padding-top: 1.2rem;
}

.home-hot-pro .text-content .tit {
    font-size: .36rem;
    line-height: 2;
}

.home-hot-pro .text-content .text {
    font-size: .18rem;
    line-height: 1.8;
}

.home-hot-pro .pic {
    position: absolute;
    right: 2.2rem;
    z-index: 2;
    bottom: -1rem;
    width: 6.2rem;
    overflow: hidden;
}

.home-hot-pro .pic img {
    width: 100%;
}

@media (min-width:1025px) {
    .home-hot-pro .tabs span:hover {
        background-color: #007579;
    }
}

@media (max-width:1366px) {
    .home-hot-pro .bg-img::before {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .home-hot-pro .title,
    .home-hot-pro .text-content .tit {
        font-size: 24px;
    }
    .home-hot-pro .tabs {
        font-size: 16px;
        position: inherit;
        right: auto;
        display: flex;
        height: auto;
        width: auto;
        margin-left: -.2rem;
        margin-right: -.2rem;
    }
    .home-hot-pro .tabs span::before {
        display: none;
    }
    .home-hot-pro .text-content .text {
        font-size: 14px;
    }
    .home-hot-pro .pic {
        width: 5.6rem;
        right: .2rem;
    }
    .home-hot-pro .text-content {
        padding-top: 1rem;
    }
}

@media (max-width:767px) {
    .home-hot-pro {
        display: none;
    }
    .home-hot-pro .title {
        font-size: 20px;
    }
    .home-hot-pro .tabs {
        font-size: 12px;
    }
    .home-hot-pro .bg-img {
        height: 10rem;
    }
    .home-hot-pro .text-content {
        width: 100%;
        margin-right: 0;
        padding-top: .5rem;
    }
    .home-hot-pro .pic {
        width: 6.5rem;
    }
}

.home-network {
    margin-top: .6rem;
}

.home-network .title span {
    font-size: .34rem;
    padding-left: 1.1rem;
}

.home-network .title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: .9rem;
    background-color: #000;
}

.home-network .title a {
    font-size: 0.18rem;
    color: #666;
    padding-left: .25rem;
    background: url(../images/more.png)no-repeat left center;
    background-size: .16rem;
}

.home-network .text {
    font-size: .24rem;
    line-height: 1.8;
    padding: 0 1.5rem;
    margin-top: .5rem;
}

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

.home-network .item {
    width: 2.35rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px dashed #a5a5a5;
    height: 2.35rem;
    margin-right: 1rem;
    margin-top: .4rem;
    cursor: pointer;
}

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

.home-network .item .counter {
    font-size: .65rem;
    line-height: 1.2;
    font-family: 'Oswald Stencil';
}

.home-network .item .txt {
    font-size: .18rem;
    line-height: 1.5;
    margin-top: .4rem;
}

@media (min-width:1025px) {
    .home-network .item:hover .counter,
    .home-network .item:hover .txt {
        color: #007579;
    }
}

@media (max-width:1199px) {
    .home-network .title span {
        font-size: 24px;
    }
    .home-network .title a {
        font-size: 14px;
    }
    .home-network .text {
        font-size: 16px;
        margin-top: .35rem;
        padding-left: 0;
        padding-right: 0;
    }
    .home-network .item {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: .5rem;
    }
}

@media (max-width:767px) {
    .home-network .title span {
        font-size: 20px;
    }
    .home-network .item {
        width: 3.2rem;
        height: 3.2rem;
        margin-right: .4rem;
    }
    .home-network .item:nth-child(even) {
        margin-right: 0;
    }
    .home-network .item .counter {
        font-size: 36px;
        line-height: 1.5;
    }
    .home-network .item .txt {
        font-size: 12px;
    }
    .home-network .text {
        font-size: 14px;
    }
}

.home-video {
    margin-top: .7rem;
}

.home-video .title {
    font-size: .34rem;
    line-height: 2;
}

.home-video ul {
    margin-top: .2rem;
}

.home-video li {
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    margin-top: .3rem;
}

.home-video li:last-child {
    margin-right: 0;
}

.home-video li .pic {
    overflow: hidden;
    height: 2.4rem;
}

.home-video li .pic span {
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    width: .6rem;
    height: .43rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.home-video li .pic .time {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #000;
    padding: 0 .05rem;
}

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

.home-video li .tit {
    font-size: .2rem;
    margin-top: .2rem;
}

@media (min-width:1025px) {
    .home-video 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:1199px) {
    .home-video .title {
        font-size: 24px;
    }
    .home-video li .tit {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .home-video .title {
        font-size: 20px;
    }
    .home-video li {
        width: 100%;
        margin-right: 0;
    }
    .home-video li .tit {
        font-size: 14px;
    }
    .home-video li .pic {
        height: 3.2rem;
    }
}

.home-con {
    margin-top: 1rem;
}

.home-con .item {
    background-color: #f4f5f7;
    margin-top: .6rem;
}

.home-con .item .pic {
    width: 50%;
    overflow: hidden;
}

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

.home-con .item .text-content {
    padding: .3rem;
}

.home-con .item .title {
    font-size: .34rem;
    line-height: 1.5;
}

.home-con .item .text {
    font-size: .2rem;
    margin-top: .2rem;
}

.home-con .item .txt {
    font-size: .19rem;
    line-height: 1.8;
    margin-top: .3rem;
}

.home-con .item .more {
    background-color: #007579;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .3rem;
    width: 1.7rem;
    line-height: .5rem;
    font-size: .18rem;
}

.home-con .item .t-btn {
    background-color: #007579;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    width: 2.8rem;
    padding: .05rem .2rem;
    font-size: .18rem;
    margin-top: .3rem;
}

.home-con .item .btn {
    margin-top: .4rem;
}

.home-con .item .btn a {
    border-radius: 0 15px 0 15px;
    -webkit-border-radius: 0 15px 0 15px;
    -moz-border-radius: 0 15px 0 15px;
    -ms-border-radius: 0 15px 0 15px;
    -o-border-radius: 0 15px 0 15px;
    border: 2px #007579 solid;
    margin-right: .1rem;
    background-color: #FFF;
}

.home-con .item .btn input {
    width: 2.7rem;
    height: .7rem;
    line-height: .7rem;
    font-size: .18rem;
    padding: 0 .2rem;
    border-radius: 0 15px 0 15px;
    border: 2px #007579 solid;
    margin-right: .1rem;
    background: #ffffff;
}

.home-con .item:first-child .pic {
    margin-left: .3rem;
}

.home-con .item .btn button {
    height: 0.58rem;
    width: 1.5rem;
    line-height: .55rem;
    border: 2px #007579 solid;
    border-radius: 0 15px 0 15px;
    background: #ffffff;
}

.home-con .item:last-child .pic {
    margin-right: .3rem;
}

.home-con .item .btn button span {
    position: absolute;
    background-color: #ec0808;
    padding: 0 .1rem;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
    font-size: .16rem;
    line-height: 1.2;
    right: .02rem;
    top: -.2rem;
}

@media (min-width:1025px) {
    .home-con .item .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);
    }
}

@media (max-width:1199px) {
    .home-con .item .title {
        font-size: 24px;
    }
    .home-con .item .text {
        font-size: 16px;
    }
    .home-con .item .txt,
    .home-con .item .btn a,
    .home-con .item .btn input,
    .home-con .item .more,
    .home-con .item .t-btn {
        font-size: 14px;
    }
    .home-con .item .btn button span {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .home-con .item:first-child .pic {
        margin-left: 0;
        width: 100%;
        order: 1;
    }
    .home-con .item:last-child .pic {
        width: 100%;
        margin-right: 0;
    }
    .home-con .item .text-content {
        order: 2;
    }
    .home-con .item .title {
        font-size: 20px;
    }
    .home-con .item .text {
        font-size: 14px;
        line-height: 2;
    }
    /* .home-con .item .txt,
    .home-con .item .btn a,
    .home-con .item .btn input,
    .home-con .item .more {
        font-size: 12px;
    } */
    .home-con .item .t-btn {
        width: 3.4rem;
    }
    .home-con .item .btn input {
        height: .9rem;
        line-height: .88rem;
    }
    .home-con .item .btn button {
        width: 1.8rem;
        height: .8rem;
        font-size: 12px;
        line-height: .78rem;
    }
    .home-con .item .btn button span {
        font-size: 10px;
        top: -.3rem;
    }
    .home-con .item .more {
        line-height: .7rem;
        width: 2rem;
    }
}

.home-news {
    background-color: #efefef;
    overflow: hidden;
    padding: 1.1rem 0;
    margin-top: .9rem;
}

.home-news .text-content {
    width: 3rem;
    margin-right: .8rem;
}

.home-news .title {
    font-size: .37rem;color: #03757b;
}

.home-news .txt {
    font-size: .18rem;
    line-height: 1.8;
    margin-top: .3rem;
}

.home-news .now {
    background-color: #FFF;
    width: 2rem;
    height: .55rem;
    font-size: .18rem;
    margin-top: .6rem;
}

.home-news .swiper-container {
    position: absolute;
    left: 0;
    right: -2.7rem;
    top: .1rem;
}

.home-news .swiper-slide {
    background-color: #FFF;
    /* height: 3.65rem; */
}

.home-news .swiper-slide .pic {
    overflow: hidden;
    /* height: 2.05rem; */
    height: auto;
}

.home-news .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news .swiper-slide .cont {
    height: 1.4rem;
}

.home-news .tit {
    font-size: .17rem;
    margin-top: .15rem;
    padding: 0 .2rem;
    line-height: 1.6;
}

.home-news .date {
    font-size: .16rem;
    opacity: .7;
    position: absolute;
    left: .2rem;
    bottom: .2rem;
}

.home-news .swiper-button-disabled {
    display: none;
}

.home-news .swiper-button-next,
.home-news .swiper-button-prev {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(0, 117, 121, .8);
    width: .7rem;
    height: .7rem;
    background-size: .16rem;
}

@media (min-width:1025px) {
    .home-news .swiper-slide: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:1199px) {
    .home-news .title {
        font-size: 24px;
    }
    .home-news .txt,
    .home-news .date {
        font-size: 14px;
    }
    .home-news .now,
    .home-news .tit {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .home-news .container {
        flex-flow: column;
    }
    .home-news .content {
        flex: none;
        margin-top: .3rem;
    }
    .home-news .swiper-container {
        position: inherit;
        right: 0;
    }
    .home-news .text-content {
        margin-right: 0;
        width: 100%;
    }
    .home-news .swiper-slide {
        height: auto;
        padding-bottom: .8rem;
    }
    .home-news .swiper-slide .pic {
        /* height: 3.2rem; */
    }
    .home-news .swiper-slide .cont {
        /* height: 1rem; */
    }
}


.title-content {
    background-image: linear-gradient(90deg, #00c0cc, #007775);
    padding: .65rem .2rem;
}

.title-content .title {
    font-size: .3rem;
    border: 1px #FFF solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: .2rem;
    width: 8.3rem;
}

.title-content .title a {
    font-size: .28rem;
    margin-left: .5rem;
    color: #ffffff;
}

.title-content .text {
    font-size: .22rem;
    margin-top: .3rem;
}

.pub-pic {
    overflow: hidden;
}

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

.pub-pic .txt {
    font-size: .3rem;
    position: absolute;
    left: 0;
    bottom: .3rem;
    width: 100%;
}

.pub-map .map {
    overflow: hidden;
    height: 5.1rem;
}

.pub-map .map iframe {
    width: 100%;
    height: 100%;
}

.pub-map .map .container {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
    /* width: 1380px; */
}

.pub-map .map .text-content {
    width: 3.4rem;
    padding: .4rem;
    background-color: #FFF;
}

.pub-map .map .text-content img {
    height: .6rem;
}

.pub-map .map .text {
    font-size: .18rem;
    margin-top: .2rem;
}

.pub-map .map .btn {
    border: 2px #026c7c solid;
    color: #026c7c;
    width: 1.8rem;
    height: .6rem;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
    font-size: .18rem;
    margin-top: .2rem;
}

@media (max-width:1366px) {
    .pub-map .map .container {
        /* width: 100%; */
    }
}

@media (max-width:1199px) {
    .pub-pic img {
        /* width: auto; */
    }
}

@media (max-width:767px) {
    .title-content .title {
        width: 90%;
        font-size: 16px;
    }
    .title-content .title a {
        font-size: 14px;
        margin-left: .3rem;
    }
    .title-content .text,
    .pub-map .map .text {
        font-size: 14px;
        line-height: 1.8;
    }
    .pub-pic img {
        /* height: 4rem; */
    }
    .pub-pic .txt,
    .pub-map .map .btn {
        font-size: 14px;
    }
    .pub-map .map .btn {
        width: 2.4rem;
    }
    .pub-map .map {
        display: none;
    }
}

.pub-banner {
    overflow: hidden;
}

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

.pub-banner .title {
    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%);
    font-size: .6rem;
    line-height: 1.2;
}

@media (max-width:1199px) {
    .pub-banner img {
        /* width: auto;
        height: 4rem; */
    }
}

@media (max-width:580px) {
    .pub-banner img {
        /* height: 2.5rem; */
    }
    .pub-banner .title {
        font-size: 24px;
    }
}

.pro-submenu {
    border-bottom: 1px #dbdbdb solid;
    padding: .15rem 0;
    font-size: .22rem;
    line-height: 1.8;
}
.pro-submenu>div{
    justify-content: center;
    flex-wrap: wrap;
}

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

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

.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;
}

.pro-home .title {
    font-size: .45rem;
    line-height: 2;
    margin-top: .3rem;
}

.pro-home .text {
    font-size: .21rem;
    line-height: 2;
    margin-top: .1rem;
    padding: 0 1rem;
}

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

.pro-home .content {
    margin-top: .3rem;
}

.pro-home .item {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    margin-top: .3rem;
    height: 3.85rem;
    cursor: pointer;
}

.pro-home .txt {
    font-size: .32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 2;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

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

.pro-home .mark {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 117, 121, .8);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.pro-home .mark .tit {
    display: block;
    width: auto;
    height: auto;
    font-size: .32rem;
    color: #ffffff;
    text-decoration: none;
}

.pro-home .mark .btn {
    margin-top: .3rem;
}

.pro-home .mark .btn span,
.pro-home .mark .btn a {
    width: 1.75rem;
    height: .5rem;
    border: 2px #FFF solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: .2rem .1rem;
    font-size: .17rem;
    color: #ffffff;
    text-decoration: none;
}

.pro-home li {
    margin-top: .15rem;
    width: 32.65%;
    margin-right: 1%;
    overflow: hidden;
    height: 2.9rem;
    cursor: pointer;
}

.pro-home li>div{
    width: 100%;
    height: 100%;
}

.pro-home li a {
    width: 100%;
    height: 100%;
}

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

.pub-ad {
    margin-top: 1rem;
}

.pub-ad .warp {
    display: flex;
    align-items: center;
    background-color: #00767a;
    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.5rem;
    padding-left: 3.2rem;
    margin-right: .6rem;
    padding-right: 1rem;
    /* padding-top: .3rem; */
}

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

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

.pub-ad .warp .tit {
    font-size: .24rem;
    line-height: 1.4;
    padding-bottom: 0.1rem;
    border-bottom: 2px #FFF solid;
}

.pub-ad .warp .txt {
    font-size: .22rem;
    margin-top: 0.2rem;
    line-height: 1.2;
}

.pub-ad .tel-con {
    font-size: .17rem;
}

.pub-ad .tel {
    background: url(../images/tel1.png)no-repeat left center;
    padding-left: .5rem;
    background-size: .24rem;
    font-size: .38rem;
    margin-bottom: .2rem;
}

.pub-form {
    height: 6.5rem;
    margin-top: 1.5rem;
    background: url(../images/bg1.WEBP)no-repeat center;
    background-size: cover;
}

.pub-form .container {
    height: 100%;
}

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

.pub-form .form-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-form .title {
    font-size: .36rem;
    line-height: 1.5;
}

.pub-form .text {
    font-size: .21rem;
    margin-top: .1rem;
}

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

.pub-form input[type='text'] {
    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;
    height: .6rem;
    padding: 0 .15rem;
    width: 100%;
    margin-top: .15rem;
    margin-right: .15rem;
    font-family: 'Sansation';
}

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

.pub-form 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-form input[type='submit'] {
    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;
}

@media (min-width:1025px) {
    .pro-home .item:hover img,
    .pro-home li: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-home .item:hover .txt,
    .pro-home li:hover .txt {
        opacity: 0;
    }
    .pro-home .item:hover .mark,
    .pro-home li:hover .mark {
        opacity: 1;
        z-index: 2;
    }
    .pro-home .mark .btn span:hover,
    .pro-home .mark .btn a:hover  {
        background-color: #FFF;
        color: #007579;
    }
}

@media (max-width:1199px) {
    .pro-home .title {
        font-size: 24px;
    }
    .pro-home .text {
        padding: 0;
        font-size: 14px;
    }
    .pro-submenu .container {
        /* overflow-x: auto;
        display: block;
        white-space: nowrap; */
    }
    .pro-submenu a {
        font-size: 14px;
        display: inline-block;
    }
}

@media (max-width:767px) {
    .pro-home .title {
        font-size: 20px;
    }
    .pro-home>.text {
        display: none;
    }
    .pro-home .content {
        margin-top: 0;
    }
    .pro-home .item,
    .pro-home li {
        width: 100%;
        height: 3.8rem;
    }
    .pub-ad {
        margin-top: .8rem;
        flex-direction: column;
    }
    .pub-ad .warp {
        height: auto;
        padding: .3rem .5rem .3rem 2.3rem;
        margin-right: 0rem;
    }
    .pub-ad .warp .pic {
        width: 2rem;
    }
    .pub-ad .warp .tit {
        font-size: 20px;
    }
    .pub-ad .warp .txt {
        font-size: 16px;
    }
    .pub-ad .tel-con {
        text-align: center;
        font-size: 14px;
        margin-top: .5rem;
    }
    
    .pub-ad .tel {
        font-size: 18px;
    }
    .pub-form .form-content::after {
        display: none;
    }
    .pub-form {
        height: auto;
        margin-top: .8rem;
    }
    .pub-form .title {
        font-size: .32rem;
    }
    .pub-form .text,
    .pub-form input[type='text'],
    .pub-form textarea {
        font-size: 14px;
    }
    .pub-form input[type='text'] {
        height: .6rem;
        display: block;
    }
    .pub-form input[type='submit'] {
        font-size: 16px;
    }
    .pub-form .form-content {
        position: inherit;
        width: 100%;
        top: auto;
    }
    .pub-form .group {
        display: block;
    }
    .pub-form textarea {
        height: 1.6rem;
    }
}

@media (max-width: 540px) {
    .pub-ad .warp .pic {
        bottom: unset;
    }
    .pub-ad .warp .tit {
        font-size: 16px;
    }
    .pub-ad .warp .txt {
        font-size: 14px;
    }
    .pub-ad .tel-con>div{
        margin-top: .2rem;
    }
}

.crumbs {
    background: url(../images/home.png)no-repeat left center;
    padding-left: .25rem;
    background-size: .15rem;
    font-size: .17rem;
    line-height: 2;
    opacity: .8;
    margin-top: .2rem;
}

.crumbs a::after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-bottom: 2px #74737c solid;
    border-right: 2px #74737c solid;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 .08rem;
}
.crumbs a:hover::after{
    text-decoration: none;
}

.pub-title {
    font-size: .53rem;
    line-height: 2;
}

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

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

.pro-list .home-pro,
.pro-list .home-pro ul {
    margin-top: .1rem;
}

.pro-list .text {
    font-size: .23rem;
    line-height: 1.8;
}

.pro-list>.text {
    margin-top: .8rem;
}

@media (min-width:1025px) {
    .pub-submenu a:hover {
        background-color: #FFF;
        color: #00767a;
        text-decoration: none;
    }
}

@media (max-width:1199px) {
    .pub-title {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .pub-title {
        font-size: 20px;
    }
    .pub-submenu a,
    .pro-list .text {
        font-size: 14px;
    }
    .crumbs {
        font-size: 14px;
        padding-left: 0.35rem;
        background-size: 0.25rem;
    }
    .crumbs a::after {
        width: 5px;
        height: 5px;
    }
    
}

.page {
    margin: .8rem 0;
}

.page a,.page span {
    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;
    cursor: pointer;
}

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

.page .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);
}

.page .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);
}

.page a.on,.page span.on {
    background-color: #007579;
    border-color: #007579;
    color: #FFF;
}

.news-list li {
    margin-top: .9rem;
    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: .27rem;
    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;
}

@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;
    }
}

@media (max-width:950px) {
    .news-list li {
        width: 49%;
    }
    .news-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .news-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .news-list li {
        width: 100%;
    }
    .news-list li .pic {
        /* height: 3.4rem; */
    }
    .news-list li .date {
        font-size: 12px;
    }
    .news-list li .tit,
    .news-list li .more {
        font-size: 17px;
    }
    .news-list li .more {
        height: .7rem;
    }
}

.news-details .container {
    /* padding-left: .9rem; */
    /* padding-right: .9rem; */
}

.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;
}

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

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

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

.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;
}

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

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

@media (max-width:767px) {
    .news-details .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .news-details h1 {
        font-size: 18px;
    }
    .news-details .info {
        font-size: 14px;
    }
    .news-details .body,
    .news-details .pre-next {
        font-size: 15px;
    }
    .news-details .btn a {
        width: 100%;
        margin-top: .3rem;
        height: .7rem;
        font-size: 14px;
        justify-content: center;
    }
}

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

.shili .text-content {
    margin-top: .5rem;
}

.shili .text-content .tabs {
    border-bottom: 4px #007579 solid;
    line-height: 2;
    font-size: .26rem;
    padding-bottom: .1rem;
}

.shili .text-content .tabs a {
    margin-right: .5rem;
}

.shili .text-content .tabs a:last-child {
    margin-right: 0;
}

.shili .text-content .tabs .on {
    color: #007579;
}

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

.shili>.container>ul{
    margin-bottom: .8rem;
}

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

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

.shili li .pic {
    /* height: 3.3rem; */
    overflow: hidden;
}

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

.shili li .tit {
    background-color: #007579;
    line-height: .6rem;
    margin-top: 2px;
    font-size: .2rem;
}

.honor .text-content .tabs {
    position: relative;
    line-height: auto;
    padding-bottom: 0;
    flex-wrap: wrap;
    border: 0;
}
.honor .text-content .tabs::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #00767a;
}
.honor .text-content .tabs span {
    font-weight: normal;
    padding: 0 0.24rem;
    border: 2px #00767a solid;
    border-radius: 0.1rem 0.1rem 0 0;
    background: #00767a;
    color: #ffffff;
    font-size: .2rem;
    display: inline-block;
    line-height: 2;
    margin-right: 5px;
    cursor: pointer;
}
.honor .text-content .tabs span.on {
    background: #ffffff;
    color: #00767a;
    font-weight: bold;
}
.honor .text-content .cont-list {
    margin: .7rem 0;
}
.honor .text-content .cont-list .cont {
    display: none;
}

@media (min-width:1025px) {
    .shili 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) {
    .shili .pro-submenu .container{
        justify-content: flex-start;
    }
    .peijian .pro-submenu .container {
        justify-content: flex-start;
    }
    .shili .text-content .tabs {
        font-size: 16px;
    }
    .shili .text-content .tabs a {
        margin-right: .2rem;
    }
    .shili .text-content .text,
    .shili li .tit {
        font-size: 14px;
    }
    .shili li {
        width: 49%;
    }
    .shili li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .shili li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .shili .text-content .tabs {
        font-size: 14px;
    }
    .shili .text-content .text {
        font-size: 14px;
    }
}

.crumbs-con {
    margin-top: .1rem;
}

.crumbs-con .back {
    font-size: .19rem;
    background: url(../images/arrow.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .18rem;
    cursor: pointer;
}
.crumbs-con .back:hover{
    color: #007579;
    text-decoration: underline;
}

.video .pub-map,
.peijian .pub-map {
    margin-top: .9rem;
}

.video .list li {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    margin-top: .5rem;
}

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

.video .list li .pic {
    overflow: hidden;
    /* height: 1.9rem; */
}

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

.video .list li .pic span {
    position: absolute;
    left: .1rem;
    bottom: .1rem;
    width: .36rem;
    height: .36rem;
    background: url(../images/play1.png)no-repeat center;
    background-size: 100%;
    z-index: 2;
}

.video .list li .pic .time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .12rem;
    background-color: #000;
    z-index: 2;
    padding: 0 .05rem;
}

.video .list li .text-content {
    border: 1px #e0e0e0 solid;
    border-top: 0;
    padding: .2rem;
    height: 2rem;
}

.video .list li .name {
    color: #007579;
    font-size: .14rem;
}

.video .list li .tit {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .1rem;
}

@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:1199px) {
    .video .pub-banner img {
        height: auto;
        width: 100%;
    }
    .video .back {
        display: none;
    }
}

@media (max-width:767px) {
    .video .list li {
        width: 49%;
    }
    .video li:nth-child(even) {
        margin-right: 0;
    }
    .video .list li .name {
        font-size: 14px;
    }
    .video .list li .pic .time {
        font-size: 12px;
    }
    .video .list li .tit {
        font-size: 14px;
    }
    .crumbs-con .back {
        font-size: 14px;
    }
}

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

.pub-hotpro {
    margin-top: .9rem;
}

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

.pub-hotpro .home-pro {
    margin-top: .5rem;
}

.pub-hotpro .home-pro ul {
    margin-top: 0;
}

.pub-hotpro .home-pro li {
    margin-right: auto;
    margin-top: 0;
    height: auto;
}

.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 (max-width:1199px) {
    .pub-hotpro .swiper-pagination {
        display: block;
    }
    .pub-hotpro .swiper-button-prev,
    .pub-hotpro .swiper-button-next {
        display: none;
    }
    .pub-hotpro .swiper-container {
        padding-bottom: .6rem;
    }
    .pub-hotpro .swiper-pagination-bullet-active {
        background-color: #00767a;
    }
}

.peijian .p-title {
    font-size: .31rem;
    border-bottom: 4px #007579 solid;
    line-height: 2;
    margin-top: .55rem;
    padding-bottom: .15rem;
}

.peijian .content {
    margin-top: .7rem;
    align-items: flex-start;
}

.peijian .form {
    width: 4.25rem;
    background-color: #fff;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .05);
    padding: .4rem .3rem;
}

.peijian .form h3 {
    font-size: .24rem;
    margin-bottom: .4rem;
}

.peijian .form .group {
    margin-top: .1rem;
}

.peijian .form .name {
    font-size: .2rem;
    line-height: 2;
}

.peijian .form input[type='text'] {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .5rem;
    border: 1px #e2e2e2 solid;
}

.peijian .form textarea {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 1.5rem;
    border: 1px #e2e2e2 solid;
}

.peijian .form input[type='submit'] {
    font-size: .2rem;
    background-color: #007579;
    height: .6rem;
    margin-top: .2rem;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.peijian .content .body {
    margin-right: .7rem;
}
.peijian .content .body img {
    max-width: 100% !important;
    height: auto;
}
.peijian .content .body p{
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0;
}
/* .peijian .content .body p img{
	width: 100%;
    height: 100%;
} */

.peijian .content .body h2 {
    font-size: .27rem;
    line-height: 1.6;
    margin-top: .4rem;
}

.peijian .content .body .info {
    font-size: .22rem;
    line-height: 1.8;
}

.peijian .content .body .info p {
    margin-top: .4rem;
}

.peijian .content .body .info .txt-con {
    margin-top: .8rem;
}

.peijian .content .body .info .txt-con .txt {
    margin-top: .2rem;
    padding-left: .2rem;
}

.peijian .content .body .info .txt-con .txt::before {
    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%);
    background-color: #007579;
    width: 7px;
    height: 70%;
}

.peijian .content .body .btn {
    margin-top: .5rem;
}

.peijian .content .body .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;
}

.peijian .content .body .btn img {
    margin-right: .2rem;
    height: .35rem;
}

@media (max-width:1199px) {
    .peijian .pub-banner img {
        height: auto;
        width: 100%;
    }
}

@media (max-width:767px) {
    .peijian .content .body .btn a {
        width: 100%;
        margin-top: .3rem;
        height: .7rem;
        font-size: 14px;
        justify-content: center;
    }
    .peijian .content {
        flex-flow: column;
    }
    .peijian .content .body {
        margin-right: 0;
        width: 100%;
        word-break: break-word;
    }
    .peijian .form {
        width: 100%;
        margin-top: .3rem;
    }
    .peijian .p-title {
        font-size: 18px;
    }
    .peijian .form h3 {
        font-size: 16px;
    }
    .peijian .content .body h2,
    .peijian .form .name,
    .peijian .form input[type='submit'] {
        font-size: 16px;
    }
    .peijian .content .body .info {
        font-size: 15px;
    }
    .peijian .form input[type='text'],
    .peijian .form input[type='submit'] {
        height: .7rem;
    }
    .peijian .form textarea {
        height: 1.8rem;
    }
	.peijian .content .body p{
font-size: 15px;
line-height: 1.5;}
}

.baojia .title {
    font-size: .6rem;
    line-height: 1.8;
}

.baojia .txt-con {
    border-bottom: 1px #c9c8c8 solid;
    padding-bottom: .3rem;
}

.baojia .txt-con h1 {
    font-size: .36rem;
    line-height: 1.5;
    color: #333;
}

.baojia .txt-con .txt {
    font-size: .25rem;
    margin-top: .3rem;
}

.baojia .txt-con .text {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .4rem;
}

.baojia .info-con {
    margin-bottom: .7rem;
}

.baojia .info-con .item {
    width: 30%;
    margin-top: .3rem;
}

.baojia .info-con .item h2 {
    font-size: .33rem;
    line-height: 2;
}

.baojia .info-con .item .text {
    font-size: .23rem;
    margin-top: .3rem;
}

.baojia .info-con .item .text p {
    margin: .2rem 0;
}

.baojia .info-con .item .text p span {
    width: 2.2rem;
}

.baojia .info-con .item .tel {
    background-color: #007579;
    font-size: .23rem;
    padding: .1rem .3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .3rem;
}

.baojia .info-con .item .tel span,
.baojia .info-con .item .tel a {
    font-size: .35rem;
    color: #ffffff;
}

.baojia .info-con .item .btn {
    display: block;
    background-color: #dd0a0a;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: .5rem;
    width: 1.7rem;
    font-size: .22rem;
    margin-top: .5rem;
}

.message {
    background-color: #fafafa;
    overflow: hidden;
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.message .title {
    font-size: .33rem;
}

.message .container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.message .group {
    background-color: #FFF;
    border: 1px #d5d5d5 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-top: .3rem;
    padding-left: .2rem;
}

.message .group span {
    font-size: .2rem;
    margin-right: .3rem;
    color: #9494a9;
}

.message .group span font {
    color: #e1024b;
}

.message .group input[type='text'] {
    height: .7rem;
    width: 100%;
    font-size: .18rem;
    border: 0;
}

.message .group.textarea {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.message .group textarea {
    height: .9rem;
    width: 100%;
    font-size: .18rem;
}

.message .text {
    font-size: .18rem;
    line-height: 1.8;
    margin-top: .3rem;
    padding-left: .55rem;
    padding-right: .9rem;
    color: #666;
}

@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
    }
}

.message input[type='submit'],
.message .submit {
    position: relative;
    width: 100%;
    font-size: .23rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: .7rem;
    background-color: #007579;
    margin-top: .3rem;
    font-family: 'Sansation';
    border: 0;
}

.message .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;
}

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

.Checkbox input {
    display: none
}

.Checkbox label {
    display:none;
    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: .05rem;
    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: .06rem;
    top: .06rem;
    width: .07rem;
    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);
}

@media (max-width:767px) {
    .baojia .title {
        font-size: 24px;
    }
    .baojia .txt-con h1 {
        font-size: 18px;
    }
    .baojia .info-con .item h2 {
        font-size: 16px;
    }
    .baojia .txt-con .txt,
    .baojia .info-con .item .text,
    .baojia .info-con .item .tel,
    .baojia .info-con .item .btn,
    .message .group span,
    .Checkbox,
    .message input[type='submit'] {
        font-size: 14px;
    }
    .baojia .txt-con .text,
    .message .text {
        font-size: 14px;
    }
    .baojia .info-con {
        flex-flow: column;
    }
    .baojia .info-con .item {
        width: 100%;
    }
    .baojia .info-con .item .tel {
        padding: .3rem 0;
    }
    .baojia .info-con .item .tel span,
    .baojia .info-con .item .tel a {
        font-size: 18px;
    }
    .baojia .info-con .item .text p span {
        width: 3rem;
    }
    .baojia .info-con .item .text {
        line-height: 1.8;
    }
    .baojia .info-con .item .btn {
        height: .7rem;
        width: 2.2rem;
        line-height: .7rem;
    }
    .message .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .message .text {
        padding-right: 0;
    }
    .Checkbox label:before {
        width: .3rem;
        height: .3rem;
        top: 0;
    }
}

.yuyue {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    padding-bottom: .6rem;
}

.yuyue .title {
    font-size: .5rem;
    line-height: 2;
    margin-top: .4rem;
}

.yuyue .text {
    font-size: .24rem;
    line-height: 1.6;
}

.select-wrapper {
    width: 5.1rem;
    height: .7rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    margin-top: .6rem;
}

.select-wrapper.focus {
    border: 1px solid #006c63;
}

.select-button {
    width: 5rem;
    height: .67rem;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 .4rem 0 .2rem;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: .2rem;
    color: #666;
}

.select-down {
    position: absolute;
    top: 35%;
    right: .2rem;
    border-right: 1px #212121 solid;
    border-bottom: 1px #212121 solid;
    width: .12rem;
    height: .12rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.disabled {
    color: #cccccc;
}

.select-list {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: .68rem;
    overflow: hidden;
}

.select-list ul {
    overflow-x: hidden;
    overflow-y: auto;
}

.select-list ul li {
    width: auto;
    padding-left: .2rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: .18rem;
    line-height: .5rem;
    height: .5rem;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: #fff;
    background: #006c63;
}

@media (max-width:767px) {
    .yuyue {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .yuyue .title {
        font-size: 24px;
    }
    .yuyue .text,
    .select-button,
    .select-list ul li {
        font-size: 14px;
    }
    .select-wrapper {
        height: .72rem;
    }
}

.about .pub-map {
    margin-top: 1.2rem;
}

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

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

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

.about .container  .mt {
    margin-top: .7rem;
}

.about .content img {
    max-width: 100%;
    height: auto;
}


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

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

.about .history .card .pic {
    margin-top: 0;
}

.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: .26rem;
    line-height: 2;
    /* 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;
}

/* .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;
}

.about .warp.mt {
    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: .2rem;
}

.about .pic.mt {
    margin-top: .7rem;
}

.about .pic img {
    max-width: 100%;
}

@media (max-width:1199px) {
    .about .text,
    .about .history .card .txt,
    .about .warp .item .txt {
        font-size: 14px;
    }
    .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) {
    .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: 14px;
    }
    .about .history {
        margin-top: .6rem;
    }
    .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;
    }
    .about .pro-submenu .container {
        justify-content: flex-start;
    }
}

.pro-details .pub-map,
.pro-details .pub-hotpro {
    margin-top: 1.2rem;
}

.pro-details .crumbs-con .back {
    margin-top: .1rem;
}

.pro-details h1 {
    font-size: .5rem;
    line-height: 1;
    margin-top: .4rem;
}

.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: 1.4;
    font-size: .22rem;
    padding: 0.2rem 0;
}

.pro-details .text-con .text span {
    width: 2rem;
    flex-shrink: 0;
}

.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;
}

.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) { display:none}
.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 img {
    max-width: 100%;
    height: auto;
}

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

.pro-details .content .body {
    font-size: .23rem;
    line-height: 1.8;
}

.pro-details .content .body p {
    margin: .2rem 0;
}

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

.pro-details .content .body table td {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: .0rem .1rem;
}

.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 .pic-con .pic {
    width: 50%;
    overflow: hidden;
}

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

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

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

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

.pro-details .content .img-con {
    margin-top: .5rem;
}
.pro-details .content .img-con222{
		justify-content: space-between;flex-wrap: wrap;
	}
.pro-details .content .img-con222 .img{
		width: 19%;
	}
.pro-details .content .img {
    margin-right: .1rem;
    overflow: hidden;
    margin-top: .1rem;
}

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

.pro-details .content .img img {
    display: block;
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: cover;
}

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

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

.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 .group span {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pro-details .form-content .group span img {
    height: .3rem;
}

.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: .18rem;
}

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

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

.pro-details .form-content .address {
    background: url(../images/icon13.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/icon14.png)no-repeat .2rem center;
    padding-left: .55rem;
    background-size: .24rem;
}

.pro-details .form-content .mess {
    background: url(../images/icon15.png)no-repeat .2rem .1rem;
    padding-left: .65rem;
    background-size: .3rem;
    width: 100%;
    background-color: #eceff3;
    border: 0;
    font-size: .2rem;
}
.ff-default .ff-el-form-control:focus{background-color: #eceff3;}
.pro-details .form-content .Checkbox {
    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 {
    align-items: flex-start;
    margin-top: .4rem;
}

.pro-details .form-content input[type='submit'],
.pro-details .form-content .submit {
    position: relative;
    background-color: #ed1b24;
    font-size: .23rem;
    width: 3.6rem;
    height: .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
}
.pro-details .form-content input[type='submit']:hover,
.pro-details .form-content .submit:hover {
    background: #007579;
}

.search-list .pub-map {
    margin-top: .9rem;
}
.search-list ul li.item {
    padding: 0.2rem;
    margin-top: .4rem;
}
.search-list ul li.item a:hover{
    text-decoration: none;
    color: unset;
}
.search-list ul li.item .type {
    font-size: .28rem;
    color: #007579;
}

.search-list ul li.item .title {
    font-size: .28rem;
    margin-top: 0.3rem;
}
.search-list ul li.item a:hover .title{
    text-decoration: underline;
}

.search-list ul li.item .more{
    margin-top: 0.3rem;
    font-size: .22rem;
}

@media (min-width:1025px) {
    .pro-details .content .img:hover img,
    .pro-details .shijing .img: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);
    }
}

@media (max-width:950px) {
    .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: 24px;
    }
    .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: 15px;
    }
    .pro-details .text-con .text span {
        width: 150px;
    }
    .pro-details .text-con .btn a {
        height: .7rem;
    }
    .pro-details .content .body,
    .pro-details .content .body table {
        font-size: 15px;
    }
    .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-con222{
		justify-content: space-between;flex-wrap: wrap;
	}
	.pro-details .content .img-con222 .img{
		width: 31%;margin-top: 0;
	}	
    .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 {
        margin-right: 0;
        width: 100%;
    }
    .pro-details .form-content input[type='submit'],
    .pro-details .form-content .submit {
        width: 100%;
        height: .7rem;
        margin-top: .3rem;
    }
    .pro-details .form-content .Checkbox {
        font-size: 14px;
    }
    .search-list ul li.item .type,
    .search-list ul li.item .title {
        font-size: 16px;
    }
    .search-list ul li.item .more {
        font-size: 14px;
    }
}

/* 弹窗样式 */
.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

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


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

.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: #000000;
}

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

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #2fc25b;
    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 #dddddd;
    padding: 10px 0;
    cursor: pointer;
}

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

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

.popup.youtube .container {
    width: 70%;
    /* max-height: 600px; */
    /* height: 80%; */
    /* height: 600px; */
    height: calc(70vw / 1.77);
    padding: 0;
}

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

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

.popup.test-drive .hide-form {
    display: none;
}
.popup.test-drive .container {
    width: 90%;
    max-width: 420px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    padding: 40px 0;
    border-radius: 5px;
}
.popup.test-drive .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.popup.test-drive .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 400;
    font-size: 30px;
    z-index: 10;
    opacity: .3;
    cursor: pointer;
}
.popup.test-drive .form {
    max-width: 350px;
    margin: 0 auto;
    width: 70%;
    margin-top: 30px;
    box-shadow: unset;
    padding: 0;
}
.popup.test-drive .form input {
    width: 100%;
    max-width: 230px;
    border: 2px solid rgba(0, 107, 123, 0.28);
    line-height: 42px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px 0 15px;
    color: #212529;
    background: white;
    border-radius: 0 10px 0 10px;
    margin-bottom: 15px;
}
.popup.test-drive .form .opt button{
    position: relative;
    border: 2px solid #006b7b;
    line-height: 40px;
    font-size: 11px;
    font-weight: 700;
    padding: 0 20px;
    color: #006b7b;
    text-transform: uppercase;
    background: transparent;
    position: relative;
    border-radius: 10px 0 10px 0;
}
.popup.test-drive .form .opt {
    margin-top: 35px;
}
.popup.test-drive .form .opt button:hover {
    background: #006b7b;
    color: white;
}
.popup.test-drive .form .opt button .tip {
    position: absolute;
    top: -14px;
    background: #ec0808;
    line-height: 13px;
    left: 10%;
    font-size: 9px;
    color: white;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
}

.float-btn {
    position: fixed;
    z-index: 15;
    bottom: 10%;
    right: 2%;
}
.float-btn a {
    display: block;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    margin-top: 20px;
}
.float-btn a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.discount-form,
.ff-message-success,.ff-form-loading_errors,.ff-errors-in-stack {
    display: none!important
}
.fluentform .ff_submitting {
    pointer-events: auto!important
}

.message .fluentform .ff-el-group{
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border: 1px #d5d5d5 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-top: .3rem;
    padding-left: .2rem;
    margin-bottom: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.message .fluentform .ff-el-form-left{
    align-items: center;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
}
.message .fluentform .ff-el-group .ff-el-input--content{
    flex: 1;
    margin: 0 !important;
}
.message .ff-default .ff-el-form-control {
    border: 0;
}
.message .fluentform .ff-el-input--label{
    margin: 0;
    padding: 0 !important;
    width: auto !important;
}
.message .ff-default .ff-el-input--label label{
    font-size: .2rem;
    margin-right: 0.3rem;
    color: #9494a9;
}
.message .fluentform .ff-el-group input {
    width: 100%;
    padding: 0;
    height: 0.7rem;
        font-size: .18rem;
}
.message .fluentform .ff-el-group textarea{
    padding: 0;
    height: 0.9rem;
    width: 100%;
    font-size: .18rem;
}
.message .radio-check,.message .ff_submit_btn_wrapper{
    display: none !important;
}

.peijian .form .fluentform .ff-el-group{
    display: block;
    margin-top: 0.1rem;
    margin-bottom: 0;
}
.peijian .form .fluentform .ff-el-form-left{
    align-items: center;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
}
.peijian .form .fluentform .ff-el-group .ff-el-input--content{
    flex: 1;
    margin: 0 !important;
}
.peijian .form .ff-default .ff-el-form-control {
    border: 0;
}
.peijian .form .fluentform .ff-el-input--label{
    margin: 0;
    padding: 0 !important;
    width: auto !important;
}
.peijian .form .ff-default .ff-el-input--label label{
    font-size: .2rem;
    line-height: 2;
}
.peijian .form .fluentform .ff-el-group input {
    width: 100%;
    padding: 0 10px;
    font-size: .18rem;
    height: 0.5rem;
    border: 1px

 #e2e2e2 solid;
}
.peijian .form .fluentform .ff-el-group textarea{
    padding: 10px;
    width: 100%;
    font-size: .18rem;
    height: 1.5rem;
    border: 1px #e2e2e2 solid;
    border-radius: 3px;
}
.peijian .form .fluentform .ff-btn-submit {
    font-size: .2rem;
    background-color: #007579;
    height: 0.6rem;
    margin-top: 0.2rem;
    width: 100%;
    border-radius: 3px;
}

.pub-form .form .fluentform .ff-el-group {
    margin: 0;
}
.pub-form .form .ff-el-input--label  {
    display: none !important;
}
.pub-form .form .fluentform .ff-el-group input {
    width: 100%;
    font-size: .2rem;
    border: 0;
    height: 0.6rem;
    padding: 0 0.15rem;
    margin-top: 0.15rem;
    margin-right: 0.15rem;
    font-family: 'Sansation';
    background: #ffffff;
    border-radius: 5px;
}
.pub-form .form .fluentform .ff-el-group 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: 0.15rem;
    width: 100%;
    margin-top: 0.15rem;
    font-family: 'Sansation';
}
.pub-form .form .fluentform .ff-btn-submit {
    background-color: #ff0a16;
    font-size: .24rem;
    width: 2.4rem;
    height: 0.55rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 0.2rem;
    padding: 0;
}
.pub-form .form .fluentform .ff-el-input--content {
    position: relative;
}
.pub-form .form .fluentform .ff-el-is-error .text-danger {
    position: absolute;
    margin: 0;
    bottom: -6px;
    left: 0.15rem;
}
.pub-form .form .fluentform .ff_submit_btn_wrapper{
    text-align: center;
}

.pro-details .form-content .ff-t-container {
    gap: unset;
}
.pro-details .form-content .ff-t-container .ff-t-cell:last-of-type {
    margin-right: 0;
}
.pro-details .form-content .fluentform .ff-t-cell {
    margin-right: 2%;
    margin-top: 0.2rem;
    width: 32%;
    flex-basis: unset !important;
}
.pro-details .form-content .fluentform .ff-el-group {
    margin: 0;
}
.pro-details .form-content .fluentform .ff-el-input--label label {
    font-size: .21rem;
    color: #999;
}
.pro-details .form-content .fluentform .ff-el-group input {
    width: 100%;
    height: 0.6rem;
    font-size: .18rem;
    border: 0;
    background-color: #eceff3;
    /* padding: 0 10px; */
    border-radius: 0;
}
.pro-details .form-content .fluentform .ff_submit_btn_wrapper {
    display: none;
}
.pro-details .form-content .fluentform .ff_input-group-append {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.pro-details .form-content .fluentform .ff_input-group-append .ff_input-group-text {
    padding: 0;
}
.pro-details .form-content .fluentform .ff_input-group-append img {
    width: .4rem;
    height: .4rem;
    object-fit: contain;
}
.pro-details .form-content .tel {
    padding-right: .8rem;
}

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

@media (max-width: 767px) {
    .message .ff-default .ff-el-input--label label,
    .message .fluentform .ff-el-group textarea,
    .message .fluentform .ff-el-group input {
        font-size: 14px;
    }
    .message .fluentform .ff-el-group textarea {
        padding-top: 10px;
    }
    .peijian .form .ff-default .ff-el-input--label label {
        font-size: 16px;
    }
    .peijian .form .fluentform .ff-el-group input {
        height: .7rem;
    }
    .peijian .form .fluentform .ff-el-group textarea {
        height: 1.8rem;
    }
    .peijian .form .fluentform .ff-btn-submit {
        font-size: 16px;
        height: .7rem;
    }
    .pub-form .form .fluentform .ff-el-group input {
        font-size: 14px;
        height: .7rem;
    }
    .pub-form .form .fluentform .ff-el-group textarea {
        height: 1.6rem;
        font-size: 14px;
    }
    .pub-form .form .fluentform .ff-btn-submit {
        font-size: 16px;
    }
    .pub-form .form .fluentform .ff-el-is-error .text-danger {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 4px;
    }
    .pro-details .form-content .fluentform .ff-t-cell {
        width: 100%;
    }
    .pro-details .form-content .fluentform .ff-el-input--label label {
        font-size: 14px;
    }
    .pro-details .form-content .fluentform .ff-el-group input {
        font-size: 14px;
        height: .7rem;
    }
 .pro-details .form-content .mess{font-size: .4rem;min-height: 3rem;}
}

@media (max-width: 540px) {
    .popup.tip .icon {
        width: 80px;
        height: 80px;
    }
    .popup.youtube .container {
        width: 90%;
        height: 50%;
    }
    .float-btn {
        bottom: 45%;
        right: 2%;
    }
    .float-btn a {
        height: 65px;
        width: 65px;
        margin-top: 10px;
    }
}

/* 文章详情浮点元素 */
.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
}
.news-details .body p {
    content: "";
    display: block;
    clear: both;
}