.page1 .page-wrapper {
	margin-top: 0px;
}
#motto{
	display: none;
}
#nav_menu1{
	display: none;
}
#index_qrCode{
	display: none;
}
.chapterBg{
	display: none;
}
.active_style {
	background-color: #d91318;
	border-radius: 4px;
} 
#search_menu ul li a:hover{
	color: #ac1212;
	
}
#search_menu ul li .search_munu_active{
	color: #ac1212; 
	
}
.active_style a{
	color: #fff !important;
}
.right_operation {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	bottom: 20px;
	left: 0;
	background: #2c53b4;
	z-index: 2;
	line-height: 30px;
}

.right_operation .operate_icon {
	color: #fff;
}

.right_operation .left_arrow {
	position: absolute;
	width: 0px;
	height: 0px;
	left: -22px;
	border: solid 11px #2c53b4;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.page1 .middle>.content {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 5px;
}
.swiper-pagination {
	background: #636868;
	padding: 2px;
	border-radius: 6px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #ac1212;
	opacity: 1;
}

.page1 .middle>.content>.gonggao {
	width: 100%;
	height: 40px;
	position: relative;
	top: 0px;
}

.page1 .middle>.content>.gonggao .gonggao_left {
	width: 90px;
	position: absolute;
	left: 0;
}

.page1 .middle>.content>.gonggao .gonggao_content {
	position: absolute;
	top: 19.2px;
	left: 0px;
	height: 20px;
	overflow: hidden;
	width: calc(100% - 0px);

}

.page1 .middle>.content>.gonggao .gonggao_content>ul {
	position: relative;
	top: 0px;
}

.page1 .middle>.content>.gonggao .gonggao_content li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page1 .middle>.content>.gonggao .more {
	position: absolute;
	right: 0;
	width: 60px;
	color: #123783;
}
.page1 .middle>.content>.m_link_list {
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 10px;

}

.page1 .middle>.content>.m_link_list>li {
	display: inline-block;
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 5px;
}

.page1 .middle>.content>.m_link_list>li>a {
	display: block;
	width: 90%;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 4px;
}

.page1 .middle>.content>.m_link_list>li:last-child {
	border: none;
}

.page1 .middle>.content>.shuoming {
	width: 100%;
	height: auto;
	overflow: auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #444648;
	margin-bottom: 5px;
}

.page1 .middle>.content>.rmlj {
	position: relative;
}

.page1 .middle>.content>.rmlj .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.page1 .middle>.content>.rmlj>span {
	color: #8c0909;
}

.page1 .middle>.content>.rmlj>ul {
	width: 100%;
	overflow: hidden;

}

.page1 .middle>.content>.rmlj>ul li {
	float: left;
	border-right: 1px solid #1f2021;
	padding: 0 3px;
	width: 33.33%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.page1 .middle>.content>.rmlj>ul li:nth-child(3n) {
	border-right: none;
}

.page1 .middle>.content>.rmlj>ul li a {
	color: #1f2021;
}

.page1 .middle>.content>.rmlj>ul li a:hover {
	color: #0b47a8;
}

.page1 .middle>.content .kgsj {
	display: flex;
	justify-content: flex-end;
}

.page1 .footer {
	position: absolute;
	width: 100%;
	height: 50%;
	background: url(/areas/web/images/down_bg3.png) no-repeat;
	background-position: 0% 100%;
	bottom: 0;
	padding-top: 10px;
	z-index: 99;
	background-size: 100%;

}

.page1 .footer>.innerbox {
	position: relative;
	width: 100%;
	height: calc(100% - 100px);
	overflow: auto;
	top: 50px;
}

.page1 .footer>.innerbox a {
	position: relative;
	width: 33%;
	height: 50px;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

.page1 .footer>.innerbox a img {
	height: 60%;
}

.page1 .footer>.innerbox a>.text {
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	letter-spacing: 1px;
	color: #5b1010;
	white-space: nowrap;
}

.page1 .middle {
	width: 90%;
	max-height: 55%;
	overflow: auto;
	position: absolute;
	bottom: 44%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 100;
}

.page2>.content_box>.carousel_box .layui-carousel img {
	width: 100%;
	height: 100%
}

.page2>.content_box>.carousel_box {
	height: 190px !important;
}

.page2 #test1 {
	height: 190px !important;
}

.page2 .news_box {
	height: calc(100% - 170px);
	overflow: hidden;
}
/*.page2 .news_box .n_box{
	height:calc(50% - 5px);
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}*/

.gonggao1 {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 25px;
	color: #fff;
	position: relative;
}

.gonggao1 .gonggao_content {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 82px;
	height: 20px;
	margin: auto;
	overflow: hidden;
	width: calc(100% - 145px);
	font-size: 12px;
}

.gonggao1 .gonggao_content ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.gonggao1 .gonggao_content a {
	color: #fff;
}

.page2>.content_box {
	width: 88%;
	height: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.page2 .content_box .n_box_pc{
	display: none;
}
.page2>.content_box>.carousel_box {
	height: 280px;
}

.page2>.content_box>.carousel_box .text_info {
	display: inline-block;
	margin-left: 8px;
	letter-spacing: 1px;
	color: #6d6d6d;
	width: calc(100% - 130px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.page2>.content_box>.carousel_box .text_info .text {
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page2 .layui-carousel-ind {
	display: flex;
	justify-content: flex-end;
	top: -24px;
}

.page2 .news_box {
	position: relative;
	width: 100%;
}

.page2 .news_box .more {
	position: absolute;
	display: block;
	right: 5px;
	top: 6px;
	bottom: 10px;
	width: 64px;
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}

.page2 .news_box .n_header {
	height: 25px;
    border-bottom: solid 1px #e2e8ef;
    padding: 0 5px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.page2 .news_box .n_header .info {

	font-size: 12px;
}

.page2 .news_box .n_header .iconfont {
	color: #00a99d;
	font-size: 12px;
}

.page2 .news_box>.n_left {
	display: none;
}

.page2 .news_box>.n_right {
	position: absolute;
	width: 100%;
	height: calc(100% - 30px);
	padding: 5px;
	overflow: hidden;
}

.page2 .news_box>.n_right li .iconfont {
	float: left;
	margin-top: 3px;
	margin-left: 2px;
}

.page2 .news_box>.n_right .n_title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #165caa;
}

.page2 .news_box>.n_right .n_title .iconfont {
	color: #00a99d;
}

.page2 .news_box>.n_right .n_more {
	font-size: 14px;
	font-weight: bold;
	color: #0795b9;
}

.page2 .news_box .gonggao_icon {
	float: left;
	background: #f5ab32;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 18px;
	border-radius: 9px;
}
.page2 .news_box ul .iconfont{
	float: left;
}
.page2 .news_box .xinwen_icon {
	float: left;
	background: #b80012;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 18px;
	border-radius: 9px;
}

.page2 .news_box .icon-gonggao1 {
	float: left;
	font-size: 10px;
	color: #a89480;
	margin-left: 7px;
}

.page2 .news_box li .n_content {
	float: left;
	margin-left: 2px;
	color: #6d6d6d;
	width: calc(100% - 130px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#gongGaoModal .n_content,#xinwenModal .n_content {
	float: left;
	margin-left: 2px;
	color: #6d6d6d;
	width: calc(100% - 66px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#gongGaoModal .n_time,#xinwenModal .n_time{
	float: right;
	color: #492f2f;
	font-size: 12px;
}
.modal-dialog{
	position: absolute !important;
	width:calc(100% - 30px);
	top: 50% !important;
	transform:translateY(-50%) !important;
}
.page2 .news_box li .n_time {
	float: right;
	color: #492f2f;
	font-size: 12px;
}
.page2 #myTabContent1{
	position: relative;
	height: calc(100% - 42px);
	overflow: hidden;
	background: #fff;
	
}
.page2 .tab-pane,.page4 .tab-pane{
	height: calc(100% - 20px);
    overflow: hidden;
}
.page2 #myTabContent1 li{
	padding: 5px;
}
.page2 #myTabContent1 .n_more{
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0795b9;
}
/*.page2 .news_box li {
	height: 25px;
	overflow: hidden;
	padding: 0 5px;
}*/

.page3 .content_box {
	width: 95%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}

.page3 .content_box .innerbox {
	overflow: auto;
}

.page3 .content_box .left .huodongyugao,
.page3 .content_box .right .calendar_top {
	padding: 0 5px;
	height: 45px;
	position: relative;
}

.page3 .content_box .right .calendar_body {
	width: 90%;
	height: calc(100% - 50px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #4aa4ff;
}

.page3 .content_box .right .calendar_body .days {
	border-bottom: solid 1px #c6c8ca;
	height: 40px;
	line-height: 40px;
}

.page3 .content_box .right .calendar_top>.iconfont {
	position: absolute;
	color: #ff979b;
	font-size: 28px;
	top: 4px;
	left: 5px;
}

.page3 .content_box .right .calendar_top .middle {
	position: absolute;
	left: 40px;
	height: 100%;
	width: calc(100% - 80px);
	text-align: center;
	line-height: 2.5;
}

.page3 .content_box .right .calendar_top .middle>.iconfont {
	cursor: pointer;
}

.page3 .content_box .left .huodongyugao .iconfont {
	position: absolute;
	color: #ff979b;
	font-size: 34px;
	margin-right: 20px;
}

.page3 .content_box .left .huodong_list .huodong_item {
	border-bottom: dotted 1px #7e8186;
	padding-top: 10px;
}

.page3 .content_box .left .huodong_list .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4967b3;
	margin-right: 14px;
}

.page3 .huodong_title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.page3 .huodong_title .title_text {
	font-size: 16px;
	letter-spacing: 2px;
	color: #2f2f2f;
}

.page3 .huodong_body .iconfont {
	color: #4264a1;
}

.page3 .huodong_body {
	padding-left: 20px;
}

.page3 .huodong_body li {
	margin-bottom: 10px;
}

.page3 .huodong_body .text {
	font-size: 14px;
	letter-spacing: 2px;
	color: #595959;
}

.cal-title {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	width: 100%;
	background: #5ea6e0;
}

.cal-left-btn,
.cal-right-btn {
	cursor: pointer;
}

.page3 .content_box {
	width: 88% !important;
	height: calc(100% - 80px) !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
}

.page3 .content_box .left {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.page3 .content_box .right {
	position: absolute;
	width: 100%;
	height: calc(100% - 30px);
	top: 0;
}

.page3 .content_box .right .calendar_body {
	width: 100%;
}

.page3 .content_box .right .calendar_body>.days>.day {
	width: 14.27%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #010101;
}

.page3 .content_box .right .calendar_top img {
	float: left;
}

.page3 .content_box .left .huodongyugao img {
	position: absolute;
	left: 0;
	margin: 6px 0 6px 16px;
	height: 34px;
}

.page3 .content_box .left .huodongyugao {
	text-align: center;
    line-height: 45px;
    background-color: #94bbdb;
    color: #0c4889;
}

.page3 .content_box .left .huodongyugao2{
	background-color: #9ac68a;
}

.page3 .content_box .left .huodongyugao .icon_fanhui {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #2c53b4;
}

.page3 .content_box .left .huodongyugao span {
	font-size: 18px;
	letter-spacing: 2px;
	color: #2973a5;
}

.page3 .content_box .left .huodong_list {
	padding: 5px;
	width: 100%;
	overflow: auto;
}

.page4>.content_box {
	width: 88% !important;
	height: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: rgba(255, 255, 255, 0.8);
}
.page4 .pc_box{
	display: none;
}
.page4 .content_box .left,.page4 .content_box .right {
	position: relative;
	width: 100%;
	height: calc(50% - 5px);
	overflow: hidden;
}
.page4 .content_box .right{
	margin-top: 10px;
}
.page4 .dzfw_card{
	display: none;
}
.page4 .dzfw_card .topbg{
	width: 100%;
	height: 92px;
}
.page4 .dzfw_card ul li{
	padding: 5px;
	border-bottom: dotted 1px #d7d7d7;
}
.page4 .dzfw_card ul li img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.page4 #myTabContent{
	height: calc(100% - 52px);
	overflow: hidden;
	padding: 10px 0;
}
.page4 #myTabContent ul li{
	padding: 5px;
	border-bottom: dotted 1px #d7d7d7;
}
.page4 #myTabContent ul li img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.page4 #myTabContent ul li a{
	padding: 5px;
}
.page4 #myTabContent .more{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #f6ba0f;
}
.page4 .dzfw_card ul li a{
	padding: 5px;
}
.page4 .dzfw_card .body{
	position: relative;
	overflow: hidden;
}
.page4 .dzfw_card .more{
	position: absolute;
	bottom: 0px;
	right: 5px;
	color: #f6ba0f;
}
/*.page4 .content_box .right {
	position: relative;
	width: 100%;
	height: 60px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}*/

/*.page4 .content_box .left .title {
	padding: 5px;
	border-bottom: solid 1px #d4d4d2;
}

.page4 .content_box .left .content {
	line-height: 26px;
	letter-spacing: 3px;
	color: #575757;
	padding: 5px;
	height: calc(100% - 30px);
	overflow: auto;
}

.page4 .content_box .left .content img {
	max-width: 100%;
}*/

/*.page4 .content_box .right ul {
	min-width: 100%;
	white-space: nowrap;
	overflow: auto;
	text-align: center;
}*/

/*.page4 .content_box .right .info_item {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 6px;
	margin-top: 5px;
	line-height: 1.7;
}

.page4 .content_box .right .info_item a {
	color: #fff;
}

.page4 .content_box .right .info_item a .iconfont {
	display: block;
}

.page4 .content_box .right .info_item a span {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

.page4 .content_box .right .info_item img {
	width: 16px;
	height: 16px;
	display: block;
	margin: 6px auto;
}*/

.page5 .content_box {
	position: relative;
	width: 88% !important;
	height: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	overflow: hidden;
}
.page5 .content_box > .innerbox{
	position: relative;
	height:100% ;
	overflow: auto;
}
.page5 .content_box > .innerbox > .item{
	/* width: calc(50% - 20px); */
	display:block;
	margin:10px;
	/* height: 200px; */
	background:#eceeeb;
	text-align: center;
	float: left;
	overflow: auto;
	/* white-space: nowrap;
	text-overflow:ellipsis; */
	/* height: 40px;
	line-height: 40px; */
	padding: 0px 5px;
	box-sizing: border-box;
}
.page5 .content_box > .innerbox > .item  img{
	width: 100%;
	height: auto;
}
.page5 .content_box > .innerbox > .item .more{
	height: 20px;
	color: #f6ba0f;
}
.page5 .content_box > .innerbox > .item .item_links{
	height: 150px;
}
.page5 .content_box>.innerbox>.item .item_title{
	color: #da6636;
	height: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.page5 .content_box > .innerbox > .item .item_links a{
	display: block;
	margin-bottom: 10px;
}
.page5 .content_box > .innerbox > .item:hover{
	background:#ffece3;
	color:#d54904;
	text-decoration: none;
}
.page5 .xxzy_iconfont_active_style {
	color: #f4b904;
}

.page5 .xxzy_text_active_style {
	color: #d54904;
}

.page6 .juanzeng_bg2 {
	/* position: absolute;
	bottom: 101px;
	right: 6%;
	width: 20%;
	height: auto; */
	display: none;
}

.page6 .scroll-img {
	width: 100%;
	height: 100px;
	overflow: hidden;
	font-size: 0;
	position: relative;
}

.page6 .scroll-img ul li {
	margin: 0;
	display: inline-block;
	width: 33.33%;
	position: relative;
	height: 100%;

}

.left_operation ul li {
	border: none;
}

.page6 .content_box {
	width: 88% !important;
	/* height: calc(100% - 170px); */
	height: calc(100% - 106px) !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: rgba(255, 255, 255, 0.8);
	overflow: auto;
}
.mobile_page{
	position: relative;
	text-align: center;
	z-index: 25;
}
.mobile_page a.current{
	background: #095d75;
	color: white;
}
.mobile_page a{
	display: inline-block;
	font-size: 14px;
	padding: 0 5px;
	line-height: 34px;
	border-radius: 4px;
	border: solid 1px #e3e3e3;
	margin-right: 4px;
	color: #666666;
	text-align: center;
	min-width: 34px;
	text-decoration: none;
}
#jzml_list{
	position: relative;
}
#jzml_list .table-responsive{
	height: calc(100% - 100px);
	overflow: auto;
}
#jzml_list .more{
	position: absolute;
	top: -5px;
	right: 5px;
	color: #f6ba0f;
}
.page6 .content_box .item {
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.page6 .content_box .carousel_img_div {
	position: relative;
	width: 19.7%;
	height: 100%;
	display: inline-block;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.page6 .content_box .carousel_img_div img {
	width: 90%;
	height: 100%;
}

.page6 #test2 {
	height: calc(100% - 190px) !important;
}

.page6 .content_box .item_info_div {
	position: relative;
	height: 150px;
	margin-top: 10px;
	padding: 10px;
}

.page6 .content_box .item_info_div .targetImg {
	width: 85px;
	height: 102px;
	position: relative;
	padding: 0 5px;
}

.page6 .content_box .item_info_div .targetImg img {
	width: 100%;
	height: 100%;
}

.page6 .content_box .item_info_div .targetImgInfo {
	width: 100%;
	height: auto;
	padding: 3px;

}

.page6 .content_box .item_info_div .targetImgInfo .title {
	font-size: 16px;
	letter-spacing: 2px;
	color: #1e5eaf;
}

.page6 .content_box .item_info_div .targetImgInfo .content {
	width: 100%;
}


.page6 .content_box .item_info_div .targetImgInfo .juan_zeng_date {
	color: #ff8c55;
	width: calc(100% - 71px);
}

.page6 .content_box .item_info_div .targetImgInfo .more {
	float: right;
	letter-spacing: 2px;
	color: #ac1212;
	margin-top: -17px;
	position: relative;
	z-index: 2;
}

.page6 .content_box .bottom {
	position: absolute;
	width: calc(100% - 107px);
	height: 104px;
	right: 10px;
	top: 7px;
}

.page6 .content_box .bottom .btn_div {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.page6 .content_box .bottom .btn_div .iconfont {
	margin-right: 10px;
}

.page6 .content_box .bottom .btn_div .btn-primary {
	background: #f5956d;
	border: none;
}

.page6 .content_box .bottom .navbar-form {
	padding: 0;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.page6 .content_box .bottom .navbar-form .form-group {
	position: relative;
	top: -20px;
}

.page6 .content_box .bottom .navbar-form .form-group .iconfont {
	position: absolute;
	right: 4px;
	top: 9px;
}

.page6 .pageName {
	text-align: center;
	color: #2681f1;
	margin-bottom: 5px;
}

#juanzengminglu_carousel {
	width: 90%;
	margin: 0 auto;
}

.page6 .owl-carousel .owl-item img {

	height: 118px;
}


.page7 .owl-carousel .owl-item img {
	height: 104px;
}

.page7 .content_box {
	width: 88% !important;
	height: calc(100% - 80px);
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.page7 .content_box .normal_bg .innerbox {
	padding: 5px;
}
.page7 .content_box .normal_bg .innerbox .more{
	display: none;
}
.page7 .content_box .header {
	height: auto;
	/* border-bottom: solid 1px #e2a484; */
	position: relative;
}

.page7 .content_box .header .gengduo {
	letter-spacing: 2px;
	color: #800d0d;
	position: absolute;
	right: 0;
	top: -19px;
}

.page7 .content_box .header .nav_list {
	/* position: absolute;
	bottom: -1px; */
	overflow: auto;
	white-space: nowrap;
	width: 100%;
}

.page7 .content_box .header .nav_list li {
	display: inline-block;
	width: 60px;
	height: 35px;
	line-height: 35px;
	letter-spacing: 2px;
	background: #f5f4f3;
	text-align: center;
	cursor: pointer;
	
}
.page7 .content_box .header .nav_list li {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 35px;
	margin: 0 0px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.page7 .content_box .header .nav_list li .text{
	position: absolute;
	width: 100%;
	left: 0;
	width: 70px;
	height: 35px;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
	z-index: 1;
}
.page7 .content_box .header  .nav_list .nav_active_style .bg{
	transform: translateX(0) !important;
	transition: .3s;
	width: 70px;
	height: 35px;
}

.page7 .content_box .header .nav_list .nav_normal_style .bg{
	transform: translateX(80px);
	width: 70px;
	height: 35px;
	transition: .3s;
}

.page7 .content_box .header .nav_list li:nth-child(1){
	border:solid 1px #ae133c;
	color: #ae133c;
}
.page7 .content_box .header .nav_list li:nth-child(1) .bg {
	background-color: #ae133c;
} 
.page7 .content_box .header .nav_list li:nth-child(2){
	border:solid 1px #4773e1;
	color: #4773e1;
}
.page7 .content_box .header .nav_list li:nth-child(2) .bg{
	background-color:#4773e1;
}
.page7 .content_box .header .nav_list li:nth-child(3){
	border:solid 1px #aa45be;
	color: #aa45be;
}
.page7 .content_box .header .nav_list li:nth-child(3) .bg{
	background-color:#aa45be;
}
.page7 .content_box .header .nav_list li:nth-child(4){
	border:solid 1px #29ae26;
	color: #29ae26;
}
.page7 .content_box .header .nav_list li:nth-child(4) .bg{
	background-color: #29ae26;
}
.page7 .content_box .header .nav_list li:nth-child(5){
	border:solid 1px #059486;
	color: #059486;
}
.page7 .content_box .header .nav_list li:nth-child(5) .bg{
	background-color: #059486;
}
.page7 .nav_active_style .text{
	color: #fff !important;
}
.page7 .content_box .header .nav_list li .iconfont{
	display: none;
}
.page7 .nav_normal_style {
	border: solid 1px #e2a484;

}

.page7 .nav_active_style {
	border: solid 1px #e2a484;
	border-bottom: none;
	color: #d75825;
}

.page7 .content_box .tab_content {
	position: relative;
	width: 100%;
	height: calc(100% - 50px);
	padding: 10px 5px 0 5px;
	overflow: auto;
	margin-bottom: 10px;
}

.page7 .content_box .tab_content .books_info {
	position: relative;
	width: 100%;
	height: auto;
}

.page7 .content_box .tab_content .books_info li {
	position: relative;
	height: 110px;
	line-height: 20px;
}
.page7 .content_box .tab_content:nth-child(1) .books_info li{
	border-bottom: solid 1px #ae133c;
}
.page7 .content_box .tab_content:nth-child(2) .books_info li{
	border-bottom: solid 1px #547de2;
}
.page7 .content_box .tab_content:nth-child(3) .books_info li{
	border-bottom: solid 1px #c17ac9;
}
.page7 .content_box .tab_content:nth-child(4) .books_info li{
	border-bottom: solid 1px #39b436;
}
.page7 .content_box .tab_content:nth-child(5) .books_info li{
	border-bottom: solid 1px #059486;
}

.page7 .content_box .tab_content .books_info li .left {
	text-align: center;
	width: 100px;
	height: 100%;
	float: left;
	padding: 5px 0;
}

.page7 .content_box .tab_content .books_info li .right {
	width: calc(100% - 100px);
	height: 100%;
	position: relative;
	float: right;
	padding: 5px;
	overflow: hidden;
}

.page7 .content_box .tab_content .books_info li .right .bookName {
	font-size: 14px;
	letter-spacing: 3px;
	color: #1358a5;
}

.page7 .content_box .tab_content .books_info li .right .author {
	font-size: 12px;
	letter-spacing: 2px;
	color: #453d3d;
}

.page7 .content_box .tab_content .books_info li .right .author_intro {
	font-size: 12px;
	letter-spacing: 2px;
	color: #575555;
	height: calc(100% - 37px);
	overflow: auto;
}

.page7 .content_box .slider_box {
	position: relative;
	height: 126px;
}

.page7 .content_box .slider_box .left_zhuzi {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 10px;
}

.page7 .content_box .slider_box .right_zhuzi {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 10px;
}

.page7 .content_box .slider_box .sider_div {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	height: 100%;
	box-sizing: border-box;
}
.page7 .content_box .tab_content .lingting li{
	position: relative;
	float: left;
	width: 110px;
	margin: 10px calc(25% - 55px);
}
.page7 .content_box .tab_content .lingting li .bookbox{
	position:relative;
	width: 100%;
	height:150px;
	text-align: center;
}
.page7 .content_box .tab_content .lingting li .bookbox .bookName{
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	bottom: 0;
	background: rgba(90,88,82,0.8);
	color: #fff;
}
.page7 .content_box .tab_content .lingting li img{
	width:100%;
	height:100%;
}
.page7 .content_box .tab_content .lingting li .intro{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page7 .content_box .tab_content .jiangzuo {
	position: relative;
	width: 100%;
	height: 100%;
	overflow:auto;
}
.page7 .content_box .tab_content .jiangzuo > li{
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px;
}
.page7 .content_box .tab_content .jiangzuo > li .jz_book{
	float:left;
	width: 65px;
	height: 90px;
}
.page7 .content_box .tab_content .jiangzuo > li .jz_right{
	width: calc(100% - 70px);
	float: right;
	color: #333;
	font-size: 12px;
}
.page7 .content_box .tab_content .jiangzuo > li .jz_right .bookName{
	color:#144fad;
	font-size: 14px;
}
.page7 .content_box .tab_content .jiangzuo > li .jz_right li:nth-child(1),
.page7 .content_box .tab_content .jiangzuo > li .jz_right li:nth-child(2),
.page7 .content_box .tab_content .jiangzuo > li .jz_right li:nth-child(3),
.page7 .content_box .tab_content .jiangzuo > li .jz_right li:nth-child(4){
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page_footer_pc{
	display: none !important;
}
.page_footer_mobile select{
	background: none;
}
.page_footer_mobile select option{
	color: #000000;
}
.page6 .page_footer ul li a{
	color: #fff;
	margin: 0 1px;
}
.juanzeng_bg2_pc{
	display: none !important; 
}
