@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	padding-top: 0 !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

video :focus {
	outline: none;
}


.clrfix {
	zoom: 1;
}

.clrfix::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}


.index-page {
	width: 100%;
	height: 100%;
	position: relative;
}

.imgBox {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
}


.carousel-inner {
	height: 100%;
}

.bs-slidera {
	overflow: hidden;
	height: 100%;
	position: relative;
	background: #000000;
}

#demo {
	width: 100%;
	height: 100%;
}

.imgBox img {
	width: 100%;
	height: 100vw;
	margin: 0 auto;
}

/* 五大板块 */
.five-box {
	width: 100%;
	/* height: 50vh; */
	/* height: 367px; */
}

.five-box-bgc {
	display: flex;
	min-height: 70vh;
	color: #fff;
}

.five-box-bgc>div {
	flex: 1;
	/* border:1px solid pink; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 4% 15px;
	border-right: 1px solid #e0e0e0;
}

.five-box-bgc>div:last-of-type {
	border: none;
}

.icon-box {}

.icon-box>img {
	width: 105px;
	height: 105px;
}

.icon-box-xs {
	display: block;
}

.icon-box-active {
	display: none;
}

.big-title {
	margin-top: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: 500;
}

.desc {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.five-box-list {
	width: 100%;
	margin-top: 30px;
	list-style: none;
	display: none;
}

.five-box-list li {
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid white;
	text-align: center;
}

.check-more {
	color: #000;
	border: 2px solid #000;
	text-align: center;
	border-radius: 55px;
	width: 40%;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	cursor: pointer;

	a {
		color: #000;
	}
}


.five-box-bgc>div:hover {
	background: linear-gradient(rgba(0, 139, 139, 0.8), rgba(127, 255, 212, 0.5));
	color: white;
}

.five-box-bgc>div:hover .icon-box .icon-box-xs {
	display: none;
}

.five-box-bgc>div:hover .icon-box .icon-box-active {
	display: block;
}

.five-box-bgc>div:hover .big-title {
	color: white;
}

.five-box-bgc>div:hover .desc {
	color: white;
}

/* .five-box-bgc>div:hover .check-more {
    color:#245280;
    border-color:#245280;
}
.five-box-bgc>div:hover + .child-div {
    border-color:#245280;
} */
.import-box {
	width: 100%;
	height: auto;
	/* min-height: 100vh; */
	/* background: url('../img/info-bg.jpg') no-repeat center; */
	background: url('../img/info-bg.jpg');
	/* background-repeat: round; */
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
	color: white;
}

.import-box-left {
	width: 60%;
	height: auto;
	padding-right: 40px;
}

.import-box-left>div:first-of-type {
	margin-bottom: 30px;
}

.import-box-right {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	flex: 1;
	height: auto;
	padding-left: 40px;
}

.title-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.title-box p {
	font-size: 22px;
	font-weight: 500;
}

.title-box p img {
	width: 28px;
	margin-left: 10px;
}

.title-box a {
	text-decoration: none;
}

.right-title-box {
	height: 90px;
}

.right-title-box:first-of-type {
	margin-top: 30px;
}

.right-title-box p {
	font-size: 16px;
	font-weight: normal;
}

.title-box .more {
	/* width: 36px;
    height: 36px;
    background: #0068b7;
    border-radius: 50%;
    position: relative;
     */
	color: white;
	cursor: pointer;
	font-size: 16px;

}

/* 
.title-box .more::after{
    content: "+";
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    left: 9px;
    top:-1px;
} */


.title-icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('../img/right_arrow.png') no-repeat center;
	background-size: cover;

}

.m-content {
	/* margin-top: 30px; */
}

.m-content-typeone {
	display: flex;
	padding: 15px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.typeone-left {
	width: 150px;
}

.typeone-left p:first-of-type {
	font-size: 32px;
	font-weight: 500;
	margin: 0;
}

.typeone-left p:nth-of-type(2) {
	font-size: 14px;
	margin: 0;
}

.typeone-right {
	flex: 1;
}

.typeone-right p:first-of-type {
	font-size: 16px;
}

.typeone-right p:nth-of-type(2) {
	font-size: 14px;
	display: none;
}

/* .m-content-typeone:hover{ */
/* background: url('../img/diagoona-bg-1.jpg') no-repeat center;
    background-size: 10% auto; */
/* } */

.m-content-typeone:hover .typeone-right p:nth-of-type(2) {
	display: block;
}

.m-content-typetwo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	font-size: 16px;
}

.m-content-typetwo p:first-of-type {}

.m-content-typetwo p:nth-of-type(2) {}

.xx-content {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.xx-content>div {
	width: 100%;
	height: 250px;
	position: relative;
	/* border: 1px solid pink; */
	background: black;
	cursor: pointer;
}

.xx-content>div #adVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.xx-content>div>img {
	width: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}

.xx-content>p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

/* 其他 */

.video-box {

	height: 350px;
	width: 600px;
}

#slideshow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#imglist li {
	position: absolute;
	opacity: 0;
}

#dotlist {
	position: absolute;
	bottom: 30px;
	width: 100px;
	display: flex;
	justify-content: space-between;
	left: 50%;
	transform: translate(-50%);
}

#imglist>li.appear,
#dotlist>li.appear {
	opacity: 1;
}

#imglist,
li {
	height: 100%;
}

.carousel-caption {
	cursor: pointer
}

.carousel-item.active {
	width: 100%;
	height: 100%;
}

.carousel-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@keyframes bgcAnimation {
	0% {
		background-size: 100% 100%;
		/* opacity: 1; */
	}

	50% {
		background-size: 120% 120%;
		/* opacity: 0.5; */
		/* filter: blur(5px); */
		transition: 1s;
	}

	100% {
		background-size: 100% 100%;
		/* opacity: 1; */
	}
}

.carousel-inner .item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background: url("https://www.jzne.net.cn/prod-api//profile/upload/2023/09/09/未命名_1.509.1_20230909171247A001.jpg") no-repeat center;
    background-size: 100% 100%; */
	position: relative;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: 100%;
}

.indicators-line>.carousel-indicators {
	padding-bottom: 2%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: center;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}

.carousel {
	height: 100%;
}

@media screen and (max-width: 480px) {
	.imgBox {
		width: 100%;
		height: 100vw;
		margin: 0 auto;
		position: relative;
	}

	.carousel {
		height: 100vw;
	}
}

@media screen and (max-width: 768px) {
	.imgBox {
		width: 100%;
		height: 100vw;
		margin: 0 auto;
		position: relative;
	}

	.carousel {
		height: 100vw;
	}
}

@media screen and (max-width: 919px) {
	.imgBox {
		width: 100%;
		height: 100vw;
		margin: 0 auto;
		position: relative;
	}

	.carousel {
		height: 100vw;
	}
}


.line-box {
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 6.25rem;
	/* border: 1px solid red; */
	display: flex;
	align-items: center;
}

.line-before {
	width: calc(15vw - 120px);
	height: 1px;
	background: hsla(0, 0%, 100%, .5);
}

.line-center {
	height: 100px;
	/* border-left: 1px solid red; */
	/* border-right: 1px solid red; */
}

.line-after {
	flex: 1;
	height: 1px;
	background: hsla(0, 0%, 100%, .5);
}

.dots-item {
	height: 100px;
	display: flex;
	align-items: center;
	float: left;
}

.line {
	width: 120px;
	height: 1px;
	background: hsla(0, 0%, 100%, .5);
}

.dot {
	width: 0.8rem;
	height: 0.8rem;
	background: white;
	border-radius: 50%;
}

.dots-title {
	position: relative;
	padding: 0;
}

.dots-title div {
	width: 83px;
	font-size: 0.8125rem;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/* padding: 0 20px; */
}

.dots-title svg {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel-inner .text-box {
	width: 600px;
	top: 35%;
	right: 0;
	position: absolute;
	text-align: left;
	padding-right: 60px;
}

.carousel-inner .item .text-box .slide-title {
	font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: left;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	font-weight: bold;
	font-size: 30px;
}

.carousel-inner .item .text-box .slide-desc {
	font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.rect-process {
	animation: rect-process 10s linear infinite;
}

@keyframes rect-process {
	from {
		stroke-dasharray: 0 500;
	}

	to {
		stroke-dasharray: 500 0;
	}
}

.detail {
	display: flex;
	align-items: center;
}

.detail p {
	font-size: 15px;
	margin: 0;
	margin-left: 10px;
}

.btm-box {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}

.btm-box div {
	width: 50px;
	height: 7px;
	background: white;
	margin: 0 5px;

}

.btm-box .active {
	background: #52c0c2;
}

@media screen and (min-width: 400px) and (max-width: 700px) {
	.carousel-inner .text-box {
		width: 300px;
		padding-right: 20px;
	}

	.carousel-inner .item .text-box .slide-title {
		font-size: 30px;
	}

	.carousel-inner .item .text-box .slide-desc {
		font-size: 16px;
	}

	.btm-box div {
		width: 30px;
		height: 5px;
	}
}

@media screen and (max-width: 400px) {
	.carousel-inner .text-box {
		width: 250px;
		padding-right: 15px;
	}

	.carousel-inner .item .text-box .slide-title {
		font-size: 20px;
	}

	.carousel-inner .item .text-box .slide-desc {
		font-size: 14px;
	}

	.btm-box div {
		width: 20px;
		height: 4px;
	}
}

.pmddiv {

	white-space: nowrap;
	background-color: #2C353C;
	width: 100%;
	height: 60px;
	color: #fff;
	padding-left: 6%;
	padding: 18px;
	font-size: 16px;
}

.pmd {
	/* margin-left: 70%; */
	margin-top: -1%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 60px;
	color: #fff;
	padding-left: 6%;
	padding: 18px;
	font-size: 16px;
	animation: pmd 20s linear infinite;

}

@keyframes pmd {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}






/* 正常分辨率 */
.fivwpage {
	display: flex;
	flex-direction: column;
	width: 25%;
	/* justify-content: center; */
	align-items: center;
	padding-top: 1vh;
	padding-bottom: 100px;
	padding-left: 1vw;
	padding-right: 1vw;
	text-align: center;
	border-radius: 5px;
	border: #dedede 1px solid;
	transform: all 0.3s ease;
}

.fivwpage::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.fivwpage:hover {
	background-color: #fff;
	border-radius: 2px;

	img {
		transform: scale(1.1);
	}

	span {
		color: #245280;
		font-weight: 600;
	}

	.check-more {
		width: 50%;
		font-size: 16px;
		border-color: #245280;
	}

	a {
		color: #245280;
		font-weight: 600;
	}

	.fivwpagetitle>span {
		margin-top: 6vh;
		font-size: 1.525rem;
		font-weight: 600;
	}

	.fivwpagecontent>span {
		font-size: 17px;
	}

}

.fivwpagetitle {
	line-height: 10%;
	height: 10%;
	font-size: 1.225rem;
	font-weight: 600;
	margin-top: 4vh;
}

.fivwpagetitle>span {

	font-size: 22px;
	width: 100%;
	font-weight: 600;
	line-height: 3vh;
}

.fivwpagecontent {
	font-size: 18px;
	width: 100%;
	height: 15vh;
	text-align: center;
	margin-top: 1vh;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.fivwpagecontent>span {
	
	font-size: 18px;
	width: 100%;
	text-align: center;
}

.fivwpageimg {
	width: 17vw;
	border-radius: 5px;
	border: 4px solid #eee;
	margin-top: 4vh;
	margin-bottom: 2vh;
}

.amore {
	border-radius: 20px;
	padding: 5px;
	color: black;
	border: #000 1px solid;
	height: 35px;
	margin-top: 35px;
}

td {
	vertical-align: top;
	text-align: center;
	padding: 5px;

}
