
    *{
        padding:0px;
        margin:0px;
        box-sizing: border-box;
    }
    body,html{
        width: 100%;
    }
    body{
        
        overflow-x: hidden;
    }
    ul{
        list-style: none;
    }
    a{
        text-decoration: none;
        color: inherit;
    }
    .cursor{
        cursor: pointer;
    }
    *{
        -webkit-tap-highlight-color:transparent;
    }
    input, select, textarea {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: none transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .flex{
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .flex-align-items{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack:center;
        -webkit-align-items: center;
        align-items: center;
    }
    .flex-justify-content{
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        box-align:center;
    }

    .obj-c{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .delay-1{
        transition-delay: .1s;
    }
    .delay-2{
        transition-delay: .2s;
    }
    .delay-3{
        transition-delay: .3s;
    }
    html.noScroll body{
        position: fixed;
    }
    .container.fillAll{
        min-height: 100vh;
        flex-direction: column;
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .fillAll main{
        flex:1;
    }
    #loadingDiv{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: #fff;
        top: 0px;
        left: 0px;
    }
    .hvc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .react{
        height: initial !important;
    }
    
    @font-face{
        font-family: 'FontAwesome';
        src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
        src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face{
        font-family: 'ev';
        src: url('../../fonts/Ev_YunYou.ttf')
    }

    body{
        line-height: 1.42857143;
    }
    .fluid{
        width: 1170px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .toTop{
        position: fixed;
        z-index: 95;
        bottom: 100px;
        width: 50px;
        height: 50px;
        right: 20px;
        opacity: 0;
        transition: opacity .3s ease-out;
        pointer-events: none;
    }
    .toTop.show{
        opacity: 1;
        pointer-events: all;
    }
    .toTop::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .8;
        transition: opacity .5s;
        background: url(../../img/common/top.png) no-repeat center center;
        background-size: 100%;
    }
    .toTop:hover::after{
        opacity: 1;
    }

    .lvMsg{
        float: left;
        position: fixed;
        bottom: 0px;
        right: 70px;
        z-index: 90;
        transform: translateY(100%);
        transition: transform .5s;
    }
    .lvMsg.up{
        transform: translateY(0px);
    }
    .lvMsg .h{
        position: absolute;
        right: 0px;
        top: 0px;
        transform: translateY(-100%);
        width: 200px;
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
        color: #fff;
        font-size: 16px;/*zgw*/
        text-transform: uppercase;
        background: #008486;
        overflow: hidden;
        white-space: nowrap;
        transition-property: border-radius,width;
        transition-duration: .8s;
        transition-timing-function: ease;
    }
    .lvMsg.up .h{
        pointer-events: none;
        opacity: 0;
    }
    .lvMsg .h::after{
        content: '';
        position: absolute;
        background: url(../../img/common/msg.png) no-repeat 15px center;
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }
    .lvMsg .box{
        box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
        -webkit-box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
        opacity: 0;
        transition: .7s opacity;
    }
    .lvMsg.up .box{
        opacity: 1;
    }
    .lvMsg .box .tip{
        background: #008486;
        padding: 10px 20px;
        position: relative;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
    }
    .lvMsg .box .tip i{
        width: 20px;
        height: 20px;
        position: absolute;
        top: calc(50% - 10px);
        right: 20px;
    }
    .lvMsg .box .tip i:before,
    .lvMsg .box .tip i:after{
        content: '';
        width: 100%;
        height: 2px;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        background: #fff;
    }
    .lvMsg .box .tip i:before{
        transform: rotate(45deg);
    }
    .lvMsg .box .tip i:after{
        transform: rotate(-45deg);
    }
    .lvMsg .box form{
        display: block;
        width: 300px;
        background: #fff;
        padding: 15px 20px;
    }
    .lvMsg .box form .rqd{
        position: relative;
    }
    .lvMsg .box form .rqd::after{
        content: '*';
        color: red;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        top: 14px;
        right: 3px;
    }
    .lvMsg .box form input,
    .lvMsg .box form textarea{
        padding: 6px 0px;
        padding-left: 10px;
        padding-right: 45px;
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
        color: #808080;
    }
    .lvMsg .box form input{
        line-height: 48px;
        height: 48px;
    }
    .lvMsg .box form textarea{
        height: 80px;
    }
    .lvMsg .box form div{
        background-position: 95% 12px;
        background-repeat: no-repeat;
    }
    .lvMsg .box form div.mail{
        background-image: url(../../img/common/inMail.png);
    }
    .lvMsg .box form div.tel{
        background-image: url(../../img/common/inTel.png);
    }
    .lvMsg .box form div.msg{
        background-image: url(../../img/common/inMsg.png);
    }
    .lvMsg .box form .submit{
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        background: #008486;
        padding: 8px 5%;
        margin-top: 10px;
        border-radius: 5px;
        transition: background .3s linear;
        line-height: 17px;
        height: initial;
        width: auto;
        margin-bottom: 0px;
        border-width: 0px;
    }
    .lvMsg .box form .submit:hover{
        background: #ee921f;
    }

    .online{
        position: fixed;
        top: 300px;
        right: 5px;
        z-index: 90;
    }
    .online.switch{
        right: -5px;
    }
    
    .online .btn{
        display: none;
        box-shadow: 0 0 5px 2px rgba(45,51,46,0.3);
        border-radius: 5px;
        background: #008486;
        width: 180px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1px;
        transform-origin: top left;
        transform: translateX(100%) rotate(90deg);
        overflow: hidden;
        color: #fff;
    }
    .online.switch .btn,
    .online .btn img{
        display: block;
    }
    .online .methods{
        border: 2px solid #e5e5e5;
        background: #fff;
    }
    .online.switch .methods{
        display: none;
    }
    .online .methods .tip{
        padding: 5px 10px;
        position: relative;
        background: #008486;
        font-size: 18px;
        color: #fff;
    }
    .online .methods .tip i{
        width: 16px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
        right: 10px;
    }
    .online .methods .tip i:before,
    .online .methods .tip i:after{
        content: '';
        width: 100%;
        height: 4px;
        top: calc(50% - 2px);
        left: 0px;
        border-radius: 2px;
        position: absolute;
        background: #fff;
    }
    .online .methods .tip i:before{
        transform: rotate(45deg);
    }
    .online .methods .tip i:after{
        transform: rotate(-45deg);
    }
    .online .methods ul li{
        padding: 10px 20px;
        position: relative;
    }
    .online .methods ul li>*{
        font-size: 14px;
        white-space: nowrap;
        margin-left: 22px;
        display: inline-block;
    }
    .online .methods ul li img{
        height: 16px;
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0px;
    }

    .searchBox{
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 115;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0);
        transition: all linear .3s;
        pointer-events: none;
    }
    .searchBox.show{
        pointer-events: all;
        background: rgba(0,0,0,.7);
    }
    .searchBox .window{
        height: 0px;
        position: absolute;
        overflow: hidden;
        width: 40%;
        left: 50%;
        top: 50%;
        transition: .15s all linear;
        transform: translate(-50%,-50%);
    }
    .searchBox .window .inner{
        padding: 4%;
        position: relative;
        background: #fff;
    }
    .searchBox .window .inner .close{
        color: #fff;
        font-size: 30px;
        filter: alpha(opacity=100);
        line-height: 40px;
        position: absolute;
        text-align: center;
        background: #008486;
        width: 40px;
        height: 40px;
        top: 0px;
        right: 0px;
        transition: linear .3s all;
    }
    .searchBox .window .inner .close:hover{
        background: #ee921f;
    }
    .searchBox .window .inner p{
        margin-bottom: 4%;
        font-size: 28px;
        text-align: center;
        padding-top: 5%;
    }
    .searchBox .window .inner .inp{
        padding: 0px 2%;
    }
    .searchBox .window .inner .inp select{
        height: 40px;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        font-size: 14px;
        border-radius: 5px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #e5e5e5;
        padding-left: 5px;
        background: url(../../img/common/select_arrow.png) no-repeat 90% center;
        background-size: 12px;
    }
    .searchBox .window .inner .inp input{
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 78%;
        height: 40px;
        display: inline-block;
        color: #808080;
        vertical-align: middle;
        border-radius: 5px;
        padding-left: 10px;
        font-family: sans-serif;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .searchBox .window .inner .inp input:focus{
        box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    }
    .searchBox .window .inner .sub{
        display: inline-block;
        margin-top: 30px;
        padding: 0 20px;
        height: 40px;
        cursor: pointer;
        background: #008486;
        color: #fff;
        font-size: 16px;
        font-family: sans-serif;
        text-transform: uppercase;
        position: relative;
        left: 61%;
        transform: translateX(-50%);
        transition: all .3s linear;
        width: auto;
    }
    .searchBox .window .inner .sub:hover{
        background: #ee921f;
    }

    header .fluid{
        position: relative;
    }
    header .community{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        background: rgba(255,255,255,.5);
        padding: 10px 0px;
    }
    header .community .fluid{
        height: 30px;
    }

    header .community .fluid ul{
        display: inline-block;
        margin-left: 1%;
    }
    header .community .fluid .cntct li{
        padding: 0px 10px;
        display: inline-block;
    }
    .language>*:not(div),
    .cntct li>*{
        line-height: 30px;
        padding-left: 25px;
        color: #231815;
        font-size: 12px;
        position: relative;
        display: inline-block;
    }
    .language{
        cursor: pointer;
        display: inline-block;
    }
    header .community .language{
        margin-right: 15px;
    }
    .language>*:not(div){
        padding-left: 27px;
    }
    .language>*:not(div)::before,
    .cntct li>*::before{
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-image: url(../../img/common/icons.png);
    }
    .language>*:not(div)::before{
        background-position: -10px -10px;
        width: 22px;
        height: 22px;
    }
    .language>*:not(div):after{
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 5px;
        color: #231815;
        font-size: 16px;
        width: 20px;
        vertical-align: middle;
    }
    .phone>*::before{
        background-position: -48px -11px;
    }
    .mail>*::before{
        background-position: -83px -11px;
    }
    .skype>*::before{
        background-position: -121px -11px;
    }
    .cntct li a{
        transition: .3s all linear;
    }
    .cntct li a:hover{
        text-decoration: underline;
        color: #008486;
    }

    .language .list{
        position: absolute;
        height: 0px;
        overflow: hidden;
        transition: all ease .2s;
    }
    header .community .language .list{
        width: 100%;
        top: 36px;
        left: 0px;
        z-index: 120;
    }
    .language .list .inner{
        border: 1px solid #f2f2f2;
        padding: 4px;
        background: #fff;
    }
    .language .list .inner li{
        display: inline-block;
        margin-right: 20px;
    }
    .language .list .inner li a{
        line-height: 30px;
        display: block;
        padding: 0 8px;
        color: #333;
    }
    .language .list .inner li a img{
        max-width: 24px;
        max-height: 16px;
        width: 100%;
        height: auto;
        vertical-align: middle;
    }
    .language .list .inner li a p{
        padding-left: 5px;
        font-size: 12px;
        display: inline-block;
        text-transform: capitalize;
        vertical-align: middle;
    }

    header .community .icons{
        float: right;
    }
    .icons li{
        display: inline-block;
        vertical-align: middle;
        margin: 0px 5px;
    }
    .icons li a{
        border-radius: 50%;
        display: block;
        background: #008486;
        width: 30px;
        height: 30px;
        transition: linear .3s background;
        text-align: center;
    }
    .icons li:hover a{
        background: #ee921f !important;
    }
    .icons li a span{
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top:5px;
        vertical-align: top;
        background-image: url(../../img/common/icons.png);
        background-repeat: no-repeat;
    }
    .icons .wx{
        position: relative;
    }
    .icons .wx::before,
    .icons .wx::after{
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: .3s ease all;
        pointer-events: none;
    }
    .icons .wx:hover::before,
    .icons .wx:hover::after{
        opacity: 1;
        z-index: 115;
    }
    .icons .wx::before{
        content: '';
        position: absolute;
        top: 35px;
        border-bottom: 5px solid #e5e5e5;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
    }
    .icons .wx::after{
        content: '';
        border: 2px solid #e5e5e5;
        width: 96px;
        height: 96px;
        background: url(../../img/common/vxCode.jpg) no-repeat;
        background-size: 100%;
        border-radius: 5px;
        overflow: hidden;
        position: absolute;
        top: calc(100% + 10px);
    }
    .moebileMenu .icons .wx::after{
        z-index: 5;
    }
    footer .icons .wx::before,
    footer .icons .wx::after{
        left: calc(100% + 15px);
        top: 50%;
        transform: translate(0px,-50%);
    }
    footer .icons .wx::before{
        left: calc(100% + 10px);
        border-bottom-color: transparent;
        border-left-width: 0px;
        border-right-color: #e5e5e5;
        border-top: 5px solid transparent;
    }
    
    .icons .ytb a span{
        background-image: url(../../img/common/ytb.png);
        background-position: center center;
    }
    .icons .wx a span{
        background-image: url(../../img/common/wx.png);
        background-position: center center;
    }
    .icons .fb a span{
        background-position: -9px -90px;
    }
    .icons .twtr a span{
        background-position: -49px -90px;
    }
    .icons .linked a span{
        background-position: -128px -90px;
    }
    .icons .pin a span{
        background-position: -209px -90px;
    }

    header .menu{
        padding-top: .5%;
        position: fixed;
        width: 100%;
        top: 50px;
        z-index: 100;
        background: #fff;
        border-bottom: 1px solid rgba(35,24,21,0.2);
    }
    header .menu.up{
        top: 0px;
        background: rgba(255,255,255,.9);
    }
    header .menu .pc{
        position: relative;
    }
    header .menu .pc .logo img{
        display: block;
        height: calc(56px * 1.2);
        width: auto;
    }
    header .menu.up .pc .logo img{
        height: calc(56px * .8);
    }
    header .menu .pc>ul{
        overflow: hidden;
        margin-left: 30px;
    }
    header .menu .pc>ul>li{
        float: left;
        margin: 0px 18px;
    }
    header .menu .pc>ul>li>a{
        display: block;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        padding: 42px 0;
        font-family: sans-serif;
        position: relative;
        text-transform: uppercase;
        transition: color linear .3s,border-color .3s linear;
    }
    header .menu.up .pc>ul>li>a{
        padding: 25px 0px;
    }
    header .menu .pc>ul>li.current>a,
    header .menu .pc>ul>li:hover>a{
        color: #008486;
        border-bottom: 4px solid #008486;
    }
    header .menu .pc>ul>li .sonMenu{
        position: absolute;
        width: 200px;
        opacity: 0;
        height: 0px;
        overflow: hidden;
        background: rgba(255,255,255,.93);
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    }
    header .menu .pc>ul>li .sonMenu.show{
        transition: opacity .6s,height .3s;
        opacity: 1;
    }
    header .menu .pc>ul>li .sonMenu .inner{
        padding: 10px 0px;
    }
    header .menu .pc>ul>li .sonMenu .inner a{
        display: block;
        margin-top: 3px;
        transition: all .3s;
        text-transform: capitalize;
        color: #333;
        font-size: 13px;
        line-height: 18px;
    }
    header .menu .pc>ul>li .sonMenu .inner>a{
        padding: 5px 5px 6px 12px;
    }
    header .menu .pc>ul>li .sonMenu .inner a:hover{
        margin-left: 5px;
    }
    header .menu .pc>ul>li .sonMenu .inner a:active{
        text-decoration: underline;
    }
    header .menu .pc>ul>li.much>a::after{
        content: "\f107";
        font-family: FontAwesome;
        font-weight: normal;
        padding-left: 5px;
    }
    header .menu .pc>ul>li.much .sonMenu{
        left: 0px;
        width: 100%;
    }
    header .menu .pc>ul>li.much .sonMenu .inner{
        padding: 20px 5px 15px 5px;
    }
    header .menu .pc>ul>li.much .sonMenu .inner>ul{
        overflow: hidden;
    }
    header .menu .pc>ul>li.much .sonMenu .categories{
        flex: 1;
        padding: 0px 8px;
    }
    header .menu .pc>ul>li.much .sonMenu .categories>a{
        font-size: 14px;
        height: 36px;
        text-transform: uppercase;
        font-weight: bold;/*zgw*/
        margin-top: 0px;
    }
    header .menu .pc>ul>li.much .sonMenu .categories a{
        line-height: 18px;
        display: block;
        transition: all .3s;
        color: #333;
        text-transform: capitalize;
    }
    header .menu .pc>ul>li.much .sonMenu .categories a:hover{
        margin-left: 5px;
        color: #008486;
    }
    header .menu .pc>ul>li.much .sonMenu .categories>a + ul{
        margin-top: 15px;
    }
    header .menu .pc>ul>li.much .sonMenu .categories>a + ul li{
        margin-bottom: 7px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 7px;
        margin-top: 3px;
        width: 100%;
    }
    header .menu .pc>ul>li.much .sonMenu .categories>a + ul a{
        font-size: 13px;
    }

    header .menu .pc .search{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all linear .3s;
        background: #fff;
        overflow: hidden;
    }
    header .menu .pc .search::after{
        content: '';   
        width: 16px;
        height: 16px;
        background: url(../../img/common/icons.png) no-repeat;
        background-position: -10px -52px;
        margin: 12px;
        display: block;
    }
    header .menu .pc .search:hover{
        background: #008486;
    }
    header .menu .pc .search:hover::after{
        background-position: -92px -52px;
    }

    header .menu .pc .mobileBtn{
        width: 50px;
        height: 100%;
        flex-direction: column;
        right: 15px;
        position: absolute;
        top: 0px;
    }
    header .menu .pc .mobileBtn span{
        width: 18px;
        height: 2px;
        background: #008486;
    }
    header .menu .pc .mobileBtn span:nth-child(2){
        margin: 3px 0px;
    }
    header .menu.clicked .pc .mobileBtn span{
        background: #ee921f;
    }
    header .menu.clicked .pc .mobileBtn span:nth-child(2){
        opacity: 0;
        transition: opacity .3s linear;
        margin: -2px 0px;
    }
    header .menu.clicked .pc .mobileBtn span:first-child{
        transform: rotate(-45deg);
    }
    header .menu.clicked .pc .mobileBtn span:last-child{
        transform: rotate(45deg);
    }

    header .menu .mobileMenu{
        position: absolute;
        width: 50%;
        right: 0px;
        top: 0px;
        height: 100vh;
        z-index: 90;
        background: #231815;
        padding: 10px;
        visibility: hidden;
        transition: transform .4s,visibility 0s .4s;
        transform: translateX(80px);
        pointer-events: none;
    }
    header .menu.clicked .mobileMenu{
        transition: transform .4s,visibility 0s 0s;
        transform: translateX(0px);
        visibility: visible;
        pointer-events: all;
    }
    header .menu .mobileMenu .links{
        margin: 20px 0px 16px;
    }
    header .menu .mobileMenu .links li>a{
        display: block;
        margin: 8px 0px;
        padding: 8px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #333;
    }
    header .menu .mobileMenu .links li a{
        transition: all .3s linear;
    }
    header .menu .mobileMenu .links li.active>a,
    header .menu .mobileMenu .links li a:hover{
        color: #fff;
        background: #ee921f;
    }
    header .menu .mobileMenu .links li .sonMenu{
        overflow: hidden;
        height: 0px;
        transition: .3s linear;
    }
    header .menu .mobileMenu .links li .sonMenu .inner{
        padding: 0 10px 10px 15px;
    }
    header .menu .mobileMenu .links li .sonMenu .inner a{
        display: block;
        font-size: 14px;
        line-height: 26px;
        color: #ddd;
    }
    
    
    header .menu .mobileMenu .links li .sonMenu .inner a::before{
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        text-align: right;
        width: 15px;
        color: #fff;
        display: inline-block;
        margin-right: 8px;
    }

    header .menu .mobileMenu .cntct{
        margin-top: 20px;
        margin-left: 1%;
    }
    header .menu .mobileMenu .cntct li{
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
    }
    header .menu .mobileMenu .cntct li>*{
        width: 100%;
        line-height: 20px;
        color: #fff;
        white-space: nowrap;
    }
    header .menu .mobileMenu .icons{
        margin-top: 10px;
    }
    header .menu .mobileMenu .language{
        margin-top: 20px;
    }
    header .menu .mobileMenu .language>*:not(div){
        color: #fff;
    }
    header .menu .mobileMenu .language>*:not(div)::after{
        content: "\f106";
        color: #fff;
    }
    header .menu .mobileMenu .language .list{
        width: auto;
        left: 10px;
        bottom: 32px;
    }

    main{
        padding-top: 50px;
    }
    main .more{
        font-size: 14px;
        border: 2px solid #231815;
        color: #231815;
        display: inline-block;
        padding: 4px 15px;
        text-transform: uppercase;
        transition: color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
        -webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
    }
    main .more:hover{
        background: #008486;
        border: 2px solid #008486;
        color: #fff;
    }

    main .webLoc{
        position: relative;
    }
    main .webLoc .bg{
        display: block;
    }
    main .webLoc .bg img{
        width: 100%;
        height: auto;
        display: block;
    }
    main .webLoc .fluid{
        position: absolute;
        top: 62%;
        transform: translate(-50%,-50%);
        color: #FFF;
        left: 50%;
        z-index: 2;
        padding-left: 15px;
        padding-right: 15px;
    }
    main .webLoc .fluid .here{
        font-size: 42px;
        text-transform: uppercase;
    }
    main .webLoc .fluid .path a{
        display:inline-block;
        font-size: 14px;
        text-transform: capitalize;
    }
    main .webLoc .fluid .path a:last-child{
        pointer-events: none;
    }
    main .webLoc .fluid .path i{
        display: inline-block;
        padding: 0px 5px;
    }
    main .webLoc .fluid .path i::before{
        content: '\f105';
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
    }

    main .contn{
        padding-top: 2%;
        padding-bottom: 3%;
    }
    main .contn .content{
        width: 75%;
        padding-right: 15px;
    }
    main .contn .side{
        width: 25%;
        padding-left: 30px;
        padding-right: 15px;
    }
    main .contn .side .f{
        font-size: 24px;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    main .contn .side .f span{
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0px;
        bottom: calc(50% - 10px + 20px - 6px);
    }
    main .contn .side .f span:before,
    main .contn .side .f span:after{
        content: '';
        width: 100%;
        height: 4px;
        background: #008486;
        position: absolute;
        right: 0px;
        top: calc(50% - 2px);
    }
    main .contn .side .f span:after{
        transform: rotate(90deg);
        transition: opacity 0s .3s;
    }
    main .contn .side .f.active span:after{
        opacity: 0;
    }
    main .contn .side .f::after{
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 5px;
        left: 0px;
        bottom: 4px;
        background: #008486;
    }
    main .contn .side .sonLink{
        margin-top: 30px;
    }

    footer{
        background: #000;
        overflow: hidden;
        padding: 3% 0px 2% 0px;
        position: relative;
    }
    footer .fluid{
        z-index: 2;
        position: relative;
    }
    footer .bg{
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: .2;
        z-index: 1;
    }
    footer .h{
        text-align:center;
    }
    footer .h a{
        display: inline-block;
        vertical-align: top;
    }
    footer .h a img{
        display: block;
        height: 60px;
        width: auto;
    }
    footer .h p{
        color: #b2b2b2;
        font-style: italic;
        line-height: 24px;
        font-size: 15px;
        max-width: 60%;
        margin: 3% auto 5% auto;
    }
    footer .fluid>ul{
        float: left;
    }
    footer .fluid>ul>li{
        float: left;
        width: 25%;
        padding: 0px 15px;
    }
    footer .fluid>ul>li .ttl{
        font-size: 18px;
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 15px;
        position: relative;
    }
    footer .fluid>ul>li .ttl span{
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0px;
        top: calc(50% - 6px);
    }
    footer .fluid>ul>li .ttl span:before,
    footer .fluid>ul>li .ttl span:after{
        content: '';
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        right: 0px;
        top: calc(50% - 2px);
    }
    footer .fluid>ul>li .ttl span:after{
        transform: rotate(90deg);
        transition: opacity 0s .3s;
    }
    footer .fluid>ul>li.active .ttl span:after{
        opacity: 0;
    }
    footer .fluid>ul .links{
        width: calc(50% / 3);
    }
    footer .fluid>ul .subscribe{
        width: calc(100% / 3);
    }
    footer .fluid>ul>li .inner>*{
        margin-bottom: 12px;
        color: #b2b2b2;
        font-size: 14px;
    }
    footer .fluid>ul .subscribe .inner>*{
        margin-bottom: 20px;
    }
    footer a{
        transition: all linear .3s;
    }
    footer a:hover{
        text-decoration: underline;
        color: #fff;
    }
    footer .fluid>ul .us .inner span{
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: top;
        background: url(../../img/common/icons.png) no-repeat;
    }
    footer .fluid>ul .us .inner .addr{
        background-position: -15px -222px;
    }
    footer .fluid>ul .us .inner .tel1{
        background-position: -40px -224px;
    }
    footer .fluid>ul .us .inner .fax{
        background-position: -72px -223px;
    }
    footer .fluid>ul .us .inner .mail{
        background-position: -106px -223px;
    }
    footer .fluid>ul .us .inner .web{
        background-position: -137px -223px;
    }
    footer .fluid>ul .us .inner p{
        display: inline-block;
        max-width: 80%;
        padding-left: 10px;
    }

    footer .fluid>ul .subscribe .inner>p{
        line-height: 18px;
    }
    footer .fluid>ul .subscribe .inner .frm{
        position: relative;
    }
    footer .fluid>ul .subscribe .inner .frm .email{
        background: rgba(255,255,255,0.09);
        height: 36px;
        width: 100%;
        color: #999999;
        padding-left: 10px;
        line-height: 36px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 14px;
    }
    footer .fluid>ul .subscribe .inner .frm .email:focus{
        background: rgba(255,255,255,0.2);
    }
    footer .fluid>ul .subscribe .inner .frm .sub{
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../../img/common/icons.png) no-repeat;
        background-position: -160px -214px;
        text-indent: -9999px;
    }
    footer .fluid>ul .subscribe .inner .icons li a{
        background: transparent;
    }

    footer .footage{
        padding-top: 1.5%;
        margin-top: 3%;
        border-top: 1px solid rgba(255,255,255,0.1);
        position: relative;
        overflow: hidden;
        color: #999999;
        font-size: 13px;
        clear: both;
    }
    footer .footage div *{
        display: inline-block;
        vertical-align: middle;
    }
    footer .footage .frdLink{
        float: left;
    }
    footer .footage .rights{
        float: right;
        letter-spacing: -1px;/*zgw*/
    }
    footer .footage .frdLink a{
        margin: 0px 10px;
    }