/* ————— 头部 start ————— */
.top {background:#181818 url(../image/top_bg.png) no-repeat 25% bottom;	height: 90px;}
.top .wrap .topBox {margin: 0 auto;}

/* logo start */
.logo {	margin-top: 15px;}
.logo img {	height: 60px;}

/* logo end */
/* 搜索 start */
.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: 72px;
	text-align: center;
	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;
	background: #fff;
	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;
	margin-left: 10px;
}
.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}
.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}
.searchPWBox button {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	border:none;
	background: #d7b36e url(../image/searchb.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	cursor:pointer;
}
.searchPWBox button: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
	}
}

.search {
	overflow: hidden;
	padding-top: 25px;
}

.searchInput {
	width: 250px;
	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; font-size: 14px; text-align: left;}

.searchBtn {
	float: left;
	display: inline;
	width: 58px;
	height: 40px;
	overflow: hidden;
	background: url(../image/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: #FFFFFF;
}

/* 搜索 end */

/* 导航 start */
.menuDl {display: flex;}

.menuDl dd {
	flex: 1;
	float: left;
	display: inline;
	position: relative;
	padding: 0 25px;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
}

.menuDl dd .yj a {
	display: block;
	line-height: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	transition: 0.4s;
}

.menuDl dd.hover .yj a,.menuDl dd .yj a:hover {color: #d7b36e;}

.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	display: none;
	padding: 5px 0;
	z-index: 3;
}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #ffffff;
	margin-bottom: 1px
}

.menuDl dd .ej li:hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li.hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 90px;
}

.subMenu_ul {width: 1000px; overflow: hidden; padding: 0px 0px;}

.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #d7b36e;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.subMenu_ul li a span {	position: relative;}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 2;
	background: rgba(70, 70, 70, 0.5)
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
}

/* .indexBanner::before{content: '';display: block;padding-top: 27.0833%;} */
.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;
	z-index: 1;
}

.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 a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5)
}

.indexBanner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.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: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .bannerbtnBox {
	position: absolute;
	margin: 0 auto;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
}

.indexBanner .bannerbtnBox .wrap {
	position: relative;
	height: 100%;
}

.indexBanner .bannerbtnBox span {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 45px;
	height: 55px;
	background-color: rgba(0, 0, 0, 0.32);
	background-repeat: no-repeat;
	background-position: center;
}

.indexBanner .bannerbtnBox span.prev {
	left: 0;
	background-image: url(../image/indexBannerPrev.png);
}

.indexBanner .bannerbtnBox span.next {
	right: 0;
	background-image: url(../image/indexBannerNext.png);
}

.indexBanner .bannerbtnBox span:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {background: #181818;}
.friendLink {padding-top: 40px;}
.friendLinkBox {
	position: relative;
	background: #353535;
	z-index: 1;
	margin-right: 185px;
}
.friendLinkText {
	cursor: pointer;
	border: 1px solid #535353;
	height: 48px;
	width: 348px;
	line-height: 48px;
}
.friendLinkText .text {
	padding: 0 20px;
	overflow: hidden;
	font-size: 14px;
	color: #CCCCCC;
}
.friendLinkText .icon {
	float: right;
	display: inline;
	width: 48px;
	height: 48px;
	background: url(../image/friendLinkIcon.png)no-repeat center;
}
.friendLinkDl {
	display: none;
	background: #353535;
	max-height: 144px;
	overflow-y: auto;
	border: 1px solid #535353;
	border-top: none;
	position: absolute;
	width: 348px;
	top: 50px;
}
.friendLinkDl a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	color: #CCCCCC;
}
.friendLinkDl a:hover {	color: #ffffff;}
/* 友情链接end   */

.backTop {
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background-color: #d7b36e;
}

.backTop a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/backUpIcon.png)no-repeat center;
}

/* 底部中间start   */
.footerM {
	padding: 40px 0 35px;
	border-top: 1px solid #3d3d3d;
}

.footerML {
	overflow: hidden;
}

.footerML .dd {
	float: left;
	display: inline;
	width: 33%;
}

.footerLogo {
	padding-top: 40px;
	margin-bottom: 40px;
}

.footerLogo img {
	display: block;
	height: 60px;
}

.footerML .dd .con .icon {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #454242;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.footerML .dd.dd1 .con .icon {
	background-image: url(../image/footerIcn1.png);
}

.footerML .dd.dd2 .con .icon {
	background-image: url(../image/footerIcn2.png);
}

.footerML .dd.dd3 .con .icon {
	background-image: url(../image/footerIcn3.png);
}

.footerML .dd .con .text {
	line-height: 28px;
	font-size: 16px;
	color: #d7b36e;
	margin-bottom: 7px;
}

.footerML .dd .con .info {
	line-height: 22px;
	font-size: 16px;
	color: #d7b36e;
	padding-right: 20px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 25px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.footerMenu dd em a {
	font-size: 16px;
	color: #cccccc;
}

.footerMenu dd em a:hover {
	color: #fff;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 25px;
	padding: 5px 0;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #666666;
}

.footerMenu dd span a:hover {
	color: #fff;
}

.footerMR {
	float: right;
	display: inline;
	margin-left: 110px;
	margin-right: -20px;
	padding-top: 3.5rem;
    text-align: center;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}

.footerEwm dd img {
	display: block;
	height: 30px;
	margin: 0px auto 10px auto;
	padding: 2px;
}

.footerEwm dd span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #d7b36e;
	font-size: 15px;
}
/* 底部小图标 */
.code_ico {text-align: center;}
.code_ico a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 1rem;
    background-image: url('../image/icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:1rem;
    cursor:pointer;
    position:relative
}
.code_ico a:first-child {background-position: 0;}
.code_ico a:nth-child(2) {background-position: -167px;}
.code_ico a:nth-child(3) {background-position: -250px;}
.code_ico a:last-child {background-position: -334px;}
.code_ico a:hover {background-image: url('../image/icon-c.png');}
.code_ico .footer-code{
    position: absolute;
    width: 200px;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    display:none;
}
.code_ico a:hover .footer-code{
    display:block;
    z-index: 9999;
    -webkit-animation-name: fadeIn; /*淡入效果*/
    -webkit-animation-duration: 1s; /*持续时间*/
}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	border-top: 1px solid #3d3d3d;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 14px;
	color: #CCCCCC;
	background: #181818;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #CCCCCC;
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #d7b36e;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #CCCCCC;
}

.friendCopyRight .conR a:hover {
	color: #d7b36e;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 25%;
}

.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 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: absolute;
	text-align: left;
	bottom: 110px;
}

.subBanner .textC .cnTitle {font-size: 60px; color: #f5f5f5; line-height: 64px;	font-weight: 600; text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}

.subBanner .textC .enTitle{font-size: 26px;color: rgb(255 255 255 / .78); line-height: 45px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {	clear: both; width: 100%; height: 80px; border-bottom: 1px solid #333333;}

.location {
	height: 80px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../image/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a,
.location span {
	display: inline;
	float: left;
	height: 80px;
	line-height: 80px;
	color: #999999;
	font-size: 14px;
	padding-left: 8px;
}

.location a:hover {color: #d7b36e;}

.subNavBox {position: relative;}

.subNav {margin: 0 autox; text-align: center;}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 20px;
	margin-right:20px;
	text-align: center;
}

.subNav a.hover {
	color: #d7b36e
}

/* ————— 当前位置 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: #d7b36e;
	color: #FFF;
	border-color: #d7b36e;
}

.sjMenu a.hover {
	background: #d7b36e;
	color: #FFF;
	border-color: #d7b36e;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dedede;
	color: #666666;
	border-radius: 3px;
	margin: 0 9px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #d7b36e;
	color: #fff;
	border-color: #d7b36e;
}

.page a.hover {
	background: #d7b36e;
	color: #fff;
	border-color: #d7b36e;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.page a.firstPage div {
	background-image: url(../image/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../image/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../image/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../image/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../image/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../image/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../image/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../image/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../image/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../image/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../image/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../image/lastPage.png)
}

/* ————— 页码 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 ————— */
.sectionCon {
	height: 100%;
}

.sectionTitleBox .title1 {
	line-height: 58px;
	font-size: 40px;
	color: #d7b36e;
}

.sectionTitleBox .title2 {
	line-height: 36px;
	font-size: 20px;
	color: #999999;
}

/* ————— 公共部分 end ————— */
#fp-nav.right {
	right: 4px !important;
	display: none !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #d7b36e !important;
}

.animHide {opacity: 0;}
.zoomIn.animHide {opacity: 1;}

/* ————— 第1通栏 start ————— */
.section1Con {
	position: relative;
	height: calc(100% - 90px);
	/* top: 90px; */
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.seCon2L {
	float: left;
	display: inline;
	height: 100%;
	width: 50%;
}

.seCon2R {
	height: 100%;
	overflow: hidden;
	
}

.seCon2L .bd,
.seCon2L .bd .mySlide,
.seCon2L .bd .slickCon,
.seCon2L .bd .slickCon .pic {
	height: 100%;
}

.indexC2RB {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10%;
}

.indexC2Dl {
	overflow: hidden;
	margin-right: -76px;
	font-size: 0;
}

.indexC2Dl dd {
	width: 30%;
	float: left;
	display: inline;
}

.indexC2Dl dd .con {
	padding: 40px 0 0;
}

.indexC2Dl dd .text {
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}

.indexC2Dl dd .nub {
	font-size: 14px;
	color: #d7b36e;
	margin-bottom: 18px;
}

.indexC2Dl dd .nub span {
	font-size: 40px;
	font-weight: bold;
}

.seCon2RCon .textBox {
	padding: 120px 180px 0 90px;
}

.seCon2RCon .title {
	font-size: 26px;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 24px;
}

.seCon2RCon .sectionTitleBox {
	padding-bottom: 90px;
}

.seCon2RCon .info {
	font-size: 14px;
	line-height: 30px;
	color: #CCCCCC;
}

.seCon2R .sectionMoreBtn {
	padding-top: 60px;
}

.sectionMoreBtn a {
	font-size: 14px;
	color: #d7b36e;
	display: block;
	width: 126px;
	height: 41px;
	border: 2px solid #d7b36e;
	text-align: center;
	line-height: 41px;
	border-radius: 45px;
}

.sectionMoreBtn a span {
	background: url(../image/sectionMoreIcon.png)no-repeat right center;
	padding-right: 25px;
}

.sectionMoreBtn a:hover {
	border-color: #d7b36e;
	background: #d7b36e;
	color: #ffffff;
}

.sectionMoreBtn a:hover span {
	background: url(../image/sectionMoreIconh.png)no-repeat right center;
}

.seCon2RCon {position: relative;	}

.seCon2R .sectionMoreBtn {	margin-bottom: 77px;}

.seCon2RCon .line {width: 100%; height: 160px; line-height: 160px; background: url(../image/section2RLine.png)no-repeat center;text-align: center;}

.seCon2Btn {
	display: inline-block;
	vertical-align: middle;
	width: 148px;
	height: 148px;
	margin: 0 108px;
	border-radius: 100%;
	background: url(../image/seCon2Btnyy.png)no-repeat center center;
	padding-top: 12px;
	padding-left: 12px;
}

.seCon2Btn a {
	display: block;
	width: 134px;
	height: 134px;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	background: #ffffff;
}

.seCon2Btn a .icon {
	height: 60px;
}

.seCon2Btn a .title {
	line-height: 25px;
	font-size: 16px;
	color: #444;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 0;
}

.seCon2Btn a .icon.icon1 {
	background: url(../image/seicon1.png)no-repeat center bottom;
}

.seCon2Btn a .icon.icon2 {
	background: url(../image/seicon2.png)no-repeat center bottom;
}

.seCon2Btn:hover {
	background: url(../image/seCon2Btnyyh.png)no-repeat center center;
	;
}

.seCon2Btn:hover a {
	border-color: #d7b36e;
	background: #d7b36e;
}

.seCon2Btn:hover a .title {
	color: #ffffff;
}

.seCon2Btn:hover a .icon.icon1 {
	background: url(../image/seicon1h.png)no-repeat center bottom;
}

.seCon2Btn:hover a .icon.icon2 {
	background: url(../image/seicon2h.png)no-repeat center bottom;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3Con {
	padding-top: 120px;
	background: #000000;
}

.section3ConL {	overflow: hidden;}

.section3ConR {	width: 1200px; float: right; display: inline; padding-top: 95px; text-align:right;}

.section3_video {
	width:80%;
	height:550px;
	overflow: hidden;
	border-radius: 28px;
	margin-left: 90px;
	cursor: pointer;
}

.section3ConRDl {
	overflow: hidden;
	border-radius: 28px;
}

.section3ConRDl .dd {
	height: 620px;
	float: left;
	display: inline;
	width: 25%;
}

.section3ConRDl .dd a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.section3ConRDl .dd .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.section3ConRDl .dd .textBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.section3ConRDl .dd .textBox .title {
	font-size: 22px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	height: 35px;
	overflow: hidden;
	margin-bottom: 25px;
}

.section3ConRDl .dd .textBox .line {
	width: 22px;
	height: 5px;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.section3ConRDl .dd .textBox .moreBtn {
	opacity: 0;
	display: none;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	width: 126px;
	height: 41px;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 41px;
	border-radius: 45px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.section3ConRDl .dd .textBox .moreBtn span {
	background: url(../image/sectionMoreIconh.png)no-repeat right center;
	padding-right: 25px;
}

.section3ConRDl .dd:hover .textBox .line {
	margin-bottom: 60px;
}

.section3ConRDl .dd:hover .textBox .moreBtn {
	display: block;
	opacity: 1;
}

.section3ConRDl .dd:hover .textBox {
	background: rgba(0, 0, 0, 0.2);
}

.section3ConL .info {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	height: 180px;
	overflow: hidden;
	margin-right: 55px;
	padding-right: 15px;
}

.section3ConL .imgBox {
	width: 157px;
	margin-bottom: 35px;
	padding-top: 100px;
}

.section3ConL .imgBox .pic::before {
	padding-top: 36.3057324%;
}

.section3ConL .sectionMoreBtn {
	padding-top: 105px;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4Con {
	padding-top: 120px;
}

.sectionTitleBoxs .sectionTitleBox {
	overflow: hidden;
}

.sectionTitleBoxs .sectionMoreBtn {
	padding-top: 25px;
}

.section4Dl {
	padding-top: 65px;
	overflow: hidden;
}

.section4Dl .slickCon .pic::before {
	padding-top: 66.6%;
}

.section4Dl .bd {
	margin-right: -30px;
}

.section4Dl .slickCon {
	margin-right: 30px;
	border-radius: 15px;
	overflow: hidden;
}

.section4Dl .slickCon .textC {
	padding-top: 20px;
	border: none;
	background: rgba(88, 88, 88, 0.3);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.section4Dl .slickCon .title {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.section4Dl .slickCon a {
	color: #ffffff;
}

.section4Dl .slickCon a:hover {
	color: #d7b36e;
}

.section4Dl .slickCon .info {
	line-height: 33px;
	height: 66px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.section4DlBox {
	position: relative;
}

.section4DlBox .section4DlBtnBox {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

.section4DlBox .section4DlBtnBox span {
	cursor: pointer;
	width: 45px;
	height: 55px;
	margin-top: -27px;
	display: block;
	background-color: #ebebeb;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.section4DlBox .section4DlBtnBox span.prev {
	left: -75px;
	background-image: url(../image/section4DlPrev.png);
}

.section4DlBox .section4DlBtnBox span.next {
	right: -75px;
	background-image: url(../image/section4DlNext.png);
}

.section4DlBox .section4DlBtnBox span:hover {
	background-color: #d7b36e;
}

.section4DlBox .section4DlBtnBox span.prev:hover {
	background-image: url(../image/section4DlPrevh.png);
}

.section4DlBox .section4DlBtnBox span.next:hover {
	background-image: url(../image/section4DlNexth.png);
}
/* ————— 第4通栏 end ————— */

/* ————— 第5通栏 start ————— */
.section5Con {
	padding: 0 40px;
	display: flex;
}

.section5ConL {
	float: left;
	display: inline;
	width: 440px;
	padding-top: 120px;
}

.section5ConR {
	overflow: hidden;
	flex: 1;
}

.section5ConL .sectionTitleBox {
	text-align: center;
}

.section5BTnDl {
	padding-top: 186px;
}

.section5BTnDl .dd {
	margin-bottom: 30px;
}

.section5BTnDl .dd a {
	display: block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #d7b36e;
	margin: 0 auto;
	color: #d7b36e;
	font-size: 16px;
}

.section5BTnDl .dd a:hover {
	background-color: #d7b36e;
	border-color: #d7b36e;
	color: #ffffff;
}

.section5Dl,
.section5Dl .bd,
.section5Dl .bd .slick-list,
.section5Dl .bd .slick-list .slick-track,
.section5Dl .bd .slick-list .mySlide,
.section5Dl .bd .slick-list .mySlide .slickCon {height: 100%;}

/* .section5Dl .bd{margin: 0 -40px;} */
.section5Dl .slickCon {
	margin: 0 40px;
}

.section5Dl .slickCon .time1 {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 30px;
	color: #999999;
}

.section5Dl .slickCon .time2 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	color: #999999;
}

.section5Dl .slickCon .text1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	height: 30px;
	overflow: hidden;
}

.section5Dl .slickCon .text1 a {color: #FFFFFF;}

.section5Dl .slickCon .text2 {
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	color: #CCCCCC;
}

.section5Dl .slickCon .pic::before {padding-top: 66.5%;}

.section5Dl .slickCon .moreBtn {padding-top: 60px;}

.section5Dl .slickCon .moreBtn a {font-size: 14px; line-height: 25px;color: #d7b36e;}

.section5Dl .slickCon .moreBtn a span {background: url(../image/section5DlBtnIcon.png)no-repeat right center; padding-right: 30px;}

.section5Dl .bd .mySlide:hover {background:rgba(0,0,0,0.2) none repeat scroll !important;}

.section5Dl .bd .mySlide:hover .slickCon .time1,.section5Dl .bd .mySlide:hover .slickCon .text1 a,.section5Dl .bd .mySlide:hover .slickCon .moreBtn a {color: #d7b36e;}

.section5Dl .bd .mySlide:hover .slickCon .moreBtn a span {background: url(../image/section5DlBtnIconh.png)no-repeat right center;}

.section5Dl .bd .mySlide:hover .slickCon .time2 {color: #d7d4d4;}

.section5ConPage {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 190px;
}

.section5ConPage .section5ConPrev,
.section5ConPage .section5ConNext {
	width: 45px;
	height: 55px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.section5ConPage .section5ConPrev {
	background-image: url(../image/section5ConPrev.png);
	background-repeat: no-repeat;
	background-position: center;
}

.section5ConPage .section5ConNext {
	background-image: url(../image/section5ConNext.png);
	background-repeat: no-repeat;
	background-position: center;
}

.section5ConPage .section5ConPrev:hover,
.section5ConPage .section5ConNext:hover {
	background-color: #d7b36e;
}

.section5ConPage .text {
	margin: 0 15px;
	font-size: 14px;
	color: #666666;
	line-height: 55px;
}

.section5ConPage .text span {
	color: #d7b36e;
	font-size: 22px;
	font-weight: bold;
}

/* ————— 第5通栏 end ————— */
/* ========== 首页 end ========== */

.fullView {
	width: 100px;
	text-align: center;
	position: relative;
	top: 25px;
	height: 45px;
	border-radius: 3px;
	overflow: hidden;
}

.fullView a {
	display: block;
	box-sizing: border-box;
	padding: 0 15px;
	background: #d7b36e;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.fullView span {
	padding: 5px 0;
	padding-left: 40px;
	display: inline-block;
	height: 35px;
	font-size: 14px;
	color: #fff;
	background: url(../image/qj.png) left center no-repeat;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.fullView a:hover {
	opacity: 0.95;
}

.fullView:hover span {
	padding-left: 38px;
}

.xcBtn{
	margin-left: 20px;
}
.xcBtn a{
	height: 45px;
	border: 1px solid #d7b36e;
	background: transparent;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing: border-box;
}
.fullView.xcBtn span{
	color: #d7b36e;
	background: url(../image/xcsp.png) left center no-repeat;
}
.xcBtn:hover span{
	color: #fff;
	background: url(../image/xcsp_h.png) left center no-repeat;
}
.xcBtn:hover a{
	background: #d7b36e;
}