body{
	overflow-x: hidden;
	/*font-family:Microsoft YaHei;*/
	font-family: normal;
}
.conbox{
	box-sizing: border-box;
	padding: 0 10px;
}
.conbox img{
	padding:0;
}
.pagelist {
	box-sizing: border-box;
	padding: 0 10px;
}
.pagelist ul li{
	display:inline-block;
}
.pagelist ul .active a{
	color: #A1343A;
	font-weight: bold;	
}
.pagelist .current{
	color: #A1343A;
	font-weight: bold;
}
.header {
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	line-height: 0px;
}

.header_logo {
	width: 20%;
	text-align: left;
}

.logo {
	width: 180px;
	height: 60px;
	padding-top: 20px;
}

.header_gn {
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.c_tab_div{
	background-color: #A3343A;
	color:#FFFFFF;
	width:100px;
	display:none;
	position:absolute;
	top:100px;
	left:0px;
	padding: 10px 0;
}


.gn_btn {
	width: 100px;
	height: 100px;
	line-height: 30px;
	color: #1E1E1E;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	position:relative;
}

.gn_btn a{
        text-decoration: none;
        color: #ffffff;
        }

.gn_btn:hover .gn_title,
.gn_btn:hover .gn_e{
	color: #FFFFFF;
}
.gn_btn:hover{
	background-color: #A3343A;
}
.gn_btn:hover .c_tab_div{
	display:block;
}

.gn_title {
	font-weight: bold;
	padding-top:20px;
}

.gn_e {
	color: #999999;
	padding-bottom:20px;
}

.active_p_p {
	background-color: #A3343A;
}

.active_p_p .gn_title,
.active_p_p .gn_e {
	color: #FFFFFF;
}

@media (min-width: 0px){
	.header{display: none !important;}
}

@media (min-width: 1024px){
	.header{display: flex !important;}
}
