@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

#public-nav-visit>a {
    color: #D46D2A !important;
}
/*.bannerBgWrap.css start*/
.bannerBgWrap{
    width: 100%;
    background: url("../img/visit/visitBanner.png") no-repeat center 0;
    height: 488px;
    min-width: 1170px;
}

.wrap{
    width: 1170px;
    margin: 0 auto;
}
.bannerContentWrap p{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 60px;
    padding-top: 220px;
}
.bannerContentWrap .linkWrap{
    margin-top: 29px;
}
.bannerContentWrap .linkWrap a{
    display: inline-block;
    width: 164px;
    height: 60px;
    background: #EC7E36;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
}
.bannerContentWrap .linkWrap a:first-child{
    margin-right: 20px;
}
.bannerContentWrap .linkWrap a:hover{
    background:#D46D2A;
    transition: background 0.3s ease;
}

.chccWrap{
    background: #F1F1F1;
    padding: 23px 0;
    max-width: 1920px;
    margin: 0 auto;
}
.chccWrap pre{
    display: block;
    font-size: 16px;
    color: #202020 !important;
    line-height: 30px !important;
    padding: 0 !important;
    width: auto !important;
    border: none !important;
    background: none !important;
    outline: 0;
    max-width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    text-align: justify;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}


.whyExhibitWrap{
    padding-top: 83px;
    padding-bottom: 63px;
}
.whyExhibitWrap .echibitTitle{
    margin-top: 152px;
    width: 548px;
}
.whyExhibitWrap .echibitTitle label{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #022378;
    line-height: 1;
}
.whyExhibitWrap .echibitTitle p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 46px;
    text-align: left;
}
.whyExhibitWrap .echibitList{
    width: 590px;
}
.whyExhibitWrap .echibitList li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.whyExhibitWrap .echibitList li:before{
    content: "";
    display: inline-block;
    width:50px;
    min-width: 50px;
    height: 50px;

}
.whyExhibitWrap .echibitList li div{
    margin-left: 38px;
    max-width: 479px;
}
.whyExhibitWrap .echibitList li:nth-child(1):before{
    background: url("../img/visit/v1.png") no-repeat 0;
    background-size:50px;
}
.whyExhibitWrap .echibitList li:nth-child(2):before{
    background: url("../img/visit/v2.png") no-repeat 0;
    background-size: 50px;
}
.whyExhibitWrap .echibitList li:nth-child(3):before{
    background: url("../img/visit/v3.png") no-repeat 0;
    background-size: 50px;
}
.whyExhibitWrap .echibitList li:nth-child(4):before{
    background: url("../img/visit/v4.png") no-repeat 0;
    background-size: 50px;
}

.whyExhibitWrap .echibitList li span{
    font-weight: bold;
    font-size: 22px;
    color: #0D060A;
    line-height: 30px;
}
.whyExhibitWrap .echibitList li p{
    font-size: 14px;
    color: #0D060A;
    line-height: 30px;
}
.statisticsWrap{
    max-width: 1920px;
    margin: 0 auto;
    padding: 74px 0 19px!important;
}
.statisticsWrap .statButtons{
    display: none;
}

/*exhibitCHCCWrap.css start*/

.exhibitCHCCWrap{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: #E6F1FE;
    padding-top: 87px;
    padding-bottom: 75px;
}
.exhibitCHCCWrap h5{
    font-weight: bold;
    font-size: 40px;
    color: #0D060A;
    line-height: 1;
    text-align: center;
    margin-bottom: 65px;
}
.exhibitCHCCList{
    width: 975px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.exhibitCHCCList li{
    width: 254px;
    height: 456px;
    margin-left: 106px;
    padding-top: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exhibitCHCCList li:nth-child(1){
    background: url("../img/exhibit/zs1.png") no-repeat 0 0;
    margin-left: 0;
}
.exhibitCHCCList li:nth-child(2){
    background: url("../img/exhibit/zs2.png") no-repeat 0 0;
}
.exhibitCHCCList li:nth-child(3){
    background: url("../img/exhibit/zs3.png") no-repeat 0 0;
}
.exhibitCHCCList li div{
    height: 246px;
    width: 246px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exhibitCHCCList li div span{
    font-size: 27px;
    color: #FFFFFF;
    line-height: 36px;
}
.exhibitCHCCList li p{
    margin-top:15px;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 26px;
    text-align: center;
    padding: 0 12px;
    margin-bottom: 20px;
}
.exhibitCHCCList li a{
    margin: 0 auto;
    font-size: 14px;
    color: #424242;
    text-align: center;
    border-radius: 19px;
    border: 1px solid #8E8E8E;
    padding: 8px 15px;
}
.exhibitCHCCList li a:hover{
    border: 1px solid #EC7E36;
}
/*exhibitCHCCWrap.css end*/

/*attendingWrap.css start*/
.attendingWrap{
    padding-top: 45px;
    padding-bottom: 70px;
}
.attendingWrap .attendTitle{
    width: 555px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.attendingWrap .attendTitle label{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #022378;
    line-height: 1;
}
.attendingWrap .attendTitle p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 46px;
    text-align: left;
    margin-bottom: 23px;
}
.attendingWrap .attendTitle span{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.attendingWrap .attendList{
    width: 530px;
    max-width: 614px;
}
.attendingWrap .attendList li{
    font-weight: bold;
    font-size: 22px;
    line-height: 56px;
    display: flex;
    justify-content: flex-start;
}
.attendingWrap .attendList i{
    display: inline-block;
    width: 44px;
    color: #0B39D1;
}
.attendingWrap .attendList p{
    color: #000000;
    display: inline-block;
    width: calc(100% - 44px);
}
.attendingWrap .attendImgWrap{
    width: 100%;
    text-align: center;
    margin-top: 55px;
}
.attendingWrap .attendImgWrap img{
    max-width: 100%;
    width: auto;
    height: auto;
}
/*attendingWrap.css end*/
/*exhibitorsWrap.css start*/
.exhibitorsWrap h5{
    font-weight: bold;
    font-size: 40px;
    color: #010000;
    line-height: 56px;
    text-align: left;
}
.exhibitorsWrap h5 a{
    display: inline-block;
    text-align: center;
    float: right;
    width: 140px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #020201;
    font-size: 12px;
    color: #010100;
    line-height: 52px;
}
.exhibitorsWrap h5 a:hover{
    border: 1px solid #EC7E36;
}
.exhibitorsList{
    display: flex;
    width: 1170px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 73px;
}
.exhibitorsList li{
    display: flex;
    width: 212px;
    height: 90px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 54px;
    margin-right: 27px;
}
.exhibitorsList li:nth-child(5n){
    margin-right: 0;
}
.exhibitorsList li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
a[href] {
    cursor: pointer;
}
.exhibitorsList li img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*exhibitorsWrap.css end*/

/*guestWrap.css start*/
.guestWrap{
    margin-top: 30px;
    margin-bottom: 80px;
}
.guestWrap .swiper-slide>div{
    width: 1170px!important;
    height: 300px;
    background: #FFFFFF url("../img/exhibit/lbIcon.png") no-repeat 1112px 17px;
    background-size: 27px 24px;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.11);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.guestWrap .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 330px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guestWrap .swiper-container{
    width: 1200px;
    margin: 0 auto;
    height: 370px;
}
.guestWrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
    border: 3px solid #007aff;
    width: 4px;
    height: 4px;
}
.guestWrap .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 1;
    background: #007aff;
    border: 3px solid #007aff;
}
.guestInfoWrap{
    width: 592px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 37px;
    box-sizing: border-box;
}
.guestInfoWrap .headWrap{
    width: 124px;
    min-width: 124px;
    height: 124px;
    overflow: hidden;
    margin-right: 14px;
}
.guestInfoWrap .headWrap img{
    width: 100%;
    height: 100%;
}
.guestInfoWrap .txtWrap span{
    font-weight: bold;
    font-size: 24px;
    color: #0D060A;
    line-height: 30px;
}
.guestInfoWrap .txtWrap p{
    font-size: 16px;
    line-height: 30px;
}
.guestDescWrap{
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    width: 544px;
    padding-left: 52px;
    position: relative;
    box-sizing: border-box;
    padding-top: 6px;
}
.guestDescWrap:before{
    content: "";
    display: inline-block;
    background: url("../img/exhibit/up.png") no-repeat 0 0;
    width: 44px;
    height: 33px;
    position: absolute;
    left:0;
    top:0;
}
.guestDescWrap:after{
    content: "";
    display: inline-block;
    background: url("../img/exhibit/down.png") no-repeat 0 10px;
    width: 44px;
    height: 59px;
    position: absolute;
    margin-left: 10px;
}
/*guestWrap.css end*/
/*waterfallWrap.css start*/
.waterfallWrap{
    padding-bottom: 103px;
}
.waterfallWrap h5{
    font-weight: bold;
    font-size: 40px;
    color: #010000;
    line-height: 1;
    text-align: left;
    margin-bottom: 48px;

}
.waterfallContainer {
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: flex-start;
}

.waterfallItem {
    display: inline-block;
    /*flex: 1 1 auto;*/
    border-radius: 8px;
    overflow: hidden;
    /*transition: all 0.4s ease;*/
    max-width: 1170px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.waterfallItem:hover {
    /*transform: translateY(-8px) scale(1.03);*/
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale3d(1.01, 1.01, 1.01);
}

.waterfallImg {
    /*width: 100%;*/
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.waterfallItem:hover .waterfallImg {
    transform: scale(1.5);
}
/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        /*transform: translateY(30px);*/
    }
    to {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}

.waterfallItem {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    position: relative;
}

.waterfallItem:nth-child(1) { animation-delay: 0.1s; }
.waterfallItem:nth-child(2) { animation-delay: 0.2s; }
.waterfallItem:nth-child(3) { animation-delay: 0.3s; }
.waterfallItem:nth-child(4) { animation-delay: 0.4s; }
.waterfallItem:nth-child(5) { animation-delay: 0.5s; }
.waterfallContainer .waterfallItem span{
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    color: #FEFEFE;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*waterfallWrap.css end*/

/*planVisitWrap.css start*/
.planVisitWrap{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 90px;
    background: #002FA8;
    padding-top: 35px;
    padding-bottom: 78px;
}
.planVisitContent>h6{
    font-size: 18px;
    color: #EC7E36;
    line-height: 48px;
    font-weight: bold;
}
.planVisitContent>p{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 56px;
}
.planVisitList {
    margin-top: 66px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.planVisitList li{
    width: 180px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.planVisitList li a{
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    width: 174px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    transition: background-color 0.3s ease, font-size 0.3s ease;
    font-weight: bold;
}
.planVisitList li a:hover{
    background: #fff;
    font-size: 15px;
    color:#002FA8;
}
.planVisitList li:nth-child(1){
    background: url("../img/visit/plan1.png") no-repeat center 0;
    background-size: 147px 143px;
}

.planVisitList li:nth-child(2){
    background: url("../img/visit/plan2.png") no-repeat center 0;
    background-size: 110px 151px;
}
.planVisitList li:nth-child(3){
    background: url("../img/visit/plan3.png") no-repeat center 0;
    background-size: 115px 144px;
}
.planVisitList li:nth-child(4){
    background: url("../img/visit/plan4.png") no-repeat center 0;
    background-size: 146px 147px;
}
.planVisitList li:nth-child(5){
    background: url("../img/visit/plan5.png") no-repeat center 0;
    background-size: 116px 146px;
}
/*planVisitWrap.css ens*/

/*highlightsWrap.css start*/
.highlightsWrap>p{
    font-weight: 500;
    font-size: 18px;
    color: #022378;
    line-height: 48px;
}
.highlightsWrap {
    padding-bottom: 64px;
}
/*highlightsWrap.css end*/