* {
	margin: 0;
	padding: 0;
}

.body {
	/* width: 1920px; */
	width: 100%;
	/* max-width: 1920px; */
	height: 100%;
}

/* 头部样式 */
.homebox {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}


.homebox .header {
	/* width: 100%; */
	height: 60px;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 14px #e9eef6;
	position: relative;
}

.homebox .header .left {
	margin-left: 360px;
	display: flex;
	align-items: center;
}

.homebox .header .left .logo {
	display: flex;
}

.homebox .header .left .logo .logo1 {
	display: flex;
}

.homebox .header .left .logo .logo1 .title {
	margin-left: 8px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.homebox .header .left .logo .line {
	margin: 0 10px;
	margin-top: 4px;
	width: 2px;
	height: 20px;
	background: #d8d9db;
}

.homebox .header .left .logo .logo2 {
	display: flex;
}

.homebox .header .left .logo .logo2 .title {
	margin-left: 8px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.homebox .header .center .menu {
	margin-left: 50px;
}

.homebox .header .center .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.homebox .header .center .menu ul li {
	margin: 0 16px;
	min-width: 52px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}

.homebox .header .center .menu ul li.jsyqytj {
	position: relative;
}

.homebox .header .center .menu ul li.jsyqytj ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	min-width: 150px;
	z-index: 1;
}

.homebox .header .center .menu ul li.jsyqytj ul li {
	background-color: #fff;
	margin: 0 auto;
}

.homebox .header .center .menu ul li.jsyqytj ul li:hover {
	background-color: #cccccc;
	padding-right: 20px;
}

.homebox .header .center .menu ul li.jsyqytj:hover ul {
	display: block;
}

.homebox .header .center .menu ul li.jsyqytj ul li {
	padding: 10px;
	margin-right: 0;
	    padding-right: 30px;
}

/* 蓝色下划线 */
/* 为菜单项添加基础样式 */
#menu li {
	position: relative;
	padding-bottom: 5px;
	/* 给菜单项留出空间 */
}

/* 为每个菜单项添加底部横线 */
#menu li::after {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	/* 默认是透明的 */
	transition: background-color 0.3s ease, width 0.3s ease, left 0.3s ease;
}

/* 当菜单项被选中时添加蓝色横线 */
#menu li.selected::after {
	background-color: #3370d0;
	/* 蓝色 */
	width: 100%;
	/* 横线占满整个菜单项 */
	left: 0;
}

/* 特定菜单项的默认蓝色横线 */
/* #menu li[data-path="home"]::after {
    background-color: #3498db;
    width: 100%;
    left: 0;
} */

.homebox .header .right {
	    position: absolute;
	    right: 21%;
	padding: 0 21px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	background: #2073ed;
	border-radius: 8px;
	margin-left: 214px;
}


/* 中间样式 */
.homebox .content {
	/* width: 100%; */
	height: calc(100% - 60px);
	overflow-y: auto;
}

.homebox .content .top {
	/* width: 100%; */
	height: 700px;
	background-image: url("./image/topbj.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding-left: 360px;
}

.homebox .content .top .info {
	font-family: Source Han Sans SC;
	position: absolute;
	top: 29%;
}

.homebox .content .top .info .logo {
	display: flex;
	align-items: center;
	position: relative;
}

.homebox .content .top .info .logo .title {
	margin-bottom: 15px;
	margin-left: 16px;
	font-weight: 800;
	font-size: 56px;
	color: #000000;
	background: linear-gradient(0deg, #2468f2 0%, #29acfe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.homebox .content .top .info .remarks {
	font-weight: bold;
	font-size: 54px;
	color: #1750df;
}

.homebox .content .top .info .xn {
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	margin: 39px 0 56px;
}

.homebox .content .top .info .ksdhBtn {
	cursor: pointer;
	width: max-content;
	padding: 15px 40px;
	background: #1750df;
	border-radius: 14px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}

.homebox .content .one {
	padding: 90px 360px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homebox .content .one .left {
	width: 50%;
	text-align: center;
}

.homebox .content .one .right {
	width: 522px;
	margin: 0 auto;
	font-family: Source Han Sans SC;
}

.homebox .content .one .right .titleLogo {
	display: flex;
	align-items: center;
}

.homebox .content .one .right .titleLogo .title {
	margin-left: 14px;
	line-height: 38px;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
	position: relative;
	top: -4px;
}

.homebox .content .one .right .remarks {
	margin-top: 47px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 37px;
}

.homebox .content .two {
	/* width: 100%; */
	padding: 90px 360px;
	background: #f6f8fc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homebox .content .two .left {
	font-family: Source Han Sans SC;
	width: 350px;
	margin: 0 auto;
}

.homebox .content .two .left .title {
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.homebox .content .two .left .remarks {
	margin-top: 40px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 37px;
}

.homebox .content .two .right {
	width: 50%;
	text-align: center;
}

.homebox .content .three {
	/* width: 100%; */
	padding: 90px 360px;
	text-align: center;
	position: relative;
}

.homebox .content .three .title {
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.homebox .content .three .remarks {
	margin: 28px 0 51px 0;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #4b5b76;
}

.homebox .content .three .content {
	display: flex;
	justify-content: center;
	padding: 0 45px;
}

.homebox .content .three .content .itemLeft {
	background-image: url("./image/threeLeft.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .three .content .itemCenter {
	margin: 0 18px;
	background-image: url("./image/threeCenter.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .three .content .itemRight {
	background-image: url("./image/threeRight.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .three .content .item {
	width: 358px;
	height: 346px;
	font-family: Source Han Sans SC;
	/* padding: 0px 43px 0 43px; */
}

.homebox .content .three .content .item .itemTitle {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin: 57px auto 70px;
}

.homebox .three .content .item .itemRemarks {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #4b5b76;
	margin:  0 43px;
}

.homebox .content .three .dzImg {
	width: 1199px;
	margin: 0 auto;
	margin-top: -30px;
	position: relative;
	z-index: -1;
}

.homebox .content .jsjz .jsjzDetail {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 37px;
	margin-bottom: 92px;
	background-image: url("./image/jsjzBj.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px 15vw;
}

.homebox .content .jsjz .jsjzInfo {
	padding: 0 260px;
	position: relative;
}

.homebox .content .jsjz .jsjzInfo .jsjzTop {
	width: 1400px;
	margin: 0 auto;
	height: 228px;
	line-height: 158px;
	text-align: center;
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
	background-image: url("./image/jsjzTopBj.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent {
	display: flex;
	justify-content: center;
	font-family: Source Han Sans SC;
	padding: 0 49px;
	position: relative;
	top: -59px;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem {
	width: 416px;
	height: 454px;
	/* padding: 41px 29px; */
	background: #f1f6fd;
	border-radius: 13px;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem .title {
	font-weight: 500;
	font-size: 30px;
	color: #000000;
	margin: 33px 47px 42px 47px;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem .remarks {
	font-family: Source Han Sans SC;
	line-height: 27px;
	margin: 0 47px;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem .remarks .remarksTwo {
	height: 150px;
	/* padding: 15px 0 80px; */
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem .remarks .remarksOne {
	height: 150px;
	/* padding: 15px 0 80px; */
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem .remarks .title {
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	line-height: 37px;
	background: linear-gradient(0deg, #2468f2 0%, #29acfe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 ;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzItem .remarks .remark {
	font-weight: 400;
	font-size: 14px;
	color: #4b5b76;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzLeft {
	background-image: url("./image/jsjzBorderLeft.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzCenter {
	margin: 0 26px;
	background-image: url("./image/jsjzBorderCenter.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .jsjz .jsjzInfo .jsjzContent .jsjzRight {
	background-image: url("./image/jsjzBorderRight.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .jsxt {
	margin-top: 66px;
}

.homebox .content .jsxt .jsxtDetail {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 37px;
	background-image: url("./image/jsxtBj.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px 415px 80px 390px;
}

.homebox .content .jsxt .jsxtInfo {
	padding: 57px 0 124px;
}

.homebox .content .jsxt .jsxtInfo .jsxtTop {
	text-align: center;
	margin-bottom: 79px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent {
	display: flex;
	justify-content: center;
	font-family: Source Han Sans SC;
	padding: 0 310px;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtLeft {
	width: 858px;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtRight {
	margin-left: 26px;
	width: 416px;
	height: 548px;

	/* padding: 80px 0 40px 0; */
	background: #f1f6fd;
	border-radius: 13px;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtRight .title {
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-top: 80px;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtRight .remarks {
	/* margin: 42px 0 80px 0; */
	margin: 60px;
	font-weight: 400;
	font-size: 14px;
	color: #4b5b76;
	line-height: 27px;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtRight .img {
	text-align: center;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtItem {
	height: 261px;
	/* padding: 45px 41px; */
	background: #f1f6fd;
	border-radius: 13px;
	display: flex;
	/* justify-content: space-between;
	 */
	justify-content: space-evenly;
	align-items: center;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtItem .jsxtItemTop {
	width: 60%;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtItem .jsxtItemTop .title {
	font-weight: 500;
	font-size: 2.2em;
	color: #000000;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtItem .jsxtItemTop .remarks {
	margin-top: 43px;
	font-weight: 400;
	font-size: 14px;
	color: #4b5b76;
	line-height: 27px;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtItem .jsxtItemImg {
	width: 30%;
}

.homebox .content .jsxt .jsxtInfo .jsxtContent .jsxtCenter {
	margin: 0 26px;
}

.homebox .content .jsyn .jsynDetil {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 37px;
	background-image: url("./image/jsynBj.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px 403px 80px 389px;
}

.homebox .content .jsyn .jsynInfo {
	background: #f6f8fc;
	padding: 57px 0 124px;
}

.homebox .content .jsyn .jsynInfo .jsynTop {
	text-align: center;
	margin-bottom: 79px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.homebox .content .jsyn .jsynInfo .jsynContent {
	display: flex;
	justify-content: center;
	font-family: Source Han Sans SC;
	padding: 0 310px;
}

.homebox .content .jsyn .jsynInfo .jsynContent .jsynItem {
	max-width: 416px;
	max-height: 434px;
	text-align: center;
	padding: 41px 29px;
}

.homebox .content .jsyn .jsynInfo .jsynContent .jsynItem .title {
	font-weight: 500;
	font-size: 2.2em;
	color: #000000;
}

.homebox .content .jsyn .jsynInfo .jsynContent .jsynItem .remarks {
	margin: 60px 0 45px 0;
	font-weight: 400;
	font-size: 14px;
	color: #4b5b76;
	text-align: left;
	line-height: 27px;
}

.homebox .content .jsyn .jsynInfo .jsynContent .jsynLeft {
	background-image: url("./image/jsynBorderLeft.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .jsyn .jsynInfo .jsynContent .jsynCenter {
	margin: 0 26px;
	background-image: url("./image/jsynBorderCenter.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .jsyn .jsynInfo .jsynContent .jsynRight {
	background-image: url("./image/jsynBorderRight.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.homebox .content .gjznwl .gjznwlInfo {
	padding: 50px 20vw 60px 20vw;
	text-align: center;
}

.homebox .content .gjznwl .gjznwlInfo .gjznwlTitle {
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.homebox .content .gjznwl .gjznwlInfo .gjznwlRemarks {
	padding: 27px 0 70px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #4b5b76;
}

.homebox .content .gjznwl .gjznwlInfo .gjznwlContent {
	display: flex;
	justify-content: space-between;
}

.homebox .content .gjznwl .gjznwlInfo .gjznwlContent .gjznwlItem {
	font-family: Source Han Sans SC;
}

.homebox .content .gjznwl .gjznwlInfo .gjznwlContent .gjznwlItem .title {
	padding: 29px 0 35px;
	font-weight: bold;
	color: #333333;
	font-weight: bold;
	font-size: 24px;
}

.homebox .content .gjznwl .gjznwlInfo .gjznwlContent .gjznwlItem .remarks {
	font-weight: 400;
	font-size: 14px;
	color: #4b5b76;
	padding: 0 2vw;
}

/* 二级菜单展示的 */
.homebox .content .main {
	display: flex;
	margin: 135px 0;
	align-items: center;
	justify-content: space-evenly;
}

.homebox .content .main .left {
	width: 30%;
	margin-top: 11vh;
}

.homebox .content .main .right {
	width: 30%;
	min-width: 20%;
	box-shadow: 0px 1px 17px 1px rgba(0, 0, 0, 0.06);
	border-radius: 18px;
	text-align: center;
	padding: 45px 0;
}

.homebox .content .main .right .title {
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	line-height: 37px;
}

.homebox .content .main .right .remarks {
	margin: 10px 0;
	font-family: Source Han Sans SC;
	font-weight: 500;
	font-size: 22px;
	color: #333333;
	line-height: 37px;
	background: linear-gradient(0deg, #2468f2 0%, #29acfe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.homebox .content .main .right .money {
	margin: 26px 0 40px 0;
	height: 98px;
	line-height: 98px;
	background: linear-gradient(to right, #2468f2, #29acfe);
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 53px;
	color: #ffffff;
	line-height: 98px;
}

.homebox .content .main .right .money .fh {
	font-family: Source Han Sans SC;
	font-size: 24px;
	color: #ffffff;
	line-height: 41px;
	position: relative;
	top: -21%;
	left: -3%;
}

.homebox .content .main .right .money .bs {
	margin-left: 10px;
	font-family: Source Han Sans SC;
	font-size: 24px;
	color: #ffffff;
	line-height: 41px;
}

.homebox .content .main .right .detail {
	padding: 0 49px;
	text-align: left;
	color: #4b5b76;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	line-height: 41px;
}

.homebox .content .main .right .detail .label {
	color: #999999;
}

/* 底部的footer */
.footer {
	height: 186px;
	background: #161823;

}

.footer .info {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;

}

.footer .info .left {
	margin-right: 100px;
}

/* 默认情况下，悬浮按钮是隐藏的 */
#floating-btn {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);
	border: none;
	border-radius: 50%;
	font-size: 24px;
	display: none;
	/* 初始时隐藏 */
	cursor: pointer;
}

#floating-btn .sj {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #3498db;
	/* 这里可以更改颜色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 精确居中 */

}


.displaySty {
	display: none;
}

.actives {
	display: block;
}