﻿
/*
.dl_box{
	width: 1200px;
	margin: 0 auto;
	background: rgba(255,255,255,0.36);
}
.dl{
	padding-top: 40px;
}
.dl_img{
	float: left;
	width: 600px;
	padding-left: 50px;
}
.dl_title{
	float: left;
	margin-left: 120px;
	position: relative;
}
.dl_title:after{
	content: '';
	width: 96px;
	height: 2px;
	background: #db2c28;
	position: absolute;
	left: 20px;
	top: 64px;
}
.dl_title:before{
	content: '';
	width: 96px;
	height: 2px;
	background: #db2c28;
	position: absolute;
	right: 20px;
	top: 64px;
}
.dl_title h4{
	font-size: 25px;
	color: #db2c28;
	text-align: center;
	letter-spacing:8px;
	margin-top: 50px;
}*/

/*.hengxian{
	width: 1px;
	height: 415px;
	background: #bcbcbc;
	margin: 0 auto;
}
.dl_input{
	position: relative;
}
.dl_input input{
	display: block;
	width: 360px;
	height: 50px;
	background: #e5e5e5;
	border: none;
	border-radius: 5px;
	padding-left: 50px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}
.ziti{
	position: absolute;
	left: 15px;
	top: 10px;
}
.ziti i{
	font-size: 22px;
	color: #868686;
}*/

.dl_btn{
	width: 360px;
	height: 50px;
	background: #db2c28;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
}
.wx{
	cursor: pointer;
	float: left;
	margin-top: 20px;
}
.wx i{
	font-size: 22px;
	color: #51bc79;
}
.wx a{
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}
.mm{
	float: right;
	margin-top: 25px;
}
.mm span{
	font-size: 14px;
	color: #333333;	
}
.mm a{
	font-size: 14px;
	color: #333333;	
	padding-left: 20px;
}
