﻿@CHARSET "UTF-8";
#contact_cup{
	width:1050px;
	margin:0 auto;
	padding:10px 0;
	border:1px solid #e0e0e0;
	border-top:none;
	background:#fff;
	position:relative;
}

#contact_cup_m{
	width:1000px;
	margin:0 auto;
	position:relative;
}

/*在线客服*/
#contact_kf{
	margin:10px 0;
	position:relative;
}

#contact_kf h1{
	color:red;	
	font-size:18px;
	line-height:30px;
	font-family:'微软雅黑';
	border-left:3px solid red;
	text-indent:5px;
}

#contact_kf_m{
	width:1000px;
	height:300px;
	margin:10px 0 20px 0;
	background:url(../img/contact_kf.jpg) center;
}

#contact_kf_m ul{
	width:360px;
	height:100px;
	position:absolute;
	bottom:50px;
	left:200px;
}

#contact_kf_m ul li{
	width:100px;
	line-height:30px;
	text-align:center;
	border:1px solid #fff;
	margin:10px 5px;
}

#contact_kf_m ul li a{
	color:#fff;
	display:block;
	background:rgba(0,0,0,0.3);
}

#contact_kf_m ul li a:hover{
	color:#000;
	background:#fff;
}

#contact_kf_m ul li a img{
	vertical-align:-3px;
	margin:0 3px 0 0;
}

/*联系方式*/
#contact_mode{
	margin:20px 0;	
	position:relative;
}

#contact_mode h1{
	color:red;	
	font-size:18px;
	line-height:30px;
	font-family:'微软雅黑';
	border-left:3px solid red;
	text-indent:5px;
}

#contact_mode_m{
	margin:20px 0;
	background:#f8f8f8;
	padding: 10px
}

#contact_mode_m ul li{
	float:none;
	line-height:30px;
	margin:0 5px;
	font-size:18px;
}

/*查看地图*/
#contact_map{
	margin:0px 0;	
	position:relative;
}

#contact_map h1{
	color:red;	
	font-size:18px;
	line-height:30px;
	font-family:'微软雅黑';
	border-left:3px solid red;
	text-indent:5px;
}

#contact_map_m{
	width:1000px;
	height:440px;
	margin:10px 0;
}

/*留言反馈*/
#contact_feedback{
	margin:10px 0;
	position:relative;
}

#form_cup{
	width:590px;	
	overflow:hidden;
}

#contact_feedback h1{
	color:red;	
	font-size:18px;
	line-height:30px;
	font-family:'微软雅黑';
	border-left:3px solid red;
	text-indent:5px;
}

#contact_feedback_m{
	margin:10px 0;
	padding:5px;
	border:1px solid #eee;
	overflow:hidden;
	background:#f9f9f9;
	position:relative;
}

#liuyan p{
	line-height:40px;
}

#liuyan p input.text{
	height:24px;
	text-indent:2px;
}

#feedback_main{
	padding:2px;
	width:300px;
	vertical-align:top;
	max-width:300px;
}

#contact_feedback_m ul{
	height:40px;
	margin:0 0 0 55px;
}

#contact_feedback_m ul li{
	margin:0 15px 0 0;
}

#contact_feedback_m ul li input.btn{
	width:70px;
	height:30px;
	margin:10px 0 0 0;
	cursor:pointer;
}

/*留言提示*/
#form_ts{
	width:235px;
	height:100%;
	border-left:1px solid #eee;
	background:#f2f2f2;
	position:absolute;
	top:0px;
	right:0;
}

#form_ts h2{
	line-height:40px;
	text-indent:10px;
	border-bottom:1px solid #eee;
}


