#main{
	padding: 5.9375% 0 5.2%;
}
#main .inner{
	width: 1640px;
	max-width: 92%;
	padding: 0;
}
#main .report-type a{
	display: inline-block;
	vertical-align: top;
	margin-right: 56px;
	font-size: 22px;
	color: #222;
	-webkit-transition: color 0.5s,font-weight 0.5s;
	-moz-transition: color 0.5s,font-weight 0.5s;
	-ms-transition: color 0.5s,font-weight 0.5s;
	-o-transition: color 0.5s,font-weight 0.5s;
	transition: color 0.5s,font-weight 0.5s;
}
#main .report-type a:last-child{
	margin-right: 0;
}
#main .report-type a:hover{
	color: #c70000;
}
#main .report-type a.active{
	color: #c70000;
	font-weight: bold;
}
#main .report-type a .tri{
	margin: 14px auto 0;
	border-style: solid;
	border-color: transparent transparent #eee transparent;
	border-width: 0 7px 7px 7px;
	width: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#main .report-type a.active .tri{
	opacity: 1;
}
#main .year-box{
	margin-bottom: 3%;
}
#main .year-box div{
	display: none;
	background-color: #eee;
	padding: 0 1.1%;
	background-repeat: no-repeat;
	background-image: url(../images/insightreport_white_year_bgline.png);
	-webkit-transition: background-position 0.5s;
	-moz-transition: background-position 0.5s;
	-ms-transition: background-position 0.5s;
	-o-transition: background-position 0.5s;
	transition: background-position 0.5s;
}
#main .year-box div.active{
	display: block;
}
#main .year-box a{
	display: inline-block;
	vertical-align: top;
	margin: 0 1.1%;
	font-size: 14px;
	color: #222;
	height: 48px;
	line-height: 48px;
	-webkit-transition: border-bottom-color 0.5s,color 0.5s;
	-moz-transition: border-bottom-color 0.5s,color 0.5s;
	-ms-transition: border-bottom-color 0.5s,color 0.5s;
	-o-transition: border-bottom-color 0.5s,color 0.5s;
	transition: border-bottom-color 0.5s,color 0.5s;
}
#main .year-box a:hover{
	color: #c70000;
}
#main .year-box a.active{
	color: #c70000;
}
#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: 31.1%;
	margin-bottom: 3.54%;
	margin-right: 3.35%;
}
#main .content li:nth-child(3n){
	margin-right: 0;
}
#main .content li .img-box{
	overflow: hidden;
	border-radius: 5px;
	-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: 7.45%;
}
#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%;
}
#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: 70%;
	width: 370px;
	-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 .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;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
#main .content li .text-box .btn-download{
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	width: 112px;
	height: 42px;
	line-height: 42px;
	max-width: 27%;
	background-color: #005190;
	border-radius: 5px;
}
#main .btn-more{
	display: block;
	margin: 0 auto;
	width: 182px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #bbb;
	font-size: 18px;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#main .btn-more:hover{
	border-color: #c70000;
	color: #fff;
	background-color: #c70000;
}



.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: url(../images/insightreport_white_cover_select_tri.png);
	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: url(../images/insightreport_white_cover_radio_bg.png);
	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:1024px){
	#main .content li .text-box .text h5{
		font-size: 16px;
	}
	#main .content li .text-box .text p{
		font-size: 12px;
	}
	#main .content li .text-box .btn-download{
		font-size: 14px;
	}
	
}
@media only screen and (max-width:767px){
	#main{
		padding: 1.5625rem 0;
	}
	#main .report-type a{
		margin-right: 1rem;
		font-size: 0.875rem;
	}
	#main .report-type a .tri{
		margin: 0.4375rem auto 0;
		border-width: 0 0.21875rem 0.21875rem 0.21875rem;
		width: 0.4375rem;
	}
	#main .year-box{
		margin-bottom: 0.9375rem;
	}
	#main .year-box div{
		padding: 0.3125rem 0.625rem;
	}
	#main .year-box a{
		margin: 0.3125rem 1.875rem 0.3125rem 0;
		font-size: 0.6875rem;
		height: 1.125rem;
		line-height: 1.125rem;
	}
	#main .year-box a:nth-child(6n){
		margin: 0.3125rem 0;
	}
	#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 .text-box .text{
		width: 14.6875rem;
	}
	#main .content li .text-box .text h5{
		font-size: 0.95rem;
	}
	#main .content li .text-box .text p{
		font-size: 0.6875rem;
	}
	#main .content li .text-box .btn-download{
		font-size: 0.8125rem;
		width: 5rem;
		height: 1.875rem;
		line-height: 1.875rem;
		border-radius: 0.15625rem;
	}
	#main .btn-more{
		width: 6.5rem;
		height: 2.3rem;
		line-height: 2.3rem;
		font-size: 0.75rem;
	}

	.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;
	}

}
