body{
	font-family: "Arial", "Helvetica", "sans-serif";
	min-width: 1200px;
	background: #fbfbfc;
}
.container{
	padding: 0;
}
a{
	text-decoration: none!important;
}
.zy_header{
	position: fixed;
	top: 0;
	background-color: white;
	z-index: 99;
	width: 100%;
	min-width: 1000px;
	height: 66px;
	border-bottom:1px solid #e3e3e3;
	font-family: "STXinwei";
}
.header-placeholder{
	width: 100%;
	min-width: 1220px;
	height: 66px;
}
.zy_header .container{
	width: 100%;
	max-width: 1500px;
	padding: 0 5px;
}
.zy_header .left{
	float: left;
}
.zy_header .logo{
	float: left;
}
.zy_header .logo img{
	height: 65px
}
.zy_header .search_div{
	float: left;
	width: 200px;
	height: 42px;
	border:1px solid #6c6c6c;
	border-radius: 4px;
	margin-top: 13px;
	margin-left: 30px;
}
.zy_header .search_div input{
	font-family: "Arial", "Helvetica", "sans-serif";
	float: left;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	font-size: 15px;
	background: none;
	width: 160px;
}
.zy_header .search_div button{
	float: right;
	border: 0;
	height: 34px;
	line-height: 34px;
	background: none;
	/* width: 40px; */
	border-left: 1px solid #6c6c6c;
	margin-top: 3px;
}
.zy_header .search_div button img{
	margin-bottom: 3px;
	width: 20px;
 }
 button:focus,input:focus{
 	outline: none;
 }

.zy_header .right_nav{
	float: right;
	padding-left: 0px;
}
.zy_header .right_nav ul{
	list-style-type: none;
	float: left;
	margin: 0;
}
.zy_header .right_nav ul li{
	float: left;
	margin: 0 12px;
	font-size: 20px;
	color: #333;
	line-height: 66px;
}
.zy_header .right_nav ul li a{
	font-size: 23px;
	color: #333;
}
.zy_header .right_nav ul li.active{
	background: url(../../img/header/active_nav.png)no-repeat center center;
	background-size: 100% 40%;
}
.zy_header .right_nav ul li.active a{
	color: #fff;
}
.zy_header_not_logged{
	float: right;
	height: 66px;
	line-height: 66px;
	font-size: 23px;
	padding-left: 15px;
}
.zy_header_not_logged span{
	display: inline-block;
	border-radius: 50%;
	float: right;
	color: #333333;
}
.zy_header_not_logged span img{
	width: 45px;
}
.login_banner{
	margin-top: 3px;
	height: 7px;
	background: url(../../img/header/border10.png) repeat;
}
.auto_hidden {
    width:204px;border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    position:absolute;
    display:none;
}

.auto_show {
    width:310px!important;
    border: 2px solid #7c7c7c;
    border-radius: 6px;;
 	overflow:hidden;
    position:absolute;
    z-index:9999; /* 设置对象的层叠顺序 */
    display:block;
    top:80px!important;
 
    background: #fff;
    font-size: 18px;
    font-family: "STXinwei","STXingkai";
}

.auto_onmouseover{

    color:#ffffff;

    background-color:highlight;

    width:100%;
padding: 10px 15px;
}

.auto_onmouseout{
	padding: 10px 15px;
    color:#000000;
    width:100%;
    background-color:#ffffff;
}

.loginbox{
	background: url(../../img/background/login_bg.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 50px 0 0px;
}
.registerbox{
	background: url(../../img/background/login2_bg.jpg)no-repeat bottom center;
}
.loginbox .outer{
	width: 760px;
	margin:0 auto;
	padding-bottom: 117px;
}
.index_page .box{
	padding-bottom: 160px;
}
.clear{
	clear:both;
}
.loginbox .outer .title{
	width:110px;
	height: 237px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	display: block;
	padding-top: 60px;
	font-family: "STXingkai";
	background: url(../../img/background/title_bg.png) no-repeat center center;
	background-size: cover;
}
.loginbox .outer .left{
	float: left;
}
.loginbox .right{
	float: left;
	padding-left: 80px;
	margin-left: 80px;
	border-left: 3px solid #000;
	margin-top: 118px;
	font-size: 26px;
	font-family: "STXingkai";
}
.loginbox .right .form_line{
	margin-bottom: 10px;
}
.loginbox .right .form_line label{
	display: block;
}
.loginbox .right .form_line input{
	width: 300px;
	height: 45px;
	line-height: 45px;
	color: #000;
	padding: 0 15px;
	font-size: 22px;
	background: none;
	border:2px solid #000;
	border-radius: 6px;
}
.loginbox .right .yzm {
	margin-bottom: 0px;
	margin-top: 5px;
    width: 200px;
    height: 60px;
}
.loginbox .right .yzm span{
	border-bottom:1px solid #666;
	display: inline-block;
	margin-left: 5px;
	color: #154354;
	font-size: 26px;
}
.loginbox .right .yzm-notice{
	 margin-bottom: 10px;
	 color: #0a3649;
	 font-size: 18px;
 }
.loginbox .right  .remember{
	margin-bottom: 2px;
	color: #0a3649;
	font-size: 23px;
}
.loginbox .right  .remember input{
	width: 18px;
	height: 18px;
	border:0;
	background: #bfbfbf;
}
.loginbox .right  .ts {
	margin-bottom: 8px;
}
.loginbox .right  .ts a{
	color: #0a3649;
	font-size: 26px;
}
.loginbox .right  .ts a span{
	border-bottom:1px solid #666
}
.loginbox .right  .btns button{
	width: 138px;
	height: 40px;
	line-height: 32px;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	background: #ae1f1f;
	border:0;
	margin-right: 15px;
}
.loginbox .right  .btns button.s2{
	background: #707070;
}
.copyright{
	line-height: 26px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.copyright a{
	font-size: 16px;
	color: #0a0202
}

.copyright font{
	color: #774848;
	font-weight: bold;
}
.right_no_login{
	float: right;
}
.banner_main{
	height: 430px;
	font-family: "STXinwei";
	background: url(../../img/header/banner02.jpg) center top/contain no-repeat;
	padding-top: 45px;
	margin-bottom: -90px;
}
.banner_main ul li{
    list-style: none;
    float: right;
    margin-left: 25px;
    text-align: center;
    
}
.banner_main ul li a{
	display: block;
    line-height: 35px;
    padding-top: 20px;
    width: 35px;
    height: 130px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 28px;
    color: #333333;
   
}
.banner_main ul li.active a{
	 background: url(../../img/header/zhang02.png)no-repeat center center;
	 background-size: cover;
	color: #fff;
}

.banner_main ul li  span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #535353;
	border-radius: 50%;
	margin-left: 8px;
}
.index_page{
	background: url(../../img/background/index_bg.jpg)no-repeat center center;
	padding: 122px  0 0;
}
.index_page .items{
	width: 700px;
	height: 290px;
	background: url(../../img/background/text_bg.png)no-repeat center center;
	padding: 30px 40px 40px 40px;
	float: right;
	margin-bottom: 35px;
}
.index_page .items.align_left{
	background: url(../../img/background/text_bg02.png)no-repeat center center;
}
.index_page .items.align_left h3 p{
	float: none;
	margin-left: 17px;
}
.index_page .items.align_left p{
	float: left;
	margin-left: 0;
	margin-right: 21px;
}
.index_page .items.align_left h3{
	float: left;
	margin-right: 40px;
    margin-left: -40px;
    margin-top: 30px;
}

.index_page .items.bg02{
	float: left;
}
.index_page .items.bg03{
	float: right;
	background: url(../../img/background/text_bg03.png)no-repeat center center;
}
.index_page .items.bg04{
	background: url(../../img/background/text_bg04.png)no-repeat center center;
}
.index_page .items.bg04{
	float: left;
}
.index_page .items p{
	font-size: 21px;
    line-height: 21px;
    width: 21px;
    float: right;
    margin-left: 21px;
    font-family: "STXingkai"
}
.index_page .items h3{
	font-size: 25px;
    line-height: 25px;
    width: 60px;
    background: #ae1f1f;
    color: #fff;
    float: right;
    margin-left: 15px;
    font-family: "STXingkai";
    text-align: center;
    margin-right: -20px;
    margin-right: -40px;
    margin-left: 40px;
    margin-top: 30px;

}
.index_page .items h3 p{
	font-size: 25px;
	line-height: 25px;
	margin:0 auto;
	float: none;
	padding: 20px 0;
	width: 30px;
}
.align_right{
	float: right;
}

.center_main{

}
.center_main .container{
	width: 1366px;
	margin:0 auto;
}

.my_nav{
	float: left;
	width: 900px;
	height: 310px;
	background: url(../../img/background/book.png);
	padding: 90px 180px 0 0;
}
.my_nav ul{
	float: right;
}
.my_nav li{
	list-style: none;
	float: right;
	line-height: 25px;
	width: 34px;
	height: 134px;
	font-size: 22px;
	margin-left: 12px;
	font-family: "STXinwei";
}
.my_nav li a{
	list-style: none;
	float: right;
	line-height: 25px;
	width: 34px;
	height: 134px;
	font-size: 24px;
	margin-left: 12px;
	font-family: "STXinwei";
	padding-top: 20px;
	color: #010101;
}
.my_nav li.s1{
	font-family: "STXingkai";
	font-size: 26px;
	color: #ae1f1f;
}
.my_nav li.active a{
	color: #fff;
	background: url(../../img/header/zhang03.png)no-repeat center center;
}
.my_nav li a  p{
	width: 25px;
	margin:0 auto;
}
.center_head .ws{
	float: right;
	margin-top: 40px;
}
.center_head{
	padding: 25px 0 40px;
}
.center_form{
	padding: 44px 0 80px
}
.center_form .container{
	width: 1170px;
	padding: 0 15px;
}
.center_form  form{
	width: 880px;
	margin:0 auto;
}
.center_form .left{
	float: left;
	width: 556px;
}
.center_form .right{
	float: right;
}
.center_form label{
	display: block;
	font-size: 30px;
	font-family: "STXingkai"
}
.center_form  .form_line input {
    width: 300px;
    height: 45px;
    line-height: 45px;
    color: #000;
    padding: 0 15px;
    font-size: 25px;
    background: none;
    border: 2px solid #000;
    border-radius: 6px;
    font-family: "STXingkai"
}
.center_form  .form_line{
	margin-bottom: 15px;
}
.center_form  .right span{
	display: inline-block;
	width: 200px;
	height: 200px;
	border:2px solid #000;
	border-radius: 10px;
	margin-right: 15px;
}
.center_form  .right a{
	font-size: 25px;
	color: #000;
}
.save{
	text-align: center;
	padding-top: 95px;
}
.save button{
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	background: #ae1f1f;
	color: #fff;
	border:0;
	font-family: "STXingkai";
	font-size:30px;
}

.center_main{
	background: url(../../img/background/center_bg.jpg)no-repeat bottom center;
  
}
.book2{
	float: left;
}
.catalog{
	position: fixed;
	z-index: 100;
	left: 0;
	top: 66px;
	bottom: 153px;
	width: 200px;
	background-color: rgba(255,255,255,0.9);
	font-family: "STXinwei";
	border: 3px solid #7e0f0f;
	padding: 8px;
}
.catalog .container{
	width: 178px;
	height: 100%;
	margin: 0;
	bottom: 0;
	border: 3px solid #7e0f0f;
	padding: 5px;
 }
.catalog dl{
	margin-bottom: 10px;
}
.catalog dl dt{
	color: #ae1f1f;
	font-size: 30px;
	font-weight: 400;
}
.catalog dl .title{
	color: #571515;
	font-size: 24px;
	text-indent: 1em;
	cursor: pointer;
	width:fit-content;
	width:-moz-fit-content;
}
.catalog dl dd{
	color: #0e0e0e;
	text-indent: 2em;
	font-size: 18px;
}
.tree_box{
	width: 100%;
	min-width: 1220px;
	padding-left: 210px;
	padding-top: 70px;
	background: url(../../img/background/center2_bg.jpg)no-repeat bottom center;
	background-size: cover;
}

.maintree-border{
	pointer-events: none;
	width: 150px;
	height: 150px;
	position: absolute;
	background: url(../../img/border.png)no-repeat center center;
	background-size: 75%;
}
#top-left{
	transform:rotate(180deg);
	top: -40px;
	left: 0;
}
#top-right{
	transform:rotate(270deg);
	top: -40px;
	right: 0;
}
#bottom-left{
	transform:rotate(90deg);
	bottom: 0;
	left: 0;
 }
#bottom-right{
	bottom: 0;
	right: 0;
}
.maintree{
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	height: 984px;
	font-family: "STXingkai";
	padding-left: 50px;
	padding-right: 40px;
 }
.maintree-header{
	text-align: center;
	font-size: 40px;
	color: #ac2b2b;
	margin-top: -20px;
	margin-bottom: 40px;
}
.maintree-header span{
	display: inline-block;
	vertical-align: top;
 }
.maintree-header-img{
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: 53px;
	background: url(../../img/title-icon.png)no-repeat center center;
}
#header-img-right{
	transform:rotateY(180deg);
}
.maintree .items{
	margin-bottom: 40px;
}
.maintree .content{
	font-family: "Times New Roman","SimSun","serif";
	font-size: 21px;
}
.textbox{
	height: 800px;
	overflow-y: auto;
}

.search-res{
	width: 600px;
	margin-bottom: 30px;
	word-break: break-all;
	line-height: 26px;
	font-size: 18px;
}
.search-res a{
	text-decoration: underline !important;
	font-weight: 400;
	line-height: 27px;
	font-size: 24px;
	color: #2440b3;
}
.search-res a:visited {
	color: #771caa;
}
.search-res em{
	color: #f73131;
	font-style: normal;
}
.search-res a em{
	text-decoration: underline;
}

.layui-laypage {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 10px 0;
	font-size: 0
}

.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
	border-radius: 2px 0 0 2px
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
	border-radius: 0 2px 2px 0
}

.layui-laypage > :first-child {
	margin-left: 0 !important
}

.layui-laypage > :last-child {
	margin-right: 0 !important
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
	border: 1px solid #e2e2e2
}

.layui-laypage a, .layui-laypage span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	margin: 0 -1px 5px 0;
	background-color: #fff;
	color: #333;
	font-size: 12px
}

.layui-flow-more a *, .layui-laypage input, .layui-table-view select[lay-ignore] {
	display: inline-block
}

.layui-laypage a:hover {
	color: #009688
}

.layui-laypage em {
	font-style: normal
}

.layui-laypage .layui-laypage-spr {
	color: #999;
	font-weight: 700
}

.layui-laypage a {
	text-decoration: none
}

.layui-laypage .layui-laypage-curr {
	position: relative
}

.layui-laypage .layui-laypage-curr em {
	position: relative;
	color: #fff
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background-color: #009688
}

.layui-laypage-em {
	border-radius: 2px
}

.layui-laypage-next em, .layui-laypage-prev em {
	font-family: Sim sun;
	font-size: 16px
}

.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	border: none
}

.layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh {
	vertical-align: top
}

.layui-laypage .layui-laypage-refresh i {
	font-size: 18px;
	cursor: pointer
}

.layui-laypage select {
	height: 22px;
	padding: 3px;
	border-radius: 2px;
	cursor: pointer
}

.layui-laypage .layui-laypage-skip {
	height: 30px;
	line-height: 30px;
	color: #999
}

.layui-laypage button, .layui-laypage input {
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	vertical-align: top;
	background-color: #fff;
	box-sizing: border-box
}

.layui-laypage input {
	width: 40px;
	margin: 0 10px;
	padding: 0 3px;
	text-align: center
}

.layui-laypage input:focus, .layui-laypage select:focus {
	border-color: #009688 !important
}

.layui-laypage button {
	margin-left: 10px;
	padding: 0 10px;
	cursor: pointer
}

.layui-box, .layui-box * {
	box-sizing: content-box
}

/*#user_menu{*/
	/*font:12px verdana, arial, sans-serif;*/
	/*width: 100%;*/
/*}*/
/*#user_menu, li {*/
	/*list-style:none;*/
	/*padding:0;*/
	/*margin:0;*/
	/*float: left;*/
	/*display: block;*/
/*}*/
