/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* start editing from here */
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;}
body{
	font-family:"微软雅黑";
	background-color:#000;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
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;}/* float right */
.float-lt{float:left;}/* 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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--login form start here--*/
 
.loginbg {
  background: url(../images/loginbg.jpg) no-repeat;
    background-size: cover;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-size: 100%; */
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
    position: absolute;
    width: 100%;
	height: 100%;
    min-height: 600px;
}

 
.backbg {
  background: url(../images/5.jpg) no-repeat;

    background-size: cover;
     -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-size: 100%; */
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
    position: absolute;
    width: 100%;
	height: 100%;
min-height: 600px;
	
}
.search {
  text-align: center;
  margin: 22em 0em 0em 0em;
  position: relative;
}
.s-bar {
  width: 870px;
  margin: 0 auto;
  padding: 0.5em 0em 0.5em 0em;
}
.s-bar input[type="text"] {
	float:left;
  font-size: 20px;
  font-weight:normal;
  color: #cccccc;
  padding: 5px 0 0 5px;
  height:38px;
  width: 570px;
 
  background: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
  -webkit-appearance: none;
}

.s-bar input[type="submit"]{
	float:left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 1em 0 0;
  width: 89px;
  height:43px;
  text-align: center;
  
  background-color:#29abe2;
  cursor:pointer;
  border: none;
  outline: none;
 
}
.s-bar input[type="submit"]:hover{
	opacity: 0.8;
      filter: alpha(opacity=100); 
      transition: all 0.3s ease; 
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.searchbtn{
	background-image:url('../images/homebtn_11.png');
  background-position:center center;
   background-repeat:no-repeat;
   background-size:41px 44px;
}
.search i {
  background: url(../images/search.png)no-repeat;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: 20%;
  left: 32.2%;
  cursor: pointer;
}
.search p {
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  margin: 1em 0em 0em 0em;
}
.search p a {
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
.search p a:hover {
	text-decoration:none;
}
.copyright {
	    float: left;
		height: 50px;
position: absolute;
bottom: 23px;

margin: 0 auto;
z-index: 0;
overflow: hidden;

    text-align: center;
    width: 100%;
	
}
.copyright p {
  font-size: 0.875em;
  font-weight: 400;
  color: #999999;
  
}
.copyright p img{
	vertical-align:middle;
	}
.copyright p a{
  font-size: 1em;
  font-weight: 400;
  color:#8EDB15;
}
.copyright p a:hover{
	color: #fff;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}


.s-bar li {
	float:left;
	width:162px;
	height:38px;
    list-style-type: none;
    position: relative;
}
.s-bar li a {
    font-size: 16px;
	text-align:left;
    color: #4d4d4d;
    display: block;
    line-height: 45px;
    padding: 0 29px;
    text-decoration: none;
   
}
	


#options a{
	border-left: 0 none;
	
}
#options>a {
	background-color:#fff;
	background-image:url(../images/homebtn_14.png);
	background-repeat:no-repeat;
	background-position: 100% center;
	background-repeat: no-repeat;
	height: 43px;
	
}
.subdiv{
	float:left;
	width: 739px;
    height: 65px;
}
.subnav {
	display:none ;
	float:left;
	transition: all 0.1s;
	background-image:url('../images/tou2.png');
	
	width: 739px;
    height: 50px;
}


.subnav li {
	margin: 13px 18px 0 30px;
	width:120px;
	
}
.subnav li a {
	color:#fff;
	width:120px;
	height:30px;
  font-size: 18px;
  line-height: 30px;
  margin:0;
  text-align:center;
  padding:0px 10px;
  
}

.subnav li a:hover {
	background-color:#29abe2;
}



.user_login{
	position:absolute;
	right:60px;
	top:48px;
}
#login_center{
	width:850px;
	 text-align: center;
    margin: 14em auto ;
	
    position: relative;
}

#login_left{
	float: left;
	width:430px;
	margin-right:100px;
	margin-left:-80px;
}
#login_left img{
	width:100%;
}
#login_right {
	    float: left;
	width:300px;
	margin-top:2px;
}
#login_right p{
	margin-bottom:20px;
	font-size:22px;
	color:#fff;
	width: 100%;
    text-align: left;
	}
#login_right .inputs{
	font-size:19px;
	margin-bottom:20px;
	background:none;
	border:0;
	border-bottom:1px solid #b3b3b3;
	opacity:0.6;
	color:#b3b3b3;
	width: 100%;
    text-align: left;
	}
#login_right .code{
	width:45%;
	float:left;
	margin-top: 18px;
}
#login_right img{
	width:50%;
	float:right;
	vertical-align:text-top;
}
.submitbtn{
	float:left;
	background:none;
	border:0;
	background-image:url(../images/submit.png);
	background-repeat:no-repeat;
	background-size:100% ;
	width:100%;
	margin-top:20px;
	height:36px;
}

.resulte{
	width:1000px; margin:0 auto; color:#fff; height:578px;
}
.resulte table tr{
	background-image:url('../images/tou.png');  width:991px; height:63px; float:left; line-height:63px; margin-top:8px;
	}
.resulte table td{
	float:left;
	width:16.5%;
  height:43px;
  overflow:hidden;

  line-height: 20px;
padding-top: 15px;
}
/*
.resulte table .pages{
	float:left;
	width:100%;
	margin:0 auto;
	height:50px;
}
*/
.resulte table span{
	cursor:pointer;
	padding:2px 10px;
	margin-right:10px;
}
.resulte table span:hover{
	background-color:#29abe2;
	
}
.resulte table  .on{
	background-color:#29abe2;
}
.resulte table .tips{
	text-align:center;
	
}
/*--meadia quiries end here--*/
.pages a{ color:#fff; padding:2px 10px; margin-right:10px;text-align:center;}
.pages .current{ background:#29abe2;padding:2px 10px; margin-right:10px;color: #FFF;}  
.pages a:hover{ background:#29abe2;} 