/* 投资者关系 */
.relationBanner{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	background:url(2021en_relation_bg1.png) left top no-repeat;
	background-size:cover;
	padding:80px 0 508px 0;
	z-index: -1;
}
.relation .topText{
	font-size: 80px;
	line-height: 94px;
	letter-spacing: 3px;
	color:#fff;
	height: 364px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}
.relationCnt{
	margin-top:444px;
	padding-bottom: 93px;
	background:url(2021en_relation_bg2.png) left top no-repeat;
	background-size:100% 100%;
}
.relationCnt .in{
	background:#fff;
}
.relation .reportList .item{
	padding:30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.relation .reportList .item .title{
	font-size: 24px;
	color: #1C1C1C;
	line-height: 48px;
	width: 90%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.relation .reportList .item .number{
	font-size: 16px;
	color: #666;
	line-height: 29px;
}
.relation .reportList .item a{
	display: block;
	background:url(2021en_relation_arrow.png) right center no-repeat;
	
}
.relation .reportList .item:hover{
	background: #F6F9FF;
}
.relation .reportList .item:hover .title{
	color:#1D407E;
}

/* 财务摘要 */
.tzzgxTop .box1{
	background:url(2021en_abstract_bg1.png) center top no-repeat;
	background-size: auto 100%;
	padding:80px 0 50px 0;
	position: absolute;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.tzzgxTop .box1 .topText{
	height: 502px;
	font-size: 80px;
	line-height: 94px;
	letter-spacing: 3px;
	color:#fff;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.abstract .box1 .topText{
	align-items:inherit;
	padding-top:88px
}
.abstract .box2{
	margin-top: 308px;
}
.publicText.textRt{
	text-align: right;
}
.publicText .num{
	font-size: 48px;
	color: #FFF;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #1D407E;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}
.publicText .title{
	font-size: 48px;
	color: #1C1C1C;
	margin:25px 0;
}
.abstract .box table{
	font-size: 16px;
	width:100%;
	background:#fff;
	text-align: right;
	margin-bottom: 50px;
}
.abstract .box table td{
	color: #1C1C1C;
	line-height: 50px;
}
.abstract .box table thead th{
	color: #1D407E;
	line-height: 50px;
}
.abstract .box table tbody tr:nth-child(odd) td{
	background: #F6F9FF;
}
.abstract .box table thead tr th:first-child,.abstract .box table tbody tr td:first-child{
	text-align: left;
	padding-left:40px;
}
.abstract .box table thead tr th:last-child,.abstract .box table tbody tr td:last-child{
	padding-right:40px;
}
.abstract .box .tables table:nth-child(even) {
	background: #F6F9FF;
}
.abstract .box .tables table:nth-child(even)  tr:nth-child(odd) td{
	background: #fff;
}
.abstract .box3{
	background:url(2021en_abstract_bg2.png) left 55px no-repeat;
	background-size: 100% auto;
	margin-top:69px;
	padding-bottom: 80px;
}
.abstract .box3 .tables table:nth-child(even) {
	background: #fff;
}
.abstract .box3 .tables table:nth-child(even)  tr:nth-child(odd) td{
	background: #F6F9FF;
}
.abstract .box3 .tables{
	margin-top:40px;
}
.abstract .box3 .hint h6{
	font-size: 18px;
	color: #1C1C1C;
	line-height: 50px;
	font-weight: normal;
}
.abstract .box3 .hint p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

/* 投资者服务FAQ */
.relation .faq {
	padding:0 50px;
}
.relation .faq .item{
	border-top:1px solid rgba(0,0,0,.1);
	padding:30px 0;
}
.relation .faq .item:nth-child(1){
	border-top:0;
}
.relation .faq .item .num{
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	text-align: center;
	font-size:18px;
}
.relation .faq .item .title{
	font-size: 24px;
	color: #1C1C1C;
	width:93%;
	line-height: 45px;
	background:url(2021en_faq_down.png) right center no-repeat;
	background-size:20px 20px;
	cursor: pointer;
	padding-right:30px;
}
.relation .faq .item .btm{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-align: justify;
	padding-left: 7%;
	margin-top:20px;
	display: none;
}
.relation .faq .item.active .title{
	background:url(2021en_faq_up.png) right center no-repeat;	background-size:20px 20px;
	color:#1D407E;
}

/* 业绩发布会 */
.yjfbh p{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 30px;
}
.yjfbh .box2{
	margin-top: 308px;
}
.yjfbh .box2 table{
	width: 100%;
	background: #F6F9FF;
	margin-top:35px;
	text-align: left;
	font-size: 16px;
}
.yjfbh .box2 table tbody tr:nth-child(odd) td{
	background: #fff;
}
.yjfbh .box2 table th,.yjfbh .box2 table td{
	line-height: 50px;
}
.yjfbh .box2 table th{
	color: #1D407E;
}
.yjfbh .box2 table td{
	color: #1C1C1C;
}
.yjfbh .box2 table td ul li{
	display: flex;
	align-items: center;
}
.yjfbh .box2 table td ul li .img{
	display: inline-block;
	width:46px;
}
.yjfbh .box2 table thead tr th:first-child,.yjfbh .box2 table tbody tr td:first-child{
	padding-left:40px;
}
.yjfbh .box2 table thead tr th:last-child,.yjfbh .box2 table tbody tr td:last-child{
	padding-right:40px;
}
.yjfbh .box3{
	background:url(2021en_abstract_bg2.png) left 50px no-repeat;
	background-size:100% auto;
	margin-top:40px;
}
.yjfbh .box3 .textList{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 40px;
}
.yjfbh .box3 .textList li{
	position: relative;
	padding-left: 12px;
}
.yjfbh .box3 .textList li:after{
	position: absolute;
	content: '•';
	left: 0;
	top:0;
}
.yjfbh .box3 .list .item{
	margin-top:47px;
}
.yjfbh .box3 .list .item .num{
	font-size: 18px;
	color: #666;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.yjfbh .box3 .list .item .text{
	width:94%;
}
.yjfbh .box3 .list .item .text h3{
	font-size: 24px;
	color: #1C1C1C;
	font-weight: normal;
	line-height: 45px;
}
.yjfbh .box3 .list .item .text ul li{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	position: relative;
	padding-left:12px;
}
.yjfbh .box3 .list .item .text ul li:after{
	position: absolute;
	content: '•';
	left: 0;
	top:0;
}
.yjfbh .box3 .hint{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-left: 6%;
	margin-top:35px;
}
.yjfbh .box4{
	background:url(2021en_abstract_bg2.png) left 124px no-repeat;
	background-size:100% auto;
	margin-top:69px;
}
.yjfbh .box4 ul{
	margin:40px 0;
}
.yjfbh .box4 ul li{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	position: relative;
	padding-left:12px;
}
.yjfbh .box4 ul li:after{
	position: absolute;
	content: '•';
	left: 0;
	top:0;
}
.yjfbh .box4 .btm{
	background: #F6F9FF;
}
.yjfbh .box4 .btm .text,.yjfbh .box4 .btm .img{
	width:33.33%;
}
.yjfbh .box4 .btm .text{
	padding:30px;
}
.yjfbh .box4 .btm .text h3{
	font-weight: normal;
	font-size: 24px;
	color: #1C1C1C;
	line-height: 40px;
}
.yjfbh .box4 .btm  ul{
	margin:21px 0 0 0;
}
.yjfbh .box4 .btm  ul li{
	line-height: 30px;
}
.yjfbh .box4 .btm .img{
	background:#fff;
	align-items: center;
}
.yjfbh .box4 .btm .img img{
	width:100%;
}
.yjfbh .box5{
	margin-top:70px;
	background:url(2021en_abstract_bg3.png) left 124px no-repeat;
	background-size:100% auto;
}
.yjfbh .box5 p{
	margin:60px 0;
}
.yjfbh .box5 table{
	width: 100%;
	background: #fff;
	margin-top:35px;
	text-align: left;
	font-size: 16px;
}
.yjfbh .box5 table tbody tr:nth-child(odd) td{
	background: #F6F9FF;
}
.yjfbh .box5 table th,.yjfbh .box5 table td{
	line-height: 50px;
}
.yjfbh .box5 table th{
	color: #1D407E;
}
.yjfbh .box5 table td{
	color: #1C1C1C;
}
.yjfbh .box5 table thead tr th:first-child,.yjfbh .box5 table tbody tr td:first-child{
	padding-left:40px;
}
.yjfbh .box5 table thead tr th:last-child,.yjfbh .box5 table tbody tr td:last-child{
	padding-right:40px;
}
.yjfbh .box5 table tbody tr td:nth-child(2){
	padding-right:100px;
	line-height: 30px;
}
.yjfbh .box6{
	padding:65px 0 80px 0;
	margin-top:10px;
	background:url(2021en_abstract_bg2.png) left top no-repeat;
	background-size:100% auto;
}
.yjfbh .box6 p{
	margin-bottom: 40px;
}
.yjfbh .box6 ul li{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.yjfbh .box6 ul li .num{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #50BD67;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size:14px;
	color:#fff;
	float:left;
}
.yjfbh .box6 ul li .text{
	float:right;
	width:84%;
}
.yjfbh .box6 ul li .red{
	background: #CA4144;
}
.yjfbh .box6 ul li .yellow{
	background: #F1CB5F;
}
.yjfbh .box6 ul li .orange{
	background: #E28E4F;
}
.yjfbh .box6 .img{
	width:42%;
}
.yjfbh .box6 .img img{
	max-width: 100%;
}
.yjfbh .box6 .list{
	width:29%;
	margin-top:10px;
}

@media screen and (max-width: 1700px) {
	.relation .topText,.tzzgxTop .box1 .topText{
		font-size:60px;
	}
	.relation .faq .item .title{
		font-size:20px;
	}
	.relation .reportList .item .title{
		font-size:20px;
		line-height: 32px;
	}
	.publicText .title{
		font-size:42px;
	}
	.yjfbh .box6 .img img{
		max-width: 90%;
	}
}