﻿/*======================================================
                    瀑布流插件SVG
======================================================*/
.grid__deco {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.grid__deco path {
    fill: none;
    stroke: #17b5aa;
    stroke-width: 2px;
}

.grid__reveal {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background-color: #17b5aa;
}



/*======================================================
                    animation
======================================================*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 1.8s;
    animation: fadeIn 1.8s;
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 1.8s;
    animation: fadeInLeft 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight 1.8s;
    animation: fadeInRight 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*======================================================
                    common
======================================================*/
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #17b5aa;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
}

html{
    overflow-x: hidden;
}

html.unscroll{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.onepage,
.onepage body,
.onepage .allwrap,
.onepage .main{
    width: 100%;
    height: 100%;
}

.allwrap{
    position: relative;
    min-width: 1200px;
}

.yfdlink:hover{
    color: #17b5aa;
}

.tb{
    display: table;
    table-layout: fixed;
}

.td{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.full{
    width: 100%;
    height: 100%;
}

.overhide{
    overflow: hidden;
}

.theme{
    color: #17b5aa; 
}

.dark-grey{
    color: #6f6f6f;
}

.light-gray{
    color: #a2a2a2;
}

.white{
    color: #fff;
}

.black{
    color: #000;
}

.wrap,
.container{
    position: relative;
    margin: 0 auto;
}

.wrap{
    width: 95%;
}

.container{
    width: 75%;
}

.container{
    width: auto;
    margin: 0 190px;
}

.grid{
    position: relative;
}

.grid-item{
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 33.33%;
}

.grid-link,
.grid-picbox{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid-picbox{
    border: 1px solid #f6f6f6;
}

.grid-pic{
    display: block;
    width: 100%;
}

.grid-mask{
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 196, 187, .8);
}

.grid-search{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #17b5aa;
    cursor: pointer;
}

.scroller{
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 910;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    font-size: 12px;
    line-height: 16px;
    color: #17b5aa;
    text-align: center;
    background: url("../images/icons/scroller.png") center 35px no-repeat;
    cursor: pointer;
    animation: scroller 3s infinite;
}

.backtotop{
    position: fixed;
    bottom: 120px;
    right: 2.5%;
    z-index: 950;
    display: none;
    width: 43px;
    height: 93px;
    background: url("../images/icons/theme_arrow.png") 0 -265px no-repeat;
}

.backtotop:hover{
    background-position: -43px -265px;
}

@keyframes scroller {
    0%, 100%{
        bottom: 15px;
    }
    50%{
        bottom: 0;
    }
}

/*===============================================
                    loading
===============================================*/
.loading-wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    display: table;
    height: 64px;
    width: 64px;
    margin: -20px 0 0 -20px;
    background: #fafafa;
}

.loading:before,
.loading:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 64px;
    width: 64px;
    border: 6px solid #17b5aa;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.loading:after {
    display: inline-block;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    border-color: #17b5aa transparent #17b5aa transparent;
    -webkit-animation-direction: reverse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-direction: reverse;
}

.imgloader{
    position: relative;
    /*display: none;*/
    width: 100%;
    height: 50px;
}

.imgloader .loading{
    width: 34px;
    height: 34px;
    background-color: transparent;
}

.imgloader .loading:before{
    width: 34px;
    height: 34px;
    border-width: 2px;
    border-color: transparent #e1e1e1 transparent #e1e1e1;
}

.imgloader .loading:after{
    top: 11px;
    left: 11px;
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-color: #e1e1e1 transparent #e1e1e1 transparent;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-ms-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}


/*======================================================
                       header
======================================================*/
.header{
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: transparent;
    pointer-events: none;
}

.logo{
    position: relative;
    z-index: 900;
    display: inline-block;
    width: auto;
    height: 40px;
    overflow: hidden;
     pointer-events: all;
}

.logo-link{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logo-title{
    margin-top: 100px;
}

.burger-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #eee;
    cursor: pointer;
     pointer-events: all;
}

.burger {
    position: absolute;
    top: 21.5px;
    left: 10px;
    height: 3px;
    width: 26px;
    background-color: #17b5aa;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
}

.burger:before,
.burger:after{
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #17b5aa;
    transition: transform 0.35s, top 0.35s 0.35s;
}

.burger:before {
    top: -8px;
}

.burger:after {
    top: 8px;
}

.burger-wrap.open .burger {
    transition-duration: 0.1s;
    transition-delay: 0.35s;
    background: transparent;
}

.burger-wrap.open .burger:before,
.burger-wrap.open .burger:after{
    top: 0px;
    transition: top 0.35s, transform 0.35s 0.35s;
}

.burger-wrap.open .burger:before{
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger-wrap.open .burger:after{
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*======================================================
                      footer
======================================================*/
.footer{
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;

}

.footer-static{
    position: static;
    margin: 50px 0;
}

.copyright{
     position: relative; 
     z-index: 100;
    float: left;
    white-space: nowrap;
    font-size: 12px;
    color: #a2a2a2;
}

.copyright .brand{
    color: #17b5aa;
}

.copyright a{
    color: #a2a2a2;
}

.footer .icons{
    float: right;
    position: relative; 
    z-index: 100;
    margin-top: 9px;
    vertical-align: bottom;
}

.footer .iconfont{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    color: #b3b3b3;
    vertical-align: bottom;
}

.footer .iconfont:hover{
    color: #17b5aa;
}

.footer .iconfont .gw-qrcode{
    position:absolute;
    top: -160px;
    left: 50%;
    margin-left: -76px;
    -ms-transform-origin: center calc(100% + 8px);
    transform-origin: center calc(100% + 8px);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .35s;
}

.footer .iconfont .gw-qrcode:before,
.footer .iconfont .gw-qrcode:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.footer .icon-wechat:hover .gw-qrcode{
    -ms-transform: scale(1);
    transform: scale(1);
}


/*======================================================
                      banner
======================================================*/
.banner{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #f5f5f5 center center / cover;
}

.banner .text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    text-align: center;
    white-space: nowrap;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .text.text-left{
    text-align: left;
}

.banner .text .title{
    font-size: 60px;
color:#fff;
}

.banner .text .subtitle{
    font-size: 22px;
color:#fff;
}

.banner .text .summary{
    margin-top: 10px;
    text-align: center;
}

.banner .color-white{
    color: #fff;
}
.banner-mask{
    background-color: rgba(0,0,0,.3);
}

/*======================================================
                        menu
======================================================*/
.menu-wrap{
    position: fixed;
    z-index: 999;
    display: none;
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -ms-transform: scale(3);
    transform: scale(3);
    transition: transform .5s;
}

.menu.open{
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu-search{
    position: relative;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    padding: 0 10px;
    border-radius: 20px;
    background-color: #17b5aa;
    text-align: right;
    transition: all 0.5s;
}

.fast-search{
    position: absolute;
    top:11px;
    right: 45px;
    z-index: 10;
    display: none;
    font-size: 12px;
}

.fast-search-label{
    display:inline-block;
    margin: 0 3px;
    padding: 0 3px;
    border-radius: 4px;
    color: #999;
   	background-color: rgba(255,255,255,.8);
    cursor:pointer;
}

.menu-search.open .fast-search{
	display: block;
}

.menu-search.open{
    width: 400px;
    padding: 0 10px 0 20px;

}

.menu-search .icon-search{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
} 

.menu-ipt{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
    display: none;
    width: 380px;
    height: 100%;
    border: 0;
    outline: 0;
    text-align: left;
    font-size: 13px;
    color: #fff;
    background-color: transparent;
}

.menu-search.open .menu-ipt{
    display: block;
}

.menu-l1{
    font-size: 18px;
}

.menu-l1 > li > a{
    line-height: 40px;
}

.menu-l1 > li > a > span{
    position: relative;
}

.menu-l1 > li > a > span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 2px;
    margin-top: -1px;
    opacity: .7;
    background-color: #17b5aa;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s;
    display:none;
}

.menu-l1 > li > a > span.active:before,
.menu-l1 > li > a > span:hover:before{
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-l2{
    display: none;
}

.menu-l2 > ul{
    display: inline-block;
    height: 24px;
    border-bottom: 1px solid #eee;
}

.menu-l2 > ul > li{
    position: relative;
    bottom: -1px;
    display: inline-block;
    height: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.menu-l2 > ul > li:last-child{
    margin-right: 0;
}

.menu-l2 > ul > li > a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.menu-l2 > ul > li > a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #17b5aa;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .3s;
}

.menu-l2 > ul > li:hover > a{
    color: #000;
}

.menu-l2 > ul > li > a:hover:after{
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.menu-lang{
    margin-top: 50px;
}

.menu-lang,
.menu-lang a{
    font-size: 12px;
    color: #17b5aa;
}

.menu-ipt::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fafafa;
}
.menu-ipt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fafafa;
}
.menu-ipt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fafafa;
}
.menu-ipt:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fafafa;
}

.menu-wrap .footer{
    z-index: 1000;
}



/*======================================================
                      index
======================================================*/
.index .main .swiper-slide{
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    transition: all 0.8s;
}

.index .main .btns{
    display: none;
}

.index .main .btns.show{
    display: block;
}

.index .main .btns .btn{
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    width: 93px;
    height: 43px;
    border: 0;
    background: url("../images/icons/theme_arrow.png") no-repeat;
    transition: all 0s;
}

.index .main .btns .btn-prev{
    left: 30px;
    background-position: 0 -129px;
}

.index .main .btns .btn-next{
    right: 30px;
    background-position: 0 -43px;
}

.index .main .btns .btn:hover{
    border-color: transparent;
    color: #fff;
    background-color: transparent;
}

.index .main .btns .btn-prev:hover {
    background-position: 0 -86px;
}

.index .main .btns .btn-next:hover {
    background-position: 0 0;
}

.index .main .content a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.index .main .content .picbox{
    width: 100%;
    height: 100%;
    background: center center / cover no-repeat;
    overflow: hidden;
}

.index .main .content .pic{
    position: relative;
    left: 50%;
    display: block;
    height: inherit;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index .main .content .txtmask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}

.index .main .content .txtmask1{
  background-color: rgba(0,0,0,0.35);
}

.index .main .content .txtmask2{
    background-color: rgba(0,0,0,.13);
}

.index .main .content .txtmask3{
    background-color: rgba(0,0,0,.16);
}

.index .main .swiper-slide.hover .txtmask{
    background-color: rgba(0,0,0,0);
}

.index .main .content .txtbox{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 1.2s;
}

.index .main .content .read-more {
    position: absolute;
    bottom: 85px;
    left: 50%;
    color: #17b5aa;
    font-size: 14px;
    margin-left: -34px;
    opacity: 0;
    transition: opacity .5s;
}
.index .main .content .title{
    font-size: 30px;
}

.index .main .content .subtitle{
    font-weight: 100;
    font-size: 22px;
    line-height: 30px;
}

.index .main .content .sublogo{
    display: inline-block;
    width: 0;
    height: 30px;
    vertical-align: middle;
    background: url("../images/icons/loading.png") center center / 15px auto no-repeat;
}

.index .main .content .summary{
    /*display: none;*/
    margin-top: 15px;
    margin-left: 45px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: all 1.5s;
}

.index .main .swiper-slide.hover .txtbox{
 
    opacity: 0;
 
}

.index .main .swiper-slide-hover .summary{
    opacity: 1;
    color: #000;
}

.index .main .swiper-slide.hover .read-more{
        opacity: 1;
}
.index .main .content .txtbox.hover{
    text-align: left;
    opacity: 0;
    transition: all 1.2s;
}

.index .main .swiper-slide.hover .txtbox.hover{
    left: 17%;
    color: #fff;
    opacity: 1;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.index .main .content .vdobox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index .main .content .vdo{
    position: relative;
    left: 50%;
    display: none;
    height: inherit;
    opacity: 1;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index .main .content .morebox{
    margin-top: 30px;
    margin-left: 45px;
}

.index .main .content .morebox span{
    display: block;
    opacity: 0;
}

.index .main .content .morebox .more{
    display: block;
    width: 40px;
    text-align: left;
    font-size: 12px;
    color: #17b5aa;
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transition: all 0.5s;
}

.index .main .content .morebox .line{
    display: block;
    width: 100px;
    height: 2px;
    background-color: #17b5aa;
    transform: translateX(50%);
    transition: all 1s;
}

.index .main .swiper-slide.hover .morebox .more{
    opacity: 1;
    transform: translateX(0);
}

.index .main .swiper-slide.hover .morebox .line{
    opacity: 1;
    transform: translateX(0);
}


@media screen and (max-width: 1440px) {
    .index .main .content .subtitle{
        font-size: 18px;
    }
}



/*======================================================
                    protected
======================================================*/
.protected .banner{

}

.protected .prod{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*border: 1px solid green;*/
}

.protected .prod li{
    position: absolute;
    width: 18%;
    transform-origin: 50% 50%;
    transform: rotate(-35deg);
    transition: all .5s;
    -ms-transform: translate(-50%, -50%) rotate(-35deg) scale(0.7);
    transform: translate(-50%, -50%) rotate(-35deg) scale(0.7);
}

.protected .prod li:nth-child(1){
    top: 83%;
    left: 65%;
}

.protected .prod li:nth-child(2){
    top: 44%;
    left: 79%;
}

.protected .prod li:nth-child(3){
    top: 22%;
    left: 41%;
}

.protected .prod li:nth-child(4){
    top: 53%;
    left: 24%;
}

.protected .prod .picbox{
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

.protected .prod li img{
    display: block;
    width: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.protected .prod li.active img{
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.protected .prod-mask{
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    z-index: 10;
    opacity: 0.8;
    background-color: #f5f5f5;
    transition: all .5s;
}

.protected .prod li.active{
    z-index: 10;
    transform: translate(-50%, -50%)  rotate(-35deg) scale(0.85);
}

.protected .prod li.active .prod-mask{
    opacity: 0;
    background-color: transparent;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.filterbar{
    box-sizing: border-box;
    width: 100%;
    margin: 55px 0;
    text-align: right;
}

.filter-btns{
    display: inline-block;
}

.filter-btns > li {
    position: relative;
    float: left;
    margin: 0 15px;
}

.filter-btns > li:last-child{
    margin-right: 0;
}

.filter-btns > li > a{
    font-size: 18px;
    color: #6f6f6f;
    line-height: 30px;
    transition: color 0.3s;
}

.filter-btns .filter-sel > a{
    position: relative;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    color: #a2a2a2;
}

.filter-btns .filter-sel > a > .triangle{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #a2a2a2;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: translateY(-50%) rotate(0);
    transition: transform .3s;
}

.filter-btns .filter-sel.active > a > .triangle{
    transform: translateY(-50%) rotate(180deg);
}

.filter-btns > li.active > a,
.filter-btns > li > a:hover{
    color: #000;
}

.filter-sel ul{
    position: absolute;
    top: 35px;
    left: 12px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    min-width: 100%;
    padding: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    color: #a2a2a2;
    white-space: nowrap;
    background-color: #fff;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: transform .3s;
}

.filter-sel.active ul{
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.filter-sel ul li{
    cursor: pointer;
    transition: color .3s;
}

.filter-sel ul li:hover{
    color: #000;
}

.protected .grid{
    width: auto;
    margin: 0 -10px;
}

.protected .grid-item{
    margin-bottom: 45px;
    padding: 0 10px;
    /*transition: transform 5s;*/
}

.protected .grid-mask{
    top: 100%;
    left: 0;
}

.protected .grid-textbox p{
    width: 100%;
    margin-top: 15px;
    color: #a2a2a2;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .3s;
}

.protected .grid-link:hover .grid-textbox p{
    color: #000;
}

.protected .pro-color{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}

.protected .pro-color li{
    box-sizing: border-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border: 1px solid #e9e9e9;
    vertical-align: top;
}

.protected .pro-color li img{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}



/*======================================================
                       audio
======================================================*/
.audio .banner{
    background: center center / cover no-repeat;
}

.audio .slide{
    text-align: center;
}

.audio .prod{
    /*display: inline-block;*/
    width: 70%;
    margin: 0 auto;
}

.audio .prod .pull-left,
.audio .prod .pull-right{
    /*width: calc(50% - 20px);
    margin: 0 10px;*/
}

.audio .prod .picwrap{
    position: relative;
    float:  left;
    box-sizing:  border-box;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.audio .prod .picwrap img{
    display: block;
    width: 100%;
}

.audio .slide .text{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: none;
    color: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.audio .slide .text > div:nth-child(2){
    font-size: 18px;
}

.audio .slide .grid-icon{
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0 auto 10px;
}

.audio .fp-controlArrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 93px;
    height: 43px;
    border: 0;
    margin-top: -21px;
    cursor: pointer;
    background: url("../images/icons/theme_arrow.png") no-repeat;
}

.audio .fp-controlArrow.fp-prev {
    left: 40px;
    background-position: 0 -129px;
}

.audio .fp-controlArrow.fp-next {
    right: 40px;
    background-position: 0 -43px;
}

.audio .fp-controlArrow.fp-prev:hover{
    background-position: 0 -86px;
}

.audio .fp-controlArrow.fp-next:hover{
    background-position: 0 0;
}

/*======================================================
                    charging
======================================================*/
.charging .banner .fadeInRight,
.charging .banner .summary{
    text-align: left;
}



/*======================================================
                      video
======================================================*/
.video {

}

.video .banner .input-wrap{
    position: relative;
    box-sizing: border-box;
    width: 200px;
    height: 40px;
    margin: 35px auto 0;
    border-radius: 20px;
    background-color: #17b5aa;
    opacity: 0;
    transition: all .35s;
}


.video .banner .input-wrap input{
    position: absolute;
    top: 5px;
    left: 15px;
    display: none;
    width: 345px;
    height: 30px;
    border: 0;
    color: #fff;
    background-color: transparent;
}

.video .banner .bn-search{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: -20px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.35s;
}

.video .banner .input-wrap.active{
    width: 400px;
    padding-right: 40px;
}

.video .banner .input-wrap.active .bn-search{
    left: auto;
    right: 0;
}

.video .banner .input-wrap.active input{
    display: block;
}

.video .filter-seach{
    position: relative;
}

.video .filter-seach > a{
    position: relative;
    z-index: 10;
}

.video .vdo-search{
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 0;
    height: 28px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: none;
    transition: all .35s;
}

.video .filter-seach.active .vdo-search{
    width: 300px;
    padding-right: 20px;
}

.video .grid-icon{
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    background: transparent url("../images/icons/playbtn.png") center center / 100% auto;
}

#f1{
    position: absolute;
   top: 62px;
    left: 0;
    width: 100%;
      height: calc(100% - 62px);	
    margin: 0;
    padding: 0;
    border: 0;
    scrolling: no;
    allowtransparency: true;
  background-color: rgba(0,0,0,0.5);
   box-shadow: 0 18px 30px rgba(0,0,0,0.18); 
}
	.popup-hd{
		position: relative;
	    box-sizing: border-box;
	    padding: 15px;
	    background-color: #fff;
	}

	.popup-hd h3{
		margin: 0;
        height:32px;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 32px;
	    color: #424242;
	}
.popup-mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform 0.35s;
}

.popup-mask.open{
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup-mask .popup-content{
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    overflow: hidden;
     box-shadow: 0 18px 30px rgba(0,0,0,0.18); 
}

.popup-mask .btn-close{
    position: absolute;
    top: 20px;
 right: 15px;
    display: block;
    width: 20px;
    height: 21px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.popup-mask .btn-close:before,
.popup-mask .btn-close:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #666;
    transition: all 0.4s;
}

.popup-mask .btn-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-mask .btn-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-mask .btn-close:hover {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*======================================================
                     about
======================================================*/
.about{
    overflow: hidden;
}

.about .main .container{
    position: relative;
    height: 100%;
}

.about .gray-block{
    position: absolute;
    top: 0;
    left: 50%;
    width: 30%;
    height: 35%;
    margin-left: -15%;
    background-color: #f6f6f6;
}

.about .main .txtwrap{
    float: left;
    width: 50%;
    height: 100%;
}

.about .main .txtscroll{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.about .main .parent span{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #cacaca;
}

.about .main .parent span:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 68%;
    height: 3px;
    background-color: #cacaca;
}

.about .main .title{
    margin: 5% 0 10% 0;
    font-size: 80px;
    color: #000;
    line-height: 1;
}

.about .main .text{
    color: #8f8f8f;
}

.about .main .picwrap{
    float: left;
    width: 50%;
    height: 100%;
}

.about .main .picwrap img{
    display: block;
    width: 100%;
}


.about .company .txtscroll{
    padding-right: 60px;
}

.about .company .pic{
    position: relative;
}

.about .company .pic-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/pxbg.png");
    opacity: 0.08;
}

/*======================================================
                       contact
======================================================*/
.about .contact .txtscroll{
    padding: 0 80px;
    text-align: left;
}

.about .contact .parent span:after{
    left: 0;
    right: auto;
}

.about .contact .title{
    font-size: 80px;
}

.about .contact .left-wrap{
    box-sizing: border-box;
    padding: 81px 0 71px 0;
}

#hoverTarget{
    position: absolute;
    top: 20%;
    right: 20%;
    bottom: 10%;
    left: 24%;
    z-index: 10;
}

.about .contact .mapbox{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10% 5% 5% 14%;
    transition: padding .35s;
}

#map{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.map-over{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 40%;
    height: 50%;
    opacity: 1;
    pointer-events: none;
  
    transition: all .35s;
}

.map-mask{
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    transition: all .35s;
}

.map-mask-t{
    top: 10%;
    left: 14%;
    right: 5%;
    height: 10%;
}

.map-mask-r{
    top: 10%;
    right: 5%;
    bottom: 5%;
    width: 15%;
}

.map-mask-b{
    left: 14%;
    right: 5%;
    bottom: 5%;
    height: 5%;
}

.map-mask-l{
    top: 10%;
    left: 14%;
    bottom: 5%;
    width: 10%;
}

.about .contact .left-wrap > .full.active #hoverTarget{
    z-index: 0;
}

.about .contact .left-wrap > .full.active .map-over{
    top: 10%;
    right: 5%;
    opacity: 0;
}

.about .contact .left-wrap > .full.active .map-mask-t,
.about .contact .left-wrap > .full.active .map-mask-b{
    height: 0;
}

.about .contact .left-wrap > .full.active .map-mask-l,
.about .contact .left-wrap > .full.active .map-mask-r{
    width: 0;
}



/*======================================================
                       join
======================================================*/
.about .join .picwrap{
    position: relative;
}

.about .join .picinner{
    box-sizing: border-box;
    padding-bottom: 24%;
}

.about .join .pic-content{
    position: relative;
    width: 100%;
    height: 100%;
}

.about .join .pic,
.about .join .pic-mask{
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 90%;
    height: 100%;
}

.about .join .pic{
 
}

.about .join .pic-mask{
    
    
}

.about .join .picinfo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: url("../images/join_picinfo.jpg") 0 100% / 100% no-repeat;
}

.about .join .txtscroll{
    padding-left: 80px;
}

.about .join .title{
    margin: 5% 0 15% 0;
}

.about .join .roller{
    text-align: left;
    margin-top: 15%;
}

.about .join .parent span:after{
    right: auto;
    left: 0;
}



/*======================================================
                       follow
======================================================*/
.about .follow .txtscroll{
    text-align: left;
    padding-left: 24%;
    padding-right: 12%;
}

.about .follow .title{
    margin: 10% 0 20% 0;
}

.about .follow .picbox{
    width: 100%;
    height: 75%;
}

.about .follow .pic{

}

.about .roller-wrap{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20% 0;
}



/*======================================================
                       news
======================================================*/
.news-list{
    margin-top: 130px;
}

.news .grid{
    margin: 0 -10px;
}

.news .grid-item{
    margin-bottom: 30px;
    padding: 0 10px;
}

.news .grid-link{
    font-size: 12px;
    color: #b5b5b5;
    transition: box-shadow .3s linear;
}

.news .grid-link:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.news .grid-picbox{
    border: 0;
}

.news .grid-pic{
    transition: transform 0.5s;
}

.news .newstxt{
    box-sizing: border-box;
    padding: 30px 40px 30px 0;
    overflow: hidden;
    transition: all .35s;
}

.news .news-title{
    font-weight: normal;
    font-size: 18px;
    color: #848988;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .35s;
}

.news .news-summary{
    margin: 10px 0 20px;
    text-align: left;
}

.news .grid-link:hover{
    color: #e2e5e5;
}

.news .grid-link:hover .grid-pic{
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news .grid-link:hover .newstxt{
    padding: 30px 20px;
    background-color: #17b5aa;
}

.news .grid-link:hover .news-title{
    color: #fff;
}



/*======================================================
                      service
======================================================*/
.service .left,
.service .right{
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.service .left{
    width: 40%;
}

.service .left .picwrap{
    position: relative;
}

.service .left .picwrap img{
    display: block;
    width: 100%;
}

.service .left .picwrap .picpx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background: url("../images/icons/pxbg.png");
}

.service .right{
    width: 60%;
    padding-left: 5%;
    padding-right: 8%;
}

.service .roller-wrap{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 15% 0 13%;
}

.service .roller{
    margin-left: 15px;
    font-size: 12px;
    color: #8f8f8f;
}

.service .titlewrap{
    color: #000;
}

.service .titlewrap .title{
    position: relative;
    font-family: "Microsoft YaHei";
    font-size: 32px;
}

.service .titlewrap .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 26px;
    height: 3px;
    background-color: #17b5aa;
}
.service .titlewrap .subtitle {
    margin: 20px 0 35px;
    font-size: 24px;
}

.service .outlinewrap{
    margin-bottom: 25px;
}

.service .block-item{
    margin-bottom: 30px;
    line-height: 25px;
}

.service .block-item .title{
    font-size: 15px;
    font-weight: bold;
}

.service .block-item .subtitle{
    margin: 5px 0;
    font-size: 14px;
}

.service .block-item .tips-title{
    font-size: 14px;
}

.service ol{
    padding-left: 15px;
    list-style-type: decimal;
}

.service .block-item ul li a{
    font-size: 12px;
    color: #8f8f8f;
}

.service .block-item.kefu li{
    float: left;
    margin-right: 20px;
}

.service .block-item.kefu li.online a{
    color: #17b5aa;
}

.service .block-item form.feedback{

}

.service .block-item form.feedback td{
    padding: 10px 0;
}

.service .block-item form.feedback td:first-child{
    width: 100px;
    padding-right: 15px;
    text-align: right;
}

.service .block-item form.feedback td input{
    box-sizing: border-box;
    width: 350px;
    height: 35px;
    padding: 0 8px;
    border: 1px solid #8f8f8f;
    transition: border .35s;
}

.service .block-item form.feedback td input:focus{
    border-color: #17b5aa;
}

.service .block-item form.feedback td textarea{
    box-sizing: border-box;
    width: auto;
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 200px;
    margin-right: 50px;
    padding: 5px 8px;
    border: 1px solid #8f8f8f;
    transition: border .35s;
}

.service .block-item form.feedback td textarea:focus{
    border-color: #17b5aa;
}

.service .block-item .form{
    position: relative;
    width: 80%;
    min-width: 500px;
    /*margin: 0 auto;*/
    border: 1px solid #ddd;
}

.service .block-item .form .box{
    box-sizing: border-box;
    width: 50%;
    height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
    font-size: 14px;
    line-height: 72px;
    overflow: hidden;
}

.service .block-item .form .box:first-child{
    border-right: 1px solid #ddd;
}

.service .block-item .form .box span{
    margin-right: 15px;
    vertical-align: top;
}

.service .block-item .form .box input{
    width: calc(100% - 50px);
    height: 68px;
    border: 0;
    margin-top: 1px;
    line-height: 1;
    color: #222;
}


.service .block-item .form textarea{
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 8px;
    border: 0;
    resize: none;
    font-size: 14px;
    color: #222;
}

.service .block-item .form .btn-submit{
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    background-color: #ccc;
    transition: background .3s;
}

.service .block-item .form .btn-submit.cansubmit{
    background-color: #17b5aa;
}
.filter {
    position: relative;
    font-size: 12px;
    color: #a2a2a2;
    margin-top:30px;
}
.filter-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.filter a {
    color: #a2a2a2;
}

.filter a.checked,
.filter a:hover {
    color: #17b5aa;
}

.filter-bd {
    position: relative;
    overflow: hidden;
    transition: all .35s;
}

.filter.show-more .filter-bd {
    height: auto;
}

.filter-bd dl{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    line-height: 27px;
    background-color: #f5f5f5;
    overflow: hidden;
    transition: all .35s;
}

.filter-bd dl.show-more {
    /*max-height: none;*/
}

.filter-bd dl:after,
.filter-bd dl dd:after,
.filter-bd dl dd .left ul:after{
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.filter-bd dl dt,
.filter-bd dl dd {
    display: block;
    box-sizing: border-box;
    height: 100%;
}

.filter-bd dl dt{
    float: left;
    width: 110px;
    padding: 12px 0 12px 15px;
    background-color: #f5f5f5;
}

.filter-bd dl dd{
    float: right;
    width: calc(100% - 110px);
    padding: 12px 15px 12px 20px;
    background-color: #fff;
}

.filter-bd dl dd li{
    /*margin: 12px 0;*/
}

.filter-bd dl dd .left,
.filter-bd dl dd .right {
    position: relative;
    float: left;
    box-sizing: border-box;
    height: 100%;
}

.filter-bd dl dd .left{
    width: calc(100% - 150px);
}

.filter-bd dl dd .right {
    width: 150px;
    text-align: right;
}

.filter-bd dl dd .left li{
    float: left;
    margin-right: 25px;
    /*line-height: 25px;*/
}

.filter-bd dl dd .right a {
    display: inline-block;
}

.filter-bd dl dd .right a:last-child{
    margin-right: 0;
}

.filter-bd .btn-multi{
    padding: 1px 5px;
    line-height: 1.5;
    background-color: #f5f5f5;
}

.filter-bd dl dd .right .btn-more{
    margin-left: 20px;
    display: none;
}

.filter .btn-options span,
.filter-bd .btn-more span {
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 5px;
    background: transparent url("../images/icons/more_arrow_down.png") 0 0 no-repeat;
    vertical-align: middle;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform .3s;
}

.filter .btn-options:hover span,
.filter-bd .btn-more:hover span{
    background-image: url("../images/icons/more_arrow_down_active.png");
}

.filter.show-more .btn-options,
.filter .btn-options.checked,
.filter-bd dl.show-more .btn-more{
    color: #17b5aa;
}

.filter.show-more .btn-options span,
.filter .btn-options.checked span,
.filter-bd dl.show-more dd .right .btn-more span {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/icons/more_arrow_down_active.png");
}

.filter .btn-options{
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    width: 130px;
    height: 20px;
    margin-left: -65px;
    padding: 2px 10px;
    text-align: center;
    background-color: #f5f5f5;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.35s;
}

.sorter{
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 15px 5px;
    border-bottom: 1px solid #f6f6f6;
}

.sorter li{
    position: relative;
    float: left;
    margin-right: 30px;
}

.sorter li:last-child{
    margin-right: 0;
}

.sorter a{
    font-size: 12px;
    color: #a2a2a2;
}

.sorter a span{
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 5px;
    background: transparent url("../images/icons/more_arrow_down.png") 0 0 no-repeat;
    vertical-align: middle;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform .3s;
}

.sorter a.checked,
.sorter a:hover{
    color: #17b5aa;
}

.sorter a:hover span,
.sorter a.checked span{
    background-image: url("../images/icons/more_arrow_down_active.png");
}

.sorter a.checked.up span{
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/icons/more_arrow_down_active.png");
}