﻿
body {
	font-family: "Microsoft YaHei";
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
header {
	border-bottom: 1px solid #eeeeee;
	box-shadow: 0px 1px 3px #eee;
	background: rgba(255,255,255,0.95);
	position: fixed;
	width: 100%;
	top:0;
	z-index:9999;
}
.header {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
}
.header .logo {
	display: block;
	width: 220px;
	height: 90px;
	margin-right: 40px;
}
.header .nav-list .nav-item {
	font-size: 16px;
	display: inline-block;
	margin: 0 12px;
	color: #333;
	font-weight: bold;
}
.header .nav-list .nav-item.on {
	color: #ff4c6f;
}
.header .nav-list .nav-item:hover {
	color: #ff4c6f;
}
.header .search {
	height: 28px;
	margin-top: 30px;
	width: 250px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border: 1px solid #ff4c6f;
	margin-left: 30px;
}
.header form {
	height: 30px;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/search.png) 8px center no-repeat;
	background-size: 18px 18px;
}
.header .search .input-text {
	box-sizing: border-box;
	/* padding-left: 30px; */
	border: 0;
	outline: 0;
	height: 30px;
	width: 160px;
	line-height: 30px;
	display: block;
	float: left;/* background: url(../images/search.png) 8px center no-repeat; */
  /* background-size: 18px 18px; */
}
.header .search .search-btn {
	height: 30px;
	line-height: 30px;
	display: block;
	width: 60px;
	float: right;
	border: 0;
	outline: 0;
	background: transparent;
	border-left: 1px solid #ff4c6f;
	background: #ff4c6f;
	color: #fff;
	cursor: pointer;
}
.header .header-right .download {
	font-size: 16px;
}
.header .header-right .download a {
	color: #333;
	display: block;
	padding-left: 18px;
	background: url(../images/down-icon.png) left center no-repeat;
	background-size: 10px 16px;
}
.header .header-right .download a:hover {
	color: #ff4c6f;
}
.header .header-right .login {
	font-size: 16px;
	margin-left: 20px;
}
.header .header-right .login a {
	color: #333;
	display: block;
	padding-left: 34px;
	background: url(../images/user-icon.png) left center no-repeat;
	background-size: 26px 26px;
}
.header .header-right .login a:hover {
	color: #ff4c6f;
}
main{margin-top:90px;}
footer {
	width: 100%;
	background: #1a1a1a;
	padding-bottom: 40px;
}
.foot {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	/* overflow: hidden; */
	padding-bottom: 70px;
}
.foot .foot-left {
	float: left;
}
.foot .foot-left .link-list>li {
	float: left;
	width: 160px;
	text-align: left;
	font-size: 15px;
	color: #e8e8e8;
}
.foot .foot-left .link-list>li a {
	color: #e8e8e8;
}
.foot .foot-left .link-list>li a:hover {
	color: #ff4c6f;
}
.link-item {
	margin-top: 20px;
}
.link-item>li {
	box-sizing: border-box;
	padding-right: 10px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	color: #c8c8c8;
	margin-top: 10px;
	font-size: 14px;
}
.link-item>li a {
	color: #e8e8e8;
}
.foot .foot-right {
	float: right;
}
.foot .visit-card {
	overflow: hidden;
	width: 400px;
}
.foot .visit-card .card-left {
	float: left;
}
.foot .visit-card .card-left a {
	display: block;
}
.foot .visit-card .card-left img {
	display: block;
	width: 208px;
	height: 56px;
}
.foot .visit-card .card-left .company a {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 2px;
}
.foot .visit-card .card-right {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #484848;
}
.foot .visit-card .card-right a {
	display: block;
}
.foot .visit-card .card-right a p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 28px;
}
.foot .foot-right .qrcode {
	margin-top: 40px;
}
.foot .foot-right .qrcode>div {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #666;
	color: #fff;
	background: #444;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.foot .foot-right .qrcode>div:first-child {
	margin-right: 10px;
	margin-left: 20px;
}
.foot .foot-right .qrcode>div:hover {
	background: #999;
}
.foot .foot-right .qrcode>div:hover .qrcode-box {
	display: block;
}
.foot .foot-right .qrcode>div .qrcode-box {
	display: none;
	position: absolute;
	bottom: 50px;
	left: -30px;
	width: 200px;
	height: 200px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(#333, 0.1);
	box-sizing: border-box;
	z-index: 10000;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border: 1px solid #999;
}
.foot .foot-right .qrcode>div .qrcode-box img {
	width: 100%;
	height: 100%;
	display: block;
}
.licence {
	border-top: 1px solid #333;
	padding-top: 30px;
	width: 1200px;
	margin: 0 auto;
}
.licence >p {
	text-align: center;
	color: #555;
	font-size: 13px;
	line-height: 20px;
}

.pages {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pages ul a { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pages ul a:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pages ul a:hover a{color:#fff;}
.pages ul a.page-num-current {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}

/*侧边栏返回顶部*/
.goto_top{position:fixed;left:50%;width:43px;height:143px;margin-left:620px;bottom:100px;z-index: 99999;display:none;}
.goto_top a{display:block;width:100%;height:43px;position:absolute;left:0;background:transparent url(../images/to_top_v2.png) no-repeat scroll 0 0;}
.goto_top a.show_go_0{background-position:0 0;bottom:0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.goto_top a.show_go_0:hover{background-position:-43px 0;}