.tip {
	font-size: 12px;
	background: #4a4240;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
}

.tip a {
	color: #fff;
}

.tip .w {
	width: 1280px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tip .right {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.tip .right>a {
	text-decoration: underline;
	margin-right: 20px;
}

.tip .right span {
	margin: 0 15px;
}

.header .w {
	width: 1165px;
	height: 125px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.logo {
	display: block;
	width: 454px;
	height: 55px;
	background: url(../img/logo.png);
}

.qr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #716e6e;
	line-height: 19px;
	text-align: center;
}

.qr img {
	width: 91px;
	height: 91px;
	margin-right: 20px;
}

.nav {
	background: #264d90;
}

.nav .w {
	width: 1190px;
	height: 50px;
	line-height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav .w>* {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	max-width: 150px;
	text-align: center;
	margin: 0 30px;
}

.nav>a {
	position: relative;
}

.nav .w>div {
	position: relative;
	cursor: pointer;
}

.nav .w>div:hover div {
	display: block;
}

.nav .w div div {
	position: absolute;
	z-index: 2;
	width: 100%;
	background: #264d90;
	display: none;
}

.nav .w div div a:hover {
	background: rgba(0, 0, 0, .3);
}

.nav .w div a {
	display: block;
	color: #fff;
}

.banner {
	height: 600px;
}

.banner li {}

.banner li a {
	display: block;
	background-position: center;
	min-width: 1200px;
	height: 600px;
}

.banner .btn {
	position: absolute;
	width: 153px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #7d7d7d;
	background: #38466b;
	font-size: 18px;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
}

.p-banner {
	height: 300px;
	background: url(../img/banner2.jpg);
}
