* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

::-webkit-scrollbar {
    /*width: 0*/
}

#header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

#header .header-box {
    width: 1009px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#header .header-box .header-logo,
#header .header-box .header-logo img {
    width: 239px;
    height: 65px;
}

#header .header-box .header-nav {
    width: 750px;
}

#header .header-box .header-nav div:nth-child(1),
#header .header-box .header-nav div:nth-child(1) img {
    width: 480px;
    /* height: 34px; */
}

#header .header-box .header-nav div:nth-child(2) ul {
    height: 28px;
    margin-top: 13px;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #66638b;
}

#header .header-box .header-nav div:nth-child(2) a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    font-size: 12px;
}

#header .header-box .header-nav div:nth-child(2) a:hover,
.nav-on {
    /* background-color: #145CD7; */
    border-radius: 35px;
    cursor: pointer;
}

#headerto {
    width: 100%;
    background-color: #fff;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
}

#headerto .header-box {
    width: 1163px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#headerto .header-box .header-logo,
#headerto .header-box .header-logo img {
    width: 279px;
    /* height: 75px; */
}

#headerto .header-box .header-nav {
    width: 841px;

}

#headerto .header-box .header-nav div:nth-child(1),
#headerto .header-box .header-nav div:nth-child(1) img {
    width: 603px;
    /* height: 34px; */
}

#headerto .header-box .header-nav div:nth-child(2) ul {
    height: 35px;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #CACACA;
}

#headerto .header-box .header-nav div:nth-child(2) a {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    font-size: 14px;
}

#headerto .header-box .header-nav div:nth-child(2) a:hover,
.nav-on {
    /* background-color: #145CD7; */
    border-radius: 35px;
    cursor: pointer;
    color: #fff !important;
}

#headerto .nav-on-to {
    background-color: #FF6416;
    border-radius: 35px;
    color: #fff !important;
}

.nav-on-to {
    background-color: #FF6416;
    border-radius: 35px;
}

/* 底部导航 */
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202124;
    height: 502px;
    position: relative;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(https://static.newdc.org.cn/zsdh/images/login-01.png); */
    background-size: cover;
    background-position: left 511px;
}

.footer .footerBox {
    width: 1200px;
    height: 380px;
    z-index: 1;
}

.footerBox-l-header {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    padding-bottom: 35px;
}

.footerBox-l-header dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footerBox-l-header dl dd:nth-child(2) {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    min-width: 80%;
}

.footerBox-l-header dl dd:nth-child(2) a {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerBox-l-header dl dd:nth-child(2) a:hover {
    background-color: #145CD7;
    border-radius: 35px;
    cursor: pointer;
}

.footerBox-l-header dl dd:nth-child(2) div ul {
    display: flex;
    align-items: center;
}

.footerBox-l-header .f-l-h-l,
.headerNav div ul .f-l-h-l {
    width: 61px;
    height: 32px;
    background-color: #FF925B;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 10px;
}

.footerBox-l-header .f-l-h-r {
    color: #fff !important;
}

.footerBox-l-header .f-l-h-c {
    width: 81px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 3px;
    margin-right: 10px;
}

.footerBox-l-url {
    padding-top: 50px;
}

.footerBox-l-url ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerBox-l-url ul li a {
    font-size: 16px;
    color: #0F6FD4;
}

.footerBox-l-url ul li dl {
    display: flex;
    width: 200px;
    justify-content: space-between;
    align-items: center;
}

.footerBox-l-info {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
}

.footerBox-l-info div,
.footerBox-l-info div a,
.footerBox-l-info ul li span {
    color: rgba(255, 255, 255, 0.4);
    line-height: 26px;
    font-size: 14px;
}

.footerBox-l-info ul li span {
    font-size: 12px;
}


.footerBox-l-info ul {
    display: flex;
    justify-content: space-around;
}

.footerBox-l-info ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-left: 15px;
}

.footerBox-l-info ul li img {
    width: 80px;
}

/* bnaner */
.bannerD {
    background-image: url(../img/licesgo.jpg);
    width: 100%;
    height: 720px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerA {
    background-image: url(../img/indexbanenr4.jpg);
    width: 100%;
    height: 720px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerA .bannerA-box {
    width: 1136px;
    margin-top: 90px;
    display: flex;
    align-items: center;
}

.bannerA .bannerA-box dl {
    width: 100%;

}

.bannerA .bannerA-box dl dd {
    color: #fff;
    width: 100%;

    position: relative;
    left: 0;
}

.bannerA .bannerA-box dl dd:nth-child(1) {
    animation: bannerA-box-a 1s;
}

.bannerA .bannerA-box dl dd:nth-child(1) img {
    height: 92px;
    width: 756px;

}

.bannerA .bannerA-box dl dd:nth-child(2) {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff;
    animation: bannerA-box-b 1.2s;
}

.bannerA .bannerA-box dl dd:nth-child(3) {
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px #00ADFF;
    margin-top: 20px;
    animation: bannerA-box-c 1.3s;
    margin-bottom: 142px;
}

.bannerA .bannerA-box dl dd:nth-child(3) span {
    text-shadow: 0 0 #fff;
    font-size: 20px;
    font-weight: 400;
    padding-left: 25px;
    margin-left: 30px;
    background-image: url('../img/icon-map.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@keyframes bannerA-box-a {
    from {
        left: -1000px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes bannerA-box-b {
    from {
        left: -1000px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes bannerA-box-c {
    from {
        left: -1000px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.powerMeetingContent {
    width: 100%;
    min-height: 501px;
    background: url(../img/shandong-bg.png) #F5FAFF no-repeat left center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 661px;
}

.powerMeetingContent .powerMeetingContent-box {
    max-width: 1200px;
    background: #fff;
    min-width: 1000px;
    border-radius: 40px;
    box-shadow: 0 13px 27px rgba(0, 0, 0, .13);
    padding: 20px 100px;
    height: 607px;
    position: relative;
    top: -80px;
    display: flex;
    flex-flow: column;
}

.powerMeetingContent .powerMeetingContent-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 70px;
}

.powerMeetingContent .powerMeetingContent-title dl {
    position: relative;
}

.powerMeetingContent .powerMeetingContent-title dl::after {
    content: "";
    position: absolute;
    left: -40px;
    top: 20px;
    width: 24px;
    height: 30px;
    margin-left: -15px;
    /* background-image: url(../img/left-icon-01.png); */
    background-size: 100%;
}

.powerMeetingContent .powerMeetingContent-title dl::before {
    content: "";
    position: absolute;
    right: -40px;
    top: 20px;
    width: 24px;
    height: 30px;
    margin-left: -15px;
    /* background-image: url(../img/left-icon-02.png); */
    background-size: 100%;
}

.powerMeetingContent .powerMeetingContent-title dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.powerMeetingContent .powerMeetingContent-title dl dd:nth-child(1) {
    font-size: 50px;
    font-weight: bold;
}

.powerMeetingContent .powerMeetingContent-title dl dd:nth-child(2) {
    font-size: 14px;
    color: #878787;
}

.powerMeetingContent-box-centent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.powerMeetingContent-box-centent div:nth-child(2) {
    width: 77%;
    height: 100%;
}

.powerMeetingContent-box-centent div dl dd:nth-child(1) {
    line-height: 36px;
    font-size: 22px;
    color: #2F2F2F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #B1B1B1;
    font-weight: 100;
}

.powerMeetingContent-box-centent div dl dd:nth-child(2) {
    line-height: 44px;
    font-size: 22px;
    color: #2F2F2F;
    font-weight: 100;
}

.powerMeetingContent-box-centent div dl dd:nth-child(3) {}

.powerMeetingContent-box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.powerMeetingContent-box-btn button {
    width: 237px;
    height: 46px;
    background-color: #1668ff;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border: 0;
}

.contact ul {
    display: flex;
    flex-flow: column;
    max-width: 1160px;
    min-width: 1000px;
    margin-top: 30px;
}

.contact ul li:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.sentence {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -142px;
    background-color: #fff;
    min-height: 480px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 13px 27px rgba(0, 0, 0, .13);
    /* padding: 30px; */
}

.sentence::after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -180px;
    z-index: 9;
    background: #fff;
}


.sentenaList .sentenaListSwiper .swiper-slide {

    background-image: url(../img/bg-02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sentenaList .sentenaListSwiper .swiper-slide .slick-slide-title {
    width: 236px;
    color: #fff;
    text-shadow: 0px 2px #145295;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
    line-height: 30px;
    height: 214px;
    padding: 10px;
    font-weight: 400;
}

.sentenaList .sentenaListSwiper .swiper-slide dl {
    position: absolute;
    text-align: right;
    right: 64px;
    margin-top: 0px;
    color: #fff;
    font-weight: bold;
    font-weight: 400;
    bottom: 35px;
}

.sentenaList .sentenaListSwiper .swiper-slide .slick-slide-name dd:nth-child(1) {
    font-size: 18px;
}

.sentenaList .sentenaListSwiper .swiper-slide .slick-slide-name dd:nth-child(2) {
    font-size: 12px;
    margin-top: 2px;
}

.sentenceSwiper .slick-dots {
    bottom: -140px !important;
}

.sentenceSwiper .slick-dots li button:before {
    font-size: 32px;
    color: #2663b5;
}

.pioneer {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.pioneer li {
    width: 89px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #585858;
    font-weight: 500;
    border-radius: 66px;
    border: 1px solid #dedede;
    margin: 0 20px;
    padding: 0 10px;
    cursor: pointer;
}

.pioneer li.active {
    cursor: pointer;
    background-color: #145CD7;
    background-size: 100%;
    color: #fff !important;
}

.pioneerBox {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.pioneerBox ul {
    width: 100%;

}

.pioneerBox ul li {
    width: 30%;
    height: 400px;
    float: left;
    margin: 20px;
    box-shadow: 0 0 10px #868585;
    cursor: pointer;
}

.pioneerBox ul li div:nth-child(1) {
    width: 360px;
    border-bottom: 1px solid #cecece;
    height: 195px;
    overflow: hidden;
}

.pioneerBox ul li div:nth-child(1) img {
    max-width: 360px;
}

.pioneerBox ul li div:nth-child(2) {
    padding: 8px 15px;
    color: #060606;
    font-size: 18px;
    height: 21px;
    overflow: hidden;

}

.pioneerBox ul li div:nth-child(3) {
    padding: 8px 15px;
    color: #9B9AA4;
    font-size: 12px;
    overflow: hidden;
    height: 16px;
    line-height: 20px;
}

.pioneerBox ul li div:nth-child(4) {
    padding: 8px 15px;
    color: #2D2D2D;
    font-size: 14px;
    max-height: 93px;
    line-height: 25px;
    overflow: hidden;
}

.signUp {
    background: url("../img/bg-01.png") #fff no-repeat;
    background-size: 490px;
    background-position: left 530px;
    height: 970px;
    top: 0;
}

.signUp .powerMeetingContent-box {
    background: none;
    box-shadow: none;
    top: 0px !important;
    justify-content: center;
    align-items: center;
}

.bannerB {
    height: 380px;
    background-image: url(../img/bg-03.png) !important;
}

.bannerB .bannerA-box dl dd:nth-child(3) {
    margin-bottom: 0 !important;
}

#signUpBox {
    width: 600px;
    height: 1204px;
    background-color: #f5f5f5;
    box-shadow: 0 20px 19px rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    border: 1px solid #DEDEDE;
    padding-bottom: 40px;
}

#signUpBox dl {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin: 60px 40px;
    margin-bottom: 0;
    position: relative;
}

#signUpBox dl dd {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    margin-bottom: 20px;
}

#signUpBox .signUpBoxName {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

#signUpBox .signUpBoxInput,
.signUpBoxType {
    width: calc(100% - 80px);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-indent: 2em;
    position: relative;
}

.signUpBoxType {
    width: calc(100% - 90px);
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 10px;
}

#signUpBox .signUpBoxInput input {
    width: 100%;
    height: 100%;
    border: 0;
    text-indent: 2em;
    font-size: 12px;
}

.listType {
    background-image: url(../img/icon-form-02.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #7f7f7f;
}

.listType p {
    width: 89%;
    text-indent: 0;
    line-height: 31px;
    padding: 0 10px;
    margin-left: 2.5%;
}

.listTypeSignUp {
    width: calc(100% - 160px);
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 9;
    background-color: #fff;
    padding: 40px;
    padding-top: 20px;
    box-shadow: 0px 9px 5px #d1d1d1;
    border-radius: 0px 0px 5px 5px;
    display: none;
}

.listTypeSignUp h3 {
    margin-bottom: 10px;
}

.listTypeSignUp ul {
    display: flex;
    flex-wrap: wrap;
}

.listTypeSignUp ul li {
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 15px;
    background-image: url(../img/listTypeSignUp-01.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 11px;
    line-height: 20px;
}

.listTypeSignUp ul li:hover,
.listTypeSignUp span:hover,
.listType:hover {
    cursor: pointer;
}

.listTypeSignUp-on {
    cursor: pointer;
    background-image: url(../img/listTypeSignUp-02.png) !important;
}

.listTypeSignUp span {
    display: block;
    border: 1px solid #193dd1;
    color: #193dd1;
    font-size: 14px;
    width: 80px;
    height: 29px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listTypeSignUp span:hover {
    background-color: #193dd1;
    color: #fff;
}

.listTypeto {
    background-image: url(../img/icon-form-01.png) !important;
}

.serviceData-map {
    width: 100%;
    height: 630px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.serviceData-map-list {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background-color: #145cd7;
}

.serviceData-map-list dl {
    display: flex;
    background-color: #145CD7;
}

.serviceData-map-list dl dd {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #fff;
    height: 60px;
    font-size: 17px;
}

.serviceData-map-list dl dd:nth-child(1),
.serviceData-map-list ul li div:nth-child(1) {
    width: 128px;
}

.serviceData-map-list dl dd:nth-child(2),
.serviceData-map-list ul li div:nth-child(2) {
    width: 161px;
}

.serviceData-map-list dl dd:nth-child(3),
.serviceData-map-list ul li div:nth-child(3) {
    width: 465px;
}

.serviceData-map-list dl dd:nth-child(4),
.serviceData-map-list ul li div:nth-child(4) {
    width: 451px;
}

.serviceData-map-list ul {
    height: 700px;
    background-color: #fff;
    overflow: auto;

}

.serviceData-map-list ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.serviceData-map-list ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background: #DDDDDD;
}

.serviceData-map-list ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #f9f9f9;
}

.serviceData-map-list ul li {
    height: 50px;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;


}

.serviceData-map-list ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e0e0e0;


}

.serviceData-map-list ul li:nth-last-child(odd) {
    background-color: rgba(213, 215, 255, 0.1);
}

#serviceData-map {
    width: 90%;
    height: 90%;
    margin-left: 5%;
    margin-top: 2%;
}

.nav-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background: #f2f1f2;
    font-weight: 200;
}

.nav-title div {
    width: 1106px;
    font-size: 12px;
}

.nav-title div a {
    color: #333;
}

.nav-title div span {
    font-family: "arial narrow";
    padding: 0 6px;
    color: #a3a3a3;
    font-weight: 200;
}

.nav-title div i {
    font-style: normal;
    color: #666;
}

.videoNews {
    width: 1206px;
    overflow: hidden;
    /*min-height: 900px;*/
    margin: 65px auto 30px auto !important;
}

.videoNews h1 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-left: 57px;
}

.videoList {
    width: 90%;
    position: relative;
    margin-left: 5%;
}

.videoListDom {
    width: 100%;
    display: flex;
    align-items: center;
    /* background: #e0e5eb; */
    padding-top: 30px;
}

.videoList img {
    width: 266px;
    height: 160px;
}

.videoList span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.videoPay {
    width: 1084px;
    height: 494px;
    margin-bottom: 15px;
    margin-left: 58px;
}

.videoPay div,
.videoPay div video {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.videoList .slick-prev,
.videoList .slick-next {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 63px;
}

.videoList .slick-prev {
    background-image: url(../img/icon-r.png);
    left: -40px;
}

.videoList .slick-next {
    background-image: url(../img/icon-l.png);
    right: -38px;
}

.videoList .slick-prev:before,
.videoList .slick-next:before {
    opacity: 0;
}

.pageNext {
    width: 1136px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.pageNext dl {
    width: 45%;

}

.pageNext dl dd:nth-child(1) {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 400;
}

.pageNext dl dd a {
    font-size: 14px;
    color: #000;
}

.meetingDetails {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: 0 auto;
}

.titleTxt {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 30px auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.titleTxt dl {
    position: relative;

}

.titleTxt dl dd {
    display: flex;
    justify-content: center;

}

.titleTxt dl dd:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    position: relative;

}

.titleTxt dl dd:nth-child(1)::after {
    content: "";
    width: 20px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    /* background-image: url(../img/left-icon-01.png); */
    background-size: 100% 100%;
    left: -40px;
    top: 13px;
}

.titleTxt dl dd:nth-child(1)::before {
    content: "";
    width: 20px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    /* background-image: url(../img/left-icon-02.png); */
    background-size: 100% 100%;
    right: -40px;
    top: 13px;
}

.titleTxt dl dd:nth-child(2) {
    font-size: 15px;
    color: #999;
    letter-spacing: 21px;
    margin-top: 10px;
}

.tit1 {
    height: 28px;
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(33, 37, 41);
    padding-left: 15px;
    border-left: 5px solid #212529;
    line-height: 28px;
    margin-bottom: 20px;
}

.meetingDetailsinfo {
    width: 1136px;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    margin: 30px auto;

}

.meetingDetailsinfo dl dd {
    display: flex;
    height: 60px;
    font-size: 18px;
    font-weight: 200;
}

.meetingDetailsinfo dl dd span {
    width: 100px;
    display: block;
    margin-left: 20px;
    position: relative;
}

.meetingDetailsinfo dl dd span::after {
    content: "";
    height: 22px;
    width: 5px;
    border-radius: 1px;
    position: absolute;
    left: -15px;
    top: 1px;
    background: linear-gradient(to bottom, #FFB716, #FF9C5A);
}

.meetingDetailsinfo dl dd div {
    position: relative;
    width: 90%;
}

.meetingDetailsinfo dl dd i {
    position: absolute;
    right: 0;
    float: right;
    display: inline-flex;
    background-color: #FF6416;
    border-radius: 5px;
    font-style: normal;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    padding-left: 35px;
    background: #FF6416 url(../img/share.png) no-repeat;
    background-size: 15px;
    background-position: 15px 6px;
}

.meetingDetailsinfo dl dd i:hover {
    cursor: progress;
}

.titleTxttabBay {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 60px;
    border-bottom: 1px solid #fff;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 15px;
}

.titleTxttabBay div ul {
    background-color: #D7ECFF;
    height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 30px 30px 0 0;
}

.titleTxttabBay div ul li {
    display: flex;
    justify-content: center;
}

.titleTxttabBay div ul li:nth-child(1) {
    font-size: 28px;
    color: #1F85F1;
    margin-bottom: 10px;
}

.titleTxttabBay div ul li:nth-child(2) {
    font-size: 14px;
    color: #3B3B3B;
}

.titleTxttabBay div ul li:nth-child(2) strong {
    margin-right: 8px;
}

.titleTxttabBay div dl {
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    /* background-color: #fff; */
}

.titleTxttabBay div dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleTxttabBay div dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    text-align: center;
    background-color: #fff;
}

.titleTxttabBay div dl dd div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 5px;
    box-sizing: border-box;
    /* 支持内容较多时的换行 */
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.titleTxttabBay div dl dd div strong {
    font-size: 16px;
}

.titleTxttabBay div dl dd div:nth-child(1) {
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
}

.titleTxttabBay div dl dd div:nth-child(2) {
    width: 100%;
    flex: 0 0 30%;
    max-width: 30%;
    box-sizing: border-box;
    padding: 0 10px;
    /*justify-content: left;*/
    /*text-align: left;*/
}

.titleTxttabBay div dl dd div:nth-child(3) {
    width: 100%;
    flex: 0 0 45%;
    max-width: 45%;
    box-sizing: border-box;
    padding: 0 10px;
}

/* 当dd中只有两个div时，宽度撑满并两端对齐 */
/* 第一个div（时间）保持25%宽度，与三列布局保持一致 */
.titleTxttabBay div dl dd div:nth-child(1):nth-last-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
}

/* 第二个div（议程）占据剩余空间，实现两端对齐 */
.titleTxttabBay div dl dd div:nth-child(1):nth-last-child(2) ~ div:last-child {
    flex: 1;
    max-width: none;
}

/* 当只有两个div时，让dd使用space-between实现两端对齐 */
.titleTxttabBay div dl dd:has(div:nth-child(1):nth-last-child(2)) {
    justify-content: space-between;
}

/* JavaScript添加类名后的样式（兼容不支持:has()的浏览器） */
.titleTxttabBay div dl dd.two-div-layout {
    justify-content: space-between;
}

.titleTxttabBay div dl dd.two-div-layout div:nth-child(1) {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.titleTxttabBay div dl dd.two-div-layout div:nth-child(2) {
    flex: 1 !important;
    max-width: none !important;
}

/* 当dd中只有一个div时，占满整行 */
.titleTxttabBay div dl dd:has(div:only-child) {
    justify-content: center;
}

.titleTxttabBay div dl dd div:only-child {
    width: 100% !important;
    flex: 1 !important;
    max-width: 100% !important;
}

/* JavaScript添加类名后的样式（兼容不支持:has()的浏览器） */
.titleTxttabBay div dl dd.one-div-layout {
    justify-content: center;
}

.titleTxttabBay div dl dd.one-div-layout div {
    width: 100% !important;
    flex: 1 !important;
    max-width: 100% !important;
}
.teamExpert {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f6f6f7;
    padding-top: 80px;
}

.teamExpertList {
    width: 1136px;
    margin: 0 auto;
    margin-top: 60px;
}

.teamExpertList ul {
    position: relative;
    left: -15px;
    width: 100%;
    /* background: red; */
    overflow: hidden;
}

.teamExpertList ul li {
    width: calc(25% - 18px);
    float: left;
    margin-left: 18px;
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 385px;
}

.teamExpertList ul li img {
    width: 100%;
}

.teamExpertList ul li span:nth-child(2) {
    font-size: 16px;
    line-height: 40px;
}

.teamExpertList ul li span:nth-child(3),
.teamExpertList ul li span:nth-child(4) {
    font-size: 14px;
    line-height: 25px;
    color: #757575;
}

.teamExpertList ul li span:nth-child(3) {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.agendaType {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.agendaType ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.agendaType ul li {
    width: 580px;
    height: 224px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    color: #fff;
}

.agendaType ul li:hover {
    box-shadow: 0 0 10px #a8cdf5;
    border-radius: 32px;
}

.agendaType ul li:nth-child(1) {
    background-image: url(../img/agenBg-01.png);
}

.agendaType ul li:nth-child(2) {
    background-image: url(../img/agenBg-02.png);
}

.agendaType ul li:nth-child(3) {
    background-image: url(../img/agenBg-03.png);
}

.agendaType ul li:nth-child(4) {
    background-image: url(../img/agenBg-04.png);
}

.agendaType ul li div {
    position: absolute;
}

.agendaType ul li div:nth-child(1) {
    left: 39px;
    top: 24px;
}

.agendaType ul li div:nth-child(1) img {
    width: 170px;
    left: 40px;
    top: 31px;

}

.agendaType ul li div:nth-child(2) {
    right: 22px;
    top: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-map.png);
    background-size: 12px;
    padding: 5px 20px;
    font-size: 14px;
}

.agendaType ul li div:nth-child(3) {
    left: 38px;
    bottom: 39px;
}

.agendaType ul li div:nth-child(3) dl dd:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.agendaType ul li div:nth-child(3) dl dd:nth-child(2) {
    font-size: 18px;
}

.agendaType ul li a {
    position: absolute;
    right: 33px;
    bottom: 35px;
    color: #727272;
    background-color: #ffffff;
    border-radius: 30px;
    width: 128px;
    line-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.agendaType ul li div:nth-child(5) {
    top: 58px;
    width: 86%;
    height: 1px;
    border-top: 1px dashed #ffffffd4;
    left: 7%;
}

.titleTxt-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.titleTxt-list li {
    width: 100%;
    flex: 1;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #585858;
    font-weight: 500;
    box-sizing: border-box;
}

.titleTxt-list-on,
.titleTxt-list li:hover {
    cursor: pointer;
    background: linear-gradient(to right, #5e6bee, #8544e9);
    color: #fff !important;
}

.agendaListBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.agendaListBox ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #E1E1E1;
    position: relative;
}

.agendaListBox ul li:hover {
    cursor: pointer;
}

.agendaList-r-bg {
    position: absolute;
    right: 0;
    width: 100%;
    height: 206px;
    background-color: #f9f9f9;
    z-index: 0;

}

.agendaListBox ul li:hover .agendaList-r-bg {
    display: block;
    animation: agendaList-r 1s;
}

@keyframes agendaList-r {
    0% {
        width: 0%;

    }

    100% {
        width: 100%;
    }
}

.agendaListBox .agendaList-l {
    width: 380px;
    height: 206px;
    background-color: #FAE8CF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    z-index: 9;
}

.agendaListBox .agendaList-l dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agendaListBox .agendaList-l dl dd:nth-child(1) {
    font-size: 28px;
    margin-bottom: 5px;

}

.agendaListBox .agendaList-l dl dd:nth-child(2) {
    font-size: 20px;
    font-weight: 200;
}

.agendaListBox .agendaList-l i {
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../img/icon-num.png);
    width: 30px;
    height: 26px;
    padding-right: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}

.agendaListBox .agendaList-r {
    width: calc(100% - 400px);
    position: relative;
    z-index: 9;
}

.agendaListBox .agendaList-r dl dd:nth-child(1) {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding: 10px;
    padding: 10px 10px 0px 0;
}

.agendaListBox .agendaList-r dl dd:nth-child(2) {
    font-size: 16px;
    line-height: 34px;
    color: #4E4E4E;
    padding: 10px 10px 0px 0;
}

.agendaListBox .agendaList-r dl dd:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}

.agendaListBox .agendaList-r dl dd:nth-child(3) span {
    background-color: #ffefd9;
    border-radius: 20px;
    color: #FE8C00;
    font-size: 12px;
    padding: 5px 15px;
    margin-right: 10px;
}

.agendaListBox .agendaList-r dl dd:nth-child(4) {
    background-image: url(../img/icon-map-02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-indent: 1.3em;
    color: #989898;
    font-weight: 400;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 17px;
}

.agendaListBox .agendaList-r dl dd:nth-child(5) {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.agendaListBox .agendaList-r dl dd:nth-child(5) a:nth-child(1) {
    border: 1px solid #FF6416;
    color: #FF6416;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 20px;
}

.agendaListBox .agendaList-r dl dd:nth-child(5) a:nth-child(2) {
    background-color: #FF6416;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;

}

.indexBanners {
    width: 100%;
    height: 750px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.indexBanners video {
    width: 100%;
}

.indexBannerstxt {
    margin-top: 204px;
    width: 1200px;
    height: 718px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.indexBannerstxt div {
    width: 100%;
    color: #fff;
}

.indexBannerstxt div:nth-child(2) {
    height: 36px;
    background-image: linear-gradient(to right, #29D3CE, rgba(57, 166, 169, 0));
    display: flex;
    align-items: center;
    text-indent: 1em;
    margin: 20px 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.indexBannerstxt div:nth-child(3),
.indexBannerstxt div:nth-child(4) {
    font-size: 16px;
    line-height: 40px;
}

.indexAbout {
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: -40px;
    box-shadow: 0 18px 27px rgba(0, 0, 0, .13);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

.indexAbout .indexAboutSignupBtn {
    position: absolute;
    background: #FF6416;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    font-size: 16px;
    right: 70px;
    top: 32px;
}

.indexAbout a:hover {
    cursor: pointer;
}

.indexAbout div img {
    width: 178px;
    margin-left: 90px;
    margin-right: 60px;
}

.indexAbout div dl {
    height: 210px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-evenly;
    margin-right: 60px;

}

.indexAbout div dl dd {
    width: 100%;
}

.indexAbout div dl dd:nth-child(1) {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: bold;
}

.indexAbout div dl dd:nth-child(2) {
    font-size: 16px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.indexAbout div dl dd:nth-child(3) {
    font-size: 16px;
    font-weight: 100;
    line-height: 40px;
}

.indexAbout div:nth-child(2) {
    width: calc(100% - 200px);
}

.indexAbout-Box {
    display: flex;
    margin-top: 90px;

}

.indexAbout-newyouth {
    display: block;
    width: calc(100% - 80px);
    height: 150px;
    background-image: url(../img/newyouth.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 40px;
}

.newsTop,
.newsTopList,
.imgNewsTop {
    width: 1200px;
    margin: 30px auto 20px;
    overflow: hidden;
}

.newsTopList {
    margin: 0 auto;
}

.newYouth {
    width: 1200px;
    margin: 0 auto 0px;
}

.newsTop a {
    color: #172453;
    font-size: 33px;
    display: block;
    position: relative;
    width: 93%;
    margin-left: 7%;
    line-height: 60px;
}

.newsTop a::after {
    content: "";
    position: absolute;
    left: -84px;
    top: 13px;
    width: 78px;
    height: 36px;
    background-image: url(../img/news-icon-01.png);
    background-size: 78px 36px;
    background-repeat: no-repeat;
}

.newsTopList {
    display: flex;
    flex-flow: wrap;
}

.newsTopList a {
    width: 31%;
    margin-right: 20px;
    color: #4B4B4B;
    margin-bottom: 20px;
    font-size: 16px;
    text-indent: 1em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsTopList a:hover {
    color: #007AFF;
}

.newsTopList a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #156DAC;
}

.newsTop-to a:after {
    background-image: url(../img/newsicon-02.png) !important;
}

.imgNewsTop .imgNewsTop-l {
    width: 750px;
    height: 493px;
    float: left;
    overflow: hidden;
}

.imgNewsTop .imgNewsTop-l a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgNewsTop .imgNewsTop-l a img {
    object-fit: cover;
    width: 100%;
    height: 493px;
}

.imgNewsTop .imgNewsTop-l a span {
    position: absolute;
    width: calc(100% - 10px);
    height: 40px;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    color: #fff;
    text-indent: 1em;
    overflow: hidden;
    line-height: 40px;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    left: 0;
    bottom: 0;
}

.imgNewsTop .imgNewsTop-r {
    width: calc(100% - 770px);
    float: right;
    height: 540px;
}

.imgNewsTop-r a:nth-child(1) {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 15px;

}

.imgNewsTop-r a img {
    position: absolute;
    left: 0;
    width: 100%;
}

.imgNewsTop-r a {
    float: left;
    position: relative;
}

.imgNewsTop-r a:nth-child(2) {
    width: calc(50% - 7px);
    height: 197px;
    margin-right: 14px;

}

.imgNewsTop-r a:nth-child(3) {
    height: 197px;
    width: calc(50% - 7px);

}

.imgNewsTop-r a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 40px;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    color: #fff;
    text-indent: 1em;
    overflow: hidden;
    line-height: 40px;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsMore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.newsMore a {
    color: #183CD1;
    border: 1px solid #183CD1;
    padding: 12px 50px;
    border-radius: 35px;
    font-size: 18px;
}

.newsMore a:hover {
    color: #fff;
    background-color: #183CD1;
}

.meetingProcess .newsMore a:hover {
    color: #183CD1 !important;
    background-color: #fff;
}

.meetingProcess {
    width: 100%;
    height: 490px;
    background-image: url(../img/indexbg-yc.jpg);
    background-size: cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.meetingProcess div:nth-child(1) {
    font-size: 50px;
    color: #fff;
    text-shadow: 3px 0px #007AFF;
    font-weight: bold;
}

.meetingProcess div:nth-child(2) {
    font-size: 30px;
    color: #fff;
    display: flex;
    width: 100%;
    margin: 40px auto;

}

.meetingProcess div:nth-child(2) a {
    width: 100%;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: 100%;
}

.meetingProcess div:nth-child(2) a:hover div {
    display: flex;
    bottom: 0;
    opacity: 1;
    animation: dayan 0.6s;
}

@keyframes dayan {
    0% {
        bottom: -1000px;
        opacity: 0;
    }

    100% {
        bottom: 0px;
        opacity: 1;
    }
}

.meetingProcess div:nth-child(2) a div {
    position: absolute;
    background-color: rgb(2, 2, 2, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;

}

.meetingProcess div:nth-child(2) a div h3 {
    text-shadow: none;
    font-size: 16px;
    width: 70%;
    margin: 30px;
    line-height: 30px;
    letter-spacing: 2px;
}

.meetingProcess div:nth-child(2) a div span {
    background-color: #ff9800;
    color: #fff;
    width: 123px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-shadow: none;
    padding: 10px 0;
    margin-right: 30px;
}

.meetingProcess div:nth-child(2) a dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.meetingProcess div:nth-child(2) a dl dd:nth-child(1) {
    font-size: 47px;
}

.meetingProcess div:nth-child(2) a dl dd:nth-child(1) {
    font-size: 40px;
}

.meetingProcess div:nth-child(2) a:nth-child(1) {
    background-image: url(../img/index-yc-01.png);
}

.meetingProcess div:nth-child(2) a:nth-child(2) {
    background-image: url(../img/icon-yc-02.png);
}

.meetingProcess div:nth-child(2) a {
    background-image: url(../img/icon-yc-03.png);
}

.meetingProcess .newsMore {
    margin-bottom: 0;
}

.meetingProcess .newsMore a {
    border: 1px solid #fff !important;
    color: #fff !important;

}

.arrangementMeeting {
    width: 100%;
    height: 624px;
    background: url(../img/shandong-bg.png) #EFF4FF;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35%;
    overflow: hidden;
    padding-bottom: 51px;
}

.arrangementMeetingBox {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    overflow: hidden;
}

.arrangementMeeting-l {
    width: 39.2%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding-right: 40px;
}

.arrangementMeeting-l div {
    display: flex;
    justify-content: flex-end;
}

.arrangementMeeting-l div:nth-child(1) {
    margin-top: 70px;
    border-bottom: 2px solid #156DAC;
    padding-bottom: 20px;
}

.arrangementMeeting-l div:nth-child(2) {
    margin: 20px 0;
}

.arrangementMeeting-l div:nth-child(2) img {
    margin-right: 6px;
    height: 17px;
    top: 2px;
    position: relative;
    width: 11px;
}

.arrangementMeeting-l div:nth-child(3) {
    border: 1px solid #B0BBE1;
    border-left: 0;
    width: 80%;
    height: 290px;
    margin-top: 29px;
}

.arrangementMeeting-l div:nth-child(3) ul {
    width: 100%;
    height: 100%;
    display: flex;


}

.arrangementMeeting-l div:nth-child(3) ul li {
    border-left: 1px solid #B0BBE1;
    width: 25%;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding-top: 41px;
    font-size: 16px;
    letter-spacing: 16px;
    position: relative;
    justify-content: center;
    color: #183CD1;
}

.arrangementMeeting-l-on,
.arrangementMeeting-l div:nth-child(3) ul li:hover {
    background-color: #183CD1;
    color: #fff !important;
    border-left: 1px solid #183CD1;
    cursor: pointer;
}

.arrangementMeeting-l div:nth-child(3) ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 2px;
    height: 55px;
    background-color: #183CD1;
}

.arrangementMeeting-nob::after {
    opacity: 0;
}

.arrangementMeeting-r {
    width: 60.8%;
    margin-top: 61px;
    position: relative;
}

.arrangementMeeting-r div {
    /*display: none;*/
    width: 70%;
}

.arrangementMeeting .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 50;
    width: 10px;
    height: 300px;
    margin-top: -150px;
}

.arrangementMeeting .swiper-schedule-container .swiper-scrollbar-drag {
    width: 100%;
}

.arrangementMeeting-r h3 {
    font-size: 26px;
    margin: 0px 30px 2px 0px;
    text-indent: 2em;
    position: relative;
}

.arrangementMeeting-r h3::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 18px;
    width: 29px;
    height: 5px;
    background-color: #F5983A;
}

.arrangementMeeting-r .swiper-schedule-container {
    width: 77%;
    background: transparent;
    height: 400px;
}

.arrangementMeeting-r .swiper-schedule-container .swiper-wrapper {}

.arrangementMeeting-r .swiper-slide {
    text-align: center;
    display: flex;
}

.arrangementMeeting-r dl {
    width: 100%;
    display: flex;
    /*margin: 10px 30px 44px 70px;*/
    flex-flow: wrap;
}

.arrangementMeeting-r dl dd {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 4%;
    line-height: 55px;
    text-indent: 14px;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid #ececec;

}

.arrangementMeeting-r .swiper-schedule-bg {
    border-bottom: 2px solid #b0b0b0;
    background: aliceblue;
}

.arrangementMeeting-r .swiper-schedule-bg span {
    font-weight: 500;
}

.arrangementMeeting-r dl dd span:nth-child(1) {
    width: 40px;
    font-size: 16px;
    font-style: oblique;
    padding-left: 10px;
    display: none;
}

.arrangementMeeting-r dl dd span:nth-child(2) {
    width: 58px;
}

.arrangementMeeting-r dl dd span:nth-child(3) {
    width: 90px;
}

.arrangementMeeting-r dl dd span:nth-child(4) {}

.arrangementMeeting-r dl dd::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #a7a7a7;
    margin-top: -2px;
}

.expertinterview {
    width: 1200px;
    margin: 0 auto;
}

.expertinterview ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.expertinterview ul a {
    width: 191px;
    position: relative;
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: hidden;

}

.expertinterview ul a:nth-child(1) {
    width: 370px;
    height: 255px;
    margin-left: 0;
}

.expertinterview ul a:nth-child(1) img {
    height: 255px;
    /* float: left; */
    /* vertical-align: middle; */
    /* object-fit: scale-down; */
}

.expertinterview ul img {
    width: 100%;
    height: 120px;
    float: left;
    vertical-align: middle;
    object-fit: cover;
}

.expertinterview ul span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 40px;
}

.expertinterview .titleTxt {
    width: 160px;
    margin-bottom: 30px;
}

.onferenceExperts .titleTxt {
    color: #FFFFFF;
    padding-top: 60px;
}

.distinguishedList {
    width: 100%;
    height: 930px;
    background-image: url(../img/distinguishedbg.jpg);
    background-size: cover;
    /*display: flex;*/
    justify-self: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.distinguishedList .titleTxt dl dd:nth-child(1) {
    color: #fff;
}

.distinguishedList .swiper-button-next {
    right: 140px;
    width: 40px;
    height: 76px;
    background-image: url(../img/swiper-r.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    opacity: 0;
}

.distinguishedList .swiper-button-prev {
    left: 140px;
    width: 40px;
    height: 76px;
    background-image: url(../img/swiper-l.png);
    background-size: 100%;
    width: 30px;
    background-repeat: no-repeat;
}

.distinguishedListSwiper {
    width: 100%;
    height: 100%;
}

.distinguishedList .swiper-pagination {
    bottom: 30px;
}

.distinguishedListSwiper ul {
    display: flex;
    flex-flow: wrap;
    width: 1200px;
    margin: 0 auto;
}

.distinguishedListSwiper ul li {
    width: calc(20% - 15px);
    height: 350px;
    margin-right: 15px;
}

.distinguishedListSwiper ul li img {
    width: 100%;
}

.distinguishedListSwiper ul li h3,
.distinguishedListSwiper ul li span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.distinguishedListSwiper .swiper-slide,
.conferenceListSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;

    height: calc((100% - 30px) / 2);
    color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.distinguishedListSwiper ul li div {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.distinguishedListSwiper ul li img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.distinguishedListSwiper ul li img:hover {
    transform: scale(1.1);

}

.distinguishedListSwiper ul li h3 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 12px;
}

.distinguishedListSwiper ul li span {
    font-size: 14px;
}

.conferenceList {
    width: 1200px;
    margin: 0 auto;
}

.conferenceList .conferenceListSwiper {
    width: 100%;
    height: 75%;
}

.conferenceList .conferenceListSwiper .swiper-slide {
    position: relative;
    box-shadow: 0 0 5px #eee;
}

.conferenceList .conferenceListSwiper .swiper-slide:hover {
    cursor: pointer;
}

.conferenceList .conferenceListSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.conferenceList .conferenceListSwiper .swiper-slide div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 16, 33, .8);
}

.conferenceList .conferenceListSwiper .swiper-slide div {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-flow: column; */
    display: none;
    width: 100%;
}

.conferenceList .conferenceListSwiper .swiper-slide div h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 49%;
    margin-top: 40%;
}

.conferenceList .conferenceListSwiper .swiper-slide div a {
    background-color: #FF6416;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 40px;
}

.explorationListSwiper {
    margin-bottom: 10px;
}

.explorationListSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
}

.explorationListSwiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(2);
    z-index: 999;
}

.explorationListSwiper {
    width: 100%;
    height: 210px;
}

.explorationListSwiper .swiper-slide img {
    width: 100%;
}

.explorationList {
    width: 100%;
}

.logoList .titleTxt {
    width: 240px;
}

.logoListViewr {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;

}

.logoListViewr li {
    width: calc(18% - 20px);
    height: 90px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgb(203, 212, 242, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7E5FF;
}

.logoListViewr li img {
    width: 145px;
    height: 65px;
    display: block;
    float: left;
    vertical-align: middle;
    object-fit: scale-down;
}

.logoListto .titleTxt {
    width: 170px;
}

.minHeader {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 55px;
    z-index: 9999;
    background: rgba(9, 11, 23, .97);
    display: none;
}

.minHeader .minHeaderBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 100%;

}

.minHeader div div:nth-child(1) {
    margin-left: 30px;
}

.minHeader div div:nth-child(1) img {
    width: 166px;
}

.minHeader div div:nth-child(2) {
    /* width: 860px; */
    margin-right: 100px;
}

.minHeader div div:nth-child(2) ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.minHeader div div:nth-child(2) ul a {
    padding: 6px 10px;
    color: #fff;
}

.minHeader div div:nth-child(2) ul a:hover {
    background-color: #145CD7;
    color: #fff;
    border-radius: 32px;
}

#share-1 {
    display: flex;
    width: 509px;
}

/*分享*/
.social-share {}

.social-share a {}

.social-share .social-share-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
}

.social-share .icon-wechat .wechat-qrcode {
    left: -69px;
}

.social-share .icon-wechat .wechat-qrcode .help {
    width: 100%;
    margin-top: -26px
}

.sentenaList {
    width: 100%;
    height: 910px;
    position: relative;
    background-image: none;
}

.sentenaList .sentenaListSwiper {
    width: 91%;
    height: 84%;
}

.sentenaList .swiper-button-prev {
    left: 20px;
    background-image: url(../img/icon-r.png);
}

.sentenaList .swiper-button-next {
    right: 20px;
    background-image: url(../img/icon-l.png);
    width: 26px;
}

.headerMore {
    min-height: 280px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 122px;
    width: 100%;
    z-index: 999;
    display: none;

}

.headerMoreBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1210px;
    margin: 0 auto;
}

.headerMoreBox .header-more-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: flex;
    height: 80%;
    justify-content: start;
    align-items: center;
    border-right: 1px dotted #465066;
    width: 300px;
    flex-flow: column;
}

.headerMoreBox .header-more-title h3 {
    margin-top: 82px;
    font-weight: bold;
    font-family: emoji;
}

.headerMoreBox .header-more-title span {
    font-size: 18px;
    color: #fff;
    text-transform: Uppercase;
    font-weight: 100;
}

.headerMoreBox .header-more-a {
    display: flex;
    height: 80%;
    flex-flow: column;
    width: calc(100% - 301px);
    justify-content: center;
}

.headerMoreBox .header-more-list,
.headerMoreBox .header-more-list-more {
    margin-left: 60px;
}

.headerMoreBox .header-more-list a,
.headerMoreBox .header-more-list-more a {
    color: #fff;
    font-size: 14px;
}

.headerMoreBox .header-more-list {
    display: flex;
    flex-wrap: wrap;
}

.headerMoreBox .header-more-list a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 110px;
    text-align: center;
    padding: 20px 15px;
}

.headerMoreBox .header-more-list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.headerMoreBox .header-more-list a img {
    width: 44px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.headerMoreBox .header-more-list-more {
    border-top: 1px dotted #465066;
    padding-top: 30px;
    display: none;
}

.headerMoreBox .header-more-list-more a {
    text-indent: 20px;
    background-image: url(../img/icon-triangle.png);
    background-repeat: no-repeat;
    background-size: 15px;
    /* margin-right: 95px; */
    display: block;
    float: left;
    background-position: left center;
    width: 159px;
    margin-bottom: 20px;
}

.headerMoreBox .header-more-list-more a:hover {
    color: #0034b3;
}

.headerMoreBoxblack {
    display: none;
    height: 100%;
}

.newsDeaders li {
    display: flex;
    height: 100%;
    float: left;
}

.header-more-list-w a {
    width: 200px !important;
}

.header-more-img {
    margin-left: 60px;
}

.header-more-img a {
    display: block;
    padding: 10px;
    background: #fff;
    width: 320px;
}

.header-more-img a span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.powerMeetingContentInfo {
    width: 1140px;
    margin: 0 auto;
    padding: 30px 30px 60px 30px;
    position: relative;
    top: -47px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 5px #e4e4e4;
}

.powerMeetingContentInfo .layui-elem-quote {
    border-color: #0e9aef;
}

.newsDiyswiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.newsDiyswiper div {*/
/*    width: 30%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    padding: 0 5px;*/
/*}*/

.newsDiyswiper .swiper-container {
    width: 100%;
    height: 100%;
}

.newsDiyswiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.newsDiyswiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.3);
}


/* 移动端 */
.wapheader,
.m_nav,
.mfooter {
    display: none;
}

.powerMeetingContent-box-btn a {
    background: #FF6416;
    color: #fff !important;
    border-radius: 40px;
    font-size: 18px;
    padding: 12px 13px;
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.dataConferencebanner_type {
    width: 100%;
    max-width: 1000px;
    margin: 52px auto 40px;
}

.dataConferencebanner_type ul {
    display: flex;
    justify-content: space-between;
}

.dataConferencebanner_type ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.dataConferencebanner_type ul li h6 {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    margin-bottom: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44% !important;
}

.dataConferencebanner_type ul li:hover {
    cursor: pointer;
}

.dataConferencebanner_type ul li:nth-child(1) h6 {
    background-image: url("../img/data_icon_01.png");
}

.dataConferencebanner_type ul li:nth-child(2) h6 {
    background-image: url("../img/data_icon_02.png");
}

.dataConferencebanner_type ul li:nth-child(3) h6 {
    background-image: url("../img/data_icon_03.png");
}

.dataConferencebanner_type ul li:nth-child(4) h6 {
    background-image: url("../img/data_icon_04.png");
}

.dataConferencebanner_type ul li:nth-child(5) h6 {
    background-image: url("../img/data_icon_05.png");
}

.dataConferencebanner_type ul li:nth-child(6) h6 {
    background-image: url("../img/data_icon_06.png");
}

.dataConferencebanner_type ul li:nth-child(7) h6 {
    background-image: url("../img/data_icon_07.png");
}

.dataConferencebanner_type ul li:nth-child(8) h6 {
    background-image: url("../img/data_icon_08.png");
}

.dataType_icon1 h6 {
    background: url("../img/icon_01.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon2 h6 {
    background: url("../img/icon_02.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon3 h6 {
    background: url("../img/icon_03.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon4 h6 {
    background: url("../img/icon_04.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon5 h6 {
    background: url("../img/icon_05.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon6 h6 {
    background: url("../img/icon_06.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon7 h6 {
    background: url("../img/icon_07.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataType_icon8 h6 {
    background: url("../img/icon_08.png") center center no-repeat rgb(255, 255, 255) !important;
}

.dataCon_content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgb(241, 242, 254);
    border-radius: 18px 18px 0px 0px;
    overflow: hidden;
}

.formList_title {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    height: 100px;
}

.formList_title h5 {
    font-size: 20px;
    color: rgb(31, 133, 241);
    font-weight: normal;
    margin-bottom: 10px;
}

.formList_title span {
    font-size: 14px;
    color: rgb(59, 59, 59);
}

.formList_title_form {
    background-color: rgb(255, 255, 255);
}

.formList_title_form table {
    width: 100%;
    border-top: 1px solid rgb(194, 194, 194);
    border-left: 1px solid rgb(194, 194, 194);
    border-right: 1px solid rgb(194, 194, 194);
}

.formList_title_form table tr {
    display: flex;
    border-bottom: 1px solid rgb(194, 194, 194);
}

.formList_title_form table tr td {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: rgb(52, 52, 52);
}

.formList_title_form table tr:nth-child(1) td {
    color: rgb(0, 0, 0);
    font-size: 13px !important;
}

.formList_title_form table tr:nth-child(1) td:nth-child(3) {
    justify-content: center;
}

.formList_title_form table tr td:nth-child(1) {
    width: 248px;
    font-size: 12px;
}

.formList_title_form table tr td:nth-child(2) {
    width: 411px;
    border-left: 1px solid rgb(194, 194, 194);
    border-right: 1px solid rgb(194, 194, 194);
    font-size: 13px;
}

.formList_title_form table tr td:nth-child(3) {
    width: 50%;
    font-size: 13px;
    justify-content: left;
    padding-left: 30px;
    padding-right: 10px;
    /*line-height: 25px;*/
}

.speakersbox {
    background-color: rgb(59, 67, 242);
    overflow: hidden;
    padding-bottom: 20px;
}

.speakersbox.powerMeetingContentInfo {
    background-color: #fff;
}

.speakersbox .dataConferencebanner_title {
    margin-top: 48px;
    margin-bottom: 62px;
}

.speakers_type {
    max-width: 1021px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.speakers_type ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.speakers_type li {
    width: 118px;
    height: 39px;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    border-radius: 46px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    justify-content: center;
}

.speakers_type ul li:hover {
    cursor: pointer;
}

.speakers_type .dataType_icon1,
.speakers_type .dataType_icon1,
.speakers_type .dataType_icon2,
.speakers_type .dataType_icon3,
.speakers_type .dataType_icon4,
.speakers_type .dataType_icon5,
.speakers_type .dataType_icon6,
.speakers_type .dataType_icon7,
.speakers_type .dataType_icon8 {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 122, 255) !important;
}

.Judges_list {
    display: none;
}

.speakers_type li h6 {
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px !important;
}

.speakers_type li:nth-child(1) h6 {
    background-image: url("../img/data_icon_01.png");
}

.speakers_type li:nth-child(2) h6 {
    background-image: url("../img/data_icon_02.png");
}

.speakers_type li:nth-child(3) h6 {
    background-image: url("../img/data_icon_03.png");
}

.speakers_type li:nth-child(4) h6 {
    background-image: url("../img/data_icon_04.png");
}

.speakers_type li:nth-child(5) h6 {
    background-image: url("../img/data_icon_05.png");
}

.speakers_type li:nth-child(6) h6 {
    background-image: url("../img/data_icon_06.png");
}

.speakers_type li:nth-child(7) h6 {
    background-image: url("../img/data_icon_07.png");
}

.speakers_type li:nth-child(8) h6 {
    background-image: url("../img/data_icon_08.png");
}

.dataConferencebanner_info {
    max-width: 1453px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.dataConferencebanner_info span {
    font-size: 10px;
    position: absolute;
    top: 55px;
    z-index: 1;
    color: #e0dfdf;
}

.dataConferencebanner_info::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    top: 50%;
    border-top: 1px solid rgb(227, 227, 227);
}

.dataConferencebanner_info div {
    width: 261px;
    height: 51px;
    position: relative;
    background-color: rgb(59, 67, 242);
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: rgb(77, 77, 77);
    align-items: center;
    z-index: 9;
    border: 1px solid rgb(255, 255, 255);
}

.dataConferencebanner_info div::after {
    content: "DC-Tech";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    left: -8px;
    top: -8px;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.dataConferencebanner_list_img {
    max-width: 1000px;
    margin: 0px auto;
}

.dataConferencebanner_list_img ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dataConferencebanner_list_img ul li {
    width: 238px;
    /*height: 411px;*/
    margin-bottom: 40px;
}

.dataConferencebanner_list_img ul li img {
    width: 100%;
}

.dataConferencebanner_list_img ul li dl {
    width: 100%;
    margin-top: 26px;
}

.dataConferencebanner_list_img ul li dl dd {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.dataConferencebanner_list_img ul li dl dd:nth-child(1) {
    font-size: 19px;
}

.dataConferencebanner_more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 84px;
    margin-top: 68px;
}

.dataConferencebanner_more i {
    width: 50px;
    height: 6px;
    background-color: rgb(118, 123, 245);
    margin-left: 10px;
}

.dataConferencebanner_more_on {
    background-color: rgb(255, 255, 255) !important;
}

.data_cooperative {
    background-color: rgb(225, 240, 255);
    overflow: hidden;
}

.data_cooperative_tile {
    max-width: 1668px;
    margin: 94px auto 57px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.data_cooperative_tile h6 {
    font-size: 18px;
    color: rgb(69, 158, 255);
}

.data_cooperative_tile span {
    font-size: 30px;
}

.data_cooperative_Category {
    background-image: url("../img/data_lm_bg.png");
    width: 192px;
    height: 45px;
    display: flex;
    margin: 61px auto 0px;
    background-size: 100%;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.data_cooperative_list,
.data_committee_list {
    max-width: 1000px;
    margin: 19px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data_cooperative_list li {
    width: 152px;
    height: 85px;
    background-color: rgb(255, 255, 255);
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.data_cooperative .dataConferencebanner_more i {
    background-color: rgb(170, 205, 242);
}

.data_cooperative .dataConferencebanner_more_on {
    background-color: rgb(15, 111, 212) !important;
}

.dataConferencebanner_title {
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.dataConferencebanner_title dl dd {
    text-align: center;
}

.dataConferencebanner_title dl dd:nth-child(1) {
    font-size: 14px;
    margin-bottom: 10px;
}

.dataConferencebanner_title dl dd:nth-child(2) {
    font-size: 41px;
}

.data_cooperative_tile {
    max-width: 1668px;
    margin: 94px auto 57px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.data_cooperative_tile h6 {
    font-size: 18px;
    color: rgb(69, 158, 255);
}

.data_cooperative_tile span {
    font-size: 30px;
}

.bg-agendaBox {
    background-color: #145CD7;
    padding-top: 50px;
    overflow: hidden;
}

.mobile-inner-nav a,
.mobile-inner-nav i,
.navback span,
.hide_Header span,
.levemoreNav-m-title {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: bounceInLeft;
}

.mobile-inner-nav i {
    font-style: normal;
}

.w1200 {
    width: 1200px;
    margin: 0 auto 20px;
}

.w1200 p {

    font-size: 16px;
    font-weight: 200;
    position: relative;
    display: inline-block;

    line-height: 30px;
    text-indent: 2em;
    font-size: 14px;
    padding-bottom: 10px;
    display: flex;
    /* border-bottom: 1px solid #ececec; */
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0px, 0px);
    }

    75% {
        transform: translate3d(-10px, 0px, 0px);
    }

    90% {
        transform: translate3d(5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0px, 0px);
    }

    75% {
        transform: translate3d(-10px, 0px, 0px);
    }

    90% {
        transform: translate3d(5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

.m_header {
    display: none;
}

.noleftBr {
    margin-top: 20px !important;
}

.noleftBr span {
    position: relative;
    top: 7px;
    margin-left: 0 !important;
    width: 80px !important;
}

.noleftBr span:after {
    background: #fff !important;

}

.forumPannel-item {
    display: flex;
    margin-bottom: 10px;
    padding-left: 5px;
}

.forumPannel-item .layui-input-block {
    margin-left: 20px;
    display: flex;
    flex-flow: column;
}

.forumPannel-item .layui-form-item {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 30px;
}

.newsMobDiyswiper {
    display: none
}

/*17寸*/
@media screen and (min-width: 1450px) {
    .bannerB {
        height: 550px;
    }

    .bannerD {
        height: 670px;
    }

    .bannerA .bannerA-box {
        margin-top: 150px;
    }

    .bannerD .bannerA-box {
        margin-top: 90px;
    }

    .W2040 {
        height: 1980px !important;
    }

}


@media screen and (min-width: 1281px) and (max-width: 1449px) {
    .minHeader {
        height: 55px;
    }

    .minHeader div div:nth-child(1) img {
        width: 160px;
    }

    .minHeader div div:nth-child(2) {
        /* width: 660px; */
        margin-right: 30px;
    }

    .minHeader div div:nth-child(2) ul a {
        font-size: 12px;
        padding: 4px 10px;
    }

    #header {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        height: 123px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #header .header-box {
        width: 1009px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    #header .header-box .header-logo,
    #header .header-box .header-logo img {
        width: 239px;
        height: 65px;
    }

    #header .header-box .header-nav {
        width: 721px;
    }

    #header .header-box .header-nav div:nth-child(1),
    #header .header-box .header-nav div:nth-child(1) img {
        width: 480px;
        /* height: 34px; */
    }

    #header .header-box .header-nav div:nth-child(2) ul {
        height: 28px;
        margin-top: 13px;
        padding-top: 14px;
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #66638b;
    }

    #header .header-box .header-nav div:nth-child(2) a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 8px;
        font-size: 12px;
    }

    #header .header-box .header-nav div:nth-child(2) a:hover,
    .nav-on {
        /* background-color: #145CD7; */
        border-radius: 35px;
        cursor: pointer;
    }

    #headerto {
        width: 100%;
        background-color: #fff;
        height: 123px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #headerto .header-box {
        width: 1009px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    #headerto .header-box .header-logo,
    #headerto .header-box .header-logo img {
        width: 239px;
    }

    #headerto .header-box .header-nav {
        width: 721px;
    }

    #headerto .header-box .header-nav div:nth-child(1),
    #headerto .header-box .header-nav div:nth-child(1) img {
        width: 480px;
        /* height: 34px; */
    }

    #headerto .header-box .header-nav div:nth-child(2) ul {
        height: 28px;
        margin-top: 13px;
        padding-top: 14px;
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #66638b;
    }

    #headerto .header-box .header-nav div:nth-child(2) a {
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 18px;
        font-size: 12px;
    }

    #headerto .nav-on-to {
        background-color: #FF6416;
        border-radius: 35px;
        color: #fff !important;
    }

    .nav-on-to {
        background-color: #FF6416;
        border-radius: 35px;
    }

    /* 底部导航 */
    .footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #202124;
        height: 400px;
        position: relative;
    }

    .footer::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* background-image: url(https://static.newdc.org.cn/zsdh/images/login-01.png); */
        background-size: cover;
        background-position: left 511px;
    }

    .footer .footerBox {
        width: 1200px;
        height: 270px;
        z-index: 1;
    }

    .footerBox-l-header {
        border-bottom: 1px solid rgba(255, 255, 255, .22);
        padding-bottom: 35px;
    }

    .footerBox-l-header dl {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .footerBox-l-header dl dd:nth-child(2) {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        min-width: 50%;
    }

    .footerBox-l-header dl dd:nth-child(2) a {
        color: #ffffff;
        line-height: 30px;
        font-size: 12px;
        padding: 0 16px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerBox-l-header dl dd:nth-child(2) a:hover {
        background-color: #145CD7;
        border-radius: 35px;
        cursor: pointer;
    }

    .footerBox-l-header dl dd:nth-child(2) div ul {
        display: flex;
        align-items: center;
    }

    .footerBox-l-header .f-l-h-l,
    .headerNav div ul .f-l-h-l {
        width: 61px;
        height: 32px;
        background-color: #FF925B;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        font-size: 16px;
        border-radius: 3px;
        margin-right: 10px;
    }

    .footerBox-l-header .f-l-h-r {
        color: #fff !important;
    }

    .footerBox-l-header .f-l-h-c {
        width: 81px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        font-size: 16px !important;
        border-radius: 3px;
        margin-right: 10px;
    }

    .footerBox-l-url {
        padding-top: 30px;
    }

    .footerBox-l-url ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footerBox-l-url ul li a {
        font-size: 14px;
        color: #0F6FD4;
    }

    .footerBox-l-url ul li dl {
        display: flex;
        width: 200px;
        justify-content: space-between;
        align-items: center;
    }

    .footerBox-l-info {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        align-items: center;
    }

    .footerBox-l-info div,
    .footerBox-l-info div a,
    .footerBox-l-info ul li span {
        color: rgba(255, 255, 255, 0.4);
        line-height: 26px;
        font-size: 12px;
    }

    .footerBox-l-info ul li span {
        font-size: 12px;
    }


    .footerBox-l-info ul {
        display: flex;
        justify-content: space-around;
    }

    .footerBox-l-info ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-left: 15px;
    }

    .powerMeetingContent .powerMeetingContent-title dl dd:nth-child(1) {
        font-size: 35px;
    }

    .powerMeetingContent .powerMeetingContent-title dl::before {
        right: -28px;
        top: 16px;

        background-size: 74%;
        background-repeat: no-repeat;
    }

    .powerMeetingContent .powerMeetingContent-title dl::after {
        left: -12px;
        top: 16px;
        background-size: 74%;
        background-repeat: no-repeat;
    }

    .powerMeetingContent-box-centent div img {
        width: 160px;
    }

    .powerMeetingContent-box-centent div dl dd:nth-child(1),
    .powerMeetingContent-box-centent div dl dd:nth-child(2) {
        font-size: 16px;
    }

    .footerBox-l-info ul li img {
        width: 80px;
    }

    /* bnaner */
    .bannerA {
        background-image: url(../img/banner-01.png);
        width: 100%;
        height: 611px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerA .bannerA-box {
        width: 1136px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .bannerA .bannerA-box dl {
        width: 100%;

    }

    .bannerA .bannerA-box dl dd {
        color: #fff;
        width: 100%;

        position: relative;
        left: 0;
    }

    .bannerA .bannerA-box dl dd:nth-child(1) {
        animation: bannerA-box-a 1s;
    }

    .bannerA .bannerA-box dl dd:nth-child(1) img {
        height: 72px;
        width: 666px;

    }

    .bannerA .bannerA-box dl dd:nth-child(2) {
        margin-top: 15px;
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #fff;
        animation: bannerA-box-b 1.2s;
    }

    .bannerA .bannerA-box dl dd:nth-child(3) {
        font-size: 45px;
        font-weight: bold;
        text-shadow: 2px 2px #00adff;
        margin-top: 20px;
        animation: bannerA-box-c 1.3s;
        margin-bottom: 142px;
    }

    .bannerA .bannerA-box dl dd:nth-child(3) span {
        text-shadow: 0 0 #fff;
        font-size: 20px;
        font-weight: 400;
        padding-left: 25px;
        margin-left: 30px;
        background-image: url('../img/icon-map.png');
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .indexBanners {
        height: 750px;
    }

    .indexBannerstxt {
        width: 1100px;
        margin-top: 15px;

    }

    .indexBannerstxt div:nth-child(3),
    .indexBannerstxt div:nth-child(4),
    .indexBannerstxt div:nth-child(2) {
        font-size: 14px;
    }

    .indexBannerstxt img {
        width: 100%;
    }

    .indexAbout a {
        padding: 7px 23px;
        font-size: 14px;
    }

    .indexAbout div dl dd:nth-child(1) {
        font-size: 32px;
    }

    .indexAbout div dl dd:nth-child(2),
    .indexAbout div dl dd:nth-child(3) {
        font-size: 14px;
    }

    .indexAbout div img {
        width: 167px;
    }

    .newsTop a {
        font-size: 30px;
        width: 95%;
        margin-left: 5%;
        line-height: 40px;
    }

    .newsTop a::after {
        left: -60px;
        top: 6px;
        background-size: 55px 27px;
    }

    .newsTopList {
        margin-top: 25px;
    }

    .newsTopList a {
        font-size: 14px;
        line-height: 21px;
    }

    .newsTopList a::after {
        width: 6px;
        height: 6px;
    }

    .imgNewsTop .imgNewsTop-l {
        width: 650px;
    }

    .imgNewsTop .imgNewsTop-r {
        width: calc(100% - 670px);
    }

    .explorationList {
        margin-top: 40px;
    }

    .expertinterview .titleTxt {
        margin-top: 70px;
    }

    .expertinterview img {
        cursor: pointer;
    }

    .expertinterview img:hover {
        /*transform: scale(1.1);*/
    }

    .meetingProcess {
        height: 450px;
    }

    .meetingProcess div:nth-child(2) a dl dd:nth-child(1) {
        font-size: 35px;
    }

    .meetingProcess div:nth-child(2) a div h3 {
        font-size: 14px;
    }

    .meetingProcess div:nth-child(2) a div span {
        font-size: 14px;
    }

    .expertinterview ul a:nth-child(1) {
        width: 360px;
        height: 255px;
        overflow: hidden;
    }

    .expertinterview ul span {
        font-size: 12px;
        height: 35px;
    }

    .distinguishedListSwiper .swiper-slide h3 {
        font-size: 14px;
    }

    .distinguishedListSwiper .swiper-slide span {
        font-size: 12px;
    }

    .distinguishedList {
        height: 880px;
    }

    .distinguishedListSwiper {
        height: 80%;
    }

    .conferenceList {
        width: 1200px;
    }

    .conferenceList .conferenceListSwiper .swiper-slide div h3 {
        margin-bottom: 20%;
    }

    .conferenceList .conferenceListSwiper .swiper-slide div a {
        font-size: 14px;
    }

    .conferenceList .conferenceListSwiper {
        height: 78%;
    }

    .logoListViewr li {
        height: 70px;
    }

    .logoListViewr li img {
        width: 125px;
        height: 45px;
    }

    .arrangementMeeting-l div:nth-child(3) {
        width: 69%;
        height: 260px;
    }

    .arrangementMeeting-r dl dd {
        font-size: 14px;
        display: flex;
    }

    .arrangementMeeting-r dl {
        margin: 10px 30px 32px 70px;
    }

    .bannerB {
        height: 520px !important;
    }

    .agendaType ul li div:nth-child(3) dl dd:nth-child(1) {
        font-size: 30PX;
    }

    .agendaType ul li div:nth-child(3) dl dd:nth-child(2) {
        font-size: 16px;
    }

    .contact ul li:nth-child(1) {
        font-size: 24px;
    }

    .powerMeetingContent-box-btn button {
        width: 197px;
        height: 48px;
        font-size: 17px;
    }

    .W2040 {
        height: 1800px !important;
    }

    .signUp .powerMeetingContent-box {
        height: 950px;
    }



    #signUpBox {
        height: 620px;
    }

    /*14-15寸*/
    .powerMeetingContent .powerMeetingContent-box {
        max-width: 926px;
        background: #fff;
        min-width: 960px;
        border-radius: 20px;
        box-shadow: 0 13px 27px rgba(0, 0, 0, .13);
        padding: 40px 100px;
        min-height: 417px;
        position: relative;
        top: -62px;
        display: flex;
        flex-flow: column;
    }

    .meetingDetailsinfo dl dd span::after {
        height: 20px;
    }

    .meetingDetailsinfo dl dd {
        font-size: 16px;
    }

    .sentenaList .sentenaListSwiper .swiper-slide dl {
        bottom: 35px;
    }

    .sentenaList .sentenaListSwiper .swiper-slide .slick-slide-name dd:nth-child(1) {
        font-size: 16px;
    }

    .sentenaList .sentenaListSwiper {
        height: 92%;
    }

    .distinguishedList .swiper-pagination {
        bottom: 20px;
    }

    .serviceData-map-list dl {
        width: calc(100% - 10px);

    }

    .serviceData-map-list dl dd {
        height: 48px;
        font-size: 14px;
    }

    .serviceData-map-list ul li div {
        font-size: 12px;
        font-weight: 200;
    }

    .serviceData-map {
        width: 80%;

    }

}

@media screen and (min-width: 960px) and (max-width: 1280px) {
    .minHeader {
        height: 55px;
    }

    .minHeader div div:nth-child(1) img {
        width: 160px;
    }

    .minHeader div div:nth-child(2) {
        width: 70%;
        margin-right: 30px;
    }

    .minHeader div div:nth-child(2) ul a {
        font-size: 12px;
        padding: 4px 10px;
    }

    #header {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        height: 123px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #header .header-box {
        width: 1000px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    #header .header-box .header-logo,
    #header .header-box .header-logo img {
        width: 239px;
        height: 65px;
    }

    #header .header-box .header-nav {
        width: 721px;
    }

    #header .header-box .header-nav div:nth-child(1),
    #header .header-box .header-nav div:nth-child(1) img {
        width: 480px;
        /* height: 34px; */
    }

    #header .header-box .header-nav div:nth-child(2) ul {
        height: 28px;
        margin-top: 13px;
        padding-top: 14px;
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #66638b;
    }

    #header .header-box .header-nav div:nth-child(2) a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 5px;
        font-size: 12px;
    }

    #header .header-box .header-nav div:nth-child(2) a:hover,
    .nav-on {
        background-color: #145CD7;
        border-radius: 35px;
        cursor: pointer;
    }

    #headerto {
        width: 100%;
        background-color: #fff;
        height: 123px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #headerto .header-box {
        width: 1009px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    #headerto .header-box .header-logo,
    #headerto .header-box .header-logo img {
        width: 239px;
    }

    #headerto .header-box .header-nav {
        width: 721px;
    }

    #headerto .header-box .header-nav div:nth-child(1),
    #headerto .header-box .header-nav div:nth-child(1) img {
        width: 480px;
        /* height: 34px; */
    }

    #headerto .header-box .header-nav div:nth-child(2) ul {
        height: 28px;
        margin-top: 13px;
        padding-top: 14px;
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #66638b;
    }

    #headerto .header-box .header-nav div:nth-child(2) a {
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 18px;
        font-size: 12px;
    }

    #headerto .nav-on-to {
        background-color: #FF6416;
        border-radius: 35px;
        color: #fff !important;
    }

    .nav-on-to {
        background-color: #FF6416;
        border-radius: 35px;
    }

    /* 底部导航 */
    .footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #202124;
        height: 372px;
        position: relative;
    }

    .footer::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* background-image: url(https://static.newdc.org.cn/zsdh/images/login-01.png); */
        background-size: cover;
        background-position: left 511px;
    }

    .footer .footerBox {
        width: 1100px;
        height: 270px;
        z-index: 1;
    }

    .footerBox-l-header {
        border-bottom: 1px solid rgba(255, 255, 255, .22);
        padding-bottom: 35px;
    }

    .footerBox-l-header dl {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .footerBox-l-header dl dd:nth-child(2) {
        display: flex;
        justify-content: space-between;
        max-width: 80%;
        min-width: 50%;
    }

    .footerBox-l-header dl dd:nth-child(2) a {
        color: #ffffff;
        line-height: 30px;
        font-size: 12px;
        padding: 0 10px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerBox-l-header dl dd:nth-child(2) a:hover {
        background-color: #145CD7;
        border-radius: 35px;
        cursor: pointer;
    }

    .footerBox-l-header dl dd:nth-child(2) div ul {
        display: flex;
        align-items: center;
    }

    .footerBox-l-header .f-l-h-l,
    .headerNav div ul .f-l-h-l {
        width: 61px;
        height: 32px;
        background-color: #FF925B;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        font-size: 16px;
        border-radius: 3px;
        margin-right: 10px;
    }

    .footerBox-l-header .f-l-h-r {
        color: #fff !important;
    }

    .footerBox-l-header .f-l-h-c {
        width: 81px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        font-size: 16px !important;
        border-radius: 3px;
        margin-right: 10px;
    }

    .footerBox-l-url {
        padding-top: 30px;
    }

    .footerBox-l-url ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footerBox-l-url ul li a {
        font-size: 14px;
        color: #0F6FD4;
    }

    .footerBox-l-url ul li dl {
        display: flex;
        width: 200px;
        justify-content: space-between;
        align-items: center;
    }

    .footerBox-l-info {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        align-items: center;
    }

    .footerBox-l-info div,
    .footerBox-l-info div a,
    .footerBox-l-info ul li span {
        color: rgba(255, 255, 255, 0.4);
        line-height: 26px;
        font-size: 12px;
    }

    .footerBox-l-info ul li span {
        font-size: 12px;
    }


    .footerBox-l-info ul {
        display: flex;
        justify-content: space-around;
    }

    .footerBox-l-info ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-left: 15px;
    }

    .powerMeetingContent .powerMeetingContent-title dl dd:nth-child(1) {
        font-size: 35px;
    }

    .powerMeetingContent .powerMeetingContent-title dl::before {
        right: -28px;
        top: 16px;

        background-size: 74%;
        background-repeat: no-repeat;
    }

    .powerMeetingContent .powerMeetingContent-title dl::after {
        left: -12px;
        top: 16px;
        background-size: 74%;
        background-repeat: no-repeat;
    }

    .powerMeetingContent-box-centent div img {
        width: 160px;
    }

    .powerMeetingContent-box-centent div dl dd:nth-child(1),
    .powerMeetingContent-box-centent div dl dd:nth-child(2) {
        font-size: 16px;
    }

    .footerBox-l-info ul li img {
        width: 80px;
    }

    /* bnaner */
    .bannerA {
        background-image: url(../img/banner-01.png);
        width: 100%;
        height: 611px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerA .bannerA-box {
        width: 1000px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .bannerA .bannerA-box dl {
        width: 100%;

    }

    .bannerA .bannerA-box dl dd {
        color: #fff;
        width: 100%;

        position: relative;
        left: 0;
    }

    .bannerA .bannerA-box dl dd:nth-child(1) {
        animation: bannerA-box-a 1s;
    }

    .bannerA .bannerA-box dl dd:nth-child(1) img {
        height: 72px;
        width: 666px;

    }

    .bannerA .bannerA-box dl dd:nth-child(2) {
        margin-top: 15px;
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #fff;
        animation: bannerA-box-b 1.2s;
    }

    .bannerA .bannerA-box dl dd:nth-child(3) {
        font-size: 45px;
        font-weight: bold;
        text-shadow: 2px 2px #00adff;
        margin-top: 20px;
        animation: bannerA-box-c 1.3s;
        margin-bottom: 142px;
    }

    .bannerA .bannerA-box dl dd:nth-child(3) span {
        text-shadow: 0 0 #fff;
        font-size: 20px;
        font-weight: 400;
        padding-left: 25px;
        margin-left: 30px;
        background-image: url('../img/icon-map.png');
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .indexBanners {
        height: 696px;
        overflow: hidden;
    }

    .indexBannerstxt {
        width: 1000px;
        margin-top: 15px;

    }

    .indexBannerstxt div:nth-child(3),
    .indexBannerstxt div:nth-child(4),
    .indexBannerstxt div:nth-child(2) {
        font-size: 14px;
    }

    .indexBannerstxt img {
        width: 100%;
    }

    .indexAbout a {
        padding: 7px 23px;
        font-size: 14px;
    }

    .indexAbout div dl dd:nth-child(1) {
        font-size: 32px;
    }

    .indexAbout div dl dd:nth-child(2),
    .indexAbout div dl dd:nth-child(3) {
        font-size: 14px;
    }

    .indexAbout div img {
        width: 167px;
    }

    .expertinterview ul a:nth-child(1) {
        width: 325px;
        height: 255px;
    }

    .expertinterview ul a {
        width: 200px;
        font-size: 12px;
    }

    .expertinterview ul span {
        font-size: 12px;
    }

    .arrangementMeeting-l {
        width: 32.2%;
    }

    .arrangementMeeting-r {
        width: 57%;
        margin-right: 8%;
    }

    .conferenceList,
    .arrangementMeetingBox {
        width: 1000px;
    }

    .indexBannerstxt img {
        width: 1000px;
    }


    .newsTop,
    .newsTopList,
    .imgNewsTop,
    .newYouth {
        width: 1000px;
    }

    .newsTop a {
        font-size: 26px;
        line-height: 45px;
    }

    .newsTop a::after {
        top: 5px;
        background-size: 53px 26px;
        background-repeat: no-repeat;
        background-position: right 3px;
    }

    .newsTopList a {
        font-size: 12px;
    }

    .newsTopList a::after {
        top: 5px;
        width: 6px;
        height: 6px;
    }

    .newsTop-to {
        margin-top: 15px;
    }

    .newsMore a {
        padding: 8px 44px;
        font-size: 16px;
    }

    .youthEntrepreneurship {
        width: 1000px;
        overflow: hidden;
        margin: 0 auto;
    }

    .imgNewsTop {
        margin-top: 15px;
    }

    .imgNewsTop .imgNewsTop-l a img {
        width: 100%;
        height: 100%;
    }

    .imgNewsTop .imgNewsTop-l {
        height: 360px;
        width: 580px;
    }

    .imgNewsTop .imgNewsTop-r {
        width: calc(100% - 595px);
        height: 360px;

    }

    .imgNewsTop-r a:nth-child(1) {
        height: 205px;
    }

    .imgNewsTop-r a span {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    .imgNewsTop-r a:nth-child(2),
    .imgNewsTop-r a:nth-child(3) {
        height: 140px
    }

    .newsMore {
        margin-top: 50px;
    }

    .meetingProcess div:nth-child(2) a {
        height: 121px;
    }

    .expertinterview ul {
        margin-bottom: 40px;
    }

    .meetingProcess {
        height: 400px;
    }

    .meetingProcess div:nth-child(1) {
        font-size: 42px;
    }

    .meetingProcess .newsMore {
        margin-top: 0px;
    }

    .videoNewsNewsMore {
        margin-top: 0;
        margin-bottom: 40px;
    }

    /*.distinguishedList{*/
    /*    height: 470px;*/
    /*    margin-bottom: 70px;*/
    /*}*/
    .distinguishedListSwiper .swiper-slide h3 {
        font-size: 14px;
    }

    .distinguishedListSwiper .swiper-slide span {
        font-size: 12px;
    }

    .conferenceList,
    .arrangementMeetingBox {
        margin-bottom: 70px;
    }

    .arrangementMeeting-l div img {
        width: 100%;
        height: auto;
    }

    .conferenceList .conferenceListSwiper .swiper-slide div h3 {
        margin-bottom: 15px;
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .conferenceList .conferenceListSwiper .swiper-slide div a {
        padding: 7px 24px;
        border-radius: 3px;
        font-size: 12px;
    }

    .powerMeetingContent .powerMeetingContent-box {
        width: 800px;
        max-width: 800px !important;
        min-width: 800px;
        height: 540px;
    }

    .powerMeetingContent .powerMeetingContent-title {
        margin-bottom: 40px;
    }

    .agendaType {
        width: 1000px;
    }

    .agendaType ul li {
        width: 490px;
        height: 190px;
    }

    .agendaType ul li div:nth-child(3) {
        left: 38px;
        bottom: 22px;
    }

    .agendaType ul li div:nth-child(3) dl dd:nth-child(1) {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .agendaType ul li div:nth-child(3) dl dd:nth-child(2) {
        font-size: 14px;
    }


    .agendaType ul li a {
        position: absolute;
        right: 33px;
        bottom: 20px;
        color: #727272;
        background-color: #ffffff;
        border-radius: 30px;
        width: 108px;
        line-height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 300;
    }

    .agendaType ul li div:nth-child(5) {
        top: 58px;
        width: 86%;
        height: 1px;
        border-top: 1px dashed #ffffffd4;
        left: 7%;
    }

    .titleTxt-list li {
        width: 250px;
        height: 52px;
    }

    .titleTxt-list,
    .agendaListBox {
        width: 1000px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(2) {
        font-size: 14px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(1) {
        font-size: 24px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(5) a:nth-child(1) {
        padding: 6px 18px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(5) a:nth-child(2) {
        padding: 6px 18px;
    }

    .agendaListBox .agendaList-l {
        width: 260px;
    }

    .agendaListBox .agendaList-r {
        width: calc(100% - 280px);
    }

    .contentTop .powerMeetingContent-box {
        top: -80px;
        height: 450px;
    }

    .contact ul li:nth-child(1) {
        font-size: 20px;
    }

    .powerMeetingContent-box-centent div:nth-child(2) {
        width: 72%;

    }

    .powerMeetingContentInfo {
        width: 940px;
    }

    .dataConferencebanner_list_img {
        max-width: 770px;
    }

    .newsBaner {
        height: 480px;
    }

    .meetingDetailsinfo {
        width: 1000px;
    }

    .social-share .social-share-icon {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }

    .titleTxttabBay,
    .teamExpertList {
        width: 1000px;
    }

    .titleTxttabBay div ul {
        height: 110px;
    }

    .titleTxttabBay div ul li:nth-child(1) {
        font-size: 20px;
    }

    .titleTxttabBay div ul li:nth-child(2) {
        font-size: 12px;
    }

    .titleTxttabBay div dl dd div strong {
        font-size: 14px;
    }

    .nav-title div {
        width: 1000px;
    }

    .slider .slick-prev,
    .slider .slick-next {
        width: 20px !important;
        height: 64px !important;
        background-size: 100%;
    }

    .slider .slick-dots li {
        width: 30px !important;
    }

    .golden .powerMeetingContent-box {
        top: -80px;
    }

    .serviceData-map-list dl dd {
        font-size: 14px;
    }

    .arrangementMeeting-r .swiper-schedule-container {
        width: 95%;
    }
}

@media only screen and (max-width: 959px) {

    #header,
    .minHeader,
    .indexBanners,
    .footer {
        display: none !important;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wapheader {
        display: block;
        background-image: url("../img/indexbanenr5.jpg");
        background-size: 120%;
        padding: 50px 15px;
        width: calc(100% - 30px);
    }

    .wapheader div img {
        width: 100%;
    }

    .wapheader div {
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        zoom: 0.8;
        margin-top: 12px;
    }

    .wapheader div:nth-child(1) {
        zoom: 1;
    }

    .wapheader div:nth-child(3) {
        /* background-image: linear-gradient(to right, #29D3CE, rgba(57, 166, 169, 0));
        text-indent: 10px;*/
    }

    .imgNewsTop .imgNewsTop-l a img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .expertinterview ul a:nth-child(1) img {
        width: 100%;
        height: auto;
    }

    .indexAbout {
        width: calc(100% - 30px) !important;
        display: flex;
        flex-flow: column;
        height: auto;
        overflow: hidden;
        margin-left: 15px;
    }

    .indexAbout div:nth-child(1) {
        display: none;
    }

    .indexAbout div:nth-child(2) {
        width: 100%;

    }

    .indexAbout div dl {
        margin-right: 0;
        height: auto;
        margin: 15px;
    }

    .indexAbout div dl dd:nth-child(2),
    .indexAbout div dl dd:nth-child(3) {
        font-size: 12px;
        line-height: 27px;
    }

    .indexAbout div dl dd:nth-child(1) {
        font-size: 22px;
    }

    .indexAbout a {
        padding: 5px 13px;
        font-size: 12px;
        right: 14px;
        top: 14px;
    }

    .indexAbout a:nth-child(1) {
        margin-top: 20px;
    }

    .newsTop,
    .newsTopList,
    .imgNewsTop {
        width: calc(100% - 30px) !important;
    }

    .newsTop a {
        font-size: 16PX;
        line-height: 26PX;
        width: 88%;
        margin-left: 12%;
    }

    .newsTop a:after {
        background-size: 38px;
        left: -41px;
        top: 4px;
    }

    .newsTopList a {
        width: 100%;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .newsTopList a::after {
        width: 5px;
        height: 5px;
    }

    .imgNewsTop .imgNewsTop-l {
        width: 100%;
        height: auto;
    }

    .imgNewsTop {
        display: flex;
        flex-flow: column;
    }

    .imgNewsTop .imgNewsTop-r {
        width: 100% !important;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
    }

    .imgNewsTop-r a:nth-child(1),
    .imgNewsTop-r a,
    .imgNewsTop-r a:nth-child(2),
    .imgNewsTop-r a:nth-child(3) {
        width: 32%;
        margin-right: 0;
        height: 80px;
        overflow: hidden;
    }

    .imgNewsTop .imgNewsTop-l a span {
        font-size: 12px;
        height: 30px;
        line-height: 30px;

    }

    .imgNewsTop-r a:nth-child(2) {
        margin: 0 2%;
    }

    .imgNewsTop-r a span {
        font-size: 12px;
        line-height: 20px;
        height: 20px;
    }

    .newsMore {
        margin-bottom: 40px;
    }

    .newsMore a {
        padding: 7px 37px;
        font-size: 14px;
    }

    .meetingProcess {
        height: auto;
        padding-bottom: 30px;
    }

    .meetingProcess div:nth-child(1) {
        font-size: 30px;
        margin-top: 30px;
    }

    .meetingProcess div:nth-child(2) {
        zoom: 0.4;
    }

    .meetingProcess .newsMore {
        margin-top: 10px;
    }

    .arrangementMeeting {
        height: auto;
        padding-bottom: 0;
    }

    .arrangementMeetingBox {
        width: calc(100% - 30px);
        margin-left: 15px;
        flex-flow: column;
        margin-bottom: 20px;
    }

    .arrangementMeeting-l {
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .arrangementMeeting-l div:nth-child(1) {
        margin-top: 30px;
    }

    .arrangementMeeting-l div:nth-child(2) {
        margin: 10px 0;
    }

    .arrangementMeeting-l div:nth-child(1) img,
    .arrangementMeeting-r {
        width: 100%;
    }

    .arrangementMeeting-l div:nth-child(3) {
        width: 90%;
        margin-top: 10px;
        margin-right: 5%;
    }

    .arrangementMeeting-r {
        margin-top: 20px;
    }

    .arrangementMeeting-r dl dd,
    .arrangementMeeting-r div {
        width: 100%;
        font-size: 14px;
    }

    .arrangementMeeting-r h3 {
        font-size: 16px;
        margin-left: 0;
    }

    .arrangementMeeting-r dl {
        padding: 0;
        margin: 0;
    }

    .arrangementMeeting-r dl dd {
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }

    .arrangementMeeting-r dl dd::after {
        top: 16px;
    }

    .arrangementMeeting-r h3::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 12px;
        width: 20px;
        height: 5px;
        background-color: #F5983A;
    }

    .wapHeader-a {
        margin-bottom: 50px !important;
    }

    .expertinterview {
        width: calc(100% - 30px);
    }

    .expertinterview .titleTxt {
        zoom: 0.6;
    }

    .expertinterview ul {
        margin-bottom: 40px;
        margin-top: 30px !important;
    }

    .expertinterview ul a:nth-child(1) {
        width: 100%;
        margin: 0;
        height: auto;
        margin-bottom: 10px;
    }

    .expertinterview ul a {
        width: calc(50% - 10px);
        margin: 0;
        margin-bottom: 10px;
    }

    .expertinterview ul a:nth-child(odd) {
        margin-left: 10px;
    }

    .expertinterview ul a:nth-child(even) {
        margin-left: 10px;
    }

    .expertinterview ul span {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }


    .explorationList a img {
        margin-bottom: 15px;
    }


    .newsDiyswiper {
        display: none;
    }

    /*.newsDiyswiper div {*/
    /*    width: 30%;*/
    /*    height: 100%;*/
    /*    overflow: hidden;*/
    /*    padding: 0 5px;*/
    /*}*/
    .newsDiyswiper .swiper-container {
        width: 100%;
        height: 100%;
    }

    .arrangementMeeting-r .swiper-schedule-container {
        width: 100%;
        background: transparent;
        height: 400px;
        overflow: hidden;
    }

    .newsDiyswiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .newsDiyswiper .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1.3);
    }


    .logoListViewr {
        width: 100%;
    }

    .logoListViewr li {
        width: calc(24%);
        height: 30px;
        border-radius: 4px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .logoListViewr li img {
        width: 83%;
        height: 62%;

    }

    .distinguishedList {
        height: 1499px;
    }


    .conferenceListSwiper {
        width: 83%;
        height: 90%;
        margin-top: 20px;
    }

    .distinguishedList .swiper-button-next,
    .distinguishedList .swiper-button-prev {
        zoom: 0.4;
    }

    .expertinterview .titleTxt {
        margin-bottom: 60px;
        margin-top: 80px;
    }

    .distinguishedList .swiper-button-next {
        right: 15px;
    }

    .distinguishedList .swiper-button-prev {
        left: 15px;
    }

    .distinguishedListSwiper .swiper-slide h3 {
        zoom: 0.7;
    }

    .distinguishedListSwiper .swiper-slide span {
        zoom: 0.6;
    }

    .expertinterview .titleTxt {
        width: 200px;
        margin-bottom: 70px;
    }

    .m_nav {
        background-color: rgba(0, 0, 0, 0.8);
        width: calc(100% - 20px);
        display: block !important;
        padding: 10px 15px 10px;
        justify-content: space-between;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .m_nav img {
        width: 120px;
    }

    .m_nav span {
        float: right;
        background: url(../img/mg_dh.png);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 26px;
        margin-top: 3px;
        margin-right: 10px;
    }

    .m_header {
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.82);
        z-index: 2147483647;
        display: none;
        height: 100%;
        width: 100%;
    }

    .m_header_box {
        height: 100%;

    }

    .m_header dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .m_header dl dd {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-height: 65vh;
        overflow-y: scroll;
    }

    .m_header dl dd:nth-child(2) {
        margin-top: 25px;
    }

    .m_header dl dd:nth-child(1) {
        width: 81px;
        height: 81px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .m_header dl dd:nth-child(1) img {
        width: 64px;
    }

    .m_header dl dd a,
    .m_header_box i,
    .levemoreNav-m-title {
        display: flex;
        width: 100%;
        color: rgb(255, 255, 255);
        justify-content: center;
        font-size: 15px;
        margin-bottom: 20px;
    }


    .levemoreNav {
        margin-top: 30px;

    }

    .levemoreNav-m-title {
        justify-content: left !important;
    }

    .levemoreNav a,
    .levemoreNav-m-title {
        margin-bottom: 11px !important;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 11px;
        color: #fff;
    }

    .m_header dl dd:nth-child(4),
    .m_header dl dd:nth-child(5) {
        width: 30px;
        height: 30px;
        background-image: url("../img/hide_hd_icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 5%;
    }

    .navback {
        display: none;
        background-image: url("../img/navbank.png") !important;
        width: 30px !important;
        height: 30px;
        background-size: 30px;
    }

    .levemoreNavlist i {
        display: flex;
        width: 100%;
        color: rgb(255, 255, 255);
        justify-content: center;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .mfooter {
        display: block !important;
    }

    .mfooter div {
        background-color: rgb(237, 246, 255);
        padding: 20px 15px;
        margin-bottom: 6px;
        font-size: 12px;
    }

    .mfooter div:nth-child(1) {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: rgb(85, 85, 85);
        font-weight: 500;
    }

    .mfooter div:nth-child(1) img {
        width: 50px;
        margin-right: 15px;
    }

    .mfooter div:nth-child(2) {
        padding: 18px 15px;
    }

    .mfooter div:nth-child(3) {
        padding: 18px 15px;
        line-height: 25px;
    }

    .mfooter div:nth-child(3) a {
        color: #333;
    }

    .mfooter div:nth-child(4) {
        margin-bottom: 0px;
        background: url("../img/ft_bg.png") right center rgb(32, 33, 36);
    }

    .mfooter div:nth-child(4) dl {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        display: none;
    }

    .mfooter div:nth-child(4) dl dd:nth-child(1) {
        width: 100% !important;
    }

    .mfooter div:nth-child(4) dl dd {
        width: 50%;
        display: flex;
    }

    .mfooter div:nth-child(4) dl a {
        margin-left: 15px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .mfooter div:nth-child(4) ul {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
    }

    .mfooter div:nth-child(4) ul li {
        display: flex;
        flex-wrap: wrap;
        color: rgb(136, 137, 139);
        width: 29%;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }

    .mfooter div:nth-child(4) ul li:nth-child(1) {
        margin-right: 15px;
    }

    .mfooter div:nth-child(4) ul li span {
        margin-top: 10px;
    }

    .mfooter div:nth-child(4) ul img {
        flex-shrink: 0;
        height: 100;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-flow: column;
    }

    .mfooter div:nth-child(2) dl dd {
        margin-bottom: 5px;
        line-height: 20px;
    }

    .nav-title div {
        width: calc(100% - 20px);
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .industryIndex_news_hot dl span:nth-child(1)::after {
        top: 2px !important;
        height: 19px !important;
    }

    .bannerA .bannerA-box {
        width: 100%;
        margin-top: 57px;
    }

    .bannerA .bannerA-box dl,
    .agendaType {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .bannerA .bannerA-box dl dd:nth-child(1) img {
        width: 100%;
        height: auto;
    }

    .bannerA .bannerA-box dl dd:nth-child(3) {
        font-size: 26px;
    }

    .bannerB {
        height: 255px;
    }

    .bannerA .bannerA-box dl dd:nth-child(3) span {
        font-size: 14px;
        padding-left: 17px;
        margin-left: 22px;
        background-image: url(../img/icon-map.png);
        background-size: 10px;

    }

    .bannerA {
        height: 500px;
    }

    .bannerA .bannerA-box dl dd:nth-child(2) {
        font-size: 13px;
    }

    .powerMeetingContent .powerMeetingContent-title {
        zoom: 0.5;
        margin-top: 50px;
    }

    .powerMeetingContent .powerMeetingContent-box {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
        padding: 10px 15px;
        border-radius: 15px;
        top: -40px;
        height: auto !important;
    }

    .powerMeetingContent {
        min-height: 434px;
        height: auto !important;
    }

    .serviceData-map {
        height: 300px;
    }

    .powerMeetingContent-box-centent div:nth-child(1) {
        display: none;
    }

    .powerMeetingContent-box-centent div:nth-child(2),
    .powerMeetingContent-box-centent div dl {
        width: 100%;
    }

    .powerMeetingContent-box-centent div dl dd:nth-child(1),
    .powerMeetingContent-box-centent div dl dd:nth-child(2) {
        font-size: 14px;
    }

    .powerMeetingContent-box-btn a {
        background: #FF6416;
        color: #fff !important;
        border-radius: 40px;
        font-size: 16px;
        padding: 11px 13px;
        width: 120px;
        margin: 0 auto;
        text-align: center;
    }

    .meetingDetails .titleTxt {
        zoom: 0.6;
        visibility: revert !important;
        width: 100%;
    }

    .titleTxt dl dd:nth-child(1) {
        font-size: 30px;
        font-weight: bold;
        position: relative;
    }

    .titleTxt dl dd:nth-child(1)::before,
    .titleTxt dl dd:nth-child(1)::after {
        top: 7px;
    }

    .agendaType {
        margin-top: 0px;
    }

    .agendaType ul li {
        width: 100%;
        height: 156px;
        margin-bottom: 0;
    }

    .agendaType ul li div:nth-child(3) dl dd:nth-child(1) {
        font-size: 20px;
    }

    .agendaType ul li div:nth-child(3) dl dd:nth-child(2) {
        font-size: 12px;
    }

    .agendaType ul li div:nth-child(2) {
        right: 5px;
        top: 28px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/icon-map.png);
        background-size: 12px;
        padding: 5px 20px;
        font-size: 12px;
    }

    .agendaType ul li div:nth-child(1) img {
        width: 170px;
        left: 40px;
        top: 31px;
    }

    .agendaType ul li a {
        position: absolute;
        right: 24px;
        bottom: 35px;
        color: #727272;
        background-color: #fff;
        border-radius: 30px;
        width: 98px;
        line-height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }


    .agendaType ul li div:nth-child(1) {
        left: 27px;
        top: 27px;
    }

    .agendaType ul li div:nth-child(3) {
        left: 28px;
        bottom: 26px;
    }

    .bannerC {
        height: 260px;
    }

    .titleTxt-list {
        width: 100%;
    }

    .titleTxt-list li {
        width: 33%;
        height: 40px;
        font-size: 16px;
    }

    .agendaListBox .agendaList-l {
        display: none;
    }

    .agendaListBox {
        width: 100%;
    }

    .agendaListBox .agendaList-r {
        width: calc(100% - 30px);
        margin-left: 15px;
        padding-bottom: 10px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(5) {
        position: absolute;
        right: 0px;
        bottom: -26px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(5) a:nth-child(1) {
        border: 1px solid #FF6416;
        color: #FF6416;
        padding: 5px 14px;
        border-radius: 20px;
        font-size: 14px;
        margin-right: 6px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(5) a:nth-child(2) {
        background-color: #FF6416;
        color: #FFFFFF;
        padding: 5px 14px;
        border-radius: 20px;
        font-size: 14px;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(1) {
        font-size: 18px;
    }

    .powerMeetingContentInfo {
        width: calc(100% - 30px);
        padding: 25px 15px;
        top: -10px;
    }

    .powerMeetingContentInfo .titleTxt {
        zoom: 0.55;
    }

    .serviceData-map-list dl dd {
        font-size: 12px;
    }

    .serviceData-map-list {
        z-index: 0.8;
    }

    .serviceData-map-list ul li div {
        font-size: 12px;
    }

    .serviceData-map-list dl dd {
        height: 44px;
    }

    .serviceData-map-list dl dd:nth-child(4),
    .serviceData-map-list ul li div:nth-child(4) {
        width: 281px;
    }

    #signUpBox {
        width: 100% !important;
        height: 790px !important;
    }

    .listTypeSignUp {
        width: 100% !important;
    }

    #signUpBox dl {
        padding: 20px 10px;
        margin: 0;
    }

    .forumPannel-item {
        flex-flow: column;
    }

    .forumPannel-item .layui-form-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .forumPannel-item .layui-input-block {
        margin-left: 0;
    }

    .forumPannel-item .layui-input-block .layui-form-radio {
        display: flex;
    }

    .layui-elem-field legend {
        font-weight: bold;
    }

    .signUpBoxType {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .powerMeetingContent-titles {
        margin-top: 40px !important;
    }

    .powerMeetingContent-box-btn button {
        width: 217px;
        height: 46px;

        font-size: 15px;
    }


    .bannerD {
        height: 400px;
    }

    .contact ul li:nth-child(1) {
        font-size: 20px;
    }

    .powerMeetingContent-box-centent div dl dd:nth-child(1) {
        margin-bottom: 0;
    }

    .contact ul {
        width: 100%;
    }

    .newsVideoList {
        width: 100% !important;
    }

    .newsVideoList a,
    .videoNews {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .videoPay {
        width: calc(100% - 30px);
        height: 200px;
        margin-top: 15px;
        margin-left: 15px;
    }

    .videoNews h1 {
        width: calc(100% - 30px);
        margin-left: 0 !important;
    }

    .videoNews {
        min-height: 450px !important;
    }

    .videoListDom {
        margin: 0;
        padding-top: 0;
    }

    .videoList img {
        width: 100%;
        height: auto;
    }

    .videoListDom .slick-initialized .slick-slide {}

    .meetingDetails-Ts .titleTxt {
        zoom: 0.5;
    }

    .meetingDetailsinfo {
        width: calc(100% - 30px);
        padding: 0px 15px;
        margin-top: 15px;
    }

    .meetingDetailsinfo dl {
        padding-top: 20px;
        position: relative;
    }

    .meetingDetailsinfo dl dd {
        height: 40px;
        font-size: 14px;
    }

    .meetingDetailsinfo dl dd span::after {
        height: 17px;
    }

    .meetingDetailsinfo dl dd span {
        width: 87px;
    }

    .meetingDetailsinfo #share-1 {
        display: none;
    }

    .titleTxttabBay,
    .teamExpertList {
        width: calc(100% - 30px);
        margin-top: 0;
    }

    .titleTxttabBay div ul li:nth-child(1) {
        font-size: 16px;
    }

    .titleTxttabBay div ul {
        height: 83px;
        border-radius: 10px 10px 0 0;
    }

    .titleTxttabBay div ul li:nth-child(2) {
        font-size: 12px;
    }

    .titleTxttabBay div dl dd div strong {
        font-size: 14px;
    }

    .titleTxttabBay div dl dd div {
        zoom: 0.7;
    }


    .teamExpert {
        padding-top: 10px;
    }

    .teamExpertList ul li {
        width: calc(50% - 18px);
        float: left;
        margin-left: 18px;
        margin-bottom: 15px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: 270px;
    }

    .teamExpertList ul li span:nth-child(2) {
        font-size: 14px;
        line-height: 25px;
        height: 25px;
    }

    .teamExpertList ul li span:nth-child(3) {
        font-size: 12px;
        line-height: 22px;
        height: 95px;
        overflow: hidden;
    }

    .dataConferencebanner_type ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px 10px;
    }

    .dataConferencebanner_type li {
        width: 24%;
        margin-bottom: 10px;
    }

    .dataConferencebanner_type li span {
        font-size: 12px;
    }

    .dataCon_content {
        /* margin-top: -535px; */
        /* margin-bottom: 100px; */
    }

    .dataConferencebanner_introduce {
        padding: 23px 20px;
        width: calc(100% - 20px);
        margin: 0px 10px 80px;
        background-position: 85% 63% !important;
        background-size: 30%;
    }

    .dataConferencebanner_introduce dl {
        width: 100%;
        margin: 0px !important;
    }

    .dataConferencebanner_introduce dl dd {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .dataConferencebanner_introduce dl dd:nth-child(3) {
        width: 100%;
    }

    .dataConferencebanner_introduce dl dd:nth-child(4) {
        width: 65%;
    }

    .data_pc {
        display: none;
    }

    .data_m {
        display: block;
    }

    .dataConferencebanner {
        margin-top: 77px;
    }

    .dataConferencebanner_title {
        margin-bottom: 30px;
    }

    .formList_title_form table tr td {
        font-size: 12px !important;
    }

    .formList_title_form table tr td:nth-child(1) {
        width: 20%;
    }

    .formList_title_form table tr td:nth-child(2) {
        width: 30%;
    }

    .formList_title_form table tr td:nth-child(3) {
        width: 50%;
    }

    .formList_title_form table tr:nth-child(1) td {
        font-size: 14px !important;
    }

    .formList_title {
        height: 100px;
    }

    .formList_title h5 {
        font-size: 24px;
    }

    .formList_title span {
        font-size: 12px;
    }

    .speakers_type ul {
        flex-wrap: wrap;
        padding: 0px 10px;
    }

    .speakers_type li {
        font-size: 9px;
        height: 30px;
        margin-bottom: 10px;
        width: 23.8% !important;
        padding: 0 12px;
    }

    .speakers_type li h6 {
        display: none;
        width: 15px;
        height: 15px;
        background-size: 15px;
        margin-right: 5px;
    }

    .dataConferencebanner_list_img ul {
        margin: 0px 15px;
        display: block;
    }

    .dataConferencebanner_list_img ul li dl dd:nth-child(1) {
        font-size: 15px;
    }

    .dataConferencebanner_list_img ul li {
        width: 30%;
        height: auto;
        margin-bottom: 20px !important;
        float: left;
        margin-left: 10px;

    }

    .dataConferencebanner_list_img ul li img {
        width: 100%;
        height: 127px;
        display: block;
        float: left;
        vertical-align: middle;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .arrangementMeeting-r .swiper-slide {
        text-align: left;
        display: block;
    }

    .dataConferencebanner_list_img ul li dl {
        margin-top: 10px;
    }

    .arrangementMeeting-r dl dd span:nth-child(1) {
        width: 40px;
        font-size: 16px;
        font-style: oblique;
        padding-left: 10px;
        display: none;
    }

    .arrangementMeeting-r dl dd span:nth-child(2) {
        width: 58px;
    }

    .arrangementMeeting-r dl dd span:nth-child(3) {
        width: 90px;
        margin: 0 5px;
    }

    .arrangementMeeting-r dl dd span:nth-child(4) {}

    .dataConferencebanner_list_img ul li dl dd {
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .dataConferencebanner_info div {
        font-size: 16px;
        width: 147px;
        height: 42px;
    }

    .data_cooperative_list {
        margin: 0px 10px 55px;
    }

    .data_cooperative_list li {
        width: 24%;
        height: 49px;
        border-radius: 9px;
        margin-top: 10px;
    }

    .data_cooperative_list li img {
        width: 80%;
    }

    .data_cooperative_tile {
        margin-top: 50px;
    }

    .data_cooperative_tile h6 {
        font-size: 14px;
        font-weight: normal;
    }

    .data_cooperative_tile span {
        font-size: 24px;
    }

    .dataConferencebanner_title dl dd:nth-child(2) {
        font-size: 30px;
    }

    .formList_title_form {
        zoom: 0.9;
    }

    .bg-agendaBox {
        background-color: #145CD7;
        padding-top: 30px;
    }

    .bannerE {
        height: 430px;
    }

    .bannerE .bannerA-box {
        width: 100%;
        margin-top: 177px;
    }

    .icon-mores,
    .icon-mores-to {
        position: relative;
    }

    .icon-mores:after,
    .icon-mores-to:before {
        content: " ";
        display: inline-block;
        height: 6px;
        width: 6px;
        border-width: 2px 2px 0 0;
        border-color: #c8c8cd;
        border-style: solid;
        -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
        transform: matrix(.71, .71, -.71, .71, 0, 0);
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 149px;
    }

    .levemoreNav-s {
        display: none;
        width: 100%;
        max-height: 65vh;
        overflow-y: scroll;
    }

    .levemoreNav-m {
        width: 40%;
        margin: 0 auto;
    }

    .contactWap {
        margin-bottom: 10px !important;
    }

    .agendaListBox .agendaList-r dl dd:nth-child(4) {
        background-image: url(../img/icon-map-02.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 11px;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
        text-indent: 1.3em;
        color: #989898;
        font-weight: 400;
        margin-top: 10px;
        position: absolute;
        left: 0;
        bottom: -30px;
    }

    .youthEntrepreneurship {
        width: calc(100% - 30px);
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .newsTop,
    .newsTopList,
    .imgNewsTop {
        margin-top: 0;
    }

    .newsTop a:first-child {
        margin-top: 25px;
    }

    .newsDiyswiper,
    .noleftBr {
        display: none;
    }

    .newsMobDiyswiper {
        display: block;

    }

    .arrangementMeeting .swiper-container-vertical>.swiper-scrollbar {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 50;
        width: 10px;
        height: 300px;
        margin-top: -150px;
    }

    .arrangementMeeting .swiper-schedule-container .swiper-scrollbar-drag {
        width: 100%;
    }

    .pioneer {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #E1E1E1;
    }

    .pioneer li {
        width: 88px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #585858;
        border-radius: 15px;
        border: 1px solid #dedede;
        margin: 0 2px;
        padding: 0 2px;
    }

    .pioneer li.active {
        cursor: pointer;
        background-color: #145CD7;
        background-size: 100%;
        color: #fff !important;
    }

    .pioneerBox {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

    .pioneerBox ul {
        width: 100%;
        margin: 0 5px;

    }

    .pioneerBox ul li {
        width: 96%;
        height: 367px;
        float: left;
        margin: 30px 10px 10px;
        box-shadow: 0 0 4px #868585;
    }

    .pioneerBox ul li div:nth-child(1) {
        width: 100%;
        height: 200px;
        border-bottom: 1px solid #dedede;
    }

    .pioneerBox ul li div:nth-child(1) img {
        max-width: 100%;
    }

    .pioneerBox ul li div:nth-child(2) {
        padding: 8px 15px;
        color: #060606;
        font-size: 18px;
    }

    .pioneerBox ul li div:nth-child(3) {
        padding: 8px 15px;
        color: #9B9AA4;
        font-size: 12px;
    }

    .pioneerBox ul li div:nth-child(4) {
        padding: 8px 15px;
        color: #2D2D2D;
        font-size: 14px;
        height: 63px;
        overflow: hidden;
    }

    .distinguishedListSwiper ul {
        width: calc(100% - 15px);
        margin-left: 15px;
    }

    .distinguishedListSwiper ul li {
        width: calc(50% - 15px);
        height: 270px;
    }

    .distinguishedList .titleTxt {
        width: 100%;
        zoom: 0.6;
    }

    .w1200 {
        width: 100%;
    }

    .w1200 .titleTxt {
        width: 100%;
        zoom: 0.6;
    }

    .w1200 p {
        padding: 0 5%;
    }
}

.footer,
.footer .footerBox {
    height: auto;
}

.footerbg {
    padding: 20px;
    color: #fff;
    /* background-color: #ececec; */
}

.foot li:first-child {
    margin-left: 103px;
}

.foot li {
    float: left;
    margin-left: 70px;
    padding-bottom: 60px;
}

.foot .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 33px;
}

.foot .text {

    font-size: 15px;
    line-height: 25px;
}

.foot .qrcodebox {
    width: 656px;
    margin: auto;
    /* border-top: 1px #FFFFFF solid; */

}

.foot .qrcodebox img {
    margin: 0 auto 10px auto;
    display: block;
}

.foot .qrcodebox .text {
    font-size: 22px;
    font-family: "Alibaba";
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-weight: 700;

}
.distinguishedListSwiper ul li {
    position: relative;
    padding-bottom: 30px;
}

.showVideo {
    text-align: right;
    margin-top: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.svBtn {
    text-align: center;
    color: #fff;
    background-color: #0276d6;
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
    outline: none;
    border: none;
    cursor: pointer;
}

.xuanfu {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
}


.distinguishedListSwiper button.prev,.distinguishedListSwiper button.next {
    width: 38px;
    height: 68px;
    display: block;
    background-color: #000;
    position: absolute;
    top: -408px;
    border: none;
    outline: none;
    background: no-repeat center;
    cursor: pointer;
}

.distinguishedListSwiper button.next {
    right: 0;
    background-image: url(../img/i-r1.png);
}

.distinguishedListSwiper button.next:hover {
    right: 0;
    background-image: url(../img/i-r1-on.png);
}

.distinguishedListSwiper button.prev {
    left: 0;
    background-image: url(../img/i-l1.png);

}

.distinguishedListSwiper button.prev:hover {
    left: 0;
    background-image: url(../img/i-l1-on.png);

}

.w1470 {
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.swiper-container-banner {
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 350px) and (max-width: 750px) {

    .xuanfu {
        display: none;
        position: fixed;
        top: 50%;
        right: 0;
    }
}
