@charset "utf-8";
body,
html {
    font-family: "方正兰亭中黑简体", "Source Han Sans CN", "Microsoft YaHei", "PingFangSC-Semibold", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

@font-face {
    font-family: "方正兰亭中黑简体";
    src: url("fonts/方正兰亭中黑简体.woff2") format("woff2"), url("fonts/方正兰亭中黑简体.woff") format("woff"), url("fonts/方正兰亭中黑简体.ttf") format("truetype"), url("fonts/方正兰亭中黑简体.eot") format("embedded-opentype"), url("fonts/方正兰亭中黑简体.svg") format("svg");
}

@font-face {
    font-family: 'DINCOND-BOLD';
    src: url("fonts/DINCOND-BOLD.eot");
    src: url("fonts/DINCOND-BOLD.eot") format("embedded-opentype"), url("fonts/DINCOND-BOLD.woff2") format("woff2"), url("fonts/DINCOND-BOLD.woff") format("woff"), url("fonts/DINCOND-BOLD.ttf") format("truetype"), url("fonts/DINCOND-BOLD.svg#DINCOND-BOLD") format("svg");
}

.fon1 {
    font-family: "方正兰亭纤黑简体", "Source Han Sans CN", "Microsoft YaHei", "PingFangSC-Semibold", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.fon2 {
    font-family: "方正兰亭黑简体", "Source Han Sans CN", "Microsoft YaHei", "PingFangSC-Semibold", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

a {
    display: block;
}

a {
    transition: all 0.3s ease;
}

.search-form .input2::-webkit-input-placeholder {
    color: #999;
}

.search-form .input2::-moz-placeholder {
    color: #999;
}

.search-form .input2::-ms-input-placeholder {
    color: #999;
}

.tr3 {
    transition: all 0.3s ease;
}

.ovh {
    overflow: hidden;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}


/**加载动画*/

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #000000;
}

.lo-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 2px;
    background: #757575;
    margin-left: -100px;
}

.lo-bar-bg {
    background: #ffffff;
    z-index: 999;
    width: 0;
    /*animation:lo-bar ease 3.0s infinite;
  -webkit-animation:lo-bar ease 3.0s infinite;
  -moz-animation:lo-bar ease 3.0s infinite;
  -o-animation:lo-bar ease 3.0s infinite;*/
    z-index: 1000;
}

@keyframes lo-bar {
    from {
        width: 0px;
    }
    to {
        width: 200px;
    }
}

@-webkit-keyframes lo-bar {
    from {
        width: 0px;
    }
    to {
        width: 200px;
    }
}

@-moz-keyframes lo-bar {
    from {
        width: 0px;
    }
    to {
        width: 200px;
    }
}

@-o-keyframes lo-bar {
    from {
        width: 0px;
    }
    to {
        width: 200px;
    }
}

.pc-block {
    display: block;
}

.m-block {
    display: none;
}

.pc-block-768 {
    display: block;
}

.m-block-768 {
    display: none;
}

.pc-block-768-2 {
    display: block;
}

.m-block-768-2 {
    display: none;
}

@media (max-width: 1024px) {
    .pc-block {
        display: none;
    }
    .m-block {
        display: block;
    }
}

@media (max-width: 767px) {
    .pc-block-768 {
        display: none;
    }
    .m-block-768 {
        display: block;
    }
}

@media (max-width: 768px) {
    .pc-block-768-2 {
        display: none;
    }
    .m-block-768-2 {
        display: block;
    }
}

.browsers {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff url(../images/img1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 99;
}

.fl1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.fl2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.fl3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.fl4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.fl5 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.fl6 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.fl7 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

.fl8 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.fl9 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.fl10 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: baseline;
}

.fl11 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
}

.fl12 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.fl13 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.fl12 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
}

.fl13 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.fl14 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}

.fl15 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.fl16 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.fl17 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.fl18 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
}

.fl19 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.fl20 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.fl21 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.fl22 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

.fl23 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.fl24 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.fl25 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: baseline;
}

.fl26 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: stretch;
}

.fl27 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.fl28 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.fl29 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: baseline;
}

.fl30 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
}

.fl31 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: baseline;
}

.fl32 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: stretch;
}

.header {
    height: 88px;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    transition: all 0.3s ease-in-out;
}

.header .n-header {
    height: 88px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 70px;
    z-index: 9;
}

.header .logo {
    width: 245px;
    height: 52px;
    position: relative;
    display: block;
}

.header .logo img {
    width: 100%;
}

.header .logo .img1 {
    opacity: 1;
}

.header .logo .img2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}

.header .right-btn {
    position: relative;
    height: 88px;
}

.header .catalog-btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.header .catalog-btn .img1 {
    opacity: 1;
}

.header .catalog-btn .img2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.header .search-btn {
    height: 22px;
    cursor: pointer;
}

.header .search-btn svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.header .mall-btn {
    display: block;
    height: 24px;
    margin-right: 1rem;
}

.header .mall-btn svg {
    width: 24px;
    height: 24px;
    line-height: 24px;
    fill: #fff;
}

.header .nav-left {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.header .nav-left .li {
    margin-left: 1.25rem;
    position: relative;
}

.header .nav-left .warp-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 88px;
    line-height: 88px;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header .nav-left .warp-btn svg {
    width: 16px;
    height: 16px;
    line-height: 16px;
    fill: #fff;
    margin-left: 0.25rem;
    transition: color 0.3s ease;
}

.header .nav-left .nav-item {
    position: absolute;
    top: 95px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    display: none;
}

.header .nav-left .nav-item p {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
}

.header .nav-left .nav-item a {
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    transition: color 0.3s ease;
}

.header .nav-left .nav-item a:hover {
    color: #cc0000;
}

.header .nav {
    font-size: 16px;
    color: #fff;
    margin-right: 0.3rem;
    position: relative;
}

.header .nav .li {
    margin: 0 0.75rem;
    position: relative;
}

.header .nav .warp-btn {
    height: 88px;
    line-height: 88px;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.header .nav .warp-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #e8551e;
    left: calc(50% - 50%);
    bottom: 0;
    transform: scale(0, 1);
    transition: all 0.3s ease;
}

.header .nav .li:hover .warp-btn,
.header .nav .li.cur .warp-btn {
    color: #cc0000;
}

.header .nav .li:hover .warp-btn:before,
.header .nav .li.cur .warp-btn:before {
    transform: scale(1, 1);
}

.header .nav .nav-item {
    position: absolute;
    top: 95px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    display: none;
}

.header .nav .nav-item p {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
}

.header .nav .nav-item a {
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

.header .nav .nav-item a:hover {
    color: #cc0000;
}

.header-tip {
    padding: 0 70px;
    height: 32px;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header-tip .tip-left span {
    color: #cecece;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.header-tip .tip-left a {
    color: #cecece;
    line-height: 1.5;
    display: block;
}

.header-tip .tip-left a:hover {
    color: #e8551e;
}

.header-tip .tip-right .li {
    margin-left: 1rem;
    color: #cecece;
}

.header-tip .tip-right svg {
    fill: #cecece;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 0.25rem;
}

.header-tip .tip-right .land-btn svg {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.warp-search-form {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    height: 95px;
    padding: 0 50px;
    border-bottom: 1px solid #e3e3e3;
    z-index: 99;
}

.warp-search-form .search-form .dxnav-search-icon {
    height: 24px;
    width: 24px;
    display: flex;
    margin: 0 33px;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.warp-search-form .search-form .dxnav-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.warp-search-form .search-form .input2 {
    width: calc(100% - 320px - 0.5rem);
    margin-right: 0.5em;
    font-size: 0.65rem;
    background-color: transparent;
    border: none;
}

.warp-search-form .search-form .search-close {
    width: 44px;
    height: 44px;
    margin: 0 10px 0 32px;
    cursor: pointer;
    background-color: transparent;
}

.warp-search-form .search-form .search-close svg {
    width: 20px;
    height: 20px;
}

.warp-search-form .search-form .submit-button {
    width: 125px;
    height: 45px;
    margin: 0;
    padding: 0 12px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #0c121c;
    background-color: #0c121c;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: none;
    letter-spacing: 0.12em;
    transition: color 0.4s ease, background-color 0.4s ease;
}

.warp-search-form .search-form .submit-button:hover {
    background-color: #fff;
    color: #0c121c;
    box-shadow: inset 0 0 0 1px #0c121c;
}

.warp-search-form .search-form .submit-button:disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #e4e4e4;
    box-shadow: none;
    border: none;
}

.warp-search-form .search-form.active {
    transform: translateY(0%);
}

.warp-search-form .search-form {
    height: 95px;
}

@media (max-width: 767px) {
    .warp-search-form {
        padding: 0 5%;
    }
}

.dxnav__dropdown-overlay {
    background: hsla(0, 0%, 0%, 0.85);
    height: 100vh;
    left: 0;
    max-width: 100vw;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.overlay--open {
    animation: overlayOpen 0.4s ease-out forwards;
}

.header.active {
    position: fixed;
}

.header:hover,
.header.active {
  
    /*border-bottom:2px solid #e4571f;*/
    /*.logo{
    .img1{
      opacity:0;
    }
    .img2{
      opacity:2;
    }
  }*/
    /*.nav-left .li>a{
    color:#111;
    svg{
      fill:#111;
    }
  }
  .nav .li>a{
    color:#111;
  }
  .mall-btn{
    svg{
      fill:#111;
    }
  }
  .search-btn{
    svg{
      fill:#111;
    }
  }*/
}

body.header-por {
    padding-top: 88px;
}

@media (max-width: 1580px) {
    .header .nav .li {
        margin: 0 0.35rem;
    }
    .header .nav-left .li {
        margin-left: 1rem;
    }
}

@media (max-width: 1480px) {
    .header {
        height: 88px;
    }
    .header .n-header {
        height: 70px;
    }
    .header .nav .warp-btn,
    .header .nav-left .warp-btn {
        height: 70px;
        line-height: 70px;
    }
    .header .right-btn {
        height: 70px;
    }
    .header .logo {
        width: 88px;
        height: 44px;
    }
    .header .nav .nav-item {
        top: 70px;
    }
}

@media (max-width: 1024px) {
    body.header-por {
        padding-top: 0;
    }
}

@media (max-width: 1280px) {
    .header .nav-left .li {
        margin-left: 0.5rem;
    }
    .header .mall-btn {
        margin-right: 0.5rem;
    }
    .header .nav,
    .header .nav-left {
        font-size: 14px;
    }
    .header .nav-left .warp-btn svg {
        width: 10px;
        height: 10px;
    }
    .header .n-header,
    .header-tip {
        padding: 0 30px;
    }
}

@media (max-width: 1100px) {
    .header .nav .li {
        margin: 0 0.3rem;
    }
}

.warp-header {
    position: relative;
    height: 60px;
    z-index: 99;
}

.header2 {
    background: #fff;
    height: 60px;
    padding: 0 5%;
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 15;
}

.header2 .logo {
    width: 88px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
    z-index: 12;
}

.header2 .logo img {
    width: 100%;
}

.header2 .land-btn {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -16px;
    z-index: 4;
}

.header2 .land-btn svg {
    width: 24px;
    height: 24px;
}

.header2 .nav .tit {
    display: block;
    width: 100%;
    padding: 16px 5%;
    line-height: 60px;
    position: relative;
}

.header2 .nav .tit {
    line-height: 1.5;
}

.header2 .nav .sub-tit:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-size: 100% auto;
    position: absolute;
    right: 6.4%;
    top: 16px;
    background: url(../images/img1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto;
    transform: rotate(0);
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
}

.header2 .nav .sub-tit.on:after {
    transform: rotate(-180deg);
}

.header2 .nav .sec-list {
    line-height: 40px;
    padding: 0 6%;
    display: none;
}

.header2 .nav .sec-list a {
    color: #666;
}

.header2 .hamburger {
    padding: 0;
    height: 24px;
}

.header2 .hamburger-box {
    width: 30px;
    height: 24px;
}

.header2 .hamburger-inner,
.header2 .hamburger-inner::before,
.header2 .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background: #222;
}

.header2 .hamburger.is-active .hamburger-inner,
.header2 .hamburger.is-active .hamburger-inner::before,
.header2 .hamburger.is-active .hamburger-inner::after {
    background: #222;
}

.header2 .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.header2 .hamburger--3dx-r .hamburger-inner::before,
.header2 .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.header2 .h-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 12;
}

.header2 .search-box {
    position: relative;
}

.header2 .search-btn {
    cursor: pointer;
    margin-right: 30px;
}

.header2 .search-btn svg {
    width: 25px;
    height: 25px;
    fill: #666;
}

.header2 .warp-nav {
    height: calc(100vh - 45px);
    padding: 0 0 45px;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 9;
    display: none;
}

.header2 .nav {
    font-size: 16px;
    color: #333;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 45px);
}

.header2 .nav .li {
    position: relative;
    width: 100%;
    line-height: 60px;
    background: #f7f7f7;
}

.header2 .nav .li:nth-child(2n) {
    background: #fff;
}

.header2 .nav .warp-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
    padding-left: 5%;
    position: relative;
    color: #333;
    transition: all 0.3s ease;
}

.header2 .nav .warp-btn .btn {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.header2 .nav .warp-btn .btn img {
    position: absolute;
    left: 0;
    top: 0;
}

.header2 .nav .li:hover .warp-btn,
.header2 .nav .li:hover .warp-btn.cur,
.header2 .nav .li.cur .warp-btn,
.header2 .nav .li.cur .warp-btn.cur {
    color: #016cb6;
}

.header2 .nav .nav-item {
    position: absolute;
    top: 100px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.header2 .nav .nav-item p {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e7eaec;
}

.header2 .nav .nav-item a {
    display: block;
    color: #666;
    text-align: center;
    transition: all 0.3s ease;
}

.header2 .nav .nav-item a:hover {
    color: #016cb6;
    font-weight: bold;
}

.header-bot {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background: #fff;
    z-index: 9;
    padding: 0.75rem 5%;
}

.header-bot .leftbox .li {
    margin-right: 0.5rem;
    color: #000;
    padding-right: 0.5rem;
    border-right: 1px solid #f1f1f1;
}

.header-bot .leftbox svg {
    fill: #000;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 0.25rem;
}

.header-bot .leftbox .land-btn svg {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.header-bot .leftbox .langbtn {
    color: #000;
}

.header-bot .mall-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
}

.header-bot .mall-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.header-bot .search-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    margin-left: 0.25rem;
}

.header-bot .search-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

@media (max-width: 1480px) {
    .warp-search-form {
        top: 102px;
    }
}

@media (max-width: 1024px) {
    .warp-search-form {
        top: 132px;
    }
    .header-bot {
        height: 72px;
        overflow: hidden;
    }
    .warp-header {
        height: 132px;
    }
}

@media (max-width: 767px) {
    .header2 {
        height: 50px;
    }
    .warp-header {
        height: 55px;
    }
    .header2 .warp-nav {
        top: 50px;
    }
    .header-bot {
        top: 50px;
        height: 54px;
        padding: 12px 5%;
    }
    .header-bot .leftbox svg {
        display: none;
    }
    .header2 .search-btn {
        margin-right: 15px;
    }
    .header2 .logo {
        width: 75px;
        z-index: 2;
    }
    .header2 .search-btn svg {
        width: 22px;
        height: 22px;
    }
    .warp-search-form {
        top: 104px;
    }
    .warp-search-form .search-form .dxnav-search-icon {
        margin: 0 1% 0 3%;
    }
    .warp-search-form .search-form .search-close {
        width: 30px;
        height: 30px;
        margin: 0 3% 0 1%;
    }
    .warp-search-form .search-form .search-close svg {
        width: 16px;
        height: 16px;
    }
    .warp-search-form .search-form .submit-button {
        width: 65px;
        height: 30px;
        padding: 0 6px;
    }
    .warp-search-form .search-form .dxnav-icon {
        width: 20px;
        height: 20px;
    }
    .warp-search-form .search-form,
    .warp-search-form {
        height: 60px;
    }
    .warp-search-form .search-form .input2 {
        font-size: 14px;
        width: calc(100% - 165px);
    }
    .header2 .hamburger-box {
        width: 25px;
        height: 20px;
    }
    .header2 .hamburger {
        height: 20px;
    }
    .hamburger-inner::before {
        top: -8px;
    }
    .hamburger-inner::after {
        bottom: -8px;
    }
    .header2 .hamburger-inner,
    .header2 .hamburger-inner::before,
    .header2 .hamburger-inner::after {
        width: 25px;
        height: 2px;
        background: #222;
    }
    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -8px, 0) rotate(-45deg);
    }
}

@keyframes overlayOpen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        z-index: -1;
    }
    1% {
        width: 100%;
        height: 100vh;
        z-index: 95;
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100vh;
        z-index: 95;
    }
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
}

.w1680 {
    width: 1680px;
    margin: 0 auto;
    max-width: 90%;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
    max-width: 90%;
}

.w900 {
    width: 900px;
    margin: 0 auto;
    max-width: 90%;
}

.footer {
    background: #333333;
    position: relative;
    z-index: 10;
}

.footer .f-top {
    padding: 2.5rem 0 1rem;
    border-bottom: 1px solid #3d3d3d;
}

.footer .f-nav {
    width: 69%;
    max-width: calc(100% - 360px);
}

.footer .f-nav .tit2 {
    margin-bottom: 0.5rem;
}

.footer .f-nav .item {
    margin-bottom: 0.25rem;
    line-height: 1.5;
    color: #999;
    transition: all 0.3s;
}

.footer .f-nav .li {
    margin-right: 2.25rem;
}

.footer .f-nav .item:hover {
    color: #69a3d8;
}

.footer .f-contact {
    width: 280px;
}

.footer .f-contact .telbox,
.footer .f-contact .addbox,
.footer .f-contact .wxbox {
    color: #777;
}

.footer .f-contact .telbox {
    margin-top: 0.75rem;
}

.footer .f-contact .telbox span {
    color: #69a3d8;
    font-family: "DINCOND-BOLD";
}

.footer .f-contact .addbox {
    margin-top: 0.75rem;
}

.footer .f-contact .addbox p {
    color: #999;
    margin-top: 0.25rem;
}

.footer .f-contact .wxbox {
    margin-top: 0.75rem;
}

.footer .f-contact .wxbox .img {
    width: 100px;
    margin-top: 0.25rem;
}

.footer .f-contact .wxbox .img img {
    width: 100%;
}

.footer .f-bot {
    padding: 0.5rem 0 1.5rem;
    color: #666;
}

.footer .bot-ulbox .li {
    color: #777;
    padding: 0 1rem;
}

.footer .bot-ulbox .line {
    height: 12px;
    border-right: 1px dashed #777;
}

.footer .bot-ulbox .li:nth-child(1) {
    padding-left: 0;
}

.footer .ulbox {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.footer .ulbox .li {
    width: 45px;
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
}

.footer .ulbox .li img {
    width: 100%;
}

.footer .ulbox .li:nth-child(3) {
    margin-right: 0;
}

.footer .ulbox .wxbox {
    position: absolute;
    bottom: 45px;
    padding: 6px;
    background: #fff;
    width: 100px;
    border-radius: 5px;
    left: calc(50% - 50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .ulbox .wxbox:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.footer .ulbox .wxbox img {
    width: 100%;
}

.footer .ulbox .li:hover .wxbox {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.mfooter {
    background: #333333;
}

.mfooter .f-top {
    padding: 1.5rem 5% 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mfooter .f-top .logo {
    width: 4rem;
    margin-bottom: 1.25rem;
}

.mfooter .f-top .logo img {
    width: 100%;
}

.mfooter .f-top .ulbox {
    margin-bottom: 2rem;
}

.mfooter .f-top .ulbox .li {
    width: 1.5rem;
    margin: 0 0.5rem;
    position: relative;
}

.mfooter .f-top .ulbox .li img {
    width: 100%;
}

.mfooter .f-top .ulbox .wxbox {
    position: absolute;
    bottom: 1.5rem;
    padding: 6px;
    background: #fff;
    width: 100px;
    border-radius: 5px;
    left: calc(50% - 50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mfooter .f-top .ulbox .wxbox:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.mfooter .f-top .ulbox .wxbox img {
    width: 100%;
}

.mfooter .f-top .ulbox .li:hover .wxbox {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.mfooter .f-top .telbox {
    color: #666;
}

.mfooter .f-top .telbox a {
    color: #69a3d8;
}

.mfooter .f-top .p {
    color: #666;
}

.mfooter .f-bot {
    padding: 1rem 0;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    color: #666;
}

.ibanner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ibanner .swiper-slide {
    height: 100vh;
    overflow: hidden;
}

.ibanner .slide-inner {
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.ibanner .slide-inner:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(#000000, rgba(0, 0, 0, 0));
    z-index: 2;
}

.ibanner .swiper-slide .text {
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    -o-transition: all 0.5s 0.5s ease-in-out;
    transition: all 0.5s 0.5s ease-in-out;
}

.ibanner .text {
    width: 100%;
    padding-top: 26.4vh;
    z-index: 3;
    position: relative;
}

.ibanner .tit1 {
    line-height: 1.15;
    color: #fff;
    letter-spacing: 30px;
}

.ibanner .tit3 {
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.ibanner .href-box {
    margin-top: 1rem;
}

.ibanner .mall-btn {
    color: #fff;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    overflow: hidden;
    border: 2px solid #e8551e;
    box-sizing: content-box;
    margin: 0 10px;
    transition: color 0.3s, background 0.3s;
}

.ibanner .mall-btn svg {
    width: 16px;
    height: 16px;
    line-height: 16px;
    fill: #e8551e;
    margin-left: 0.25rem;
    transition: color 0.3s, background 0.3s;
}

.ibanner .mall-btn:nth-child(1) {
    background: #e7551e;
    color: #fff;
}

.ibanner .mall-btn:nth-child(1) svg {
    fill: #fff;
}

.ibanner .swiper-button-prev,
.ibanner .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}

.ibanner .swiper-button-prev svg,
.ibanner .swiper-button-next svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.ibanner .swiper-button-prev {
    left: 5%;
}

.ibanner .swiper-button-next {
    right: 5%;
}

.ibanner .swiper-pagination {
    position: absolute;
    bottom: 1rem;
    width: 100% !important;
}

.ibanner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dcdcdc;
    margin: 0 6px;
    transition: all 0.3s;
}

.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 1rem;
    border-radius: 8px;
    background: #69a3d8;
}

@keyframes bannerwidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .ibanner .tit1 {
        font-size: 1.2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .ibanner .text {
        width: 100%;
        left: 0;
    }
    .ibanner .tit1 {
        letter-spacing: 10px;
    }
    .ibanner .slide-inner,
    .ibanner .swiper-slide {
        height: 80vh;
    }
    /*.ibanner .swiper-pagination,.ibanner .swiper-pagination .swiper-pagination-bullet:before{
    width:30px !important;
  }
  .ibanner .swiper-pagination .num{
    padding-bottom:5px;
  }*/
    .ibanner .more {
        margin-top: 1.2rem;
    }
    .ibanner .more svg {
        margin-left: 5px;
    }
    .ibanner .text {
        padding-top: 20vh;
    }
    .ibanner .swiper-button-prev,
    .ibanner .swiper-button-next {
        display: none;
    }
    .mouse-btn {
        display: none;
    }
}

.mouse-btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    z-index: 9;
    cursor: pointer;
}

.mouse-btn:hover {
    color: #fff;
}

.mouse-btn .mouse {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #69a3d8;
    border-radius: 50%;
    margin: 0 12px;
}

.mouse-btn .mouse svg {
    width: 12px;
    height: 12px;
    line-height: 12px;
    fill: #69a3d8;
    -webkit-animation: trackBallSlide 6s linear infinite;
    animation: trackBallSlide 6s linear infinite;
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(5px);
        transform: scale(0.4) translateY(5px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-5px);
        transform: scale(0.4) translateY(-5px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(5px);
        transform: scale(0.4) translateY(5px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-5px);
        transform: scale(0.4) translateY(-5px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(5px);
        transform: scale(0.4) translateY(5px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-5px);
        transform: scale(0.4) translateY(-5px);
    }
    88%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
}

.i-list1 {
    background: #f8f8f8;
    padding: 2.5rem 0;
    position: relative;
}

.i-list1 .formbox {
    width: 700px;
    margin: 0 auto;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    position: relative;
}

.i-list1 .formbox .input2 {
    width: 200px;
    height: 50px;
    color: #999;
    border: none;
    text-indent: 5px;
    background: transparent;
    transition: all 0.5s;
}

.i-list1 .formbox .input1 {
    border: none;
    background: url("../images/img2.png") no-repeat center center;
    width: 30px;
    height: 30px;
    z-index: 2;
    background-size: 18px auto;
    transition: all 0.5s;
}

.i-list1 .formbox.active .input2 {
    width: calc(100% - 100px);
}

.i-list1 .tipbox {
    margin-top: 0.75rem;
}

.i-list1 .tipbox .tip-btn {
    background: #da0b28;
    padding: 3px;
    line-height: 1;
    border-radius: 2px;
    margin-right: 0.5rem;
}

.i-list1 .tipbox .li {
    color: #666;
    margin: 0 0.65rem;
}

.i-list1 .tipbox .li:hover {
    color: #da0b28;
}

.i-list1 .tipbox .li:nth-child(2) {
    margin-left: 0;
}

.i-list1 .ulbox {
    width: 100%;
    margin-top: 1.05rem;
}

.i-list1 .ulbox .li {
    width: 17.85%;
    height: 13rem;
    margin-right: 2.67%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.i-list1 .ulbox .li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: bottom right;
    z-index: 1;
}

.i-list1 .ulbox .li:nth-child(5n) {
    margin-right: 0;
}

.i-list1 .ulbox .text-top {
    padding: 1.25rem 1rem 0;
    position: relative;
    z-index: 2;
}

.i-list1 .ulbox .title {
    padding-bottom: 0.5rem;
    margin-bottom: 0.6rem;
    border-bottom: none;
}

.i-list1 .ulbox .p {
    color: #ffcebb;
}

.i-list1 .ulbox .icon {
    height: 1.25rem;
}

.i-list1 .ulbox .more-tip {
    left: 1rem;
    bottom: 1.2rem;
    position: absolute;
    z-index: 3;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.i-list1 .ulbox .more-tip svg {
    width: 15px;
    height: 15px;
    line-height: 15px;
    fill: #fff;
}

.i-list1 .swiper-pagination {
    position: relative;
    margin-top: 1rem;
    width: 100%;
}

.i-list1 .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dcdcdc;
    margin-right: 10px;
    margin-left: 0;
}

.i-list1 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #69a3d8;
}

@media (max-width: 767px) {
    .i-list1 .formbox {
        width: 100%;
    }
    .i-list1 {
        overflow: hidden;
    }
    .i-list1 .ulbox {
        width: 110%;
        left: -5%;
    }
    .i-list1 .swiper-pagination span {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
    .i-list1 .tipbox .li {
        font-size: 12px;
        margin: 0 0.3rem;
    }
    .i-list1 {
        padding: 2rem 0;
    }
    .i-list1 .formbox {
        height: 45px;
        line-height: 45px;
    }
    .i-list1 .formbox .input2 {
        width: 88px;
        height: 45px;
        line-height: 45px;
    }
}

.i-list2 {
    padding: 2.5rem 0;
    background: #fff url(../images/img9.jpg) no-repeat;
    background-position: top center;
}

.i-list2 .tit2 {
    color: #555;
    letter-spacing: 5px;
    text-align: center;
}

.i-list2 .tit2 span {
    color: #69a3d8;
}

.i-list2 .tit3 {
    color: #555;
    text-align: center;
    margin: 0.5rem 0;
    line-height: 2;
}

.i-list2 .delbox {
    width: 150px;
    height: 40px;
    color: #fff;
    background: #69a3d8;
    border-radius: 40px;
    margin: 0 auto;
    transition: background 0.3s, box-shadow 0.3s;
}

.i-list2 .delbox svg {
    width: 14px;
    height: 14px;
    line-height: 14px;
    fill: #fff;
    margin-left: 0.15rem;
    transition: all 0.3s;
}

.i-list2 .delbox:hover {
    background: transparent;
    box-shadow: 0px 0px 0px 2px #69a3d8;
    color: #69a3d8;
}

.i-list2 .delbox:hover svg {
    fill: #69a3d8;
}

.i-list2 .img {
    width: 50%;
    margin: 0.5rem auto 0;
    display: block;
    position: relative;
    z-index: 1;
}

.i-list2 .video-btn {
    color: #555;
    margin: -1.6rem auto 0;
    position: relative;
    z-index: 3;
}

.i-list2 .video-btn .mouse {
    width: 42px;
    height: 42px;
    border: 4px solid #69a3d8;
    border-radius: 50%;
    margin: 0 0.5rem;
    transition: all 0.3s;
}

.i-list2 .video-btn svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    fill: #69a3d8;
    transition: all 0.3s;
}

.i-list2 .video-btn:hover .mouse {
    background: #69a3d8;
}

.i-list2 .video-btn:hover .mouse svg {
    fill: #fff;
}

.i-list2 .coulbox {
    padding: 2.75rem 0;
    flex-flow: row-reverse wrap;
}

.i-list2 .coulbox .text {
    width: 33.75%;
    padding-top: 1rem;
}

.i-list2 .coulbox .text .tit4 {
    color: #555;
    margin-bottom: 0.5rem;
}

.i-list2 .coulbox .imgbox {
    width: 61.25%;
    position: relative;
}

.i-list2 .coulbox .imgbox .img1 {
    width: 100%;
    height: 12.25rem;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

.i-list2 .coulbox .imgbox .img2 {
    position: absolute;
    width: 53.57%;
    left: 50%;
    transform: translate(-60%, 0);
    bottom: -15%;
    z-index: 2;
}

.i-list2 .coulbox2 {
    padding: 0;
}

.i-list2 .coulbox2 .text {
    width: 33.75%;
    padding-top: 1rem;
}

.i-list2 .coulbox2 .text .tit4 {
    color: #555;
    margin-bottom: 0.5rem;
}

.i-list2 .coulbox2 .text .li {
    color: #676569;
    margin-bottom: 0.5rem;
    line-height: 2;
}

.i-list2 .coulbox2 .text .li span {
    color: #69a3d8;
}

.i-list2 .coulbox2 .text .li .sp1 {
    margin-right: 5px;
}

.i-list2 .coulbox2 .text .li .sp2 {
    width: calc(100% - 70px);
}

.i-list2 .coulbox2 .imgbox {
    width: 61.25%;
    position: relative;
}

.i-list2 .coulbox2 .imgbox .img1 {
    width: 100%;
    height: 12rem;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

.i-list2 .coulbox2 .delbox {
    margin: 1.75rem 0 0;
}

.i-list2 .tabul {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}

.i-list2 .tabul .li {
    margin-right: 2.25rem;
    color: #666666;
    height: 60px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}

.i-list2 .tabul .li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #69a3d8;
    left: 0;
    bottom: -1px;
    opacity: 0;
}

.i-list2 .tabul .li:last-child {
    margin-right: 0;
}

.i-list2 .tabul .li.cur {
    color: #69a3d8;
}

.i-list2 .tabul .li.cur:before {
    opacity: 1;
}

.i-list2 .tabbox .tab-item {
    display: none;
}

.i-list2 .tabbox .p {
    line-height: 2;
    color: #808080;
}

.i-list2 .tabbox .more {
    width: 130px;
    height: 40px;
    color: #fff;
    background: #69a3d8;
    border-radius: 40px;
    margin-top: 2.5rem;
    transition: background 0.3s, box-shadow 0.3s;
}

.i-list2 .tabbox .more svg {
    width: 14px;
    height: 14px;
    line-height: 14px;
    fill: #fff;
    margin-left: 0.15rem;
    transition: all 0.3s;
}

.i-list2 .tabbox .more:hover {
    background: transparent;
    box-shadow: 0px 0px 0px 2px #69a3d8;
    color: #69a3d8;
}

.i-list2 .tabbox .more:hover svg {
    fill: #69a3d8;
}

@media (max-width: 768px) {
    .i-list2 {
        overflow: hidden;
    }
    .i-list2 .coulbox .imgbox,
    .i-list2 .coulbox .text,
    .i-list2 .coulbox2 .imgbox,
    .i-list2 .coulbox2 .text {
        width: 100%;
    }
    .i-list2 .img {
        width: 100%;
    }
    .i-list2 .coulbox .text {
        margin-top: 1.75rem;
    }
    .i-list2 .coulbox .text .tit4,
    .i-list2 .coulbox2 .text .tit4,
    .i-list2 .coulbox2 .text .li {
        text-align: center;
    }
    .i-list2 .tabul {
        justify-content: center;
    }
    .i-list2 .tabbox .p {
        color: #808080;
    }
    .i-list2 .tabbox .more {
        margin: 1.5rem auto 0;
    }
    .i-list2 .delbox {
        margin: 1.75rem auto 0 !important;
    }
    .i-list2 .coulbox2 .text .tit4,
    .i-list2 .coulbox2 .text .li {
        width: 100%;
    }
    .i-list2 .coulbox2 .text {
        padding-top: 2.5rem;
    }
    .i-list2 .coulbox2 .text .li .sp1 {
        width: 100%;
        margin-right: 0;
    }
    .i-list2 .coulbox2 .imgbox,
    .i-list2 .coulbox .imgbox {
        width: 110%;
        margin-left: -6%;
    }
    .i-list2 .coulbox2 .imgbox .img1,
    .i-list2 .coulbox .imgbox .img1 {
        width: 106%;
    }
    .i-list2 .coulbox .imgbox .img2 {
        transform: translate(-50%, 0);
    }
    .i-list2 .coulbox .imgbox .img2 {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .i-list2 {
        padding: 2rem 0;
    }
    .i-list2 .tit3 {
        font-size: 13px;
    }
    .i-list2 .delbox {
        margin: 2rem auto;
        font-size: 13px;
    }
    .i-list2 .img {
        width: 120%;
        left: -10%;
    }
    .i-list2 .video-btn {
        margin-top: 1rem;
    }
    .i-list2 .coulbox .imgbox,
    .i-list2 .coulbox .imgbox .img1 {
        height: 10rem;
    }
    .i-list2 .coulbox2 .imgbox .img1 {
        height: 8rem;
    }
    .i-list2 .tabbox .p {
        font-size: 12px;
    }
    .i-list2 .coulbox2 .text .li {
        font-size: 13px;
    }
}

.i-list3 {
    padding: 2.25rem 0;
    background: #fef6f2 url(../images/img6.png) no-repeat center top;
    overflow: hidden;
}

.i-list3 .tit2 {
    color: #555;
    text-align: center;
    margin-bottom: 1rem;
}

.i-list3 .tit2 span {
    color: #69a3d8;
}

.i-list3 .con-text {
    position: relative;
}

.i-list3 .con-text .bg {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 15rem;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.i-list3 .con-text .text {
    width: 31.25%;
    background: #fff;
    min-height: 14.5rem;
    border-radius: 20px;
    top: 2rem;
    left: 2.5rem;
    padding: 1rem 1.25rem;
    position: absolute;
    z-index: 2;
}

.i-list3 .con-text .tit3 {
    color: #555;
    margin-bottom: 1rem;
}

.i-list3 .con-text .p {
    color: #555;
    line-height: 2;
}

.i-list3 .con-text .delbox {
    width: 150px;
    height: 40px;
    color: #fff;
    background: #69a3d8;
    border-radius: 40px;
    position: absolute;
    left: 1.25rem;
    bottom: 1rem;
    transition: background 0.3s, box-shadow 0.3s;
}

.i-list3 .con-text .delbox svg {
    width: 14px;
    height: 14px;
    line-height: 14px;
    fill: #fff;
    margin-left: 0.15rem;
    transition: all 0.3s;
}

.i-list3 .con-text .delbox:hover {
    background: transparent;
    box-shadow: 0px 0px 0px 2px #69a3d8;
    color: #69a3d8;
}

.i-list3 .con-text .delbox:hover svg {
    fill: #69a3d8;
}

.i-list3 .con-text .con-li {
    width: 55%;
    position: absolute;
    top: 3.3rem;
    right: 1.5rem;
    z-index: 3;
}

.i-list3 .con-text .con-li .li {
    width: 25%;
}

.i-list3 .con-text .con-li .num {
    font-family: "DINCOND-BOLD";
    line-height: 1;
    margin-bottom: 0.25rem;
    color: #69a3d8;
}

.i-list3 .con-text .con-li sup {
    line-height: 1;
    top: -1em;
}

.i-list3 .con-text .con-li .lip {
    text-align: center;
    color: #444;
}

.i-list3 .con-text .video-btn {
    position: absolute;
    top: 6.25rem;
    left: 2rem;
    cursor: pointer;
}

.i-list3 .con-text .video-btn .mouse {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 4px solid #69a3d8;
    margin: 0 auto 0.25rem;
    transition: all 0.3s;
}

.i-list3 .con-text .video-btn .mouse svg {
    width: 24px;
    height: 24px;
    line-height: 24px;
    fill: #69a3d8;
    transition: all 0.3s;
}

.i-list3 .con-text .video-btn:hover .mouse {
    background: #69a3d8;
}

.i-list3 .con-text .video-btn:hover .mouse svg {
    fill: #fff;
}

.i-list3 .news-list {
    padding: 2.75rem 0 0;
}

.i-list3 .news-list .warpswiper {
    overflow: hidden;
    padding-bottom: 3rem;
}

.i-list3 .news-list .img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.i-list3 .news-list .img img {
    width: 100%;
}

.i-list3 .news-list .tit4 {
    color: #555;
}

.i-list3 .news-list .tit5 {
    margin-top: 0.25rem;
    color: #777777;
}

.i-list3 .swiper-btn {
    width: 190px;
    height: 35px;
    margin: 0.75rem auto 0;
}

.i-list3 .swiper-btn .swiper-button-prev,
.i-list3 .swiper-btn .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #c8bdb6;
    margin-top: -16px;
    border-radius: 50%;
}

.i-list3 .swiper-btn .swiper-button-prev svg,
.i-list3 .swiper-btn .swiper-button-next svg {
    width: 18px;
    height: 18px;
    line-height: 18px;
    fill: #fff;
}

.i-list3 .swiper-btn .swiper-button-prev {
    left: 0;
    transform: rotate(-180deg);
}

.i-list3 .swiper-btn .swiper-button-next {
    right: 0;
}

.i-list3 .swiper-btn .swiper-button-prev:hover,
.i-list3 .swiper-btn .swiper-button-next:hover {
    background: #69a3d8;
}

.i-list3 .warp-tipbox {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.i-list3 .warp-tipbox .sharesbox {
    width: 50%;
    border-right: 1px solid #ededed;
    padding: 1rem 1.25rem;
}

.i-list3 .warp-tipbox .sharesbox .sharesleft {
    width: calc(100% - 200px);
}

.i-list3 .warp-tipbox .sharesbox .sharesleft .tit3 {
    color: #666;
    margin-bottom: 0.15rem;
}

.i-list3 .warp-tipbox .sharesbox .sharesleft .tit4 {
    color: #666;
    line-height: 1;
    font-family: "DINCOND-BOLD";
}

.i-list3 .warp-tipbox .sharesbox .sharesleft .tit4 span {
    margin-left: 1.5rem;
    line-height: 1;
}

.i-list3 .warp-tipbox .sharesbox .sharesleft .img {
    margin-right: 0.25rem;
}

.i-list3 .warp-tipbox .sharesbox .sharesleft .img img {
    width: 14px;
}

.i-list3 .warp-tipbox .sharesbox .sharesleft .time {
    color: #999;
    margin-top: 0.4rem;
}

.i-list3 .warp-tipbox .sharesbox .delbox {
    width: 150px;
    height: 40px;
    color: #fff;
    background: #69a3d8;
    border-radius: 40px;
    transition: background 0.3s, box-shadow 0.3s;
}

.i-list3 .warp-tipbox .sharesbox .delbox svg {
    width: 14px;
    height: 14px;
    line-height: 14px;
    fill: #fff;
    margin-left: 0.15rem;
    transition: all 0.3s;
}

.i-list3 .warp-tipbox .sharesbox .delbox:hover {
    background: transparent;
    box-shadow: 0px 0px 0px 2px #69a3d8;
    color: #69a3d8;
}

.i-list3 .warp-tipbox .sharesbox .delbox:hover svg {
    fill: #69a3d8;
}

.i-list3 .warp-tipbox .index-notice {
    padding: 1rem 1.25rem;
    width: 50%;
    overflow: hidden;
}

.i-list3 .warp-tipbox .index-notice .notice-container {
    overflow: hidden;
    width: calc(100% - 200px);
}

.i-list3 .warp-tipbox .index-notice .swiper-pagination {
    position: relative;
    text-align: left;
    padding-left: 5px;
    margin-top: 0.55rem;
}

.i-list3 .warp-tipbox .index-notice .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dcdcdc;
    margin-right: 10px;
    margin-left: 0;
}

.i-list3 .warp-tipbox .index-notice .swiper-pagination span.swiper-pagination-bullet-active {
    background: #69a3d8;
}

.i-list3 .warp-tipbox .index-notice .tit4 {
    color: #555;
    margin-bottom: 0.25rem;
}

.i-list3 .warp-tipbox .index-notice .time {
    color: #999;
}

.i-list3 .index-bot {
    margin-top: 1.5rem;
}

.i-list3 .index-bot a {
    width: 48%;
    height: 10rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.i-list3 .index-bot a .bg {
    position: relative;
    width: 100%;
    height: 10rem;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.i-list3 .index-bot a .text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 1.5rem 1rem;
}

.i-list3 .index-bot a .tit4 {
    color: #69a3d8;
    text-align: center;
    margin-bottom: 0.15rem;
}

.i-list3 .index-bot a .tit5 {
    text-align: center;
    margin-bottom: 0.25rem;
    color: #555;
}

.i-list3 .index-bot a .tit5 {
    color: #fff;
}

.i-list3 .index-bot a .more {
    width: 28px;
    height: 28px;
    border: 2px solid #69a3d8;
    border-radius: 50%;
}

.i-list3 .index-bot a .more svg {
    width: 16px;
    height: 16px;
    fill: #69a3d8;
}

.i-list3 .news-container .swiper-slide .tit4 {
    transition: all 0.3s ease;
}

.i-list3 .news-container .swiper-slide:hover .tit4 {
    color: #69a3d8;
}

.i-list3 .index-bot a .bg {
    transition: all 0.3s ease;
}

.i-list3 .index-bot a:hover .bg {
    transform: scale(1.1, 1.1);
}

@media (max-width: 768px) {
    .i-list3 .con-text .text {
        position: relative;
        width: 100%;
        padding: 0;
        left: 0;
        top: 0;
        background: none;
        height: auto;
        min-height: auto;
        margin-top: 2rem;
    }
    .i-list3 .con-text .delbox {
        position: relative;
    }
    .i-list3 .con-text .con-li {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    .i-list3 .con-text .con-li .li {
        margin-bottom: 1.75rem;
    }
    .i-list3 .con-text .tit3,
    .i-list3 .con-text .p {
        text-align: center;
    }
    .i-list3 .con-text .delbox {
        left: 0;
        bottom: 0;
        margin: 2rem auto 0;
    }
    .i-list3 .con-text .video-btn {
        left: 50%;
        top: 50%;
        margin-left: -21px;
        margin-top: -21px;
        z-index: 3;
    }
    .i-list3 .news-list {
        padding-top: 2.5rem;
    }
    .i-list3 .news-list .warpswiper {
        width: 112%;
        left: -6%;
    }
    .i-list3 .warp-tipbox {
        background: transparent;
    }
    .i-list3 .warp-tipbox .sharesbox {
        width: 100%;
        background: #fff;
        border: none;
        margin-bottom: 1.5rem;
        border-radius: 0.5rem;
    }
    .i-list3 .warp-tipbox .index-notice {
        width: 100%;
        background: #fff;
    }
    .i-list3 .warp-tipbox .sharesbox .sharesleft {
        width: 100%;
        overflow: hidden;
    }
    .i-list3 .warp-tipbox .index-notice {
        border-radius: 0.5rem;
    }
    .i-list3 .warp-tipbox .sharesbox .delbox {
        margin-top: 1.5rem;
    }
    .i-list3 .warp-tipbox .index-notice .notice-container {
        width: 100%;
    }
    .i-list3 .warp-tipbox .index-notice .swiper-pagination {
        position: absolute;
    }
    .i-list3 .warp-tipbox {
        position: relative;
    }
    .i-list3 .warp-tipbox .index-notice {
        padding-bottom: 3rem;
    }
    .i-list3 .warp-tipbox .index-notice .tit3 {
        margin-bottom: 1rem;
    }
    .i-list3 .warp-tipbox .index-notice .swiper-pagination {
        padding-left: 1.25rem;
        margin-top: 0;
    }
    .i-list3 .warp-tipbox .index-notice .swiper-pagination span {
        width: 6px;
        height: 6px;
        margin-right: 8px;
    }
    .i-list3 .warp-tipbox .index-notice .tit4 {
        margin-bottom: 0.5rem;
    }
    .i-list3 .index-bot a {
        width: 100%;
        margin-bottom: 1.5rem;
        height: 9rem;
    }
    .i-list3 .index-bot a .bg {
        height: 9rem;
    }
    .i-list3 {
        padding-bottom: 1.5rem;
    }
    .i-list3 .index-bot a .text {
        padding: 1rem;
    }
    .i-list3 .index-bot a:nth-child(1) .text {
        padding: 2rem 1rem 0 3.5rem;
    }
    .i-list3 .con-text .bg {
        height: 10rem;
    }
}

@media (max-width: 767px) {
    .i-list3 .con-text .con-li .li {
        width: 50%;
    }
    .i-list3 .con-text .con-li .lip {
        font-size: 12px;
    }
    .i-list3 .con-text .con-li .num {
        font-size: 1.5rem;
    }
    .i-list3 .con-text .p {
        font-size: 12px;
    }
}

.media-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.media-alert.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.media-alert.active .content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-alert .close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.media-alert .close img {
    width: 10px;
    height: 10px;
}

.media-alert .content {
    position: absolute;
    max-width: 900px;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-alert .content .video {
    width: 100%;
}

.ex-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 99;
}

.ex-close .icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    vertical-align: middle;
}

.ex-close .icon .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.ex-close .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ex-close .icon:hover .line.line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ex-close .icon:hover .line.line2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .ex-close {
        right: 5%;
    }
}

.n-banner {
    position: relative;
    height: 16rem;
    min-height: 400px;
    overflow: hidden;
    border-bottom: 2px solid #e4571f;
}

.n-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 40%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
    z-index: 2;
}

.n-banner .bg-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.n-banner .tit1 {
    line-height: 1.6;
    position: relative;
    z-index: 3;
}

.n-banner .down {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 1.5rem;
    z-index: 1;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.n-banner .down svg {
    width: 17px;
    height: 18px;
    fill: #ec7b51;
    animation: ball-pulse 2s ease infinite;
}

.n-banner .n-subbox {
    height: 60px;
    position: absolute;
    background: none;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.n-banner .n-subbox .subnav a {
    color: #fff;
}

.n-banner .video-btn {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.n-banner2 {
    height: 19rem;
}

.n-banner-100 {
    height: 100vh;
}

.n-banner-100 .tit1 {
    opacity: 1;
}

.n-banner-100 .tit2 {
    line-height: 1.6;
    opacity: 1;
    padding-top: 2rem;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .n-banner {
        height: 10rem;
        min-height: auto;
    }
    .n-banner2 {
        height: 16rem;
    }
    .n-banner .down {
        margin-top: 3rem;
        width: 45px;
        height: 45px;
    }
    .n-banner-100 {
        height: 80vh;
    }
}

.warp-subbox {
    height: 2.5rem;
}

.n-subbox {
    height: 2.5rem;
    background: #fff;
}

.n-subbox .subnav a {
    color: #666;
    margin: 0 2rem;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.n-subbox .subnav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f15921;
    left: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.n-subbox .subnav a:hover,
.n-subbox .subnav a.cur {
    color: #f15921;
}

.n-subbox .subnav a:hover:before,
.n-subbox .subnav a.cur:before {
    transform: scale(1, 1);
}

.n-subbox .tip-nav {
    height: 2.5rem;
    color: #888;
}

.n-subbox .tip-nav span {
    color: #cc0a0a;
}

.n-subbox .tip-nav svg {
    width: 12px;
    height: 12px;
    fill: #888;
}

.n-subbox .tip-nav a {
    color: #888;
    transition: color 0.3s;
}

.n-subbox .tip-nav a:hover {
    color: #f15921;
}

.n-subbox .rightbtn {
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 0;
    color: #fff;
    right: 1.75rem;
}

.n-subbox .rightbtn:hover {
    color: #f15921;
}

.n-subbox .leftbtn {
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 0;
    color: #fff;
    left: 1.75rem;
}

.n-subbox .leftbtn:hover {
    color: #f15921;
}

.n-subbox.active {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

@media (max-width: 1024px) {
    .warp-subbox {
        display: none;
    }
    .n-subbox .subnav a {
        margin: 0 1rem;
    }
    .n-subbox .subnav a {
        font-size: 14px;
    }
}

@keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        transform: translate(0, 5px);
    }
    30% {
        opacity: 0.1;
        transform: translate(0, -5px);
    }
}

@keyframes ball-pulse2 {
    0%,
    60%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        opacity: 0.5;
        transform: scale(0.5);
    }
}

.warp-news {
    background: #f1efed;
    background: linear-gradient(#f1efed, #f0e0d5);
}

.n-news-top {
    justify-content: space-between;
    padding: 1.75rem 0 1rem;
    border-bottom: 1px solid #ccc;
}

.n-news-top .news-left {
    width: 50%;
}

.n-news-top .news-left .tip {
    justify-content: flex-start;
    color: #000;
    margin-bottom: 0.5rem;
}

.n-news-top .news-left .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.n-news-top .news-left .title {
    color: #000;
    margin-left: 2rem;
}

.n-news-top .right-nav {
    width: auto;
}

.n-news-top .right-nav .li {
    margin-left: 1.25rem;
    color: #333;
    transition: color 0.3s;
}

.n-news-top .right-nav .li svg {
    width: 22px;
    height: 18px;
    line-height: 20px;
    margin-right: 0.1rem;
    fill: #333;
    transition: all 0.3s;
}

.n-news-top .right-nav .li:nth-child(1) svg {
    height: 20px;
}

.n-news-top .right-nav .li:hover,
.n-news-top .right-nav .li.cur {
    color: #ed431d;
}

.n-news-top .right-nav .li:hover svg,
.n-news-top .right-nav .li.cur svg {
    fill: #ed431d;
}

@media (max-width: 960px) {
    .n-news-top .news-left {
        width: 100%;
    }
    .n-news-top .right-nav {
        width: auto;
        padding-left: 2rem;
    }
    .n-news-top .right-nav .li {
        margin-right: 1rem;
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .n-news-top .news-left .line {
        height: 2px;
    }
    .n-news-top .right-nav .li {
        margin-top: 0.5rem;
    }
}

.n-news {
    margin-top: 1.75rem;
    padding-bottom: 3.5rem;
}

.n-news .li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.n-news .li .tit3 {
    transition: all 0.3s;
}

.n-news .li .img {
    height: 155px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.n-news .li .img img {
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.n-news .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
}

.n-news .li:hover .tit3 {
    color: #ed431d;
}

.n-news .li:hover .time {
    color: #f47948;
}

.n-news .li:nth-child(4n) {
    margin-right: 0;
}

.n-news .text {
    padding: 0.55rem 0.95rem;
}

.n-news .text .tit3 {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #000;
    margin-bottom: 0.75rem;
}

.n-news .text .time {
    transition: all 0.5s ease-in-out;
    color: #b2b2b2;
}

.n-news .text span {
    margin: 0 5px;
    display: block;
}

.n-news .wpage {
    padding-top: 0;
}

@media (max-width: 960px) {
    .n-news .li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .n-news .li:nth-child(4n) {
        margin-right: 4%;
    }
    .n-news .li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .n-news {
        margin-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .n-news .text .tit3 {
        line-height: 24px;
        height: 48px;
    }
    .n-news .text {
        padding: 0.55rem 6%;
    }
    .n-news .text .time {
        font-size: 12px;
    }
    .n-news .wpage {
        margin-top: 1rem;
    }
}

.n-news-info {
    padding: 1.75rem 0 2.5rem;
    width: 1360px;
    max-width: 90%;
    margin: 0 auto;
}

.n-news-info .content-box {
    width: 100%;
}

.n-news-info .content-box img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto !important;
    height: auto !important;
}

.n-news-info .content-box .p {
    line-height: 2;
    width: 100%;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #f1f1f1;
}

.n-news-info .content-box .p p {
    width: 100%;
    word-break: break-all;
}

.n-news-info .content-box .bot {
    padding-top: 1rem;
    border-top: 1px solid #f1f1f1;
}

.n-news-info .content-box .bot .bot-left {
    width: 50%;
}

.n-news-info .content-box .bot .bot-left a {
    width: 100%;
    color: #666;
    margin-bottom: 0.25rem;
    align-items: center;
    transition: all 0.5s ease;
}

.n-news-info .content-box .bot .bot-left a:hover {
    color: #f15921;
}

.n-news-info .content-box .bot .bot-left span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: calc(100% - 80px);
}

.n-news-info .content-box .bot .backbox {
    width: 150px;
    height: 40px;
    border-radius: 40px;
    background: #f15921;
}

.n-news-info .content-box .bot .backbox svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-top: -5px;
    margin-right: 0.15rem;
}

.n-news-info .content-box .bot .backbox:hover {
    color: #fff;
}

.n-news-info .top-tip {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ededed;
}

.n-news-info .top-tip .time {
    color: #262626;
}

.n-news-info .top-tip .line {
    width: 1px;
    height: 12px;
    background: #bfbfbf;
    margin: 0 1rem;
}

.n-news-info .top-tip .seebox {
    color: #262626;
}

.n-news-info .top-tip .seebox svg {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    fill: #262626;
}

.n-news-info .top-tip .bshare-custom span {
    color: #262626;
}

.n-news-info .top-tip .bshare-custom a {
    margin: 0 3px;
    height: 22px;
    padding-left: 22px;
}

.n-news-info .top-tip .bshare-custom .bshare-weixin {
    background: url(../images/wx.svg) no-repeat center center;
    background-size: 20px auto;
}

.n-news-info .top-tip .bshare-custom .bshare-sinaminiblog {
    background: url(../images/wb.svg) no-repeat center center;
    background-size: 20px auto;
}

.n-news-info .text-tip {
    padding: 1.2rem 0;
    color: #999;
}

.n-news-info .top-title {
    margin-bottom: 1.25rem;
}

.n-news-info .top-title .tit2 {
    text-align: center;
    margin-bottom: 10px;
}

.n-news-info .top-title img {
    margin-right: 10px;
}

.bsBox {
    box-sizing: content-box;
}

@media (max-width: 767px) {
    .n-news-info {
        padding: 1.5rem 0 2rem;
    }
    .n-news-info .top-title {
        margin-bottom: 0.5rem;
    }
    .n-news-info .top-tip {
        margin-bottom: 0.5rem;
    }
    .n-news-info .text-left iframe {
        height: 240px;
    }
    .n-news-info .text-left .p {
        padding-bottom: 1rem;
    }
    .n-news-info .text-tip {
        padding: 0.5rem 0;
    }
    .n-news-info .text-left .bot span {
        width: 100%;
    }
    .n-news-info .text-left .bot svg {
        display: none;
    }
    .n-news-info .top-tip .time,
    .n-news-info .top-tip .seebox {
        font-size: 12px;
    }
    .n-news-info .top-tip .line {
        margin: 0 0.5rem;
    }
    .n-news-info .content-box .bot .bot-left {
        width: 100%;
    }
    .n-news-info .content-box .bot .backbox {
        margin-top: 0.35rem;
    }
}

@keyframes ball-spin2 {
    0%,
    100% {
        opacity: 1;
        transform: scale(1.8);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0.6;
        transform: scale(0.5);
    }
}

.investor-list1 {
    padding: 1.5rem 0 2.75rem;
    position: relative;
    background: #fff;
    z-index: 1;
}

.investor-list1 .tip {
    justify-content: flex-start;
    color: #000;
    margin-bottom: 0.75rem;
}

.investor-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.investor-list1 .title {
    color: #000;
    margin-left: 2rem;
}

.investor-list1 .leftbox {
    width: 50%;
    padding: 1rem 1.75rem 0;
}

.investor-list1 .leftbox .tit2 {
    color: #000;
    margin-bottom: 2rem;
    width: 100%;
}

.investor-list1 .leftbox .text-l,
.investor-list1 .leftbox .text-r {
    width: 50%;
}

.investor-list1 .leftbox .tit3 {
    color: #4c4c4c;
    margin-bottom: 1rem;
}

.investor-list1 .leftbox .sp1 {
    color: #1a1a1a;
    line-height: 1;
    font-family: "DINCOND-BOLD";
    margin-bottom: 0.5rem;
}

.investor-list1 .leftbox .tipimg {
    margin-right: 10px;
}

.investor-list1 .leftbox .spli {
    margin-bottom: 0.75rem;
}

.investor-list1 .leftbox .sp3 {
    width: 80px;
    text-align: right;
    margin-right: 1rem;
}

.investor-list1 .leftbox .num {
    color: #333;
}

.investor-list1 .rightbox {
    width: 50%;
    padding: 0 1.75rem;
}

.investor-list1 .rightbox .li {
    color: #333;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.investor-list1 .rightbox .li.cur,
.investor-list1 .rightbox .li:hover {
    background: #ed431d;
    color: #fff;
}

.investor-list1 .rightbox .sharesimg {
    width: 80%;
}

@media (max-width: 1024px) {
    .investor-list1 .leftbox {
        margin-bottom: 1rem;
    }
    .investor-list1 .leftbox {
        padding-right: 0;
        padding-top: 0;
    }
    .investor-list1 .leftbox,
    .investor-list1 .rightbox {
        width: 100%;
    }
    .investor-list1 .leftbox .spli {
        width: 50%;
        margin-top: 0.55rem;
    }
}

@media (max-width: 767px) {
    .investor-list1 .line {
        height: 2px;
    }
    .n-subbox .subnav a,
    .n-banner .n-subbox {
        height: 45px;
        line-height: 45px;
    }
    .investor-list1 .leftbox .tit2 {
        margin-bottom: 0.65rem;
    }
    .investor-list1 .leftbox {
        padding-left: 0;
    }
    .investor-list1 .leftbox .tit3 {
        margin-bottom: 0.5rem;
    }
    .n-subbox .subnav a {
        margin: 0 0.3rem;
    }
    .investor-list1 .leftbox .text-l,
    .investor-list1 .leftbox .text-r {
        width: 100%;
    }
    .investor-list1 .leftbox .sp3 {
        width: 60px;
        margin-right: 0.3rem;
    }
    .investor-list1 .rightbox {
        padding: 0;
    }
    .investor-list1 .rightbox .sharesimg {
        width: 100%;
    }
}

.investor-list2 {
    padding: 1.5rem 0 3rem;
    background: linear-gradient(#fff5ed, #fff5ed);
}

.investor-list2 .tip {
    justify-content: flex-start;
    color: #000;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f9ceba;
    margin-bottom: 1.75rem;
}

.investor-list2 .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.investor-list2 .title {
    color: #000;
    margin-left: 2rem;
}

.investor-list2 .imgbox {
    width: 38.125%;
    padding: 0 0.5rem;
}

.investor-list2 .imgbox .img {
    width: 100%;
    overflow: hidden;
}

.investor-list2 .imgbox .img img {
    width: 100%;
}

.investor-list2 .imgbox .text {
    padding: 0.5rem 0;
    color: #b18783;
    line-height: 2;
}

.investor-list2 .imgbox .bot {
    border: 2px solid #f9ceba;
    border-left: none;
    border-right: none;
}

.investor-list2 .imgbox .bot .tit4 {
    height: 2.5rem;
    color: #a35a54;
    width: 70%;
    border-right: 2px solid #f9ceba;
}

.investor-list2 .imgbox .bot .btn {
    width: 30%;
    height: 2.5rem;
    align-items: flex-end;
}

.investor-list2 .imgbox .bot .btn svg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    fill: #a76059;
    transition: all 0.3s ease;
}

.investor-list2 .imgbox .bot:hover .btn svg {
    fill: #f98561;
}

.investor-list2 .listbox {
    width: 56.25%;
    padding: 1.5rem 0.5rem 0;
}

.investor-list2 .listbox .li {
    width: 46%;
    padding: 0.7rem 0;
    border-bottom: 1px solid #fbcdba;
}

.investor-list2 .listbox .tit5 {
    color: #a35a54;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.investor-list2 .listbox .p {
    color: #b18783;
    margin-bottom: 0.25rem;
}

.investor-list2 .listbox .time {
    color: #94322a;
}

@media (max-width: 1024px) {
    .investor-list2 .imgbox,
    .investor-list2 .listbox {
        width: 100%;
        padding: 0;
    }
    .investor-list2 .imgbox .bot .tit4 {
        font-size: 16px;
    }
    .investor-list2 .listbox {
        padding-top: 0.75rem;
    }
    .investor-list2 .listbox .li {
        width: 100%;
        padding: 0.4rem 0;
    }
    .investor-list2 .listbox .time {
        font-size: 12px;
    }
    .investor-list2 .tip {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .investor-list2 .imgbox .text {
        font-size: 12px;
    }
    .investor-list2 {
        padding-bottom: 2rem;
    }
    .investor-list2 .line {
        height: 2px;
    }
    .investor-list2 .imgbox .bot .btn svg {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.investor-list3 {
    padding: 1.5rem 0 3rem;
    background: #fff;
}

.investor-list3 .tip {
    justify-content: flex-start;
    color: #000;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f9ceba;
    margin-bottom: 1.75rem;
}

.investor-list3 .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.investor-list3 .title {
    color: #333;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e1e1e1;
}

.investor-list3 .title svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 0.25rem;
    fill: #333;
}

.investor-list3 .listbox {
    width: 46%;
}

.investor-list3 .listbox .wpage {
    padding-top: 1.5rem;
}

.investor-list3 .listbox .li {
    padding: 0.75rem 0;
    border-bottom: 2px solid #eaeaea;
    position: relative;
}

.investor-list3 .listbox .li svg {
    position: absolute;
    top: 0.75rem;
    right: 0;
    width: 30px;
    height: 30px;
    fill: #959595;
    z-index: 2;
    transition: all 0.3s;
}

.investor-list3 .listbox .time {
    margin-bottom: 0.4rem;
    color: #666;
}

.investor-list3 .listbox .tit5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    transition: all 0.3s;
}

.investor-list3 .listbox .p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.investor-list3 .listbox .li:hover .tit5 {
    color: #ed431d;
}

.investor-list3 .listbox .li:hover svg {
    fill: #ed431d;
}

@media (max-width: 767px) {
    .investor-list3 .tip {
        margin-bottom: 1rem;
    }
    .investor-list3 .listbox {
        width: 100%;
    }
    .investor-list3 .listbox .p {
        font-size: 12px;
    }
    .investor-list3 .listbox .li svg {
        width: 25px;
        height: 25px;
    }
    .investor-list3 .listbox {
        margin-bottom: 1.5rem;
    }
    .investor-list3 .title {
        font-size: 15px;
    }
    .investor-list3 .title svg {
        width: 20px;
        height: 20px;
    }
    .investor-list3 {
        padding-bottom: 1rem;
    }
    .investor-list3 .line {
        height: 2px;
    }
}

.investor-list4 {
    padding: 2rem 0 2.5rem;
    background: linear-gradient(#fff5ed, #fff5ed);
}

.investor-list4 .tip {
    justify-content: flex-start;
    color: #000;
    margin-bottom: 2.25rem;
}

.investor-list4 .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.investor-list4 .li {
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.investor-list4 .li .img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.investor-list4 .li .img img {
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.investor-list4 .li .img .video-btn {
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    z-index: 3;
}

.investor-list4 .li:hover .img .img1 {
    transform: scale3d(1.1, 1.1, 1);
}

.investor-list4 .li:hover .time {
    color: #f47948;
}

.investor-list4 .li:hover .video-btn {
    opacity: 1;
}

.investor-list4 .li:nth-child(4n) {
    margin-right: 0;
}

.investor-list4 .text {
    padding: 0.55rem 0.95rem;
}

.investor-list4 .text .tit3 {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #000;
    margin-bottom: 0.75rem;
}

.investor-list4 .text .time {
    transition: all 0.5s ease-in-out;
    color: #b2b2b2;
}

.investor-list4 .wpage a {
    background: none;
}

@media (max-width: 767px) {
    .investor-list4 .tip {
        margin-bottom: 1rem;
    }
    .investor-list4 .li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .investor-list4 .li:nth-child(2n) {
        margin-right: 0;
    }
    .investor-list4 .text .tit3 {
        line-height: 24px;
        height: 48px;
    }
    .investor-list4 .text {
        padding: 0.55rem 6%;
    }
    .investor-list4 .text .time {
        font-size: 12px;
    }
    .investor-list4 {
        padding: 1.5rem 0 2rem;
    }
    .investor-list4 .line {
        height: 2px;
    }
}

.investor-list5 {
    background: url(../images/img17.jpg) no-repeat center top;
    background-size: cover;
    padding: 2rem 0 10rem;
}

.investor-list5 .tip {
    justify-content: flex-start;
    color: #000;
    margin-bottom: 1.5rem;
}

.investor-list5 .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.investor-list5 .tit2 {
    padding-left: 1.8rem;
    color: #e4571f;
    margin-bottom: 0.75rem;
}

.investor-list5 .content {
    padding-left: 1.8rem;
}

.investor-list5 .content .leftbox {
    width: 57.5%;
    position: relative;
}

.investor-list5 .content .leftbox:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 1px;
    height: 100px;
    background: rgba(237, 67, 29, 0.2);
}

.investor-list5 .content .leftbox .li {
    width: 46%;
    margin-bottom: 0.5rem;
}

.investor-list5 .content .leftbox .sp1 {
    color: #333;
    width: 80px;
    margin-right: 15px;
}

.investor-list5 .content .leftbox .sp1 svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    fill: #e4571f;
    margin-right: 0.25rem;
}

.investor-list5 .content .leftbox .sp2 {
    width: calc(100% - 100px);
    color: #666;
}

.investor-list5 .content .leftbox .sp3 {
    color: #ed431d;
}

.investor-list5 .content .leftbox .sp3 span {
    color: #666;
}

.investor-list5 .content .rightbox {
    width: 42.5%;
    padding-left: 2.5rem;
}

.investor-list5 .content .rightbox .tit3 {
    color: #e4571f;
    margin-right: 0.55rem;
}

.investor-list5 .content .rightbox .img {
    width: 1.5rem;
}

@media (max-width: 1024px) {
    .investor-list5 .content .leftbox,
    .investor-list5 .content .rightbox {
        width: 100%;
    }
    .investor-list5 .content .leftbox:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .investor-list5 .line {
        height: 2px;
    }
    .investor-list5 .content .leftbox .li {
        width: 100%;
    }
    .investor-list5 .tit2,
    .investor-list5 .content {
        padding-left: 0;
    }
    .investor-list5 .tip {
        margin-bottom: 1rem;
    }
    .investor-list5 .content .leftbox .sp1 svg {
        width: 20px;
        height: 20px;
    }
    .investor-list5 .content .leftbox .sp1 {
        width: 60px;
    }
    .investor-list5 .content .rightbox {
        padding-left: 0;
    }
}

.sleep-bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.sleep-list1 {
    padding: 5.625rem 0;
    position: relative;
    z-index: 1;
}

.sleep-list1 .text {
    width: 41.25%;
    margin-left: 8.125%;
    position: relative;
    z-index: 3;
}

.sleep-list1 .text .tit2 {
    width: 72%;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.sleep-list1 .text .tit3 {
    color: #808080;
    width: 100%;
}

.sleep-list1 .img {
    width: 26.25%;
    margin-right: 12.5%;
}

.sleep-list1 .img img {
    width: 100%;
}

.sleep-list1 .img .img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

@media (max-width: 768px) {
    .n-subbox .rightbtn {
        display: none;
    }
    .sleep-list1 {
        padding: 3rem 0;
    }
    .sleep-list1 .text {
        width: 50%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sleep-list1 .text {
        width: 100%;
    }
    .sleep-list1 {
        padding: 2rem 0 14rem;
    }
    .sleep-list1 .text .tit3 {
        font-size: 14px;
        line-height: 1.8;
    }
    .sleep-list1 .text {
        float: none;
        display: block;
    }
    .sleep-list1 .img {
        width: 60%;
        float: none;
        display: block;
        margin: 1rem auto 0;
    }
}

.sleep-list2 {
    padding: 5.625rem 0;
    position: relative;
    z-index: 1;
}

.sleep-list2 .text {
    width: 35.625%;
    margin-right: 8.125%;
    position: relative;
    z-index: 3;
}

.sleep-list2 .text .btn {
    width: 1.25rem;
    margin-right: 0.5rem;
}

.sleep-list2 .text .tit2 {
    width: 77.2%;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.sleep-list2 .text .tit3 {
    color: #adadb2;
    width: 100%;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .sleep-list2 {
        padding: 3rem 0;
    }
    .sleep-list2 .text {
        width: 50%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .sleep-list2 .text {
        width: 100%;
    }
    .sleep-list2 {
        padding: 4rem 0 14rem;
    }
    .sleep-list2 .text .tit3 {
        font-size: 14px;
        line-height: 1.8;
    }
}

.sleep-list3 {
    padding: 5.625rem 0;
    position: relative;
    z-index: 1;
}

.sleep-list3 .text {
    width: 35%;
    margin-left: 8.125%;
    position: relative;
    z-index: 3;
}

.sleep-list3 .text .tit2 {
    width: 85%;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.sleep-list3 .text .tit3 {
    color: #808080;
    width: 100%;
}

@media (max-width: 768px) {
    .sleep-list3 {
        padding: 3rem 0;
    }
    .sleep-list3 .text {
        width: 46%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sleep-list3 .text {
        width: 100%;
    }
    .sleep-list3 {
        padding: 2rem 0 12rem;
    }
    .sleep-list3 .text .tit3 {
        font-size: 14px;
        line-height: 1.8;
    }
}

.sleep-bot a.width100 {
    position: relative;
    z-index: 1;
    height: 3.75rem;
    width: 100%;
    overflow: hidden;
}

.sleep-bot a.width50 {
    position: relative;
    z-index: 1;
    height: 3.75rem;
    width: 50%;
    overflow: hidden;
}

.sleep-bot .tit2 {
    color: #e4571f;
    position: relative;
    z-index: 2;
}

.sleep-bot .tit2 span {
    /*text-decoration:underline;*/
    display: inline-block;
    line-height: 1.3;
    border-bottom: 1px solid #e4571f;
}

.sleep-bot svg {
    width: 30px;
    height: 24px;
    line-height: 24px;
    fill: #e4571f;
    margin-left: 0.25rem;
    transition: transform 0.5s ease;
}

.sleep-bot .sleep-bg {
    transition: transform 0.5s ease;
}

.sleep-bot a:hover .sleep-bg {
    transform: scale3d(1.1, 1.1, 1);
}

.sleep-bot a:hover svg {
    transform: translate(10px, 0);
}

.sleep-bot a.leftbox svg {
    margin-left: 0;
    margin-right: 0.25rem;
    transform: rotate(-180deg);
}

.sleep-bot a.leftbox:hover svg {
    transform: translate(-10px, 0) rotate(-180deg);
}

@media (max-width: 767px) {
    .sleep-bot .tit2 {
        font-size: 16px;
    }
    .sleep-bot a.width50,
    .sleep-bot a.width100 {
        height: 2.75rem;
    }
}

.sleep-list4 {
    background: #f5f5f4;
    padding: 4.5rem 0 1rem;
}

@media (max-width: 768px) {
    .sleep-list4 {
        padding: 2rem 0;
    }
}

.sleep-list5 {
    padding: 4.25rem 0 4rem;
}

.sleep-list5 .text {
    width: 40%;
    margin-right: 1.5rem;
}

.sleep-list5 .text .img {
    max-width: 100%;
}

.sleep-list5 .text .p {
    margin-top: 1rem;
    color: #ababb2;
    margin-bottom: 2rem;
}

.sleep-list5 .video-btn {
    display: inline-block;
    cursor: pointer;
}

.sleep-list5 .video-btn img {
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    margin: 0 auto 0.75rem;
}

.sleep-list5 .video-btn p {
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.sleep-list5 .video-btn p:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #ed7838;
}

.sleep-list5 .video-btn:hover p {
    color: #ed7838;
}

@media (max-width: 768px) {
    .sleep-list5 {
        padding: 3rem 0;
    }
    .sleep-list5 .text {
        margin-right: 0;
    }
    .sleep-list5 .text .p {
        font-size: 14px;
    }
    .sleep-list5 .video-btn img {
        width: 35px;
        height: 35px;
    }
    .sleep-list5 .text .p {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .sleep-list5 {
        padding: 4.5rem 0 10rem;
    }
    .sleep-list5 .text {
        width: 100%;
    }
    .sleep-list5 .text .img {
        max-width: 70%;
    }
    .sleep-list5 .text .tit3 {
        font-size: 14px;
        line-height: 1.8;
    }
    .sleep-list5 .video-btn img {
        margin-bottom: 0.45rem;
    }
    .sleep-list5 .video-btn {
        font-size: 12px;
    }
}

.sleep-list6 {
    padding: 1.75rem 0 4rem;
    background: #f1f2f6;
}

.sleep-list6 .tit2 {
    color: #333;
    margin-bottom: 1.25rem;
}

.sleep-list6 .li {
    /*width:16.25%;
    margin-right:3.125%;
    &:nth-child(5n){
      margin-right:0;
    }*/
}

.sleep-list6 .li img {
    max-width: 100%;
}

.sleep-list6 .text {
    text-align: center;
    margin-top: 0.25rem;
    color: #333;
    transition: all 0.3s ease;
}

.sleep-list6 .text .tit4 {
    margin-top: 0.2rem;
}

.sleep-list6 .swiper-pagination {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}

.sleep-list6 .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #dcdcdc;
    transition: background 0.3s;
}

.sleep-list6 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e7551e;
}

.sleep-list6 .li:hover .text {
    color: #e4571f;
}

@media (max-width: 1024px) {
    /* .sleep-list6 .li{
    width:31.5%;
    margin-right:2%;
    margin-bottom:2%;
  }
  .sleep-list6 .li:nth-child(5n){
    margin-right:2%;
  }
  .sleep-list6 .li:nth-child(3n){
    margin-right:0;
  }*/
}

@media (max-width: 768px) {
    .sleep-list6 .text .tit3 {
        font-size: 14px;
    }
    .sleep-list6 .text .tit4 {
        font-size: 12px;
    }
    .sleep-list6 {
        padding-bottom: 2.5rem;
    }
    .sleep-list6 .swiper-pagination {
        margin-top: 0.5rem;
    }
    .sleep-list6 .swiper-pagination span {
        width: 6px;
        height: 6px;
    }
}

.patent-list1 {
    padding: 4rem 0 5.5rem;
    position: relative;
    z-index: 1;
}

.patent-list1 .text {
    width: 65%;
    margin-left: 0;
    position: relative;
    z-index: 3;
}

.patent-list1 .text .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.patent-list1 .text .tit2 {
    width: 72%;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.patent-list1 .text .tit2 span {
    width: calc(100% - 2rem);
}

.patent-list1 .text .tit3 {
    color: #999;
    width: 80%;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.patent-list1 .text .p {
    color: #333;
    padding-left: 2rem;
    margin-bottom: 0.15rem;
}

@media (max-width: 768px) {
    .patent-list1 {
        padding: 3rem 0;
    }
    .patent-list1 .text {
        width: 70%;
        margin-left: 0;
    }
    .patent-list1 .text .p {
        font-size: 14px;
    }
    .patent-list1 .text .p {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .patent-list1 .text {
        width: 100%;
        margin-left: 0;
    }
    .patent-list1 .text .tit3 {
        width: 100%;
    }
    .patent-list1 {
        padding: 7.5rem 0 4.5rem;
    }
    .patent-list1 .text .line {
        display: none;
    }
    .patent-list1 .text .tit2,
    .patent-list1 .text .tit2 span {
        width: 100%;
    }
    .patent-list1 .text .tit3,
    .patent-list1 .text .p {
        padding-left: 0;
    }
    .patent-list1 .text .tit3 {
        font-size: 14px;
    }
    .patent-list1 .text .tit2 {
        font-size: 0.9rem;
    }
}

.patent-list2 {
    padding: 6.75rem 0 7rem;
    position: relative;
    z-index: 1;
}

.patent-list2 .text {
    width: 36.25%;
    margin-left: 3.25rem;
    position: relative;
    z-index: 3;
}

.patent-list2 .text .tit2 {
    width: 100%;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.patent-list2 .text .p {
    color: #333;
    line-height: 2;
    margin-bottom: 0.15rem;
}

@media (max-width: 768px) {
    .patent-list2 {
        padding: 3rem 0;
    }
    .patent-list2 .text {
        width: 48%;
        margin-left: 0;
    }
    .patent-list2 .text .p {
        font-size: 14px;
    }
    .patent-list2 .text .p {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .patent-list2 .text {
        width: 100%;
        margin-left: 0;
    }
    .patent-list2 {
        padding: 3rem 0 13rem;
    }
    .patent-list2 .text .tit3 {
        font-size: 14px;
    }
    .patent-list2 .text .tit2 {
        font-size: 0.9rem;
    }
}

.patent-list3 {
    padding: 6.5rem 0 8rem;
    position: relative;
    z-index: 1;
}

.patent-list3 .text {
    width: 34.68%;
    margin-right: 2.5rem;
    position: relative;
    z-index: 3;
}

.patent-list3 .text .tit2 {
    width: 100%;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    position: relative;
}

.patent-list3 .text .tit2:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 5rem;
    background: url(../images/img13.png) no-repeat center center;
    background-size: 100% auto;
    top: -2.2rem;
    left: -41%;
    z-index: 1;
}

.patent-list3 .text .tit2 span {
    position: relative;
    z-index: 2;
}

.patent-list3 .text .p {
    color: #7a7a80;
    line-height: 2;
    margin-bottom: 0.15rem;
}

@media (max-width: 768px) {
    .patent-list3 {
        padding: 3rem 0 5rem;
    }
    .patent-list3 .text {
        margin-right: 0;
        width: 50%;
    }
    .patent-list3 .text .p {
        font-size: 14px;
    }
    .patent-list3 .text .p {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .patent-list3 .text {
        width: 100%;
        margin-left: 0;
    }
    .patent-list3 {
        padding: 2rem 0 14rem;
    }
    .patent-list3 .text .tit3 {
        font-size: 14px;
    }
    .patent-list3 .text .tit2 {
        font-size: 0.9rem;
    }
    .patent-list3 .text .tit2:before {
        left: -22%;
    }
}

.partner-list1 {
    background: #f0f1f0 url(../images/img20.jpg) no-repeat top center;
    padding: 2.75rem 0 3.5rem;
}

.partner-list1 .tip {
    justify-content: flex-start;
    color: #808080;
    margin-bottom: 0.25rem;
}

.partner-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #f98561;
    margin-right: 0.5rem;
}

.partner-list1 .title {
    color: #000;
    margin-left: 2rem;
}

.partner-list1 .top-title {
    padding-left: 3rem;
}

.partner-list1 .ulbox {
    margin-top: 2.25rem;
}

.partner-list1 .ulbox .li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 4.5rem;
    background: #fff;
    overflow: hidden;
}

.partner-list1 .ulbox .li:nth-child(4n) {
    margin-right: 0;
}

.partner-list1 .ulbox img {
    max-width: 80%;
    max-height: 3rem;
    transition: all 0.3s ease;
}

.partner-list1 .ulbox .li:hover img {
    transform: scale(1.1, 1.1);
}

@media (max-width: 1024px) {
    .partner-list1 .top-title {
        padding-left: 0;
    }
    .partner-list1 .ulbox .li {
        height: 3.5rem;
    }
}

@media (max-width: 767px) {
    .partner-list1 {
        padding: 1.75rem 0 2.5rem;
    }
    .partner-list1 .tip .line {
        display: none;
    }
    .partner-list1 .title {
        margin-left: 0;
    }
    .partner-list1 .ulbox {
        margin-top: 1.25rem;
    }
    .partner-list1 .ulbox .li {
        height: 2.5rem;
    }
    .partner-list1 .ulbox img {
        max-width: 65%;
        max-height: 1.5rem;
    }
}

.solution-list1 {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 4.25rem;
}

.solution-list1 .shouimg {
    position: absolute;
    width: 15.65rem;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.solution-list1 .p {
    color: #bd807c;
}

.solution-list1 .tipbox {
    margin-bottom: 1.75rem;
}

.solution-list1 .tipbox svg {
    width: 20px;
    height: 20px;
    line-height: 1;
    fill: #d4a6a1;
    margin-right: 0.25rem;
}

.solution-list1 .tipbox .p {
    width: calc(100% - 35px);
}

.solution-list1 .textbox {
    width: 56.25%;
    margin-right: 3rem;
    position: relative;
    z-index: 2;
}

.solution-list1 .leftbox {
    width: 39%;
}

.solution-list1 .leftbox .tit2 {
    color: #e4571f;
    margin-bottom: 1.25rem;
}

.solution-list1 .leftbox .img {
    max-width: 100%;
}

.solution-list1 .rightbox {
    width: 45%;
}

.solution-list1 .rightbox .tit2 {
    color: #e4571f;
    margin-bottom: 1rem;
}

.solution-list1 .rightbox span {
    width: 60px;
    display: block;
    color: #a1726d;
}

.solution-list1 .rightbox .input {
    margin-bottom: 1rem;
}

.solution-list1 .rightbox .selectbox {
    width: 6rem;
}

.solution-list1 .rightbox .sp {
    width: 3rem;
    height: 22px;
}

.solution-list1 .rightbox .sp span {
    width: auto;
}

.solution-list1 .rightbox .sp svg {
    width: 10px;
    height: 10px;
    fill: #bf8c86;
    margin-left: 5px;
}

.solution-list1 .rightbox input {
    width: calc(100% - 60px);
    height: 22px;
    line-height: 22px;
    background: none;
    border: none;
    border-bottom: 1px solid #e8c6c3;
}

.solution-list1 .rightbox textarea {
    width: calc(100% - 60px);
    min-height: 22px;
    line-height: 22px;
    background: none;
    border: none;
    border-bottom: 1px solid #e8c6c3;
}

.solution-list1 .rightbox .submitbtn {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    background: #e4571f;
    color: #fff;
    position: relative;
    margin: 0 auto;
}

.solution-list1 .rightbox .submitbtn .btn {
    width: 100%;
    height: 40px;
    border-radius: 40px;
}

.solution-list1 .rightbox .submitbtn .svg1 {
    width: 16px;
    height: 16px;
    line-height: 1;
    fill: #fff;
    margin-right: 0.2rem;
}

.solution-list1 .rightbox .submitbtn .svg2 {
    width: 12px;
    height: 12px;
    line-height: 1;
    fill: #fff;
    margin-left: 0.2rem;
}

.solution-list1 .rightbox .submitbtn input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    border-bottom: none;
}

@media (max-width: 1280px) {
    .solution-list1 .shouimg {
        width: 10.65rem;
    }
    .solution-list1 .textbox {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .solution-list1 .textbox {
        margin-right: 5%;
    }
    .solution-list1 .textbox {
        width: 90%;
    }
    .solution-list1 {
        padding: 2rem 0 13.25rem;
    }
}

@media (max-width: 767px) {
    .n-subbox .leftbtn {
        display: none;
    }
    .solution-list1 .leftbox,
    .solution-list1 .rightbox {
        width: 100%;
    }
    .solution-list1 .textbox {
        margin-right: 0%;
    }
    .solution-list1 .leftbox {
        margin-bottom: 1.5rem;
    }
    .solution-list1 .textbox {
        width: 100%;
    }
    .solution-list1 .leftbox .tit2 {
        margin-bottom: 0.75rem;
    }
    .solution-list1 {
        padding: 2rem 0 15.25rem;
    }
}

.solution-list2 {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 2.4rem;
}

.solution-list2 .contentbox {
    position: relative;
    z-index: 2;
}

.solution-list2 .textbox {
    width: 50%;
    padding: 0 2rem 0 3rem;
}

.solution-list2 .textbox .p {
    color: #666;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    border-bottom: 2px solid #fff;
}

.solution-list2 .textbox .p2 {
    margin-bottom: 2.5rem;
    color: #666;
}

.solution-list2 .textbox .p2 p {
    margin-bottom: 0.25rem;
}

.solution-list2 .shoubox {
    width: 43.75%;
    position: relative;
}

.solution-list2 .shoubox .dian {
    width: 30px;
    height: 30px;
    position: absolute;
}

.solution-list2 .shoubox span {
    position: absolute;
    width: 80px;
    color: #666;
    left: 35px;
    top: 5px;
    opacity: 0;
}

.solution-list2 .shoubox .dian:hover span,
.solution-list2 .shoubox .dian.cur span {
    opacity: 1;
}

.solution-list2 .shoubox .dian:before {
    content: "";
    position: absolute;
    background: rgba(228, 87, 31, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}

.solution-list2 .shoubox .dian:after {
    content: "";
    position: absolute;
    background: #e4571f;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
}

.solution-list2 .shoubox .dian1 {
    position: absolute;
    right: 5%;
    top: 9%;
    z-index: 2;
}

.solution-list2 .shoubox .dian2 {
    position: absolute;
    right: 9.5%;
    top: 35.5%;
    z-index: 2;
}

.solution-list2 .shoubox .dian3 {
    position: absolute;
    right: -2.5%;
    top: 55.5%;
    z-index: 2;
}

.solution-list2 .shouimg {
    width: 100%;
}

.solution-list2 .btn {
    width: 135px;
    height: 45px;
    background: #e4571f;
    color: #fff;
    border-radius: 45px;
}

.solution-list2 .btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-left: 0.25rem;
}

@media (max-width: 768px) {
    .solution-list2 .textbox {
        padding: 0 1rem 0 0;
    }
}

@media (max-width: 767px) {
    .solution-list2 .textbox {
        width: 100%;
        margin-bottom: 1.2rem;
    }
    .solution-list2 .shoubox {
        width: 90%;
        margin: 0 auto;
    }
    .solution-list2 {
        padding: 2rem 0;
    }
    .solution-list2 .textbox .p2 {
        margin-bottom: 1rem;
    }
    .solution-list2 .btn {
        font-size: 14px;
    }
}

.solution-list3 {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0 5rem;
}

.solution-list3 .contentbox {
    position: relative;
    z-index: 2;
}

.solution-list3 .tit2 {
    color: #e4571f;
    margin-bottom: 0.75rem;
}

.solution-list3 .ulbox {
    width: 100%;
}

.solution-list3 .li {
    width: 23.5%;
    margin-right: 2%;
    border-radius: 5px;
    height: 12rem;
    background: #fff;
    position: relative;
}

.solution-list3 .li .proimg {
    max-width: 90%;
    max-height: 4.25rem;
    position: relative;
    z-index: 1;
}

.solution-list3 .li .text {
    position: absolute;
    bottom: 0.75rem;
    width: 100%;
    color: #000;
}

.solution-list3 .li .tit3 {
    text-align: center;
    margin-bottom: 0.2rem;
}

.solution-list3 .li .tit4 {
    color: #999;
    text-align: center;
}

.solution-list3 .li .tip {
    padding: 0 15px;
    background: #dc0f48;
    position: absolute;
    left: 1.25rem;
    top: 0.75rem;
    color: #fff;
    z-index: 3;
}

.solution-list3 .li .tip:before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dc0f48;
    font-size: 0;
    line-height: 0;
    transform: rotate(90deg);
}

.solution-list3 .li:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1480px) {
    .solution-list3 .li .tit4 {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .solution-list3 .li .tit4 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .solution-list3 .li {
        width: 48%;
        margin-right: 4%;
        height: 12rem;
        margin-bottom: 0.65rem;
    }
    .solution-list3 .li:nth-child(2n) {
        margin-right: 0;
    }
    .solution-list3 {
        padding-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .solution-list3 .li {
        width: 100%;
        margin-right: 0;
    }
}

.support-list1 {
    padding: 2.5rem 0 3.5rem;
    background: linear-gradient(#fff7f1, #f6e6d7);
}

.support-list1 .tit2 {
    text-align: center;
    color: #e4571f;
    margin-bottom: 0.25rem;
}

.support-list1 .selectbox {
    width: 420px;
    height: 45px;
    border: 1px solid #d5bdb0;
    border-radius: 10px;
    margin: 0 auto 1.5rem;
    position: relative;
}

.support-list1 .selectbox .sp {
    padding: 0 0.75rem;
    height: 45px;
    color: #9a806a;
}

.support-list1 .selectbox svg {
    width: 20px;
    height: 20px;
    line-height: 1;
    fill: #9a806a;
}

.support-list1 .selectbox .sp-select {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 0.75rem;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.support-list1 .selectbox .li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}

.support-list1 .ulbox .li {
    border-bottom: 1px solid #ecddd2;
}

.support-list1 .ulbox .li:last-child {
    border-bottom: none;
}

.support-list1 .ulbox .li-top {
    height: 2rem;
    color: #915e4c;
    cursor: pointer;
}

.support-list1 .ulbox .li-top span {
    width: 80%;
}

.support-list1 .ulbox .li-top svg {
    width: 24px;
    height: 24px;
    fill: #915e4c;
    transition: transform 0.3s;
}

.support-list1 .ulbox .li-top.cur svg {
    transform: rotate(-45deg);
}

.support-list1 .ulbox .li-bot {
    color: #4c4c4c;
    background: #fff;
    padding: 1.05rem 1rem 1.25rem;
    position: relative;
    display: none;
}

.support-list1 .ulbox .p {
    line-height: 2;
}

.support-list1 .ulbox .colse {
    color: #e4571f;
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 767px) {
    .support-list1 .selectbox {
        width: 100%;
    }
    .support-list1 .ulbox .li-bot {
        font-size: 12px;
    }
}

.support-list2 {
    padding: 3rem 0 0;
    background: #fffefd;
}

.support-list2 .tit2 {
    text-align: center;
    color: #e4571f;
    margin-bottom: 0.25rem;
}

.support-list2 .tit3 {
    text-align: center;
    color: #666;
    margin-bottom: 1.5rem;
}

.support-list2 .warpselect {
    width: 1130px;
    margin: 0 auto;
}

.support-list2 .selectbox {
    width: 31%;
    height: 45px;
    border: 1px solid #dcdee0;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.support-list2 .selectbox .sp {
    padding: 0 0.75rem;
    height: 45px;
    color: #333;
}

.support-list2 .selectbox svg {
    width: 20px;
    height: 20px;
    line-height: 1;
    fill: #333;
}

.support-list2 .selectbox .sp-select {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 0.75rem;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    max-height: 350px;
}

.support-list2 .selectbox .li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}

.support-list2 .addbox {
    text-align: center;
    margin: 1.5rem 0 1.25rem;
    color: #333;
}

.support-list2 #networkmap {
    width: 100%;
    height: 18.5rem;
    z-index: 1;
}

.support-list2 #networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
    background-image: url("../images/mbg_v2-fs8.png");
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
    .support-list2 #networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
        background-image: url("../images/mbg_v2@2x-fs8.png");
    }
}

.support-list2 #networkmap .amap-simple-marker-label {
    font-size: 15px;
    color: #fff;
}

.support-list2 .networkmap .network-list {
    max-height: 300px;
}

.support-list2 .networkmap .network-list:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20%;
    background: -webkit-linear-gradient(transparent, #ffffff);
    background: linear-gradient(transparent, #ffffff);
    z-index: 2;
}

.support-list2 .networkmap .network-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ed431d;
    border-radius: 0;
    width: 2px;
}

.support-list2 .networkmap .network-list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(211, 211, 211, 0.4);
}

.support-list2 .networkmap .network-list .li {
    padding: 0.75rem 0;
    cursor: pointer;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

.support-list2 .networkmap .network-list .tit {
    color: #555;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.support-list2 .networkmap .network-list .tit svg {
    width: 25px;
    height: 30px;
    fill: #767474;
}

.support-list2 .networkmap .network-list .tit span {
    width: calc(100% - 50px);
    margin-left: 20px;
}

.support-list2 .networkmap .network-list .sub-con {
    color: #666;
}

.support-list2 .networkmap .network-list p {
    margin-bottom: 0.25rem;
}

.support-list2 .networkmap .network-list .tit .orderbtn {
    color: #1a1a1a;
    margin-top: 0.75rem;
}

.support-list2 .networkmap .network-list .tit .orderbtn svg {
    width: 22px;
    height: 22px;
    fill: #1a1a1a;
    margin-right: 0.25rem;
}

.support-list2 .distance {
    position: absolute;
    right: 0;
    bottom: 0.9rem;
    color: #ed431d;
    z-index: 2;
}

.support-list2 .networkmap .map-search {
    height: 37px;
    line-height: 37px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #f5f5f5;
}

.support-list2 .networkmap .map-search input {
    height: 35px;
    line-height: 35px;
    background: none;
    border: none;
}

.support-list2 .networkmap .map-search .input {
    text-indent: 20px;
    width: calc(100% - 35px);
}

.support-list2 .networkmap .map-search .input2 {
    width: 35px;
    background: #ed431d url(../images/img42.png) no-repeat center center;
}

.support-list2 .networkmap .network-content {
    position: absolute;
    top: 2rem;
    left: calc(50vw - 800px);
    background: #fff;
    width: 400px;
    padding: 1rem 1rem 1.7rem;
    z-index: 3;
}

.support-list2 .networkmap {
    position: relative;
}

.support-list2 .myadd {
    height: 36px;
    line-height: 36px;
    background: #ed431d;
    margin-bottom: 0.5rem;
}

.support-list2 .myadd svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 0.35rem;
}

.support-list2 .amap-info-content .tit svg {
    width: 25px;
    height: 30px;
    fill: #767474;
}

.support-list2 .amap-info-content .tit span {
    width: calc(100% - 50px);
    margin-left: 20px;
}

@media (max-width: 1600px) {
    .support-list2 .networkmap .network-content {
        left: 5%;
    }
}

@media (max-width: 1280px) {
    .support-list2 .warpselect {
        width: 100%;
    }
    .support-list2 .selectbox {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 768px) {
    .support-list2 .networkmap .network-content {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
    .support-list2 .networkmap .network-list:after {
        display: none;
    }
    .support-list2 #networkmap {
        height: 10rem;
    }
}

.member-list1 {
    padding: 3.5rem 0 8.45rem;
    position: relative;
    z-index: 2;
}

.member-list1 .contentbox {
    position: relative;
    z-index: 2;
}

.member-list1 .contentbox .tit2 {
    text-align: center;
    color: #e4571f;
}

.member-list1 .contentbox .p {
    width: 58.75%;
    margin: 1rem auto 0;
    text-align: center;
    color: #8a8684;
}

.member-list1 .vipimg {
    position: absolute;
    width: 14rem;
    border-radius: 20px;
    overflow: hidden;
    left: 50%;
    margin-left: -7rem;
    bottom: -2.5rem;
    z-index: 2;
    box-shadow: 0px 15px 20px 0 rgba(187, 154, 101, 0.8);
}

@media (max-width: 1366px) {
    .member-list1 .contentbox .p {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .member-list1 {
        padding: 2rem 0 8rem;
    }
    .member-list1 .contentbox .p {
        width: 100%;
    }
}

.member-list2 {
    padding: 6.5rem 0 2.25rem;
    background: linear-gradient(#ffffff 20%, #ffede3);
    position: relative;
    z-index: 1;
}

.member-list2 .contentbox {
    position: relative;
    z-index: 2;
}

.member-list2 .contentbox .tit2 {
    text-align: center;
    color: #e4571f;
}

.member-list2 .contentbox .ulbox {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.member-list2 .contentbox .li {
    width: 23.5%;
    margin-right: 2%;
    border-radius: 15px;
    overflow: hidden;
}

.member-list2 .contentbox .li img {
    width: 100%;
}

.member-list2 .contentbox .li:nth-child(4n) {
    margin-right: 0;
}

.member-list2 .contentbox .p {
    color: #a37765;
    padding-left: 1.75rem;
    line-height: 2;
}

@media (max-width: 767px) {
    .member-list2 {
        padding: 5rem 0 2.25rem;
    }
    .member-list2 .contentbox .ulbox {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .member-list2 .contentbox .li {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 4%;
    }
    .member-list2 .contentbox .li:nth-child(2n) {
        margin-right: 0;
    }
    .member-list2 .contentbox .p {
        font-size: 12px;
        padding-left: 1rem;
    }
}

.member-list3 {
    padding: 2.75rem 0 2.25rem;
    background: linear-gradient(#ffffff 60%, #ffede3);
    position: relative;
}

.member-list3 .contentbox {
    position: relative;
    z-index: 2;
}

.member-list3 .contentbox .tit2 {
    text-align: center;
    color: #e4571f;
}

.member-list3 .contentbox .ulbox {
    margin-top: 1.2rem;
    margin-bottom: 4rem;
}

.member-list3 .contentbox .ulbox .li {
    width: 23.5%;
    margin-right: 2%;
    border-radius: 15px;
    overflow: hidden;
    background: #f7f7f7;
}

.member-list3 .contentbox .ulbox .li img {
    width: 100%;
}

.member-list3 .contentbox .ulbox .li:nth-child(4n) {
    margin-right: 0;
}

.member-list3 .contentbox .ulbox .top {
    overflow: hidden;
    height: 3rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.member-list3 .contentbox .ulbox .top .sleep-bg {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s ease;
}

.member-list3 .contentbox .ulbox .tit3 {
    position: relative;
    z-index: 3;
    text-align: center;
}

.member-list3 .contentbox .ulbox .text {
    height: 330px;
    padding: 1rem;
    color: #4c4c4c;
    line-height: 2;
}

.member-list3 .contentbox .ulbox .li:hover .top .sleep-bg {
    transform: scale3d(1.2, 1.2, 1);
}

.member-list3 .contentbox .textbox {
    background: url(../images/img34.jpg) no-repeat center center;
    background-size: cover;
    padding: 1.75rem 4rem 3rem;
    border-radius: 50px;
    margin-bottom: 3rem;
}

.member-list3 .contentbox .textbox .tit3 {
    color: #fff7e6;
    margin-bottom: 2rem;
    text-align: center;
}

.member-list3 .contentbox .textbox .li {
    color: #fff4d9;
    padding-left: 26px;
    margin-bottom: 0.35rem;
    position: relative;
}

.member-list3 .contentbox .textbox .li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff4dc;
    border-radius: 50%;
    left: 0;
    top: 0.3rem;
}

.member-list3 .contentbox .erwm-img {
    margin-top: 2rem;
}

.member-list3 .contentbox .erwm-img img {
    width: 19.175rem;
}

@media (max-width: 767px) {
    .member-list3 .contentbox .ulbox {
        margin-bottom: 2rem;
    }
    .member-list3 .contentbox .ulbox .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .member-list3 .contentbox .ulbox .text {
        height: auto;
        font-size: 14px;
    }
    .member-list3 .contentbox .textbox {
        padding: 1.2rem 1rem;
        border-radius: 0.25rem;
        margin-bottom: 1.2rem;
    }
    .member-list3 .contentbox .textbox .tit3 {
        margin-bottom: 1rem;
    }
    .member-list3 .contentbox .erwm-img img {
        width: 90%;
    }
}

.house-list1 {
    padding: 1.5rem 0 3.6rem;
    position: relative;
    z-index: 2;
}

.house-list1 .contentbox {
    position: relative;
    z-index: 2;
}

.house-list1 .contentbox .icon {
    width: 3.25rem;
    display: block;
    margin: 0 auto 0.5rem;
}

.house-list1 .contentbox .p {
    text-align: center;
    color: #7f7877;
    width: 55%;
    margin: 0 auto 1.25rem;
}

.house-list1 .ulbox .li {
    width: 33.3%;
}

.house-list1 .ulbox img {
    width: 2.1rem;
    display: block;
    margin: 0 auto 0.5rem;
}

.house-list1 .ulbox .tit3 {
    color: #333030;
    text-align: center;
}

.house-list1 .ulbox .tit3 span {
    color: #ed431d;
}

.house-list1 .ulbox .tit4 {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #666;
}

@media (max-width: 1366px) {
    .house-list1 .contentbox .p {
        width: 80%;
    }
    .house-list1 .ulbox .li {
        padding: 0 5%;
    }
}

@media (max-width: 768px) {
    .house-list1 {
        padding: 1.5rem 2rem;
    }
    .house-list1 .contentbox .p {
        width: 100%;
        line-height: 2;
    }
    .house-list1 .ulbox .tit4 {
        font-size: 12px;
    }
    .house-list1 .ulbox .li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.house-list2 {
    padding: 3.5rem 0 3.5rem;
    position: relative;
    z-index: 2;
}

.house-list2 .contentbox {
    position: relative;
    z-index: 2;
}

.house-list2 .contentbox .tit2 {
    text-align: center;
}

.house-list2 .contentbox .ulbox {
    margin-top: 1.5rem;
}

.house-list2 .contentbox .li {
    height: 8rem;
    min-height: 300px;
    width: 19%;
    margin-right: 1.25%;
    background: #fff;
    border-radius: 15px;
    padding: 1rem 0.65rem;
    position: relative;
    transition: all 0.3s;
}

.house-list2 .contentbox .li:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    bottom: -15px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

.house-list2 .contentbox .li:nth-child(5n) {
    margin-right: 0;
}

.house-list2 .contentbox svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2rem;
    height: 2rem;
    fill: #cccc;
    transition: fill 0.5s ease;
}

.house-list2 .contentbox .li:nth-child(3) svg {
    width: 1.8rem;
    height: 1.8rem;
}

.house-list2 .contentbox .li:nth-child(5) svg {
    width: 2.4rem;
    height: 2.4rem;
}

.house-list2 .contentbox .svg-img {
    height: 2rem;
    width: 2rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.65rem;
}

.house-list2 .contentbox .tit3 {
    color: #000;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.house-list2 .contentbox .p {
    color: #999;
    text-align: center;
    display: none;
}

.house-list2 .contentbox .li:hover {
    transform: translate(0, -15px);
}

.house-list2 .contentbox .li:hover:before {
    opacity: 1;
}

.house-list2 .contentbox .li:hover .p {
    display: block;
}

.house-list2 .contentbox .li:hover .svg-img svg {
    fill: #e75f29;
}

@media (max-width: 768px) {
    .house-list2 {
        padding: 2rem 0 2.5rem;
    }
    .house-list2 .contentbox .li {
        width: 48%;
        height: 7.5rem;
        margin-bottom: 0.75rem;
        margin-right: 2.5%;
        min-height: auto;
    }
    .house-list2 .contentbox .tit3 {
        font-size: 14px;
        line-height: 2;
    }
    .house-list2 .contentbox .li:nth-child(2n) {
        margin-right: 0;
    }
    .house-list3 .warpimg-container .swiper-button-prev,
    .house-list3 .warpimg-container .swiper-button-next {
        display: none;
    }
    .house-list2 .contentbox svg {
        fill: #e75f29;
    }
    .house-list2 .contentbox .li .p {
        display: block;
    }
    .house-list2 .contentbox .li {
        height: 10.5rem;
        justify-content: flex-start;
    }
}

.house-list3 {
    padding: 3.75rem 0 3.85rem;
    position: relative;
    z-index: 2;
}

.house-list3 .contentbox {
    position: relative;
    z-index: 2;
}

.house-list3 .contentbox .tit2 {
    color: #e4571f;
    text-align: center;
}

.house-list3 .warpimg-container {
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
}

.house-list3 .warpimg-container .swiper-button-prev,
.house-list3 .warpimg-container .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
    margin-top: -30px;
    top: 50%;
}

.house-list3 .warpimg-container .swiper-button-prev svg,
.house-list3 .warpimg-container .swiper-button-next svg {
    width: 40px;
    height: 40px;
    fill: #e4571f;
}

.house-list3 .warpimg-container .swiper-button-prev:hover,
.house-list3 .warpimg-container .swiper-button-next:hover {
    background: #e4571f;
}

.house-list3 .warpimg-container .swiper-button-prev:hover svg,
.house-list3 .warpimg-container .swiper-button-next:hover svg {
    fill: #fff;
}

.house-list3 .warpimg-container .swiper-button-prev {
    left: 1rem;
}

.house-list3 .warpimg-container .swiper-button-prev svg {
    transform: rotate(-180deg);
}

.house-list3 .warpimg-container .swiper-button-next {
    right: 1rem;
}

.house-list3 .img-container .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.house-list3 .img-container .swiper-slide1 {
    position: relative;
    z-index: 1;
}

.house-list3 .img-container .swiper-slide1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.house-list3 .img-container .swiper-slide1 .video-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.house-list3 .img-container .swiper-slide img {
    width: 100%;
}

@media (max-width: 768px) {
    .house-list3 {
        padding: 2rem 0 2.5rem;
    }
    .house-list3 .warpimg-container {
        margin-top: 1.2rem;
    }
}

.house-list4 {
    padding: 2.5rem 0;
    position: relative;
    z-index: 2;
}

.house-list4 .contentbox {
    position: relative;
    z-index: 2;
}

.house-list4 .contentbox .titlebox {
    width: 440px;
}

.house-list4 .contentbox .tit2 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.house-list4 .contentbox .tit2 span {
    width: calc(100% - 2rem);
}

.house-list4 .contentbox .tit2 .line {
    width: 1.5rem;
    height: 5px;
    background: #fff;
    margin-right: 0.5rem;
}

.house-list4 .contentbox .telbox {
    font-family: "DINCOND-BOLD";
    margin-left: 2rem;
    color: #fff;
}

.house-list4 .contentbox .telbox svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 0.25rem;
}

.house-list4 .contentbox .telbox span {
    text-decoration: underline;
}

.house-list4 .contentbox .warp-formbox {
    width: 58.125%;
    max-width: calc(100% - 480px);
}

.house-list4 .contentbox .formbox .li {
    width: 45%;
    margin-bottom: 0.75rem;
    position: relative;
}

.house-list4 .contentbox .formbox .li .icon {
    width: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10.5px;
}

.house-list4 .contentbox .formbox .li input {
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    border-bottom: 1px solid #faa083;
    padding: 0 1rem;
    color: #fff;
}

.house-list4 .contentbox .formbox .li input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.house-list4 .contentbox .formbox .li input::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.house-list4 .contentbox .formbox .li input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.house-list4 .contentbox .formbox .yli input {
    padding-left: 0;
    padding-right: 88px;
}

.house-list4 .contentbox .formbox .yli .yanz {
    position: absolute;
    width: 100px;
    bottom: 10px;
    right: 0;
    z-index: 1;
}

.house-list4 .contentbox .formbox .submit {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #fff;
    border: none;
    text-align: center;
    color: #ff4310;
    margin-top: -75px;
    margin-left: calc(100% - 160px);
}

@media (max-width: 768px) {
    .house-list4 .contentbox .warp-formbox {
        width: 100%;
        max-width: 100%;
    }
    .house-list4 .contentbox .formbox .li {
        width: 100%;
    }
    .house-list4 .contentbox .formbox .submit {
        font-size: 14px;
        margin-top: 1rem;
    }
    .house-list4 .contentbox .tit2 .line {
        height: 2px;
    }
    .house-list4 .contentbox .warp-formbox {
        margin-top: 1rem;
    }
    .house-list4 .contentbox .formbox .li .icon {
        width: 16px;
    }
    .house-list4 .contentbox .formbox .submit {
        margin: 1rem auto 0;
        height: 40px;
        line-height: 40px;
    }
}

.house-list5 {
    padding: 3rem 0 1.5rem;
    background: #f5f5f5;
}

.house-list5 .contentbox {
    position: relative;
    z-index: 2;
}

.house-list5 .contentbox .tit2 {
    width: 100%;
    color: #e4571f;
    text-align: center;
}

.house-list5 .morebtn {
    width: 49px;
    height: 49px;
    margin: 1rem auto 0;
}

.house-list5 .morebtn img {
    width: 100%;
}

.house-list5 .ulbox-list {
    width: 100%;
    position: relative;
}

.house-list5 #container {
    width: 100%;
    margin-top: 2rem;
}

.house-list5 #container .li {
    width: 22.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: background 0.3s ease;
}

.house-list5 #container .img {
    border-radius: 15px;
    overflow: hidden;
}

.house-list5 #container .img img {
    width: 100%;
}

.house-list5 #container .text {
    padding: 0.75rem 1rem 1.5rem;
}

.house-list5 #container .line {
    margin: 0.5rem 0;
    width: 30px;
    height: 2px;
    background: #b3b3b3;
    transition: all 0.3s ease;
}

.house-list5 #container .time {
    color: #808080;
    transition: all 0.3s ease;
}

.house-list5 #container .tit3 {
    color: #4c4c4c;
    transition: all 0.3s ease;
}

.house-list5 #container .li:hover {
    background: #e4571f;
}

.house-list5 #container .li:hover .time {
    color: #fff;
}

.house-list5 #container .li:hover .tit3 {
    color: #fff;
}

.house-list5 #container .li:hover .line {
    background: #fff;
}

@media (max-width: 1024px) {
    .house-list5 #container .li {
        width: 45%;
        margin-right: 4%;
    }
    .house-list5 #container .text {
        padding: 0.5rem 0.5rem 1rem;
    }
}

@media (max-width: 767px) {
    .house-list5 {
        padding: 1.5rem 0 2rem;
    }
    .house-list5 .line {
        height: 2px;
    }
    .house-list5 #container .tit3 {
        font-size: 14px;
    }
    .house-list5 #container {
        width: 104%;
    }
    .house-list5 #container {
        margin-top: 1.5rem;
    }
}

.intro-list1 {
    background: #f0f1f0 url(../images/img45.jpg) no-repeat top center;
    padding: 2.5rem 0 5.5rem;
}

.intro-list1 .tip {
    justify-content: flex-start;
    color: #313131;
    margin-bottom: 0.25rem;
}

.intro-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #313131;
    margin-right: 0.5rem;
}

.intro-list1 .title {
    color: #f15921;
    margin-left: 2rem;
}

.intro-list1 .text {
    padding-left: 2rem;
}

.intro-list1 .p {
    color: #874f42;
    line-height: 2;
    margin: 1rem 0 2.25rem;
}

.intro-list1 .p img {
    max-width: 100%;
}

.intro-list1 .tit3 {
    color: #874f42;
    margin-bottom: 0.35rem;
}

.intro-list1 .p2 {
    color: #874f42;
    line-height: 2;
    margin: 0 0 1.5rem;
}

.intro-list1 .p2 img {
    max-width: 100%;
}

.intro-list1 .linkbox {
    width: 160px;
    height: 45px;
    border-radius: 45px;
    margin-bottom: 1.5rem;
    background: #e4571f;
    color: #fff;
}

.intro-list1 .linkbox svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
    transition: all 0.3s;
}

.intro-list1 .linkbox:hover {
    color: #fff;
}

.intro-list1 .linkbox:hover svg {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .intro-list1 {
        padding: 1.5rem 0 3rem;
    }
    .intro-list1 .line {
        height: 2px;
    }
    .intro-list1 .p {
        margin: 0.5rem 0 1rem;
    }
    .intro-list1 .p2 {
        margin-bottom: 1rem;
    }
    .intro-list1 .linkbox {
        width: 130px;
        height: 40px;
        border-radius: 40px;
        margin-bottom: 1rem;
    }
}

.cases-list1 {
    padding: 2.5rem 0 4.5rem;
    background: linear-gradient(#ffffff 30%, #ffeae1);
}

.cases-list1 .tip {
    justify-content: flex-start;
    color: #313131;
    margin-bottom: 0.25rem;
}

.cases-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #313131;
    margin-right: 0.5rem;
}

.cases-list1 .title {
    color: #f15921;
}

.cases-list1 .warp-title {
    padding-left: 2rem;
}

.cases-list1 .tab-box .li {
    margin-left: 1.25rem;
    transition: color 0.3s;
    cursor: pointer;
}

.cases-list1 .tab-box .li svg {
    width: 24px;
    height: 24px;
    fill: #333;
    margin-right: 5px;
    transition: all 0.3s;
}

.cases-list1 .tab-box .li:hover,
.cases-list1 .tab-box .li.cur {
    color: #ed431d;
}

.cases-list1 .tab-box .li:hover svg,
.cases-list1 .tab-box .li.cur svg {
    fill: #ed431d;
}

.cases-list1 .ulbox-list {
    width: 100%;
    position: relative;
}

.cases-list1 #container {
    width: 102.5%;
    margin-top: 1.25rem;
}

.cases-list1 #container .li {
    width: 22.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: background 0.3s ease;
}

.cases-list1 #container .li:hover {
    background: #e4571f;
}

.cases-list1 #container .li:hover .line {
    background: #fff;
}

.cases-list1 #container .li:hover .time,
.cases-list1 #container .li:hover .tit3 {
    color: #fff;
}

.cases-list1 #container .img {
    border-radius: 15px;
    overflow: hidden;
}

.cases-list1 #container .img img {
    width: 100%;
}

.cases-list1 #container .text {
    padding: 0.75rem 1rem 1.5rem;
}

.cases-list1 #container .line {
    margin: 0.5rem 0;
    width: 30px;
    height: 2px;
    background: #b3b3b3;
    transition: all 0.3s ease;
}

.cases-list1 #container .time {
    color: #808080;
    transition: all 0.3s ease;
}

.cases-list1 #container .tit3 {
    color: #4c4c4c;
    transition: all 0.3s ease;
}

.cases-list1 .more-case {
    margin-top: 2.5rem;
}

.cases-list1 .more-case span {
    color: #f15921;
    border-bottom: 2px solid #f15921;
}

.cases-list1 .more-case img {
    width: 145px;
    height: 145px;
    margin-top: 0.5rem;
}

@media (max-width: 1024px) {
    .cases-list1 #container .li {
        width: 45%;
        margin-right: 4%;
    }
    .cases-list1 #container .text {
        padding: 0.5rem 0.5rem 1rem;
    }
}

@media (max-width: 767px) {
    .cases-list1 {
        padding: 1.5rem 0 2rem;
    }
    .cases-list1 .line {
        height: 2px;
    }
    .cases-list1 #container .tit3 {
        font-size: 14px;
    }
    .cases-list1 .more-case {
        margin-top: 1.5rem;
    }
}

.n-project-info .project-top {
    height: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d2d2d2;
}

.n-project-info .project-top .backbtn {
    width: 170px;
    height: 38px;
    background: #333;
    color: #fff;
    position: relative;
}

.n-project-info .project-top .backbtn:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background: #e7551e;
    left: 0;
    top: 0;
    transition: width 0.3s;
}

.n-project-info .project-top .backbtn .sp {
    position: relative;
    z-index: 3;
}

.n-project-info .project-top .backbtn .line {
    width: 16px;
    height: 1px;
    background: #fff;
    margin-right: 0.25rem;
    transition: margin-left 0.3s;
}

.n-project-info .project-top .backbtn:hover:before {
    width: 100%;
}

.n-project-info .project-top .backbtn:hover .line {
    margin-left: -10px;
}

.n-project-info .project-top .page-btn a {
    margin: 0 7px;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    transition: all 0.3s;
}

.n-project-info .project-top .page-btn svg {
    width: 30px;
    height: 20px;
    fill: #bbbbbb;
    transition: fill 0.3s;
}

.n-project-info .project-top .page-btn a:hover {
    border: 1px solid transparent;
    background: #e7551e;
}

.n-project-info .project-top .page-btn a:hover svg {
    fill: #fff;
}

.n-project-info .project-top .next svg {
    transform: rotate(-180deg);
}

.n-project-info .info .tit2 {
    color: #e7551e;
    text-align: center;
    margin-bottom: 1rem;
}

.n-project-info .info .warp-imgbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}

.n-project-info .info .warp-imgbox .swiper-pagination {
    position: relative;
    z-index: 2;
}

.n-project-info .info .warp-imgbox .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #dcdcdc;
    transition: background 0.3s;
}

.n-project-info .info .warp-imgbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e7551e;
}

.n-project-info .info .img-container {
    margin-bottom: 1.25rem;
}

.n-project-info .info .img-container .swiper-slide img {
    width: 100%;
}

.cases-list2 {
    padding: 2.5rem 0;
    background: linear-gradient(#ffffff 10%, #ffeae1);
}

.cases-list2 .top-title {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.cases-list2 .tab-box .li {
    margin-right: 1.25rem;
    transition: color 0.3s;
    cursor: pointer;
}

.cases-list2 .tab-box .li svg {
    width: 24px;
    height: 24px;
    fill: #333;
    margin-right: 5px;
    transition: all 0.3s;
}

.cases-list2 .tab-box .li:hover,
.cases-list2 .tab-box .li.cur {
    color: #ed431d;
}

.cases-list2 .tab-box .li:hover svg,
.cases-list2 .tab-box .li.cur svg {
    fill: #ed431d;
}

.cases-list2 .pro-table {
    margin-top: 1rem;
}

.cases-list2 .pro-table .top {
    margin-bottom: 0.75rem;
}

.cases-list2 .pro-table .top div {
    height: 60px;
    background: #959595;
    color: #fff;
}

.cases-list2 .pro-table .top .sp1 {
    width: 8.75%;
    margin-right: 1.875%;
}

.cases-list2 .pro-table .top .sp2 {
    width: 32.5%;
    margin-right: 0.9375%;
}

.cases-list2 .pro-table .top .sp3 {
    width: 18%;
    margin-right: 0.9375%;
}

.cases-list2 .pro-table .top .sp4 {
    width: 18%;
    margin-right: 0.9375%;
}

.cases-list2 .pro-table .top .sp5 {
    width: 18%;
}

.cases-list2 .pro-table .li {
    align-items: stretch;
    margin-bottom: 1.5%;
}

.cases-list2 .pro-table .li div {
    padding: 0.75rem;
    color: #000;
    border: 1px solid #e5c5bd;
}

.cases-list2 .pro-table .li .sp1 {
    width: 8.75%;
    margin-right: 1.875%;
}

.cases-list2 .pro-table .li .sp2 {
    width: 32.5%;
    margin-right: 0.9375%;
}

.cases-list2 .pro-table .li .sp2 img {
    max-width: 100%;
}

.cases-list2 .pro-table .li .sp3 {
    width: 18%;
    margin-right: 0.9375%;
}

.cases-list2 .pro-table .li .sp4 {
    width: 18%;
    margin-right: 0.9375%;
}

.cases-list2 .pro-table .li .sp5 {
    width: 18%;
}

.cases-list2 .tab-item {
    margin-top: 1rem;
}

.cases-list2 .tab-item .li {
    width: 31.5%;
    height: 60px;
    text-align: center;
    background: #959595;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cases-list2 .tab-item .li:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f15921;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cases-list2 .tab-item .li:hover,
.cases-list2 .tab-item .li.cur {
    background: #f15921;
    color: #fff;
}

.cases-list2 .tab-item .li:hover:before,
.cases-list2 .tab-item .li.cur:before {
    opacity: 1;
}

.cases-list2 .itembox {
    margin-top: 3rem;
}

.cases-list2 .itembox .li-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    background: #fff;
    height: 8.25rem;
    min-height: 260px;
    cursor: pointer;
    align-items: stretch;
}

.cases-list2 .itembox .li-item .img {
    width: calc(100% - 240px);
}

.cases-list2 .itembox .li-item .img .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 1;
}

.cases-list2 .itembox .li-item .text {
    width: 240px;
    padding: 0.5rem 1.25rem;
}

.cases-list2 .itembox .li-item .text .tit3 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.cases-list2 .itembox .li-item .text .tit4 {
    color: #808080;
}

.cases-list2 .itembox .li-item .text .more {
    width: 88px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    background: #f15921;
    margin-top: 1.25rem;
}

.cases-list2 .itembox .li-item:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .cases-list2 {
        padding: 1.5rem 0;
    }
    .project-products-ajax {
        overflow-x: auto;
    }
    .cases-list2 .pro-table {
        min-width: 760px;
    }
    .cases-list2 .itembox .li-item {
        width: 100%;
        height: auto;
    }
    .cases-list2 .itembox .li-item .img {
        height: 8rem;
    }
    .cases-list2 .itembox .li-item .img,
    .cases-list2 .itembox .li-item .text {
        width: 100%;
    }
    .cases-list2 .itembox .li-item .text {
        padding: 1rem 0.75rem;
    }
    .cases-list2 .tab-item .li,
    .cases-list2 .pro-table .top div {
        height: 40px;
    }
    .cases-list2 .tab-item .li,
    .cases-list2 .pro-table .top div {
        font-size: 13px;
    }
    .cases-list2 .itembox {
        margin-top: 2rem;
    }
}

.service-list1 {
    padding: 2.5rem 0 4.25rem;
    background: linear-gradient(#ffffff 10%, #ffeae1);
}

.service-list1 .tip {
    justify-content: flex-start;
    color: #f15921;
    margin-bottom: 0.25rem;
}

.service-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.service-list1 .top-title {
    margin-bottom: 1rem;
}

.service-list1 .ulbox {
    position: relative;
    margin-bottom: 3.5rem;
    z-index: 1;
}

.service-list1 .ulbox:before {
    content: "";
    position: absolute;
    width: 94%;
    height: 2px;
    top: 2rem;
    background: #f0cfce;
}

.service-list1 .ulbox .li {
    width: 23.25%;
}

.service-list1 .ulbox .li .tit3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 1rem;
}

.service-list1 .ulbox .li .icon {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #f0cfce;
    background: #f8f1f1;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.service-list1 .ulbox .li .icon-img {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.service-list1 .ulbox .li .icon-img .img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.service-list1 .ulbox .li .icon-img .img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-list1 .ulbox .li .p {
    margin-top: 1rem;
    color: #874f42;
    text-align: center;
}

.service-list1 .ulbox .li:hover .icon {
    border: 2px solid #f15921;
    background: #f15921;
}

.service-list1 .ulbox .li:hover .icon-img .img1 {
    opacity: 0;
}

.service-list1 .ulbox .li:hover .icon-img .img2 {
    opacity: 1;
}

.service-list1 .ulbox2 .li {
    width: 23.5%;
    height: 8.25rem;
    border-radius: 15px;
    margin-right: 2%;
    background: #fff;
}

.service-list1 .ulbox2 .li .icon {
    height: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.service-list1 .ulbox2 .li .icon img {
    max-height: 100%;
}

.service-list1 .ulbox2 .li .img1 {
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.service-list1 .ulbox2 .li .img2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}

.service-list1 .ulbox2 .li .p {
    line-height: 1.8;
    text-align: center;
}

.service-list1 .ulbox2 .li:nth-child(4n) {
    margin-right: 0;
}

.service-list1 .ulbox2 .li:hover .img1 {
    opacity: 0;
}

.service-list1 .ulbox2 .li:hover .img2 {
    opacity: 1;
}

@media (max-width: 1366px) {
    .service-list1 {
        padding: 1.5rem 0 2.5rem;
    }
    .service-list1 .ulbox .li .tit3 {
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 767px) {
    .service-list1 .ulbox .li .icon-img {
        width: 3.5rem;
        height: 3.5rem;
    }
    .service-list1 .ulbox .li .tit3 {
        font-size: 18px;
    }
    .service-list1 .ulbox .li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .service-list1 .ulbox:before {
        width: 100%;
        top: 1.8rem;
        display: none;
    }
    .service-list1 .ulbox .li .tit3,
    .service-list1 .ulbox .li .icon {
        display: none;
    }
    .service-list1 .ulbox .li:nth-child(2n) {
        margin-right: 0;
    }
    .service-list1 .ulbox .li .icon-img .img2 {
        opacity: 1;
    }
    .service-list1 .ulbox .li .p {
        font-size: 12px;
        padding: 0 5%;
    }
    .service-list1 .ulbox .li .icon {
        margin-bottom: 0.75rem;
    }
    .service-list1 .ulbox {
        margin-bottom: 2rem;
    }
    .service-list1 .line {
        height: 2px;
    }
    .service-list1 .ulbox2 .li {
        width: 48%;
        margin-bottom: 4%;
        height: 7rem;
    }
    .service-list1 .ulbox2 .li .p {
        font-size: 14px;
        padding: 0 0.5rem;
    }
    .service-list1 .ulbox2 .li .icon {
        height: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .service-list1 .ulbox2 .li .img2 {
        opacity: 1;
    }
    .service-list1 .ulbox2 .li {
        justify-content: flex-start;
        padding: 1rem 0.5rem 0.5rem;
    }
}

.content-list1 {
    padding: 2.5rem 0 4.25rem;
    position: relative;
    background: linear-gradient(#ffffff 10%, #ffeae1);
}

.content-list1 .tip {
    justify-content: flex-start;
    color: #313131;
}

.content-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #313131;
    margin-right: 0.5rem;
}

.content-list1 .ulbox {
    padding: 1.5rem 0 2.25rem;
    margin-bottom: 2.25rem;
    border-bottom: 1px solid #e5dedb;
    position: relative;
}

.content-list1 .ulbox:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40%;
    left: 50%;
    margin-left: -1px;
    top: 30%;
    background: #fcdad0;
}

.content-list1 .ulbox .li {
    width: 50%;
}

.content-list1 .ulbox .li .icon {
    width: 1.65rem;
    min-width: 35px;
    margin-bottom: 0.75rem;
}

.content-list1 .ulbox .li .tit3 {
    color: #4c4c4c;
    margin-bottom: 0.5rem;
}

.content-list1 .ulbox .li .tit4 {
    line-height: 2;
}

.content-list1 .ulbox .li .tit4 span {
    color: #f15921;
}

.content-list1 .ulbox .li .tit4 p {
    text-align: center;
}

.content-list1 .ulbox .li .tit4 a {
    text-decoration: underline;
    color: #f15921;
    display: inline-block;
}

.content-list1 .bot-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 11.5rem;
    z-index: 1;
}

.content-list1 .messagebox {
    position: relative;
    z-index: 4;
}

.content-list1 .leftbox {
    width: 50%;
    margin-top: 1.25rem;
}

.content-list1 .leftbox .tit3 {
    color: #000;
    line-height: 1.5;
}

.content-list1 .leftbox .tipimg {
    width: 10rem;
    margin-top: 1rem;
}

.content-list1 .messageform {
    width: 50%;
    padding: 0 2.5rem;
}

.content-list1 .inputbox {
    margin-bottom: 0.5rem;
}

.content-list1 .inputbox span {
    width: 30px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #eb0101;
}

.content-list1 .inputbox .input {
    width: calc(100% - 30px);
    position: relative;
}

.content-list1 .inputbox .sp {
    position: absolute;
    width: 90px;
    height: 55px;
    line-height: 55px;
    left: 0;
    color: #808080;
    z-index: 2;
    margin-left: 0.75rem;
    text-align: justify;
}

.content-list1 .inputbox .sp:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.content-list1 .inputbox input {
    width: 100%;
    height: 55px;
    border-radius: 55px;
    background: #fff;
    border: none;
    position: relative;
    padding: 0 1rem 0 calc(75px + 1.35rem);
}

.content-list1 .select {
    width: 100%;
    height: 55px;
    border-radius: 55px;
    background: #fff;
    border: none;
    position: relative;
    padding: 0 1rem 0 calc(75px + 0.75rem);
    text-align: right;
}

.content-list1 .select .sp3 {
    color: #666;
    height: 55px;
    line-height: 55px;
    opacity: 0.5;
}

.content-list1 .select svg {
    width: 10px;
    height: 10px;
    fill: #333;
    margin-left: 0.35rem;
}

.content-list1 .select .spbox {
    position: absolute;
    width: 60%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    right: 0;
    top: 55px;
    z-index: 8;
    display: none;
}

.content-list1 .select .spbox .li-item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    padding: 0 1rem;
    cursor: pointer;
}

.content-list1 .select .spbox .li-item:last-child {
    border-bottom: none;
}

.content-list1 .submit {
    width: 190px;
    height: 60px;
    line-height: 60px;
    margin: 1rem auto 0;
    color: #fff;
    border-radius: 60px;
    background: #f15921;
    border: none;
    display: block;
}

@media (max-width: 1024px) {
    .content-list1 .leftbox {
        width: 100%;
    }
    .content-list1 .messageform {
        width: 100%;
        padding: 0;
        margin-top: 1.5rem;
    }
    .content-list1 .leftbox .tipimg {
        display: none;
    }
}

@media (max-width: 768px) {
    .content-list1 .leftbox {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .content-list1 .ulbox:before {
        display: none;
    }
    .content-list1 {
        padding: 1.5rem 0 2.5rem;
    }
    .content-list1 .line {
        height: 2px;
    }
    .content-list1 .ulbox {
        padding-bottom: 1rem;
    }
    .content-list1 .ulbox .li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .content-list1 .ulbox .li .tit4 {
        font-size: 13px;
    }
    .content-list1 .inputbox .sp,
    .content-list1 .select .sp3 {
        height: 45px;
        line-height: 45px;
    }
    .content-list1 .select .spbox {
        top: 45px;
    }
    .content-list1 .select,
    .content-list1 .inputbox input {
        height: 45px;
        line-height: 45px;
    }
    .content-list1 .submit {
        width: 140px;
        height: 45px;
        line-height: 45px;
    }
}

.city-list1 {
    padding: 2.5rem 0 3.25rem;
    background: url(../images/img50.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
}

.city-list1 .tip {
    justify-content: flex-start;
    color: #f15921;
    margin-bottom: 0.25rem;
}

.city-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.city-list1 .title {
    color: #000;
    margin-left: 2rem;
}

.city-list1 .text {
    margin-top: 0.75rem;
}

.city-list1 .tit4 {
    margin-top: 0.65rem;
}

.city-list1 .imgbox {
    position: relative;
    width: 100%;
    z-index: 2;
}

.city-list1 .imgbox .bgimg {
    max-width: 140%;
    opacity: 0;
    transition: opacity 0.5s;
    position: relative;
    z-index: 1;
}

.city-list1 .imgbox .img1 {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.city-list1 .more {
    margin-top: 1.25rem;
    color: #e4571f;
    opacity: 0;
    transition: opacity 0.5s;
}

.city-list1 .more svg {
    width: 20px;
    height: 20px;
    margin-left: 0.25rem;
    fill: #e4571f;
}

.city-list1 .tit3,
.city-list1 .tit4 {
    text-align: center;
}

.city-list1 .tit4 {
    opacity: 0;
    transition: opacity 0.5s;
}

.city-list1 .tit4 span {
    color: #e4571f;
}

.city-list1 .swiper-city {
    overflow: hidden;
    margin-top: -1.2rem;
}

.city-list1 .swiper-slide {
    cursor: pointer;
}

.city-list1 .swiper-slide.swiper-slide-active .imgbox .bgimg {
    opacity: 1;
}

.city-list1 .swiper-slide.swiper-slide-active .text .more {
    opacity: 1;
}

.city-list1 .swiper-slide.swiper-slide-active .text .tit4 {
    opacity: 1;
}

.city-list1 .swiper-btn {
    width: 16rem;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    margin-left: -8rem;
}

.city-list1 .swiper-btn .swiper-button-prev,
.city-list1 .swiper-btn .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dcdcdc;
    margin-top: auto;
    top: auto;
    transition: background 0.3s;
}

.city-list1 .swiper-btn .swiper-button-prev svg,
.city-list1 .swiper-btn .swiper-button-next svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.city-list1 .swiper-btn .swiper-button-prev:hover,
.city-list1 .swiper-btn .swiper-button-next:hover {
    background: #e4571f;
}

.city-list1 .swiper-btn .swiper-button-prev svg {
    transform: rotate(-180deg);
}

@media (max-width: 768px) {
    .city-list1 .swiper-city {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .city-list1 {
        padding: 1.5rem 0 2.5rem;
    }
    .city-list1 .contentbox {
        width: 100%;
        max-width: 100%;
    }
    .city-list1 .top-title {
        width: 90%;
        margin: 0 auto;
    }
    .city-list1 .line {
        height: 2px;
    }
    .city-list1 .swiper-btn {
        width: 90%;
        margin-left: -45%;
    }
    .city-list1 .swiper-btn .swiper-button-prev,
    .city-list1 .swiper-btn .swiper-button-next {
        width: 35px;
        height: 35px;
    }
}

.city-list2 {
    position: relative;
}

.city-list2 img {
    width: 100%;
}

.city-list2 .bg {
    height: 21rem;
    background-size: cover;
}

.city-list2 .vrbtn {
    width: 4.9rem;
    height: 4.9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 767px) {
    .city-list2 .bg {
        height: 10rem;
    }
}

.advantage-list1 {
    padding: 3.5rem 0 2.75rem;
    background: linear-gradient(#ffffff 40%, #ffeae1);
}

.advantage-list1 .tip {
    justify-content: flex-start;
    color: #f15921;
    margin-bottom: 0.25rem;
}

.advantage-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.advantage-list1 .title {
    color: #000;
    margin-left: 2rem;
    margin-bottom: 0.75rem;
}

.advantage-list1 .title span {
    color: #f15921;
}

.advantage-list1 .p {
    width: 100%;
    padding-left: 2rem;
    line-height: 2;
    color: #aa7161;
}

.advantage-list1 .p p {
    margin-bottom: 0.25rem;
}

.advantage-list1 .p .icon {
    margin-right: 0.25rem;
}

.advantage-list1 .leftbox {
    width: 50%;
}

.advantage-list1 .rightbox {
    width: 50%;
    margin-right: -2rem;
}

.advantage-list1 .rightbox img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .advantage-list1 {
        padding: 1.5rem 0 2rem;
    }
    .advantage-list1 .leftbox,
    .advantage-list1 .rightbox {
        width: 100%;
    }
    .advantage-list1 .rightbox {
        margin-top: 1rem;
    }
}

.advantage-list2 {
    position: relative;
    z-index: 1;
}

.advantage-list2 .bgimg {
    width: 100%;
}

.advantage-list2 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.advantage-list2 .textbox {
    width: 29%;
    position: absolute;
    left: calc(50vw - 800px + 2rem);
    top: 4rem;
    z-index: 3;
}

.advantage-list2 .textbox .tit3 {
    color: #000;
    margin-bottom: 1rem;
}

.advantage-list2 .textbox .tit3 span {
    color: #e7541e;
}

.advantage-list2 .textbox .p {
    color: #949494;
    line-height: 2;
    margin-bottom: 1rem;
}

.advantage-list2 .textbox .li {
    width: 33.3%;
}

.advantage-list2 .textbox .warpnum {
    color: #e7541e;
    margin-bottom: 0.25rem;
}

.advantage-list2 .textbox .warpnum .num {
    line-height: 1;
    font-family: "BEBAS";
}

.advantage-list2 .textbox .warpnum span {
    line-height: 1;
}

.advantage-list2 .textbox .tit4 {
    color: #4c4c4c;
}

.advantage-list2 .dian {
    position: absolute;
    width: 24px;
    z-index: 3;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3;
}

.advantage-list2 .dian.cur {
    opacity: 1;
}

.advantage-list2 .dian1 {
    width: 16px;
    right: 23%;
    bottom: 42.6%;
}

.advantage-list2 .dian2 {
    width: 16px;
    right: 25%;
    bottom: 37.6%;
}

.advantage-list2 .dian3 {
    right: 23.5%;
    bottom: 34.6%;
}

.advantage-list2 .dian4 {
    right: 26%;
    bottom: 31.6%;
}

.advantage-list2 .dian5 {
    right: 23%;
    bottom: 32%;
}

.advantage-list2 .dian6 {
    width: 16px;
    right: 22%;
    bottom: 31.6%;
}

.advantage-list2 .dian7 {
    width: 20px;
    right: 23%;
    bottom: 27%;
}

.advantage-list2 .dian8 {
    width: 20px;
    right: 28%;
    bottom: 21.6%;
}

.advantage-list2 .dian9 {
    width: 20px;
    right: 25.5%;
    bottom: 17.6%;
}

.advantage-list2 .addbox {
    width: 330px;
    height: 180px;
    position: absolute;
    top: 35%;
    right: 28%;
    z-index: 5;
}

.advantage-list2 .addbox .left-img {
    width: 4.375rem;
    border-radius: 50%;
    overflow: hidden;
    border: 0.2rem solid #e7541e;
}

.advantage-list2 .addbox .left-img img {
    width: 100%;
}

.advantage-list2 .addbox .tit3 {
    color: #e7541e;
}

.advantage-list2 .addbox .right-text {
    width: calc(100% - 5rem);
}

.advantage-list2 .addbox .line {
    width: 15px;
    height: 2px;
    background: #e7541e;
    margin: 0.25rem 0;
}

.advantage-list2 .addbox .tit4 {
    color: #e7541e;
}

.advantage-list2 .addbox .item {
    display: none;
}

@media (max-width: 1600px) {
    .advantage-list2 .textbox {
        left: 5%;
    }
}

@media (max-width: 1024px) {
    .advantage-list2 .textbox {
        padding: 1.5rem 0;
    }
    .advantage-list2 .textbox {
        width: 90%;
        position: relative;
        top: 0;
        margin-left: 5%;
        left: 0;
    }
    .advantage-list2 .content {
        position: relative;
    }
}

@media (max-width: 767px) {
    .advantage-list2 .textbox .tit4 {
        font-size: 12px;
    }
}

.advantage-list3 {
    padding: 3.25rem 0 5rem;
    background: url(../images/img54.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.advantage-list3 .tip {
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 0.25rem;
}

.advantage-list3 .line {
    width: 1.5rem;
    height: 5px;
    background: #fff;
    margin-right: 0.5rem;
}

.advantage-list3 .title {
    color: #fff;
    margin-left: 2rem;
}

.advantage-list3 .advlist {
    width: 100%;
    position: relative;
    margin-top: 2.2rem;
}

.advantage-list3 .advlist .swiper-button-prev,
.advantage-list3 .advlist .swiper-button-next {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.advantage-list3 .advlist .swiper-button-prev svg,
.advantage-list3 .advlist .swiper-button-next svg {
    width: 20px;
    height: 20px;
    fill: #bb5011;
}

.advantage-list3 .advlist .swiper-button-prev {
    left: 0;
    margin-top: -17.5px;
}

.advantage-list3 .advlist .swiper-button-next {
    right: 0;
    margin-top: -17.5px;
}

.advantage-list3 .tip-pagination {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    bottom: 0;
}

.advantage-list3 .tip-pagination .swiper-pagination {
    position: relative;
    font-family: "DINCOND-BOLD";
}

.advantage-list3 .swiperbox {
    width: calc(100% - 4rem);
    margin: 0 auto;
    overflow: hidden;
}

.advantage-list3 .swiperbox .swiper-slide {
    height: 5rem;
    padding: 1rem 0.5rem;
    color: #f15921;
    text-align: center;
}

.advantage-list3 .swiperbox .swiper-slide:nth-child(2n-1) {
    background: url(../images/img55.jpg) no-repeat;
    background-size: cover;
}

.advantage-list3 .swiperbox .swiper-slide:nth-child(2n) {
    background: url(../images/img55-1.jpg) no-repeat;
    background-size: cover;
    margin-top: 1.25rem;
}

@media (max-width: 767px) {
    .advantage-list3 {
        padding: 2rem 0 3rem;
    }
    .advantage-list3 .line {
        height: 2px;
    }
    .advantage-list3 .advlist {
        margin-top: 1rem;
    }
    .advantage-list3 .swiperbox .swiper-slide:nth-child(2n) {
        margin-top: 0;
    }
}

.advantage-list4 {
    padding: 2.75rem 0 3.6rem;
    background: url(../images/img56.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.advantage-list4 .tip {
    justify-content: flex-start;
    color: #313131;
    margin-bottom: 0.25rem;
}

.advantage-list4 .line {
    width: 1.5rem;
    height: 5px;
    background: #313131;
    margin-right: 0.5rem;
}

.advantage-list4 .title {
    color: #f15921;
    margin-left: 2rem;
}

.advantage-list4 .top-title {
    margin-bottom: 2.25rem;
}

.advantage-list4 .leftbox {
    width: 50%;
}

.advantage-list4 .leftbox .libox {
    padding: 0 2rem;
}

.advantage-list4 .rightbox {
    width: 50%;
}

.advantage-list4 .rightbox .libox {
    padding: 0 0.75rem;
}

.advantage-list4 .li {
    margin-bottom: 1.25rem;
}

.advantage-list4 .li:last-child {
    margin-bottom: 0;
}

.advantage-list4 .tit3 {
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.15rem;
}

.advantage-list4 .p {
    color: #808080;
}

@media (max-width: 767px) {
    .advantage-list4 .leftbox,
    .advantage-list4 .rightbox {
        width: 100%;
    }
    .advantage-list4 .top-title {
        margin-bottom: 1rem;
    }
    .advantage-list4 .leftbox .libox {
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .advantage-list4 .rightbox {
        padding-left: 2rem;
    }
    .advantage-list4 .rightbox .libox {
        padding: 0;
    }
    .advantage-list4 .line {
        height: 2px;
    }
    .advantage-list4 {
        padding: 1.75rem 0 2.5rem;
    }
    .advantage-list4 .li {
        margin-bottom: 0.75rem;
    }
    .advantage-list4 .p {
        font-size: 12px;
    }
}

.join-list1 {
    padding: 2.5rem 0 3.25rem;
    background: #ffe9df;
}

.join-list1 .tip {
    justify-content: flex-start;
    color: #f15921;
    margin-bottom: 0.25rem;
}

.join-list1 .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.join-list1 .title {
    color: #000;
    margin-left: 2rem;
}

.join-list1 .icon {
    height: 2.25rem;
    margin-bottom: 1rem;
}

.join-list1 .swiper-slide {
    height: 380px;
    background: #fff;
    padding: 1rem 0.7rem;
}

.join-list1 .tit4 {
    text-align: center;
    margin-bottom: 0.15rem;
    color: #1a1a1a;
}

.join-list1 .p {
    color: #808080;
    text-align: center;
}

.join-list1 .join-container {
    margin-top: 2rem;
    overflow: hidden;
}

.join-list1 .warpjoin .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 1.5rem;
    z-index: 2;
}

.join-list1 .warpjoin .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #fff;
    transition: background 0.3s;
}

.join-list1 .warpjoin .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e7551e;
}

@media (max-width: 767px) {
    .join-list1 .swiper-slide {
        height: 240px;
    }
    .join-list1 {
        padding: 2rem 0;
    }
    .join-list1 .icon {
        height: 1.8rem;
        margin-bottom: 0.55rem;
    }
    .join-list1 .line {
        height: 2px;
    }
    .join-list1 .p {
        font-size: 12px;
    }
    .join-list1 .warpjoin .swiper-pagination span {
        width: 6px;
        height: 6px;
    }
    .join-list1 .warpjoin .swiper-pagination {
        margin-top: 0.8rem;
    }
    .join-list1 .join-container {
        margin-top: 1rem;
    }
}

.join-list2 {
    padding: 2.5rem 0 3.25rem;
    background: url(../images/img57.jpg) no-repeat center center;
    background-size: cover;
}

.join-list2 .tip {
    justify-content: flex-start;
    color: #000;
    margin-bottom: 0.25rem;
}

.join-list2 .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.join-list2 .p {
    padding-left: 2rem;
    color: #1b1b1b;
    margin-top: 0.15rem;
    opacity: 0.6;
}

.join-list2 .tit3 {
    font-weight: bold;
    color: #e4571f;
}

.join-list2 .join-box {
    margin-top: 1.25rem;
    padding-left: 2rem;
}

.join-list2 .join-box .warp-formbox {
    width: 28%;
}

.join-list2 .join-box .formbox {
    margin-top: 0.75rem;
}

.join-list2 .join-box .formbox .li {
    width: 100%;
    margin-bottom: 0.75rem;
    position: relative;
}

.join-list2 .join-box .formbox .li .icon {
    width: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10.5px;
}

.join-list2 .join-box .formbox .li input {
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    border-bottom: 1px solid #faa083;
    padding: 0 1rem;
    color: #96817f;
}

.join-list2 .join-box .formbox .li input::-webkit-input-placeholder {
    color: #96817f;
    opacity: 0.6;
}

.join-list2 .join-box .formbox .li input::-moz-placeholder {
    color: #96817f;
    opacity: 0.6;
}

.join-list2 .join-box .formbox .li input::-ms-input-placeholder {
    color: #96817f;
    opacity: 0.6;
}

.join-list2 .join-box .formbox .yli input {
    padding-left: 0;
    padding-right: 88px;
}

.join-list2 .join-box .formbox .yli .yanz {
    position: absolute;
    width: 100px;
    bottom: 10px;
    right: 0;
    z-index: 1;
}

.join-list2 .join-box .formbox .submit {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #e4571f;
    border: none;
    text-align: center;
    color: #fff;
    margin-left: calc(100% - 160px);
}

.join-list2 .join-box .rightbox {
    width: 65%;
    position: relative;
}

.join-list2 .join-box .rightbox:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2rem;
    width: 1px;
    height: 7rem;
    background: #e6e2e1;
}

.join-list2 .erwbox {
    width: 50%;
}

.join-list2 .erwbox .ermimg {
    max-width: 100%;
    margin-top: 1.5rem;
}

.join-list2 .telbox {
    width: 50%;
    padding-left: 2.5rem;
}

.join-list2 .tel-text {
    margin-top: 3rem;
}

.join-list2 .tel-text .tit4 {
    color: #1a1a1a;
}

.join-list2 .tel-text a {
    text-decoration: underline;
    color: #e4571f;
    font-family: "DINCOND-BOLD";
}

@media (max-width: 768px) {
    .join-list2 .join-box .warp-formbox {
        width: 100%;
        margin-bottom: 1rem;
    }
    .join-list2 .join-box .rightbox {
        width: 100%;
    }
    .join-list2 .join-box .rightbox:before {
        display: none;
    }
    .join-list2 {
        padding: 1.5rem 0 3.25rem;
    }
}

@media (max-width: 767px) {
    .join-list2 .erwbox,
    .join-list2 .telbox {
        width: 100%;
    }
    .join-list2 .telbox {
        padding-left: 0;
        margin-top: 1.5rem;
    }
    .join-list2 .tel-text {
        margin-top: 1rem;
    }
    .join-list2 .join-box .formbox .submit {
        font-size: 14px;
    }
    .join-list2 .line {
        height: 2px;
    }
    .join-list2 .join-box .formbox .li .icon {
        width: 16px;
    }
    .join-list2 .join-box .formbox .submit {
        margin: 0.5rem auto 0;
        height: 45px;
        line-height: 45px;
    }
}

.about-list1 {
    padding: 2.5rem 0 1.25rem;
    position: relative;
    z-index: 3;
}

.about-list1 .textop {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d9d9d9;
}

.about-list1 .titlebox {
    width: 35%;
}

.about-list1 .titlebox .tip {
    justify-content: flex-start;
    color: #000000;
    margin-bottom: 0.25rem;
}

.about-list1 .titlebox .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.about-list1 .titlebox .title {
    color: #000;
    margin-left: 2rem;
}

.about-list1 .titlebox .p {
    margin-left: 2rem;
    line-height: 2;
    color: #808080;
    margin-top: 0.75rem;
}

.about-list1 .ulbox {
    width: 56%;
}

.about-list1 .ulbox .li {
    width: 25%;
    padding: 0 3%;
}

.about-list1 .ulbox .tipnum {
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.about-list1 .ulbox .tipnum.active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: url(../images/img43.jpg);
    background-position: 40% 60%;
}

.about-list1 .ulbox .tipnum sup.active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: url(../images/img43.jpg);
    background-position: 40% 60%;
}

.about-list1 .ulbox .p2 {
    color: #242424;
    line-height: 1.5;
    text-align: center;
}

.about-list1 .ulbox sup {
    left: -10px;
}

.about-list1 .textbox {
    color: #808080;
    padding: 0 1.25rem;
    line-height: 2;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.about-list1 .textbox:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 60%;
    background: -webkit-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
    z-index: 2;
}

.about-list1 .textbox.active {
    height: auto;
}

.about-list1 .textbox.active:after {
    display: none;
}

.about-list1 .more-click {
    cursor: pointer;
    color: #666;
    margin-top: 1.5rem;
}

.about-list1 .more-click svg {
    width: 24px;
    height: 30px;
    fill: #e7541e;
}

@media (max-width: 1024px) {
    .about-list1 .titlebox {
        width: 100%;
    }
    .about-list1 .ulbox {
        width: 100%;
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .about-list1 .ulbox .tipnum {
        margin-bottom: 0.3rem;
    }
    .about-list1 .ulbox .li {
        width: 50%;
        margin-bottom: 1rem;
    }
    .about-list1 .titlebox .p {
        font-size: 12px;
    }
    .about-list1 .ulbox .p2 {
        font-size: 13px;
    }
    .about-list1 .textop {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .about-list1 .textbox {
        font-size: 12px;
        padding: 0;
    }
    .about-list1 .more-click {
        font-size: 12px;
    }
    .about-list1 .textbox:after {
        display: none;
    }
}

.about-list2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-list2 .about-list-banner {
    height: 23rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-list2 .about-list-banner .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 1;
}

.about-list2 .xianbox {
    position: absolute;
    padding-left: 17px;
    padding-top: 17px;
    width: 50px;
    height: 9.65rem;
    top: 4rem;
    left: calc(50vw - 800px);
    z-index: 2;
    overflow: hidden;
}

.about-list2 .xianimg {
    width: calc(100vw * 0.53);
    height: 9.65rem;
}

.about-list2 .dian .tit3 {
    color: #e4571f;
    margin-bottom: 0.35rem;
    white-space: nowrap;
}

.about-list2 .dian1 {
    position: absolute;
    left: 0;
    top: 0;
}

.about-list2 .dian2 {
    position: absolute;
    left: calc(100vw * 0.53 * 0.4);
    top: 17%;
    font-family: "Palatino Linotype", Arial;
    font-style: italic;
}

.about-list2 .itemdian {
    width: 34px;
    height: 34px;
    position: relative;
}

.about-list2 .itemdian:before {
    content: "";
    position: absolute;
    background: rgba(228, 87, 31, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.about-list2 .itemdian:after {
    content: "";
    position: absolute;
    background: #e4571f;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

.about-list2 .itemdian:before {
    animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}

.about-list2 .time-contentbox {
    height: 20rem;
    min-height: 600px;
    background: #fff;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.about-list2 .time-contentbox .top-title {
    position: absolute;
    left: calc(50vw - 800px);
    top: 2.5rem;
    z-index: 3;
}

.about-list2 .time-contentbox .top-title .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.about-list2 .time-contentbox .xianbox2 {
    width: calc(100vw * 1.43);
    height: 16.6rem;
    margin-left: calc(50vw - 800px + 4.5rem);
    z-index: 1;
}

.about-list2 .time-contentbox .xianimg2 {
    width: calc(100vw * 1.43);
    height: 16.6rem;
}

.about-list2 .time-contentbox .timedian {
    position: absolute;
    z-index: 2;
}

.about-list2 .time-contentbox .timedian img {
    margin-top: 1rem;
    width: 9.5rem;
}

.about-list2 .time-contentbox .timedian2 {
    left: 15%;
    top: 37%;
    font-family: "Palatino Linotype", Arial;
    font-style: italic;
}

.about-list2 .time-contentbox .timedian3 {
    left: 30%;
    top: 40%;
    font-family: "Palatino Linotype", Arial;
    font-style: italic;
}

.about-list2 .time-contentbox .timedian3 .tit3 {
    padding-left: 4.5rem;
}

.about-list2 .time-contentbox .timedian4 {
    left: 52%;
    top: 25%;
    font-family: "Palatino Linotype", Arial;
    font-style: italic;
}

.about-list2 .time-contentbox .timedian4 .tit3 {
    margin-top: 0.75rem;
}

.about-list2 .time-contentbox .timedian5 {
    left: 73%;
    top: 45%;
    font-family: "Palatino Linotype", Arial;
    font-style: italic;
}

.about-list2 .time-contentbox .timedian5 .tit3 {
    margin-bottom: 0.75rem;
}

.about-list2 .time-contentbox .text {
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    position: absolute;
    width: 12rem;
    bottom: 3.5rem;
    left: calc(50vw - 800px + 2rem);
    z-index: 2;
}

.about-list2 .time-contentbox .text .p {
    line-height: 2;
    color: #808080;
}

.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 0;
    visibility: hidden;
}

.about-list2 .hisulbox {
    padding: 2rem 5%;
}

.about-list2 .hisulbox .li {
    width: 48%;
    margin-bottom: 4%;
}

.about-list2 .hisulbox .li img {
    width: 100%;
}

.about-list2 .hisulbox .p {
    margin-top: 0.65rem;
    text-align: center;
}

@media (max-width: 1600px) {
    .about-list2 .xianbox {
        left: 5%;
    }
    .about-list2 .time-contentbox .top-title {
        left: 5%;
    }
    .about-list2 .time-contentbox .text {
        left: calc(5% + 2rem);
    }
    .about-list2 .time-contentbox .xianbox2 {
        margin-left: calc(5% + 4.5rem);
    }
}

@media (max-width: 1480px) {
    .about-list2 .time-contentbox .tit3 {
        font-size: 14px;
    }
}

@media (max-width: 1024) {
    .about-list2 .about-list-banner {
        height: 18rem;
    }
}

.about-list3 {
    position: relative;
    z-index: 1;
}

.about-list3 .bgimg {
    width: 100%;
    position: relative;
    z-index: 1;
}

.about-list3 .mbg {
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about-list3 .tip {
    justify-content: flex-start;
    color: #000000;
    margin-bottom: 0.25rem;
}

.about-list3 .line {
    width: 1.5rem;
    height: 5px;
    background: #f15921;
    margin-right: 0.5rem;
}

.about-list3 .title {
    color: #000;
    margin-left: 2rem;
}

.about-list3 .top-title {
    position: absolute;
    z-index: 2;
    top: 3.75rem;
    left: calc(50vw - 800px);
}

.about-list3 .p {
    color: #737373;
    line-height: 2;
    margin-top: 0.75rem;
    margin-left: 2rem;
    width: 15.625rem;
}

.about-list3 .dianbox {
    position: absolute;
    z-index: 3;
}

.about-list3 .dianbox .dian {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
}

.about-list3 .dianbox .dian:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.about-list3 .dianbox .dian:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background: #fff;
}

.about-list3 .dianbox .dian-text {
    position: absolute;
    right: 20px;
    width: 220px;
}

.about-list3 .dianbox span {
    width: calc(100% - 1.5rem);
    text-align: right;
    padding-right: 0.5rem;
    display: block;
}

.about-list3 .dianbox .line {
    width: 1rem;
    height: 1px;
    background: #626262;
}

.about-list3 .dianbox1 {
    right: 33%;
    top: 45%;
}

.about-list3 .dianbox2 {
    right: 21%;
    top: 33%;
}

.about-list3 .dianbox3 {
    right: 15%;
    top: 41%;
}

.about-list3 .dianbox4 {
    right: 5%;
    top: 17%;
}

.about-list3 .dianbox .dian-text {
    opacity: 0;
    visibility: hidden;
    transform: translate(-10px, 0);
    transition: all 0.3s ease;
}

.about-list3 .dianbox .dian:before {
    animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}

.about-list3 .dianbox:hover .dian-text {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

@keyframes loader {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 1600px) {
    .about-list3 .top-title {
        top: 2rem;
        left: 5%;
    }
}

@media (max-width: 1280px) {
    .about-list3 .top-title {
        top: 1rem;
        left: 5%;
    }
}

@media (max-width: 1024px) {
    .about-list3 {
        padding: 2rem 0 10rem;
    }
    .about-list3 .top-title {
        position: relative;
        left: 0;
        top: 0;
        padding: 0 5%;
    }
    .about-list3 .dianbox .dian {
        display: none;
    }
    .about-list3 .p {
        width: 100%;
        margin-left: 0;
        padding-left: 2rem;
        line-height: 1.8;
    }
    .about-list3 .line {
        height: 2px;
    }
}

@media (max-width: 767px) {
    .about-list3 .p {
        margin-top: 0.35rem;
    }
    .about-list3 .title {
        line-height: 1.2;
    }
}

.about-list4 {
    position: relative;
    z-index: 1;
    padding: 2.5rem 0 2.75rem;
    background: #fff;
}

.about-list4 .contentbox {
    border-top: 1px solid #eaeaea;
    padding-top: 2rem;
}

.about-list4 .contentbox .honorimg {
    overflow: hidden;
}

.about-list4 .contentbox .honorimg .img {
    width: 100%;
    margin-bottom: 1rem;
}

.about-list4 .contentbox .honorimg .img img {
    width: 100%;
}

.about-list4 .contentbox .honorimg p {
    text-align: center;
    color: #000;
    padding: 0 1rem;
    text-transform: uppercase;
}

.about-list4 .contentbox .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 1.5rem;
    z-index: 2;
}

.about-list4 .contentbox .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #dcdcdc;
    transition: background 0.3s;
}

.about-list4 .contentbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e7551e;
}

@media (max-width: 1024px) {
    .about-list4 .contentbox .swiper-pagination span {
        width: 6px;
        height: 6px;
    }
    .about-list4 .contentbox .honorimg p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-list4 {
        padding: 1.5rem 0;
    }
    .about-list4 .contentbox {
        padding-top: 1rem;
    }
    .about-list4 .contentbox .honorimg p {
        font-size: 14px;
        padding: 0;
    }
    .about-list4 .contentbox .honorimg .img {
        margin-bottom: 0.35rem;
    }
    .about-list4 .contentbox .swiper-pagination {
        margin-top: 1rem;
    }
}

.about-list5 {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
}

.about-list5 .imgswiper {
    overflow: hidden;
}

.about-list5 .imgswiper .swiper-slide {
    width: 100%;
}

.about-list5 .imgswiper .swiper-slide .bg {
    width: 100%;
    height: 21rem;
    background-size: cover;
    background-position: 50% 50%;
}

.about-list5 .imgswiper .swiper-slide .text {
    position: absolute;
    left: 3.5rem;
    top: 5.5rem;
    width: 12.5rem;
    padding: 1.5rem 1.75rem 2rem;
    border-radius: 0.5rem;
    background: rgba(237, 121, 57, 0.86);
}

.about-list5 .imgswiper .swiper-slide .text .tipimg {
    color: #fff;
    margin-bottom: 0.25rem;
}

.about-list5 .imgswiper .swiper-slide .text .tipimg img {
    width: 22px;
    margin-right: 0.15rem;
}

.about-list5 .imgswiper .swiper-slide .text .tit4 {
    margin-bottom: 1rem;
}

.about-list5 .imgswiper .swiper-slide .text .p {
    color: #fff;
    line-height: 2;
}

.about-list5 .imgswiper .swiper-button-prev svg {
    margin-right: 0.15rem;
}

.about-list5 .imgswiper .swiper-button-next svg {
    margin-left: 0.15rem;
    transform: rotate(-180deg);
}

.about-list5 .imgswiper .swiper-button-prev {
    left: 0;
}

.about-list5 .imgswiper .swiper-button-next {
    right: 0;
}

.about-list5 .imgswiper .swiper-button-prev,
.about-list5 .imgswiper .swiper-button-next {
    width: 10%;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.about-list5 .imgswiper .swiper-button-prev svg,
.about-list5 .imgswiper .swiper-button-next svg {
    width: 25px;
    height: 20px;
    fill: #fff;
}

@media (max-width: 767px) {
    .about-list5 .imgswiper .swiper-slide .text {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 1rem 6%;
        border-radius: 0;
    }
    .about-list5 .imgswiper .swiper-slide .bg {
        height: 10rem;
    }
    .about-list5 .swiper-button-next,
    .about-list5 .swiper-button-prev {
        margin-top: -35%;
    }
    .about-list5 .imgswiper .swiper-slide .text .p {
        font-size: 12px;
        line-height: 1.8;
    }
    .about-list5 .imgswiper .swiper-button-prev,
    .about-list5 .imgswiper .swiper-button-next {
        display: none;
    }
}

.n-distributor {
    background: linear-gradient(#f1efed, #f0e0d6);
    padding-bottom: 3.5rem;
    min-height: 20rem;
}

.distributor-top {
    padding: 1.7rem 0 0.75rem;
    border-bottom: 1px solid #808080;
    margin-bottom: 1.75rem;
    justify-content: space-between;
}

.distributor-top .leftbox .tit2 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.distributor-top .leftbox .tit3 {
    color: #808080;
    line-height: 1.5;
}

.distributor-top .backbtn {
    color: #ed431d;
    line-height: 24px;
}

.distributor-top .backbtn svg {
    width: 24px;
    height: 24px;
    fill: #ed431d;
    margin-left: 0.25rem;
}

.distributor-list1 .leftnav {
    width: 320px;
}

.distributor-list1 .leftnav .ulbox {
    width: 230px;
    margin: 0 auto;
}

.distributor-list1 .leftnav .li {
    color: #333;
    height: 55px;
    border-radius: 5px;
    padding-right: 25px;
    align-items: center;
    transition: all 0.3s;
}

.distributor-list1 .leftnav .li svg {
    width: 22px;
    height: 22px;
    margin-left: 0.4rem;
}

.distributor-list1 .leftnav .li:hover,
.distributor-list1 .leftnav .li.cur {
    background: #fff;
    color: #f15921;
}

.distributor-list1 .leftnav .li:hover svg,
.distributor-list1 .leftnav .li.cur svg {
    fill: #f15921;
}

.distributor-list1 .leftnav .li-top {
    height: auto;
}

.distributor-list1 .leftnav .li-top .lisp {
    color: #333;
    height: 55px;
    border-radius: 5px;
    padding-right: 25px;
    align-items: center;
    cursor: pointer;
}

.distributor-list1 .leftnav .li-top .lisp svg {
    width: 22px;
    height: 22px;
    margin-left: 0.4rem;
}

.distributor-list1 .leftnav .lisp:hover {
    background: #fff;
    color: #f15921;
}

.distributor-list1 .leftnav .lisp:hover svg {
    fill: #f15921;
}

.distributor-list1 .leftnav .lisp {
    align-items: center;
}

.distributor-list1 .leftnav .li-item a {
    text-align: right;
    color: #808080;
    padding-right: 1.4rem;
    height: 40px;
    line-height: 40px;
}

.distributor-list1 .listbox {
    width: calc(100% - 400px);
}

.distributor-list1 .listbox .li {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.distributor-list1 .listbox .li .img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.distributor-list1 .listbox .li .img img {
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.distributor-list1 .listbox .li .img .video-btn {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.75rem;
    margin-top: -0.75rem;
    z-index: 2;
}

.distributor-list1 .listbox .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
}

.distributor-list1 .listbox .li:hover .time {
    color: #f47948;
}

.distributor-list1 .listbox .li:nth-child(3n) {
    margin-right: 0;
}

.distributor-list1 .listbox .text {
    padding: 0.55rem 0.95rem;
}

.distributor-list1 .listbox .text .tit3 {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #000;
    margin-bottom: 0.75rem;
}

.distributor-list1 .listbox .text .time {
    transition: all 0.5s ease-in-out;
    color: #b2b2b2;
}

.distributor-list1 .listbox .text span {
    margin: 0 5px;
    display: block;
}

.distributor-list1 .listbox .wpage {
    padding-top: 0;
}

.n-personnel {
    background: linear-gradient(#fff5ec, #ffe7d3);
}

.join-personnel-list1 {
    padding: 2.75rem 0 3rem;
}

.join-personnel-list1 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: right center;
    z-index: 1;
}

.join-personnel-list1 .contentbox {
    position: relative;
    z-index: 2;
}

.join-personnel-list1 .title {
    margin-right: 1.25rem;
    height: 5rem;
    position: relative;
    z-index: 1;
    padding-left: 2.2rem;
    color: #e4571f;
}

.join-personnel-list1 .title:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    left: 0;
    top: 0;
    background: #e4571f;
    border-radius: 50%;
}

.join-personnel-list1 .title div {
    position: relative;
    z-index: 2;
}

.join-personnel-list1 .text {
    padding-left: 2.25rem;
    margin-top: 1.75rem;
}

.join-personnel-list1 .text .leftbox {
    width: 16.625rem;
}

.join-personnel-list1 .text .tit3 {
    color: #a35a54;
    margin-bottom: 0.5rem;
}

.join-personnel-list1 .text .p {
    color: #b18783;
    line-height: 2;
    margin-right: 1.75rem;
}

.join-personnel-list1 .text .rightbox {
    width: 8.5rem;
    padding-left: 1.75rem;
    border-left: 1px dashed #e4571f;
    color: #b6635c;
    line-height: 2;
}

.join-personnel-list1 .plane {
    width: 18.75rem;
    position: absolute;
    left: 28%;
    top: 24%;
    z-index: 1;
}

@media (max-width: 1280px) {
    .join-personnel-list1 .text .rightbox {
        font-size: 14px;
    }
    .join-personnel-list1 .text .p {
        font-size: 14px;
    }
    .join-personnel-list1 .plane {
        width: 12.75rem;
    }
}

@media (max-width: 768px) {
    .join-personnel-list1 {
        padding: 1.75rem 0 2rem;
    }
    .join-personnel-list1 .text .rightbox {
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 1rem;
    }
    .join-personnel-list1 .text .leftbox {
        width: 100%;
    }
    .join-personnel-list1 .bg {
        background-position: 75% center;
    }
    .join-personnel-list1 .title:before {
        width: 4rem;
        height: 4rem;
    }
    .join-personnel-list1 .title {
        height: 4rem;
        padding-left: 1.2rem;
    }
    .join-personnel-list1 .text {
        padding-left: 1.2rem;
    }
}

@media (max-width: 767px) {
    .join-personnel-list1 .plane {
        display: none;
    }
    .join-personnel-list1 .text {
        margin-top: 1rem;
    }
}

.join-personnel-list2 {
    padding: 1.25rem 0 0;
    position: relative;
}

.join-personnel-list2:before {
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    left: 3.5%;
    border-radius: 70px;
    top: 0;
    left: 0;
    background: linear-gradient(#fff 10%, rgba(255, 255, 255, 0.3) 50%, transparent);
}

.join-personnel-list2 .contentbox {
    position: relative;
    z-index: 3;
}

.join-personnel-list2 .title {
    padding-left: 3.5rem;
    padding-top: 2rem;
}

.join-personnel-list2 .tit2 {
    color: #ed431d;
}

.join-personnel-list2 .tit3 {
    color: #b18783;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .join-personnel-list2 .title {
        padding-left: 1.2rem;
        padding-top: 1rem;
    }
}

@media (max-width: 767px) {
    .join-personnel-list2 .title {
        padding-top: 0;
    }
    .join-personnel-list2 .treeimg {
        max-width: 100%;
        margin-top: 1rem;
    }
    .join-personnel-list2:before {
        border-radius: 30px;
    }
}

.join-personnel-list3 {
    padding: 1.75rem 0 3.5rem;
    position: relative;
    overflow: hidden;
}

.join-personnel-list3:before {
    content: "";
    position: absolute;
    width: 78.125%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 247, 240, 0.7);
}

.join-personnel-list3 .contentbox {
    position: relative;
    z-index: 3;
}

.join-personnel-list3 .title {
    padding-left: 3.5rem;
}

.join-personnel-list3 .tit2 {
    color: #ed431d;
}

.join-personnel-list3 .tit3 {
    color: #b18783;
    line-height: 1.8;
}

.join-personnel-list3 .img-container {
    margin-top: 2rem;
}

.join-personnel-list3 .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.join-personnel-list3 .swiper-slide img {
    width: 100%;
}

.join-personnel-list3 .swiper-botton {
    position: relative;
}

.join-personnel-list3 .swiper-botton .swiper-button-prev,
.join-personnel-list3 .swiper-botton .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
    margin-top: -30px;
    top: 50%;
}

.join-personnel-list3 .swiper-botton .swiper-button-prev svg,
.join-personnel-list3 .swiper-botton .swiper-button-next svg {
    width: 40px;
    height: 40px;
    fill: #e4571f;
}

.join-personnel-list3 .swiper-botton .swiper-button-prev:hover,
.join-personnel-list3 .swiper-botton .swiper-button-next:hover {
    background: #e4571f;
}

.join-personnel-list3 .swiper-botton .swiper-button-prev:hover svg,
.join-personnel-list3 .swiper-botton .swiper-button-next:hover svg {
    fill: #fff;
}

.join-personnel-list3 .swiper-botton .swiper-button-prev {
    left: 0;
}

.join-personnel-list3 .swiper-botton .swiper-button-prev svg {
    transform: rotate(-180deg);
}

.join-personnel-list3 .swiper-botton .swiper-button-next {
    right: 0;
}

.join-personnel-list3 .swiper-botton {
    width: 160px;
    position: absolute;
    top: 2.5rem;
    right: 21.875%;
    z-index: 2;
}

@media (max-width: 1280px) {
    .join-personnel-list3 .swiper-botton .swiper-button-prev,
    .join-personnel-list3 .swiper-botton .swiper-button-next {
        width: 45px;
        height: 45px;
    }
    .join-personnel-list3 .swiper-botton .swiper-button-prev svg,
    .join-personnel-list3 .swiper-botton .swiper-button-next svg {
        width: 25px;
        height: 25px;
    }
    .join-personnel-list3 .swiper-botton {
        width: 88px;
    }
}

@media (max-width: 768px) {
    .join-personnel-list3 .title {
        padding-left: 1.2rem;
    }
}

@media (max-width: 767px) {
    .join-personnel-list3:before {
        width: 90%;
    }
    .join-personnel-list3 .title {
        width: 80%;
    }
    .join-personnel-list3 .swiper-botton {
        display: none;
    }
    .join-personnel-list3 .img-container {
        margin-top: 1rem;
    }
}

.join-personnel-list4 {
    padding: 2rem 0 4.25rem;
    position: relative;
    overflow: hidden;
}

.join-personnel-list4 .contentbox {
    position: relative;
    z-index: 3;
}

.join-personnel-list4 .title {
    padding-left: 3.5rem;
}

.join-personnel-list4 .tit2 {
    color: #ed431d;
}

.join-personnel-list4 .tit3 {
    color: #b18783;
    line-height: 1.8;
}

.join-personnel-list4 .ulbox {
    margin-top: 1.25rem;
}

.join-personnel-list4 .li {
    width: 31.5%;
    margin-right: 2%;
    border-radius: 20px;
    overflow: hidden;
    padding: 1.5rem 1.5rem 0.75rem 1.75rem;
}

.join-personnel-list4 .li:nth-child(3n) {
    margin-right: 0;
}

.join-personnel-list4 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
}

.join-personnel-list4 .tit4 {
    font-style: italic;
    margin-bottom: 0.5rem;
}

.join-personnel-list4 .text {
    position: relative;
    z-index: 3;
}

.join-personnel-list4 .item {
    padding-left: 15px;
    margin-bottom: 0.25rem;
    position: relative;
}

.join-personnel-list4 .item:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}

.join-personnel-list4 .more {
    text-decoration: underline;
}

.join-personnel-list4 .more:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .join-personnel-list4 .title {
        padding-left: 1.2rem;
    }
    .join-personnel-list4 .li {
        padding: 1rem 1rem 0.75rem 1rem;
    }
}

@media (max-width: 767px) {
    .join-personnel-list4 .li {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .join-personnel-list4 {
        padding-bottom: 3rem;
    }
}

.js-m {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.js-m-2-1 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.js-m.js-m-2 {
    opacity: 0;
    transform: translate(30px, 0);
    transition: all 0.8s ease;
}

.js-m.js-m-2.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.js-m-3 {
    opacity: 0;
    transform: translate(30px, 0);
    transition: all 0.8s ease;
}

.js-m-3.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.js-m.js-m-4 {
    opacity: 0;
    transform: translate(0, -100px);
    transition: all 0.8s ease;
}

.js-m.js-m-4.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.js-m-top {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.imgbg-tong {
    position: relative;
}

.imgbg-tong:after {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111;
    z-index: 5;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.imgbg-tong2 {
    position: relative;
}

.imgbg-tong2:after {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    transition: all 1s ease-in-out;
}

.js-m.animate.imgbg-tong2:after {
    margin-right: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    left: 100%;
}

.js-m.animate.imgbg-tong:before,
.js-m.animate.imgbg-tong:after {
    margin-right: 0;
    right: 0;
    bottom: 0;
    left: 100%;
}

.image-in {
    display: block;
    overflow: hidden;
}

.image-in::before {
    transform: scaleX(1);
    transform-origin: right center 0px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform, -webkit-transform;
    transition-delay: 0.6s;
}

.image-in::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    background-color: #000000;
}

.image-in {
    transform: translate3d(-100.5%, 0px, 0px);
    transform-origin: left center 0px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform, -webkit-transform;
    transition-delay: 0.2s;
}

.js-m.animate .image-in {
    transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
    transform: scale(0, 1);
}

.delay1 {
    transition-delay: 0.1s !important;
}

.delay2 {
    transition-delay: 0.2s !important;
}

.delay3 {
    transition-delay: 0.3s !important;
}

.delay4 {
    transition-delay: 0.4s !important;
}

.delay5 {
    transition-delay: 0.5s !important;
}

.delay6 {
    transition-delay: 0.6s !important;
}

.delay7 {
    transition-delay: 0.7s !important;
}

.delay8 {
    transition-delay: 0.8s !important;
}

.delay9 {
    transition-delay: 0.9s !important;
}

@keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: scale(0);
    }
}

.backtop-1.active {
    opacity: 1;
    -ms-transform: translate(0, 0);
}

.backtop-1 {
    position: fixed;
    bottom: 200px;
    right: 3%;
    background-color: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    height: 46px;
    padding: 0;
    margin: 0;
    width: 46px;
    z-index: 11;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.backtop-1 svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
    animation: start-backtop-1 1.5s infinite ease-in-out;
}

.backtop-1.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

@media (max-width: 767px) {
    .backtop-1 {
        bottom: 18%;
    }
}

@keyframes start-backtop-1 {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    40% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
    }
}

.project-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-alert.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-alert.active .content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-alert .content {
    position: absolute;
    max-width: 1200px;
    padding: 1.75rem;
    background: #fff;
    border-radius: 15px;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-alert .content .warp-imgbox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.project-alert .content .warp-imgbox .swiper-pagination {
    position: relative;
    z-index: 2;
}

.project-alert .content .warp-imgbox .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #dcdcdc;
    transition: background 0.3s;
}

.project-alert .content .warp-imgbox .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e7551e;
}

.project-alert .content .img-container {
    margin-bottom: 1.25rem;
}

.project-alert .content .img-container .swiper-slide img {
    width: 100%;
}

.project-alert .content .video {
    width: 100%;
}

.project-alert .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0rem;
    right: -2rem;
    background: #e7551e;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

.project-alert .close .icon {
    position: relative;
    width: 26px;
    height: 26px;
    fill: #333;
    display: block;
    vertical-align: middle;
}

.city-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.city-alert.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.city-alert.active .content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.city-alert .content {
    position: absolute;
    max-width: 1600px;
    padding: 2.25rem 4.25rem;
    background: linear-gradient(#ffffff 40%, #ffeae1);
    border-radius: 15px;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.city-alert .content .img {
    width: 10.5rem;
}

.city-alert .content .img .bgimg {
    width: 100%;
}

.city-alert .content .img .img1 {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.city-alert .content .text {
    width: calc(100% - 13rem);
}

.city-alert .content .text .tit4 {
    padding: 0.5rem 0;
    color: #f15921;
    position: relative;
}

.city-alert .content .text .tit4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(left, #f15921, #fff);
    background: -moz-linear-gradient(left, #f15921, #fff);
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f15921), to(#fff));
    background: -webkit-linear-gradient(left, #f15921, #fff);
    background: -o-linear-gradient(left, #f15921, #fff);
}

.city-alert .content .text .tit4:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(left, #f15921, #fff);
    background: -moz-linear-gradient(left, #f15921, #fff);
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f15921), to(#fff));
    background: -webkit-linear-gradient(left, #f15921, #fff);
    background: -o-linear-gradient(left, #f15921, #fff);
}

.city-alert .content .text .tit5 {
    padding: 0.5rem 0;
    color: #f15921;
    margin-bottom: 1rem;
    position: relative;
}

.city-alert .content .text .tit5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(left, #f15921, #fff);
    background: -moz-linear-gradient(left, #f15921, #fff);
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f15921), to(#fff));
    background: -webkit-linear-gradient(left, #f15921, #fff);
    background: -o-linear-gradient(left, #f15921, #fff);
}

.city-alert .content .text .tit6 {
    color: #000;
    margin-bottom: 0.75rem;
}

.city-alert .content .text .p {
    color: #555;
    line-height: 2;
}

.city-alert .content .video {
    width: 100%;
}

.city-alert .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0rem;
    right: -2rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

.city-alert .close .icon {
    position: relative;
    width: 26px;
    height: 26px;
    fill: #333;
    display: block;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .city-alert .close {
        right: 0;
    }
    .city-alert .content {
        padding: 1.75rem 2rem;
    }
}

@media (max-width: 768px) {
    .city-alert .content {
        padding: 1.75rem 2rem;
    }
    .city-alert .content .img {
        width: 10.5rem;
        margin: 0 auto 1.5rem;
    }
    .city-alert .content .text {
        width: 100%;
    }
    .city-alert .content .img .bgimg {
        width: 114%;
    }
}

@media (max-width: 767px) {
    .city-alert .content {
        padding: 1rem 5%;
        width: 100%;
    }
    .city-alert .content .text .p {
        font-size: 12px;
    }
    .city-alert .content {
        overflow-y: auto;
        max-height: 100vh;
    }
    .city-alert .content {
        border-radius: 0;
    }
}

.distributor-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.distributor-alert.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.distributor-alert.active .content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.distributor-alert .content {
    position: absolute;
    max-width: 1600px;
    background: #fff;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.distributor-alert .content .img {
    width: 50%;
}

.distributor-alert .content .img .bgimg {
    width: 100%;
    height: 19.2rem;
    min-height: 600px;
    background-size: cover;
}

.distributor-alert .content .text {
    width: 50%;
    height: 19.2rem;
    min-height: 600px;
    padding: 1rem 3.375rem;
}

.distributor-alert .content .text .tit2 {
    color: #f15921;
    position: relative;
    margin-bottom: 1.25rem;
    text-align: center;
    width: 100%;
}

.distributor-alert .content .text .frombox {
    width: 100%;
}

.distributor-alert .content .text .inputbox {
    height: 1.5rem;
    min-height: 45px;
    margin-bottom: 0.5rem;
    position: relative;
}

.distributor-alert .content .text .input1 {
    width: 100%;
    height: 1.5rem;
    min-height: 45px;
    border: 2px solid #f2f2f2;
    padding: 0 50px;
    background: none;
}

.distributor-alert .content .text .icon {
    width: 19px;
    height: 22px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -11px;
}

.distributor-alert .content .text .coadbox {
    position: relative;
}

.distributor-alert .content .text .coadbox .input1 {
    width: calc(100% - 180px);
    height: 1.5rem;
    min-height: 45px;
    border: 2px solid #f2f2f2;
    padding: 0 50px;
    background: none;
}

.distributor-alert .content .text .coadbox .coadimg {
    width: 170px;
    color: #666;
}

.distributor-alert .content .text .coadbox .coadimg img {
    width: 3.15rem;
    margin-right: 0.15rem;
}

.distributor-alert .content .text .submit-btn {
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(#fe8355, #f25f28);
    border-radius: 8px;
    border: none;
    margin-top: 0.75rem;
    color: #fff;
}

.distributor-alert .content .text .p {
    margin-top: 0.4rem;
    color: #666666;
    text-align: center;
}

.distributor-alert .content .text .p a {
    color: #f15921;
    display: inline-block;
}

.distributor-alert .content .text .tip {
    margin-top: 3rem;
    width: 100%;
    text-align: center;
}

.distributor-alert .content .text .tip span {
    color: #f15921;
}

.distributor-alert .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0rem;
    right: -1.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

.distributor-alert .close .icon {
    position: relative;
    width: 35px;
    height: 35px;
    fill: #fff;
    display: block;
    vertical-align: middle;
}

.fl5 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}