@charset "gb2312";
/*about*/

.about p {
	line-height: 30px;
	color: rgb(90, 90, 90);
}
.about_line {
	height: 7px;
	background: url(../images/xgray_line03.png);
	margin-top: 30px;
}
.about_img {
	margin-top: 25px;
}
.about_img ul li {
	width: 300px;
	height: 210px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.about_img ul li img {
	width: 100%;
	height: 100%;
}
/*contact*/

.contact_map {
	height: 330px;
	width: 458px;
	overflow: hidden;
}
.contact_right {
	width: 420px;
}
.contact_right ul li {
	border-bottom: 1px dashed #d9d9d9;
	 height: 50px;
	/* line-height: 65px;  */
	color: rgb(102, 102, 102);
	font-family: Microsoft YaHei;
	font-size: 14px;
	padding: 20px 0px 0px 45px;
}
.contact_right ul li.con1 {
	background: url(../images/add_ico.png) no-repeat left center;
}
.contact_right ul li.con2 {
	background: url(../images/tel1_ico.png) no-repeat left center;
}
.contact_right ul li.con3 {
	background: url(../images/fax_ico.png) no-repeat left center;
}
.contact_right ul li.con4 {
	background: url(../images/email_ico.png) no-repeat left center;
}
.contact_right .btn {
	width: 400px;
	margin-top: 30px;
}
.contact_right .btn a, .regist_left .btn a {
	border-radius: 5px;
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 25px;
	text-align: center;
	transition: background-color 0.4s ease 0s;
	width: 150px;
}
.contact_right a.btn_contact, .regist_left .btn a.btn_contact {
	background: rgba(7, 55, 99, 1);
}
.contact_right a.btn_contact:hover, .regist_left .btn a.btn_contact:hover {
	background: rgba(28, 69, 135, 1);
}
.contact_right a.btn_register, .regist_left .btn a.btn_register {
	background: rgba(255, 153, 0, 1);
}
.contact_right a.btn_register:hover, .regist_left .btn a.btn_register:hover {
	background: rgba(255, 87, 0, 1);
}
/*regist*/

.regist_left {
	width: 370px;
	height: auto;
	text-align: center;
	margin-top: 60px;
	overflow: hidden;
}
.regist_left h3 {
	color: #264b99;
	font-family: Microsoft YaHei;
	font-size: 30px;
	line-height: 40px;
}
.regist_left h3 span {
	color: #ff9900;
	font-size: 30px;
}
.regist_left p {
	width: 260px;
	margin: 50px auto 0;
}
.regist_left .btn {
	width: auto;
	margin-top: 30px;
}
.regist_left .btn a {
	margin: 0 10px;
}
.regist_right {
	width: 480px;
	margin-top: 10px;
	overflow: hidden;
}
.regist_right p {
	color: #264b99;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
}
.regist_right input, .regist_right textarea {
	width: 450px;
	padding-left: 5px;
	border: 1px dashed #aaa;
	background-color: #eeeeee;
	color: #777777;
	font-size: 14px;
	padding: 0 4px;
}
.regist_right input.txt {
	line-height: 34px;
	height: 34px;
}
.regist_right textarea {
	height: 130px;
}
.regist_right input.sub {
	width: 460px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	border: none;
	background: #dd3939;
	color: #fff;
	cursor: pointer;
}
