/**
 * common
 */
html, body {
    background-color: #ffffff;
}
body {
	overflow-x: hidden;
}
a {
    color: #647e98;
}

ul, ol{
    margin: 0px
}
.bgImg{
	background: url(../images/common/bj.png) no-repeat;
	background-size: cover;
	height: auto; 
}

.header .wrap,
.banner .wrap,
.login .wrap,
.info .wrap{
    margin: 0 auto;
    max-width: 1004px;
}

/**
 * header
 */
.header{
    height: 107px;
    border-bottom: 8px solid #077fe0;
    max-width: 1370px;
    margin-left: auto;
	margin-right: auto;
}
.banner{
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1370px;
}
.header .wrap{
    float: left;
    background: url(../images/login/logo.png) no-repeat;
    height: 99px;
    width: 366px;
    margin-left: 20px;
}
.header .wrap .bar{
    float: right;
    height: 99px;
}
.header .wrap .bar .item{
    display: inline;
    padding-right: 10px;
    line-height: 99px;
}
.header .wrap .bar .item.home{
    background: url(../images/login/icon-home.gif) no-repeat;
    padding-left: 24px;
}

/**
 * banner
 */
.banner .carousel-inner .item{
    width: 100%;
    height: 368px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size:100% 100%;     
	-webkit-background-size:100% 100%;      
	-o-background-size:100% 100%;
    opacity: 1;
}
.banner .carousel-indicators{
    bottom: -10px;
}
.banner .carousel-indicators li{
	width: 18px;
	height: 4px;
	cursor: pointer;
	margin: 0px 5px;
	background-color: #ffffff;
	border: 0px;
	border-radius: 0px;
}
.banner .carousel-indicators .active{
    border: 0px;
    background-color: #077fe0;
}

/**
 * login
 */
.login{
    position: absolute;
    top: 107px;
    width: 100%;
}
.login .wrap .form{
    float: right;
    width: 368px;
    height: 368px;
    margin-right: 10px;
}
.login .wrap .form .title{
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background-color: #077fe0;
}
.login .wrap .form .body{
    list-style: none;
    height: 312px;
    border: 1px solid transparent;
    background-color: rgba(0,0,0,.4);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#40000000', EndColorStr='#40000000');
}
.login .wrap .form .body li{
    height: 52px;
    line-height: 52px;
    margin: 0px 39px 0px 39px;
    color: #ffffff;
}
.login .wrap .form .body li.remember{
    height: 20px;
    line-height: 20px;
}
.login .wrap .form .body li.remember .checkbox{
    margin: 0px;
}
.login .wrap .form .body li.link a{
    color: #ffffff;
}
.login .wrap .form .body li.link{
    line-height: 20px;
    text-align: center;
}
.login .wrap .form .body li.link div{
	width: 275px;
	padding-top: 20px;
	padding-left: 15px;
}
.login .wrap .form .body li.link a:hover, 
.login .wrap .form .body li.link a:focus{
    text-decoration: underline;
}

.login .wrap .form .input-group-addon {
	cursor: pointer;
	width: 40px;
    height: 40px;
    border: 0px;
    background-color: #a7a7a7;
    background-repeat: no-repeat;
    background-position: center center;
}
.login .wrap .form .input-group-addon:hover {
    background-color: #6d6d6d;
}
.login .wrap .form .form-control {
    width: 248px;
    height: 40px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.login .wrap .form .form-control.checkcode-input {
    width: 178px;
}
#tishi{
	z-index: 2;
	margin-top: 8px;
}

.login .wrap .form .input-group-addon.account{
    background-image: url(../images/login/icon-account.png);
}
.login .wrap .form .input-group-addon.password{
    background-image: url(../images/login/icon-lock.png);
}
.login .wrap .form .input-group-addon.text{
    background-image: url(../images/login/icon-text.png);
}
.login .wrap .form .checkcode-image{
    float: right;
    margin-top: -42px;
    margin-left: 228px;
    position: absolute;
 /*    margin-right: 0px; */
    width: 60px;
    height: 42px;
    line-height: 42px;
   /*  background-color: #ffffff; */
    cursor: pointer;
    overflow: hidden;
}
.login .wrap .form .checkcode-code{
    float: right;
    margin-top: -40px;
    margin-left: 228px;
	position: absolute;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background-color: white; 
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}
/* .login .wrap .form .checkcode-image img{	
    width: 80px;
    height: 40px;
    line-height: 40px;
} */
.login .wrap .form .input-group-addon.checkcode-image img{
    height: 30px;
}

.login .wrap .form .btn {
    width: 288px;
    height: 40px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	font-weight: 400;
	font-weight: bold0;
	_font-weight: 700;
	background-color: #e66e1e;
	background: -webkit-gradient(linear,left top,left bottom,from(#ffa800),to(#e66e1e));
	background: -moz-linear-gradient(top,#ffa800,#e66e1e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#e66e1e');
	background: -o-linear-gradient(top,#FFA600,#FE9200);
	background: -ms-linear-gradient(top,#ffa800 0,#e66e1e 100%);
	background: linear-gradient(top,#ffa800,#e66e1e);
	border: 0px;
	border-radius: 0px;
}
.login .wrap .form .btn:hover {
	background-color: #f48f0d;
	background: -webkit-gradient(linear,left top,left bottom,from(#ffb400),to(#f48f0d));
	background: -moz-linear-gradient(top,#ffb400,#f48f0d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#f48f0d');
	background: -o-linear-gradient(top,#FFB91C,#FFA700);
	background: -ms-linear-gradient(top,#ffb400 0,#f48f0d 100%);
	background: linear-gradient(top,#ffb400,#f48f0d);
}

/**
 * info
 */
.info{
    height: 280px;
}
.info .wrap .item{
    float: left;
    width: 33%;
    margin-top: 25px;
}
.info .wrap .item .title{
    height: 58px;
    color: #647e98;
    line-height: 58px;
    font-size: 24px;
    padding-left: 70px;
    background-repeat: no-repeat;
}
.info .wrap .item ul{
    padding-top: 5px;
    list-style: none;
}
.info .wrap .item ul li{
    margin-top: 10px;
    padding-left: 20px;
    line-height: 17px;
    background: left center url(../images/login/icon-point.gif) no-repeat;
}

.title1{
    background: url(../images/login/icon-title1.gif) no-repeat;
}
.title2{
    background: url(../images/login/icon-title2.gif) no-repeat;
}
.title3{
    background: url(../images/login/icon-title3.gif) no-repeat;
}

/**
 * footer
 */
.footer{
    position:fixed;
    bottom: 0;
    left: 0px;
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    background-color: #f7f7f7;
    color: #647e98;
    font-size: 10px;
}
/* 限制div字体长度 */
.ellipsis{  
     overflow: hidden; /* 超出的部分隐藏起来 */  
     white-space: nowrap;/* 不显示的地方用省略号...代替 */  
     text-overflow: ellipsis;/* 支持 IE */  
     -o-text-overflow: ellipsis;/* 支持 Opera */  
}
/* 免注协议样式 */
#fxpj-body {
	border: 1px solid #E4EBF0;
	height: 455px;
	background: #fff;
	overflow: auto;
	text-align: left;
	margin-bottom:30px;
}

#fxpj-body-text {
	margin: 20px 40px;
}
#fxpj-body-text div {
	margin: 15px 15px 0 15px;
	font-size: 15px;
}
/* 密码控件修改样式 */
/*2015.04.21
 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  padding-top: 20px;
} */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  padding-top: 20px;
  width:288px;
 }
 
.body ul{
	list-style: none;
  	height: 312px;
}

.bg_pwd{
	background: url(../images/login/bg-pwd.png) center no-repeat;
	/* background-size: 100%; */
	/* -moz-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%; */
	-ms-behavior:url(backgroundsize.min.htc);
	behavior:url(backgroundsize.min.htc);
	background-size:cover;
/* 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login/bg-pwd.png', sizingMethod='scale');
 */	height: 520px;
	padding-top: 80px;
}
.bg_regist{
	background: url(../images/login/bg-regist.png) center no-repeat;
	/* background-size: 100%;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%; */
	-ms-behavior:url(backgroundsize.min.htc);
	behavior:url(backgroundsize.min.htc);
	background-size:cover;
/* 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login/bg-regist.png', sizingMethod='scale');
 */	height: 520px;
	padding-top: 80px;
}

#tabDetail {
	border: none;
	background: transparent;
	min-height: 150px;
}
.tabCol2 tr>td {
	position: relative;
	background: transparent;
	text-align: left;
	width: 65%;
	padding-left: 10px;
}
.tabCol2 tr {
	/* height: 50px; */
	border: none;
}
.tabDiv{
	margin:10px;
	min-height: 0px;
}
.pwd-success{
	background: url(../images/login/pwd_success.png) no-repeat;
	background-position: center;
	height: 200px;
	width: 400px;
	padding-top: 120px;
	margin-top: 10px;
}
.pwd-success span{
	margin-left: -18px;
	font-size: 14px;
}
/*登录页面的toastr提示的样式*/
.toastr{
	top: 62%;
  	left: 62%;
}
