@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    /* 页面背景色 */
    --background: rgb(255, 255, 255);
    /* 文字,标题颜色 */
    --font: rgba(0, 0, 0, 1);
    /* 品牌颜色 */
    --brand: rgba(236.997, 107.99163300000001, 0, 1);
    /* 第一重色 */
    --accent: rgba(51, 51, 51, 1);
    /* 第二清色 */
    --secondary: rgba(236.997, 107.99163300000001, 0, 1);
}

section,
footer {
    position: relative;
    z-index: 1;
}

svg:not(:root) {
    overflow: hidden;
    fill: currentColor;
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#headers-003--0 .center {
    max-width: 90%;
    font-family: "Hind";
}

.shadow-bottom {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

#headers-003--0 .menuBtn {
    position: relative;
    border: none;
    border-radius: 0;
    z-index: 9999;
    width: 24px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    display: none
}

#headers-003--0 .menuBtn:active,
#headers-003--0 .menuBtn:focus {
    outline: 0
}

#headers-003--0 .menuBtn span {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    left: 0;
    opacity: 1;
    transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left
}

#headers-003--0 .menuBtn span:nth-child(1),
#headers-003--0 .menuBtn span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

#headers-003--0 .menuBtn.active span {
    background: #000
}

#headers-003--0 .menuBtn.active span:nth-child(1) {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    opacity: .9
}

#headers-003--0 .menuBtn.active span:nth-child(2) {
    visibility: hidden;
    background: 0 0;
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0)
}

#headers-003--0 .menuBtn.active span:nth-child(3) {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    opacity: .9
}

@media screen and (max-width:875px) {
    #headers-003--0 .menuBtn {
        display: flex
    }
}

#headers-003--0 {
    width: 100%;
    background: #fff;
    z-index: 999
}

#headers-003--0 .btn {
    color: #fff;
    background: var(--brand);
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

#headers-003--0 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#headers-003--0 .headerTop {
    background: var(--secondary);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 42px
}

#headers-003--0 .headerTop .msg {
    display: inline-block;
    vertical-align: middle;
    color: #4b4b4b;
    text-align: left
}

#headers-003--0 .headerTop .msg svg {
    fill: currentColor !important;
    color: var(--brand);
    display: inline-block;
    vertical-align: middle
}

#headers-003--0 .headerTop .msg li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 1;
    color: var(--brand);
}

#headers-003--0 .headerTop .msg li:before {
    display: none
}

#headers-003--0 .headerTop .msg p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2px;
    display: inline-block;
}

#headers-003--0 .headerTop .msg li a {
    color: #fff
}

#headers-003--0 .headerTop .msg li a:hover {
    color: #fff;
}

#headers-003--0 .carW {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 26px
}

#headers-003--0 .carW .svgW {
    height: 42px;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

#headers-003--0 .carW svg {
    fill: #333;
    cursor: pointer
}

#headers-003--0 .carW .carNum {
    position: absolute;
    top: 7px;
    right: 10px;
    background: #ff7f00;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 2px
}

#headers-003--0 .carW .carDrop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

#headers-003--0 .carW .carGoodList {
    max-height: 400px;
    overflow-y: auto
}

#headers-003--0 .carW .carGoodList::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5
}

#headers-003--0 .carW .carGoodList::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

#headers-003--0 .carW .carGoodList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8
}

#headers-003--0 .carW .carGoodList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5
}

#headers-003--0 .carW .carGoodList li:last-child {
    border-bottom: 0
}

#headers-003--0 .carW .carGoodList .imgW {
    width: 80px;
    margin-right: 10px;
    border: 1px solid #e5e5e5
}

#headers-003--0 .carW .carGoodList .textW {
    width: 0;
    flex-grow: 1;
    color: var(--font);
    line-height: 1;
    margin-top: 20px
}

#headers-003--0 .carW .carGoodList .tit {
    font-weight: 700
}

#headers-003--0 .carW .carGoodList .des {
    margin-top: 10px
}

#headers-003--0 .carW .carGoodList .closeBtn {
    line-height: 1;
    cursor: pointer
}

#headers-003--0 .carW .carGoodList .closeBtn:before {
    content: "\e60b";
    font-family: icomoon;
    background: var(--brand);
    color: #fff;
    padding: 0 2px
}

#headers-003--0 .carW .subTotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid var(--font);
    margin-top: 15px;
    padding-top: 10px
}

#headers-003--0 .carW .subTotal .key {
    font-weight: 700;
    color: #222
}

#headers-003--0 .carW .btnW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
}

#headers-003--0 .carW .btnW a {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    border: 1px solid var(--font);
    line-height: 1;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 12px
}

#headers-003--0 .carW .btnW a:hover {
    background: var(--font);
    color: #fff
}

#headers-003--0 .headerShare {
    /* display: flex; */
    margin-right: 10px
}

#headers-003--0 .headerShare a {
    display: inline-block;
    margin-right: 15px
}

#headers-003--0 .headerShare a:last-child {
    margin-right: 0
}

#headers-003--0 .headerShare a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#headers-003--0 .lang {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}

#headers-003--0 .lang.selected .now:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#headers-003--0 .lang .now {
    padding-right: 30px;
    cursor: pointer;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#headers-003--0 .lang .now:before {
    content: "\e622";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    font-size: 18px;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

#headers-003--0 .lang .now p {
    display: none;
}

#headers-003--0 .lang .now p.active {
    display: inline;
}

#headers-003--0 .lang .now p svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#headers-003--0 .lang .now p img {
    width: 25px;
    margin-right: 5px;
}

#headers-003--0 .lang ul {
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    background: #F2F2F2;
    z-index: 10000;
    line-height: 1;
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    display: none;
}

#headers-003--0 .lang ul li {
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}

#headers-003--0 .lang ul li:last-child {
    margin-bottom: 0;
}

#headers-003--0 .lang ul li a {
    display: block;
    padding: 8px 10px;
    color: #222;
    position: relative;
    text-align: left;
}

#headers-003--0 .lang ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

#headers-003--0 .lang ul li a svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#headers-003--0 .lang ul li:hover a:before {
    background: var(--brand);
    transition: all 0.5s ease 0s;
    transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
}

#headers-003--0 .lang ul li:hover a {
    color: #fff;
}

#headers-003--0 .logo img {
    max-height: 100px;
    max-width: 200px;
}

#headers-003--0 .logo a,
#headers-003--0 .logo span {
    display: inline-block;
    vertical-align: middle
}

#headers-003--0 .logo span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dfe2ed;
    text-transform: uppercase;
    color: #666;
    max-width: 300px
}

#headers-003--0 .nav {
    font-size: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    display: inline-block;
    vertical-align: middle
}

#headers-003--0 .nav>li {
    display: inline-block;
    position: relative;
    margin-right: 60px
}

#headers-003--0 .nav>li:last-child {
    margin-right: 0
}

#headers-003--0 .nav>li>a {
    display: block;
    position: relative;
    text-transform: capitalize;
    line-height: 70px;
    font-size: 18px;
    COLOR: #000;
}

#headers-003--0 .nav>li>a:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--brand)
}

#headers-003--0 .nav>li:hover>ul {
    opacity: 1;
    visibility: visible
}

#headers-003--0 .nav>li:hover>a {
    color: var(--brand)
}

#headers-003--0 .nav>li.active>a:before {
    left: 0;
    right: 0
}

#headers-003--0 .nav>li ul {
    display: block;
    width: 240px;
    position: absolute;
    left: -15px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    padding: 10px 0
}

#headers-003--0 .nav>li ul>li {
    line-height: 1.2;
    position: relative;
    padding: 0 15px
}

#headers-003--0 .nav>li ul>li:last-child>a {
    border-bottom: 0
}

#headers-003--0 .nav>li ul>li>a {
    display: block;
    font-size: 14px;
    color: #555;
    text-transform: capitalize;
    position: relative;
    padding: 15px 0;
    transition: .2s all ease;
    -moz-transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    -ms-transition: .2s all ease;
    border-bottom: 1px solid #e5e5e5
}

#headers-003--0 .nav>li ul>li.active>a,
#headers-003--0 .nav>li ul>li:hover>a {
    color: var(--brand)
}

#headers-003--0 .nav>li ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

#headers-003--0 .nav>li ul ul {
    top: -10px;
    left: 100%
}

@media screen and (max-width:875px) {
    #headers-003--0 .carW {
        margin-left: 0;
        margin-right: 10px
    }

    #headers-003--0 .headerTop .contactlink {
        display: none
    }

    #headers-003--0 .headerTop .sociallink {
        width: 100%
    }

    #headers-003--0 .headerShare a {
        margin-right: 8px;
    }

    #headers-003--0 .btn {
        font-size: 12px
    }

    #headers-003--0 .menuBtn {
        display: inline-flex;
        vertical-align: middle
    }

    #headers-003--0 .pubBtn {
        display: none
    }

    .topRig {
        margin-top: 0;
        margin-bottom: 20px
    }

    #headers-003--0 {
        text-align: center;
        padding: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    #headers-003--0 .headerMid {
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px
    }

    #headers-003--0 .headerBot .center {
        text-align: center
    }

    #headers-003--0 .headerTop #headers-003--0 .headerTopRig {
        text-align: center
    }

    #headers-003--0 .headerTop .shareWrap {
        margin-left: 0
    }

    #headers-003--0.insideHeader .insideNav {
        width: 240px;
        top: 53px;
        right: 10px
    }

    #headers-003--0.insideHeader .insideNav>li>a {
        padding: 15px 10px
    }

    #headers-003--0 .nav>li>a:after {
        display: none
    }

    #headers-003--0 .logo span {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        max-width: none;
        margin-top: 10px
    }

    #headers-003--0 .nav {
        width: 80%;
        position: fixed;
        float: none;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        margin: 0;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        padding-top: 60px;
        transform: translate3d(110%, 0, 0);
        -ms-transform: translate3d(110%, 0, 0);
        -moz-transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0);
        -o-transform: translate3d(110%, 0, 0);
        transition: .4s all ease;
        -moz-transition: .4s all ease;
        -webkit-transition: .4s all ease;
        -o-transition: .4s all ease;
        -ms-transition: .4s all ease;
        overflow-y: auto;
        padding-bottom: 60px
    }

    #headers-003--0 .nav.toLeft {
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0)
    }

    #headers-003--0 .nav>li {
        margin: 0;
        display: block;
        text-align: left;
        line-height: 1;
        padding: 0;
        font-size: 14px;
        margin-bottom: 1px
    }

    #headers-003--0 .nav>li>a {
        padding: 15px 30px 15px 20px;
        display: block;
        color: var(--font);
        font-size: 16px;
        border-right: 0;
        line-height: 1
    }

    #headers-003--0 .nav>li>a:before {
        display: none
    }

    #headers-003--0 .nav>li.hasUl>span {
        display: block
    }

    #headers-003--0 .nav>li>span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        position: absolute;
        top: 1px;
        right: 0;
        color: var(--font);
        display: none;
        font-size: 16px;
        z-index: 3
    }

    #headers-003--0 .nav>li>span:before {
        content: "";
        font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif
    }

    #headers-003--0 .nav>li.active {
        background: var(--brand)
    }

    #headers-003--0 .nav>li.active>a {
        color: #fff;
        background: 0 0
    }

    #headers-003--0 .nav>li.active>span {
        color: #fff
    }

    #headers-003--0 .nav>li.active:before {
        display: none
    }

    #headers-003--0 .nav>li:last-child {
        border-bottom: 0
    }

    #headers-003--0 .nav>li:hover>a:before {
        display: none
    }

    #headers-003--0 .nav>li:before {
        display: none
    }

    #headers-003--0 .nav>li.selected2>a {
        color: #fff;
        background: var(--brand)
    }

    #headers-003--0 .nav>li.selected2>span {
        color: #fff;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }

    #headers-003--0 .nav>li ul {
        display: none;
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 0;
        visibility: visible;
        opacity: 1;
        border-top: 0;
        box-shadow: none;
        background: 0 0;
        transition: 0s;
        -moz-transition: 0s;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -ms-transition: 0s
    }

    #headers-003--0 .nav>li ul>li {
        border-bottom: 0
    }

    #headers-003--0 .nav>li ul>li>a {
        color: var(--font);
        padding: 10px 10px 10px 30px
    }

    #headers-003--0 .nav>li ul>li>a:before {
        display: none
    }

    #headers-003--0 .nav>li ul ul {
        display: block;
        visibility: visible;
        opacity: 1
    }

    #headers-003--0 .nav>li ul ul a {
        padding-left: 60px;
        font-size: 13px;
        font-weight: 400;
        padding-top: 6px;
        padding-bottom: 6px
    }

    #headers-003--0 .nav>li ul ul li.active>a,
    #headers-003--0 .nav>li ul ul li:hover>a {
        padding-left: 60px
    }

    #headers-003--0 .nav>li.proLi {
        position: relative
    }

    #headers-003--0 .nav>li .proDrop {
        background: 0 0;
        position: static;
        box-shadow: none
    }

    #headers-003--0 .nav>li .proDrop .tit {
        color: var(--font);
        font-size: 12px
    }

    #headers-003--0 .nav>li .proDrop .box {
        width: 24%;
        margin-bottom: 20px
    }

    .headerMidRig,
    #headers-003--0 .logo {
        width: auto;
        margin-top: 0
    }

    #headers-003--0 .logo {
        max-width: 80px
    }

    #headers-003--0 .headerMid .center {
        position: relative
    }
}

#headers-003--0 .seaBtn {
    display: inline-flex;
    align-items: center;
    color: #333;
    cursor: pointer;
    position: relative;
}

#headers-003--0 .searchWrap {
    display: none
}

#headers-003--0 .searchWrap #searchForm {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    z-index: 9;
}

#headers-003--0 .searchWrap .searchCont {
    width: 100%;
    max-width: 900px;
    border-bottom: 2px solid var(--brand);
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 10vh;
}

#headers-003--0 .searchWrap form {
    display: block;
    width: 100%
}

#headers-003--0 .searchWrap input {
    border: 0;
    width: 100%;
    padding: 10px 100px 10px 20px;
    font-size: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: 0 0
}

#headers-003--0 .searchWrap input.focusOn,
#headers-003--0 .searchWrap input:focus {
    background: 0 0
}

#headers-003--0 .searchWrap input.focusOn+label,
#headers-003--0 .searchWrap input:focus+label {
    display: none
}

#headers-003--0 .searchWrap label {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 30px;
    text-transform: capitalize;
    color: #757575
}

#headers-003--0 .searchWrap button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 0;
    color: #fff
}

@media screen and (max-width:875px) {
    #headers-003--0 .searchWrap #searchForm {
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    #headers-003--0 .searchWrap input {
        font-size: 16px;
        padding: 5px 50px 5px 10px
    }

    #headers-003--0 .searchWrap label {
        font-size: 16px;
        top: 3px;
        left: 10px
    }

    #headers-003--0 .searchWrap button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 0
    }
}

/*  */
#sw-video-001--0 .video-js {}

@media(max-width:780px) {
    .Video {
        padding-top: 60px;
    }
}

/*  */
.probg1 {
    padding-top: 30px;
}

.pubtitle {
    text-align: center;
    color: rgb(237, 108, 0);
    font-size: 40px;
    font-weight: 600;
}

#sw-services-products-022--0 .center {
    max-width: 1280px;
    font-family: Hind !important;
}

#sw-services-products-022--0 .servicebox .titlebox .title-left p {
    font-size: 28px;
    color: #111;
    margin-bottom: 20px;
}

#sw-services-products-022--0 .servicebox .titlebox .title-left .btn {
    padding: 10px 20px;
    background: var(--brand);
    color: #fff;
    display: inline-block;
}

#sw-services-products-022--0 .servicebox .titlebox .title-right p {
    font-size: 14px;
    color: #111;
}

@media screen and (max-width: 768px) {
    .pubtitle {
        font-size: 24px;
    }

    #sw-services-products-022--0 .servicebox .title-left {
        margin-bottom: 20px;
    }
}

#sw-services-products-022--0 .servicebox .contentbox {
    margin: 0px -25px;
}

#sw-services-products-022--0 .servicebox .contentbox .item {
    padding: 0 15px;
    margin-top: 30px;
}

#sw-services-products-022--0 .servicebox .contentbox .item>div {
    background: #FFFFFF;
    /*box-shadow: 0px 2px 46px 0px rgba(4, 0, 0, 0.17);*/

}

#sw-services-products-022--0 .servicebox .contentbox .item>div .imgbox img {
    width: 100%;
}

#sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox {
    padding: 20px 20px 20px;
}

#sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .svgbox svg {
    display: inline-block;
    vertical-align: middle;
    color: var(--brand);
}

#sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .tit {
    font-size: 22px;
    font-weight: 400;
    color: #3a3a3c;
    margin-bottom: 10px;
}

#sw-services-products-022--0 .servicebox .contentbox .item>div:hover {
    box-shadow: 0px 2px 46px 0px rgba(4, 0, 0, 0.17);
    /* 鼠标悬停时显示阴影 */
}

#sw-services-products-022--0 .servicebox .contentbox .item>div:hover .txtbox .tit {
    color: var(--brand);
    /* 鼠标悬停时标题变成橙色 */
}

#sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .desc {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #636366;
}

#sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .smooth {
    color: rgb(237, 108, 0);
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #sw-services-products-022--0 .servicebox .contentbox .item {
        margin-top: 20px;
    }

    #sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .tit {
        margin-bottom: 10px;
        font-size: 18px;
    }

    #sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox {
        padding: 20px 15px;
    }

    #sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .desc {
        font-size: 14px;
    }

    #sw-services-products-022--0 .servicebox .contentbox .item>div .txtbox .smooth {
        font-size: 14px;
    }
}



/*  */
#sw-service-products-025--0 .center {
    max-width: 1650px;
}

#sw-service-products-025--0 .services-products .productslickbox {
    padding: 0 5.5%;
    padding-bottom: 20px;
}

#sw-service-products-025--0 .services-products .productslickbox .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div {
    position: relative;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div .pos-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5);*/
    transition: all 0.5 linear;
    transform-origin: bottom;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div .txt {
    text-align: left;
    padding: 20px 30px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div .txt::after {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s linear;
    background: rgba(237, 108, 0, 0.6);
}

#sw-service-products-025--0 .services-products .productslickbox .item>div .txt .tit {
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div .txt .desc {
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div:hover {}

#sw-service-products-025--0 .services-products .productslickbox .item:hover>div .txt .tit {
    color: #ffffff;
}

#sw-service-products-025--0 .services-products .productslickbox .item:hover>div .txt .desc {
    color: #ffffff;
}

#sw-service-products-025--0 .services-products .productslickbox .item:hover>div .txt::after {
    height: 100%;
    transition: all 0.3s linear;
}

#sw-service-products-025--0 .services-products .productslickbox .slick-prev,
#sw-service-products-025--0 .services-products .productslickbox .slick-next {
    width: 50px;
    height: 50px;
    background-color: #aeaeae;
    border-radius: 50%;
    line-height: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

#sw-service-products-025--0 .services-products .productslickbox .slick-dots li.slick-active button {
    background-color: var(--brand);
    opacity: 1;
}

#sw-service-products-025--0 .services-products .productslickbox .item>div .txt b {
    display: block;
    width: 72px;
    height: 4px;
    background-color: #fff;
    margin-top: 5px;
}

#sw-service-products-025--0 .services-products .productslickbox .item:hover>div .txt b {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    #sw-service-products-025--0 .services-products .productslickbox .item>div .txt .desc {
        color: #000;
    }

    #sw-service-products-025--0 .services-products .productslickbox .slick-prev,
    #sw-service-products-025--0 .services-products .productslickbox .slick-next {
        width: 35px;
        height: 35px;
        background-color: #aeaeae;
        border-radius: 50%;
        line-height: 35px;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }
}

#sw-service-products-025--0 .top {
    text-align: center;
    padding: 0 8%;

}

#sw-service-products-025--0 .top .top-tit {
    font-size: 48px;
    font-weight: bold;
    color: #222;
    line-height: 68px;
}

#sw-service-products-025--0 .top .top-desc {
    font-size: 30px;
    color: #222;
    line-height: 44px;
    position: relative;
    margin-bottom: 14px;
}

#sw-service-products-025--0 .top .top-desc::before {
    content: '';
    width: 27%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
}

#sw-service-products-025--0 .top .top-desc::after {
    content: '';
    width: 27%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 768px) {
    #sw-service-products-025--0 .top .top-tit {
        font-size: 28px;
    }

    #sw-service-products-025--0 .top .top-desc {
        font-size: 20px;
    }

    #sw-service-products-025--0 .top .top-desc::before {
        display: none;
    }

    #sw-service-products-025--0 .top .top-desc::after {
        display: none;
    }
}

#sw-service-products-025--0 .btn {
    white-space: normal !important;
}

#sw-service-products-025--0 .bg {
    opacity: 1;
}


/* appbg */
.w1650 {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

.appbg {
    background: url(../images/bj1.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    margin-top: 30px;
}

.approll {
    position: relative;
    margin-top: 40px;
}

.apnext {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #aeaeae;
    border-radius: 50%;
    line-height: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
}

.apnext::before {
    content: "\e61d";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-family: "icomoon";
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.apprev {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #aeaeae;
    border-radius: 50%;
    line-height: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
}

.apprev::before {
    content: "\e61e";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-family: "icomoon";
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.appSwiper {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.appSwiper .swiper-slide a .img img {
    width: 100%;
}

.appSwiper .swiper-slide a .wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}

.appSwiper .swiper-slide a .wz .ww {
    position: relative;
}

.appSwiper .swiper-slide a .wz .wza {
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
}

.appSwiper .swiper-slide a .wz .wzb {
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
}

.appSwiper .swiper-slide a .wz .wzc {
    display: block;
    width: 72px;
    height: 4px;
    background-color: #fff;
    margin-top: 5px;
}

.appSwiper .swiper-slide a .wz::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s linear;
    background: rgba(237, 108, 0, 0.6);
}

.appSwiper .swiper-slide a:hover .wz::before {
    height: 100%;
    transition: all 0.3s linear;
    z-index: 0;
}

@media(max-width:780px) {
    .appbg {
        padding: 40px 0;
    }

    .apnext {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .apprev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .approll {
        margin-top: 20px;
    }

    .appSwiper .swiper-slide a .wz {
        padding: 15px;
    }

    .appSwiper .swiper-slide a .wz .wza {
        font-size: 20px;
    }

    .appSwiper .swiper-slide a .wz .wzb {
        font-size: 18px;
    }

    .appSwiper .swiper-slide a .wz .wzc {
        width: 50px;
    }
}


/*  */
#sw-features-030--0 .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#sw-features-030--0 .textBox {
    width: calc(50% - 120px);
    padding: 40px 0 40px 120px;
    position: relative;
    z-index: 4;
    max-width: 900px
}

#sw-features-030--0 .textBox .pubtitle {
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
}

#sw-features-030--0 .textBox .ww p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 16px;
}

#sw-features-030--0 .back {
    background: var(--brand);
    width: 67%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#sw-features-030--0 .title {
    font-size: 62px;
    line-height: 1.2em;
    text-align: left;
    color: var(--font);
    margin-bottom: 35px;
}

#sw-features-030--0 .text {
    line-height: 1.575em;
    font-size: 1.2625rem;
    display: block;
    letter-spacing: -.005em;
}

#sw-features-030--0 .slickW {
    width: 50%;
    position: relative;
    padding: 40px 0;
}

#sw-features-030--0 .slickW .slick-next:before,
#sw-features-030--0 .slickW .slick-prev:before {
    transform: rotate(-45deg);
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

#sw-features-030--0 .slick-disabled {
    opacity: .3 !important;
    cursor: auto;
    pointer-events: none;
}

#sw-features-030--0 .slickW .slick-next {
    right: -80px;
}

#sw-features-030--0 .slickW .slick-prev,
#sw-features-030--0 .slickW .slick-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: calc(100% - 70px);
    transform: translate(-50%, -50%) rotate(45deg);
    background: rgba(53, 64, 69);
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.4;
    transition: .3s;
}

#sw-features-030--0 .slickW .slick-prev {
    left: 70px;
}

#sw-features-030--0 .slickW .slick-dots {
    width: 35%;
    height: 100px;
    background: #333;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    margin-bottom: 0;
}

#sw-features-030--0 .slickW .slick-dots li button {
    width: 40px;
    height: 40px;
    background: #CACACA;
    font-size: 24px;
    color: #fff;
    border-radius: 0;
}

#sw-features-030--0 .slickW .slick-dots li.slick-active button {
    background: #5F5F5F;
}

@media screen and (max-width: 1200px) {
    #sw-features-030--0 .slickW {
        text-align: left;
    }

    #sw-features-030--0 .slickW {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 875px) {
    #sw-features-030--0 .wrapper {
        flex-wrap: wrap;
        padding: 30px 15px;
    }

    #sw-features-030--0 .textBox .pubtitle {
        margin-bottom: 20px;
    }

    #sw-features-030--0 .textBox .ww p {
        font-size: 14px;
    }

    #sw-features-030--0 .textBox {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    #sw-features-030--0 .slickW {
        width: 100%;
        margin-bottom: 0;
        padding: 20px 0;
    }

    #sw-features-030--0 .slickW .slick-dots {
        position: static;
        justify-content: center;
        width: 100%;
        height: fit-content;
        padding: 10px 0;
    }

    #sw-features-030--0 .title {
        font-size: 26px;
    }

    #sw-features-030--0 .back {
        width: 100%;
    }
}


/*  */
.news-bg {
    padding: 60px 0;
}

#news-hot-013--0 .center {
    max-width: 1300px !important;
    position: relative;
    font-family: Hind !important;
}

#news-hot-013--0 .center .big-title {
    font-weight: bold;
}

#news-hot-013--0 .center .big-title:hover {
    color: var(--brand);
}

#news-hot-013--0 .center .big-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news-hot-013--0 .center .big-box .img-box {
    width: 50%;
}

#news-hot-013--0 .center .big-box .img-box img {
    width: 100%;
}

#news-hot-013--0 .center .big-box .img-box a {
    display: inline-block;
}

#news-hot-013--0 .center .big-box .rightW {
    width: 50%;
    display: flex;
    flex-direction: column;
    font-family: Hind;
}

#news-hot-013--0 .center .big-box .rightW .txt {
    padding: 10px 10px;
    /*background:var(--brand);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* left: -80px;*/
    padding-left: 10px;
    padding-right: 10px;
}

/*#news-hot-013--0 .center .big-box .rightW .txt:hover{
        left:-50px;
    }*/
#news-hot-013--0 .center .big-box .rightW .txt a .tit {
    font-size: 20px;
    font-weight: 400;
    color: #3a3a3c;
    font-family: Hind;
}

#news-hot-013--0 .center .big-box .rightW .txt>div {
    max-width: 90%;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--brand);
    font-family: Hind !important;
}

#news-hot-013--0 .center .big-box .rightW .txt>div .date-box {
    display: flex;
    color: var(--brand);
}

#news-hot-013--0 .center .big-box .rightW .txt>div .date-box svg {
    margin-right: 20px;
}

#news-hot-013--0 .center .big-box .rightW .txt>div .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #636366;
}

#news-hot-013--0 .center .big-box .rightW .date-value {
    color: var(--brand);
    display: flex;
    align-items: center;
}

#news-hot-013--0 .center .big-box .rightW .txt .icon {
    color: #eeeeee;
}

#news-hot-013--0 .center .big-box .rightW .date-value svg {
    margin-right: 15px;
}

#news-hot-013--0 .center .big-box .rightW .txt:hover {
    padding: 10px 10px;
    background: var(--brand);
}

#news-hot-013--0 .center .big-box .rightW .txt:hover .date-box {
    color: #fff;
}

#news-hot-013--0 .center .big-box .rightW .txt:hover .date-box .date-value {
    color: #fff;
}

#news-hot-013--0 .center .big-box .rightW .txt:hover .tit {
    color: #fff;
}

#news-hot-013--0 .center .big-box .rightW .txt:hover>div .des {
    color: #fff;
}

/*#news-hot-013--0 .rightW .txt.active {*/
/*background: palegoldenrod;*/
/*}*/
/*#news-hot-013--0 .leftW{*/
/*    display:none;*/
/*}*/
#news-hot-013--0 .rightW .txt div img {
    display: none;
}

@media screen and (max-width:875px) {
    .news-bg {
        padding: 40px 0;
    }

    #news-hot-013--0 .center .big-box {
        flex-wrap: wrap;
    }

    #news-hot-013--0 .img-box {
        width: 100%;
    }

    #news-hot-013--0 .center .big-box .img-box {
        width: 100%;
        margin-top: 20px;
    }

    #news-hot-013--0 .center .big-box .rightW {
        width: 100%;
    }

    #news-hot-013--0 .center .big-box .rightW .txt {
        width: 100%;
        position: static !important;
        padding: 10px 0px !important;
    }

    #news-hot-013--0 .center .big-box .rightW .txt .icon {
        display: none !important;
    }

    #news-hot-013--0 .rightW .txt div img {
        display: block;
    }

    #news-hot-013--0 .center .big-box .rightW .txt>div {
        max-width: 100%;
    }

    #news-hot-013--0 .center .big-title {
        font-size: 24px;
    }

    #news-hot-013--0 .center .big-box .rightW .txt a .tit {
        font-size: 16px;
        margin: 5px 0;
    }

    #news-hot-013--0 .center .big-box .rightW .txt>div .des {
        font-size: 12px;
    }
}

/*  */
#sw-partner-clients-009--0 .partners {
    background: url(../images/mapBg.png) no-repeat;
    background-size: cover;
    padding: 2vw 0
}

#sw-partner-clients-009--0 .partners .pubtitle {
    color: #000000;
    margin-bottom: 2vw;
}

#sw-partner-clients-009--0 .partners .t2 {
    color: rgba(51, 51, 51, 0.8);
    font-size: 1vw;
    font-weight: 350;
    text-align: center;
    margin: 10px 0 3vw 0
}

#sw-partner-clients-009--0 .partners .scroll-container {
    width: 100%;
    overflow: hidden
}

#sw-partner-clients-009--0 .partners .scroll-container .animate_box {
    display: flex;
    width: max-content;
    animation: ani-loop 20s linear infinite
}

#sw-partner-clients-009--0 .partners .scroll-container .animate_box .flex-xb {
    display: flex;
    flex-wrap: wrap
}

#sw-partner-clients-009--0 .partners .scroll-container .animate_box .flex-xb .icon {
    width: 8.8125vw;
    border-radius: 12px;
    height: 8.8125vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5vw;
    background: #FFF;
    box-shadow: 0px 0px 20.001px 0px rgba(0, 0, 0, 0.08)
}

#sw-partner-clients-009--0 .partners .scroll-container .animate_box .flex-xb .icon img {
    max-height: 80%;
    max-width: 80%;
    display: block;
    object-fit: contain
}

@keyframes ani-loop {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

#sw-partner-clients-009--0 .partners .scroll-container .animate_box2 {
    animation-direction: reverse;
    margin: 2vw 0
}

@media(max-width:875px) {
    #sw-partner-clients-009--0 .partners {
        padding: 40px 0;
    }

    #sw-partner-clients-009--0 .partners .scroll-container .animate_box .flex-xb .icon {
        width: 80px;
        height: 80px;
    }
}


/*  */
.footer-006 {
    padding: 60px 0;
}

.footer-006 .center {
    max-width: 90%;
    font-family: Hind;
}

.footer-006 {
    color: #333333;
    background: #2A2A2A;
}

.footer-006 a {
    color: #000;
}

.footer-006 a:hover {
    /*text-decoration: underline;*/
}

/* .footer-006 .footerTop { padding-top: 20px; padding-bottom: 20px; } */
.footer-006 .footerTop .flexW {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-006 .footerTop .flexW .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.footer-006 .footerTop .flexW .item .logo {
    display: inline-block;
}

.footer-006 .footerTop .flexW .item .logo img {
    max-width: 150px;
}

@media(max-width:875px) {
    .footer-006 {
        padding: 30px 0;
    }

    .footer-006 .center {
        max-width: 100%;
    }

    #sw-footer-011--0 .footer-bottom {
        font-size: 12px;
    }

}

@media screen and (max-width: 600px) {
    .footer-006 .footerTop .flexW {
        margin-left: -5px;
        margin-right: -5px;
    }

    .footer-006 .footerTop .flexW .item {
        padding: 0 5px;
    }

    .footer-006 .footerTop .flexW .item .logo img {
        max-width: 120px;
    }
}

.footer-006 .footerTop .item {
    flex-grow: 1;
}

.footer-006 .footerTop .itemCol-5 {
    width: 41.66667%;
}

.footer-006 .footerTop .itemCol-4 {
    width: 30%;
}

.footer-006 .footerTop .itemCol-3 {
    width: 20%;
}

.footer-006 .footerTop .itemCol-2 {
    width: 20%;
}

.footer-006 .footerTop .tr {
    text-align: right;
}

.footer-006 .footerTop .slogan {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.footer-006 .footerTop .des {
    font-size: 16px;
    margin-top: 30px;
    display: block;
}

.footer-006 .footerTop .border-box li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 5px 18px;
    position: relative;
}

.footer-006 .footerTop .border-box li:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50px;
    content: "";
    left: 0;
    top: 30%;
}

.footer-006 .footerTop li a:hover {
    color: var(--brand);
}

.footer-006 .footerTop li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.footer-006 .footerTop a,
.footer-006 .footerTop .title {
    font-size: 16px;
}

.footer-006 .footerTop .shareW {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.footer-006 .footerTop .shareW a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    border: 2px solid #666666;
    border-radius: 50px;
    padding: 6px 9px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-006 .footerTop .shareW a:last-child {
    margin-right: 0;
}

.footer-006 .footerTop .shareW a:hover {
    /*color: var(--brand);*/
}

.footer-006 .footerTop .btn {
    text-transform: none;
    font-size: 12px;
    padding: 15px 20px;
    background: var(--brand);
    color: var(--brand);
    display: inline-block;
    letter-spacing: 1px;
}

.footer-006 .footerTop .btn:hover {
    background: #202020;
    color: var(--brand);
}

.footer-006 .footerBot {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
}

.footer-006 .footerBot .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 875px) {
    .footer-006 {
        padding: 30px 0;
    }

    .footer-006 .footerTop .itemCol-4,
    .footer-006 .footerTop .itemCol-3,
    .footer-006 .footerTop .itemCol-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-006 .footerTop .itemCol-4:last-child,
    .footer-006 .footerTop .itemCol-3:last-child,
    .footer-006 .footerTop .itemCol-2:last-child {
        margin-bottom: 0;
    }

    .footer-006 .footerBot {
        text-align: center;
    }

    .footer-006 .footerBot .leftW {
        width: 100%;
    }

    .footer-006 .footerBot .rightW {
        width: 100%;
    }

    .footer-006 .footerTop .btn {
        padding: 10px 15px;
    }
}

#sw-footer-011--0 .bg-wrap {
    background: #e1e1e1;
}

#sw-footer-011--0 {
    position: relative;
}

/*#sw-footer-011--0:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: -75px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 75px;*/
/*    background: url(static/images/footershape.png) no-repeat;*/
/*    z-index: 1;*/
/*}*/
#sw-footer-011--0 .img {
    width: 100%;
    position: absolute;
    top: -75px;
    left: 0;
    height: 75px;
}

#sw-footer-011--0 .footer-bottom {
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#sw-footer-011--0 .footer-bottom a {
    color: #fff;
}

.footer-006 .footerTop .itemCol-4 .btn {
    padding: 10px 0 !important;
    background: none;
    color: #fff;
    font-size: 14px !important;
}

.footer-006 .footerTop .itemCol-4 .btn svg {
    color: #fff;
}

.footer-006 .footerTop .itemCol-4 .btn:hover {
    color: var(--brand);
}

.footer-006 .footerTop .flexW .item .title {
    font-size: 22px !important;
    color: #333333;
    padding: 10px 0;
    border-bottom: 0.5px solid #999999;
    margin-bottom: 20px;
}

.footer-006 .footerTop .contact-box li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-006 .footerTop .contact-box li a:hover {
    color: var(--brand);
}

.footer-006 .footerTop .contact-box li svg {
    margin-right: 10px;
}

#sw-footer-011--0 .footerTop {}

#sw-footer-011--0 .footerTop .title h1 {
    font-size: 24px !important;
    color: #fff;
}

#sw-footer-011--0 .footerTop .title svg {
    display: none;
}

#sw-footer-011--0 .footerTop .title svg {
    display: none;
}

@media screen and (max-width:875px) {

    #sw-footer-011--0 .footer-bottom {
        font-size: 12px;
        padding: 20px 0;
        padding-bottom: 20%;
    }

    .footer-006 .footerTop .flexW .item {
        margin-bottom: 10px !important;
    }

    .footer-006 .footerTop .flexW .item:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #sw-footer-011--0 .footerTop .flexW .item .ul1 {
        display: none
    }

    #sw-footer-011--0 .footerTop .flexW .item .ul2 {
        display: none
    }

    #sw-footer-011--0 .footerTop .flexW .item .ul3 {
        display: none
    }

    .footer-006 .footerTop .flexW .item .title {
        margin-bottom: 5px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #sw-footer-011--0 .footerTop .title .closesvg {
        display: inline-block;
        vertical-align: middle;
    }

    #sw-footer-011--0 .footerTop .title .opensvg {
        display: none;
        vertical-align: middle;
    }

    #sw-footer-011--0 .footerTop .title h1 {
        font-size: 20px;
    }

    #sw-footer-011--0 .footerTop .active .closesvg {
        display: none;
    }

    #sw-footer-011--0 .footerTop .active .opensvg {
        display: inline-block;
        vertical-align: middle;
    }

    #sw-footer-011--0 .img {
        top: -15px;
        height: auto;
    }

    #sw-footer-011--0 {
        margin-top: 40px;
    }
}

/* foot */
/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.footer3 ul li:nth-child(1) .iconfont {
    background: url("//cdn.myxypt.com/675e1b48/23/06/b544c19c69b83bbe43c1274f87d99f8463b23472.png") no-repeat 50%;
}

.footer3 ul li:nth-child(2) .iconfont {
    background: url("//cdn.myxypt.com/675e1b48/23/06/b26655bdcb5a7dc2df997405eb240a45c466bb0f.png") no-repeat 50%;
}

.footer3 ul li:nth-child(3) .iconfont {
    background: url("//cdn.myxypt.com/675e1b48/24/09/c47d9585db09afa861138fecba21e50527eed031.png") no-repeat 50%;
}

.footer3 ul li:nth-child(4) .iconfont {
    background: url("//cdn.myxypt.com/675e1b48/23/06/d077420e30ae81b861be3a532ee75cc320e1deb8.png") no-repeat 50%;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

/*  */
.center11 {
    max-width: 90%;
}