.page1 .page-wrapper {
	position: relative;
	top: 14%;
}

#slide1_search {
	margin-bottom: 10px;
}

#nav_menu {
	display: none !important;
}
.page1 .middle>.content .middle_top {
	height: 50px;
	width: 100%;
	position: relative;
	box-shadow: 0px 2px 4px #c4c4c4;
}
#index_qrCode{
	position: absolute;
	bottom: 15%;
	right: 85px;
	width: calc(20% - 95px);
	max-width: 189px;
	z-index: 101;
}
#jzml_list{
	position: relative;
}
#jzml_list th,
#jzml_list td{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#jzml_list .more{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #123783;
	z-index: 20;
}
#jzml_list .table-responsive {
	/* height:calc(100% - 76px); */
	/* 付杰要求只显示5行 不出滚动条 */
	/* height: 222px; */
	overflow: hidden;
	/* margin-bottom: 10px; */
}
#jzml_list .table-responsive a{
	color: #027ac6;
}
#index_qrCode .closeBtn{
	background-color: #fff;
	position: absolute;
	top: -19px;
	right: 0;
	cursor: pointer;
}
#index_qrCode img{
	width: 100%;
}
#searchresource {
	position: relative;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #d91318;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
#searchresource .iconfont{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.page_wrapper{
	text-align: center;
}
.page_wrapper 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;
}
.page_wrapper input{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	border: solid 1px #e3e3e3;
	outline: none;
	margin: 0 3px;
	text-align: center;
}
.page1 .middle {
	width: 60%;
	height: 50%;
	position: absolute;
	left: 20%;
	top: 25%;
	/* left: 0;
	right: 0; 
	margin: auto;
	bottom: calc(30% - 90px);*/
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 100;
}

.page1 .footer {
	position: absolute;
	width: 100%;
	/* height: 28%; */
	height: 14%;
	bottom: 0;
	background: url(/areas/web/images/down_bg3.png) no-repeat;
	background-position: 0% 100%;
	z-index: 99;
	background-size: 100%;
}

.page1 .footer>.innerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.page1 .footer>.innerbox>a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 35px;
	position: relative;
	width: 85px;
	height: 50px;
	/* margin-top: 80px; */
}

.page1 .footer>.innerbox>a:last-child {
	margin-right: 0;
}

.page1 .footer>.innerbox>a img {
	height: 60%;
}

.page1 .footer>.innerbox>a>.text {
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	letter-spacing: 1px;
	color: #5b1010;
}

.page1 .middle>.content>.gonggao {
	position: absolute;
	    right: 0;
	    bottom: 0px;
	    width: 50%;
	    height: 75px;
}

.page1 .middle>.content>.gonggao .gonggao_left {
	text-align: right;
	width: 90px;
	position: absolute;
	left: 0;
	padding-right: 15px;
}
.page1 .middle>.content>.gonggao .iconfont{
	color: #1e1a77;
}
.page1 .middle>.content>.gonggao .gonggao_content {
	position: absolute;
	left: 90px;
	height: 100%;
	overflow: hidden;
	width: calc(100% - 160px);
	top: 0px;
}

.page1 .middle>.content>.gonggao .gonggao_content li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
}
.page1 .middle>.content>.gonggao .gonggao_content li a:hover{
	color: #1e1a77;
}
.page1 .middle>.content>.gonggao .more {
	    position: absolute;
	    right: 30px;
	    bottom: 5px;
	    width: 60px;
	    color: #123783;
}

.right_operation {
	display: none;
}

.page1 .middle>.content>.rmlj {
	position: absolute;
	left: 0;
	height: 75px;
	bottom: 0px;
	width: 50%;
}

.page1 .middle>.content>.rmlj>span {
	width: 70px;
	float: left;
	color: #8c0909;
}

.page1 .middle>.content>.rmlj>ul {
	width: calc(100% - 130px);
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.page1 .middle>.content>.rmlj>ul li {
	/* float: left;
	border-right: 1px solid #1f2021; */
	padding: 0 3px;
	width: 90px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page1 .middle>.content>.rmlj>ul li a {
	color: #1f2021;
}

.page1 .middle>.content>.rmlj>ul li a:hover {
	color: #0b47a8;
}

.page1 .middle>.content>.rmlj>ul li:last-child {
	border: none;
}

.page1 .middle>.content .kgsj {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 76px;
	width: 100%;
}

.page1 .middle>.content .kgsj a:hover {
	color: #337ab7;
}

#nav_menu1 {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	width: calc(100% - 200px);
	overflow-y: hidden;
	overflow-x: auto;
	background: #ffffff;
	height: 50px;
	line-height: 50px;
	padding-right: 50px;
}

#nav_menu1::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #ccc;
	border-radius: 10px;
	/*外层轨道*/
}

#nav_menu1::-webkit-scrollbar-thumb {
	display: block;
	width: 20px;
	margin: 0 auto;
	border-radius: 10px;
	background: #d91318;
	/*内层轨道*/
}
#nav_menu1 a{
	padding: 0 15px;
	height: 50px;
	/* display: block;
	float: left; */
	font-size: 16px;
	display: inline-block;
}
#sub_nav{
	position: absolute;
	max-width: 100%;
	/* width: auto; */
	width: 100%;
	background-color: #f0f0f0;
	min-height: calc(100% - 135px);
	max-height: calc(100% - 50px);
	top: 50px;
	z-index: 99;
	overflow: auto;
	display: none;
}
#sub_nav #sub_menu_content{
	
	float: left;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 5px;
}
#sub_nav #sub_menu_content ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sub_nav #sub_menu_buttons{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: right;
	width:170px;
	height: 100%;
	padding: 10px;
	overflow: auto;
	margin-right: 15px;
}
#sub_nav #sub_menu_buttons a{
	display: block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	color: #004686;
	border-radius: 10px;
	border: solid 1px #004686;
	text-decoration: none;
}
#sub_nav #sub_menu_content> ul >li{
	
	padding:20px;
	float: left;
}
#sub_nav #sub_menu_content> ul >li>a{
	color: #004686;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 0;
	border-bottom: 1px solid rgb(14,72,161); 
	line-height: 34px;
}
/* #sub_nav #sub_menu_content> ul> li ul{
	margin-top: 20px;
} */
#sub_nav #sub_menu_content> ul> li ul li{
	padding: 5px 0;
}
#form_box{
	position: absolute;
	width: calc(100% - 300px);
	height: calc(100% - 125px);
	top: 50px;
	right: 100px;
	padding: 50px 20px 20px 20px;
}
.page1 .middle>.content>.m_link_list {
	width: 200px;
	text-align: center;
	overflow: hidden;
}

.page1 .middle>.content>.m_link_list>li {
	position: relative;
	height: 50px;
}

.page1 .middle>.content>.m_link_list>li>a {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	z-index: 1;
	font-size: 16px;
}
#search_menu ul li a:hover{
	color: #ac1212; 
	
}
#search_menu ul li .search_munu_active{
	color: #ac1212;
	
}
/* .page1 .middle>.content>.m_link_list>li>a:hover {
	background-color: #d91318;
	color: #fff;
} */
#form_box .form-inline:nth-child(1) .form-control{
	border-color:#c71c20;
}
#form_box .form-inline:nth-child(1) .btn-primary{
	background-color:#c71c20 ;
	border-color:#c71c20;
}
.page1 .middle>.content>.m_link_list>li:nth-child(1) .bg{
	background: #c71c20;
	background: -webkit-linear-gradient(top,#c71c20,#931012);
	background: -o-linear-gradient(top,#c71c20,#931012);
	background: -moz-linear-gradient(top,#c71c20,#931012);
	background: linear-gradient(to top,#c71c20,#931012);
}


#form_box .form-inline:nth-child(2) .form-control{
	border-color:#4773e1;
}
#form_box .form-inline:nth-child(2) .btn-primary{
	background-color:#4773e1 ;
	border-color:#4773e1;
}
.page1 .middle>.content>.m_link_list>li:nth-child(2) .bg{
	background: #4773e1;
}


#form_box .form-inline:nth-child(3) .form-control{
	border-color:#aa45be;
}
#form_box .form-inline:nth-child(3) .btn-primary{
	background-color:#aa45be ;
	border-color:#aa45be;
}
.page1 .middle>.content>.m_link_list>li:nth-child(3) .bg{
	background: #aa45be;
}


#form_box .form-inline:nth-child(4) .form-control{
	border-color:#29ae26;
}
#form_box .form-inline:nth-child(4) .btn-primary{
	background-color:#29ae26 ;
	border-color:#29ae26;
}
.page1 .middle>.content>.m_link_list>li:nth-child(4) .bg{
	background: #29ae26;
}

#form_box .form-inline:nth-child(5) .form-control{
	border-color:#059486;
}
#form_box .form-inline:nth-child(5) .btn-primary{
	background-color:#059486 ;
	border-color:#059486;
}
.page1 .middle>.content>.m_link_list>li:nth-child(5) .bg{
	background: #059486;
}
.page1 .middle>.content>.m_link_list>li:last-child{
	border: none;
}
.page1 .middle>.content>.m_link_list>li .bg{
	transform: translateX(200px);
	width: 100%;
	height: 100%;
	transition: .3s;
}
.page1 .middle>.content>.m_link_list> .active_style a {
	color: #fff;
	
}
.page1 .middle>.content>.m_link_list> .active_style .bg{
	transform: translateX(0) !important;
}
.content_box {
	min-width: 900px;
	/* width: 980px; */
	/* height: 530px !important; */
	/* height: 65%; */
	position: absolute;
	box-sizing: border-box;
	top: calc(50% + 50px);
	left: 50%;
	transform: translate(-50%, -50%);
}



.gonggao1 {
	margin-left: 200px;
	background: rgba(0, 0, 0, 0.25);
	width: 500px;
	color: #fff;
	height: 25px;
	position: absolute;
	top: 15%;
	z-index: 1;
}

.gonggao1 .gonggao_content {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 82px;
	height: 20px;
	margin: auto;
	overflow: hidden;
}

.gonggao1 .gonggao_content a {
	color: #fff;
}

.page2>.content_box {
	background: none;
}

.page2>.content_box>.carousel_box {
	overflow: hidden;
}

.nav-tabs,
.tab-content {
	display: none;
}

.page2>.content_box>.carousel_box .layui-carousel img {
	width: 100%;
	height: 100%;
}

.page2>.content_box>.carousel_box .text_info {
	position: absolute;
	width: 100%;
	height: 30px;
	background: rgba(52, 52, 52, 0.5);
	color: #fff;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}

.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%;
	background: none;
	height: calc(100% - 290px);
	margin-top: 10px;
}

.page2 .news_box .n_box_pc {
	position: relative;
	width: calc(50% - 5px);
	height: calc(100% - 10px);
	padding: 5px 15px;
	float: left;
	background: #fff;
}

.page2 .news_box ul {
	height: calc(100% - 30px);
	margin-top: 10px;
	overflow: auto;
}

.page2 .n_header {
	height: 20px;
	line-height: 20px;
	border-bottom: solid 1px #819ab9;
}

.page2 .n_header .more {
	float: right;
}

.page2 .news_box .n_title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #165caa;
}

.page2 .news_box .n_title .iconfont {
	color: #00a99d;
}

.page2 .news_box .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 .xinwen_icon {
	float: left;
	background: #b80012;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 18px;
	border-radius: 9px;
}

.page2 .news_box .iconfont {
	float: left;
	font-size: 10px;
	color: #a89480;
	display: inline-block;
	margin-left: 7px;
}

.page2 .news_box li .n_content {
	float: left;
	margin-left: 8px;
	color: #6d6d6d;
	width: calc(100% - 148px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page2 .news_box li .n_time {
	float: right;
	letter-spacing: 1px;
	color: #492f2f;
	font-size: 12px;
}

.page2 .news_box li {
	overflow: hidden;
	height: 25px;
}

.page3 .content_box {
	border: solid 3px #7fb7df;
}

.page3 .content_box .left {
	float: left;
    width: calc(50% + 1px);
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    margin: -1px;
}

.page3 .content_box .left .icon_fanhui {
	display: none;
}

.page3 .content_box .right {
	float: right;
	width: 50%;
	height: 100%;
}

.page3 .content_box .left .huodongyugao {
	height: 45px;
	position: relative;
	margin-top: 5px;
	background-color: #94bbdb;
    color: #0c4889;
    padding: 5px 0;
    margin: 0;
}
.page3 .content_box .left .huodongyugao>img{
	width: 50px;
    margin-left: 24px;
}
.page3 .content_box .left .huodongyugao2{
	background-color: #9ac68a
}

.page3 .content_box .right .calendar_top {
	width: 90%;
	height: 45px;
	position: relative;
}

.page3 .content_box .right .calendar_top img {
	margin-left: 5%;
}

.page3 .huodongyugao img,
.page3 .calendar_top img {
	float: left;
}

.page3 .calendar_top img{
	width: 32px;
    margin-top: 4px;
}

.page3 .content_box .right .calendar_body {
	width: 90%;
	height: auto;
	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_body>.days>.day {
	width: 14.27%;
	float: left;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	color: #010101;
}

.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 {
	text-align: center;
    line-height: 46px;
    margin: 0 auto;
    font-size: 20px;
    display: flex;
    align-items: center;
	justify-content: center;
	color: #333;
}

.page3 .content_box .right .calendar_top .middle>.iconfont {
	cursor: pointer;
	font-size: 36px;
	color: #333;
}

.page3 .content_box .right .calendar_top .middle>.iconfont:nth-of-type(1){
	margin-right: 30px;
}

.page3 .content_box .right .calendar_top .middle>.iconfont:nth-of-type(2){
	margin-left: 30px;
}

.page3 .content_box .left .huodongyugao .iconfont {
	position: absolute;
	color: #ff979b;
	font-size: 45px;
	margin-right: 20px;
}

.page3 .content_box .left .huodongyugao .icon-fanhui {
	display: none;
}

.page3 .content_box .left .huodongyugao span {
	position: absolute;
	font-size: 18px;
	letter-spacing: 2px;
	color: #2973a5;
	left: 80px;
	top: 23%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px);
}

.page3 .content_box .middle_line {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #8dbfe2;
}

.page3 .content_box .left .huodong_list {
	padding: 5px 5px 0;
	width: 100%;
	overflow: auto;
	background-color: #e7eff5;
}

.page3 .content_box .left .huodong_list .huodong_item {
	border-bottom: dotted 1px #7e8186;
	padding: 5px 0;
}
.page3 .content_box .left .huodong_list>.huodong_item:nth-last-of-type(1){
	padding-bottom: 14px;
}

.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: 8px;
}

.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;
}

.page4 .content_box {
	background: none;
}

.page4 a,
a:focus,
.page4 a:hover {
	text-decoration: none;
}

/* .page4 .content_box .left,
.page4 .content_box .right {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding: 20px 10px;
} */
.page4 .pc_box{
	position: relative;
	width: 20%;
	height: 50%;
	float: left;
	margin:0 5%;
}

.page4 .dzfw_card {
	position: relative;
	/* left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	/* width: 300px; */
	width: 30%;
	height: 100%;
	background: #fff;
	float: left;
}

.page4 .dzfw_card .topbg {
	width: 100%;
	height: auto;
}

/*.page4 .dzfw_card .more{
	position: absolute;
	bottom: 10px;
	right: 5px;
	color: #f6ba0f;
}*/
.page4 .dzfw_card .body {
	position: relative;
	overflow: auto !important;
	/* height: calc(100% - 98px); */
	padding: 10px 20px;
}

.page4 .dzfw_card .body ul li {
	padding:10px;
	border-bottom: dotted 1px #d7d7d7;
}

.page4 .dzfw_card .body ul li img {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.chapterBg{
	position: absolute;
	top: calc(15% + 10px);
	width: 190px;
	height: 30px;
	
	left: 50%;
	transform: translateX(-50%);
	background: url(/areas/web/images/chapterbg.png) no-repeat center/100% 100%;
}
.chapterBg .leftBox{
	width: 46%;
	height: 100%;
	text-align: center;
	line-height: 30px;
	    font-size: 20px
}
/*.page4 .content_box .left .title {
	text-align: center;
	padding: 5px 0;
	background: #3c6ecd;
	color: #fff;
	letter-spacing: 3px;
}

.page4 .content_box .left .title .iconfont {
	display: none;
}

.page4 .content_box .left .content {
	line-height: 26px;
	letter-spacing: 3px;
	color: #575757;
	padding: 12px 20px;
	height: 97%;
	overflow: auto;
}

.page4 .content_box .left .content img {
	max-width: 100%;
}

.page4 .content_box .right {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}*/

/*.page4 .content_box .right ul {

	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	width: 100%;
	max-height: 90%;
	overflow: auto;
	text-align: center;


}*/

.page4 .content_box .right .info_item {
	width: 40%;
	height: 50px;
	text-align: left;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}

.page4 .content_box .right .info_item a {
	position: absolute;
	display: inline-block;
	width: 100%;
	padding: 0 35px;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page4 .content_box .right .info_item .iconfont {
	color: #fff;
	margin-right: 10px;
	font-size: 25px;
}

.page4 .content_box .right .info_item span {
	color: #fff;
	font-size: 20px;
}

.page4 .content_box .right .info_item:nth-child(2n+1) {
	margin-right: 10px;
}

.page4 .content_box .right .info_item:nth-child(2n) {
	margin-left: 10px;
}

.page4 .content_box .right .info_item:nth-last-child(1):nth-child(2n+1) {
	position: relative;
	left: -21%;
}

.page4 .content_box .right .info_item img {
	position: relative;
	width: 25px;
	height: 25px;
	top: -14px;
	margin-right: 10px;
}

.page5 .content_box>.innerbox {
	position: relative;
	padding: 20px;
	height: 100%;
	overflow: auto;
}

.page5 .content_box>.innerbox>.item {
	position: relative;
	width: calc(25% - 40px);
	display: block;
	margin: 20px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.page5 .content_box>.innerbox>.item img{
	width: 100%;
	height: auto;
}
.page5 .content_box>.innerbox>.item .more{
	display: none;
}
.page5 .content_box>.innerbox>.item .item_title{
	color: #da6636;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.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;
	width: 150px;
	z-index: 1;
	height: auto;
}
.page6 .juanzeng_bg2  img{
	width: 100%;
	height: auto;
}
.page6  .juanzeng_bg1_pc{
	bottom: -72px;
	left: 30%;
}
.page6  .juanzeng_bg2_pc{
	bottom: -72px;
	right: 30%;
}
.page6 .content_box {
	background: #fff;
	padding: 10px;
	top:calc(14% + 60px) ;
	left:50%;
	transform: translateX(-50%);
}

.page6 .content_box .pageName {
	display: none;
}

.page6 .content_box .item {
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.page6 .content_box .item_info_div {

	position: relative;
	height: 50%;
	margin-top: 10px;
}

.page6 .content_box .item_info_div .targetImg {
	float: left;
	width: 20%;
	height: 100%;
	position: relative;
	text-align: center;
}

.page6 .content_box .item_info_div .targetImg img {
	max-width: 100%;
	max-height: 100%;
}

.page6 .content_box .item_info_div .targetImgInfo {
	width: 80%;
	height: 100%;
	position: relative;
	float: left;
	padding: 10px;
}

.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%;
	height: calc(100% - 50px);

	overflow: auto;
}

.page6 .content_box .item_info_div .targetImgInfo .content .content_txt {
	color: #443e3e;
}

.page6 .content_box .item_info_div .targetImgInfo .juan_zeng_date {
	letter-spacing: 1px;
	color: #ff8c55;
	width: 192px;
}

.page6 .content_box .item_info_div .targetImgInfo .more {
	float: right;
	letter-spacing: 2px;
	color: #ac1212;
}

.page6 .content_box .bottom {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

.page6 .content_box .bottom .btn_div {
	float: right;
	margin-top: 16px;
	margin-right: 92px;
}

.page6 .content_box .bottom .btn_div .iconfont {
	margin-right: 10px;
}

.page6 .content_box .bottom .btn_div .jzbf {
	margin-right: 100px;
}

.page6 .content_box .bottom .btn_div .btn-primary {
	background: #f5956d;
	border: none;
}

.page6 .content_box .bottom .navbar-form {
	width: 196px;
	float: left;
}

.page6 .content_box .bottom .navbar-form .form-group {
	position: relative
}

.page6 .content_box .bottom .navbar-form .form-group .iconfont {
	position: absolute;
	right: 4px;
	top: 9px;
}

#juanzengminglu_carousel {
	/* width: 90%; */
	width: 95%;
	margin: 0 auto;
}
#juanzengminglu_carousel .owl-nav{
	position: absolute;
	width: 106%;
	left: -3%;
	top: calc(50% - 32px);
	display: flex;
	justify-content: space-between;
}
.page6 .owl-carousel .owl-item img {
	/* height: 131px; */
	width: 80%;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
}

.page7 .owl-carousel .owl-item img {
	height: 208px;
}

.page7 .content_box .normal_bg .innerbox {
	padding: 5px;
}

.page7 .content_box .header {
	position: relative;
	padding: 7px 0;
	margin: 0 auto;
}
.page7 .content_box .header .nav_list{
	text-align: center;
}

.page7 .content_box .header .gengduo {
	letter-spacing: 2px;
	color: #800d0d;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.page7 .content_box .header .nav_list li {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 40px;
	margin: 0 35px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.page7 .content_box .header .nav_list li .text{
	position: absolute;
	width: 100%;
	left: 0;
	line-height: 40px;
	letter-spacing: 2px;
	height:40px;
	text-align: center;
	z-index: 1;
}
.page7 .content_box .header  .nav_list .nav_active_style .bg{
	transform: translateX(0) !important;
	transition: .3s;
	width: 100px;
	height: 40px;
}

.page7 .content_box .header .nav_list .nav_normal_style .bg{
	transform: translateX(100px);
	width: 100px;
	height: 40px;
	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 .tab_content {
	position: relative;
	width: 100%;
	height: calc(100% - 50px);
	padding: 10px 5px 30px 5px;
	overflow: hidden;
}
.page7 .content_box .tab_content .more{
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 1;
}
.page7 .content_box .tab_content .fen_ge_xian {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	height: 90%;
	width: 0px;
	border-left: dotted 1px #b6b4b4;
}

.page7 .content_box .tab_content .books_info {
	padding-top: 10px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.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 {
	position: relative;
	display: inline-block;
	width: calc(50% - 15px);
	height: 120px;
	padding: 5px 0;
}

.page7 .content_box .tab_content .books_info li:nth-child(2n +1) {
	margin-right: 25px;
}

.page7 .content_box .tab_content .books_info li .left {
	width: 150px;
	height: 100%; 
	float: left;
	text-align: center;
}

.page7 .content_box .tab_content .books_info li .right {
	width: calc(100% - 150px);
	height: 100%;
	position: relative;
	float: right;
	padding: 0px 10px;
	overflow: hidden;
	line-height: 21px;
}

.page7 .content_box .tab_content .books_info li .right .bookName {
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bolder;
}

.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% - 42px);
	overflow: hidden;
}

.page7 .content_box .tab_content .lingting li {
	position: relative;
	float: left;
	width: calc(20% - 60px);
	margin: 20px 30px;
}

.page7 .content_box .tab_content .lingting li .bookbox {
	position: relative;
	width: 100%;
	height: 176px;
}

.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 .slider_box {
	position: relative;
	height: 50%;
}

.page7 .content_box .slider_box .left_zhuzi {
	position: absolute;
	left: 5px;
	height: 100%;
	width: 30px
}

.page7 .content_box .slider_box .right_zhuzi {
	position: absolute;
	right: 5px;
	height: 100%;
	width: 30px
}

.page7 .content_box .slider_box .sider_div {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	height: 100%;
	box-sizing: border-box;
}

.page7 .content_box .tab_content .jiangzuo {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.page7 .content_box .tab_content .jiangzuo>li {
	float: left;
	width: calc(50% - 41px);
	height: auto;
	margin: 10px 20px;
}

.page7 .content_box .tab_content .jiangzuo>li .jz_book {
	float: left;
	width: 100px;
	height: 130px;
}

.page7 .content_box .tab_content .jiangzuo>li .jz_right {
	width: calc(100% - 100px);
	float: right;
	padding: 10px;
	color: #333;
}

.page7 .content_box .tab_content .jiangzuo>li .jz_right .bookName {
	color: #144fad;
	font-size: 18px;
}

.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;
}
.page7 .dushuhui li{
	width: 50%;
	height: auto;
	margin-bottom: 20px;
	float: left;
}
.page7 .dushuhui .img{
	position: relative;
	width: 240px;
	height: 160px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.page7 .dushuhui img{
	width:100%;
	height: auto;
}
.page7 .dushuhui .text{
	width: calc(100% - 261px);
	float: left;
	height:160px;
	overflow: auto;
}
.page_footer_mobile {
	display: none !important;
}

.page6 .page_footer ul li a {
	color: #fff;
	margin: 0 10px;
}

.juanzeng_bg2_mobile {
	display: none !important;
}
/* 首页二维码默认显示 */
.left_operation>.innerbox>ul>li .detail {
	display: block;
}