/* 头部 */
.header {
	position: absolute;
	background: url(../img/topnav.png) repeat center center;
	background: #004098;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	z-index: 111;
}

.logocon {
	height: 60px;
	float: left;
}
.loginBtn{
	display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    float: left;
		margin-top: 14px;
		cursor: pointer;
		border: 1px solid #fff;
    border-radius: 5px;
		margin-left: 10px;
		font-size: 14px;
		line-height: 30px;
}
.logo {
	height: 60px;
}

.nav_down {
	display: none;
	background: rgba(333, 333, 333, 0.8);

}

.nav_down ul {
	display: block;
	padding: 0;
	margin: 0;
}


.nav_down ul li {
	display: block;
	float: left;
	width: 100%;
	/* background: #1a53a3; */
	background: url(../img/topnav.png) repeat center center;
}

.top_nav .top_nav_link a.active,
.top_nav .top_nav_link a:hover {
	/* background-color: rgba(159, 160, 160, 0.9); */
	background: #1a53a3;
}

.downarr {
    position: fixed;
    left: 50%;
    margin-left: -9px;
    bottom: 0;
    z-index: 12;
    width: 18px;
    height: 18px;
    background: url(../img/down.png) no-repeat center center;
}
.top_nav {
	padding-right: 20px;
	float: right;
}

.top_nav .toggle_nav_btn {
	display: none;
}

.top_nav .top_nav_link .nav_list {
	font-size: 16px;
	display: block;
	float: left;
	width: 120px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}

.nav_down {
	display: none;
	background: rgba(333, 333, 333, 0.8);

}

.nav_down ul {
	display: block;
	padding: 0;
	margin: 0;
}

.nav_down ul li {
	display: block;
	float: left;
}

.top_nav .top_nav_link a {
	font-size: 16px;
	display: block;
	float: left;
	width: 120px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}

.top_nav .top_nav_link a.active,
.top_nav .top_nav_link a:hover {
	/*background: url(../images/index/top.png) repeat center center;*/
}


/* 全屏滚动样式 */
.navbar {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
	*margin-top: -90px;
	_margin-top: -90px;
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 5px 0;
	display: block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	border: 2px solid #fff;
}

.swiper-pagination-bullet.active {
	background: #419cc0 !important;
}

.main_pages {
	width: 100%;
	height: 100%;
	position: relative;
}

.main_pages .page {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.m-img {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: -1;
}

.m-img img {
	width: 100%;
	height: 100%;
	display: block;
}

#page1 {
	background: #fff url(../img/bg.jpg) no-repeat bottom center;
	background-size: 100%
}

/* #page1 .m-img {
  display: none;
} */
.pagee {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.fullPage-wp {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fullPage-wp.anim {
	-webkit-transition: all 500ms 0 ease-out;
	transition: all 500ms 0 ease-out;
}

.fullPage-page {
	display: block;
	overflow: hidden;
}

.page {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.contain {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.current .contain,
.slide .contain {
	display: block;
}

.current {
	display: block;
	z-index: 1;
}

.slide {
	display: block;
	z-index: 2;
}

.swipe {
	display: block;
	z-index: 3;
	transition-duration: 0ms !important;
	-webkit-transition-duration: 0ms !important;
}


/* 第一页的样式 */
.page-copy {
	position: absolute;
	display: block;
	bottom: 40px;
	width: 60%;
	left: 20%;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.search_box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -110px;
	width: 700px;
}

.logo_box {
	text-align: center;
	margin-bottom: 30px;
}

.search {
	width: 700px;
	margin: 0 auto 20px;
	font-size: 16px;
	position: relative;
}

.book_check {
	width: 100px;
	height: 40px;
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 5px;
	position: relative;
	/*background: #eee url("../images/index/pc/xlj.png") no-repeat center right;*/
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
	box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
}

.form_group {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 4px 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 580px;
	*width: 540px;
	border: 1px solid #ddd;
	border-radius: 6px;

	background: #fff url(../img/top.png) repeat center center;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
	box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
}

.title_check {
	position: relative;
	display: block;
	float: left;
}

.title_check div {
	width: 90px;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	background: #eee url("../img/xlj.png") no-repeat center right;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.keyword {
	background: none;
	width: 430px;
	width: 390px\9;
	height: 30px;
	color: #333;
	line-height: 30px;
	font-size: 14px;
}

.submit_btn {
	display: block;
	float: left;
	box-sizing: border-box;
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	background-color: #1352ab;/* #38b4e6; */
	width: 87px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
	box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
}

.submit_btn2 {
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	box-sizing: border-box;
	font-size: 18px;
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	width: 87px;
	height: 40px;
}

/* 第一页的底部 */
.first_bottom {
	width: 80%;
	height: 140px;
	position: absolute;
	bottom: 30px;
	left: 10%;
}

.first_bottom ul {
	width: 100%;
	float: left;
	display: flex;
	height: 140px;
}

.first_bottom ul li {
	background: #419CC0;
	background: rgba(255, 255, 255, 0.7);
	color: #fff;
	width: 20%;
	color: #333;
	text-align: center;

}

.first_bottom ul li:hover {
	background: rgba(204, 204, 204, 0.6);
	color: #fff;
}

.first_bottom ul li:hover a {
	color: #000;
}

.first_bottom ul li a {
	font-size: 14px;
}

.ficon {
	width: 100%;
	padding: 20px 0 3px 0;
}

.ficon img {
	width: 30%;
}

/* 第一页下拉选择 */
#divselect1 ul {
	width: 104px;
	border: 0px solid #333333;
	background-color: #F4F4F4;
	position: absolute;
	z-index: 20000;
	margin-top: 5px;
	display: none;
}

#divselect1 ul li {
	height: 34px;
	line-height: 34px;
}

#divselect1 ul li a {
	display: block;
	height: 34px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

#divselect1 ul li a:hover {
	background-color: #fff;
}

/* 第二页样式 */
.page2-container {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 980px;
	margin-left: -490px;
	margin-top: -250px;
}

.scroll-imgs {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	margin: 0 auto 10px;
}

.ad {
	background-color: #FFFFFF;
	border-radius: 10px;
}

.ad .container {
	margin: 0px auto;
	background-color: #F7F7F7;
	height: 300px;
	border-radius: 10px;
}

#focus {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	z-index: 1;
}

#focus ul {
	height: 380px;
	position: absolute;
}

#focus ul li {
	float: left;
	width: 980px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #000;
}

#focus ul li a {
	text-decoration: none;
}

#focus ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}

#focus ul li a :hover {
	color: #fff;
}

#focus .btnBg {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 13px;
	background: #000;
	display: none;
}

#focus .btn {
	position: absolute;
	width: 100%;
	height: 10px;
	padding: 5px 10px;
	right: 0;
	bottom: 13px;
	text-align: right;
}

#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 14px;
	height: 14px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50%;
}

#focus .btn span.on {
	background: #fff;
}

#focus .preNext {
	width: 35px;
	height: 124px;
	position: absolute;
	top: 90px;
	/* background: url(../images/index/sprite2.png) no-repeat 0 0; */
	cursor: pointer;
}

#focus .pre {
	left: 0;
}

#focus .next {
	right: 0;
	background-position: right top;
}

.ad_title {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	width: 100%;
	/* background: url(../images/index/g.png) repeat; */
	font-size: 24px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.ad_title span {
	padding-left: 20px;
}

.ad_title p {
	text-indent: 1em;
}

.news-groups {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.w300 {
	width: 30%;
}

.fast-nav {
	float: right;
	width: 38%;
	overflow: hidden;
	height: 190px;
	background: #fff;
	border-radius: 10px;
}

.fast-nav a {
	display: block;
	width: 50%;
	height: 50%;
	float: left;
	text-align: center;
}

.fast-nav a:hover {
	color: #fff;
	/* background: url(../images/index/pc/active_bg.jpg) repeat; */
}

.fast-nav a:hover span {
	color: #fff;
}

.fast-nav a div {
	height: 55px;
}

.fast-nav a div img {
	display: block;
	margin: 10px auto;
	height: 44px;
	width: 44px;
}

.fast-nav a span {
	color: #aaa;
	font-size: 16px;
}

#page2 .tabpanel {
	display: none;
	width: 100%;
	margin-bottom: 10px;
	height: 130px;
}

.tabpanel {
	width: 66%;
}

.panel-paihang {
	width: 33%;
}

.panel-paihang .ng-span {
	font-size: 20px;
}

.ngroup2 {
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.ngroup {
	background: #fff;
	border-radius: 10px;
	position: relative;
	height: 190px;
	width: 49.5%;
	/* margin-right: 1%; */
}

.ng-title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #aaa;
	position: relative;
}

.ng-span {
	font-size: 22px;
	padding-left: 40px;
	line-height: 50px;
}

.ng-noicon {
	padding-left: 5px;
}

.ng-more {
	float: right;
	color: #333;
	padding-right: 15px;
	font-size: 16px;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}

.ng-more:hover {
	color: #333;
}

.ng-newbooks-list li {
	display: block;
	float: left;
	position: relative;
	width: 16%;
	height: 200px;
	margin-right: 2%;
	margin-left: 2%;
}

.ng-newbooks-list li img {
	display: block;
	width: 100%;
	height: 100%;
}

.ng-newbooks-list li a {
	color: #fff;
}

.ng-newbooks-list li div {
	position: absolute;
	width: 100%;
	/*  background: url(../images/index/g.png) repeat; */
	bottom: 0;
	left: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

.ng-newbooks-list li div span {
	padding: 0 10px;
}

.ng-newbooks-list li:nth-last-child(1) {
	margin-right: 0;
}

.tab-index {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tab-index a {
	float: left;
	margin: 0 10px;
	max-width: 40%;
	padding: 0 10px;
	font-size: 20px;
	color: #aaa;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 50px;
	border-bottom: 2px solid #fff;
}

.tab-index a.active {
	color: #38b4e6;
	border-bottom: 2px solid #38b4e6;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.ng-list {
	list-style: none;
}

.ng-list li {
	height: 40px;
	border-bottom: 1px dashed #aaa;
}

.ng-list li a {
	line-height: 40px;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 35px;
	background-image: url(../img/group-icon.png);
	background-repeat: no-repeat;
	background-position: -10px -132px;
}

.ng-list li a.hot {
	background-position: -5px -52px;
}

.panel-box {
	width: 100%;
	border-radius: 10px;
	margin: 0 auto 10px;
}

.mr-10 {
	margin-right: 10px;
}

.float-l {
	float: left;
}

.ng-icon {
	/*  background-image: url(../img/group-icon.png); */
	background-repeat: no-repeat;
	background-size: 35px;
}

.ng-gonggao {
	background: url(../img/icon08.png) no-repeat;
	background-size: 22px;
	background-position: 10px 14px;
}

.ng-baodao {
	background: url(../img/icon09.png) no-repeat;
	background-size: 22px;
	background-position: 10px 14px;
}

.ng-shuzi {
	background: url(../img/icon07.png) no-repeat;
	background-position: 10px 14px;
	background-size: 22px;
}

.ng-kuaisu {
	background:url(../img/icon06.png) no-repeat;
	background-position: 10px 14px;
	background-size: 26px;
}

.ng-book {
	background-image: url(../img/book.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 14px;
}

.ng-detail {
	padding: 0 7px 5px 7px;
}

#page2 .ng-list {
	height: 110px;
	*height: 112px;
	overflow: hidden;

}

/* 第三页样式 */

.db-link {
	margin: 0 auto 20px;
	margin: 0 23px 10px 23px;
	border-radius: 10px;
	padding: 10px 0;
}

.zy-list {
	overflow: hidden;
	list-style: none;
	padding-top: 15px;
	padding-bottom: 5px;
}
.zy-list2 {
    overflow: hidden;
    list-style: none;
}
.zy-list li {
	width: 21%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 11px 0;
	margin-left: 2%;
	margin-right: 2%;
}

.zy-list li a {
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.zy-list li a.active,
.zy-list li a:hover {
	color: #fff;
	/* background: url(../img/active_bg.jpg) repeat; */
	background: #1352ab;
	border: 1px solid #fff;
}

.db-list {
	max-height: 210px;
	overflow-x: hidden;
	list-style: none;
}

.db-list li {
	width: 22%;
	margin-right: 3%;
	height: 36px;
	float: left;
	/* margin-top: 10px;
	margin-bottom: 10px; */
}

.db-list li a {
	line-height: 36px;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 25px;
	background-image: url(../img/group-icon.png);
	background-repeat: no-repeat;
	background-position: -10px -172px;
}

.gray-bg {
	background-color: #efefef;
}

#page3 .db-list {
	max-height: 210px;
	height: 210px;
}

/* page4 css */
#page4 .ng-book{
	background-image: url(../img/book.png) !important;
    background-repeat: no-repeat;
    background-position: 10px 14px;
		background-size:26px;
}
.text-blue{
	color: #1352ab;
}
#jypx {
  height: 110px;
  overflow: hidden;
}
.bookbox {
  height: 215px;
}
.newbooks {
  margin-top: 23px;
  height: 200px;
  overflow: hidden;
}
.newbooks ul {
  padding: 0;
}
.zy-list2 li {
    width: 29%;
    height: 40px;
    float: left;
    text-align: center;
    margin: 5px 0;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #fff;
}
.zy-list2 li a {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.zy-list2 li a.active,
.zy-list2 li a:hover {
  color: #fff;
  background: url(../img/active_bg.jpg) repeat;
  border: 1px solid #fff;
}
.mr-top20 {
    margin-top: 20px;
}
.split {
    display: block;
    height: 30px;
    width: 2px;
    margin-right: 15px;
    margin-left: 5px;
    float: left;
    background-color: #eee;
}
.loginBtn:hover{
	color: #fff;
}
@media screen and (max-width: 720px) {
	.loginBtn{
		width: 110px;
		margin-top: 9px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.page2-container{
	    width: 290px !important;
	    position: absolute;
	    display: block;
	    left: 50%;
	    top: 0;
	    margin-left: -145px;
	    margin-top: 60px;
	}
	.header {
		height: 45px;
	}

	.logocon {
		height: 45px;
		float: left;
	}

	.logo {
		height: 45px;
	}

	.top_nav {
		padding-right: 0px;
		float: none;
		position: absolute;
		right: 0;
	}

	.top_nav .toggle_nav_btn {
		display: block;
		width: 45px;
		height: 45px;
		background: url(../img/meun.png) no-repeat center center;
		background-size: 24px auto;
	}

	.top_nav .toggle_nav_btn.active,
	.top_nav .toggle_nav_btn:hover {
		background-color: none;
	}

	.top_nav .top_nav_link {
		background: rgba(159, 160, 160, 0.9);
		position: absolute;
		display: none;
		top: 45px;
		right: 0;
	}

	.top_nav .top_nav_link.open {
		display: block;
	}

	.top_nav .top_nav_link a {
		font-size: 12px;
		/* display:inline-block;
				_zoom:1;
				_display:inline; */
		display: block;
		float: none;
		width: 80px;
		color: #fff;
		line-height: 40px;
		text-align: center;
	}

	.top_nav .top_nav_link a.active,
	.top_nav .top_nav_link a:hover {
		background-color: rgba(159, 160, 160, 0.9);
	}

	#page1 {
		background-image: url(../img/1.jpg);
		background-position: bottom center;
	}

	.search_box {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -130px;
		margin-top: -110px;
		width: 260px;
	}
.search {
    width: 270px;
    position: relative;
    margin: 0 auto 20px;
    font-size: 12px;
}
	.form_group {
		display: block;
		float: left;
		box-sizing: border-box;
		padding: 4px 10px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		width: 270px;
		border: 1px solid #ddd;
		border-radius: 6px;
		-webkit-box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
		box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
	}

	.title_check {
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		float: none;
		-webkit-box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
		box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
	}

	.title_check div {
		width: auto !important;
		height: 24px;
		font-size: 12px;
		box-sizing: border-box;
		display: block;
		float: left;
		line-height: 24px;
		padding: 0 15px 0 5px;
		background: #eee url(../img/xlj.png) no-repeat center right;
		border: 1px solid #ddd;
		border-radius: 3px;
	}

	.search .split {
		display: none;
	}

	.split {
		display: block;
		height: 30px;
		width: 2px;
		margin-right: 15px;
		margin-left: 5px;
		float: left;
		background-color: #eee;
	}

	.keyword {
		background: none;
		width: 240px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.submit_btn {
		display: block;
		float: left;
		box-sizing: border-box;
		outline: 0;
		border: 0;
		margin: 0;
		padding: 0;
		color: #fff;
		text-align: center;
		background-color: #1352ab;
		width: 100%;
		height: 30px;
		border: 1px solid #ddd;
		border-radius: 6px;
		-webkit-box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
		box-shadow: 0.5px 0.866px 4px 0px rgba(170, 170, 170, 0.45);
	}

	.submit_btn2 {
		display: block;
		position: absolute;
		left: 0;
		top: 85px;
		box-sizing: border-box;
		outline: 0;
		border: 0;
		margin: 0;
		padding: 0;
		color: #fff;
		text-align: center;
		background-color: #38b4e6;
		width: 100%;
		height: 30px;
		border: 1px solid #ddd;
		border-radius: 6px;
	}

	.logo_box img {
		display: block;
		width: 100%;
	}
/* page2 */


.news-groups {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#page2 .tabpanel {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    height: 130px;
}
.scroll-imgs {
    width: 290px;
    height: 164px;
    border-radius: 6px;
    margin: 0 auto 5px;
}
.ad {
    background-color: #FFFFFF;
    border-radius: 6px;
}
.ad .container {
    margin: 0px auto;
    background-color: #F7F7F7;
    height: 164px;
    border-radius: 6px;
}
#focus {
    width: 290px;
    height: 164px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    z-index: 1;
}
#focus ul {
    height: 164px;
    position: absolute;
}
#focus ul li {
    float: left;
    width: 290px;
    height: 164px;
    overflow: hidden;
    position: relative;
    background: #000;
}
#focus ul li a {
    text-decoration: none;
}
#focus .btn {
    position: absolute;
    width: 100%;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 6px;
    text-align: right;
}
#focus .btn span{
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
}
.ng-span{
	font-size: 12px;
}
.ngroup{
	width: 100%;
	margin-top: 10px;
}
.tab-index a{
	font-size: 12px;
}
#focus .preNext {
    width: 25px;
    height: 62px;
    position: absolute;
    top: 51px;
    background: url(../img/sprite3.png) no-repeat 0 center;
    cursor: pointer;
    background-size: auto 62px;
}
#focus .next{
	right: 0;
	background-position: right center;
}
.ad_title p{
	width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.ad_title{
	position:absolute;
	left: 0;
	bottom: 0;
	line-height: 25px;
	width: 100%;
	font-size: 12px;
}
.ng-list li a {
    line-height: 30px;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 30px;
    background-image: url(../img/group-icon.png);
    background-repeat: no-repeat;
    background-position: -2px -71px;
    background-size: 40px auto;
}
.ng-list li a {
    height: 30px!important;
}
.first_bottom ul li a {
		font-size: 13px;
	}
.ng-more{
	font-size: 12px;
}
.panel-box {
    width: 290px;
    border-radius: 6px;
    margin: 0 auto 5px;
  }
	.zy-list li a{
		font-size: 12px;
	}
	.zy-list li {
	  width: 42%;
	  height: 26px;
	  float: left;
	  text-align: center;
	  margin: 5px 0;
	  margin-left: 4%;
	  margin-right: 4%;
	}
	.zy-list li a {
	  line-height: 24px;
	  font-size: 12px;
	  text-align: center;
	  display: block;
	  white-space: nowrap;
	  overflow: hidden;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  border: 1px solid #aaa;
	  border-radius: 3px;
	}
	.db-list {
	  max-height: 215px;
	  overflow-x: hidden;
	  list-style: none;
	  padding: 0px 0;
	}
	.db-list li {
	  width: 45%;
	  margin-right: 3%;
	  height: 35px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  float: left;
	}
	.db-list li a {
	  line-height: 35px;
	  font-size: 12px;
	  display: block;
	  white-space: nowrap;
	  overflow: hidden;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  padding-left: 18px;
	  background-image: url(../img/group-icon.png);
	  background-repeat: no-repeat;
	  background-position: -5px -93px;
	  background-size: 40px;
	}
	.newbooks {
    margin-top: 10px;
    height: 108px;
    overflow: hidden;
}
	.newbooks ul {
    padding: 0;
}
.bookbox{
	height: 120px;
}
	.ng-newbooks-list li {
	  display: inline-block;
	  position: relative;
	  width: 81px;
	  height: 100px;
	  margin-right: 4px;
	  margin-left: 5px;
	  margin-bottom: 10px;
	}
	.ng-newbooks-list li img {
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.ng-newbooks-list li a {
	  color: #fff;
	}
	.ng-newbooks-list li div {
	  position: absolute;
	  width: 100%;
	  background-color: rgba(126, 126, 126, 0.5);
	  bottom: 0;
	  left: 0;
	  height: 20px;
	  display: block;
	  white-space: nowrap;
	  overflow: hidden;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  color: #fff;
	  font-size: 12px;
	  line-height: 20px;
	  text-align: center;
	}
	.ng-newbooks-list li div span {
	  padding: 0 5px;
	}
	.ng-newbooks-list li:nth-last-child(1) {
	  margin-right: 4px;
	}
	.zy-list2 li{
		width: 44%;
		height: 26px;
		float: left;
		text-align: center;
		margin: 5px 0;
		margin-left: 3%;
		margin-right: 3%;
	}
	.zy-list2 li a {
	  line-height: 24px;
	  font-size: 12px;
	  text-align: center;
	  display: block;
	  white-space: nowrap;
	  overflow: hidden;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  border: 1px solid #aaa;
	  border-radius: 3px;
	}
	.zy-list2 li a.active,
	.zy-list2 li a:hover {
	  color: #fff;
	  background: url(../img/active_bg.jpg) repeat;
	  border: 1px solid #fff;
	}
	.ng-kuaisu{
		background-size: 16px;
		background-position: 20px 17px;
	}
	.ng-book{
		background-size: 16px !important;
		background-position: 20px 17px !important;
	}
	.ng-shuzi{
		background-size: 16px !important;
		background-position: 20px 17px !important;
	}
}


@media screen and (min-width:960px) and (max-width:1920px) {
	.first_bottom ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1083px) {
	.top_nav .top_nav_link .nav_list{
		width: 90px;
	}
	.top_nav .top_nav_link a{
		width:90px;
	}
}
@media screen and (min-width:720px) and (max-width:880px) {
	.top_nav .top_nav_link .nav_list{
		width: 65px;
	}
	.top_nav .top_nav_link a{
		width:65px;
	}
	.detail-txt{
		margin-bottom: 100px !important;
	}
}