* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
#wrap{
    height: 100%;
}
header{
    min-width: 280px;
    margin-top: 0;
    font-size: 15px;
    font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
header > nav {
    overflow-x: visible;
    font-size: 14px !important;
    padding: 0 5%;
    max-width: 1600px;
    margin: 0 auto;
    height: 54px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;  
}
header > nav > a {
    color: #000;
    height: 100%;
    padding: 0 4px;
    line-height: 54px;
    min-width: 100px;
}
header > nav > a.logo {
    width: 137px;
}
header > nav > a.company {
    color: rgb(187, 183, 183);
}
header > nav > a.category {
    text-align: center;
}
header > nav > a.category:hover {
    background-color: aliceblue;
}
header > nav > p.spacer {
    flex: 1;
}
#banner > .images {
    height: auto;
    position: relative;
}
#banner > .images > .bigtext {
    margin: 0;
    padding: 0;
    position: absolute;
    height: auto;
    top: 50%;
    right: 20%;
    font-size: 40px;
    color: #fff;
    transform: translateY(-50%);
}
#banner > .images > img {
    width: 100%!important;
}
#banner > .images > .widget {
    margin: 0;
    padding: 0;
    position: absolute;
    height: auto;
    width: 320px;
    top: 30%;
    left: 10%;
    transform: translateY(-50%);
}
#banner > .images > .widget > p:first-child {
    background-color: #ffb900;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 4px 0;
    width: 60px;
    text-align: center;
}
#banner > .images > .widget > p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}
#banner > .images > .widget > p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}
#banner > .images > .widget > a {
    display: block;
    background-color: #0067b8;
    color: #fff!important;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    width: 80px;
    padding: 10px;
    text-decoration: none;
}
#banner > .controls > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#banner > .controls > ul > li {
    list-style: none;
    height: 60px;
    line-height: 60px;
    margin: 0 30px;
}
#hots > h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
}
#hots > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#hots > ul > li {
    list-style: none;
    margin: 0 30px;
    text-align: center;

}
#hots > ul > li > p.iconfont {
    font-size: 60px;
    margin: 10px;
}
#hots > ul > li > a {
    font-weight: 600;
}

#hots > ul > li > img {
    width: 200px;
    height: 200px;
    border: 0;
    box-sizing: border-box;
}

#links1 {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
#links1 > h2 {
    font-size: 16px;
    font-weight: 400;
}
#links1 > img {
    width: 32px;
    height: 32px;
}
#links2 {
    text-align: right;
}
#links2 > a {
    color: #000!important;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15));
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 10px 30px;
    margin-right: 20px;
}
#products {
    padding-top: 40px;
    padding-bottom: 20px;
}
#products > h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
}
#products > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 10px;
}
#products > ul > li {
    list-style: none;
    margin: 0 30px;
    text-align: center;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0.1875rem 0.4375rem 0 rgba(0,0,0,.13), 0 0.0625rem 0.125rem 0 rgba(0,0,0,.11);
    word-wrap: break-word;
    background-clip: border-box;

}
#products > ul > li > img {
    width: 240px;
    height: 240px;
    border: 0;
    box-sizing: border-box;
}
#products > ul > li > p {
    padding: 20px;
}
#about {
    display: flex;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
}
#about h2 {
    font-size: 30px;
    padding-bottom: 20px;
}
#about > div.description {
    flex: 1;
    line-height: 36px;
    margin: 10px;
}
#about > div.description p {
    text-indent: 2em;
}
#about > img {
    height: 400px;
    margin-right: 100px;
    border-radius: 20px;
}
#contact {
    display: flex;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
}
#contact h2 {
    font-size: 30px;
    padding-bottom: 20px;
}
#contact .mail a{
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    background-color: #0067b8;
    border-radius: 24px;
    color: #fff;
    margin: 20px 10px;
}
footer{
    background: #f2f2f2;
    margin-top: 48px;
    font-size: 11px;
    color: #616161;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}