header{
	background: none;
}
.login-row.help{
	font-size: 12px;
	color: #00a0e9;
}
.logo {
    background: url(../images/4px_logo.png) no-repeat center;
    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: url(../img/bcp/logo_01.png) no-repeat center;
    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: transparent;
    padding: 10px 0;
}

.bcp .bcp-main-img-wp{
    width: 100%;
    height: 100%;
}

.bcp .bcp-main-img{
    width: 100%;
    height: 100%;   
}

.bcp .m-footer{
    background: transparent;
}

.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 .p-login{
    background: #FFFFFF;
    opacity: 1;
}

.bcp .p-login .login-row input{
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}

.bcp .p-login .login-row .icon-truser,
.bcp .p-login .login-row .icon-lock{
    background: #E0E0E0;
    color: #fff;
}
.bcp .nav-right ul li{
   color: #fff;
}
.bcp .nav-right ul li a{
	color: #fff !important;
	text-decoration: none;
}

.bcp .p-login .signbtn{
    background: #005ADC;
}

.bcp .m-info{
    display: none;
}
.login-row.or.code_inp{
   margin-bottom:10px;
}
.errors-msg{
	padding-left: 30px; 
	color: red;
	margin-top: 12px;
}

.loginmain h5 {
    padding: 10px 0px;
    font-size: 20px;
    color: #999;
    text-align: center;
}


.login-row.keep a{
    text-decoration: none;
    color: #666;
}

.login-row.keep a:hover {
    color:blue;
}

.loginmain .p-login {
    border-radius: 6px;
    /* padding: 30px 0px; */
}


.word-box {
    position: absolute;
    left: 137px;
    top: 37.33%;
}

.zh_CN .word-box .desc,
.zh .word-box .desc {
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 67px;
}

.zh_CN .word-box .sub-title,
.zh .word-box .sub-title {
    margin-top: 26px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.en .word-box .desc {
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    font-size: 37px;
    line-height: 63px;
}

.en .word-box .sub-title {
    margin-top: 26px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.sub-title span {
    padding: 0 9px;
    font-size: 20px;
    line-height: 22px;
}


@media screen and (min-width: 768px) {
    .p-logo-img{
        margin-top: 12px;
        display: inline-block;
        width: 393px;
        height: 50px;
        background-repeat:no-repeat;
        background-position: left;
        background-size: cover;
        overflow: hidden;
    }
    .m-main.p-login-main{
        position: absolute;
        width: 350px;
        top: 50%;
        left: 80%;
        transform: translate(-70%, -50%);
        -moz-transform: translate(-70%, -50%);
        -webkit-transform: translate(-70%, -50%);
        background: #fff;
        border-radius: 6px;
    }
    .word-box{
        display: block
    }
    .m-footer.p-footer-m{
        padding: 40px 123px;
    }
}
@media screen and (max-width: 768px) {
    .p-logo-img{
        margin-top: 12px;
        display: inline-block;
        width: 130px;
        height: 50px;
        background-repeat:no-repeat;
        background-position: left;
        background-size: cover;
        overflow: hidden;
    }
    .word-box{
        display: none
    }
    .m-main.p-login-main{
        position: absolute;
        width: 350px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 6px;
    }
    .m-footer.p-footer-m{
        padding: 40px 10px;
    }
}


