﻿@charset "utf-8";
/*---------
Create and modify by  YANG JIAN
2014-11-13
Copyright © 好地网
---------*/
html {
	/*overflow-x: hidden;*/
}
body {
	background: #08897E;
}
.width-box { width: 1000px; margin: 0 auto;}
/*header*/
#topnav {
	background:#08897e;
	height: 80px;
	border-bottom: 4px solid #71fbe6;
/*	position: fixed;*/
	top: 0;
	z-index: 99999999;
	color: #ffffff;
}
.navcontent {
	width: 1000px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background:#08897e;
	border-bottom: 4px solid #71fbe6;
	color: #ffffff;
}
.navlist {
	margin-top: 35px;
	float: left;
}
.navtel {
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin-top: 43px;
	margin-right: 30px;
}
.navtel span{
	float: right;
	font-size: 18px;
	line-height: 18px;
}
#topnav ul li {
	float: left;
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
	padding:0 35px;
	border-right: 1px solid #ffffff;
	
}
#topnav ul li a {
	color: #ffffff;
}
#topnav ul li a:hover{
	color: #cccccc;
}
#acontent {
	position: relative;
	width: 100%;
	height: 655px;
	background: url(../images/app01.jpg) no-repeat center center;
}
#acontent input[type=button] {
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	left:50%;
	margin-left: -75px;
	width: 150px;
	height: 40px;
	background: #fffd57;
	-webkit-highlight: none;
	border: none;
	border-radius: 10px;
	outline: none;
	border-bottom: 4px solid #252525;
	font-size: 20px;
}
#acontent input[type=button]:active {
	width: 146px;
	margin-left: -73px;
	height: 38px;
	bottom: 41px;
	background: #dcda12;
	color: #6c6b13;
}
#bcontent {
	width: 100%;
	height: 480px;
	background: url(../images/app02.jpg) no-repeat top center;
}
#animate {
	width: 1000px;
	height: 520px;
	position: relative;
	margin: 0 auto;
	font-family: "microsoft yahei";
	background: url(../images/bg_10.png) repeat;
	border-bottom: 4px solid #585858;
}
#hangzhou-wx,#hangzhou-sh,#hangzhou-sz {
	height: 140px;
	border-bottom: 1px dotted #A8A8A8;
	padding: 40px 20px;
	font-size: 14px;
	clear: both;
	
}
#wxlist h3 {
	font-size: 22px;
	color: rgb(0,0,0);
	line-height: 30px;
	/*background:rgb(240,240,240);
	padding: 8px 25px;*/
	margin-bottom: 26px;
	padding-bottom: 26px;
	font-weight: 700;
	border-bottom: 1px solid rgb(255,215,87);
}
#wxlist h3 span {
	color: rgb(150,128,6);
}
#wxlist p {
	color: rgb(100,100,100);
	line-height: 32px;
	font-family:"microsoft yahei",simhei;
}
#wxlist {
	margin: 40px auto 80px;
}
#wxlist .tittle {
	float: left;
	font-size: 40px;
	font-family: "arial black",arial, impact;
	color:rgb(255,215,87);
	width: 240px;
	height: 100%;
	margin-left: 70px;
	padding-top: 20px;
	padding-right: 20px;
	border-right: 1px solid rgb(255,215,87);;
}
#wxlist .ewm{
	float: right;
	margin-right: 70px;
	
	text-align: center;
	
}
#wxlist .ewm p{
	font-size: 12px;
	color: rgb(180,180,180);
}
#wxlist .ewm img{
	width: 120px;
	margin-top: -5px;
}
#wxlist .text{
	float: left;
	margin-left: 70px;
}
#wxlist .text p span {
	font-size: 20px;
	line-height: 5px;
	margin-right: 10px;
}
#bcontent {
	position:relative;
}
#bcontent a {
	color: #333;
	background: #f1f1f1;
	padding: 4px 15px;
	border-radius: 10px;
}
#bcontent a:hover {
	color: #888;
}
#android {
	position: absolute;
	left: 50%;
	margin-left: -255px;
	top:370px;
}
#ios {
	position: absolute;
	right: 50%;
	margin-right: -240px;
	top:370px;
}
#footer {
	border-top: 1px solid #ccc;
	position:relative;
	color: #585858;
	line-height: 14px;
	padding: 15px 0;
	height: 45px;
	background: #fafafa;
}
#footer ul li {
	float: left;
	border-right: 1px solid #888888;
	padding-right: 15px;
	margin-right: 15px;
	
}
#footer ul li:last-child {
	border-right: none;
}
#footer ul li a {
	color: #888888;
}
#topbg ,#topbg1{
	display: none;
	width: 100%;
	height: auto;
}
#mobiledown {
	position: relative;
	display: none;
	text-align: center;
	color: #ffffff;
}
#mbcontent img {
	width: 50%;
	left: 0;
	top:25px;
	position:relative;
}
#mbcontent {
	display: none;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 1.4em;
}
#mobiledown .btn {
	margin-top: 150px;
	left: 0;
}
#mbcontent a {
	color: #ffffff;
}
#mbcontent  ul li {
	position: relative;
	margin: 30px 0;
}
#topnavmb {
	background: #08897E;
}
#topnavmb .navlist{
	background: #08897E;
	margin: 0;
}
#topnavmb .navlist ul li{
	float: left
}
@media only screen and (min-width: 1180px) {
/*	.width-box {width: 1180px;}*/
}
@media only screen and (max-width: 1000px) {
	#topnav {
		display: none;
	}
	#topbg,#topbg1{
		display: block;
	}
	.widht-box {
		width: 100%;
	}
	#acontent,#bcontent{
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
	#acontent input[type=button]{
		display: none;
	}
	#bcontent {
		background: none;
		height: auto;
	}
	#footer {
		display: none;
	}
	#android , #ios {
		display: none;
	}
	#mobiledown {
		display: block;
	}
	#mbcontent {
		display: block;
	}
}