*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
   /*    width: 100%;
    height: 1009px;
    position: relative;
    background: url("../img/bg.png") no-repeat;
    background-size: 100% 100%;
    -webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   */
}
.Exhibition_btn{
    height: 170px;
    width: 100%;
    /* background: #4e4e4d; */
    position: fixed;
    left: 0;
    transition: 0.5s all;
    bottom: -100px;
    z-index: 2;

}
.Exhibition_top{
    /* width: 100%; */
    width: 360px;
    height: 70px;
    position: relative;
    margin: 0 auto;
}
.Exhibition_top .Navigation{
    height: 56px;
    width: 315px;
    background-color: rgba(20, 20, 20, 0.6);
    border-radius: 50px;
    padding: 0 21px 0px 22px;
    display: flex;
}
.Exhibition_top .Navigation li{
    text-align: center;
    flex: 1;
    cursor: pointer;
}
.Exhibition_top .Navigation li p{
    font-size: 11px;
    color: #fff;
}
.Exhibition_top .Navigation li h4{
    width: 100%;
    height: 36px;
}
.Exhibition_top .Navigation li:nth-child(1) h4{
    background: url("../img/Exhibition_top1.png") no-repeat center;
    background-size: 18px 25px;
}
.Exhibition_top .Navigation li:nth-child(2) h4{
    background: url("../img/Exhibition_top2.png") no-repeat center;
    background-size: 26px 23px;
}
.Exhibition_top .Navigation li:nth-child(3) h4{
    background: url("../img/Exhibition_top3.png") no-repeat center;
    background-size: 21px 23px;
}
.Exhibition_top .Navigation li:nth-child(4) h4{
    background: url("../img/Exhibition_top5.png") no-repeat center;
    background-size: 21px 21px;
}
.Exhibition_top .Navigation li:nth-child(5) h4{
    background: url("../img/Exhibition_top4.png") no-repeat center;
    background-size: 20px 22px;
}

.Exhibition_top .Navigation li:nth-child(6){
    flex:none;
    width: 17px;
    background: url("../img/dispnone_top.png") no-repeat center;
    background-size: 16px 9px;
}
.Exhibition_footer{
    height: 98px;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.6);
}
.btn{
    width: 50px;
    height: 50px;
    background: red;
}
.if{
    width: 80%;
    height: 80%;
    margin: 20px auto;
}
.visual_angle{
    width: 52px;
    background-color: rgba(20, 20, 20, 0.6);
    height:98px;
    position: absolute;
    left: 23%;
    bottom: 78px;
    border-radius: 25px 25px 0px 0px;
    padding: 10px 0 16px 0px;
}
@media screen and (max-width: 600px) {
    .visual_angle{
        left: 25%;
    }
}
.visual_angle li{
    text-align: center;
    flex: 1;
    cursor: pointer;
}
.visual_angle li h4{
    width: 100%;
    height: 36px;
}
.visual_angle li p{
    font-size: 11px;
    color: #fff;
}
.visual_angle li:nth-child(1) h4{
    background: url("../img/visual_angleli1.png") no-repeat center;
    background-size: 20px 20px;
}
.visual_angle li:nth-child(2) h4{
    background: url("../img/visual_angleli2.png") no-repeat center;
    background-size: 19px 19px;
}
 /* .swiper-container {
                width: 100%;
                height: 100%;
            } */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
    
}
.swiper-slide{
    width: 82px;
    height: 82px;
    background: #fff;
    cursor: pointer;
}
.sw{
    padding: 8px 10px 0px 10px;
}
.swiper-slide img{
    width: 77px;
    height: 77px;
}
.swiper-slide h4{
    width:77px;
    height: 16px;
    background-color: rgba(20, 20, 20, 0.6);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
}

@media screen and (orientation: landscape) and (max-height: 600px){
    /* 横屏 */
    .Exhibition_top .Navigation li:nth-child(1) h4{
        background: url("../img/Exhibition_top1@x2.png") no-repeat center;
        background-size: 16px 23.5px!important;
    }
    .Exhibition_top .Navigation li:nth-child(2) h4{
        background: url("../img/Exhibition_top2@x2.png") no-repeat center;
        background-size: 24px 21px!important;
    }
    .Exhibition_top .Navigation li:nth-child(3) h4{
        background: url("../img/Exhibition_top3@x2.png") no-repeat center;
        background-size: 19px 20.5px!important;
    }
	  .Exhibition_top .Navigation li:nth-child(4) h4{
        background: url("../img/Exhibition_top5@x2.png") no-repeat center;
       background-size: 19.5px 24px!important;
    }
    .Exhibition_top .Navigation li:nth-child(5) h4{
        background: url("../img/Exhibition_top4@x2.png") no-repeat center;
        background-size: 18px 20px!important;
    }
  
    .Exhibition_top .Navigation li:nth-child(6){
        /* flex:none; */
        /* width: 17px; */
        background: url("../img/dispnone_top@x2.png") no-repeat center;
        background-size: 19px 8px!important;
    }
    .visual_angle li:nth-child(1) h4{
        background: url("../img/visual_angleli1@x2.png") no-repeat center;
        background-size: 19.5px 20px!important;
    }
    .visual_angle li:nth-child(2) h4{
        background: url("../img/visual_angleli2@x2.png") no-repeat center;
        background-size: 17.5px 17.5px!important;
    }
    .CloseQR_code{
        top: -8%!important;
    }
    .swiper-slide {
        width: 64px!important;
        height: 64px!important;
    }
    .swiper-slide img {
        width: 59px!important;
        height: 59px!important;
    }
    .Exhibition_footer {
        height: 80px!important;
    }
}
@media screen and (max-width: 600px) and (orientation: portrait){
    .Exhibition_btn{
        bottom: -100px;
        height: 168px!important;
    }
    .Exhibition_top{
        width: 100%!important;
        height: 73px!important;
    }
    .Exhibition_top .Navigation{
        width: 90%!important;
        padding: 0 5% 0 5%;
        /* height: 45px; */
    }
    .Exhibition_top_w{
        padding: 0 5% 0 5%
    }
    .Exhibition_top .Navigation li:nth-child(1) h4{
        background: url("../img/Exhibition_top1@x2.png") no-repeat center;
        background-size: 16px 23.5px!important;
    }
    .Exhibition_top .Navigation li:nth-child(2) h4{
        background: url("../img/Exhibition_top2@x2.png") no-repeat center;
        background-size: 24px 21px!important;
    }
    .Exhibition_top .Navigation li:nth-child(3) h4{
        background: url("../img/Exhibition_top3@x2.png") no-repeat center;
        background-size: 19px 20.5px!important;
    }
	 .Exhibition_top .Navigation li:nth-child(4) h4{
        background: url("../img/Exhibition_top5@x2.png") no-repeat center;
        background-size: 19.5px 24px!important;
    }
    .Exhibition_top .Navigation li:nth-child(5) h4{
        background: url("../img/Exhibition_top4@x2.png") no-repeat center;
        background-size: 18px 20px!important;
    }
   
    .Exhibition_top .Navigation li:nth-child(6){
        /* flex:none; */
        /* width: 17px; */
        background: url("../img/dispnone_top@x2.png") no-repeat center;
        background-size: 19px 8px!important;
    }
    .visual_angle li:nth-child(1) h4{
        background: url("../img/visual_angleli1@x2.png") no-repeat center;
        background-size: 19.5px 20px!important;
    }
    .visual_angle li:nth-child(2) h4{
        background: url("../img/visual_angleli2@x2.png") no-repeat center;
        background-size: 17.5px 17.5px!important;
    }
    .Exhibition_footer{
        height: 80px!important;
    }
    .swiper-slide{
        width: 64px!important;
        height: 64px!important;
    }
    .swiper-slide img{
        width: 59px!important;
        height: 59px!important;
    }
    .swiper-slide h4{
        width: 59px!important;
    }
    .CloseQR_code{
        right: -40%!important;
        top: -22%!important;
        background-size: 27.5px 27.5px!important;
    }
}
.QRCode_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    background-color: rgba(20, 20, 20, 0.6);
    display: none;
    z-index: 1;
}
.CloseQR_code{
    width: 50px;
    height: 50px;
    position: fixed;
    right: -45%;
    top: -22%;
    cursor: pointer;
    background: url("../img/min_dispnone.png") no-repeat;
    background-size: 30px 30px;
}
#qrcode{
    position: relative;
}
.QRCode{
    width: 200px;
    height: 230px;
    position: fixed;
    left:50%;
    top: 40%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.QRCode p{
    margin-top: 10px;
    color: #fff;
}
.QRCodetop{
    width: calc(100% - 12px); 
    height: 188px;
    background: #fff;
    padding: 16px 12px 8px 12px;    
}
.qrcode_logo{
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 30px;
}
.qrcode_logo img{
    width: 40px;
    height: 40px;
    margin-top: 5.5px;
}

  .show{
    animation: myfirst 1.5s linear infinite;
}
@keyframes myfirst
{
    50% { opacity: 0; }
}



.consulting{
    width: 360px;
    height: 340px;
    background-color: rgba(20, 20, 20, 0.6);
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    z-index: 2;
    border-radius: 10px;
	display:none;
    /* display: none; */
}
.consulting_none{
    width: 16px;
    height: 16px;
    background: url("../img/consulting.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 19px;
    top: 19px;
    cursor: pointer;
}
.consulting_title{
    height: 56px;
    width: 100%;
    padding-left: 16px;
    padding-right: 42px;
    width:calc(100% - 50px)
}
.consulting_title h1{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #6a7380;
    color: #fff;
    font-size: 17px;
    line-height: 55px;
    letter-spacing:1px
}
.contact{
    margin-top: 17px;
    margin-bottom: 29px;
    padding-left: 16px;
    padding-right: 42px;
    width:calc(100% - 50px);
    position: relative;
}
.contact li{
    height: 40px;
    margin-bottom: 20px;
}
.contact li span{
    padding-right: 13px;
    font-size: 14px;
    color: #fff;
    width:65px;
    display: block;
    float: left;
    line-height: 40px;
    text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
}
.inpu_t{
    box-shadow:none;
      -webkit-appearance:none;
    background:none;
    /* border: none; */
    -webkit-appearance: none;
    border: 1px solid #cacaca;
    border-top:0px!important;
    border-left:0px!important;
    border-right:0px!important;
    height: 95%;
    width:calc(100% - 85px);
    outline:none;
    color: #fff;
    padding-left: 5px;
    border-radius: 0px;
 
}
input{
    -webkit-appearance: none;
}
.contact_type{
    padding-left: 16px;
    padding-right: 16px;
    width:calc(100% - 32px);
	
}
.contact_type #nth_{
    padding-right: 13px;
    font-size: 14px;
    color: #fff;
    width:65px;
    display: block;
    float: left;
    text-align-last:justify;
	text-align:justify;
    text-justify:distribute-all-lines;
}
.contact_type ul{
    float: left;
    margin-bottom:20px;
    width:calc(100% - 85px);
}
.contact_type li{
    width: 85px;
    height: 14px;
    float: left;
    margin-right: 34px;
    margin-bottom: 17px;
    cursor: pointer;
}
.contact_type li span{
    width: 14px;
    height: 14px;
    border: 1px solid #c9c9c9;
    float: left;
    border-radius: 15px;
    margin-right: 8px;
    margin-top: 2px;
}
.contact_type li:nth-child(1) span{
    background: #0457ff;
}
.contact_type li p{
    float: left;
    color: #fff;
    font-size: 14px;
}
.btnSubmit{
    cursor: pointer;
    background: #1a7cf8;
    clear: both;
    color: #fff;
    width: 94px;
    height: 30px;
    font-size: 13px;
    margin: 0px auto;
    text-align: center;
    line-height: 30px;
}
.ts1{
    position: absolute;
    background: #ff6900;
    color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 13px;
    top: 10px;
    right: 40px;
    display: none;
}
.ts2{
    position: absolute;
    background: #ff6900;
    color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    top: 70px;
    padding-bottom: 2px;
    right: 40px;
    display: none;
}
.ts3{
    width: 300px;
    height: 40px;
    border-radius: 5px;
    color: #67c23a;
    position: fixed;
    top: 120px;
    left: 50%;
    background: #f0f9eb;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e1f3d8;
    display: none;
}
@media screen and (max-width: 600px) {
    .ts1{
        top:5px;
    }
    .ts2{
        top: 54px;
    }
    .consulting{
        width:calc(100% - 85px)!important;
        height: 320px;
    }
    .contact{
        margin-bottom: 34px!important;
    }
    .consulting_none{
        background: url("../img/consulting@x2.png") no-repeat;
        background-size: 16px 16px;
    }
    .contact_type ul{
        margin-bottom: 15px;

    }
    .contact li span{
        font-size: 12px;
    }
    .contact_type #nth_{
        font-size: 12px;
    }
    .contact li{
        height: 32px;
    }
    .contact li span{
        line-height: 32px;
    }
    .consulting_title{
        height: 52px;
    }
    .consulting_title h1 {
        font-size: 14px;
        height: 51px;
    }
    .contact_type li{
        width: 48%!important;
        /* width: 0!important; */
        margin-right: 0!important
    }
    .contact_type li:nth-child(1){
        margin-right: 3px!important
    }
    .contact_type li:nth-child(3){
        margin-right: 3px!important
    }
    .contact_type li p{
        font-size: 12px!important
    }
    .contact_type li{
        width: 80px;
    }
    .contact_type li span{
        margin-right: 4px;
        margin-top: 0;
    }
}
