body{
    font-family: 'PingFangSC-Regular';
    background-color: #000;
    color:#fff;
}
.header-wrap {
    height: 39vw!important;
    background-image: url(./searchPre_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 0 !important;
    box-sizing: border-box;
}
.header-wrap-nav{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:10;
    padding:0 10% !important;
    box-sizing: border-box;
    background: rgba(255,255,255,.9);

}
.el-row--flex {
    display: flex;
    justify-content: center;
}
.header-row .header-title{
    font-size: .4rem;
    height: 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #e0e1e1;
    text-decoration: none;
}
.header-row .header-title img{
    height:100%;
    vertical-align: middle;
}
.header-wrap-nav .header-nav-item{
    position:relative;
    padding:.2rem 0 ;
    box-sizing: border-box;
    width:20%;
}
.header-wrap-nav .header-nav-item .header-title-text{
    position: relative;
}
.header-wrap-nav .header-nav-item .header-title-hr{
    width:1.5rem;
    height:3px;
    background: #de9900;
    display: none;
}
.header-wrap-nav .header-nav-item:hover .header-title-hr,
.header-wrap-nav .header-nav-item:hover .dropdown{
    display: block;
}
.header-wrap-nav .header-nav-item.active a.header-title[data-v-40054642]{
    color:#de9900;
}
.header-wrap-nav .header-nav-item.active .header-title-hr{
    display: block;
}
.header-wrap-nav .header-nav-item:hover a.header-title-text{
    color:#de9900;
}
.header-wrap-nav .header-nav-item .dropdown{
    position:absolute;
    left:0;
    top:100%;
    width:80%;
    padding:.1rem .3rem;
    box-sizing: border-box;
    background: rgba(255,255,255,.9);
    border-radius: 0 0 5px 5px;
    display: none;
}
.header-wrap-nav .header-nav-item .dropdown a{
    display: block;
    padding:.25rem 0;
    box-sizing: border-box;
    color:#333;
    text-decoration: none;
    font-size: .35rem;
}
.header-wrap-nav .header-nav-item .dropdown a:hover{
    color:#de9900;
}
.header-wrap-nav .header-nav-item .dropdown a.active-item{
    color:#de9900;
}
.header-wrap-nav .header-row .header-title[data-v-40054642]{
    color:#252525;
}

.header-wrap-m,.banner_box-m,.nav-wrap-m,.qualityQuery-wrap-m,.statement-wrap-m,.footerBg-m,.footer-imgs-m,.footer-nav-m,.footer-item-m,.footer-code-m{
    display: none;
} 
.s-main{
    padding:0 4rem 0.5rem;
    box-sizing: border-box;
}
.wrap-title{
    font-size: .55rem;
    margin-bottom: 0.3rem;
    color: #c79830;
}
.wrap-item{
    font-size: .35rem;
    color: #e0e1e1;
}
.qualityQuery-wrap-hr {
    width: 1rem;
    height: 0.013333rem;
    background: #fff;
}
.qualityQuery-wrap{
    padding:1rem 0;
    box-sizing: border-box;
}
.statement-wrap{

}
.statement-wrap-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.statement-wrap-item .statement-wrap-item-item{
    font-size: .35rem;
}
.footerBg{
    padding: 0.3rem 4rem 0;
    box-sizing: border-box;
}
.footerBg img{
    width:100%;
    vertical-align: middle;
}
.logo-wrap{

}
.footer-logo{
    display: flex;
    padding: 0.5rem 4rem;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-logo .router-link-active{
    display: flex;
}
.footer-logo img{
    width: 2.5rem;
}
.company-info{
    padding: 0.1rem 4rem;
    box-sizing: border-box;
    font-size: .3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.company-info div{
    margin-right: 1rem;
}
.company-wrap{
    display: flex;
    flex-direction: row;
    padding: 0.2rem 4rem 1rem;
    box-sizing: border-box;
}
.company-wrap-left{
    display: flex;
    flex-direction: row;
    flex:1;
}
.company-wrap .company-wrap-left dl{
    flex: 1;
}
.company-wrap .company-wrap-left dl dt{
    margin-bottom: 0.3rem;
}
.company-wrap .company-wrap-left dl dt a{
    color: #e0e1e1;
    font-size: .35rem;
    font-weight: 700;
    border-bottom: 0.026667rem solid #c79830;
    text-decoration: none;
}
.company-wrap .company-wrap-left dl dd{
    margin-left: 0;
    margin-bottom: 0.2rem;
}
.company-wrap .company-wrap-left dl dd a{
    color: #e0e1e1;
    font-size: .3rem;
    text-decoration: none;
}
.company-wrap-right{
    width: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company-wrap .company-wrap-right img{
    width: 80%;
    vertical-align: middle;
}
.company-wrap .company-wrap-right p{
    font-size: .3rem;
}
