
.main-banner{
    position: absolute;
    z-index: 1;
}
.main-banner img{
    width: 100%;
}
.main-article{
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    border-radius:3%;
    padding: 50px;
    position: relative ;
    top: 320px;
    z-index: 2;

}
.main-footer{
    position:relative ;
    top: 320px;
}
.main-section1{
    width: 100%;
}
h2{
    font-size: 34px;
    margin-bottom: 60px;
}
.section1-dl{
    width: 22%;
    float: left;
    margin: 0 0 70px 4%;
}
.section1-dl:nth-child(2){
    margin-left: 0;
}
.dt1,.dt2,.dt3,.dt4{
    font-size: 24px;
    padding: 90px 0 0 0;
    margin-bottom: 30px;
}
.dt1{
    background: url(./../images/icon_01.png) no-repeat;
    background-size:65px,100%; 

}
.dt2{
    background: url(./../images/icon_02.png) no-repeat;
    background-size:65px,100%; 
}
.dt3{
    background: url(./../images/icon_03.png) no-repeat;
    background-size:65px,100%; 
}
.dt4{
    background: url(./../images/icon_01.png) no-repeat;
    background-size:65px,100%; 
}
dd{
    font-size: 14px;
    margin-bottom: 20px;
}

.h-ul{
    padding:0;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
}
.h-ul>li{
    float: left;
    width: 20%;
    /*margin: 0 150px 50px 10px;*/
}
.job1-ul,.job2-ul,.job3-ul,.job4-ul,.job5-ul,.job6-ul{
    font-size: 18px;
    margin-top: 32px;
    width: 100%;
}
.job1-ul li{
    float: left;
    width: 20%;
    /*margin:10px 150px 50px 10px;*/
}
.job2-ul li{
    float: left;
    width: 20%;
    /*margin:10px 105px 50px 10px;*/
}
.job3-ul li{
    float: left;
    width: 20%;
    /*margin:10px 95px 50px 10px;*/
}
.job4-ul li{
    float: left;
    width: 20%;
    /*margin:10px 155px 50px 10px;*/
}
.job5-ul li{
    float: left;
    width: 20%;
    /*margin:10px 30px 50px 10px;*/
}
.job6-ul li{
    float: left;
    width: 20%;
    /*margin:10px 210px 50px 10px;*/
}


/*.job1-ul li:last-child ,.job2-ul li:last-child,.job3-ul li:last-child,.job4-ul li:last-child,.job5-ul li:last-child,.job6-ul li:last-child{*/
/*    margin-right: 0;*/
/*}*/
/*.job1-ul li:nth-child(2) ,.job2-ul li:nth-child(2),.job3-ul li:nth-child(2),.job4-ul li:nth-child(2),.job5-ul li:nth-child(2),.job6-ul li:nth-child(2){*/
/*    margin-right: 180px;*/
/*}*/
/*.job1-ul li:nth-child(3) ,.job2-ul li:nth-child(3),.job3-ul li:nth-child(3),.job4-ul li:nth-child(3) ,.job5-ul li:nth-child(3),.job6-ul li:nth-child(3){*/
/*    margin-right: 200px;*/
/*}*/
/*.job1-ul li:nth-child(4) ,.job2-ul li:nth-child(4),.job3-ul li:nth-child(4),.job4-ul li:nth-child(4) ,.job5-ul li:nth-child(4),.job6-ul li:nth-child(4){*/
/*    margin-right: 165px;*/
/*}*/
.job1 img,.job2 img,.job3 img,.job4 img,.job5 img,.job6 img{
    width: 20px;
    height: 20px;
}
.job1-text,.job2-text,.job3-text,.job4-text,.job5-text,.job6-text{
    background-color: #efefef;
    padding: 20px 15px;
}
.text-dl dt{
    font-size: 22px;
    margin: 20px 0;
}
.image-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    width: 20%;
    margin: auto;
}