textarea::placeholder{
    font-family: "微软雅黑";
}
input::placeholder{
    font-family: "微软雅黑";
}

.khfw{
    width: 80%;
    padding: 200px 0 110px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.khfw_left{
    width: 60%;
}
.khfw_left img{
    width: 100%;
}
.khfw_right{
    width: 35%;
}
.lis{
    cursor: pointer;
}
.khfw_list{
    display: flex;
    /* justify-content: space-around; */
    
    margin-top: 50px;
}
.khfw_list>div{
    width: 50%;
    text-align: center;
}
.khfw_list>div i{
    display: inline-block;
}
.khfw_list>div>div{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}
h3{
    margin-top: 50px;
    font-size: 18px;
}
.wihte{
    background: rgba(255, 255, 255, 0.9);
}
.khfw_ts{
    height: 3px;
    width: 25px;
    margin-top: 5px;
    background: #0080cc;
	position:static;
}
form .inp{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 16px;
    padding-left: 25px;
    background: url(/img/name.png) no-repeat left center; 
    outline: none;
}
form #KS_tel{
    background: url(/img/tel.png) no-repeat left center; 
}
form input{
    margin-top: 26px;
    
}
.inp2{
    padding: 10px 0;
    padding-left: 25px;
    font-family: "微软雅黑";
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    resize:none;
    background: url(/img/tlock.png) no-repeat left top; 
    background-position-y: 9px;
    outline: none;
    height: 100px;
}
.inp1{
    padding: 10px 50px;
    color: white;
    background: #0080cc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 9px;
    font-size: 18px;
}
.inp2::-webkit-input-placeholder{
    color:#999;
    font-size: 14px;
}
input::-webkit-input-placeholder{
    color:#999;
    font-size: 14px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
    font-size: 14px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
    font-size: 14px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
    font-size: 14px;
}
.khfw_tit img{
   display:block;
}
.khfw_tit span{
   display:none;
}


@media(max-width:1170px){
	.khfw_list>div>div{
		font-size:16px;
	}
	h3{
		text-align:center;
	}
.khfw_ts{
	position: relative;
	left: 50%;
    margin-left: -14.5px;
}
    .khfw{
        padding-top: 4rem;
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .khfw_left{
        width: 100%;
        margin-bottom: 1rem;
    }
    .khfw_tit{
        width: 100%;
    }
	.khfw_tit span{
	    display: block;
		font-size: 24px;
		font-weight:bold;
		letter-spacing: 2px;
		color: #333333;
		text-align:center;
	}
    .khfw_tit img{
       display:none;
    }
    .khfw_left img{
        width: 100%;
    }
    .khfw_right{
        width: 100%;
    }
    form .inp{
        width: 95%;
    }
    .inp2{
        width: 95%;
    }
    .inp1{
        width: 100%;
        margin-bottom: 1rem;
    }
}

















