
.q-bg{
    width: 100%;
    height: 100%;
}
.q-bg img{
	width: 100%;
}
.q-con{
   margin-top: 60px;
}
.q-con-txt{

}
.q-con-txt p{
    font-size: 20px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 48px;
}
.q-con-txt{
    
}
.que .txt{
    display: block;
    width: 400px;
    /* margin: 0 auto; */
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #9e9e9e;
    text-indent: 15px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-top: 20px;
}
.que h5{
    display: block;
    /* text-align: center; */
    /* color: #5c9308; */
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 45px;
}
.que button{
    width: 400px;
    height: 48px;
    opacity: 1;
    border: 1px solid #EF9500;
 cursor: pointer;
 font-size: 18px;
    display: block;
    margin-top: 20px;
    background: #fff;
    transition: 0.3s;
    color: #EF9500;
}
.que button:hover{
    color: #fff;
    background: #EF9500;
}
.xz{

}
.xz h5{
    font-size: 26px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    margin: 60px 0 20px 0;
    
}
.xz a{
    text-decoration: underline;
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
    display: block;
}
@media (max-width:768px){
	.q-bg img{
		width: 100%;
	}
	.q-con {
	    margin-top: 30px;
	}
	.q-con-txt p {
	    font-size: 16px;
	    line-height: 28px;
	}
	.que h5 {
	    font-size: 20px;
	    margin-top: 20px;
	}
	.que button {
	    width: 99%;
		}
		.que .txt {
		    display: block;
		    width: 99%;
			}
			.xz a {
			    text-decoration: underline;
			    font-size: 16px;
				}
				
				.xz h5 {
				    font-size: 20px;
				    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
				    font-weight: 500;
				    line-height: 30px;
				    position: relative;
				    margin: 30px 0 10px 0;
				}
	}