body {
	color: #777777;
	background: url(../images/bj.png) no-repeat;
	background-size: 100% 100%;
	font: 14px/28px 'Microsoft YaHei', arial, sans-serif;
	min-width: 1280px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
a {
	color: #fff;
}
input {
	outline: none;
}
a:hover {
	font-weight:bold;
}
input, textarea {
	outline: none;
}
.nr {
	border-radius: 10px;
	background: rgba(26,97,68,0.9);
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	width: 1100px;
	height: 396px;
	padding: 10px 60px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.1);
}
.nr h2 {
	line-height: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2rem;
}
.dl {
	width: 90%;
	margin: 10px auto;
	color: #fff;
}
.dl p {
	text-indent: 2rem;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 10px;
}
.dl .ico1 {
	background: url(../images/icon1.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .mm {
	background: url(../images/mm.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .ico2 {
	background: url(../images/icon2.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .ico3 {
	background: url(../images/icon3.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .ico4 {
	background: url(../images/icon4.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .ico5 {
	background: url(../images/icon5.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .ico6 {
	background: url(../images/icon6.png) no-repeat 0 14px #fff;
	background-size: 7%;
}
.dl .icon {text-indent: 0;line-height: 36px;border: none;}
.box input, .box select, .box textarea {
	text-indent: 60px;
	width: 100%;
	border-style: solid;
	padding: 6px 10px;
	border-width: 1px;
	border-color: rgba(0,0,0,.6);
	height: 36px;
	outline: none;
	-webkit-border-radius: 0;
	background-color: transparent;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding-left: 0;
	color: #676767;
	font-weight: 400;
	font-size: .9375rem;
	line-height: 36px;
}
.box textarea {height: 60px;text-indent: 0;}

.dl select {
	height: 55px;
	width: 104%;
}

.dl select option {
	width: 100%;
	padding: 5px;
}

.logo {
	float: left;
	line-height: 60px;
	margin-top: 36px;
}
.cxdh {
	float: right;
	line-height: 40px;
	margin-top: 50px;
	font-size: 1rem;
	text-align: left;
	color: #fff;
}
.cxdh img {
	vertical-align: middle;
	margin-left: 20px;
}
.holder {
	height: 150px;
	margin-bottom: 24px;
}
.holder1 {
	height: 70px;
}
.txt-box {
	width: 100%;
	border-style: solid;
	padding: 6px 10px;
	border-width: 1px;
	border-color: rgba(0,0,0,.6);
	height: 36px;
	outline: none;
	-webkit-border-radius: 0;
	background-color: transparent;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding-left: 0;
	color: #676767;
	font-weight: 400;
	font-size: .9375rem;
	line-height:36px;
}
.sign-in-box {
	margin: 0 auto;
	position: relative;
	max-width: 300px;
	width: calc(100% - 40px);
	padding: 44px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	min-width: 300px;
	min-height: 300px;
	overflow: hidden;
	/* display: table-cell; */
	/* vertical-align: middle; */
}
.sign-in-box h2 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1b1b1b;
	line-height: 1.75rem;
	margin-bottom: 20px;
}
.sign-in-box .dl {
	width: 100%;
	position: relative;
	height: 540px;
}

.sign-in-box .dl span{
	cursor: pointer;
    text-indent: 0;
    color: #676767;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.25rem;

}
.sign-in-box .dl1{
	height: 260px;
}
.sign-in-box .dl .button {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	color: #fff;
	border-color: #0067b8;
	background-color: #0067b8;
	display: block;
	width: 40%;
	min-height: 32px;
	border: none;
	min-width: 108px;
	display: inline-block;
	min-width: 100px;
	padding: 4px 12px 4px 12px;
	margin-top: 4px;
	margin-bottom: -10px;
	max-width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-overflow: ellipsis;
	touch-action: manipulation;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	border-radius: 0;
	text-indent: 0;
	font-weight: 400;
	font-size: .9375rem;
	line-height: 1.25rem;
}
.zhanghu {
	margin-bottom: 16px;
	color: #1b1b1b;
	text-align: left;
}
.zhanghu a {
	text-align: left;
	white-space: nowrap;
	color: #0067b8;
	line-height: 13px;
}
.students {
	margin: 0 auto;
	width: 1250px;
	height: 180px;
	position: fixed;
	bottom: 50px;
}
.bodyCon08 .students p.PP {
	width: 510px;
	height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 300px;
}
#four_flash {
	position: relative;
	width: 1250px;
	height: 180px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
}
#four_flash .flashBg {
	width: 1100px;
	height: 180px;
	margin: 10px auto 0;
	position: relative;
	overflow: hidden;
}
#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 400px;
	position: absolute;
	top: 15;
	left: 0;
}
#four_flash .flashBg ul.mobile li {
	/* border: 1px solid #2E324B; */
	float: left;
	width: 110px;
	height: 140px;
	margin-left: 26px;
	padding-top: 10px;
	color: #6C6E85;
	/* background: rgba(17,17,17,.7); */
	transition: all 1s ease 0s;
}
#four_flash .flashBg ul.mobile li:hover {
	border: 1px solid rgba(0,200,217,0.80);
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 10px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,.5);
}
#four_flash .flashBg ul.mobile li img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	border: 4px solid #fff;
	border-radius: 82px;
}
#four_flash .flashBg ul.mobile li dd {
	font-size: 1rem;
	width: 100%;
	line-height: 34px;
	text-align: center;
	color: #fff;
	/* border-bottom: 1px solid #6C6E85; */
}
#four_flash .flashBg ul.mobile li p {
	font-size: 16px;
	text-align: center;
	width: 260px;
	line-height: 24px;
	margin-top: 10px;
}
#four_flash .flashBg ul.mobile li a {
	display: block;
	background: url(../images/jiantou.png) no-repeat;
	width: 31px;
	height: 31px;
	border: 0px;
	margin: 8px auto;
}
#four_flash .but_left {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 999;
}
#four_flash .but_right {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 50%;
	right: 0px;
}
#four_flash .but_left:hover {
	background: url(../images/qianxleft1.png) no-repeat;
}
#four_flash .but_right:hover {
	background: url(../images/qianxr1.png) no-repeat;
}
.tab-menu li {
	position:relative;
	background-color: #fff;
	color:#bcbcbc;
	display: inline-block;
	padding: 10px 59px;
	opacity: 0.8;
	cursor:pointer;
	z-index:0;

	}
  .tab-menu li:hover {
	color:#464646;
		
  }
  .tab-menu li.active {
	color:#464646;
	
	opacity: 1;
  }
  .tab-menu li.active:hover {
	color:#464646;
		
  }
  .line {
	position:absolute;
	width: 0;
	height: 7px;
	background-color: #0067b8;
	top: 0;
	left: 0;
  }
  

  .aui-info {
    position: relative;
    color: #676767;
    font-weight: 400;
    font-size: 0.5rem;
    line-height: 1.25rem;
    text-align: center;
}
.aui-info .user-img{
    width: 3rem;
    margin: 0 auto;
    display: block;
}

 .fileInput{
            height: 55px !important;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            display: block;
            width: 3.5rem;
            clear: both;
            display: block;
            margin: auto;
            background-color: red;
        }
  .button{
    font-size: 14px;
    padding: 5px 14px;
    background-color: #fff;
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }