.common-left td{
	border-color: #f6f6f6;
}
.common-left td.active{
	background-color: transparent;
	color: #000;
	border-color: #f6f6f6;
}
.common-left td a{
	padding: 0;
}
.common-left td h5{
	line-height: 1.4;
	padding: 10%;
	font-size: 1em;
}
.common-left td.active h5{
	background-color: #c7000b;
	color: #fff
}

.anchor-box{
	background-color: #f6f6f6;
}
.anchor-box div{
	display: block;
	font-size: 1.125em;
	color: #666;
	line-height: 1.56;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 2px;
	border-radius: 2px;
	padding: 0.61em 6% 0.61em 16.67%;
}
.anchor-box div:last-child{
	border-bottom: 0 none;
}
.anchor-box div.active{
	color: #333;
	background-color: #e6e6e6;
}

.sec h3{
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.sec1 img{
	margin-bottom: 4.6%;
}
.sec1 p{
	font-size: 1.125em;
	color: #000;
	text-indent: 2em;
	line-height: 1.78;	
}


.sec5{
	background-color: #e9e9e9;
	position: relative;
	margin-bottom: 7.55%;/*108*/
}
.sec5 img{
	width: 50%;
}
.sec5 .right-part{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.sec5 .text-box{
	width: 506px;
	max-width: 90%;
}
.sec5 h5{
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.83em;
}
.sec5 p{
	font-size: 1.375em;
	color: #000;
	line-height: 1.2;
	font-weight: 500;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 1.45em 0;
}
.sec5 p:last-child{
	border-bottom: 0 none;
	padding-bottom: 0;
}

@media only screen and (min-width:1024px){
	.common-left td:hover{
		background-color: transparent;
		border-color: #f6f6f6;
	}
	.common-left td:hover h5{
		background-color: #c7000b;
		color: #fff
	}

	.anchor-box div:hover{
		color: #333;
		background-color: #e6e6e6;
	}
}


@media only screen and (max-width:1500px){	
	.sec5 h5{
		margin-bottom: 0.5em;
	}
	.sec5 p{
		padding: 1em 0;
	}
}
@media only screen and (max-width:1100px){	
	.sec5 p{
		padding: 0.75em 0;
	}
}

@media only screen and (max-width:1024px){
	.sec5{
		margin-bottom: 15%;/*108*/
	}
	.sec5 img{
		width: 100%;
	}
	.sec5 .right-part{
		width: 100%;
		position: static;
		padding: 10% 0;
	}
	.sec5 h5{
		margin-bottom: 0.83em;
	}
	.sec5 p{
		padding: 1.45em 0;
		font-size: 1.25em;
	}
}