header{
	background: none;
}
.login-row.help{
	font-size: 12px;
	color: #00a0e9;
}
.logo {
    height: 50px;
    width: 156px;
    display: inline-block;
    margin-top: 12px;
}


.header-nav{
	background: none;
}
.nav-right ul li{
	color: #fff;
}
.m-footer{
position: relative;
         margin-top: -100px;         /* footer高度的负值 */
         height: 100px;         clear:both;
	
}

.m-info span{
	background: #4b9d2b;
    color: #fff;
    letter-spacing: 10px;
    padding: 4px 10px;
    font-size: 18px;
}

.en .m-info span{
	letter-spacing: inherit;
}

.m-info span.read_more {
    background: #DCDBC2;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: normal;
    opacity: 0.8;
}
.m-info {
    text-align: right;
    position: absolute;
    top: 0;
    right: 17px;
}
#indexgs {
    width: 100%;
    height: 400px;
    position: relative;
}
#indexgs img {
	position: absolute;
}
#indexg2 {
	left: 640px;
	top: 300px;
}
#indexg1 {
	left: 0;
	top: 0;
	position: absolute
}
#indexg0 {
	left: 0;
	top: 0;
	position: absolute;
}
.legal{
	color: #fff;
}


/**B类门户的样式 **/


.logo-sub{
    display: none;
}

.bcp .logo{
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.bcp .logo-sub{
    display: inline;
    font-size: 24px;
    color: #666666;
    margin-left: 20px;
}

.bcp header{
    display: none;  
}

.bcp .header-nav{
    background: #fff;
    padding: 10px 0;
}

.bcp .bcp-main-img-wp{
    width: 100%;
    height: 100%;
}

.bcp .bcp-main-img{
    width: 100%;
    height: 100%;   
}

.bcp .m-footer{
    background: #EAEAEA;
}

.bcp .m-footer .logo-footer{
    display: none;
}

.bcp .m-footer .legal{
    margin-left: 0;
    text-align: center;
    border-left: none;
    color: #333;
}

.bcp .copyright{
    color: #808080;
}

.bcp .powerby{
    color: #a9a9a9;
}

.bcp .m-login{
    background: #FFFFFF;
    opacity: 1;
}

.bcp .m-login .login-row input{
    border: 1px solid #EAEAEA;
    padding-left: 10px;
    font-size: 14px;
}

.bcp .m-login .login-row .icon-truser,
.bcp .m-login .login-row .icon-lock{
    background: #E0E0E0;
    color: #fff;
}
.bcp .nav-right ul li{
   color: #999;
}
.bcp .nav-right ul li a{
	color: #999;
	text-decoration: none;
}

.bcp .m-login .signbtn{
    background: #0066B2;
}

.bcp .m-info{
    display: none;
}
.login-row.or.code_inp{
   margin-bottom:10px;
}
.errors-msg{
	padding-left: 30px; 
	color: red;
	margin-top: 12px;
}