body{

}
.visit-info{
    font-size: 24px;
    color: #4c4c4c;
    line-height: 35px;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
}
.visit-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.visit-h3{
    font-size: 20px;
    color: #333333;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}
.visit-p{
    font-size: 16px;
}
.visit-p p{
    line-height: 24px;
}
.visit-ul-list{
    counter-reset:subsection;
}
.visit-ul-list li {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
}
.visit-ul-list li:before {
    counter-increment:subsection;
    content:counter(subsection) ".";
    color: #db7b0a;
    font-style: oblique;
    margin-right: 3px;
    font-size: 14px;
}
.visit-ul-list li:nth-child(odd){
    background-color: #f2f4f5;
}
.visit-ul-list li:last-child{
    border-bottom: 1px solid #ccc;
}
.visit-warning{
    font-size: 14px;
    margin: 20px 0;
}
.visit-warning i{
    color: red;
}

.visit-info-text{
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 0.3rem;
}
.visit-info-text p {
    line-height: 26px;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.visit-info-text p strong{
    font-weight: normal;
}
.visit-info-text p strong a{
    color: #193e6a;
}
.visit-info-text  p i {
    margin-right: 10px;
}
.visit-info-text p em{
    margin-right: 10px;
    flex: none;
}
.visit-img-bg{
    text-align: center;
    margin-top: 0.42rem;
}

.visit-b-box{
    background:url("../images/test-bg2.png") no-repeat center;
    background-size: cover;
    display: flex;
    font-size: 20px;
    color: #fff;
    padding: 65px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.50rem;
}
.visit-b-box p{
    text-align: center;
    line-height: 30px;
}
.visit-b-box p:nth-child(1){
    margin-bottom: 32px;
    font-size: 30px;
}
.visit-b-box p:nth-child(2){
    margin-bottom: 42px;
}
.visit-b-box p a{
    display: flex;
    padding: 10px 37px;
    color: #193e6a;
    font-size: 16px;
    background-color: #fff;
}

.visit-b-info{
    margin-top: 0.47rem;
}
.visit-b-info h4{
    font-size: 20px;
    margin-bottom: 0.2rem;
    color: #000;
}
.visit-b-info p{
    line-height: 24px;
    font-size: 16px;
}
.visit-b-info p a{
    color: #0a3c81;
}

.visit-common-title{
    font-size: 24px;
    color: #000;
    margin-top: 0.58rem;
}

.visit-table{
    width: 100%;
    border: 0;
    margin-top: 0.3rem;
    font-size: 16px;
    background-color: #f2f4f5;
}
.visit-table td ,.visit-table th{
    line-height: 60px;
    border-right:1px solid #dedede ;
    border-bottom:1px solid #dedede ;
    text-align: center;
}
.visit-table th{
    font-size: 20px;
    color: #4c4c4c;
}
.visit-table td{
    font-size: 14px;
    color: #1a1a1a;
}
.visit-table tr td:nth-child(1){
    font-size: 16px;
}

.visit-common-info{
    margin-top: 20px;
    font-size: 16px;
}
.visit-common-info p{
    line-height: 28px;
}
.visit-common-info a{
    color: #0a3c81;
}

.visit-info-a{
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #dedede;
    font-size: 16px;
}

.common-btn-box{
    margin-top: 40px;
    font-size: 0;
}
.common-btn-box a{
   padding: 14px 39px ;
    background-color: #193e6a;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.common-img-box{
    margin-top: 43px;
}
.c-border-bottom{
    /*border-bottom: 1px solid #dedede;*/
    /*padding-bottom: 30px;*/
}
#sss{
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}
.visit-time-box{
    margin-top: 35px;
    font-size: 16px;
    color: #000;

}
.visit-time-box-list {
    display: flex;
    justify-content: space-between;
}
.visit-time-box h5{
    font-size: 24px;
    margin-bottom: 32px;
}
.visit-time-box ul {
    background-color: #f5f5f5;
}
.visit-time-box ul{
    width: 48%;
}
.visit-time-box ul li {
    border-bottom: 1px solid #dedede;
    padding: 17px 21px;
    display: flex;

}
.visit-time-box ul li:nth-child(1){
    font-size: 20px;
    color: #000;
}


/*dsfsda*/
.exhibitor-list{
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
}
.exhibitor-list a {
    font-size: 0.2rem;
}
.exhibitor-item{
    display: flex;
    margin-right: 36px;
    flex-direction: column;
    border: 1px solid #dedede;
    width: calc(100% / 4);
    justify-content: space-between;
}
.exhibitor-item:nth-child(4n){
    margin-right: 0;
}
.exhibitor-item a{
    border-top: 1px solid #dedede;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 80px;
}
.exhibitor-item > div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 281px;
    padding: 25px;
    overflow: hidden;
    align-self: stretch;
}
.exhibitor-item img{
    object-fit: cover;
}
.exhibitor-page{
    font-size: 0;
    bottom: 0;
}
.exhibitor-bullet-active{
    background: #0a3c81;
    opacity: 1;
}

/*table style c*/

table
{
    border-collapse: collapse;
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
}
table td, table th
{
    border: 1px solid #cad9ea;
    color: #666;
    padding: 10px;
}
table thead th
{
    background-color: #CCE8EB;
    width: 100px;
}
table tr:nth-child(odd)
{
    background: #fff;
}
table tr:nth-child(even)
{
    background: #F5FAFA;
}

/* 尺寸适配 */
@media (max-width: 1660px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 960px) {
    .visit-info{
        font-size: 17px;
        line-height:30px
    }
    .visit-b-info h4{
        font-size: 17px;
    }
    .visit-h3{
        font-size: 16px;
    }
    .visit-p{
        font-size: 14px;
        line-height: 20px;
    }
    .visit-ul-list li{
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .visit-img{
        flex-direction: column;
    }
    .visit-info-text p{
        line-height:24px;
        font-size: 14px;
    }
    .visit-b-info p{
        font-size: 14px;
    }
    .visit-table th{
        font-size: 14px;
    }
    .visit-table td{
        font-size: 12px;
    }
    .visit-table tr td:nth-child(1){
        font-size: 14px;
    }
}


.visit-common-title p {font-size: 16px;line-height: 28px;}
#font10{margin-top: 0!important;}







