.banner.whitepaper_kv{background-image: url(/uploads/image/bjimages_en/report_whitepaper_banner.jpg);}

#main{
	padding: 4.25em 0 4.0625em;
}
#main.fix{ padding-bottom:8em;}
#footer.fix{ position:absolute; bottom:0; left:0; width:100%;}
.report-type{ width:436px; margin:0 auto;}
#main .report-type a{ width:50%;
	display: inline-block;
	font-size: 18px; line-height:48px; height:48px; text-align:center;
	color: #222; background:#efefef;
	-webkit-transition: color 0.5s,background 0.5s;
	-moz-transition: color 0.5s,background 0.5s;
	-ms-transition: color 0.5s,background 0.5s;
	-o-transition: color 0.5s,background 0.5s;
	transition: color 0.5s,background 0.5s;
}
#main .report-type a:first-child{
	border-top-left-radius:0.25em; border-bottom-left-radius:0.25em;
}
#main .report-type a:last-child{
	margin-right: 0; border-top-right-radius:0.25em; border-bottom-right-radius:0.25em;
}
#main .report-type a:hover{
	color: #fff;
	background:#e83434;
}
#main .report-type a.active{
	color: #fff;
	background:#e83434;
}

#main .year-box{
	margin-bottom:30px; margin-top:38px;
}
#main .year-box div{
	display: none; 
}
#main .year-box div.active{
	display: block; text-align:center;
}
#main .year-box a{
	display: inline-block;border-radius:0.25em;
	font-size: 14px;
	color: #999; padding:0 12px;margin:0 35px 20px;
	height: 26px;
	line-height: 26px; background-color:transparent;
	-webkit-transition: color 0.5s,background-color 0.5s;
	-moz-transition: color 0.5s,background-color 0.5s;
	-ms-transition: color 0.5s,background-color 0.5s;
	-o-transition: color 0.5s,background-color 0.5s;
	transition: color 0.5s,background-color 0.5s;
}
#main .year-box a:hover{
	color: #fff;
	background-color:#e83434;
}
#main .year-box a.active{
	color: #fff;
	background-color:#e83434;
}
#main .content ul{
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
}
#main .content ul.active{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-moz-flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
	-o-flex-wrap: wrap;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 2.56%;
}
#main .content li{
	width:28.5%;
	margin-bottom: 3.54%;
	margin-right: 7%;
}
#main .content li:nth-child(3n){
	margin-right: 0;
}
#main .content li .img-box{
	overflow: hidden; position:relative;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	margin-bottom:25px;
}
#main .content li:hover .img-box{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#main .content li .img-box img{
	width: 100%; border-radius:0.5em;
}
#main .content li .img-box h5{ position:absolute; bottom:0; left:0; width:100%; padding:0 5%; line-height:66px; background-image:url(/uploads/image/bjimages_en/report_whitepaper_bg.png); background-repeat:repeat; color:#fff; font-size:22px;overflow: hidden; white-space: nowrap;text-overflow:ellipsis; font-weight:normal;}

#main .content li .text-box{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
#main .content li .text-box .text{
	max-width: 67.5%;
	width: 274px;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: column;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: column;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
#main .content li .img-box img{
	border-radius:0.25rem;
}
#main .content li .text-box .text h5{
	font-size: 18px;
	color: #222;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
#main .content li .text-box .text p{
	font-size: 14px;
	color: #999;
	width: 100%; line-height:1.5; white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
#main .content li:hover .text-box .text h5{
	color: #e83434;
}

#main .content li .text-box .btn-download{
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	width: 108px;
	height: 42px;
	line-height: 42px;
	max-width: 30%;
	background-color: #004772;
	border-radius: 5px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#main .content li:hover .text-box .btn-download{
	background-color: #e83434;
}
.loading{
	text-align: center;
}
.loading p{
	font-size: 16px;
	color: #999999;
	margin-bottom: 0.5em;
	text-align: center;
}
.loading1 p{
	font-size: 16px;
	color: #999999;
	text-align: center;
}



.cover-box .form-box h3{
	font-size: 28px;
	color: #222;
	font-weight: normal;
	margin-bottom: 2.74%;
}
.cover-box .form-box h4{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 3.8%;
}
.cover-box .form-box h4 span{
	text-decoration: underline;
	color: #c70000;	
}
.cover-box .form-box ul{
	margin-bottom: 3%;
	text-align: left;
}
.cover-box .form-box .flex{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-wrap: wrap;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.cover-box .form-box .flex.start{
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.cover-box .form-box li{
	padding: 4.56% 0;
	border-top: 1px solid #f4f4f4;
}
.cover-box .form-box li:first-child{
	border-top: 0 none;
}
.cover-box .form-box li .input-box{
	width: 22.2%;
}
.cover-box .form-box li .input-box.width2{
	width: 35%;
}
.cover-box .form-box li h5{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-bottom: 14px;
}
.cover-box .form-box li .input-box input,.cover-box .form-box li select{
	width: 100%;
	border-radius: 20px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	font-size: 14px;
	color: #222;
}
.cover-box .form-box li select{
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-ms-appearance: none; 
	-o-appearance: none; 
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-image: ;
	padding: 0 26px 0 10px;
}
.cover-box .form-box li input.other{
	width: 58.66%;
	border-radius: 20px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #222;
	padding: 0 10px;
	font-size: 14px;
	color: #444;
}
.cover-box .form-box .flex.start .radio-box{
	margin-right: 20px;
}
.cover-box .form-box .flex.start .radio-box:last-child{
	margin-right: 0;
}
.cover-box .form-box li .radio-box input{
	vertical-align: middle;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-ms-appearance: none; 
	-o-appearance: none; 
	appearance: none;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: ;
	cursor: pointer;
}
.cover-box .form-box li .radio-box input:checked{
	background-position: center bottom;
}
.cover-box .form-box li .radio-box p{
	font-size: 14px;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.cover-box .form-box .submit{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 54px;
	line-height: 54px;
	background-color: #cc1919;
	border-radius: 27px;
}

.cover-box .tip-box .inner{
	width: 100%;
	max-width: 100%;
	margin: 5.35% 0;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.cover-box .tip-box .img{
	width: 29.55%;
	margin-right: 14%;
}
.cover-box .tip-box h5{
	font-size: 28px;
	color: #222;
	font-weight: normal;
}
.cover-box .tip-box p{
	font-size: 16px;
	color: #c70000;
	margin: 16px 0 32px;
}
.cover-box .tip-box .text a{
	font-size: 16px;
	color: #fff;
	width: 112px;
	height: 36px;
	line-height: 36px;
	background-color: #c70000;
	display: block;
	border-radius: 5px;
	text-align: center;
}
@media only screen and (max-width:1400px){
	.loading p{
		font-size: 14px;
	}
	.loading1 p{
		font-size: 14px;
	}
	#main .content li .text-box .text{
		max-width: 60%;
	}
	#main .content li .text-box .btn-download{
		max-width: 40%;
	}
}
@media only screen and (max-width:1024px){
	.banner.whitepaper_kv{ background-position:68% center;}
#main.fix{ padding-bottom:6rem;}
	#main{
		padding: 1.5625rem 0;
	}
	.report-type{ width:13rem; max-width:60%;}
	#main .report-type a{
		font-size: 0.875rem; height:2rem; line-height:2rem;
	}
#main .report-type a:first-child{
	border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem;
}
#main .report-type a:last-child{
	border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem;
}
	#main .year-box{
		margin-bottom:0.9375rem; margin-top:1.1875rem;
	}
	#main .year-box a{
		padding:0 0.375rem;margin:0 1.09375rem 0.625rem;border-radius:0.25rem;
		font-size: 0.6875rem;
		height: 1.125rem;
		line-height: 1.125rem;
	}

	#main .content ul{
		margin-bottom: 0;
	}
	#main .content li{
		width: 100%;
		margin-bottom: 1.5625rem;
		margin-right: 0;
	}
	#main .content li .img-box{
		border-radius: 0.15625rem;
		margin-bottom: 1rem;
	}
	#main .content li:hover .img-box{
		box-shadow: none;
	}
	#main .content li .img-box h5{ line-height:2rem;  font-size:0.95rem;}
	#main .content li .text-box .text{
		width: 14.6875rem;
	}
	#main .content li .text-box .text h5{
	font-size: 0.78rem;

}
	#main .content li .text-box .text p{
		font-size: 0.6875rem;
	}
	#main .content li .text-box .btn-download{
		font-size: 0.8125rem;
		width: 6rem;
		height: 1.875rem;
		line-height: 1.875rem;
		border-radius: 0.15625rem;
	}
	.loading p{
		font-size: 0.6875rem;
	}
	.loading img{
		width: 1.25rem;
	}
	.loading1 p{
		font-size: 0.6875rem;
	}

	.cover-box .form-box h3{
		font-size: 1.0625rem;
		margin-bottom: 0.625rem;
	}
	.cover-box .form-box h4{
		font-size: 0.5625rem;
		margin-bottom: 0.625rem;
	}
	.cover-box .form-box ul{
		margin-bottom: 1.25rem;
	}
	.cover-box .form-box li{
		padding: 0.9375rem 0;
	}
	.cover-box .form-box li.flex{
		padding: 0.9375rem 0 0;
	}
	.cover-box .form-box li .input-box{
		width: 47.3%;
		margin-bottom: 0.9375rem;
	}
	.cover-box .form-box li .input-box.width2{
		width: 47.3%;
	}
	.cover-box .form-box li h5{
		font-size: 0.6875rem;
		margin-bottom: 0.3125rem;
	}
	.cover-box .form-box li .input-box input,.cover-box .form-box li select{
		border-radius: 0.78125rem;
		height: 1.5625rem;
		line-height: 1.5rem;
		padding: 0 0.625rem;
		font-size: 0.6875rem;
	}
	.cover-box .form-box li select{
		background-size: auto 0.1875rem;
		background-position: right 0.625rem center;
		padding: 0 1rem 0 0.625rem;
	}
	.cover-box .form-box li input.other{
		width: 42.38%;
		border-radius: 0.78125rem;
		height: 1.5625rem;
		line-height: 1.5rem;
		padding: 0 0.625rem;
		font-size: 0.6875rem;
	}
	.cover-box .form-box .flex.start .radio-box{
		margin-right: 1.375rem;
	}
	.cover-box .form-box li .radio-box input{
		width: 0.5rem;
		height: 0.5rem;
	}
	.cover-box .form-box li .radio-box p{
		font-size: 0.6875rem;
		margin-left: 0.25rem;
	}
	.cover-box .form-box .submit{
		font-size: 1.1875rem;
		width: 15.3125rem;
		height: 2.8125rem;
		line-height: 2.8125rem;
		border-radius: 1.40625rem;
	}

	.cover-box .tip-box .inner{
		margin: 1.375rem 0 1.125rem;
	}
	.cover-box .tip-box .img{
		width: 32%;
		margin-right: 9.42%;
	}
	.cover-box .tip-box h5{
		font-size: 1.0625rem;
	}
	.cover-box .tip-box p{
		font-size: 0.5625rem;
		margin: 0.375rem 0 0.625rem;
	}
	.cover-box .tip-box .text a{
		font-size: 0.75rem;
		width: 3.5625rem;
		height: 1.4375rem;
		line-height: 1.4375rem;
		border-radius: 0.15625rem;
	}

}
