body{
	background-repeat: no-repeat;
	background-image: url(../images/solution_sit_bg.jpg);
	background-size: 100% auto;
	background-position: 50% 35vw;
}
body.nobg{
	background-image: none;
}
body.bgpos2{
	background-position: 50% 50vw;
}



.common-tab a{
	width: 15em;
}

section .title{
	text-align:center;
}
section .title h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height: 1.333;
}



/*信息披露*/
.sec-prospectus{
	padding: 7.45% 0 4.2%;
}
.sec-prospectus .inner{
	width: 68.75em;
}
.sec-prospectus .title{
	margin-bottom: 5.64%;
}
.sec-prospectus li{
	background: linear-gradient(261.69deg, #E9F4FF 0.33%, #FFFFFF 53.42%, #E9F4FF 99.81%);
	border: 1px solid #eee;
	border-radius: 0.625em;
	padding: 2.3125em 4em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec-prospectus li .text{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec-prospectus li p{
	flex-grow: 1;
	line-height: 1.5;
	font-size: 1.25em;
	margin-right:1em;
}
.sec-prospectus li .text svg{
	flex-shrink: 1;
	width: 4em;
	margin-right: 1.75em;
	fill: var(--theme-blue);
}
.sec-prospectus li a svg{
	fill: var(--theme-blue);
	width: 2em;
	transition: fill 0.3s;
}


.sec-performance{
	padding: 4.2% 0 4.85%;
}
.sec-performance .inner{
	width: 79.6875em;
}
.sec-performance .title{
	margin-bottom: 3.1%;
}
.sec-performance .year-box{
	border: 1px solid #999999;
	border-radius: 0.9375em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 0.75em 1.25em;
	margin-left: 0.9375em;
	margin-bottom: 4.7%;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.sec-performance .year-box .icon{
	width: 1.375em;
	margin-right: 1em;
	fill: #666;
}
.sec-performance .year-box p{
	font-size: 1.25em;
}
.sec-performance .year-box .arrow{
	width: 0.9375em;
	margin-left: 2.25em;
	fill: #666;
	transition: transform 0.3s;
}
.sec-performance .year-box:hover .arrow{
	transform: rotateX(-180deg);
}
.sec-performance .year-box .slide-box{
	position:absolute;
	top:100%;
	background: linear-gradient(261.69deg, #E9F4FF 0.33%, #FFFFFF 53.42%, #E9F4FF 99.81%);
	border-radius:0.625em;
	opacity:0;
	pointer-events:none;
	transition:opacity 0.5s,transform 0.5s;
	left: 0;
	width: 100%;
	transform:translateY(1em);
	padding: 1em 1em 1em 3.625em;
	margin-top: 1px;
}
.sec-performance .year-box:hover .slide-box{
	opacity:1;
	pointer-events:auto;
	transform:translateY(0);
}
.sec-performance .year-box .slide-box li{
	cursor: pointer;
	line-height: 1.75;
	font-size: 1.25em;
	transition: color 0.3s;
}
.sec-performance .year-box .slide-box li.active{
	color: var(--theme-blue);
}
.sec-performance .content-box{
	position: relative;
}
.sec-performance .content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: opacity 0.3s,transform 0.3s;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20%);
}
.sec-performance .content.active{
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.sec-performance .list-box{
	width: 58.82%;
}
.sec-performance .list-box li{
	padding: 2em 0.9375em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	transition: color 0.3s;
}
.sec-performance .list-box li:first-child{
	padding-top: 0;
}
.sec-performance .list-box h5{
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.35;
}
.sec-performance .list-box p{
	line-height: 1.3125;
	color: #666;
	transition: color 0.3s;
	flex-shrink: 0;
	margin-left: 2em;
}
.sec-performance .list-box p svg,.sec-performance .list-box p span{
	vertical-align: middle;
}
.sec-performance .list-box p svg{
	transition: fill 0.3s;
	fill: #666;
	width: 1.375em;
	margin-left: 2.5em;
}
.sec-performance .book-box{
	width: 27.22%;
	position: relative;
}
.sec-performance .book-box li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
	box-shadow: 0px 0.125em 0.25em 0.125em rgba(0, 0, 0, 0.25);
	text-align: center;
}
.sec-performance .content.active .book-box li.active{
	position: relative;
	pointer-events: auto;
	opacity: 1;
}
.sec-performance .book-box li p{
	position: absolute;
	top: 22.5%;
	left: 0;
	width: 100%;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.333;
	color: #666;
}
.sec-performance .book-box li a{
	font-size: 1.125em;
	width: 9.1em;
	height: 2.72em;
	line-height: calc(2.72em - 2px);
	background-color: var(--theme-blue);
	border: 1px solid var(--theme-blue);
	display: block;
	color: #fff;
	border-radius: 1.36em;
	transition: color 0.3s,background-color 0.3s;
	position: absolute;
	bottom: 4.33%;
	left: 50%;
	margin-left: -4.55em;
}


.sec-notice{
	padding: 4.85% 0 13%;
}
.sec-notice .inner{
	width: 80em;
}
.sec-notice .title{
	margin-bottom: 4.3%;
}
.sec-notice .list{
	margin-bottom: 5%;
}
.sec-notice .list li{
	padding: 2em 0.9375em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	transition: color 0.3s;
}
.sec-notice .list h5{
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.35;
}
.sec-notice .list p{
	line-height: 1.3125;
	color: #666;
	transition: color 0.3s;
	flex-shrink: 0;
	margin-left: 2em;
}
.sec-notice .list p svg,.sec-notice .list p span{
	vertical-align: middle;
}
.sec-notice .list p svg{
	transition: fill 0.3s;
	fill: #666;
	width: 1.375em;
	margin-left: 2.5em;
}






/*公司管治*/
.sec-member{
	padding: 7.45% 0 5.2%;
}
.sec-member .inner{
	width: 76.125em;
}
.sec-member .title{
	margin-bottom: 6.24%;
}
.sec-member ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec-member li{
	width: 30.706%;
	background: linear-gradient(261.69deg, #E9F4FF 0.33%, #FFFFFF 53.42%, #E9F4FF 99.81%);
	border: 1px solid #eee;
	border-radius: 0.625em;
	margin-bottom: 1.625em;
	padding: 2em 2.75em;
}
.sec-member li h5{
	font-size: 1.375em;
	line-height: 1.36;
	margin-bottom: 0.64em;
	font-weight: 500;
}
.sec-member li p{
	font-size: 1.125em;
	line-height: 2;	
	min-height: 8em;
}

.sec-governance{
	padding: 5.2% 0 14.48%;
}
.sec-governance .inner{
	width: 83.75em;
}
.sec-governance .title{
	margin-bottom: 7.4%;
}
.sec-governance ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec-governance li{
	background: linear-gradient(261.69deg, #E9F4FF 0.33%, #FFFFFF 53.42%, #E9F4FF 99.81%);
	border: 1px solid #eee;
	border-radius: 0.625em;
	margin-bottom: 2em;
	padding: 2.3125em 3em;
	width: 48.66%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec-governance li .text{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec-governance li p{
	flex-grow: 1;
	line-height: 1.5;
	font-size:1.25em;
	margin-right:1em;
}
.sec-governance li .text svg{
	flex-shrink: 1;
	width: 4em;
	margin-right: 1.75em;
	fill: var(--theme-blue);
}
.sec-governance li a svg{
	fill: var(--theme-blue);
	width: 2em;
	transition: fill 0.3s;
}







/*投资者关系联络*/
.sec-link{
	padding: 7.45% 0 13.7%;
}
.sec-link .inner{
	width: 85.3125em;
}
.sec-link .title{
	margin-bottom: 6.67%;
}
.sec-link .flex-box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}
.sec-link .text-box{
	width: 48.65%;
}
.sec-link .text-box li{
	border-bottom: 1px solid #ccc;
	padding: 1.875em 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec-link .text-box li::last-child{
	border-bottom: 0 none;
}
.sec-link .text-box svg{
	width: 2.25em;
	fill: var(--theme-blue);
	margin-right: 2.25em;
	flex-shrink:0;
}
.sec-link .text-box p{
	color: #666;
	line-height: 1.5;
	margin-bottom: 0.625em;
}
.sec-link .text-box h5{
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom:0.5em;
}
.sec-link .text-box h5.pointer{
	cursor:pointer;
}
.sec-link .text-box h5:last-child{
	margin-bottom:0;
}
.sec-link .right{
	width: 45.47%;
}
.sec-link .map-box{
	border-radius: 0.625em;
	position: relative;
	overflow: hidden;
	display:none;
}
.sec-link .map-box.active{
	display:block;
}
.sec-link .map-box a{
	font-size: 0.875em;
	width: 8.1em;
	height: 2.57em;
	line-height: calc(2.57em - 2px);
	background-color: var(--theme-blue);
	border: 1px solid var(--theme-blue);
	display: block;
	color: #fff;
	border-radius: 1.285em;
	transition: color 0.3s,background-color 0.3s;
	position: absolute;
	right: 2.5em;
	bottom: 1.25em;
	text-align: center;
}
.sec-link .map-box::before{
    font-family: 'FontAwesome';
    font-weight: 900;
    content:"\f041";
    color:var(--theme-blue);
    font-size:2em;
    position:absolute;
    left:50%;
    top:40%;
    animation:mapiconani linear 2s infinite;
}
@keyframes mapiconani{
	0%,100%{
		transform:translate(-50%,-50%);
	}
	50%{
		transform:translate(-50%,0);
	}
}



@media only screen and (min-width:1025px){
	.sec-prospectus li a:hover svg{
		fill: var(--theme-darkblue);
	}
	.sec-performance .year-box .slide-box li:hover{
		color: var(--theme-blue);
	}
	.sec-performance .list-box li:hover{
		color: var(--theme-blue);
	}
	.sec-performance .list-box li:hover p{
		color: inherit;
	}
	.sec-performance .list-box li:hover p svg{
		fill: var(--theme-blue);
	}
	.sec-performance .book-box li a:hover{
		color: var(--theme-blue);
		background-color: #fff;
	}
	.sec-notice .list li:hover{
		color: var(--theme-blue);
	}
	.sec-notice .list li:hover p{
		color: inherit;
	}
	.sec-notice .list li:hover p svg{
		fill: var(--theme-blue);
	}


	.sec-governance li a:hover svg{
		fill: var(--theme-darkblue);
	}
	.sec-link .map-box a:hover{
		color: var(--theme-blue);
		background-color: #fff;
	}
}
@media only screen and (max-width:1024px){

	.common-tab a{
		width: 33.333%;
	}


	/*信息披露*/
	.sec-prospectus{
		padding: 15% 0 7.5%;
	}
	.sec-prospectus .title{
		margin-bottom: 10%;
	}
	.sec-prospectus li{
		padding: 2.3125em 2em;
	}

	.sec-performance{
		padding: 7.5% 0;
	}
	.sec-performance .title{
		margin-bottom: 10%;
	}
	.sec-performance .year-box{
		margin-bottom: 10%;
	}
	.sec-performance .list-box{
		width: 100%;
	}
	.sec-performance .book-box{
		display: none;
	}


	.sec-notice{
		padding: 7.5% 0 30%;
	}
	.sec-notice .title{
		margin-bottom: 10%;
	}
	.sec-notice .list{
		margin-bottom: 10%;
	}





	/*公司管治*/
	.sec-member{
		padding: 15% 0 7.5%;
	}
	.sec-member .title{
		margin-bottom: 10%;
	}
	.sec-member li{
		width: 48%;
	}


	.sec-governance{
		padding: 7.5% 0 30%;
	}
	.sec-governance .title{
		margin-bottom: 10%;
	}
	.sec-governance ul{
		display: block;
	}
	.sec-governance li{
		width: 100%;
	}







	/*投资者关系联络*/
	.sec-link{
		padding: 15% 0 30%;
	}
	.sec-link .flex-box{
		display: block;
	}
	.sec-link .text-box{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec-link .map-box{
		width: 100%;
	}
	.sec-link .map-box a{
		font-size:1em;
	}

}