.notice{
	padding-bottom: 186px;
}
.notice-div ul{
	width: 1000px;
	max-width: 94%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 90px 0 49px;
	border-bottom: 2px solid rgba(6, 6, 6, 1);
}
.notice-div li{
	padding: 0 27px;
}
.notice-div li a{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 1;
}
.notice-div li.active a,
.notice-div li:hover a{
	color: rgba(205, 167, 102, 1);
}
.notice-text{
	text-align: center;
	margin: 73px auto 67px;
	width: 1200px;
	max-width: 94%;
}
.notice-text .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 1;
}
.notice-text .text-des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 38px;
	margin-top: 18px;
}
.notice .box1 .img img{
	width: 100%;
	display: block;
}
.notice .box2 .content1400{
	position: relative;
	z-index: 2;
	padding: 71px 41px 90px;
	margin-top: -110px;
	background-color: #fff;
	box-shadow: 0px 0px 27px 0px rgba(190, 190, 190, 0.35);
}
.notice .box2 .list{
	margin-bottom: 120px;
}
.notice .box2 .list ul{
	border: 1px solid #DDDDDD;
}
.notice .box2 .list li:nth-child(2n+1){
	background-color: rgba(248, 248, 248, 1);
}
.notice .box2 .list li a{
	display: flex;
	justify-content: space-between;
	height: 66px;
	line-height: 66px;
	padding: 0 55px 0 28px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
}
.notice .box2 .list li .l .iconfont{
	color: rgba(51, 51, 51, 0.46);
	font-size: 20px;
}
.notice .box2 .list li .l {
	flex: 1;
	margin-right: 15px;
	display: flex;
	align-items: center;
}
.notice .box2 .list li .l .text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.investor-services{
	padding-bottom: 160px;
}
.investor-services .box1 .content1200{
	display: flex;
	background-image: url(../img/investor-services-bg.jpg);
	padding: 146px 0;
	background-size: cover;
}
.investor-services .box1 .l{
	width: 50%;
	font-size: 24px;
	font-family: PingFang;
	font-style: italic;
	color: #CDA766;
	line-height: 48px;
	padding-left: 98px;
	margin-top: 20px;
}
.investor-services .box1 .l .text-title{
	font-weight: bold;
}
.investor-services .box1 .r{
	width: 50%;
	border-left: 1px solid rgba(139, 139, 139, 1);
	padding-left: 48px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
}
.investor-services .box2{
	padding: 0 25px;
	margin-top: 70px;
}
.investor-services .box2 .title{
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #CDA766;
	line-height: 35px;
	margin-bottom: 56px;
}
.investor-services .box2 li{
	margin-bottom: 63px;
}
.investor-services .box2 li a{
	display: flex;
}
.investor-services .box2 .r{
	padding-top: 11px;
	margin-left: 14px;
	flex: 1;
}
.investor-services .box2 .r .text-title{
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.investor-services .box2 .r .text-des{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 9px;
}
.financial{
	padding-bottom: 104px;
}
.financial .box1 .img:not(:last-child){
	margin-bottom: 73px;
}
.financial .box1 .img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media (max-width:1300px) {
	.investor-services .box1 .l{
		padding-left: 50px;
	}
}
@media (max-width:1199px) {
	.notice-div li a{
		font-size: 18px;
	}
	.notice-div li{
		padding: 0;
	}
	.notice-div ul{
		padding: 50px 10px 30px;
	}
	.investor-services .box1 .content1200{
		flex-wrap: wrap;
	}
	.investor-services .box1 .l{
		width: 100%;
	}
	.investor-services .box1 .r{
		width: 100%;
		padding-left: 50px;
		margin-top: 30px;
	}
	.notice .box2 .content1400{
		margin-top: 0;
	}
}
@media (max-width:800px) {
	.investor-services .box1 .l,
	.investor-services .box1 .r{
		padding-left: 20px;
	}
	.investor-services .box1 .content1200{
		padding: 40px 0;
	}
	.investor-services .box2 li a{
		flex-wrap: wrap;
	}
	.investor-services .box2 .r{
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.investor-services .box2 li{
		margin-bottom: 35px;
	}
	.notice .box2 .content1400{
		padding: 50px 10px;
	}
	.notice .box2 .list li a{
		font-size: 16px;
	}
	.notice .box2 .list li a{
		padding: 0 10px;
	}
}
@media (max-width:500px) {
	.notice .box2 .list li a{
		font-size: 14px;
	}
	.notice-div li a{
		font-size: 14px;
	}
	.notice-div ul{
		padding: 30px 0px 10px;
	}
	.notice-text{
		margin: 30px 0;
	}
	.notice-text .text-title{
		font-size: 16px;
	}
	.notice-text .text-des{
		font-size: 16px;
		line-height: 2;
	}
	.financial .box1 .img:not(:last-child){
		margin-bottom: 30px;
	}
	.financial{
		padding-bottom: 60px;
	}
	.investor-services .box2 .l{
		width: 100%;
	}
	.investor-services .box2{
		padding: 0;
	}
	.investor-services{
		padding-bottom: 60px;
	}
	.investor-services .box1 .l{
		font-size: 20px;
		line-height: 2;
	}
	.investor-services .box2 .title{
		margin-bottom: 30px;
	}
	.investor-services .box2{
		margin-top: 50px;
	}
	.notice .box2 .list{
		margin-bottom: 50px;
	}
	.notice{
		padding-bottom: 86px;
	}
}