
@font-face {
 font-family:'wrjxk';
 src: url('wrjxk.eot');
 src:url('wrjxk.woff');
}

@font-face {
 font-family:'MicrosoftYaHei';
 src:url('msyh.woff');
}

#effect {font-family:wrjxk !important;font-size: 32px;font-weight: normal;font-stretch: normal;line-height: 20px;letter-spacing: 3px;color: #ff0b0b !important;position: absolute;text-shadow: 3px 3px 5px #777;-webkit-background-clip: text;left: 382px;bottom: 41px;}

#effect1 {
	font-family: wrjxk !important;
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 3px;
	color: #ff0b0b !important;
	position: absolute;
	-webkit-background-clip: text;
	left: 382px;
	bottom: 100px;
}

.header {
	width: 100%;
	height: 163px;
	background-color: #fff;
}
       
.head-box {
	width: 1200px;
	margin: 0 auto;
	/* border: 1px solid #ff0000; */
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	/* height: 163px; */
	height: 100px;
}

.logo {
	width: 165px;
	height: 64px;
}

.top_banner {
	width: 100%;
	height: 100%;
}

.top-nav {
	width: 100%;
	height: 56px;
	/* background-color: #ff0b0b; */
	 background-color: #0068b7;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.top-nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.top-nav ul li {
	width: 150px;
	height: 56px;
	/* border-left: 1px solid #fff; */
}


/* .top-nav ul li:nth-of-type(8) {
	border-right: 1px solid #fff;
} */

.top-nav ul li a {
	/* width: 150px; */
	/* width: 108px; */
	width: 100%;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-family: CTXingKaiSJ;
}

.top-nav-act{
	background-color: #e4edfd;
}

.home{
	background-color: #e4edfd;
}

.home a{
	color: #003964!important;
}

.top-nav-act a{
	color: #003964!important;
}

.channel:hover{
	background-color: #e4edfd;
	border-left: 1px solid #0068b7;
}

.channel:hover a{
	color: #003964!important;
}