@charset "utf-8";
/* css 重置 */
html,body{
    width:100%;
    min-width:1282px;
    background: #ebf5ff;
    overflow-x: hidden;
}
body, div, ul, li, dl, dt, dd, h2, p {
    padding: 0;
    margin: 0;
    font-family: PingFang SC;
}

ul {
    list-style: none;
}

img {
    border: none;
    object-fit: cover !important;!i;!;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.headerDiv {
    width: 100%;
    height: 96px;
    /* background: #095CD0; */
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.headMain{
    height:96px;
    margin:0 auto;
    width:1280px;
}
.menuDiv {
    height: 40px;
    float: right;
    margin: 28px 0 0 0;
}

.main_center {
    margin: 0 auto;
    width: 1280px;
}

.menuCenter {
    height: 77px;
}

.menuA {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    float: left;
    /* flex: 1; */
}
.menuA:hover{
     color: #FFFFFF;
}
.hover{
    font-weight: 700;
}
.logoImg {
    width: 472px;
    height: 64px;
    margin: 16px 0px 0 -15px;
    float: left;
}
.logoImg  img{
    width: 100%;
    height: 100%;
}
.serInput {
    width: 244px;
    height: 40px;
    background: rgba(255,255,255,0.17);
    border-radius: 999px 999px 999px 999px;
    border: 1px solid rgba(255,255,255,0.3);
    float: right;
    margin: 28px 0px 0 0;
}

.ser {
    width: 200px;
    color: #fff;
    outline: none;
    border: 0;
    height: 36px;
    z-index: 111;
    border-radius: 18px;
    float: left;
    background: transparent;
    text-indent: 10px;
    font-size: 14px;
    line-height: 36px;
    color: #D0D5DD;
    cursor: pointer;
}

.serBtn {
    width: 40px;
    height: 40px;
    float: right;
    background: url("../imgs/sear.png") center center/16px 16px no-repeat;
}

::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}
.footerDiv {
    width: 100%;
    height: 239px;
    background: #EDEFF4;
    margin: 50px 0 0 0;
}

.footerTop {
    border-bottom: 1px solid #E6E6E6;
}

.linkDiv {
    padding: 30px 0 0 0;
    float: left;
}

.linkName {
    height: 32px;
    line-height: 32px;
    color: #000000;
    opacity: 1;
    float: left;
    margin: 16px 0px 24px 0px;
    font-weight: 500;
    font-size: 22px;
    color: #101828;
    width: 100%;
}

.footerLink {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #475467;
    opacity: 0.6;
    float: left;
    margin: 11px 20px 20px 0px;
    width: auto;
    padding: 0 10px 0 0px;
    border-right:1px solid rgba(0, 0, 0, .6) ;
}
.footerTop .footerLink:last-child{
    border-right:0;
}

.footerLeft {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.footerP {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #868686;
    opacity: 0.8;
    margin: 0 0 13px 0;
    text-align: center;
}

.footerSpan {
    margin: 0 16px 0 0;
}


.footerRight {
    float: right;
    padding: 64px 0 0 0;
    width: 360px;
}

.footerRight img {
    width: 360px;
    height: 90px;
    margin: 0 0 20px 0;
    float: left;
}

.line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.menuA1{
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 36px 0 0;
}
.headerMenuDiv{
    height: 48px;
    /* background: #095CD0; */
}
.headDiv{
    height: 48px;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    /* align-items: baseline; */
}
.dis{
    display: none;
}
#test1{
     text-align: center;
     width: 100%;
     display: inline-block;
}
.player-content{
    width:100% !important;
    height: calc(100% - 40px)!important;
}
.cmc-player .control-fullscreen{
    bottom:0 !important;
    top:unset !important;
}
.footerP a{
    color: #868686;
}
.footerPNew{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerPNew a img{
   margin:0 10px;
}
.footerPNew a:last-child img{
   margin:0 0px;
}
.footerPN a{
    margin:0 5px;
}