.content{
	width: 100%;
}
.a_nav,.plc,.project_tit,.qyys,.temp_ec_01dz{
	width: 1000px;
	margin:auto;
}
.a_nav{
	float: none;
}
.first {
	background-color: #D0DCEC;
	padding-bottom: 163px;
}
.first h3{
	text-align: center;
	padding:81px 0 67px;
	font-size: 32px;
	font-weight: bold;
	color: #222;
}
.first .sms_form .row {
	margin-left: 0;
	margin-right: 0;
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}
.first .sms_form .row .form-group{
	width: 470px;
	height: 60px;

}
.first .sms_form .row label{
	display: block;
	width: 100px;
	height: 50px;
	background-color: #2699FB;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	float: left;
}
.first .sms_form .row input {
	float: left;
	width: 360px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.second .left_list{
	padding:0 84px 84px 84px; 
}
.second {
	background-color: #DCFAFE;
	text-align: center;
	margin-bottom: 100px;
}
.second .se_box{
	display: flex;
	justify-content:center;
	align-items:flex-start;
}
.second h3{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #222;
	padding-top: 63px;
	margin-bottom: 84px;
}
.second .left_list li {
	width: 340px;
	height: 146px;
	margin-bottom: 30px;
	box-sizing: content-box;
	border: 1px solid rgba(112,112,112,0.5);
	cursor: pointer;
	background-color: #fff;
	position: relative;
}
.second .left_list li h4{
	width: 340px;
	height: 37px;
	text-align: center;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 37px;
	font-size: 18px;
	font-weight: bold;
}
.second .left_list li div img{
	width: 118px;
	height: 100px;
	margin-top: 8px;
	padding: 1px;
	float: left;
}
.second .left_list li div p{
	margin: 0;
	width: 184px;
	float: left;
	padding: 23px 0 0 15px;
	text-align: justify;
}
.second .left_list li:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.second .left_list li dl{
	position: absolute;
	top: 3px;
	right: 5px;
	background-image: url('http://www.wofuny.com/skins/default/img/common/Checkbox_Selected.png');
	width: 30px;
	height: 30px;
}
.second .right_list{
	width: 644px;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#FEFEFE), to(#D9EDF5));
	background-image: -webkit-linear-gradient(bottom left, #FEFEFE, #D9EDF5);
	background-image: -moz-linear-gradient(bottom left, #FEFEFE, #D9EDF5);
	background-image: linear-gradient(to top right, #FEFEFE, #D9EDF5);
	padding: 64px 84px;
	border: 1px solid #14B5C8;
}
.second .right_list li {
	display: inline-flex;
	width: 476px;
	height: 104px;
	margin-bottom: 20px;
	box-sizing: content-box;
	position: relative;
	cursor: pointer;
}
.second .right_list li img{
	width: 142px;
	height: 104px;
	margin-right: 20px;
}
.second .right_list li div{
	color: #222;
	text-align:justify;
}
.second .right_list li div h4{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.second .right_list li div p{
	width: 280px;
}
.second .right_list li:hover{
	
	border: 1px solid #14B5C8;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.second .right_list li:hover div{
	color: #E7E7E7;
}
.second .right_list li dl{ 
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.wofuny.com/skins/default/img/common/sms_mask.png');
	width: 100%;
	height: 100%;
}
.second .right_list .sms_active div{
	color: #fff;
}
.second #submit_project{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #2699FB;
	border-radius: 4px;
	margin-top: 87px;
	margin-bottom: 20px;
	width: 327px;
	height: 48px;
	line-height: 48px;
	border: none;
}
#sms_modal {
}
#sms_modal .modal-title{
	text-align: center;
	color: #2699FB;
}
#sms_modal .modal-body{
	text-align: center;
}
#sms_modal .modal-dialog{
	margin-top: 200px;
}