a {

	color: #FFF;

	font-size: 16px;

	transition: all 0.5s;

}



a:hover {

	color: #005ca2;

}



.shadow {

	box-shadow: 0 0 6px #888888;

}



#fixtop {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 99;

}



#header {

	background: none;

	padding: 34px 56px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.6);

	display: flex;

	flex-wrap: wrap;

	justify-content: flex-end;

	transition: all 0.5s;

}



#header .topnav {

	display: flex;

	flex-basis: 100%;

}



#header .nav {}



#header .logo {

	margin-right: auto;

}



#header .logo img {

	max-width: 74vw;

}



#header .navul {

	display: flex;

}



#header .navli {

	margin-left: 49px;

}



#header .search {

	margin-left: 72px;

	display: flex;

}



#header #search {

	cursor: pointer;

	background: url(../images/search.png) no-repeat scroll 0 6px;

	width: 19px;

}



#header #line {

	margin: 0 24px;

	color: #FFFFFF;

	font-size: 16px;

}



#header .ebook {

	background: url(../images/icon.png) no-repeat scroll 0 6px;

}



#header .ebook a {

	padding-left: 28px;

}



#header .m {

	display: none;

}



#header #mnav {

	cursor: pointer;

	background: url(../images/mnav.png) no-repeat scroll 0 6px;

	width: 19px;

}



#header .hide {

	display: none;

}



#header .searchbox {

	display: flex;

	margin-top: 24px;

}



#header .searchbox .serach-btn {

	width: 80px;

	height: 40px;

	text-align: center;

	border: none;

	background-color: #007aff;

	color: #FFFFFF;

}



#header .searchbox .serach-txt {

	border: 0px none;

	width: 300px;

	padding-left: 16px;

}



#header .mnav {

	display: none;

	flex-basis: 100%;

	height: 100vh;

}



#header .mnav .mnavul {

	text-align: center;

}



#header .mnav .mnavli {

	border-bottom: 1px solid #33333329;

}



#header .mnav a {

	color: #333333;

	line-height: 12vh;

}



#footer {

	background-color: #333333;

}



#footer .footerin {

	padding: 104px 264px 30px;

}



#footer .nav {

	display: flex;

	justify-content: space-between;

	border-bottom: 1px solid #666666;

}



#footer .navdown ul {

	display: flex;

}



#footer .navdown .firstli a {

	padding-left: 0;

}



#footer .navdown ul li a {

	border-right: 1px solid #FFFFFF;

	padding: 0 14px;

}



#footer .navtext p {

	color: #808080;

	font-size: 14px;

	margin: 40px 0 56px;

}



#footer .copyright {

	display: flex;

	justify-content: space-between;

}



#footer .copyright p {

	color: #ffffff;

	font-size: 14px;

	margin-top: 30px;

}



@media only screen and (max-width: 1440px) {

	#footer .footerin {

		padding: 104px 118px 30px;

	}

}



@media only screen and (max-width: 1320px) {

	#header {

		padding: 3vw;

		background-color: rgba(255, 255, 255, 0.95);

	}

	#footer .footerin {

		padding: 104px 9vw 30px;

	}

	#footer .fright img,

	#header .nav,

	#header .search {

		display: none;

	}

	#header .m {

		display: flex;

	}

}



@media only screen and (max-width: 620px) {

	#footer .navdown ul {

		flex-wrap: wrap;

	}

	#footer .navdown .firstli a {

		padding-left: 14px;

	}

	#footer .copyright .cright {

		display: none;

	}

}