﻿@import url("common.css");

a:hover{
	color:#000;
}
/*-联系我们-*/
.week_container {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1200px;
}
.week_contact {
	width: 100%;
	min-width: 1200px;
}
.contact-ways {
	overflow: hidden;
}
.contact-ways ul{
	padding: 0px;
}
.contact-ways li {
	float: left;
	width: 32%;
	height: 420px;
	border-left: 1px solid #E9E9E9;
}
.contact-ways li:last-child {
	width: 36%;
	border-right: 1px solid #E9E9E9;
}
.contact-ways li , .contact-ways li:hover {
	display: block;
	padding: 88px 0;
	text-align: center;
	text-decoration: none;
}
.contact-ways li h4 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 0;
	font-weight: 100;
	text-align: center;
}
.contact-ways li p.cway-txt {
	font-size: 30px;
	line-height: 50px;
	color: #121212;
}
.contact-ways li:hover p.cway-txt {
	color: #DE262E;
}
.contact-ways li i {
	margin: 0 auto 20px;
	display: block;
	width: 128px;
	height: 128px;
	background-color: #f8f8f8;
	border-radius: 64px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact-ways li a:hover i {
	background-color: #DE262E;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact-ways li i.i-phone {
	background-image: url(../Images/icon_phone.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-phone {
	background-position: 0 -128px;
}
.contact-ways li i.i-qq {
	background-image: url(../Images/icon_qq.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-qq {
	background-position: 0 -128px;
}
.contact-ways li i.i-mail {
	background-image: url(../Images/icon_mail.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-mail {
	background-position: 0 -128px;
}
.week_weixin {
	background: url(../Images/bg_weixin.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.week_weixin h3 {
	margin: 0 auto;
	font-size: 32px;
	width: 60%;
	line-height: 1.75;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}
.week_weixin p {
	margin: 0 auto 20px;
	font-size: 16px;
	width: 80%;
	line-height: 1.75;
	text-align: center;
	color: #eee;
}
.week_weixin-p img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.week_weixin p span {
	display: inline-block;
	margin: 0 20px;
}
.week_map {
	position: relative;
	height: 520px;
	min-width: 1024px;
	margin-bottom: -5px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.mark-info {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 25px 0;
	background: url(../Images/tmbg.png) repeat;
	color: #FFF;
}
.mark-info h4 {
	margin: 0;
	line-height: 36px;
	font-size: 26px;
	font-weight: normal;
}
.mark-info p {
	font-size: 16px;
	line-height: 32px;
}