@charset "utf-8";
html{width: 100%;height: 100%;position: relative;}
*{margin: 0;padding: 0;}
body{margin:0; padding:0; border:0;-webkit-text-size-adjust: none; font-family: 'Microsoft YaHei';position: relative;width: 100%;}
ul,ol,li,dl,dt,dd,img,form,input{ margin:0; padding:0; border:0;}
ul,li,dl{list-style-type:none;}
a{text-decoration: none;}
.ovfHiden{overflow: hidden;height: 100%;}
.clr{clear:both;}

.head{
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.head-content{
    max-width: 1440px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.head-logo a img{
    width: 140px;
    height: 62px;
}
.head-r{
    width: 305px;
    height: 20px;
    display: flex;
    flex-direction: row;
    position: relative;
}
.head-r a{
    height: 20px;
    position: relative;
    /*display: block;*/
    /*margin-right: 30px;*/
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-r a img{
    height: 20px;
    object-fit: scale-down;
}
.head-r .head-rhover{
    display: none;
}
.head-r a:hover .head-ri{
    display: none;
}
.head-r a:hover .head-rhover{
    display: block;
}
.head-r .m-head-sc0{
    display: none;
}
.head-l{
    width: fit-content;
    height: 50px;
    display: flex;
    flex-direction: row;
}
.head-l a{
    width: fit-content;
    min-width: 64px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-right: 80px;
    margin-left: 20px;
}
.head-l a:hover{
    color: #63BB15;
}
.head-l .activity{
    border-bottom: solid 3px #63BB15;
}

.foot{
    width: 100%;
    height: 72px;
    background-color: #1E70C0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
}
.foot a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    margin-left: 20px;
}
.container{
    width: 100%;
    min-height: calc(100vh - 80px - 72px);
    margin-top: 80px;
}
.head-language{
    height: 20px;
    position: relative;
    /*display: block;*/
    /*margin-right: 30px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-language img{
    height: 20px;
    object-fit: scale-down;
}

.head-user-container{
    width: 216px;
    height: 148px;
    background-image: url(../images/head-user-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 700;
    display: none;
    flex-direction: column;
    padding: 0 15px;
}
.head-user-info{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.head-user-info img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.head-user-info1{
    width: 156px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.head-user-info1 div:nth-child(1){
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.head-user-info1 div:nth-child(2){
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.head-user-menu{
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.head-user-menu a{
    width: fit-content;
    height: 32px;
    font-size: 12px;
    color: #666666;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
.head-user-menu a:hover{
    color: #1E70C0;
}
.m-head-sc{

}
.head-user-content{
    width: 135px;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    margin-right: 20px;
}
.head-user-name{
    width: fit-content;
    max-width: 70px;
    height: 20px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-left: 10px;
    position: relative;
    z-index: 900;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.head-user-name a{
    width: fit-content;
    max-width: 70px;
    height: 20px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    z-index: 900;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

/*.head-user-name::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #3C4042;
    border-right: 1px solid #3C4042;
    transform: rotate(-45deg);
    top: 8px;
    right: -15px;
    position: absolute;
}*/
.head-user-content:hover .head-user-container{
    display: flex;
}
.head-user-content:hover .head-user-name:hover{
    color: #63BB15;
}
.head-user-content:hover .head-user-name{
    color: #63BB15;
}
.head-user-content:hover .head-user-name a{
    color: #63BB15;
}
.head-user-content::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #3C4042;
    border-right: 1px solid #3C4042;
    transform: rotate(-45deg);
    top: 8px;
    right: 10px;
    position: absolute;
    z-index: 900;
}
.head-user-content:hover::before{
    top: 5px;
    border-top: 1px solid #63BB15;
    border-right: 1px solid #63BB15;
    transform: rotate(135deg);
}
/*.head-user-content:hover .head-user-name:hover::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #63BB15;
    border-right: 1px solid #63BB15;
    transform: rotate(135deg);
    top: 5px;
    right: -15px;
    position: absolute;
}*/
.head-user-content .head-ri,.head-user-content .head-rhover{
    z-index: 900;
}
.head-user-content:hover .head-ri{
    display: none;
}
.head-user-content:hover .head-rhover{
    display: block;
}
.head-user-content a{
    margin: 0;
    padding: 0;
}
.head-langu{
    width: 90px;
    height: 60px;
    padding-top: 9px;
    position: absolute;
    top: 19px;
    left: -36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/head-msg.png);
    display: none;
    flex-direction: column;
    z-index: 999;
}

.head-langu-a{
    width: fit-content;
    height: 30px !important;
    margin-left: 12px !important;
    margin-right: 0 !important;
    font-size: 12px !important;
    color: #333333 !important;
    line-height: 30px !important;
}
.head-langu-a:hover{
    color: #63BB15 !important;
}
.head-language:hover .head-ri{
    display: none;
}
.head-language:hover .head-rhover{
    display: block;
}
.head-language:hover .head-langu{
    display: flex;
}
.head-sc{
    width: fit-content;
    height: 18px;
    padding: 0 4px;
    background-color: rgba(102, 102, 102, 0.7);
    border-radius: 6px;
    position: absolute;
    right: -10px;
    top: -12px;
    z-index: 999;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Arial;
    text-align: center;
    line-height: 18px;
}
.flex-row1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.flex-row11{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-row2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex-row3{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.flex-row4{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.flex-col1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.flex-col2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-col3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.flex-col4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}