@font-face {
    font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
body{
    background-color: #fafafa;
}
a{
    text-decoration: none;
}

.sj-banner{
    display: none;
}
.maintain-banner{
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}
.maintain-banner img{
    width: 100%;
}
.maintain-banner div{
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 14%;
    left: 5%;
}
.maintain-banner div a{
    font-family: "futianM";
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #fff;
    color: #fff;
}
.title{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 60px;
}
.title p{
    font-size: 40px;
    font-family: "futianM";
    margin-bottom: 30px;
}
.title span{
    font-size: 20px;
    font-family: "futianM";
}
.picture1{
    width: 80%; 
    margin-left: 10%;
    position: relative; 
    display: flex;
    margin-bottom: 150px;
    justify-content: space-between;
}
.picture1 div{
    width: 31%;
}
.picture1 img{
    width: 100%;
}
.picture1 p{
    width: 90%;
    font-size: 20px;
    font-family: "futianM";
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.picture1 div span{
    font-size: 18px;
    line-height: 26px;
}
.picture-layout2{
    margin-bottom: 150px;
}
.picture-layout2 img{
    width: 100%;
}
.acc-info{
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.acc-info>div:first-child{
    width: 40.7%;
}
.acc-info>div:last-child{
    width: 57.3%;
}
.acc-info>div:last-child div{
    margin-bottom: 4%;
}
.acc-info div{
    position: relative;
}
.acc-info div img{
    width: 100%;  
}
.acc-info div span{
    position: absolute;
    bottom: 8%;
    left: 4%;
    width: 92%;
    font-size: 18px;
    line-height: 26px;
    font-family: "futianM";
    color: #fff;
}
.acc-info>div:last-child div span{
    bottom: 15%;
}

.service{
    width: 70%;
    padding: 50px 15% 0 15%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service-info{
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    margin-top: 75px;
}
.service-info img{
    margin-right: 20px;
}
.service-info p{
    font-family: "futianM";
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-info span{
    font-size: 22px;
    line-height: 30px;
}


.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 200px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.multimedia div{
    margin: 0 25px;
}
.multimedia div span{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}


@media screen and (min-width: 1200px) and (max-width: 1400px){
.maintain-banner{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.maintain-banner img{
    width: 100%;
}
.maintain-banner div{
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.maintain-banner div p{
    font-family: "futianM";
    font-size: 36px;
    color: #fff;
}
.title{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 30px;
}
.title p{
    font-size: 36px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.title span{
    font-size: 16px;
    font-family: "futianM";
}
.picture1{
    width: 80%; 
    margin-left: 10%;
    position: relative; 
    margin-bottom: 70px;
}
.picture1 div span {
    font-size: 16px;
    line-height: 26px;
}
.picture1 img{
    width: 100%;
}
.picture1 p{
    width: 90%;
    font-size: 20px;
    font-family: "futianM";
    letter-spacing: 2px;
}
.picture-layout2{
    margin-bottom: 70px;
}
.picture-layout2 img{
    width: 100%;
}
.acc-info{
    margin-bottom: 70px;
}
.acc-info div span {
    position: absolute;
    bottom: 8%;
    left: 4%;
    width: 92%;
    font-size: 14px;
    line-height: 22px;
    font-family: "futianM";
    color: #fff;
}
.service{
    width: 70%;
    padding: 50px 15% 0 15%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service>img{
    width: 250px;
}
.service-info{
    width: 550px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    margin-top: 75px;
}
.service-info img{
    width: 110px;
    margin-right: 20px;
}
.service-info p{
    font-family: "futianM";
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.service-info span{
    font-size: 16px;
    line-height: 26px;
}


}

@media screen and (min-width: 1024px) and (max-width: 1200px){
.maintain-banner{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.maintain-banner img{
    width: 100%;
}
.maintain-banner div{
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.maintain-banner div p{
    font-family: "futianM";
    font-size: 32px;
    color: #fff;
}
.title{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 30px;
}
.title p{
    font-size: 32px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.title span{
    font-size: 16px;
    font-family: "futianM";
}
.picture1{
    width: 90%; 
    margin-left: 5%;
    position: relative; 
    margin-bottom: 70px;
}
.picture1 img{
    width: 100%;
}
.picture1 p{
    width: 90%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "futianM";
    letter-spacing: 2px;
}
.picture1 div span{
    font-size: 16px;
    line-height: 24px;
}
.picture-layout2{
    margin-bottom: 70px;
}
.picture-layout2 img{
    width: 100%;
}
.maintain-banner div a{
    font-size: 16px;
}
.acc-info{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.acc-info div span{
    font-size: 14px;
    line-height: 22px;
}
.service{
    width: 80%;
    padding: 50px 10% 0 10%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service>img{
    width: 250px;
}
.service-info{
    width: 550px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    margin-top: 75px;
}
.service-info img{
    width: 110px;
    margin-right: 20px;
}
.service-info p{
    font-family: "futianM";
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.service-info span{
    font-size: 16px;
    line-height: 26px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px){

.maintain-banner{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.maintain-banner img{
    width: 100%;
}
.maintain-banner div{
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.maintain-banner div a{
    font-size: 14px;
}
.title{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 20px;
}
.title p{
    font-size: 30px;
    font-family: "futianM";
    margin-bottom: 10px;
}
.title span{
    font-size: 14px;
    font-family: "futianM";
}
.picture1{
    width: 90%; 
    margin-left: 5%;
    position: relative; 
    margin-bottom: 70px;
}
.picture1 img{
    width: 100%;
}
.picture1 p{
    width: 90%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "futianM";
    letter-spacing: 2px;
}
.picture1 div span{
    font-size: 14px;
    line-height: 20px;
}
.picture-layout2{
    margin-bottom: 70px;
}
.picture-layout2 img{
    width: 100%;
}
.acc-info{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.acc-info div span{
    font-size: 12px;
    line-height: 20px;
    bottom:11%;
}
.service{
    width: 80%;
    padding: 50px 10% 0 10%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service>img{
    width: 150px;
}
.service-info{
    width: 400px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    margin-top: 10px;
}
.service-info img{
    width: 90px;
    margin-right: 20px;
}
.service-info p{
    font-family: "futianM";
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.service-info span{
    font-size: 12px;
    line-height: 20px;
}

.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 100px;
}


}



@media screen and (max-width: 768px){
.banner{
    display: none;
}
.sj-banner{
    display: block;
}
.maintain-banner{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.maintain-banner img{
    width: 100%;
}
.maintain-banner div{
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.maintain-banner div p{
    font-family: "futianM";
    font-size: 1.5rem;
    color: #fff;
}
.title{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 20px;
}
.title p{
    font-size: 1.5rem;
    font-family: "futianM";
    margin-bottom: 5px;
}
.title span{
    font-size: 12px;
    font-family: "futianM";
}
.picture1{
    width: 90%;
    margin-left: 5%; 
    position: relative; 
    margin-bottom: 40px;
    flex-direction: column;
}
.picture1 div{
    width: 100%;
    margin-bottom: 20px;
}
.picture1 img{
    width: 100%;
}
.picture1 p{
    width: 90%;
    font-size: 14px;
    font-family: "futianM";
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.picture-layout2{
    margin-bottom: 40px;
}
.picture-layout2 img{
    width: 100%;
}
.maintain-banner div{
    bottom:5%;
}
.picture1 div span{
    font-size: 12px;
    line-height: 20px;
}
.maintain-banner div a{
    font-size: 14px;
    padding:8px 20px;
}
.acc-info{
    width: 90%;
    margin-left:5%;
    margin-bottom: 40px;
    flex-direction: column;
}
.acc-info>div:first-child{
    width: 100%;
    margin-bottom: 20px;
}
.acc-info>div:last-child{
    width: 100%;
}
.acc-info>div:last-child div{
    width: 100%;
    margin-bottom: 20px;
}
.acc-info div span{
    font-size: 14px;
    line-height: 20px;
    bottom: 5%;
}
.acc-info>div:last-child div span{
    bottom: 5%;
    
}
.service{
    width: 80%;
    padding: 30px 10% 0 10%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service>img{
    width: 100%;
    margin-top: 20px;
}
.service-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    margin-top: 10px;
}
.service-info img{
    width: 90px;
    margin-right: 20px;
}
.service-info p{
    font-family: "futianM";
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.service-info span{
    font-size: 12px;
    line-height: 20px;
}

   
    .foot{
        width: 100%;
        background-color: #f0f0f0;
        margin-top: 100px;
    }
    .link{
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .link a{
        margin: 0 20px;
        font-size: 12px;
    }
    .multimedia{
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    .multimedia div{
        margin: 0 2%;
        width: 23%;
    }
    .multimedia div img{
        width: 100%;
    }
    .multimedia div span{
        font-size: 0.5rem;
        display: block;
        margin-top: 8px;
    }
    .info{
        font-size: 0.5rem;
        margin-top: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
}