.container {
    width: 90%;
}
.swiper-button-next,
.swiper-button-prev {
    outline: none;
}
.section {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-top .swiper-pagination {
    display: none;
}
.section .banner img {
    width: 100%;
}
.section .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 20%;
    display: flex;
    justify-content: flex-start;
}
.section .txt h1 {
    font-size: 62px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Poppins-SemiBold";
}
.section .txt p {
    font-size: 62px;
    font-family: "Poppins-Light";
    line-height: 1;
}
.section .txt span {
    display: block;
    font-size: 19px;
    font-family: "Poppins-Light";
    width: 40%;
    margin: 50px 0px;
}
.section .txt a {
    margin: 0;
}
.section img {
    width: 100%;
}

.section2 {
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
.section2 .pics ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
.section2 .pics ul li {
    margin-bottom: 30px;
}
.section2 .pics ul li .product {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
}
.section2 .pics ul li:nth-child(1) a {
    background-color: #e6e4e9;
}
.section2 .pics ul li:nth-child(2) a {
    background-color: #eaeaea;
}
.section2 .pics ul li:nth-child(3) a {
    background-color: #f8e8e8;
}
.section2 .pics ul li:nth-child(4) a {
    background-color: #feeae2;
}
.section2 .pics ul li:nth-child(5) a {
    background-color: #fdf8eb;
}
.section2 .pics ul li:nth-child(6) a {
    background-color: #dbeff5;
}
.section2 .pics ul li:nth-child(7) a {
    background-color: #f9ebef;
}
.section2 .pics ul li:nth-child(8) a {
    background-color: #ede5ff;
}
.section2 .pics ul li:nth-child(9) a {
    background-color: #e9f5f2;
}
.section2 .pics ul li .boximg {
    overflow: hidden;
    width: 38%;
}
.section2 .pics ul li .boximg img {
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.section2 .pics ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section2 .pics ul li .right {
    width: 62%;
}
.section2 .pics ul li .right b {
    font-size: 32px;
    font-family: "MyriadPro-Semibold";
}
.section2 .pics ul li .right p {
    font-size: 20px;
}
.section2 .pics ul li .right span {
    color: #e50007;
    font-weight: bold;
    font-size: 20px;
}
.section2 .pics ul li:hover {
    color: ##23527c;
}
.section2 .pics ul li .star {
    position: absolute;
    right: 20px;
    top: 20px;
}
.section2 .pics ul li .star i {
    font-size: 24px;
}
.section2 .pics ul li .star .check {
    /*display: none;*/
}
.section2 .pics ul li .star:hover i {
    /*display: none;*/
}
.section2 .pics ul li .star:hover .check {
    display: block;
    color: #e50007;
}
.section3 {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}
.section3 .inner {
    overflow: hidden;
    position: relative;
}
.section3 img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*.section3:hover img {
        -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/
.section3 .boximg {
    overflow: hidden;
}
.section3 .inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-wrap: wrap;
}
.section3 .inner p {
    font-size: 19px;
    width: 100%;
}
.section3 .inner h1 {
    font-size: 72px;
    width: 100%;
}
.shopnow {
    display: block;
    width: 194px;
    height: 68px;
    border-radius: 40px;
    background-color: #e50007;
    text-align: center;
    line-height: 68px;
    color: #fff;
    font-size: 19px;
    margin: 0 auto;
}
.shopnow:hover {
    background: none;
    border: 1px solid #e50007;
    color: #fff;
}
.n_tit h2 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.n_tit p {
    margin-top: 10px;
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 0px;
    line-height: 1.6;
}
.aboutsection .aboutitems ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
.aboutsection .aboutitems ul li {
    width: 25%;
    height: auto;

    /* box-shadow: -2px 0 10px -1px #f6f6f6, 0 -2px 10px -1px #f6f6f6,
        0 2px 10px -1px #f6f6f6, 2px 0 10px -1px #f6f6f6;
    border-radius: 10px;*/
    box-sizing: border-box;
    padding: 5% 2%;
}
.aboutsection .aboutitems ul li .icos {
    /*    width: 140px;
    height: 140px;*/
    border-radius: 50%;
    background-color: #fff;
    /*margin: 0 auto;*/
    display: flex;
    align-items: left;
    justify-content: center;
}
.aboutsection .aboutitems ul li .icos img {
    /*max-width: 100%;*/
    min-height: 70px;
}
.aboutsection .aboutitems ul li p {
    font-size: 24px;
    color: #222;
    /*margin: 10px auto;*/
    text-align: center;
}
.aboutsection .aboutitems ul li span {
    display: block;
    font-size: 16px;
    /*text-align: center;*/
}
@media screen and (max-width: 1680px) {
    .nav > li > a {
        font-size: 14px;
    }
    .headBox .header-account {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .nav > li > a {
        padding: 15px 5px;
    }
    .section .gallery-thumbs .swiper-slide .right p {
        font-size: 15px;
    }
    footer .bottominner .left .con span {
        font-size: 14px;
    }
    footer .bottominner .left {
        width: 30%;
    }
    footer .bottominner .links {
        width: 28%;
    }
    footer .bottominner .letter {
        width: 34%;
    }
}
@media screen and (max-width: 1366px) {
    .headBox .logo {
        width: 20%;
    }
    .nav > li > a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1280px) {
    .headBox .header-account > div {
        margin-left: 0;
    }
    #search {
        margin-right: 10px;
    }
    .headBox .toptop {
        padding: 10px 20px;
    }
    .section .gallery-thumbs .swiper-slide .right p {
        margin-top: 5px;
    }
    footer .bottominner .left .con span {
        font-size: 13px;
    }
    .section2 .pics ul li a {
        padding: 20px 0;
    }
    .section2 .pics ul li .right b {
        font-size: 28px;
    }
    footer .promise span {
        font-size: 16px;
    }
    .section .txt span {
        width: 60%;
        margin: 30px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .headBox .header-account {
        padding-left: 10px;
    }
    .headBox .header-account > div > span,
    .headBox .header-account > div a > span {
        font-size: 14px;
    }
    #search {
        padding-left: 0px;
    }
    .nav > li > a {
        font-size: 11px;
    }
    .section .txt h1 {
        font-size: 42px;
    }
    .section .txt p {
        font-size: 42px;
        margin: 15px 0;
        line-height: 1;
    }
    .shopnow {
        width: 140px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        margin-top: 20px;
    }
    .section .gallery-thumbs .swiper-slide .right p {
        font-size: 12px;
    }
    .section2 .pics ul li .right b {
        font-size: 18px;
    }
    .section2 .pics ul li .right p {
        font-size: 14px;
    }
    .section3 .tib ul li .hover h1 {
        font-size: 34px;
    }
    .section3 .tib ul li .hover P {
        font-size: 20px;
    }
    .footer .inner .right h3 {
        font-size: 16px;
    }
    .footer .inner .right a {
        font-size: 14px;
    }
    .footer #lang a span {
        font-size: 14px;
    }
    .section2 .pics ul li .right p {
        margin-bottom: 0px;
    }
    .section2 .pics ul li .right span {
        font-size: 16px;
        margin-top: 10px;
    }
    .section3 .inner h1 {
        font-size: 50px;
    }
    footer .promise span {
        font-size: 14px;
    }
}
@media screen and (max-width: 800px) {
    .section .txt span {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .headerH {
        overflow: hidden;
        position: relative;
        height: 50px;
    }
    .headeryd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }
    .headeryd .headright {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .headeryd .headright button {
        border: none;
    }
    .header {
        /*overflow: hidden;*/
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0 15px;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
        z-index: 999;
    }
    .header .logo {
        overflow: hidden;
        position: relative;
        padding: 10px 0;
    }
    .header .logo img {
        /*max-height: 30px;*/
    }
    .header .language-on {
        overflow: hidden;
        position: absolute;
        left: 15px;
        top: 0;
        padding: 17px 0 0 0;
        color: #333;
        z-index: 2;
    }
    .language-box ul {
    }
    .language-box ul li {
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type: none;
    }
    .language-box ul li a {
        display: block;
        overflow: hidden;
        padding: 15px 15px;
        color: #999;
        font-size: 16px;
        border-top: 1px solid #eee;
        background-color: #fff;
    }

    .header .menu-on {
        overflow: hidden;
        color: #333;
        z-index: 2;
    }
    .header .menu-on i {
        font-size: 20px;
        display: block;
    }
    .header .menu-on .fa-close {
        display: none;
    }
    .header {
        /*overflow: hidden;*/
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0 15px;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
        z-index: 99999;
    }
    .menu-box ul li {
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type: none;
        position: relative;
    }
    .menu-box ul li a {
        display: block;
        overflow: hidden;
        padding: 10px 15px;
        color: #999;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    .menu-box ul li a i {
        float: right;
        font-size: 16px;
        color: #333;
        display: block;
    }
    .menu-box ul li a .fa-angle-up {
        display: none;
    }
    .menu-box ul li dl {
        margin: 0 -15px;
        display: none;
    }
    .menu-box ul li dl dd {
    }
    .menu-box ul li dl dd a {
        padding: 15px 45px;
        background-color: #fafafa;
    }
    .menu-box .on-right-left {
        overflow: hidden;
        position: relative;
        padding: 20px 15px 15px 15px;
        background-color: #fff;
    }
    .menu-box .on-right-left a {
        display: block;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        text-align: center;
        background-color: #f39800;
        border: 1px solid #f39800;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-box .on-right-left img {
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-left span {
        color: #fff;
    }
    .menu-box .on-right-right {
        overflow: hidden;
        position: relative;
        padding: 0px 15px 20px 15px;
        background-color: #fff;
    }
    .menu-box .on-right-right form {
        position: relative;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        text-align: center;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 20px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-box .on-right-right input,
    .menu-box .on-right-right button {
        border: none;
    }
    .menu-box .on-right-right img {
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-right span {
        color: #fff;
    }
    .tit h1 {
        font-size: 28px;
    }
    footer .bottominner {
        justify-content: flex-start;
    }
    footer .bottominner .left {
        width: 100%;
    }
    footer .bottominner .letter {
        width: 100%;
        margin: 20px 0px;
    }
    footer .bottominner .links {
        width: 100%;
    }
    .footer .inner .logo {
        width: 100%;
    }
    .footer .inner .logo img {
        display: block;
        margin: 0 auto;
    }
    .footer .inner .right {
        width: 100%;
        margin-top: 20px;
    }
    .footer .inner .right .items {
        width: 23%;
    }
    .footer .inner .right h3 {
        font-size: 15px;
    }
    .section .gallery-thumbs .swiper-slide {
        padding: 10px 0px;
    }
    .section .gallery-thumbs .swiper-slide .right b {
        font-size: 16px;
    }
    .swtcon ul li {
        width: 60px;
        height: 60px;
    }
    .swtcon ul li a i {
        font-size: 30px;
    }
    .swtshow .swtcon {
        width: 12%;
    }
    .swtshow .innercon {
        width: 88%;
    }
    .section2 .pics ul li {
        padding: 10px;
    }
    .section2 .pics ul li .right b {
        font-size: 18px;
    }
    .section2 .pics ul li .boximg {
        width: 40%;
    }
    .section2 .pics ul li .right {
        width: 58%;
    }
    .section2 .pics ul li {
        margin-bottom: 0px;
    }
    .section2 .pics ul li .right span {
        font-size: 14px;
    }
    .section2 .pics ul li .star i {
        font-size: 18px;
    }
    .section .txt h1 {
        font-size: 40px;
    }
    .section .txt p {
        font-size: 40px;
    }
    .section .txt span {
        display: none;
    }
    footer .promise .tib div {
        margin-bottom: 20px;
    }
    .section3 .inner h1 {
        font-size: 40px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .section2 {
        padding: 50px 0px;
    }
    .section .txt h1 {
        font-size: 24px;
    }
    .section .txt p {
        font-size: 24px;
    }
    .aboutsection {
        padding-bottom: 0px;
    }
    .n_tit p {
        font-size: 14px;
    }
    .aboutsection .aboutitems ul {
        display: block;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px auto;
    }

    .aboutsection .aboutitems ul li {
        width: 50%;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .aboutsection .aboutitems ul li p {
        font-size: 18px;
        text-align: center;
    }
    .aboutsection .aboutitems ul li span {
        font-size: 14px;
    }
    .aboutsection .aboutitems ul li .icos img {
        /*max-width: 100%;*/
        max-height: 70%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    /*    .section2 .pics ul li {
        width: 50%;
    }*/
    .proitems {
        padding: 15px;
    }
    footer .bottominner .left .con {
        width: 78%;
    }
    .footer .inner .right .items {
        width: 46%;
    }
    .copy p {
        font-size: 12px;
    }
    .section .txt {
        padding: 0px 15px;
    }
    .section .txt a {
        margin-top: 10px;
    }
    .section2 .pics ul li .right {
        width: 100%;
        text-align: center;
    }
    .section2 .pics ul li .boximg {
        width: 100%;
    }
    footer .promise .tib div {
        display: block;
    }
    footer .promise img {
        display: block;
        margin: 10px auto;
    }
    footer .promise span {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .bottom {
        padding: 20px 15px;
    }
    .container {
        padding: 0px;
    }
    .section3 .container {
        padding: 0;
    }
    .section3 .inner {
        position: relative;
        color: #333;
        margin-top: 0;
    }
}
@media screen and (max-width: 375px) {
}
button {
    appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: rgb(0, 0, 0);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;

    background-color: rgb(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
