html {
    height: 100%;
}
body{
    font-size: 16px;
    overflow-x: hidden;
    height: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header-nav{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}
.header-nav-logo{
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -110px;
}
.header-nav-logo img{
    width: 220px;
}
.header-nav-menu{
    margin-top: 20px;
    width: 50%;
    float: left;
}
.header-nav-menu--right > li{
    float: right!important;
}
.header-nav-menu:before,.header-nav-menu:after{
    content: " ";
    display: table;
}
.header-nav-menu:after{
    clear: both;
}
.header-nav-menu > li{
    position: relative;
    display: block;
    float: left;
}
.header-nav-menu > li > a{
    position: relative;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    font-weight: 600;
    line-height: 22px;
    transition: color 0.2s;
}
.header-nav-menu > li > a:hover,
.header-nav-menu > li > a:focus{
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    color: #0fc8c3;
}
.header-nav-menu > li > a.active{
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    color: #0fc8c3;
}
.header-banner{
    position: relative;
    /*height: 480px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0%, #3094f2), color-stop(100%, #0fc8c3));
    background-image: -moz-linear-gradient(bottom, #3094f2, #0fc8c3);
    background-image: -webkit-linear-gradient(bottom, #3094f2, #0fc8c3);
    background-image: linear-gradient(to bottom, #3094f2, #0fc8c3);
}
body.index .header-banner{
    height: 100%;
    min-height: 480px;
    max-height: 1080px;
}
@media (min-width: 768px){
    body.index .header-banner {
        height: calc(100% - 120px);
    }
}
.index .header-banner #videoDemo {
    position: absolute;
    z-index: 11;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: 60px;
    background-color: inherit;
    border: none;
}
.index .header-banner #videoDemo img {
    max-height: 100px;
}
.header-banner-image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    overflow: hidden;
}
.header-banner-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    vertical-align: middle;
}
.header-banner-text{
    width: 960px;
    z-index: 1;
}
.header-banner-text h1,
.header-banner-text h4{
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.header-banner-text h1{
    font-size: 36px;
    line-height: 1.3653846154;
    margin-bottom: 8px;
}
.header-banner-text h4{
    font-size: 24px;
}
.section{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cecece;
}
.section-container{
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.section-container-heading{
    margin-bottom: 50px;
    font-weight: 300;
    text-align: center;
}
.section-container-tab{
    height: 50px;
}
.section-container-tab .tab-item{
    float: left;
    /*width: 14%;*/
    width: 24%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: default;
    transition: all ease-in .3s;
    border-bottom: 2px solid transparent;
}
.section-container-tab.solution .tab-item{
    width: 20%;
}
.section-container-tab.about .tab-item{
    width: 25%;
}
.section-container-tab .tab-item.active,
.section-container-tab .tab-item:hover{
    border-bottom: 2px solid #0fc8c3;
    color: #0fc8c3;
}
.section-container-tab-wrap{
    position: relative;
    padding: 20px 0;
}
.tab-list{
    position: relative;
    padding-left: 400px;
    margin-bottom: 10px;
}
.tab-list-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
}
.tab-wrap-box{
    display: none;
}
.tab-wrap-box.active{
    display: block;
}
.tab-list-img img{
    max-width: 100%;
}
.tab-list .tab-list-item{
    min-height: 200px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}
.tab-list .tab-list-item h4{
    margin-bottom: 10px;
    color: #0fc8c3;
}
.tab-list .tab-list-item p {
    line-height: 2;
    font-size: 13px;
    color: #666;
}
.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after{
    clear: both;
}
.marTop15{
    margin-top: 15px;
}
.section-container-tab-wrap .tab-box{
    float: left;
    width: 24.25%;
    margin-right: 1%;
}
.section-container-tab-wrap .tab-box:last-child{
    margin-right: 0;
}
.product-item{
    text-align: center;
    background: #fff;
    border: 1px solid #f1f1f1;
    height: 200px;
    position: relative;
}
.product-item img.small{
    margin: 10px auto 0 auto;
    max-width: 40%;
}
.product-item img.m{
    margin: 10px auto 0 auto;
    max-width: 80%;
}
.product-item-tips{
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    background: rgba(0, 0, 0, 0.4);
}
.footer{
    background-color: #1d1d1d;
    color: #747474;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-container:after,
.footer-container:before{
    content: " ";
    display: table;
}
.footer-container:after{
    clear: both;
}
.footer-container{
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-container-item{
    width: 25%;
    float: left;
}
.footer-container-item h4{
    color: #747474;
    margin-bottom: 28px;
}
.footer-container-item > ul > li{
    margin-bottom: 14px;
}
.footer-container-item > ul > li > a{
    cursor: pointer;
    color: white;
    font-size: 13px;
}
.footer-legal {
    border-top: 1px solid #747474;
    margin-top: 40px;
}
.copyright {
    font-size: 16px;
    display: inline-block;
    padding-top: 20px;
}
.slider-img-box{
    position: relative;
    width: 320px;
    overflow: hidden;
    height: 220px;
    background: #edf5f7;
    margin: 0 auto;
}
.slider-img-box .slider-img-box-tips{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #0000008f;
    color: #fff;
}
.about-us-content p{
    line-height: 2;
    font-size: 14px;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: normal;
    text-align:justify;
    text-justify:inter-ideograph;
}
.about-us-content.article p{
    margin-bottom: 30px;
}
.about-us-content h4{
    line-height: 3;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.about-us-content-imgBox{
    margin-bottom: 30px;
    text-align: center;
}
.product-pop{
    padding: 20px;
}
.product-pop .slider-img-box{
    height: 330px;
    background-color: transparent;
}
.product-pop .slick-slide img{
    max-width: 100%;
}
.product-pop h4{
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-pop p{
    line-height: 2;
}
.tab-list .tab-list-item p.more-red{
    cursor: pointer;
    color: red;
}
.text-center{
    text-align: center;
}
.slider-href{
    display: block;
}
.index-video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    overflow: hidden;
}
.close-button{
    position: absolute;
    max-height: 100px;
    top: 100px;
    right: 50px;
    z-index: 11;
    display: none;
    background-color: transparent;
    border: none;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid{
    /*height: 100%;*/
}
input{
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
}
.login-form{
    padding: 10px;
}
.login-form-controls input{
    width: 100%;
}
.login-form-controls{
    margin-bottom: 20px;
}
.login-form-controls .btn{
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #0fc8c3;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}