﻿* {
	margin: 0;
	padding: 0;
	font-family: Cambria;
}
li {
	text-decoration: none;
	list-style: none;
}
a {
	text-decoration: none !important;
}
.width {
	width: 1620px;
	margin: 0 auto;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.view01 {
	width: 100%;
	height: 100vh;
	position: relative;
}
.left_box {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #01508a;
	z-index: 9;
}
.left_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.sub {
	display:none;
}
.banner {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .gallery-top {
	width: 100%;
	height: 100%;
}
.banner_bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: auto; 
}
.banner_cont {
	position: absolute;
	top: 35%;
	width: 82.8%;
	right: 0;
	z-index: 11;
}
.banner_cont img {
	display: block;
}
.banner_cont img:nth-of-type(2) {
	margin-left: -25px;
	margin-top: 30px;
}
.banner_cont img:nth-of-type(3) {
	margin-top: -13px;;
}
.banner_cont a {
	display: block;
	width: 210px;
	height: 56px;
	font-size: 18px;
	background-color: #d6b572;
	text-align: center;
	line-height: 56px;
	border-radius: 28px;
	color: #fff;
	margin-top: 45px;
}
.nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.5);
	z-index: 10;
}

.nav .logo {
	float: left;
	width: auto;
	height: 120px;
	position: relative;
}
.nav .logo a {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nav_right {
	float: right;
}
.language,
.search,
.nav_ul {
	float: left;
}
.nav_ul {
	margin: 0;
}
.nav_ul li {
	width: auto;
	float: left;
	font-size: 18px;
	color: #183346;
	line-height: 120px;
	margin: 0 24px;
}
.nav_ul li > a {
	color: #183346;
}

.language {
	height: 120px;
	width: auto;
	position: relative;
	margin-left: 27px;
}
.language p {
font-size: 18px;
    color: #d6b572;
    position: relative;
    top: 50px;
    padding-right: 20px;
    cursor: pointer;
    margin-bottom: 0;
    background: url(../images/icon01.png)no-repeat right;
    background-size: 0.8rem;
}
.language.active p::after {
	transform: translateY(-50%) rotateZ(180deg);
}

.lang_link {
    z-index:100;
    position: absolute;
    height: 0rem;
    overflow: hidden;
    top: 5rem;
    right: -1rem;
    background-color: #fff;
    width: 4.6rem;
    transition: .4s;
    font-size: 0.9rem;
	border-radius: 2px;
}
.lang_link ul {
	padding: 10px 10px;
}
.lang_link ul li {
margin-bottom:0.3rem;
}
.lang_link ul li a {
color:#d6b572;
}

.search{
	width: 18px;
	height: 120px;
	margin-left: 27px;
}
.search img{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.gold_item {
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	/* overflow: hidden; */

}
.gold_item img {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .4s; */
}

@keyframes gold01{
	0%{
		transform: translate(0px,0px);
	}
	50%{
		transform: translate(20px,0px);
	}
	100%{
		transform: translate(0px,0px);
	}
}
@keyframes gold02{
	0%{
		transform: translate(0px,0px);
	}
	50%{
		transform: translate(15px,15px);
	}
	100%{
		transform: translate(0px,0px);
	}
}
@keyframes gold03{
	0%{
		transform: translate(0px,0px) scale(1);
	}
	50%{
		transform: translate(5px,18px) scale(1.1);
	}
	100%{
		transform: translate(0px,0px) scale(1);
	}
}
/* .gold_item1 img.change1 {
	transform: translate(-50%,-50%,-50%) rotate3d(120deg,90deg,250deg) scale3d(.8,.5,1.2);
} */
.gold_item1 {
	top: 0;
	right: 20px;
	animation: gold01 7s ease-in-out infinite;
}
.gold_item2 {
	top: 297px;
	left: 76%;
	animation: gold02 6s ease-in-out infinite;
}
.gold_item3 {
	top: 46%;
	left: 31.5%;
	animation: gold03 6s ease-in-out infinite;
}
.gold_item4 {
	bottom: 130px;
	right: 28.5%;
	animation: gold03 6s ease-in-out infinite;
}
.gold_item5 {
	bottom: 0px;
	left: 0;
	animation: gold02 6s ease-in-out infinite;
}

.gallery-top .width {
	position: absolute;
	top:0;
	height: 0;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
}
.gallery-top .swiper-wrapper {
	z-index: 3;
}
.gallery-top .swiper-wrapper .swiper-slide {
	z-index: 8;
}
.gallery-top .banner_next::after,
.gallery-top .banner_prev::after {
	display: none;
}
.gallery-top .banner_next,
.gallery-top .banner_prev {
	width: 46px;
	height: 46px;
	background-size: 100% 100% !important;
	opacity: 1 !important;
	top: 39vh;
	pointer-events: auto;
	cursor: pointer;
	transition: .4s;
	z-index: 6;
}
.gallery-top .banner_next {
	background: url(../images/right02.png);
	right: 0;
}
.gallery-top .banner_prev {
	background: url(../images/left02.png);
	left: initial;
	right: 80px;
}

.gallery-top .banner_next.swiper-button-disabled {
	background: url(../images/right01.png);
}
.gallery-top .banner_prev.swiper-button-disabled {
	background: url(../images/left01.png);
}

.gallery-top .banner_next.swiper-button-disabled:hover {
	background: url(../images/right02.png);
}
.gallery-top .banner_prev.swiper-button-disabled:hover {
	background: url(../images/left02.png);
}


.bannertxt {
	width: 82.8%;
	height: 120px;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 9;
	background-color: #fff;
}
.gallery-thumbs {
	width: 100%;
	height: 100%;
}
.gallery-thumbs .swiper-slide {
	cursor: pointer;
}
.gallery-thumbs .swiper-slide .banner_tit {
	width: 70%;
	margin-left: 15%;
	font-size: 16px;
	color: #183346;
	font-weight: bold;
	position: relative;
	margin-top: 36px;
	transition: .35s;
}
.gallery-thumbs .swiper-slide .banner_tit h2 {
	line-height: 1em;
font-family: Cambria !important;
    font-size: 1.1rem;
	color: #8d9ba4;
	transition: .35s;
}
.gallery-thumbs .swiper-slide-thumb-active .banner_tit {
	opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active .banner_tit h2{
	color: #d6b572;
}

.gallery-thumbs .swiper-slide .banner_tit span {
	position: absolute;
	left: -30px;
	top: 0;
	font-size: 16px;
	color: #8d9ba4;
	font-weight: bold;
	line-height: 1em;
	transition: .35s;
}
.gallery-thumbs .swiper-slide-thumb-active .banner_tit span{
	color: #d6b572;
}
.gallery-thumbs .swiper-slide p {
	width: 70%;
	margin-left: 15%;
	color: #1b3b51;
	margin-top: 10px;
	line-height: 1.2em;
font-family: Cambria !important;
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	transition: .35s;
opacity: 0.6;
}
.gallery-thumbs .swiper-slide-thumb-active p {
	opacity: 1;
}

.view02 {
	width: 100%;
	margin-top: 138px;
}
.view02 .width {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.view02 .width p {
	width: 430px;
	line-height: 28px;
	margin-top: 40px;
font-family: Cambria !important;
    font-size: 1.1rem;
    color: #444444;
}
.news {
	float: right;
	width: 63.125%;
}
.news_swiper {
	width: 100%;
}


.news_img {
	width:100%;
	/*height: 346px;*/
	overflow: hidden;
}
.news_img img {
	width: 100%;
	height: auto;
}
.news_cont h2 {
	color: #5d707d;
	font-size: 16px;
	margin-top: 36px;
	line-height: 1em;
}
.news_cont p {
	font-size: 14px;
	color: #8d9ba4;
	line-height: 1.2em;
	margin-top: 8px;
opacity: 0.8;
}
.news_cont a {
font-family: Cambria  !important;
    font-size: 1.1rem;
    color: #444444;
    line-height: 1.3rem;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-j {font-size: 18px !important;}

.view02 .width .news_next::after,
.view02 .width .news_prev::after {
	display: none;
}
.view02 .news_next {
	margin-left: 30px;
}
.view02 .news_next,
.view02 .news_prev {
	float: left;
	margin-top: 50px;
	position: static;
	width: 46px;
	background-size: 100% 100% !important;
	opacity: 1 !important;
	pointer-events: auto;
	cursor: pointer;
	transition: .4s;
	z-index: 6;
}
.view02 .news_next {
	background: url(../images/right02.png);
}
.view02 .news_prev {
	background: url(../images/left02.png);
}

.view02 .news_next.swiper-button-disabled {
	background: url(../images/news_right.png);
}
.view02 .news_prev.swiper-button-disabled {
	background: url(../images/news_left.png);
}

.view02 .news_next.swiper-button-disabled:hover {
	background: url(../images/right02.png);
}
.view02 .news_prev.swiper-button-disabled:hover {
	background: url(../images/left02.png);
}

.navmenu {
float: left;
margin: 0;
}
.navmenu li {
	width: auto;
	float: left;
	font-size: 1.2rem;
	color: #183346;
	line-height: 118px;
	padding: 0 15px;
font-weight: 600;font-family: Cambria !important;
}
.navmenu li > a {
	color: #183346;
}
.navmenu-container {
float: left;
}
.DnnModule-7705,.GoneContainer_without_title,#dnn_ctr7705_ContentPane,#dnn_ctr7705_ModuleContent,#dnn_ctr7705_HtmlModule_lblContent{height: 100%;};

.zkb-db {
			width: 100%;
			position: relative;
			overflow: hidden;
			background: url(../images/db_bj.png) no-repeat;
			background-size: 100% 100%;
		}
		.db-logo {
			width: 5.5%;
			position: absolute;
			top: 102px;
			left: 9%;
		}
		.db-nr {
margin-left: 30%;
    margin-top: 118px;
    margin-right: 4rem;
    margin-bottom: 130px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
		}
		.db-f {
			font-size: 1.15rem;
			display: inline-block
		}
		.db-z {
			margin: 15px;
			opacity: 0.7;
			font-size: 1rem;
		}
		.db-z a {
			color: #183346;
		}
		.db-title {
			margin: 15px;font-weight: 600;opacity: .8;
		}
		.db-title a {
			color: #183346;
		}
		.db-f div a:hover {
			color: #d6b572;text-decoration: none;
		}
		.zkb-footer {
			width: 100%;
			position: relative;
			padding: 40px 0;
			color: #fdf2e4;
			background-color: #01508a;font-size: 0.9rem;
		}
		.zkb-footer div:nth-child(1) {
			/* float: left; */
			width: 30%;
			margin-left: 9%;
		}
		.zkb-footer div:nth-child(2) {
			width: 30%;
			text-align: center;
			position: absolute;
			top: 42px;
			right: 0px;
		}
.logo #dnn_zhdLOGO_imgLogo {
		height: 5rem;
		}
@media (max-width:1600px) {
	
	.view01 .width {
		width: 86%;
	}
	.logo #dnn_zhdLOGO_imgLogo{
		margin-left: 5px;
    height: 6rem;
	}
	.view02 .width{
		left: 22%;
		width: 35%;
	}
	.banner_cont {
		top:25%;
	}
html {font-size:13px;}

}
}

@media (min-width:2200px) {
html {font-size:19px;}

}

.nav_right .navmenu li:hover {
border-bottom: 2px solid #d6b572;
color:#d6b572;
}
.nav_right .navmenu li:hover > a {
text-decoration: none;
}
.nav_right .navmenu li:hover > a span {
color:#d6b572;
}
.news_cont .news-title:hover {color: #d6b572 !important;}