/*囧：
* 导航栏样式*/

.service-container {
    padding-right: 0px;
    padding-left: 0px;
}

.footer {
    padding: 2rem 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    background-color: #5172F7;
    color: #fff;

    font-size: 1.6rem;
}

.linkconfer li {
    color: #fff;
    padding: 0.5rem;
    background-color: #2E3033;
    margin-top: 0.1rem;
}

.linkconfer li:hover {
    background-color: #5FB878;
}

@media screen and (min-width: 770px) {

}

@media screen and (max-width: 768px) {
}


.front {
    z-index: -1;
    background: linear-gradient(to right, white 17%, transparent 120%, black);
    height: 100%;
    position: absolute;
    border-radius: 15px;
    width: 100%;
    margin: -15px;
}

.confItemPic {
    position: absolute;
    z-index: -2;
    width: 100%;
    margin: -15px;
    height: 100%;
    border-radius: 15px;
}

.topConfItem h1 {
    position: absolute;
    color: #000;
    font-size: 22px
}

.topConfItem p {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    color: #000;
    bottom: 10px
}

.topConfItem {
    margin: 10px 30px;
    height: 150px;
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    width: 450px;
    box-shadow: 1px 1px 5px -2px;
    transition: .2s;
    cursor: pointer;
}

.topConfItem:hover h1 {
    color: #5172F7;
}

.sliderText {
    color: white;
    display: flex;
}

.sliderText div {
    align-self: center;
}

.sliderText h1 {
    font-size: 4vw;
    font-weight: bold;
    transition: .5s;
}

.sliderText h2 {
    font-size: 1.8vw !important;
    margin: 10px 0;
    transition: .5s;
}

.sliderText p {
    font-size: 1.5vw;
    transition: .5s;
}

.service-container {
    padding-top: 50px;
}

.service-container .box {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 25px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    padding: 30px;
    border-radius: 5px;
}

.box .img-box {
    width: 150px;
    min-width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.service-container h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.2vw;
    line-height: 2;
}

.service-container p {
    font-size: 1.2vw;
}

.service-container {
    margin-bottom: 80px;
}

.join_section .img-box {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.join_section .join-title p {
    color: #FFFFFF;
    font-size: 16px;

    line-height: 28px;
}

.join_section .join-title h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 2;
}

@media screen and (min-width: 1400px) {
    .sliderText p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .topConfItem {
        margin: 10px auto;
    }
}

.w-e-text-container {
    min-height: 500px !important;

}


@media screen and (max-width: 1400px) {
    .carousel_content {
        margin: 0 10%;
    }
}

@media screen and (max-width: 767px) {
    .service-container .box {

        padding: 5px !important;

    }

    .search_button {
        font-size: 2vh !important;
    }

    .topConfItem {
        width: 90%;
    }

    .topConfItem h1 {
        font-size: 1rem;
        width: 90%;
    }
    .topConfItem p {
        font-size: 0.8rem; /* 减小描述字体大小 */
    }

    .search_bar {
        margin: 0 10px;
    }

    .search_button {
        font-size: 16px;
        width: 120px;
    }

    .sliderPic {
        display: none;
    }

    .sliderText p {
        font-size: 2vw;

    }

    .sliderText {
        margin: 0 20px;
        height: 200px;
    }


}

.sliderOuter {
    padding: 10px 0;

}

.banner_img {
    /*position: absolute;*/
    width: auto;
    height: 400px;
    left: 50%;
}


.carousel_content {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}

.carouselContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navTitle {
    color: white;
    font-size: 30px;
    margin: 10px 100px;
    font-weight: bolder;
    text-decoration: none !important;
}

.navTitle:hover {
    color: white !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.navLogo {
    /*  width: 75%;*/
    float: left;
    color: white !important;
    font-size: 27.3px;
    font-weight: bold;
    text-decoration: none !important;
}

.header_section {
    width: 100%;
    background: linear-gradient(90deg, #563bfc, #44e0ea);
    height: auto;
}

.MyNavBar {
    display: flex;

    .main-menu
;
    min-width: 1300px;
    position: relative;
}

.main-menu {
    display: flex;
}

.navUserLog {
    margin-left: auto;
}

#navigation li a.select::before,
#navigation li p.select::before {
    opacity: 1;
    transform: scaleX(1);
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 25px;
}

#navigation li p::before,
#navigation li a::before,
.navUserLog ul li a::before,
.navUserLog ul li p::before {
    position: absolute;
    content: "";
    background: #00D363;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*.main-menu ul li a:hover,
.navUserLog ul li a:hover,
.navUserLog ul li p:hover{
    font-weight: bolder;


}*/

#navigation li p,
#navigation li a,
.navUserLog ul li a,
.navUserLog ul li p {
    color: #fff;
    font-size: 20px;
    transition: .2s;
    padding: 0 0 10px 0;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.main-menu ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.submenu {
    position: absolute;
    font-size: 18px;
    left: 0;
    padding: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
    top: 60%;
    width: 125px;
}

.submenu li a::before {
    display: none;
}

.submenu li {
    display: block;/* 将inline-block改为block，使每个li占据整行 */
    white-space: nowrap;
}

.submenu li:hover a {
    color: blue;
}
.submenu li:hover {
    background-color: #ddd; /* 悬浮时li的背景变色 */
}

.submenu li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #0C0C0C; /* 默认文字颜色 */
    background-color: #FFFFFF; /* 默认背景颜色 */
}

/* 鼠标悬浮时的样式 */
.submenu li a:hover {
    background-color: #ddd; /* 悬浮时的背景颜色 */
    color: #333; /* 悬浮时的文字颜色 */
}

/*悬浮时的样式*/
.main-menu ul li:hover > .submenu {
    width: 125px;
    opacity: 1;
    visibility: visible;
    top: 40%;
    text-align: center;
}

#navigation li a:hover::before,
#navigation li p:hover::before,
.main-menu ul li p:hover::before,
.main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.main-menu ul li .submenu li a {
    width: 100%;
    height: 100%;
    font-size: 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
    cursor: pointer;
}


/*轮播图部分*/
.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0;
}

.font_size_80 {
    font-size: 80px;
}

.font_size_50 {
    font-size: 50px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0;
}

.book_bt {
    width: 170px;
    float: left;
    margin-top: 10px;
}


.book_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #06b7b7;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 9px 0px;
    text-decoration: none;
}

.book_bt a:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    text-decoration: none;
}


.search_bar {
    padding: 0;
    display: flex;
    box-shadow: 0 0 7px 3px #f3f3f3;
    border-radius: 20px;
    margin-bottom: 10px;
}


.search_button {
    width: 135px;
    font-weight: bold;
    color: white;
    font-size: 18px;
    background-color: #06b7b7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 0;
}

.search_button:hover {
    background-color: transparent;
}


.Enter_text {

    width: 100%;
    color: black;
    background-color: #ffffff;
    padding: 10px 40px 10px 20px;
    font-size: 17px;

    border: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: none;
    margin-bottom: 0px;

}


/*轮播图end*/
/****/
/****/
.main1 {
    width: 100%;
    height: 164px;

}

.we {
    width: 296px;
    height: 64px;
    margin: 60px auto 38px;
    margin-top: 0px;
    line-height: 64px;
    text-align: center;
    position: relative;
    color: #989898;
    padding-top: 3%;
    font-size: 14px;
}

.we b {
    font-size: 40px;
    font-family: "微软雅黑";
    color: #3e3e3e;
    font-weight: normal;
    position: absolute;
    left: 85px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}

.main2 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding-top: 0px;
}

.main2_l {
    width: 50%;
    height: auto;
    float: left;

}

.main2_r {
    width: 50%;
    height: 356px;
    float: right;
    background: #f5f6f8;
}

/*第三版前端页面**/
.services-area {
    padding-top: 100px;
    padding-bottom: 70px;
}

.services-wrapper {
    border: 1px solid #e5e5e5;
    padding: 65px 0 60px 0;
    margin-bottom: 50px;
    /*  transition-duration: 0.5s; //停留时间显示*/
    text-align: center;
    transition-duration: 0.5s;
    /*    -webkit-box-shadow: #ccc 0px 10px 10px;
        -moz-box-shadow: #ccc 0px 10px 10px;
        box-shadow: #ccc 0px 10px 10px;*/
}

.services-wrapper:hover {
    -webkit-box-shadow: #ccc 0px 2px 20px;
    -moz-box-shadow: #ccc 0px 2px 20px;
    box-shadow: #ccc 0px 2px 20px;
}

.section-title {
    position: relative;
    width: 200px;
    margin: 40px auto 0 auto;
}

.section-title h2 span {
    color: #5172F7;

}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 28px;
}

.service-text h3 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 30px;
    color: #5172F7;
}

.service-text p {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 1.9;
    padding: 0 50px;
}

.service-list {
    height: 400px;
    margin-bottom: 50px;
    padding-right: 35px;
!important;
    padding-left: 15px;
!important;
}

.news-wrapper {
    padding: 124px 100px 128px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #FFFFFF;
}

.news-wrapper h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 45px;
}

.news-wrapper p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 0;

}

.news-wrapper a.btn {
    border: 2px solid #FFFFFF;
    margin-top: 49px;
    text-align: center;
    position: relative;
    padding: 16px 38px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: #FFFFFF;
}

.btHome {
    width: 100%;
    color: black;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    border-radius: 30px;
    border: 2px solid #021844;
    margin-bottom: 15px;
    cursor: pointer;

}

.btHome:hover {
    text-decoration: none !important;
    color: #FFFFFF;
    background: #00a0e9;
    border-color: #00a0e9;
}

.join {
    text-align: center;
    margin-bottom: 40px;
}

.investor-button {
    margin-top: 30px;
}

.brand-area {
    padding-bottom: 115px;
    background: #f5f6f8;
    height: 500px;
    padding-top: 100px;
}

.join-area {
    padding-bottom: 100px;
}


/*修改会议页面*/
/*-------滚动条---------*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 12px;

}

/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

/*-------滚动条---------*/
.myContainer {
    margin: 60px auto;
}

@media screen and (max-width: 1024px) {
    .myContainer {
        width: 100%;
    }

    .adminPageTitle {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .myContainer {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .myContainer {
        width: 1200px;
    }
}

.adminPageTitle {
    padding-right: 40px;
    margin: 20px 0;
    color: #00a0e9;
    font-size: 28px;
    font-weight: bold;
}

.adminPageTitle:before {
    content: "|";
    font-weight: bolder;
}

.editUl {
    margin: 0 auto;
    padding: 0;
}

.editUl li {
    line-height: 46px;
    list-style: none;
    display: block;
    color: #00a0e9;
    float: left;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    padding: 0 20px;
}

.editUl li:hover {
    color: #00a0e9 !important;
}

.baseLine {
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #00a0e9;
}

@media (max-width: 660px) {
    .box .img-box {
        display: none;
    }

    .box .detail-box h5 {
        font-weight: 800;
    }
}

/*end*/