.header{
	background: url(../image/tiger_bd.png) no-repeat  top center;
	background-size:100% 100%; 
	padding-bottom: 250px;
}
.nav{
	height: 90px;
	margin-top: 35px;
}
.nav .logo{
	display: block;
	height: 69px;
}
.header .content h1{
	font-size:  4.063rem;
	text-align: center;
	color: #fff;
}
.header .content h3{
	font-size: 1.125rem;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
/*内容部分*/
.section{
	overflow: hidden;
	padding: 50px 10px 50px;
	background-color: #fefefe;
	color: #3b454a;
}
.section .c-box{
	overflow: hidden;
	margin-top: 40px;
	border-left: 8px solid #e83820;
	padding: 20px 0;
}
.section .c-box .article{
	display: block;
	padding-left: 20px;
	padding-bottom: 40px;
}
.section .c-box .article h2{
	font-size: 1.445rem;
	font-weight: 400;
	line-height: 50px;
}
.section .c-box .article p{
	margin: 10px 0;
	line-height: 35px;
}

.section .c-box .article .more a{
	color: #e83820;
	cursor: pointer;
}
