/*main css */

body {
    background: #fff;
    /* font-family: 'GOTHAMBOOK' !important; */
    
    font-family: "Microsoft Yahei" !important;

    color: #727272;
    font-size: 14px;
    font-weight: 400;

    max-width: 1910px;
    margin:0 auto;
}

p {
    margin-bottom: 0rem;
}

a {
    font-family: 'Microsoft YaHei' !important;
}

/*导航栏*/

.navbar-dropdown.navbar-fixed-top {
    position: inherit;
}

.nav_bg {
    box-shadow: rgb(0, 0, 0, 0.20)0 0.25px 30px 0;
}

.nav-register {
    padding: 5px 30px;
    background-color: #132444;
    border-radius: 50px;
/*    border: 1px solid #132444;*/
    margin-right: 25px;
}

.nav-register-business {
    padding: 5px 30px;
    border: 1px solid #132444;
    border-radius: 50px;
    margin-right: 25px;
}

.nav-register-a {
    font-weight: bold !important;
}

.nav-buyticket {
    padding: 5px 30px;
    /* background-color: #132444; */
    background-color: #cf191c;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .nav-register-business {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .nav-register {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .navbar-dropdown.navbar-fixed-top {
        position: fixed;
    }
    
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .navbar-dropdown.navbar-fixed-top {
        position: fixed;
    }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .navbar-dropdown.navbar-fixed-top {
        position: fixed;
    }
}

@media only screen and (max-width: 480px) and (min-width: 200px) {
    .navbar-dropdown.navbar-fixed-top {
        position: fixed;
        background: #02609c;
    }
}

@media only screen and (max-width: 991px) and (min-width: 1624px) {
    .cid-ri71kWJBJz .navbar {
        padding: .5rem 0rem;
        min-height: 120px;
    }
}


@media (min-width: 1624px) {
    .cid-ri71kWJBJz .navbar {
        padding: .5rem 14rem;
        min-height: 120px;
    }
}

/*关于我们*/

.banner_bg_outside {
/*    background-image: url(../../../assets/images/main-bg-1460x2138.png);*/
}

.banner_bg {
    width: 100%;
    margin: 0px auto 0 auto;
    background-image: url('../../../assets/images/banner_bg_01_2021.png'), url('../../../assets/images/banner_bg_02_2021.png'), url('../../../assets/images/banner_bg_03_2021.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -10px -6px, 630px -6px, 1270px -6px;
    padding-bottom: 90px;
}

.more_info {
    margin-top: 50px;
}

.more_info img {
    width: 45px !important;
    margin: 0 !important;
}

.aboutus-banner h2 {
    /* font-size: 20px; */
    font-size: 18px;
    /* margin: 15px 370px 0 370px; */
    margin:15px 480px 0 480px;
    font-weight: 400;
    color: #fff;
    font-family: 'Microsoft YaHei';
    line-height: 25px;
    letter-spacing: 1px;
}


.aboutus-banner img {
    margin: 40px 0px 0px;
    text-align: center;
    width: 23%;
}

.aboutus-banner {
    text-align: center;
    padding: 0 15px;
}

.about-akl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 10px auto 0 auto;
    width: 13%;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
    letter-spacing: 5px;
}

.about-akl a {
    color: #11355c !important;
    padding: 5px 0;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width: 1700px) and (min-width: 1500px) {
    .about-akl {
        width: 13% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    .about-akl {
        width: 15% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1875px) and (min-width: 1200px) {
    .banner_bg {
        width: 100%;
        margin: 0px auto 0 auto;
        background-image: url(../../../assets/images/banner_bg_1440_2021.png);
        background-repeat: no-repeat;
        /* background-position: right top, left bottom; */
        /* background-size: 100%; */
        /* background-position: 54%; */
        background-position: 65%;
        background-size: cover;
        padding-bottom: 50px;
    }

    .aboutus-banner h2 {
        /* margin: 35px 220px; */
        margin: 40px auto;
        /* width:810px; */
        width:780px;
    }

    .more_info {
        margin-top: 16px;
    }

    .aboutus-banner img{
        margin: 40px 0px 0px;
        text-align: center;
        width: 20%;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 980px) {
    .banner_bg {
        width: 100%;
        margin: 0px auto 0 auto;
        background-image: url(../../../assets/images/banner_bg_1440_2021.png);
        background-repeat: no-repeat;
        /* background-position: right top, left bottom; */
        background-size: cover;
        background-position: 50%;
        padding-bottom: 50px;
    }

    .aboutus-banner h2 {
        margin: 3% 15%;
    }

    .aboutus-banner h2 > p {
        font-size: 18px;
    }

    .aboutus-banner img {
        margin: 40px 0px 0px;
        text-align: center;
        width: 32%;
    }

    .about-akl {
        width: 16% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
    .banner_bg {
        width: 100%;
        margin: 77px auto 0 auto;
        background-image: url(../../../assets/images/banner_bg_mobile_2021.jpg);
        background-repeat: repeat;
        background-position: right top, left bottom;
        background-size: 100%;
        /* background-size: cover; */
        padding-bottom: 50px;
    }

    .aboutus-banner h2 {
        font-size: 16px;
        margin: 16px 0;
    }

    .aboutus-banner h2 > p {
        font-size: 16px;
    }

    .aboutus-banner img {
        margin: 7% 0px 3%;
        text-align: center;
        width: 44%;
    }

    .about-akl {
        width: 18% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .banner_bg {
        width: 100%;
        margin: 77px auto 0 auto;
        background-image: url(../../../assets/images/banner_bg_mobile_2021.jpg);
        background-repeat: repeat;
        background-position: right top, left bottom;
        background-size: 100%;
        /* background-size: cover; */
        padding-bottom: 50px;
    }

    .aboutus-banner h2 {
        font-size: 16px;
        margin: 3% 2%;
    }

    .aboutus-banner h2 > p {
        font-size: 16px;
    }

    .aboutus-banner img {
        margin: 7% 0px 3%;
        text-align: center;
        width: 55%;
    }

    .about-akl {
        width: 26% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .banner_bg {
        width: 100%;
        margin: 77px auto 0 auto;
        background-image: url(../../../assets/images/banner_bg_mobile_2021.jpg);
        background-repeat: repeat;
        background-position: right top, left bottom;
        background-size: 100%;
        /* background-size: cover; */
        padding-bottom: 50px;
    }

    .aboutus-banner h2 {
        font-size: 16px;
        margin: 16px 0;
    }

    .aboutus-banner h2 > p {
        font-size: 16px;
    }

    .aboutus-banner img {
        margin: 7% 0px 4%;
        text-align: center;
        width: 70%;
    }

    .about-akl {
        width: 30% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 480px) and (min-width: 200px) {
    .banner_bg {
        width: 100%;
        margin: 77px auto 0 auto;
        background-image: url(../../../assets/images/banner_bg_mobile_2021.jpg);
        background-repeat: repeat;
        background-position: right top, left bottom;
        background-size: 100%;
        /* background-size: cover; */
        padding-bottom: 50px;
    }

    .aboutus-banner h2 {
        font-size: 16px;
        margin: 16px 0;
    }

    .aboutus-banner h2 > p {
        font-size: 16px;
    }

    .aboutus-banner img {
        margin: 7% 0px;
        text-align: center;
        width: 70%;

    }

    .about-akl {
        width: 55% !important;
        font-size: 20px !important;
    }
}

/*活动亮点*/

.event-highlights {
    text-align: center;
    padding: 80px 0 30px 0;
    
}

.event_highlight_img {

    transform: rotate(0deg);
    box-shadow: rgb(0, 0, 0, 0.35) 0 12px 40px 0;

}

.event-highlights span {
    font-size: 33px;
    color: #132444;
    font-weight: bold;
    /*    border-bottom: 8px solid #eeb238;*/
    padding-bottom: 25px;
    font-family: Microsoft YaHei;
    letter-spacing: 3px;
    display: block;
}

.event-subtitle {
    font-size: 26px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    letter-spacing: 2px;
}

.event-more {
    background-color: #cf191c;
    width: 15%;
    text-align: center;
    /* border-radius: 50px; */
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    letter-spacing: 3px;
    font-size: 22px;
    display: inline-block;
    font-family: Microsoft YaHei;
}



@media (max-width: 500px) {
    .event-more {
        width: 78%;
    }
}

@media (max-width: 991px) {
    .rainbow-l {
        display: none;
    }

    .media-content {
        margin: 30px 0 15px 0;
        padding: 0 16px;
    }

    .mbr-figure {
        padding: 0 16px;
    }

}

@media (min-width: 992px) {
    .rainbow-s {
        display: none;
    }

    .event-subtitle-R {
        margin-left: 15%;
    }

    .event-subcontent-R {
        margin-right: 15%;
        margin-left: 15%;
        font-size: 17px !important;
        margin-top:4%;
    }

    .event-subtitle-L {
        margin-left: 15%;
        margin-right: 15%;
    }

    .event-subcontent-L {
        margin-left: 15%;
        margin-right: 15%;
        font-size: 17px !important;
        margin-top:4%;
    }

    .container-rainbow-last {
        padding-bottom: 85px;
    }
}

@media (max-width: 991px) {
    .event-subtitle-R {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .event-subtitle-L {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .event-subcontent-R {
        font-size: 17px !important;
    }

    .event-subcontent-L {
        font-size: 17px !important;
    }
}

/*展会时间地点*/

.cid-rnFPqaCnwl {
    background-image: url(../../../assets/images/address-bg.jpg);
}

.mbr-text {
    color: #132444;
    font-size: 18px;

}

.mbr-text-address {
    color: #fff !important;
    font-size: 18px;
}

.mbr-text strong {
    font-size: 24px;
    display: block;
}

.mbr-text span {
    display: block;
}

.google-map {
    width: 100%;
    height: 500px;
}

.event-highlights-p {
    border-top: 8px solid #fff;
    margin: 60px auto 0 auto;
    width: 15%;
}

.mbr-text-fontfamily {
    font-family: Microsoft YaHei;
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {

    .event-highlights-p {
        width: 18%;
    }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
    .event-highlights-p {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .event-highlights-p {
        width: 32%;
    }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .event-highlights-p {
        width: 30%;
    }
}

@media only screen and (max-width: 480px) and (min-width: 200px) {
    .event-highlights-p {
        width: 42%;
    }
}

@media (min-width: 992px) {
    .expo-address-time {
        margin: 0 0 0 23px;
    }

}

@media (max-width: 991px) {
    .mbr-text {
        font-size: 20px;

    }

    .mbr-text strong {
        font-size: 24px;
    }
}

/*主办方、承办方*/

.main-shop {
    text-align: center;
    background-color: #fff;
    /* margin-top: 125px; */
}


@media (min-width: 1200px) {
    .main-img {
        width: 65% !important;
    }
}

/*参与展商*/

.container-slider {
    width: 85%;
    margin: 0 auto
}

.slider-control {
    width: 6% !important;
}

.attend-shops {
    font-size: 30px;
    color: #02609c;
    font-weight: bold
}

.event-attend-shops {
    /* padding-bottom: 95px; */
}

.card-img-border {
    border: 1px solid #ccc;
    /* box-shadow: rgb(110, 93, 103) 0.374607px -0.072816px 8px; */
}

.attend-shop-row {
    flex-wrap: wrap !important;
}



@media (max-width: 991px) {
    .event-attend-shops {
        padding-bottom: 15px;
        padding-top: 80px !important;
    }
}


@media (min-width: 768px) {
    .slider-center {
        flex: 0 0 93.666667%;
        max-width: 93.666667%
    }
}

/*footer*/

.footer_bg {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0px 0;
    background-image: url(../../../assets/images/footer-bg_2021.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 299px;

}

.footer_content {
    padding: 0 10px;
}

.footer_content h1 {
    font-size: 39px;
    color: #fff;
    margin: 0 auto 9px;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 46px;
    font-family: Microsoft YaHei;
    letter-spacing: 5px;
}

.footer_content div {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px auto 0 auto;
}

@media (min-width: 1815px) {
    .footer_content h1 {
        color: #fff;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    .register-p {
        width: 18%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {
    .register-p {
        width: 27%;
    }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
    .register-p {
        width: 22%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .register-p {
        width: 35%;
    }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .register-p {
        width: 30%;
    }
}

@media (max-width: 450px) {

    .footer_content h1 {
        font-size: 25px;
        margin: 0 25px;
    }
}

/* 了解更多 */
.event-more-button{
    margin-top:80px;
}

@media (max-width: 991px){
    .event-more-button{
        margin-top:40px;
        
    }
    .event-more-button .event-more{
        width:25%;
    }
}

@media (min-width: 992px){
    .event-more-button{
        margin-top:50px;
    }
    .event-more-button .event-more{
        width:20%;
    }
}

/* 精彩瞬间 */



@media (max-width: 991px){
    .Review_Pic2019 .cid-ri77dHavMt .carousel-controls a span {
        top:68px;
    }
}


/* 更新navbar的背景问题 */

.new_navbar_2020 .cid-ri71kWJBJz .navbar{
    background-size: cover;
}