.head{
    width: 100%;
    height: 88px;
    background: #000;
}
.main-head{
    width: 990px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner {
    width: 100%;
    height: 23.65vw;/*454px*/
    background-size: cover;
}
.logo-img img{
    width: 200px;
}
.tabText{
    width: 640px;
    display: flex;
}
.tabText a{
    width: 120px;
    height: 88px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabText a:hover{
    color: #ef7d00;
}
.tabText .select{
    color: #ef7d00;
    background: none;
}
.hotLine{
    display: flex;
    align-items: center;
    color: #ef7d00;
    font-size: 15px;
    font-weight:bold;
}
.hotLine img{
    width: 28px;
    margin-right: 6px;
}
/* header end */
.foot{
    width: 100%;
    background: #212121;
}
.main-foot{
    width: 980px;
    margin: 0 auto;
    padding: 80px 0;
}
.footCont{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footLeft{
    color: #fff;
}
.callUs{
    font-size: 28px;
    margin-bottom: 20px;
}
.callUsen{
    font-size: 22px;
}
.footRight{
    width: 720px;
    height: 72px;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footRight .tabText a{
    height:40px;
}
.footLine{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.footItemTit{
    font-size: 17px;
    color: #ef7d00;
    padding-bottom: 40px;
}
.footNum{
    font-size: 22px;
    font-weight:bold;
    color: #fff;
    padding-bottom: 15px;
}
.footName{
    font-size: 12px;
    color: #fff;
}
.footAddress{
    font-size: 11px;
    color: #fff;
}
.footAddress span{
    display: block;
    padding-bottom: 8px;
}
.footQrcode{
    width: 175px;
    display: flex;
    justify-content: space-between;
}
.footQrcode img{
    width: 70px;
    height: 70px;
    border-radius: 2px;
}
.beiAn{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #030303;
    font-size: 11px;
    color: #dad8dd;
}

.position {
    font-size: 13px;
    color: #666;
}

.contactTit{
    display: flex;
    justify-content: space-between;
    width: 990px;
    margin: 0 auto;
    padding: 60px 0;
}
.contUs{
    color: #ef7d00;
    font-weight: bold;
    font-size:18px;
}
/* foot end */
