@font-face {
	font-family: "思源黑体";
	src: url("/static/font/SourceHanSansCN-Normal.ttf");
}
* {
	font-family: "思源黑体";
	margin: 0;
	padding: 0;
}

a {
	list-style: none;
}

li {
	list-style: none;
}

.lunbo {
	width: 100%;
	height: 100vh;
}

.content {
	
}

#item {
	width: 100%;
	height: 100%;
}

.item {
	position: absolute;
	opacity: 0;
	transition: all 1s;
}

	.item.active {
		opacity: 1;
	}

img {
	width: 100%;
}

#circle {
	height: 20px;
	display: flex;
	position: absolute;
	bottom: 38px;
	left: 48%;
}
.circle {
	width: 80px;
	height: 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	margin: 5px;
}

.white {
	background-color: #FFFFFF;
}

.Navigationbar {
	width: 600px;
	height: 50px;
	background-color: #FFFFFF;
	padding-top: 14px;
	position: absolute; /*����Ϊ���Զ�λ*/
	text-align: center;
	z-index: 999;
	border-radius: 100px 100px 100px 100px;
	margin-top: 25px;
	top: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.NavigationbarPage {
	float: left;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 18px;
	width: max-content;
	font-size:19px;
	/*font-weight: bold;*/
}

.NavigationbarPage a {
	color: rgb(0 0 0);
	text-decoration: none;
	padding: 8px 20px 8px 8px;
}

.NavigationbarPagePhone {
	color: #1E5BE6FF;
	float: right;
	font-size: 20px;
	margin-right: 40px;
	margin-top: 5px;
	text-align: right;
}

.information {
	height: 256px;
	opacity: 1;
	border-bottom: 1px solid #EAEAEA;
}

	.information .div1 {
		width: 295px;
		float: left;
		margin: 0 auto;
		margin-top: 70px;
	}

	.information div .p1 {
		font-size: 60px;
		font-weight: bold;
		color: #000000;
		float: left;
	}

	.information div .p2 {
		height: 65px;
		padding-top: 15px;
		font-weight: 400;
	}

	.information div .p3 {
		width: 74px;
		text-align: center;
		font-weight: 400;
		color: #666666;
		font-size: 18px;
	}

.ysbjj {
	width: auto;
	height: auto;
	min-height:800px;
	/*margin: 0 auto;*/
	/*margin-top: 120px;*/
}

.ysbjykj {
	font-size: 52pt;
	color: #000000;
	/*margin-top: 40px;*/
}

.clsj {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.ysbkjjj {
	width: 59%;
	margin-top: 40px;
	font-size: 17pt;
	line-height: 36px;
	letter-spacing: 6px;
}


.cpjs {
	width: 1180px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

#cpjsdh {
	height: 80px;
	width:1180px;
	background: #EDEDED;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	font-size: 30px;
	font-weight: 500;
	color: #666666;
	line-height: 80px;
}

.cpjsdh {
	width: 25%;
	height: 80px;
	text-align: center;
}

#cpjsnrdiv {
}

.cpjsnrdiv {
	width: 1180px;
	position: absolute;
	opacity: 0;
	transition: all 1s;
	margin-top: 40px;
}

	.cpjsnrdiv.active {
		opacity: 1;
	}

.cpjsdhwhite {
	background-color: #FFFFFF;
	color: #1E5BE6;
	border-top: 4px solid #1E5BE6;
}



.xwzx {
	margin: 0 auto;
	width:100%;
}

#xwzxdh {
	height: 80px;
	background: #EDEDED;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	font-size: 30px;
	font-weight: 500;
	color: #666666;
	line-height: 80px;
}

.xwzxdh {
	width: 25%;
	height: 80px;
	text-align: center;
}

.xwzxnr {
	margin-top: 100px;
	height: 440px;
}


.xwzxnrdiv {
	height: 440px;
	position: static;
	opacity: 1;
	transition: all 1s;
	background: #FFFFFF;
	margin-left: 20px;
}

.xwzxnrdivp {
	width: 79px;
	height: 32px;
	font-size: 24px;
	font-weight: 800;
	color: #1E5BE6;
	line-height: 28px;
}

.xwzxdhwhite {
	background-color: #FFFFFF;
	color: #1E5BE6;
	border-top: 4px solid #1E5BE6;
}

#xwzx-left {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	opacity: 1;
	color: rgb(0 0 0);
	border-radius: 40px;
	display: flex;
	justify-content: center; /* ˮƽ���� */
	align-items: center; /* ��ֱ���� */
	float: right;
}

#xwzx-right {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	opacity: 1;
	color: rgb(0 0 0);
	border-radius: 40px;
	display: flex;
	justify-content: center; /* ˮƽ���� */
	align-items: center; /* ��ֱ���� */
	float: right;
}

.news {
	width: 63px;
	float: left;
	margin-top: 30px;
	margin-left: 13px;
}

.qiyerongyu {
	font-size: 40px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-top: 120px;
}

.qyrynr {
	width: 1060px;
	margin: 0 auto;
	height: 376px;
	float: left;
	margin-top: 40px;
}

.qyrynrdiv {
	height: 376px;
	background: #F8F8F8;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	transition: all 1s;
	position: static;
}
.lxwm {
	width: 1180px;
	height: 135px;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px 1px rgba(68,68,68,0.1);
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	margin: 0 auto;
	position: relative;
	top: 70px;
}

.rgzn {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 35px;
	margin-left: 40px;
}

.gxhaijx {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-left: 40px;
	padding-top: 10px;
}

.lxdh {
	font-size: 22px;
	font-weight: bold;
	color: #1E5BE6;
	width: 290px;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	border-radius: 100px 100px 100px 100px;
	opacity: 1;
	border: 2px solid #1E5BE6;
	text-align: center;
	float: right;
	margin-top: 35px;
	margin-right: 45px;
}

.lht2 {
	font-size: 20px;
	font-weight: normal;
	color: #222222;
	float: left;
	width: 16%;
	text-align: center;
	text-decoration: none;
}

.lht2fj {
	width: 1180px;
	margin: 0 auto;
	padding-top: 204px;
	height: 110px;
}

.zuidibu {
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}

.timeaxis {
	overflow: hidden;
	width: max-content;
	position: relative;
	height: 300px;
	left: 50%;
	transform: translateX(-50%);
}

.box1 {
	width: 60px;
	float: left;
	height: 300px;
	position: relative;
}

.boxs {
	overflow: hidden;
	float: left;
	position: relative;
	width: 147px;
	height: 300px;
}

.line {
	border: 2px solid #BECDFF;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.circular {
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	z-index: 10;
	border: 2px solid #FFFFFF;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	background: #FFFFFF;
}

.boxs:nth-child(odd) .desc {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	width: 147px;
	height: 86px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
}

.boxs:nth-child(even) .desc {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 147px;
	height: 86px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
}

.boxs:nth-child(even) .desc1 {
	text-align: center;
	width: 100%;
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
	position: absolute;
	top: 55px;
}

.boxs:nth-child(odd) .desc1 {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 208px;
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
}

.fzlcjt1 {
	width: 20px;
	position: absolute;
	bottom: 86px;
	left: 79px;
}

.fzlcjt2 {
	width: 20px;
	position: absolute;
	bottom: 199px;
	left: 79px;
}
