@import "header.css";
@import "../fonts/fonts.css";
html{
    font-size: 16px;
}
body,ul,li,p,a{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial,Microsoft YaHei,sans-serif;
}
/*::-webkit-scrollbar{width:0;}*/
a{
    text-decoration: none;
}
*{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
}
img{
    vertical-align: middle;
}

@media screen and (max-width: 1000px){

}

@media screen and (max-width: 1024px) {
    .home .banner img{
        transform: none!important;
    }
    .home {
        padding-top: 60px;
    }
    .home .banner .text {
        font-size: 20px!important;
        width: 90% !important;
        left: 5% !important;
    }
}