/*样式重置*/

* {
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	font-family: "微软雅黑";
	color: #222;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 14px;
}

li {
	list-style: none;
}

b {
	font-weight: normal;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

input,
img {
	border: none;
}


/*导航*/

header {
	width: 100%;
	height: 40px;
	background: #fff;
	position: fixed;
	z-index: 99;
}

header .naver {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

header #nav {
	width: 560px;
	height: 40px;
	margin: 0 auto;
	background: #fff;
}

header #nav li {
	width: 100px;
	height: 34px;
	margin-right: 40px;
	float: left;
	text-align: center;
}

#nav .active {
	border-width: 0;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-style: solid;
}

header #nav li a {
	font: 15px/40px "微软雅黑";
	color: #666;
}

.section1 {
	background: #1bbc9b;
}

.section2 {
	background: #f8a059;
}

.section3 {
	background: #3c5499;
}

.innerSection {
	width: 1000px;
	margin: 0 auto;
}

.pic,
.content {
	float: left;
	margin-top: 20%;
}

.pic {
	margin-left: 100px;
}

.pic img {
	width: 350px;
	height: 300px;
}

.content {
	width: 350px;
	color: #fff;
	margin-left: 40px;
}

.content .title {
	width: 110px;
	font: 20px "微软雅黑";
	position: relative;
	left: 222px;
	top: -10px;
}

.word {
	font: 12px/28px "微软雅黑";
}

.title h1,
.title h3 {
	line-height: 26px;
	float: right;
}

.title h3 {
	font-size: 18px;
	color: #828282;
}

.word img {
	width: 80px;
	height: 80px;
	margin-top: 20px;
}

.contact h1 {
	font-size: 20px;
}

.contact h3 {
	margin-top: 10px;
	color: #828282;
	font-size: 18px;
}

.iphone img {
	width: 320px;
	height: 400px;
	margin-top: 18%;
	margin-left: 60px;
}

.content2 {
	margin-left: 180px;
}

.contact {
	margin-bottom: 30px;
}


/*第三模块*/

.adviceTitle {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10%;
}

.adviceTitle h1 {
	font: 20px/30px "微软雅黑";
	color: #fff;
}

.adviceTitle .p1 {
	font: 18px/30px "微软雅黑";
	color: #828282;
}

.adviceTitle .p2 {
	width: 80px;
	height: 0;
	border: 1px solid #828282;
	margin: 0 auto;
}

.adviceTitle .p3 {
	font: 12px "微软雅黑";
	color: #fff;
	margin-top: 10px;
}

form {
	margin: 40px auto;
}

form p {
	width: 600px;
	margin: 10px auto;
	font: 12px "微软雅黑";
	color: #666;
	position: relative;
}

form p span {
	color: #ff4444;
	position: absolute;
	top: 45px;
	left: 172px;
	z-index: 99;
}

.speck1 {
	left: 126px;
	top: 10px;
}

.speck2 {
	left: 386px;
	top: 10px;
}

.name {
	width: 220px;
	height: 30px;
	text-indent: 8px;
	background: #273a71;
	margin-left: 65px;
}

.mail {
	width: 220px;
	height: 30px;
	margin-left: 20px;
	text-indent: 24px;
	background: #273a71;
}

textarea {
	width: 600px;
	height: 200px;
	margin-top: 30px;
	background: #273a71;
	border: none;
	color: #fff;
	font: 12px/20px "微软雅黑";
	text-indent: 24px;
	padding-top: 10px;
}

.news {
	width: 80px;
	height: 30px;
	text-align: center;
	margin: 10px 0 0 260px;
	background: #30bae7;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}


/*底部*/

.downSection3 {
	width: 100%;
	height: 120px;
	background-color: #3a3c41;
	font: 12px/20px "微软雅黑";
	color: #fff;
	border-top: 1px solid #3a3c41;
	position: fixed;
	z-index: 99;
	bottom: 0;
}

.innerDsection3 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #42444a;
}

.introduce {
	margin-top: 15px;
	vertical-align: top;
}

.guide {
	text-align: center;
	float: left;
	margin-left: 144px;
}
.guide a{
	color: #fff;
}
.guide a:hover {
	color: #2eaa91;
}

.guide img {
	width: 110px;
	height: 60px;
	position: relative;
	top: 5px;
	left: 0;
}

.innerFsection3 {
	text-align: center;
	padding: 6px 0 10px 0;
}

.innerFsection3 span {
	padding: 0 2px;
}

.innerFsection3 .line {
	width: 0;
	height: 12px;
	border-left: 1px solid #fff;
}