/*
* 其他页面的头部css
* 谭
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: '微软雅黑';
}
a {
	text-decoration: none;
}
.pointer {
	cursor: pointer;
}
.hidden {
	display: none !important;
}
.w1200 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
/* 顶部 */
.top-bg-box {
	background: url(../../images/newfromtan/banner.png) no-repeat;
	background-size: 100% 100%;
}
.header {
	height: 100px;
	background: linear-gradient(#378ef5, #52a1f3, transparent);
	border-bottom: 2px solid #fff;
}
.logo-box {
	float: left;
	height: 100px;
	padding: 20px 30px;
}
.logo-box img {
	height: 100%;
}
.menu-box {
	width: 950px;
	margin: 0 auto;
}
.menu-box li {
	float: left;
	list-style: none;
}
.menu-box li a {
	display: block;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 15px;
	line-height: 100px;
}
.link-box {
	float: right;
	line-height: 100px;
	padding-right: 30px;
}
.link-box a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.link-box span {
	padding: 0 5px;
	color: #fff;
}
.search-box-p {
	height: 450px;
}
.search-box {
	float: right;
	width: 500px;
	height: 50px;
	margin-top: 190px;
	border-radius: 10px;
	background-color: #fff;
	padding: 5px 10px 5px 30px;
}
.search-box input {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 400px;
	outline: 0;
	border: 0;
	vertical-align: top;
}
.search-box img {
	height: 30px;
	margin-top: 5px;
	margin-left: 10px;
}
/* 顶部 */