.box{
    width:100%;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.gray{
    color: #6F6F6F;
}
.black{
    color: #000;
}
.exhibition_banner{
    position:relative;
    width:100%;
    height:300px;
    background-image: url(../images/img_EXHIBITION_banner.png);
    background-color:#4856b2;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: local;
}
.exhibition_banner img{
    width:100%;
}
.exhibition_banner .square{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:265px;
    border: 1px solid #FFFFFF;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 57px;
    padding:20px 0px;
}

/*博览会页面*/
.content{
    text-align:justify;
    margin-top:60px;
    margin-bottom:11px;
}
.exhibition_title .at{
    font-size: 25px;
    color: #4A4A4A;
    letter-spacing: 0.93px;
    text-align: center;
}
.exhibition_title .ab{
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0.67px;
    text-align: center;
}

/*参展*/
.apply .con{
    margin-top:37px;
    margin-bottom:35px;
    font-size: 16px;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
}
.apply .con .btn{
    background: #EBB400;
    padding:0 13px;
    line-height:53px;
    color:#FFFFFF;
    margin-top:35px;
}

/*分类*/
.category{
    margin-bottom:79px;
}
.category ul li{
    width:25%;
    float:left;
    text-align:center;
    color:#E69300;
    margin-top:70px;
}
.category ul li  img{
    margin-bottom: 10px;
}
.category ul li p{
    font-size: 14px;
    color: #E69300;
    letter-spacing: 0.49px;
}

/*参观*/
.visit .headline{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    background: #EBB400;
    line-height:45px;
    margin-top:35px;
    padding:0 38px;
}
.visit .bg{
    background: #F0F0F0;
    width:100%;
}
.visit .bg .vForms{
    width:94%;
    margin:0 auto;
    padding-bottom:30px;
 }
.vForms .form-group{
    width:48%;
}
.vForms .form-group input::placeholder{
    font-size: 16px;
    color: #C3C3C3;
    letter-spacing: 0.56px;
}
.vForms .form-group label{
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.63px;
    line-height:60px;
    display:block;
    font-weight: 0;
}
.vForms .form-group input{
    font-size: 20px;
    letter-spacing: 0.56px;
    display:block;
    width:98%;
    line-height:48px;
    height:48px;
    padding-left:2%;
}
.vForms .form-group select{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.56px;
    width:98%;
    line-height:48px;
    height:48px;
    padding-left:2%;
}
.visit .vbtn{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    /*line-height:56px;*/
    background: #EBB400;
    padding:12px 20px;
    margin:22px 0 75px 0;
}

/*参展商*/
.exhibitor{
    margin:37px 0 0 0;
}
.w10{
    width:10px;
    display:inline-block;
}
.exhibitor .caption .cpy{
    font-size: 16px;
    color: #6F6F6F;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
}
.exhibitor .caption .cpz{
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.63px;
}
.exhibitor .ebg{
    background: #F0F0F0;
    margin-top:21px;
}
.exhibitor .eForms{
    width:96%;
    margin:0 auto;
}
.exhibitor .eForms input::placeholder{
    font-size: 16px;
    color: #C3C3C3;
    letter-spacing: 0.56px;
}
.exhibitor .eForms label{
    display:block;
    line-height:60px;
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.63px;
}
.exhibitor .eForms input[type="text"]{
    font-size: 20px;
    letter-spacing: 0.56px;
    width:50%;
    line-height:48px;
    height:48px;
    padding-left:2%;
}
.exhibitor .eForms select{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.56px;
    width:30%;
    line-height:48px;
    height:48px;
    padding-left:2%;
}
.exhibitor .eForms button{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    background: #EBB400;
    line-height:48px;
    padding:0 24px;
}
.exhibitor .eForms input[type="reset"]{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    background: #EBB400;
    line-height:48px;
    padding:0 24px;
    margin:20px 0;
}
.exhibitor .eInfo .tag{
    width:48%;
    background: #EBB400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    text-align:center;
    line-height:40px;
    margin:25px 0 14px 0;
}
.exhibitor .eInfo .sName{
    float:left;
}
.exhibitor .eInfo .cName{
    float:right;
}
.exhibitor .eInfo .cMes{
    float:left;
    width:100%;
    background: #F0F0F0;
    border-bottom: 1px solid #C1C1C1;
    padding:9px 0;
}
.cMes .company,.country{
    float:left;
    width:50%;
}
.cMes .company .cp,.country .cp{
    font-size: 16px;
    color: #6F6F6F;
    letter-spacing: 0.56px;
    text-align: center;
    line-height:30px;
}
.cMes .company .cb,.country .cb{
    font-size: 16px;
    color: #2F2F2F;
    letter-spacing: 0.56px;
    text-align: center;
    line-height:30px;
}
.exhibitor .edge{
    width:100%;
    height:13px;
    background: #D2D2D2;
    margin-bottom:74px;
}

/*wap页适配*/
/*标题图适配*/
.wap_banner{
    position:relative;
    width:100%;
}
.wap_banner img{
    width:100%;
}
.wap_banner .square{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 265px;
    font-size: 40px;
    line-height: 57px;
    padding: 20px 0px;
}
/*参展商适配*/
.exhibitor .wap_caption{
    width:90%;
    margin:0 auto;
}
.exhibitor .wap_caption .cpy{
    font-size: 16px;
    color: #6F6F6F;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
}
.exhibitor .wap_caption .cpz{
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.63px;
}
@media (min-width: 1200px) {
    .wap{
        display:none;
    }
    .pc{
        display:block;
    }
}
@media (max-width: 1199px) {
    .category ul li  img{
    margin-bottom: 10px;
}
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }
    .w1200{
        width:100%;
    }
    /*标题图*/
    .content{
        margin-top:22px;
    }
    .exhibition_title .at,.ab{
        font-size: 18px;
        letter-spacing: 0.67px;
    }
    /*参观*/
    .visit .headline{
        width:90%;
        margin:0 auto;
        margin-top:22px;
        padding:0 2%;
        text-align:center;

    }
    .visit .bg{
        width:90%;
        margin:0 auto;
    }
    .visit .bg .vForms{
        width:94%;
        margin:0 auto;
        padding-bottom:30px;
    }
    .vForms .form-group{
        width:100%;
    }
    .vForms .form-group input::placeholder{
        font-size: 16px;
        color: #C3C3C3;
        letter-spacing: 0.56px;
    }
    .vForms .form-group label{
        font-size: 16px;
        letter-spacing: 0.56px;
        line-height:47px;
        font-weight: 0;
    }
    .vForms .form-group input{
        font-size: 18px;
        letter-spacing: 0.56px;
        width:98%;
        line-height:40px;
        height:40px;
        padding-left:2%;
    }
    .vForms .form-group select{
        font-size: 16px;
        color: #000;
        letter-spacing: 0.56px;
        width:98%;
        line-height:40px;
        height:40px;
        padding-left:2%;
    }
    .visit .bt{
    	width:90%;
        margin:0 auto;
    }
    .visit .vbtn{
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0.63px;
        /*line-height:56px;*/
        background: #EBB400;
        padding:12px 20px;
        margin:22px 0 22px 0;
    }

    /*参展商*/
    .exhibitor{
        margin:22px 0 0 0;
    }
    .exhibitor .ebg{
        background: #F0F0F0;
        margin-top:21px;
    }
    .exhibitor .eInfo{
        width:90%;
        margin:0 auto;
    }
    .exhibitor .eInfo .tag{
        width:100%;
        background: #EBB400;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0.63px;
        text-align:center;
        line-height:40px;
        margin:0;
    }
    .exhibitor .eInfo .sName{
        float:left;
        margin-top:22px;
    }
    .exhibitor .eInfo .cName{
        float:left;
    }
    .exhibitor .eInfo .cMes{
        float:left;
        width:100%;
        background: #F0F0F0;
        border-bottom: 1px solid #C1C1C1;
        padding:9px 0;
    }
    .cMes .company,.country{
        float:left;
        width:100%;
    }
    .cMes .company .cp,.country .cp{
        font-size: 16px;
        color: #6F6F6F;
        letter-spacing: 0.56px;
        text-align: center;
        line-height:30px;
    }
    .cMes .company .cb,.country .cb{
        font-size: 16px;
        color: #2F2F2F;
        letter-spacing: 0.56px;
        text-align: center;
        line-height:30px;
    }
    .cMes .country{
        margin-top:12px;
    }
    .exhibitor .edge{
        width:90%;
        margin:0 auto;
        margin-bottom:22px;
    }

    /*分类*/
    .category{
        margin-bottom:22px;
    }
    .category ul{
        width:90%;
        margin:0 auto;
    }
    .category ul li{
        width:50%;
        float:left;
        text-align:center;
        color:#E69300;
        margin-top:22px;
    }
    .category ul li:nth-last-child(1){
        width:100%;
    }
    .category ul li p{
        font-size: 14px;
        color: #E69300;
        letter-spacing: 0.49px;
        line-height: 17px;
    }

    /*参展*/
    .apply .con{
        width:90%;
        margin:0 auto;
        margin-top:22px;
        margin-bottom:22px;
        font-size: 14px;
        letter-spacing: 0.49px;
        text-align: left;
        line-height: 24px;
    }
    .apply .con span{
        display:block;
    }
    .apply .con .btn{
        background: #EBB400;
        padding:9px 13px;
        color:#FFFFFF;
        line-height:24px;
        margin-top:22px;
        white-space:pre-wrap;
    }
}

@media(max-width: 768px) {
    .wap_banner .square{
        width: 150px;
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0px;
    }
}