.m-25px-0 {
    margin:25px 0
}
.mt-25px {
    margin-top:25px
}
.theme-cn {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.theme-en {
    padding-left:30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.box-wrap {
    flex-wrap: wrap;
}
.contactbox{
    margin-top:30px;
    width: 380px;
    height: 228px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.contactbox-title{
    padding:30px 0 0 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.contactbox-img{
    width:119px;
    height:64px
}
.contactbox-border {
    margin:15px 30px 0 30px; 
    width: 320px;
    height: 1px;
    border-bottom: 1px dashed #DFDFDF;
}
.p-8-0-6-31px {
    padding:8px 0 6px 31px;
}
.pt-22px{
    padding-top:22px;
}
.p-9-0-0-20px {
    padding:9px 0 0 20px;
}
.box-online{
    margin-top:31px;
    height: 410px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.p-30-30-0-10px {
    padding:30px 30px 0 10px;
}
.pl-20 {
    padding-left:20px
}
.input1{
    padding-left:20px;
    outline-color:#0074FF;
    width: 270px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.m-30-30-0-30px {
    margin:30px 30px 0 30px;
}
.textarea-input{
    padding:19px 20px 0 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    outline:none;
    width: 1140px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.textarea-input:focus {
    outline: none !important;
    border-color: #0074FF;
}
.form-btn{
    width: 150px;
    height: 50px;
    background: #0074FF;
    border-radius: 4px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.m-20-525-30-525px {
    margin:20px 525px 30px 525px;
}
.card-font {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
}
		/* WebKit browsers */
		input::-webkit-input-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
		}

		/* Mozilla Firefox 4 to 18 */
		input:-moz-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
			opacity: 1;
		}

		/* Mozilla Firefox 19+ */
		input::-moz-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
			opacity: 1;
		}

		/* Internet Explorer 10+ */
		input:-ms-input-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
		}
		/* WebKit browsers */
		textarea::-webkit-input-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
		}

		/* Mozilla Firefox 4 to 18 */
		textarea:-moz-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
			opacity: 1;
		}

		/* Mozilla Firefox 19+ */
		textarea::-moz-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
			opacity: 1;
		}

		/* Internet Explorer 10+ */
		textarea:-ms-input-placeholder {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #999999;
		}