@charset "UTF-8";

/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top {
	background: url(../images/topBg.jpg) center center no-repeat;
	background-size: cover;
	height: 108px;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}

/* logo start */
.logo {
	top: -40px;
	height: 170px;
	background: url(../images/logoBg.png) center center no-repeat;
	background-size: 100%;
	z-index: 6;
	width: 220px;
}

.logo img {
	width: 190px;
	margin: auto;
	display: block;
	margin-top: 18px;
}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	width: 30px !important;
	height: 30px !important;
	right: -40px;
	top: -40px;
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop {
	border: 10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: #000 !important;
}

/* 视频弹窗 end */
/* 搜索 start */

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.topSearch {
	margin-top: 14px;
	width: 40px;
	height: 40px;
	background: url(../images/searchw.png) no-repeat center right;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

/* .topSearch:hover {
	background: url(../images/searchw.png) no-repeat center center;
	box-shadow: 0 0px 7px rgba(0,0,0,0.1);
} */

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 60px;
	text-align: center;
	font-family: 'pf';
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #ffb921 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* 导航 start */
.topBox {
	overflow: hidden;
	line-height: 40px;
}

.topBox .topBoxL {
	font-size: 16px;
	color: #7f5c3d;
}

.topBox .topBoxR a {
	font-size: 14px;
	color: #555555;
	padding-left: 14px;
}

.topBox .topBoxR a:hover {
	color: #7f5c3d;
}

.top .line {
	border-bottom: 1px solid #ede3d0;
}

.top .menuBox {
	height: 66px;
}

.menuDl {
	height: 100%;
}

.menuDl dd {
	float: left;
	display: inline;
	position: relative;
	z-index: unset;
}

.menuDl dd:first-child .yj {
	padding-left: 0;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
	padding: 0 38px;
}

.menuDl dd .yj a {
	display: block;
	line-height: 68px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-family: '宋体';
	transition: 0.4s;
	font-weight: bold;
}

.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover {
	color: #e7811e;
}

.menuDl dd .ej {
	position: absolute;
	top: 97% !important;
	left: -23px !important;
	right: -23px !important;
	background: #f8f4ed;
	display: none;
	padding: 0px 0 10px;
	z-index: -1;
	border-radius: 0 0 12px 12px;
	box-shadow: 25px 0 39px rgba(0, 0, 0, 0.03);
}

.menuDl dd .ej li {
	font-size: 18px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 1px;
	font-family: '宋体';
	font-weight: bold;
}

.menuDl dd .ej li:hover span a {
	color: #e7811e;
	background: #fef8f0;
}

.menuDl dd .ej li.hover span a {
	color: #e7811e;
	background: #fef8f0;
}

.menuDl dd .sj {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menuDl dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menuDl dd .sj a:hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj a.hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.menuIcon {
	display: none;
}

/* 导航 end */
/* 头部 end */
/* ————— indexBanner start ————— */
.h108 {
	height: 108px;
}

.indexBanner {
	position: relative;
}

.indexBanner::before {
	content: '';
	display: block;
	padding-top: 36.4583%;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.15);
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 31px;
	height: 31px;
	border-radius: 5px;
	margin: 0 7px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: url(../images/indexBannerDot.png) center center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.indexBanner .slick-dots li.slick-active {
	background: url(../images/indexBannerDot_Active.png) center center no-repeat;
}

.indexBanner .slick-dots li.slick-active::before {
	position: absolute;
	display: block;
	content: '';
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background-color: #be320f;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: block;
	visibility: hidden;
	padding-left: 44px;
}

.indexBanner .img .imgItem img:first-child {
	padding-left: 0;
	margin-bottom: 20px;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide.on .bg {
	transform: scale(1);
}

.indexBanner .mySlide.on .bg::after {
	position: absolute;
	display: none;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/indexBannerBg.png) left center no-repeat;
	background-size: cover;
	z-index: 1;
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footer {
	background: url(../images/footerBg.jpg) center center no-repeat;
	background-size: cover;
}

/* 友情链接 start */
.footerTBox {
	overflow: hidden;
	border-bottom: 1px solid #d1b695;
	padding-top: 20px;
}

.footerT1 {
	float: left;
	width: 280px;
	height: 50px;
	background: #fff;
}

.footerT1 img {
	width: 100%;
	height: 100%;
}

.footerT {
	overflow: hidden;
	height: 84px;
	margin: 0 -9px;
	box-sizing: border-box;
}

.footerT dd {
	float: left;
	display: inline;
}

.footerT dd .con {
	display: inline-block;
	background-color: #fff;
	border-radius: 44px;
	width: 160px;
	line-height: 44px;
	height: 44px;
	text-align: center;
	margin: 0 9px;
	font-size: 14px;
	color: #555555;
	transition: .5s;
}

.footerT dd .con:hover {
	background: #fef8f0;
}

/* 友情链接 end */
/* 底部中间 start */
.footerC {
	overflow: hidden;
	height: 196px;
	border-bottom: 1px solid #d1b695;
	box-sizing: border-box;
}

.footerCL {
	float: left;
	overflow: hidden;
	padding-top: 75px;
}

.footerCL dd {
	overflow: hidden;
	float: left;
	margin-right: 50px;
}

.footerCL dd .icon {
	float: left;
	width: 48px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 12px;
}

.footerCL dd .title {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.footerCL dd .title1 {
	line-height: 26px;
	font-size: 16px;
	color: #333333;
}

.footerCL dd:first-child .title1 {
	color: #8d1617;
	font-size: 20px;
}

.footerCL dd .text {
	overflow: hidden;
}

.footerCR {
	float: right;
	overflow: hidden;
	padding-top: 30px;
}

.footerCR dd {
	float: left;
	margin-left: 20px;
}

.footerCR dd .img {
	width: 110px;
	height: 110px;
	background: url(../images/bk.png) center center no-repeat;
	background-size: 100%;
	position: relative;
}

.footerCR dd .img .ze {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-mask: no-repeat center / contain;
	mask: no-repeat center / contain;
	-webkit-mask-image: url(../images/ze.png);
	mask-image: url(../images/ze.png);
	width: 92px;
	height: 92px;
}

.footerCR dd .title {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #7f5c3d;
	text-align: center;
}

/* 底部中间 end */
/* 底部版权start   */
.friendCopyRight {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 16px;
	color: #7f5c3d;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL img:last-child {
	width: 30px;
	margin-top: -6px;
}

.friendCopyRight .conL a {
	color: #7f5c3d;
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #573e28;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #7f5c3d;
}

.friendCopyRight .conR a:hover {
	color: #573e28;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 23.4375%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	text-align: center;
}

.subBanner .textC .cnTitle {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
	margin-bottom: 10px;
}

.subBanner .textC .enTitle {
	font-size: 14px;
	color: rgb(255 255 255 / .78);
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 260px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
}

.locationBox .indexTitle {
	line-height: 120px;
	font-size: 24px;
	color: #fff;
	background: url(../images/subBg1.jpg) center center no-repeat;
}

.locationBox .indexTitle .title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.locationBox .indexTitle .title span {
	width: 20px;
	height: 26px;
	background: url(../images/indexTitleIcon2.png) center center no-repeat;
	background-size: 100%;
	margin-top: 0;
}

.location {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}

.location::before {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 227px;
	background: url(../images/locBg.png) center bottom no-repeat;
	background-size: 100%;
	z-index: 1;
}

.location dd {
	position: relative;
	z-index: 6;
}

.location dd a {
	display: block;
	line-height: 76px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}

.location dd:last-child a {
	border: none;
}

.location dd a span {
	margin: 0 8px;
	font-size: 20px;
	color: #a05d38;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.location dd.hover a {
	color: #a05d38;
}

.location dd.hover a span {
	opacity: 1;
}

.location dd:hover a {
	color: #a05d38;
}

.location dd:hover a span {
	opacity: 1;
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.sjMenu a.hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 16px;
}
.page .pageSwiper {
	width: 304px;
	height: 40.56px;
	display: inline-block;
	padding-bottom: 0;
	overflow: hidden;
}
.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	color: #a05d38;
	background: #fff;
	margin: 0 3px;
	border-radius: 50%;
	line-height: 40px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #a05d38;
	color: #fff;
}

.page a.hover {
	background: #a05d38;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 29px;
	width: 30px;
	padding: 0 5px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	position: relative;
	top:-15px;
}

.page input.pageDetail {
	width: 30px;
	height: 29px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #a05d38;
	position: relative;
	top: -14px;
}
.page label.label1 {
	margin-left:12px;
}
.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 40px;
	height: 40px;
	background: none;
}

.page a.firstPage div {
	background: none;
}

.page a.prevPage div {
	background: none;
	font-size: 30px;
}

.page a.nextPage div {
	background: none;
	font-size: 30px;
}

.page a.nextPage {
	background: none;
}

.page a.lastPage div {
	background: none;
}

.page a.lastPage {
	background: none;
}

.page a.firstPage:hover div {
	background: none;
	color: #aaaaaa;
}

.page a.prevPage:hover div {
	background: none;
	color: #aaaaaa;
}

.page a.nextPage:hover div {
	background: none;
	color: #aaaaaa;
}

.page a.lastPage:hover div {
	background: none;
	color: #aaaaaa;
}

.page a.firstPage.disabled {
	background: none;
	color: #aaaaaa;
}

.page a.prevPage.disabled {
	background: none;
	color: #aaaaaa;
}

.page a.nextPage.disabled {
	background: none;
	color: #aaaaaa;
}

.page a.lastPage.disabled {
	background: none;
	color: #aaaaaa;
}

.page a.firstPage.disabled div {
	background: none;
	color: #aaaaaa;
}

.page a.prevPage.disabled div {
	background: none;
	color: #aaaaaa;
}

.page a.nextPage.disabled div {
	background: none;
	color: #aaaaaa;
}

.page a.lastPage.disabled div {
	background: none;
	color: #aaaaaa;
}

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle {
	line-height: 104px;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	font-family: '宋体';
	letter-spacing: -2px;
}

.indexTitle .title span {
	display: inline-block;
	width: 30px;
	height: 40px;
	background: url(../images/indexTitleIcon.png) center center no-repeat;
	background-size: 100%;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -10px;
}

.indexTitle .title span.sp2 {
	transform: rotate(180deg);
	margin-right: 0;
	margin-left: 16px;
}

.index {
	background: url(../test/index/indexBg.jpg) center center no-repeat;
	background-size: cover;
}

.index .Bottom span {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
	color: #aaaaaa;
}

.index .Bottom span:first-child {
	border: 1px solid #be320f;
	color: #be320f;
	padding: 0 10px;
	margin-right: 10px;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
	padding-top: 20px;
}

.column1 .indexTBox {
	overflow: hidden;
}

.column1 .indexTBox .indexTitle {
	float: left;
}

.column1 .indexTBox .column1T {
	float: right;
	overflow: hidden;
	padding-top: 30px;
}

.column1 .indexTBox .column1T dd {
	float: left;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #ede3d0;
	margin-left: 14px;
	font-size: 18px;
	color: #7f5c3d;
	box-sizing: border-box;
	transition: .5s;
}

.column1 .indexTBox .column1T dd span {
	color: #7f5c3d;
	font-size: 20px;
}

.column1 .indexTBox .column1T dd:hover {
	background-color: #7f5c3d;
}

.column1 .indexTBox .column1T dd:hover a,
.column1 .indexTBox .column1T dd:hover span {
	color: #fff;
}

.column1Box {
	overflow: hidden;
	margin-bottom: 30px;
}

.column1L {
	float: left;
	width: 750px;
	margin-right: 30px;
}

.column1Slick {
	position: relative;
}

.column1Slick .pic::before {
	padding-top: 60%;
}

.column1Slick .column1SlickText {
	padding: 20px 30px;
	padding-bottom: 26px;
	background-color: #fff;
}

.column1Slick .title {
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	padding-right: 140px;
}

.column1Slick .Bottom span {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
	color: #aaaaaa;
}

.column1Slick .Bottom span:first-child {
	border: 1px solid #be320f;
	color: #be320f;
	padding: 0 10px;
	margin-right: 10px;
}

.column1Slick .slick-dots {
	position: absolute;
	bottom: 40px;
	right: 30px;
}

.column1Slick .slick-dots li {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../test/index/col1slickDot.png) center center no-repeat;
	background-size: 100%;
	margin-left: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.column1Slick .slick-dots li.slick-active {
	background: url(../test/index/col1slickDot_Acrive.png) center center no-repeat;
	background-size: 100%;
}

/*  */
.column1R {
	overflow: hidden;
	padding-top: 26px;
	position: relative;
}

.column1R dd {
	background-color: #fff;
	padding: 14px 30px;
	padding-bottom: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	border: 1px solid transparent;
}

.column1R dd .Bottom {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 21px;
}

.column1R dd:first-child {
	padding-top: 46px;
}

.column1R dd:last-child .Bottom {
	border: none;
}

.column1R dd .title {
	display: block;
	line-height: 32px;
	height: 32px;
	font-size: 18px;
	color: #333333;
}

.column1R dd span {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
	color: #aaaaaa;
}

.column1R dd span:first-child {
	border: 1px solid #be320f;
	color: #be320f;
	padding: 0 10px;
	margin-right: 10px;
}

.column1R dt {
	width: 200px;
	height: 54px;
	background-color: #be320f;
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 54px;
	font-family: '宋体';
}

.column1R dt span {
	font-size: 45px;
	position: absolute;
	left: 0;
}

.column1R dt span:last-child {
	left: unset;
	right: 0;
}

.column1R dd:first-child {
	border: 1px solid #be320f;
	background: url(../images/col1ddBg.png) center center no-repeat;
	background-size: cover;
}

.column1R dd:hover .title {
	color: #be320f;
}

.column1R dd:nth-child(5) .Bottom {
	border: none;
}

/*  */
.column1Dl {
	overflow: hidden;
	margin: 0 -15px;
}

.column1Dl dd {
	float: left;
	width: 33.3333%;
}

.column1Dl dd .con {
	display: block;
	margin: 0 15px;
	background: #fff;
	padding: 20px 30px 26px 30px;
	position: relative;
	overflow: hidden;
}

.column1Dl dd .con::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #be320f;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.column1Dl dd:hover .con::before {
	width: 100%;
	left: 0;
	right: unset;
}

.column1Dl dd .con .title {
	line-height: 28px;
	height: 56px;
	font-size: 18px;
	color: #333333;
}

.column1Dl dd .con .icon {
	width: 150px;
	height: 150px;
	background: url(../test/index//col1DlIcon.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	right: -30px;
	bottom: -68px;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.column1Dl dd:hover .title {
	color: #be320f;
}

.column1Dl dd:hover .icon {
	opacity: 1;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 .indexTitle {
	text-align: center;
}

.column2 .indexTitle span {
	background: url(../images/indexTitleIcon1.png) center center no-repeat;
}

.column2 {
	padding-top: 20px;
}

.coumn2Box {
	overflow: hidden;
}

.column2L {
	float: left;
	width: 540px;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	padding-right: 30px;
	margin-right: 30px;
}

.column3TjcCRDnT {
	float: left;
	width: 138px;
}

.column3TjcCRDnT .item a {
	display: block;
	line-height: 48px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 22px;
	position: relative;
	margin-right: 24px;
	cursor: pointer;
}

.column3TjcCRDnT span {
	width: 48px;
	height: 48px;
	position: relative;
	display: block;
	font-size: 48px;
	color: #d9d9d9;
	margin: auto;
}

.column3TjcCRDnT span i {
	color: #aaaaaa;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 48px;
}

.column3TjcCRDnT .item.hover a {
	background-color: #e9f3f2;
	color: #148077;
}

.column3TjcCRDnT .item.hover a::before {
	position: absolute;
	display: block;
	content: '';
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	border-right: 3px solid #148077;
}

.column3TjcCRDnT .item.hover a::after {
	position: absolute;
	display: block;
	content: '';
	right: -16px;
	top: 50%;
	width: 18px;
	height: 32px;
	margin-top: -16px;
	background: url(../test/index/col2L.png) center center no-repeat;
	background-size: 100%;
}

.column3TjcCRDnT .item.hover span,
.column3TjcCRDnT .item.hover span i {
	color: #148077;
}

.column3TjcCRDnC {
	overflow: hidden;
}

.column3TjcCRDnC .item {
	height: 0;
	overflow: hidden;
	transition: .5s;
}

.column3TjcCRDnC .item.show {
	height: unset;
}

.column2Slick {
	overflow: hidden;
	position: relative;
}

.column2SlickDl {
	margin: 0 -5px;
	overflow: hidden;
	min-height: 510px;
}

.column2SlickDl dd {
	float: left;
	width: 33.3333%;
	margin-bottom: 20px;
}
.column2SlickDl1 dd {
	width: 25%;
	margin-bottom: 10px;
}

.column2SlickDl .con {
	display: block;
	margin: 0 5px;
	height: 150px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.column2SlickDl1 dd .con {
	height: 116px;	
}

.column2SlickDl .con .bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
}

.column2SlickDl .con .title {
	position: absolute;
	top: 16px;
	left: 16px;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
	padding-right: 16px;
}

.slick-dots {
	text-align: center;
	padding-top: 16px;
}

.slick-dots li {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../test/index/col2Dot.png) center center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}

.slick-dots li.slick-active {
	background: url(../test/index/col2Dot_A.png) center center no-repeat;
	background-size: 100%;
}

/*  */
.column2R {
	overflow: hidden;
	background-color: #fff;
	padding: 30px;
	min-height: 568px;
}
.column2Map .mapBox a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/mapdd.png) center center no-repeat;
	background-size: cover;
	position: relative;
}
.column2Map .mapBox a::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
	backdrop-filter: blur(2px);
}
.column2Map .mapBox a .title {
	line-height: 30px;
	font-size: 20px;
	color: #333;
	background: #fff;
	width: fit-content;
	height: 30px;
	padding: 0 30px;
	border-radius: 30px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .05);
	position: absolute;
	inset: 0;
	margin: auto;
}


.column2FormBox {
	overflow: hidden;
}

.column2FormBox .column2Form {
	overflow: hidden;
}

.column2FormBox .column2Form .form {
	float: left;
	width: 50%;
	overflow: hidden;
	margin-bottom: 12px;
}

.column2Form .form .lable {
	width: 64px;
	text-align: center;
	float: left;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	color: #333333;
}

.column2Form .form .input {
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	padding: 0;
	padding-right: 20px;
	padding-left: 10px;
	border: none;
	position: relative;
}

.column2Form .form .input input,
.column2Form .form .input select {
	background-color: #f9f9f9;
	padding: 0 10px;
	width: 95%;
	height: 100%;
	border: none;
}

.column2Form .form .input select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
}

.column2Form .form .input.select .xiala {
	position: absolute;
	top: 0;
	right: 30px;
}

.column2FormBox .btnBox {
	float: right;
	width: 180px;
}

.column2FormBox .btnBox .btn {
	height: 48px;
	margin-bottom: 12px;
	background: #f7f7f7;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.column2FormBox .btnBox .btn i {
	font-size: 18px;
	margin-right: 6px;
	z-index: 6;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.column2FormBox .btnBox .btn span {
	position: relative;
	z-index: 6;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.column2FormBox .btnBox a:last-child .btn {
	color: #333333;
}

.column2FormBox .btnBox .btn::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-image: linear-gradient(0deg, rgb(20, 128, 119) 0%, rgb(94, 185, 34) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(20, 128, 119) 0%, rgb(94, 185, 34) 100%);
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.column2FormBox .btnBox a:last-child .btn::before {
	display: none;
}

.column2Map {
	width: 100%;
	height: 568px;
	position: relative;
}
.column2Map .mapBox {padding: 0;height: 100%;}
.column2Map .langMap .draggable {
	position: relative;
    left: -18%;
    top: -5%;
    transform: scale(.98);
}

.column2Map .container {
	width: 100%;
	height: 100%;
	background: none !important;
	transition: all .5s;
}

.column2Map .BMapLabel {
	/* left: 0 !important;
	top: 0 !important; */
	color: #148077;
	border: none !important;
	font-size: 14px;
	background: none !important;
	line-height: 20px !important;
	height: 20px !important;
	opacity: 1;
}

.column2Map .BMapLabel::before {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #148077;
	border-radius: 50%;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.column2Map .BMap_bubble_title,
#container img {
	display: none !important;
}

.column2Map .mapMore {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #148077;
	line-height: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 999 !important;
}

.column2Map .mapMore i {
	color: #cadfdd;
}

.column2Map .BMap_bubble_content {
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	color: #333333;
}

.column2Map .BMap_bubble_content .title {
	line-height: 28px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.column2Map .BMap_bubble_content .more {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #148077;
	cursor: pointer;
}

.column2Map .BMap_bubble_content .more i {
	color: #cadfdd;
	font-size: 22px;
}

.BMap_Marker {
	width: 50px !important;
}

.col2Info {
	position: absolute;
	right: -400px;
	top: 42px;
	width: 368px;
	height: 360px;
	background: url(../images/col2Mapbg.png) center center no-repeat;
	background-size: 100%;
	padding: 16px;
	box-sizing: border-box;
	transition: all .5s;
}
.col2Info.active {
	right:0;
}

.col2Dl {
	padding: 0 18px;
	box-sizing: border-box;
	overflow-y: auto;
	height: 300px;
}

/* 自定义滚动条样式 */
.col2Dl::-webkit-scrollbar {
	width: 0;
	border-color: transparent;
}

.col2Dl::-webkit-scrollbar-track {
	background-color: transparent;
	border-color: transparent;
}

.col2Dl::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 20px;
	border-color: transparent;
}

.col2Dl dt {
	line-height: 66px;
	height: 66px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	transition: all .5s;
}

.col2Dl dt i {
	background-image: linear-gradient(to right, #148077, #5eb922);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 22px;
	margin-right: 10px;
}

.col2Dl dd .con {
	display: block;
	overflow: hidden;
	line-height: 44px;
	height: 44px;
}

.col2Dl dd .title {
	overflow: hidden;
	padding-right: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.col2Dl dd .title i {
	color: #afd6e2;
	margin-right: 10px;
}

.col2Dl dd .more {
	float: right;
	font-size: 14px;
	color: #148077;
	cursor: pointer;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
	background: url(../test/index/col3Bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 14px 30px;
	overflow: hidden;
}

.column3Box {
	margin: 0 -25px;
}

.column3 .indexTitle {
	line-height: 72px;
	float: left;
}

.column3 .item3 .indexTitle span,
.column3 .item4 .indexTitle span {
	background: url(../images/indexTitleIcon1.png) center center no-repeat;
}

.column3 .item {
	float: left;
	width: 50%;
}

.column3 .item .conBox {
	margin: 0 25px;
}

.column3 .indexTBox {
	overflow: hidden;
}

.indexTBox .indexMore {
	float: right;
	line-height: 72px;
	font-size: 14px;
	color: #7f5c3d;
}

.column3 .item3 .indexMore,
.column3 .item4 .indexMore {
	color: #148077;
}

.col3Dl dd .con {
	overflow: hidden;
	display: block;
	height: 44px;
	line-height: 44px;
}

.col3Dl .con .title {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
}

.col3Dl .con .time {
	float: right;
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 30px;
}

.item1,
.item2 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 14px;
}

.item .col3Dl span {
	color: #ede3d0;
	margin-right: 12px;
}

.item3,
.item4 {
	padding-top: 14px;
}

.item3 .col3Dl span,
.item4 .col3Dl span {
	color: #cadfdd;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 {
	overflow: hidden;
}

.column4 .indexTBox {
	overflow: hidden;
}

.column4-3 .indexTBox {
	display: flex;
	align-items: center;
}

.column4 .indexTitle {
	line-height: 74px;
	color: #fff;
	float: left;
}

.column4 .indexTitle span {
	background: url(../images/indexTitleIcon2.png) center center no-repeat;
}

.column4 .indexMore {
	color: #fff;
	line-height: 74px;
}

.column4-1 {
	width: 42%;
	min-height: 354px;
	background: url(../test/index/col4Bg1.jpg) center center no-repeat;
	background-size: cover;
	float: left;
	padding: 12px 26px 20px 180px;
	box-sizing: border-box;
}

.column4-2 {
	width: 36%;
	min-height: 354px;
	background: url(../test/index/col4Bg2.jpg) center center no-repeat;
	background-size: cover;
	float: left;
	box-sizing: border-box;
	padding: 12px 30px 20px 30px;
}

.column4-3 {
	width: 22%;
	min-height: 354px;
	background: url(../test/index/col4Bg3.jpg) center center no-repeat;
	background-size: cover;
	float: left;
	box-sizing: border-box;
	padding: 89.5px 0;
	padding-left: 136px;
}

.column4Dl dd .con {
	display: block;
	overflow: hidden;
}

.column4Dl .con .title {
	overflow: hidden;
	line-height: 42px;
	font-size: 16px;
	color: #ffffff;
}

.column4Dl .con .title span {
	margin-right: 12px;
	color: #7eb1da;
	font-size: 20px;
}

.column4Dl .con .time {
	float: right;
	line-height: 42px;
	font-size: 14px;
	color: #ffffff;
	margin-left: 30px;
}

.column4-2 .con .title span {
	color: #e5b49f;
}

.column4-3 .indexTitle,
.column4-3 .indexMore {
	writing-mode: vertical-lr;
	float: left;
}

.column4-3 .indexTitle .sp1 {
	transform: rotate(90deg);
	margin-left: -6px !important;
	margin-bottom: 10px;
}

.column4-3 .indexTitle .sp2 {
	transform: rotate(-90deg) !important;
	margin-left: -16px !important;
	margin-top: 10px;
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5 .indexTitle {
	color: #fff;
	line-height: 72px;
}

.column5 .indexTitle span {
	background: url(../images/indexTitleIcon2.png) center center no-repeat;
}

.column5 .indexMore {
	color: #fff;
	line-height: 42px;
}

.column5 .indexMore .more {
	padding-left: 26%;
}

.column5 {
	overflow: hidden;
}

.column5 .itemB {
	float: left;
	width: 27%;
	padding-left: 9.5714%;
	box-sizing: border-box;
	padding-top: 42px;
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.column5 .item {
	display: block;
	float: left;
	width: 18.25%;
	box-sizing: border-box;
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.column5 .item .bg {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 5;
}

.column5 .item .title {
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	bottom: 15px;
	left: 30px;
	z-index: 6;
}

/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
.column6 .indexTBox {
	overflow: hidden;
}

.column6 .indexTBox .indexTitle {
	line-height: 100px;
}

.column6 .indexTBox .indexMore {
	line-height: 100px;
}

.column6 {
	padding-bottom: 60px;
	background: url(../test/index/col6Bg.jpg) center center no-repeat;
	background-size: cover;
}

.column6Slick {
	margin: 0 -20px;
	position: relative;
}

.column6Slick dl {
	overflow: hidden;
	margin: 0 -20px;
}

.column6Slick dl dd {
	float: left;
	width: 25%;

}

.column6Slick .slickCon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px;
	margin: 0 20px;
	position: relative;
}

.column6Slick .slickCon .title {
	position: absolute;
	left: 30px;
	bottom: 20px;
	line-height: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	z-index: 6;
}

.column6Slick dd .bg {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent, rgba(127, 92, 61, .8));
	z-index: 5;
}

.column6Slick dd:nth-child(2) .bg {
	background: linear-gradient(transparent, rgba(13, 57, 141, .78));
}

.column6Slick dd:nth-child(3) .bg {
	background: linear-gradient(transparent, rgba(141, 22, 23, .85));
}

.column6Slick dd:nth-child(4) .bg {
	background: linear-gradient(transparent, rgba(231, 129, 30, .8));
}

.column6Slick .slick-dots {
	padding-top: 30px;
	position: relative;
}

.column6Slick .slick-dots::before {
	position: absolute;
	display: block;
	content: '';
	width: 35%;
	height: 2px;
	background-color: #f2f0ed;
	top: 54px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}

.column6Slick .slick-dots li {
	position: relative;
	background: url(../test/index/col6Dot.png) center center no-repeat;
	z-index: 6;
}

.column6Slick .slick-dots li.slick-active {
	background: url(../test/index/col6Dot_A.png) center center no-repeat;
	background-size: 100%;
}

.column6Slick .prev,
.column6Slick .next {
	width: 48px;
	height: 48px;
	background-color: #f1ece1;
	border-radius: 50%;
	position: absolute;
	left: 26%;
	bottom: 6px;
	z-index: 555;
	transition: .5s;
	cursor: pointer;
}

.column6Slick .next {
	left: unset;
	right: 26%;
}

.column6Slick .prev::before,
.column6Slick .next::before {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 18px;
	background: url(../test/index/col6Btn.png) center center no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.column6Slick .next::before {
	transform: rotate(180deg);
}

.column6Slick .prev:hover::before,
.column6Slick .next:hover::before {
	background: url(../test/index/col6Btn1.png) center center no-repeat;
}

.column6Slick .prev:hover,
.column6Slick .next:hover {
	background-color: #be320f;
}

/* ————— 第6通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 内页背景 start ========== */
.subPage {
	background: url(../images/subBg.jpg) center center no-repeat;
	background-size: cover;
}

/* ========== 内页背景 end ========== */
/* 内页语种 start */
.languageT .indexTitle {
	line-height: 84px;
	height: 84px;
	text-align: center;
	background: url(../images/sublanBg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 24px;
}

.languageT .indexTitle .title span {
	width: 20px;
	height: 26px;
	background: url(../images/indexTitleIcon2.png) center center no-repeat;
	background-size: 100%;
}

.languageDl {
	background-color: #fff;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	padding-top: 20px;
}

.languageDl dd {
	float: left;
	width: 7.6923%;
	margin-bottom: 20px;
}

.languageDl dd.hover .con {
	background-image: url(../test/lang/img_active.jpg) !important;
}

.languageDl dd .con {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 132px;
	margin: 0 10px;
}

.languageDl dd .con .title {
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px;
	opacity: 0;
	transition: all .5s
}

.languageDl dd.hover .title {
	line-height: 132px;
	text-align: center;
	padding-left: 0;
	font-size: 20px;
	opacity: 1;
}

/* 内页语种 end */

/* 返回顶部 start */
.gotop {
	background: url(../images/gotop.png) center center no-repeat;
	background-size: 100%;
	width: 90px;
	height: 233px;
	position: fixed;
	right: -233px;
	bottom: 200px;
	z-index: 666;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	z-index: 666;
}

.gotop dl {
	padding-top: 0.84rem;
}

.gotop dd {
	cursor: pointer;
}

.gotop dd .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	color: #ad1207;
	font-size: 30px;
}

.gotop dd .title {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

/* 返回顶部 end */
.layui-layer-hui {
	z-index: 212131 !important;
	position: relative;
}

.langNews .audioInfor {
	height: 30px;
	overflow: hidden;
	position: relative;
	top: 10px;
}

.langNews .audioTime {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.langNews .audioTime span {
	padding-right: 5px;
}

.langNews .audioTime em {
	font-style: normal;
	padding-left: 5px;
}

.langNews .audioHandle {
	overflow: hidden;
	display: none;
}

.langNews .audioPlayerBtn {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.langNews .audioHandle a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
}

.langNews .audioHandle a.btnPlay {
	background-image: url(../images/audioPlay.png);
}

.langNews .audioHandle a.btnPause {
	background-image: url(../images/audioPause.png);
}

.audioVoice {
	float: left;
	display: inline;
}

.audioVoiceBtn {
	overflow: hidden;
	float: left;
	display: inline;
}

.audioVoiceBtn span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/voice.png) center center no-repeat;
	background-size: auto 28px;
	margin-right: 5px;
	cursor: pointer;
}

.audioVoiceBtn.noVoice span {
	background-image: url(../images/noVoice.png);
}

.audioVoiceNum {
	float: left;
	display: inline;
	width: 84px;
	position: relative;
	height: 5px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-top: 12px;
}

.audioVoiceNum em {
	display: block;
	border-radius: 5px;
	height: 100%;
	width: 50%;
	background: #999;
	position: relative;
}

.audioVoiceNum em i {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #999;
	border-radius: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	cursor: pointer;
}

.langNews .audioWavBox {
	width: 100%;
	height: 42px;
	background: #e7f2f1;
	border-radius: 5px;
	position: relative;
}

.langNews .audioWav {
	position: relative;
	width: 100%;
}

.audioWavBox .loadDataTip {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 42px;
	color: #999;
	width: 100%;
}

wave wave {
	background: #97c2be !important;
}

wave wave canvas {
	stroke: #008077 !important;
}

.audioDl {
	width: 50%;
}

/*  */
.langMapBox .item {
	display: none;
}

.langMapBox .item.active {
	display: block;
}