.accordion{
	width:100%;
	height:506px;
}
.accordion{
	width:100%;
	overflow: hidden;
}
.accordion .acc-item{
	width:calc((100% - 669px)/3);
	height:100%;
	float: left;
	transition: all 0.4s;
	position:relative;
}
.accordion .acc-item .acc-logo{
	position:absolute;
	left: 24px;
	bottom: 24px;
	z-index: 7;
}
.accordion .acc-item .acc-bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.accordion .acc-item .acc-bg::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11,51,65,0.5);
}
.accordion .acc-item .acc-bg img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.accordion .acc-item.active{
	width:669px;
	transition: all 0.4s;
}
.accordion .acc-item .acc-noraml{
	width:100%;
	position:absolute;
	z-index:2;
	top: 147px;
	left:0;
	height: 133px;
	padding-top:80px;
	box-sizing: border-box;
}
.accordion .acc-item .acc-noraml .text{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 25px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	padding: 0 24px;
	margin-top: 5px;
}
.accordion .acc-item .acc-noraml .word{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	padding: 0 24px;
}
.accordion .acc-item .acc-active{
	opacity: 0;
	width:0;
	height:0;
}
.acc-item .acc-active .acc-title{
	width: 669px;
	text-align: left;
	box-sizing: border-box;
	padding: 119px 24px 0 24px;
}
.acc-item .acc-active .acc-title .price{
	padding-top:26px;
}
.acc-item .acc-active .acc-title .price .item{
	display: inline-block;
	width:94px;
	height:27px;
	background: url("../img/fly.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size:14px;
	color:#DAB895;
	line-height: 27px;
}
.acc-title .title{
	font-weight: 500;
	font-size: 34px;
	color: #FFFFFF;
	line-height: 48px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.acc-title .subTitle{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
.acc-title .title::before{
	content: '';
	left: 0;right: 0;
	height: 2px;
	background: #F5EBE2;
	position:absolute;
	bottom:-12px;
}
.accordion .acc-item.active .acc-noraml{
	opacity: 0;
	width:0;
	height:0;
}
.accordion .acc-item.active .acc-active{
	opacity: 1;
	width:100%;
	height:100%;
	background: linear-gradient( 9deg, #3089A6 0%, rgba(0,0,0,0) 100%);
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	overflow: hidden;
}
.acc-item .acc-active .acc-detail{
	width: 494px;
	padding:0 24px;
	font-size:1.125rem;
	text-align:justify;
	color:#fff;
	line-height: 28px;
}
.acc-item .acc-active .acc-more{
	width: 117px;
	height: 38px;
	line-height: 37px;
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
	position:absolute;
	bottom: 47px;
	left:50%;
	transform: translate(-50%,0);
	cursor: pointer;
	border-radius: 2px;
	border: solid 1px #fff;
}
.acc-item .acc-active .acc-more:hover{background: #fff;color: #BF0B15;}

.jtgk_nav{
	position: absolute;
	top: 403px;
	left: 0;
	bottom: 313px;
	width: 96px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
	padding-top: 64px;
	z-index: 99;
}

.jtgk_nav.hover{
	position: fixed;
	top: 100px;
	bottom: 0;
}

.jtgk_nav_mian{
	width: 26px;
	font-size: 18px;
	color: #595959;
	line-height: 25px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.jtgk_nav_mian::before{
	content: '';
	width: 10px;
	height: 10px;
	background: #8C8C8C;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -5px;
	border-radius: 5px;
}

.jtgk_nav_mian.hover{
	color: #262626;
}

.jtgk_nav_mian.hover::before{
	width: 8px;
	height: 8px;
	background: #3089A6;
	top: -22px;
	left: 50%;
	margin-left: -4px;
	border-radius: 4px;
	z-index: 3;
}

.jtgk_nav_mian.hover::after{
	content: '';
	width: 16px;
	height: 16px;
	background: rgba(48,137,166,0.2);
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -8px;
	border-radius: 8px;
	z-index: 2;
}

.jtgk_nav_mian+.jtgk_nav_mian{
	margin-top: 92px;
}

.pageTitle{
	padding-top: 44px;
	text-align: center;
}
.pageTitle_word{
	font-weight: 500;
	font-size: 46px;
	color: #333333;
	line-height: 65px;
	position: relative;
}

.pageTitle_word::before{
	content: '';
	width: 75px;
	height: 1px;
	background: #262626;
	position: absolute;
	top: 72px;
	left: 50%;
	margin-left: -37.5px;
}

.pageTitle_lable{
	font-weight: 500;
	font-size: 22px;
	color: #8C8C8C;
	line-height: 31px;
	margin-top:6px;
	display: none;
}
.jtgk_banner{
	background: url(../img/banner01.png) center center no-repeat;
	background-size: 1920px 403px;
	height: 403px;
}

.ideas_box{
	background: url(../img/ideas_bg.png) center center no-repeat;
	background-size: 1402px 559px;
	height: 559px;
	display: flex;
	margin-top: 48px;
}

.ideas_line{
	background: #FFFFFF;
	width: 1px;
}

.ideas_mian{
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ideas_mian_logo{
	height: 82px;
}

.ideas_mian_word{
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.ideas_mian:hover{
	background: rgba(48,137,166,0.9);
}

.ideas_mian_num{
	font-weight: 500;
	line-height: 56px;
	font-size: 14px;
	color: #FFFFFF;
	display: none;
}

.ideas_mian_num span{
	font-size: 40px;
	margin-right: 10px;
}

.ideas_mian_title{
	margin-top: 7px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	display: none;
}

.ideas_mian_lable{
	margin-top: 70px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	display: none;
}

.ideas_mian:hover .ideas_mian_logo,.ideas_mian:hover .ideas_mian_word{
	display: none;
}

.ideas_mian:hover .ideas_mian_num,.ideas_mian:hover .ideas_mian_title,.ideas_mian:hover .ideas_mian_lable{
	display: block;
}

.group_box{
	margin-top: 48px;
	display: flex;
}

.group_photo{
	width: 668px;
	height: auto;
	margin-right: 26px;
	flex: none;
}

.group_photo img{
	width: 668px;
	height: 100%;
}

.group_mian{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.group_mian_word{
	font-size: 1.125rem;
	color: #595959;
	line-height: 32px;
	text-indent: 2em;
}

.group_mian_lable{
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
	border-radius: 6px;
	padding-left: 69px;
	height: 250px;
	padding-top: 42px;
	margin-top: 16px;
}

.group_mian_lable .group_mian_lable_box:nth-child(3n+1){
	width: 225px;
}

.group_mian_lable .group_mian_lable_box:nth-child(3n+2){
	width: 212px;
}


.group_mian_lable_title{
	font-weight: bold;
	font-size: 32px;
	color: #3089A6;
	line-height: 41px;
}

.group_mian_lable_unit{
	margin-left: 9px;
	font-weight: 400;
	font-size: 1.125rem;
	color: #262626;
}

.group_mian_lable_span{
	margin-right: 9px;
	font-weight: 400;
	font-size: 14px;
	color: #262626;
}

.group_mian_lable_word{
	font-size: 1.125rem;
	color: #595959;
	line-height: 20px;
}

.pageSubTitle{
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	line-height: 45px;
	margin-top: 48px;
}

.project_title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.project_title_word{
	margin: 0 10px;
	font-weight: 500;
	font-size: 20px;
	color: #262626;
	line-height: 28px;
}

.carousel_photo{
	width: 751px;
	height: 477px;
}

.carousel_photo #carouselSmallIndicators{
	height: 477px;
}

.carousel_photo #carouselSmallIndicators .carousel-indicators{
	margin: 0 28px 22px 28px;
	justify-content: flex-end;
}

.carousel_photo #carouselSmallIndicators .carousel-indicators button{
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.3);
	opacity: 1;
	margin: 0 4px;
	padding: 0;
	border: 0;
	border-radius: 4px;
}

.carousel_photo #carouselSmallIndicators .carousel-indicators button.active{
	width: 20px;
	background: #FFFFFF;
	border-radius: 5px;
}

.carousel_eject{
	width: 813px;
	height: 398px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
	border-radius: 6px;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 9;
}

.carousel_eject_title{
	padding: 53px 42px 0 65px;
	position: relative;
	font-weight: 500;
	font-size: 42px;
	color: #333333;
	line-height: 59px;
}

.carousel_eject_title::before{
	content: '';
	position: absolute;
	top: 65px;
	left: 42px;
	width: 7px;
	height: 36px;
	background: #3089A6;
}

.carousel_eject_tabs{
	position: absolute;
	top: 74px;
	right: 51px;
	display: flex;
	font-weight: 400;
	font-size: 24px;
	color: #595959;
	line-height: 33px;
	cursor: pointer;
}

.carousel_eject_tabs .hover{
	color: #3089A6;
}

.carousel_eject_word{
	margin-top: 36px;
	padding: 0 42px;
	font-size: 1.125rem;
	color: #595959;
	line-height: 41px;
	text-indent: 2em;
}


.photoEject_title{
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	letter-spacing: 1px;
	text-decoration: none;
}

.photoEject:hover{
	background: rgba(0,0,0,0.5);
}

.photoEject:hover .photoEject_title{
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 31px;
	position: relative;
	text-align: center;
}

.photoEject:hover .photoEject_title::after{
	content: '';
	display: block;
	width: 92px;
	height: 5px;
	background: #3089A6;
	margin: 10px auto 0 auto;
}

.cybk_banner{
	background: url(../img/banner02.png) center center no-repeat;
	background-size: 1920px 403px;
	height: 403px;
}

.hotNews_lable{
	padding: 0 18px;
	height: 40px;
	background: #3089A6;
	border-radius: 0px 0px 6px 6px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 25px;
}

.strategy_city{
	position: absolute;
	font-size: 16px;
	color: #909090;
	line-height: 22px;
	cursor: pointer;
}

.strategy_city::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: 0 auto 9px auto;
	background: #3089A6;
}

.strategy_city.hover{
	color: #fff;
}

.strategy_city.hover::before{
	background: #fff;
}

.strategy_city01{
	top: 150px;
	left: 165px;
}

.strategy_city02{
	top: 33px;
	left: 399px;
}

.strategy_city03{
	top: 155px;
	left: 382px;
}

.strategy_eject{
	position: absolute;
	padding-bottom: 8px;
	border-radius: 6px;
	border: 1px solid #3089A6;
	width: 107px;
	background: #fff;
	display: none;
}

.strategy_eject01{
	top: 35px;
	left: -20px;
}

.strategy_eject02{
	top: -30px;
	left: 510px;
}

.strategy_eject03{
	top: 154px;
	left: 530px;
}

.strategy_eject_title{
	height: 28px;
	background: #3089A6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

.strategy_eject_mian{
	padding: 0 16px;
}

.strategy_eject_lable{
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.strategy_eject_lable_name{
	flex: none;
	font-size: 12px;
	color: #595959;
	line-height: 20px;
}

.strategy_eject_lable_num{
	width: 100%;
	overflow: hidden;
	text-align: right;
	font-size: 12px;
	color: #595959;
	line-height: 20px;
}

.strategy_eject_lable_num span{
	color: #3089A6;
	font-size: 14px;
	margin-right: 6px;
}

.z-9{z-index: 9;}

.culture{
	margin-top: 48px;
	display: flex;
}

.culture_mian{
	width: 306px;
	height: 498px;
	position: relative;
	cursor: pointer;
}

.culture_mian_title_cover{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 133px;
	background: linear-gradient( 180deg, rgba(48,137,166,0) 0%, rgba(48,137,166,0.5) 61%, #3089A6 100%);
	opacity: 0.86;
	z-index: 2;
}

.culture_mian_title{
	position: absolute;
	left: 32px;
	bottom: 24px;
	height: 42px;
	z-index: 3;
	display: flex;
	align-items: center;
	line-height: 42px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
}

.culture_mian_title span{
	margin-right: 8px;
	font-size: 36px;
}

.culture_mian img{
	width: 306px;
	height: 498px;
	object-fit: cover;
}

.culture_mian.hover{
	width: 480px;
	height: 498px;
}

.culture_mian.hover img{
	width: 480px;
	height: 498px;
}

.culture_mian.hover .culture_mian_title_cover{
	top: 0;
	height: auto;
	background: #3089A6;
	opacity: 0.8;
}

.culture_mian.hover .culture_mian_title{
	display: none;
}

.culture_mian.hover .culture_mian_box{
	display: block;
}

.culture_mian_box{
	position: absolute;
	left: 30px;
	top: 58px;
	z-index: 3;
	display: none;
}

.culture_mian_header{
	display: flex;
	align-items: center;
	height: 114px;
}

.culture_mian_header_num{
	font-weight: 900;
	font-size: 96px;
	color: #FFFFFF;
	margin-right: 9px;
	line-height: 114px;
}

.culture_mian_header_word{
	font-weight: 500;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 40px;
}

.culture_mian_lable{
	margin-top: 40px;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
}

.navbar .nav-item .nav-sub{
	width: 169px;
	background: #FFFFFF;
	height:0;
	position:absolute;
	opacity: 0.7;
	top:50px;
	left:50%;
	transform: translate(-50%,0);
	border-radius:0 0 4px 4px;
	overflow: hidden;
	transition: all 0.3s;
}
.navbar .nav-item:hover>a{
	color:#460073;
}
.navbar .nav-item:hover .nav-sub{
	transition: all 0.7s;
	opacity: 1;
	height:auto;
	border-top:2px solid rgba(111, 125, 142, 0.2);
}

.nav-item .nav-sub .sub-item a{
	font-size:14px;
	color:#333333;
	height:35px;
	line-height: 35px;
	padding-left:16px;
	width:100%;
	box-sizing:border-box;
}
.nav-item .nav-sub .sub-item:hover a{
	background: #6C577F;
	color:#fff;
	cursor: pointer;
}

.fake{
	-webkit-transform: translate(-50%,50px)!important;
	transform: translate(-50%,50px)!important;
	visibility:hidden;
	opacity:1!important;
	position: fixed !important;
	left:0;
	top:120px;
	width:100% !important;
	height: 0!important;
}

.nav-sub-eject-cover{
	position: fixed;
	top:100px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
}

.nav-sub-eject-line{
	width: 370px;
	float: left;
	height: 163px;
	margin-top: 70px;
	border-right: solid 1px rgba(111, 125, 142, 0.2);
	z-index: 9;
	position: relative;
	padding-top: 35px;
}

.nav-item .nav-sub-eject-line a{
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	color: #425A77!important;
	font-size: 20px;
	padding: 0;
	margin-bottom: 32px;
	font-weight: normal!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

.nav-item .nav-sub-eject-line a.into{
	color: #460073!important;
}

.nav-sub-eject-bg-jtgk{
	background: url(../img/jtgk.png) right center no-repeat;
	background-size: 819px 303px;
}
.nav-sub-eject-bg-xwzx{
	background: url(../img/xwzx.png) right center no-repeat;
	background-size: 819px 303px;
}
.nav-sub-eject-bg-ywly{
	background: url(../img/ywly.png) right center no-repeat;
	background-size: 819px 303px;
}
.nav-sub-eject-bg-tdjs{
	background: url(../img/tdjs2.png) right center no-repeat;
	background-size: 819px 303px;
}

.nav-sub-eject-lable{
	margin-left: 70px;
	width: 550px;
	float: left;
	margin-top: 84px;
}
.nav-sub-eject-lable-title{
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	color: #233043;
	font-weight: bold;
}

.nav-sub-eject-lable-tips{
	margin-top: 13px;
	height: 120px;
	line-height: 30px;
	font-size: 16px;
	color: #6F7D8E;
}

.nav-sub-eject-lable-more{
	width: 120px;
	height: 38px!important;
	background: linear-gradient(45deg, #3089A6 0%, #3089A6 100%);
	border-radius: 19px;
	line-height: 38px!important;
	text-align: center;
	color: #FFFFFF!important;
	font-size: 14px!important;
	cursor: pointer;
	padding: 0!important;
}

.nav-sub-eject-mian img{
	width:100%;
	height: 420px;
	object-fit: cover;
}
.nav-sub-eject{
	display: block;
	width:100%;
	height: 303px;
}
.nav-item:hover .fake{
	display: block !important;
	border:0 !important;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility:visible;
	opacity:1;
	height: 303px!important;
}

.hot-title{
	height: 80px;
	border-bottom: solid 1px #CCCCCC;
	display: flex;
	align-items: center;
	margin-right: 23px;
	position: relative;
}

.hot-title-mian{
	font-weight: 600;
	font-size: 24px;
	color: #595959;
	line-height: 33px;
	cursor: pointer;
}

.hot-title-mian.hover{
	color: #262626;
	position: relative;
}

.hot-title-mian.hover::before{
	content: '';
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	background: #3B8FAA;
	height: 2px;
}

.hot-title-mian+.hot-title-mian{
	margin-left: 24px;
}

.hot-title-more{
	font-weight: 400;
	font-size: 14px;
	color: #898989;
	line-height: 20px;
	position: absolute;
	top: 29px;
	right: 0;
	text-decoration: none;
}

.certify{position: relative;width: 1400px;overflow: hidden;margin-top: 80px;}
.certify .swiper-container{padding-bottom: 30px;}
.certify .swiper-slide {width: 690px;height: 440px;background: #fff;box-shadow: 0 8px 30px #ddd;}
.certify .swiper-slide img{display:block;object-fit: cover;width: 690px;height: 440px;}
.certify .swiper-slide p {line-height: 44px;padding-top: 0;text-align: center;color: #233043;font-size: 16px;margin: 0;}
.certify .swiper-pagination {width: 100%;bottom: 20px;}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active{border: 3px solid #00aadc;background-color: #fff;}
.certify .swiper-button-prev{left: 30px;width: 56px;height: 56px;background: url(../img/prevH.png) no-repeat;background-size: 100%;z-index: 2;}
.certify .swiper-button-next{right: 30px;width: 56px;height: 56px;background: url(../img/nextH.png) no-repeat;background-size: 100%;z-index: 2;}
.certify .swiper-button-prev::after,.certify .swiper-button-next::after{display: none;}

.accordion_eject{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 0;background: rgba(0,0,0,0.85);z-index: 9999;padding-bottom: 40px;padding-top: 40px;box-sizing: border-box;transition: all 0.7s;opacity: 0;overflow: hidden;}
.w1400{width: 1400px;margin: 0 auto;}
.accordion_eject_yebk{top: 167px;}
.accordion_eject.hover{height: 100%;opacity: 1;}
.accordion_eject_yebk.hover{height: 518px;}
.accordion_eject_photo{width: 584px;height: 438px;flex: none;}
.accordion_eject_photo img{width: 100%;height: 100%;object-fit: cover;}
.accordion_eject_mian{width: 100%;margin-left: 50px;margin-right: 32px;overflow: hidden;}
.accordion_eject_box{width: 100%;display: flex;position: relative;}
.accordion_eject .acc-title .title::before{display: none;}
.business_swiper_box{height: 100%;}
.business_swiper_box_more{height: 22px;font-size:16px;color:#fff;line-height: 22px;position:absolute;bottom: 125px;left: 0;cursor: pointer;background: url(../img/more.png) right center no-repeat;background-size: 15px 5px;padding-right: 23px;z-index: 9;}

.accordion_eject_close{width: 40px;height: 40px;position: absolute;top: 25px;right: 25px;background: url(../img/close.png) center center no-repeat;background-size: 40px 40px;cursor: pointer;z-index: 9;}
.accordion_eject_cover{position: fixed;top: 100px;left: 0;right: 0;bottom: 0;display: none;}
.accordion_eject_mian .acc-title{box-sizing: border-box;padding: 0px 24px 0 24px;}
.accordion_eject_mian .acc-title .price{
	padding-top: 16px;
	width: 332px;
}
.accordion_eject_mian .acc-title .price .item{
	display: inline-block;
	text-align: center;
	width: auto;
	height:27px;
	/* background: url("../img/fly.png"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size:14px;
	color:#DAB895;
	line-height: 27px;
	padding-left: 22px;
	padding-right: 20px;
	position: relative;
}
.accordion_eject_mian .acc-title .price .item.none::before{
	display: none;
}
.accordion_eject_mian .acc-title .price .item.none::after{
	display: none;
}
.accordion_eject_mian .acc-title .price .item::before{
	content: '';
	width: 22px;
	height: 27px;
	background: url("../img/fly.png") left center no-repeat;
	background-size: 94px 27px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion_eject_mian .acc-title .price .item::after{
	content: '';
	width: 20px;
	height: 27px;
	background: url("../img/fly.png") right center no-repeat;
	background-size: 94px 27px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.accordion_eject_mian .acc-detail{
	padding:0 24px;
	font-size: 1.125rem;
	color:#fff;
	line-height: 28px;
	margin-top: 16px;
}

.accordionSwiper {
	width: 100%;
	height: 438px;
}

.accordionSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
.accordionSwiper .swiper-slide a{
	display: inline-block;
	width:100%;
	height:100%;
}
.accordionSwiper .swiper-slide .slide-title{
	width:100%;
	height: 71px;
	line-height:71px;
	padding:0 24px;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 34%, rgba(0,0,0,0.65) 100%);
	border-radius: 0px 0px 4px 4px;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
}
.accordionSwiper .swiper-slide .slide-title .title{
	float:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 720px;
}
.accordionSwiper .swiper-slide .slide-title .time{
	float:right;
}
.accordionSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.accordionSwiper .swiper-button-next1, .swiper-button-prev1{
	width:47px;
	height:71px;
	cursor: pointer;
	bottom: 178px;
	position:absolute;
	z-index:1;
	opacity: 0;
}
.accordionSwiper:hover .swiper-button-next1{
	opacity: 1;
}
.accordionSwiper:hover .swiper-button-prev1{
	opacity: 1;
}
.accordionSwiper .swiper-button-next1::after, .swiper-button-prev1::after{
	opacity: 0;
}
.accordionSwiper .swiper-button-next1{
	right:0;
	background:url("../img/picRight.png") no-repeat left center;
	background-size: 47px 71px;
}
.accordionSwiper .swiper-button-prev1{
	left:0;
	background:url("../img/picLeft.png") no-repeat left center;
	background-size: 47px 71px;
}
.accordionSwiper .swiper-pagination{
	bottom: 32px;
}
.accordionSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 42px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 5px;
	opacity: 0.5;
}
.accordionSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #6C577F;
}

.bgf6{background: #F6F6F6;}

.overview_tabs{display: flex;}
.overview_tabs_header{margin-top: 40px;flex: none;}
.overview_tabs_header_mian{height: 42px;line-height: 25px;font-size: 18px;color: #8C8C8C;cursor: pointer;}
.overview_tabs_header_mian.hover{color: #35869E;position: relative;}
.overview_tabs_header_mian.hover::before{content: '';position: absolute;bottom: 0;left: 0;right: 0;background: #3788A0;border-radius: 4px;height: 2px;}
.overview_tabs_header_mian+.overview_tabs_header_mian{margin-top: 32px;}
.overview_tabs_box{margin-left: 76px;}
.bg06{background: url(../img/bg12.png) center center no-repeat;background-size: 1920px 985px;height: auto;padding-bottom: 100px;}

.pageBottom_nav {
    margin-top: 6px;
    margin-left: 6px;
	padding-bottom: 20px;
}

.pageBottom_nav_title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.pageBottom_nav_list {
    margin-top: 6px;
    height: auto;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}

.pageBottom_nav_list a {
    color: #fff;
    text-decoration: none;
}

.pageBottom_nav_list a:visited {
    color: #fff;
}

.pageBottom_nav_list a:link {
    color: #fff;
}

.pageBottom_nav_list a:active {
    color: #fff;
}

.pageBottom_nav_list a:hover {
    color: #fff;
}