
.main-form,.main-mid,.main-top{
	padding: 20px 20px 0 20px;
}
.logo{
	margin-top: 20px;
}
	.logo img{
		width: 100%;
	}
.main-top h2{
	font-size: 31px;
	font-weight: bold;
	color: #0078d7;
}
.main-top p{
	font-size: 20px;
	color: #333;
}
.main-top p span{
	font-weight: bold;
	color: #ff3300;
	font-size: 22px;
}

.main-mid p{
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.main-mid h3{
	font-size: 18px;
	padding: 0;
	margin: 10px 0 11px 0;
}
.main-mid-font{
	padding-top: 5px;
	background: #0078D7;
	color: #fff;
}
.main-mid figure{
	margin-top: 30px;
}
.main-mid figure figcaption{
	overflow: hidden;
	box-shadow: 0 0 8px rgb(24,52,73,0.5);
	border-radius: 5px;
}
.main-mid-img{
	position: relative;
	padding: 0;
	height: 117px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.m-m-img1{
	background-image: url(../img/01.jpg);
}
.m-m-img2{
	background-image: url(../img/02.jpg);
}
.m-m-img3{
	background-image: url(../img/03.jpg);
}
.m-m-img4{
	background-image: url(../img/04.jpg);
}
.main-mid-img::after{
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 12px 10px 0;
	border-color: transparent #0076d7 transparent transparent;
}
.main-form form{
	overflow: hidden;
	padding-top: 20px;
}
.form-group{
	overflow: hidden;
}
.main-form form label{
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.main-form form input{
	border:1px solid #e5e5e5;
	line-height: 30px;
	border-radius: 5px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.main-form-but{
	background: none;
	outline: none;
	box-shadow: none;
	border: none;
}
.main-form-but:focus {outline:none!important;box-shadow: none;border: none;} /*for IE*/
.main-form-but::-moz-focus-inner {outline:none;box-shadow: none;border: none;border-color: transparent;} /*for mozilla*/

.main-gd h3 span{
	color: #ff3300;
	font-weight: bold;
}
.case-roll{
	background: #f6f7f8;
	padding: 10px 20px 20px 20px;
	margin: 20px;
	border-radius: 5px;
}
.case-roll ul li{
	line-height: 24px;
	color: #8f8f8f;
	overflow: hidden;
}
.maquee{
	height: 150px;
	overflow: hidden;
}
.maquee ul li p{
	float: left;
}
.maquee ul li p:nth-child(1){
	width: 17%;
}
.maquee ul li p:nth-child(2){
	width: 18%;
}
.maquee ul li p:nth-child(3){
	width: 25%;
}
.maquee ul li p:nth-child(4){
	width: 40%;
}

@media (max-width: 460px) {
	.main-top h2{
		font-size: 18px;
	}
	.main-top p{
		font-size: 15px;
	}
	.main-top p span{
		display: block;
	}
	.main-mid-img,.main-mid-font{
		width: 100%;
	}
	.main-mid-img::after{
		top: 107px;
		right: 45%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 12px 10px 12px;
		border-color: transparent transparent #0076d7 transparent;
	}
	.main-form form label{
		width: 26%;
		font-size: 14px;
	}
	.ms h3{
		line-height: 30px;
	}
}
@media (max-width: 400px) {
	.main-form, .main-mid, .main-top{
		padding: 5px 5px 0 5px;
	}
	.main-form form label,.logo-dh,.logo{
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-top h2{
		font-size: 16px;
		margin-bottom: 0;
	}
	.main-mid p{
		font-size: 12px;
		line-height: 20px;
	}
	.main-mid h3{
		font-size: 16px;
		margin: 5px 0 8px 0;
	}
	.maquee ul li p:nth-child(1){
		width: 33%;
	}
	.maquee ul li p:nth-child(2){
		width: 33%;
	}
	.maquee ul li p:nth-child(3){
		width: 33%;
	}
	.maquee ul li p:nth-child(4){
	display: none;
}
}