@charset "utf-8";

body{
	width:100%;
	color:gray;
	position:relative;
	vertical-align: middle;
	overflow-x: hidden;
	font-family:'Microsoft Yahei','微软雅黑',Arial,Helvetica,sans-serif;
}

a{
	text-decoration:none;
	color:gray;
}

.line{
	width:95%;
	background: #CCCCCC;  
	height: 1px;  
	margin:0 auto;
}

.pure-g{
	width:90%;
	margin:0 auto;
}

.cls_border_radius{
	width:80%
	border-radius: 8px;
}


#header {
	width:100%;
	color:#fff;
	position:relative;
	vertical-align: middle;
	display:inline-block;
	overflow:hidden;
}

#logo {
	display:inline-block;
	text-align:left;
	vertical-align: middle;
}
#logo img{
	height:40px;
	margin:10px;
}

#menu {
	max-width:70%;
	text-align:right;
	display:inline-block;
}
#menu li{
	text-align:left;
}

#body{
	width:100%;
	min-height: 200px;
	position:relative;
	margin:10px auto;
	text-align:center;
	vertical-align: middle;
}

#body img{
	width:100%;
}

#footer {
	text-align:center;
}

#footer li{
	margin:15px auto;
	list-style: none;
}
#footer-wechat{
	cursor:pointer;
}
#footer-wechat-img{
	display:none;
	position:absolute;
	width:215px;
	bottom:10px;;
	right:10px;
}


#copyright {
	color: #CCCCCC;  
	text-align:center;
	font-size:small;
}

#nav{
	position:relative;
	color: white;
	background: #49B135;
}

.cls_nav_button{
	color: white;
	background: #49B135;  
}

#web_service{
	position:relative;
}

#web_service img{
	width:60%;
	text-align:center;
	margin:30px auto;
}

.img_tittle{
	height:80px;
	width:240px;
}

#web_qa img{
	width:100px;
	width:auto;
	text-align:center;
}

#map img{
	width:280px;
}
.cls_content {
	margin:2%;
	text-align:left;
}

.cls_text {
	text-indent: 2em;
	line-height:30px;
}
.cls_download_app img{
	position:relative;
	margin:10px auto;
}

#web_download{
	position:relative;
	text-align:center;
	vertical-align: middle;
}

#web_download img{
	width:30%;
	height:auto;
}

.to-top{
	display: none;
	padding: 5px 10px;
	color: #fff;
	background-color: #3DAB49;
}

.cls_pure_center{
	position:relative;
	text-align:center;
	vertical-align: middle;
}

#top_weixin {
    background: url("/images/qrcode_wechat.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 270px;
    width: 200px;
    position: relative;
    float: left;
    margin-top: -310px;
    margin-left: 40px;
    z-index: 999;
}

#container {
	width: 100%;
	height:500px;
	margin: 0 auto;
}

#main_link {
    position: relative;    
	text-align:center;
    margin: 30px;
}

#div_video {
    position: relative;
	text-align:center;
	width:90%;
}

.tittle
{
	width:90%;
	margin:10px auto;
	text-align:left;
	color:gray;
	font-size:medium;
	border-color:#eee;
	border-style:solid;
	border-width:0 0 1px;
	line-height:30px;
}

.text
{
	display:none;
	font-size:small;
}

#media{
	margin:20px;
	text-align:left;
}
#media img{
	width:300px;
	max-width:50%;
	height:auto;
}
#footer_mobile_nav{
    position: relative;
    height:30px;
    width:100%;
	text-align:center;
    vertical-align: middle
	color: white;
	background: #49B135;
	display: none;
}
#footer_mobile_nav a{
    position: relative;
	color: white;
	top:5px;
}
