/*联系我们*/
.kh-about-contact{
    padding-top: 13.2rem;
}
.kh-about-contact > img{
    margin-left: 62%;
}
.kh-contact-module{
    top: 13.2rem;
    left: 0;
}
.kh-contact-img{
    float: left;
    width: 60%;
}
.kh-contact-text{
    float: right;
    width: 38.5%;
    padding-top: 18rem;
    padding-left: 9rem;
}
.kh-contact-text > dt{
    font-size: 4rem;
    line-height: 6rem;
    font-weight: bold;
    color: #333333;
}
.kh-contact-text > dd{
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 3rem;
    color: #666666;
}
.kh-contact-link{
    display: inline-block;
    padding: 2rem 5rem;
    background-color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
    color: #999999;
    border-radius: 0.8rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
    margin-top: 6rem;
}

/*联系方式*/
.kh-about-main-bg{
    position: absolute;
    top: 23%;
    left: 28%;
    z-index: 1;
}
.kh-about-main{
    min-height: 320px;
}

.kh-contact-way{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.kh-contact-way > dt{
    font-size: 4rem;
    line-height: 8rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-bottom: 8rem;
}
.kh-contact-way > dd{
    overflow: hidden;
}
.kh-about-map{
    overflow: hidden;
    width: 100%;
    border-radius: 1.2rem;
    border: none;
}
.kh-contact-way-down{
    padding: 3rem 0;
    text-align: center;
}

.kh-contact-way-text{
    margin: 4rem auto;
    width: 79%;
    background-color: #FFFFFF;
    border-radius: 1.2rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
    padding: 3.2rem 3rem 5rem 3rem;
    overflow: hidden;
}
.kh-contact{
    width: 50%;
    float: left;
}
.kh-contact > dt{
    font-size: 2.4rem;
    color: #666666;
    overflow: hidden;
    display: block;
    width: 100%;
}
.kh-contact > dt > span:nth-of-type(1),.kh-contact > dd > span:nth-of-type(1) {
    /*letter-spacing: 1.6rem;*/
    width: 8.2rem;
}
.kh-contact > dt > span:nth-of-type(2){
    color: #C7C7C7;
    font-weight: lighter;
    width: calc(100% - 8.2rem);
}
.kh-contact > dd{
    padding-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666666;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: lighter;
}
.kh-contact > dt > span,.kh-contact > dd > span{
    display: block;
    float: left;
}
.kh-contact > dd > span:nth-of-type(2){
    width: calc(100% - 8.2rem);
}

.kh-contact-qrcode{
    overflow: hidden;
    width: 49%;
    float: right;
}
.kh-contact-qrcode > li{
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.kh-contact-qrcode > li > img{
    width: 90%;
}
.kh-contact-qrcode > li > span{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666666;
}

/*合作招商*/
.kh-cooperative{
    padding: 16rem 0;
}

/*莺语倾听您的声音*/
.kh-contact-form{
    padding-top: 20rem;
    display: none;
}
.kh-contact-form > dt{
    font-size: 4rem;
    line-height: 8rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.kh-contact-form > dd{
    overflow: hidden;
    font-size: 2rem;
    line-height: 4.5rem;
    font-weight: lighter;
    color: #666666;
    text-align: center;
}
.kh-contact-form-module{
    margin-top: 5rem;
    color: #999999;
    border-top: 1px solid #5F5FFD;
    padding: 3rem 6.8rem;
}
.kh-form-row{
    overflow: hidden;
    padding-bottom: 2rem;
}
.kh-form-row > input{
    width: 48%;
    margin-right: 4%;
    float: left;
    border-radius: 1.2rem;
    border: 1px solid #999999;
    line-height: 5.4rem;
    padding: 0 2rem;
    font-size: 2rem;
    color: #999999;
}
.kh-form-row > input:nth-of-type(2n){
    margin-right: 0;
}
.kh-form-row > textarea{
    width: 100%;
    height: 20.8rem;
    border: 1px solid #999999;
    border-radius: 1.2rem;
    padding: 2rem;
    font-size: 2rem;
    color: #999999;
    line-height: 2.4rem;
}
.kh-form-row > input:focus,.kh-form-row > textarea:focus{
    border: 1px solid #5F5FFD;
    outline: none;
    color: #5F5FFD;
}
.kh-form-submit{
    float: right;
    border-radius: 1.8rem;
    line-height: 3.7rem;
    padding: 0 4.2rem;
    background-color: rgba(121,125,255,1);
    color: #FFFFFF;
    font-size: 1.6rem;
    border: none;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
    cursor: pointer;
}
.kh-form-submit:hover{
    background-color: rgba(121,125,255,0.8);
}

/*自适应调节*/
@media only screen and (max-width: 1700px){
    .kh-about-img{ right: 0;}
}
@media only screen and (max-width: 1560px){
}
@media only screen and (max-width: 1420px){
}
/*小于等于1200px时*/
@media only screen and (max-width: 1200px){
}
/*sm屏幕以下（小于等于576px时）*/
@media only screen and (max-width: 720px) {
    /* 联系我们 */
    .kh-about-contact{ padding-top: 1rem;}
    .kh-about-contact > img{ margin: unset; width: 120%;}
    .kh-contact-module{ top: 2rem; padding: 2rem 2%;}
    .kh-contact-text{ padding-top: 2rem; padding-left: 0;}
    .kh-contact-text > dt{ font-size: 1.4rem; line-height: 2.8rem;}
    .kh-contact-text > dd{ font-size: 1.2rem; line-height: 1.8rem; padding-top: 0;}
    .kh-contact-link{ padding: 0 2rem; line-height: 3.2rem; font-size: 1.4rem; margin-top: 2rem; border-radius: 0.6rem;}
    /* 联系方式 */
    .kh-about-main-bg{ width: 120%;}
    .kh-contact-way{ padding: 0 2%;}
    .kh-contact-way > dt{ font-size: 1.8rem; line-height: 3.6rem; padding-bottom: 2rem;}
    .kh-contact-way-down{ padding: 1.2rem 0;}
    .kh-contact{ width: 100%;}
    .kh-contact-qrcode{ display: none;}
    .kh-contact-module{ position: relative; z-index: 2;}

    .kh-contact-way-text{ width: 98%; margin: 1rem auto; padding: 2rem 1rem;}
    .kh-contact-form{ padding-top: 2rem;}
    .kh-contact-form > dt{ font-size: 1.8rem; line-height: 3.6rem;}
    .kh-contact-form > dd{ font-size: 1.2rem; line-height: 2.4rem;}
    .kh-contact-form-module{ margin-top: 1rem; padding: 2rem 2%;}
    .kh-form-row{ padding-bottom: 1rem;}
    .kh-form-row > input{ border-radius: 0.6rem; line-height: 3.2rem; padding: 0 1rem; font-size: 1.6rem;}
    .kh-form-row > textarea{border-radius: 0.6rem; padding: 1rem; font-size: 1.6rem;}
}
@media only screen and (max-width: 414px){
}
@media only screen and (max-width: 366px){
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
}
