* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.footer {
    width: 100%;
    padding: 20px ;
    /* border: 1px solid #000; */
    background: rgba(243, 242, 240, 0.59);
}

.footer_box {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

/* 上 */
.footer_box .footer_box_top {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.footer_box_top a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #686868;
    font-size: 18px;
    text-align: center;
    margin-right: 38px;
}

.footer_box_top a:hover {
    color: #FE8000;
}

.footer_box_top span {
    width: 5px;
    height: 5px;
    background: rgba(104, 104, 104, 0.39);
    border-radius: 50%;
}

.footer_box_top a::after {
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 38px;
    display: inline-block;
    background: rgba(104, 104, 104, 0.39);
    border-radius: 50%;
}

.footer_box_top a:last-child {
    margin-right: 0;
}

.footer_box_top a:last-child::after {
    display: none;
}

/* 中 */
.footer_box .footer_box_middle {
    /* border: 1px solid #555500; */
    height: 349px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* 中 -- 左*/
.footer_box_middle_left {
    /* border: 1px solid #1EB37B; */
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.footer_box_middle_left .logo {
    width: 300px;
    height: 81px;
}

.footer_box_middle_left .logo img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.footer_box_middle_left ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.footer_box_middle_left ul li {
    width: 41px;
    height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer_box_middle_left ul img {
    width: 100%;
    height: 100%;
}

.footer_box_middle_left ul li span {
    width: 90px;
    height: 0;
    display: block;
    overflow: hidden;
    transition: all 0.2s;
    position: absolute;
    top: 50px;
}

.footer_box_middle_left ul li:hover span {
    height: 90px;

}

.footer_box_middle_left ul li span img {
    height: 90px;
}

/* 中 -- 中*/
.footer_box_middle_m {
    margin-right: 30px;
    /* border: 1px solid #5555ff; */
    /* width: 708px; */
}

.footer_box_middle_m .p1 {
    font-size: 24px;
    font-weight: 500;
    color: #2D2D2D;
    margin-bottom: 12px;
}

.footer_box_middle_m h4 {
    color: #040404;
    margin: 7px 0 10px 0;
    font-size: 18px;
    /* font-weight: bold; */
}

.footer_box_middle_m .p2 {
    font-size: 14px;
    color: #010101;
    opacity: 0.6;
    margin-bottom: 5px;
}

.footer_box_middle_m a {
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    color: #FE8000;
}

/* 中 -- 右*/
.footer_box_middle_right {
    /* border: 1px solid #55aaff; */
    min-width: 220px;
    /* width: 220px; */
    display: flex;
    justify-content: space-between;
}

.footer_box_middle_right ul {
    list-style: none;
}

.footer_box_middle_right ul p {
    color: #686868;
    font-size: 18px;
    margin-bottom: 17px;
}

.footer_box_middle_right ul li {
    margin-bottom: 17px;
}

.footer_box_middle_right ul a {
    text-decoration: none;
    font-size: 14px;
    color: #8E8F8F;
}

.footer_box_middle_right ul a:hover {
    color: #FE8000;
}

/* 下 */
.footer_box_bottom {
    width: 100%;
    height: 160px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.footer_box_bottom_top a {
    font-size: 11px;
    color: #666;
}

.footer_box_bottom_top a:hover {
    color: #FE8000;
}

.footer_box_bottom_top p {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin: 29px 0 16px 0;
}

.footer_box_bottom_b {
    margin-top: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    color: #666;
}

.footer_box_bottom_b a {
    text-decoration: none;
    color: #666;
}

.footer_box_bottom_b a:hover {
    color: #FE8000;
}

/* h5 */
.footer_h5{
    width: 100%;
    background: #1A1A1A;
    display: none;
}
.footer_h5 .footer_h5_box{
    padding: 11px 0;
}
.footer_h5 .footer_h5_box .footer_h5_list{
    width: 100%;
}
.footer_h5 .footer_h5_box .footer_h5_list ul{
    width: 100%;
    padding:0 16px;
    /* margin-bottom: 65px; */
}
.footer_h5 .footer_h5_box .footer_h5_list ul li{
    line-height: 50px;
    height: 50px;
}
.footer_h5 .footer_h5_box ul li a{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_h5 .footer_h5_box ul li a img{
    width: 20px;
    height: 20px;
}
.footer_h5 .footer_h5_box .hotline{
    display: flex;
    align-items: center;
    padding:0px 16px;
}
.hotline_left{
    display: flex;
    flex-direction: column;
    /* width: 50%; */
}
.hotline_left p{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
}
.hotline_left a{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 30px;
    color: #FE8000;
}
.footer_h5 .footer_h5_box .hotline ul{
    height: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
}
.footer_h5 .footer_h5_box .hotline ul li{
    position: relative;
}
.footer_h5 .footer_h5_box .hotline ul li img{
    width: 30px;
    height: 30px;
}
.footer_h5 .footer_h5_box .hotline ul li span{
    display:block;
    width: 45px;
    height: 0px;
    overflow: hidden;
    transition: all 0.2s;
    position: absolute;
    left: -7.5px;
    top: 0px;
}
.footer_h5 .footer_h5_box .hotline ul li span img{
    width: 45px;
    height: 45px;
}
.footer_h5 .footer_h5_box .hotline ul li:hover span{
    height: 45px;
}
.footer_h5 .footer_h5_box .hotline ul li .hotline_span{
    height: 45px;
}
.footer_h5 .footer_h5_box .p_1{
	margin-top: 10px;
    font-size: 22px;
    color: #fff;
    padding-left: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footer_h5 .footer_h5_box .p_1 img{
    margin-left: 5px;
}
.footer_h5 .footer_h5_box .p_2{
    font-size: 14px;
    color: #eee;
    padding-left: 16px;
}
.footer_h5 .footer_h5_box .area{
    height: 30px;
    font-size: 12px;
    text-align: left;
    font-family: PingFang SC;
    font-weight: 400;
    margin: 0 16px;
    margin-top: 5px;
    color: #999;
    /* border-top:1px solid #E6E6E6; */
    /* border-bottom:1px solid #E6E6E6; */
}
.footer_h5 .footer_h5_box .beian{
    margin: 10px 16px;
    text-align: left;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    /*padding-left: 16px;*/
    color: #666;
}
.footer_h5 .footer_h5_box .beian a{
    color: #666;
}
.footer_h5 .footer_h5_box .beian a:hover{
    color: #FE8000;
}
.footer_h5 .bottom_fixed{
    width: 100%;
    height: 50px;
    background: #242424;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    
}
.footer_h5 .bottom_fixed ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}
.footer_h5 .bottom_fixed ul li {
    width: 25%;
    text-align: center;
}
.footer_h5 .bottom_fixed ul li a {
     display: block;
     position: relative;
 }  
.footer_h5 .bottom_fixed ul li a img {
      width: 30px;
      height: 30px;
  }
.footer_h5 .bottom_fixed ul li a .bottom_fixed_line {
      position: absolute;
      width: auto;
      right: 0;
      top: 3px;
      width: 1px;
      height:24px;
}
.bh {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 20000;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}
.bh span .sys {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.footer_h5 .bottom_fixed ul .on {
    display: flex;
}
.bh .phone1 {
    padding: 15px;
    display: block;
    width: 250px;
    text-align: center;
    background: #fafafa;
}

.bh span .haoma {
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FE8000;
}

.bh span a {
    color: #FE8000;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    /* padding-left: 25px; */
}
.footer_h5_link{
    /* margin: 0 10px; */
    padding: 10px 0px;
    margin: 0 16px;
    border-top: 1px solid #666;
    margin-bottom: 40px;
}
.footer_h5_link a{
    color: #666;
    font-size: 12px;
}
.w_ll{
	font-size: 20px !important;
}
@media screen and (max-width: 768px){
    .footer{
        display: none;
    }
    .footer_h5{
        display: block;
    }
} 