﻿@charset "utf-8";

/*contact.html start*/
.contact_banner {background:url(../images/contact_banner.jpg) no-repeat center top;height:350px;}
.contact{
	padding:0px 0px 0px 0px;
}
.contact_int{
	width:1200px;
	margin:0 auto;
	height:170px;
	padding-top:30px;
	background:url(../images/contact_int_bg.gif) no-repeat;
}
.contact_int_le{
	width:1200px;
	padding-left:30px; padding-bottom:30px;
}
.contact_int_title{
	font-family:"微软雅黑";
	font-size:16px;
	margin-bottom:20px;
	font-weight:bold;
}
.contact_int_title span{
	color:#4bcdd9;
}
.contact_int_word{
	line-height:24px;
}
.contact_int_ri{
	width:220px;
	padding-top:20px;
}
.contact_int_ri a{
	width:142px;
	height:35px;
	background:#333;
	display:block;
	color:#fff;
	line-height:35px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
}
.contact_int_ri a:hover{
	background:#4bcdd9;
}
.contact_type{
	width:100%;
	margin:0 auto;
	background:#f6f6f6;
	
}
.contact_type_ul,.contact_arrive{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}
.contact_type_ul ul li{
	width:302px;
	height:360px;
	text-align:center;
}
.contact_type_ad{
	background:url(../images/contact_type_ad_bg.gif) no-repeat;
}
.contact_type_tel{
	background:url(../images/contact_type_tel_bg.gif) no-repeat;
}
.contact_type_mail{
	background:url(../images/contact_type_mail_bg.gif) no-repeat;
}


.contact_type_ad_title{
	padding-top:130px;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
}
.contact_type_ad_int{
	line-height:24px;
	font-size:14px;
}
.contact_type_ad_button{
	width:95px;
	height:35px;
	background:#333;
	margin:0 auto;
	display:block;
	color:#fff;
	text-align:center;
	line-height:35px;
	font-size:14px;
	font-family:Arial;
	margin-top:20px;
}

.contact_arrive{width:1200px;margin:0 auto;padding:40px 0;border-top:1px dotted #ccc;}
.contact_arrive h2{height:42px;line-height:42px;font-size:18px;color:#333;font-weight:normal;}
.contact_arrive_left{width:650px;float:left;}
.contact_arrive_left dt{font-size:14px;color:#333;height:24px;line-height:24px;margin:13px 0px;padding-left:24px;font-family:"寰蒋闆呴粦";}
.contact_arrive_left .bus dt{ background:url(../images/contact_icon_bg.gif) no-repeat 0px 5px;}
.contact_arrive_left .car dt{ background:url(../images/contact_icon_bg.gif) no-repeat 0px -24px;}
.contact_arrive_left .train dt{ background:url(../images/contact_icon_bg.gif) no-repeat 0px -53px;}
.contact_arrive_left dd{font-size:14px;color:#666666;line-height:24px;}
.contact_arrive_right{ width:500px; margin:0 auto}

/*contact.html end*/