/* 邮箱收集部分 */
.mail-div{
	height: 240px;
	background-color: rgba(238, 238, 238, 1);
	padding: 70px 0;
}
.mail-div p{
	font-family: 'Adobe Clean 黑体';
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #3797DB;
}
.mail-input{
	height: 50px;
    width: 380px;
    border: none;
    padding: 0 20px;
	font-size: 16px;
}
.mail-tips{    
	font-family: 雅黑light;
	font-size: 17px;
	border:none;
	color: #67C23A;
	background-color: #E1F3D8;
	height: 50px;
	width: 380px;
	padding: 0 80px;
}
.mail-btn{
	height: 50px;
	font-size: 16px;
	margin-left: 5px;
	padding: 0 25px;
	font-weight: bold;
	background-color: rgba(230, 230, 230, 1);
	border: none;
	border-radius: 5px;
}
.mail-btn:hover{
	color:rgb(255,244,244);
	background-color: #666666;
}

/* 底部代码 */
.footer-div{
	border-top: 1px solid #c3c3c3;
	padding:0 100px;
	padding-top:70px;
	padding-bottom:20px;
	min-height:240px;
}
.footer-logo1{
	padding-top: 20px;
}
.footer-logo1, .footer-logo2{
	width:13%;
	padding-right:0;
	padding-left:0;
}
.footer-logo1 img{
	width:235px;
	#height:100px;
}
.footer-logo2 img, .footer-logo3 img{
	width:140px;
	height:140px;
}
.footer-list{
	width:74%;
	padding:15px 0;
	padding-right:60px;
}
.footer-list ul{
	font-size:16px;
	/* font-weight: bold; */
	list-style: none;
}
.footer-list ul li{
	margin-bottom: 15px;
}
.footer-bottom{
	font-weight: bold;
	font-size:16px;
	margin-top:30px;
}
.footer-bottom a{
	color:#666666;
}
@media screen and (min-width:1900px) {
	
}
@media screen and (max-width:767px) {
	.mail-div {
		padding: 60px 0;
	}
	.mail-input, .mail-tips {
		width: 340px;
	}
	.mail-btn {
		margin-top: 16px;
	}
	.footer-div {
		padding: 0 50px;
		padding-top: 50px;
		padding-bottom: 20px;
		min-height: auto;
	}
	.footer-logo1{
		width: 43%;
	}
	.footer-logo1 img {
		margin-top: 50px;
	}
	.footer-list {
		width: 57%;
		padding: 0;
	}
	.footer-list ul li {
		margin-bottom: 30px;
	}
	.footer-logo3 {
		padding-right:0;
		padding-left:0;
	}
}