.newad-bg{background: url("../img/xsqyBg.png") center center no-repeat; width: 100%; margin-top: 40px; padding-bottom: 196px;}
.index_sector{background: #fff;background-size:auto;height: 456px; width: 100%;margin:40px auto 0 auto;position: relative;border-radius: 6px;}
.index_sector .swiper{height: 456px;}
.index_sector .swiper-pagination{left: 50% !important;top: calc(100% + 70px) !important;transform: translate3d(-50%,0,0) !important;width: auto !important;}
.index_sector .swiper-pagination .swiper-pagination-bullet{width: 16px;height:16px;margin-left:8px;background:#fff;border: 1px solid #979797;opacity:1; float:left;}
.index_sector .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #000096;border: 1px solid #000096;margin-left:8px;}
.index_sector .swiper-button-next1,.index_sector .swiper-button-prev1{width: 50px;height: 50px;border-radius: 25px;position: absolute;bottom: 205px;z-index: 11;background-size: 50px 50px;background-repeat: no-repeat;background-position: center center;}
.index_sector .swiper-button-next1{right: -82px;background-image: url("../img/imgswiper-right.png");}
.index_sector .swiper-button-prev1{left: -82px;background-image: url("../img/imgswiper-left.png");}
.index_sector .swiper-button-next1:hover,.index_sector .swiper-button-prev1:hover{background-color: #F4f4f4;}
.index_sector .swiper-button-next1:active,.index_sector .swiper-button-prev1:active{background-color: #F4f4f4;}
.index_sector .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical{margin-left:8px;}
.index_sector_mian{width: 100%;height: 456px;padding-left: 32px;padding-top: 1px;background: url("../img/sectorBg.png");background-size: 1026px 476px;background-position: -30px -11px;}
.index_sector_mian .h40{height: 40px;width:100%;}
.index_sector_num{height: 64px;line-height: 64px;margin-top: 8px;font-size: 50px;color: #fff;font-weight: bold;}
.index_sector_title{height: 45px;line-height: 45px;margin-top: 60px;color: #000;font-size: 32px;}
.index_sector_lable{height: 20px;line-height: 20px;margin-top: 40px;font-size: 16px;color: #262626;width: 282px;font-weight: bold;}
.index_sector_line{margin-top: 12px;width: 48px;height: 4px;background: #fff;}
.index_sector_word{height: auto;line-height: 25px;font-size: 14px;color: #595959;margin-top: 24px;width: 348px;text-align:justify;}
a.index_sector_more{width: 94px;height: 36px;line-height: 36px;background: #000096;border-radius: 4px;color: #FFFFFF;font-size: 14px;text-align: center;display: block;text-decoration: none;position: absolute; bottom: 32px;left: 32px;}
a.index_sector_more:hover{background: #000096;color: #fff;}
.index_sector_mian .index_sector_photo{width: 780px;height:456px;position: absolute;top:0; right:0;}
.index_sector_photo img{width: 780px;height: 456px;display: block;}

.accordion{
	width:100%;
	height:506px;
}
.accordion{
	width:100%;
	overflow: hidden;
}
.accordion .acc-item{
	width:calc((100% - 408px)/5);
	height:100%;
	float: left;
	transition: all 0.4s;
	position:relative;
}
.accordion .acc-item .acc-bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit: cover;
}
.accordion .acc-item.active{
	width:408px;
	transition: all 0.4s;
}
.accordion .acc-item .acc-noraml{
	width:100%;
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	height: 133px;
	background: linear-gradient(180deg, rgba(225,25,47,0) 0%, rgba(170,14,32,0.5) 59%, #540509 100%);
	opacity: 0.86;
	padding-top:80px;
	box-sizing: border-box;
}
.accordion .acc-item .acc-noraml .text{
	font-size: 16px;
	line-height: 22px;
	color:#FFFFFF;
	height:44px;
	vertical-align: middle;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accordion .acc-item .acc-active{
	opacity: 0;
	width:0;
	height:0;
}
.acc-item .acc-active .acc-title{
	width:408px;
	height: 123px;
	text-align: center;
	padding-top:45px;
	box-sizing: border-box;
}
.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-size:24px;
	color:#fff;
	font-weight: bold;
	position:relative;
	display: inline-block;
}
.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: rgba(191, 11, 21, 0.8);
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	overflow: hidden;
}
.acc-item .acc-active .acc-detail{
	width:408px;
	padding:0 40px;
	font-size:14px;
	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;}


#goNextPage{
	padding-right:22px;
	background:url("../img/downT.png") no-repeat right center;
	background-size: 14px 9px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: scrolls;
	animation-name: scrolls;
}
@-webkit-keyframes scrolls {
  from {
    bottom: 5px;
  }
  50% {
    bottom: calc(5px + 12px);
  }
  100% {
    bottom: 5px;
  }
}
@keyframes scrolls {
  from {
    bottom: 5px;
  }
  50% {
    bottom: calc(5px + 12px);
  }
  100% {
    bottom: 5px;
  }
}

.loading{
	height:100vh;
	transition: all 1s ease-in-out;
}
.loading-on{
	height:100vh;
	overflow: hidden;
}
.animate{
	height:0px;
	/* opacity:0; */
}


.industry .swiperOut {
	height:679px;
	width: 100%;
}
.industry .swiperOut .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.industry .swiperOut .swiper-slide {
	background-size: cover;
	background-position: center;
	position: relative;
}
.swiperOut .swiper-intr{
	position:absolute;
	width:1200px;
	left:50%;
	top:0;
	z-index:10;
	transform: translate(-50%,0);
	padding-top: 325px;
	text-align: center;
}
.industry .swiperOut .swiper-intr .swiper-title{
	font-size:32px;
	color:#FFFFFF;
	font-weight: bold;
}
.industry .swiperOut .swiper-intr .swiper-detail{
	padding-top: 47px;
	height: auto;
	font-size:14px;
	color:#fff;
	line-height: 28px;
	margin: 0 auto;
	width: 950px;
}
.industry .swiperOut .swiper-intr .swiper-more{
	display: inline-block;
	text-decoration: none;
	width: 121px;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #FAFAFA;
	font-size:14px;
	color:#FFFFFF;
	line-height: 44px;
	margin:61px auto 0 auto;
	cursor:pointer;
	position:relative;
	overflow: hidden;
} 
.industry .swiperOut .swiper-intr .swiper-more::before{
	width: 121px;
	height:121px;
	content:'';
	position:absolute;
	transition: all 0.3s;
	left:-48%;
	bottom:-40%;
	border-radius: 100%;
	transform: scale(0);
	z-index:-1;
}
.industry .swiperOut .swiper-intr .swiper-more:hover{
	color:#000096;
}
.industry .swiperOut .swiper-intr .swiper-more:hover::before{
	background: rgba(255, 255, 255, .75);
	transform: scale(1);
	border-radius: 2px;
	left:0;
	bottom:0
}

.industry .swiperInner {
	width:1200px;
	height: 180px;
	position:absolute;
	left:50%;
	top: 110px;
	transform: translate(-50%,0);
}
.industry .swiperInner .swiper-slide {
	cursor: pointer;
	text-align: center;
}
.industry .swiperInner .swiper-slide .swiper-dot{
	width:100%;
	height:20px;
	margin-top:10px;
	background:url("../img/dot.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	position:relative;
}
.industry .swiperInner .swiper-slide.no-line .swiper-dot::before{
	display: none;
}
.industry .swiperInner .swiper-slide .swiper-dot::before{
	content:'';
	width: 99px;
	height: 1px;
	background:#FAFAFA;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate( 50% ,-50%);
}
.industry .swiperInner .swiper-slide-thumb-active .swiper-dot{
	background:url("../img/dotH.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
.industry .swiperInner .swiper-slide .swiper-name{
	font-size:16px;
	color:#FFFFFF;
	position:relative;
	text-align: center;
	margin-top: 24px;
}
.industry .swiperInner .swiper-slide .swiper-icon{
	display: inline-block;
	width:100%;
	height:64px;
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .icon1{
	background:url("../img/eightIcon1.png");
}
.industry .swiperInner .icon2{
	background:url("../img/eightIcon2.png");
}
.industry .swiperInner .icon3{
	background:url("../img/eightIcon3.png");
}
.industry .swiperInner .icon4{
	background:url("../img/eightIcon4.png");
}
.industry .swiperInner .icon5{
	background:url("../img/eightIcon5.png");
}
.industry .swiperInner .icon6{
	background:url("../img/eightIcon6.png");
}
.industry .swiperInner .icon7{
	background:url("../img/eightIcon7.png");
}
.industry .swiperInner .icon8{
	background:url("../img/eightIcon8.png");
}

.industry .swiperInner .swiper-slide-thumb-active .icon1{
	background:url("../img/eightIconH1.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon2{
	background:url("../img/eightIconH2.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon3{
	background:url("../img/eightIconH3.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon4{
	background:url("../img/eightIconH4.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon5{
	background:url("../img/eightIconH5.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon6{
	background:url("../img/eightIconH6.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon7{
	background:url("../img/eightIconH7.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .icon8{
	background:url("../img/eightIconH8.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.industry .swiperInner .swiper-slide-thumb-active .swiper-name::before{
	content:'';
	width: 52px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 3px;
	position:absolute;
	bottom:-12px;
	left:50%;
	transform: translate(-50%,0);
}
.industry .swiperInner .swiper-slide-thumb-active {
	opacity: 1;
}

.pageBottom{background: #2C2C2C;height: auto;}
.pageBottom_header{padding-bottom: 27px;width: 556px;border-bottom: solid 1px #D9D9D9;}
.pageBottom_logo{width: 160px;height: 41px;margin-top: 30px;}
.pageBottom_logo img{width: 160px;height: 41px;display: block;}
.pageBottom_ewmBox{position: absolute;top: 35px;right: 3px;}
.pageBottom_ewmBox_mian{float: left;margin-left: 18px;border-radius: 2px;}
.pageBottom_ewmBox_photo{width: 106px;height: 106px;float: left;background: #fff;overflow: hidden;}
.pageBottom_ewmBox_photo img{width: 106px;height: 106px;margin: 0px auto;display: block;}
.pageBottom_ewmBox_word{color: #FFFFFF;width: 24px;height: 106px;float: left;line-height: 12px;text-align: center;writing-mode: vertical-lr;vertical-align: middle;padding-left: 6px;box-sizing: border-box;font-size: 12px;background: rgba(255, 253, 253, 0.2148);}
.pageBottom_list{margin-top: 22px;}
.pageBottom_list_mian{float: left;margin-left: 121px;}
.pageBottom_list_tel{float: left;padding-left: 37px;background: url(../img/bottomImg01.png) left center no-repeat;background-size: 24px 24px;height: 30px;margin-top: 8px;line-height: 30px;color: #fff;font-size: 24px;}
.pageBottom_list_word{line-height: 18px;height: 18px;color: #fff;font-size: 14px;}
.pageBottom_list_word+.pageBottom_list_word{margin-top: 13px;}
.pageBottom_line{height: 1px;background: #CCCCCC;margin-top: 25px;}
.pageBottom_nav{margin-top: 22px;margin-left: 6px;}
.pageBottom_nav_title{height: 20px;line-height: 20px;font-size: 14px;color: #262626;}
.pageBottom_nav_list{margin-top: 12px;height: auto;line-height: 28px;color: #595959;font-size: 14px;}
.pageBottom_nav_list a{color:#595959;text-decoration:none;}
.pageBottom_nav_list a:visited{color:#595959;}
.pageBottom_nav_list a:link{color:#595959;}
.pageBottom_nav_list a:active{color:#595959;}
.pageBottom_nav_list a:hover{color:#262626;}
.pageBottom_copyright{margin-top: 59px;height: 84px;background: rgba(216, 216, 216, 0.2);}
.pageBottom_copyright_word{line-height: 26px;margin-top: 16px;text-align: center;font-size: 14px;color: #D8D8D8;}
.pageBottom_copyright_word+.pageBottom_copyright_word{margin-top: 0;}
.pageBottom_copyright_logo{display: inline-block;width: 16px;height: 16px;margin-right: 3px;margin-left: 5px;vertical-align: middle;background: url("../img/bottomImg05.png") left center no-repeat;background-size: 16px 16px;}
.pageBottom_title{height: 48px;line-height: 48px;font-size: 40px;margin-top: 38px;color: #D8D8D8;}

.dropdown-other{display: none;margin-left: 160px;margin-top: -35px;width: 160px;position: absolute;background: #fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);border-radius: 6px;}
.dropdown-other-show:hover+.dropdown-other{display: block;}
.dropdown-other:hover{display: block;}

/* 外部表格 */
.maincontentClass table{border:solid 1px #BDC4CD;}
.maincontentClass table tr th{border:solid 1px #BDC4CD;text-align: center;height: 44px;}
.maincontentClass table tr td{border:solid 1px #BDC4CD;line-height: 22px;padding: 9px;}

.accordion_eject{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 0;background: rgba(0,0,0,0.85);z-index: 9;padding-bottom: 40px;padding-top: 40px;box-sizing: border-box;transition: all 0.7s;opacity: 0;overflow: hidden;}
.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;}
.business_swiper_box{height: 100%;}
.business_swiper_box_more{height: 22px;font-size:16px;color:#fff;line-height: 22px;position:absolute;bottom: 105px;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:14px;
	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;
}