/*reset*/
.common-left td h5,.common-right .title h1{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}


.common-right{
	width: 1200px;
}


.sec1{
	margin-bottom: 3.67%;/*44*/
}
.sec1 .select-box{
	width: 29.2%;
	margin-right: 6.2%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #333;
	position: relative;
}
.sec1 .select-box:last-child{
	margin-right: 0;
}
.sec1 .select-box a{
	font-size: inherit;
	color: inherit;
	padding: 0.75em 3em 0.75em 1.25em;
	border: 1px solid #dfdfdf;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec1 .select-box a span{
	display: block;
	font-size: 1.125em;
	min-height: 1em;
}
.sec1 .select-box .tri{
	position: absolute;
	right: 1.25em;
	top: 50%;
	width: 1.125em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec1 .select-box ul{
	font-size: 1.125em;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 0.25em 0.4375em rgba(27,27,27,0.11);
	display: none;
}
.sec1 .select-box li{
	position: relative;
	padding: 1em 1.25em;
}
.sec1 .select-box li.active{
	color: #fff;
	background-color: #c7000b;
}
.sec1 .select-box li::after{
	content: "";
	position: absolute;
	left: 1.25em;
	right: 1.25em;
	bottom: 0;
	height: 1px;
	background-color: rgba(153,153,153,0.1);
}
.sec1 .select-box li:last-child::after{
	display: none;
}
.sec1 .select-box li.active::after{
	background-color: #c7000b;
}


.sec2{
	margin-bottom: 10.8333%;/*130*/
}
.sec2 table{
	width: 100%;
	text-align: center;
	font-size: inherit;
	margin-bottom: 7.5%;/*90*/
}
.sec2 th,.sec2 td{
	padding: 0 1.6875em;
}
.sec2 th:nth-child(1){
	width: 20em;
}
.sec2 th:nth-child(2){
	width: 8em;
}
.sec2 th:nth-child(3){
	width: 8em;
}
.sec2 th:first-child,.sec2 td:first-child{
	padding-left: 4.25%;
	text-align: justify;
}
.sec2 th:last-child,.sec2 td:last-child{
	padding-right: 4.25%;
	width: 5.75em;
}
.sec2 th{
	font-weight: normal;
	background-color: #c7000b;
	color: #fff;
	height: 3.33em;
	font-size: 1.125em;
}
.sec2 td{
	height: 4.5em;
	color: #000;
	cursor: pointer;
	line-height: 1.56;
	font-size: 1.125em;
	padding-top: 0.625em;
	padding-bottom: 0.625em;
}
.sec2 td.hide{
	border-bottom: 1px solid rgba(51,51,51,0.15);
	height: 0;
	line-height: 1;
	cursor: default;
	padding-top: 0;
	padding-bottom: 0;
}
.sec2 td .tri{
	width: 0.611em;
	vertical-align: middle;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
.sec2 tr.slide .tri{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec2 .text{
	border-top: 1px dashed rgba(51,51,51,0.2);
	padding: 3.92% 0 5.465%;/*43 0 60*/
	display: none;
}
.sec2 .text .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 4.1%;/*45*/
}
.sec2 .text .flex-box div{
	width: 48%;
}
.sec2 .text h5{
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.33em;
	line-height: 1;
}
.sec2 .text p{
	font-size: 0.89em;
	color: #000;
	line-height: 1.875;
}
.sec2 .text .more{
	font-size: 0.875em;
	color: #fff;
	cursor: pointer;
	background-color: #c7000b;
	width: 8.64em;
	height: 3em;
	line-height: 3;
	border-radius: 1.5em;
	text-align: center;
}
.sec2 .text .more span{
	vertical-align: middle;
}
.sec2 .text .more .arrow{
	vertical-align: middle;
	width: 1em;
	margin-left: 0.5em;
	background-repeat: no-repeat;
	background-image: url(../images/about_history_arrow_bg.png);
	background-size: auto 200%;
	background-position: center bottom;
}


.pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 61;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-display: none;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pop-cover.active{
	-webkit-display: flex;
	display: flex;
}
.pop-box{
	width: 1050px;
	background-color: #fff;
	position: relative;
	padding: 3.39% 3.28125% 3.54%;/*65 63 68*/
	color: #333;
	display: none;
}
.pop-box.active{
	display: block;
}
.pop-box .pop-close{
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	width: 2.25em;
	margin-top: -1.125em;
	margin-left: -1.125em;
	cursor: pointer;
}
.pop-box ul{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.pop-box li{
	position: relative;
	border-bottom: 1px solid #999;
	width: 270px;
	max-width: 30%;
	margin-bottom: 3.46%;/*32*/
}
.pop-box li input{
	font-size: 1.125em;
	color: inherit;
	height: 3.11em;
	line-height: 3.11em;
	width: 100%;
	padding-left: 2.3em;
}
.pop-box li img{
	width: 1.3em;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pop-box form{
	text-align: center;
}
.pop-box .upload-box{
	padding: 4.96% 0 4.31%;/*46 0 40*/
	margin: 5.1% 0 5.84%;/*47 0 54*/
	border: 1px dashed #333;
	position: relative;
	overflow: auto;
	max-height: 40vh;
}
.pop-box.tip .upload-box{
	border-color: transparent;
}
.pop-box .upload-box .tip img{
	width: 5.17%;
	margin-bottom: 2.16%;/*20*/
}
.pop-box.tip .upload-box .tip img{
	width: 7.71%;
}
.pop-box.tip.loading .upload-box .tip img{
	width: 20%;
}
.pop-box .upload-box .tip p{
	font-size: inherit;
	color: #999;
	line-height: 2;
}
.pop-box.tip .upload-box .tip p{
	font-size: 1.5em;
	font-weight: bold;
}
.pop-box .upload-box .tip p span{
	color: #c7000b;
}
.pop-box .submit{
	font-size: 0.875em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	background-color: #c7000b;
	width: 8.64em;
	height: 3em;
	line-height: 3;
	border-radius: 1.5em;
}
.pop-box .droparea{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.pop-box .table{
	position: relative;
}
.pop-box .table td{
	vertical-align: middle;
}
.pop-box .table,.pop-box .table .btn,.pop-box .table p.name,.pop-box .table .progress{
	margin-bottom: 0;
}


@media only screen and (min-width:1024px){
	.sec1 .select-box li:hover{
		color: #fff;
		background-color: #c7000b;
	}
	.sec1 .select-box li:hover::after{
		background-color: #c7000b;
	}

}



@media only screen and (max-width:1024px){

	.sec1{
		margin-bottom: 5%;/*44*/
	}
	.sec1 .select-box{
		width: 32%;
		margin-right: 2%;
	}


	.sec2{
		margin-bottom: 15%;/*130*/
	}
	.sec2 table{
		width: 100%;
		margin-bottom: 10%;/*90*/
	}
	.sec2 th,.sec2 td{
		padding: 0 1em;
	}
	.sec2 th:nth-child(1){
		width: 8em;
	}
	.sec2 th:nth-child(2){
		width: 5em;
	}
	.sec2 th:nth-child(3){
		width: 6em;
	}
	.sec2 th:first-child,.sec2 td:first-child{
		padding-left: 1.5em;
	}
	.sec2 th:last-child,.sec2 td:last-child{
		padding-right: 1.5em;
		width: 3.5em;
	}
	.sec2 td{
		padding-top: 0.625em;
		padding-bottom: 0.625em;
	}
	.sec2 td.hide{
		padding-top: 0;
		padding-bottom: 0;
	}
	.sec2 .text{
		padding: 5% 0;/*43 0 60*/
	}
	.sec2 .text .flex-box{
		margin-bottom: 5%;/*45*/
	}


	.pop-box ul{
		-webkit-display: block;
		display: block;
	}
	.pop-box li{
		max-width: 100%;
		width: 100%;
		margin-bottom: 1em;
	}
	.pop-box li:last-child{
		margin-bottom: 0;
	}
	.pop-box.tip .upload-box .tip img{
		width: 15%;
	}
	.pop-box li input{
		font-size: 1em;
		padding-left: 2em;
		height: 3.12em;
		line-height: 3.12em;
	}
	.pop-box .submit{
		font-size: 1em;
	}
}