*{
    padding: 0;
    margin: 0;
    outline: none;
}
html,body{
    width: 100%;
    height:100%;
}
a{
    text-decoration: none; 
    color: #000 ;    
}
a:hover{
    color: #000 ;
    text-decoration: none;
}
header{
    /* height: 100px; */
    width: 100%;
    background-color: #ffffff;
    
}
header .head{
    display: flex;
    justify-content: space-around;
    line-height: 80px;
    transition: all 1s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

header .phone_head .box {
    display: none;
}

header .phone_head .box div{
    width: 100%;
    height: 40px;
    padding-left: 30px;
    line-height: 40px;
    border-bottom: 1px ridge #d8d8d8;
    background-color: #ffffff;
    color: #000000;
}
 
header .phone_head .box  .boxs {
    color: #08CC90;
}

header .phone_head .main{
    height: 50px;
    line-height: 50px;
    display: flex;
    color: #000000;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    justify-content: space-between;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
 .sllo{
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background: #ffffff;
}
header .head .head_r{
    display: flex;
    width: 12%;
    justify-content:space-around;
   
}
header .head .head_r div{
        width: 100px;
        height: 40px;
        margin-left: 30px;
    cursor: pointer;
}
header .head .head_r div:nth-child(0){
    margin-left: 0;
}
.current{
    border-radius: 12px;
    background-color: #08CC90;
    text-align: center;
    color: #ffffff;
    margin: 20px auto;
    line-height: 40px;
    width: 100px;
}
/* img */
article{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
article img{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
/* 尾部 */
footer{
    height: 257px;
    width: 100%;
    background-color: #30343E;
}
footer .end_l{
    display: flex;
}
footer .vertical{
    width: 1px;
height: 138px;
background: #9397A4;
opacity: 0.67;
}
footer .end{
    display: flex;
    justify-content: space-evenly;
    padding: 56px;
}
footer .address{
    color: #F5F5F5;
    font-size: 20px;
}
footer .end_r{
    line-height: 34px;
    color: #8B909C;
}

footer h4, footer h2{
    color: #F5F5F5;
}
footer .myimg{
    text-align: center;
}
footer .myimg p{
    font-size: 15px;
    margin-top: 8px;
    color: #8B909C;
}
footer .contact{
    margin-left: 33px;
}
/* phone */
@media screen and (max-width:600px) {
    .head{
        display: none !important;
    }
    article {
        width: 100%;
        height: 350%;
        /* display: table-cell; */
        /* vertical-align: middle; */
        /* text-align: center; */
    }
    .sllo {
        position: fixed;
        width: 100%;
        height: 50px;}
    footer{
        height: auto;
    }
    footer .vertical {
        display: none;}
    footer .end{
        display: block;
        padding: 55px 0 24px 0;
    }
    footer .address{
        display: none;
    }
    footer .end_l {
        display: flex;
        flex-direction: column;}
        footer .contact {
          display: none;
        }
        .phone{
            display: block;
            padding: 0;
            margin: 0;
        }
        .end_r{
            text-align: center;
            font-size: 14px;
            color: #8B909C;
        }
        .verticals {
        width: 90vw;
        height: 1px;
     
        margin: 26px auto 20px;
        background: #9397A4;
        opacity: 0.18;
       }
       .text-right button{
        width: 100%;
       }
       .row div{
           padding: 0;
       }
}
/* pc */
@media screen and (min-width:600px) {
    .phone_head {
        display: none !important;
    }
    .phone{
        display: none;
    }
}

.title_p, .email_p, .address_p , .contactor_p, ._phone_p, .remark_p{
    display: none ;
}