﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}


input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
       -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #06937c;text-decoration:none;}

.header-wrapper{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding:10px 0;
    z-index:999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header-wrapper.activeHead{padding: 0;}
.header-wrapper:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -110%;
    left: 0;
    display: inline;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
       -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.header-wrapper.activeHead:after{top:0;}
.navbar-default{
    background: transparent;
    border-width: 0;
    margin-bottom: 0;
}
.navbar-brand{
    height: auto;
    padding:10px 15px;
}



.head-nav-w{margin-top: 20px;padding-right: 0;}
.navbar-default .navbar-nav > li{margin-left:34px;padding-right: 5px;padding-left: 5px;font-size:18px;overflow: hidden;}
.navbar-default .navbar-nav > li > a{
    padding:10px 6px;color:#fff;
    position: relative;height: 40px;line-height: 20px;
    font-family: "McKinsey Theinhardt";
    -webkit-transition: all .42s ease;
    transition: all .42s ease;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}
.navbar-default .navbar-nav > li.on > a,.header-wrapper.activeHead .navbar-default .navbar-nav > li.on > a{color: #06937c;} 
.navbar-default .navbar-nav > li:after{
    display: block;
    position: absolute;
    left: 50%;
    bottom:0px;
    width:0px;
    height: 2px;
    background: #06937c;
    content: '';
    z-index: 2;
    margin-left:-14px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.navbar-default .navbar-nav > li.on:after,
.navbar-default .navbar-nav > li:hover:after{width: 28px;}
.header-wrapper.activeHead .navbar-nav > li > a{color:#000;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.header-wrapper.activeHead .navbar-nav > li > a:hover,.header-wrapper.activeHead .navbar-nav > li > a:focus{
    color:#06937c;
}
.activeHead .navbar-default .navbar-nav > li.last > a.sea{background: url(../Images/ico_sea2.png) center no-repeat;}



.navbar-default .navbar-nav > li:before{
    content: '';
    color: #06937c;
    height: 100%;
    width: 100%;
    margin-top: 0px;
    padding: 10px 11px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 35%, 0);
    transform: translate3d(0, 35%, 0);
    -webkit-transition: all .42s ease;
    transition: all .42s ease;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    font-family: "McKinsey Theinhardt"
}
.navbar-default .navbar-nav > li:nth-of-type(1):before{content: 'Home';}
.navbar-default .navbar-nav > li:nth-of-type(2):before{content: 'Product Center';}
.navbar-default .navbar-nav > li:nth-of-type(3):before{content: 'Inspiration';}
.navbar-default .navbar-nav > li:nth-of-type(4):before{content: 'Cases';}
.navbar-default .navbar-nav > li:nth-of-type(5):before{content: 'Solutions';}
.navbar-default .navbar-nav > li:nth-of-type(6):before{content: 'Relationship';}
.navbar-default .navbar-nav > li:nth-of-type(7):before{content: 'About Us';}
.navbar-default .navbar-nav > li:hover:before{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.navbar-default .navbar-nav > li:hover a {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    opacity: 0;
}
.navbar-default .navbar-nav > li.last:before,.navbar-default .navbar-nav > li.last:after{display: none;}
.navbar-default .navbar-nav > li.last:hover a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -0, 0);
    opacity: 1;
}

.navbar-default .navbar-nav > li .ej-nav{
    position: absolute;
    top:100%;
    left: -30px;
    width: 196px;
    padding-top: 10px;
    display: none;
    z-index: 99;
}
.navbar-default .navbar-nav > li .ej-nav dl{
    background:rgba(255,255,255,0.86);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding:30px 35px 12px;
}
.navbar-default .navbar-nav > li .ej-nav dl dt i{
    position: absolute;
    top:2px;
    left: 48px;
    border-bottom:8px solid rgba(255,255,255,0.86);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.navbar-default .navbar-nav > li .ej-nav dl dd{
    margin-bottom: 18px;
    font-size: 16px;
    color:#555;
}
.navbar-default .navbar-nav > li.last{padding-right: 0;}
.navbar-default .navbar-nav > li.last > a{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.navbar-default .navbar-nav > li.last > a.en:before{
    position: absolute;
    top:50%;
    left: 0;
    width: 1px;
    height: 12px;
    background: #fff;
    margin-top: -6px;
    content: '';
}
.navbar-default .navbar-nav > li.last > a.sea{
    width: 30px;
    background: url(../Images/ico_sea.png) center no-repeat;
}

.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.swiper-slide-active{z-index:10;}
.ban-btns{margin-top: 30px;}
.mode-button{
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: Neutraface Bold;
    font-size: 1rem;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 30px;
    -moz-border-radius: 42px;
         border-radius: 42px;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.mode-button:after {
    background: #36c0cc;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -moz-border-radius: 42px;
         border-radius: 42px;
    opacity: 0;
    z-index: -2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.mode-button span{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    -moz-border-radius: 42px;
         border-radius: 42px;
    z-index: -1;
}
.mode-button span:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
     -ms-transform: skewX(-30deg);
         transform: skewX(-30deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}
.mode-button:hover:after{
    top: -19%;
    left: -9px;
    height: 138%;
    width: -moz-calc(100% + 18px);
    width: calc(100% + 18px);
    opacity: .4;
}
.mode-button:hover span:after{
    width: 112%;
}
.ban-bslide{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: rgba(0,0,0,0.18);
    border-top: 1px solid rgba(255,255,255,.2);
    z-index: 10;
}
.ban-bslide ul{width: 86%;margin: 0 auto;color:#fff;border-left: 1px solid rgba(255,255,255,.2);}
.ban-bslide ul li{
    float: left;width: 33.33%;
    border-right: 1px solid rgba(255,255,255,.2);padding: 0 60px;
    cursor: pointer;position: relative;
}
.ban-bslide ul li::after{
    position:absolute;top:-1px;
    left:0;height:1px;width:0;
    opacity:1;
    content: '';
}
.ban-bslide ul li:nth-child(1)::after{background-color:#06937c;}
.ban-bslide ul li:nth-child(2)::after{background-color:#000;}
.ban-bslide ul li:nth-child(3)::after{background-color:#dc9a03;}
.ban-bslide ul li.active::after{width:100%;-webkit-transition:width 12s linear;-moz-transition:width 12s linear;transition:width 12s linear}
/* .ban-bslide ul li:last-of-type{border-right-width: 0;} */
.ban-bslide ul li .c-h{height: 110px;}
.ban-bslide ul li .ent{font-size: 18px;}
.icos-d{position: relative;}
.icos-d .svg{width: 50px;height: 50px;position: relative;}
.icos-d .icos-jt{
    background: url(../Images/ico_jt.png) center no-repeat;
    position: absolute;
    top:0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    -moz-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.ban-bslide ul li:hover .icos-d .icos-jt{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
         transform: rotate(90deg);
}
.icos-d .svg svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
}
.icos-d .svg svg circle{
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    -moz-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    stroke-dasharray:339;
    stroke-dashoffset:339;
}
.ban-bslide ul li:hover .icos-d .svg svg circle{stroke-dashoffset:188;}
.ban-video{
    width: 100%;
    height: 100%;
    position: relative;
}
/* object-fit: fill; */
.ban-video video{
    min-width: 100%;
    min-height: 100%;
    background: #000;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);  
}

.mode-title{margin-top: 50px;text-align: center;margin-bottom: 40px;}
.mode-title h1{
    font-family: "Neutraface Bold";
    color: #00927b;
    font-size: 48px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.mode-title h5{
    max-width: 800px;
    margin:0 auto 30px;
    line-height: 1.8;
    color:#444;
}
.read-more a{
    font-size: 24px;
    font-family: "Neutraface Bold";
    color: #2b2b2b;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.1em;
    border: 1px solid #353535;
    padding: 15px 50px 10px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    position: relative;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.read-more a:hover {
    background-color: #00927b;
    border-color: #00927b;
    color: #fff;
}
.mode-swp-prev,.mode-swp-next{
    position: absolute;
    top:50%;
    width: 27px;
    height: 54px;
    background: url(../Images/ico_prev.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top:-27px;
    z-index: 2;
    opacity: 0.7;
}
.mode-swp-next{
    right: 2%;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
     -ms-transform: rotate(180deg);
         transform: rotateZ(180deg);
}
.mode-swp-prev{left: 2%;}
.mode-swp-prev:hover,.mode-swp-next:hover{
    opacity: 1;
}
.mode-swp-page{
    position: absolute;
    bottom:10px;
    z-index: 2;
    text-align: center;
}
.swiper-pagination-bullet-active{background: #dc9a03}

.wrapper{padding-right:60px;padding-left: 60px;}
.home-product-list .img{
    position: relative;
    width: 100%;
    padding-top: 121.4285714285714%;
    overflow: hidden;
}
.home-product-list .img .img-c {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.9);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.home-product-list .img .img-c:hover{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.home-product-list .img .viewmore{
    position: absolute;
    top: 0px;
    background: rgba(0,146,123,0.35);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.home-product-list .img .img-c:hover .viewmore {
    opacity: 1;
}
.viewline-c{position: absolute;top:50%;left: 50%;}
.viewline {
    display: inline-block;
    width: 100px !important;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 51%;
    margin-left: -50px;
    -webkit-transition: all 0.6s ease 0s !important;
    -moz-transition: all 0.6s ease 0s !important;
    transition: all 0.6s ease 0s !important;
    top: 0;
    margin-top: -22px;
}
.home-product-list .img .img-c:hover .viewmore .viewline {
    width: 10px !important;
    margin-left: -3px;
}
.viewlinet {
    top: 100% !important;
    margin-top: 20px!important;
}
.viewtxt {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    width: 100%;
    line-height:24px;
    margin-top: -12px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.home-product-list .txt{
    display: block;
    text-align: center;
    padding: 15px;
}
.home-product-list .txt .line{
    width: 34px;
    height: 1px;
    background: #ddd;
    margin:8px auto;
}
.home-product-list .txt h5{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.bg-color1{background: #eee;}
.home-wrap .section{overflow: hidden;}

.home-news-list{margin-bottom: 40px;}
.home-news-list .boxs{
    display: block;
    background: #fff;
    color:#000;
    position: relative;
    margin-bottom: 15px;
    z-index: 3;
}
.home-news-list .boxs:hover:after{
    position: absolute;
    top:-10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #e1e0e0;
    content: '';
    z-index: -1;
}
.home-news-list .boxs .txt{
    padding:30px;
    background:#fff;
}
.home-news-list .boxs .txt h4{
    line-height: 24px;
    height: 48px;
}
.home-news-list .boxs .txt .date{
    font-size: 12px;
    color:#888;
    margin:10px 0 15px;
}
.home-news-list .boxs .txt h5{
    line-height: 22px;
    height: 44px;
    color:#444;
}
.ico-j{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family:"ElegantIcons";
    font-size: 20px;
    color:#000;
    font-weight: bold;
    margin-top: 15px;
    -webkit-transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
.ico-j:after{content: '\4C'}
.home-news-list .boxs:hover .ico-j{
    -webkit-transform: rotateZ(135deg);
       -moz-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg);
}
.home-news-list .boxs .img{overflow: hidden;}
.home-news-list .boxs .img img{
    width: 100%;
    -webkit-transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
.home-news-list .boxs:hover .img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
         transform: scale(1.05);
}
.footer{
    background: #191a20;
    color: #fff;
    padding-top: 50px;
}
.foot-dl dt{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
}
.foot-dl dd{margin-bottom: 10px;}
.foot-dl dd a{opacity: .58;}
.foot-chart{width: 120px;height: 120px;}
.foot-mid{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(255,255,255,.25);
    margin-top: 35px;
}
.foot-mid .shar{
    float: left;
}
.foot-mid .shar a{
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 54px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    border: 1px solid rgba(255,255,255,.25);
    margin-right: 15px;
    background: url(../Images/shar.png) left center no-repeat;
}
.foot-mid .shar a.qq{
    background-position: 15px center;
}
.foot-mid .shar a.wx{
    background-position: -55px center;
}
.foot-mid .shar a.wb{
    background-position: -125px center;
}
.foot-mid .shar a:hover{background-color: #00927b;}
.foot-tel{
    font-size: 18px;
    float: right;
    line-height: 54px;
    font-family: arial;
    padding-left: 40px;
    background: url(../Images/ico_tel.png) left center no-repeat;
}
.foot-bot{padding: 20px 0;}
.foot-bot .icp{
    float: left;
    opacity: 0.57;
    filter: alpha(opacity=57);
}
.foot-bot .foot-nav{float: right;}
.foot-bot .foot-nav a{
    display: inline-block;
    margin-left:10px;
}
.txt-am div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.txt-am{font-size: 48px;font-family: "McKinsey Theinhardt";color:#fff;}
.txt-am span{
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
    line-height: 1;
}
.txt-am span font {
    visibility: hidden;
}
.txt-am span span {
    font-style: normal;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    -moz-animation: bTTextZt 1s ease-in-out 1s forwards;
    -webkit-animation: bTTextZt 1s ease-in-out 1s forwards;
    animation: bTTextZt 1s ease-in-out 1s forwards;
}
.txt-am span:after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    height: 5px;
    -webkit-transform: translateY(-50%);
    -webkit-animation: bTLineZt 1.5s ease-in-out forwards;
    -moz-transform: translateY(-50%);
    -moz-animation: bTLineZt 1.5s ease-in-out forwards;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    animation: bTLineZt 1.5s ease-in-out forwards;
}
.ban-txt h1 .txt-am{
    font-size: 36px;
    font-family:Neutraface Bold;
    margin-top: 20px;
}
.ban-txt .p2 .txt-am{
    font-size: 26px;
    font-family:"SourceHanSansCNLight";
    margin-top: 20px;
    font-style: oblique;
    color:#ffb200;
}
.ban-txt .p2 .txt-am span span{font-style: oblique;}
.ban-txt .p2 .txt-am span:after{background-color: #ffb200;}
.ban-txt .line{
    width: 150px;
    height: 3px;
    background: #dc9a03;
    position: relative;
    margin: 20px auto 0;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
.ban-txt .line.active{width: 280px;}
.ban-txt .line .i1{
    position: absolute;
    top:0;
    left: 0;
    width: 70%;
    height: 3px;
    background: #06937c;
}
.ban-txt .line .i2{
    position: absolute;
    top:0;
    left: 70%;
    width: 10%;
    height: 3px;
    background: #000;
}
@-webkit-keyframes bTLineZt{
    0%{ left: 0; right: 100%;}
    50%{ left: 0; right: 0;}
    100%{ left:100%; right: 0;}
}
@-moz-keyframes bTLineZt{
    0%{ left: 0; right: 100%;}
    50%{ left: 0; right: 0;}
    100%{ left:100%; right: 0;}
}
@keyframes bTLineZt{
    0%{ left: 0; right: 100%;}
    50%{ left: 0; right: 0;}
    100%{ left:100%; right: 0;}
}
@-webkit-keyframes bTTextZt{
    0%{ width: 0;}
    100%{ width: 100%;}
}
@-moz-keyframes bTTextZt{
    0%{ width: 0;}
    100%{ width: 100%;}
}
@keyframes bTTextZt{
    0%{ width: 0;}
    100%{ width: 100%;}
}

.more-s2{text-align: center;margin-bottom: 45px;line-height: 20px;font-size: 18px;}
.more-s2 i{
    display: inline-block;
    line-height: 20px;
    font-style: normal;
    vertical-align: top;
}
.more-s2 i:after{
    font-family: "ElegantIcons";
    font-size: 20px;
    content: '\4C';
}


.inner-wrapper{position: relative;z-index: 9;}
.inner-tab {
    margin-top: -72px;
}
.inner-tab .boxs{
    background: rgba(255,255,255,0.8);
    padding:22px 0 15px;
}
.inner-tab .boxs ul.ul{
    border-bottom: 3px solid #dc9a03;
    max-width: 1200px;
    margin:0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
}
.inner-tab .boxs ul.ul:after{
    position: absolute;
    bottom:-3px;
    left: 0;
    width: 60%;
    height: 3px;
    background: #06937c;
    content: '';
}
.inner-tab .boxs ul.ul:before{
    position: absolute;
    bottom:-3px;
    left: 60%;
    width: 15%;
    height: 3px;
    background: #000;
    content: '';
}
/* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1; */
.inner-tab .boxs ul.ul li{
    padding:0 5%;
    text-align: center;
    white-space: nowrap;
}
.inner-tab .boxs ul.ul li a{
    display: inline-block;
    padding-bottom: 22px;
    font-size: 20px;
    line-height: 25px;
    color:#000;
}
.inner-tab .boxs ul.ul li.on a{color:#06937c;}
.title-s1{text-align: center;margin: 50px 0;}
.title-s1 p{margin-top: 10px;}
.products-introduce .section .text{line-height: 1.8;}
.products-introduce .spage1 .text .mes{min-height: 380px;}
.products-introduce .spage1 .text .mes h4,
.products-introduce .spage2 .text  h4{
    margin-bottom:20px;
}
.products-introduce .spage1 .text .mes p{
    color:#505050;
}
.more-s3{margin: 40px 0;font-size: 16px;color:#000;}
.more-s3 .pli{margin:10px 0;}
.more-s3 .pli span{font-size: 22px;vertical-align: middle;}

.products-introduce .spage2{background: #078d77;color:#fff;}
.products-introduce .spage2 .text p{color:#dbf3ef;}
.products-introduce .spage2 .text ul li{
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    color:#dbf3ef;
}
.products-introduce .spage2 .text ul li:after{
    position: absolute;
    width: 8px;
    height: 8px;
    border:1px solid #b3ccc8;
    content: '';
    left: 0;
    top: 7px;
}
.products-introduce .spage2 .text ul li:before{
    position: absolute;
    width: 6px;
    height:8px;
    background: #dc9a03;
    border-left: 2px solid #000;
    content: '';
    left: 8px;
    top:7px;
}
.products-introduce .spage2 .more-s3 a{color:#fff;}
.products-list{margin-top: 50px;}
.products-side .boxs{
    background: #f6f7f9;
    border:1px solid #e3e3e3;
    margin-bottom: 15px;
}
.products-side .boxs .title{
    padding:0 30px 0 0;
    background: #dc9a03;

}
.products-side .boxs .title h4{
    color:#fff;
    background: #06937c;
    border-right: 15px solid #000;
    line-height: 50px;
    padding-left: 15px;
}
.products-side .boxs ul.ul1{
    margin:40px 30px;
}
.products-side .boxs ul.ul1 li{
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 28px;
    position: relative;
    line-height: 22px;
}
.products-side .boxs ul.ul1 li.on a,.products-side .boxs ul.ul2 li.on a{color:#06937c;}
.products-side .boxs ul.ul1 li span.si{
    position: absolute;
    top:5px;
    left: 0;
    width: 18px;
    height: 12px;
    background: #dc9a03;
    padding-right: 4px;
}
.products-side .boxs ul.ul1 li span.si i{
    display: block;
    height: 12px;
    border-right: 2px solid #000;
    background: #06937c;
}
.products-side .boxs .title2{
    padding:30px 15px 0;
}
.products-side .boxs .title2 h4{
    border-bottom:1px solid #e3e3e3;
    padding-bottom: 10px;
}
.products-side .boxs ul.ul2{
    margin:30px;
}
.products-side .boxs ul.ul2 li{
    font-size: 16px;
    margin-bottom: 20px;
    color:#555;
    line-height: 22px;
}
.products-sea{
    background: #f6f7f9;
    border:1px solid #e3e3e3;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.products-sea .input-s input{
    background: url(../Images/ico_sea3.png) 10px center no-repeat;
    box-shadow: none;
    outline: none;
    border-width: 0;
    height: 48px;
    padding-left: 40px;
    font-size: 16px;
}
.products-sea .clear-btn{position: absolute;top:10px;right: 15px;font-size: 18px;cursor: pointer;}
.products-class{padding:30px 0;border-top: 1px solid #e3e3e3;margin-top: 35px;}
.products-class ul{font-size: 0;padding-left: 55px;position: relative;margin-bottom: 10px;}
.products-class ul li{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding:0 12px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.products-class ul li a{display: block;line-height: 24px;}
.products-class ul li.on a{color:#06937c;}
.products-class ul li.n{
    position: absolute;
    top:0;
    left: 0;
    padding:0;
}
.products-class ul li span.color{
    display: inline-block;
    width: 24px;
    height: 18px;
    border:1px solid #bdbdbd;
    position: relative;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 3px;
}
.products-class ul li span.color i{
    position: absolute;
    top:-1px;
    left: -1px;
    width: 24px;
    height: 18px;
}
.products-list-room .img{position: relative;}
.products-list-room .img a{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 98.1021897810219%;
}
.products-list-room .img img{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
}
.products-list-room .p{
    font-size: 16px;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 24px;
    height: 24px;
}
.products-detail-small{position: relative;}
.products-detail-top .img img{width: 100%;}
.in-back{margin-top:50px;margin-bottom: 20px;font-size: 16px;}
.products-detail-small {padding:15px 30px;}
.products-detail-small .img{cursor: pointer;}
.swiper-button-prev{left: 0;}
.swiper-button-next{right: 0;}
.swiper-button-next, .swiper-button-prev{color: #888;font-size: 18px;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 28px;}
.products-detail-top .tmes .products-detail-title{font-size: 16px;margin-bottom: 25px;}
.products-detail-top .tmes .products-detail-title span{
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #d0d0d0;
}
.products-detail-top .tmes h4{margin-bottom: 25px;color: #000;}
.products-down{
    padding:15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.products-down span+span{color:#555;}
.products-down i{margin-right: 6px;}
.products-detail-top .tmes .text ul li{
    padding-left: 15px;
    position: relative;
    line-height: 22px;
    margin-top: 10px;
}
.products-detail-top .tmes .text ul li:after{
    position: absolute;
    top:8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #444;
    content: '';
}
.products-detail-con{
    padding:10px 0 40px;
    background: #fafafa;
}
.title-s3{margin:40px 0 30px;position: relative;}
.title-s3 h4{line-height: 22px;}
.title-s3 .read-more a{
    font-size: 16px;
    position: absolute;
    top:-5px;
    right: 0;
    padding:8px 25px;
    line-height: 16px;
}
.other-list .img img{width: 100%;}
.other-list .p{
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.products-hb{padding-top: 50px;}
.title-s4 {text-align: center;margin:64px 0 40px;}
.title-s4 h1 span{
    display: inline-block;
    position: relative;
    font-size: 36px;
    color:#06937c;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 0.8;
}
.title-s4 h1 span i.i1{
    position: absolute;
    bottom:0;
    left: -50px;
    width: 40px;
    height: 40px;
    background: #06937c;
    opacity: .3;
    filter: alpha(opacity=30);
}
.title-s4 h1 span i.i2{
    position: absolute;
    bottom:15px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: #06937c;
    opacity: .15;
    filter: alpha(opacity=15);
}
.hb-group .item{display: none;position: relative;}
.hb-group .item .swiper-button-next{right: -40px;color:#06937c;}
.hb-group .item .swiper-button-prev{left: -40px;color:#06937c;}
.hb-group .item .swiper-button-next:after,.hb-group .item .swiper-button-prev:after{font-size: 48px;}
.hb-group .item .shaw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hb-group .item .shaw .shaw-cb {
    background: rgba(6,147,124,0.91);
    color: #fff;
    padding: 5px;
    display: none;
}
.hb-group .item .shaw:hover .shaw-cb{display: block;}
.hb-group .item .shaw .shaw-cb .shaw-mcbx {
    border: 1px solid #fff;
    text-align: center;
    padding: 30px 0;
}
.title-s5{margin: 60px 0 30px;text-align: center;}
.title-s5 h4{margin-bottom: 15px;}
.hb-con{background: #f5f5f5;margin-top: 60px;padding-bottom: 60px;}
.hb-tab{text-align: center;margin-bottom: 30px;}
.hb-tab ul{
    display: inline-block;
    padding:15px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.hb-tab ul li{
    display: inline-block;
    padding:0 30px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
}
.hb-tab ul li+li:after{
    position: absolute;
    top:5px;
    left: 0;
    height: 12px;
    border-left:1px solid #d0d0d0;
    content: '';
}
.hb-tab ul li.on a{color:#06937c;}
.share-con{margin-top: 50px;}
.share-con .tops{position: relative;}
.share-con .tops .mes{
    position: absolute;
    top:12%;
    right: 0;
    bottom:12%;
    width: 50%;
    background: #f7f7f7;
    z-index: 2;
}
.share-con .tops .mes .c-boxs{
    padding:50px 40px;
}
.share-con .tops .mes .c-boxs h4{margin-bottom: 15px;}
.share-con .tops .mes .c-boxs p{color:#555;line-height: 1.8;}
.share-list{margin: 50px 0;}
.share-list .txt{
    padding: 30px 15px 10px;
    border:1px solid #e3e3e3;
    margin-bottom: 30px;
}
.share-list .txt h4{font-size: 16px;padding-bottom: 15px;border-bottom:1px solid #e3e3e3;margin-bottom: 15px;}
.share-list .txt .tips{color:#555;font-size: 13px;line-height: 20px;height: 40px;overflow: hidden;}
.share-list .img{position: relative;}
.share-list .img .ico-play{
    font-size: 68px;
    color:#fff;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}
.share-list .share-a-boxs:hover .img .ico-play{color:#06937c;}

.solution-con{margin-bottom: 30px;}
.solution-tab ul{
    height: 50px;
    background: #f7f7f7;
    border:1px solid #e7e7e7;
    margin-top: 25px;
}
.solution-tab ul li{
    float: left;
    width: 14.28571428571429%;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.solution-tab ul li+li:after{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    border-left: 1px solid #e7e7e7;
    content: '';
}
.solution-tab ul li a{
    display: block;
    position: relative;
    z-index: 2;
}
.solution-tab ul li.on a:after{
    position: absolute;
    top:-10px;
    left: 0;
    bottom:0;
    width: 100%;
    background: #06937c;
    content: '';
    z-index: -1;
}
.solution-tab ul li.on a{color:#fff;}
.solution-select .title{
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.solution-select .title span.lf{
    font-size: 18px;
    background: #06937c;
    color:#fff;
    display: inline-block;
    padding:0 3px;
    margin-right: 3px;
}
.solution-con .c-img{margin-bottom: 50px;}
.solution-select{padding-bottom: 25px;margin-bottom: 0px;}
.solution-select ul{margin-right: -4px;margin-left: -4px;}
.solution-select ul li{
    float: left;
    width: 20%;
    margin-right: 0px;
    padding:0 4px;
    margin-bottom: 10px;
}
.solution-select ul li .c-a{display: block;}
.solution-select ul li .img{width: 100%;height: 60px;overflow: hidden;}
.solution-select ul li img{width: 100%;}
.solution-select ul li .p{font-size: 12px;text-align: center;margin-top: 5px;}
.solution-select ul li.more{
    border:2px solid #06937c;
    height: 60px;
    line-height: 56px;
    width: 100px;
    text-align: center;
}
.solution-select ul li.more a{display: block;font-size: 16px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.solution-select ul li.more:hover{background: #06937c;color:#fff;}
.solution-select ul li.more:hover a{color:#fff;}
.down-list2 h3{margin-bottom: 25px;margin-top: 25px;}
.down-list2 ul{margin-bottom: 40px;}
.down-list2 ul li{font-size: 14px;padding:25px 15px 25px 10px;border-bottom:1px solid #979797;}
.down-list2 ul li .tx{color:#000;max-width: 90%;}
.down-list2 ul li .tx span{color:#666;}
.down-list2 ul li .pull-right{color:#555;}
.about-list1{margin-top: 60px;margin-bottom: 60px;}
.about-list1 ul{border:1px solid #cacaca;}
.about-list1 ul li{
    float: left;
    width: 33.3333332%;
}
.about-list1 ul li .boxs{
    width: 100%;
    height: 0;
    padding-top: 73.66167023554604%;
    position: relative;
}
.about-list1 ul li .c-is{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    bottom:0;
    overflow: hidden;
}
.about-list1 ul li .img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.about-list1 ul li:hover .img{-webkit-transform: scale(1.05);transform: scale(1.05);}
/* .about-list1 ul li:nth-child(6n+2) .c-is{
    bottom:-20px;
    z-index: 3;
}
.about-list1 ul li:nth-child(6n+2) .c-is i{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.about-list1 ul li:nth-child(6n+2) .c-is i:after{
    position: absolute;
    bottom:0px;
    left: 0;
    width: 50%;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    content: '';
}
.about-list1 ul li:nth-child(6n+2) .c-is i:before{
    position: absolute;
    bottom:0px;
    right: 0;
    width: 50%;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    content: '';
} */

/* .about-list1 ul li:nth-child(6n+4) .c-is,
.about-list1 ul li:nth-child(6n+6) .c-is{
    top:-20px;
    z-index: 3;
} */
/* .about-list1 ul li:nth-child(6n+4) .c-is i,
.about-list1 ul li:nth-child(6n+6) .c-is i{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.about-list1 ul li:nth-child(6n+4) .c-is i:after,
.about-list1 ul li:nth-child(6n+6) .c-is i:after{
    position: absolute;
    top:0px;
    left: 0;
    width: 50%;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    content: '';
}
.about-list1 ul li:nth-child(6n+4) .c-is i:before,
.about-list1 ul li:nth-child(6n+6) .c-is i:before{
    position: absolute;
    top:0px;
    right: 0;
    width: 50%;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    content: '';
} */
.about-txt2{margin-top: 50px;}
.about-txt2 .text{padding-top: 40px;}

.history-list{margin-bottom: 60px;margin-top: 80px;}
.history-list .tops{padding:0 10px;}
.history-list .year{
    padding:0 20px 50px;
    background: url(../Images/ico9.png) bottom center no-repeat;
    background-size: 100% auto;
    font-size: 30px;
    font-weight: 400;
    color:#727272;
    cursor: pointer;
    font-family: arial;
}
.history-list .p{
    text-align: center;
    font-size: 16px;
    margin-top:0px;
}
.history-list .swiper-slide-thumb-active .p,.history-list .swiper-slide-thumb-active .year{color:#06937c;}
.history-page {text-align: right;margin-top: 50px;}
.history-page .boxs{
    display: inline-block;
    width: 204px;
    height: 42px;
    position: relative;
}
/* background: url(../Images/ico10.png) center no-repeat; */
.history-page .boxs .hprev,.history-page .boxs .hnext{float: left;width: 50%;height: 100%;cursor: pointer;color: #06937c;outline: none;}
/* .hisgroups .item{display: none;} */
.hisgroups .item .img1{
    float: left;
    margin-top: 80px;
    margin-left: 3%;
    width: 32%;
}
.hisgroups .item .img2{
    float: left;
    margin-top: 250px;
    width: 32%;
}
.hisgroups .item .txt{
    position: relative;
    width: 33%;
    padding:50px 50px 50px;
    background: #06937c;
    color:#fff;
    float: left;
    z-index: 3;
    min-height: 600px;
}
.hisgroups .item .txt .soplt {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.title-s6{margin-bottom: 50px;text-align: center;}
.title-s6 h2{color:#dc9a03;margin-top: 8px;}
.title-s6 h4{font-size:24px;font-family: arial;}
.news-list ul{margin-bottom: 60px;}
.news-list ul li{
    padding: 40px 0;
    border-bottom: 1px dotted #d0d0d0;
}
.news-list ul li .img{width: 38%;}
.news-list ul li .txt{padding-left: 30px;}
.news-list ul li .txt h4{color:#000;margin-bottom: 15px;}
.news-list ul li .txt .d span{
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    border-radius: 24px;
    background: #f2f2f2;
    padding:0 15px;
    color:#777;
    font-family: arial;
}
.news-list ul li .p{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
}
.nmore a{
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: "ElegantIcons";
    font-size: 20px;
    color: #000;
    font-weight: bold;
    -webkit-transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
.nmore a:hover{
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg);
}
.nmore a:after {
    content: '\4C';
}

.people-echart{
    position: relative;
    
}
.people-echart:after{
    width: 100%;
    height: 100%;
    border-bottom: 10px solid rgba(0,0,0,0.07);
    border-right: 10px solid rgba(0,0,0,0.07);
    position: absolute;
    bottom:-10px;
    left: 10px;
    content: '';
}
.people-echart .people-boxs{
    background: rgba(255,255,255,0.93);
    border:1px solid #c0c0c0;
    padding:30px 20px;
}
.people-title{font-size: 18px;color:#000;font-family: "McKinsey Theinhardt";margin-bottom: 25px;position: relative;}
.people-title:after{
    position: absolute;
    bottom:-10px;
    width: 200px;
    left: 50%;
    height: 5px;
    background: #000;
    border-right: 40px solid #dc9a03;
    border-left: 140px solid #06937c;
    content: '';
    margin-left: -100px;
}
.people-gli{
    padding-left:28px;
    margin-bottom: 10px;
    line-height: 22px;
    background-image: url(../Images/ico2.png);
    background-repeat: no-repeat;
}
.people-gli.gliadd{
    background-position: 3px 0;
}
.people-gli.glitel{
    background-position: 3px -30px;
}
.people-gli.glizip{
    background-position: 0 -66px;
}
#world{height: 700px;}

.contact-wrap .title-s1,.detail-wrap .title-s1{margin-top: 10px;}
.contact-con{margin-bottom: 60px;padding:0 ;position: relative;}
.contact-con .line{
    position: absolute;
    top:15%;
    left: 50%;
    bottom:15%;
    border-left: 1px solid #e0e0e0;
    margin-left: -60px;
}
.contact-con>table{width: 100%;table-layout: fixed;}
.contact-con>table tr td .tit,.contact-form h3{font-size: 22px;font-family:"McKinsey Theinhardt";margin-bottom: 15px;}
.contact-ul li{
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-form,.contact-lf-boxs{padding-left: 60px;padding-right: 60px;}
.contact-form{padding-left: 0;}
.contact-lf-boxs{padding-right: 120px;}
.contact-form h3{text-align: center;margin-bottom: 30px;}
.contact-form .g-input{
    position: relative;
    border-bottom: 2px solid #595959;
    margin-bottom: 30px;
    overflow: hidden;
}
.contact-form .g-input span.ln{
    position: absolute;
    top:0;
    left: 0;
    line-height: 40px;
    z-index: 3;
}
.contact-form .g-input input{
    height: 40px;
    border-width: 0;
    outline: none;
    box-shadow: none;
    background: #fff;
    padding-left: 40px;
}
.contact-form .g-input.w2 input{padding-left: 70px;}
.contact-form .g-input.w3 input{padding-left: 50px;}
.contact-form .g-input textarea{
    height: 40px;
    border-width: 0;
    outline: none;
    box-shadow: none;
    background: #fff;
    padding-top: 10px;
    line-height: 20px;
    padding-left: 40px;
}
.g-input-sub{margin-top: 20px;}
.g-input-sub input{
    width: 150px;
    height: 46px;
    border-width: 0;
    outline: none;
    box-shadow: none;
    background: #06937c;
    color:#fff;
    font-size: 18px;
    border-radius: 5px;
}
img.getcode{width: 100px;height: 40px;cursor: pointer;}

.mode-case-swp{position: relative;padding:0 50px;}
.mode-case-swp .swiper-button-next,.mode-case-swp .swiper-button-prev {
    color: #06937c;
    font-size: 18px;
}
.mode-case-swp .boxs{padding:0!important;}
.cases-wrap{margin-bottom: 50px;}
.mode-case-group{margin-bottom: 20px;}
.case-other{overflow: hidden;margin-top: 0px;}
.case-other .item{margin-top: 50px;}
.case-other h3{margin-bottom:30px;position: relative;padding-bottom: 30px;}
.case-other h3 i{
    position: absolute;
    bottom:10px;
    left: 0;
    width: 50px;
    height: 5px;
    background: #000;
    border-right: 15px solid #dc9a03;
    border-left: 25px solid #06937c;
}
.case-other .item .mode-case-swp{margin:0 -50px;}
.case-dtj{margin-top: 40px;}
.case-dtj-list .p{text-align: center;margin-top:10px;}
.case-dtj-list .row{margin: 0 -7px;}
.case-dtj-list .row>div{padding:0 7px;}

.custom-form-boxs{
    max-width:1000px;
    padding:60px 0;
    margin:0 auto 50px;
    border:0px solid #ddd;
    border-radius: 5px;
    background: #fff;
}
.custom-form-boxs .contact-form h3{text-align: left;font-size: 24px;}
.custom-form-boxs .p{margin-bottom: 30px;font-size: 16px;}
.custom-form-boxs .dropdown-toggle{
    width: 100%;text-align: left;
    padding:0 10px 0 15px;height: 40px;position: relative;
    border-color: #595959;
}
.custom-form-boxs .caret{position: absolute;top:15px;right: 10px;}
.g-select-ul{margin-bottom: 30px;}
.g-select-ul ul{
    border-bottom: 2px solid #595959
}
.g-select-ul ul li{
    line-height: 40px;
    padding:0 15px;
    cursor: pointer;
}
.g-select-ul ul li+li{border-top: 1px dotted #595959;}
.g-select-ul ul li:hover{background: #eee}
.custom-form-boxs label{font-weight: normal;color:#000;}
.custom-form-boxs .contact-form .g-input textarea{padding-left:15px;height: 120px;}
.custom-form-boxs .contact-form .g-input{border:1px solid #595959;border-radius: 4px;}
.custom-form-boxs .contact-form .g-input input{padding-left: 15px;}
.contact-form .g-input input,.contact-form .g-input textarea{border-color: #595959;}
.down-row {margin-top: 80px;}
.down-row .lf{background: #fff;}
.down-row .lf .tit{background: #333;color:#fff;line-height: 44px;padding: 0 15px;}
.down-row .lf ul{padding:15px;}
.down-row .lf ul li{margin:10px 0;}
.down-row .lf ul li label{font-weight: normal;cursor: pointer;}
.down-row .lf ul li label input{vertical-align: middle;margin-top: 0;margin-right: 8px;}
.down-row .lf ul li label span{vertical-align: middle;color:#000;}
.down-row .lf ul li label span.num{font-style: italic;color:#444;margin-left: 5px;}

.down-search .boxs{
    border:1px solid #555;
    height: 46px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.down-search .boxs input{
    height: 44px;
    border-width: 0;
    outline: none;
    box-shadow: none;
    padding-left: 40px;
}
.down-search .icos-clear:after {content: "\E051"}
.down-search .icos-sea{
    position: absolute;
    top:7px;
    left: 8px;
    width: 30px!important;
    height: 30px!important;
    background: url(../Images/ico_sea3.png) center no-repeat;
    z-index: 2;
    border-width: 0;
    padding:0!important;
}
.down-search .icos-clear{
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 3;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
}
.down-search .icos-clear input[type="reset"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.down-page{
    border-bottom: 1px solid #979797;
    padding: 20px 0 25px;
}
.down-page span{font-family: arial;font-weight: bold;}
.down-content{
    padding:10px 30px 30px;
    background: #fff;
    margin-top: 30px;
}
.down-ul .doc-type{float: left;width: 22%;}
.down-ul li .tx{width: 70%;}
.down-btn{
    padding: 10px 0;
    max-width: 450px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #595959;
    color:#fff!important;
    border-radius: 8px;
    -webkit-transition: background .35s,opacity .5s;
    transition: background .35s,opacity .5s;
    margin:0 auto;
}
.down-btn:hover{background: #333;}
.text img{max-width: 100%;}

.a-position{position:relative; }
.a-position a{position: absolute;top:-93px;}


.layout-wrap{
    background: url(../Images/bg_33132109.jpg) center center / cover no-repeat rgb(255, 255, 255);
    margin-top: -15px;
    padding: 0 0 60px;
}
.main_dt {
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
.main_dt .img_dt {
    display: inline-block;
    position: relative;
}
.main_dt .img_dt img{max-width: 100%;vertical-align: top;}
.main_dt .img_dt li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #06937c;
    position: absolute;
    z-index: 3;
}
.main_dt .img_dt li .ico_1 {
    background: url(../Images/ico_3_2.png) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -8px;
    top: -8px;
    display: none;
    cursor: pointer;
}
.tc_337 {
    width: 337px;
    padding: 4px 22px 13px 21px;
    background: #06937c;
    position: absolute;
    left: 34px;
    top: -43px;
    box-shadow: 0 5px 7px rgba(0,0,0,.17);
    text-align: left;
    display: none;
}
.tc_337:after{
    position: absolute;
    right: 100%;
    top:36px;
    border-right: 12px solid #06937c;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: '';
}
.tc_337 h4{
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(255,255,255,0.7);
    font-size: 18px;
    color: #fff;
    line-height: 49px;
}
.tc_337 .p {
    width: 100%;
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.tc_337 .p p+p{margin-top: 10px;}
.main_dt .img_dt li.on .ico_1 {
    display: block;
}
.main_dt .img_dt li.on .tc_337 {
    display: block;
}
.products-side .boxs ul.ul1 li ul.ul-e li{
    padding-left: 0;
    margin: 10px 0;
}
.products-side .boxs ul.ul1 li ul.ul-e li a{
    font-size:14px;
    color: #555;
}
.products-side .boxs ul.ul1 li ul.ul-e li.on a{color: #06937c;}
.products-list-room .x-name{
    font-size: 16px;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -35px;
    margin-bottom: 40px;
    line-height: 24px;
    height: 24px;
}
/* .products-list-room .x-name a{color: #000;} */

/* 浮动框 */
    .float-menu{margin-bottom:1px;background:#fff;position:relative;border:0px solid #ddd;}
    .float-menu.menu-ogg{background:#68a9a3;}
    .float-zx{position:fixed;right:1px;top:50%;margin-top:-45px;z-index: 999;}
    .float-zx .float-menu>a{display:block;width:73px;height:73px;text-align:center;font-size:14px;color:#68a9a3;line-height:18px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:url(../Images/fl_1.jpg) center no-repeat;-moz-background-size:cover;background-size:cover;}
    .float-zx .float-menu a.inco_float_2{background:url(../Images/fl_2.jpg) center no-repeat;-moz-background-size:cover;background-size:cover;}
    .float-zx .float-menu a.inco_float_3{background:url(../Images/fl_3.jpg) center no-repeat;-moz-background-size:cover;background-size:cover;}
    .float-zx .float-menu a.inco_float_5{background:url(../Images/fl_4.jpg) center no-repeat;-moz-background-size:cover;background-size:cover;}
    .float-zx .float-menu a p{height:73px;padding-top:15px;font-size:16px;display:none;line-height:20px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#fff;color:#68a9a3;}
    .float-zx .float-menu:hover a p{display:block;background:#fff;}
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:60px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #68a9a3;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:360px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(../Images/float_pep.jpg) left center no-repeat;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #68a9a3;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #e4e4e4;
        padding-bottom:5px;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(../Images/q1.gif) no-repeat left 3px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(../Images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(../Images/inco_clock.jpg) left top no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #68a9a3;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(../Images/ft_4.jpg);}
    .menu-back:hover a{background:url(../Images/ft_4a.jpg);}
    .float-search{
        width: 200px;
    }
    .float-search .inputs{position: relative;}
    .float-search .inputs .input{
        width: 100%;
        height:40px;
        border:1px solid #ddd;
        background: #fff;
        outline: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .float-search .inputs .sub{
        position: absolute;
        right: 5px;
        width: 40px;
        height: 38px;
        top:0;
        background: url(../Images/ico_sea.png) center no-repeat;
        border-width: 0;
        outline: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .menu-search .float-box{top:0;}
    .pages a.prev,.pages a.next{font-size: 0;}
    .pages a.prev:after{content: 'Previous';font-size: 16px;}
    .pages a.next:after{content: 'Next';font-size: 16px;}
    .img-size888{padding-top: 96%;position: relative;}
    .img-position{
        position: absolute;
        top:0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    a.ag-web{
        float: left;
        text-align: center;
        margin: 20px 0 0 20px;
        opacity: 1;
    }
    a.ag-web i.icon{
        display: block;
        width: 30px;
        height: 30px;
        background: url(../Images/ico_web.png);
        background-size: cover;
        margin: 0 auto 5px;
    }
    a.ag-web span{
        display: block;
        color: #fff;
        line-height: 20px;
        font-size: 12px;
    }
    .activeHead a.ag-web i.icon{
        background: url(../Images/ico_web2.png);
        background-size: cover;
    }
    .activeHead a.ag-web span{
        color: #06937c;
    }
    

        .products-class ul.sn-pro-ul li a{padding:8px 20px;color:#fff;background-color:#000;}
   .products-class ul.sn-pro-ul li.on a{background-color: #06937c;}
   span.sn-pro-db{display:inline-block;width:20px;height:20px;text-align:center;line-height:18px;border:1px solid #d2d2d2;border-radius:3px;vertical-align:middle;margin-left:10px;cursor:pointer;}
   span.sn-pro-db.on{background-color:#06937c;color:#fff;border-color:#06937c;}
   .sn-pub-btn{margin-top: 40px;text-align: center;}
   .sn-pub-btn a{
        display: inline-block;
        border: 2px solid #06937c;
        font-size: 16px;
        line-height: 40px;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: 0 10px;
        padding: 0 15px;
        position: relative;
        color: #06937c;
        overflow: hidden;
   }
   .sn-pub-btn a:hover,.sn-pub-btn a.on{border-color: #06937c;color: #fff;}
   .sn-pub-btn a:after {
        background: #06937c;
        content: '';
        height: 100%;
        width: 0;
        position: absolute;
        top: 0;
        left: -12px;
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: -1;
    }
.sn-pub-btn a:hover:after,.sn-pub-btn a.on:after{width: 125%;}
.sn-pub-btn a .icos-reset{font-size: 12px;margin-right: 5px;}
.products-introduce .sn-pub-btn{text-align: left;}
.products-introduce .sn-pub-btn a{margin: 0}
.products-side .boxs ul.ul1 li ul.ul-e li  .p{
    padding-left: 15px;
    position: relative;
    line-height: 24px;
    margin-top: 5px;
}
.products-side .boxs ul.ul1 li ul.ul-e li  .p i{
    position: absolute;
    left: 3px;
    top:2px;
    width: 10px;
    height: 12px;
    border-left: 2px solid #06937c;
    border-bottom: 2px solid #06937c;
}
.products-side .boxs ul.ul1 li ul.ul-e li  .p a{
    display: inline-block;
    padding: 0 10px;
    background-color: #06937c;
    color: #fff;
}
#Snpopimg{
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    padding: 20px;
    height: 100%;
}
#Snpopimg .simg{width: 25%;height:100%;padding: 7px;}
#Snpopimg .simg img{width: 100%;height: 100%;vertical-align: top;object-fit: cover;}
.rown #Snpopimg .simg{height: 100%;}
.sn-gallery-top{height: 580px;position: relative;}
.sn-gallery-tab{
    position: absolute;
    top:0;
    right: 0;
    z-index: 4;
    text-align: center;
}
.sn-gallery-tab a{
    display: inline-block;
    width: 60px;
    height: 66px;
    line-height: 66px;
    background-color: rgba(255,255,255,.6);
    margin: 1px;
    color: #000;
    transition: all 0.8s;
}
.sn-gallery-tab a.on,.sn-gallery-tab a:hover{
    background-color: rgba(0,0,0,1);
    color: #fff;
}
.sn-gallery-top .imgs{
    width: 100%;
    height: 100%;
}
.sn-gallery-top .imgs .sn-gallery-img{
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
}
.sn-gallery-top .imgs .sn-gallery-img img,.sn-pro-dtbox .img img{
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.sn-pro-dtp{text-align: center;margin-top: 5px;font-size: 14px;color: #555;}
.sn-pro-dtbox{display: block;}
.sn-pro-dtbox .img{padding-top: 100%;position: relative;}
.sn-pro-dtbox .img img{width: 100%;height: 100%;object-fit: cover;}
#Snpopimg .simg img.img-responsive, .sn-gallery-top .imgs .sn-gallery-img img.img-responsive {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
/*jQzoom*/
.jqzoom{
    border:1px solid #BBB;
    position:relative;
    padding:0px;
    cursor:pointer;
}
div.zoomdiv {
    z-index:999;
    position: absolute;
    left:0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align: center;
    overflow: hidden;
}
div.jqZoomPup {
    z-index: 999;
    visibility: hidden;
    position: absolute;
    left:0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #ffffff url(../Images/zoomlens.gif) 50% top  no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
       /*  2021.03.11 */
   .aa-wrapper{}
   .aa-wrapper .section{padding: 55px 0;position: relative;}
   .aa-wrapper .section .container{padding-right: 50px;padding-left: 50px;}
   .aa-bg-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-family: arial;
    font-size: 280px;
    font-weight: 1000;
    text-transform: uppercase;
    color: #3f9385;
    opacity: 0.05;
    line-height: .78;
    border-bottom: 1px solid #3f9385;
    z-index: -1;
}
.aa-bg-title span{font-size: 80px;font-weight: 600;vertical-align: top;}
.aa-pub-title h4{
    font-size: 24px;
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 10px;
    color: #000;
}
.aa-pub-title .p1{
    font-size: 16px;
    line-height: 2;
    color: #444;
    margin-bottom: 15px;
    margin-top: 25px;
}
.aa-pub-title .p2{
    font-size: 17px;
    line-height: 2;
    color: #06937c;
    margin-bottom: 10px;
    font-family: "SourceHanSansCNRegular";
}
.aa-why-img-list {margin-right: -15px;margin-left: -15px;}
.aa-why-img-list li{
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.aa-why-img-list.why1s li:nth-child(8),.aa-why-img-list.why1s li:nth-child(9){width: 50%;}
.aa-why-img-list.why1s li:nth-child(4){width: 100%;}

.aa-why-img-list.why2s li:nth-child(7){width: 100%;}
.aa-why-img-list.why2s li:nth-child(11),.aa-why-img-list.why2s li:nth-child(12){width: 50%;}
.aa-why-img-list.why2s li:nth-child(13){width: 100%;}
.aa-why-img-list li .img{height: 488px;position: relative;}
.aa-why-img-list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aa-why-img-list li .boxs{
    position: relative;
    color:#fff;
    text-align: center;
}
.aa-why-img-list li .boxs .title{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 20px;
    font-family: "SourceHanSansCNRegular";
}
.aa-why-img-list li .boxs .p{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(rgba(170,170,170,0.05) 0%,rgba(100,100,100,0.3) 65%, rgba(0,0,0,0.7) 100%);
}
.aa-why-img-list li:hover .boxs .p{background-color: rgba(0,0,0,0.75);background-image: none;}
/* .aa-why-img-list li .boxs .p .pn{
    font-size: 16px;
    line-height: 2;
    font-family: "SourceHanSansCNRegular";
    padding: 0 30px;
    display: none;
} */
.aa-why-img-list li .boxs .pcbox {
    position: absolute;
    left: 0;
    top: calc(100% - 117px);
    width: 100%;
    padding: 42px;
    box-sizing: border-box;
    text-align: center;
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.aa-why-img-list li:hover .boxs .pcbox {
    top: calc(50% - 0px);
    transform: translateY(-50%);
}
.aa-why-img-list li .boxs .p .pn {
    padding-top: 22px;
    margin: 0 auto;
    max-width: 270px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.4px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.aa-why-img-list li:hover .boxs .p .pn {
    opacity: 1;
}
.aa-why-img-list li .boxs .p strong {
    display: block;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.53px;
    color: #fff;
}
.aa-ul-sa{margin-right: 11px;margin-left: 11px;margin-top: 40px;}
.aa-ul-sa li{
    float: left;
    width: 50%;
    padding: 0 11px;
    margin-bottom: 13px;
}
.aa-ul-sa li .tx{
    border:1px solid #e5e5e5;
    background-color: #f2fbfa;
    line-height: 48px;
    height: 48px;
    position: relative;
    padding: 0 50px;
    font-size: 16px;
    transition: all 0.3s;
}
.aa-ul-sa li:hover .tx{background-color: #06937c;border-color: #06937c;color:#fff;}
.aa-ul-sa li .tx span.lh{
    position: absolute;
    top:15px;
    left: 10px;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-right: 5px solid #dc9a04;
    border-left: 10px solid #06937c;
}
.aa-ul-sa li:hover .tx span.lh{border-left-color: #3dab99;}
table.aa-pub-table{width: 100%;table-layout: fixed;text-align: center;}
table.aa-pub-table tr th{
    background-color: #06937c;
    color:#fff;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    height: 46px;
}
table.aa-pub-table tr th span{font-size: 18px;}
table.aa-pub-table tr td {
    height: 40px;
    border-bottom: 1px solid #06937c;
}
table.aa-pub-table tr td span{font-size: 18px;}
.aa-mart50{margin-top: 55px;}
.aa-why-bga{
    background-color: #06937c;
    height: 340px;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
}
.aa-newp-group ul.ul{margin-right: -2px;margin-left: -2px;}
.aa-newp-group ul.ul li .boxs{
    display: block;
    position: relative;
}
.aa-newp-group ul.ul li{
    float: left;
    padding: 0 2px;
    margin-bottom: 4px;
}
.aa-newp-group ul.w3 li{
   width: 33.3333%; 
}
.aa-newp-group ul.w2 li{
   width: 50%; 
}
.aa-newp-group ul.w1 li{
   width: 100%; 
}
.aa-newp-group ul.ul li .boxs .img{
    height: 280px;
    overflow: hidden;
}
.aa-newp-group ul.ul li .boxs .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aa-newp-group ul.ul li .boxs .viewmore {
    position: absolute;
    top: 0px;
    background: rgba(0,146,123,0.55);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.aa-newp-group ul.ul li:hover .boxs .viewmore{opacity: 1;}
.aa-newp-group ul.ul li:hover .boxs .viewmore .viewline {
    width: 10px !important;
    margin-left: -3px;
}
.aa-newp-group h4{
    font-size: 19px;
    text-align: center;
    margin: 50px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    color: #555;
}
.aa-newp-lfimg{
    max-width: 516px;
    height: 538px;
}
.aa-newp-lfimg img,.aa-newpdet-con .aa-newp-bimg img{width: 100%;height: 100%;object-fit: cover;}
.aa-newp-nav ul {
    font-size: 0;
    text-align: center;
    margin: 25px -10px 40px;
    height: 48px;
}
.aa-newp-nav ul li{
    display: inline-block;
    padding: 0 10px;
    margin-bottom: -2px;
    width: 16.66666667%;
}
.aa-newp-nav ul li a{
    display: block;
    padding:12px 10px;
    line-height: 24px;

    font-size: 17px;
    background-color: #eee;
}
.aa-newp-nav ul li.on a{
    color: #fff;
    background-color:#06937c;
    border-bottom-color: #06937c;
}
.aa-newpdet-con .text{
    font-size: 16px;
    line-height: 2;
    height: 289px;
}
.aa-newpdet-con .aa-newp-bimg {height: 220px;}
.aa-case-list .img a{
    display: block;
    padding-top: 70%;
    position: relative;
}
.aa-case-list .img a img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aa-case-list .txt{
    text-align: center;
    padding: 20px 0 50px;
}
.aa-case-list .txt .t{font-size: 24px;margin-bottom: 10px;}
.aa-case-list .txt .t a{
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.aa-case-list .txt .t a:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #ddd;
    content: '';
    margin-left: -15px;
}
.aa-case-list .txt .pn{font-size: 18px;color:#555;}

.products-list-room .sn-pub-btn{position: fixed;right: 1%;top:50%;}
.products-list-room .sn-pub-btn a{display: block;margin-bottom: 8px;}