/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;
	display: inline;}/* float right */
.float-lt{float:left;
	display: inline;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
	background-image:url("imagesbg1.jpg");
	background-repeat:no-repeat;
	background-position:top center;
    max-height: 100vh;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
}
.wrap{
	margin: 0 auto;
	width: 80%;
}
body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}


.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
/*font*/
	
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#900;
	text-decoration: none;
}
a:active {
	color: #000;
}

.f000 a {
	color: #000;
	text-decoration: none;
}
.f000 a:visited {
	text-decoration: none;
}
.f000 a:hover {
	color: #c30000;
	text-decoration: underline;
}
.f000 a:active {
	color: #780000;
}

.f999 a {
	color: #999999;
	text-decoration: none;
}
.f999 a:visited {
	text-decoration: none;
}
.f999 a:hover {
	color: #333333;
	text-decoration: underline;
}
.f999 a:active {
	color: #999999;
}
.f666 a {
	color: #666666;
	text-decoration: none;
}
.f666 a:visited {
	text-decoration: none;
}
.f666 a:hover {
	color: #666666;
	text-decoration: underline;
}
.f666 a:active {
	color: #666666;
}
.f333 a {
	color: #333333;
	text-decoration: none;
}
.f333 a:visited {
	text-decoration: none;
}
.f333 a:hover {
	color: #000;
	text-decoration: underline;
}
.f333 a:active {
	color: #333333;
}
.fff a {
	color: #fff;
	text-decoration: none;
}
.fff a:visited {
	text-decoration: none;
}
.fff a:hover {
	color: #fff;
	text-decoration: underline;
	background:none;
}
.fff a:active {
	color: #fff;
}

.fff1 a {
	color: #ff1000;
	text-decoration: none;
}
.fff1 a:visited {
	text-decoration: none;
}
.fff1 a:hover {
	color: #830606;
	text-decoration: underline;
}
.fff1 a:active {
	color: #ff1000;
}
.f14px{
	font-size:14px;
	}
.f12px{
	font-size:12px;
	}
	

.f005 a {
	color: #0053b1;
	text-decoration: none;
}
.f005 a:visited {
	text-decoration: none;
}
.f005 a:hover {
	color: #000;
	text-decoration: underline;
}
.f005 a:active {
	color: #0053b1;
}
.f00f a {
	color: #000;
	text-decoration: none;
}
.f00f a:visited {
	text-decoration: none;
}
.f00f a:hover {
	color: #fff;
	_color:#F00;
}
.f00f a:active {
	color: #000;
}

.f00f1 a {
	color: #000;
	text-decoration: none;
}
.f00f1 a:visited {
	text-decoration: none;
}
.f00f1 a:hover {
	color: #fff;
	_color:#Fff;
	text-decoration: underline;
}
.f00f1 a:active {
	color: #000;
}

.f004 a {
	color: #004986;
	text-decoration: none;
}
.f004 a:visited {
	text-decoration: none;
}
.f004 a:hover {
	color: #000;
	text-decoration: underline;
	background:none;
}
.f004 a:active {
	color: #004986;
}


.f08c a {
	color: #0088cc;	
	text-decoration: underline;
}
.f08c a:visited {
	text-decoration: none;
}
.f08c a:hover {
	color: #003b59;
}
.f08c a:active {
	color: #0088cc;
}

/*font end*/

h1 {
	  text-align: center;
	  padding-top: 4em;
	  font-weight: 400;
	  color: #2B2B36;
	  font-size: 2em;
}
.login-form {	    
	left: 60%;
    margin-top: 370px;
    position: relative;
    text-align: center;
    width: 365px;
	}
.head img {
	width: 100%;
}
.avtar{
	font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 90%;
	}
.avtar .left{
	float:left;
	width:50%;
	font-weight: bold;
	text-align:left;
	color:#d2000e;
	display: inline;
	}
.avtar .right{
	float:right;
	width:50%;
	font-size:12px;
	text-align:right;
	display: inline;
	}
.head-info {
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color: #fff;
  background: #23232e;
  height: 50px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
}
.inputtext {
	  width: 80%;
	  padding-left: 10%;
	  color: #9199aa;
	  font-size: 14px;
	  outline: none;
	  background: url(imagesadm.png) no-repeat 10px 14px;
	  font-weight: 100;
	  border: 1px solid #eee;
	  height:40px;
	  line-height:40px;
	  margin:10px auto;
	  background-color:#fff;
}
.inputtext2{
	  width: 80%;
	  padding-left:10%;
	  color: #9199aa;
	  font-size: 14px;
	  outline: none;
	  background: url(imageskey.png) no-repeat 10px 14px;
	  font-weight: 100;
	  border: 1px solid #eee;
	  height:40px;
	  line-height:40px;
	  margin:10px auto;
	  background-color:#fff;
 }
.avtab{
	width:60%;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	height:50px;
	line-height:50px;
	}
	.avtab .left{
		float:left;
		width:50%;
	display: inline;
		}
	.avtab .right{
		float:right;
		width:50%;
		color:#999;
		font-size:12px;
	display: inline;
		}
input[type="submit"]{
  background: #0c6aa4 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 20px;
    outline: medium none;
    padding: 10px 0;
    width: 80%;
	border-radius:5px;
}
input[type="submit"]:hover {
	background: #003556;  
  	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}
label.lbl-1 {
  background: #6756ea;
  width: 20px;
  height: 20px;
  float: right;
	display: inline-block;
  border-radius: 50%;
  margin: 16px 10px 0px 0px;
}
label.lbl-2 {
  background: #ea569a;
  width: 20px;
  height: 20px;
  float: right;
	display: inline-block;
  border-radius: 50%;
   margin: 16px 10px 0px 0px;
}
label.lbl-3 {
  background: #f1c85f;
  width: 20px;
  height: 20px;
	display: inline-block;
  float: right;
  border-radius: 50%;
  margin: 16px 10px 0px 0px;
}
/*--copyrights--*/
.copy-rights{
	margin-top: 175px;
    text-align: center;
}
.copy-rights p{
	color:#666;
	font-size: 14px;
}
.copy-rights p a{
	color:#ff2a75;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}
.copy-rights p a:hover{
	color:#3faa53;
	text-decoration:none;
		transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}

.messlist {
	height: 40px;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-top: 10px;
    width: 330px;
	}
.messlist label{float:left;width:100px; height:30px; display:inline; font-size:14px; line-height:30px; text-align: center;padding-right:10px; color:#fff;}
.messlist input{
	border: 1px solid #ccc;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    width: 300px;
	display: inline;
	}
.messlist.textareas{ height:auto;}
.messlist textarea{float:left;width:400px; height:110px;padding:5px;border:#ccc 1px solid;
	display: inline;}
.messlist.yzms input{width:220px;}
.messlist.yzms .yzmimg{ float:left;margin-left:10px;
	display: inline;}