html {
    background: black;
}

.chuangmo {
    width: 100%;
}

.chuangmo-banner {
    width   : 100%;
    position: relative;
}

.chuangmo-banner img {
    width         : 100%;
    vertical-align: top;
}

.banner-wrapper {
    width             : 1200px;
    height            : 100%;
    position          : absolute;
    top               : 0%;
    left              : 50%;
    -webkit-transform : translateX(-50%);
    transform         : translateX(-50%);
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : end;
    -ms-flex-pack     : end;
    justify-content   : flex-end;
    -webkit-box-align : end;
    -ms-flex-align    : end;
    align-items       : flex-end;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    padding-bottom    : 100px;
}

.banner-wrapper .form-desc {
    width            : 449px;
    position         : absolute;
    right            : 0;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
}

.desc-title-test1 {
    font-size: 26px;
    font-weight: 900;
    color:#fff;
}

.desc-title-test1 span{
    font-size: 26px;
    font-weight: 900;
    color:deepskyblue;
}

.banner-wrapper .form-desc ul li{
    margin-bottom: 25px;
}

.banner2 .form-desc ul li{
    margin-bottom: 15px;
}

.banner-wrapper .parameter {
    width            : 449px;
    position         : absolute;
    left            : 125px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    color:#fff;
}

.text-left .parameter {
    right:0;
    left:auto;
}

.banner-wrapper .parameter ul.paratabs{
    display: flex;
    justify-content:flex-end;
    margin-bottom: 45px;
}

.text-left .parameter ul.paratabs{
    justify-content:flex-start;
}

.banner2{
    min-height: 610px;
}

.banner-wrapper .parameter ul.paratabs li{
    margin-left:40px;
    color:rgba(199, 152, 54, .25);
    line-height: 40px;
    cursor: pointer;
}

.text-left .parameter ul.paratabs li{
    margin-left:0;
    margin-right: 40px;
}

.banner-wrapper .parameter div{
    display: none;
}

.banner-wrapper .parameter div.active{
    display: block;
}

.banner-wrapper .parameter div p{
    margin-bottom: 25px;
    text-align: right;
}

.text-left .parameter div p{
    margin-bottom: 25px;
    text-align: left;
}

.banner-wrapper .parameter div p span{
    color:#c79836;
}


.text-left .form-desc{
    right:unset;
    left:0;
    width:575px;
}

.chuangmo-content {
    width : 1200px;
    margin: 0 auto;
}

.chuangmo-content p {
    line-height: 40px;
}

.chuangmo-content>img {
    padding: 51px 0;
}

.form-desc a {
    display           : inline-block;
    width             : auto;
    height            : 36px;
    color             : #000;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    background        : #fff;
    border            : 1px solid #fff;
    text-align        : center;
    line-height       : 34px;
    font-size         : 14px;
    -webkit-transition: .3s;
    transition        : .3s;
    padding: 0 20px;
}

.form-desc .desc-content{
    line-height: 30px;
    margin-bottom: 30px;
}

.form-desc .desc-content img{
    margin:10px 0;
}

.form-desc .desc-content img.clearly-mobile{
    display: none;
}

.form-desc ul.desc-content li{
    list-style: disc;
}

.banner6{
    width: 100%;
    height: 600px;
    background-image: url(../images/kcgr1.png);
    background-position: center center;
    background-repeat: no-repeat;   
}

.banner2{
    width: 100%;
    height: 600px;
    margin: -10em -20em;
    background-image: url(../images/kcgr2.png);
    background-position: center center;
    background-repeat: no-repeat;   
}

.banner2 .form-desc {
    width: 449px;
    position: absolute;
    left: 1100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner4 {
    width:1200px;
    height:600px;
	margin:auto;
    background-image: url(../images/kc-video-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.video {
    display: inline-block;
    position: revert;
    margin: 140px 270px;
}

.video video{
    width:660px;
    height: 300px;     
}

.banner6 .banner-wrapper .form-desc{
    width:386px;
}

.desc-title>span>span.word1 {
    color: deepskyblue;
}

.desc-content span {
    color: deepskyblue;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
}

.banner3{
    width: 1200px;
    height: 400px;
    margin: 100px auto;
}

.slides {
    padding: 0;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    display: flex;
    position: absolute;
    transform: scale(0);
    transition: all .01s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    margin: auto 200px auto 180px;
    display: none;
    position: absolute;
	opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .01s;
    color: #FFF;
    font-size: 100pt;
    text-align: center;
    line-height: 320px;
    font-family: "Varela Round", sans-serif;
}

.slide:hover + .nav label { opacity: 0; }

.nav label:hover { opacity: 0; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 0.01s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.pc{display:block;}
.mobile{display: none;}

@media (max-width:992px) {
        
    .pc{display:none;}
    .mobile{display: block;}
	    
    html {
        background: black;
    }

    .chuangmo {
        width     : 100%;
        margin-top: .71rem;
    }

    .chuangmo-banner {
        width   : 100%;
        position: relative;
        min-height: 60%;
    }

    .chuangmo-banner img {
        width         : 100%;
        vertical-align: top;
    }

    .banner-wrapper {
        width            : 6.67rem;
        height           : 100%;
        position         : absolute;
        top              : 0;
        left             : 50%;
        -webkit-transform: translateX(-50%);
        transform        : translateX(-50%);
        padding-bottom   : 0;
    }

    .banner-wrapper .form-desc {
        width            : 4.49rem;
        position         : absolute;
        right            : 0;
        top              : 50%;
        -webkit-transform: translateY(-50%);
        transform        : translateY(-50%);
    }
    
    .desc-title-test1 {
    font-size: 16px;
    }
    
    .desc-title-test1 span {
    font-size: 16px;
    }

    .form-desc hr {
        margin       : 0;
        margin-top   : .28rem;
        margin-bottom: .30rem;
        width        : .62rem;
    }

    .desc-title {
        font-size: .26rem;
    }

    .desc-content {
        line-height: .36rem;
    }

    .form-desc .desc-content {
        line-height: .36rem;
        margin-bottom: .2rem;
    }

    .banner-wrapper .form-desc{
        top: 5%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width:100%;
    }
    
    .banner6 {
    margin: -150px auto;
    height: 400px;
    background-image: url(../images/kcgr1-mb.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    }
    
    .banner6 .banner-wrapper .form-desc{
        width:100%;
        margin: 180px auto;
    }
    
    .top .form-desc{
        top: 40%;
        -webkit-transform: translateY(40);
        transform: translateY(40);
        width:55%;
    }

    .chuangmo-content {
        width : 6.67rem;
        margin: 0 auto;
    }

    .chuangmo-content p {
        line-height: .30rem;
        font-size  : .18rem;
    }

    .chuangmo-content>img {
        padding: .51rem 0;
    }

    .form-desc .desc-content img{
        margin: .2rem 0;
    }

    .form-desc .desc-content img.heat{
        width:55%;
    }

    .form-desc .desc-content img.uv{
        width:55%;
    }

    .form-desc .desc-content img.clearly{
        display: none;
    }

    .form-desc .desc-content img.clearly-mobile{
        display: block;
        width:95%;
    }

    .banner-wrapper .form-desc ul li{
        margin-bottom: 0;
    }

    .banner-wrapper .parameter {
        width : 6.67rem;
        margin: 0 auto;
        left:0;
        top:35%;
        color: #fff;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size:.16rem;
        line-height: .2rem;
    }
    
    .banner2{
    width: 100%;
    height: 400px;
    margin: auto;
    background-image: url(../images/kcgr2-mb.png);
    background-position: right;
    background-repeat: no-repeat; 
    background-size: contain;   
    }
    
    .desc-content span {
    font-size: 10px;
    }

    .banner2 .form-desc {
    width: 100%;
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }

    .banner2 .banner-wrapper .parameter {
        top:55%;
    }
    
    .banner3 {
    width: 100%;
    height: auto;
    margin: auto;
    }

    .banner-wrapper .parameter ul.paratabs {
        display: flex;
        justify-content: flex-start;
        margin-bottom: .4rem;
    }

    .banner-wrapper .parameter ul.paratabs li{
        line-height: .25rem;
        margin-left: 0;
        margin-right: .5rem;
    }

    .banner-wrapper .parameter div p {
        margin-bottom: .15rem;
        text-align: left;
    }

    .text-left .parameter div p {
        margin-bottom: .15rem;
        text-align: left;
    }

    .form-desc a {
        display           : inline-block;
        width:auto;
        height            : .5rem;
        color             : #000;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        background        : #fff;
        border            : 0.01rem solid #fff;
        text-align        : center;
        line-height       : .5rem;
        font-size         : .14rem;
        -webkit-transition: .3s;
        transition        : .3s;
        padding: 0 .15rem;
    }

    .form-desc a:hover {
        background: transparent;
        color     : #c79830;
        border    : 0.01rem solid #c79830;
    }

    .chuangmo-content>img,
    .jeep>img {
        width: 100%;
    }

    .content-item {
        width: 6.67rem;
        margin: 0.5rem auto 1rem auto;
        font-size: .16rem;
    }
    
.banner4 {
    width:100%;
    height:300px;
	margin:-8em auto 10px;
    background-image: url(../images/kc-video-bg-mb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video {
    display: inline-block;
    position: revert;
    margin: 60px 30px auto;
}

.video video{
    width: 100%;
    height: auto;    
}

    .master-item{
        display: none;
    }

    .mobile .active{
        display: block;
    }
    
.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    display: flex;
    position: absolute;
    transform: scale(0);
    transition: all .01s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    margin: 60px 50px auto 50px;
    display: none;
    position: absolute;
	opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .01s;
    color: #FFF;
    font-size: 100pt;
    text-align: center;
    line-height: 80px;
    font-family: "Varela Round", sans-serif;
}

.slide:hover + .nav label { opacity: 0; }

.nav label:hover { opacity: 0; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 0.01s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

}