@charset "UTF-8";

.container1080px{
    width: 1080px;
    margin: 0 auto;
}


header{
    width: 100%;
    position: relative;
    
}



.header_con{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
}
.logo_wrap{
    width: 274px;
}
.logo_wrap a{ 
    display: block;
}

.main_ul{
    width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.main_ul .main_li{
    width: 25%;
    position: relative;    
}
.main_ul .main_li>a{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 40px 0;
    box-sizing: border-box;
}
.main_ul .main_li:hover >a, .sub_ul .sub_li:hover >a{
    color: #FF4D0F;
    transition: 0.2s;
}
.sub_ul{
    width: 100%;
    height: 264px;
    display: none;
    position: absolute;
    top: 125px;
    left: 0;
    z-index: 99;
}
.sub_ul .sub_li{
    width: 100%;
    display: block;
}
.sub_ul .sub_li>a{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.menu_bg{
    width: 100%;
    height: 264px;
    border: 1px solid #ccc;
    position: absolute;
    top: 98px;
    left: 0;
    background: url("/web/images/common/nav_bg1.png");
    background-repeat: no-repeat;
    z-index: 98;
    box-sizing: border-box;
    display: none;
}


.footer_wrap{
    display: block;
    width: 100%;
    height: 174px;
}
footer{
    width: 100%;
    height: 174px;
    background: #333;  
}
.footer_con{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f_logo{
    width: 196px;
    height: 102px;
    background: url("/web/images/common/footer_logo_1.png") no-repeat left center;
}
.footer_menu_wrap{
    float: right;
    width: 860px;
    height: 174px;
    text-align: center;
}
.f_menu{
    display: block;
    width: 528px;
    margin: 0 auto;
}
.footer_ul{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #ccc;
}
.footer_ul li{
    width: 45px;
}
.footer_ul li>a{
    color: #ccc;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
.footer_p{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 20px 0;
}
.footer_p>h1{
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}
.footer_p_ul{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.footer_p_ul>li{
    font-size: 12px;
    font-weight: 400;
    color: #8E8E8E;
}
.footer_p_ul .footer_p_gap{
    width: 1px;
    height: 8px;
    background-color: #8E8E8E;    
    display: block;
    padding-top: 5px;
}
.footer_p>p{
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}






































