/*首页-----------------------------------------------------------------------------------------------*/
/*幻灯片*/
.kh-pictext > h1{
    color: #333;
    padding-bottom: 2.57rem;
}
.kh-pictext > h4{
    color: #666;
    padding-bottom: 2.57rem;
    font-weight: 100;
}
.kh-btn-web{
    line-height: 2.1rem;
    padding: 1rem 2rem;
    color: #FFFFFF;
    background-color: #EA5413;
}

.swiper-container .swiper-button-prev{
    background-image: url(../images/btn_prev.png);
    width: 84px;
    height: 84px;
    margin-top: -42px;
    background-size: 84px 84px;
    left: 10%;
    display: none;
}
.swiper-container .swiper-button-next{
    background-image: url(../images/btn_next.png);
    width: 84px;
    height: 84px;
    margin-top: -42px;
    background-size: 84px 84px;
    right: 10%;
    display: none;
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next{
    display: block;
}

/*模块通用*/
.kh-model{
    padding-top: 8rem;
}
.kh-model > .container{
    overflow: hidden;
    position: relative;
    min-height: calc(920px - 11rem);
    padding-bottom: 0;
}
.kh-model-title{
    margin-bottom: 0 !important;
    line-height: 7.2rem;
}
.kh-model-desc{
    margin-bottom: 0 !important;
    font-weight: 100;
    color: #666;
    line-height: 3.5rem;
    position: relative;
    z-index: 1;
}

/*定制专属网站*/
.kh-custom-model .kh-model-img{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
}

/*简约的登陆界面*/
.kh-simple-model{
    text-align: center;
}
.kh-simple-model .kh-model-img{
    margin-top: 5.5rem;
    max-width: 100%;
}

/*关注最新动态不断创新*/
.kh-news-model{
    text-align: center;
    padding-bottom: 5.5rem;
}
.kh-news-model-list{
    padding-top: 4.7rem;
}
.kh-news-item{
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.kh-news-item .kh-news-img{
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
.kh-news-item:nth-of-type(2n) .kh-news-img{
    top: 0;
    left: unset;
    right: 0;
}
.kh-news-item .kh-news-img > img{
    height: 100%;
    width: 100%;
}
.kh-news-text{
    padding: 2rem;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}
.kh-news-item:nth-of-type(2n+1) .kh-news-text{
    float: right;
}
.kh-news-item:nth-of-type(1){
    background-color: #EA5413;
    color: #FFFFFF;
}
.kh-news-key{
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    border: 0.285rem solid #BDBDBD;
    position: relative;
}
.kh-news-key > span{
    display: block;
    width: 1.429rem;
    border-bottom: 0.285rem solid #6B6B6B;
    position: absolute;
    bottom: -0.285rem;
    left: 0.6rem;
    padding: 0;
    margin: 0;
    font-size: 2rem;
    color: #6F6F6F;
}
.kh-news-time{
    display: block;
    line-height: 2.285rem;
    font-family: Arial, serif;
    padding-top: 2rem;
}
.kh-news-title{
    line-height: 4rem;
    color: #7E7E7E;
}
.kh-news-desc{
    line-height: 2.285rem;
    width: 100%;
    float: left;
    color: #7E7E7E;
}
.kh-news-link{
    display: block;
    border: 2px solid #B5B3B3;
    height: 2.714rem;
    border-radius: 1.357rem;
    padding: 0 2rem;
    text-align: center;
    float: left;
    color: #7E7E7E;
    margin-top: 2rem;
}
.kh-news-link:hover{
    color: #FFFFFF;
    background-color: #EA5413;
}
.kh-news-item:nth-of-type(1) .kh-news-key{
    border: 0.285rem solid #FFFFFF;
}
.kh-news-item:nth-of-type(1) .kh-news-title, .kh-news-item:nth-of-type(1) .kh-news-desc, .kh-news-item:nth-of-type(1) .kh-news-key > span{
    color: #FFFFFF;
}
.kh-news-item:nth-of-type(1) .kh-news-link{
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
.kh-news-item:nth-of-type(1) .kh-news-link:hover{
    color: #EA5413;
    background-color: #FFFFFF;
}
