/*导航栏*/
.header-nav1{color: white;}
header{width: 100%;height: 10%;position: absolute; top:25px;left: 0;z-index: 1;}
header .logo img{/* width: 69px; */}
header .nav{position: absolute;right: 0;top:9%}
.underline,.company-tel{text-align: right}
.underline{font-size: 12px}
.company-tel{font-weight: bolder}
.company-message,.Navigation{float: left}
.Navigation{position: absolute;top:9.5%;right: 2%}
.company-message{position: relative;top:0;right: 36%}
.page1Text{margin-left: 10%;text-align: left;}
.underline1{text-align: left}

/*底部*/
footer{
    background: #d73240;
    /* padding-top: 30px!important; */
    /* padding-bottom:35px!important; */
    color: white;
    width:  80%;
    /* margin-left: 10%; */
    position: absolute;
    bottom: 35px;
    left: 10%;
    /* position: absolute; */
    /* bottom:  0; */
    /* justify-content: baseline; */
}
.foot{
    text-align: left;
    display: flex;
    justify-content: space-between;
    /* width: 80%; */
    margin: auto;
    font-size: 14px;
}
.footIcon{
    text-align: right;
}
.footIcon i{
    height: 69px;
    margin-left: 3px;
    font-family: 'iconfont';
}
.jiathis_style .jtico{
    background: none!important;
}

.footIcon a{
    color: white;
}
.footText{
    line-height: 30px;
}
@media screen and (max-width: 640px) {
    /*导航*/
    .header-nav {
        font-size: 1rem
    }

    .logo {
        width: 15.5%;
    }

    .header-nav {
        width: 90%;
        position: absolute;
        top: 0;
        left: 5%
    }

    .Navigation img {
        width: 65%;
    }

    .Navigation {
        position: absolute;
        top: 12%;
        right: -10%
    }

    .company-message {
        position: relative;
        top: 0;
        right: 39%
    }

    .footIcon {
        width: 2rem;
    }

}


.you_waiting{
    width: 100%;
    height: 400px;
    background:#eeeeee;
}
.you_waiting p:nth-child(1){
    width: 100%;
    font-family: 微软雅黑;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 20px;
}
.you_waiting p:nth-child(2){
    width: 100%;
    font-family: 微软雅黑;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.you_waiting>div{
    width: 780px;
    height: 80px;
    margin: 0 auto;

}
.you_waiting>div a{
    width: 230px;
    height: 70px;
    display: inline-block;
    border-radius: 110px;
    border: 5px solid #000000;
    font-family: 微软雅黑;
    font-size: 22px;
    line-height: 65px;
    text-align: center;
    color: #000;
    float: left;

}
.you_waiting>div span{
    display: inline-block;
    width: 270px;
    height: 5px;
    background-color: #000;
    float: left;
    margin-top: 33px;
}
.you_waiting>div span:nth-child(2){
    float: right;
}
