﻿@charset "utf-8";
html{
	height:100%;
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#ffffff;
	font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei",SimHei,Tahoma,sans-serif;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 100%;
}
a{
	text-decoration: none;
}
p{
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
.clear{
	clear:both;
}
.c{
	width:1200px;
	margin:0px auto;
}

/*----------------------------------------- 首页 -----------------------------------------*/

.top{
	height:50px;/*手机版80*/
	background-color:#FFFFFF;
	width:100%;
	box-shadow:0 0 10px #333;
	position:fixed;
	top:0px;
	z-index:9999;
}
.toplogo{
	display:block;
	float:left;
	padding:0px 25px;
	border-right:1px solid #CCC;
}
.logo{
	height:50px;
}
.topbox{
	float:right;
	margin-right:20px;
	margin-top:20px;
	display:none;
	position:relative;
}
.topAN{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:30px;
	text-align:center;
}
.topDHL{
	background-color:#eaedf1;
	box-shadow:0 0 10px #333;
	position:absolute;
	top:40px;
	right:0px;
	width:200px;
	display:none;
}
.topDHLa{
	font-size:16px;
	line-height:40px;
	height:40px;
	display:block;
	color:#222;
	text-align:center;
}
.main{
	box-shadow:0 0 10px #333;
	width:400px;
	position:absolute;
	top:50%;
	margin-top:-170px;
	left:50%;
	margin-left:-200px;
	z-index:100;
	background-color:#FFF;
}
.signup{
	padding:10px 25px 25px 25px;
	display:none;
}
.signupBT{
	font-size:24px;
	font-weight:700;
	color:#999;
	line-height:2em;
}
.signupLine{
}
.signupFont{
	line-height:24px;
	font-size:12px;
	color:#606266;
}
.signupFont span{
	color:#f56c6c;
	padding-right:3px;
}
.signupInput{
}
.admissionInput{
	width:100%;
	height:32px;
	line-height:32px;
	font-size:12px;
	padding:0px 15px;
	vertical-align:top;
	border:1px solid #dcdfe6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.admissionInput2{
	width:100%;
	height:32px;
	line-height:32px;
	font-size:12px;
	padding:0px 15px;
	vertical-align:top;
	border:1px solid #dcdfe6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.admissionFSYZM{
	width:15%;
	height:32px;
	line-height:32px;
	font-size:12px;
	border:1px solid #dcdfe6;
	margin-left:1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.admissionDLYZM{
	width:15%;
	height:32px;
	line-height:32px;
	font-size:12px;
	border:1px solid #dcdfe6;
	margin-left:1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.signupRemind{
	height:14px;
	margin-bottom:8px;
}
.signupRemind span{
	line-height:24px;
	font-size:12px;
	color:#f56c6c;
	display:none;
}
.admissionSubmit{
	background-color:#c01734;
	width:100%;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	margin-top:14px;
	border:0px;
}
.admissionButton{
	background-color:#4285f4;
	width:100%;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	margin-top:14px;
	border:0px;
}
.login{
	padding:10px 25px 25px 25px;
	display:block;
}
.yzmlogin{
	padding:10px 25px 25px 25px;
	display:none;
}
.bottom{
	display:none;
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#f5f6fa;
	border:1px solid #e1e6eb;
	height:100px;
	line-height:20px;
	text-align:center;
	color:#rgba(0, 0, 0, 0.87);
	padding:20px 0px;
	z-index:9999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom div{
	font-size:16px;
	font-weight:700;
	font-family:Times New Roman;
}
.bottom span{
	font-size:12px;
	font-weight:400;
	display:block;
}
.WJPassword{
	float:right;
	cursor:pointer
}


/*----------------------------------------- 登录后界面 -----------------------------------------*/
.box{
	width:100%;
	padding-top:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.left{
	background-color:#eaedf1;
	box-shadow:0 0 10px #333;
	position: fixed;
	left:0px;
	z-index:100;
	width:150px;
	height:100%;
}
.left a{
	display:block;
	width:150px;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:16px;
	color:#000;
}
.left a:hover{
	background-color:#d2d8df;
}
.right{
	float:left;
	width:50%;
	margin-left:150px;
}
.content{
}
.biao{
	padding:10px 20px;
	background-color:#FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.biaoBT{
	border-bottom:1px solid #e1e6eb;
	width:100%;
	height:50px;
	padding:17px 0px;
	margin-bottom:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.biaoBT span{
	display:block;
	font-size:16px;
	color:#222;
	padding-left:10px;
	border-left:4px solid #c01734;
	height:16px;
	line-height:16px;
}
.biaoWZ{
	color:#222;
	font-size:12px;
	margin:10px 0px 5px;
}
.admissionSubmit2{
	background-color:#c01734;
	width:100%;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	margin-bottom:14px;
	border:0px;
}
.timeInput{
	width:100%;
	padding:0px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.danxuan{
	box-sizing: border-box;
}
.DannXuanFile{
	margin-top:10px;
}
.XinZengFile{
	margin-top:10px;
	display:none;
}
.FileImg{
	width:50%;
	margin-top:20px;
}
.TZZF{
	display:block;
	background-color:#c01734;
	width:100%;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	margin:14px 0px;
	border:0px;
}


/*----------------------------------------- card -----------------------------------------*/

.cardright{
	background-color:#01305a;
	float:left;
	width:100%;
	margin:0px auto;
}
.cardbiao{
	background-color:#ffffff;
	background-image:url(/images/admissionbg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:50% 50%;
	background-size: cover;
	background-size: contain;
	width:100%;
	color:#3d3d3d;
	padding:0px 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cardFontBTE{
	font-size:22px;
	text-align:center;
	line-height:30px;
}
.cardFontBTC{
	font-size:18px;
	text-align:center;
	padding-bottom:20px;
	margin-top:10px;
	margin-bottom:20px;
	border-bottom:2px solid #3d3d3d;
}
.cardFont1{
	font-size:22px;
	text-align:center;
	line-height:30px;
	margin-top:10px;
}
.cardFont2{
	font-size:18px;
	text-align:center;
	line-height:30px;
}
.cardFont3{
	font-size:12px;
	text-align:justify;
	line-height:15px;
	margin-top:10px;
}
.cardIMG{
	width:28%;
	float:left;
	margin-top: 10px;
	height:190px;
	overflow:hidden;
	position:relative;
}
.cardIMG img{    
	position: absolute; 
	left: 50%; 
	top: 50%;
    transform: translate(-50%, -50%);
}
.cardBox{
	width:70%;
	padding-bottom:20px;
	float:right;
}
.cardBorder{
	height:2px;
	background-color:#3d3d3d;
}
.cardList{
	width:100%;
	height:30px;
	line-height:30px;
	border:1px solid #3d3d3d;
	margin-top:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cardListLeft{
	float:left;
	height:28px;
	width:40%;
	padding:0px 5px;
	background-color:#111320;
	color:#FFF;
	font-size:12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cardListLeft div{
	float:left;
	width:55%;
	height:28px;
}
.cardListLeft span{
	float:left;
	display:block;
	width:45%;
	text-align:right;
	font-size:12px;
	height:28px;
}
.cardListright{
	float:left;
	width:60%;
	padding-left:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cardhtml{width:735px;}
.UserIndexTable{width:500px; text-align:center; border:1px solid #002753;border-collapse: collapse;}
#printPageButton {
	cursor:pointer;
	position:absolute;
	height:30px;
	line-height:30px;
	top:10px;
	left:10px;
	background-color:#01305a;
	color:#FFF;
	border:0px;
}
#printPageText{
	cursor:pointer;
	position:fixed;
	height:30px;
	line-height:30px;
	bottom:10px;
	left:10px;
	background-color:#01305a;
	color:#FFF;
	border:0px;
	padding:0px 10px;
	display: none;
}
@media print {
  #printPageButton {
    display: none;
  }
}


/*----------------------------------------- 自适应 -----------------------------------------*/


@media screen and ( max-width: 1000px ) {
	.cardhtml{width:100%;}
	.top{height:80px;}
	.logo{height:80px;}
	.box{padding-top:80px;}
	.main{width:400px;box-shadow:0 0 0 #333;}
	.signupBT{text-align:center;}
	.bottom{display:block;}
	.left{display:none;}
	.right{float:left;width:100%;margin-left:0px;padding-bottom:110px;}
	.cardright{float:left;width:100%;margin-left:0px;}
	.topbox{display:block;}
}





























