* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 80px;
	font-size: 16px;
	color: #666666
	;
	font-family: "Microsoft YaHei", "微软雅黑", "Adobe 黑体 Std R", "Verdana", arial;
}

.container {
	padding: 60px 0;
}

.container2 {
	padding: -10px 0;
}


.containerSplit {
	width: 1000px;
	height: 0;
	margin: 0 auto;
	border-top: 1px solid #dddddd;
}

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

.margin30 {
	margin-top: 30px;
}

.margin60 {
	margin-top: 60px;
}

.textAlign {
	text-align: center;
}

.textAlignL {
	text-align: left;
}

.textBold {
	font-weight: bold;
}

.warmRed {
	color: #FD464D;
}

.warmRedBg {
	background-color: #666464;
}

.grayBg {
	background-color: #f5f5f5;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FD464D;
}

.blueA {
	color: #18bed4;
	cursor: pointer;
}

.blueA:hover {
	color: #18bed4;
	text-decoration: underline;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

h2,h3,h5 {
	color: #FD464D;
	text-align: center;
	font-weight: normal;
}
h4 {
	color: #FD464D;
	text-align: left;
}
h2 {
	font-size: 40px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

p {
	line-height: 25px;
	letter-spacing:2px
}

.contactBtn {
	width: 200px;
	margin: 20px auto 0;
	padding: 10px 0;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	background-color: #FD464D;
}

.btn:hover {
	color: #ffffff;
	background-color: #FFA07A;
}

.goTop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	background: url(../images/gotop.png) no-repeat;
	cursor: pointer;
}

/*信息弹窗 */
input {
	width: 155px;
	height: 20px;
	padding: 5px;
}
