@font-face {
	font-family:syyh;src:url(../fonts/syyh.ttf) format('truetype');font-weight:400;font-style:normal
}

body {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
	min-width: 320px;
	color: #333;
	background-color: #fff;
	position: relative
}

*,::before,:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

button,input[type=button],input[type=date],input[type=file],input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none
}

blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

body,button,input,select,textarea {
	font-family: "Microsoft YaHei","微软雅黑",Arail;
	outline: 0;
	-webkit-font-smoothing: subpixel-antialiased
}

li,ol,ul {
	list-style: none
}

a {
	text-decoration: none
}

img {
	border: none;
	vertical-align: middle
}

.clearfix:after,.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

em,h1,h2,h3,h4,h5,h6,i,u {
	font-style: normal;
	font-weight: 400
}

body,html {
	overflow: hidden;
	overflow-y: auto;
	min-height: 100vh
}

.baseColor {
	color: #edd17c
}

.font-set {
	font-family: syyh
}

.transition {
	transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s
}

.transition_short {
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s
}

.transition_ease {
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s
}

div[class*=container],section[class*=container],ul[class*=container] {
	margin: 0 auto;
	max-width: 100%;
	position: relative
}

ul[class*=item] {
	font-size: 0
}

li[class*=list] {
	display: inline-block
}

.container {
	width: 86%
}

.header {
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0;
	max-height: 107px;
	line-height: 107px
}

.header .container {
	width: 91%
}

.logo {
	font-size: 0
}

.logo>div {
	display: inline-block;
	vertical-align: middle;
	color: #cfb565;
	line-height: 1;
	font-size: 26px;
	margin-right: 18px
}

.logo>div p:first-child {
	margin-bottom: 6px
}

.logo>div p:first-child+p {
	line-height: 11px
}

.menu ul li {
	float: left;
	line-height: 107px;
	font-size: 14px;
	margin-left: 50px;
	position: relative;
	padding-right: 0px;
	
}

.menu ul li:first-child {
	margin-left: 0
}

.menu ul li.submenu:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%)
}

.menu ul li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #edd17c;
	width: 0%;
	height: 2px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease
}

.menu ul li>a {
	color: #edd17c;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 16px;
	line-height: 16px
}

.menu ul li>a:after {
	content: attr(data-hover);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease
}

.menu ul li>a span {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

.menu ul li.cur:before {
	width: 100%
}

.menu dl {
	position: absolute;
	text-align: center;
	width: 185px;
	background: #f6f1e1;
	left: 50%;
	margin-left: -92.5px;
	-webkit-box-shadow: 0 13px 42px 11px rgba(0,0,0,.15);
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.15);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.menu dl dd {
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #e5dcbf;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

.menu dl dd:last-child {
	border-bottom: 0
}

.menu dl dd a {
	font-size: 14px;
	color: #a38639;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	display: block
}

.menu dl dd:hover {
	background: #264fa1
}

.menu dl dd:hover a {
	color: #fff
}

.menu dl:before {
	content: "";
	position: absolute;
	border-width: 0 9px 9px;
	border-style: solid;
	border-color: transparent transparent #f6f1e1;
	top: -9px;
	left: 50%;
	margin-left: -9px
}

.header {
	background: #264fa1;
	padding-bottom: 30px
}

.banner {
	margin-top: 106px
}

@media (min-width:1201px) {
	.menu dl {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease
	}

	.menu ul li:hover dl {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}

	.menu ul li>a:hover:after {
		top: 0
	}

	.menu ul li>a:hover span {
		transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%)
	}
}

.footer {
	padding-top: 1.96875%;
	padding-bottom: 2.29%;
	background: url(../images/footer-bg.jpg) no-repeat center/cover
}

.footer h3 {
	color: #edd17c;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 3%;
	margin-top: 0
}

.footer p {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff
}

.footer p a {
	color: #ffffff;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.footer p a:hover {
	color: #edd17c
}

.footer p.support {
	color: #fff
}

.footer p.support a {
	color: #fff
}

.footer .code-img {
	margin-top: 3%
}

.footer .footer-nav ul {
	font-size: 0
}

.footer .footer-nav ul li {
	float: left;
	margin-left: 60px;
	display: inline-block;
	vertical-align: top
}

.footer .footer-nav ul li:first-child {
	margin-left: 0
}

.footer .footer-nav ul li>div {
	font-size: 16px;
	color: #edd17c;
	line-height: 1;
	margin-bottom: 13px
}

.footer .footer-nav ul li>div:after {
	content: "";
	width: 32px;
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 13px
}

.footer .footer-nav ul li dd a {
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.footer .footer-nav ul li dd a:hover {
	color: #edd17c
}

.inner-footer {
	background: url(../images/footer-bg2.jpg) no-repeat center/cover
}

.inner-footer p {
	color: #c7c7c7
}

.inner-footer p a {
	color: #c7c7c7
}

.inner-footer p.support {
	color: #525252
}

.inner-footer p.support a {
	color: #525252
}

.inner-footer .footer-nav ul li>div:after {
	background: #fff
}

.inner-footer .footer-nav ul li dd a {
	color: #c7c7c7
}

.page {
	height: 46px;
	text-align: center
}

.page .pagination {
	float: left;
	position: relative;
	left: 50%
}

.page .pagination li {
	border: 1px solid #c19f21;
	float: left;
	position: relative;
	left: -50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #c19f21;
	margin: 0 5px;
	transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s
}

.page .pagination li a {
	color: #c19f21
}

.page .pagination li:first-child,.page .pagination li:last-child {
	width: 60px
}

.page .pagination li:first-child span,.page .pagination li:last-child span {
	color: #c19f21
}

.page .pagination li:hover {
	border-color: #c19f21;
	background: #c19f21;
	color: #fff
}

.page .pagination li:hover.disabled {
	border-color: #c19f21;
	background: 0 0
}

.page .pagination li:hover a {
	color: #fff
}

.page .pagination li.active {
	border-color: #c19f21
}

.swiper-pagination {
	position: static;
	margin-top: 4.7%
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 24px;
	height: 24px;
	opacity: 1;
	margin: 0 7.5px;
	position: relative;
	background: 0 0
}

.swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #edd17c;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 50%
}

.swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #edd17c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	opacity: 0;
	filter: alpha(opacity=0)
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.pagecover {
	position: fixed;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #264fa1;
	z-index: 1000;
	overflow: hidden;
	transition: transform .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.pagecover.show {
	left: 0
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #264fa1;
	z-index: 1000;
	overflow: hidden;
	transition: transform .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease
}

.preloader.hid {
	left: 100%
}

@media (max-width:1680px) {
	.footer .footer-nav ul li,.menu ul li {
		margin-left: 30px
	}

	.menu dl {
		margin-left: -81px
	}
}

@media (max-width:1440px) {
	.footer .footer-nav ul li,.menu ul li {
		margin-left: 30px
	}

	.menu dl {
		width: 132px;
		margin-left: -66px
	}

	.menu ul li {
		font-size: 14px
	}

	.menu dl dd {
		height: 50px;
		line-height: 50px
	}
}

@media (max-width:1360px) {
	.footer p {
		width: 240px
	}

	.footer h3+p {
		line-height: 24px
	}

	.footer .footer-nav ul li,.menu ul li {
		margin-left: 15px
	}

	.menu dl {
		width: 182px;
		margin-left: -86px
	}

	.footer .footer-nav ul li>div:after {
		margin-top: 25px
	}

	.footer .footer-nav ul li>div {
		margin-bottom: 25px
	}
}

@media (max-width:1200px) {
	.header .container {
		width: 90%
	}

	.footer {
		padding-bottom: 4%
	}

	.footer-left {
		width: 100%;
		padding-top: 4%
	}

	.footer p {
		width: 100%;
		line-height: 24px
	}

	.footer-nav {
		float: none
	}

	.hamburger {
		margin-top: 15px;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.hamburger .line {
		width: 30px;
		height: 3px;
		background-color: #eed276;
		display: block;
		margin: 8px auto;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.is-active {
		animation: smallbig .6s forwards
	}

	.is-active .line:nth-child(1),.is-active .line:nth-child(2),.is-active .line:nth-child(3) {
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s
	}

	.is-active .line:nth-child(2) {
		opacity: 0;
		filter: alpha(opacity=0)
	}

	.is-active .line:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg)
	}

	.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		-ms-transform: translateY(-12px) rotate(-45deg);
		-o-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg)
	}@	keyframes smallbig {
		0%,100%{-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
}

.banner {
	margin-top: 70px
}

.header {
	max-height: 100%;
	line-height: 70px;
	padding-bottom: 0
}

.menu {
	width: 100%;
	float: left;
	background: #06133d;
	padding-bottom: 20px;
	display: none;
	z-index: 99999
}

.menu dl {
	width: 100%;
	position: inherit;
	left: auto;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	margin-left: 0;
	background: #06133d;
	display: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.menu dl:before {
	display: none
}

.menu dl dd {
	height: auto;
	line-height: 40px;
	text-align: left;
	border-bottom: none;
	opacity: 1;
	filter: alpha(opacity=100)
}

.menu ul li {
	float: none;
	margin-left: 0
}

.menu ul li.submenu:after {
	top: 16px;
	transform: rotate(45deg) translateY(0);
	-ms-transform: rotate(45deg) translateY(0);
	-o-transform: rotate(45deg) translateY(0);
	-webkit-transform: rotate(45deg) translateY(0);
	-moz-transform: rotate(45deg) translateY(0);
	width: 10px;
	height: 10px;
	border-bottom: none;
	border-right: 1px solid #edd17c;
	border-top: 1px solid #edd17c
}

.menu ul li>a {
	display: block;
	height: auto;
	line-height: 42px
}}

@media (max-width:1000px) {
	.logo>div {
		font-size: 22px
	}

	.footer .footer-nav ul li {
		margin-left: 20px
	}

	.footer .footer-nav ul li>div:after {
		margin-top: 15px
	}

	.footer .footer-nav ul li>div {
		margin-bottom: 15px
	}
}

@media (max-width:768px) {
	.pagecover,.preloader {
		display: none
	}

	.header {
		line-height: 60px
	}

	.header .container {
		width: 100%;
		padding: 0 5%
	}

	.banner {
		margin-top: 60px
	}

	.hamburger {
		margin-top: 16px
	}

	.hamburger .line {
		height: 2px;
		width: 26px;
		margin: 6px auto
	}

	.is-active .line:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-o-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg)
	}

	.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		-o-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg)
	}

	.footer .container {
		width: 100%;
		padding: 0 5%
	}

	.footer .footer-nav ul li {
		display: block;
		float: none;
		margin-left: 0;
		position: relative;
		cursor: pointer
	}

	.footer .footer-nav ul li:after {
		content: '';
		width: 7px;
		height: 12px;
		background: url(../images/right1.png) no-repeat;
		position: absolute;
		right: 0;
		top: 5px
	}

	.footer .footer-nav ul li>div:after {
		width: 100%;
		margin-top: 15px;
		background: #1B2646
	}

	.footer .footer-nav ul li dl {
		display: none
	}

	.footer .footer-nav ul li dd {
		padding-bottom: 15px
	}

	.inner-footer .footer-nav ul li>div:after {
		background: #352E1B
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 18px;
		height: 18px
	}

	.swiper-pagination .swiper-pagination-bullet:before {
		width: 6px;
		height: 6px;
		margin-left: -3px;
		margin-top: -3px
	}

	.page .pagination li {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

@media (max-width:480px) {
	.footer .footer-nav ul li>div {
		font-size: 14px;
		margin-bottom: 12px
	}

	.footer .footer-nav ul li>div:after {
		margin-top: 12px
	}

	.footer h3 {
		font-size: 14px;
		margin-bottom: 1%
	}

	.footer p {
		line-height: 20px;
		font-size: 13px
	}

	.page .pagination li {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 13px
	}

	.page .pagination li:first-child,.page .pagination li:last-child {
		width: 50px
	}

	.logo img {
		width: 80%
	}

	.logo>div {
		font-size: 18px;
		margin-right: 5px
	}
}

.error {
	color: red
}