@charset "utf-8";
* {
	margin: 0px auto;
	padding: 0;
	box-sizing: border-box;
}

img,
input {
	outline: none;
	border: none;
}

ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.px1300 {
	width: 1300px;
	margin: auto;
}

body {
	min-width: 1300px;
}

.header {
	padding: 25px 0;
	background: url(../img/head-bg.png) repeat-x;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.header>div {
	overflow: hidden;
}

.logo {
	float: left;
	width: 190px;
	height: 42px;
}

.logo a {
	display: block;
	overflow: hidden;
}

.logo a img {
	display: block;
	width: auto;
	height: auto;
}

.searchBox {
	float: right;
}

.search {
	position: relative;
	text-align: right;
	margin-top: 5px;
}

.search input[type='text'] {
	width: 270px;
	height: 35px;
	font-size: 14px;
	color: #333;
	line-height: 37px;
	padding-left: 11px;
	padding-right: 60px;
	border: 1px solid #90242c;
}

.search .btn_srh {
	position: absolute;
	right: 0;
	width: 49px;
	height: 35px;
	background: #90242c;
	padding: 8px 15px;
	cursor: pointer;
	border: none;
}

.nav>ul {
	font-size: 0;
}

.navBar {
	background: #90242c url(../img/navBar-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.nav>ul>li {
	display: inline-block;
	line-height: 48px;
	padding: 0 42px;
	text-align: center;
	height: 48px;
	position: relative;
}

.nav>ul>li>a {
	font-size: 16px;
	color: #fff;
	transition: all .3s;
}

.nav>ul>li.on>a {
	font-weight: 600;
}

.nav>ul ul {
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 9999;
	background: #90242c;
	padding: 10px 0;
	display: none;
}

.nav>ul ul>li {
	line-height: 48px;
	text-align: center;
	height: 48px;
}

.nav>ul ul>li>a {
	font-size: 14px;
	color: #fff;
}

.nav>ul ul>li:hover {
	background: #fff;
}

.nav>ul ul>li:hover a {
	color: #90242c;
}

.bq {
	font-size: 0;
	text-align: center;
}

.bq span {
	display: inline-block;
	font-size: 14px;
	color: #e4cdce;
	line-height: 53px;
	margin-left: 38px;
}

.bq span:first-child {
	margin-left: 0;
}
/*.swiper1{
	margin-bottom: 30px;
}*/
.swiper1 img {
	width: 100%;
	height: 470px;
}

.swiper2 {
	height: 360px;
}

.swiper2 img {
	width: 100%;
	height: 100%;
	transition:all 300ms;
}

.swiper2 img:hover{
	transform: scale(1.1);
}

.swiper-container .swiper-slide {
	position: relative;
}

.swiper-container .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	background: rgba(101, 6, 14, .5);
	font-size: 16px;
	padding: 10px;
	color: #fff;
	width: 100%;
}

.swiper2 .swiper-slide p {
	padding-right: 200px;
}

.swiper-container .swiper-slide p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper2 .pagination {
	width: 200px !important;
	left: 330px !important;
}

.swiper2 .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1 !important;
}

.swiper2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.6;
}