body,div,dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,
p,blockquote,th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var{
    font-style:normal;
    font-weight:normal;
}
fieldset,
img{
    border:none;
}
input,
button{
    font-family:"roboto";
    vertical-align:middle;
    color: #333;
    outline: none;
    border:none;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#333;
}
textarea{
    font-family: "roboto";
}

@font-face {
    font-family: "roboto";
    src: url('../font/roboto.eot'); /* IE9*/
    src: url('../font/roboto.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/roboto.woff2') format('woff'), /* chrome, firefox */
    url('../font/roboto.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/roboto.svg') format('svg'); /* iOS 4.1- */
}
.roboto{
    font-family:"roboto" !important;
    font-size:14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "fzltcxhjw";
    src: url('../font/fzltcxhjw.eot'); /* IE9*/
    src: url('../font/fzltcxhjw.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/fzltcxhjw.woff') format('woff'), /* chrome, firefox */
    url('../font/fzltcxhjw.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/fzltcxhjw.svg') format('svg'); /* iOS 4.1- */
}
.fzltcxhjw {
    font-family:"fzltcxhjw" !important;
    font-size:14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: "sfuitext";
    src: url('../font/sfuitext.eot'); /* IE9*/
    src: url('../font/sfuitext.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/sfuitext.woff') format('woff'), /* chrome, firefox */
    url('../font/sfuitext.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/sfuitext.svg') format('svg'); /* iOS 4.1- */
}
.sfuitext {
    font-family:"sfuitext" !important;
    font-size:14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Helvetica";
    src: url('../font/HelveticaBold.ttf');
    src: url('http://www.comfortworkspace.com/Assets/home/webfontkit/Helvetica/helvetica-light.otf');
}


html{
    text-align:center;
}
body{
    font:14px 'roboto', Helvetica, Arial, sans-serif;
    color: #333;
    margin:0 auto;
    text-align:left;
    -webkit-text-size-adjust:none;
    background-color: #FFF;
    line-height: 24px;
    overflow-x: hidden;
}

/*Common Style*/
.hidden{
    display:none !important;
}
.show{
    display: block !important;
}
.clearfix:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    *zoom:1;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
/*版心*/
.w1100{
    max-width:1100px;
    margin:0 auto;
    padding:0 10px;
    box-sizing: border-box;
}
.w1225{
    max-width:1225px;
    margin:0 auto;
    padding:0 10px;
    box-sizing: border-box;
}
.percent94{
    width:94%;
    max-width: 1770px;
    margin:0 auto;
}
.percent94-pd{
    width:100%;
    padding:0 3%;
    box-sizing: border-box;
}
.w870{
    max-width: 870px;
    margin:0 auto;
    padding:0 15px;
}
.pd-top106{
    padding-top: 106px !important;
}
@media (max-width: 1400px){
    .pd-top106{
        padding-top: 66px !important;
    }
}
/*定义按钮*/
.btn{
    display:inline-block;
    border: 0;
    text-align: center;
    cursor: pointer;
    margin:0 auto;
    height: 50px;
    line-height: 50px;
    padding:0 20px;
    -webkit-transition:all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn-blue{
    color: #0e9be9;
    border:1px solid #e5e5e5;
}
.btn-blue:hover{
    background-color: #0e9be9;
    border-color: #0e9be9;
    color: #FFF;
}
.btn-white{
    color: #FFF;
    border:1px solid #615959;
}
.btn-white:hover{
    background:rgba(255,255,255,.9);
    border-color: #FFF;
    color: #000;
}

.btn-black{
    color: #000;
    border:1px solid #d6d6d6;
}
.btn-black:hover{
    background:rgba(0,0,0,.9);
    border-color: #FFF;
    color: #FFF;
}

.btn-gray{
    color: #0e9be9;
    border:1px solid #0e9be9;
}
.btn-gray:hover{
    background:rgba(14,155,233,.7);
    border-color: #0e9be9;
    color: #FFF;
}
/*定义字体颜色*/
.white-text{
    color: #FFF;
}
.black-text{
    color:#000;
}
.gray-text{
    color: #999;
}
.blue-text{
    color: #00a5f3;
}
/*定义字体大小*/
.fs-30{
    font-size: 30px;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align:center !important;
}
/*定义背景颜色*/
.white-bg{
    background-color: #FFF;
}
.black-bg{
    background-color: #000;
}
.brown-bg{
    background-color: #0f0700;
}
/*下划线*/
.h-1{
    width: 100%;
    height: 1px;
    background:rgba(255,255,255,.8);
}
.h-30{
    height: 30px;
}
/*间距*/
.MG-bottom{
    margin-bottom: 28px;
}
.MG-bottom-60{
    margin-bottom: 60px;
}
.PD-bottom-90{
    padding-bottom: 90px;
}
.PD-both{
    padding:0 90px;
}
.toppad{
    padding-top: 59px;
}

/* 停止访问公告 */
.master {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.noticebox {
    position: absolute;
    padding: 50px;
    font-size: 18px;
    width: 620px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    line-height: 1.8;
}
.noticebox  a {
    color: #0190e7;
    white-space: nowrap;
    text-decoration: underline;
}
.noticebox  a:hover {
    text-decoration: none;
}
.noticebox .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0190e7;
    text-align: center;
    cursor: pointer;
    line-height:30px;
    font-size: 0;
}
.noticebox .close img {
    display: inline;
    max-width: 90%;
    vertical-align: middle;
}
.noticebox .close:hover {
    opacity: 0.8;
}

/*头部*/
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
    background-color: #FFF;
    border-bottom: 1px solid #e7e7e7;
}
.header{
    height: 58px;
    padding-top: 10px;
    padding-bottom:8px;
    box-sizing: border-box;
/*    overflow: hidden;*/
}
.logo{
    width: 156px;
    height: 40px;
}
.logo img{
    width: auto;
    height: 45px;
}
.nav-ul{
    height: 40px;
    line-height: 40px;
}
.nav-li{
    float: left;
    text-align: right;
    padding-right:10px;
    padding-bottom: 10px;
	position:relative;
}
.nav-li:hover .sub-nav{
    display: block;
}
@media (min-width: 1150px){
    .nav-li{
        padding-right:22px;
    }
}
.nav-li>a{
    display:inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.nav-li.curr >a{
    font-weight: bold;
}
.nav-li.curr >a,
.nav-li:hover >a{
    color: #0190e7;
    border-bottom: 1px solid #0190e7;
}

.nav-li .sub-nav{
    position: absolute;
    top: 48px;
    left: 0;
    right: 0px;
    margin:0 auto;
    width:200px;
    display: none;
    background-color: #FFF;
    padding: 2px 2px 10px;
    border-top: 1px #e7e7e7 solid;
    box-sizing: border-box;
}
.sub-nav-ul li{
    padding: 0px;
    margin-left: 1%;
    width:100%;
    display: inline-block;
    text-align: left;
    border-bottom: 1px #E4E4E4 solid;
    line-height: 22px;
}
.sub-nav-ul li a{
    padding: 5px 10px;
    text-transform: uppercase;
}
.language{
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}
.lang-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background:url(../images/lang-icon.png) no-repeat;
    vertical-align: middle;
}

/*首页轮播*/
.i-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.i-banner .ad-banner{
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999;
    background-position: center center;
    background-size: cover;
}
.i-banner .swiper-pagination-bullets{
    bottom:50px;
}
.i-banner .swiper-pagination-bullet{
    background-color:#999;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.i-banner .swiper-pagination-bullet-active{
    background-color:#0e9be9;
}

/*section1*/
.product-big-title{
    text-align:center;
    padding:50px 0 66px 0;
}
.video-big-title{
    padding: 75px 0 45px 0;
}
.i-title-h1{
    font-family:"fzltcxhjw";
    font-size: 55px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: -4px;
    word-spacing:4px;
    font-weight:bold;
}
.i-title-h2{
    font-family:"sfuitext";
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: -7px;
}
.i-title-h3{
    text-transform: uppercase;
    padding:0 15px;
}
.i-title-h4{
    font-size:30px;
}
.i-title-h5{
    font-size: 20px;
    font-weight: bold;
    margin:20px 0;
}
.product-list{
    padding-bottom:50px;
}
.product-list li{
    width: 20%;
    float:left;
    padding-bottom: 10px;
}
.product-li{
    overflow:hidden;
}
.product-img{
    display: flex;
    align-items: flex-end;
    height: 289px;
}
.chairs-list .product-img{
    height: 331px;
}


.workspace-list .product-img {
    height: 186px;
}
.support-list .product-img{
    height: 216px;
}
.product-img img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.product-title{
    display: block;
    text-align: center;
    color: #666;
    text-transform: uppercase;
}
.product-list li:hover .product-title{
    color: #42a1ea;
}

/*section2*/
.product-recommend{
    padding-bottom: 60px;
}
.product-banner{
    position: relative;
    height:auto;
}
.product-banner-item{
    float: left;
    display: block;
}
.product-banner-item img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.banner-center{
    width: 33.64%;
}
.recommend-box{
    text-align: center;
}
.btn-box{
    text-align: center;
}

/*section3*/
.video-box img{
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
}
.video-box{
    cursor: pointer;
}
.video-new-wrap{
    /*width:100%;*/
    margin:0 auto;
    padding-bottom:60px;
    /*border-bottom:1px solid #e5e5e5;*/
    position:relative;
    /*overflow:hidden;*/
}
.video-vd-wrap{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
}
.video-js .vjs-big-play-button{
    left: 50%;
    top: 50%;
    margin-left:-1.5em;
    margin-top: -0.7em;
	z-index:1000;
}
.video-box .vjs-poster{
	background-color:#FFF;
	background-repeat: no-repeat;
}
.video-box .video-js{
	width:100%;
	height: 536px;
    border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	box-sizing: border-box;
	background-color:#e8e8e8;
}
.video-wrap{
	float:right;
	/*position: relative;*/
    /*width:47%;*/
}
.video-box .video-js{ background:url(../images/i-video.jpg) no-repeat !important; background-size:100% !important;}
.video-box .video-tit-right .video-js{ background:url(../images/i-video2.jpg) no-repeat !important; background-size:100% !important;}
.video-wrap video{}
.video-js .vjs-tech{ z-index:10;}
.video-wrap{ font-weight:bold; font-family:"微软雅黑";}
.video-tit{ width:100%; text-align:center; bottom:7%; position:absolute; transition:500ms; opacity:0.5;}
.video-tit h3{ font-size:18px; color:#333;}
.video-tit p{ font-size:16px; line-height:25px; transition:500ms; opacity:0.5;}
.video-tit-img{
    width: 100%;
    text-align: center;
    bottom: 27%;
    position: absolute;
    transition: 500ms;
}
.video-tit-img img{
    width:auto;
}
.video-wrap:hover .video-tit{ bottom:8%; transition:500ms; opacity:1;}
.video-wrap:hover .video-tit p{ line-height:30px; transition:500ms; opacity:1;}
.video-wrap:hover .video-tit-img{ bottom:30%; transition:500ms; opacity:1;}
.video-tit-right .video-tit-r{ font-weight:bold !important; position:absolute !important; padding-top:10px !important; top:11%; right:5%; text-align:right; transition:500ms; opacity:0.7; height: 0;}
.video-wrap:hover .video-tit-r{ top:9%; transition:500ms; opacity:1;}
.video-wrap:hover .video-tit-r.video-con-tit-s2{ top:15%; transition:500ms; opacity:1;}
.video-tit-20 img{ width:180px;}
.vjs-has-started .vjs-control-bar{ z-index:16;}
.video-tit-right{
    float:left;
    margin-right:6%;
}
.video-tit-right:last-of-type{
    margin-right:0;
}


.video-info{
    padding:4px 25px;
    letter-spacing:0;
    color:#434343;
}
.video-info-l{
    float:left;
    font-size:16px;
    font-weight:normal;
}
.video-info-r{
    float:right;
    color:#b5b5b5;
    font-weight:normal;
    position:relative;
}
.video-info-r a{
    color:#b5b5b5;
}
.video-info-r span{
    /*margin-right:38px;*/
    float: left;

}
.video-info-r span.curr{
    color:#01a2e3;
}
.video-popClick{
    position:relative;
}
.video-popClick:after{
    content: ' ';
    position:absolute;
    right: -2px;
    bottom: -34px;
    background:url(../images/video-more-t.png);
    height:14px;
    width:34px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}
.video-tit-right:hover .video-popClick:after{
    opacity: 1;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}
.video-info-r .video-info-down{
    border-radius:50%;
    display:block;
    float:right;
    width:32px;
    height:28px;
    line-height:30px;
    text-align:center;
    margin-left:8px;
    margin-top: -4px;
    background:url(../images/video-img-b.png) no-repeat 11.2px -19px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.video-info-r .video-info-down img{
    width:auto;
}
.video-info-r svg{
    position:absolute;
    right:0;
    top:-5px;
    z-index: -1;
}

.ind-video-li:hover .video-info-down{
    background:url(../images/video-img-b.png) no-repeat 11.2px 9px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.circle_bar {
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%;
    /*animation: donut 2s 200ms cubic-bezier(1, 0.01, 0.22, 1) forwards;*/
}
.circle_bar.curr{
    animation: donut 7.6s  forwards;

}

@keyframes donut {
    from {
        stroke-dashoffset: 100%;
    }
    to {
        stroke-dashoffset: 0%;
    }
}

.video-box-wrap{
    width:1148px;
    margin:0 auto;
}
.video-more-box{
    /*position:absolute;*/
    width:100%;
    /*left:10px;*/
    /*top:310px;*/
    margin:0 auto;
    background:#fff;
    /*box-shadow:0 -5px 30px rgba(0,0,0,0.1);*/
    /*border-radius:5px;*/
    /*padding:30px;*/
    display:none;
    z-index: 3;
    overflow:hidden;
    padding:50px 0 10px;
    height:280px;

    /*float:left;*/
}

.mt-tabpage-cont__wrap{
    width:1146px;
    margin:0 auto;
}

.mt-tabpage-count:after {
    clear:both;
    display:block;
    content: ' ';
}

.video-more-li{
    width:31.33%;
    margin:0 3% 1.5% 0;
    float:left;
    height:87px;
    cursor:pointer;
}
.video-more-li:hover .video-more-li-tit{
    color:#00a2e3;
}
.video-more-li:nth-of-type(3n){
    margin-right:0;
}
.video-more-li-img{
    width:40%;
    float:left;
    position:relative;
}
img.video-more-play{
    width:20px;
    position:absolute;
    left:10%;
    bottom:20%;
}

.ind-video-li-bot .ind-video-li{
    padding-bottom:5px;
}
.video-more-li-tit{
    width:55%;
    float:right;
    color:#7d7d7d;
    letter-spacing: 0;
    /*min-height: 80px;*/
    font-weight:normal;
    padding-top: 16px;
}


.swiper-container3 .swiper-slide{
    /*position:initial;*/
    padding-bottom:30px;
}
/*.video-new-bottom:nth-of-type(2) .video-more-box{*/
/*left:-416px;*/
/*}*/
.video-new-bottom:nth-of-type(2) .video-more-box:after{
    left:755px;
}
.video-new-bottom:nth-of-type(3) .video-more-box:after{
    right:0px;
    left:initial;
}

/*.video-new-bottom:nth-of-type(3) .video-more-box{*/
/*right:0;*/
/*left:initial;*/
/*}*/

/*.video-new-bottom:hover .video-info-r span{*/
/*!*border-color:#11a6e2;*!*/

/*-webkit-transition: 400ms;*/
/*-moz-transition: 400ms;*/
/*-o-transition: 400ms;*/
/*transition: 400ms;*/

/*}*/

.video-new-padd-wrap{
    padding-bottom:35px;
}

.video-top-tit{
    font-weight:bold;
    font-size:18px;
    letter-spacing: 0;
    height:40px;
}
.swiper-button-next3,.swiper-button-prev3{
    width:14px;
    height:14px;
    position: absolute;
    right: 0;
    top: 7px;
}
.swiper-button-next3{
    background:url(../images/video-next.png);
    right:10px;
}
.swiper-button-next3:hover{
    opacity: 0.7;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.swiper-button-prev3{
    background:url(../images/video-prev.png);
    right:35px;
}
.swiper-button-prev3:hover{
    opacity: 0.7;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.swiper-container3{
    overflow:hidden;
    /*padding-bottom:30px;*/
}
.swiper-wrapper{
    z-index: 2;
    position:relative;
    /*overflow: hidden;*/
}


/*section4*/
.news-event-list{
    margin-bottom: 90px;
}
.news-event-li{
    float: left;
    width: 30%;
    margin-right: 5%;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
}
.news-event-li:nth-of-type(3n){
    margin-right: 0;
}
.news-img-box{
    height: 201px;
    overflow:hidden;
}
.news-img-box img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.news-title{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:15px;
}
.news-text{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/*section5*/
.forum-box{
    position: relative;
    width: 100%;
    height: 280px;
    overflow:hidden;
    z-index: 500;
}
.forum-box img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width:1920px;
    height: 280px;
}
.forum-text{
    position: relative;
    z-index: 1;
    height: 100%;
}
.forum-h3{
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    left: 0;
    right: 0;
    top: 20%;
}
/*.forum-icon{
    display: inline-block;
    width: 215px;
    height: 39px;
    background: url(../imagess/forum-icon.png) no-repeat;
    vertical-align: middle;
}*/
.forum-text-p{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 40%;
    margin:0 auto;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 30px;
}
@media (max-width: 1200px){
    .forum-text-p{
        width: 60%;
    }
}
@media (max-width: 768px){
    .forum-text-p{
        width: 80%;
    }
}
/*.forum-text-p:before{
    content: "“";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -50px;
    top: 10px;
    font-family: "Gabriola";
    font-size:72px;
    color: #cfced0;
}
.forum-text-p:after{
    content: "”";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -50px;
    bottom: -20px;
    font-family: "Gabriola";
    font-size:72px;
    color: #cfced0;
}*/

/*footer*/
footer{
    position: relative;
    z-index: 500;
    background-color: #FFF;
	clear:both;
}
.footer{
    padding:40px 0;
}
.footer-nav{
    padding-bottom: 13px;
}
.footer-nav li{
   float: left;
   padding-right:45px;
}
.footer-nav li a{
    color: #000;
}
.footer-right p{
    text-align: right;
}

.share-icon{
    display: inline-block;
    width: 20px;
    height: 22px;
    background:url(../images/share-icon.png) no-repeat;
    vertical-align: middle;
    margin-right: 19px;
}
.share-icon-1{
    background-position: 0 0;
}
.share-icon-2{
    background-position: -39px 0;
}
.share-icon-3{
    background-position: -78px 0;
}
.share-icon-4{
    background-position: -118px 0;
}
.share-icon-5{
    background-position: -157px 0;
}



/*about*/
.banner-introduce{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999;
    background-position: center center;
    background-size: cover;
    background-color: #FFF;
}
.main-section{
    width: 100%;
    z-index: 1000;
    position: relative;
    top: 100vh;
}
.main-section .banner-introduce{
    position: relative;
}
.main-content{
    background-color: #FFF;
    height: 100vh;
}
.main-section-height{
    top:80vh;
}
.banner-item{
    position: relative;
    z-index: 1000;
}
.nextlink{
    height: 38px;
    width: 100%;
    position: relative;
    background: url(../images/white-back-10.gif) repeat-x center bottom;
    margin-top: -38px;
    z-index: 999;
}
.downlnk{
    display: block;
    background: url(../images/next-screen.png) no-repeat left top;
    position: absolute;
    width: 76px;
    height: 29px;
    top: -10px;
    left: 50%;
    margin-left: -33px;
}
.inner-center-box{
    height: 100vh;
}
.banner-inner-box{
    box-sizing: border-box;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 764px;
    z-index: 1;
    padding:62px;
}
.inner-box-width{
    width: 665px;
}
.inner-box-width490{
    width: 610px;
}
.inner-box-width-half{
    width: 53%;
    top:0;
    transform: translateY(0%);
}
.dot-white-bg{}
.banner-title-h1{
    font-family: "sfuitext";
    font-size:60px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.banner-title-h2{
    font-family:"fzltcxhjw";
    line-height:55px;
    font-size:55px;
    text-transform: uppercase;
    letter-spacing: -4px;
    word-spacing:4px;
}
.banner-title-h3{
    font-weight: bold;
}
.banner-title-h4{
    font-size:24px;
    margin:20px 0;
    color: #666;
}
.news-item p,
.text-p{
    margin:20px 0;
}
.news-item p:last-of-type{
    margin-bottom: 0;
}
.next-screen{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 29px;
    background:url(../images/next-screen.png) no-repeat;
}
.about-section{
    background-color: #FFF;
}
.about-section .product-big-title{
    padding-top: 4%;
}

/*timeline*/
.timeline-banner .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.timeline-item{
    width: 100%;
    text-align: center;
}
.timeline-img{
    width:90%;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:20%;
}
.timeline-img img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.timeline-title{
    font-size:18px;
    color:#000;
/*    height: 30px;*/
    line-height: 30px;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.timeline-text{
    color: #999;
    font-size:12px;
}
.timeline-title-2{
    width:107%;
    margin-left:-3%;
}

.about-swiper-control{
    position:relative;
    top:60px;
    width: 100%;
    height: 20px;
    text-align: center;
}
.about-swiper-control .swiper-pagination{
    position: static;
}
.about-swiper-control .swiper-pagination-bullet{
    margin:0 5px;
}
.about-swiper-control .swiper-button-prev{
    top:auto;
    left: 50%;
    margin-left: -200px;
    margin-top: -20px;
    width: 36px;
    height: 12px;
    background:url(../images/about-l.png) no-repeat;
}
.about-swiper-control .swiper-button-next{
    top:auto;
    right: 50%;
    margin-right: -200px;
    margin-top: -20px;
    width: 36px;
    height: 12px;
    background:url(../images/about-r.png) no-repeat;
}
.about-text-box {
    padding-bottom: 100px;
}


.thinking-list{
    text-align: center;
    padding-top: 0;
    padding-bottom: 66px;
}

.thinking-list li{
    width: 19%;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    vertical-align: top;
}
.thinking-list li img{
    max-width: 60%;
    width: 60%;
    height: auto;
    margin-bottom: 20px;
}
@media (max-width: 1400px){
    .about-swiper-control{
        top: 20px;
    }
    .thinking-list li img{
        max-width: 50%;
        width: 50%;
    }
}
.thinking-h3{
    font-size:18px;
    margin:5px 0;
    line-height: 30px;
    text-transform: uppercase;
}
.map-bg{
    background:url(../images/map-bg.png) center top 50px no-repeat;
}

/*news*/
.news-box {
    margin-top: 58px;
}
.news-nav{
    float: left;
    width: 38%;
    margin-right: 4%;
}
.news-nav a{
    display: block;
    font-size: 24px;
    padding: 12px 0;
    text-transform: uppercase;
    border-bottom: 1px #e3e3e3 solid;
}
.news-nav li.curr a{
    font-weight: bold;
    border-bottom: 1px #939393 solid;
}
.news-nav-title{

}
.detail-columns{
    float: right;
    width: 58%;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 40px;
    /*box-shadow: 0 0px 5px rgba(0,0,0,0.3);*/
    /*padding: 10px;*/
    /*overflow: hidden;*/
}

.detail-columns:last-of-type{
    border-bottom:none;

}
.news-img img{
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.news-item{
    padding: 20px 0 30px;
    /*border-bottom: 1px #e3e3e3 solid;*/
    /*margin-bottom: 30px;*/
}

.news-item #js-news-content img{
    width:auto !important;
    height:auto !important;
    max-width:100%;
}

.news-item #js-news-content .ind-video-li-play{
    top: calc(50% - 11px);

}
.news-item #js-news-content .ind-video-li-play img{
    width:28px !important;
}
.text-a{
    display: block !important;
    font-size:36px;
    line-height: 36px;
    text-transform: uppercase;
}

/*chairs-list*/
/*.chairs-list{
    margin-top: 58px;
}*/
.chairs-list .product-li{
    width: 23%;
    margin:0 1%;
    border-bottom: 1px solid #e3e3e3;
}
.big-opacity-img{
    position: relative;
    z-index: 1000;
}


/*upholstery*/
.introduce-text{
    left: 55%;
    min-height: 87vh;
    padding: 8vh 20px 5vh;
    position: relative;
    top: 0;
    width: 480px;
}
@media (max-width: 1200px){
    .introduce-text{
        left: 0;
    }
}


/*chairs-det*/
/*单屏高度自动*/
.banner-item-height .banner-introduce{
    height: auto;
}
.banner-item-height .inner-center-box{
    height: auto;
}
/*渐变*/
.banner-item-linear .inner-center-box{
    -webkit-background: linear-gradient(to bottom,#FFF,#f4f4f4);
    -moz-background: linear-gradient(to bottom,#FFF,#f4f4f4);
    -o-background: linear-gradient(to bottom,#FFF,#f4f4f4);
    background: linear-gradient(to bottom,#FFF,#f4f4f4);
}
.function-box{
    padding-top: 60px;
}
.function-l{
    width: 30%;
    position:relative;
}
.function-r{
    width: 60%;
    height: 600px;
    position: relative;
    overflow:hidden;
    padding-bottom: 20px;
}

.function-video {
    height: auto;
}
.function-video .video-item {
    position: relative;
}
.function-video .video-item:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/video-center-controls-mb.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.function-video .video-js{
    width: 100%;
    height: 100%;
}
.ae-thumb-list{
    margin-bottom: 40px;
}
.ae-thumb-list li{
    padding:0 5px 0 0;
}
.ae-thumb-list li a{
    color: #000;
}
.ae-gallery .ae-thumbs li a img{
    display: block;
    display: none !important;
}

.product-nav-title{
    font-size:18px;
    font-weight: bold;
    color:#000;
}
.function-video-box{
    width:230px;
    height: 152px;
    margin-top: 15px;
    border:1px solid #e5e5e5;
}



.ae-gallery .ae-images-wrapper{
    width: 100%;
    height:100%;
    position: relative;
    overflow:hidden;
    margin:0 auto;
}

.ae-gallery .ae-images-wrapper .ae-images {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #FFF;
}

.ae-gallery .ae-images-wrapper .ae-images img{
    width: 100% !important;
    height: 100%;
}
.ae-gallery .ae-images-wrapper .ae-prev,
.ae-gallery .ae-images-wrapper .ae-next{
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}
.ae-gallery .ae-images-wrapper .ae-prev{
    left: 1px;
}
.ae-gallery .ae-images-wrapper .ae-next{
    right: 0;
}
.ae-gallery .ae-images-wrapper .ae-prev .ae-prev-images{
    background: url(../images/det-l.png) 15px no-repeat;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}
.ae-gallery .ae-images-wrapper .ae-next .ae-next-images {
    background: url(../images/det-r.png) no-repeat;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 47%;
    right: 0;
    z-index: 101;
}

.function-banner{
    position: relative;
    width: 60%;
    max-height:608px;
    overflow: hidden;
    margin:0 auto;
}
.function-banner .swiper-slide{
    width: 100%;
    max-width: 100%;
}
.function-banner img{
    width: 100%;
}
.function-banner .swiper-button-prev{
    width: 12px;
    height: 16px;
    background:url(../images/det-l.png)  no-repeat;
}
.function-banner .swiper-button-next{
    width: 12px;
    height: 16px;
    background:url(../images/det-r.png)  no-repeat;
}


/*contact*/
.google-maps{
    margin-top: 58px;
    height: 80vh;
}
.google-maps .inner-center-box{
    height: 80vh;
}
.google-maps iframe{
    height: 80vh;
}
.form-row{
    padding:40px 0;
    padding-bottom: 85px;
}
.form-row li{
    margin-bottom: 10px;
    height: 50px;
}
.form-title{
    float: left;
    width: 23%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-right: 2%;
}
.form-input{
    float: left;
    width: 55%;
    border:1px solid #eee;
    padding:10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    color: #7d7d7d;
}
.form-textarea{
    height: 80px;
    line-height: 24px;
    outline: none;
}
.btn-tijiao{
    width: 55%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    color:#00a5f3;
    font-weight: bold;
    margin-top: 33px;
}
.btn-tijiao:hover{
    background-color: #e8e8e8;
}


/*support*/
.banner-search-box{
    box-sizing: border-box;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    width:100%;
    z-index: 1;
}
.search-row{
    position: relative;
    width: 100%;
    height: 52px;
    margin: 0 auto;
}
.search-input{
    width: 70%;
    border:1px solid #e5e5e5;
    height:52px;
    line-height: 52px;
    padding:0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    background:rgba(255,255,255.8);
}
.search-btn{
    position: relative;
    display: inline-block;
    width: 53px;
    height:53px;
    background:url(../images/search-icon.png) center  center  no-repeat;
    z-index: 1000;
    margin-left: -53px;
    margin-bottom: -22px;
}
.support-list{
    top:50vh;
}
.support-list .product-li{
    width:14.6%;
    margin:0 1%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}


/*左侧菜单*/
.float-nav{
    float: left;
}
.sidebar-nav-tab{
    position:fixed;
    top: 40%;
    left: 0;
    border:1px solid #eee;
    width: 300px;
    padding:20px;
    box-sizing: border-box;
    z-index: 1000;
    background-color: #FFF;
}
.sidebar-nav-row{
    display: table-row;
}
.sidebar-nav-cell{
    display: table-cell;
    width: 50%;
    padding:10px 20px;
    word-break: break-all;
}
.sidebar-nav-cell a{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
    font-weight: bold;
}
.sidebar-nav-cell a:hover,
.sidebar-nav-cell.curr a{
    border-bottom: 1px solid #0190e7;
}

/*顶部菜单*/
.support-top-nav{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.support-top-nav .sidebar-nav-tab{
    position: relative;
    border-top:none;
}
.top-nav-title{
    font-size: 24px;
    color: #111;
    height: 60px;
    line-height: 60px;
    padding:0 10px;
    background-color: #f8f8f8;
    border:1px solid #eee;
    border-bottom: none;
}
.footer-block-tisi{
    display: none;
    position: fixed;
    width: 100%;
    height: 80px;
    background:rgba(0,0,0,.5);
    bottom: 0;
    z-index: 2000;
}
.footer-block-tisi p{
    text-align: center;
    font-size: 22px;
    height: 80px;
    color: #FFF;
    line-height: 80px;
}
.tisi-colse{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    background-color:rgba(0,0,0,.8);
    cursor: pointer;
    border-radius: 50%;
    overflow:hidden;
}


/*support-det*/
.support-banner{
    height: 80vh;
}
.support-3d-banner{
    margin:0 auto;
}
.banner-introduce-relative{
    position:relative;
}
.img-banner{
    position: relative;
}
.img-banner .product-big-title{
    position: absolute;
    left:0;
    right: 0;
    top: 2%;
    z-index: 999;
}
.inner-banner-width540{
    width: 540px;
}
.design-box{
    width: 70%;
    margin:0 auto;
}
.design-item{
    margin-top: 30px;
    margin-bottom: 75px;
}
.design-img-l{
    width: 15%;
    margin-right: 5%;
}
.design-img-l img{
    width: 100%;
    max-width: 100%;
    max-height: 138px;
}
.design-text-r{
    width: 65%;
    margin-right: 15%;
}
.design-h3{
    font-size: 18px;
    font-weight: bold;
}
.design-p{
    font-size: 16px;
}
div#banner-item-2{
    position: relative;
    z-index: 1000;
}

/*workspace*/
.workspace-list li{
   margin-bottom: 30px;
}
#fancybox-thumbs.bottom{
   max-width: 990px;
   /*bottom: 160px;*/
   bottom: 10%;
   right: 0;
   margin:0 auto;
}
#fancybox-thumbs ul li{
    opacity: 1;
    margin-right: 30px;
}
#fancybox-thumbs ul li.active{
    opacity: 1;
}

#example_video_1{
    background: #e8e8e8;
}
.video-js{
    width: 100%;
}




/*ourwork*/
.logolist li {
    display:block;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    vertical-align: top;
}
.logolist li img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*dealer-network*/
.dealer-network-box{
    min-height: 500px;
}
#selectField{
    background-color: #FFF;
    color: #666;
    font-size: 16px;
    padding: 8px 20px;
    border: none;
    border: 1px #ccc solid;
    text-transform: uppercase;
    box-sizing: border-box;
    outline: none;
}
.dealers{
    display: none;
}
.dealers ul li {
    width: 46%;
    margin: 0 1%;
    font-size: 16px;
    text-align: center;
    padding: 0 0 20px;
    display: inline-block;
    vertical-align: top;
}


/*certification*/
.banner-half-height{
    height: 50vh;
}
.banner-half-height .inner-center-box{
    height:50vh;
    display:flex;
    align-items: center;
}
/*.banner-eight-height{
    height: 80vh;
}
.banner-eight-height .inner-center-box{
    height:80vh;
}
*/








/*upholstery颜色选择*/
.gallery .modal-img-box {
    height: auto;
    width: 30%;
    float: left;
    margin: 1.5%;
    text-align: center;
}
.detail-columns .gallery {
    margin-bottom: 30px;
}
.detail-columns .gallery .modal-img-box{
/*    max-height: 139px;*/
    overflow:hidden;
}
.gallery .modal-img-box a {
    display: inline-block;
    padding: 1px;
}

.gallery .modal-img-box a:hover {
    border-color: #999;
}

.gallery img {
    border: none;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.gallery .pagenavigation {
    height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
    display: block;
    width: 50px;
    height: 39px;
    float: left;
    margin: 0;
    text-indent: -1000px;
    background: url(http://www.comfortworkspace.com/Assets/home/slimbox/imagess/previous.png) transparent no-repeat 0 0;
    overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
    display: block;
    width: 50px;
    height: 39px;
    float: left;
    margin: 0 6px 0 0;
    text-indent: -1000px;
    background: url(http://www.comfortworkspace.com/Assets/home/slimbox/imagess/next.png) transparent no-repeat 0 0;
    overflow: hidden;
}

.gallery .parentlink a {
    display: block;
    width: 50px;
    height: 39px;
    float: left;
    text-indent: -1000px;
    background: url(http://www.comfortworkspace.com/Assets/home/slimbox/imagess/uppage.png) transparent no-repeat 0 0;
    overflow: hidden;
}

.gallery .pagenavigation a:hover {
    background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
    background-position: 0 -80px;
}

.gallery .pagelinks {
    float: right;
    border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
    margin-top: 6px;
    padding: 0 6px;
    border-left: 2px solid #666;
    text-align: center;
    font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
    color: #000;
}

.galleryclear {
    clear: both;
}


/* SLIMBOX 2.05 */
#lbOverlay {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}

#lbimages {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/close.png) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}






.modal-box {
  width: 460px;
  left: 50%;
  margin-left: -230px;
  top: 39px !important;
  display: none;
  position: absolute;
  z-index: 1000;
  background: white;
  background-clip: padding-box;
  min-height: 100vh;
}
@media (max-width: 1200px){
    .modal-box{
        left: 0 !important;
        margin-left:0;
    }
}

.modal-box .modal-body { padding: 20px 15px; }
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
.modal-header{
    padding:12px 15px;
}
.modat-title{
   font-size: 20px;
}

.js-modal-close.close {
  line-height: 1;
  font-size: 35px;
  position: absolute;
  top: 0;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

.js-modal-close.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}


/*dealer-network*/
.dealer-network-list{
    display: table;
    width: 100%;
    padding-bottom: 100px;
}
.dealer-network-list li{
    width: 33.33%;
    display: table-cell;
    border-right:1px solid #e8e8e8;
    padding:0 3%;
    box-sizing: border-box;
}
.dealer-network-list li:first-of-type{
    padding-left: 0;
}
.dealer-network-list li:nth-of-type(3n){
    border-right:0;
    padding-right: 0;
}
.dealer-tab-box dt,
.dealer-tab-box dd{
    display: table-row;
}
.dealer-tab-box dt{
    display: block;
    font-size: 18px;
    color: #000;
    height: 70px;
    line-height: 70px;
    padding-left: 5px;
    font-weight: bold;
}
.dealer-tab-box dd span{
    display: table-cell;
    vertical-align: middle;
    padding:10px 5px;
    vertical-align: top;
}
.dealer-tab-box dd span a{
    color: #0190e7;
    padding-bottom: 1px;
    border-bottom: 1px solid #0190e7;
}
.dealer-first{
    width: 20%;
}
.dealer-second{
    width: 70%;
    position: relative;
    border:1px solid #FFF;
    text-transform:capitalize;
}
.dealer-third{
    width: 10%;
}
.dealer-second-jia:after{
    content: '+';
    position: absolute;
    right:5px;
    top:10px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #000;
}
.dealer-hidden-box{
    display: none;
    float: left;
    top: 62px;
    width: 100%;
    height: auto;
    background: #FFF !important;
    z-index: 2000;
    padding-top: 10px;
}
.dealer-hidden-box span{
    display: block !important;
    padding-left: 0 !important;
}
.dealer-second-jia:hover{
    border:1px solid #e8e8e8;
}
.dealer-second-jia:hover:after{
    content: '-';
    position: absolute;
    right:5px;
    top:10px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #000;
}
.dealer-second:hover .dealer-hidden-box{
    display: block;
}


.about-motai-box{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 10000;
}
.about-motai-box .form-main-box{
    width:800px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top:-266px;
    background-color: #FFF;
}
.form-title-box{
    padding:20px;
    border-bottom:1px solid #e8e8e8;
}
.form-title-h3{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.form-colse{
    display: inline-block;
    width: 66px;
    height: 22px;
    background: url(../images/close.png);
    cursor: pointer;
}

/*pc下隐藏*/
#pull{
    display: none;
}
/*修改底部*/
.footer-share{
    width: 100%;
    background-color: #666;
    padding: 10px 0;
    position: relative;
    z-index: 11111;
}
.sociallinks{
    display: inline-block;
    margin: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.social{
    display: inline-block;
    width:70px;
    margin-left: 10px;
    height:auto;
}
.social:hover{
    opacity: 0.7;
}
.social img{
    max-width: 100%;
    width: 100%;
    height: auto;
 }
 .footer-box{
    background-color: #000;
    color: #999;
    width: 100%;
}
.copyright {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #111;
}
.copyright a {
    color: #999;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.copyright a img {
    vertical-align: middle;
}
.copyright a:hover {
    color: #fff;
}
.leftfoot{
    float: left;
    width: 32%;
    margin-right:1.2%;
}
.leftfoot h3{
    color: #666;
    font-size: 20px;
    font-weight:bolder;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.leftfoot p{
    color: #666;
    font-weight: 300;
    line-height:20px;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.leftfoot a{
    color: #666 !important;
    text-transform: uppercase;
}
.footer-title{
    padding-top:20px;
}
.footer-share-box {
    padding:0 50px;
    box-sizing: border-box;
}
.footer-inner-box{
    padding:50px;
    box-sizing: border-box;
}


/*404页面*/
.errormessage{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
}
.errormessage h1{
    font-size: 40px;
    line-height: 40px;
}
.errormessage h1 span{
    color: #999;
    font-style: normal;
}


/*support-detail*/
.support-banner-relative{
    position: relative;
    height: auto;
}
.support-detail-box{
   padding-top: 58px;
   padding-bottom: 58px;
}
.support-detail-img{
    padding-top:60px;
    height: 597px;
}
.detail-img-l{
   width: 40%;
   height:597px;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
}
.detail-img-r{
   width: 60%;
   height:597px;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
}
.resources-title{
    font-family: "sfuitext";
    font-size:60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #a9a9a9;
    text-align: center;
    padding:5% 0;
    border-bottom: 1px solid #e5e5e5;
}
.resources-icon{
    display: inline-block;
    width: 50px;
    height:50px;
    background:url(../images/resources-ico.png) no-repeat;
    vertical-align:middle;
    margin-top: -10px;
    background-size: 100%;
    margin-left: 20px;
}
.resources-item{
    padding:0 5%;
}

.resources-item .resource-item-icon{
    display: block;
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right:1%;
    margin-top: 2%;
    margin-bottom: 2%;
    height: 90px;
}
.resources-item .resource-item-icon1{
    background:url(../images/resource-icon-1.png) no-repeat;
}
.resources-item .resource-item-icon2{
    background:url(../images/resource-icon-2.png) no-repeat;
}
.resources-item .resource-item-icon3{
    background:url(../images/resource-icon-3.png) no-repeat;
}
.resources-item .resource-item-icon4{
    background:url(../images/resource-icon-4.png) no-repeat;
}
.resources-item .resource-item-icon9{
    background:url(../images/resource-icon-9.png) no-repeat;
}
.resources-item .resource-item-icon5{
    background:url(../images/resource-icon-5.png) no-repeat;
}
.resources-item .resource-item-icon6{
    background:url(../images/resource-icon-6.png) no-repeat;
}
.resources-item .resource-item-icon7{
    background:url(../images/resource-icon-7.png) no-repeat;
}
.resources-item .resource-item-icon8{
    background:url(../images/resource-icon-8.png) no-repeat;
}
.resources-item .resourcehover1{
    background:url(../images/resourcehover1.png) no-repeat;
}
.resources-item .resourcehover2{
    background:url(../images/resourcehover2.png) no-repeat;
}
.resources-item .resourcehover3{
    background:url(../images/resourcehover3.png) no-repeat;
}
.resources-item .resourcehover4{
    background:url(../images/resourcehover4.png) no-repeat;
}
.resources-item .resourcehover9{
    background:url(../images/resourcehover9.png) no-repeat;
}
.resources-item .resourcehover5{
    background:url(../images/resourcehover5.png) no-repeat;
}
.resources-item .resourcehover6{
    background:url(../images/resourcehover6.png) no-repeat;
}
.resources-item .resourcehover7{
    background:url(../images/resourcehover7.png) no-repeat;
}
.resources-item .resourcehover8{
    background:url(../images/resourcehover8.png) no-repeat;
}

/*20170825*/
.banner-introduce .swiper-pagination-bullets{
    bottom:50px;
}
.news-item p{
	text-align:justify;
}

.video-new-bottom video{
    width:100%;
}
.video-new-bottom:hover .video-info-r span{
    color:#00b7ee;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.video-bottom-a{
    position: absolute;
    left:calc(50% - 17px);
    /*top:calc(50% - 17px);*/
    bottom: 12%;
    z-index: 1000;
}

.video-pop-bg{
    background:rgba(0,0,0,0.7);
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 1001;
    display:none;
}

.video-pop-wr{
    position:fixed;
    z-index: 1001;
    left:calc(50% - 428px);
    top:calc(50% - 240px);
    width:856px;
    height:480px;
    display: none;
}
.video-pop-wr video{
    width:100%;
}
.video-pop-wr-img{
    width:100%;
    text-align:right;
    position:relative;
}
.video-pop-wr-img img{
    position:absolute;
    width:32px;
    right:-36px;
    top:-36px;
}


.video-pop-mb{
display:none;
}
.video-pop-pc{
display:block;
}


  .video-con-tit{
    position:absolute;
    left:calc(50% - 114px);
    top:calc(50% - 56.5px);
        transition:400ms;
  }

  .video-con-tit-er{
    left:calc(50% - 84px);
    top:calc(50% - 16px);
        transition:400ms;
  }

  .video-con-tit-s{
    left:calc(50% - 117px);
    top:calc(50% - 16px);
        transition:400ms;
  }
   .video-tit-right .video-tit-r.video-con-tit-s2{
    right: 23%;
    top: calc(50% - 67px);

  }

  /*20180605*/
  .index-banner-css .index-mobile-banner,
  .detail-banner-css .detail-mobile-banner,
  .detail-pointbanner-css .detail-mobile-pointbanner{
    display: none;
  }


  .video-page-wrap{
      padding-bottom:80px;
  }

.video-banner{
    position:relative;
    margin-top: 58px;
}
.video-banner video{
    width:100%;
}
.video-banner .video-box-a{
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    transition: 400ms;
    width: 35px;
    height: 34px;
}
.video-banner .video-box-a img{
    width:auto;
}
.video-banner img{
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index: 5;
    cursor:pointer;
}
.video-list-wrap{
    width:100%;
    overflow:hidden;
}
.video-list-li{
    width:calc(50% - 2px);
    float:left;
    margin:0 2px 2px 0;
    position:relative;
}
.video-list-li .video-pop-wr-img{
    width: 100%;
    text-align: right;
    position: relative;
}
.video-list-li .video-pop-wr-img img{
    position: absolute;
    width: 32px;
    right: -36px;
    top: -36px;
    left:initial;
}
.video-list-li:last-of-type{
    margin-right:0;
}
.video-list-li video{
    width:100%;
    display:block;
}

.video-list-li img{
    max-width: 100%;
    width: 100%;
    height: auto;
    position:absolute;
    left:0;
    top:0;
    z-index: 1;
    cursor:pointer;
}
.video-bottom-a{
    width:35px;
    height:34px;
}

.video-list-li .video-box-a{
    position: absolute;
    left: calc(50% - 17px);
    top:50%;
    transition: 400ms;
    width:35px;
    height:34px;
}
.video-list-li-s .video-box-a {
    left: calc(50% + 40px);
    top: 53%;
}

.video-list-bot-li{
    width:calc(33.33% - 2px);
}
.video-list-bot-li .video-tit-r{
    font-weight: bold !important;
    position: absolute !important;
    padding-top: 10px !important;
    top: 11%;
    right: 5%;
    text-align: right;
    transition: 500ms;
    opacity: 0.7;
    height: 0;
    z-index: 3;
}

.video-list-bot-li .video-tit-r img{
    position:relative;
}
.video-list-li .video-con-tit{
    width:auto;
    left: calc(50% - 114px);
    top: calc(50% - 73.5px);
}
.video-list-li .video-con-tit-s{
    top: calc(50% - 47.5px);

}
.video-list-li .video-con-tit-s2{
    top: calc(50% - 63px);
    left: calc(50% - 88px);
}
.video-list-li .video-con-tit-s2 + .video-bottom-a{
    top: calc(50% + 10px);
}

.video-list-li .video-tit-r img{
    width:180px;
    max-width:initial;
}
.video-list-bot-li .video-tit{
    z-index: 5;
}
.video-list-bot-li:nth-of-type(3n){
    margin-right:0;
}
@media screen and (max-width: 768px){
    .video-list-li{
        width: 100%;
        margin-bottom: 25px;
    }
    .function-l, .function-r{
        width: 50%;
    }
    .video-list-li .video-tit-r img{
        width: 105px;
    }
    .video-banner{
        margin-top: 96px;
    }

}



.ind-video-wrap{
    width:100%;
    padding-bottom:3%;
}
.ind-video-wrap:after{
    display:block;
    clear:both;
    content: ' ';
}

.ind-video-li{
    width:calc(25% - 6px);
    position:relative;
    float:left;
    margin-bottom:8px;
    margin-right:8px;
    cursor:pointer;
    overflow:hidden;
}
.ind-video-li:nth-of-type(4n){
    margin-right:0;
}
.ind-video-li-t-bottom:before{
    /*position:absolute;*/
    /*left:0;*/
    /*top:0;*/
    /*width:100%;*/
    /*height:100%;*/
    /*opacity: 0.2;*/
    /*!*z-index: 1;*!*/
    /*background:#000;*/
    /*!*background:rgba(0,0,0,0.2);*!*/
    /*content:' ';*/
    /*display:block;*/
    /*clear:both;*/
    /*z-index: 1;*/
    /*-webkit-transition: 400ms;*/
    /*-moz-transition: 400ms;*/
    /*-o-transition: 400ms;*/
    /*transition: 400ms;*/
}

.ind-video-li.mt-tabpage-item-cur .video-info-r .video-info-down{

    background:url(../images/video-img-b.png) no-repeat 11.2px 9px;
}

.ind-video-li-t-bottom:hover:before{
    /*opacity: 0;*/
    /*-webkit-transition: 1s;*/
    /*-moz-transition: 1s;*/
    /*-o-transition: 1s;*/
    /*transition: 1s;*/
}
.ind-video-li:hover .ind-video-li-bg{
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.ind-video-li-first{
    cursor:initial;
}
.ind-video-li:first-of-type{
    /*cursor:initial;*/
}
.ind-video-li:after{
    display:block;
    clear:both;
    content: ' ';
}
.ind-video-li-bg{
    width:100%;
	height:29vw;
    display:block;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.ind-video-li-bg img{
    /*height:100px;*/
}
.ind-video-li-after{
    margin:24% 0 0 10%;
    font-size:36px;
    line-height:40px;
    font-weight:bold;
    position:absolute;
    left:0;
    top:0;
    text-align:left;
    color:#fff;
}

/*.ind-video-li-t-top{*/
    /*text-align:center;*/
/*}*/
/*.ind-video-li-t{*/
    /*text-align:center;*/
/*}*/
.ind-video-li-t-top .ind-video-li-t{
    color:#fff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    text-align:center;
}
.ind-video-li-t-top .ind-video-li-t img{

    margin-top:24%;
}
.ind-video-li-play{
    position:absolute;
    left:calc(50% - 11px);
    top:calc(50% - 11px);
}
.ind-video-li-t-top .ind-video-li-play{
    position:absolute;
    left: 57%;
    top: 60%;

}

.ind-video-li-t-top-r .ind-video-li-t{
    color: #fff;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
}
.ind-video-li-t-top-r .ind-video-li-play{
    top: 58%;
}

.ind-video-li-t-bottom .ind-video-li-t{
    color:#fff;
    position:absolute;
    left:0;
    bottom:21%;
    width:100%;
    font-size:1.4vw;
    line-height:26px;
    /*font-weight:bold;*/
    text-align:center;
    font-family: "sfuitext";
    z-index: 2;
}
.ind-video-li-t-bottom .ind-video-li-t span{
    font-size:18px;
    /*font-weight:normal;*/
}

.ind-video-li-t-bottom .ind-video-li-play{
    top:initial;
    bottom:6%;
    z-index: 2;
}
.ind-video-li-t-bottom .ind-video-li-play img{
    width:28px;
}
.ind-video-li-t-annual .ind-video-li-t{

    bottom:50%;
}
.ind-video-li-t-annual .ind-video-li-play{

    left: calc(50% - 11px);
    top: calc(54% - 11px);
}

.video-more-li-img img{
    max-width: 100%;
    height: auto;
	height:5vw;
}

.video-more-li video{
    display:none;
}


.mb-ind-wrap{
    display:none;
}
.pc-ind-video{
    display:block;
}
.ind-video-moreli-play{
    display: none;
}


.regulations-wrap{
    padding:80px 0;
    min-height:600px;
}


@media screen and (max-width: 1600px){
    .ind-video-li-t-bottom .ind-video-li-t{
        bottom: 24%;
    }

    .ind-video-li-t-annual .ind-video-li-t{

        bottom:50%;
    }

    .ind-video-li-t-bottom .ind-video-li-t img{
        max-width:70%;
        max-height:15px;
    }
}

@media screen and (max-width: 1024px){
    .video-more-box{
        /*padding:0 5%;*/
        height:auto;
        padding-top:20px;
    }
    .video-info-l{
        width:100%;
    }
    .video-info-r{
        width:100%;
    }
    .video-info{
        padding:0 10px 8px !important;
    }
    .video-info-r span{
        line-height: 25px
    }

    .mt-tabpage-cont__wrap{
        width:90%;
        margin:0 5%;
    }
    .video-more-li{
        width: 47%;
    }
    .video-more-li:nth-of-type(3n){
        margin-right:3%;
    }

    .ind-video-li-t-bottom .ind-video-li-t{
        font-size:16px;
        bottom: 30%;
        line-height:24px;
    }

    .mb-ind-wrap{
        display:block;
    }

}
@media screen and (max-width: 768px){
    /*.ind-video-li{*/
        /*width:25%;*/
    /*}*/
    .ind-video-li-t-top-r .ind-video-li-t{
        font-size:18px;
    }
    .ind-video-li-after{
        font-size: 18px;
        line-height: 25px;
    }
    .ind-video-li-t-top .ind-video-li-t img{
        max-width:50%;
    }
    .ind-video-li-t-top-r .ind-video-li-t img{
        max-width:60%;
    }
    .ind-video-li-t-bottom .ind-video-li-t{
        font-size:2vh;
        bottom: 10%;
    }
    .ind-video-li-t-bottom .ind-video-li-play{
        top: calc(50% - 20px);
        bottom: auto;
    }



    .mb-ind-tit{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 18px;
        font-weight:bold;
        text-align:center;
        font-family: "sfuitext";
        text-transform: uppercase;
        letter-spacing: -3px;
    }
    .mb-ind-video{
        width:100%;
        text-align: left;
    }
    .mb-ind-video video{
        width:100%;
        display:block;
    }

    .ind-video-li-t-bottom .ind-video-li-t{
        line-height: 24px;
    }

    .ind-video-li-t-bottom .ind-video-li-t span{
        /*font-size:14px;*/
    }

    .video-more-li video{
        width:100%;
        display:block;
    }
}


@media screen and (max-width: 640px){

    .ind-video-li-bot{
        /*display:none;*/
        padding:0 5px;
    }
    .video-info-r{
        /*display:none;*/
    }
    .video-info-r span{
        display:none;
    }
    .ind-video-li{
        width:calc(50% - 12px);
        margin:5px 5px 4px;
        line-height:34px;
        border:1px solid #e5e5e5;
    }
    /*.ind-video-li.curr{*/
        /*background:#999;*/
        /*border:1px solid #999;*/
    /*}*/
    .ind-video-li.curr .video-info{
        color:#0e9be9;
    }
    .ind-video-li .video-info{
        text-align:center;
        padding:0 !important;
    }
    .ind-video-moreli-play{
        display: block;
        top: calc(50% - 30px)
    }

    .mt-tabpage-cont__wrap{
        width:calc(100% - 8px);
        margin:0 4px;
    }

    .video-more-li-img{
        width:100%;
        display:none;
    }
    .video-more-li-img img{
        width:auto;
        height:100px;
    }
    img.video-more-play{
        height:auto;
    }

    .video-more-li-tit{
        width:100%;
        padding:5px 0 10px;
        line-height: 18px;
    }
    .video-more-li{
        height:145px;
        width: 48.5%;
        position: relative;
    }
    .video-more-li:nth-of-type(2n){
        margin-right:0;
    }

    .video-more-box{
        /*display:block;*/
    }

    .video-info-l{
        /*float:initial;*/
        width:auto;
        padding-left:10px;
    }
    .video-info-r{
        width:auto;
        margin: 10px 5px 0 0;
    }
    .mb-ind-wrap{
        display:block;
    }
    .pc-ind-video{
        display:none;
    }
}

