

.swiper-container {
    width: 100%;
    height: 100%;
}
dl, ul, p, h3, i, h2, h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
a:hover{
    text-decoration: none !important; 
}
#banner .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    opacity: .4;
    margin: 0 0.8%;
}

#banner .swiper-pagination-bullet-active {
    width: 28px;
    height: 2px;
    opacity: 1;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}

#banner .swiper-button-next:after,
#banner .swiper-container-rtl .swiper-button-prev:after,
#banner .swiper-button-prev:after,
#banner .swiper-container-rtl #banner .swiper-button-next:after {
    content: none;
}

#banner .swiper-button-prev,
#banner .swiper-container-rtl .swiper-button-next {
    left: 41.2%;
    right: auto;
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-prev {
    right: 41.2%;
    left: auto;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
    bottom: 14%;
    top: auto;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.9%;
}

#banner .icon-but {
    color: #fff;
    opacity: 1 !important;
}

#banner .swiper-pagination {
    bottom: 12.8% !important;
    height: 44px;
}

@media screen and (max-width:992px) {

    #banner .swiper-pagination {
        bottom: 0 !important;
        height: 35px;
    }

    #banner .swiper-button-next,
    #banner .swiper-button-prev {
        bottom: 0%;
        top: auto;
    }

    #banner .swiper-button-prev,
    #banner .swiper-container-rtl #banner .swiper-button-next {
        left: 20%;
        right: auto;
    }

    #banner .swiper-button-next,
    #banner .swiper-container-rtl #banner .swiper-button-prev {
        right: 20%;
        left: auto;
    }

    #banner .icon-but {
        display: none;
    }

    #banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    #banner .swiper-pagination-bullet-active {
        width: 14px;
        height: 2px;
    }

    #banner .swiper-pagination-bullet {
        width: 12px;
        height: 2px;
    }
}


/*鏁版嵁*/
a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

.dataBox .data-inner-frame {
    background-color: #fff;
    padding: 20px 10px;
    box-shadow: 5px 0 17px rgba(217, 217, 217, .75);
}

.data-inner-frame>ul,
.data-inner-frame>div {
    padding: 0;
}

.dataBox ul {
    margin-bottom: 0;
}

.dataBox ul li .data h3 {
    color: #555;
    font-family: 'TONG';
    margin: 0;
    float: left;
    letter-spacing: -1px;
    position: relative;
}

.dataBox ul li .data p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    clear: both;
}

.dataBox ul li .data small {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
}

.dataBox ul li:first-child {
    border-left: transparent;
}

.dataBox .data-txt {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    min-height: 55px;
}

.dataBox .data-txt .icon-shijian {
    font-size: 26px;
    margin-right: 10px;
}

@media screen and (min-width:992px) {
    #container-spacing {
        padding: 0 10%;
        box-sizing: border-box;
    }

    .dataBox ul li {
        /* border-left:1px solid #d6d6d6; */
        display: flex;
        justify-content: center;
        position: relative;
    }

    .data-inner-frame {
        display: flex;
    }

    .data-inner-frame ul {
        align-self: center;
    }

    .data-border-right {
        width: 1px;
        height: 40px;
        background-color: #d6d6d6;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    #page-header {
        position: relative;
    }

    .dataBox {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 50;
        width: 100%;
    }

    .dataBox ul li .data h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:992px) {
    .dataBox .data-inner-frame ul li {
        padding: 10px 15px;
        border-right: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

    .dataBox .data-inner-frame ul {
        margin-bottom: 20px;
        border-left: 1px solid #f5f5f5;
        border-top: 1px solid #f5f5f5;
        padding: 0;
    }

    .navCountdown>div {
        font-size: 14px;
        color: #555;
    }

    .dataBox .data-txt {
        min-height: 46px;
    }
}

.data-but {
    display: flex;
    justify-content: space-between;
}

.data-but a {
    padding: 14.5px 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 44%;
}

.data-but a span {
    font-size: 14px;
    color: #fff;
}

.data-but a i {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-right: 4px;
}

.data-but a:first-child {
    background-color: #0c4ad7;
}

.data-but a:last-child {
    background-color: #0c4ad7;
}

.data-but a:first-child:hover {
    background-color: #000;
}

.data-but a:last-child:hover {
    background-color: #000;
}

/* 鍏徃绠€浠� */
.aboutCaie {
    margin: 8% 0;
}

.aboutHer {
    display: flex;
    align-items: center;
    z-index: 99;
    position: relative;
}

.aboutHer i {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50px;
    display: 聽block;

}

.aboutHer .aboutHerHz p,
.aboutHer h2 {
    margin: 0;
}

.aboutHer h2 {
    /* font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    font-family: 'TONG';
    font-size: 44px;
    margin-left: 10px;
    color: #555;
}

.aboutHer .aboutMore {
    position: absolute;
    right: 0;
}

.aboutCaie i {
    font-size: 16px;
}

.aboutHer .aboutHerHz p {
    font-size: 17px;
    line-height: 18px;
    margin: 0 10px;
    font-weight: bold;
    color: #555;
}

.aboutText h3 {
    font-size: 20px;
    color: #555;
    margin-top: 4%;
    margin-bottom: 2%;
}

.aboutText {
    margin-bottom: 4%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.aboutText p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    text-indent: 34px;
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .aboutBox {
        margin-left: 4%;
        margin-top: 4%;
    }

    .aboutCaie>div {
        margin-bottom: 10px;
    }

    .aboutCaie .row div:first-child {
        padding-left: 0;
    }
}

@media screen and (max-width:992px) {
    .aboutText h3 {
        text-align: center;
        font-size: 18px;
    }

    .aboutLink {
        margin: 20px 0;
        display: block;
        width: 100%;
        background-color: #0c4ad7;
        color: #fff !important;
        border-color: #0c4ad7;
    }

    .aboutHer {
        margin-top: 20px;
    }

    .aboutText p {
        font-size: 16px;
        line-height: 26px;
    }

    .aboutHer h2 {
        font-family: 'TONG';
        font-size: 32px;
        margin-left: 10px;
        color: #555;
    }

    .aboutHer .aboutHerHz p {
        font-size: 12px;
        line-height: 13px;
        font-weight: bold;
    }

    .aboutHer .aboutHerHz {
        margin-top: 4px;
    }

}

.aboutLink {
    font-size: 14px;
    color: #d7d8db;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #ebecf0;
    padding: 16px 73px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}

.aboutCaie:hover .aboutBottom li,
.aboutCaie:hover .aboutBox .aboutLink {
    background-color: #0c4ad7;
    color: #fff !important;
    border-color: #0c4ad7;
}

.aboutLink:hover {
    background-color: #0c4ad7;
    color: #fff !important;
    border-color: #0c4ad7;
}

.aboutBottom {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.aboutBottom li {
    width: 2%;
    height: 20px;
    background-color: #f5f6fb;
    margin-right: 10px;
    transition: all 0.1s ease-out 0s;
}

.aboutBottom li:last-child {
    width: 94% !important;
    margin-right: 0;
    position: relative;
    z-index: 1;
}

.aboutBottom li:last-child::after {
    content: '';
    width: 0%;
    height: 20px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0c4ad7;
    transition: all 0.4s ease-out 0s;
}

.aboutCaie:hover .aboutBottom li:last-child::after {
    width: 100%;
}

.aboutCaie:hover .aboutBottom li:last-child {
    background-color: #f5f6fb;
}

/* 绮惧搧涓撳尯 */
.boutiqueArea {
    background-color: #f5f6fb;
    padding: 4% 0;
}

.boutiqueArea-aboutHer {
    display: flex;
    justify-content: center;
}

.boutiqueArea-swiper-container {
    margin-top: 4%;
}

.boutiqueAreaDl>div dl dd h3 {
    font-size: 18px;
    color: #555;
    padding: 8.6% 0;
    margin: 0;
    transition: all 0.3s ease-out 0s;
}

.boutiqueAreaDl>div dl {
    transition: all 0.3s ease-out 0s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.boutiqueAreaDl>div dl dt img {
    transition: all 0.5s ease-out 0s;
}

.boutiqueAreaDl>div dl dt {
    overflow: hidden;
}

.boutiqueArea .swiper-pagination {
    display: none;
}

.boutiqueArea .swiper-button-next:after,
.boutiqueArea .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.boutiqueArea .swiper-button-prev:after,
.boutiqueArea .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.boutiqueArea-button-right,
.boutiqueArea-button-left {
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.boutiqueArea-button-right i,
.boutiqueArea-button-left i {
    font-size: 12px;
    font-weight: normal;
}

.boutiqueAreaDl>div dl:hover {
    box-shadow: 0 0 30px rgba(49, 95, 224, .6);
    border: 1px solid #0c4ad7;
}

.boutiqueAreaDl>div dl:hover dd h3 {
    background-color: #0c4ad7;
    color: #fff;
}

.boutiqueAreaDl>div dl:hover dt img {
    transform: scale(1.2);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 1px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 1px;
    left: auto;
}

@media screen and (max-width:992px) {
    .boutiqueAreaDl>div dl dd h3 {
        font-size: 14px;
    }
}

/*鍚屾湡浼氳*/
.Super-box {
    margin: 8% 0;
}

.topic {
    margin-top: 6%;
}

.topic h3 {
    margin-bottom: 6%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.topic h3 span {
    font-size: 22px;
    font-weight: bold;
    color: #0c4ad7;
}

.topic h3 i {
    font-size: 24px;
    color: #0c4ad7;
}

.meetingText li p {
    font-size: 16px;
    color: #555;
    padding: 3.2% 20px;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.meetingText li {
    border-left: 4px solid #0c4ad7;
    margin-bottom: 3%;
    transition: all 0.3s ease-out 0s;
}

.meetingText li:hover {
    border-left: 4px solid #0c4ad7;
}

.meetingText li p:hover {
    background-color: #0c4ad7;
    color: #fff;
}

.topic .topicBox {
    background-color: #f5f6fb;
    padding: 6%;
    padding-bottom: 4%;
}


@media screen and (min-width:992px) {
    .topic {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .topic .topicIng {
        width: 40%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
        /* position: relative; */
    }

    .topic .topicBox {
        width: 60%;
        height: 100%;
    }

    .topic {
        margin-top: 60px;
    }

    .topic .topicIng img {
        width: auto;
        height: 100%;
        margin-left: -50%;
    }

    .concurrentMeeting {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width:992px) {
    .topic .topicIng {
        width: 100%;
        height: 196px;
        overflow: hidden;
        position: relative;
    }

    .topic .topicIng img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .topic h3 span {
        font-size: 18px;
        font-weight: bold;
        color: #0c4ad7;
    }

}

.point {
    font-size: 28px;
    color: #999;
    line-height: 0;
}

.icon-dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #0c4ad7;
    border-right: 40px solid transparent;
    z-index: 2;
}

.icon-dd i {
    position: absolute;
    top: -37px;
    left: 5px;
    color: #fff;
    font-size: 14px;
}

/*鍟嗗姟閰嶅*/
.business {
    margin-top: 6%;
    background-color: #0c4ad7;
    padding: 10%;
}

.businessH2 h2 span {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.businessH2 h2 i {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.businessH2 h2 {
    margin-bottom: 4%;
    margin-top: 4%;
}

.businessH2 p {
    font-size: 16px;
    color: #fff;

}

.release>a dl {
    background-color: #fff;
    width: 100%;
    margin-bottom: 8%;
    display: flex;
    justify-content: flex-start;
    padding: 4% 0;
    box-shadow: 5px 0 10px #0c4ad7;
    border: 1px solid #fff;
}

.release>a dl:hover {
    background-color: #0c4ad7;
    border: 1px solid #fff;
    box-shadow: 5px 0 10px rgba(26, 87, 209, .8);
}

.release>a dl:hover dd h3,
.release>a dl:hover dd p {
    color: #fff;
}

.release>a dl dt {
    width: 26%;
    height: 0;
    padding: 13%;
    background-color: #0c4ad7;
    border-radius: 50%;
    position: relative;
    margin-left: 6%;
    margin-right: 4%;
}

.release>a dl dt i {
    font-size: 46px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.release>a dl dd h3,
.release>a dl dd p,
.release>a dl {
    transition: all 0.3s ease 0s;
}

.release>a dl dd h3 {
    font-size: 22px;
    color: #555;
}

.release>a dl dd p {
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

.release>a dl dd {
    align-self: center;
}

.businessH2 {
    margin-bottom: 3%;
}

@media screen and (min-width:992px) {
    .business {
        margin-top: 64px;
    }

    .release {
        padding-top: 9%;
    }
}

@media screen and (max-width:992px) {
    .businessH2 h2 span {
        font-size: 24px;
    }
}

.identifier {
    text-align: center;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
    width: 10px;
    color: #555;
}

/* 鏈€鏂版柊闂� */
.newText {
    margin-top: 4%;
}

.newTextLeft dd h2 {
    font-size: 18px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: all 0.3s ease-out 0s;
}

.newTextLeft dd:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 3%;
}

.newTextLeft {
    cursor: pointer;
}

.newTextLeft dd i {
    font-size: 44px;
    line-height: 0;
    color: #ccc;
    padding-right: 5%;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

@media screen and (min-width:992px) {
    .newTextLeft dl dt {
        overflow: hidden;
        position: relative;
        padding-bottom: 46%;
    }

    .newTextLeft dl dt img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .newTextRight {
        padding-left: 3%;
    }
}

@media screen and (max-width:992px) {
    .newTextLeft a dl dt {
        width: 100%;
        height: auto;
    }

    .newTextLeft a dl dt img {
        width: 100%;
        height: 100% !important;
    }

    .newText .newTextRight li dl dt h3,
    .newText .newTextLeft dd:nth-child(3)>div h3 {
        font-size: 20px;
    }

    .newText .newTextLeft dd h2 {
        font-size: 16px
    }

    .newText .newTextLeft dd:nth-child(3) p {
        font-size: 14px;
        line-height: 23px;
    }

    .newText .newTextLeft dd:nth-child(3) {
        margin-bottom: 10px;
    }

    .newText .newTextRight li dl dd h4 {
        font-size: 16px;
    }

    .newText .newTextRight li dl dd p {
        font-size: 14px;
    }

    .newText .newTextRight li dl dd h4 {
        margin-bottom: 4px !important;
    }

}

.newTextLeft:hover dd i {
    padding-right: 0;
    opacity: 1;
}

.newTextLeft:hover dd h2,
.newTextRight li:hover dl dd h4 {
    color: #0c4ad7;
}

.newTextLeft dd:nth-child(3) {
    display: flex;
    justify-content: flex-start;
}

.newTextLeft dd:nth-child(3)>div {
    border-right: 1px solid #dcdde0;
    padding-right: 3%;
    margin-right: 3%;
}

.newTextLeft dd:nth-child(3)>div h3 {
    font-size: 24px;
    color: #555;
    margin-bottom: 8px;
}

.newTextLeft dd:nth-child(3)>div span {
    font-size: 16px;
    color: #999;
}

.newTextLeft dd:nth-child(3) p {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newTextRight li dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.newTextRight li dl dt {
    border-right: 1px solid #dcdde0;
    padding-right: 3%;
    margin-right: 3%;
}

.newTextRight li dl dt h3 {
    font-size: 24px;
    color: #555;
    margin-bottom: 1px;
}

.newTextRight li dl dt span {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.newTextRight li dl dd h4 {
    font-size: 18px;
    color: #555;
    margin-bottom: 8px;
}

.newTextRight li dl dd p {
    font-size: 16px;
    color: #999;
}

.newTextRight li {
    border-top: 1px solid #e5e5e5;
    padding: 4.5% 0;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.newTextRight li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.newTextRight li dl dd p,
.newTextRight li dl dd h4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newTextRight li:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(49, 95, 224, 0.7);
    padding-left: 4%;
}

.newTextRight li:hover dl dd i {
    padding-left: 4%;
    opacity: 1;
    right: 2%;
}

.newTextRight li dl dd i {
    font-size: 40px;
    color: #ccc;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    opacity: 0;
}

.newTextRight li:hover dl dd:nth-child(2) {
    padding-right: 10%;
}

.newsLink {
    display: flex;
    justify-content: center;
    margin-top: 4%;
}


/*濯掍綋鍚堜綔*/
.mediaCooperation {
    margin: 6.4% 0;
}

.mediaCooperation .swiper-button-prev:after,
.mediaCooperation .swiper-container-rtl .swiper-button-next:after {
    opacity: 0;
}

.mediaCooperation .swiper-button-next:after,
.mediaCooperation .swiper-container-rtl .swiper-button-prev:after {
    opacity: 0;
}

.mediaCooperation .swiper-container .swiper-wrapper .swiper-slide a img {
    border: 1px solid #ebecf0;
}

.mediaCooperation .swiper-container {
    padding-bottom: 3%;
    margin-top: 4%;
}

.mediaCooperation .mediaCooperationPagination .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background-color: #e5e5e5;
    opacity: 1;
}

.mediaCooperation .mediaCooperationPagination .swiper-pagination-bullet-active {
    background-color: #0c4ad7;
    width: 16px;
    transition: all 0.3s ease-out 0s;
}

@media screen and (max-width:992px) {

    .mediaCooperation .swiper-container-horizontal>.swiper-pagination-bullets,
    .mediaCooperation .swiper-pagination-custom,
    .mediaCooperation .swiper-pagination-fraction {
        bottom: -4px;
    }
}

/*鎺ㄨ崘灞曞晢*/
.mediaCooperation {
    margin: 6.4% 0;
}

.mediaCooperation .swiper-button-prev:after,
.mediaCooperation .swiper-container-rtl .swiper-button-next:after {
    opacity: 0;
}

.mediaCooperation .swiper-button-next:after,
.mediaCooperation .swiper-container-rtl .swiper-button-prev:after {
    opacity: 0;
}

.mediaCooperation .swiper-container .swiper-wrapper .swiper-slide a img {
    border: 1px solid #ebecf0;
}

.mediaCooperation .swiper-container {
    padding-bottom: 3%;
    margin-top: 4%;
}

.mediaCooperation .tjZSCooperationPagination .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background-color: #e5e5e5;
    opacity: 1;
}

.mediaCooperation .tjZSCooperationPagination .swiper-pagination-bullet-active {
    background-color: #0c4ad7;
    width: 16px;
    transition: all 0.3s ease-out 0s;
}

@media screen and (max-width:992px) {

    .mediaCooperation .swiper-container-horizontal>.swiper-pagination-bullets,
    .mediaCooperation .swiper-pagination-custom,
    .mediaCooperation .swiper-pagination-fraction {
        bottom: -4px;
    }
}

/*缃戠珯搴曢儴*/
.contactTop {
    padding: 5%;
    background-color: #0c4ad7;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(92, 92, 92, .4);
    position: relative;
    margin-bottom: -8%;
}

.contactTop::after {
    content: "";
    background: url(../images/containerbj.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.contactTop .aboutHer h2,
.contactTop .aboutHer p {
    color: #fff;
}

.contactTop .aboutHer i {
    background-color: #fff;
}

.contactTop .input-group-lg>.form-control,
.contactTop .input-group-lg>.input-group-addon,
.contactTop .input-group-lg>.input-group-btn>.btn {
    height: 50px;
    border: none;
    font-size: 16px;
    z-index: 9;
}

.contactTop .input-group-lg>.input-group-btn>.btn {
    background-color: #082f8a;
    padding: 0 39px;
}

.footerBottom {
    padding-top: 10.5%;
    width: 100%;
    background: url(../images/footerbottom.jpg) no-repeat center;
}

.footerNav>div,
.footerNav>div dl {
    padding: 0;
}

.footerNav dl dt {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #fff;
}

.footerNav dl dd a {
    font-size: 14px;
    padding-bottom: 10px;
    color: #fff;
    display: flex;

}

.footerNav dl dd a span {
    font-size: 20px;
    color: #fff;
    align-items: center;
    padding-right: 4px;
    transform: scale(.5);
    line-height: 15px;
}

.usBottom dd {
    display: flex;
    align-items: center;
}

.usBottom dd i,
.usBottom dd span {
    color: #fff;
}

.footerNav dl dd i {
    font-size: 24px;
    margin-right: 4px;
}

.footerNav dl dd img {
    max-width: 82px;
    margin-left: 29px;
}

.Copyright li span,
.Copyright li a,
.Copyright li dl dt {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.Copyright {
    border-top: 1px solid #2e384f;
    padding-top: 10px;
    padding-bottom: 19px;
    margin-top: 4.3%;
}

.Copyright li:last-child span {
    padding-right: 0px;
}

.Copyright li:last-child a {
    padding-left: 6px;
}

.footerNav div dl dt,
.footerNav div dl dd,
.Copyright li a,
.footerNav dl dd a span,
.footerNav dl dd a,
.usBottom dd i,
.usBottom dd span {
    transition: all 0.3s ease-out 0s;
}

.footerNav div dl dt:hover,
.footerNav div dl dd a:hover,
.footerNav div dl dd a:hover span,
.Copyright li a:hover,
.usBottom dd:hover i,
.usBottom dd:hover span {
    color: #0c4ad7;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    #page-footer {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .Copyright {
        text-align: center;
    }

    .Copyright li {
        margin-bottom: 10px;
    }

    .Copyright li:nth-child(2) span,
    .Copyright li:nth-child(2) a {
        display: block;
    }

    .aboutHer {
        display: flex;
        justify-content: center;
    }

    .mailBox {
        margin: 25px 0;
    }
}

@media screen and (min-width:992px) {
    .mailBox {
        max-width: 79%;
    }

    .contactTop {
        display: flex;
        align-items: center;
    }

    .Copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Copyright li {
        padding: 0 10px;
    }

    .Copyright li:first-child {
        padding-left: 0;
    }

    .Copyright li:last-child {
        padding-right: 0;
    }

    .Copyright li:nth-child(2) a {
        padding-left: 6px;
    }

    .newsBox .nav-pills>li:first-child {
        padding-left: 0;
    }

}

@media screen and (max-width:750px) {

    .newsArticleBox.container-fluid,
    .newsBox.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .newsBox .nav>li>a {
        padding: 26% 0 !important;
    }

    .seminarBig .seminarBox li:nth-child(2n) {
        padding-left: 5px;
    }

    .seminarBig .seminarBox li:nth-child(2n-1) {
        padding-right: 5px;
    }
}

.Copyright li:nth-child(2) a img {
    padding-right: 2px;
}

/* 鏈€鏂拌祫璁� */
.newsBox .contentBox ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3%;
}

.newsBox .contentBox ul li p {
    font-size: 16px;
    margin-top: 8%;
}

.newsBox .contentBox ul.row li a dl dd h3 {
    font-size: 16px;
    color: #555;
    margin-top: 8%;
    margin-bottom: 5%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}

.newsBox .contentBox ul.row li a dl dd p,
.newsBox .contentBox ul.row li a dl dd span {
    font-size: 14px;
    color: #999;
}

.newsBox .contentBox ul.row li a dl dd i {
    font-size: 28px;
    line-height: 16px;
    color: #c8c8c8;
    margin-right: 14%;
    opacity: 0;
}

.newsBox .contentBox ul.row li a dl dd p {
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3%;
}

.newsBox .contentBox ul.row li a dl dt {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 81.5%;
    position: relative;
}

.newsBox .contentBox ul.row li a dl dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.newsBox .contentBox ul.row li a dl dd {
    padding-bottom: 7%;
}

.newsBox .contentBox ul.row li a dl dd,
.newsBox .contentBox ul.row li a dl,
.newsBox .contentBox ul.row li a dl dd i,
.newsBox .contentBox ul.row li a dl dd,
.newsBox .contentBox ul.row li a dl dt img,
.newsBox .nav>li:last-child>a i,
.newsBox .nav>li:last-child>a span,
.advertisingSpace ul li a {
    transition: all 0.3s ease-out 0s;
}

.newsBox .contentBox ul.row li a dl dt img {
    transition: all 0.5s ease-out 0s;
}

.newsBox .contentBox ul.row li:hover a dl {
    box-shadow: 0 0 26px rgba(188, 188, 188, .7);
}

.newsBox .contentBox ul.row li a dl dd {
    padding-left: 10px;
    padding-right: 10px;
}

.newsBox .contentBox ul.row li:hover a dl dt img {
    transform: scale(1.2);
}

.newsBox .contentBox ul.row li:hover a dl dd i {
    margin-right: 0;
    opacity: 1;
}

.newsBox .contentBox {
    padding-top: 6%;
}

.newsBox .nav-pills {
    border-bottom: 1px solid #e5e5e5;
}

.newsBox .nav>li {
    cursor: pointer;
}

.newsBox .nav>li>a {
    font-size: 16px;
    padding: 32.5px 0;
    color: #555;
}

.newsBox .nav-pills>li {
    padding: 0 30px;
}

.newsBox .nav-pills>li+li {
    margin: 0;
}

.newsBox .nav-pills>li.active>a,
.newsBox .nav-pills>li.active>a:focus,
.newsBox .nav-pills>li.active>a:hover {
    color: #555;
    background-color: transparent;
    border-bottom: 2px solid #0c4ad7;
    border-radius: 0;
    color: #0c4ad7;
}

.newsBox .nav>li:focus>a,
.newsBox .nav>li:hover>a {
    background-color: transparent;
    border-bottom: 2px solid #0c4ad7;
    border-radius: 0;
}

.newsBox .nav>li:last-child>a:focus,
.newsBox .nav>li:last-child>a:hover {
    border-bottom: transparent;
    border-radius: 0;
}

.newsBox .nav>li:last-child:hover>a:focus,
.newsBox .nav>li:last-child:hover>a {
    border-bottom: transparent;
    border-radius: 0;
}

.newsBox .nav>li:last-child>a:hover i,
.newsBox .nav>li:last-child>a:hover span {
    color: #0c4ad7;
}

.newsBox .returnLi a {
    font-size: 16px;
    padding: 23.4% 0;
}

.newsBox .returnLi a i,
.newsBox .returnLi a span {
    color: #999;
    padding-left: 4px;
}

#containerFivePercent,
.newsBackground {
    padding: 0 5%;

}

.newsBackground {
    background-color: #fff;
    position: relative;
    margin-top: -5.22%;
    /* padding-bottom:10.3%; */
    overflow: hidden;
}

.bottomText {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 6px 0;
    background-color: #999;
}

.newsBox .pagination {
    margin-top: 1%;
    margin-bottom: 10.3%;
}

.newsBox {
    margin-bottom: 8%;
}

.advertisingSpace {
    position: relative;
}

.advertisingSpace ul {
    position: absolute;
    top: 66%;
    right: 0;
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding-left: 3.2%;
}

.advertisingSpace ul li:first-child {
    margin-right: 20px;
}

.advertisingSpace ul li {
    line-height: 42px;
}

.advertisingSpace ul li:first-child a {
    background-color: #0c4ad7;
}

.advertisingSpace ul li:last-child a {
    background-color: #0c4ad7;
}

.advertisingSpace ul li a i {
    font-size: 18px;
}

.advertisingSpace ul li:first-child a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.advertisingSpace ul li:last-child a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.advertisingSpace ul li a {
    color: #fff;
    font-size: 16px;
}

@media (max-width:992px) and (min-width:750px) {
    .advertisingSpace ul {
        position: absolute;
        top: 28.8%;
        right: 0;
        display: flex;
        justify-content: flex-start;
        width: 50%;
        padding-left: 3.2%;
    }

    .advertisingSpace ul li a {
        padding: 11.5px 28px;
    }
}

@media screen and (max-width:750px) {
    .advertisingSpace ul {
        position: absolute;
        top: 66%;
        right: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
    }

    .advertisingSpace ul li a {
        padding: 11.5px 28px;
    }

    .newsBox .nav-pills>li {
        width: 33.33%;
        text-align: center;
        padding: 0px;
    }

    .newsBox .nav-pills>li>a,
    .newsBox .nav-pills>li>a:focus,
    .newsBox .nav-pills>li>a:hover {
        height: 76px;
    }

    .newsBox .contentBox ul li {
        margin-bottom: 3%;
    }

    .newsBox .contentBox ul li:nth-child(2n) {
        padding-left: 5px;
    }

    .newsBox .contentBox ul li:nth-child(2n-1) {
        padding-right: 5px;
    }
}

@media screen and (min-width:992px) {
    .advertisingSpace ul li a {
        color: #fff;
        padding: 15.5px 50px;
        font-size: 16px;
    }
}

/*鍒嗕韩*/
.desc {
    padding: 1.5% 0;
    border-bottom: 1px solid #e5e5e5;
}

.desc .admin span {
    font-size: 22px;
    color: #0c4ad7;
}

.desc .admin small {
    font-size: 12px;
    color: #555;
    margin-right: 4px;
    display: inline-block;
}

.articleHead h3 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

.desc .admin {
    margin-right: 10px;
}

.mainArticle small {
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding-top: 1%;
    padding-bottom: 2%;
}

.mainArticle p {
    font-size: 16px;
    color: #555;
    line-height: 32px;
    /* text-indent:34px; */
}

.mainArticle img {
    margin-top: 1%;
    margin-bottom: 2%;
}

@media screen and (max-width:992px) {
    .articleHead h3 {
        line-height: 26px;
    }

    .mainArticle img {
        margin-top: 1%;
        margin-bottom: 2%;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

}

@media screen and (min-width:992px) {
    .desc {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .mainArticle img {
        margin-top: 1%;
        margin-bottom: 2%;
        width: 33.33%;
        height: auto;
    }
}

#page-footer .table>tbody>tr>td,
#page-footer .table>tbody>tr>th,
#page-footer .table>tfoot>tr>td,
#page-footer .table>tfoot>tr>th,
#page-footer .table>thead>tr>td,
#page-footer .table>thead>tr>th {
    border-top-color: transparent;
}

/*涓嬩竴椤�*/
.nextPage {
    padding-top: 4%;
    padding-bottom: 10.3%;
}

.nextPage li p {
    background-color: #f5f5f5;
    color: #555;
    padding: 14px 30px;
    font-weight: bold;
}

.nextPage li p a,
.nextPage li p {
    transition: all 0.3s ease-out 0s;
}

.nextPage li p a {
    color: #555;
    font-weight: normal;
}

.nextPage li p:hover {
    background-color: #0c4ad7;
    color: #fff;
}

.nextPage li p:hover a {
    color: #fff;
}

@media screen and (max-width:992px) {
    .nextPage li {
        margin-bottom: 20px;
    }

    .nextPage li:last-child {
        margin-bottom: 0;
    }
}

/*鍙傚睍鐢宠*/
.exhibitorApplication .form-control {
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 0;
    background-color: #fcfcfc;
    border: 1px solid #dbdbdb;
}

.exhibitorApplication .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 4px 10px rgba(190, 190, 190, .75);
}

.exhibitorApplication .verificationCode {
    display: flex;
    justify-content: flex-start;
}

.exhibitorApplication .btn,
.buyersForm .btnRed,
.buyersForm .btnReset {
    padding: 14px 79px;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 14%;
}

.exhibitorApplication .btnRed,
.buyersForm .btnRed {
    background-color: #0c4ad7;
    color: #fff;
    border-color: #0c4ad7;
}

.exhibitorApplication .btnReset,
.buyersForm .btnReset {
    background-color: #0c4ad7;
    color: #fff;
    border-color: #0c4ad7;
}

.spacingTop {
    padding: 5% 0;
}

.titleH3 {
    font-size: 22px;
    color: #555;
    margin-bottom: 3.1%;
}

.titlePp {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width:992px) {

    .exhibitorApplication .btn,
    .buyersForm .btnRed,
    .buyersForm .btnReset {
        padding: 10px 46px;
        font-size: 16px;
        border-radius: 0;
        margin-bottom: 31%;
    }

    .titleH3 {
        margin-bottom: 10%;
        margin-top: 4%;
    }

    .spacingTop {
        padding: 8% 0;
    }
}

.btnReset:hover,
.btnRed:hover {
    background-color: #000;
    border-color: #000;
}

.checkInService h3 {
    font-size: 22px;
    color: #555;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1%;
}

.checkInService p {
    font-size: 16px;
    color: #999;
    text-align: center;
}

.checkInService {
    margin-bottom: 5%;
}

.exhibitorApplication .march {
    margin-top: 5%;
}

.exhibitorApplicationFrom .table>tbody>tr>td,
.exhibitorApplicationFrom .table>tbody>tr>th,
.exhibitorApplicationFrom .table>tfoot>tr>td,
.exhibitorApplicationFrom .table>tfoot>tr>th,
.exhibitorApplicationFrom .table>thead>tr>td,
.exhibitorApplicationFrom .table>thead>tr>th {
    border-top: transparent;
}

.exhibitorApplicationFrom .table>tbody>tr>td.codeBox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

/*瑙備紬棰嗗煙*/
.audienceField .audienceFieldUl {
    background-color: #f5f5f5;
    height: 100%;
    padding: 30px;
    margin-top: 1%;
}

.audienceField .audienceFieldUl li {
    margin-bottom: 0 !important;
}

.audienceField ul li h2 {
    font-size: 20px;
    color: #555;
    margin-bottom: 2%;
}

.audienceField ul li p {
    font-size: 16px;
    color: #555;
    margin-bottom: 1%;
    margin-top: 0 !important;
}

@media screen and (max-width:992px) {
    .audienceField ul li p {
        font-size: 14px;
        margin-bottom: 2%;
    }

    .audienceField .audienceFieldUl {
        padding: 15px;
    }

    .exhibitorApplication .contentBox .row li dl dd p {
        overflow: auto;
        overflow-x: hidden;
        width: 100%;
        height: 122px;
    }

    .exhibitorApplication .contentBox .row li dl dd h3 {
        font-size: 16px !important;
    }
}

.audienceField .contentBox .row {
    margin-bottom: 3%;
}

/*鍙傝浠峰€�*/

.exhibitorApplication .contentBox .row li dl dt {
    margin-right: 2%;
}

.exhibitorApplication .contentBox .row li dl dd {
    padding-top: 2%;
}

.exhibitorApplication .contentBox .row li dl dd h3 {
    font-size: 18px;
    color: #555;
    margin-bottom: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.exhibitorApplication .contentBox .row li dl dd p {
    font-size: 14px;
    color: #999;
    margin-top: 0;
}


@media screen and (min-width:992px) {
    .exhibitorApplication .contentBox .row li dl dt {
        float: left;
    }
}

@media (max-width:1536px) and (min-width:1143px) {
    .exhibitorApplication .contentBox .row li dl dt {
        padding-bottom: 9%;
    }
}

@media (max-width:1143px) and (min-width:992px) {
    .exhibitorApplication .contentBox .row li dl dt {
        padding-bottom: 18%;
    }
}

/*骞垮憡鏈嶅姟*/
.servicesBox {
    margin-bottom: 4%;
}

.servicesBox h4 {
    font-size: 20px;
    color: #555;
    margin-bottom: 1%;
}

.servicesBox p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
}

.servicesBox h4 {
    font-size: 20px;
    color: #555;
}

.servicesBox p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
}

.boothFeeBottom h4 {
    font-size: 20px;
    margin-bottom: 2%;
    color: #555;
}

.boothFeeBottom .tabCost tbody tr th {
    background-color: #0c4ad7;
    padding: 8px 14px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    border-color: #0c4ad7;
}

.boothFeeBottom .tabCost tbody tr td {
    padding: 10px 14px;
}

.exhibitorApplication .tabCost tbody tr th i {
    font-size: 24px;
}

.exhibitorApplication .tabCost tbody tr td {
    padding: 14px 14px;
    font-size: 16px;
}

.boothFee p {
    font-size: 16px;
    color: #999;
}

.boothFee strong {
    font-size: 18px;
}

.boothFeeBottom {
    margin-bottom: 2%;
}

.exhibitorApplication .contentBox .boothFeeBottom {
    width: 100%;
    height: auto;
    overflow: auto;
}

.exhibitorApplication .boothFeeBottom .tabCost .note {
    color: #999;
}

.indoor span {
    font-size: 28px;
    color: #999;
}

.indoor p {
    font-size: 16px;
    color: #555;
}

.downloadBox .contentBox h2 {
    color: #999;
    font-size: 16px;
}

/*鍙傝鎸囧崡*/
.visitGuide ul.aluminumBox {
    margin-top: 8%;
}

.visitGuide .aluminumBox li dl {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: relative;
}

.visitGuide .aluminumBox li dl dt {
    width: 88px;
    height: 88px;
    background-color: #0c4ad7;
    margin: 0 auto;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visitGuide .aluminumBox li dl dt i {
    font-size: 44px;
}

.visitGuide .aluminumBox li dl dd h3 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 12px;
    margin-top: 50px;
}

.visitGuide .aluminumBox li dl dd p {
    font-size: 16px;
    color: #999;
    margin-top: 0px;
    margin-bottom: 10px;
}

.visitGuide .aluminumBox li:first-child dl dt {
    background-color: #0c4ad7;
}

.visitGuide .aluminumBox li:nth-child(2) dl dt {
    background-color: #0054ed;
}

.visitGuide .aluminumBox li:last-child dl dt {
    background-color: #04ba04;
}

.launchedMarch {
    margin: 10% 0;
}

.launchedMarch h4 {
    font-size: 38px;
    color: #555;
    margin-bottom: 0.4%;
}

.launchedMarch p {
    font-size: 16px;
    color: #999;
}

.visitGuide .exhibitionScale {
    border: 1px solid #e5e5e5;
    padding: 2% 0;
}

.visitGuide .boothFeeBottom ul.exhibitionScale h5 {
    font-size: 44px;
    font-weight: bold;
    color: #555;
    margin: 0;
    float: left;
}

.visitGuide .boothFeeBottom ul.exhibitionScale small {
    font-size: 20px;
    color: #555;
    font-weight: bold;
}

.visitGuide .boothFeeBottom ul.exhibitionScale p {
    font-size: 16px;
    color: #999;
    clear: both;
}

.visitGuide ul.exhibitionScale li {
    margin-bottom: 0 !important;
}

.visitGuide .exhibitionScale li {
    display: flex;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
}

.visitGuide .exhibitionScale li:last-child {
    border-right: transparent;
}

.bitionScale {
    border-bottom: 1px #e5e5e5 dashed;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

@media screen and (max-width:992px) {
    .visitGuide ul.aluminumBox li:last-child {
        margin-bottom: 10% !important;
    }

    .boothFeeBottom h4 {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .launchedMarch h4 {
        font-size: 28px;
        color: #555;
        margin-bottom: 0.4%;
    }

    .launchedMarch p {
        font-size: 14px;
        color: #999;
    }

    .visitGuide ul.exhibitionScale li {
        margin-bottom: 4% !important;
        margin-top: 4%;
    }

    .visitGuide ul.exhibitionScale li div h5 {
        font-size: 30px !important;
    }

    .visitGuide ul.exhibitionScale li:nth-child(2) {
        border-right: transparent;
    }

    .visitGuide .aluminumBox li dl {
        margin-top: 44px;
    }

    .visitGuide .thePublic.row li {
        height: 164px;
    }
}

.exhibitionScope li {
    text-align: center;
    height: 244px;
}

.exhibitionScope li h3 {
    position: relative;
    padding: 15.1%;
    background-color: #0c4ad7;
    width: 28%;
    height: 28%;
    border-radius: 100px;
    margin: 0 auto;
}

.exhibitionScope li h3 i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
}

.exhibitionScope li p {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

.visitGuide .exhibitionScope li {
    display: flex;
    align-items: center;
    margin-bottom: 2% !important;
}

.exhibitionScope li div {
    padding: 10% 10px;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 6%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.exhibitionScope li div:hover {
    background-color: #0c4ad7;
    border: 1px solid #0c4ad7;
    box-shadow: 6px 0 20px rgba(241, 80, 91, .75);
}

.exhibitionScope li div:hover h3 {
    background-color: #fff;
}

.exhibitionScope li div:hover h3 i {
    color: #0c4ad7;
}

.exhibitionScope li div:hover p {
    color: #fff;
}

.visitGuide .topicBoxx {
    margin-bottom: 30px;
}

.visitGuide .topicBoxx h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #555;
}

.visitGuide .topicBoxx h3 {
    font-size: 18px;
    color: #555;
    margin-bottom: 12px;
}

.visitGuide .topicBoxx p {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.visitGuide .thePublic.row li {
    padding: 0 15px;
}

.thePublic li img {
    border: 1px solid #e5e5e5;
}

.visitGuide .thePublic {
    margin-top: 4%;
}

.visitGuide .thePublic li i {
    font-size: 80px;
    font-weight: normal;
    color: #1296db;
    margin: 10% 0;
}

.visitGuide .thePublic li p {
    font-size: 16px;
    color: #555;
    margin-top: 5% !important;
    white-space: nowrap;
}

/*鍒锋柊*/

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner2 {
    width: 40px;
    height: 40px;
    position: relative;
}


.container1>div,
.container2>div,
.container3>div {
    width: 6px;
    height: 6px;
    background-color: #fff;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner2 .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner4 {
    width: 30px;
    height: 30px;
    background-color: #0c4ad7;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:992px) {
    .spinner4 {
        position: absolute;
        top: 50%;
        left: 46% !important;
        transform: translate(-50%, -50%);
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner5 {
    width: 32px;
    height: 32px;
    position: relative;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.spinner6 {
    width: 50px;
    height: 30px;
    text-align: center;
}

.spinner6>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    margin-left: 2px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner6 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner6 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner6 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.spinner7 {
    width: 90px;
    height: 30px;
    text-align: center;
}

.spinner7>div {
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;

    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.spinner7 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.spinner7 .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.spinner7 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

/****/

#section-navigation {
    position: relative;
    margin-top: 100px;
}

.btn-white {
    font-family: 'Lato';
    font-weight: 999;
    min-width: 100px;
    background: transparent;
    outline: none;
    border: 1px solid #000;
    border-radius: 22px;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-goback {
    font-family: 'Lato';
    font-weight: 999;
    min-width: 100px;
    background: #eee;
    color: #000;
    outline: none;
    border: none;
    border-radius: 22px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-goback:hover {
    opacity: .8;
}

.btn-white:hover {
    background: #000;
    color: #fff;
    outline: none;
    border: 1px solid #000;
}

.btn-active {
    background: #000;
    color: #fff;
}

.fakeloader {
    position: relative;
    z-index: 999 !important;
}

.updateH4 {
    color: #999;
}

/*鍙傝浠峰€�*/
.visitValueBox>ul>li .visitValue dl {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 8%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transition: all 0.3s ease-out 0s;
}

.visitValueBox>ul>li .visitValue {
    position: relative;
}

.visitValueBox>ul>li:hover .visitValue dl {
    display: block;
    cursor: pointer;
}

.visitValueBox>ul>li .visitValue dl dt h3 {
    font-size: 20px;
    color: #fff;
}

.visitValueBox>ul>li .visitValue dl dd p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.visitValueBox>ul>li {
    margin-bottom: 20px !important;
}

@media (min-width:750px) and (max-width:1200px) {
    .visitValueBox>ul>li .visitValue dl dt h3 {
        font-size: 20px;
    }

    .visitValueBox>ul>li .visitValue dl dd p {
        font-size: 14px;
        line-height: 20px;
    }

    .visitValueBox>ul>li .visitValue dl {
        width: 100%;
        height: 100%;
        overflow: auto;
    }
}

@media screen and (max-width:750px) {
    .visitValueBox>ul>li .visitValue dl dt h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .visitValueBox>ul>li .visitValue dl dd p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
    }

    .visitValueBox>ul>li .visitValue dl {
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .buyersForm textarea.form-control {
        height: 120px;
    }

    .seminarBig .seminarBox li>div {
        padding: 9px;
    }

    .contactUsBox .expoBox>li:first-child {
        padding-bottom: 4%;
    }

    .contactUsBox .expoBox>li:first-child .pull-right {
        float: none !important;
        text-align: center;
    }

    .contactUsBox .expoBox li:last-child .contactUsUl.row li dl {
        max-width: 90%;
        margin: 0 auto;
    }

    .visitValueBox>ul>li:nth-child(2n) {
        padding-left: 5px !important;
    }

    .visitValueBox>ul>li:nth-child(2n-1) {
        padding-right: 5px !important;
    }

    .visitValueBox>ul>li {
        margin-bottom: 10px !important;
    }
}

/*鍥介檯璁哄潧*/
.internationalForum .contentBox .forumBox h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

.internationalForum .contentBox .forumBox p {
    font-size: 16px;
    color: #555;
    margin-bottom: 2%;
}

.internationalForum .contentBox .forumBox {
    margin-bottom: 4%;
}

.internationalForum .contentBox .forumFocus h4 {
    font-size: 20px;
    color: #555;
    border-left: 3px solid #0c4ad7;
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}

.internationalForum .contentBox .forumFocus ul li a .focusConter {
    position: relative;
}

.internationalForum .contentBox .forumFocus ul li a .focusConter p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 18px;
    font-size: 18px;
}

.internationalForum .contentBox .forumFocus ul li a .focusConter i {
    position: absolute;
    color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    width: 15%;
    height: 15%;
    border-radius: 50%;
    padding: 7.5%;
    background-color: #0c4ad7;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.internationalForum .contentBox .forumFocus ul li:hover a .focusConter i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

@media screen and (max-width:992px) {
    .internationalForum .contentBox .forumFocus ul li a .focusConter p {
        font-size: 14px;
        padding: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .buyersBox .nav>li>a {
        padding: 13px 30px !important;
    }

    .exhibitorApplication table td[class*=col-],
    table th[class*=col-] {
        float: left;
    }

    .visitGuide .exhibitionCriteria ul li dl dt h3,
    .mediaBox .exhibitionCriteria ul li dl dt h3 {
        width: 80px;
        height: 80px;
    }

    .visitGuide .exhibitionCriteria ul li dl dt i,
    .mediaBox .exhibitionCriteria ul li dl dt i {
        font-size: 40px;
    }

    .visitGuide .exhibitionCriteria ul li dl {
        height: 216px;
    }

    .visitGuide .exhibitionCriteria ul li dl dd p,
    .mediaBox .exhibitionCriteria ul li dl dd p {
        font-size: 14px;
        color: #555;
    }

    .mediaCooperation {
        margin-bottom: 17%;
    }

    .seminarBig .seminarBox li dl dt>div h4 {
        font-size: 16px;
    }

    .seminarLink i {
        line-height: 26px;
    }

    .seminarBig .seminarBox li dl dt>div {
        max-width: 50px;
        padding: 3.5px 0;
    }

    .expoBox li:last-child .contactUsUl.row li:hover dl::before {
        content: "";
        width: 84% !important;
    }

    .expoBox li:last-child .contactUsUl.row li dl::before {
        content: "";
        position: absolute;
        top: 0;
        left: 9% !important;
    }
}

/*涓撻鐮旇浼�*/
.seminarBox li>div {
    padding: 30px;
    border: 1px solid #e5e5e5;
}

.seminarBig .seminarBox li h3 {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 22px;
    position: relative;
    height: 44px;
    padding-left: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.seminarBig .seminarBox li h3::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: 16px;
    background-color: #999;
    transition: all 0.3s ease-out 0s;
}

.seminarBig .seminarBox li {
    cursor: pointer;
}

.seminarBig .seminarBox li dl dt {
    position: relative;
}

.seminarBox li dl dt>div {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    background-color: #e5e5e5;
    max-width: 54px;
    padding: 6.5px 0;
}

.seminarBox li dl dt>div h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #999;
    margin-bottom: 0;
}

.seminarBig .seminarBox li dl dt>div p {
    color: #999;
    font-size: 12px;
    margin-top: 0;
}

.seminarBig .seminarBox li dl dd p {
    font-size: 14px;
    color: #555;
}

.seminarBig .seminarBox li dl dt img {
    width: 100%;
    height: auto;
}

.seminarBig .seminarBox li dl dd span {
    font-size: 26px;
    color: #d5d5d5;
}

.seminarLink {
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 116px;
    margin-top: 6%;
    transition: all 0.3s ease-out 0s;
}

.seminarLink span {
    font-size: 14px;
    color: #b2b2b2;
    margin-right: 4px;
    transition: all 0.3s ease-out 0s;
}

.seminarLink i {
    font-size: 22px;
    color: #b2b2b2;
    transition: all 0.3s ease-out 0s;
}

.seminarBig .seminarBox li:hover .seminarLink {
    border: 1px solid #0c4ad7;
    background-color: #0c4ad7;
}

.seminarBig .seminarBox li:hover .seminarLink span,
.seminarBig .seminarBox li:hover .seminarLink i {
    color: #fff;
}

.seminarBig .seminarBox li:hover h3::after {
    background-color: #0c4ad7;
}

/*濯掍綋鍚堜綔*/
.mediaBox .mediaCooperation li {
    margin-bottom: 2% !important;
    padding: 0 15px !important;

}

.mediaBox .mediaCooperation li img {
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.mediaBox .mediaCooperation li>div {
    border: 1px solid #e5e5e5;
}

.mediaBox .mediaCooperation li:hover>div img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

/*鍟嗗姟閰嶅*/
.buyersBox .nav-tabs {
    display: flex;
    justify-content: center;
}

.buyersBox .nav-tabs>li.active>a,
.buyersBox .nav-tabs>li.active>a:focus,
.buyersBox .nav-tabs>li.active>a:hover {
    background-color: #fafafa;
    border: 1px solid #ebebeb !important;
    border-radius: 0;
    color: #555;

}

.buyersBox .nav>li {
    padding: 0 !important;
}

.buyersBox .nav>li>a {
    font-size: 16px;
    color: #fff;
    background-color: #0c4ad7;
    border-radius: 0;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #0c4ad7 !important;
    margin-right: 0 !important;
}

.buyersBox .nav-tabs>li>a:hover {
    background-color: #000;
    border: 1px solid #000 !important;
}

.buyersBox .nav-tabs {
    border-bottom: transparent;
}

.buyersBox .form-horizontal .control-label {
    font-weight: normal;
    font-size: 16px;
    color: #555;
}

.buyersBox .form-control {
    height: 48px;
    font-size: 16px;
    border-radius: 0;
}

.buyersForm .form-group.radio>div label {
    padding-right: 6%;
    padding-bottom: 15px;
}

.buyersForm .form-group .verificationCode {
    display: flex;
    justify-content: flex-start;
}

.buyersForm .form-group {
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
    .buyersForm textarea.form-control {
        height: 200px;
    }

    .buyersBox .nav>li>a {
        font-size: 16px;
        color: #fff;
        padding: 13px 75px !important;
    }

    .contactUsBox .expoBox>li:first-child {
        padding-right: 3% !important;
        margin-top: 5%;
    }

    .contactUsBox .expoBox>li:last-child {
        padding-left: 3% !important;
    }

    .contactUsBox .expoBox li:last-child .contactUsUl.row li dl {
        max-width: 80%;
    }
}

/*鍏充簬CAIE*/
.aboutCaieTiex {
    margin-top: 3%;
}

.aboutCaieTiex p {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    text-indent: 35px;
}

/*灞曞嚭鑼冨洿*/
.exhibitionCriteria ul li dl {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 4%;
    height: 244px;
    cursor: pointer;
}

.exhibitionCriteria ul li dl dt h3 {
    width: 110px;
    height: 110px;
    background-color: #0c4ad7;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exhibitionCriteria ul li dl dt {
    margin-top: 5%;
}

.exhibitionCriteria ul li dl dt i {
    font-size: 60px;
    color: #fff;
    font-weight: normal;
}

.exhibitionCriteria ul li dl dt,
.exhibitionCriteria ul li dl dd i,
.exhibitionCriteria ul li dl dt h3,
.exhibitionCriteria ul li dl {
    transition: all 0.3s ease-out 0s;
}

.exhibitionCriteria ul li:hover dl {
    background-color: #0c4ad7;
    border: 1px solid #0c4ad7;
    box-shadow: 6px 0 20px rgba(241, 80, 91, .7);
}

.exhibitionCriteria ul li:hover dl dt h3 {
    background-color: #fff;
}

.exhibitionCriteria ul li:hover dl dt h3 i {
    color: #0c4ad7;
}

.exhibitionCriteria ul li:hover dl dd p {
    color: #fff;
}

/*鍟嗘梾鏈嶅姟*/
.TravelService .routeMap h1 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    width: 162px;
    height: 48px;
    background-color: #0c4ad7;
    position: relative;
    padding: 0 15px;
    z-index: 99;
}

.TravelService .routeMap h1::after {
    content: "";
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 30px solid #0c4ad7;
    position: absolute;
    top: 0;
    right: -30px;
}

.TravelService .routeMap h1::before {
    content: "";
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 30px solid #ffcdcf;
    position: absolute;
    top: 0;
    right: -46px;
}

.TravelService .routeMap h1 small {
    background-color: #ffcdcf;
    width: 16px;
    position: absolute;
    top: 0;
    right: -16px;
    height: 48px;
    z-index: -1;
}

.TravelService .routeMap h1 i {
    font-size: 20px;
}

.TravelService .routeMap h1 span {
    padding-left: 4px;
}

.routeMap h2 {
    font-size: 18px;
    color: #555;
    margin-top: 2%;
    margin-bottom: 2.4%;
}

.subtitleH3 {
    font-size: 16px;
    color: #555;
    border-left: 3px solid #0c4ad7;
    padding-left: 6px;
    margin-bottom: 1%;
}

.TravelServiceBox .routeMap .routeMapUl li {
    margin-bottom: 0;
}

.TravelServiceBox .routeMap .routeMapUl li p {
    font-size: 16px;
    color: #555;
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0;
    margin-top: 0;
    line-height: 26px;
}

.TravelServiceBox .routeMap .routeMapUl li:first-child p {
    color: #246fe0;
}

.TravelServiceBox .routeMap .routeMapUl li:nth-child(2) p {
    color: #f27a05;
}

.TravelServiceBox .routeMap .routeMapUl li:nth-child(3) p {
    color: #0cb010;
}

.TravelServiceBox .routeMap .routeMapUl li:last-child p {
    color: #df3c53;
}

.hotelBox {
    margin-top: 3%;
}

.hotelBox h1 {
    margin-bottom: 2%;
}

.hotelBox .routeMap img {
    width: 100%;
    height: auto;
}

.routeMap {
    margin-bottom: 2%;
}

.tripTableBox .tripTable caption {
    font-size: 18px;
    color: #555;
    padding: 20px 0;
}

.tripTableBox .tripTable tbody tr th,
.tripTableBox .tripTable tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.tripTableBox .tripTable tbody tr th {
    background-color: #0c4ad7;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 0;
}

.tripTableBox .tripTable tbody tr td {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0;
}

/* 杩斿洖椤堕儴 */
.to-top {
    display: none;
}

.to-top div {
    padding: 2.5px 10px;
    color: #fff;
    background-color: #0c4ad7;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.to-top p,
.to-top div {
    transition: all 0.3s ease-out 0s;
}

.to-top p {
    font-size: 12px;
    margin-top: -3px;
}

.to-top div:hover {
    color: #0c4ad7;
    background-color: #000;
}

/*鑱旂郴鎴戜滑*/
.contactUsBox .expoBox li:first-child>div p {
    font-size: 18px;
    color: #555;
}

.contactUsBox .expoBox li:last-child .contactUsUl.row li dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fafafa;
    border-radius: 50px;
    cursor: pointer;
}

.contactUsBox .expoBox li:last-child .contactUsUl.row li dl dd p {
    margin-top: 0;
    font-size: 16px;
    color: #555;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.contactUsBox .expoBox li:last-child .contactUsUl.row li dl dt i {
    width: 64px;
    height: 64px;
    text-align: center;
    background-color: #48b606;
    display: inline-block;
    line-height: 64px;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 8;
}

.expoBox li:last-child .contactUsUl.row li:first-child dl dt i {
    background-color: #48b606;
}

.expoBox li:last-child .contactUsUl.row li:nth-child(2) dl dt i {
    background-color: #1a61f1;
}

.expoBox li:last-child .contactUsUl.row li:nth-child(3) dl dt i {
    background-color: #eb0303;
}

.expoBox li:last-child .contactUsUl.row li:last-child dl dt i {
    background-color: #09a09a;
}

.contactUsBox .expoBox li:last-child .contactUsUl.row li {
    position: relative;
    padding-left: 10px !important;
}

.expoBox li:last-child .contactUsUl.row li dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    width: 10%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
    border-radius: 50px;
}

.contactUsBox .expoBox li:last-child .contactUsUl.row li:hover dl dd p {
    color: #fff;
}

.expoBox li:last-child .contactUsUl.row li:hover dl::before {
    content: "";
    width: 78%;
}

.expoBox li:last-child .contactUsUl.row li:hover:first-child dl::before {
    background-color: #48b606;
}

.expoBox li:last-child .contactUsUl.row li:hover:nth-child(2) dl::before {
    background-color: #1a61f1;
}

.expoBox li:last-child .contactUsUl.row li:hover:nth-child(3) dl::before {
    background-color: #eb0303;
}

.expoBox li:last-child .contactUsUl.row li:hover:last-child dl::before {
    background-color: #09a09a;
}

.right-hover {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 800;
    padding: 0;
    margin: 0;
}

.right-button,
.alert-warning.right-hover {
    padding: 0;
    border: transparent;
    background: transparent;
}

.right-hover.alert-dismissible .close {
    position: relative;
    top: 14px;
    right: 10%;
    color: inherit;
    z-index: 888;
    color: #fff;
    font-weight: normal;
    border: 2px solid #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 16px;
    opacity: .6;
}

.right-hover.alert-dismissible .close:hover {
    opacity: 1;
}

.right-button img {
    box-shadow: 6px 0 15px rgba(187, 187, 187, .5);
}

@media screen and (max-width:750px) {
    .right-hover {
        width: 50%;
    }

    .right-hover.alert-dismissible .close {
        top: 23px;
        right: 4%;
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
}

.down-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border: solid 1px #eee;
    padding: 12px;
}

.down-list .d-left {
    width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.down-list .d-right {
    width: 50px;
    text-align: center;
}

.brand-list {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #eee;
    transition: all 0.2s linear;
}

.brand-list:hover {
    box-shadow: 0 0 20px rgba(49, 95, 224, 0.7);
}

.brand-list img {
    width: 100%;
    height: auto;
}



@media screen and (max-width:992px) {
    .newsBox .contentBox .pagination {
        padding-top: 30px;
    }

    .newsBox .contentBox .pagination li {
        display: none;
    }

    .newsBox .contentBox .pagination li a,
    .newsBox .contentBox .pagination li span {
        padding-left: 30px;
        padding-right: 30px;
    }

    .newsBox .contentBox .pagination li.prev,
    .newsBox .contentBox .pagination li.next {
        display: inline-block;
        padding: 0;
    }
}