
/* 1920 */

/**************************************************************************************
**************
************** login bar
**************
****************************************************************************************/
img{
	border: none;
}
.login-bar{
    width: 100%;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(223,223,223,0.5);/*
    display: flex;
    justify-content: center; */
    opacity: 1;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.login-bar .content{
    width: 1680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.login-bar .content .left{
    width: 475px;
}
.login-bar .content .left a{
    text-decoration: none;
}
.login-bar .content .left .logo1{
    width: 473px;
    height: 67px;
}
.login-bar .content .left .logo2{
    width: 336px;
    height: 254px;
    position: absolute;
    top: 0;
    left: 0;
}
.login-bar .content .left .logo{
    width: 369px;
    height: 69px;
    margin-bottom: 10px;
}
.login-bar .content .left img{
    width: 100%;
    height: 100%;
}
.login-bar .content .left .text{
    font-size: 18px;
    color: #222222;
    letter-spacing: 6.6px;
    text-align: justify;
    line-height: 22px;
}
.login-bar .content .center{
    width: 424px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-bar .content .center li{
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    height: 130px;
    line-height: 130px;
    cursor: pointer;
}
.login-bar .content .center a{
    text-decoration: none;
	display: inline-block;
}
.login-bar .content .center li.active{
    color: #FF1240;
    position: relative;
    font-family: PingFangSC-Semibold;
}
.login-bar .content .center li:hover{
    color: #FF1240;
}
.login-bar .content .center .active::before{
    content: " ";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #FF1240;
}
.login-bar .content .right .login{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 23px;
}
.login-bar .content .right .login span{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    cursor: pointer;
	height: 24px;
	line-height: 24px;
}
.login-bar .content .right .login span:hover{
    color: #FF1240;
}
.login-bar .content .right .login span.active{
    color: #FF1240;
}
.login-bar .content .right .login .column{
    display: inline-block;
    background-color: #444444;
    margin: 0 11px;
    width: 1px;
    height: 8px;
}
.login-bar .content .right .login .to-old span{
    display: inline-block;
    background: url('../img/icon.png') no-repeat -44px -41px;
    width: 13px;
    height: 14px;    position: relative;
    top: 2px;

}
.login-bar .content .right .login .to-old{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-left: 18px;
}
.login-bar .content .right .login .language{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    margin-left: 18px;
}
.login-bar .content .right .login .language i{
    display: inline-block;
    background: url('../img/icon.png') no-repeat -147px -41px;
    width: 6px;
    height: 4px;
    position: relative;
    top: -2px;
}
.login-bar .content .right .talk{
    display: flex;
    align-items: center;
}
.login-bar .content .right .talk span:nth-child(1){
    font-size: 30px;
    color: #FF1240;
    white-space: nowrap;
    text-align: justify;
}
.login-bar .content .right .talk span:nth-child(2){
    font-size: 14px;
    color: #444444;
    text-align: justify;
    margin: 0 11px;
    display: inline-block;
}
.login-bar .content .right .talk a:nth-child(3){
    background: #FF1240;
    border-radius: 2px;
    color: #fff;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.login-bar .content .right .talk a:nth-child(3) img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
/*登录成功*/
.login_success{
}
.login_success .sculpture{
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 8px;
	border-radius:50% ;
	overflow: hidden;
}
.login_success>span{
	float: left;
	height: 24px;
	line-height: 24px;
}
.login_success .sculpture>img{
	width: 100%;
	height: 100%;
}
/**************************************************************************************
 **************
 ************** login bar
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** fixed menu bar
 **************
****************************************************************************************/
.fixed-menu-bar{
    width: 100%;
    height: 42px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 2px 2px 0 rgba(223,223,223,0.5);
}
.fixed-menu-bar .view{
    width: 1680px;
    height: 42px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed-menu-bar .view .l{
    width: 330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.fixed-menu-bar .view .l2{
    width: 680px;
}
.fixed-menu-bar .view .l .logo{
    display: inline-block;
    background: url('../img/icon.png') no-repeat -37px -437px;
    width: 28px;
    height: 26px;
    vertical-align: middle;
}
.fixed-menu-bar .view .l .line{
    width: 1px;
    height: 20px;
    background-color: #999;
}
.fixed-menu-bar .view .l span{
    font-size: 23px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
}
.fixed-menu-bar .view .l .m{
    display: inline-block;
    background: url('../img/icon.png') no-repeat -140px -442px;
    width: 20px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
}
.fixed-menu-bar .view .l .close{
    display: none;
    background: url('../img/icon.png') no-repeat -242px -442px;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.fixed-menu-bar .view .r {
    /* width: 420px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-menu-bar .view .r span:nth-child(1){
    font-size: 30px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: justify;
}
.fixed-menu-bar .view .r span:nth-child(2){
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
    padding: 0 5px;
}
.fixed-menu-bar .view .r a:nth-child(3){
    width: 120px;
    height: 42px;
    font-size: 18px;
    background: #FF1240;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-menu-bar .view .r a:nth-child(3) img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.fixed-menu-bar .view .r .go_login{
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    margin-left: 20px;
    cursor: pointer;
}
.fixed-menu-bar .view .r .go_login:hover{
    color: #FF1240;
}
.fixed-menu-bar .view .r span.go_project{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: right;
    cursor: pointer;
	height: 24px;
	line-height: 24px;
}
.fixed-menu-bar .view .r span.go_project:hover{
    color: #FF1240;
}
.fixed-menu-bar .view .r span.go_project_login{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: right;
    cursor: pointer;
	height: 24px;
	line-height: 24px;
}
.fixed-menu-bar .view .r span.go_project i{

}
.fixed-menu-bar .view .r .column {
	display: inline-block;
	background-color: #444444;
	margin: 0 11px 0px 11px;
	width: 1px;
	height: 8px;
}
.fixed-menu-bar .menu-box{
    position: absolute;
    top: 34px;
    left: 607px;
    width: 339px;
    height: 229px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.2s;
    display: none;
}
.fixed-menu-bar .menu-box ul{
    padding-left: 69px;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.fixed-menu-bar .menu-box ul li a{
    font-size: 30px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    text-decoration: none;
    font-family: PingFangSC-thin;
}
.fixed-menu-bar .menu-box ul li a:hover{
    font-size: 30px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: justify;
}
.fixed-menu-bar .menu-box ul li a.active{
    color: #FF1240;
    position: relative;
}
.fixed-menu-bar .menu-box ul li a.active::before{
    content: " ";
    position: absolute;
    height: 27px;
    width: 5px;
    background-color: #FF1240;
    top: 8px;
    left: -15px;
}
/**************************************************************************************
 **************
 ************** fixed menu bar
 **************
****************************************************************************************/

/*activity-dah*/
.activity-dah{
    background: #E5012F;
    width: 100%;
    height: 500px;
    background-image: url(../img/activity-dah-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.activity-dah img{
    display: block;
    margin: 0 auto;
}
.activity-dah div:nth-child(1){
    height: 53px;
}
.activity-dah img:nth-child(2){
    width: 432px;
    height: 54px;
    margin-bottom: 12px;
}
.activity-dah img:nth-child(3){
    width: 817px;
    height: 138px;
    margin-bottom: 30px;
}
.activity-dah img:nth-child(4){
    width: 853px;
    height: 68px;
}
.activity-dah .activity-dah-logo{
    width: 216px;
    height: 162px;
    position: absolute;
    right: 182px;
    top: 0;
}
.activity-dah .activity-dah-close{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.activity-dah .seeDah{
    width: 180px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: #E5012F;
    text-decoration: none;
    margin-top: 53px;
}
/*activity-dah*/

/* 1920 */

/* 1919 1600 */
@media screen and (max-width: 1919px) and (min-width: 1600px){
    .login-bar .content{
        width: 1520px;
    }
    .activity-dah .activity-dah-logo{
        width: 216px;
        height: 162px;
        position: absolute;
        right: 100px;
        top: 0;
    }
    .fixed-menu-bar .view{
        width: 1520px;
    }
}
/* 1919 1600 */

/* 1599 1366 */
@media screen and (max-width: 1599px) and (min-width: 1281px){
    /**************************************************************************************
        **************
        ************** login bar
        **************
        ****************************************************************************************/

    .login-bar .content{
        width: 1246px;
    }
    .login-bar .content .left{
        width: 375px;
    }
    .login-bar .content .left .logo{
        margin-bottom: 2px;
    }
    .login-bar .content .left .logo1{
        width: 372px;
        height: 52px;
    }
    .login-bar .content .left .logo2{
        width: 270px;
        height: 203px;
        position: absolute;
    }
    .login-bar .content .right .login{
        margin-bottom: 10px;
    }
    /**************************************************************************************
        **************
        ************** login bar
        **************
        ****************************************************************************************/


    /**************************************************************************************
   **************
   ************** fixed menu bar
   **************
   ****************************************************************************************/
    .fixed-menu-bar .view{
        width: 1246px;
    }
    /**************************************************************************************
    **************
    ************** fixed menu bar
    **************
    **********************************/

    /*activity-dah*/
    .activity-dah{
        background: #E5012F;
        width: 100%;
        height: 420px;
        background-image: url(../img/activity-dah-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .activity-dah div:nth-child(1){
        height: 43px;
    }
    .activity-dah img{
        display: block;
        margin: 0 auto;
    }
    .activity-dah img:nth-child(2){
        width: 360px;
        height: 45px;
        margin-bottom: 12px;
    }
    .activity-dah img:nth-child(3){
        width: 660px;
        height: 114px;
        margin-bottom: 20px;
    }
    .activity-dah img:nth-child(4){
        width: 654px;
        height: 50px;
    }
    .activity-dah .activity-dah-logo{
        width: 216px;
        height: 162px;
        right: 52px;
    }
    .activity-dah .activity-dah-close{
        width: 44px;
        height: 44px;
    }
    .activity-dah .seeDah{
        width: 180px;
        height: 44px;
        margin-top: 33px;
    }
    /*activity-dah*/
}
/* 1599  1366 */

/* 1280 */
@media screen and (max-width: 1280px){

    /**************************************************************************************
        **************
        ************** login bar
        **************
        ****************************************************************************************/

    .login-bar .content{
        width: 1200px;
    }
    .login-bar .content .left{
        width: 375px;
    }
    .login-bar .content .left .logo{
        margin-bottom: 2px;
    }
    .login-bar .content .left .logo1{
        width: 372px;
        height: 52px;
    }
    .login-bar .content .left .logo2{
        width: 270px;
        height: 203px;
        position: absolute;
    }
    .login-bar .content .right .login{
        margin-bottom: 10px;
    }
    /**************************************************************************************
    **************
    ************** login bar
    **************
    ****************************************************************************************/


    /**************************************************************************************
    **************
    ************** fixed menu bar
    **************
    ****************************************************************************************/
    .fixed-menu-bar .view{
        width: 1200px;
    }
    /**************************************************************************************
    **************
    ************** fixed menu bar
    **************
    **********************************/

    /*activity-dah*/
    .activity-dah{
        background: #E5012F;
        width: 100%;
        height: 420px;
        background-image: url(../img/activity-dah-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .activity-dah div:nth-child(1){
        height: 43px;
    }
    .activity-dah img{
        display: block;
        margin: 0 auto;
    }
    .activity-dah img:nth-child(2){
        width: 360px;
        height: 45px;
        margin-bottom: 12px;
    }
    .activity-dah img:nth-child(3){
        width: 660px;
        height: 114px;
        margin-bottom: 20px;
    }
    .activity-dah img:nth-child(4){
        width: 654px;
        height: 50px;
    }
    .activity-dah .activity-dah-logo{
        width: 216px;
        height: 162px;
        right: 52px;
    }
    .activity-dah .activity-dah-close{
        width: 44px;
        height: 44px;
    }
    .activity-dah .seeDah{
        width: 180px;
        height: 44px;
        margin-top: 33px;
    }
    /*activity-dah*/
}
/* 1280 */
