﻿@charset "utf-8";
/* CSS Document  color: #4c4c4c;*/  
html{
	-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;
	overflow-y:scroll;	
}

body, header, section, footer, ul, li ,dl, dt, dd, div, p, h1, h2, h3{
	margin:0; padding:0; font-size:16px; font-family:"微软雅黑", Arial; font-weight:normal;
}
body{
    font-family:Times New Roman,Georgia,Serif;
    font-size:12px;
}
p,td,tr,span,a,font,img{
	font-family:"微软雅黑", Arial;font-style:normal;
    font-size:12px;
}
body{
	background-color:#fff;
}
ul,li,dl,dt,dd{list-style:none;}
em,i{
	font-family:"微软雅黑", Arial;font-style:normal;
}
img{ border:0; }

input,
textarea,
select{
	margin:0;padding:0; font-size: 16px;
	font-family:"微软雅黑", Arial; font-weight:normal; color:#4c4c4c;
    -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
	/*-webkit-appearance: none;*/
}
input[type=button],
input[type=submit]{
	border:0;cursor:pointer;text-align:center; font-family:"微软雅黑"; color:#fff;
	/*-webkit-appearance:none;*/
}
table{
	border-collapse:collapse;border:0;
}
td{
	padding:0;
}

/* 消除谷歌浏览器黄色边框 */
input, button, select, textarea{
	outline:none;

}
textarea{
	resize:none;
}

a,
a:link,
a:hover{
	text-decoration:none;
}

.btn1{
	width: 180px; height: 48px; line-height: 48px; border:0; text-align: center;
	font-size: 18px; color: #fff;
	background-color:#b60000;
}
.btn2{
	width: 34px; height: 34px; border: 0; cursor: pointer;
	background: url(../images/button.png) no-repeat right center;
}

body{
	margin: 0 auto; width: 100%; min-width: 320px; max-width: 640px; position: relative;
	overflow: hidden;
}
.news_content
{
    padding:20px 15px 20px 15px;
    font-size:22px;
}
.news_content  img
{
    width: 96%;
}

.news_content p
{ 
     font-size:22px;
     /*text-indent:44px;*/
     line-height:38px;
     font-weight:normal;
     padding:20px 15px 20px 15px;
     font-family: "宋体";
 }
 .news_content span
{ 
     font-size:22px;
   
 }
.page-mask{
	width: 100%; height: 100%; min-width: 320px; max-width: 640px; padding-right: 10px; display: none;
	position: absolute; left: -505px; top: 0; z-index: 12;
	opacity: 0.1; filter: alpha(opacity=0.1); -moz-opacity: 0.1;
	/*background-color:#fff;*/
}
.page-mask1{
	width: 100%; height: 100%; min-width: 320px; max-width: 640px; padding-right: 10px; display: none;
	position: absolute; left: +505px; top: 0; z-index: 12;
	opacity: 0.1; filter: alpha(opacity=0.1); -moz-opacity: 0.1;
	/*background-color:#fff;*/
}
/* 页面表单 */
.pageform input[type='text']{
	width: 100%; height: 50px; line-height: normal; border: 0;
	border-bottom: 1px solid #dedede; font-size: 20px;
	/*-webkit-appearance: none;*/
}
.pageform select{
	width: 100%; height: 50px;
	border: 0; border-bottom: 1px solid #dedede; font-size: 20px;
	background: url(../images/icon/ico2.png) no-repeat right center;
	/*-webkit-appearance: none;*/
}
.pageform input[type="radio"] {
    display: none;
}
.pageform label {
	margin-right: 20px;
}
.pageform input[type="radio"]+label {
    height:30px;line-height:30px;padding-left:25px; display: inline-block; font-size:20px;cursor:pointer;
	background: url('../images/icon/ico3.png') no-repeat 0 0;
}
.pageform input[type="radio"]:checked + label {
    height:30px; line-height:30px;  display: inline-block;
	background: url('../images/icon/ico3.png') no-repeat 0 -30px;
}
.pageform input[type='button'],
.pageform input[type='submit']{
	width: 100%;
}

/* 导航 */
.menu{
	width: 493px; height: 100%; position:absolute; right: -493px; top: 0; z-index: 10;
	background-color: #666;
}
.menu li{
	height: 68px; border-bottom: 1px solid #fff;
}
.menu li a{
	height: 68px; line-height: 68px; padding: 0 42px 0 25px; display: block;
	font-size: 20px; color: #fff;
	background: url(../images/icon/ico1.png) no-repeat right center;
}
.menu1{
	width: 520px; height: 100%; position:absolute; left: -520px; top: 0; z-index: 10;
	background-color: #3a1f55;
}
.menu1-1{
	width: 450px;
	height: 300px;
	margin: 0 auto;
}
.menu1-1-1{
	width: 145px;
	float: left;
	margin-top: 55px;
}
.menu1-1-1 .p1{
	width: 100%;
	height: 150px;
}
.menu1-1-1 .p1 img{
	width: 103px;
	height: 103px;
}
.menu1-1-1 .p2{
	width: 103px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.menu1-1-2{
	width: 300px;
	float: left;
	margin-top: 55px;
}
.menu1-1-2 .p1{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	color: #fff;
}
.menu1-1-2 .p2{
	width: 100%;
	height: 90px;
}
.menu1-1-2 .p2 img{
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
.menu1-1-2 .p2 .sp1{
	width: 80px;
	height: 35px;
	font-size: 17px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background: #562a75;
	float: left;
}
.menu1-1-2 .p2 .sp2{
	width: 120px;
	height: 35px;
	float: left;
	color: #fff;
	line-height: 35px;
	font-size: 17px;
	text-align: center;
	margin-left: 25px;
	background: #ff9501;
}
.menu1-1-2 .p3{
	width: 100%;
	height: 25px;
}
.menu1-1-2 .p3 .sp1{
	width: 110px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	float: left;
}
.menu1-1-2 .p3 .sp2{
	float: left;
	width: 120px;
	height: 25px;
	background: #ff9501;
}
.menu1-1-2 .p3 .sp2 .spa1{
	background: #562a75;
	height: 25px;
	float: left;
}
.menu1-1-2 .p3 .sp3{
	float: right;
	color: #fff;
	font-size: 20px;
}
.menu1-2{
	width: 450px;
	margin: 0 auto;
}
.menu1-2-1{
	width: 100%;
	height: 70px;
	float: left;
}
.menu1-2-2{
	margin-top: 35px;
}
.menu1-2-1 .p1{
	width: 120px;
	float: left;
}
.menu1-2-1 .p1 img{
	width: 38px;
	height: 38px;
	float: left;
	margin-left: 10px;
}
.menu1-2-1 .p2{
	font-size: 27px;
	color: #fff;
	float: left;
}
.menu1-2-1 .p3{
	float: right;
	margin-right: 10px;
	font-size: 27px;
	color: #fff;
}
.menu1-2-1 .p4{
	background: url(../images/cblb10.png) no-repeat center 0;
	width: 25px;
	height: 25px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	color: #fff;
	text-align: center;
}
.page-m{
	width: 100%; min-width: 320px; max-width: 640px; margin-left: 0;
}
.page-m1{
	width: 100%; min-width: 320px; max-width: 640px; margin-left: 0;
}
.header{
	height:120px; /*padding: 34px 23px 0 23px;*/ overflow: auto;
	background-color: #fff;
}
.header h1{
	float: left; width: 175px; height: 42px;
	background: url(../images/logo.png) no-repeat;
}
.header .p3{
	float: right; width: 48px;margin-right: 22px;margin-top: 36px;
}
.header .p3 a{
	width: 48px; height: 48px; display: inline-block;
	background: url(../images/menu1.png) no-repeat;
}
.header .p1{
	float: left; width: 40px;margin-left: 22px;margin-top: 40px;
}
.header .p2{
	float: left; width: 284px;margin-left: 111px;margin-top: 27px;
}

/* 首页 */
.home-ul{
	margin-top: 12px; margin-right:12px; overflow: auto;
}
.home-ul li img{
	width: 100%; 
}
.home-ul li a{
	margin-left:12px; display: block;
}
.home1 li{
	float: left; width: 50%;
}
.home2 li{
	float: left; width: 33.3%;
}
.home2 li:last-child a{
	margin-left:13px;
}
.gybanner{
	width: 640px;
	/*height: 336px;*/
	/*text-align: center;*/
}
.gyzwjjkj{
	margin: 0 auto;
	width: 596px;
}
.gyzwjjkj .wzjj{
	font-size: 24px;
	text-indent: 33px;
	margin-top: 40px;
}
.gyzwjjkj .wzjjdz{
	font-size: 16px;
	text-indent: 33px;
	margin-top: 40px;
}
section{

}
.page-kv img{
	margin: 0 auto; width: 100%; display: block;
}
.wzsy{
	width: 100%;
	height: 78px;
	background: #542773;
}
.wzsyleft{
	width: 430px;
	height: 45px;
	/*background: red;*/
	float: left;
	margin-left: 22px;
	line-height: 45px;
	text-align: center;
	margin-top: 17px;
}
.wzsyright{
	float: right;
	width: 100px;
	height: 45px;
	
	font-size: 18px;
	line-height: 45px;
	margin-top: 17px;
}
.wzsyright a{
	color: #fff;
}
.wzsyleft-1{
	width: 95px;
	height: 45px;
	float: left;
	cursor: pointer;
	/*color: #461d65;*/
	background: #461D64;
	color: #fff;
}
.wzsyleft-2{
	width: 95px;
	height: 45px;
	cursor: pointer;
	float: left;
	color: #461d65;
	background: #fff;
}
.wzsyleft-3 input{
	/*background: #ddd none repeat scroll 0 0;*/
    border: 0px;
    color: #a1a1a1;
    height: 45px;
    float: left;
    line-height: 45px;
    text-indent: 10px;
    width: 170px;
    margin-left: 1px;
}
.wzsyleft-4{
    height: 45px;
    float: left;
    width:69px;
}
.wzsyleft-4 input{
	height: 45px;
	width:69px;
}
.footer{
	width: 640px;
	/*height: 500px;*/
	background: red;
}
.footertop{
	margin-top: 80px;
}
.wbdh{
	height: 120px;
	width: 100%;
	background: #e4e4e4;
}
.wbdhkj{
	width: 630px;
	height: 120px;
	/*background: #fff;*/
	margin: 0 auto;

}
.wbdhkj a{
	width: 128px;
	height: 45px;
	font-size: 22px;
	text-align: center;
	/*background: #6a3a8e;*/
	margin-top: 10px;
	line-height: 45px;
}
.wbdhkj .p1{
	float: left;	
}
.wbdhkj .p2{
	margin-left: 40px;
	float: left;
}
.wbdhkj .p3{
	float: right;
}
.pys2{
	color: #461d65;
}
.pys{
	background: #6a3a8e;
	color: #fff;
}
.wbgzwm{
	height: 120px;
	width: 100%;
	background: #cfcfcf;
}
.wbgzwmkj{
	width: 596px;
	height: 120px;
	margin: 0 auto;
	/*background: #fff;*/
}
.wbgzwmkj .span1{
	font-size: 24px;
	float: left;
	line-height: 120px;
}
.wbgzwmkj .span2{
	margin-top: 24px;
	float: left;
	margin-left: 10px;
}
.wbgzwmkj .span3{
	margin-top: 24px;
	float: left;
	margin-left: 25px;
}
.wbgzwmkj .span4{
	width: 120px;
	height: 72px;
	float: right;
	margin-top: 24px;
	background: #6a3a8e;
}
.span4 p{
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 34px;
}
.gsxx{
	width: 100%;
	height: 285px;
	/*float: left;*/
	background: url(../images/wbbg.png) no-repeat center 0;
}
.wbfwl{
	width: 100%;
	/*height: 70px;*/
	float: left;
	margin-top: 24px;
	text-align: center;
}
.wbfwl .kj{
	background: url(../images/fwlbg.png) no-repeat center 0;
	margin: 0 auto;
	width: 268px;
	height: 46px;
	color: #fff;
	line-height: 46px;
}
.wbfwl .kj .span1{
	width: 110px;
	height: 46px;
	float: left;
	font-size: 18px;
	text-align: center;
	/*background: red;*/
}
.wbfwl .kj .span2{
	width: 155px;
	height: 46px;
	float: left;
	margin-left: 2px;
	font-size: 24px;
	/*background: #ccc;*/
}
.wbwblj{
	width: 100%;
	height: 40px;
	/*background: red;*/
	float: left;
	margin-top: 20px;
}
.wbwblj p{
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
.wbwblj p a{
	color: #fff;
        font-size: 20px;
}
.wbdnhd{
	width: 100%;
	height: 40px;
	/*background: red;*/
	float: left;
	margin-top: 20px;
}
.wbdbjz{
	width: 300px;
	height: 40px;
	/*background: #fff;*/
	margin: 0 auto;
}
.wbdnhd .kj1{
	width: 145px;
	height: 40px;
	float: left;
	margin-left: 0px;
	/*background: red;*/
	text-align: left;
}
.wbdnhd .kj2{
	width: 145px;
	height: 40px;
	float: right;
	margin-left: 0px;
	/*background: red;*/
	text-align: left;
}
.wbdnhd .kj .span1{
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 8px;
}
.wbdnhd .kj .span2{
	float: left;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	width: 120px;
	height: 40px;
	/*background: #ccc;*/
}
.wbdnhd .kj .span3{
	float: left;
	color: #fff;
	font-size: 24px;
	text-align: right;
	line-height: 40px;
	width: 120px;
	height: 40px;
	/*background: #ccc;*/
}
.wbbqsy p{
	color: #fff;
}
.wbbqsy{
	line-height: 30px;
	float: left;
	width: 100%;
	margin-top: 15px;
	height: 30px;
	font-size: 18px;
	text-align: center;
}
.wbgaba p{
	color: #fff;
}
.wbgaba{
	float: left;
	line-height: 30px;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
}
/*联系我们*/
.lxwmp1{
	font-size: 24px;
	color: #5c307d;
}
/*人才招聘*/
.rczpdh{
	width: 100%;
	height: 50px;
	background: #461d65;
}
.rczpdh p{
	width: 210px;
	background: red;
	text-align: center;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 22px;
	color: #ccc;
	background: #5c307d;
}
.rczpdh div{
	display: none;
	width: 210px;
	position:absolute;
	margin-top: 50px;
	background: #653686;
	/*height: 200px;*/
}
.xllbcpzx a{
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	float: left;
}
.rczpdh .div1left1{
	margin-left: 215px;
}
.rczpdh .div1left2{
	margin-left: 430px;
}
.rczpdh .p2{
	margin-left: 5px;
}
.rczpdh .p1{
	color: #fff;
}
.rczpkj{
	width: 100%;
	height: 140px;
}
.rczptop{
	margin-top: 10px;
}
.rczpkj .div1{
	width: 560px;
	height: 55px;
	/*background: #ccc;*/
	margin: 0 auto;
}
.div1 .p1{
	width: 400px;
	float: left;
	/*line-height: 40px;*/
	text-align: left;
	font-size: 22px;
	color: #5c307d;
	margin-top: 25px;
}
.div1 .p2{
	width: 160px;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: right;
	font-size: 16px;
	margin-top: 25px;
	color: #525252;
}
.rczpkj .div2{
	width: 560px;
	height: 40px;
	/*background: #ccc;*/
	margin: 0 auto;
}
.div2 .p1{
	height: 40px;	
	text-align: left;
	line-height: 40px;
	font-size: 16px;
	color: #525252;
}
.rczpkj .div3{
	width: 560px;
	height: 40px;
	/*background: #ccc;*/
	margin: 0 auto;
}
.div3 .p1{
	width: 400px;
	height: 40px;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #525252;
}
.div3 .p2{
	width: 160px;
	height: 40px;
	float: right;
	text-align: right;
	font-size: 18px;
	color: #5c307d;
}
.rczpkjys1{
	background: #fff;
}
.rczpkjys2{
	background: #f4f4f4;
}
.rczpfy{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	/*background: #f4f4f4;*/
}
.rczpfy p{
	width: 155px;
	height: 40px;
	float: left;
	font-size: 22px;
	background: #fff;
	line-height: 40px;
	text-align: center;
}
.rczpfy a
{
    font-size: 22px;
    background: #fff;
    text-decoration:none;
    color:#000;
} 
.rczpfy .p2{
	border-left: 6px solid #f4f4f4; 
}
.rczpfy .p3{
	color: #5c307d;
}
/*图书分类*/
.tsflbtkj{
	width: 100%;
	height: 70px;
	
	float: left;
	position: relative;
	z-index: 101;
	margin-top: -60px;
}
.tsflbtkjys{
	background: #542773 ;
	height: 60px;
}
.tsflbtkjys .p1{
	width: 298px;
	float: left;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.tsflbtkjys .p2{
	width: 298px;
	background: #fea813;
	float: left;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.tsflbtkjyscs{
	height: 10px;
	

}
.tsflbtkjyscs .p1{
	background: #ff9501;
	height: 10px;
	width: 298px;
	float: left;
}
.tsflbtkjyscs .p2{
	background: #ec8a00;
	height: 10px;
	width: 298px;
	float: left;
}
.tszslblk{
	height: 15px;
}
.tszslbkj{
	width: 100%;
	height: 80px;
	border-bottom:1px solid #000;
}	
.tszslbkj .p1{
	width: 500px;
	height: 80px;
	float: left;
	font-size: 26px;
	color: #5e5e5e;
	line-height: 80px;
}
.tszslbkj .p2{
	margin-top: 34px;
	float: right;
}
/*图书列表*/
.tslbykj{
	padding-top: 35px;
	width: 553px;
	height: 370px;
	margin: 0 auto;
	/*background: red;*/
}
.tslbykj .div1{
	/*margin-top: 40px;*/
	width: 260px;
	height: 370px;
	/*background: #ccc;*/
	float: left;
}
.tslbykj .div2{
	/*margin-top: 40px;*/
	width: 260px;
	height: 370px;
	/*background: #ccc;*/
	float: right;
}
.tszsshang{
	width: 260px;
	height: 272px;
	text-align: center;
	background: #f4f4f4;
}
.tszsxia{
	height: 88px;
	width: 100%;
	/*background: #fff;*/
}
.tszsxia .tsp1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 21px;
	color: #555;
	margin-top: 10px;
}
.tszsxia .tsp2{
	font-size: 16px;
	color: #a1a0a0;
	margin-top: 5px;
}
.tszsxia .tsp3{
	font-size: 16px;
	color: #461d65;
	margin-top: 5px;
}
.tslbykb{
	margin-top: 30px;
}
/*图书详情页*/
.tsxqyts{
	width: 100%;
	background: #f4f4f4;
	height: 300px;
}
.tsxqytskj{
	width: 596px;
	/*background: red;*/
	height: 300px;
	margin: 0 auto;
}
.tsxqleft{
	width: 190px;
	height: 233px;
	float: left;
	margin-top: 33px;
	/*background: #ccc;*/
	text-align: center;
}
.tsxqright{
	width: 390px;
	height: 300px;
	float: right;
	/*background: #ccc;*/
}
.tsxqright .p1{
	margin-top: 33px;
	font-size: 22px;
	color: #5c307d;
}
.tsxqright .p2{
	margin-top: 30px;
}
.tsxqright .p3{
	line-height: 30px;
	font-size: 18px;
	 height:28px;
	 overflow:hidden;
	color: #555555;
}
.tsxqright .p3 span{
	color: #5c307d;
}
.tsxqgf{
	width: 570px;
	height: 75px;
	margin: 0 auto;
	border-bottom: 1px solid #5d5c5d;
	/*background: #ccc;*/
}
.tsxqgf .tszsxqgfkj{
	width: 135px;
	height: 50px;
	float: left;
	/*background: red;*/
}
.tsxqgfleft{
	margin-left: 7px;
}
.tszsxqgfkj{
	font-size: 18px;
	color: #555;
	text-align: center;
	line-height: 50px;
	border: 1px solid #5c307d;
}
.tsxqgfys{
	background: #6a3a8e;
	color: #fff;
}
.tsxqjjnr{
	width: 570px;
	/*height: 100px;*/
	/*background: red;*/
	margin: 0 auto;
	border-bottom: 2px solid #5c307d;
}
.tsxqjjnrkj{
	width: 530px;
	/*height: 100px;*/
	/*background: red;*/
	margin: 0 auto;
}
.tsxqjjnrkj p{
	font-size: 24px;
	color: #555;
	line-height: 27px;
	margin-top: 10px;
}
.tsxqkb{
	height: 30px;
}
.tsxqjjnrjs{
	width: 570px;
	/*height: 70px;*/
	/*background: red;*/
	margin: 0 auto;
	
}
.tsxqjjnrbt{
	width: 100%;
	height: 60px;
	/*float: left;*/
	padding-top: 10px;
	font-size: 26px;
	color: #505050;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #555555;
}
.tsxqjjnrkj p{
	font-size: 24px;
	color: #555;
	line-height: 27px;
	margin-top: 10px;
}
.tsxqjjnrkj .xqnrwzys{
	color: #5c307d;
	font-size: 24px;
}
.qq_ewm{
	/*display: none;*/
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.fxyc{
	/*width: 388px;*/
	height: 20px;
	float: right;
	/*margin-right: 15px;*/
	/*display: none;*/
	/*background: #ccc;*/
	position: relative;
	top: 4px;
}
/*新闻列表页*/
.xwlbykj{
	/*background: red;*/
	margin: 0 auto;
	/*height: 500px;*/
	width: 596px;
}
.xwlbylb{
	margin-top: 20px;
	width: 100%;
	height: 120px;
	background: #fff;
}
.xwlbylb .xwlbyleft{
	width: 120px;
	height: 120px;
	float: left;
	background: #dcd6e2;
}
.xwlbyleft .xwlbyri{
	width: 100%;
	margin-top: 10px;
	height: 70px;
	color: #5b317d;
	text-align: center;
	line-height: 70px;
	/*background: #ccc;*/
	font-size: 50px;
}
.xwlbyleft .xwlbyqi{
	font-size: 24px;
	line-height: 15px;
	color: #5b317d;
	text-align: center;
}
.bgbs{
	background: #f4f4f4;
}
.xwlbyrig{
	width: 470px;
	height: 100%;
	float: right;
	/*background: red;*/
}
.xwlbyrig .xwlbyrigl{
	width: 420px;
	/*background: red;*/
	height: 100%;
	margin-left: 10px;
	float: left;
}
.xwlbyrigl p{
	color: #050505;
	font-size: 24px;
}
.xwlbyrigl .xwlbytp{
	margin-top: 25px;
}
.xwlbyrig .xwlbyrigr{
	width: 40px;
	/*background: #ccc;*/
	height: 100%;
	float: left;
}
.xwlbyrigr img{
	margin-top: 48px;
}

/*会员中心样式 2016-1-11*/
.hyzxtopysbk{
	width: 100%;
	height: 10px;
	background: #e9e9e9;
}
.hybkjzys{
	margin: 0 auto;
	width: 596px;
}
.hyzxtybt{
	width: 100%;
	height: 120px;
	font-size: 30px;
	color: #562a75;
}
.hyzxtybt .p1{
	font-size: 30px;
	font-weight: ;
	line-height: 100px;
	color: #562a75;
	float: left;
}
.hyzxtybt .p2{
	font-size: 22px;
	line-height: 110px;
	color: #562a75;
	margin-left: 20px;
	float: left;
}
.hyzxtybt .p3{
	color: #555;
}
.hydl-2{
	width: 100%;
}
.hydl-2-1{
	width: 100%;
	height: 75px;
}
.hydl-2-1 input{
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #5d5d5d;
	border: 0px;
	text-indent:12px;
}
.hydl-2-1 .p1{
	width: 145px;
	font-size: 24px;
	color: #323131;
	height: 55px;
	line-height: 55px;
	float: left;
	text-align: right;
}
.hydl-2-1 .p2{
	width: 300px;
	height: 55px;
	float: left;
	border: 1px solid #ccc;
}
.hydl-2-1 .p3{
	font-size: 24px;
	line-height: 55px;
	color: #a2a2a2;
	float: left;
	margin-left: 10px;
}
.hydl-2-1 .p4{
	width: 170px;
	height: 55px;
	float: left;
	border: 1px solid #ccc;
}
.hydl-2-1 .p5{
	width: 80px;
	float: left;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #5c307d;
	margin-top: 10px;
	margin-left: 10px;
	background: #b4b4b4;
}
.hydl-2-1 .p6{
	font-size: 24px;
	line-height: 55px;
	color: #a2a2a2;
	float: left;
	margin-left: 10px;
}
.hydl-2-2{
	width: 100%;
	height: 160px;
}
.hydl-2-2-1{
	width: 280px;
	height: 60px;
	background: #5c307d;
	color: #fff;	
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	float: left;
	margin-top: 40px;
}
.hydl-2-2-2{
	width: 280px;
	height: 60px;
	background: #5c307d;
	color: #fff;	
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	float: right;
	margin-top: 40px;
}
.hydl-2-3{
	width: 100%;
	height: 60px;
}
.hydl-2-3 .p1{
	float: right;
	font-size: 24px;
	color: #6f6f6f;
	line-height: 60px;
}
.hydl-2-3 .p2{
	width: 60px;
	height: 60px;
	float: right;
	margin-left: 30px;
}
/*用户注册*/
.gryhce-1{
	width: 100%;
	height: 70px;
}
.gryhce-1-1{
	width: 100%;
	height: 51px;
	border-bottom: 1px solid #ccc; 
}
.gryhce-1-1-1{
	font-size: 20px;
	width: 200px;
	height: 51px;
	color: #603681;
	text-align: center;
	line-height: 50px;
	background: #e4e4e4;
	float: left;
}
.gryhce-1-1-2{
	font-size: 20px;
	width: 200px;
	height: 50px;
	float: left;
	color: #555555;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-right: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}
.gryhce-1-1-3{
	font-size: 20px;
	width: 200px;
	height: 50px;
	float: left;
	color: #555555;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}
.gryhce-2{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ccc;
}
.gryhce-2 input{
	width: 100%;
	height: 100%;
	font-size: 21px;
	color: #adacac;
	line-height: 40px;
	border: 0px;
	text-indent:10px;
}
.gryhce-2 .p1{
	font-size: 22px;
	width: 225px;
	height: 100px;
	float: left;
	color: #888;
	line-height: 100px;
}
.gryhce-2 .p1 span{
	font-size: 22px;
	color: #743f9b;
}
.gryhce-2 .p2{
	width: 300px;
	float: left;
	height: 100px;
}
.gryhce-2 .p3{
	width: 100px;
	float: left;
	height: 50px;
	margin-top: 24px;
	border: 1px solid #ccc;
}
.gryhce-2 .p4{
	width: 80px;
	height: 35px;
	float: left;
	font-size: 21px;
	color: #5c307d;
	margin-top: 32px;
	line-height: 35px;
	text-align: center;
	margin-left: 10px;
	background: #b4b4b4;
}
.gryhce-2 .p5{
	float: left;
	font-size: 21px;
	color: #a2a2a2;
	line-height: 100px;
	margin-left: 10px;
}
.gryhce-3{
	width: 100%;
	height: 150px;
}
.gryhce-3 .p1{
	width: 100px;
	margin-left: 25px;
	float: left;
	margin-top: 30px;
	font-size: 21px;
	color: #555555;
}
.gryhce-3 .p2{
	font-size: 21px;
	float: left;
	margin-top: 30px;
	color: #555555;
}
.gryhce-3 .p3{
	float: left;
	margin-left: 15px;
	font-size: 21px;
	margin-top: 30px;
}
.gryhce-3 .p3 a{
    color:Purple;
	font-size: 21px;
}
.gryhce-3 .p4{
	font-size: 21px;
	color: #743f9b;
	width: 20px;
	line-height: 40px;
	float: right;
}
.gryhce-3 .p5{
	font-size: 21px;
	color: #555555;
	width: 160px;
	float: right;
}
.gryhce-4{
	width: 100%;
	height: 55px;
	text-align: center;
}
.gryhce-4 input{
	width: 140px;
	height: 55px;
	background: #6a3a8e;
	color: #fff;
	font-size: 21px;
}

/*教师注册*/
.jshyze-1{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ccc;
}
.jshyze-1 input{
	width: 100%;
	height: 100%;
	font-size: 21px;
	color: #adacac;
	line-height: 100px;
	border: 0px;
}
.jshyze-1 select{
	width: 100%;
	height: 100%;
	font-size: 21px;
	color: #adacac;
	line-height: 30px;
	border: 0px;
}
.jshyze-1 .p1{
	font-size: 22px;
	width: 200px;
	height: 100px;
	float: left;
	color: #888;
	line-height: 100px;
}
.jshyze-1 .p1 span{
	font-size: 22px;
	/*margin-left: 5px;*/
	color: #743f9b;
}
.jshyze-1 .p2{
	width: 300px;
	float: left;
	height: 100px;
}
.jshyze-1 .p3{
	font-size: 22px;
	color: #9e9d9d;
	line-height: 100px;
	text-align: center;
}
.jshyze-1 .p4{
	cursor: pointer;
	width: 15px;
	float: right;
	margin-top: 42px;
	height: 15px;
}
.jshyze-1 .p5{
	font-size: 21px;
	width: 330px;
	height: 30px;
	margin-top: 35px;
	float: left;
}
.jshyze-1 .p6{
	font-size: 22px;
	color: #9e9d9d;
	line-height: 100px;
	text-align: center;
}
.jshyze-1 .p7{
	font-size: 20px;
	height: 100px;
	float: right;
	color: #bfbfbf;
	line-height: 100px;
}
/*活动通知*/
.bordertop{
	border-top: 1px solid #ccc;
}
.borderbottom{
	border-bottom: 1px solid #ccc;
}
.hdtz-1{
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #ccc;
}
.hdtz-1-1{
	width: 100%;
	height: 110px;
	float: left;
	margin-top: 30px;
}
.hdtz-1-1-1{
	width: 110px;
	height: 110px;
	float: left;
	background: #562a75;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.hdtz-1-1-3{
	background: #e9e9e9;
}
.hdtz-1-1-1 .p1{
	margin-top: 20px;
	color: #fff;
	font-size: 47px;
	
}
.hdtz-1-1-1 .p2{
	color: #fff;
	font-size: 20px;
}
.hdtz-1-1-2{
	width: 450px;
	height: 110px;
	float: right;
}
.hdtz-1-1-2 .p1{
	font-size: 24px;
	height:30px;
	overflow:hidden;
	color: #280c3f;
}
.hdtz-1-1-2 .p2{
	font-size: 20px;
	height: 80px;
	overflow:hidden;
	color: #555;
}
/*站内留言*/
.znly-1{
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #ccc;
}
.znly-1-1{
	width: 100%;
	float: left;
	height: 100px;
	margin-top: 35px;
}
.znly-1-1 p{
	font-size: 20px;
	color: #434242;
}
.znly-1-2{
	float: left;
	width: 100%;
}
.znly-1-2 .p1{
	font-size: 18px;
	float: right;
	color: #8f8f8f;
}
.znly-1-2 .p2{
	font-size: 18px;
	margin-left: 15px;
	float: right;
	color: #8f8f8f;
}
.znly-1-2 .p3{
	line-height: 25px;
	margin-left: 15px;
	float: right;
}
.wyly-1{
	width: 100%;
	height: 550px;
}
.wyly-1 .p1{
	margin-top: 40px;
	float: left;
	width: 100%;
	height: 350px;
}
.wyly-1 .p1 textarea{
    border: 1px solid #ccc;
    height: 100%;
    font-size: 18px;
    max-height: 350px;
    max-width: 100%;
    width: 100%;
}
.wyly-1 .p2{
	width: 100%;
	font-size: 18px;
	height: 70px;
	line-height: 60px;
	color: #aeaeae;
	float: left;
}
.wyly-1 .p2 span{
	color: #663588;
}
.wyly-1 .p3{
	width: 90px;
	height: 40px;
	float: left;
}
.wyly-1 .p3 input{
	width: 100%;
	height: 100%;
	color: #fff;
	background: #6e3797;
}
.wyly-2{
	width: 100%;
}
.wyly-2-1{
	font-size: 20px;
	height: 40px;
}
.wyly-2-2{
	width: 100%;
	height: 160px;
	border-top: 1px solid #ccc; 
}
.wyly-2-2-1{
	width: 110px;
	height: 110px;
	float: left;
	margin-top: 25px;
}
.wyly-2-2-2{
	width: 470px;
	height: 110px;
	float: right;
	margin-top: 25px;
}
.wyly-2-2-2 .p1{
	font-size: 18px;
	float: left;
	line-height: 22px;
	height: 90px;
	color: #434242;
}
.wyly-2-2-2 .p2{
	height: 20px;
	font-size: 18px;
	float: right;
	color: #8f8f8f;
}
/*辣评投稿*/
.lptg-1{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.lptg-1-1{
	width: 100%;
	margin-top: 25px;
	height: 130px;
	font-size: 20px;
	color: #555;
}
.lptg-1-2{
	width: 100%;
	height: 250px;
}
.lptg-1-2-1{
	width: 170px;
	height: 220px;
	float: left;
}
.lptg-1-2-1 img{
	margin-top:15px;
}
.lptg-1-2-2{
	width: 380px;
	height: 220px;
	float: left;
	margin-left: 30px;
}
.lptg-1-2-2 .p1{
	font-size: 25px;
	color: #555;
	font-weight: bold;
	margin-top: 20px;
	height:35px;
	overflow:hidden;
}
.lptg-1-2-2 .p2{
	font-size: 20px;
	color: #747474;
	height:30px;
	overflow:hidden;
}
.lptg-1-2-2 .p3{
	font-size: 18px;
	color: #747474;
	height:145px;
	overflow:hidden;
}
.lptg-1-3{
	width: 100%;
}
.lptg-1-3-1{
	width: 130px;
	font-size: 20px;
	color: #242424;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #e4e3e3;
}
.lptg-1-3-2{
	font-size: 18px;
	color: #434242;
	margin-top: 20px;
    
}
.lptg-1-3-2 p{
	font-size: 18px;
	text-indent:36px;
}
.lptg-1-3-3{
	width: 100%;
	height:60px;
	margin-top:20px;
	line-height:80px;
	
}
.lptg-1-3-3 .p1{
	float: right;
	line-height: 33px;
	margin-left: 10px;
}
.lptg-1-3-3 .p2{
	font-size: 18px;
	color: #562a75;
	float: right;
	margin-left: 10px;
}
.lptg-1-3-3 .p3{
	font-size: 18px;
	color: #8f8f8f;
	float: right;
}
/*我的推荐*/
.wdtj-1{
	width: 100%;
	height: 60px;
	font-size: 20px;
	color: #555555;
}
.wdtj-2{
	width: 100%;
	height: 90px;
}
.wdtj-2 .p1 input{
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #a3a2a2;
	border: 0px;
	text-indent: 10px;
}
.wdtj-2 .p2 input{
	width: 100%;
	height: 100%;
	background: #733a9d;
	color: #fff;
	font-size: 18px;
}
.wdtj-2 .p1{
	width: 300px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}
.wdtj-2 .p2{
	width: 110px;
	height: 52px;
	float: left;
	margin-left: 20px;
}
.wdtj-3{
	width: 100%;
	height: 460px;
}
.wdtj-3-1{
	float: left;
	width: 170px;
}
.wdtj-3-1-1{
	width: 100%;
	height: 220px;
	background: red;
}
.wdtj-3-1-2{
	margin-top: 15px;
	width: 100%;
}
.wdtj-3-1-2 .p1{
	font-size: 24px;
	height:60px;
	overflow:hidden;
	color: #484848;
}
.wdtj-3-1-2 .p2{
	font-size: 20px;
	height:25px;
	overflow:hidden;
	color: #979797;
}
.wdtj-3-1-2 .p3{
	font-size: 20px;
	height:40px;
	overflow:hidden;
	color: #5b176a;
}
.wdtj-3-1-2 .p3 span{
	float: right;
}
.wdtj-3-1-2 .p3 span input{
	color: #5b176a;
	margin-top: 7px;
}
.wdtlleft{
	margin-left: 42px;
}
.wdtj-4
{
	width: 100%;
	text-align: center;
}
.wdtj-4 input{
	width: 125px;
	height: 50px;
	background: #562a75;
	font-size: 25px;
	color: #fff;
}
.mydiv1 { 
    /*background-color: #fff; */
    font-size: 12px; 
    font-weight: bold; 
    z-index:999; 
    width: 520px; 
    height: 260px;
    left:50%; 
    top:50%; 
    margin-left:-260px!important;/*FF IE7 该值为本身宽的一半 */ 
    margin-top:-130px!important;/*FF IE7 该值为本身高的一半*/ 
    margin-top:0px; 
    position:fixed!important;/* FF IE7*/ 
    position:absolute;/*IE6*/ 
    _top: expression(eval(document.compatMode && 
    document.compatMode=='CSS1Compat') ? 
    documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/ 
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/ 
} 
.bg1,.popIframe1 { 
    background-color: #666; display:none; 
    width: 100%; 
    height: 100%; 
    left:0; 
    top:0;/*FF IE7*/ 
    filter:alpha(opacity=50);/*IE*/ 
    opacity:0.5;/*FF*/ 
    z-index:1; 
    position:fixed!important;/*FF IE7*/ 
    position:absolute;/*IE6*/ 
    _top: expression(eval(document.compatMode && 
    document.compatMode=='CSS1Compat') ? 
    documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/ 
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); 
    } 
.popIframe1 { 
    filter:alpha(opacity=0);/*IE*/ 
    opacity:0;/*FF*/ 
} 
.tcsp1{
	width: 520px;
	background: #562a75;
	height: 260px;
}
.tcsp1 .p1{
	font-size: 38px;
	color: #fff;
	float: left;
	width: 100%;
	margin-top: 65px;
	text-align: center;
}
.tcsp1 .p2{
	width: 110px;
	height: 50px;
	float: left;
	cursor: pointer;
	color: #562a75;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	margin-left: 205px;
	margin-top: 20px;
	background: #fff;
}
/*个人设置*/
.grsz-1{
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #ccc; 
}
.grsz-1 .p1{
	font-size: 22px;
	color: #888888;
	float: left;
}
.grsz-1 .p2{
	width: 12px;
	height: 21px;
	margin-top: 6px;
	float: right;
}
/*用户信息 - 基础信息*/
.jcxx-1{
	width: 100%;
	height: 60px;
	font-size: 22px;
	color: #363637;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #ccc; 
}
.jcxx-2{
	width: 100%;
	height: 100px;
	margin-top: 50px;
	text-align: center;
}
.jcxx-2 input{
	width: 100%;
	height: 100px;
	font-size: 26px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	background: #703899;
}
/*更改密码*/
.ggmm-1{
	width: 100%;
	height: 130px;
	margin-top: 25px;
}
.ggmm-1 .p1{
	width: 100%;
	height: 40px;
	float: left;
	font-size: 20px;
	color: #515252;
}
.ggmm-1 .p2{
	width: 100%;
	height: 80px;
	float: left;
}
.ggmm-1 .p2 input{
	font-size: 22px;
	line-height: 80px;
	background: #eeeeee;
	text-indent: 25px;
	border: 0px;
	width: 100%;
	color: #b2b2b2;
}
/*帐号绑定*/
.zhbd-1{
	width: 100%;
	height: 80px;
	color: #9a9a9a;
	font-size: 22px;
	line-height: 80px;
}
.zhbd-2{
	width: 100%;
	height: 110px;
	line-height: 110px;
	border-bottom: 1px solid #ccc;
}
.zhbd-2 .p1{
	width: 73px;
	height: 74px;
	margin-top: 18px;
	float: left;
}
.zhbd-2 .p2{
	float: left;
	margin-left: 25px;
	color: #4e4e4e;
	font-size: 25px;	
}
.zhbd-2 .p3{
	float: right;	
	width: 110px;
	height: 50px;
	color: #4e4e4e;
	font-size: 22px;
	margin-top: 22px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
	background: #703899;
	cursor: pointer;
}
.zhbd-2 .p3 input{

	width: 110px;
	height: 50px;
	color: #4e4e4e;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #703899;
	cursor: pointer;
}
.zhbd-2 .p4{
	float: left;
	height: 50px;line-height: 50px;
	margin-top: 30px;
	margin-left: 80px;
}
/*收书地址*/
.jcxx-3{
	width: 100%;
	height: 100px;
	text-align: center;
}
.jcxx-3 input{
	width: 100%;
	height: 100px;
	font-size: 26px;
	line-height: 100px;
	color: #888888;
	text-align: center;
	background: #fff;
}
.ssdz-1{
	width: 100%;
	height: 220px;
}
.ssdz-1-1{
	width: 100%;
	height: 139px;
	border-bottom: 1px solid #ccc; 
}
.ssdz-1-1 .p1{
	font-size: 24px;
	width: 140px;
	height: 65px;
	line-height: 65px;
	color: #464646;
	font-weight: bold;
	float: left;
}
.ssdz-1-1 .p2{
	float: left;
	font-size: 22px;
	color: #707070;
	width: 100%;
}
.ssdz-1-2{
	width: 100%;
	height: 75px;
	line-height: 75px;
}
.ssdz-1-2 .p1{
	margin-top: 9px;
	float: left;
}
.ssdz-1-2 .p2{
	cursor: pointer;
	font-size: 24px;
	color: #959595;
	margin-left: 10px;
	float: left;
}
.ssdz-1-2 .p2 a
{
    cursor: pointer;
	font-size: 24px;
	color: #959595;
 }
.ssdz-1-2 .p3{
	margin-left: 220px;
}
.ssdz-1-2 .p4{
	margin-left: 30px;
}
/*会员中心首页*/
.fxpd-1{
	width: 100%;
	height: 85px;
}
.fxpd-1-1{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #ccc; 
}
.fxpd-1-1-1{
	width: 197px;
	float: left;
	font-size: 20px;
	color: #5c307d;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #e4e4e4;
}
.fxpd-1-1-2{
	width: 197px;
	float: left;
	font-size: 20px;
	color: #555555;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.displaynone{
	display: none;
}
.fxpd-2{
	width: 100%;
}
.fxpd-2-1{
	width: 100%;
	height: 75px;
}
.fxpd-2-1 input{
	width: 100%;
	height: 100%;
	line-height: 45px;
	color: #a3a2a2;
	font-size: 16px;
	border: 0px;
	text-indent: 10px;
}
.fxpd-2-1 .p1{
	border: 1px solid #ccc;
	width: 300px;
	height: 45px;
	float: left;
}
.fxpd-2-1 .p2{
	border: 1px solid #ccc;
	width: 170px;
	height: 45px;
	margin-left: 6px;
	float: left;
}
.fxpd-2-1 .p3{
	width: 110px;
	height: 47px;
	float: right;
	line-height: 47px;
}
.fxpd-2-1 .p3 input{
	background: #68348f;
	color: #fff;
	text-indent: 0px;
}
.fxpd-2-2{
	width: 100%;
}
.fxpd-2-2-1{
	width: 100%;
	height: 55px;
	font-size: 22px;
	color: #555;
	background: #e9e9e9;
}
.fxpd-2-2-1 .tsp1{
	width: 100%;
	text-align: center;
	line-height: 55px;
	font-size: 22px;
	float: left;
}
.fxpd-2-2-1 .tsp1 span{
	float: right;
	margin-right: 20px;
}
.fxpd-2-2-2{
	width: 100%;
	display: none;
}
.fxpd-2-2-2 .lbp1{
	width: 100%;
	height: 55px;
	border-top: 1px solid #ccc; 
	background: #e9e9e9;
	font-size: 22px;
	color: #555;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
}
.fxpd-2-2-2 .lbp2{
	background: #71399a;
	color: #fff;
}
.fxpd-3{
	width: 100%;
	height: 555px;
	/*background: red;*/
}
.fxpd-2-2-3{
	height: 25px;
}
.fxpd-3-1{
	width: 100%;
	height: 70px;
}
.fxpd-3-1 .p1{
	font-size: 30px;
	line-height: 40px;
	color: #555;
	float: left;
}
.fxpd-3-1 .p2{
	font-size: 22px;
	color: #555;
	line-height: 40px;
	float: left;
}
.fxpd-3-1 .p3{
	line-height: 30px;
	margin-top: 10px;
	float: right;
}
.fxpd-3-2{
	width: 100%;
	height: 200px;
}
/*聚合页*/
.jhy-1{
	width: 100%;
	height: 360px;
	background: red;
}
.hyzxyst-1 {
    float: left;
    height: 360px;
    position: relative;
    width: 640px;
}
.hyzxyst-1-1 {
    height: 360px;
    overflow: hidden;
    position: relative;
    width: 640px;
}
.news_item {
    bottom: 28px;
    position: absolute;
    right: 10px;
}
.hyzxyst-1-2 {
    background:url("../images/indexbtbg.png") no-repeat scroll center center;
    color: #fff;
    height: 55px;
    left: 20px;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 147px;
}
.news_item a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 11px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    text-indent: -99999px;
    width: 11px;
}
.news_item a.click {
    background: #6b3a8e none repeat scroll 0 0;
}
.hyzxyst-1-1 .news_list {
    left: 0;
    position: absolute;
    top: 0;
    width: 8400px;
}
.hyzxyst-1-1 .news_list li {
    background: #000 none repeat scroll 0 0;
    float: left;
    height: 360px;
    width: 640px;
}
.hyzxyst-1-1 .news_list li img {
    height: 360px;
    width: 640px;
}
.jhy-2{
	width: 100%;
	height: 960px;
}
.jhy-2-1{
	width: 100%;
	height: 350px;
}
.jhy-2-1-1{
	width: 210px;
	height: 350px;
	float: left;
	background: #d9d9d9;
}
.jhy-2-1-1-1{
	width: 100%;
	height: 180px;
	text-align: center;
}

.jhy-2-1-1-1 img {
    margin-top: 40px;
}
.jhy-2-1-1-2 .p1{
	width: 100%;
	color: #633385;
	height: 30px;
	text-align: center;
}
.jhy-2-1-1-2 .p2{
	width: 100%;
	height: 40px;
	text-align: center;
}
.jhy-2-1-1-2 .p3{
	color: #787878;
	font-size: 14px;
	width: 130px;
	margin: 0 auto;
}
.jhy-2-1-2{
	width: 430px;
	height: 350px;
	float: right;
}
.jhy-2-1-2-1{
	width: 100%;
	height: 110px;
}
.jhy-2-1-2-1 .p1{
	width: 370px;
	height: 60px;
	float: left;
}
.jhy-2-1-2-1 .p1 input{
	width: 100%;
	height: 100%;
	background: #512570;
	text-indent: 10px;
	border: 0px;
	color: #9069ac;
	font-size: 14px; 
}
.jhy-2-1-2-1 .p2{
	width: 60px;
	float: left;
	height: 60px;
}
.jhy-2-1-2-2{
	width: 100%;
	height: 240px;
}
.jhy-2-1-2-2 .p1{
	font-size: 20px;
	color: #562a75;
	margin-left: 30px;
}
.jhy-2-1-2-2 .p3{
	width: 170px;
	height: 50px;
	background: #633385;
	font-size: 20px;
	color: #fff;
	margin-top: 25px;
	margin-left: 30px;
}
.jhy-2-1-2-2 .p3 .p1{
	margin-left: 20px;
	margin-top: 12px;
	float: left;
}
.jhy-2-1-2-2 .p3 .p2{
	font-size: 18px;
	color: #fff;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}
.jhy-2-1-2-2 .p4{
	font-size: 15px;
	color: #a5a5a5;
	margin-left: 30px;
	margin-top: 25px;
	width: 300px;
}
.jhy-2-2{
	width: 100%;
	height: 500px;
}
.jhy-2-2-1{
	float: left;
	background: url(../images/jhy5.jpg) no-repeat center;
	width: 427px;
	height: 240px;
}
.jhy-2-2-1-3{
	width: 180px;
	height: 200px;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
}
.jhy-2-2-1-3 .p1{
	width: 50px;
	height: 55px;
}
.jhy-2-2-1-3 .p2{
	font-size: 26px;
	color: #fff;
}
.jhy-2-2-1-3 .p3{
	font-size: 14px;
	height: 30px;
	color: #fff;
}
.jhy-2-2-1-3 .p4{
	float: left;
	background: url(../images/jhy8.png) no-repeat center;
	width: 105px;
	height: 34px;
	color: #fff;
	text-indent: 10px;
	line-height: 32px;
}
.jhy-2-2-2{
	float: right;
	background: url(../images/jhy6.png) no-repeat center;
	width: 213px;
	height: 480px;
}
.jhy-2-2-3{
	float: left;
	background: url(../images/jhy7.jpg) no-repeat center;
	width: 427px;
	height: 240px;
}
.jhy-2-2-1-4{
	float: right;
}
.jhy-2-3{
	width: 590px;
	height: 100px;
	border: 3px solid #ccc;
	margin: 0 auto;
}
.jhy-2-3 .p1{
	width: 530px;
	margin-top: 15px;
	margin-left: 30px;
	font-size: 16px;
	color: #959494;
}
/*我的样书*/
.wdys-1{
	width: 100%;
	height: 100px;
}
.wdys-1 .input1{
	width: 100%;
	height: 100%;
	text-indent: 10px;
	font-size: 16px;
	color: #a3a2a2;
	border: 0px;
	line-height: 50px;
}
.wdys-1 .input2{
	width: 100%;
	border: 0px;
	height: 100%;
	background: #71399a;
}
.wdys-1 .p1{
	width: 290px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}
.wdys-1 .p2{
	width: 170px;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #ccc;
	float: left;
}
.wdys-1 .p3{
	width: 110px;
	height: 52px;
	float: right;
}
.wdys-2{
	width: 100%;
	/*height: 570px;*/
}
.wdys-2-1{
	width: 100%;
	height: 290px;
}
.wdys-2-1-1{
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.wdys-2-1-1 .p1{
	font-size: 20px;
	color: #999999;
	float: left;
}
.wdys-2-1-1 .p2{
	font-size: 20px;
	color: #242424;
	float: left;
	margin-left: 20px;
}
.wdys-2-1-1 .p3{
	float: right;
	margin-top: 6px;
}
.wdys-2-1-2{
	width: 100%;
	height: 145px;
}
.wdys-2-1-2 .p1{
	width: 100%;
	font-size: 24px;
	color: #434242 ;
	float: left;
	margin-top: 30px;
}
.wdys-2-1-2 .p1 a{
	
	font-size: 24px;
	color: #434242 ;
	height:35px;
	overflow:hidden;
}
.wdys-2-1-2 .p2{
	width: 100%;
	font-size: 20px;
	color: #5c307d ;
	float: left;
}
.wdys-2-1-2 .p3{
	font-size: 20px;
	color: #747474 ;
	width: 350px;
	float: left;
}
.wdys-2-1-2 .p4{
	font-size: 20px;
	color: #747474 ;
	width: 240px;
	float: left;
}
.wdys-2-1-2 .p4 span{
	color: #5c307d ;
	font-size:18px;
}
.wdys-2-1-3{
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.wdys-2-1-3 .p1{
	width: 180px;
	font-size: 20px;
	color: #999999 ;
	float: left;
}
.wdys-2-1-3 .p1 span{
	font-size: 20px;
	color: #242424 ;
}
.wdys-2-1-3 .p2{
	width: 300px;
	font-size: 20px;
	color: #999999 ;
	float: left;
}
.wdys-2-1-3 .p2 span{
	font-size: 20px;
	color: #242424 ;
	
}
.wdys-2-1-3 .p3{
	float: right;
	color: #6f3898;
}
.wdys-2-1-3 .p3 span{

    padding:5px 12px 5px 12px;
	color: #fff;
	font-size:16px;
	background: #71399a;
	cursor:pointer;
}
.wdys-2-2{
	width: 100%;
	height: 280px;
	display: none;
	background: #e9e9e9;
}
.wdys-2-2-1{
	width: 100%;
	height: 247px;
	float: left;
	margin-top: 12px;
	background: url(../images/wdystjbg.png) no-repeat center;
}
.wdys-2-2-1-1{
	width: 100%;
	height: 65px;
	float: left;
	text-indent: 10px;
	margin-top: 10px;
	line-height: 65px;
	font-size: 18px;
	color: #fff;
}
.wdys-2-2-1-2{
	width: 285px;
	height: 135px;
	float: left;
	background: #fff;
}
.wdys-2-2-1-2 .p1{
	margin-top: 20px;
	margin-left: 25px;
	width: 100%;
	font-size: 24px;
	color: #555555;
	float: left;
}
.wdys-2-2-1-2 .p2{
	margin-left: 25px;
	width: 100%;
	font-size: 20px;
	color: #5c307d;
	float: left;
}
.wdys-2-2-1-2 .p3{
	margin-left: 25px;
	width: 100%;
	font-size: 20px;
	color: #747474;
	float: left;
}
.wdys-2-2-1-2left{
	float: left;
	margin-left: 8px;
}
.wdys-2-2-1-2right{
	float: right;
	margin-right: 8px;
}
.wdys-3{
	width: 100%;
	height: 475px;
}
.wdys-3-1{
	font-size: 24px;
	height: 90px;
	width: 100%;
	color: #562a75;
	line-height: 90px;
}
/*可申请的样书查询*/
.sqyscx-1{
	width: 100%;
	height: 180px;
}
.sqyscx-1-1{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 22px;
}
.sqyscx-1-1 .p1{
	font-size: 20px;
	color: #fff;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: red;
	float: left;
	background: #5c307d;
    margin-left: 10px;
}
.sqyscx-1-1 .p2{
	font-size: 20px;
	color: #fff;
	width: 130px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fea813;
	float: left;
	margin-left: 10px;
}
.sqyscx-1-2{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 22px;
}
.sqyscx-1-2 .input1{
	width: 100%;
	height: 100%;
	text-indent: 10px;
	font-size: 16px;
	color: #a3a2a2;
	border: 0px;
	line-height: 50px;
}
.sqyscx-1-2 .input2{
	width: 100%;
	border: 0px;
	height: 100%;
	background: #71399a;
}
.sqyscx-1-2 .p1{
	width: 290px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}
.sqyscx-1-2 .p2{
	width: 170px;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #ccc;
	float: left;
}
.sqyscx-1-2 .p3{
	width: 110px;
	height: 52px;
	float: right;
}
.sqyscx-1-2 .p26
{    
    width: 260px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}
.sqyscx-1-2 .p26 select
{    
    width: 100%;
	height: 100%;
	font-size: 22px;
	color: #adacac;
	line-height: 30px;
	border: 0px;
}

.sqyscx-1-2 .p27
{    
    margin-left: 20px;
    width: 260px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}
.sqyscx-1-2 .p27 select
{    
    width: 100%;
	height: 100%;
	font-size: 22px;
	color: #adacac;
	line-height: 30px;
	border: 0px;
}
.sqyscxtop{
	margin-top: 30px;
}
.kjcx-1{
	width: 100%;
	height: 190px;
}
.kjcx-1-1{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 25px;
	text-align: center;
	line-height: 50px;
}
.kjcx-1-1 .p1{
	width: 190px;
	height: 50px;
	float: left;
	color: #fff;
	font-size: 20px;
	background: #5c307d;
}
.kjcx-1-1 .p2{
	font-size: 20px;
	width: 190px;
	height: 50px;
	color: #fff;
	background: #5c307d;
	margin-left: 12px;
	margin-right: 12px;
	float: left;
}
.kjcx-1-1 .p3{
	background: #fea813;
}
.kjcx-2{
	width: 100%;
	height: 210px;
}
.kjcx-2 .p1{
	width: 100%;
	font-size: 22px;
	color: #232323;
	float: left;
	margin-top: 25px;
}
.kjcx-2 .p1 span{
	float: right;
	color: #5c307d;
}
.kjcx-2 .p2{
	width: 100%;
	font-size: 22px;
	color: #8c8c8c;
	float: left;
}
.kjcx-2 .p3{
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #ccc; 
	font-size: 22px;
	content: #8c8c8c;
	float: left;
}
.kjcx-2 .p3 a{
	font-size: 22px;
	content: #8c8c8c;
	color:Purple;
	text-decoration:underline;
}
.kjcx-2 .p3 span{
	float: right;
}
.kjcx-2 .p4{
	width: 100%;
	line-height: 70px;
	float: left;
	font-size: 22px;
	color: #747474;
}
.kjcx-2 .p4 .span1{
	color: #2d2d2d;
}
.kjcx-2 .p4 .span2{
	float: right;
}
/*课件上传*/
.kjsc-1{
	width: 100%;
	height: 310px;
}
.kjsc-1-1{
	width: 100%;
	height: 25px;
	font-size: 16px;
	color: #512672;
	margin-top: 30px;
	float: left;
}
.kjsc-1-2{
	float: left;
	background: url(../images/kjscbzbg.jpg) no-repeat center;
	width: 100%;
	height: 82px;
}
.kjsclbbg{
	background: #f1f1f1;
}
.kjsc-2{
	width: 100%;
	height: 220px;
	background: #e9e9e9;
}
.kjsc-2-1{
	width: 596px;
	height: 80px;
	float: left;
	margin-left: 26px;
	margin-top: 100px;
}
.kjsc-2-1 .p1{
	width: 150px;
	line-height: 80px;
	font-size: 26px;
	float: left;
}
.kjsc-2-1 .p2{
	width: 430px;
	line-height: 80px;
	float: left;
}
.kjsc-2-1 .p2 input{
	width: 100%;
	height: 100%;
	/*background: #703899;*/
	font-size: 24px;
	/*text-align: center;*/
}
.xzkj-1{
	width: 100%;
	height: 250px;
}
.xzkj-2{
	width: 100%;
	height: 265px;
}
.xzkj-2-1{
	width: 100%;
	line-height: 60px;
	height: 60px;
	background: #ededed;
}
.xzkj-2-1 .p1{
	height: 60px;
	float: left;
}
.xzkj-2-1 .p1 img{
	width: 36px;
	height: 36px;
	margin-top: 12px;
	margin-left: 12px;
}
.xzkj-2-1 .p2{
	float: left;
	margin-left: 20px;
	font-size: 22px;
	color: #5b5a5a;
}
.xzkj-2-1 .p3{
	float: right;
	margin-right: 12px;	
}
.xzkj-2-1 .p3 img{
	margin-top: 17px;
}
.xzkj-2-2{
	width: 100%;
	height: 70px;	
}
.xzkj-2-2 .p1{
	font-size: 22px;
	color: #5b5a5a;
	float: left;
	width: 123px;
	line-height: 70px;
	text-align: left;
}
.xzkj-2-2 .p2{
	color: #5b5a5a;
	float: left;
	width: 470px;
	margin-top: 15px;
	text-align: left;
}
.xzkj-2-2 .p2 input{
	width: 100%;
	height: 100%;
	font-size: 20px;
	border: 0px;
}
.xzkj-2-3{
	width: 100%;
	height: 80px;
	margin-top: 50px;
	float: left;
}
.xzkj-2-3 input{
	width: 100%;
	height: 100%;
	font-size: 26px;
	background: #703899;
}
.kjcx-2 .sp1{
	color: #5c307d;
	margin-right: 20px;
}
.kjcx-2 .sp2{
	color: #fea813;
	margin-right: 20px;
}
.kjcx-2 .sp3{
	color: #8c8c8c;
	margin-right: 20px;
}
/*我的投稿*/
.wdtg-1{
	width: 100%;
	height: 170px;
}
.wdtg-1-1{
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #ccc;
}
.wdtg-1-1-1{
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 30px;
	background: #c7c6c6;
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	color: #fff;
}
.wdtg-2{
	width: 100%;
	height: 120px;
}
.wdtg-2 .p1{
	width: 100%;
	height: 80px;
	margin-top: 20px;
	background: #ededed;
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	color: #848282;
}
.wdtg-3{
	width: 100%;
	height: 150px;
	background: #e9e9e9;
}
.wdtg-3 .p1{
	float: left;
    height: 80px;
    margin-left: 24px;
    margin-top: 35px;
    width: 596px;
}
.wdtg-3 .p1 input{
	background: #703899 none repeat scroll 0 0;
    font-size: 26px;
    height: 100%;
    text-align: center;
    width: 100%;
}
/*积分换礼*/
.jfhl-1{
	width: 100%;
	height: 120px;	
}
.jfhl-1 .p1{
	width: 427px;
	height: 67px;
	background: url(../images/jfhlbtbg.png) no-repeat;
	float: right;
	margin-top: 20px;
}
.jfhl-2{
	width: 100%;
	min-height: 800px;
}
.jfhl-3{
	width: 100%;
	height: 430px;
}
.jfhl-3 .p1{
	float: left;
	width: 100%;
	font-size: 23px;
	color: #2f2f2f;
	font-weight: bold;
}
.jfhl-3 .p2{
	width: 100%;
	float: left;
	font-size: 23px;
	color: #5c2d7d;
}
.jfhl-3 .p3{
	width: 100%;
	float: left;
	font-size: 23px;
	color: #2f2f2f;
}
.jfhl-3 .p4{
	margin-top: 50px;
}
/*我的积分*/
.wdjf-1{
	width: 100%;
	text-align: center;
	line-height: 50px;
	height: 100px;
}
.wdjf-1 .p1{
	width: 250px;
	height: 50px;
	float: left;
	color: #fff;
	font-size: 18px;
	margin-top: 25px;
	background: #5c307d;
}
.wdjf-1 span
{
    font-size: 18px;
}
.wdjf-1 .p2{
	width: 250px;
	height: 50px;
	float: left;
	color: #fff;
	font-size: 18px;
	margin-top: 25px;
	margin-left: 10px;
	background: #fea813;
}
.wdjf-2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e9e9e9;
}
.wdjf-2 .p1{
	cursor: pointer;
	font-size: 22px;
	color: #727272;
	text-align: center;
}
.wdjf-2 .p1 span{
	float: right;
	margin-right: 10px;
}
/*.wdjf-2 .p2{
	width: 100%;
	background: #fff;
	height: 20px;
}*/
.wdjf-3{
	width: 100%;
	
}
.wdjf-3-1{
	float: left;
	width: 100%;
	height: 109px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.wdjf-3-2{
	margin-top: 30px;
}
.wdjf-3-3{
	width: 100%;
	height: 10px;
	float: left;
	margin-top: 20px;
}
.wdjf-3-1 .p1{
	margin-top: 25px;
	width: 100%;
	float: left;
	font-size: 22px;
	color: #3a3a3a;
}
.wdjf-3-1 .p2{
	float: left;
	width: 220px;
	font-size: 22px;
	color: #787878;
}
.wdjf-3-1 .p3{
	width: 100px;
	float: right;
	text-align: right;
	font-size: 22px;
	color: #5c307d;
}

/*我的书架*/
.wdsj-1{
	width: 100%;
	height: 100px;
}
.wdsj-1 .input1{
	width: 100%;
	height: 100%;
	text-indent: 10px;
	font-size: 16px;
	color: #a3a2a2;
	border: 0px;
	line-height: 50px;
}
.wdsj-1 .input2{
	width: 100%;
	border: 0px;
	height: 100%;
	background: #71399a;
}
.wdsj-1 select{
    width: 100%;
	height: 100%;
	font-size: 21px;
	color: #adacac;
	line-height: 30px;
	border: 0px;
	text-indent:12px;
}
.wdsj-1 .p1{
	width: 290px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 25px;
}
.wdsj-1 .p2{
	width: 170px;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 25px;
}
.wdsj-1 .p3{
	width: 110px;
	height: 52px;
	float: right;
	margin-top: 25px;
}
.wdsj-1 .p5{
	width: 460px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 25px;
}

.wdsj-3{
	width: 100%;
	height: 450px;
	overflow:hidden;
}
.wdsj-3-1{
	float: left;
	width: 170px;
}
.wdsj-3-1-1{
	width: 100%;
	height: 220px;
	background: red;
}
.wdsj-3-1-2{
	float: left;
	margin-top: 35px;
	width: 100%;
}
.wdsj-3-1-2 .p1{
	font-size: 22px;
	height: 65px;
	width:168px;
	color: #484848;
	overflow:hidden;
}
.wdsj-3-1-2 .p2{
	font-size: 20px;
	color: #979797;
    height: 25px;
	overflow:hidden;
}
.wdsj-3-1-2 .p3{
	font-size: 20px;
	height: 45px;
	color: #5b176a;
	overflow:hidden;
}
.wdsj-3-1-3{
	float: left;
}
.wdsj-3-1-3 .p1{
	float: left;
	font-size:20px;
}
.wdsj-3-1-3 .p2{
	float: left;
	margin-left: 30px;
}
.wdtgx-1{
	width: 100%;
	height: 320px;
}
.wdtgx-1-1{
	width: 100%;
	height: 248px;
	background: url(../images/xwdtg1.png) no-repeat center 0;
	margin-top: 35px;
	float: left;
}
.wdtgx-1-1-1{
	width: 400px;
	height: 60px;
	float: left;
	margin-left: 53px;
	margin-top: 50px;
}
.wdtgx-1-1-2{
	width: 400px;
	height: 60px;
	float: left;
	margin-left: 53px;
	margin-top: 50px;
}
.wdtgx-1-1 .p1{
	width: 48px;
	float: left;
	margin-left: 30px;
	margin-top: 48px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.wdtgx-1-1 .p2{
	width: 60px;
	height: 60px;
	float: left;
	font-size: 14px;
	/*background: red;*/
	color: #fff;
	text-align: center;
}
.wdtgx-1-1 .p3{
	width: 60px;
	height: 60px;
	float: left;
	font-size: 14px;
	margin-left: 91px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.wdtgx-1-1 .p4{
	width: 60px;
	height: 60px;
	float: left;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 90px;
	color: #fff;
	text-align: center;
}
.wdtgx-1-1 .p5{
	width: 60px;
	height: 60px;
	float: left;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.wdtgx-1-1 .p6{
	width: 60px;
	height: 60px;
	float: left;
	font-size: 14px;
	margin-left: 91px;
	margin-top: 5px;
	color: #fff;
	text-align: center;
}
.wdtgx-1-1 .p7{
	width: 60px;
	height: 60px;
	float: left;
	font-size: 14px;
	margin-left: 90px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.wdtgx-2{
	width: 100%;
	height: 250px;
}
.wdtgx-2-1{
	width: 100%;
	background: url(../images/xwdtg2.jpg) no-repeat center 0;
	height: 62px;
}
.wdtgx-2-1 .p1{
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	margin-left: 30px;
}
.wdtgx-2-2{
	width: 100%;
	height: 140px;
}
.wdtgx-2-2 .p1{
	float: left;
	margin-left: 190px;
	margin-top: 40px;
	width: 200px;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #562a75;
}
.wdtgx-2-3{
	width: 100%;
	height: 45px;
	line-height: 50px;
	color: #ccc;
}
.wdtgx-2-3 .p1{
	font-size: 16px;
	float: left;
}
.wdtgx-2-3 .p2{
	font-size: 16px;
	float: right;
}
.wdtgx-3{
	width: 100%;
	height: 550px;
}
.wdtgx-3-1{
	width: 100%;
	background: url(../images/xwdtg2.jpg) no-repeat center 0;
	height: 62px;
}
.wdtgx-3-1 .p1{
	float: left;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	margin-left: 30px;
}
.wdtgx-3-2{
	width: 100%;
	height: 480px;
}
.wdtgx-3-2-1{
	width: 560px;
	height: 130px;
	margin-left: 30px;
	float: left;
	margin-top: 40px;
}
.wdtgx-3-2-1-1{
	background: #744496;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 95px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 95px;
}
.wdtgx-3-2-1-1 input {
    cursor: pointer;
    height: 95px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.wdtgx-3-2-1-1 .p1 {
	color: #fff;
    font-size: 26px;
    margin-top: 10px;
}
.wdtgx-3-2-1-1 .p2 {
	color: #fff;
    font-size: 24px;
}
.wdtgx-3-2-1-2 {
    color: #555;
    float: left;
    height: 75px;
    margin-left: 35px;
    width: 430px;
}
.wdtgx-3-2-1-2 .p1 {
    font-size: 22px;
    font-weight: bold;
}
.wdtgx-3-2-1-2 .p2 {
    font-size: 22px;
}
.wdtgx-3-2-1-2 .p3 {
    font-size: 24px;
}
.wdtgx-3-2-2{
	width: 540px;
	height: 70px;
	margin-left: 30px;
	float: left;
}
.wdtgx-3-2-2 .p1 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 	95px;
}
.wdtgx-3-2-2 .p2 {
    float: left;
    height: 35px;
    margin-left: 35px;
    border: 1px solid #ccc;
    width: 380px;
}
.wdtgx-3-2-2 .p2 input {
    color: #5b5a5a;
    font-size: 16px;
    height: 100%;
    border: 0px;
    line-height: 30px;
    text-indent: 10px;
    width: 100%;
}
.wdtgx-3-2-3{
	width: 540px;
	height: 240px;
	margin-left: 30px;
	float: left;
}
.wdtgx-3-2-3 .p1 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 	95px;
}
.wdtgx-3-2-3 .p2 {
    float: left;
    height: 160px;
    margin-left: 35px;
     width: 380px;
}
.wdtgx-3-2-3 .p2 textarea {
    color: #5b5a5a;
    font-size: 12px;
    border: 0px;
    height: 100%;
    line-height: 20px;
    max-height: 160px;
    text-indent: 25px;
    width: 100%;
    border: 1px solid #ccc;
}
.wdtgx-3-2-3 .p3 {
	float: right;
	width: 410px;
	font-size: 14px;
	line-height: 30px;
    color: #aeaeae;
}
.wdtgx-3-2-3 .p3 span {
    color: #663588;
}
.wdtgx-4{
	width: 100%;
	height: 430px;
}
.wdtgx-4-1{
	width: 100%;
	background: url(../images/xwdtg2.jpg) no-repeat center 0;
	height: 62px;
}
.wdtgx-4-1 .p1{
	float: left;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	margin-left: 30px;
}
.wdtgx-4-2{
	 float: left;
	 height: 50px;
    margin-left: 30px;
    width: 540px;
}
.wdtgx-4-2 .p1 {
    color: #562a75;
    float: left;
    font-size: 14px;
}
.wdtgx-4-2 .p2 {
    color: #555;
    float: left;
    font-size: 14px;
    margin-left: 7px;
}
.wdtgx-4-2 input {
    background: #dedede none repeat scroll 0 0;
    float: left;
    margin-right: 2px;
    margin-top: 4px;
}
.wdtgx-4-3{
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
}
.wdtgx-4-3 input {
    background: #8f8f8f;
    border: 0 none;
    text-align: center;
    color: #fff;
    font-size: 26px;
    height: 60px;
    width: 200px;
}
.wdtgx-5{
	width: 100%;
}

.wdtgx-5-1 {
    margin: 0 auto;
    width: 596px;
}
.wdtgx-5-1{
    height: 210px;
    width: 100%;
}
.wdtgx-5-1 .p1 {
    color: #232323;
    float: left;
    font-size: 22px;
    margin-top: 25px;
    width: 100%;
}
.wdtgx-5-1 .p1 span {
    color: #5c307d;
    float: right;
    font-size: 18px;
}
.wdtgx-5-1 .p3 {
    border-bottom: 1px solid #ccc;
    float: left;
    font-size: 22px;
    margin-top: 25px;
    height: 44px;
    width: 100%;
}
.wdtgx-5-1 .p3 .span1{
    float: right;
    margin-right: 100px;
    font-size: 20px;
}
.wdtgx-5-1 .p3 .span3{
    float: right;
    color: #fea813 ;
    margin-right: 100px;
    font-size: 20px;
}
.wdtgx-5-1 .p3 .span4{
    float: right;
    color: #5c307d;
    margin-right: 100px;
    font-size: 20px;
}
.wdtgx-5-1 .p3 .span2{
    float: right;
    font-size: 20px;
}
.wdtgx-5-1 .p4 {
    color: #747474;
    float: left;
    font-size: 22px;
    line-height: 70px;
    width: 100%;
}
.wdtgx-5-1 .p4 .span1 {
    color: #2d2d2d;
    font-size: 20px;
}
.wdtgx-5-1 .p4 .span2 {
    float: right;
    font-size: 20px;
}

.hyzxtybt1{
	width: 100%;
	height: 70px;
	font-size: 30px;
	color: #562a75;
}
.hyzxtybt1 .p1{
	font-size: 30px;
	font-weight: bold;
	line-height: 70px;
	color: #8c8c8c;
	float: left;
}

.none
{
    display:none;
}


/*样书申领*/
.hyzeyszy{
	width: 100%;
	float: left;
	background: #fdfdfd;
}

.hygrzc-1{
	width: 100%;
	height: 60px;
}
.hygrzc-1top{
	margin-top: 35px;
}
.hygrzc-1 select{
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #adacac;
	text-indent: 3px;
	height: 45px;
	padding: 7px 8px;
	line-height: 42px;
}
.hygrzc-1 input{
	width: 100%;
	height: 45px;
	font-size: 18px;
	color: #adacac;
	text-indent: 10px;
	line-height: 35px;
	border: 1px solid #dedede; 
}


.hygrzcsh input
{
   	width: 100px;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-indent: 5px;
	margin-left:5px;
	background: #693590;
	border: 0px;
 }

.hygrzc-1 .p1{
	font-size: 19px;
	color: #555;
	width: 185px;
	line-height: 45px;
	text-align: right;
	margin-left: 10px;
	float: left;
}

.hygrzc-1 .p3{
	font-size: 16px;
	color: #76419c;
	float: left;
	width: 20px;
	margin-left:10px;
	text-align: center;
	margin-top: 2px;
	line-height: 35px;
}


.hygrzc-1 .p29{
	width: 339px;
	margin-left: 15px;
	text-align: right;
	float: left;
	font-size: 20px;
}

.hygrzc-1 .p24{
	width: 339px;
	margin-left: 15px;
	text-align: right;
	float: left;
	font-size: 20px;
}

.hygrzc-1 .p25
{
    padding-top:20px;
    width: 500px;
    
}
.hygrzc-1 .p25 input {
    background: #562a75;
    border: 0 none;
    color: #fff;
    text-indent: 0px;
    margin-left:110px;
	
}


 .jfsj-1
        {
            width: 596px;
            margin: 0 auto;
        }
        .jfsj-1-1
        {
            width: 100%;
            height: 180px;
            margin-top: 30px;
        }
        .jfsj-1-1 .p1
        {
            font-size: 24px;
            color: #203041;
        }
        .jfsj-1-1 .p2
        {
            margin-top: 10px;
            font-size: 16px;
        }
        .jfsj-1-1 .p3
        {
            margin-top: 10px;
            font-size: 16px;
        }
        .jfsj-1-1 .p4
        {
            margin-top: 20px;
            font-size: 16px;
            float: left;
            color: #461d65;
        }
        .jfsj-1-1 .p5
        {
            width: 80px;
            height: 35px;
            color: #fff;
            text-align: center;
            line-height: 35px;
            background: #461d65;
            float: right;
            margin-top: 10px;
            font-size: 16px;
        }
        .jfsj-2
        {
           
            width: 596px;
            margin: 0 auto;
            border-top: 1px solid #ccc;
            margin-top: 30px;
        }
        .jfsj-2-1
        {
            margin-top: 15px;
            width: 100%;
            height: 40px;
        }
         .jfsj-2-1 .p1
        {
            width: 480px;
            height: 35px;
            float: left;
            color:Black;
            font-size:20px;
        }
        .jfsj-2-1 .p2
        {
            width: 50px;
            height: 38px;
            text-align: center;
            float: left;
            margin-left: 50px;
            line-height: 38px;
            cursor: pointer;
        }

        .jfsj-2-2
        {
            width: 100%;
            height: 60px;
            font-size: 24px;
            margin-top: 20px;
        }
        .jfsj-2-2 .p1
        {
            width: 400px;
            height: 60px;
            color: #fff;
            margin-left: 100px;
            line-height: 60px;
            text-align: center;
            background: #461d65;
            font-size: 24px;
            
        }
        .jfsj-3
        {
            width: 596px;
            height: 91px;
            border-bottom: 1px solid #ccc;
            margin: 0 auto;
        }
        .jfsj-3-1
        {
            width: 100%;
            height: 50px;
        }
        .jfsj-3-1 .p1
        {
            width: 400px;
            height: 35px;
            float: left;
            border: 1px solid #ccc;
          
        }
        .jfsj-3-1 .p1 input
        {
            width: 100%;
            height: 100%;
            border: 0px;
            text-indent:10px;
        }
        .jfsj-3-1 .p2
        {
            width: 100px;
            height: 38px;
            text-align: center;
            float: left;
            margin-left: 50px;
            color: #fff;
            line-height: 38px;
            cursor: pointer;
            background: #461d65;
        }
        .jfsj-3-1 .p2 input
        {
            border: 0px;
            cursor: pointer;
            background: #461d65;
            color: #fff;
        }
        .jfsj-3-2
        {
            float: left;
            width: 100%;
            height: 40px;
        }
        .jfsj-3-2 .p1
        {
            font-size: 16px;
            float: left;
            line-height: 40px;
        }
        .jfsj-3-2 .p1 span
        {
            font-size: 16px;
            color: #562A75;
        }
        .jfsj-3-2 .p2
        {
            font-size: 16px;
            line-height: 40px;
            float: right;
            color: #562A75;
        }
        .bordertop
        {
            margin-top: 20px;
        }
        .jfsj-2-3
        {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            color: #ccc;
        }
