
* {
	margin: 0;
	padding: 0;
}
.ysjvip{
    background:url(//www.ketaizy.com/com/logo/zhuanshi.png) no-repeat;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size:14px;
    border-radius: 4px;
    outline:none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    border: none;
    /*border: 1px solid #999;*/
    
    background-size:cover;
}
.ysjvip:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}
/*伪元素*/
.ysjvip::before{
    content:'';
    position:absolute;
    background: #FFF;
    width:10%;
    height:200%;
    transform: rotate(-30deg);
    z-index:2;
    left:0;
    right:0;
    margin-top:-35px;
    opacity: 0.8;
    
    /*变形原点*/
    /*transform-origin: 0 0;*/
    /*应用动画元素animation*/
    animation: ysjvip-mymove 1.5s infinite linear;
}
/*伪元素*/

@keyframes ysjvip-mymove{
    from {left:-20px;}
    to {left:400px;}
}




.sjvip{
    background:url(//www.ketaizy.com/com/logo/vip.png) no-repeat;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size:14px;
    border-radius: 4px;
    outline:none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    border: 1px solid #999;
    
    background-size:cover;
}
.sjvip:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}
/*伪元素*/
.sjvip::before{
    content:'';
    position:absolute;
    background: #FFF;
    width:10%;
    height:200%;
    transform: rotate(-30deg);
    z-index:2;
    left:0;
    right:0;
    margin-top:-35px;
    opacity: 0.8;
    
    /*变形原点*/
    /*transform-origin: 0 0;*/
    /*应用动画元素animation*/
    animation: sjvip-mymove 1.5s infinite linear;
}
/*伪元素*/

@keyframes sjvip-mymove{
    from {left:-20px;}
    to {left:400px;}
}


.welcome{
	margin-top: 30px;
	height: 30px;
	width: 70%;
	font-size:14px;
    background: #E84C34;
    border-radius: 4px;
    border: none;
    outline:none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor:pointer;
	
	
}

.welcome:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}
/*伪元素*/
.welcome::before{
    content:'';
    position:absolute;
    background: #FFF;
    width:4%;
    height:200%;
    transform: rotate(-30deg);
    z-index:2;
    left:0;
    right:0;
    margin-top:35px;
    opacity: 0.8;
    
    /*变形原点*/
    /*transform-origin: 0 0;*/
    /*应用动画元素animation*/
    animation: welcome-mymove 2s infinite linear;
}
/*伪元素*/

@keyframes welcome-mymove{
    from {left:-20px;}
    to {left:400px;}
}


.file_cj {
    position: relative;
    display: inline-block;
    background: #E84C34;
    font-size: 14px;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    text-indent: 0;
    line-height: 25px;
    outline:none;
    z-index: 1;
    cursor:pointer;
    
}
.file_cj input {
    position: absolute;
    
    right: 0;
    top: 0;
    opacity: 0;
	width: 100%;
}
.file_cj:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}


/*伪元素*/
.file_cj::before{
    content:'';
    position:absolute;
    background: #FFF;
    width:4%;
    height:200%;
    transform: rotate(-30deg);
    z-index:2;
    left:0;
    right:0;
    margin-top:-15px;
    opacity: 0.8;
    
    /*变形原点*/
    /*transform-origin: 0 0;*/
    /*应用动画元素animation*/
    animation: file_cj-mymove 2s infinite linear;
}
/*伪元素*/

@keyframes file_cj-mymove{
    from {left:-20px;}
    to {left:200px;}
}

.button_cj{
    width: 100px;
    height: 35px;
    color: #FFF;
    font-size:14px;
    background: #E84C34;
    border-radius: 4px;
    border: none;
    outline:none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}
.button_cj:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}
/*伪元素*/
.button_cj::before{
    content:'';
    position:absolute;
    background: #FFF;
    width:4%;
    height:200%;
    transform: rotate(-30deg);
    z-index:2;
    left:0;
    right:0;
    margin-top:-35px;
    opacity: 0.8;
    
    /*变形原点*/
    /*transform-origin: 0 0;*/
    /*应用动画元素animation*/
    animation: button_cj-mymove 2s infinite linear;
}
/*伪元素*/

@keyframes button_cj-mymove{
    from {left:-20px;}
    to {left:400px;}
}

.dtbutton2{
    width: 100%;
    height: 45px;
    color: #FFF;
    font-size: 24px;
    background: #E84C34;
    border: none;
    outline:none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    
}
.dtbutton2:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}
.dtbutton1{
    width: 100%;
    height: 45px;
    color: #FFF;
    font-size: 24px;
    background: #E84C34;
    border: none;
    outline:none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}
.dtbutton1:hover {
    opacity: 0.6;
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #FFFFFF;
    text-decoration: none;
}
/*伪元素*/
.dtbutton1::before{
    content:'';
    position:absolute;
    background: #FFF;
    width:4%;
    height:200%;
    transform: rotate(-30deg);
    z-index:2;
    left:0;
    right:0;
    margin-top:-35px;
    opacity: 0.8;
    
    /*变形原点*/
    /*transform-origin: 0 0;*/
    /*应用动画元素animation*/
    animation: dtbutton1-mymove 2s infinite linear;
}
/*伪元素*/

@keyframes dtbutton1-mymove{
    from {left:-20px;}
    to {left:400px;}
}
.picture{
    height: 600px;
    width:45%;
    /*background-color:;*/
    margin-bottom: 5%;
    border-radius:6px;
}
.picture table tr td img{
    width: 160px;
    height:60px;
    
}
.picture table tr{
    height:100px;
    
}
.picture table tr td{
    height:100px;
    
}
.picture1{
    /*height: 600px;*/
    /*width:45%;*/
    background-color:red;
    margin-bottom: 5%;
    border-radius:6px;
}

.tsls{
    text-decoration: none;
	/*去掉下划线*/
	color: #424242;
}

.shida{
    
	margin-top: -3%;
	height:680px;
}


.carousel{
    width: 100%;
	
}
.carousel ul li{
	float: left; 
	list-style: none; 
	width: 12.5%; 
	margin-top: 5%;
}
.carousel ul li a{
	text-decoration: none;
}
.carousel ul li a img{
	display: inline-block; 
	width:60px; 
	height:60px;
}
.carousel ul li a dd{
	margin-top: 10px;
}
.carousel ul li a p{
	color: #424242; 
	font-size: 17px;
}
.item{
    text-align: center;
	margin:0 auto;
    border-radius:6px;
    width: 80%;
}
.item1{
    text-align: center;
	width: 92%;
	margin:0 auto;
	/*background-color:#FFF;*/
    margin-bottom: 5%;
    border-radius:6px;
    height: 100%;
    margin-top:-2%;
}


.gt_img{
    width: 100%;
    height: 100%;
}
/*top展示*/

#denglutop {
	position: relative;
	height: 3rem;
	background-color: #FFFFFF;
	/*background-image: url(flower.gif), url(paper.gif);*/
	z-index: 11500;
}

#denglutop1 {
	position: absolute;
	height: 3rem;
	/* text-align: center; */
	/*居中对齐*/
	color: #ffffff;
	top: 0.625rem;
	margin-left: 3%;
}

#denglutop2 {
	position: absolute;
	height: 3rem;
	/* text-align: center; */
	/*居中对齐*/
	margin-left: 43%;
}

#denglutop3 {
	position: absolute;
	height: 3rem;
	color: #ffffff;
	top: 0.625rem;
	margin-left: 81%;
}

.toptu {
	width: 12.5rem;
	margin-top: 12px;
}


/* top导航栏*/

.waikuang {
	width: 100%;
	z-index: 6500;
}

.navlogo {
	position: absolute;
	color: #ffffff;
	/* margin-top: 0.2625rem; */
	width: 33%;
	/* height: 4.375rem; */
	
	margin-left: 2%;
	/*background-color: #55FF00;*/
}

.navlogo a {
	position: absolute;
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	color: #e3e3e3;
	font-size: 1.25rem;
	top: 1.25rem;
}

.navlogo a:hover {
	color: #00bfbf;
}

.mid {
	vertical-align: middle;
	/*文字图片居中对齐*/
	width: 6.75rem;
	margin-top: -2%;
}

.menu {
	position: absolute;
	/*background-color: #55FF00;*/
	width: 100%;
	/*margin-left: 35%;*/
	top: 0.3125rem;
	padding-top: 0.3125rem;
	z-index: 1200;
	/* margin-bottom: 5%; */
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.menu ul li {
	margin: 0;
	padding: 0;
	/*去掉ul li默认的距离*/
	float: left;
	/*左浮动*/
	width: 14.2%;
	padding-top: 0.9375rem;
	text-align: center;
	/*居中对齐*/
}

.menu_dl {
	/*position: absolute;*/
	/*background-color: #55FF00;*/
	width: 100%;
	/*margin-left: 35%;*/
	/*top: 0.3125rem;*/
	/*padding-top: 0.3125rem;*/
	z-index: 1200;
	/* margin-bottom: 5%; */
}

.menu_dl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.menu_dl ul li {
	margin: 0;
	padding: 0;
	/*去掉ul li默认的距离*/
	/*float: left;*/
	/*左浮动*/
	width: 14.2%;
	/*padding-top: 0.9375rem;*/
	text-align: center;
	/*居中对齐*/
}
#fm_dl {
	position: relative;
	width: 90%;
	line-height: 25px;
	list-style-type: none;
	
	/*background:#666;*/
}


/*设置盒子的行高，去掉标记，设置背景颜色*/

#fm_dl a {
	display: block;
	width: 100%;
	text-align: center;
	bottom: 5px;
}


/*设置A标签为块元素不显示，宽度，居中*/

#fm_dl a:link {
	/*color:#666;*/
	text-decoration: none;
}


/* 设置未访问的链接样式*/

#fm_dl a:visited {
	/*color:#666;*/
	text-decoration: none;
}


/* 设置已访问的链接样式 */

#fm_dl a:hover {
	color: #FFF;
	text-decoration: none;
	
}


/* 当有鼠标悬停在链接上的颜色 */

#fm_dl li {
	float: right;
	width: 20%;
	height: 100%;
	/*background:#CCC;*/
	
}

#fm_dl li a:hover {
	color:#2F2F2F;
	
}

#fm_dl li ul {
	line-height: 150px;
	list-style-type: none;
	text-align: center;
	left: -999em;
	width: 30%;
	position: absolute;
	margin-left: -5%;
	background: black;
	border-radius: 4px;
	margin-top: 5.5%;
	opacity: 0.8;
}

#fm_dl li ul li {
	
	float: left;
	width: 100%;
	color: #ffffff;
	
}

#fm_dl li ul  a {
	display: block;
	width: 60%;
	text-align: center;
	padding-bottom: 5px;
	color: #ffffff;
	/*border-bottom: 1px solid #FFFFFF;*/
	
	
}

#fm_dl li ul a:link {
	z-index: 1200;
	/*color:#666;*/
	text-decoration: none;
	border-radius: 4px;
	width: 100%;
}

#fm_dl li ul a:visited {
	z-index: 1200;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	width: 100%;
}

#fm_dl li ul a:hover {
	z-index: 12000;
	color: #00BFBF;
	
	/* background: #f74c4c; */
	border-radius: 4px;
	width: 100%;
}

#fm_dl li:hover ul {
	z-index: 12000;
	left: auto;
}

#fm_dl li.sfhover ul {
	z-index: 12000;
	left: auto;
}

.img2 {
	vertical-align: middle;
	/*文字图片居中对齐*/
	float: left;
}



.menu ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	color: #F8F8F8;
	font-size: 1.2rem;
}

.menu ul li a:hover {
	color: #2F2F2F;
}

.menu1 {
	position: relative;
	/* height: 4.375rem; */
	width: 100%;
	right: 165px;
	/* bottom: 5px; */
	z-index: 1200;
	height: 100%;
	text-align: left;
	
}

.menu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.menu1 ul li {
	margin: 0;
	padding: 0;
	/*去掉ul li默认的距离*/
	float: left;
	/*左浮动*/
	width: 100%;
	/* padding-top: 0.9375rem; */
	/*overflow-y: scroll;*/
	/*横竖滚动条*/
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 4px;
}

.menu1 ul li::-webkit-scrollbar {
	/*隐藏滚动条*/
	display: none;
}

.menu1 ul li a {
	margin: 0;
	padding: 0;
	width: 100%;
	text-decoration: none;
	/*去掉下划线*/
	margin-left: 8px;
	font-size: 1rem;
}

#fm {
	position: relative;
	width: 90%;
	line-height: 25px;
	list-style-type: none;
	margin-left: 10%;
	/*background:#666;*/
}


/*设置盒子的行高，去掉标记，设置背景颜色*/

#fm a {
	display: block;
	width: 100%;
	text-align: center;
	bottom: 5px;
}


/*设置A标签为块元素不显示，宽度，居中*/

#fm a:link {
	/*color:#666;*/
	text-decoration: none;
}


/* 设置未访问的链接样式*/

#fm a:visited {
	/*color:#666;*/
	text-decoration: none;
}


/* 设置已访问的链接样式 */

#fm a:hover {
	color: #FFF;
	text-decoration: none;
	
}


/* 当有鼠标悬停在链接上的颜色 */

#fm li {
	margin: 0 auto;
	width: 11%;
	height: 100%;
	/*background:#CCC;*/
	
}

#fm li a:hover {
	color:#2F2F2F;
	
}

#fm li ul {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	left: -999em;
	width: 11%;
	position: absolute;
	/*margin-left: -1%;*/
	background: black;
	border-radius: 4px;
	margin-top: 0.45%;
	opacity: 0.8;
}

#fm li ul li {
	
	float: left;
	width: 100%;
	color: #ffffff;
	
}

#fm li ul  a {
	display: block;
	width: 60%;
	text-align: center;
	padding-bottom: 5px;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	
	
}

#fm li ul a:link {
	z-index: 1200;
	/*color:#666;*/
	text-decoration: none;
	border-radius: 4px;
	width: 100%;
}

#fm li ul a:visited {
	z-index: 1200;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	width: 100%;
}

#fm li ul a:hover {
	z-index: 12000;
	color: #00BFBF;
	
	/* background: #f74c4c; */
	border-radius: 4px;
	width: 100%;
}

#fm li:hover ul {
	z-index: 12000;
	left: auto;
}

#fm li.sfhover ul {
	z-index: 12000;
	left: auto;
}

#content {
	clear: left;
}

#fm1 {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 25px;
}


/*设置盒子的行高，去掉标记，设置背景颜色*/

#fm1 a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #00BFBF;
}


/*设置A标签为块元素不显示，宽度，居中*/

#fm1 li a:hover {
	color: #f74c4c;
}

#fm1 li ul {
	line-height: 28px;
	list-style-type: none;
	left: -999em;
	width: 160px;
	position: absolute;
}

#fm1 li ul li {
	color: #f8f8f8;
	float: left;
	width: 180px;
	background: #589b91;
}

#fm1 li ul a {
	display: block;
	width: 160px;
	margin-bottom: 10px;
	color:#f8f8f8;
}

#fm1 li ul a:link {
	color: #f8f8f8;
	text-decoration: none;
}

#fm1 li ul a:visited {
	color: #f8f8f8;
	text-decoration: none;
}

#fm1 li ul a:hover {
	text-decoration: none;
	font-weight: normal;
}

#fm1 li:hover ul {
	left: auto;
}

#fm1 li.sfhover ul {
	left: auto;
}

#content {
	clear: left;
}

.me {
	position: absolute;
	/*height: 4.375rem;*/
	width: 10%;
	margin-left: 95%;
	top: 15px;
	/*background-color: #55ff00; */
	z-index: 1300;
	font-size: 1rem;
}

.me ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
	/*width: 100%;*/
}

.me ul li {
	margin: 0;
	padding: 0;
	color: #00bfbf;
	/*去掉ul li默认的距离*/
	float: right; 
	/*左浮动*/
	width: 100%; 
	/*padding-top: 1rem;*/
	text-align: center;
	/*居中对齐*/
	
	
}

.me ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	/*background-color: #00BFBF;*/
	color: #cecece;
	font-size: 1.2rem;
	
}

.me ul li a:hover {
	color: #f74c4c;
}

.menu ul:focus {
	outline: none;
	background-color: #f74c4c;
	color: #ffffff;
}


/*导航首页idex.php*/

/*#header {
	position: relative;
	/*bottom: 10px;*
	width: 100%;
	/*min-height: 655px;*
	z-index: 1000;
	height: 100%;
	
}

#oImg{
	
	width: 100%; 
	height: auto;
}

.img {
	
	background: center no-repeat;
	background-size:100% 100%;
	height: auto;
}*/
	
.header{
	position: relative;
	width: 100%;
	height: 100%;
	/*margin: 50px auto;*/
	min-height: 100%;
	max-height: 1500px;
	min-width: 900px;
	max-width: 110%;
	width: auto;
	height: auto;
}
 
#oImg{
	width: 100%;
	position: absolute;
	z-index:-1;
	height: auto;
}
 
#oImg img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0%;
	width:100%;
	
	/*margin:auto;*/
	z-index: -1;
	/**zoom:1;*/
	background: center no-repeat;
	background-size:100%;
	height: auto;
	max-height: 1500px;
	min-height: 120%; 
	width: 100%; 
	height: auto;
}
 
#oImg:before {
	/*content: "";
	display: inline-block;*/
	padding-bottom: 42%;
	
	/*width: 0.1px;*/	/*必须要有数值，否则无法把高度撑起来*/
	vertical-align: middle;
}



/*导航志愿查询*/

#zhiyuanchaxun {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 1100px;
	margin-left: auto;
    margin-right: auto;
	/* background-color: #00bfbf; */
}


/* 普通文理、艺术类、新高考按钮栏*/

.chaxunye {
	/* position: absolute; */
	margin: 0 auto;
	width: 90%;
	height: 100px;
	/* background-color: #ececec; */
	margin: 0 auto;
	font-size: 50PX;
}

.button1 {
	position: absolute;
	height: 70px;
	width: 800px;
	/*background-color: #00bfbf; */
}

.button1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.button1 ul li {
	/*去掉ul li默认的距离*/
	float: left;
	/*左浮动*/
	width: 25%;
	padding-top: 5px;
	text-align: center;
	/*居中对齐*/
}

.button1 ul li a {
	text-decoration: none;
	/*去掉下划线*/
	color: #f74c4c;
	font-size: 1.3rem;
}

.button1 ul li a:hover {
	color: #00bfbf;
}

.button4 {
	position: absolute;
	height: 70px;
	width: 800px;
	/*background-color: #00bfbf; */
}

.button4 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.button4 ul li {
	/*去掉ul li默认的距离*/
	float: left;
	/*左浮动*/
	width: 25%;
	padding-top: 5px;
	text-align: center;
	/*居中对齐*/
}

.button4 ul li a {
	text-decoration: none;
	/*去掉下划线*/
	color: #00bfbf;
	font-size: 1.3rem;
}

.hr1 {
	position: relative;
	top: 80px;
	background-color: #f74c4c;
	height: 0.3125rem;
	/* 设置边框颜色 */
}


/* 普通文理查询 */

#dc2 {
	/* 普通文理总布局 */
	position: absolute;
	/* font-size: 20PX; */
	width: 90%;
	height: 1200px;
	/* background-color: #00aa7f; */
	/* top: 100px */
	margin-left: 5%;
}


/* 按钮:输分查询/专业库/院校库 */

.form2 {
	/* 按钮布局 */
	height: 30px;
	width: 30%;
	/* background-color: #2B8181; */
}

.button2 {
	/*border:none;*/
	height: 1.6;
	width: 5rem;
	font-size: 1rem;
	background: #ffffff;
	color: #000000;
	/*border: 0.1rem solid #f74c4c;*/
	text-decoration: none;
}

.button2:focus {
	outline: none;
	background-color: #f74c4c;
	color: #ffffff;
}

.diqu {
	/* 地区选项 */
	position: relative;
	height: 95px;
	/* background-color: #aaaaff; */
	padding-top: 10px;
	width: 100%;
}

.duoxuan {
	font-size: 16px;
	float: left;
}

#d1 {
	/* 输分查询总布局 */
	position: absolute;
	width: 100%;
	height: 1000px;
	/* background-color: #00d6d6; */
}

.bnn {
	/* 选项布局 */
	height: 50px;
	width: 100%;
	/* background-color: #55ff00; */
	float: left;
}

.bnn1 {
	height: 30px;
	width: 155px;
	font-size: 1rem;
	float: left;
	/* background-color: #55ffff; */
}

.bnn2 {
	font-size: 1rem;
	height: 30px;
	width: 195px;
	float: left;
	/* background-color: #55557f; */
}

.bnn3 {
	font-size: 1rem;
	height: 30px;
	width: 193px;
	float: left;
	/* background-color: #ffffff; */
}

.bnn4 {
	font-size: 16px;
	height: 30px;
	width: 180px;
	/* background-color: #55ffff; */
	float: left;
}

.bnn5 {
	font-size: 16px;
	height: 30px;
	width: 100px;
	/* display: inline; */
	/* background-color: #ffaa00; */
	float: left;
}

.bnn6 {
	font-size: 16px;
	height: 30px;
	width: 220px;
	/* background-color: #55aa00; */
	float: left;
}

.kuang1n {
	height: 1.36rem;
	width: 4.5rem;
	font-size: 0.6rem;
	border: 0.05rem solid #f74c4c;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.6rem;
	/* 输入框内文字与框边的距离 */
}

.kuang2n {
	height: 1.6rem;
	width: 5.5rem;
	font-size: 0.6rem;
	border: 0.05rem solid #f74c4c;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.35rem;
	/* 输入框内文字与框边的距离 */
}

.kuang3n {
	height: 1.6rem;
	width: 7rem;
	font-size: 0.6rem;
	border: 0.05rem solid #f74c4c;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.35rem;
	/* 输入框内文字与框边的距离 */
}

#d2 {
	/* 院校库 */
	position: absolute;
	width: 100%;
	height: 1000px;
	/* background-color: #aa557f; */
}

#d3 {
	/* 专业库 */
	position: absolute;
	width: 100%;
	height: 1000px;
	/* background-color: #ffaa00; */
}


/* 艺术类 */

#dc1 {
	/* 艺术类总布局 */
	position: absolute;
	/* font-size: 20PX; */
	width: 90%;
	left: 5%;
	/*background-color: #0055FF;*/
	
	
}


/* 音乐/美术/编导/其他艺术按钮 */

.form2-2 {
	/* 按钮布局 */
	height: 30px;
	width: 100%;
	/*background-color: #2B8181;*/
}

.yishuyuanxiaosousuo {
	position: relative;
	/*bottom: 100px;*/
	/*background-color: #ececec;*/
	vertical-align: middle;
	height: 100px;
	width: 100%;
}

.sousuokuang {
	position: absolute;
	top: 30px;
	font-size: 16px;
	height: 50px;
	width: 55%;
	margin-left: 22.5%;
	/*background-color: #00bfbf;*/
	/*float: left;*/
	/*padding-top: 10%;*/
}

.Submit2 {
	/*background-color: transparent;*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	vertical-align: middle;
	-webkit-appearance: none;border-radius: 0;
}

.input-sousuokuang {
	height: 40px;
	width: 550px;
	-webkit-appearance: none;border-radius: 0;
	vertical-align: middle;
	font-size: 1.1rem;
	border: 0.2rem solid #e1251b;
	/* 设置边框颜色 */
	/*background-color: transparent;*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.3125rem;
	/* 输入框内文字与框边的距离 */
}

.wenxin {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 80%;
	
	/*margin-left: 14%;*/
	/*background-color: #00bfbf;*/
	
}

.bnn1-1 {
	height: 30px;
	width: 250px;
	font-size: 1rem;
	float: left;
	/*background-color: #55ffff;*/
}

.bnn1-1-1 {
	/*文理*/
	height: 30px;
	width: 180px;
	font-size: 1rem;
	float: left;
	/*background-color: #55ffff;*/
}

.bnn2-2 {
	font-size: 1rem;
	height: 30px;
	width: 145px;
	float: left;
	/* background-color: #55557f; */
}

.bnn2-2-2 {
	/*文理*/
	font-size: 1rem;
	height: 50px;
	width: 100%;
	float: left;
	/* background-color: #55557f; */
}

.bnn3-3 {
	font-size: 1rem;
	height: 30px;
	width: 192px;
	float: left;
	/* background-color: #ffffff; */
}

.bnn4-4 {
	font-size: 16px;
	height: 30px;
	width: 195px;
	/*background-color: #55ffff; */
	float: left;
}

.bnn5-5 {
	font-size: 16px;
	height: 30px;
	width: 100px;
	/* display: inline; */
	 /*background-color: #ffaa00;*/
	float: left;
}

.bnn6-6 {
	font-size: 16px;
	height: 40px;
	width: 80px;
	/* display: inline; */
	/*background-color: #ffaa00;*/
	float: right;
}
.bnn7-7 {
	position: relative;
	height: 55px;
	width: 100%;
	/* display: inline; */
	/*background-color: #00BFBF;*/
	top: 30px;
		
}

.bnn8-8 {
	height: 40px;
	width: 15%;
	/* display: inline; */
	/*background-color: #0055FF;*/
	float:right;	
}

.tijiao4 {
	margin-top: 2px;
	height: 1.6rem;
	width: 5rem;
	font-size: 0.875rem;
	color: #ffffff;
	/* background-color: transparent; */
	/* 设置边框颜色 */
	/* background-color: transparent; */
	/* 去掉边框 */
	/*background-color: #00BFBF;*/
	border-radius: 6px;
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.25rem;
	/* 输入框内文字与框边的距离 */
}

.tijiao5 {
	height: 24px;
	width: 5rem;
	float:left;
	font-size: 0.875rem;
	color: #F8F8F8;
	/* background-color: transparent; */
	/* 设置边框颜色 */
	/* background-color: transparent; */
	/* 去掉边框 */
	background-color: #00BFBF;
	border-radius: 6px;
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.25rem;
	/* 输入框内文字与框边的距离 */
}

.tijiao6 {
	height: 1.7rem;
	width: 5rem;
	font-size: 0.875rem;
	color: #ffffff;
	/* background-color: transparent; */
	/* 设置边框颜色 */
	/* background-color: transparent; */
	/* 去掉边框 */
	background-color: #f74c4c;
	border-radius: 6px;
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.25rem;
	/* 输入框内文字与框边的距离 */
}

.tijiao7 {
	height: 1.7rem;
	width: 5rem;
	float:right;
	font-size: 0.875rem;
	/*float:right;*/	
	color: #ffffff;
	/* background-color: transparent; */
	/* 设置边框颜色 */
	/* background-color: transparent; */
	/* 去掉边框 */
	background-color: #00BFBF;
	border-radius: 6px;
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.7rem;
	/* 输入框内文字与框边的距离 */
}

.kuang1 {
	height: 1.3rem;
	width: 3.9rem;
	font-size: 0.6rem;
	border: 0.05rem solid #505050;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.6rem;
	/* 输入框内文字与框边的距离 */
}

.kuang1-1 {
	/*文理*/
	height: 1.1rem;
	width: 5.5rem;
	font-size: 0.6rem;
	border: 0.05rem solid #505050;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.6rem;
	/* 输入框内文字与框边的距离 */
}

.kuang2 {
	height: 1.6rem;
	width: 4rem;
	font-size: 0.6rem;
	border: 0.05rem solid #505050;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.35rem;
	/* 输入框内文字与框边的距离 */
}

.kuang2-2 {
	/*文理*/
	height: 1.6rem;
	width: 5rem;
	font-size: 0.6rem;
	border: 0.05rem solid #505050;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.35rem;
	/* 输入框内文字与框边的距离 */
}

.kuang3 {
	height: 1.6rem;
	width: 7rem;
	font-size: 0.6rem;
	border: 0.05rem solid #505050;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.35rem;
	/* 输入框内文字与框边的距离 */
}

.kuang4 {
	height: 1.6rem;
	width: 5rem;
	font-size: 0.7rem;
	border: 0.05rem solid #505050;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.1rem;
	/* 输入框内文字与框边的距离 */
}

.kuang5 {
	height: 1.8rem;
	width: 7rem;
	font-size: 1rem;
	border: 0rem ;
	/* 设置边框颜色 */
	background: #e6e6e6;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0rem;
	/* 输入框内文字与框边的距离 */
}

.kuang6 {
	height: 1.8rem;
	width: 6.2rem;
	font-size: 1rem;
	border: 0rem ;
	/* 设置边框颜色 */
	background: #e6e6e6;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0rem;
	/* 输入框内文字与框边的距离 */
	margin-top: 3px;
}

.tijiao {
	height: 1.7rem;
	width: 5rem;
	font-size: 0.875rem;
	color: #ffffff;
	/* background-color: transparent; */
	/* 设置边框颜色 */
	/* background-color: transparent; */
	/* 去掉边框 */
	background-color: #f74c4c;
	border-radius: 6px;
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.25rem;
	/* 输入框内文字与框边的距离 */
}

.tijiao1 {
	height: 1.7rem;
	width: 3.125rem;
	font-size: 0.875rem;
	color: #ffffff;
	/* background-color: transparent; */
	/* 设置边框颜色 */
	/* background-color: transparent; */
	/* 去掉边框 */
	background-color: #f74c4c;
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.25rem;
	/* 输入框内文字与框边的距离 */
}

#tijiaoxiaxian {
	/* position: absolute; */
	height: 0.3125rem;
	background-color: #4b4b4b;
}

#biaoge1 {
	position: relative;
	width: 100%;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

#biaoge1::-webkit-scrollbar {
	display: none;
}

#biaoge2 {
	margin: 0;
	top: auto;
	position: absolute;
	height: 610px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #e6e6e6;
	text-align: left;
	overflow: auto;
}

#biaoge3 {
	position: relative;
	width: 100%;
 
	text-align: left; 
}

 
#biaoge2::-webkit-scrollbar {
	display: none;
}

.shuju {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 70px;
	width: 30%;
	text-decoration: none;
	/*去掉下划线*/
	color: #f74c4c;
	/* background-color: #00bfbf; */
}


/* 新高考 */

#dc {
	/* 新高考总布局 */
	position: absolute;
	/* font-size: 20PX; */
	width: 90%;
	height: 1200px;
	background-color: #ff55ff;
	/* top: 100px */
	margin-left: 5%;
}


/* 选课1、选课2、选课3、选课4按钮 */

.buttonxuanke1 {
	font-size: 16PX;
	color: #ffffff;
	background-color: #2b8181;
}

.buttonxuanke2 {
	font-size: 16PX;
	color: #ffffff;
	background-color: #2b8181;
	margin-left: 3.125rem;
}

.buttonxuanke3 {
	font-size: 16PX;
	color: #ffffff;
	background-color: #2b8181;
	margin-left: 3.125rem;
}

.buttonxuanke4 {
	font-size: 16PX;
	color: #ffffff;
	background-color: #2b8181;
	margin-left: 3.125rem;
}

#dv {
	/* 选课4域 */
	position: absolute;
	width: 100%;
	height: 1000px;
	background-color: #aaaaff;
}

#dv1 {
	/* 选课2域*/
	position: absolute;
	width: 100%;
	height: 1000px;
	background-color: #55ffff;
}

#dv2 {
	/* 选课3域 */
	position: absolute;
	width: 100%;
	height: 1000px;
	background-color: #0055ff;
}

#dv3 {
	/* 选课1域 */
	position: absolute;
	width: 100%;
	height: 1000px;
	background-color: #005500;
}


/*专业*/


/*报考工具*/

#divContent{/*网报模拟*/
	position: relative;
	width: 100%;
	height: 600px;
	background-color: hsl();
	top: 80%;
	
	
}


/*升学规划*/


/*志愿填报*/

/*艺考方案*/

/* 专业搜索框 */
.b3 {
	position: absolute;
	/*background-color: #55FF00;*/
	width: 100%;
	/*margin-right: 30%;*/
	left:31.7%;
	top: 0.5rem;
	
	padding-top: 0.32rem;
	z-index: 1200;
}

.b3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.b3 ul li {
	margin: 0;
	padding: 0;
	/*去掉ul li默认的距离*/
	float: left;
	/*左浮动*/
	width: 200px;
	/*padding-top: 0.9375rem;*/
	text-align: center;
	/*居中对齐*/
}



.mid3 {
	position: absolute;
	vertical-align: middle;
	/*文字图片居中对齐*/
	
	right:84.6%;
	top: -4px;
}


.b3 ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	color: #000000;
	font-size: 1rem;
}

/* .b1 ul li a:hover {
	color: #00BFBF;
} */



#cc1 {
	height: 30px;
	width: 30px;
	float: right;
	border: none;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	border-radius: 6px;
	background-color: #F8F8F8;
	
	/* margin: 2px 6px 0 0; */
}
#dd1{
	height: 30px;
	width: 30px;
	float: right;
	border: none;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	border-radius: 6px;
	background-color: #F8F8F8;
	
	/* margin: 2px 6px 0 0; */
}
#ee1{
	height: 30px;
	width: 30px;
	float: right;
	border: none;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	border-radius: 6px;
	background-color: #F8F8F8;
	
	/* margin: 2px 6px 0 0; */
}


#zyss {
	position: absolute;
	top: 20px;
	color: #f74c4c;
	font-size: 20px;
	margin-left: 20px;
}


.sousuokc{
	position: relative;
	height: 100px;
	width: 90%;
	background-color: #e6e6e6;
	top: 80px;
	left: 5%;
	/* padding-left: 5%; */
	/* left: 0; */
	right: 0;
	bottom: 0; 
	
}
.sousuokuangc {
	position: absolute;
	top: 30px;
	/* font-size: 10px; */
	height: 30px;
	width: 80%;
	margin-left: 10%;
	background-color: #00bfbf;
	/*float: left;*/
	/*padding-top: 10%;*/
}

.Submit2c {
	/*background-color: transparent;*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	vertical-align: middle;
	-webkit-appearance: none;border-radius: 0;
}

.input-sousuokuangc {
	height: 30px;
	width: 240px;
	-webkit-appearance: none;border-radius: 0;
	vertical-align: middle;
	font-size: 0.8rem;
	border: 0.2rem solid #e1251b;
	/* 设置边框颜色 */
	/*background-color: transparent;*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.3125rem;
	/* 输入框内文字与框边的距离 */
}




/* 专业搜索框结束 */

/*院校搜索框*/
.b1 {
	position: absolute;
	/*background-color: #55FF00;*/
	width: 100%;
	/*margin-right: 30%;*/
	left:0px;
	top: 0.5rem;
	padding-top: 0.32rem;
	z-index: 1100;
}

.b1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.b1 ul li {
	margin: 0;
	padding: 0;
	/*去掉ul li默认的距离*/
	float: left;
	/*左浮动*/
	width: 200px;
	/*padding-top: 0.9375rem;*/
	text-align: center;
	/*居中对齐*/
}



.mid1 {
	position: absolute;
	vertical-align: middle;
	/*文字图片居中对齐*/
	height: 20px;
	right:84.5%;
	top: -4px;
}


.b1 ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	color: #000000;
	font-size: 13px;
}

/* .b1 ul li a:hover {
	color: #00BFBF;
} */




#bb1 {
	height: 30px;
	width: 30px;
	float: right;
	border: none;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	border-radius: 6px;
	background-color: #F8F8F8;
	
	/* margin: 2px 6px 0 0; */
}


#yxss {
	position: absolute;
	top: 20px;
	color: #f74c4c;
	font-size: 20px;
	margin-left: 2%;
}

.sousuok{
	position: relative;
	height: 100px;
	width: 90%;
	background-color: #e6e6e6;
	top: 80px;
	left: 5%;
	/* padding-left: 5%; */
	/* left: 0; */
	right: 0;
	bottom: 0; 
	
}
.sousuokuangb {
	position: absolute;
	top: 30px;
	/* font-size: 10px; */
	height: 30px;
	width: 80%;
	margin-left: 10%;
	background-color: #00bfbf;
	/*float: left;*/
	/*padding-top: 10%;*/
}

.Submit2b {
	/*background-color: transparent;*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	vertical-align: middle;
	-webkit-appearance: none;border-radius: 0;
}

.input-sousuokuangb {
	height: 30px;
	width: 240px;
	-webkit-appearance: none;border-radius: 0;
	vertical-align: middle;
	font-size: 0.8rem;
	border: 0.2rem solid #e1251b;
	/* 设置边框颜色 */
	/*background-color: transparent;*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.3125rem;
	/* 输入框内文字与框边的距离 */
}




/*院校搜索框结束*/

/*地区选择框*/

.b2 {
	position: absolute;
	/*background-color: #55FF00;*/
	width: 100%;
	/*margin-right: 30%;*/
	right:30%;
	top: 0.5rem;
	
	padding-top: 0.32rem;
	z-index: 1200;
}

.b2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*去掉无序列表的点*/
}

.b2 ul li {
	margin: 0;
	padding: 0;
	/*去掉ul li默认的距离*/
	/* float: left; */
	/*左浮动*/
	width: 200px;
	/*padding-top: 0.9375rem;*/
	text-align: center;
	/*居中对齐*/
}

.mid2 {
	position: absolute;
	vertical-align: middle;
	/*文字图片居中对齐*/
	right: 46%;
	top: -4px;
	
}

/*.img2 {
	vertical-align: middle;
	/*文字图片居中对齐*
	float: left;
}*/



.b2 ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	color: #000000;
	font-size: 13px;
}

/* .b2 ul li a:hover {
	color: #00BFBF;
} */


#aa1 {
	height: 30px;
	width: 30px;
	float: right;
	border: none;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	border-radius: 6px;
	background-color: #F8F8F8;
	
	/* margin: 2px 6px 0 0; */
}


#yonghu1 {
	position: absolute;
	top: 20px;
	color: #f74c4c;
	font-size: 20px;
	margin-left: 20px;
}

.hr4 {
	position: absolute;
	outline: none;
	/* 去掉边框默认颜色 */
	border: 0.02rem solid #f74c4c;
	/* 设置边框颜色 */
	margin-top: 3.5rem;
	background-color: #f74c4c;
	height: 0.12rem;
	/* 设置边框颜色 */
	width: 95%;
	margin-left: 2%;
}


/* 输入框 */


#biaogea {
	position: relative;
	width: 100%;
	background: #e6e6e6;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

#biaogea::-webkit-scrollbar {
	display: none;
}


#biaogeb {
	margin: 0;
	top: auto;
	position: absolute;
	height: 680px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #e6e6e6;
	text-align: left;
	overflow: auto;
}

#biaogeb::-webkit-scrollbar {
	display: none;
}




.diqu3{
	position: relative;
	height: 180px;
	width: 75%;
	background-color: #e6e6e6;
	top: 70px;
	margin-left: 10%;
	padding-left: 5%;
	left: 0;
	right: 0;
	bottom: 0;
	
}


/*地区选择框结束*/

.gerenxinxi1{
	
	position: relative;
	width: 100%;
	height: 600px;
	/*background-color: #005500;*/
}

.tishi3{
	height: 15px;
	width: 60%;
	padding-top: 5%;
	
	color: red;
}

.kaoshengxinxi1{
	/*background-color: #00BFBF;*/
	margin-top: 6%;
	margin-left: 20%;
	width: 60%;
	height: 80%;
	
}

.xinxi1{
	/*background-color: #E6E6E6;*/
	width: 70%;
	border-color: #FFFFFF;
	margin-left: 15%;
}

.xinxi1 tr{
	text-align: center;
	width: 80%;
	height: 50px;
	
}

.xinxi1 tr th{
	border-color: #FFFFFF;
	width: 20%;
	border-left: none;
}

.xinxi1 tr td{
	border-color: #FFFFFF;
	width: 80%;
	
}

.kuang9{
	
	height: 100%;
	width: 100%;
	font-size: 0.9rem;
	border: 0 solid #FFFFFF;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 1rem;
	/* 输入框内文字与框边的距离 */
}

.fanganxinxi{/*艺考方案账号信息*/
	position: relative;
	width: 100%;
	height: 600px;
	/*background-color: #005500;*/
}
.kaoshengxinxi{
	
	margin-top: 6%;
	margin-left: 5%;
	width: 90%;
	height: 100%;
}

.xinxi3{
	/*background-color: #E6E6E6;*/
	width: 100%;
	border-color: #FFFFFF;
	margin-left: 5%;
}

/*基本信息*/
.gerenxinxi4{
	
	position: relative;
	width: 100%;
	height: 600px;
	/*background-color: #005500;*/
}

.tishi4{
	height: 15px;
	width: 70%;
	margin:0 auto;/*居中*/
	
	margin-left: 14%;
	color: red;
}

.kaoshengxinxi4{
	margin:0 auto;/*居中*/
	/*background-color: #00BFBF;*/
	margin-top: 2%;
	/*margin-left: 20%;*/
	width: 80%;
	height: 58.5%;
	
}

.xinxi4{
	/*background-color: #E6E6E6;*/
	margin:0 auto;
	width: 90%;
	border-color: dimgray;
	/*margin-left: 1%;*/
}

.xinxi4 tr{
	text-align: center;
	
	width: 80%;
	height: 50px;
	/*border-color: #FFFFFF;*/
}


.xinxi4 tr th{
	
	/*border: 0.5 solid #FFFFFF;*/
	/*border-color: #FFFFFF;*/
	width: 20%;
	/*border-left: none;*/
}

.xinxi4 tr td{
	
	/*border: 0.5 solid #FFFFFF;*/
	/*border-color: #FFFFFF;*/
	width: 30%;
	
}

.kuang10{
	
	height: 100%;
	width: 100%;
	font-size: 0.9rem;
	border: 0 solid #FFFFFF;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	
	text-indent: 1rem;
	/* 输入框内文字与框边的距离 */
}

/*老师端*/


/*学生端*/

.gerenxinxi{
	
	position: relative;
	width: 100%;
	height: 600px;
	/*background-color: #005500;*/
}

.tishi{
	height: 15px;
	width: 60%;
	padding-top: 5%;
	margin-left: 25%;
	color: red;
}

.tishi2{/*修改密码*/
	height: 15px;
	width: 60%;
	padding-top: 5%;
	margin-left: 30%;
	color: red;
}

.kaoshengxinxi{
	/*background-color: #00BFBF;*/
	margin-top: 6%;
	margin-left: 20%;
	width: 60%;
	height: 80%;
	
}

.xinxi{
	background-color: #E6E6E6;
	width: 70%;
	border-color: #FFFFFF;
	margin-left: 15%;
}

.xinxi tr{
	text-align: center;
	width: 80%;
	height: 50px;
	
}

.xinxi tr th{
	border-color: #FFFFFF;
	width: 20%;
	border-left: none;
}

.xinxi tr td{
	border-color: #FFFFFF;
	width: 80%;
	
}

.kuang8{
	
	height: 100%;
	width: 100%;
	font-size: 0.9rem;
	border: 0 solid #FFFFFF;
	/* 设置边框颜色 */
	background-color: transparent;
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 1rem;
	/* 输入框内文字与框边的距离 */
}

/*登录*/


/* 登录布局 */




#dengluqu {
	position: absolute; 
	/* height: 100%; */
	height: 350px;
	width: 100%;
	float: left;
	/* background-color: #ff557f; */
	border-radius: 6px;
	bottom: 25%;
	/*color: #F8F8F8;*/
	/*background-color: rgba(0,0,0,0.5);*/
	/* left: -70%; */
}

#denglukou {
	/* position: absolute; */
	/* background-color: #ff0000; */
	height: 20%;
	width: 50%;
	margin: 0 auto;
	/* left: 5%; */
	margin-right: 25%;
	/* margin-top: 1rem; */
}


/*login*/

#loginbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/* bottom: 100%; */
	z-index: 1500;
	max-height: 100%;
	
	width: 100%;
	/*background: #000000;*/
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	
}

#login {
	position: absolute;
	/* bottom: 15%; */
	left: 65%;
	height: 350px;
	width: 400px;
	z-index: 1600;
	top: 25%;
	/* background: #aaaa00; */
	/* margin-left: 32.5%; */
	/* margin-bottom: auto; */
	/* left: 70%; */
}

#close_login {
	
	height: 30px;
	width: 30px;
	float: right;
	border: none;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	border-radius: 6px;
	/*background-color: #e8e8e8;*/
	/* margin: 2px 6px 0 0; */
}



#yonghu {
	/*position: absolute;*/
	width: 100px;
	height: 30px;
	/*background-color: #2B8181;*/
	margin-top: 50px;
	/* padding-left: 130px; */
	color: #696969;
	font-size: 20px;
	/* margin-left: 20px; */
}

#yonghu2 {
	/*position: absolute;
	top: 25px;*/
	color: #696969;
	font-size: 16px;
	margin-right: 220px;
	/*margin-left: 20px;*/
}

#yonghu3 {
	margin-top: 20px;
	/*position: absolute;
	top: 25px;*/
	margin-right: 220px;
	color: #696969;
	font-size: 16px;
	/*margin-left: 20px;*/
}

/*.hr {
	position: absolute;
	outline: none;
	/* 去掉边框默认颜色 *
	border: 0.01rem solid #696969;
	/* 设置边框颜色 *
	margin-top: 3.5rem;
	/*background-color: rgba(0,0,0,0.3);*
	height: 0.12rem;
	/* 设置边框颜色 *
	width: 90%;
	margin-left: 20px;
}*/


/* 输入框 */



.zhanghao1 {
	margin-top: 10px;
	height: 25px;
	width: 70%;
	font-size: 0.6rem;
	border-left: none;
	border-right: none;
	border-top: none;
	/* 设置边框颜色 */
	/*background-color: rgba(0,0,0,0.3);*/
	/* 去掉边框 */
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.3125rem;
	/* 输入框内文字与框边的距离 */
}
.zhanghao2 {
	margin-top: 10px;
	height: 25px;
	width: 70%;
	font-size: 0.6rem;
	border-left: none;
	border-right: none;
	border-top: none;
	
	outline: none;
	/* 去掉边框默认颜色 */
	text-indent: 0.3125rem;
	/* 输入框内文字与框边的距离 */
}

.zhanghaopicture {
	vertical-align: middle;
	/*文字图片居中对齐*/
	margin-right: 0.3125rem;
	height: 2.5rem;
	/*background-color: #00BFBF;*/
}

.welcome {
	margin-top: 30px;
	height: 30px;
	width: 70%;
	/* font-size: 15px; */
	background-color: #46435e;
	color: #ffffff;
	/*margin-left: 60%;*/
	/* border:0.5rem solid #f74c4c; */
	/* 设置边框颜色 */
	outline: none;
	border-radius: 6px;
	
}

#denglukuang form a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*去掉下划线*/
	color: #00BFBF;
}

#denglukuang form a:hover {
	color: #2F2F2F;
}


/* 注册框 */


/* #zhucekuang {
	position: absolute;
	height: 33rem;
	/* background-color: #c6c6c6; *
	width: 70%;
	text-align: center;
	/*居中对齐*
	margin-left: 30%;
	color: #f74c4c;
	font-size: 1.25rem;
	top: 12.4rem;
	/* display: none; *
}

#zhucekuang1 {
	position: absolute;
} */


/*底部导航栏*/



.footerER {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #424242;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10000;
	font-size: 15px;
	max-height: 60px;
}

.footerER1 {
	position: absolute;
	height: 20px;
	max-height: 20px;
	width: 100%;
	/* background-color: #ffff00; */
	text-align: center;
	/*居中对齐*/
	padding-top: 30px;
	/*font-size: 15px;*/
}

.footerER1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-height: 10px;
	/*去掉无序列表的点*/
}

.footerER1 ul li {
	float: left;
	/*左浮动*/
	width: 25%;
	/*margin-top: 1rem;*/
	color: #eeeeee;
	max-height: 10px;
}

.guohui {
	vertical-align: middle;
	/*文字图片居中对齐*/
	margin-right: 0.3125rem;
}

.footerER1 ul li a {
	text-decoration: none;
	/*去掉下划线*/
	color: #eeeeee;
	font-size: 12px;
	max-height: 10px;
}

.footerER1 ul li a:hover {
	color: #00BFBF;
	max-height: 10px;
}

.dizhi {
	position: absolute;
	color: #eeeeee;
	top: 10px;
	width: 100%;
	height: 25px;
	font-size: 12px;
	max-height: 10px;
	/* margin-top: 25px; */
	/* background-color: #00BFBF; */
}