@charset "gb2312";
/* CSS Document */

/*  

* @description: 通用模块css  

* @author: 符岳镇  

* @update: 符岳镇 (2013-07-05 16:48) 

*/ 


 /* ================
    MOBILE ： MAIN
   ================= */
   

	
.container {
	margin:0 0 50px 35px;
	float:left;
	width:740px
}
.indexTitle {
	width:100%;
	height:34px;
}
.indexTitle h3 {
	width:740px;
	height:33px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#2e2c2b;
	font-weight:100;
	background:url(../images/container_title_icon.png) no-repeat 1% 50%;
	line-height:33px;
	text-indent:2.2em;
	margin:0 0 3px 0;
}
.indexTitleLine {
	width:100%;
	height:1px;
	background:url(../images/indexTitleLine.jpg) no-repeat;
}
.container h2 {
	font-family:"微软雅黑";
	font-size:24px;
	color:#600c73;
	font-weight:normal;
	width:100%;
	text-align:center;
	padding:30px 0 20px 0;
}
.containerMain {
	width:100%;
	min-height:400px;
	color:#666;
}
/* ================
    联系我们开始
   ================= */
.contact_Main {
	width:95%;
	margin:0 auto;
	padding:20px 0 0 0;
}

 @media only screen and (max-width: 700px) {
 a {
font-size:1.35em;
}
.containerMain {
	font-size:1.35em;
}
}
 @media only screen and (max-width: 768px) {
/* ===============
    Maximal Width 768
   =============== */

.container {
	margin:0 0 50px 0;
	width:100%
}
.indexTitle {
	width:100%;
	height:34px;
}
.indexTitle h3 {
	width:100%;
}

.containerMain {
	height:auto;
	min-height:0;
}


.contact_Main  div{
	text-align:left;

}
}

 @media only screen and (max-width: 685px) {
/* ===============
    Maximal Width 600
   =============== */

.contact_Main  div{
	width:100%;
	text-align:left;

}
}