.carousel_div1{
    background: url(../img/login-bg1.jpg) fixed center center;
}
.carousel_div2{
    background: url(../img/login-bg2.jpg) fixed center center;
}
.carousel_div3{
    background: url(../img/login-bg3.jpg) fixed center center;
}


html{
background-color: #fff;
}
body {
    overflow: hidden;
}
.layer_notice {
    background: #5fb878 none repeat scroll 0 0;
    float: left;
    height: 75px;
    overflow: hidden;
    padding: 10px;
    width: 330px;
}
.layer_notice ul li {
    color: #fff;
}
.video-player {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}

.video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.3);
}

.login {
    height: 260px;
    width: 260px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
    z-index: 99;
}

.login h1 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.form_code {
    position: relative;
}

.form_code .code {
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.login_btn {
    width: 100%;
}




.upload-awrp {
	overflow: hidden;
	margin: 120px 0;
}
.code {
	font-family: Arial;
	font-style: italic;
	font-size: 30px;
	border: 0;
	padding: 2px 3px;
	letter-spacing: 3px;
	font-weight: bolder;
	float: left;
	cursor: pointer;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

.login-top{
	width:100%;
	background: #fff;
    height:100px;
}

.container{
  width:1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  position: relative;
  min-height: 1px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
  float: left;
}

.col-sm-12{
  width: 100%;
  background-color:white;/*新添加的样式，为了处理单个页面打开，边框的问题，div下面底色都是白色  */
  margin-bottom: 10px;/* 新添加的样式，为了结局单个页面底部没有边框的问题 */
}

.f-l{float:left;}
.f-r{float:right;}



.login-main{
	min-width:1200px;
	height:475px;
    background: url(../img/background/login_bg.jpg?t=2);
  	background-repeat: no-repeat;
  	background-position: top center;
  	background-attachment:scroll;
  	-webkit-background-size: 100% 475px;
    background-size: 100% 475px;
  	scrolling:auto;
}

.login-div{
	width: 340px;
    height: 375px;
    margin-top:40px;
    margin-right:50px;
    padding-top:10px;
    padding-left:25px;
    padding-right:25px;
    font-size:16px;
    background:#FFF;
}

.login-table{
    width:100%;
    user-select:none;
}

.login-table tr{
	padding:0px;
	vertical-align:middle;
}
.login-table td{
    padding:8px 0;
    font-size:15px;
}
.login-table input[type="text"]{
  	line-height:1;
  	display: inline-block;
  	padding: 10px 12px;
  	font-size: 16px;
  	color: #555555;
  	background-color: #ffffff;
  	background-image: none;
  	border: 1px solid #cccccc;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-box-sizing : border-box ; 
    -webkit-box-sizing : border-box ; 
    box-sizing : border-box ; 
    height : 40px ; 	  
}

input[type="password"]{
  	line-height:1;
  	display: inline-block;
  	padding: 10px 12px;
  	font-size: 16px;
  	color: #555555;
  	background-color: #ffffff;
  	background-image: none;
  	border: 1px solid #cccccc;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-box-sizing : border-box ; 
    -webkit-box-sizing : border-box ; 
    box-sizing : border-box ; 
    height : 40px ; 	  
}
input[type="password"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.login-table input[type="password"]{
	height : 40px ; 
}
.login-table input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn-login{
    padding: 10px 0px;
    font-size: 20px;
    font-weight:600;
    color:#FFF;
    line-height: 1.3;
    width:100%;
    border:1px solid #4576f9;
    border-radius: 6px;
    background:#4576f9;
  	overflow: hidden;
}   
.btn-login:hover {
	opacity:.8;
	filter:alpha(opacity=80);
	color:#fff
}
.btn-login:active {
	opacity:1;
	filter:alpha(opacity=100)
} 
.login-bottom{
	width:100%;
  	background: #fff;
  	font-size: 13px;
  	text-align: center;
  	color: #aaa;
  	padding-top: 15px;
  	padding-bottom: 0px;
  	border-top: 1px solid #EEE;
	overflow: hidden;
}
.login-bottom p{
  	margin: 0.5em .5em;
}
.login-bottom a{
  	color: #aaa;
}

.col-sm-8{
  width: 66.66666667%;
}
.col-sm-7{
  width: 58.33333333%;
}
.col-sm-6{
  width: 50%;
}
.col-sm-5{
  width: 41.66666667%;
}
.col-sm-4{
  width: 33.33333333%;
}

w40{width:40px;} 

.menu-btn {
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    color: #77C647 !important;
    margin: 0 -3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
   .menu-btn:hover {
       color: #54b01c !important;
   }
   .menu-btn.highlight {
       /*background-color: #01c257;
      color: white !important;*/
       color: #222 !important;
       font-size: 16px;
   }
.menu-btn.highlight:hover {
	/*background-color: #00e566;*/
	color: #01C257 !important;
}
   .menu-btn .menu-btn-login {
       width: 64px;
       height: 30px;
       line-height: 30px;
       padding-left:30px;
       cursor: pointer;
       font-size: 18px;
       border-radius: 2px;
       color: #4576f9;
       border: 1px solid #4576f9;
   }