html {
    font-size: 14px;
    overflow-x: hidden
}

header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

header .top-box {
    width: 86.33333%;
    max-width: 1600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    z-index: 4;
    position: absolute;
    top: -36vw
}

header .top-box .info {
    padding: 5px 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #292929
}

header .top-box .info .left {
    margin: 8px 0 0 0;
    font-size: 18px;
    font-weight: bolder;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #292929
}

header .top-box .info .left span {
    color: #292929
}

header .top-box .info .left span a,
header .top-box .info .left span a:visited {
    color: #292929
}

header .top-box .info .left>span:nth-of-type(1) {
    padding-right: 30px;
    color: #292929
}

header .top-box .info .right {
    margin: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .top-box .info .right ul.sj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .top-box .info .right ul.sj li {
    margin: 0 4px;
    width: 30px;
    height: 30px;
    background-color: #292929;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

header .top-box .info .right ul.sj li:hover {
    background-color: #1e90ff
}

header .top-box .info .right ul.sj li .inmenu_1 {
    background-color: #1e90ff
}

header .top-box .info .right ul.sj li i {
    color: #fff
}

header .top-box .nav-box {
    width: 83.3%;
    max-width: 1600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1e90ff;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    z-index: 1;
    position: fixed;
    -webkit-transition: top .5s;
    transition: top .5s
}

header .top-box .nav-box .mob-nav {
    display: none
}

header .top-box .nav-box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    height: 100%
}

header .top-box .nav-box .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 100%
}

header .top-box .nav-box .left a img {
    display: inline-block
}

header .top-box .nav-box .left span {
    font-size: 23px;
    font-weight: 700;
    padding-left: 9px
}

header .top-box .nav-box .left span a,
header .top-box .nav-box .left span a:visited {
    color: #fff
}

header .top-box .nav-box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1300px) {
    header .top-box .nav-box .right ul.nav1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin-right: 10px
    }
    header .top-box .nav-box .right ul.nav1>li {
        height: 100%;
        position: relative;
        margin: 0 5px
    }
    header .top-box .nav-box .right ul.nav1>li ul li {
        padding: 10px 10px 10px 0
    }
    header .top-box .nav-box .right ul.nav1>li ul li:hover {
        color: #fff;
        background: #1e90ff
    }
    header .top-box .nav-box .right ul.nav1>li.has-children {
        padding-right: 5px;
        position: relative
    }
    header .top-box .nav-box .right ul.nav1>li.has-children>i {
        position: absolute;
        right: 10px;
        top: calc(50% - 5px);
        cursor: pointer
    }
    header .top-box .nav-box .right ul.nav1>li:hover>.submenu.nav0 {
        opacity: 1;
        visibility: visible
    }
    header .top-box .nav-box .right ul.nav1>li .submenu.nav0 {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        padding: 5px 5px 5px 0;
        background: #1e90ff
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 {
        width: 498px;
        position: absolute;
        z-index: 2;
        color: #fff;
        top: 62px;
        background-color: #191919;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1px;
        height: 426px
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left {
        width: 198px;
        overflow-y: auto
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li {
        width: 100%;
        position: relative
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li i {
        position: absolute;
        right: 20px;
        top: 18px;
        width: 20px;
        height: 20px
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li i:hover {
        cursor: pointer
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li a {
        padding: 13px 13px
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li a:hover {
        cursor: pointer;
        background-color: #1e90ff
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li ul.nav3 {
        display: none
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li ul.nav3>li a {
        color: #dcdcdc
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-right {
        width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-right p {
        width: 100%;
        color: #999
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-right p:nth-of-type(2) {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    header .top-box .nav-box .right ul.nav1>li i {
        font-size: 12px;
        margin-left: 10px
    }
    header .top-box .nav-box .right ul.nav1>li:hover {
        background-color: #292929
    }
    header .top-box .nav-box .right ul.nav1>li .inmenu_1 {
        background-color: #292929
    }
    header .top-box .nav-box .right ul.nav1>li a {
        display: inline-block;
        height: 100%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        white-space: nowrap
    }
}

header .top-box .nav-box .right .search-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .top-box .nav-box .right .search-box,
header .top-box .nav-box .right .search-close {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

header .top-box .nav-box .right .search-box .search-input,
header .top-box .nav-box .right .search-close .search-input {
    position: absolute;
    -webkit-transform: translate(-110px, 20px);
    transform: translate(-110px, 20px);
    display: none;
    background: #191919;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 200px
}

header .top-box .nav-box .right .search-box .search,
header .top-box .nav-box .right .search-close .search {
    display: inline-block;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px
}

header .top-box .nav-box .right .search-box .search-close,
header .top-box .nav-box .right .search-close .search-close {
    display: inline-block;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px
}

.index-swiper {
    position: absolute;
    left: 0;
    top: 0
}

.swiper-box {
    width: 100%;
    position: absolute
}

.swiper-box .fonts {
    padding: 0 10vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 80px;
    position: absolute;
    bottom: 15%
}

.swiper-box .fonts>* {
    width: 100%
}

.swiper-box .fonts h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.swiper-box .fonts p {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.swiper-box .fonts button {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 11px 35px;
    cursor: pointer
}

.swiper-box .fonts button:nth-of-type(1) {
    margin-right: 40px
}

.swiper-box .fonts button:hover {
    background: #1e90ff;
    border: 1px solid #1e90ff;
    color: #fff
}

@media (max-width:1500px) {
    header .top-box .info {
        padding-left: 40px
    }
}

.nav-set-top {
    top: 0;
    z-index: 10;
    -webkit-transition: top .5s;
    transition: top .5s
}

.nav-set-top-40 {
    top: 40px;
    z-index: 10;
    -webkit-transition: top .5s;
    transition: top .5s
}

@media (max-width:1200px) {
    .nav-set-top-40 {
        top: 0;
        z-index: 10;
        -webkit-transition: top .5s;
        transition: top .5s
    }
    .productsDetails-article .details .right .btn-groups .button a {
        border: none!important
    }
}

.prev-left {
    margin-left: 3%
}

.prev-right {
    margin-right: 3%
}

@media (max-width:1560px) {
    header .top-box .nav-box {
        width: 100%
    }
    .prev-left {
        margin-left: 2%
    }
    .prev-right {
        margin-right: 2%
    }
}

@media (max-width:1325px) {
    ul.sj {
        display: none!important
    }
}

@media (max-width:1300px) {
    header .top-box .nav-box .right nav ul.nav1>li.has-children {
        padding-right: 45px;
        position: relative
    }
    header .top-box .nav-box .right nav ul.nav1>li.has-children>i {
        position: absolute;
        -webkit-transform: translateX(21px);
        transform: translateX(21px)
    }
}

@media (max-width:600px) {
    header .top-box .nav-box .mob-nav {
        margin: 0 0!important
    }
    header .top-box .nav-box .right .search-box .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .item.item-products.productsDetails {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (max-width:500px) {
    header .top-box .nav-box .right .search-box .search-input {
        right: -80px!important;
        width: 125px
    }
}

@media (max-width:380px) {
    header .top-box .nav-box .right .search-box .search-input {
        right: -80px!important;
        width: 65px
    }
}

.swiper-index {
    width: 100%;
    height: calc(100vw / 2.74285);
    z-index: 1
}

.swiper-index .swiper-slide1 {
    background: url(../image/home_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.swiper-index .swiper-slide2 {
    background: url(../image/home_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.swiper-index .swiper-slide3 {
    background: url(../image/home_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.swiper-index .navigation-style {
    background: rgba(255, 255, 255, .2);
    padding: 10px 15px;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.swiper-index .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
    width: 30px;
    height: 3px
}

@media (max-width:1500px) {
    .top-box {
        width: 100%!important;
        height: 15vh
    }
}

@media (max-width:1300px) {
    header .top-box .nav-box .right nav ul.nav1 .submenu.nav0 {
        display: block;
        padding: 20px 0 0 0;
        width: 100%
    }
    header .top-box .nav-box .right nav ul.nav1 .submenu.nav0 li {
        padding: 8px 0 8px 0;
        text-align: right
    }
    header .top-box .info {
        padding-left: 30px
    }
    header .top-box .nav-box .left {
        padding-left: 30px
    }
    header .top-box .info .right ul {
        display: none
    }
    header .top-box .nav-box .right .search-box .search-input {
        height: 30px;
        right: -40px;
        padding: 2px 5px
    }
    header {
        position: static
    }
    .set-safari-70 {
        height: 77vh;
        top: 74px
    }
    .set-safari-50 {
        height: calc(77vh - 50px);
        top: 50px
    }
    .set-top-70 {
        top: 50px;
        height: 100vh
    }
    .set-top-50 {
        top: 50px;
        height: 100vh
    }
    header .top-box .nav-box .right nav {
        position: fixed;
        right: 0;
        display: none;
        width: 100vw;
        z-index: 3;
        background: rgba(0, 0, 0, .95)
    }
    header .top-box .nav-box .right nav a {
        color: #fff
    }
    header .top-box .nav-box .right nav ul.nav1 {
        height: 100%;
        overflow-y: auto
    }
    header .top-box .nav-box .right nav ul.nav1>li {
        border-top: 1px solid #545656;
        padding: 20px 45px 20px 2.667vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    header .top-box .nav-box .right nav ul.nav1>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    header .top-box .nav-box .right nav ul.nav1>li>a i {
        margin-left: 10px
    }
    header .top-box .nav-box .right nav ul.nav1 .submenu.nav0 {
        display: none
    }
    header .top-box .nav-box .right nav ul.nav1 .nav2 ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    header .top-box .nav-box .right nav ul.nav1 .nav2 ul li>a {
        text-align: right;
        padding: 20px 2.667vw 20px 2.667vw;
        width: 100%
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-right {
        display: none
    }
    header .top-box .nav-box .right .search-box .search {
        font-size: 36px
    }
    header .top-box .nav-box .mob-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 38px;
        font-size: 36px;
        margin: 0 30px
    }
    header .top-box .nav-box .right ul.nav1>li .nav2 .nav2-left>ul>li i {
        display: none
    }
    .swiper-box .fonts {
        bottom: 5%;
        line-height: 60px
    }
    .swiper-box .fonts h1 {
        font-size: 60px
    }
    .swiper-box .fonts p {
        font-size: 16px
    }
    .swiper-box .fonts button {
        padding: 9px 30px
    }
    header .top-box .nav-box .right nav ul.nav1>li {
        font-weight: 700
    }
}

@media (max-width:1300px) and (min-width:680px) {
    .set-top-70 {
        top: 62px
    }
}

@media (max-width:750px) {
    .swiper-box .fonts h1 {
        font-size: 30px
    }
}

@media (max-width:800px) {
    .swiper-box .fonts {
        bottom: 6%;
        line-height: 50px
    }
    .swiper-box .fonts p {
        font-size: 14px
    }
    .swiper-box .fonts button {
        padding: 9px 30px
    }
}

@media (max-width:680px) {
    header .top-box .info .left {
        display: none!important
    }
    header .top-box .nav-box .right .search-box .search-input {
        height: 20px;
        right: -40px;
        top: -15px;
        padding: 2px 5px
    }
    header .top-box {
        height: 4vh
    }
    header .top-box .nav-box {
        height: 50px
    }
    header .top-box .nav-box .mob-nav,
    header .top-box .nav-box .right .search-box .search {
        font-size: 24px
    }
    .swiper-box .fonts p {
        font-size: 12px;
        line-height: 24px
    }
    .swiper-box .fonts button {
        padding: 6px 20px
    }
    .swiper-box .fonts button:nth-of-type(1) {
        margin-right: 20px
    }
}

main.index {
    margin-top: 36vw;
    background: #f6f6f7;
    padding: 90px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.index section.products {
    width: 86.33333%;
    max-width: 1600px
}

main.index section.products .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px
}

main.index section.products .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main.index section.products .list ul li {
    width: 200px;
    height: 40px;
    background: #1e90ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

main.index section.products .list ul li.active {
    background: #1e90ff
}

main.index section.products .list ul li:hover {
    background: #2e2e2e
}

main.index section.products .list ul li a {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    width: 100%;
    font-size: 16px;
    text-align: center
}

main.index section.products .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px
}

main.index section.products .item ul li {
    width: 25%
}

main.index section.products .item ul li:hover a {
    color: #1e90ff
}

main.index section.products .item ul li>div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 8px
}

main.index section.products .item ul li>div .rule-box {
    height: auto;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-transition: .3s -webkit-transform ease;
    transition: .3s -webkit-transform ease;
    transition: .3s transform ease;
    transition: .3s transform ease, .3s -webkit-transform ease
}

main.index section.products .item ul li>div .rule-box:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(4, 0, 0, .05);
    box-shadow: 0 5px 10px 0 rgba(4, 0, 0, .05);
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

main.index section.products .item ul li>div a {
    color: #000
}

main.index section.products .item ul li>div img {
    -webkit-box-shadow: 0 5px 10px 0 rgba(4, 0, 0, .05);
    box-shadow: 0 5px 10px 0 rgba(4, 0, 0, .05);
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

main.index section.products .item ul li>div p {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width:1600px) {
    main.index {
        padding: 40px 0
    }
    main.index section.products .title {
        display: block
    }
    main.index section.products .title .title-img-box {
        text-align: center;
        margin-bottom: 40px
    }
    main.index section.products .title .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

main.index section.products .item ul li div p span {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1210px) {
    main.index section.products {
        width: 100%;
        margin: 0 4vw
    }
    main.index section.products .item ul li {
        width: 50%
    }
    main.index section.products .item ul li div p {
        height: 60px
    }
}

@media (max-width:1090px) {
    main.index section.products .title .list ul li:nth-of-type(3) {
        display: none
    }
}

@media (max-width:900px) {
    main.index section.products .title .list ul li:nth-of-type(4) {
        display: none
    }
}

@media (max-width:500px) {
    main.index section.products .title .list ul li:nth-of-type(5) {
        display: none
    }
}

@media (max-width:890px) {
    main.index section.products .title .list ul li:nth-of-type(3) {
        display: none
    }
}

@media (max-width:695px) {
    main.index section.products .item ul li div p {
        font-size: 12px
    }
}

@media (max-width:490px) {
    main.index {
        padding: 20px 0 0 0
    }
    main.index section.products .title .title-img-box {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main.index section.products .title .title-img-box img {
        width: 200px
    }
    main.index section.products .title {
        margin-bottom: 30px
    }
}

main.index section.about-us {
    width: 100vw;
    height: calc(100vw / 2.74286);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

main.index section.about-us>img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

main.index section.about-us .block-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 86.33333%;
    max-width: 1600px;
    height: calc(100% * .6);
    z-index: 3
}

main.index section.about-us .block-box .pic {
    max-width: 560px;
    width: 35%
}

main.index section.about-us .block-box .pic img {
    width: 100%;
    height: 100%
}

main.index section.about-us .block-box .content {
    width: 65%;
    background: #f6f6f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main.index section.about-us .block-box .content .top h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

main.index section.about-us .block-box .content .top p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

main.index section.about-us .block-box .content .button-box button {
    border: 2px solid #000;
    background: #fff;
    color: #333;
    padding: 11px 35px;
    width: 200px;
    height: 50px;
    font-size: 18px;
    cursor: pointer
}

main.index section.about-us .block-box .content .button-box button:hover {
    background: #1e90ff;
    color: #fff;
    border: 2px solid #1e90ff
}

@media (max-width:1680px) {
    main.index section.about-us .block-box .content .button-box button {
        width: 150px;
        height: 37.5px;
        font-size: 16px;
        padding: 5px 25px
    }
}

@media (max-width:1738px) {
    main.index section.about-us .block-box .content .top p {
        -webkit-line-clamp: 5
    }
}

@media (max-width:1398px) {
    main.index section.about-us .block-box .content .top p {
        -webkit-line-clamp: 3
    }
}

@media (max-width:1084px) {
    main.index section.about-us .block-box .content .top p {
        -webkit-line-clamp: 2
    }
}

@media (max-width:480px) {
    main.index section.about-us .block-box .content .top p {
        -webkit-line-clamp: 3
    }
}

@media (max-width:863px) {
    main.index section.about-us .block-box .content {
        padding: 2%
    }
}

@media (max-width:785px) {
    main.index section.about-us .block-box .content .top p {
        line-height: 3.733vw
    }
    main.index section.about-us .block-box .content .top h2 {
        line-height: 4.267vw
    }
    main.index section.about-us .block-box .content .button-box button {
        font-size: 2.4vw
    }
    main.index section.about-us .block-box {
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    main.index section.about-us {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4.667vw 4vw
    }
}

@media (max-width:405px) {
    main.index section.about-us .block-box .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

main.index section.number {
    background: url(../image/homepc-bg_02.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 110px;
    margin-bottom: 45px;
    max-width: 1600px
}

main.index section.number ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main.index section.number ul li {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

main.index section.number ul li p {
    width: 100%;
    text-align: center
}

main.index section.number ul li p:nth-of-type(1) {
    font-size: 26px;
    font-weight: 600
}

main.index section.number ul li p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400
}

@media (max-width:1200px) {
    main.index section.number {
        margin-bottom: 20px
    }
}

main.index .news {
    width: 100%;
    padding: 0 4vw;
    max-width: 1600px
}

main.index .news .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px
}

main.index .news .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main.index .news .list ul li {
    width: 200px;
    height: 40px;
    background: #191919
}

main.index .news .list ul li.active {
    background: #1e90ff
}

main.index .news .list ul li:hover {
    background: #1e90ff
}

main.index .news .list ul li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px
}

main.index .news .item ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.index .news .item ul li {
    width: 50%;
    height: 150px;
    margin-bottom: 5%
}

main.index .news .item ul li:nth-of-type(odd) .box {
    margin-right: 4%
}

main.index .news .item ul li:nth-of-type(even) .box {
    margin-left: 4%
}

main.index .news .item ul li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 100%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

main.index .news .item ul li .box:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

main.index .news .item ul li .box .left {
    width: 128px;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.index .news .item ul li .box .left span:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    display: block;
    width: 100%
}

main.index .news .item ul li .box .left span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 1%;
    padding-top: 1%;
    border-top: 2px solid #ededed
}

main.index .news .item ul li .box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4% 3%
}

main.index .news .item ul li .box .right p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
    color: #1e90ff;
    margin-bottom: 10px
}

main.index .news .item ul li .box .right p:nth-of-type(1) a {
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

main.index .news .item ul li .box .right p:nth-of-type(1) a:hover {
    color: #1e90ff
}

main.index .news .item ul li .box .right p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1200px) {
    main.index .news .item ul {
        display: block
    }
    main.index .news .item ul li {
        width: 100%
    }
    main.index .news .item ul li:nth-of-type(odd) .box {
        margin-right: 0
    }
    main.index .news .item ul li:nth-of-type(even) .box {
        margin-left: 0
    }
}

@media (max-width:950px) {
    main.index section.news .title {
        display: block
    }
    main.index section.news .title .title-img-box {
        text-align: center;
        margin-bottom: 40px
    }
    main.index section.news .title .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:600px) {
    main.index .news .item ul li .box .left {
        width: 100px
    }
    main.index .news .item ul li .box .left span:nth-of-type(2) {
        font-size: 12px
    }
}

@media (max-width:640px) {
    main.index section.news .title .list ul li:nth-of-type(2) {
        display: none
    }
}

@media (max-width:490px) {
    main.index section.news .title .title-img-box {
        text-align: center;
        margin-bottom: 20px
    }
}

footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #191919;
  
    padding: 4% 0
}

footer .footer-info {
    width: 86.33333%;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

footer .footer-info .logo-box .logo {
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px
}

footer .footer-info .logo-box .logo img {
    margin-right: 20px
}

footer .footer-info p {
    width: 390px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

footer .footer-info p:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    color: #1e90ff
}

footer .footer-info h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

footer .footer-info a {
    color: #fff
}

footer .footer-info .nav1 ul>li>a,
footer .footer-info .nav2 ul>li>a {
    -webkit-transition: .3s padding-left ease;
    transition: .3s padding-left ease
}

footer .footer-info .nav1 ul>li>a::before,
footer .footer-info .nav2 ul>li>a::before {
    content: "-";
    padding-right: 5px
}

footer .footer-info .nav1 ul>li>a:hover,
footer .footer-info .nav2 ul>li>a:hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    color: #1e90ff
}

footer .footer-info .nav1 {
    width: 250px
}

footer .footer-info .nav1 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-info .nav1 ul li {
    width: 50%;
    font-size: 14px;
    font-weight: 400
}

footer .footer-info .nav2 {
    width: 205px
}

footer .footer-info .soft {
    display: block;
    position: absolute;
    bottom: -53%;
    right: 0;
    z-index: 2
}

footer .footer-info .soft ul {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .footer-info .soft ul li {
    width: 30px;
    height: 30px;
    background: #292929;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px
}

footer .footer-info .soft ul li.active {
    background: #1e90ff
}

footer .footer-info .soft ul li:hover {
    background: #1e90ff
}

@media (max-width:1210px) {
    .go-top {
        display: none
    }
    .copyright {
        margin-bottom: 79px
    }
    footer .footer-info {
        display: block
    }
    footer .footer-info .logo-box,
    footer .footer-info .nav2,
    footer .footer-info .qr-code {
        display: none
    }
    footer .footer-info .nav1 {
        width: 100%
    }
    footer .footer-info .nav1 h4 {
        display: none
    }
    footer .footer-info .nav1 ul li {
        width: 20%;
        font-size: 20px
    }
    footer .footer-info .soft {
        display: block
    }
    footer .footer-info .soft ul {
        margin-top: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    footer .footer-info .soft ul li {
        width: 60px;
        height: 60px;
        background: #292929;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 35px;
        margin-right: 20px
    }
    footer .footer-info .soft ul li.active {
        background: #1e90ff
    }
    footer .footer-info .soft ul li:hover {
        background: #1e90ff
    }
}

@media (max-width:820px) {
    .top-box {
        top: -300px!important
    }
    .info {
        margin-top: 0!important
    }
    .index-page {
        z-index: -1
    }
    footer .footer-info .nav1 ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    footer .footer-info .nav1 ul li {
        font-size: 16px;
        width: 25%
    }
}

@media (max-width:525px) {
    footer .footer-info .nav1 ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    footer .footer-info .nav1 ul li {
        font-size: 16px;
        width: 33.3333%
    }
    footer .footer-info .soft ul li {
        margin-right: 10px;
        width: 45px;
        height: 45px;
        font-size: 30px
    }
}

@media (max-width:390px) {
    footer .footer-info .nav1 ul li {
        width: 50%
    }
}

.copyright {
    background: #000;
    color: #fff;
    padding: 0 8%;
    height: 60px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.copyright a {
    scroll-behavior: smooth;
    font-size: 32px;
    color: #fff;
    background: #1e90ff;
    padding: 5px 10px;
    position: absolute;
    right: 50px
}

.pho-footer {
    display: none
}

@media (max-width:1210px) {
    footer .footer-info .soft {
        position: static
    }
    footer .footer-info .soft ul {
        width: 100%
    }
    .pho-footer {
        display: block;
        height: 98px;
        background: #1e90ff;
        position: fixed;
        bottom: 0;
        width: 100%
    }
    .pho-footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }
    .pho-footer ul li {
        width: 25%
    }
    .pho-footer ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        height: 100%
    }
    .pho-footer ul li a>* {
        text-align: center;
        display: block;
        width: 100%
    }
    .pho-footer ul li a i {
        font-size: 45px
    }
    .pho-footer ul li a span {
        font-size: 24px
    }
    .copyright {
        margin-bottom: 98px
    }
}

@media (max-width:750px) {
    .pho-footer {
        height: 13.067vw;
        min-height: 55px!important
    }
    .shop-car {
        bottom: 13.067vw
    }
    .pho-footer ul li a span {
        font-size: 3.2vw
    }
    .pho-footer ul li a i {
        font-size: 6vw
    }
    .copyright {
        margin-bottom: 13.067vw
    }
    .pho-footer ul li a span {
        font-size: 2.4vw
    }
    .productsDetails-article .details .right h1 {
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
        font-size: 16px!important;
        margin-top: 4vw
    }
}

@media (max-width:1730px) {
    footer .footer-info .soft {
        bottom: -55%
    }
}

@media (max-width:1500px) {
    footer .footer-info .soft {
        bottom: -47%
    }
}

@media (max-width:1400px) {
    footer .footer-info .soft {
        bottom: -43%
    }
}

@media (max-width:425px) {
    .copyright {
        margin-bottom: 55px
    }
}

.banner2-box {
    width: 100%;
    min-height: 107px
}

.banner2-box .fonts {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 80px;
    position: absolute;
    top: 8.1vw;
    text-align: right
}

.banner2-box .fonts>* {
    margin-right: 8.8vw;
    width: 100%
}

.banner2-box .fonts h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.banner2-box .fonts p {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.banner2-box .fonts button {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 11px 35px;
    cursor: pointer
}

.banner2-box .fonts button:nth-of-type(1) {
    margin-right: 40px
}

.banner2-box .fonts button:hover {
    background: #1e90ff;
    border: 1px solid #1e90ff;
    color: #fff
}

@media (max-width:1450px) {
    .banner2-box .fonts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 60px
    }
    .banner2-box .fonts h1 {
        font-size: 60px;
        line-height: 80px
    }
    .banner2-box .fonts p {
        line-height: 32px;
        font-size: 16px;
        width: 300px
    }
}

@media (max-width:1000px) {
    header.banner2-header {
        height: 37px
    }
    .banner2-box .fonts {
        line-height: 60px
    }
    .banner2-box .fonts h1 {
        font-size: 60px
    }
    .banner2-box .fonts p {
        font-size: 16px
    }
}

@media (max-width:1210px) {
    header.banner2-header {
        height: 300px
    }
    header.banner2-header .info {
        display: none
    }
    main.page-template-1 {
        margin-top: 0;
        background: #4169e1
    }
}

@media (max-width:680px) {
    header.banner2-header {
        height: 35px
    }
}

.tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    color: #555;
    background: #fff
}

.tabs a {
    color: #555
}

.tabs i {
    margin: 0 3px
}

@media (max-width:1200px) {
    .tabs {
        display: none
    }
}

@media (max-width:1210px) {
    main.page-template-1 {
        padding-top: 33px
    }
}

.banner2-box img {
    width: 100%;
    height: 100%
}

main.page-template-1 {
    background: #f6f6f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.page-template-1 .max-width-box {
    width: 86.33333%;
    width: 100%;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 30px
}

main.page-template-1 .max-width-box aside {
    width: 250px;
    min-width: 250px
}

main.page-template-1 .max-width-box aside ul.nav1 {
    border: 1px solid #ececec;
    margin-bottom: 30px
}

main.page-template-1 .max-width-box aside ul.nav1:nth-of-type(1) {
    color: #fff
}

main.page-template-1 .max-width-box aside ul.nav1.contact-us li:nth-of-type(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.page-template-1 .max-width-box aside ul.nav1 li {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #fff
}

main.page-template-1 .max-width-box aside ul.nav1 li a {
    color: #000
}

main.page-template-1 .max-width-box aside ul.nav1 li a {
    color: #191919
}

main.page-template-1 .max-width-box aside ul.nav1 li p {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 21px;
    color: #000
}

main.page-template-1 .max-width-box article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 58px
}

main.page-template-1 .max-width-box article article {
    margin-left: 0
}

main.page-template-1 .max-width-box article.row-0 ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.page-template-1 .max-width-box article.row-0 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

main.page-template-1 .max-width-box article.row-0 ul li:hover p {
    color: #1e90ff
}

main.page-template-1 .max-width-box article.row-0 ul li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #ededed;
    height: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

main.page-template-1 .max-width-box article.row-0 ul li .box:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

main.page-template-1 .max-width-box article.row-0 ul li .box .left {
    width: 320px;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

main.page-template-1 .max-width-box article.row-0 ul li .box .left img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

main.page-template-1 .max-width-box article.row-0 ul li .box .left img:hover {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    line-height: 83px
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) {
    font-weight: 600
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a {
    width: 100%;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a:hover {
    color: #1e90ff
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right button {
    width: 180px;
    height: 40px;
    background: #000;
    cursor: pointer
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right button a {
    color: #fff
}

main.page-template-1 .max-width-box article.row-0 ul li .box .right button:hover {
    background: #1e90ff
}

main.page-template-1 .max-width-box article.row-1 ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

main.page-template-1 .max-width-box article.row-1 ul li {
    width: 33%;
    height: 380px;
    margin-bottom: 20px
}

main.page-template-1 .max-width-box article.row-1 ul li:hover p {
    color: #1e90ff
}

main.page-template-1 .max-width-box article.row-1 ul li .box {
    display: block;
    background: #fff;
    height: 100%;
    margin: 0 7.9px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

main.page-template-1 .max-width-box article.row-1 ul li .box:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

main.page-template-1 .max-width-box article.row-1 ul li .box .left {
    border-right: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    height: 240px;
    border-bottom: 2px solid #f6f6f7
}

main.page-template-1 .max-width-box article.row-1 ul li .box .left img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin: 0 auto
}

main.page-template-1 .max-width-box article.row-1 ul li .box .left img:hover {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    text-align: center;
    line-height: 57px
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) a {
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) a:hover {
    color: #1e90ff
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(2) {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right button {
    width: 180px;
    height: 40px;
    background: #000;
    cursor: pointer
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right button a {
    color: #fff
}

main.page-template-1 .max-width-box article.row-1 ul li .box .right button:hover {
    background: #1e90ff
}

main.page-template-1 .max-width-box article .Pagination {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

main.page-template-1 .max-width-box article .Pagination span {
    padding: 10px;
    background: #fff;
    margin: 0 5px
}

main.page-template-1 .max-width-box article .Pagination a {
    width: 100%;
    height: 100%;
    color: #000
}

main.page-template-1 .max-width-box article .Pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main.page-template-1 .max-width-box article .Pagination ul li {
    padding: 10px 15px;
    background: #fff;
    margin: 0 5px
}

main.page-template-1 .max-width-box article .Pagination .none a {
    color: #999
}

main.page-template-1 .max-width-box article .Pagination .active {
    background: #1e90ff
}

main.page-template-1 .max-width-box article .Pagination .active a {
    color: #fff
}

main.page-template-1 .max-width-box article .Pagination span:nth-last-of-type(1) {
    background: 0 0;
    font-weight: 400
}

@media (max-width:827px) {
    main.page-template-1 .max-width-box article.row-0 ul li .box .left img {
        height: auto
    }
}

@media (max-width:1300px) {
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
        font-size: 18px;
        line-height: 60px
    }
}

@media (max-width:1200px) {
    main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(2) {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        min-height: 48px;
        -webkit-box-orient: vertical
    }
    main.page-template-1 .max-width-box {
        padding: 0vw 4vw 4vw 4vw
    }
    main.page-template-1 .max-width-box aside {
        display: none
    }
    main.page-template-1 .max-width-box article {
        margin-left: 0
    }
    main.page-template-1 .max-width-box article .item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    main.page-template-1 .max-width-box article .item ul li {
        width: 50%;
        height: auto;
        margin-bottom: 20px;
        max-height: none!important
    }
    main.page-template-1 .max-width-box article .item ul li .box {
        margin: 0 7.9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main.page-template-1 .max-width-box article .item ul li .box .left {
        border-right: none;
        width: 100%;
        height: auto;
        border-bottom: 2px solid #f6f6f7;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-height: 210px
    }
    main.page-template-1 .max-width-box article .item ul li .box .left img {
        margin: 0 auto;
        max-width: 320px
    }
    main.page-template-1 .max-width-box article .item ul li .box .right {
        text-align: center;
        height: auto;
        height: 240px
    }
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
        font-size: 15px
    }
    main.page-template-1 .max-width-box article .item ul p:nth-of-type(2) {
        display: none
    }
}

@media (max-width:700px) {
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
        line-height: 24px
    }
    .swiper-box.swiper-box-products-details {
        height: 139px
    }
}

@media (max-width:533px) {
    .small-hide {
        display: none
    }
    .small-hide li {
        display: none
    }
    main.page-template-1 .max-width-box {
        width: 100%
    }
}

@media (max-width:450px) {
    html {
        overflow-x: hidden
    }
    main.page-template-1 .max-width-box article {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.item-faq ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-faq ul li {
    width: 100%;
    height: 150px;
    margin-bottom: 20px
}

.item-faq ul li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.item-faq ul li .box:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.item-faq ul li .box .left {
    width: 128px;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-faq ul li .box .left span:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    display: block;
    width: 100%
}

.item-faq ul li .box .left span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 1%;
    padding-top: 1%;
    border-top: 2px solid #ededed
}

.item-faq ul li .box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 3%
}

.item-faq ul li .box .right p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px
}

.item-faq ul li .box .right p:nth-of-type(1):hover {
    color: #1e90ff
}

.item-faq ul li .box .right p:nth-of-type(1) a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.item-faq ul li .box .right p:nth-of-type(1) a:hover {
    color: #1e90ff
}

.item-faq ul li .box .right p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.item.item-products.productsDetails {
    line-height: 1.5
}

.productsDetails-article .ifyou {
    font-size: 14px;
    padding: 0 0 15px 0
}

.feedback-list {
    border: 1px solid #ddd;
    background: #fff
}

.feedback-list .list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd
}

.feedback-list .list-li:nth-last-of-type(1) {
    border: none
}

.feedback-list .list-li div:nth-of-type(1) {
    width: 194px;
    height: 145px
}

.feedback-list .list-li div:nth-of-type(1) img {
    width: 100%;
    height: 100%
}

.feedback-list .list-li div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5%;
    font-size: 16px
}

.feedback-list .list-li div:nth-of-type(2) a {
    color: #000
}

.feedback-list .list-li div:nth-of-type(3) {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer
}

@media (max-width:500px) {
    .feedback {
        padding-top: 33px!important
    }
}

@media (max-width:600px) {
    .feedback-list .list-li div:nth-of-type(1) {
        width: 97px;
        height: 72px
    }
    .feedback-list .list-li div:nth-of-type(2) {
        font-size: 12px
    }
    .feedback-title span {
        display: -webkit-box!important;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .feedback-list .list-li div:nth-of-type(3) {
        width: 50px
    }
}

.item-aboutus .title,
.item-faqdetails .title {
    text-align: center;
    position: relative
}

.item-aboutus .title h1,
.item-faqdetails .title h1 {
    font-size: 20px;
    color: #191919
}

.item-aboutus .title p,
.item-faqdetails .title p {
    text-align: center
}

.item-aboutus .title p span:nth-of-type(1),
.item-faqdetails .title p span:nth-of-type(1) {
    padding: 0 10px
}

.item-aboutus .article,
.item-faqdetails .article {
    padding: 34px 0
}

.item-aboutus .article p,
.item-faqdetails .article p {
    line-height: 2.2;
    margin-bottom: 20px
}

.item-aboutus .share,
.item-faqdetails .share {
    margin-bottom: 50px
}

.item-aboutus .share ul,
.item-faqdetails .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-aboutus .share ul li,
.item-faqdetails .share ul li {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px
}

.item-aboutus .share ul li:nth-of-type(1),
.item-faqdetails .share ul li:nth-of-type(1) {
    background: #3b5998
}

.item-aboutus .share ul li:nth-of-type(2),
.item-faqdetails .share ul li:nth-of-type(2) {
    background: #1da1f2
}

.item-aboutus .share ul li:nth-of-type(3),
.item-faqdetails .share ul li:nth-of-type(3) {
    background: #0077b5
}

.item-aboutus .share ul li:nth-of-type(4),
.item-faqdetails .share ul li:nth-of-type(4) {
    background: #c92326
}

.item-aboutus .share ul li i,
.item-faqdetails .share ul li i {
    color: #fff
}

.item-aboutus .btn-group,
.item-faqdetails .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-aboutus .btn-group button,
.item-faqdetails .btn-group button {
    width: 50%;
    height: 50px
}

.item-aboutus .btn-group button a,
.item-faqdetails .btn-group button a {
    color: #fff
}

.item-aboutus .btn-group button:nth-of-type(1),
.item-faqdetails .btn-group button:nth-of-type(1) {
    background: #191919
}

.item-aboutus .btn-group button:nth-of-type(2),
.item-faqdetails .btn-group button:nth-of-type(2) {
    background: #1e90ff!important
}

@media (max-width:1200px) {
    .item-aboutus .btn-group,
    .item-faqdetails .btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .item-aboutus .btn-group button,
    .item-faqdetails .btn-group button {
        width: 100%;
        margin-bottom: 19px
    }
}

.item-aboutus h1 {
    font-size: 20px
}

.item-aboutus .article {
    padding: 0
}

.item-project ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-project ul li {
    width: 100%;
    height: 240px;
    margin-bottom: 30px
}

.item-project ul li a {
    color: #000;
    cursor: pointer
}

.item-project ul li:hover p a {
    color: #1e90ff
}

.item-project ul li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border: 1px solid #ededed
}

.item-project ul li .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(4, 0, 0, .1)
}

.item-project ul li .box .left {
    width: 320px;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.item-project ul li .box .left img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.item-project ul li .box .left img:hover {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.item-project ul li .box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    line-height: 83px
}

.item-project ul li .box .right p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.item-project ul li .box .right p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.item-project ul li .box .right button {
    width: 180px;
    height: 40px;
    background: #000;
    cursor: pointer
}

.item-project ul li .box .right button a {
    color: #fff
}

.item-project ul li .box .right button:hover {
    background: #1e90ff
}

@media (max-width:900px) {
    .item-project ul li {
        height: 180px
    }
    .item-project ul li .box .left {
        width: 240px
    }
    .item-project ul li .box .right p:nth-of-type(2) {
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media (max-width:650px) {
    main.page-template-1 .max-width-box article .item ul li {
        height: 240px
    }
    .item-project ul li {
        height: 90px
    }
    .item-project ul li .box .left {
        width: 120px
    }
    .item-project ul li .box .right p:nth-of-type(1) {
        font-size: 18px;
        line-height: 42px
    }
    .item-project ul li .box .right p:nth-of-type(2) {
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.item-video-details .video-box {
    text-align: center;
    padding-bottom: 20px
}

.item-video-details .video-box video {
    width: calc(100vw / 2.4);
    min-width: 750px
}

@media (max-width:1000px) {
    .item-video-details .video-box video {
        width: 100%;
        min-width: 0
    }
}

main.page-template-1 .max-width-box article .item-video ul li {
    height: auto
}

main.page-template-1 .max-width-box article .item-video ul li .box {
    background: #fff
}

main.page-template-1 .max-width-box article .item-video ul li .box {
    height: auto
}

main.page-template-1 .max-width-box article .item-video ul li .box .left img {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden
}

main.page-template-1 .max-width-box article .item-video ul li .box .right {
    height: auto;
    line-height: 70px
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) {
    height: auto;
    margin: 1.567vw 0;
    line-height: 18px;
    text-align: left
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 40px
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a {
    color: #000
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a:hover {
    color: #1e90ff
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count {
    margin-top: 20px;
    display: block;
    text-align: left;
    color: #666;
    font-size: 14px
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count:hover {
    color: #666
}

main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(2) {
    display: block;
    text-align: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1200px) {
    main.page-template-1 .max-width-box article .item-video ul li .box .left img {
        margin: 0 auto
    }
    main.page-template-1 .max-width-box article .item-video ul li .box .right {
        padding: 0 20px 20px 20px
    }
    main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) {
        margin-top: 0;
        display: block
    }
    main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count {
        display: block
    }
}

aside.nav2-template {
    max-width: 300px;
    width: calc(100% * .19625);
    min-width: 250px
}

aside.nav2-template>ul {
    background: #f6f6f7;
    border: 1px solid #ececec;
    margin-bottom: 30px
}

aside.nav2-template>ul a:hover {
    color: #1e90ff
}

aside.nav2-template>ul.contact-us li:nth-of-type(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    background: #fff
}

aside.nav2-template>ul>li {
    line-height: 50px;
    text-align: center;
    font-size: 16px
}

aside.nav2-template>ul>li.has-children2 {
    cursor: pointer
}

aside.nav2-template>ul>li.has-children2>a {
    width: 100%;
    display: block;
    color: #fff;
    background: #191919
}

aside.nav2-template>ul>li.has-children2>a:hover {
    background: #1e90ff
}

aside.nav2-template>ul>li a {
    color: #000
}

aside.nav2-template>ul>li:nth-of-type(1) {
    background: #1e90ff;
    color: #fff
}

aside.nav2-template>ul>li p {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 21px
}

.input-error {
    border: 1px solid #c92326
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100px;
    width: 50%
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .left a {
    width: 100%
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .left img {
    height: 100%;
    max-width: 100%
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 5px
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .right a {
    text-align: left;
    line-height: 21px;
    display: block;
    font-size: 10px;
    font-weight: 700;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .right a:hover {
    color: #1e90ff
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n+2) .right div {
    text-align: left;
    font-size: 8px;
    padding: 0;
    padding: 0 5px;
    color: #666
}

aside .last-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

aside .last-products li {
    width: 50%;
    height: auto
}

aside .last-products li:nth-of-type(1) {
    width: 100%;
    height: 50px;
    margin-bottom: 10px
}

aside .last-products li:nth-of-type(2n) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px
}

aside .last-products li:nth-of-type(2n-1) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px
}

aside .last-products li img {
    width: 100%
}

aside .last-products li:nth-of-type(1) {
    color: #fff;
    text-decoration: none
}

aside .last-products li a {
    font-size: 10px;
    display: inline-block;
    line-height: 16px
}

aside .last-products li a:hover {
    cursor: pointer;
    color: #1e90ff
}

aside .last-products li span {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

main.page-template-1 .max-width-box article .item-products ul li p a {
    color: #000
}

main.page-template-1 .max-width-box article .item-products ul li p a:hover {
    color: #1e90ff
}

main.page-template-1 .max-width-box article .item-products ul .right button {
    color: #fff
}

main.page-template-1 .max-width-box article .item-products ul .right button span {
    border: 1px solid #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

main.page-template-1 .max-width-box article .item-products ul .right button span i {
    font-size: 12px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.visibility {
    opacity: 0
}

.shop-car {
    width: 100%;
    position: fixed;
    height: 100px;
    bottom: 0;
    left: 0;
    background: #f6f6f7;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-car ul {
    width: 1420px;
    padding-left: 10px;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

.shop-car ul li {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ececec;
    background: #fff;
    margin-right: 10px
}

.shop-car ul li .left {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #ececec;
    overflow: hidden
}

.shop-car ul li .left img {
    width: 100%
}

.shop-car ul li .center {
    width: 160px;
    font-size: 12px;
    font-weight: 400;
    padding: 15px;
    color: #191919;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical
}

.shop-car ul li .right {
    cursor: pointer;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px
}

.shop-car div.button {
    font-size: 12px
}

.shop-car div.button.buy {
    width: 160px;
    height: 36px;
    background: #1e90ff
}

.shop-car div.button.buy a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #fff
}

.shop-car div.button.clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 86px;
    height: 20px;
    font-weight: 400;
    color: #666;
    background: 0 0
}

@media (max-width:1218px) {
    .shop-car {
        bottom: 98px
    }
    .shop-car ul li .center {
        display: none
    }
}

@media (max-width:850px) {
    .shop-car {
        height: 50px;
        z-index: 3
    }
    .shop-car ul {
        width: 100vw;
        position: absolute;
        top: -60px;
        left: 0;
        padding: 0
    }
    .shop-car ul li {
        position: relative;
        border-right: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(20vw)
    }
    .shop-car ul li .left {
        border-right: 0
    }
    .shop-car ul li .right {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .2);
        width: 100%;
        height: 100%;
        font-size: 24px
    }
}

.concat-us .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.concat-us .info .left {
    width: 50%;
    margin-right: 3%
}

.concat-us .info .left img {
    width: 100%
}

.concat-us .info .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.concat-us .info .right h1 {
    font-size: 18px;
    font-weight: 700;
    width: 100%
}

.concat-us .info .right p {
    font-size: 14px;
    line-height: 40px;
    width: 100%
}

.concat-us .form {
    margin-top: 70px
}

.concat-us .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.concat-us .form p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px
}

.concat-us .form input {
    position: relative;
    width: 49%;
    height: 50px;
    margin-bottom: 30px;
    padding-right: 40px
}

.concat-us .form input,
.concat-us .form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    outline: 0
}

.concat-us .form #in-name {
    background: #fff
}

.concat-us .form #in-email {
    background: #fff
}

.concat-us .form #in-content {
    background: #fff;
    padding-top: 20px;
    width: 100%;
    height: 250px;
    resize: none;
    padding-right: 40px
}

.concat-us .form .send-btn {
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.concat-us .form .send-btn:hover {
    background: #1e90ff
}

@media (max-width:1400px) {
    .concat-us .info .right p {
        font-size: 12px
    }
}

@media (max-width:1200px) {
    .concat-us .info {
        display: block
    }
    .concat-us .info .left {
        width: 100%
    }
    .concat-us .info .right {
        margin-top: 30px;
        width: 100%
    }
    .concat-us .form {
        margin-top: 30px
    }
}

@media (max-width:700px) {
    .concat-us .form form {
        display: block
    }
    .concat-us .form form input {
        width: 100%
    }
}

.iw_poi_title {
    color: #c52;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.bmap {
    width: 100%;
    height: 400px;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px
}

.productsDetails>p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px
}

.productsDetails>span {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 50px
}

.productsDetails .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}

.productsDetails .btn-group button {
    width: 50%;
    height: 50px
}

.productsDetails .btn-group button a {
    color: #fff
}

.productsDetails .btn-group button:nth-of-type(1) {
    background: #191919
}

.productsDetails .btn-group button:nth-of-type(2) {
    background: #1e90ff
}

@media (max-width:1475px) {
    .productsDetails-article .details .right .btn-groups {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .productsDetails-article .details .right .btn-groups .button {
        margin-bottom: 10px
    }
}

main.page-template-1 .form {
    margin-top: 50px
}

main.page-template-1 .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main.page-template-1 .form p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px
}

main.page-template-1 .form input {
    position: relative;
    width: 49%;
    height: 50px;
    margin-bottom: 30px;
    padding-right: 40px
}

main.page-template-1 .form input,
main.page-template-1 .form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    outline: 0
}

main.page-template-1 .form #in-name {
    background: #fff
}

main.page-template-1 .form #in-email {
    background: #fff
}

main.page-template-1 .form #in-content {
    background: #fff;
    padding-top: 20px;
    width: 100%;
    height: 250px;
    resize: none;
    padding-right: 40px
}

main.page-template-1 .form .send-btn {
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

main.page-template-1 .form .send-btn:hover {
    background: #1e90ff
}

@media (max-width:1400px) {
    .main.page-template-1 .info .right p {
        font-size: 12px
    }
}

@media (max-width:1200px) {
    .main.page-template-1 .info {
        display: block
    }
    .main.page-template-1 .info .left {
        width: 100%
    }
    .main.page-template-1 .info .right {
        margin-top: 30px;
        width: 100%
    }
    .main.page-template-1 .form {
        margin-top: 30px
    }
}

@media (max-width:700px) {
    main.page-template-1 .form form {
        display: block
    }
    main.page-template-1 .form form input {
        width: 100%
    }
}

.img {
    width: 400px;
    height: 400px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.img img {
    width: 100%;
    height: auto
}

.mask {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eee;
    opacity: .3;
    display: none;
    cursor: move
}

.big {
    border: 1px solid #eee;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 400px;
    top: 0;
    overflow: hidden;
    display: none;
    z-index: 2
}

.big img {
    width: 150%;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0
}

.productsDetails-article .details {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 40px
}

.productsDetails-article .details .left .swiper-box {
    margin-top: 20px;
    position: relative;
    --swiper-navigation-color: #595959;
    --swiper-navigation-size: 30px
}

.productsDetails-article .details .left .swiper-box .swiper-button-prev {
    left: 0
}

.productsDetails-article .details .left .swiper-box .swiper-button-next {
    right: 0
}

.productsDetails-article .details .left .swiper-box .swiper-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.productsDetails-article .details .left .swiper-box .swiper-container {
    --swiper-theme-color: #1e90ff;
    width: 350px;
    height: 90px
}

.productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
    width: 56px;
    background: #f6f6f7;
    height: 56px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 56px
}

.productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img.item-hover {
    border: 1px solid #1e90ff
}

.productsDetails-article .details .right {
    margin-left: 30px
}

.productsDetails-article .details .right h1 {
    font-size: 30px;
    color: #191919
}

.productsDetails-article .details .right p {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 26px;
    margin: 30px 0 50px 0
}

.productsDetails-article .details .right .share {
    margin-bottom: 50px
}

.productsDetails-article .details .right .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.productsDetails-article .details .right .share ul li {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px
}

.productsDetails-article .details .right .share ul li:nth-of-type(1) {
    background: #3b5998
}

.productsDetails-article .details .right .share ul li:nth-of-type(2) {
    background: #1da1f2
}

.productsDetails-article .details .right .share ul li:nth-of-type(3) {
    background: #0077b5
}

.productsDetails-article .details .right .share ul li:nth-of-type(4) {
    background: #c92326
}

.productsDetails-article .details .right .share ul li i {
    color: #fff
}

.productsDetails-article .details .right .btn-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.productsDetails-article .details .right .btn-groups .button {
    width: 200px;
    height: 50px;
    margin-right: 35px
}

.productsDetails-article .details .right .btn-groups .button div {
    height: 50px
}

.productsDetails-article .details .right .btn-groups .button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    border: 1px solid #191919
}

.productsDetails-article .details .right .btn-groups .button a:hover {
    background: #1e90ff;
    color: #fff
}

@media (max-width:750px) {
    .productsDetails-article .details .left .swiper-box {
        margin-top: 0
    }
}

.swiper-products-details {
    position: relative
}

.swiper-products-details #index-count {
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 2;
    background: #000;
    color: #fff;
    padding: 2px 12px;
    border-radius: 12px;
    display: none
}

@media (max-width:1213px) {
    .swiper-products-details #index-count {
        display: inline
    }
    .productsDetails .btn-group {
        display: block
    }
    .productsDetails .btn-group button {
        margin-bottom: 20px;
        width: 100%
    }
    .pho-footer {
        z-index: 3
    }
    .productsDetails-article .details {
        display: block
    }
    .productsDetails-article .details .left .img {
        display: none
    }
    .productsDetails-article .details .left .swiper-box .swiper-container {
        width: calc(100vw - 200px);
        height: auto
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
        width: 100%
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
        width: 100%
    }
    .productsDetails-article .details .right {
        margin-left: 0
    }
    .productsDetails-article .details .right .btn-groups .button {
        width: 100%;
        margin-right: 0
    }
    .productsDetails-article .details .right .btn-groups .button:nth-of-type(1) {
        border: 1px solid #191919
    }
    .productsDetails-article .details .right .btn-groups .button:nth-of-type(1) a {
        background: #191919;
        color: #fff
    }
    .productsDetails-article .details .right .btn-groups .button:nth-of-type(2) {
        border: none
    }
    .productsDetails-article .details .right .btn-groups .button:nth-of-type(2) a {
        background: #1e90ff;
        color: #fff
    }
}

@media (max-width:1300px) {
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img.item-hover {
        border: none!important
    }
}

@media (max-width:700px) {
    .productsDetails-article .details {
        display: block
    }
    .productsDetails-article .details .left .img {
        display: none
    }
    .productsDetails-article .details .left .swiper-box {
        position: static
    }
    .productsDetails-article .details .left .swiper-box .swiper-container {
        position: absolute;
        left: 0;
        top: 50.002px;
        width: 100%;
        height: auto
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
        width: 100%
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
        width: 100%
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img.item-hover {
        border: none!important
    }
    .productsDetails-article .details .right {
        padding-top: 80%
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
        padding: 0
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
        border: none
    }
}

@media (min-width:701px) and (max-width:1200px) {
    .swiper-products-details #index-count {
        right: 13px
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
        border: none
    }
}

.pd30 {
    padding-bottom: 30px
}

.rb_bottom {
    margin-top: 20px
}

.rb_bottom,
.rb_bottom .fy-y,
.rb_bottom .next,
.rb_bottom .pnbtn,
.rb_bottom .previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fy-y {
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fy-d {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    margin-right: 12px
}

.selected {
    background: #1e90ff;
    color: #fff;
    border: 0
}

.next,
.pnbtn,
.previous {
    width: 62px;
    height: 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff
}

.previous {
    margin-right: 12px
}

.next {
    margin-right: 12px
}

@media (max-width:820px) {
    .rb_bottom .previous:nth-of-type(1) {
        display: none
    }
    .rb_bottom .next:nth-of-type(2) {
        display: none
    }
}

@media (max-width:700px) {
    .rb_bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .rb_bottom .previous:nth-of-type(1) {
        display: none
    }
    .rb_bottom .next:nth-last-child(2) {
        display: none
    }
    .rb_bottom .fy-count,
    .rb_bottom .fy-d,
    .rb_bottom .fy-y {
        display: none
    }
    .rb_bottom .previous:nth-of-type(2) {
        width: 100%;
        margin-right: 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #191919;
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
        height: 50px
    }
    .rb_bottom .next:nth-last-child(3) {
        width: 100%;
        margin-right: 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #1e90ff;
        color: #fff;
        font-size: 14px;
        height: 50px
    }
}

.toast-center-center {
    top: 10%;
    left: 50%;
    margin-left: -150px
}

@media (max-width:450px) {
    main.index section.number ul li p:nth-of-type(2) {
        font-size: 12px;
        min-height: 32px
    }
}

@media (max-width:1210px) {
    .other-page {
        top: 0
    }
}

header .top-box .nav-box.top-0 {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none
}

@media (min-width:1920px) {
    header .top-box .nav-box.top-0 {
        padding: 0 9vw
    }
}

.count-more::after {
    content: "+"
}

aside.nav2-template>ul>li.has-children2 {
    font-size: 14px
}

.mb {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6
}

.about-div {
    z-index: 3
}

.tabs span {
    color: #222
}

header .top-box .nav-box .right ul.nav1>li:nth-of-type(n+7) .submenu.nav0 .nav2 {
    right: 0!important
}

aside.nav2-template>ul>li.has-children2:nth-of-type(2)>a {
    font-size: 16px
}

@media (max-width:700px) {
    header .top-box .nav-box .right nav ul.nav1>li .nav2 ul li>a {
        font-size: 12px
    }
}

main.page-template-1 .max-width-box aside ul.nav1 li.active-bg-black {
    background: #191919
}

main.page-template-1 .max-width-box aside ul.nav1 li.active-bg-black a {
    color: #fff
}

main.page-template-1 .max-width-box aside ul.nav1.contact-us li:nth-of-type(1) {
    background: #1e90ff;
    color: #fff
}

main.page-template-1 .max-width-box aside ul.nav1.contact-us li:nth-of-type(1) a {
    color: #fff
}

aside.nav2-template>ul>li.has-children2 .currentProType {
    color: #1e90ff
}

aside.nav2-template>ul>li.has-children2>ul>li>i {
    font-size: 20px
}

aside.nav2-template>ul>li.has-children2 {
    background: #fff
}

aside.nav2-template>ul>li.has-children2>ul>li {
    line-height: 40px;
    border-bottom: 1px solid #d5d5d5
}

aside.nav2-template>ul>li.has-children2>ul>li:last-child {
    border-bottom: none
}

aside.nav2-template>ul>li.has-children2>ul>li ul>li a {
    font-size: 12px
}

aside.nav2-template>ul>li.has-children2 .has-children3 {
    position: relative;
    display: none
}

aside.nav2-template>ul>li.has-children2 .has-children3 li {
    padding-left: 15px
}

aside.nav2-template>ul>li.has-children2 .active-aside-show {
    position: relative;
    display: block
}

aside.nav2-template>ul>li.has-children2 ul {
    width: 100%
}

aside.nav2-template>ul>li.has-children2 ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

aside.nav2-template>ul>li.has-children2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 30px
}

aside.nav2-template>ul>li.has-children2 ul li i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.active--rotate-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.category-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 26px;
    line-height: 2;
    padding-left: 20px;
    border-left: 3px solid #1e90ff;
    padding-bottom: 0;
    margin-bottom: 34px;
    background-color: #fff
}

.productsDetails .btn-group button:nth-of-type(1) {
    background: #191919!important
}

main.page-template-1 .max-width-box aside ul.nav1 li a {
    color: #000;
    width: 100%;
    height: 100%
}

main.page-template-1 .max-width-box aside ul.nav1 li a:hover {
    color: #1e90ff
}

main.page-template-1 .max-width-box aside ul.nav1 li.LocalCurrent {
    background: #191919!important
}

main.page-template-1 .max-width-box aside ul.nav1 li.LocalCurrent a {
    color: #fff
}

main.page-template-1 .max-width-box aside ul.nav1.latest li:nth-of-type(n+2) {
    background: 0 0
}

@media (max-width:830px) {
    .swiper-index {
        width: 100%
    }
}

@media (max-width:500px) {
    .page-template-1.projectDetails {
        padding: 0 15px
    }
}

main.page-template-1 .max-width-box article .item-video ul li .box .right {
    padding: 0 20px 20px
}

@media (max-width:750px) {
    .swiper-box .fonts button {
        padding: 1.467vw 4.667vw;
        font-size: 2.4vw
    }
    .swiper-box .fonts button:nth-of-type(1) {
        margin-right: 2.667vw
    }
    main.index .news {
        padding-bottom: 9.333vw
    }
    main.index .news .list ul li {
        width: 26.667vw;
        min-width: 120px
    }
    main.index .news .list ul li a {
        font-size: 12px
    }
    main.index section.products .title .list ul li {
        width: 26.667vw;
        min-width: 120px
    }
    main.index section.products .title .list ul li a {
        font-size: 12px
    }
    main.index section.products .item ul {
        margin-bottom: 9.333vw
    }
    main.index .news .title {
        margin-bottom: 4vw
    }
    main.index .news .item ul li .box .left span:nth-of-type(1) {
        font-size: 30px
    }
    main.index .news .item ul li .box .right {
        padding: 3.733vw
    }
    main.index .news .item ul li {
        height: 20vw;
        min-height: 120px;
        margin-bottom: 2.667vw
    }
    main.index section.about-us .block-box .content .top h2 {
        font-size: 3.2vw
    }
    main.index section.about-us .block-box .content .top p {
        font-size: 2.4vw
    }
    main.index section.about-us .block-box .content .button-box button {
        width: 26.667vw;
        height: 6.667vw;
        min-width: 100px;
        padding: 0
    }
    main.index section.about-us .block-box .content .button-box button {
        border: 1px solid #000
    }
    footer .footer-info .soft ul li {
        width: 8vw;
        height: 8vw
    }
    footer .footer-info .soft ul li i {
        font-size: 4.8vw
    }
    footer .footer-info a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .banner2-box {
        display: none
    }
    header.banner2-header {
        height: auto
    }
    header .top-box {
        height: 8.267vw
    }
    .productsDetails-article .details .right p {
        font-size: 12px!important;
        margin: 2.667vw 0vw 4vw 0vw
    }
    main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a {
        font-size: 2.4vw
    }
    main.page-template-1 .max-width-box article .item ul li .box .right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 2.667vw 10px;
        line-height: 83px
    }
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
        font-weight: 600
    }
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) a {
        width: 100%;
        display: -webkit-box;
        font-size: 14px;
        color: #000
    }
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) a:hover {
        color: #1e90ff
    }
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(2) {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
        min-height: 48px
    }
    main.page-template-1 .max-width-box article .item ul li .box .right button {
        width: 100%;
        height: 40px;
        background: #000;
        cursor: pointer
    }
    main.page-template-1 .max-width-box article .item ul li .box .right button a {
        color: #fff
    }
    main.page-template-1 .max-width-box article .item ul li .box .right button:hover {
        background: #1e90ff
    }
    main.page-template-1 .max-width-box article .item ul li .box .right video {
        display: none!important
    }
    .mob-hide {
        display: none!important
    }
    main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a {
        font-size: 14px
    }
    main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count {
        margin-top: 0;
        font-size: 2.667vw
    }
    main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(2) {
        font-size: 2.667vw
    }
    .pd30 {
        padding-bottom: 0!important
    }
}

.productsDetails-article .details .right .btn-groups .button {
    background: 0 0
}

@media (max-width:785px) {
    .item-faq.row-1 li {
        width: 100%
    }
}

@media (max-width:680px) {
    header .top-box {
        height: 35px!important
    }
    .nav-box {
        top: 0!important
    }
}

@media (max-width:430px) {
    .shop-car {
        bottom: 55px
    }
}

@media (max-width:464px) {
    main.page-template-1 .max-width-box article.row-0 ul li .box .right button {
        width: 100%
    }
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    transition: .5s
}

.ie-show {
    display: none
}

@media (min-width:1430px) {
    main.page-template-1 .max-width-box article.row-1 ul li .box .left a {
        width: 100%;
        height: 100%
    }
    main.page-template-1 .max-width-box article.row-1 ul li .box .left a img {
        height: 100%;
        width: auto
    }
}

.row-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-1 ul li {
    width: 49%
}

.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3vw
}

.pages p {
    display: inline-block;
    text-align: left
}

.pages p a,
.pages p span {
    margin: 0 5px 10px
}

.pages p span {
    height: 46px;
    display: inline-block;
    padding: 0 15px;
    color: #999;
    border: 1px solid #ececec;
    line-height: 46px
}

.pages p a {
    border: 1px solid #ececec;
    width: 46px;
    display: inline-block;
    height: 46px;
    color: #000;
    line-height: 46px;
    text-align: center
}

.pages p .ctxt {
    background: #1e90ff;
    color: #fff;
    min-width: 46px;
    padding: 0;
    text-align: center
}

@media (max-width:1920px) {
    header .top-box .nav-box {
        width: 86.3%
    }
}

@media (max-width:1500px) {
    header .top-box .nav-box {
        width: 100%
    }
}

.swiper-index .navigation-style span {
    display: none
}

@media (max-width:700px) {
    main.page-template-1 .max-width-box article .item-products ul .right button span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    main.page-template-1 .max-width-box article .item-products ul .right button span i {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@media (max-width:600px) {
    header .top-box .nav-box .right nav ul.nav1>li {
        padding: 15px 45px 15px 2.667vw
    }
    header .top-box .nav-box .right nav ul.nav1>li .nav2 ul li>a {
        padding: 10px 20px 10px 2.667vw
    }
}

@media (max-width:600px) {
    main.page-template-1 .form input {
        margin-bottom: 15px
    }
    main.page-template-1 .form .send-btn {
        margin-top: 25px
    }
}

@media (max-width:500px) {
    main.page-template-1 .form #in-content {
        height: 150px
    }
}

@media (max-width:1144px) {
    .banner2-box img {
        margin-top: 60px
    }
}

@media (max-width:1200px) {
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
        height: auto
    }
    .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
        height: auto
    }
}

@media (max-width:750px) {
    .max-width-box {
        margin-top: 38px
    }
}

.breadcrumbs-nav {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

main.page-template-1 .max-width-box article p img {
    max-width: 100%
}

.singglepic {
    z-index: 1!important;
    margin: 0!important;
    width: 400px;
    height: 400px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .singglepic {
        z-index: 1!important;
        width: 100%!important;
        margin: 12px 0 0 0!important;
        left: 0
    }
}

@media (max-width:800px) {
    .singglepic img {
        width: 100%
    }
}

.productsDetails-article .details .right {
    padding-top: 90%
}

.banner2-box {
    z-index: 1
}

.max-width-box article {
    width: 100%
}

.max-width-box article .item-aboutus {
    width: 100%
}

.max-width-box article .item-aboutus .article {
    width: 100%
}

.max-width-box article .item-aboutus .article img {
    max-width: 100%
}

.seo-key {
    background: #fff;
    border-radius: 14px;
    padding: 17px;
    margin-top: 30px
}

.keywords span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px
}

.keywords span a {
    display: block;
    background: #ccc;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 10px;
    color: #2b2b2b;
    margin: 5px
}

.footer-info #xyz {
    display: none
}

.random-pro-list {
    margin: 20px 0
}

.random-pro-list .random-title {
    font-size: 16px;
    font-weight: 600
}

.random-pro-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.random-pro-list ul li {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.random-pro-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.random-pro-list ul li a img {
    width: 100%
}

.random-pro-list ul li a .pro-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    color: #000
}

.product-type-info {
    background: #fff;
    padding: 10px 25px;
    -webkit-box-shadow: 0 0 10px #afafaf;
    box-shadow: 0 0 10px #afafaf;
    border-radius: 5px;
    margin-bottom: 15px
}

.share-btn-list {
    margin: 20px 0
}

.item.item-products.productsDetails p {
    line-height: 2.2
}

@media (max-width:480px) {
    main.index section.about-us .block-box .pic {
        display: none!important
    }
    main.index section.about-us .block-box .content {
        width: 100%!important
    }
    main.index section.about-us .block-box .content .button-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main.index section.about-us .block-box .content .top h2 {
        font-size: 16px;
        padding-bottom: 10px
    }
    main.index section.about-us .block-box .content .top p {
        font-size: 14px;
        line-height: 1.5
    }
}

.item.item-products.productsDetails {
    font-weight: 400
}

.item-faqdetails.item-video-details .article,
.item-video-details.item-aboutus .article {
    font-weight: 400
}

.feedback-list>.list-li>div:nth-of-type(1) {
    width: 116px;
    height: 87px
}

@media (max-width:500px) {
    .feedback-list>.list-li>div:nth-of-type(1) {
        width: 58px;
        height: 43.5px
    }
}

.item-aboutus h1 {
    margin-bottom: 20px
}

header .top-box .nav-box .right nav ul.nav1 i {
    -webkit-transition: .5s;
    transition: .5s
}

@media (max-width:680px) {
    .index-swiper {
        margin-top: 50px
    }
    main.index {
        margin-top: calc(36vw + 50px)!important
    }
}

.productsDetails-article .form>p {
    font-size: 16px!important;
    font-weight: 600!important
}

main.page-template-1 .max-width-box article .item ul li .box .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ie {
    background: #fff;
    min-width: 1210px!important
}

.ie .top-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ie .nav-box {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ie main.index section.about-us>img {
    position: relative
}

.ie main.index section.about-us .block-box {
    position: absolute;
    left: 7%;
    top: 18%
}

.ie .mb {
    top: 0
}

.ie main.index section.about-us .block-box .content .top p {
    max-height: none
}

.ie .swiper-box {
    position: relative;
    left: 0
}

.ie .index-swiper {
    position: absolute;
    top: 0;
    left: 0
}

.ie header .top-box .info {
    position: relative;
    z-index: 2
}

.ie header .top-box .nav-box .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ie header .top-box .nav-box .left a {
    width: 100%
}

.ie .swiper-box .fonts button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    padding: 10px 35px
}

.ie .swiper-box .fonts button:nth-of-type(1) {
    margin-right: 40px
}

.ie .swiper-box .fonts .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ie .swiper-index .navigation-style span {
    display: inline;
    font-size: 40px;
    color: #fff;
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5)
}

.ie .copyright a {
    bottom: 10px
}

.ie main.index .news {
    width: 92%
}

.ie main.index .news .item ul li .box .right p:nth-of-type(1) a {
    white-space: nowrap
}

.ie main.index .news .item ul li .box .right p:nth-of-type(1) a {
    font-size: 20px;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ie main.index .news .item ul li .box .right p:nth-of-type(2) {
    height: 50px
}

.ie .ie main.index section.about-us .block-box .content .top p {
    max-height: 50px
}

.ie .banner2-box {
    position: relative
}

.ie .banner2-box .fonts {
    right: 9vw
}

.ie .banner2-box .fonts button {
    height: 45px;
    line-height: 24px;
    padding: 10px 35px
}

.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right button {
    line-height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right button span {
    margin-top: -7px;
    margin-right: 7px
}

.ie .item-faq ul li .box .right p:nth-of-type(1) a,
.ie .item-project ul li .box .right a,
.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a,
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a,
.ie main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ie .item-faq ul li .box .right p:nth-of-type(2),
.ie .item-project ul li .box .right p:nth-of-type(2),
.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(2),
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(2) {
    height: 50px
}

.ie .item-project ul li .box .right p:nth-of-type(2) {
    text-overflow: hidden;
    overflow: hidden
}

.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) {
    margin: 1.2vw 0
}

.ie main.page-template-1 .max-width-box article.row-1 ul li .box .right button {
    line-height: 24px
}

.ie main.page-template-1 .max-width-box article.row-1 ul li .box .left a {
    display: block
}

.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) {
    height: 83px
}

.ie main.page-template-1 .max-width-box {
    width: 86.33%
}

.ie .productsDetails-article .details .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ie .productsDetails-article .details .right .btn-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ie .productsDetails-article .details .right .btn-groups .button a {
    width: 99%;
    height: 95%
}

.ie .ie-show {
    display: inline-block;
    font-size: 30px;
    -webkit-transform: scaleY(1.2) translateY(-11px);
    transform: scaleY(1.2) translateY(-11px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ie main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) {
    height: 62px
}

.ie main.index section.products .item ul li {
    height: 18.5vw
}

.ie main.index section.products .item ul {
    margin-bottom: 45px
}

@media (max-width:1800px) {
    .ie main.index section.products .item ul li {
        padding-bottom: 20px
    }
}

.ie main.page-template-1 .max-width-box article.row-0 ul li {
    height: auto
}

.ie main.page-template-1 .max-width-box article.row-0 .item-products ul .right button span i {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px)
}

.ie main.page-template-1 .max-width-box article.row-1 .item-products ul .right button span i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.ie main.page-template-1 .max-width-box article.row-0 ul li .box .left {
    width: auto
}

.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title {
    line-height: 100%
}

.ie main.page-template-1 .max-width-box aside {
    min-width: 300px
}

.ie main.index .news .item ul li {
    margin-bottom: 2.5%
}

.ie .search-box-mob {
    left: 0
}

.ie .tabs {
    margin-top: 0
}

.ie main.page-template-1 .max-width-box article.row-0 ul li .box .left {
    max-width: 320px;
    width: 320px
}

.ie main.page-template-1 .max-width-box article .item-video ul li .box {
    height: 100%
}

.ie main.page-template-1 .max-width-box article .item ul li .box .left a {
    height: 100%
}

.ie .ie main.page-template-1 .max-width-box article.row-0 ul li .box .right button a {
    padding-top: 0!important
}

.feedbackForm #feedbackForm .table-wrap {
    font-size: 15px
}

.feedbackForm #feedbackForm .table-wrap table tr {
    height: 50px
}

.feedbackForm #feedbackForm .table-wrap table tr:nth-of-type(-n+5) td:nth-of-type(1) {
    width: 100px;
    background: #fff;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.feedbackForm #feedbackForm .table-wrap table tr:nth-of-type(5) td:nth-of-type(1) {
    width: 91px
}

.feedbackForm #feedbackForm .table-wrap table tr:nth-of-type(6) {
    height: auto;
    background: #fff
}

.feedbackForm #feedbackForm .table-wrap table tr:nth-of-type(6) td:nth-of-type(1) {
    padding: 0 10px
}

.feedbackForm #feedbackForm .table-wrap table tr:nth-of-type(6) .label {
    height: 48px;
    padding: 6px
}

.feedbackForm #feedbackForm .table-wrap table td {
    border: none;
    padding: 0
}

.feedbackForm #feedbackForm tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feedbackForm #feedbackForm tr {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 15px;
    color: #727272
}

.feedbackForm #feedbackForm tr:nth-child(-n+4) {
    width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) td:last-child {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: block
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) input {
    width: 100%;
    height: 100%;
    outline: 0
}

.feedbackForm #feedbackForm tr:nth-child(5) {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.feedbackForm #feedbackForm tr:nth-child(6) {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedbackForm #feedbackForm tr:nth-child(7) {
    width: 100%;
    height: 0;
    border: 0;
    padding: 0
}

#feedbackForm input,
.feedbackForm #feedbackForm #SubmitContent {
    border: 0;
    font-size: 15px;
    color: #000;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.feedbackForm #feedbackForm #SubmitContent {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.feedbackForm #feedbackForm .submita {
    width: 200px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

#feedbackForm input::-webkit-input-placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input:-ms-input-placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input::-ms-input-placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input::placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input {
    color: #666
}

.feedbackForm #feedbackForm tr:nth-child(6) td {
    height: auto;
    padding: 0 5px;
    display: block
}

.feedbackForm #feedbackForm tr:nth-child(6) textarea {
    outline: 0;
    text-indent: 15px
}

.feedbackForm #feedbackForm .xh {
    color: red
}

.smtcss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:768px) {
    .feedbackForm #feedbackForm tr:nth-child(7) {
        height: 20vw
    }
    .feedbackForm #feedbackForm tr:nth-child(-n+4) {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .feedbackForm #feedbackForm tr:nth-child(2),
    .feedbackForm #feedbackForm tr:nth-child(4) {
        display: none
    }
    .feedbackForm {
        margin-bottom: 0
    }
}

.label {
    width: 100px!important;
    font-size: 15px
}

.details-info-index {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    width: 100%;
    height: auto
}

@media (max-width:1880px) {
    .details-info-index {
        -webkit-line-clamp: 8
    }
}

@media (max-width:1700px) {
    .details-info-index {
        -webkit-line-clamp: 7
    }
}

@media (max-width:1500px) {
    .details-info-index {
        -webkit-line-clamp: 6
    }
}

@media (max-width:1250px) {
    .details-info-index {
        -webkit-line-clamp: 3
    }
}

@media (max-width:1000px) {
    .details-info-index {
        -webkit-line-clamp: 2
    }
}

@media (max-width:860px) {
    .details-info-index {
        -webkit-line-clamp: 4
    }
}

@media (max-width:546px) {
    .details-info-index {
        -webkit-line-clamp: 2
    }
}

@media (max-width:400px) {
    .details-info-index {
        -webkit-line-clamp: 2
    }
}

main.page-template-1 .max-width-box article .item-video ul li .box {
    height: 100%
}

footer .footer-info .soft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:800px) {
    .productsDetails-article .details {
        display: block;
        margin-bottom: 10px
    }
}

.copyright {
    background: #000;
    color: #fff;
    padding: 8px 8%
}

.parent {
    color: #e7e7e8;
    font-size: 50px;
    font-weight: 700;
    position: relative
}

.sun {
    white-space: nowrap;
    color: #3f3f3f;
    font-size: 32px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

#xyz.active {
    height: 100%
}

#xyz.active .xyz12 {
    height: 100%
}

#xyz {
    margin-top: 5px;
    z-index: 99999;
    width: 120px;
    height: 25px;
    margin-left: 5px;
    position: relative;
    color: #afafaf;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px
}

#xyz .xyz12 {
    background: #ccc;
    height: 25px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#xyz .xyz12 a {
    color: #333
}

#xyz .xyz12 a:hover {
    color: #1e90ff
}

#xyz .xyz12 span {
    position: absolute;
    right: 6px;
    top: 2px;
    background: url(../image/up.png) no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 100
}

#xyz .xyz12 span.dp {
    background: url(../image/up.png) no-repeat center
}

@media (max-width:1300px) {
    #xyz {
        margin-top: 20px;
        position: absolute!important
    }
    #xyz.active {
        height: 230px
    }
    #xyz.active .xyz12 {
        height: 230px
    }
}

.go-top {
    cursor: pointer
}

.desc {
    cursor: pointer
}

@media (max-width:785px) {
    .time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.mb-all {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    display: none
}

.no-scroll {
    overflow: hidden
}

.search-box-mob {
    display: none
}

.nav-box {
    position: relative
}

.search-box-mob {
    max-width: 1600px;
    position: absolute;
    top: 62px;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #c1c1c1;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-box-mob div {
    width: 100%;
    margin: 15px 0;
    max-width: 500px
}

.search-box-mob div input {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    width: calc(100% - 84px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 0
}

.search-box-mob div button {
    width: 80px;
    height: 40px;
    background: #1e90ff;
    color: #fff;
    margin-left: -3px
}

.search-box-mob div button:hover {
    background: #b00;
    cursor: pointer
}

.w-100 {
    width: 100%;
    max-width: none;
    left: 0!important
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px
}

.table-wrap:nth-of-type(1) {
    margin-top: 0
}

.table-wrap table {
    margin: 10px 0;
    width: 100%
}

.table-wrap table td {
    border: 3px solid #ccc;
    padding: 5px
}

.footlinks {
    clear: both;
    margin: 0 auto;
    padding: 5px 8%;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #eee;
    text-align: center;
    background-color: #000
}

.footlinks a:link,
.footlinks a:visited {
    font-size: 9pt;
    line-height: 140%;
    color: #eee;
    margin-right: 3px
}

@media (max-width:680px) {
    .search-box-mob {
        top: 50px
    }
}

@media screen and (min-width:1300px) {
    #searchBug i {
        display: none!important
    }
}

@media(max-width:1250px) {
    .footlinks {
        margin-bottom: 9.5vh
    }
}

@media(max-width:500px) {
    .footlinks {
        margin-bottom: 7.5vh
    }
}

.e_mobile {
    display: none
}