/* 全局 */

* {
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	/* Firefox 滚动条*/
	scrollbar-width: none; /* auto（默认）、thin（细）、none（隐藏） */
	scrollbar-color: #888 transparent; /* scrollbar-color: <thumb-color> <track-color>; */
}

/* 原生滚动条样式修改 Chrome/Edge/Safari */

::-webkit-scrollbar {
	width: 0px !important;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #e5e5e5;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #000;
}
::-webkit-scrollbar-track {
	background: transparent;
}

@font-face {
    font-family: 'en';
    src: url('../fonts/en.eot'),url('../fonts/en.woff') format('woff'),url('../fonts/en.ttf') format('truetype'),url('../fonts/en.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: visible;
	background: #fff;
	font-family: 微软雅黑, Microsoft Yahei, msyh, PingFangSC-Regular, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	-webkit-overflow-scrolling: touch;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header, section, footer, aside, nav, main, article, figure { 
    display: block; 
}

main, section, .block {
	width: 100%;
	height: auto;
	overflow: hidden;
}

button, input, select, textarea {
	color: #333;
	font: 0.875rem 微软雅黑, Microsoft Yahei, PingFangSC-Regular, Helvetica, Arial, sans-serif;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover, a:focus {
	color: #1e48b5;
}

img {
	border: none;
}
/* .svg图片先占位隐藏，待格式化后再显示，避免格式化前因为填充色不一致显示的问题 */
.svg {
	visibility: hidden;
}

form {
	margin: 0px;
	padding: 0px;
}

input:focus, textarea:focus, a:focus, select:focus, button:focus {
	outline: none;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nowrap, ul.nowraps li {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.strong {
	font-weight: bold;
}

.hand, .linka {
	cursor: pointer;
}

.tips {
	max-width: 80%;
	height: auto;
	padding: 5px 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.875rem;
	line-height: 180%;
	position: fixed;
	z-index: 1000;
	top: 40%;
	left: 50%;
	opacity: 0;
	text-align: center;
	border-radius: 20px;
}

.maskbg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	overflow: auto;
}

.coverimg img, .coverthis {
	transition: all 0.5s;
}

.coverimg:hover img, .coverthis:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.fit-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fit-contain {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shadow {
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.trans3 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trans5 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.trans6 {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.trans10 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/* placeholder颜色 */

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

/* loader样式 */
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .5);
}

.nb-spinner {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	background: transparent;
	border-top: 3px solid #64b4f6;
	border-right: 3px solid transparent;
	border-radius: 50%;
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* 头部 ----------------------------------------------------*/

header {
	width: 100%;
	height: 9vw;
	overflow: visible;
	z-index: 100;
	background: #fff;
}
.logo {
	float: left;
	height: 4.5vw;
	overflow: hidden;
	margin: 2.2vw 0 0 5vw;
}
.logo img {
	display: block;
	width: auto;
	height: 100%;
}
.lang {
	width: 13vw;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 3.5vw;
}
.lang a {
	display: block;
	width: 2vw;
	height: 2vw;
	background: #ebebe9;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 2vw;
	font-size: 0.875rem;
	color: #666;
}
.lang img {
	display: block;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	margin-left: 1.5vw;
}
.lang span {
	display: block;
	float: left;
	line-height: 2vw;
	margin-left: 1vw;
	font-size: 0.875rem;
	color: #999;
}

.navi {
	margin: 2vw 0;
	text-align: center;
	float: right;
	margin-right: 5vw;
}
.navi a {
	display: block;
	text-decoration: none;
}
.navi>li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 2.2vw;
}
.navi>li>a {
	font-size: 1rem;
	line-height: 3vw;
	padding-top: 1vw;
	color: #a87e47;
}
.navi>li>a:hover {
	color: #946931;
}
.navi>li::before {
	content: '';
	width: 0;
	height: 1px;
	background: #a87e47;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navi>li.on>a {
	font-weight: bold;
	color: #946931;
}
.navi>li:hover::before, .navi>li.on::before {
	width: 100%;
	left: 0;
	opacity: 1;
}
.navi>li>ul {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 100%;
	z-index: 10;
	height: auto;
	overflow: hidden;
	background: none;
	border-radius: 5px;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
}
.navi.cn>li>ul {
	width: 150px;
	margin-left: -75px;
}
/* .navi>li>ul>li {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
} */
.navi>li>ul>li>a {
	height: 0;
	line-height: 150%;
	padding: 0 10px;
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	opacity: 0;
	word-break: break-all;
}
.navi>li:hover>ul {
	padding: 20px 0;
	background: #a87e47;
}
.navi>li:hover>ul>li>a {
	height: 40px;
	opacity: 1;
}
.navi>li>ul>li>a:hover {
	background: #b18b5a;
}

.secbar {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1vw 0;
	border-top: 1px solid rgba(255,255,255,.5);
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.secbar a {
	display: inline-block;
	margin: 0 2vw;
	padding: 0 2vw;
	font-size: 1rem;
	color: #fff;
	line-height: 3.5vw;
}
.secbar a.on {
	background: rgba(255,255,255,.3);
	border-radius: 3px;
}


/* 通用轮播 -------------------------------------------------*/

.dalislide, .bannerslide {
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
}
.dalislide {
    height: calc(100vh - 9vw);
    min-height: 35vw;
    z-index: 1;
    background: #111;
}
.slidep {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
	z-index: 0;
	display: none;
}
.slidep.on {
	z-index: 1;
	display: block;
}
.slidep img, .slidep video {
    width: 100%;
    height: 100%;
	display: block;
	object-fit: cover;
}
.slidep.on img {
	-webkit-animation: 8s slidep-Zoom ease-in both;
	animation: 8s slidep-Zoom ease-in both;
}
@-webkit-keyframes slidep-Zoom {
	0% {opacity: 1; }
	100% { opacity: 1; -webkit-transform: scale(1.08);}
}
  
@keyframes slidep-Zoom {
	0% {opacity: 1; }
	100% { opacity: 1; -webkit-transform: scale(1.08);}
}
.slideb {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 5;
	bottom: 40px;
	text-align: center;
}
.slideb em {
	display: inline-block;
	width: 40px;
	height: 10px;
	margin: 0 5px;
	font-size: 0;
	border-top: 1px solid rgba(255,255,255,.7);
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slideb em.on {
	width: 80px;
	border-top: 5px solid #a37b3c;
}
.slideleft, .slideright {
	width: 25%;
	height: 80%;
	position: absolute;
	top: 10%;
	z-index: 3;
}
.slideleft {
	left: 0;
}
.slideright {
	right: 0;
}
.slidemask {
	width: 100%;
	height: 100%;
	overflow: visible;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	z-index: 4;
}
.slidemask .mask1, .slidemask .mask2, .slidemask .mask3 {
	width: 150%;
	height: 33%;
	background: #2e6674;
}
.slidemask .mask1 {
	margin-left: -150%;
}
.slidemask .mask2 {
	margin-left: -170%;
}
.slidemask .mask3 {
	margin-left: -190%;
	height: 34%;
}

/* 独立视频 dalislide轮播内用playbtn，其他用vodbtn */
.playbtn, .vodbtn {
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    z-index: 20;
    opacity: .7;
    background: url(/static/images/play.png) center no-repeat;
	background-size: contain;
}
.playbtn:hover, .vodbtn:hover {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    opacity: 1;
}
.playbox, .vodbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    background: #000;
    overflow: hidden;
}
.playbox video, .vodbox video {
    width: 100%;
    height: 100%;
}
.playbox img.closevod, .vodbox img.vodclose {
    display: block;
    width: 37px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 200;
}

/* 侧边 */
.rightbar {
	width: 60px;
	height: auto;
	overflow: hidden;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 1000;
}

.rightbar img {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}


/* 页码 */
.pagebox {
	padding: 4vw 0;
}

.pagination {
	height: auto;
	padding: 10px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.pagination a, .pagination p, .pagination span {
	display: inline-block;
	border: 1px #fff solid;
	text-decoration: none;
	color: #666;
	font-size: 0.875rem;
	width: 3vw;
	height: 4vw;
	line-height: 4vw;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}
.pagination a .svg {
	display: block;
	width: 1.2vw;
	height: 1.2vw;
	margin: 1.4vw auto;
}
.pagination span {
	cursor: pointer;
}

.pagination p.pageGo {
	border-left: 0;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 5px;
	display: none;
}

.pagination input {
	/* display: inline-block; */
	display: none;
	padding: 0;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff;
	color: #808080;
	font-size: 14px;
	line-height: 40px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 40px;
	text-align: center;
}

.pagination a:hover {
	color: #1e48b5;
	font-weight: bold;
}

.pagination a.cur, .pagination p.cur {
	width: 4vw;
	border: 1px solid #1e48b5;
	color: #1e48b5;
}

.pagination p.pageRemark {
	display: none;
	margin: 10px auto 0 auto;
	border: none;
	background: none;
	color: #666;
}

.pagination p.pageEllipsis {
	border: none;
	background: none;
	color: #808080;
	padding: 0 12px;
}

.ckbox-remove {
	width: 90px;
	line-height: 26px;
	background: rgba(16, 140, 255, 0.6);
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 15px;
	position: absolute;
	right: 200px;
	bottom: 10px;
	cursor: pointer;
}


.gotop {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 0.875rem;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
	background: url(/static/images/aroup.png) right center no-repeat;
	background-size: 18px;
}

footer {
	display: table;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #15327c;
	color: #fff;
}
.flogo {
	width: 35%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.flogo img {
	height: 10vw;
	margin: 2vw 0;
	transform: translateX(-1000px);
    filter: drop-shadow(#fff 1000px 0); 
}
.fc {
	display: table-cell;
	width: 65%;
	text-align: right;
	padding-right: 6vw;
	vertical-align: middle;
}
.fc span {
	display: block;
	font-size: 0.875rem;
	line-height: 200%;
}
.fc span.line {
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 1vw;
	padding-top: 1vw;
}

.alertbox {
	width: 45%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 1.5vw 2vw;
	position: absolute;
	left: 30%;
	top: 20%;
}
.alertclose {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.alertt {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.alertc {
	height: auto;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 200%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1vw 0;
	margin-top: 1vw;
}
.alerta {
	padding: 1vw 0;
	text-align: center;
	font-size: 0.875rem;
	line-height: 26px;
}
.alerta input {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.alerta a {
	text-decoration: underline;
	color: #1e48b5;
}
.alertb {
	margin-top: 0.5vw;
	text-align: center;
	font-size: 0;
}
.alertb span {
	display: inline-block;
	line-height: 40px;
	padding: 0 1vw;
	font-size: 0.875rem;
	margin: 0 5px;
	border-right: 5px;
	cursor: pointer;
	color: #fff;
	background: #15327c;
}
.alertb span:nth-child(2) {
	opacity: .7;
}

.loginbox {
	width: 400px;
	height: auto;
	padding: 1vw 1.5vw;
	background: #fff;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: fixed;
	right: 20px;
	top: 140px;
	z-index: 100;
	display: none;
}
.logint {
	font-size: 1.125rem;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.loginrow {
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.loginrow span {
	display: block;
	float: left;
	line-height: 35px;
	font-size: 0.875rem;
}
.loginrow input {
	display: block;
	width: calc(100% - 110px);
	height: 35px;
	line-height: 35px;
	font-size: 0.875rem;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
	float: right;
}
.loginrow button {
	display: block;
	float: right;
	margin-left: 10px;
	background: #15327c;
	color: #fff;
	font-size: 0.75rem;
	line-height: 35px;
	height: 35px;
	border: 0;
	padding: 0 20px;
	border-radius: 3px;
	margin-top: 10px;
	cursor: pointer;
}
.loginrow button:nth-child(1) {
	opacity: .7;
}


@media screen and (max-width: 1680px) {
	body, html {
		font-size: 15px;
	}
}

@media screen and (max-width: 1440px) {
	body, html {
		font-size: 14px;
	}
}

@media screen and (max-width: 1280px) {
	body, html {
		font-size: 12px;
	}
}