﻿@charset "utf-8";
.message{
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	margin: 40px auto 90px;
}
.message1{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.message1 h3{
	font-size: 16px;
	color: #205d99;
	line-height: 40px;
}
.message1 p{
	font-size: 16px;
	color: #205d99;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 34px;
}
/*----------留言板----------*/
.base_form{width: 100%;height: auto;margin: 0 auto;padding: 0 140px;box-sizing: border-box;display: flex;justify-content: space-between;flex-wrap: wrap;}
.base_form1{height: 38px;width: 48%;margin-bottom: 36px;}
.base_label{float: left;width: 150px;height: 38px;line-height: 38px;text-align: right;}
.base_label label{width: 150px;height: 38px;font-size: 16px;color: #333333;line-height: 38px;text-align: right;}
.base_label label span{
	color: #ff0000;
}
.base_input{float: left;width: calc(100% - 150px);height: 38px;}
.base_input input{width: 100%;height: 38px;background-color: #ffffff;border: 2px solid #e5e5e5;margin-right: 0;vertical-align: middle;padding: 0 10px;font-size: 16px;outline: medium;color: #888888;box-sizing: border-box;border-radius: 2px;}
.base_input_bt{
	width: 100%;
}
.base_form2{height:270px;width: 100%;margin-bottom: 36px;}
.base_form2 .base_label{height: 270px;line-height: 38px;}
.base_textare{float: left;width: calc(100% - 150px);height: 270px;margin-left: 0;}
.base_textare textarea{width: 100%;height: 100%;background-color: #ffffff;border: 2px solid #e5e5e5;padding: 10px;font-size: 16px;outline: medium;color: #888888;box-sizing: border-box;border-radius: 2px;}
.base_yanzhenma{height: 38px;width: auto;line-height: 38px;float: left;font-size: 16px;color: #333333}
.base_yanzhenma input{float: left;width: 234px;height: 35px;border: 1px solid #cccccc;padding: 0 10px;margin: 0;outline: medium;}
.base_yanzhenma img{float: left;width: 188px;height: 35px;margin: 0 0 0 25px;cursor: pointer;}
.base_yanzhenma a{float: left;font-size: 14px;color: #d82b26;line-height: 37px;}
.base_form3{width: calc(100% - 110px);margin: 50px 0 0 110px;display: flex;align-items: center;justify-content: center;}
.base_form3 a{width: 156px;height: 48px;border: 0;background: #c9c9c9;font-size: 24px;color: #ffffff;cursor: pointer;display: inline-block;line-height: 50px;border-radius: 10px;text-align: center;margin: 0 15px;font-weight: bold;}
.base_form3 input{width: 130px;height: 48px;border: 0;background: #1370d2;font-size: 24px;color: #ffffff;cursor: pointer;display: inline-block;border-radius: 10px;margin: 0 15px;font-weight: bold;}
.base_form3 input:last-child{background: #1370d2;}

@media only screen and (max-width: 1000px) {
	*{box-sizing: border-box;}

	.message{
		width: 710rem;
		height: auto;
		padding: 0;
		box-sizing: border-box;
		margin: 40rem auto 0;
	}
	.message1{
		width: 100%;
		height: auto;
		margin-bottom: 80rem;
	}
	.message1 h3{
		font-size: 26rem;
		color: #205d99;
		line-height: 50rem;
	}
	.message1 p{
		font-size: 26rem;
		color: #205d99;
		line-height: 50rem;
		box-sizing: border-box;
		padding-left: 50rem;
	}
	/*----------留言板----------*/
	.base_form{width: 100%;height: auto;margin: 0 auto;padding: 0;}
	.base_form1{height: auto;width: 100%;margin-bottom: 50rem;}
	.base_label{float: none;width: 100%;height: 50rem;line-height: 1;text-align: left;display: block;}
	.base_label label{width: 100%;height: 50rem;font-size: 26rem;color: #333333;line-height: 1;display: block;text-align: left;}
	.base_input{float: none;width: 100%;height: 70rem;}
	.base_input input{width: 100%;height: 70rem;background-color: #ffffff;border: 1px solid #cccccc;margin-right: 0;vertical-align: middle;padding: 0 10rem;font-size: 26rem;outline: medium;color: #888888;box-sizing: border-box;}
	.base_form2{height:auto;width: 100%;margin-bottom: 50rem;}
	.base_form2 .base_label{height: 50rem;line-height: 1;}
	.base_textare{float: none;width: 100%;height: 550rem;margin-left: 0;}
	.base_textare textarea{width: 100%;height: 100%;background-color: #ffffff;border: 1px solid #cccccc;padding: 10rem;font-size: 26rem;outline: medium;color: #888888;box-sizing: border-box;}
	.base_yanzhenma{height: 70rem;line-height: 70rem;float: left;font-size: 26rem;color: #333333;}
	.base_yanzhenma input{float: left;width: 490rem;height: 70rem;border: 1px solid #cccccc;padding: 0 10px;margin: 0;outline: medium;}
	.base_yanzhenma img{float: left;width: 210rem;height: 70rem;margin: 0 0 0 10rem;}
	.base_yanzhenma a{float: left;font-size: 14px;color: #1370d2;line-height: 37px;}
	.base_form3{width: 100%;margin: 0 0 0 0;display: flex;align-items: center;}
	.base_form3 a{width: 200rem;height: 60rem;border: 0;background: #c9c9c9;font-size: 24rem;color: #ffffff;cursor: pointer;display: inline-block;line-height: 60rem;border-radius: 10rem;text-align: center;margin: 0 10rem;}
	.base_form3 input{width: 200rem;height: 60rem;border: 0;background: #1370d2;font-size: 24rem;color: #ffffff;cursor: pointer;display: inline-block;border-radius: 10rem;margin: 0 10rem;}
	.base_form3 input:last-child{background: #1370d2;}
	.layui-form-select dl dd{
		font-size: 26rem;
	}
}

