@CHARSET "UTF-8";
/**************************************banner样式  START*******************************/
.container{
  min-width: 1170px !important;
}
.container-fluid{
  min-width: 1200px !important;
}
.slide-demo {
    position: relative;
}

.slide-demo .ui-switchable-content {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide-demo .ui-switchable-content .ui-switchable-panel {
    position: relative;
    width: 100%;
}

.slide-demo .ui-switchable-nav {
    position: absolute;
   	top: 360px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
    text-align: center;
}

.slide-demo .ui-switchable-nav .ui-switchable-trigger {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
	-moz-opacity: .5;
    filter: alpha(opacity=50);
    color: white;
    cursor: pointer;
    list-style: none;
}

.slide-demo .ui-switchable-nav .ui-switchable-active {
    opacity: 1;
	-moz-opacity: 1;
    filter: alpha(opacity=100);
}

.mainNav .index-header-logo {
  display: block;
  margin-top: 22px;
  width: 130px;
  height: 30px;
  background: url(../img/indexlogo.png) 0 0 no-repeat;
}


/**************************************登录框样式  START*********************************/
.login-form{
	 z-index: 100;
    position: absolute;
    top: 75px;
    margin-top: auto;
    margin-bottom: auto;
    right: 80px;
}

.login-content{
	width : 300px;
	height : 260px; 
	padding-left : 30px;
	border: 1px solid transparent;
	background: #000;
  	background: rgba(0,0,0,.3);
  	filter: alpha(opacity=30);/*IE专属滤镜，实现登录框背景透明度*/
}

.login-content .loginBoxTitle{
	/* font-family: '微软雅黑 Regular', '微软雅黑'; */
	font-size: 20px;
	color: #FFFFFF;
	height : 40px;
	width: 240px;
	text-align: center;
	position: relative;/*IE浏览器中，父类设置了透明属性，子类不继承，则div中字体不会透明*/
}

.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 200px;
	z-index: 2;
}

.input-group .input-group-addon{
	width: 39px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-block {
	display: block;
	position:relative;
	width: 240px;
	margin:500px,0,0,2px;
	padding:0,6;
}

.options{
	height:30px;
	width:240px;
}

.ext {
	position: relative;
	color: #ffffff;
	float: right;
}

.ui-form-item .ui-form-explain {
	margin-bottom: 10px;
	color:#fff;
}