/*
* 首页头部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: 90%;
}
.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;
}
.welcome-box {
	margin-top: 110px;
	padding: 15px;
	text-align: center;
	font-size: 26px;
	text-shadow: #000 3px 3px 3px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.search-box {
	width: 850px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	background-color: #fff;
	padding: 10px 20px 10px 30px;
}
.search-box input {
	height: 40px;
	line-height: 60px;
	font-size: 18px;
	width: 750px;
	outline: 0;
	border: 0;
	vertical-align: top;
}
.news-silder-box {
	background-color: rgba(255, 255, 255, 0.7);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 1400px;
	margin: 130px auto 0 auto;
}
.top-bg-box .swiper {
	width: 100%;
	height: 115px;
}
.news-silder-box h2 {
	color: #d81e06;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
	padding: 0 20px;
}
.news-silder-box p {
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.top-bg-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.top-bg-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 30px;
	border-radius: 5px;
}
.top-bg-box .swiper-pagination-bullet-active {
	background-color: #d81e06;
}