@import 'font.css';
*{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans S Chinese DemiLight' !important;
}
h1,h2,h3,h4,h5,p{
    font-family: 'Noto Sans S Chinese DemiLight' !important;
}
ul,li{ padding:0;margin:0;list-style:none}
a{
    text-decoration: none;
}


@media (max-width: 960px) { 
    .header div{
        display: flex;
        justify-content: space-between;
    }
    section .one h3{
        font-size: 25px !important;
    }
    section .one,section .two ,section .three {
        height: 500px !important;
    }
    
}
@media (max-width: 760px) {
    section .one h3{
        font-size: 0.6rem !important;
    } 
    section .two h2 {
        font-size: 0.7rem !important;
    }
    section .two h3{
        font-size: 0.63rem !important;
        margin: 15px 0 !important;
    }
    section .two p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    section .one,section .two ,section .three {
        height: 400px !important;
    }
    section .three p{
        width: 95% !important;
        font-size: 12px !important;
        margin: 4px auto 0 !important;
    }
    section .three .logo2{
        width: 50% !important;
    }
    .i{
        display: none !important;
    }
    .nav{
        height: 40px !important;

    }
    .goods div{
        text-indent: 0px !important;
    }
    .goods div h5{
        font-size: 16px !important;
    }
    .goods div p{
        font-size: 12px !important;
    }
    .goods2 div{
        text-indent: 0px !important;
    }
    .goods2  h4{
        font-size: 16px !important;
    }
    .goods2 div h5{
        font-size: 16px !important;
    }
    .goods2 div p{
        font-size: 12px !important;
    }
    .nav li{
        line-height: 40px !important;
        font-size: 12px !important;
    }
    .footer .address img{
        margin-bottom: 20px !important;
    }  
    .footer .link h4{
        margin-bottom: 20px !important;
    }
    .footer>div>div{
        margin-bottom: 20px !important;
    }
    .footer>div>p{
        font-size: 12px !important;
        line-height: 20px;
    }
    .List{
        width: 80% !important;
        margin: 0 10%;
    }
    .advisory{
        border-bottom: 1px solid #4D4D4D;
    }
    .advisory a>div{
        width: 100% !important;
    }
    .advisory a>div>p{
        font-size: 12px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .popup{
        width: 60% !important;
        height: 20% !important;
        margin-left: -30% !important;
        margin-top: -30% !important;
    }
    .popup p{
        font-size: 12px !important;
    }
    .Public h4{
        font-size: 14px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .Public div{
        font-size: 12px !important;
    }
    .relation h5{
        width: 100% !important;
        font-size: 14px !important;
        text-align: left !important;
    }
    .RecruitmentList li{
        border-bottom: 1px solid rgba(230,230,230,1) !important;
    }
}
@media (max-width: 550px) { 
    section .one,section .two ,section .three {
        height: 250px !important;
    }
}
@media (min-width: 960px) { 
    .header div{
        display: flex;
        justify-content: space-around;
    }
    
 }
 @media (max-width:1400px){
    #main{
        width: 70% !important;
    }
 }
.header{
    width: 100%;
    height: 40px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row {
    margin-left: 0px !important;
    margin-right: 0 !important ;
}

.header div .onList{
    width: 20px;
}
.header div .headerLogo{
    width: 94px;
    height: 16px;
}
.header ul{
    overflow: hidden;
    margin-bottom: 0px !important;
}
.header ul li{
    width: 10%;
    text-align: center;
    color: #FF0000;
    font-size: 15px;
    line-height: 40px;
    float: left;
    font-weight:200;
    cursor: pointer;
}
.header ul li a{
    color: #FF0000 !important;
}
.header ul li a:hover{
    color: #fff !important;
}
.footer{
    width: 100%;
    background: #000000;
    
}
.footer .address img{
    margin-bottom: 40px;
}   
.footer .address p{
    font-size: 16px;
    color: #B3B3B3;
}
.footer .link h4{
    font-size:20px;
    color:rgba(255,255,255,1);
    margin-bottom: 40px;
}
.footer .link ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .link ul li a{
    color: #FFFFFF;
    line-height: 30px;
}
.footer .code{
    display: flex;
    justify-content: center;
}
.footer .code img:nth-child(1){
    margin-right: 10px;
}
.footer>div:nth-child(1){
    border-bottom: 1px solid #4D4D4D;
    padding: 40px 0;
}
.footer>div>p{
    text-align: center;
    color: #B3B3B3;
    line-height: 40px;
}

.paging{
    margin: 20px 0;
    float: right;
}
.paging span{
    float: left;
    display: block;
    padding: 10px 20px;
    background-color: #FFFFFF;
    color: #B3B3B3;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.active{
    background-color: #BB0505 !important;
    color: #ffffff !important;
}
