html, body {
    position: relative;
    height: 100%;
}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    background-color: transparent;
    min-height: 100%;
    height: auto !important;
    overflow-x: hidden;
}
body, button, input, select, textarea {
    font: normal 14px / 1.5 "microsoft yahei", tahoma, arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased!important;
}


.containers {
    width: 1200px;
    margin: 0 auto;
}

.fulls {
    width: 100%;
}

.full-header-tip {
    border-bottom: 1px solid var(--set-e0dfdf-color);
    padding: 10px 0;
    font-size: 14px;
}

.full-header-tip .header-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--set-333333-color);

}
.full-header-tip .header-tip .header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--set-999999-color);
}
.full-header-tip .header-tip .header-contact img {
    margin-top: -2px;
    margin-right: 5px;
}
.full-header-tip .header-tip .header-contact:hover {
    color: var(--set-auxiliary-color);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
}
.header .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-left .logo {
    /*width: 408px;*/
    height: 48px;
    line-height: 48px;
    margin-right: 20px;
    font-size: 32px;
    font-weight: bold;
    color: var(--set-main-color);
}
.header .header-left .logo img {
    /*width: 408px;*/
    height: 48px;
}
.header .header-left .logo-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background: url('../image/icon_head_line.png') left center no-repeat;
    padding-left: 25px;
    font-size: 15px;
    color: var(--set-777777-color);
}
.header .header-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background: url('../image/icon_tel.png') left center no-repeat;
    padding-left: 68px;
}
.header .header-right span {
    line-height: 14px;
    color: var(--set-333333-color);
    font-size: 16px;
}
.header .header-right p {
    color: var(--set-auxiliary-color);
    font-size: 28px;
    line-height: 26px;
    margin-top: 5px;
    font-weight: normal;
}

.full-menu {
    background: var(--set-main-color);
}
.full-menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
}
.full-menu .menu .li {
    width: calc(100% / 2);
    position: relative;
}
.full-menu .menu .li a.menu-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--set-ffffff-color);
    height: 60px;
    line-height: 60px;
}
.full-menu .menu .li:hover a.menu-a,.full-menu .menu .li.active .menu-a {
    background: var(--set-auxiliary-color);
}
.full-menu .menu .li .menu-child {
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    width: 100%;
    background: var(--set-0f0d0ead-color);
    z-index: 999999;
    -moz-box-shadow: 0px 0px 8px rgba(0, 24, 69, 0.53);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 24, 69, 0.53);
    box-shadow: 0px 0px 8px rgba(0, 24, 69, 0.53);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 0;
    overflow: hidden;
}
.full-menu .menu .li .menu-child a{
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    color: var(--set-ffffff-color);
}
.full-menu .menu .li .menu-child a:hover {
    background: var(--set-main-color);
}
.full-menu .menu .li:hover .menu-child {
    display: block;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.swiper-pc-banner-image,.swiper-pc-banner-text {
    width: 100%;
    height: 500px;
    position: relative;
}
.swiper-pc-banner-image .header-bg,.swiper-pc-banner-text .header-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper-pc-banner-text .header-bg {
    background: var(--set-f6f6f6-color);
}
.swiper-pagination-banner {
    position: absolute;
}
.swiper-pagination-banner .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    border-radius: 3px;
}
.swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--set-main-color);
}
.swiper-button-prev-banner,.swiper-button-next-banner {
    color: var(--set-ffffff-color) !important;
    background: rgba(0,0,0,0.5);
    padding: 40px 20px;
    font-size: 10px;
    border-radius: 5px;
    display: none !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-button-prev-banner {
    left: calc((100% - 1200px) / 2) !important;
}
.swiper-button-next-banner{
    right: calc((100% - 1200px) / 2) !important;
}
.swiper-pc-banner-image:hover .swiper-button-prev-banner,.swiper-pc-banner-image:hover .swiper-button-next-banner,.swiper-pc-banner-text:hover .swiper-button-prev-banner,.swiper-pc-banner-text:hover .swiper-button-next-banner {
    display: flex !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiper-pc-banner .no-banner-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}
.swiper-pc-banner .no-banner-text .h1 {
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 110px;
    color: var(--set-main-color);
}
.swiper-pc-banner .no-banner-text .h2 {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: var(--set-main-color);
}
.swiper-pc-banner .no-banner-text .h3 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    line-height: 36px;
    color: var(--set-main-color);
}

.search {
    width: 100%;
    background-color: var(--set-eeeeee-color);
    padding: 20px 0;
}
.search .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search .search-box .word {
    color: var(--set-666666-color);
    width: calc(100% - 400px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search .search-box .position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--set-888888-color);
}
.search .search-box .position a {
    color: var(--set-333333-color);
}
.search .search-box .position a:hover {
    color: var(--set-auxiliary-color);
}
.search .search-box .position img {
    margin: 0 5px;
    width: 15px;
    height: 15px;
}
.search .search-box .position i{
    width: 25px;
    height: 25px;
    background: url(../image/icon.png) no-repeat -40px -31px;
    margin-top: 2px;
    margin-right: 5px;
}
.search .search-box .dateText {
    font-size: 14px;
    color: var(--set-999999-color);
}



/** mobile **/
.mobile-header{display:block;position:fixed;left:0;top:0;width:100%;height:3rem;background-color:var(--set-ffffff-color);z-index:999;padding:0;*zoom:1}

.mobile-header:after{content:"\200B";display:block;height:0;clear:both}

.mobile-header.black{border-bottom:.5px solid var(--set-b2b2b2-color)}

.mobile-header .logo{width:17rem;height:2rem; line-height: 2rem; font-size: 1.1rem; font-weight: bold; color: var(--set-333333-color); text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; margin: 0.5rem}

.mobile-header .menu{position:absolute;right:0.5rem;top:0;width:2.2rem;height:2rem}

.mobile-header .menu:before{content:"";display:block;width:2.2rem;height:1.4rem;background:url("../image/menu-open-icon.png") no-repeat center center;background-size:cover;margin-top:0.9rem;margin-right: 1rem}

.mobile-side-menu{display:block;position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;overflow:hidden;visibility:hidden;opacity:0;display:none;transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease}

.mobile-side-menu.show{visibility:visible;opacity:1}

.mobile-side-menu.show .inner{-webkit-transform:translateX(0);transform:translateX(0)}

.mobile-side-menu .left{width:20%;position:absolute;left:0;top:0;height:100%;background-color:rgba(0,0,0,.5)}

.mobile-side-menu .inner{transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-webkit-transform:translateX(50px);transform:translateX(50px);width:80%;height:100%;overflow:auto;position:absolute;right:0;top:0;background-color:var(--set-ffffff-color);padding:0 1rem 1rem; box-shadow: -1rem 0 1rem var(--set-dddddd-color)}

.mobile-side-menu .inner .close{width:19px;height:19px;float:right;background:url("../image/menu-close-icon.png") no-repeat center center;background-size:cover;margin:20px 0 15px 10px}

.mobile-side-menu .inner .shadow{position:absolute;left:0;top:0;width:0;height:100%;-webkit-box-shadow:0 0 100px 10px var(--set-000000-color);box-shadow:0 0 100px 10px var(--set-000000-color);display:none}

.mobile-side-menu .inner .nav{font-size:15px;color:var(--set-6c707a-color)}

.mobile-side-menu .inner .nav>li{border-bottom:1px solid var(--set-dddddd-color)}

.mobile-side-menu .inner .nav li.active{border-bottom-color:var(--set-ff0000-color)}

.mobile-side-menu .inner .nav li.active>a{background-color:var(--set-ff0000-color);color:var(--set-ffffff-color)}

.mobile-side-menu .inner .nav li.sub{position:relative}

.mobile-side-menu .inner .nav li.sub>i{position:absolute;right:0;top:0;height:50px;width:50px}

.mobile-side-menu .inner .nav li.sub>i:before{content:"";display:block;width:11px;height:6px;background:url("../image/menu-arrow-down.png") no-repeat center center;background-size:cover;position:absolute;right:0.8rem;top:1rem}

.mobile-side-menu .inner .nav li.active.sub{border-bottom-color:var(--set-ffffff-color)}

.mobile-side-menu .inner .nav li.expand{border-bottom-color:var(--set-ffffff-color)}

.mobile-side-menu .inner .nav li.expand.sub>i:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}

.mobile-side-menu .inner .nav li.expand>ul{display:block}

.mobile-side-menu .inner .nav li a{padding:0.8rem 1rem;display:block; color: var(--set-main-color)}

.mobile-side-menu .inner .nav li>ul{display:none;background-color:var(--set-f2f2f2-color)}

.mobile-side-menu .inner .nav li>ul li{border-bottom:0}

.mobile-side-menu .inner .nav li>ul li a{padding-left:40px}

.mobile-side-menu .inner .nav li>ul li.active{border-bottom-color:var(--set-ff0000-color)}

.mobile-side-menu .inner .nav li>ul li.active>a{background-color:var(--set-ff0000-color);color:var(--set-ffffff-color)}


.swiper-mobile-banner {
    width: 100%;
    height: 60vw;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
}

.swiper-mobile-banner .swiper-slide-mobile-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper-mobile-banner .swiper-slide-mobile-banner img {
    width: 100%;
    height: 60vw;
}

.swiper-mobile-banner .swiper-pagination-mobile-banner .swiper-pagination-bullet {
    width: 1rem;
    border-radius: 0.1rem;
    height: 0.3rem;
}

.swiper-mobile-banner .swiper-pagination-mobile-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--set-main-color);
}

.product {
    padding: 80px 0;
}
.product .product-box {}
.box-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    height: 100px;
}
.box-title h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    color: var(--set-d4d1d19c-color);
    z-index: -1;
}
.box-title .box-title-info {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.box-title .box-title-info img {
    display: inline-block;
    margin-top: 5px;
}
.box-title .box-title-info p {
    display: inline-block;
    font-size: 42px;
    color: var(--set-0f51bb-color);
    font-weight: 800;
    padding: 0 50px;
    letter-spacing: 8px;
}
.box-title.box-title-white .box-title-info p {
    color: var(--set-ffffff-color);
}

.product-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-box .categorys {
    width: 270px;
    height: auto;
    background-color: var(--set-ffffff-color);
    border: 1px solid var(--set-main-color);
    padding-bottom: 30px;
}
.product-box .categorys .category-title {
    width: 100%;
    height: 130px;
    background: url(../image/menus_t.png) no-repeat;
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 32px;
    color: var(--set-ffffff-color);
    line-height: 130px;
    text-align: center;
}
.product-box .categorys .category-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0 15px;
}
.product-box .categorys .category-list a {
    width: 240px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    color: var(--set-ffffff-color);
    font-size: 14px;
    background-color: var(--set-main-color);
    padding: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-box .categorys .category-list a img {
    width: 16px;
    height: 16px;
}
.product-box .categorys .category-list a:hover {
    background-color: var(--set-auxiliary-color);
}
.product-box .categorys .category-list a.more::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background: url(../image/jia.png) no-repeat;
    background-size: 100%;
}
.product-box .product-box-center {
    width: 915px;
}
.product-box .product-box-center .product-swiper {
    background-color: var(--set-ffffff-color);
    border: 1px solid var(--set-dddddd-color);
    position: relative;
    height: 346px;
    width: 100%;
    overflow: hidden;
}
.product-box .product-box-center .product-swiper .swiper-button-prev-product,.product-box .product-box-center .product-swiper .swiper-button-next-product {
    background: rgba(0,0,0,0.5);
    width: 20px !important;
    height: 50px !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product-box .product-box-center .product-swiper .swiper-button-prev-product:hover,.product-box .product-box-center .product-swiper .swiper-button-next-product:hover {
    background: var(--set-main-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product-box .product-box-center .product-swiper .swiper-button-prev-product {
    left: 0 !important;
}
.product-box .product-box-center .product-swiper .swiper-button-next-product {
    right: 0 !important;
}
.product-box .product-box-center .product-swiper .swiper-button-prev-product::after,.product-box .product-box-center .product-swiper .swiper-button-next::after {
    font-size: 18px;
    color: var(--set-ffffff-color);
}
.product-box .product-box-center .product-swiper .product-swiper-slide {
    padding: 30px;
}
.product-box .product-box-center .product-swiper .product-swiper-slide a {
    width: 100%;
    height: 286px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .image {
    width: 286px;
    height: 286px;
    overflow: hidden;
    border-radius: 0px;
    margin-right: 20px;
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .image img {
    width: 286px;
    height: 286px;
    border-radius: 0px;
    transform: scale(1, 1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-box .product-box-center .product-swiper .product-swiper-slide a:hover .image img {
    transform: scale(1.05, 1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .cen {
    width: calc(100% - 306px);
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .cen .tit {
    position: relative;
    font-size: 18px;
    color: var(--set-333333-color);
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .cen .tit em {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    border-radius: 3px;
    background: var(--set-main-color);
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .cen .text {
    font-size: 16px;
    color: var(--set-888888-color);
    line-height: 32px;
    max-height: 128px;
    overflow: hidden;
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .cen .c-more {
    font-size: 16px;
    background: var(--set-eeeeee-color);
    display: inline-block;
    color: var(--set-666666-color);
    padding: 8px 30px;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px var(--set-dddddd-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product-box .product-box-center .product-swiper .product-swiper-slide a .cen .c-more:hover {
    background-color: var(--set-auxiliary-color);
    color: var(--set-ffffff-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product-box .product-box-center .product-list {
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
    width: 100%;
}
.product-box .product-box-center .product-list .product-list-li {
    display: inline-block;
    width: 292px;
    margin-bottom: 20px;
    margin-right: calc(39px / 2);
    box-shadow: 3px 3px 3px var(--set-dddddd-color);
    float: left;
}
.product-box .product-box-center .product-list .product-list-li:nth-child(3n){
    margin-right: 0;
}
.product-box .product-box-center .product-list .product-list-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 10px;
    background: var(--set-f6f6f6-color);
}
.product-box .product-box-center .product-list .product-list-li a:hover {
    background: var(--set-main-color);
}
.product-box .product-box-center .product-list .product-list-li a .image {
    width: 272px;
    height: 272px;
    overflow: hidden;
}
.product-box .product-box-center .product-list .product-list-li a .image img {
    width: 272px;
    height: 272px;
    transform: scale(1, 1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-box .product-box-center .product-list .product-list-li a:hover .image img {
    transform: scale(1.05,1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product-box .product-box-center .product-list .product-list-li a .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.product-box .product-box-center .product-list .product-list-li a .name span {
    color: var(--set-333333-color);
    font-size: 16px;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-box .product-box-center .product-list .product-list-li a:hover .name span {
    color: var(--set-ffffff-color);
}
.product-box .product-box-center .product-list .product-list-li a .name i{
    width: 16px;
    height: 16px;
    background: url(../image/jiantou.png) no-repeat;
    background-position: 0px 0px;
}
.product-box .product-box-center .product-list .product-list-li a:hover .name i{
    background-position: -25px 0px;
}

.advantage {
    margin: 40px auto;
}
.advantage .top-advantage {
    width: 100%;
    height: 194px;
    background: url(../image/top_advantage.jpg) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.advantage .top-advantage h1 {
    color: var(--set-ffffff-color);
    font-size: 46px;
    margin-top: -15px;
}
.advantage .top-advantage p {
    color: var(--set-ffffff-color);
    font-size: 20px;
    margin-top: 10px;
}
.advantage .cen-advantage {
    width: 100%;
    background-image: url(../image/advantage_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.advantage .cen-advantage .adv {

}
.advantage .cen-advantage .adv .adv-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 50px 0 30px;
}
.advantage .cen-advantage .adv .adv-title .adv-title-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.advantage .cen-advantage .adv .adv-title .adv-title-line h1 {
    font-size: 46px;
    color: var(--set-333333-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage .cen-advantage .adv .adv-title .adv-title-line h1 em{
    font-size: 60px;
    color: var(--set-main-color);
    font-style: normal;
    margin-right: 5px;
}
.advantage .cen-advantage .adv .adv-title p {
    margin-top: 15px;
    font-size: 18px;
    color: var(--set-666666-color);
}
.advantage .cen-advantage .adv .adv-box {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .tit img {
    margin-right: 10px;
    margin-top: 4px;
    width: 48px;
    height: 46px;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .tit h1 {
    font-size: 28px;
    color: var(--set-294471-color);
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .text {
    line-height: 24px;
    font-size: 14px;
    color: var(--set-666666-color);
    padding-left: 58px;
    margin-top: 15px;
}

.advantage .cen-advantage .adv .adv-box .adv-box-line.mtx {
    margin-top: 40px;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line.mtx {
    margin-top: 80px;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .image {
    width: 480px;
    height: 380px;
}
.advantage .cen-advantage .adv .adv-box .adv-box-line .image img {
    width: 480px;
    height: 380px;
}

.advantage .cen-advantage .adv .adv-box-image {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    font-size: 0;
}
.advantage .cen-advantage .adv .adv-box-image img {
    width: 100%;
}

.work {
    padding: 80px 0 0;
}
.work .work-box {

}
.work .work-box .work-list {
    display: inline-block;
    width: 100%;
    font-size: 0;

}
.work .work-box .work-list .work-li {
    display: inline-block;
    width: 288px;
    height: 288px;
    margin-right: calc((100% - (288px * 4)) / 3);
    margin-bottom: calc((100% - (288px * 4)) / 3);
}
.work .work-box .work-list .work-li:nth-child(4n){
    margin-right: 0;
}
.work .work-box .work-list .work-li a {
    width: 288px;
    height: 288px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.work .work-box .work-list .work-li a .image {
    width: 288px;
    height: 288px;
    overflow: hidden;
}
.work .work-box .work-list .work-li a .image img {
    width: 288px;
    height: 288px;
    transform: scale(1,1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-list .work-li a .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 288px;
    background: rgba(0,0,0,0.6);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 10px;
    color: var(--set-ffffff-color);
    font-size: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-li a .icon {
    position: absolute;
    left: 0;
    top: -100%;
    width: 288px;
    height: 288px;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.work .work-box .work-li a .icon img {
    width: 50px;
    height: 50px;
}
.work .work-box .work-li a .icon span {
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: var(--set-ffffff-color);
    border: 1px solid var(--set-ffffff-color);
    border-radius: 25px;
    margin: 20px auto;
}
.work .work-box .work-li a:hover .image img {
    transform: scale(1.05,1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-li a:hover .name {
    bottom: -100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.work .work-box .work-li a:hover .icon {
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.work .work-box .work-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 450px;
    height: 50px;
    margin: 35px auto 0px;
    padding-left: 50px;
    line-height: 50px;
    border: 1px dashed var(--set-auxiliary-color);
    border-radius: 50px;
    text-align: center;
    color: var(--set-333333-color);
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-more span {
    float: right;
    display: block;
    width: 175px;
    height: 50px;
    background-color: var(--set-auxiliary-color);
    color: var(--set-ffffff-color);
    font-size: 16px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid var(--set-auxiliary-color);
    margin: -1px -2px 0px 0px;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.work .work-box .work-more:hover {
    color: var(--set-auxiliary-color);
    border: 1px solid var(--set-auxiliary-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-more:hover span {
    font-size: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about {
    margin: 80px 0 0px;
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    background: var(--set-f6f6f6-color) url(../image/about_bg.jpg) no-repeat top;
    position: relative;
    z-index:0;
}
.about .about-box {

}
.about .about-box .about-box-intro {
    background: var(--set-ffffff-color);
    padding: 35px 15px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about .about-box .about-box-intro .image {
    width: 580px;
    height: 400px;
    overflow: hidden;
}
.about .about-box .about-box-intro .image img {
    width: 580px;
    height: 400px;
}
.about .about-box .about-box-intro .intro {
    width: calc(100% - 600px);
}
.about .about-box .about-box-intro .intro h1{
    font-size: 28px;
    color: var(--set-333333-color);
    margin-bottom: 25px;
}
.about .about-box .about-box-intro .intro .text {
    font-size: 14px;
    color: var(--set-666666-color);
    line-height: 28px;
    height: 273px;
    overflow: hidden;
}
.about .about-box .about-box-intro .intro .tels {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.about .about-box .about-box-intro .intro .tels .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    margin-top: 10px;
}
.about .about-box .about-box-intro .intro .tels .line img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.about .about-box .about-box-intro .intro .tels .line span {
    color: var(--set-888888-color);
}
.about .about-box .about-box-intro .intro .tels .line .number {
    color: var(--set-main-color);
    font-size: 18px;
    font-weight: bold;
}
.about .about-box .about-box-intro .intro .tels .line .address {
    color: var(--set-666666-color);
}
.about .about-box .factory {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--set-ffffff-color);
    padding: 10px;
}
.about .about-box .factory .factory-name {
    width: 200px;
    height: 180px;
    background: var(--set-main-color);
    font-size: 28px;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: var(--set-ffffff-color);
}
.about .about-box .factory .factory-name img {
    width: 56px;
    height: 56px;
}
.about .about-box .factory .swiper-factory {
    width: calc(100% - 200px);
    height: 180px;
    overflow: hidden;
    padding-left: 10px;
}
.about .about-box .factory .swiper-factory .swiper-wrapper .swiper-slide {
    width: 180px;
    height: 180px;
}
.about .about-box .factory .swiper-factory .swiper-wrapper .swiper-slide a {
    width: 180px;
    height: 180px;
    display: inline-block;
}
.about .about-box .factory .swiper-factory .swiper-wrapper .swiper-slide a img {
    width: 180px;
    height: 180px;
}

.news {
    margin: 80px 0 0;
    width: 100%;
    height: auto;
}
.news .news-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news .news-box .news-swiper {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.news .news-box .news-swiper .swiper-slide {
    width: 400px;
    height: 400px;
    display: inline-block;
    font-size: 0;
}
.news .news-box .news-swiper .swiper-slide a {
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.news .news-box .news-swiper .swiper-slide a .image {
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.news .news-box .news-swiper .swiper-slide a .image img {
    width: 400px;
    height: 400px;
    transform: scale(1, 1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-box .news-swiper .swiper-slide a:hover .image img {
    transform: scale(1.05, 1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-box .news-swiper .swiper-slide a .name {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    background: rgba(0,0,0,0.6);
    width: 100%;
    padding: 8px 10px;
    color: var(--set-ffffff-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news .news-box .news-list  {
    width: calc(100% - 430px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.news .news-box .news-list .news-a {
    background: url("../image/icon_news.jpg") left center no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed var(--set-dddddd-color);
    padding: 13px 0;
}
.news .news-box .news-list .news-a .name {
    width: calc(100% - 100px);
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: var(--set-666666-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-box .news-list .news-a:hover .name {
    color: var(--set-auxiliary-color);
    padding-left: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-box .news-list .news-a .time {
    width: 100px;
    text-align: right;
    color: var(--set-999999-color);
    font-size: 14px;
}
.news .news-box .news-list .news-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 480px;
    height: 50px;
    margin: 35px auto 0px;
    padding-left: 30px;
    line-height: 50px;
    border: 1px dashed var(--set-auxiliary-color);
    border-radius: 50px;
    text-align: center;
    color: var(--set-333333-color);
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news .news-box .news-list .news-more span {
    float: right;
    display: block;
    width: 175px;
    height: 50px;
    background-color: var(--set-auxiliary-color);
    color: var(--set-ffffff-color);
    font-size: 16px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid var(--set-auxiliary-color);
    margin: -1px -2px 0px 0px;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.news .news-box .news-list .news-more:hover {
    color: var(--set-auxiliary-color);
    border: 1px solid var(--set-auxiliary-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news .news-box .news-list .news-more:hover span {
    font-size: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer {
    margin-top: 80px;
    background: var(--set-main-color);
}
.footer .link {
    border-bottom: 1px solid var(--set-05447f-color);
    padding: 20px 0;
}
.footer .link .link-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .link .link-box .name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--set-ffffff-color);
    font-size: 15px;
    margin-right: 10px;
}
.footer .link .link-box .name img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 4px;
}
.footer .link .link-box .link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .link .link-box .link-list a {
    color: var(--set-ffffff-color);
}
.footer .link .link-box .link-list a:hover {
    color: var(--set-auxiliary-color);
}
.footer .link .link-box .link-list em {
    width: 1px;
    height: 8px;
    background: var(--set-05447f-color);
    margin: 0 15px;
}
.footer .footer-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0;
}
.footer .footer-box .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    color: var(--set-ffffff-color);
}
.footer .footer-box .boxs .company {
    font-size: 22px;
    margin-bottom: 10px;
}
.footer .footer-box .boxs .tags {
    font-size: 16px;
    margin-top: 10px;
}
.footer .footer-box .boxs .tel-name {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer .footer-box .boxs .tel-number {
    font-size: 20px;
    font-weight: bold;
}
.footer .footer-box .boxs.erweima {
    align-items: center;
}
.footer .footer-box .boxs.erweima .image {
    background: var(--set-ffffff-color);
    padding: 5px;
}
.footer .footer-box .boxs.erweima .image img {
    width: 120px;
    height: 120px;
}
.footer .footer-box .boxs.erweima p {
    font-size: 14px;
    margin-top: 5px;
}
.footer .footer-copyright {
    border-top: 1px solid var(--set-05447f-color);
}
.footer .footer-copyright .footer-copyright-value {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.footer .footer-copyright .footer-copyright-value p {
    padding: 0 10px;
    color: var(--set-ffffff-color);
}
.footer .footer-copyright .footer-copyright-value p a {
    color: var(--set-ffffff-color);
}

.child-banner {
   display: flex;
    align-items: center;
    justify-content: center;
}
.child-banner img {
    max-width: 100%;
}
.detail {
    padding: 40px 0 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.detail .navs {
    width: 270px;
    height: auto;
    background-color: var(--set-ffffff-color);
    border: 1px solid var(--set-main-color);
    padding-bottom: 40px;
}
.detail .navs .category-title {
    width: 100%;
    height: 130px;
    background: url(../image/menus_t.png) no-repeat;
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 32px;
    color: var(--set-ffffff-color);
    line-height: 130px;
    text-align: center;
}
.detail .navs .category-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0 15px;
}
.detail .navs .category-list a {
    width: 240px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    color: var(--set-ffffff-color);
    font-size: 14px;
    padding: 0 15px;
    background: var(--set-main-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail .navs .category-list a img {
    width: 16px;
    height: 16px;
}
.detail .navs .category-list a:hover,.detail .navs .category-list a.active {
    background-color: var(--set-auxiliary-color);
}
.detail .navs .category-list a.more::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background: url(../image/jia.png) no-repeat;
    background-size: 100%;
}

.detail .conts {
    width: calc(100% - 300px);
}
.detail .conts .detail-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 10px 0 30px;
}
.detail .conts .detail-tit .name {
    font-size: 24px;
    font-weight: bold;
    color: var(--set-000000-color);
}
.detail .conts .detail-tit .info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--set-999999-color);
    font-size: 14px;
    margin-top: 10px;
}
.detail .conts .detail-tit .info span {
    padding: 0 10px;
}
.detail .conts .detail-content {
    line-height: 32px;
}
.detail .conts .detail-content img {
    max-width: 100%;
}
.detail .conts .detail-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.detail .conts .detail-more a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48%;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border: 1px solid var(--set-dddddd-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-more a span {
    width: 80px;
    text-align: center;
    background: var(--set-main-color);
    color: var(--set-ffffff-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-more a em {
    width: calc(100% - 80px);
    text-align: left;
    color: var(--set-666666-color);
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-more a:hover{
    border: 1px solid var(--set-auxiliary-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-more a:hover span {
    background: var(--set-auxiliary-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-more a:hover em {
    color: var(--set-main-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.detail .conts .detail-news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.detail .conts .detail-news-list .n-list {
    border-bottom: 1px dashed var(--set-dddddd-color);
    padding: 0px 0;
    display: inline-block;
    width: 100%;
}
.detail .conts .detail-news-list .n-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    background: url(../image/icon_news.jpg) left center no-repeat;
    padding: 20px 0;
    width: 100%;
}
.detail .conts .detail-news-list .n-list a span {
    font-size: 16px;
    padding-left: 20px;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    color: var(--set-333333-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-news-list .n-list a:hover span {
    color: var(--set-auxiliary-color);
    padding-left: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-news-list .n-list a em {
    font-size: 14px;
    width: 100px;
    text-align: right;
    color: var(--set-999999-color);
}
.diy_page {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--set-main-color);
    border-color: var(--set-main-color);
}
.detail .conts .product-list {
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.detail .conts .product-list .product-list-li {
    display: inline-block;
    width: 216px;
    margin-bottom: 12px;
    margin-right: 12px;
    box-shadow: 3px 3px 3px var(--set-dddddd-color);
    float: left;
}
.detail .conts .product-list .product-list-li:nth-child(4n){
    margin-right: 0;
}
.detail .conts .product-list .product-list-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 10px;
    background: var(--set-f6f6f6-color);
}
.detail .conts  .product-list .product-list-li a:hover {
    background: var(--set-main-color);
}
.detail .conts  .product-list .product-list-li a .image {
    width: 206px;
    height: 206px;
    overflow: hidden;
}
.detail .conts  .product-list .product-list-li a .image img {
    width: 206px;
    height: 206px;
    transform: scale(1, 1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.detail .conts .product-list .product-list-li a:hover .image img {
    transform: scale(1.05,1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.detail .conts .product-list .product-list-li a .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.detail .conts .product-list .product-list-li a .name span {
    color: var(--set-333333-color);
    font-size: 15px;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail .conts .product-list .product-list-li a:hover .name span {
    color: var(--set-ffffff-color);
}
.detail .conts .product-list .product-list-li a .name i{
    width: 16px;
    height: 16px;
    background: url(../image/jiantou.png) no-repeat;
    background-position: 0px 0px;
}
.detail .conts .product-list .product-list-li a:hover .name i{
    background-position: -25px 0px;
}


#sell {
    width: 100%;
    height: 360px;
}
#sell .swiper-slide-duplicate image {
   width: 360px;
    height: 360px;
}
.detail .conts .detail-sell {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.detail .conts .detail-sell .detail-thumb {
    width: 360px;
    margin-right: 10px;
    height: 360px;
}
.detail .conts .detail-sell .detail-thumb img {
    width: 360px;
    height: 360px;
}
.detail .conts .detail-sell .detail-info {
    width: calc(100% - 370px);
    padding: 5px 10px 10px;
}
.detail .conts .detail-sell .detail-info .detail-title {
    border-bottom: 1px solid var(--set-eeeeee-color);
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}
.detail .conts .detail-sell .detail-info .detail-title em {
    position: absolute;
    width: 50px;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: var(--set-main-color);
}
.detail .conts .detail-sell .detail-info .detail-price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background: rgba(244,169,57,0.1);
    padding: 10px 10px 10px;
}
.detail .conts .detail-sell .detail-info .detail-price .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    width: 100%;
}
.detail .conts .detail-sell .detail-info .detail-price .line .label {
    width: 80px;
    text-align: left;
    font-size: 14px;
    color: var(--set-999999-color);
    font-weight: normal;
}
.detail .conts .detail-sell .detail-info .detail-price .line .price {
    font-size: 16px;
    width: calc((100% - 140px) / 3);
    margin-right: 20px;
    color: var(--set-ff0000-color);
    font-weight: 600;
}
.detail .conts .detail-sell .detail-info .detail-price .line-tip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
    margin-top: 10px;
    color: var(--set-888888-color);
}
.detail .conts .detail-sell .detail-info .detail-guige {
    /*min-height: 170px;*/
}
.detail .conts .detail-sell .detail-info .detail-guige .guige {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    border-bottom: 1px solid var(--set-eeeeee-color);
}
.detail .conts .detail-sell .detail-info .detail-guige .guige.guige-title {
    padding:20px 10px 10px 10px;
}
.detail .conts .detail-sell .detail-info .detail-guige .guige .span {
    width: calc(100% / 2);
    color: var(--set-888888-color);
}
.detail .conts .detail-sell .detail-info .detail-guige .guige .span strong {
    color: var(--set-333333-color);
}

.detail .conts .detail-sell .detail-info .detail-price .line-tip img {
    width: 14px;
    height: 14px;
}
.detail .conts .detail-sell .detail-info .detail-price .line .buyerx {
    font-size: 14px;
    width: calc((100% - 140px) / 3);
    margin-right: 20px;
    color: var(--set-333333-color);
    padding-left: 5px;
}
.detail .conts .detail-sell .detail-info .detail-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.detail .conts .detail-sell .detail-info .detail-phone {
    font-size: 18px;
    color: var(--set-333333-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.detail .conts .detail-sell .detail-info .detail-phone i{
    width: 28px;
    height: 30px;
    background: url(../image/phone.png) no-repeat center;
    margin-right: 5px;
    margin-top: 1px;
}
.detail .conts .detail-sell .detail-info .detail-phone strong {
    color: var(--set-auxiliary-color);
    font-size: 28px;
}
.detail .conts .detail-sell .detail-info .details-info .detail-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: var(--set-ffffff-color);
}
.detail .conts .detail-sell .detail-info .detail-btn .detail-btn-right {
    background: var(--set-main-color);
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    line-height: 40px;
    padding: 0 40px 0 40px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-sell .detail-info .detail-btn .detail-btn-right a {
    color: var(--set-ffffff-color);
}
.detail .conts .detail-sell .detail-info .detail-btn .detail-btn-right i {
    margin-right: 5px;
}
.detail .conts .detail-sell .detail-info .detail-btn .detail-btn-right:hover {
    background: var(--set-ff7700-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.detail .conts .detail-btitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    position: relative;
    border-bottom: 1px solid var(--set-main-color);
    margin-bottom: 20px;
}
.detail .conts .detail-btitle span {
    padding: 10px 0;
    background: var(--set-main-color);
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 0 0;
    color: var(--set-ffffff-color);
}

.detail .conts .detail-content .detail-arr {
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 20px;
}
.detail .conts .detail-content .detail-arr .attr-line {
    width: calc(100% / 3);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    margin-bottom: 0px;
    border: 1px solid var(--set-eeeeee-color);
}
.detail .conts .detail-content .detail-arr .attr-line .attr-line-label {
    width: 120px;
    color: var(--set-999999-color);
    font-size: 14px;
    border-right: 1px solid var(--set-eeeeee-color);
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail .conts .detail-content .detail-arr .attr-line .attr-line-value {
    width: calc(100% - 120px);
    color: var(--set-333333-color);
    font-size: 14px;
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail .conts .detail-content .detail-content-line span {
    color: var(--set-999999-color);
}
.detail .conts .detail-content .hrs {
    border-bottom: 1px dashed var(--set-eeeeee-color);
    margin: 10px 0;
}
.detail .conts .detail-content .detail-content-tit{
    color: var(--set-999999-color);
    margin-bottom: 10px;
}


@media (max-width: 768px) and (max-width: 992px) {
    html,body {
        overflow-x: hidden;
    }
    .containers {
        width: 100%;
    }
    .full-padding {
        padding: 0rem 0;
    }

    .search {
        padding: 1rem 1rem;
    }
    .search .search-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search .search-box .dateText {
        width: 100%;
        font-size: 0.8rem;
        text-align: center;
    }

    .product {
        padding :3rem 0 1rem;
    }
    .box-title {
        margin-bottom: 1rem;
        height: 3.5rem;
    }
    .box-title h1 {
        font-size: 1.8rem;
    }
    .box-title .box-title-info {
        margin-top: 0.5rem;
    }
    .box-title .box-title-info img {
        margin-top: 0.5rem;
        width: 1.2rem;
        height: 1.2rem;
    }
    .box-title .box-title-info p {
        font-size: 1.8rem;
        padding: 0 1.5rem;
        letter-spacing: 0.2rem;
    }
    .product-box .product-box-center {
        width: 100%;
    }
    .product-box .product-box-center .product-list {
        margin-top: 0;
        padding: 0.5rem;
    }
    .product-box .product-box-center .product-list .product-list-li {
        width: calc((100% - 1rem) / 2);
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
    .product-box .product-box-center .product-list .product-list-li:nth-child(3n){
        margin-right: 1rem;
    }
    .product-box .product-box-center .product-list .product-list-li:nth-child(2n){
        margin-right: 0rem;
    }
    .product-box .product-box-center .product-list .product-list-li a {
        padding: 0.5rem;
    }
    .product-box .product-box-center .product-list .product-list-li a .image {
        width: 100%;
        height:calc((100vw - 4rem) / 2);
    }
    .product-box .product-box-center .product-list .product-list-li a .image img {
        width: 100%;
        height: calc((100vw - 4rem) / 2);
    }

    .product-box .product-box-center .product-list .product-list-li a .name {
        margin-top: 0.5rem;
    }
    .product-box .product-box-center .product-list .product-list-li a .name span {
        font-size: 1rem;
        width: calc(100% - 20px);
    }

    .advantage {
        margin: 2rem auto;
    }
    .advantage .top-advantage {
        height: 8rem;
        background-image: url(../image/top_advantage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .advantage .top-advantage h1 {
        font-size: 1.8rem;
    }
    .advantage .top-advantage p {
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    .advantage .cen-advantage {
        background: none;
        padding-bottom: 0rem;
    }

    .advantage .cen-advantage .adv .adv-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 1rem 0 1rem;
    }
    .advantage .cen-advantage .adv .adv-title .adv-title-line {
        justify-content: center;
    }
    .advantage .cen-advantage .adv .adv-title .adv-title-line img {
        width: 4rem;
    }
    .advantage .cen-advantage .adv .adv-title .adv-title-line h1 {
        font-size: 1.6rem;
        margin: 0 1rem;
    }
    .advantage .cen-advantage .adv .adv-title .adv-title-line h1 em{
        font-size: 2rem;
        margin-right: 0.3rem;
    }
    .advantage .cen-advantage .adv .adv-title p {
        margin-top: 0.5rem;
        font-size: 0.8rem;
    }
    .advantage .cen-advantage .adv .adv-box {
        margin-top: 1rem;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line {
        justify-content: flex-start;
        flex-flow: column;
        padding: 0 0.5rem;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .box-text {
        width: 100%;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .tit img {
        margin-right: 0.5rem;
        margin-top: 0.2rem;
        width: 2.2rem;
        height: 2.2rem;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .tit h1 {
        font-size: 1.4rem;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line .text {
        line-height: 1.5rem;
        font-size: 0.9rem;
        padding-left: 0.5rem;
        margin-top: 0.5rem;
    }

    .advantage .cen-advantage .adv .adv-box .adv-box-line.mtx {
        margin-top: 1rem;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .box-text .box-text-line.mtx {
        margin-top: 1.5rem;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .image {
        width: 100%;
        height: auto !important;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .image img {
        width: 100%;
        height: auto !important;
    }
    .advantage .cen-advantage .adv .adv-box .adv-box-line .box-text.mtm {
        margin-top: 1rem;
    }

    .work {
        padding: 2rem 0 0;
    }
    .work .work-box {
        padding: 0.5rem;
    }
    .work .work-box .work-list {

    }
    .work .work-box .work-list .work-li {
        width: calc(50% - 0.3rem);
        height: auto !important;
        margin-right: 0.6rem;
        margin-bottom: 0.6rem;
    }
    .work .work-box .work-list .work-li:nth-child(4n){
        margin-right: 0;
    }
    .work .work-box .work-list .work-li:nth-child(2n){
        margin-right: 0;
    }
    .work .work-box .work-list .work-li a {
        width: 100%;
        height: auto !important;
    }
    .work .work-box .work-list .work-li a .image {
        width: 100%;
        height: auto !important;
        overflow: hidden;
    }
    .work .work-box .work-list .work-li a .image img {
        width: 100%;
        height: calc((100vw - 1.6rem) / 2);
    }
    .work .work-box .work-list .work-li a .name {
        width: 100%;
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    .work .work-box .work-more {
        width: 20rem;
        height: 2.4rem;
        margin: 1rem auto 0;
        padding-left: 2rem;
        line-height: 2.4rem;
        border-radius: 2.4rem;
        color: var(--set-333333-color);
        font-size: 1rem;
    }
    .work .work-box .work-more span {
        width: 8rem;
        height: 2.4rem;
        font-size: 1rem;
        border-radius: 2.4rem;
    }

    .work .work-box .work-more:hover span {
        font-size: 1rem;
    }

    .about {
        margin: 2rem 0 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .about .about-box .about-box-intro {
        padding: 0.5rem;
        flex-flow: column;
    }
    .about .about-box .about-box-intro .image {
        width: 100%;
        height: auto !important;

    }
    .about .about-box .about-box-intro .image img {
        width: 100%;
        height: auto !important;
    }
    .about .about-box .about-box-intro .intro {
        width: 100%;
    }
    .about .about-box .about-box-intro .intro h1{
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
        font-weight: bold;
    }
    .about .about-box .about-box-intro .intro .text {
        font-size: 0.9rem;
        line-height: 1.6rem;
        height: auto !important;
        margin-bottom: 1rem;
    }

    .about .about-box .about-box-intro .intro .tels .line {
        font-size: 1rem;
        margin-top: 0.3rem;
    }
    .about .about-box .about-box-intro .intro .tels .line img {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.3rem;
    }

    .about .about-box .about-box-intro .intro .tels .line .number {
        font-size: 0.9rem;
    }

    .about .about-box .factory {
        padding: 0.5rem;
    }
    .about .about-box .factory .swiper-factory {
        width: 100%;
        height: auto !important;
        padding-left: 0;
    }
    .about .about-box .factory .swiper-factory .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
    }
    .about .about-box .factory .swiper-factory .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 100%;
    }


    .news {
        margin: 2rem 0 0;
    }

    .news .news-box .news-list  {
        width: 100%;
        padding: 0 0.5rem;
    }
    .news .news-box .news-list .news-a {
        padding: 0.8rem 0;
    }
    .news .news-box .news-list .news-a .name {
        width: calc(100% - 5.5rem);
        padding-left: 1.2rem;
        font-size: 0.9rem;
    }
    .news .news-box .news-list .news-a:hover .name {
        padding-left: 1.3rem;
    }
    .news .news-box .news-list .news-a .time {
        width: 5rem;
        font-size: 0.8rem;
    }
    .news .news-box .news-list .news-more {
        width: 20rem;
        height: 2.4rem;
        margin: 1rem auto 0;
        padding-left:0.6rem;
        line-height: 2.4rem;
        border-radius: 2.4rem;
        color: var(--set-333333-color);
        font-size: 0.9rem;
    }
    .news .news-box .news-list .news-more span {
        width: 8rem;
        height: 2.4rem;
        font-size: 0.9rem;
        border-radius: 2.4rem;
    }
    .news .news-box .news-list .news-more:hover {
        color: var(--set-auxiliary-color);
        border: 1px solid var(--set-auxiliary-color);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .news .news-box .news-list .news-more:hover span {
        font-size: 17px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .footer {
        margin-top: 2rem;
    }
    .footer .copyright {
        color: var(--set-ffffff-color);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 1rem 0;
        line-height: 1.2rem;
        margin-bottom: 3rem;
    }
    .footer .copyright p  {
        text-align: center;
        padding: 0.2rem 0;
    }
    .footer .copyright a {
        color: var(--set-ffffff-color);
    }
    .footer .copyright em {
        width: 1px;
        margin: 0 2px;
    }

    .footer_fiexd {
        width: 100%;
        background: var(--set-ffffff-color);
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999999;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .footer_fiexd .btns {
        width: calc(100% / 3);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--set-ffffff-color);
        padding: 0;
        height: 3rem;
    }
    .footer_fiexd .btns img {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.3rem;
    }
    .footer_fiexd .mes {
        background: linear-gradient(to right, #0af 0%, #07f 100%);
    }
    .footer_fiexd .sms {
        background: linear-gradient(to right, #fb0 0%, #f80 100%);
    }
    .footer_fiexd .tel {
        background: linear-gradient(to right, #f70 0%, #f40 100%);
    }

    .footer_fiexd .btns em {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal!important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 1rem;
    }

    .category {
        display: inline-block;
        width:100%;
        padding: 1rem;
    }

    .category .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width:100%;
        padding:0.5rem 1rem;
        background: var(--set-auxiliary-color);
        border-radius: 0.2rem;
    }

    .category .title em {
        color: var(--set-ffffff-color);
        font-size:1rem;
    }

    .category .title img {
        width:0.8rem;
        height:0.4rem;
    }

    .category .nav-sides {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .category .nav-sides .nav-side {
        display: block;
        height: 2.4rem;
        line-height:2.4rem;
        cursor: pointer;
        background: var(--set-eeeeee-color);
        color: var(--set-888888-color);
        font-size: 0.9rem;
        text-align: center;
        border-bottom: 0.1rem solid var(--set-f6f6f6-color);

    }

    .category .nav-sides .nav-side a {
        display: block;
        color: var(--set-888888-color);
        text-decoration: none;
    }

    .category .nav-sides .nav-side:hover a,.category .nav-sides .nav-side a.on {
        color: var(--set-auxiliary-color);
    }
    .detail {
        margin:1rem 0;
        padding: 0rem 0.5rem;
    }
    .detail .conts {
        width: 100%;

    }
    .detail .conts .detail-tit {
        margin-bottom: 1rem;
    }
    .detail .conts .detail-tit .name {
        font-size: 1rem;
        font-weight: bold;
    }
    .detail .conts .detail-tit .info {
        font-size: 0.8rem;
        margin-top: 0.6rem;
    }
    .detail .conts .detail-tit .info span {
        padding: 0 0.5rem;
    }
    .detail .conts .detail-content {
        line-height: 1.8rem;
    }

    .detail .conts .detail-more {
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-top: 1rem;
    }
    .detail .conts .detail-more a {
        width: 100%;
        font-size: 0.9rem;
        height: 2.4rem;
        line-height:2.4rem;
        margin-top: 1rem;
    }

    .detail .conts .detail-more a em {
        padding: 0 0.5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .diy_page {
        margin-top: 1rem;
        font-size: 0.9rem;
    }
    .detail .conts .product-list .product-list-li {
        width: calc((100% - 0.6rem) / 2);
        margin-bottom: 0.6rem;
        margin-right: 0.6rem;
    }
    .detail .conts .product-list .product-list-li:nth-child(4n){
        margin-right: 0.6rem;
    }
    .detail .conts .product-list .product-list-li:nth-child(2n){
        margin-right: 0;
    }
    .detail .conts .product-list .product-list-li a {
        padding: 0.5rem;
    }
    .detail .conts  .product-list .product-list-li a .image {
        width: 100%;
        height: auto !important;
    }
    .detail .conts  .product-list .product-list-li a .image img {
        width: 100%;
        height: calc((100vw - 3.6rem) / 2);
    }
    .detail .conts .product-list .product-list-li a .name {
        margin-top: 0.5rem;
    }
    .detail .conts .product-list .product-list-li a .name span {
        font-size: 0.9rem;
    }


    #sell {
        width: 100%;
        height: auto !important;
    }
    #sell .swiper-slide-duplicate image {
        width: 100%;
        height: calc(100vw - 1rem);
    }
    .detail .conts .detail-sell {
        flex-flow: column;
    }
    .detail .conts .detail-sell .detail-thumb {
        width: 100%;
        margin-right: 0;
        height: calc(100vw - 1rem);
    }
    .detail .conts .detail-sell .detail-thumb img {
        width: 100%;
        height: calc(100vw - 1rem);
    }
    .detail .conts .detail-sell .detail-info {
        width: 100%;
        padding: 1rem  0 0;
    }
    .detail .conts .detail-sell .detail-info .detail-title {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        text-align: center;
    }
    .detail .conts .detail-sell .detail-info .detail-title em {
        display: none;
    }
    .detail .conts .detail-sell .detail-info .detail-price {
        padding: 0.5rem;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line {
        margin-bottom: 0.5rem;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line .label {
        width: 3rem;
        font-size: 0.8rem;
        text-align: left;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line .price {
        font-size: 0.9rem;
        width: calc((100% - 4rem) / 3);
        margin-right: 0.5rem;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line .price:last-of-type {
        margin-right: 0;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line-tip {
        padding-left: 0.5rem;
        font-size: 0.7rem;
        margin-top: 0;
        color: var(--set-999999-color);
    }

    .detail .conts .detail-sell .detail-info .detail-guige .guige {
        padding: 0.5rem;
    }
    .detail .conts .detail-sell .detail-info .detail-guige .guige.guige-title {
        padding:1rem 0.5rem 0.5rem;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line .buyerx {
        font-size: 0.8rem;
        width: calc((100% - 4rem) / 3);
        margin-right: 0.5rem;
        padding-left: 0.3rem;
    }
    .detail .conts .detail-sell .detail-info .detail-price .line .buyerx:last-of-type {
        margin-right: 0;
    }
    .detail .conts .detail-sell .detail-info .detail-btns {
        margin-top: 2rem;
        flex-flow: column;
    }
    .detail .conts .detail-sell .detail-info .detail-phone {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .detail .conts .detail-sell .detail-info .detail-phone i{
        /*display: none;*/
    }
    .detail .conts .detail-sell .detail-info .detail-phone strong {
        font-size: 1.8rem;
    }
    .detail .conts .detail-sell .detail-info .details-info .detail-btn {
        font-size: 1rem;
    }
    .detail .conts .detail-sell .detail-info .detail-btn .detail-btn-right {
        height: 2.4rem;
        border-radius: 2.4rem;
        line-height: 2.4rem;
        padding: 0 3rem;
    }

    .detail .conts .detail-btitle {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .detail .conts .detail-btitle span {
        padding: 0.5rem 0;
        background: none;
        color: var(--set-main-color);
        width: auto !important;
        font-size: 1rem;
    }

    .detail .conts .detail-content .detail-arr {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        font-size: 0;
        margin-bottom: 1rem;
    }
    .detail .conts .detail-content .detail-arr .attr-line {
        width: 100%;
        margin-bottom: 0;
        border-bottom: none;
    }
    .detail .conts .detail-content .detail-arr .attr-line:last-of-type {
        border-bottom: 1px solid var(--set-eeeeee-color);
    }
    .detail .conts .detail-content .detail-arr .attr-line .attr-line-label {
        width: 8rem;
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
    }
    .detail .conts .detail-content .detail-arr .attr-line .attr-line-value {
        width: calc(100% - 8rem);
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
    }
    .detail .conts .detail-content .hrs {
        margin: 0.5rem 0;
    }
    .detail .conts .detail-content .detail-content-tit{
        margin-bottom: 0.5rem;
    }

}
