@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html {
    width:100%;
    /*user-select: none;*/
    font-size: 16px;
}


@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}
@font-face{ font-family: Swis721BlkCnBT; src: url(../fonts/Swis721BlkCnBT.ttf);}

body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 14px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: #333;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.fl { float:left;}
.fr { float:right;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
    height: auto;
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}




.w_1400{max-width: 1400px;width: 90%;margin: 0 auto;}
.breadcrumb {
    height:3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul a{
    display: inline-block;
    line-height: 3.5rem;
    margin:0 1.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}
.breadcrumb ul a.act {
    border-bottom: 2px solid #00a29a;
    color: #00a29a;
}
.breadcrumb ul a:hover {
    color: #dd7c17;
}


@media screen and (max-width: 1000px) {
    .w_1400 {
        width:95%;
    }

    .breadcrumb ul a{
        margin:0 0.5rem;
    }
}


header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

}
.header {display: flex;align-items: center;justify-content: space-between;}
.header .logo img {height:70px;}
.header .logo .img2 {display: none;}
.header .menu {width:75%;display: flex;align-items: center;justify-content: space-between;}
.header .menu .nav {flex:1;text-align: center;}

.header .menu .nav .flip>a{height: 80px;font-size: 1rem;position: relative;color:#fff;}
.header .menu .nav .flip>a.on:after{
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    z-index: -1;
    width: 5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #00a29a;
}
.header .menu .nav .flip {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s;
    height: 80px;
}
.header .menu .nav:hover .flip{
    cursor: pointer;
    transform: rotateX(90deg);
}
.header .menu .nav .flip .a1 {
    width: 100%;
    transform: translateZ(40px);
    height: 80px;
    font-weight: bold;
    display: flex;align-items: center;justify-content: center;
}
.header .menu .nav .flip .a2 {
    transform: translateY(40px) rotateX(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    color: #ffffff;
    background-color: #00a29a;
    display: flex;align-items: center;justify-content: center;
}

.header .menu .searchBtn {flex:none;padding:0 1rem;}
.header .menu .searchBtn .iconfont{font-size: 1.5rem;cursor:pointer;color:#fff;}


header.fixed,header:hover {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
header.fixed .logo .img1,header:hover .logo .img1 {
    display: none;
}
header.fixed .logo .img2,header:hover .logo .img2 {
    display: block;
}
header.fixed .header .menu .nav .flip>a, header:hover .header .menu .nav .flip>a {color:#616161;}
header:hover .header .menu .nav .flip .a2 {color:#fff;}
header.fixed .header .menu .searchBtn .iconfont, header:hover .header .menu .searchBtn .iconfont{color:#616161;}





.header .menu .nav .submenu {
    background-color: #fff; width: 100%; position: absolute; z-index:99; left: 0; top: 80px; border-top: 1px solid #EEE; padding: 2em 0;box-shadow:0 3px 3px rgba(0,0,0,0.3);
}
.header .menu .nav.act .submenu{display: block}
.header .menu .nav .submenu {display: none}
.header .menu .nav .submenu .header_classify{position: relative;display: flex;}


.header .menu .nav .submenu .header_classify .one_level{
    width: 24%;
    display: flex;
    flex-flow: column;
    padding-right:1%;
    margin-right:1%;
    box-shadow: 0.3rem 0 0.3rem -0.3rem rgba(94, 94, 94, 0.5);
}

.header .menu .nav .submenu .header_classify .one_level .one_li {
    height:3.75rem;
}
.header .menu .nav .submenu .header_classify .one_level .one_li>a {
    width:100%;
    height: 100%;
    color: #7f7f7f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .menu .nav .submenu .header_classify .one_level .one_li.cur>a {
    color: #fff;
    background: linear-gradient(to right, #00a29a61, #00a29a);
}
.header .menu .nav .submenu .header_classify .two_level{
    width: 45%;
}
.header .menu .nav .submenu .header_classify .two_level .two_li {
    display: none;
}
.header .menu .nav .submenu .header_classify .two_level .two_li.cur {
    display: flex;
    flex-wrap: wrap;
}
.header .menu .nav .submenu .header_classify .two_level .two_li a{
    width:48%;
    position: relative;
    color: #595959;
    font-size: 1rem;
    background: #f1f1f1;
    padding:0.5rem;
    margin-right: 2%;
    transition: all 0.5s;
}
.header .menu .nav .submenu .header_classify .two_level .two_li a:hover{
    box-shadow: 0 0 0.8rem #00a29a inset;
}
.header .menu .nav .submenu .header_classify .two_level .two_li p{
    width:100%;
    text-align: center;
    line-height: 2rem;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .menu .nav .submenu .header_classify .two_level .two_li a:nth-child(2n) {
    margin-right: 0;
}
.header .menu .nav .submenu .header_classify .two_level .two_li a:nth-child(-n+2) {
    margin-bottom: 10px;
}

.header .menu .nav .submenu .two_menu {
    display: flex;
}

.header .menu .nav .submenu .left {
    width:29%;
    padding-right:1%;
    margin-right:1%;
    box-shadow: 0.3rem 0 0.3rem -0.3rem rgba(94, 94, 94, 0.5);
}
.header .menu .nav .submenu .left h3{
    font-size: 2rem;
    color:#00a29a;
    margin-bottom: 1rem;
    text-align: justify;
}
.header .menu .nav .submenu .left p{
    font-size: 1rem;
    line-height: 2rem;
    color:#212529;
    margin-bottom: 1rem;
    text-align: left;
}
.header .menu .nav .submenu .left a{
    display: block;
    margin-top: 2rem;
    color:#00a29a;
    text-decoration:underline;
    text-align: left;
}
.header .menu .nav .submenu .two_menu .center {
    width:34%;
    padding-right:1%;
    margin-right:1%;
    box-shadow: 0.3rem 0 0.3rem -0.3rem rgba(94, 94, 94, 0.5);
}
.header .menu .nav .submenu .two_menu .center li{;
    font-size: 1rem;
    height:3.6rem;
    line-height: 3.6rem;
    border-bottom:1px solid #f1f1f1;
    text-align: center;
}
.header .menu .nav .submenu .two_menu .center li:hover a {
    display: block;
    height:100%;
    color: #fff;
    background: linear-gradient(to right, #00a29a61, #00a29a);
}
.header .menu .nav .submenu .two_menu .right {
    width:35%;
}




#search{position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:99999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
#search.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
#search .search_box{
    background: #00a29a;
    padding: 3rem;
    position:relative;
    z-index:999;
}

#search .searchClose{ width: 67px; height: 67px; line-height: 65px; display:block; border-radius: 50%; text-align: center; position:relative;}
#search .searchClose:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
#search .searchClose svg{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
#search .searchClose svg circle {
    fill: none; box-sizing:border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0 , 188.49;
    stroke-dashoffset:188.49;
    transition: all .3s linear 0s;
}
#search .searchClose:hover svg circle {
    stroke:#fff;
    stroke-dasharray:188.49 , 0;
    stroke-dashoffset:188.49;
    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
#search .searchClose:hover svg circle { stroke:#fff;}
#search .searchBg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
#search.act .searchBg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }

#search form {
    height: 5rem;
    position: relative;
    width: 1200px;
    max-width: 80%;
}
#search form input {
    width: 90%;
    height: 5rem;
    font-size: 2rem;
    color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
}
#search form button {background: #00a29a;border: none;line-height: 5rem;}
#search form button i{font-size: 2rem;}
#search form:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    transition: .5s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
#search.act form:after {
    width: 100%;
    transition: ease-in-out .5s .5s;
}

#search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input::-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input:-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input:-ms-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input:focus::-webkit-input-placeholder {color: transparent;}
#search input:focus:-moz-placeholder {color: transparent;}
#search input:focus::-moz-placeholder {color: transparent;}
#search input:focus:-ms-input-placeholder {color: transparent;}

@media screen and (max-width: 1600px) {
    .header .logo img {height:60px;}
}
@media screen and (max-width: 1200px) {
    .header .logo img {height:50px;}
}








/*尾部导航*/
.footer {
    position: relative;z-index: 1;
    background: #f2f2f2;
}
.footer .ftop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
    border-bottom: 1px solid #cfcfcf;
}
.footer .ftop .tit p:nth-child(1){
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.footer .ftop .tit p:nth-child(2){
    font-size: 1rem;
}
.footer .ftop .lx {display: flex;justify-content: center;margin-top: 2rem;}
.footer .ftop .lx .lx1 {border: 1px solid #00a29a;background: #00a29a;line-height: 2.8rem;width: 10rem;margin-right: 1rem;color:#fff;}
.footer .ftop .lx .lx2 {border: 1px solid #00a29a;line-height: 3rem;width: 10rem;}
.footer .ftop .lx i {margin-left: 1rem;}
.footer .ftop .lx .lx1:hover {border: 1px solid #00a29a;}
.footer .ftop .lx .lx2:hover {border: 1px solid #00a29a;background: #00a29a;color:#fff;}
.footer .ftop .to_top {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #00a29a;
    text-align: center;
    cursor: pointer;
    line-height: 4rem;
}
.footer .ftop .to_top i{
    font-size: 2rem;
    color:#fff;
}
.footer .ftop p {
    font-size: 1.5rem;
    color:#333333;
}

.footer .main {
    padding: 2.5rem 0 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer .main .box1 {
    width:25%;
}
.footer .main .box1 .info {
    padding:1rem 0;border-bottom: 1px dashed #7b7b7b;
}
.footer .main .box1 .info:first-child {
    padding:0 0 1rem 0;
}
.footer .main .box1 h3 {
    color: #333333;
    font-size: 1.2rem;
    margin: 0.5rem 0;
}
.footer .main .box1 p,.footer .main .box1 a {
    color: #00a29a;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
}
.footer .main .box1 ul {
    height:4.5rem;
    display: flex;
    align-items: center;
}
.footer .main .box1 ul li{
    width:3rem;
    height:3rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    position: relative;
}
.footer .main .box1 ul li i{
    font-size: 2rem;
}
.footer .main .box1 ul li .icon-weixin {
    color:#04BE02;
}


.footer .main .box1 ul li .qrcode {
    visibility: hidden;
    position: absolute;
    bottom:120%;
    background: #fff;
    transform: translateY(10%);
    transition: 0.5s;
}
.footer .main .box1 ul li.weixin:hover .qrcode{visibility: visible;transform: translateY(0)}
.footer .main .box1 .qrcode .pic {
    position: relative;
    width: 10rem;
    height: 10rem;
    border: 1px solid #525252;
    padding: 0.5rem;
}
.footer .main .box1 .qrcode .scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.footer .main .box1 .qrcode .scanner .scanning {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.footer .main .box1 .qrcode .scanning .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #00a29a 211%);
    border-bottom: 1px solid #00a29a;
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 0.5s;
}
@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}




.footer .main .box2 {
    width:65%;
    display: flex;
}
.footer .main .box2 dt a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 1rem;
}
.footer .main .box2 p a {
    font-size: 1rem;
    color: #515151;
}
.footer .main .box2 p a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer .main .box2 dl {
    flex: 1;
    padding:0 1%;
}
.footer .main .box2 dt {
    text-align: center;
}
.footer .main .box2 dd {
    margin-top: 2.5rem;
}
.footer .main .box2 dd p {
    height: 2.5rem;
    border-radius: 0.5rem;
    border-bottom: 1px solid #737373;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .main .box2 dd p:hover {
    background: #00a29a;
}
.footer .main .box2 dd p + p {
    margin-top: 1rem;
}

.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:4.5rem;
    border-top: 1px solid #767676;
}
.footer .copyright p, .footer .copyright a {
    color: #515151;
    font-size: 1rem;
    line-height: 2rem;
}




.floatFns {
    position: fixed;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floatFns .kefu {
    margin-bottom: 0.8rem;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:3rem;
    height:3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    -webkit-animation: diffuse 1.5s ease-out 75ms infinite;
    animation: diffuse 1.5s ease-out 75ms infinite;
}
@keyframes diffuse {
    0% {
        opacity: .3;
    }
    50% {
        opacity: .5;
        box-shadow: rgba(66, 133, 244, 0.1) 0 0 0 2px, #083483 0 0 10px 10px, rgba(66, 133, 244, 0.1) 0 0 0 10px;
    }
    100% {
        box-shadow: rgba(66, 133, 244, 0.1) 0 0 0 2px, #083483 0 0 10px 10px, rgba(66, 133, 244, 0.1) 0 0 0 10px;
        transform: scale(1.5);
        opacity: 0;
    }

}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: #00a29a;
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box i{
    font-size: 24px;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 50px;
    top:50%;
    padding:10px;
    color:#fff;
    border-radius: 5px;
    transform: translateY(-50%) scale(0);
    transition: 0.5s;
    font-size: 18px;
    white-space: nowrap;
    min-width:100px;
}
.floatFns .kefu .info img{
    max-width: none;
    width:150px;
    height:150px;
}
.floatFns .kefu .info a {color:#fff;}
.floatFns .kefu:hover .info {
    transform: translateY(-50%) scale(1);
}

.floatFns .kefu.tel i {
    animation: yyhh 1.5s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}







.pagination {
    text-align: center;
    padding: 1rem 0;
}
.pagination li {
    display: inline-block;
    margin: 0 0.1rem;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    height: 2.5rem;
    padding: 0 1rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: #00a29a;
    color: #FFF;
}





.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 99999;
}
.mobile-header .logo {
    /*text-align: center;*/
    background: #fff;
    z-index: 1;
    position: relative;
    line-height: 4.2rem;
    height: 4.2rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mobile-header .logo img {
    max-height: 3.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.mobile-header .nav_btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
}
.mobile-header .nav_btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: #00a29a;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.mobile-header .nav_btn i.ie1 {
    margin-top: -0.8rem
}
.mobile-header .nav_btn i.ie3 {
    margin-top: 0.8rem
}
.mobile-header.active .nav_btn i {
    margin: 0 !important;
}
.mobile-header.active .nav_btn i.ie1{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-header.active .nav_btn i.ie2 {
    opacity: 0;
}
.mobile-header.active .nav_btn i.ie3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-header .nav_box {
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 0;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 4.5rem 0 1.5rem;
}
.mobile-header.active .nav_box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.mobile-header .nav_box .search {
    padding: 0.5rem 2.5%;
    background: #00a29a;
    z-index: 2;
    position: relative;
}
.mobile-header .nav_box .search form {
    width: 100%;
    padding-right: 3rem;
    position: relative;
}
.mobile-header .nav_box .search form .search_input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
}
.mobile-header .nav_box .search form .search_submit {
    width: 3rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-header .nav_box .search form .search_submit .iconfont{
    font-size: 1.8rem;
    color:#fff;
}


.mobile-header .nav_box .menu {
    padding: 1rem 0;
}
.mobile-header .nav_box .menu .column .item {
    position: relative;
}
.mobile-header .nav_box .menu .column .item > a {
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #eee;
    position: relative;
}
.mobile-header .nav_box .menu .column  .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}
.mobile-header .nav_box .menu .column .s_menu {
    display: none;
}
.mobile-header .nav_box .menu .column .s_menu a{
    display: block;
    position: relative;
    font-size: 1rem;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
}
.mobile-header .nav_box .menu .column .s_menu a .iconfont{
    font-size: 1rem;
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-header .nav_box .menu .column .s_menu a:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-header .nav_box h3 {
    font-size: 1rem;
    text-align: left;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}
.mobile-header .nav_box h3 .iconfont{vertical-align:middle;}

.mobile_top_fill {height:4.2rem;display: none;}


.mobile-footer {
    display: none;
    padding: 1rem 0;
    background: #00a29a;
    color:#fff;
}
.mobile-footer .foot_menu {
    padding: 1rem 0;
}
.mobile-footer .foot_menu .column {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-footer .foot_menu .column .item {
    color: #fff;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-footer .foot_menu .column .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .foot_menu .s_menu {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-footer .foot_menu .s_menu .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-footer .foot_menu .s_menu .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .foot_menu .s_menu .s_item li {position:relative;padding-left: 5%;}
.mobile-footer .foot_menu .s_menu .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}





.mobile-footer  .foot_con .t{height: 2rem;font-size: 1rem;color: #fff;display: flex;align-items: center;}
.mobile-footer  .foot_con .t .iconfont{vertical-align:middle;margin-right: 0.3rem;}
.mobile-footer  .foot_con .n {margin-bottom:1rem;}
.mobile-footer  .foot_con .n p {font-size: 1rem;line-height: 2rem;}





.ab_top_box {position: relative;z-index: 99}
.ab_nav_box{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background-image: linear-gradient(rgba(255,255,255,0.8), #ffffff);
    width: 100%;height:4rem;transition:all 0.5s;
}
.ab_nav_box.on{position: fixed;top: 80px;width: 100%;height:3.75rem;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.08);}
.ab_nav {position: relative;display: flex;height:100%;}
.ab_nav li{width: 100%;text-align: center;height:100%;font-size: 1rem;position: relative;transition:all 0.5s;display: flex;
    align-items: center;
    justify-content: center;}
.ab_nav li::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 1rem;background-color: #949494;}
.ab_nav li:last-child::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 18px;background-color: #949494;}
.ab_nav li a{color: #333333;}
.ab_nav li.act a{color: #00a29a;}
.ab_nav li:hover a{color: #00a29a;}
.ab_nav li i{
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left:15%;
    background: #00a29a;
    transition: 0.5s;
}
.ab_nav li.act i{
    width: 70%;
}
.support {height: 3.75rem;display: none}



@media  screen and (max-width: 1000px){
    .mobile-header,.mobile_top_fill,.mobile-footer {display: block;}

    header,.footer,.floatFns,.ab_top_box {display: none;} {display: none;}
}