*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none
}

em, i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select, textarea {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button, input[type=button], input[type=reset], input[type=submit], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l, .l {
    float: left
}

.col-r, .r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.wp {
    width: 90%;
    max-width: 1356px;
    margin: 0 auto
}

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

@font-face {
    font-family: ChallengePersonalUse;
    src: url(../fonts/ChallengePersonalUse.otf)
}

@font-face {
    font-family: DIN-Black;
    src: url(../fonts/DIN-Black.otf)
}

@font-face {
    font-family: HarmonyOS_Sans_SC;
    src: url(../fonts/HarmonyOS_Sans_SC.ttf)
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Light;
    src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf)
}

@font-face {
    font-family: Plumb-Bold;
    src: url(../fonts/Plumb-Bold.ttf)
}

@font-face {
    font-family: SimHei;
    src: url(../fonts/SimHei.ttf)
}

@font-face {
    font-family: SourceHanSerifCN-Regular;
    src: url(../fonts/SourceHanSerifCN-Regular.ttf)
}

@font-face {
    font-family: PingFang;
    src: url(../fonts/PingFang.ttf)
}

.headerrel01-menuBtn {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: 5
}

.headerrel01-menuBtn span {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 24px;
    height: 4px;
    margin-top: -2px;
    background-color: #ff7324;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.headerrel01-menuBtn span:after, .headerrel01-menuBtn span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: #ff7324;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.headerrel01-menuBtn span:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px)
}

.headerrel01-menuBtn span:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px)
}

.headerrel01-menuBtn.headerrel01-menuBtn__open span {
    background-color: transparent
}

.headerrel01-menuBtn.headerrel01-menuBtn__open span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.headerrel01-menuBtn.headerrel01-menuBtn__open span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.headerrel01 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    z-index: 100
}

.headerrel01-logo {
    margin-top: 20px;
    float: left;
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    overflow: hidden
}

.headerrel01-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.headerrel01-btn {
    margin-right: -24px;
    float: right;
    font-size: 0
}

.headerrel01-btn .item {
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.headerrel01-btn .btn {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.headerrel01-btn .btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.headerrel01-btn .mask {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ff7324;
    white-space: nowrap;
    z-index: 10;
    display: none
}

.headerrel01-btn .tel {
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.5
}

.headerrel01-btn .tel a {
    padding: 5px 10px;
    display: block;
    color: #fff
}

.headerrel01-hdr {
    padding: 0 260px 0 330px
}

.headerrel01-nav {
    font-size: 0;
    text-align: center
}

.headerrel01-nav > li {
    display: inline-block;
    vertical-align: middle
}

.headerrel01-nav > li > a {
    padding: 0 30px;
    display: block;
    font-size: 16px;
    color: #333;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.headerrel01-nav > li > a > i {
    width: 0;
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s
}

.headerrel01-nav > li.on > a, .headerrel01-nav > li:hover > a {
    color: #ff7324
}

.headerrel01-nav > li:hover > a > i {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 11
}

.headerrel01-nav > li.wrap {
    display: none
}

.headerrel01-navsub {
    padding: 33px 0 20px;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    line-height: 1.5;
    background-color: #f5f5f5;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 10;
    display: none
}

.sub-list {
    margin-bottom: -20px;
    font-size: 0;
    text-align: center
}

.sub-list li {
    margin: 0 40px 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 160px
}

.sub-list .pic {
    position: relative
}

.sub-list .pic:after {
    content: '';
    display: block;
    padding-top: 62.5%
}

.sub-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub-list .subtit {
    padding-top: 15px;
    font-size: 14px;
    color: #999;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sub-list li:hover .subtit {
    color: #ff7324
}

.headerrel01.fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.b-tit {
    color: #fff
}

.b-tit h1 {
    margin-bottom: 22px;
    font-size: 40px
}

.b-tit p {
    font-size: 18px;
    text-transform: uppercase
}

.box-banner {
    position: relative;
    overflow: hidden
}

.box-banner .mobile {
    display: none;
}

.box-banner .pc {
    display: block;
}

.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 744px
}

.banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, .3);
    z-index: 1
}

.banner .wp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2
}

.footer {
    background-color: #fff
}

.footer-logo {
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    display: none
}

.footer-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 75%
}

.footer-hd {
    padding: 86px 0 200px
}

.footer-hd-r {
    margin-left: 7%;
    float: right
}

.footer-code {
    margin: 14px 0 50px;
    font-size: 14px;
    color: #888;
    text-align: right;
    overflow: hidden
}

.footer-code .pic {
    margin-bottom: 12px;
    float: right;
    width: 108px;
    height: 108px;
    line-height: 106px;
    font-size: 0;
    text-align: center;
    border: 1px solid #d1d1d1;
    overflow: hidden
}

.footer-code .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.footer-code .inner {
    width: 100%;
    clear: both
}

.footer-code h4 {
    margin-bottom: 4px;
    font-size: 20px;
    color: #333;
    font-weight: 400
}

.footer-link {
    position: relative
}

.footer-link dt {
    padding: 0 20px;
    padding-right: 54px;
    font-size: 14px;
    color: #ff7324;
    width: 178px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #ff7324;
    position: relative;
    cursor: pointer
}

.footer-link dt i {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 47px;
    border-left: 2px solid #ff7324
}

.footer-link dt i:after {
    margin: -5px 0 0 -9px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 10px;
    background: url(../images/d-arrow6.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-link dd {
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 0;
    border: 2px solid #ff7324;
    border-bottom: none;
    background-color: #fff;
    height: 207px;
    overflow-y: auto;
    z-index: 10;
    display: none
}

.footer-link dd a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    color: #ff7324;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-link dd a:hover {
    background-color: #ff7324;
    color: #fff
}

.footer-link .on dt i:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-link .on dd {
    display: block
}

.footer-nav {
    font-size: 0;
    overflow: hidden
}

.footer-nav dl {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 12.5%
}

.footer-nav dl dt {
    margin-bottom: 36px;
    font-size: 18px;
    color: #333
}

.footer-nav dl dd a {
    padding: 7px 0;
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-nav dl dd a:hover {
    color: #333
}

.footer-bt {
    background-color: #222
}

.footer-copy {
    padding: 30px 0;
    font-size: 14px;
    color: #999;
    line-height: 1.5
}

.footer-copy a {
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-copy a:hover {
    color: #fff;
    text-decoration: underline
}

.cur-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    border-top: 1px solid rgba(225, 225, 225, .5);
    height: 80px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 10
}

.cur-nav-list {
    line-height: 80px;
    font-size: 0;
    text-align: center
}

.cur-nav-list li {
    display: inline-block;
    vertical-align: top;
    min-width: 16.66%;
    position: relative
}

.cur-nav-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    line-height: 80px;
    transition: all .5s
}

.cur-nav-list li + li:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #f8f8f8;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.cur-nav-list li.on a {
    background: #ff7324
}

.cur-nav-list li:hover a {
    background: #ff7324
}

.cur-nav-list li:hover:after {
    display: none
}

.cur-nav-list li.on:after {
    display: none
}

.cur-nav-list li a span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 12px
}

.cur-nav-list li i {
    width: 24px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cur-nav-list li i img {
    display: block
}

.contact-us-wrap {
    display: flex;
    align-items: center;
    overflow: hidden
}

.map-wrap {
    flex: 0 0 960px;
    height: 837px
}

.map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block
}

.contact-us {
    flex: 1;
    padding-left: 78px;
    background: #fff
}

.anchorBL {
    display: none
}

.map img {
    max-width: none
}

.cu-tit p {
    font-weight: 700;
    color: #ff7324;
    font-size: 14px;
    line-height: 30px;
    font-family: Plumb-Bold
}

.cu-tit h1 {
    font-weight: 700;
    color: #333;
    font-size: 36px;
    line-height: 1
}

.cu-tit {
    padding-bottom: 24px;
    border-bottom: 4px solid #333;
    max-width: 600px
}

.cu-info {
    margin-top: 30px
}

.cu-item, .cu-row {
    display: flex;
    align-items: center
}

.cu-item .icon, .cu-row .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .3s
}

.cu-item:hover .icon, .cu-row:hover .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.cu-row .icon img {
    display: block
}

.cu-item .txt .tit, .cu-row .txt .tit {
    font-size: 14px;
    color: #999
}

.cu-row .txt p {
    line-height: 24px;
    font-size: 14px;
    color: #333
}

.cu-info .wrap {
    margin-top: 30px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0 0;
    max-width: 600px
}

.cu-i-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 28px
}

.cu-i-wrap + .cu-i-wrap {
    padding-top: 28px;
    border-top: 1px solid #d7d7d7
}

.cu-i-wrap .cu-item {
    padding-right: 58px
}

.cu-i-wrap .cu-item + .cu-item {
    padding-left: 65px;
    border-left: 1px solid #d7d7d7
}

.cu-item .txt a, .cu-item .txt p {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    min-width: 176px;
    display: block
}

.contact-us .qr-wrap {
    width: 108px;
    margin-top: 27px
}

.contact-us .qr-wrap .qr {
    display: block;
    width: 100%;
    height: 108px;
    border: 1px solid #d7d7d7
}

.contact-us .qr-wrap .qr img {
    display: block;
    width: 100%;
    height: 100%
}

.contact-us .qr-wrap p {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #999
}

.online-message {
    background: #faf8f6;
    padding: 120px 0 98px
}

.m-tit {
    color: #333;
    text-align: center
}

.m-tit h1 {
    font-weight: 700;
    line-height: 34px;
    font-size: 48px
}

.m-tit p {
    margin-top: 10px;
    font-size: 24px
}

.inp-row {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 0 -10px
}

.inp-row .inp {
    flex: 0 0 calc(33.3% - 20px);
    color: #666;
    font-size: 16px;
    height: 100%;
    padding: 0 0 0 24px;
    margin: 0 10px;
    border: 1px solid #dcdcdc
}

.om-select-wrap {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 23px -8px
}

.om-select-wrap select {
    flex: 0 0 calc(50% - 16px);
    height: 100%;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 16px;
    margin: 0 8px;
    border: 1px solid #dcdcdc;
    background: #fff url(../images/arr-b.png) no-repeat right 31px center/13px 6px
}

.om-select-wrap select option {
    color: #666
}

.online-message textarea {
    resize: none;
    font-size: 16px;
    color: #666;
    padding-top: 32px;
    padding-left: 23px;
    width: 100%;
    height: 200px;
    border: 1px solid #dcdcdc
}

.online-message .wrap {
    margin-top: 50px;
    margin-bottom: 55px
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

.om-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -13px
}

.om-btn-group li {
    padding: 0 13px;
    flex: 0 0 240px
}

.om-btn-group li a {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 35px;
    height: 70px;
    line-height: 70px;
    transition: all .5s
}

.om-btn-group li button {
    border-style: none;
    width: 100%;
    border-color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 35px;
    height: 70px;
    line-height: 70px;
    transition: all .5s
}

.om-btn-group li a.sub {
    color: #fff;
    background: #ff7324
}

.om-btn-group li button.sub {
    color: #fff;
    background: #ff7324
}

.om-btn-group li a.res {
    color: #666;
    border: 1px solid #666;
    background: #fff
}

.om-btn-group li button.res {
    color: #666;
    border: 1px solid #666;
    background: #fff
}

.om-btn-group li:hover a {
    opacity: .8
}

.main1 {
    background-color: #faf8f6
}

.NewsWrap {
    display: flex;
    align-items: flex-start;
    padding: 82px 0 123px;
    overflow: hidden
}

.NewsWrap .left {
    flex: 0 0 1000px;
    margin-right: 40px
}

.NewsWrap .left-inner {
    background-color: #fff;
    padding: 74px 70px 172px
}

.NewsWrap .left .title {
    padding-bottom: 33px;
    border-bottom: 1px solid #d7d7d7
}

.NewsWrap .left .title h1 {
    color: #333;
    font-size: 30px;
    margin-bottom: 25px
}

.t-date {
    font-family: PingFang;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center
}

.t-date span {
    width: 16px;
    height: 16px;
    margin-right: 11px;
    background: url(../images/i1.png) no-repeat center center/cover
}

.NewsContent {
    padding: 67px 0 0
}

.news-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 61px
}

.news-area .prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 85px 0 41px
}

.news-area .next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 40px
}

.news-area span {
    background-color: #fff;
    height: 104px;
    flex: 0 0 calc(50% - 10px);
    line-height: 104px;
    width: 0;
    transition: all .3s
}

.news-area .prev em i {
    margin-left: 28px
}

.news-area .next em i {
    margin-right: 28px
}

.news-area span em {
    display: flex;
    align-items: center;
    transition: all .3s
}

.news-area span em i {
    width: 1px;
    height: 14px;
    background-color: #666;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s
}

.news-area span a {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    flex: 0 0 294px;
    display: block
}

.news-area span:hover {
    background: #ff7324
}

.news-area span:hover a {
    color: #fff
}

.news-area span:hover em {
    color: #fff
}

.news-area span:hover em i {
    background-color: #fff
}

.NewsWrap .right {
    flex: 1
}

.r-tit {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    padding-left: 15px;
    border-left: 4px solid #ff7324;
    margin-bottom: 32px
}

.r-list li + li {
    margin-top: 72px
}

.r-list li:hover .pic img {
    transform: scale(1.05)
}

.r-list li:hover p {
    color: #ff7324
}

.r-list .pic {
    display: block;
    padding-top: 53.8%;
    overflow: hidden;
    position: relative
}

.r-list .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s
}

.r-list .date {
    margin: 23px 0 17px;
    color: #666;
    font-size: 12px;
    font-family: PingFang
}

.r-list .info {
    padding-left: 18px
}

.r-list .info p {
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: 13px;
    color: #333;
    transition: all .5s
}

.main-inner {
    padding: 100px 0 123px
}

.News-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -31px
}

.News-list li {
    flex: 0 0 33.3%;
    padding: 0 31px;
    width: 0;
    margin-bottom: 66px
}

.News-list li .inner {
    background-color: #fff;
    height: 100%
}

.News-list li .pic {
    padding-top: 53.66%;
    overflow: hidden;
    display: block;
    position: relative
}

.News-list li .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s
}

.News-list li .desc {
    padding: 45px 27px 35px
}

.News-list li .desc .tit {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    transition: all .5s
}

.News-list li .desc .info {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #999;
    line-height: 24px
}

.News-list li .desc .det {
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.News-list li .desc .det .t-date span {
    margin-right: 9px
}

.News-list li .desc .det .t-date {
    color: #999
}

.News-list li .desc .det a {
    line-height: 38px;
    height: 38px;
    flex: 0 0 117px;
    padding: 0 21px;
    border: 1px solid #999;
    font-size: 14px;
    color: #999;
    transition: all .5s;
    white-space: nowrap
}

.News-list li:hover .pic img {
    transform: scale(1.05)
}

.News-list li:hover .desc .tit {
    color: #ff7324
}

.News-list li:hover .desc .det a {
    border: 1px solid #ff7324;
    background: #ff7324;
    color: #fff
}

.y-pages {
    text-align: center;
    margin: 10px 0 0
}

.y-pages ul {
    display: inline-block;
    overflow: hidden
}

.y-pages ul li {
    float: left;
    margin: 0 5px
}

.y-pages ul li a {
    display: block;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 36px;
    transition: all .5s
}

.y-pages ul li.on a, .y-pages ul li:hover a {
    color: #fff;
    background-color: #ff7324;
    border-color: #ff7324
}

.m-pages {
    text-align: center;
    margin: 10px 0 0
}

.m-pages ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.m-pages li {
    float: left;
    margin: 0 5px;
}

.m-pages a {
    display: block;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 36px;
    transition: all .5s
}

.m-pages select {
    padding: 0 10px;
    display: inline;
    min-width: 66px;
    /*height: 38px;*/
    line-height: 34px;
    color: #000;
    /*padding-left: 10px;*/
    background: url(../images/qwy-i4.png) #fff center right 10px no-repeat;
    font-size: 18px;
    border: 1px solid #c8c8c8;
    vertical-align: bottom;
}

.m-pages select option {
    width: 100%;
    height: 36px;
    font-size: 18px;
}

.m-pages li.active a, .m-pages li a:hover {
    color: #fff;
    background-color: #ff7324;
    border-color: #ff7324
}

.m-pages li {
    font-size: 16px;
    color: #3f3837;
    letter-spacing: 2px;
    /*line-height: 65px;*/
    font-family: SourceHanSerifCN;
}


.main-inner .tit-2 h3 {
    font-size: 32px;
    margin-bottom: 23px;
    font-weight: 600
}

.main-inner .tit-2 p {
    color: #666;
    font-size: 15px
}

.sel-wrap {
    display: flex;
    align-items: center;
    width: 100%
}

.sel-wrap .outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1
}

.sel-wrap .outer select {
    flex: 0 0 calc(33.3% - 12px);
    display: block;
    height: 53px;
    padding-left: 18px;
    color: #333;
    font-size: 15px;
    border: 1px solid #d7d7d7;
    background: #fff url(../images/arr-b1.png) no-repeat right 21px center/13px 7px
}

.sel-wrap .ss-wrap {
    flex: 0 0 484px;
    margin-left: 19px;
    display: flex;
    align-items: center;
    height: 53px
}

.sel-wrap .ss-wrap .inp {
    flex: 0 0 410px;
    height: 100%;
    padding-left: 20px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    border: 1px solid #d7d7d7
}

.sel-wrap .ss-wrap button {
    flex: 1;
    line-height: 53px;
    height: 100%;
    text-align: center;
    color: #fff;
    display: block;
    background: #ff7324
}

.add-map-wrap {
    display: flex;
    margin-top: 17px;
    align-items: flex-start
}

.am-wrap {
    flex: 0 0 852px;
    height: 519px
}

.am-wrap .around-map {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden
}

.am-wrap .around-map>img {
    max-width: 100%;
    width: 100%;
    height: 100%;

}
.am-wrap .around-map img {
    max-width: none;
  
}
.add-map-wrap .info {
    flex: 1;
    padding: 40px 23px 46px 52px;
    height: 519px;
    background-color: #fff;
    padding-right: 23px
}

.add-map-wrap .info ul {
    overflow-y: scroll;
    padding-right: 33px;
    height: 100%;
    width: 100%;
    display: block
}

.add-map-wrap .info li + li {
    margin-top: 49px
}

.add-map-wrap .info li {
    padding-bottom: 18px;
    border-bottom: 1px solid #e9e9e9;
    transition: all .5s;
    cursor: pointer
}

.add-map-wrap .info .tit {
    line-height: 27px;
    font-size: 22px;
    color: #333;
    margin-bottom: 16px;
    transition: all .5s
}

.add-map-wrap .info .det p {
    display: flex;
    align-items: center;
    line-height: 27px;
    font-size: 15px;
    color: #666
}

.add-map-wrap .info .det p + p {
    margin-top: 10px
}

.add-map-wrap .info .det p span {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex: 0 0 17px
}

.add-map-wrap .info li.on .tit, .add-map-wrap .info li:hover .tit {
    color: #ff7324
}

.add-map-wrap .info li.on, .add-map-wrap .info li:hover {
    border-bottom: 1px solid #ff7324
}

.add-map-wrap .info ul::-webkit-scrollbar {
    height: 100%;
    background: #faf8f6;
    width: 7px
}

.add-map-wrap .info ul::-webkit-scrollbar-thumb {
    background: #ff7324
}

.sales-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -14px 40px
}

.sales-list li {
    flex: 0 0 33.3%;
    width: 0;
    margin-bottom: 34px
}

.sales-list li a {
    margin: 0 14px;
    display: block;
    background: #fff;
    transition: all .5s
}

.sales-list li a .pic {
    display: block;
    padding-top: 66.74%;
    overflow: hidden;
    position: relative;
    position: relative
}

.sales-list li a .pic img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s
}

.sales-list li a .txt {
    height: 88px;
    padding: 0 39px;
    line-height: 88px;
    font-size: 15px;
    color: #121212;
    transition: all .5s;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sales-list li:hover a {
    background-color: #ff7324
}

.sales-list li:hover .txt {
    color: #fff
}

.sales-list li:hover .pic img {
    transform: scale(1.05)
}

.sales-list li .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    background: rgba(0, 0, 0, .5) url(../images/more.png) no-repeat center center/60px 60px
}

.sales-list li:hover .pic:after {
    opacity: 1
}

.det-wp {
    position: relative;
    padding-top: 143px
}

.det-wp:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 149px;
    background: url(../images/ban2-1.jpg) no-repeat top center/cover;
    z-index: -1
}

.det-wp::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #faf8f6;
    z-index: -1
}

.cur-wrap1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 51px
}

.c-back {
    flex: 0 0 170px;
    height: 44px;
    text-align: center;
    background: #ff7324 url(../images/back.png) no-repeat left 25px center/18px 12px;
    line-height: 44px;
    border-radius: 22px;
    display: block;
    color: #fff;
    transition: all .3s
}

.c-back:hover {
    opacity: .8;
    color: #fff
}

.cur-wrap1 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.cur-wrap1 ul li + li {
    margin-left: 13px
}

.cur-wrap1 ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px
}

.cur-wrap1 ul li a i {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 22px;
    background: url(../images/home.png) no-repeat center center/cover
}

.cur-wrap1 ul li span {
    font-size: 16px;
    color: #fff
}

.y-pro-detail1 {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 68px 37px 68px 68px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    box-shadow: 0 5px 43px 0 rgba(0, 0, 0, .15)
}

.y-pro-detail1 .left {
    flex: 0 0 646px;
    width: 0
}

.swiper-detail1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px
}

.swiper-detail1 .img {
    display: block;
    padding-top: 65.02%;
    position: relative;
    overflow: hidden
}

.swiper-detail1 .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    transition: all .5s
}

.swiper-detail1 .next, .swiper-detail1 .prev {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .3s;
    cursor: pointer
}

.swiper-detail1 .next:hover, .swiper-detail1 .prev:hover {
    background-color: #ff7324;
    border: 1px solid #ff7324
}

.swiper-detail1 .prev {
    left: 24px;
    background: url(../images/d-arrow7.png) no-repeat center center/13px 23px
}

.swiper-detail1 .next {
    right: 26px;
    background: url(../images/d-arrow8.png) no-repeat center center/13px 23px
}

.swiper-detail1 .next.disabled, .swiper-detail1 .prev.disabled {
    opacity: .5
}

.swiper-detail1 .next.disabled:hover, .swiper-detail1 .prev.disabled:hover {
    opacity: .5;
    border: 1px solid #fff;
    background-color: transparent
}

.swiper-detail2 {
    position: relative;
    overflow: hidden
}

.swiper-detail2 .img {
    display: block;
    padding-top: 64.52%;
    position: relative;
    overflow: hidden;
    border: 4px solid transparent;
    cursor: pointer
}

.swiper-detail2 .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    transition: all .3s
}

.swiper-detail2 .swiper-slide-thumb-active .img {
    border: 4px solid #ff7324
}

.y-pro-detail1 .right {
    flex: 1;
    margin-left: 86px
}

.y-pro-detail1 .right h1 {
    font-size: 36px;
    color: #333;
    line-height: 43px;
    margin-bottom: 28px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.y-pro-detail1 .right .info {
    padding: 49px 0 72px;
    border-top: 1px dashed #d7d7d7;
    border-bottom: 1px dashed #d7d7d7
}

.y-pro-detail1 .right .info p {
    font-size: 16px;
    color: #333;
    line-height: 48px
}

.y-pro-detail1 .right .btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 44px;
    margin-top: 48px
}

.y-pro-detail1 .right .btns .sear {
    height: 100%;
    display: flex;
    align-items: center;
    flex: 0 0 180px;
    border-radius: 22px;
    background: #ff7324;
    justify-content: center;
    transition: all .3s
}

.y-pro-detail1 .right .btns .sear span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px
}

.y-pro-detail1 .right .btns .sear:hover {
    opacity: .8
}

.y-pro-detail1 .right .btns .next {
    height: 100%;
    line-height: 44px;
    padding-left: 46px;
    margin-left: 25px;
    border-radius: 22px;
    flex: 0 0 180px;
    color: #333;
    font-size: 14px;
    transition: all .3s;
    background: #f8f6f4 url(../images/arr-r.png) no-repeat right 39px center/10px 18px
}

.y-pro-detail1 .right .btns .next:hover {
    color: #fff;
    background: #ff7324 url(../images/d-arrow8.png) no-repeat right 39px center/10px 18px
}

.pro-det .pd-inner {
    display: flex;
    align-items: flex-start
}

.pd-inner .left {
    flex: 0 0 269px;
    margin-right: 57px
}

.pd-inner .left .rec-list-wrap {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 23px 21px 62px
}

.l-tit {
    font-size: 18px;
    color: #333;
    padding-left: 16px;
    line-height: 1;
    border-left: 2px solid #ff7324
}

.rec-list {
    margin-top: 11px;
    border-top: 1px solid #d7d7d7;
    padding-top: 24px
}

.rec-list .pic {
    display: block;
    padding-top: 60%;
    overflow: hidden;
    position: relative
}

.rec-list .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s
}

.rec-list li:hover .pic img {
    transform: scale(1.05)
}

.rec-list li:hover .text {
    color: #ff7324
}

.rec-list .text {
    margin-top: 17px;
    font-size: 14px;
    color: #333;
    transition: all .3s
}

.rec-list li + li {
    margin-top: 39px
}

.new-qr {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 27px 23px 41px;
    margin-top: 30px
}

.new-qr .qr-wrap {
    width: 100%;
    height: 214px;
    background: #f8f8f8;
    margin-top: 30px;
    padding: 20px
}

.new-qr .qr-wrap .qr {
    margin: 0 auto;
    display: block;
    padding-top: 100%;
    overflow: hidden;
    position: relative
}

.new-qr .qr-wrap .qr img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0
}

.new-qr p {
    margin-top: 16px;
    text-align: center;
    color: #000;
    font-size: 17px
}

.pd-inner .right {
    flex: 1;
    background-color: #fff;
    padding: 73px 60px 104px 70px
}

.pd-inner .right h1 {
    font-size: 30px;
    color: #333;
    padding-bottom: 38px;
    font-weight: 400;
    border-bottom: 1px solid #d7d7d7
}

.pd-inner .right img {
    display: block;
    object-fit: cover
}

.classify-wrap {
    height: 120px;
    background-color: #fff
}

.classify-wrap .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 120px;
    overflow: hidden
}

.classify-wrap .left-wrap {
    display: flex;
    align-items: center;
    flex: 1
}

.classify-wrap .left-wrap .tit {
    margin-right: 94px;
    font-size: 18px;
    color: #999
}

.classify-wrap .left-wrap .left {
    display: flex;
    align-items: center
}

.classify-wrap .left-wrap .left li + li {
    margin-left: 65px
}

.classify-wrap .left-wrap .left li.on a, .classify-wrap .left-wrap .left li:hover a {
    color: #ff7324
}

.classify-wrap .left-wrap .left li a {
    font-size: 14px;
    color: #666;
    /*transition: all .3s;*/
    display: block
}

.right-wrap {
    flex: 0 0 299px;
    height: 46px;
    border: 1px solid #d7d7d7;
    /*background: url(../images/sear.png) no-repeat left 17px center/20px 21px*/
}

.right-wrap input {
    font-size: 14px;
    color: #666;
    border: none;
    display: block;
}

.right-wrap .inp {
    height: 43px;
    line-height: 36px;
    border: none;
    background-color: transparent;
    float: left;
    width: 240px;
    font-size: 17px;
    margin-left: 5px
}

.right-wrap .btn {
    float: right;
    width: 50px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/sear.png);
    background-color: transparent;
    text-indent: -9999px
}

.set-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -28px
}

.set-list li {
    padding: 0 28px;
    flex: 0 0 50%;
    width: 0;
    margin-bottom: 59px
}

.set-list li a {
    display: block;
    background-color: #fff;
    transition: all .5s
}


.set-list li .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 64.7%
}

.set-list li .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s
}

.set-list li .desc {
    padding: 40px 46px 40px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.set-list li .txt {
    flex: 1;
    width: 0
}

.set-list li .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s
}

.set-list li p {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    transition: all .5s;
    font-size: 14px
}

.set-list li .more {
    font-size: 24px;
    color: #999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    font-weight: 200;
    transition: all .5s;
    flex: 0 0 32px;
    margin-left: 20px;
    border: 1px solid #999
}

.set-list li:hover .pic img {
    transform: scale(1.05)
}

.set-list li:hover .more, .set-list li:hover .tit, .set-list li:hover p {
    color: #fff
}

.set-list li:hover .more {
    border: 1px solid #fff
}

.set-list li:hover a {
    background-color: #ff7324
}

.set-list-wrap {
    display: none
}

.set-list-wrap.on {
    display: block
}

@media only screen and (max-width: 1725px) {
    .map-wrap {
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 1506px) {
    .banner {
        height: 580px
    }

    .b-tit h1 {
        font-size: 38px;
        margin-bottom: 15px
    }

    .map-wrap {
        height: 680px
    }

    .contact-us {
        padding-left: 50px
    }

    .cu-tit h1, .m-tit h1 {
        font-size: 28px
    }

    .m-tit p {
        font-size: 20px
    }

    .inp-row, .om-select-wrap {
        height: 60px
    }

    .om-btn-group li {
        flex: 0 0 180px
    }

    .om-btn-group li a {
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    .inp-row .inp, .om-select-wrap select, .online-message textarea {
        font-size: 14px
    }

    .NewsWrap {
        padding: 70px 0
    }

    .NewsWrap .left {
        flex: 0 0 950px
    }

    .NewsWrap .left-inner {
        padding: 50px
    }

    .NewsWrap .left .title {
        padding-bottom: 15px
    }

    .NewsWrap .left .title h1 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .NewsContent {
        padding: 40px 0 0
    }

    .r-list li + li {
        margin-top: 40px
    }

    .news-area {
        margin-top: 40px
    }

    .set-list li .desc {
        padding: 35px 46px 40px 28px
    }
}

@media only screen and (max-width: 1355px) {
    .b-tit h1 {
        font-size: 30px;
        margin-bottom: 5px
    }

    .b-tit p {
        font-size: 16px
    }

    .banner {
        height: 520px
    }

    .cur-nav {
        height: 60px
    }

    .cur-nav-list li a {
        line-height: 60px;
        padding: 0 22px
    }

    .cur-nav-list li a span {
        font-size: 14px
    }

    .online-message {
        padding: 80px 0
    }

    .om-select-wrap {
        margin: 15px -8px
    }

    .om-btn-group li a {
        font-size: 14px;
        height: 50px;
        line-height: 50px
    }

    .NewsWrap .left {
        flex: 0 0 850px;
        margin-right: 20px
    }

    .NewsWrap .left-inner {
        padding: 30px
    }

    .NewsWrap {
        padding: 40px 0
    }

    .r-tit {
        font-size: 20px
    }

    .am-wrap {
        flex: 0 0 740px
    }

    .y-pro-detail1 {
        padding: 30px;
        align-items: flex-start
    }

    .y-pro-detail1 .right {
        margin-left: 30px
    }

    .y-pro-detail1 .right h1 {
        font-size: 30px;
        line-height: 47px
    }

    .y-pro-detail1 .right .info {
        padding: 30px 0
    }
}

@media only screen and (max-width: 1200px) {
    .NewsWrap .left {
        flex: 0 0 768px
    }

    .r-tit {
        margin-bottom: 20px
    }

    .r-list .date {
        margin: 10px 0
    }

    .r-list li + li {
        margin-top: 20px
    }

    .news-area .next, .news-area .prev {
        padding: 0 20px 0 20px
    }

    .news-area .next em i {
        margin-right: 15px
    }

    .news-area .prev em i {
        margin-left: 15px
    }

    .News-list {
        margin: 0 -15px
    }

    .News-list li {
        padding: 0 15px
    }

    .main-inner {
        padding: 50px 0
    }

    .News-list li .desc {
        padding: 20px
    }

    .am-wrap {
        flex: 0 0 640px;
        height: 420px
    }

    .main-inner .tit-2 h3 {
        font-size: 28px;
        margin-bottom: 5px
    }

    .add-map-wrap .info {
        height: 420px;
        padding: 30px
    }

    .add-map-wrap .info .tit {
        font-size: 18px
    }

    .add-map-wrap .info ul {
        padding-right: 20px
    }

    .add-map-wrap .info li + li {
        margin-top: 20px
    }

    .y-pro-detail1 .left {
        flex: 0 0 595px
    }

    .y-pro-detail1 .right .btns {
        margin-top: 30px
    }

    .pd-inner .right {
        padding: 30px
    }

    .pd-inner .right h1 {
        font-size: 24px
    }

    .det-wp {
        padding-top: 120px
    }

    .cur-wrap1 {
        margin-bottom: 30px
    }

    .pd-inner .left {
        margin-right: 30px
    }

    .pd-inner .left .rec-list-wrap {
        padding: 20px
    }

    .new-qr .qr-wrap {
        margin-top: 20px
    }

    .new-qr p {
        margin-top: 10px;
        font-size: 14px
    }

    .set-list {
        margin: 0 -15px
    }

    .set-list li {
        padding: 0 15px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .banner {
        height: 420px
    }

    .contact-us-wrap {
        display: block
    }

    .map-wrap {
        height: 380px
    }

    .contact-us {
        padding: 50px
    }

    .cu-info .wrap, .cu-tit {
        max-width: 100%
    }

    .cu-i-wrap .cu-item {
        flex: 0 0 50%
    }

    .inp-row, .om-select-wrap {
        height: 50px
    }

    .online-message .wrap {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .online-message textarea {
        padding-top: 20px
    }

    .cu-tit h1, .m-tit h1 {
        font-size: 20px
    }

    .online-message {
        padding: 30px 0
    }

    .b-tit h1 {
        font-size: 24px
    }

    .b-tit p {
        font-size: 14px
    }

    .NewsWrap {
        display: block
    }

    .NewsWrap .left {
        width: 100%;
        margin-right: 0
    }

    .news-area .next, .news-area .prev {
        padding: 0 40px 0 40px
    }

    .NewsWrap .right {
        margin-top: 40px
    }

    .r-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .r-list li {
        flex: 0 0 33.3%;
        margin-bottom: 20px
    }

    .r-list li + li {
        margin-top: 0
    }

    .r-list li a {
        display: block;
        padding: 0 10px
    }

    .r-list .pic {
        height: 155px;
        width: 271px;
        padding-top: 0
    }

    .r-list .info p {
        max-width: 250px
    }

    .News-list li {
        flex: 0 0 50%;
        margin-bottom: 30px
    }

    .add-map-wrap {
        display: block
    }

    .sel-wrap {
        display: block
    }

    .sel-wrap .ss-wrap {
        margin-left: 0;
        margin-top: 20px
    }

    .sel-wrap .ss-wrap .inp {
        flex: 0 0 85%
    }

    .main-inner .tit-2 h3 {
        font-size: 20px
    }

    .sales-list li .pic:after {
        background: rgba(0, 0, 0, .5) url(../images/more.png) no-repeat center center/40px 40px
    }

    .sales-list li a .txt {
        height: 60px;
        line-height: 60px
    }

    .det-wp {
        padding-top: 30px
    }

    .y-pro-detail1 {
        display: block
    }

    .y-pro-detail1 .left {
        width: 100%
    }

    .y-pro-detail1 .right {
        margin-left: 0;
        margin-top: 30px
    }

    .y-pro-detail1 .right h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1
    }

    .y-pro-detail1 .right .info {
        padding: 20px 0
    }

    .y-pro-detail1 .right .info p {
        line-height: 28px
    }

    .y-pro-detail1 .right .btns {
        margin-top: 20px
    }

    .pd-inner .left {
        flex: 0 0 210px
    }

    .pd-inner .right h1 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .new-qr .qr-wrap {
        height: auto
    }

    .set-list li .tit {
        font-size: 18px
    }

    .classify-wrap .left-wrap .left li + li {
        margin-left: 45px
    }

    .classify-wrap .left-wrap .tit {
        margin-right: 40px
    }
}

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

    .classify-wrap {
        height: auto;
        padding: 20px 0
    }

    .classify-wrap .wp {
        display: block;
        line-height: unset
    }

    .classify-wrap .left-wrap {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 959px) {
    .banner {
        height: 380px
    }

    .contact-us {
        padding: 30px
    }

    .contact-us .qr-wrap {
        margin: 27px auto 0
    }

    .NewsWrap .left .title h1 {
        font-size: 20px
    }

    .news-area {
        display: block
    }

    .news-area span {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px
    }

    .news-area .next, .news-area .prev {
        justify-content: center
    }

    .news-area .prev a {
        margin-left: 20px
    }

    .news-area .next a {
        margin-right: 20px
    }

    .news-area span + span {
        margin-top: 20px
    }

    .r-list {
        margin: 0 -10px
    }

    .r-list li {
        flex: 0 0 50%
    }

    .r-list .pic {
        height: 175px;
        width: auto
    }

    .sales-list {
        margin: 0 -14px 0
    }

    .sales-list li {
        flex: 0 0 50%
    }

    .pro-det .pd-inner {
        flex-direction: column-reverse
    }

    .pd-inner .left .rec-list-wrap {
        margin-top: 30px
    }

    .pd-inner .left {
        flex: unset;
        width: 100%
    }

    .rec-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .rec-list li + li {
        margin-top: 0
    }

    .rec-list li {
        flex: 0 0 33.3%;
        margin-bottom: 15px
    }

    .l-tit {
        margin-bottom: 10px
    }

    .rec-list li a {
        padding: 0 15px;
        display: block
    }

    .new-qr .qr-wrap .qr {
        padding-top: 0;
        height: 140px;
        width: 140px
    }

    .classify-wrap .left-wrap .left {
        overflow-x: scroll
    }

    .classify-wrap .left-wrap .left li a, .classify-wrap .left-wrap .tit {
        white-space: nowrap
    }

    .set-list li .desc {
        padding: 20px
    }
}

@media only screen and (max-width: 767px) {
    .om-btn-group li button{
        height: 45px;
        line-height:0px;
    }
    .right-wrap .inp {
        width: 270px;
    }

    .cur-nav .wp {
        padding: 0
    }

    .cu-i-wrap {
        display: block
    }

    .cu-i-wrap .cu-item + .cu-item {
        padding-left: 0;
        border-left: none;
        margin-top: 20px
    }

    .cu-info .wrap {
        margin-top: 20px;
        padding: 20px 0 0
    }

    .cu-info {
        margin-top: 0;
        padding: 20px 0 0
    }

    .cu-i-wrap {
        padding-bottom: 20px
    }

    .cu-i-wrap + .cu-i-wrap {
        padding-top: 20px
    }

    .inp-row {
        display: block
    }

    .inp-row .inp + .inp {
        margin-top: 20px
    }

    .om-select-wrap {
        display: block
    }

    .om-select-wrap select {
        width: 95%;
        height: 50px
    }

    .inp-row, .om-select-wrap {
        height: auto
    }

    .inp-row .inp {
        height: 50px;
        width: 94%;
        display: block
    }

    .om-select-wrap select + select {
        margin-top: 20px
    }

    .r-list {
        display: block
    }

    .r-list li {
        width: 100%
    }

    .news-area span a {
        flex: 0 0 180px
    }

    .News-list {
        display: block
    }

    .News-list li {
        width: 100%
    }

    .main-inner {
        padding: 30px 0
    }

    .y-pages ul li a {
        padding: 0 8px;
        font-size: 12px;
        line-height: 32px
    }

    .y-pages {
        margin: 10px 0
    }

    .m-pages a {
        padding: 0 8px;
        font-size: 12px;
        line-height: 32px;
    }

    .m-pages {
        margin: 10px 0
    }

    .m-pages select {
        padding: 0 8px;
        font-size: 12px;
        line-height: 30px;
        min-width: 51px;
    }

    .sel-wrap .outer {
        display: block
    }

    .sel-wrap .outer select {
        width: 100%;
        display: block
    }

    .sel-wrap .outer select + select {
        margin-top: 20px
    }

    .cnl2 {
        width: 340px
    }

    .add-map-wrap .info {
        padding: 20px
    }

    .sales-list {
        display: block
    }

    .sales-list li {
        width: 100%;
        margin-bottom: 20px
    }

    .cur-wrap1 ul {
        justify-content: right
    }

    .swiper-detail1 .next, .swiper-detail1 .prev {
        width: 30px;
        height: 30px;
        background-size: 8px
    }

    .y-pro-detail1 .right .btns .next, .y-pro-detail1 .right .btns .sear {
        flex: 0 0 130px
    }

    .y-pro-detail1 .right .btns .next {
        background-position: right 20px center;
        padding-left: 20px
    }

    .y-pro-detail1 .right .btns .next:hover {
        background-position: right 20px center
    }

    .rec-list {
        display: block
    }

    .pd-inner .right {
        padding: 20px
    }

    .y-pro-detail1 .right h1 {
        font-size: 20px
    }

    .set-list {
        display: block
    }

    .set-list li {
        width: 100%
    }

    .c-back {
        flex: 0 0 110px;
        background-position: left 5px center
    }

    .swiper-detail1 .prev {
        left: 0
    }

    .swiper-detail1 .next {
        right: 0
    }
}

.banner.banner_jm:after {
    display: none
}

.bannerIndex {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.bannerIndex .bannerIndex-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.bannerIndex .mobile {
    display: none;
}

.bannerIndex .pc {
    display: block;
}

.bannerIndex .bannerIndex-cont {
    position: absolute;
    right: 14.74%;
    top: 30%;
    text-align: right;
    white-space: nowrap
}

.bannerIndex .bannerIndex-cont h2 {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: .75;
    position: relative;
    font-family: SourceHanSerifCN-Regular
}

.bannerIndex .bannerIndex-cont h2:before {
    margin-right: 17px;
    right: 100%;
    top: -10px
}

.bannerIndex .bannerIndex-cont h2:after {
    margin-left: 26px;
    left: 100%;
    bottom: -34px
}

.bannerIndex .bannerIndex-cont h2:after, .bannerIndex .bannerIndex-cont h2:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 17px;
    background-image: url(../images/d-yh.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.bannerIndex .bannerIndex-cont h2 span {
    font-size: 72px;
    font-family: SourceHanSerifCN-Regular
}

.bannerIndex .qm {
    position: absolute;
    left: 14.74%;
    bottom: 7%;
    font-size: 36px;
    color: #fff;
    line-height: 2.2;
    font-family: ChallengePersonalUse
}

.bannerIndex .arrow {
    position: absolute;
    right: 6.25%;
    bottom: 50px;
    font-size: 0;
    z-index: 10
}

.bannerIndex .arrow .swiper-next, .bannerIndex .arrow .swiper-prev {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.bannerIndex .arrow .swiper-prev {
    background-image: url(../images/d-arrow1.png)
}

.bannerIndex .arrow .swiper-next {
    background-image: url(../images/d-arrow2.png)
}

.bannerIndex .arrow .swiper-next:hover, .bannerIndex .arrow .swiper-prev:hover {
    background-color: #ff7324;
    border-color: #ff7324
}

.tit-1 {
    margin-bottom: 54px;
    line-height: 52px;
    overflow: hidden
}

.tit-1 .btn-1 {
    margin-left: 15px;
    float: right
}

.tit-1 h3 {
    font-size: 40px;
    color: #0d0d0d;
    font-weight: 400;
    line-height: inherit;
    overflow: hidden;
    font-family: HarmonyOS_Sans_SC
}

.tit-1 h3 span {
    margin-left: 15px;
    font-size: 24px;
    color: #ff7324
}

.tit-2 {
    margin-bottom: 62px;
    font-size: 18px;
    color: #333;
    text-align: center
}

.tit-2 h3 {
    margin-bottom: 16px;
    font-size: 40px;
    color: #333;
    font-weight: 400
}

.tit-2 h3 span {
    margin-top: 8px;
    display: block;
    font-size: 16px
}

.tit-3 {
    margin-bottom: 43px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 1.67
}

.tit-3 h3 {
    margin-bottom: 4px;
    font-size: 40px;
    font-weight: 400
}

.tit-4 {
    font-size: 14px;
    color: #333
}

.tit-4 h3 {
    font-size: 30px;
    color: #333;
    font-weight: 400
}

.tit-4 h3 span {
    margin-bottom: 23px;
    display: block;
    font-size: 79px;
    font-weight: 700;
    line-height: 1
}

.tit-4 p {
    margin-top: 18px
}

.tit_c1 {
    color: #fff !important
}

.tit_c1 h3 {
    color: #fff !important
}

.tit_tal {
    text-align: left !important
}

.btn-1 {
    font-size: 0
}

.btn-1 .a1 {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 52px;
    line-height: 52px;
    background-color: #ff7324;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: HarmonyOS_Sans_SC;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-1 .a1 i {
    margin: -2px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    background: url(../images/d-arrow3.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-1 .a1:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.btn-1 .a1:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.row-ind1 {
    padding: 115px 0 135px;
    overflow: hidden
}

.pz-desc {
    margin-bottom: 112px
}

.pz-desc h3 {
    margin-bottom: 13px;
    font-size: 40px;
    color: #333;
    font-weight: 400;
    font-family: HarmonyOS_Sans_SC
}

.pz-desc .txt {
    margin-bottom: 36px;
    font-size: 16px;
    color: #333;
    line-height: 1.88;
    font-family: HarmonyOS_Sans_SC_Light
}

.xl-list {
    margin: 0 -16px -32px;
    font-size: 0
}

.xl-list li {
    padding: 0 16px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.xl-list .con {
    display: block;
    overflow: hidden
}

.xl-list .pic {
    padding-top: 116.28%;
    position: relative;
    overflow: hidden
}

.xl-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.xl-list h4 {
    padding: 0 5px;
    height: 100px;
    line-height: 100px;
    background-color: #faf8f6;
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 400;
    text-align: center;
    font-family: HarmonyOS_Sans_SC;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.xl-list .con:hover .pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.xl-list .con:hover h4 {
    color: #fff;
    background-color: #ff7324
}

.row-ind2 {
    padding: 204px 0 56px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.ys-desc {
    margin-bottom: 272px
}

.ys-desc h3 {
    margin-bottom: 50px;
    padding-bottom: 16px;
    position: relative;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    font-family: HarmonyOS_Sans_SC
}

.ys-desc h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 7px;
    background: url(../images/d-line.png) center center repeat-x;
    -webkit-background-size: cover;
    background-size: cover
}

.ys-desc h3 span {
    margin-bottom: 10px;
    display: block;
    width: 238px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: .22em
}

.ys-desc .txt {
    width: 400px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-family: HarmonyOS_Sans_SC_Light
}

.ys-list {
    padding-right: 9.29%;
    margin: 0 -4px;
    font-size: 0
}

.ys-list li {
    padding: 0 4px;
    display: inline-block;
    vertical-align: middle;
    width: 16.9%;
    height: 176px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.ys-list .con {
    padding: 15px 26px 22px;
    display: block;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ys-list .big-icon {
    position: absolute;
    right: 13px;
    top: 50%;
    width: 143px;
    height: 143px;
    line-height: 143px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ys-list .big-icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.ys-list .icon {
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    overflow: hidden
}

.ys-list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.ys-list h4 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ys-list .txt {
    margin-top: 12px;
    width: 55%;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    display: none
}

.ys-list .arrow {
    margin-top: 15px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #dadada;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/d-arrow4.png);
    border-radius: 50%
}

.ys-list .on {
    width: 48.9%
}

.ys-list .on .con {
    padding: 20px 26px 22px;
    background-color: #ff7324
}

.ys-list .on .big-icon {
    opacity: 1;
    filter: alpha(opacity=100)
}

.ys-list .on .icon img {
    display: none
}

.ys-list .on .icon .img_on {
    display: block
}

.ys-list .on h4 {
    color: #fff;
    height: 1.5em;
    white-space: nowrap;
}

.ys-list h4 {

    white-space: pre-wrap;
}


.ys-list .on h4 br {
    display: none;
}

.ys-list .on .txt {
    display: block
}

.ys-list .on .arrow {
    display: none
}

.row-ind3 {
    padding: 120px 0 128px;
    overflow: hidden
}

.td-list {
    margin: 0 -40px -80px;
    font-size: 0
}

.td-list li {
    padding: 0 40px;
    margin-bottom: 80px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.td-list .con {
    display: block;
    position: relative
}

.td-list .pic {
    padding-top: 68.75%;
    position: relative;
    overflow: hidden
}

.td-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.td-list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.td-list .mask .mask-inner {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.td-list .mask h4 {
    margin-bottom: 14px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: HarmonyOS_Sans_SC
}

.td-list .mask .txt {
    margin-bottom: 46px;
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Light
}

.td-list .mask .btn-1 {
    text-align: center
}

.td-list .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.row-ind4 {
    padding: 122px 0 150px;
    background-color: #faf8f6;
    overflow: hidden
}

.news-list {
    margin: 0 -40px -80px;
    font-size: 0
}

.news-list li {
    padding: 0 40px;
    margin-bottom: 80px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.news-list .con {
    display: block
}

.news-list .pic {
    margin-bottom: 12px;
    padding-top: 50.5%;
    position: relative;
    overflow: hidden
}

.news-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-list h4 {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 400;
    font-family: HarmonyOS_Sans_SC;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-list .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.row-ser1 {
    padding: 90px 0 94px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.service-swiper {
    position: relative;
    overflow: hidden
}

.service-swiper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background-color: #999
}

.service-swiper .slider {
    padding: 0 74px;
    position: relative;
    overflow: hidden
}

.service-swiper .con {
    padding: 24px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.service-swiper .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ff7324;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.service-swiper .pic {
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.service-swiper .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.service-swiper .mask {
    position: absolute;
    left: 24px;
    top: 24px;
    right: 24px;
    bottom: 24px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 50%
}

.service-swiper .mask .mask-inner {
    padding: 0 40px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scale(1.5);
    -ms-transform: translateY(-50%) scale(1.5);
    -o-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.service-swiper .icon {
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.service-swiper .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.service-swiper h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.service-swiper .txt {
    margin: 40px auto 0;
    width: 76%;
    font-size: 14px;
    color: #fff;
    line-height: 1.86;
    text-align: left;
    display: none
}

.service-swiper .swiper-slide-active .con {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.service-swiper .swiper-slide-active .con:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.service-swiper .swiper-slide-active .txt {
    display: block
}

.service-swiper .swiper-slide-active .mask .mask-inner {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.service-swiper .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.service-swiper .swiper-next, .service-swiper .swiper-prev {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    background-color: #ff7324;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.service-swiper .swiper-prev {
    left: 0;
    background-image: url(../images/d-arrow7.png)
}

.service-swiper .swiper-next {
    right: 0;
    background-image: url(../images/d-arrow8.png)
}

.row-ser2 {
    padding: 100px 0 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.process-list {
    margin: 0 -60px -40px;
    font-size: 0
}

.process-list li {
    padding: 0 44px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 16.66%
}

.process-list .pic {
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
    line-height: 116px;
    font-size: 0;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.process-list .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%
}

.process-list h4 {
    margin-bottom: 22px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.process-list .txt {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    text-align: center
}

.process-list li:hover .pic {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.row-ser3 {
    padding: 94px 0 104px;
    overflow: hidden
}

.fw-list {
    margin: 0 -16px -32px;
    font-size: 0
}

.fw-list li {
    padding: 0 16px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.fw-list .con {
    display: block;
    position: relative;
    overflow: hidden
}

.fw-list .pic {
    padding-top: 136.74%;
    position: relative;
    overflow: hidden
}

.fw-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-list .mask {
    padding: 78px 46px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-list .mask:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 16px;
    right: 12px;
    bottom: 16px;
    border: 1px solid #fff;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-list .mask h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-list .mask h4 span {
    margin-top: 12px;
    display: block;
    font-size: 18px;
    color: #fff
}

.fw-list .mask .more {
    position: absolute;
    left: 46px;
    bottom: 15.14%;
    width: 168px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #ff7324;
    border-radius: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-list .mask .more i {
    margin: -2px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    background: url(../images/d-arrow5.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.fw-list .mask .txt {
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 2.6;
    height: 18.2em;
    overflow: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-list .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.fw-list .con:hover .mask {
    background-color: rgba(255, 115, 36, .9)
}

.fw-list .con:hover .mask:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fw-list .con:hover .mask .txt {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.fw-list .con:hover .mask .more {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.fw-swiper-m {
    margin: 0 -10px;
    padding-bottom: 30px;
    font-size: 0;
    position: relative;
    overflow: hidden;
    display: none
}

.fw-swiper-m .swiper-slide {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.fw-swiper-m .con {
    display: block;
    position: relative;
    overflow: hidden
}

.fw-swiper-m .pic {
    padding-top: 136.74%;
    position: relative;
    overflow: hidden
}

.fw-swiper-m .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-swiper-m .mask {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-swiper-m .mask:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 16px;
    right: 12px;
    bottom: 16px;
    border: 1px solid #fff;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-swiper-m .mask h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-swiper-m .mask h4 span {
    margin-top: 5px;
    display: block;
    font-size: 10px;
    color: #fff
}

.fw-swiper-m .mask .more {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 90px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ff7324;
    border-radius: 26px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important
}

.fw-swiper-m .mask .more i {
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 9px;
    background: url(../images/d-arrow5.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.fw-swiper-m .mask .txt {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 2.0;
    height: 18.2em;
    overflow: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    /*display: none*/
}

.fw-swiper-m .mask .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.fw-swiper-m .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.fw-swiper-m .con:hover .mask {
    background-color: rgba(255, 115, 36, .9)
}

.fw-swiper-m .con:hover .mask .more {
    display: none;
}

.fw-swiper-m .con:hover .mask:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fw-swiper-m .con:hover .mask .txt {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.fw-swiper-m .con:hover .mask .more {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.fw-swiper-m .swiper-pagination {
    font-size: 0;
    text-align: center;
    bottom: 0 !important
}

.fw-swiper-m .swiper-pagination .swiper-pagination-bullet {
    background-color: #999;
    width: 5px;
    height: 5px;
    margin: 0 2px !important;
    opacity: 1;
    filter: alpha(opacity=100)
}

.fw-swiper-m .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb7d2b
}

.row-ser4 {
    padding: 125px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.row-ser4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.fw-1 {
    padding: 78px 70px 82px;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.fw-1 .icon {
    margin: 0 auto 24px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    font-size: 0;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
    overflow: hidden
}

.fw-1 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%
}

.fw-1 h3 {
    margin-bottom: 68px;
    font-size: 30px;
    color: #333;
    font-weight: 400;
    text-align: center
}

.fw-1 .desc {
    margin-top: 52px;
    font-size: 14px;
    color: #666;
    line-height: 2.14;
    text-align: center
}

.fw-search {
    padding-right: 240px;
    position: relative
}

.fw-search input {
    outline: 0;
    border: none
}

.fw-search .inp {
    padding: 0 39px;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-size: 16px;
    color: #333
}

.fw-search .sumbit {
    position: absolute;
    right: 0;
    top: 0;
    width: 222px;
    height: 64px;
    line-height: 64px;
    background-color: #ff7324;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fw-search .sumbit:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.row-jm1 {
    padding: 120px 0 92px;
    overflow: hidden
}

.jm1-desc {
    margin-bottom: 72px;
    overflow: hidden
}

.jm1-desc .tit-3 {
    margin: 0;
    float: left;
    width: 40%
}

.jm1-desc .tit-3 h3 {
    margin-bottom: 27px
}

.jm1-desc .number-list {
    padding-top: 57px;
    float: right;
    width: 54%
}

.number-list {
    margin-bottom: -20px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.number-list li {
    margin-bottom: 20px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top
}

.number-list .num {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    line-height: 1.2
}

.number-list .num span {
    margin-right: 16px;
    font-size: 52px;
    color: #ff7324;
    font-family: Plumb-Bold
}

.number-list h4 {
    padding: 0 5px;
    font-size: 18px;
    color: #333;
    font-weight: 400
}

.imgs-swiper {
    padding-bottom: 58px;
    position: relative;
    overflow: hidden
}

.imgs-swiper .slider {
    margin: 0 -24px;
    position: relative;
    overflow: hidden
}

.imgs-swiper .swiper-slide {
    padding: 0 24px
}

.imgs-swiper .pic {
    padding-top: 60.58%;
    position: relative;
    overflow: hidden
}

.imgs-swiper .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgs-swiper .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imgs-swiper .swiper-slide-active .pic:after {
    opacity: 0;
    filter: alpha(opacity=0)
}

.imgs-swiper .swiper-next, .imgs-swiper .swiper-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #ff7324;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgs-swiper .swiper-prev {
    left: 22%;
    background-image: url(../images/d-arrow9.png)
}

.imgs-swiper .swiper-next {
    right: 22%;
    background-image: url(../images/d-arrow10.png)
}

.imgs-swiper .swiper-next:hover, .imgs-swiper .swiper-prev:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.imgs-swiper .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0 !important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.imgs-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
    background-color: #999;
    opacity: 1;
    filter: alpha(opacity=100)
}

.imgs-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb7d2b
}

.row-jm2 {
    padding: 86px 0 93px;
    background-color: #f5f5f5;
    overflow: hidden
}

.adv-list {
    margin-bottom: -40px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.adv-list li {
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.adv-list .con {
    padding: 20px;
    background-color: #fff;
    min-height: 409px;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.adv-list .pic {
    padding-top: 56.67%;
    position: relative;
    overflow: hidden
}

.adv-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.adv-list .inner {
    padding: 54px 16px 20px
}

.adv-list .tit {
    margin-bottom: 18px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.adv-list .icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.adv-list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.adv-list .icon .img_on {
    display: none
}

.adv-list h4 {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 40px);
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.adv-list .txt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.adv-list li:nth-child(2) .con, .adv-list li:nth-child(4) .con, .adv-list li:nth-child(5) .con, .adv-list li:nth-child(7) .con {
    background-color: #eee
}

.adv-list .con:hover {
    background-color: #eb7d2b !important
}

.adv-list .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.adv-list .con:hover .icon img {
    display: none
}

.adv-list .con:hover .icon .img_on {
    display: inline-block
}

.adv-list .con:hover h4 {
    color: #fff
}

.adv-list .con:hover .txt {
    color: #fff
}

.row-jm3 {
    padding: 100px 0 50px;
    overflow: hidden
}

.row-jm3 .tit-3 {
    margin-bottom: 50px
}

.row-jm3 .tit-3 h3 {
    margin-bottom: 13px
}

.sucCase-swiper {
    padding-bottom: 86px;
    position: relative;
    overflow: hidden
}

.sucCase-swiper img {
    display: block;
    width: 100%
}

.sucCase-swiper .arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.sucCase-swiper .swiper-next, .sucCase-swiper .swiper-prev {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 114px;
    height: 38px;
    border: 1px solid #999;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sucCase-swiper .swiper-prev {
    background-image: url(../images/d-arrow11.png)
}

.sucCase-swiper .swiper-next {
    background-image: url(../images/d-arrow12.png)
}

.sucCase-swiper .swiper-next:hover, .sucCase-swiper .swiper-prev:hover {
    background-color: #ff7324;
    border-color: #ff7324
}

.sucCase-swiper .swiper-prev:hover {
    background-image: url(../images/d-arrow13.png)
}

.sucCase-swiper .swiper-next:hover {
    background-image: url(../images/d-arrow14.png)
}

.row-jm4 {
    padding: 40px 0 53px;
    overflow: hidden
}

.row-jm4 .tit-3 {
    margin-bottom: 32px
}

.row-jm4 .tit-3 h3 {
    margin-bottom: 12px
}

.xy-swiper .for {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden
}

.xy-swiper .for .pic {
    padding-top: 44.25%;
    position: relative;
    overflow: hidden
}

.xy-swiper .for .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.xy-swiper .nav {
    position: relative;
    overflow: hidden
}

.xy-swiper .nav .slider {
    margin: 0 -13px;
    position: relative;
    overflow: hidden
}

.xy-swiper .nav .swiper-slide {
    padding: 0 13px
}

.xy-swiper .nav .pic {
    padding-top: 62.5%;
    position: relative;
    overflow: hidden
}

.xy-swiper .nav .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ff7324;
    display: none
}

.xy-swiper .nav .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.xy-swiper .nav .swiper-slide-thumb-active .pic:after {
    display: block
}

.row-jm5 {
    padding: 53px 0 110px;
    overflow: hidden
}

.lc-list {
    margin: 0 -20px -40px;
    font-size: 0
}

.lc-list li {
    padding: 0 20px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 14.28%;
    position: relative
}

.lc-list li:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 25px;
    height: 20px;
    background: url(../images/d-arrow15.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lc-list li:last-child:after {
    display: none
}

.lc-list .con {
    position: relative;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lc-list .con:before {
    content: '';
    display: block;
    padding-top: 100%;
    border: 1px solid rgba(153, 153, 153, .2);
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lc-list .con:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    background-color: #eee;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lc-list .con .con-inner {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lc-list .icon {
    margin-bottom: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.lc-list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.lc-list .icon .img_on {
    display: none
}

.lc-list h4 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #333;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lc-list .num {
    font-size: 14px;
    color: #333;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.lc-list .con:hover {
    background-color: rgba(255, 115, 36, .2)
}

.lc-list .con:hover:before {
    border-color: transparent
}

.lc-list .con:hover:after {
    background-color: #ff7324
}

.lc-list .con:hover .icon img {
    display: none
}

.lc-list .con:hover .icon .img_on {
    display: inline-block
}

.lc-list .con:hover h4 {
    color: #fff
}

.lc-list .con:hover .num {
    color: #fff
}

.row-jm6 {
    padding: 130px 0 100px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.row-jm6 .tit-3 {
    margin-bottom: 96px
}

.form-1 {
    width: 626px
}

.form-1 button, .form-1 input, .form-1 textarea {
    outline: 0;
    border: none;
    background-color: transparent
}

.form-1 .col-2 {
    width: 50% !important
}

.form-1 .col-3 {
    width: 33.33% !important
}

.form-1 .tel {
    margin-bottom: 35px;
    padding-left: 52px;
    display: block;
    font-size: 20px;
    color: #fff;
    min-height: 30px;
    line-height: 30px;
    background: url(../images/d-tel2.png) left center no-repeat;
    -webkit-background-size: auto 32px;
    background-size: auto 32px
}

.form-1 .tel span {
    margin-left: 15px;
    display: inline-block;
    font-size: 32px;
    font-weight: 700
}

.form-1 .cont {
    margin: 0 -8px -22px;
    font-size: 0
}

.form-1 .item {
    margin-bottom: 22px;
    padding: 0 8px;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.form-1 .inp, .form-1 .sel, .form-1 .tar {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 62px;
    border: 1px solid #666;
    font-size: 14px;
    color: #fff
}

.form-1 .sel {
    padding-right: 50px;
    background: url(../images/d-arrow16.png) right 25px center no-repeat;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
    cursor: pointer
}

.form-1 .sel option {
    color: #333
}

.form-1 .tar {
    height: 140px;
    resize: none
}

.form-1 .btn {
    margin-top: 22px;
    font-size: 0
}

.form-1 .btn button {
    display: inline-block;
    vertical-align: middle;
    width: 152px;
    height: 56px;
    line-height: 56px;
    background-color: #ff7324;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.form-1 .btn button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.form-1 input::-webkit-input-placeholder, .form-1 textarea::-webkit-input-placeholder {
    color: #fff
}

.form-1 input::-moz-placeholder, .form-1 textarea::-moz-placeholder {
    color: #fff
}

.form-1 input:-ms-input-placeholder, .form-1 textarea:-ms-input-placeholder {
    color: #fff
}

.row-ppgs1 {
    padding: 140px 0 120px;
    overflow: hidden
}

.ppgs1-desc {
    overflow: hidden
}

.ppgs1-desc .l {
    width: 53.02%
}

.ppgs1-desc .r {
    padding-top: 126px;
    width: 39.09%
}

.ppgs1-desc .r img {
    display: block;
    width: 100%
}

.ppgs1-desc .tit {
    margin-bottom: 80px
}

.ppgs1-desc .tit h3 {
    font-size: 40px;
    color: #333;
    font-weight: 400
}

.ppgs1-desc .tit h3 span {
    margin-bottom: 21px;
    display: block;
    font-size: 80px;
    color: #333;
    font-weight: 700;
    line-height: 1
}

.ppgs1-desc .desc {
    font-size: 14px;
    color: #666;
    line-height: 2.14
}

.ppgs1-desc .desc2 {
    margin-bottom: 48px;
    padding: 0 0 26px 48px;
    font-size: 16px;
    color: #333;
    line-height: 1.88;
    position: relative
}

.ppgs1-desc .desc2:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 35px;
    height: 30px;
    background: url(../images/d-yh2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.ppgs1-desc .desc2:after {
    content: '';
    position: absolute;
    right: 12.08%;
    bottom: 0;
    width: 36px;
    height: 30px;
    background: url(../images/d-yh3.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.row-ppgs2 {
    padding: 120px 0 200px;
    position: relative;
    overflow: hidden
}

.ppgs2-bg {
    position: absolute;
    left: calc((100vw - 1356px) / 2);
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

.ppgs2-desc {
    float: right;
    width: 45.5%
}

.ppgs2-desc .tit-4 {
    margin-bottom: 105px
}

.ppgs2-desc .txt {
    font-size: 14px;
    color: #fff;
    line-height: 1.86
}

.ppgs2-desc .txt h4 {
    margin-bottom: 50px;
    font-size: 22px;
    color: #fff;
    font-weight: 400
}

.row-ppgs3 {
    padding: 200px 0 42px;
    background-repeat: no-repeat;
    background-position: center bottom 8%;
    overflow: hidden
}

.row-ppgs3 .wp {
    height: 100%;
    position: relative
}

.row-ppgs3 .tit-4 {
    margin-bottom: 20px
}

.ppgs3-desc {
    padding: 40px 0 0 69px;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 18px;
    color: #333;
    line-height: 2
}

.ppgs3-desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 30px;
    background: url(../images/d-yh2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.cultrue-swiper {
    font-size: 0;
    text-align: right;
    position: relative
}

.cultrue-swiper .slider {
    padding-top: 170px;
    margin: -170px -16px -32px;
    display: inline-block;
    width: 76.8%;
    overflow: hidden
}

.cultrue-swiper .swiper-slide {
    margin-bottom: 32px;
    padding: 0 16px
}

.cultrue-swiper .swiper-slide:nth-child(even) {
    margin-top: -170px !important
}

.cultrue-swiper .con {
    position: relative
}

.cultrue-swiper .pic {
    padding-top: 69.39%;
    position: relative;
    overflow: hidden
}

.cultrue-swiper .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cultrue-swiper .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

.cultrue-swiper .mask .mask-inner {
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 28%;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cultrue-swiper .mask .icon {
    margin: 0 auto 14px;
    width: 88px;
    height: 88px;
    line-height: 86px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.cultrue-swiper .mask .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%
}

.cultrue-swiper .mask h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1.44
}

.cultrue-swiper .mask .txt {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cultrue-swiper .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.cultrue-swiper .con:hover .mask .mask-inner {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%)
}

.cultrue-swiper .con:hover .mask .txt {
    opacity: 1;
    filter: alpha(opacity=100)
}

.cultrue-swiper .swiper-pagination {
    display: none;
    font-size: 0;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}

.cultrue-swiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 5px !important;
    height: 5px !important;
    margin: 0 2px !important
}

.cultrue-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff7324
}

.row-ppgs4 {
    padding: 97px 0;
    overflow: hidden
}

.djs-1 {
    position: relative
}

.djs-1 .djs-bg {
    position: absolute;
    left: calc((1356px - 100vw) / 2);
    top: 0;
    right: 450px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

.djs-1 .djs-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
}

.djs-1 .tit-4 {
    position: absolute;
    right: 114px;
    top: 120px;
    text-align: right;
    z-index: 10
}

.djs-swiper {
    padding-right: 450px;
    height: 845px;
    position: relative
}

.djs-swiper .for {
    position: relative;
    height: 100%;
    overflow: hidden
}

.djs-swiper .for .con {
    padding: 145px 0 92px
}

.djs-swiper .for .year {
    padding-bottom: 23px;
    margin-bottom: 82px;
    font-size: 24px;
    color: #ff7324;
    position: relative
}

.djs-swiper .for .year:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #fff
}

.djs-swiper .for .year span {
    margin-right: 10px;
    font-size: 80px;
    font-weight: 700;
    font-family: Plumb-Bold
}

.djs-swiper .for .txt {
    margin-bottom: 50px;
    width: 78%;
    font-size: 16px;
    color: #fff;
    line-height: 1.88
}

.djs-swiper .for .pic {
    width: 420px;
    position: relative;
    border: 4px solid #fff
}

.djs-swiper .for .pic:after {
    content: '';
    display: block;
    padding-top: 57.62%
}

.djs-swiper .for .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.djs-swiper .nav {
    padding: 303px 105px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    background-color: #ff7324
}

.djs-swiper .nav .slider {
    position: relative;
    height: 100%;
    overflow: hidden
}

.djs-swiper .nav .swiper-slide {
    position: relative;
    cursor: pointer
}

.djs-swiper .nav .swiper-slide:after, .djs-swiper .nav .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.djs-swiper .nav .swiper-slide:before {
    top: 0
}

.djs-swiper .nav .swiper-slide:after {
    bottom: 0
}

.djs-swiper .nav .year {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    font-weight: 700;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.djs-swiper .nav .swiper-slide-active:after, .djs-swiper .nav .swiper-slide-active:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.djs-swiper .nav .swiper-slide-active .year {
    color: #fff
}

.djs-swiper .for .swiper-pagination, .djs-swiper .nav .swiper-pagination {
    display: none
}

.row-ppgs5 {
    padding: 102px 0 90px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.row-ppgs5 .tit-4 {
    margin-bottom: 58px
}

.honor-swiper {
    margin: 0 calc((1356px - 100vw) / 2);
    position: relative;
    background: url(../images/d-ppgs-bg5.png) center bottom 49px no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.honor-swiper .wp {
    height: 100%;
    position: relative
}

.honor-swiper .slider {
    margin: 0 auto;
    padding: 0 0 144px 254px;
    position: relative
}

.honor-swiper .swiper-slide {
    padding: 0 28px
}

.honor-swiper .pic {
    height: 306px;
    line-height: 306px;
    font-size: 0;
    text-align: center
}

.honor-swiper .pic img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .24)
}

.honor-swiper .swiper-page {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 420px;
    z-index: 10
}

.honor-swiper .swiper-pagination {
    position: static !important;
    width: auto !important;
    text-align: left;
    font-size: 18px;
    color: #999;
    font-family: DIN-Black
}

.honor-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 36px;
    color: #ff7324;
    font-weight: 700
}

.honor-swiper .swiper-scrollbar {
    position: static !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #e0e0e1 !important;
    border-radius: 0 !important
}

.honor-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #ff7324;
    border-radius: 0 !important
}

.honor-swiper .swiper-tips {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #666
}

.honor-swiper .swiper-tips img {
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: middle
}

.row-ppgs6 {
    overflow: hidden
}

.video-1 {
    padding-top: 43.59%;
    position: relative;
    overflow: hidden
}

.video-1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-1 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2
}

.video-1 .mask .mask-inner {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    text-align: center
}

.video-1 .mask h4 {
    margin-bottom: 5.5%;
    font-size: 44px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400
}

.video-1 .mask .play {
    margin: 0 auto 9.5%;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: url(../images/d-play.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.m-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    display: none
}

.m-pop .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.video-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000
}

.video-pop .close {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: url(../images/d-close.png) center center no-repeat;
    cursor: pointer;
    z-index: 10
}

.video-pop video {
    display: block;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1866px) {
    .headerrel01-nav > li > a {
        padding: 0 20px
    }

    .bannerIndex .bannerIndex-cont {
        right: 10%
    }

    .bannerIndex .qm {
        left: 5%
    }

    .service-swiper .txt {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1506px) {
    .headerrel01-hdr {
        padding: 0 180px 0 270px
    }

    .headerrel01-btn .item {
        margin-left: 20px
    }

    .headerrel01-nav > li > a {
        padding: 0 25px
    }

    .sub-list li {
        margin-right: 20px;
        width: 120px
    }

    .bannerIndex .bannerIndex-cont h2 {
        font-size: 28px
    }

    .bannerIndex .bannerIndex-cont h2 span {
        font-size: 58px
    }

    .bannerIndex .qm {
        font-size: 28px
    }

    .btn-1 .a1 {
        width: 134px;
        height: 42px;
        line-height: 40px;
        font-size: 14px
    }

    .tit-1 {
        margin-bottom: 42px
    }

    .tit-1 h3 {
        font-size: 32px
    }

    .tit-1 h3 span {
        font-size: 20px
    }

    .tit-2 {
        margin-bottom: 50px;
        font-size: 16px
    }

    .tit-2 h3 {
        margin-bottom: 12px;
        font-size: 32px
    }

    .tit-2 h3 span {
        margin-top: 4px;
        font-size: 14px
    }

    .tit-3 {
        margin-bottom: 34px;
        font-size: 16px
    }

    .tit-3 h3 {
        font-size: 32px
    }

    .tit-4 h3 {
        font-size: 24px
    }

    .tit-4 h3 span {
        margin-bottom: 18px;
        font-size: 62px
    }

    .tit-4 p {
        margin-top: 14px
    }

    .row-ind1 {
        padding: 92px 0 108px
    }

    .pz-desc {
        margin-bottom: 90px
    }

    .pz-desc h3 {
        margin-bottom: 10px;
        font-size: 32px
    }

    .pz-desc .txt {
        margin-bottom: 28px;
        font-size: 14px
    }

    .xl-list h4 {
        font-size: 20px;
        height: 80px;
        line-height: 80px
    }

    .row-ind2 {
        padding: 162px 0 44px
    }

    .ys-desc {
        margin-bottom: 218px
    }

    .ys-desc h3 {
        margin-bottom: 40px;
        font-size: 32px
    }

    .ys-desc h3 span {
        margin-bottom: 6px
    }

    .ys-desc .txt {
        font-size: 14px
    }

    .ys-list {
        padding: 0
    }

    .row-ind3 {
        padding: 96px 0 102px
    }

    .td-list {
        margin: 0 -30px -60px
    }

    .td-list li {
        padding: 0 30px;
        margin-bottom: 60px
    }

    .td-list .mask h4 {
        font-size: 32px
    }

    .td-list .mask .txt {
        margin-bottom: 36px
    }

    .row-ind4 {
        padding: 98px 0 120px
    }

    .news-list {
        margin: 0 -30px -60px
    }

    .news-list li {
        padding: 0 30px;
        margin-bottom: 60px
    }

    .news-list .pic {
        margin-bottom: 10px
    }

    .news-list h4 {
        font-size: 16px
    }

    .row-ser1 {
        padding: 72px 0 74px
    }

    .service-swiper .slider {
        padding: 0 40px
    }

    .service-swiper .con {
        padding: 20px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    .service-swiper .icon {
        height: 50px;
        line-height: 50px
    }

    .service-swiper .mask {
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px
    }

    .service-swiper .mask .mask-inner {
        -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
        -o-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1)
    }

    .service-swiper h4 {
        font-size: 20px
    }

    .service-swiper .txt {
        margin-top: 15px;
        width: 90%
    }

    .row-ser2 {
        padding: 80px 0 96px
    }

    .process-list {
        margin: 0 -20px -60px
    }

    .process-list li {
        padding: 0 20px;
        margin-bottom: 60px
    }

    .process-list .pic {
        margin-bottom: 20px;
        width: 96px;
        height: 96px;
        line-height: 92px
    }

    .process-list h4 {
        margin-bottom: 18px;
        font-size: 18px
    }

    .row-ser3 {
        padding: 74px 0 82px
    }

    .fw-list .mask {
        padding: 60px 36px
    }

    .fw-list .mask h4 {
        font-size: 28px
    }

    .fw-list .mask h4 span {
        margin-top: 10px;
        font-size: 16px
    }

    .fw-list .mask .txt {
        margin-top: 30px
    }

    .fw-list .mask .more {
        left: 36px;
        width: 134px;
        height: 42px;
        line-height: 40px
    }

    .row-ser4 {
        padding: 100px 0
    }

    .fw-1 {
        padding: 60px 56px 66px;
        width: 700px
    }

    .fw-1 .icon {
        margin-bottom: 18px;
        width: 60px;
        height: 60px;
        line-height: 58px
    }

    .fw-1 h3 {
        margin-bottom: 54px;
        font-size: 24px
    }

    .fw-1 .desc {
        margin-top: 42px
    }

    .fw-search {
        padding-right: 200px
    }

    .fw-search .sumbit {
        width: 178px;
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }

    .fw-search .inp {
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }

    .row-ser4 {
        padding: 80px 0
    }

    .fw-1 {
        padding: 40px;
        width: 500px
    }

    .fw-1 .icon {
        margin-bottom: 12px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        line-height: 48px
    }

    .fw-1 h3 {
        margin-bottom: 42px;
        font-size: 20px
    }

    .fw-1 .desc {
        margin-top: 34px
    }

    .fw-search {
        padding-right: 140px
    }

    .fw-search .inp {
        padding: 0 20px
    }

    .fw-search .sumbit {
        width: 120px
    }

    .row-jm1 {
        padding: 100px 0 70px
    }

    .jm1-desc {
        margin-bottom: 58px
    }

    .jm1-desc .tit-3 h3 {
        margin-bottom: 20px
    }

    .jm1-desc .number-list {
        padding-top: 46px
    }

    .number-list .num {
        font-size: 16px
    }

    .number-list .num span {
        font-size: 42px
    }

    .number-list h4 {
        font-size: 16px
    }

    .imgs-swiper {
        padding-bottom: 46px
    }

    .imgs-swiper .slider {
        margin: 0 -20px
    }

    .imgs-swiper .swiper-slide {
        padding: 0 20px
    }

    .imgs-swiper .swiper-prev {
        left: 21.5%
    }

    .imgs-swiper .swiper-next {
        right: 21.5%
    }

    .row-jm2 {
        padding: 68px 0 74px
    }

    .adv-list {
        margin-bottom: -32px
    }

    .adv-list li {
        margin-bottom: 32px
    }

    .adv-list .con {
        min-height: 326px
    }

    .adv-list .inner {
        padding: 42px 16px 20px
    }

    .adv-list .tit {
        margin-bottom: 14px
    }

    .adv-list h4 {
        font-size: 20px
    }

    .row-jm3 {
        padding: 80px 0 40px
    }

    .sucCase-swiper {
        padding-bottom: 68px
    }

    .row-jm4 {
        padding: 32px 0 42px
    }

    .xy-swiper .nav .slider {
        margin: 0 -10px
    }

    .xy-swiper .nav .swiper-slide {
        padding: 0 10px
    }

    .row-jm5 {
        padding: 42px 0 88px
    }

    .lc-list .icon {
        height: 24px;
        line-height: 24px
    }

    .lc-list h4 {
        margin-bottom: 4px;
        font-size: 16px
    }

    .row-jm6 {
        padding: 104px 0 80px
    }

    .row-jm6 .tit-3 {
        margin-bottom: 76px
    }

    .form-1 .tel {
        margin-bottom: 28px;
        font-size: 18px
    }

    .form-1 .tel span {
        font-size: 26px
    }

    .form-1 .inp, .form-1 .sel, .form-1 .tar {
        height: 50px;
        line-height: 48px
    }

    .form-1 .tar {
        height: 110px
    }

    .form-1 .btn button {
        width: 120px;
        height: 44px;
        line-height: 44px
    }

    .row-ppgs1 {
        padding: 112px 0 96px
    }

    .ppgs1-desc .tit {
        margin-bottom: 64px
    }

    .ppgs1-desc .tit h3 {
        font-size: 32px
    }

    .ppgs1-desc .tit h3 span {
        margin-bottom: 16px;
        font-size: 64px
    }

    .ppgs1-desc .r {
        padding-top: 100px
    }

    .ppgs1-desc .desc2 {
        margin-bottom: 38px
    }

    .ppgs1-desc .desc2:before {
        width: 28px;
        height: 24px
    }

    .ppgs1-desc .desc2:after {
        width: 28px;
        height: 22px
    }

    .row-ppgs2 {
        padding: 96px 0 160px
    }

    .ppgs2-desc .tit-4 {
        margin-bottom: 84px
    }

    .ppgs2-desc .txt h4 {
        margin-bottom: 40px;
        font-size: 18px
    }

    .row-ppgs3 {
        padding: 160px 0 34px
    }

    .ppgs3-desc {
        font-size: 16px
    }

    .cultrue-swiper .slider {
        margin: -136px -10px -20px;
        padding-top: 136px
    }

    .cultrue-swiper .swiper-slide {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .cultrue-swiper .swiper-slide:nth-child(even) {
        margin-top: -136px !important
    }

    .ppgs3-desc {
        padding: 20px 0 0 40px;
        width: 36%
    }

    .ppgs3-desc:before {
        width: 28px;
        height: 24px
    }

    .row-ppgs4 {
        padding: 78px 0
    }

    .djs-1 .tit-4 {
        top: 96px;
        right: 90px
    }

    .djs-1 .djs-bg {
        left: -6%;
        right: 360px
    }

    .djs-swiper {
        padding-right: 360px;
        height: 686px
    }

    .djs-swiper .for .con {
        padding: 116px 0 74px
    }

    .djs-swiper .for .year {
        padding-bottom: 18px;
        margin-bottom: 66px;
        font-size: 20px
    }

    .djs-swiper .for .year span {
        font-size: 64px
    }

    .djs-swiper .for .txt {
        margin-bottom: 40px;
        font-size: 14px
    }

    .djs-swiper .for .pic {
        width: 336px
    }

    .djs-swiper .nav {
        padding: 242px 84px 0;
        width: 360px
    }

    .djs-swiper .nav .year {
        font-size: 16px
    }

    .row-ppgs5 {
        padding: 82px 0 72px
    }

    .honor-swiper {
        margin: 0 -6%
    }

    .honor-swiper .wp {
        width: 90%
    }

    .honor-swiper .slider {
        margin: 0 -30px;
        padding: 0 0 114px 202px
    }

    .honor-swiper .swiper-slide {
        padding: 0 30px
    }

    .honor-swiper .pic {
        height: 244px;
        line-height: 244px
    }

    .honor-swiper .swiper-pagination {
        font-size: 16px
    }

    .honor-swiper .swiper-pagination .swiper-pagination-current {
        font-size: 28px
    }

    .video-1 .mask .mask-inner {
        font-size: 20px
    }

    .video-1 .mask h4 {
        font-size: 34px
    }

    .video-1 .mask .play {
        width: 58px;
        height: 58px
    }
}

@media only screen and (max-width: 1355px) {
    .headerrel01-nav > li > a {
        padding: 0 20px
    }

    .footer-hd {
        padding: 68px 0 160px
    }

    .footer-code {
        margin: 10px 0 40px
    }

    .footer-code .pic {
        margin-bottom: 10px
    }

    .footer-code h4 {
        font-size: 18px
    }

    .footer-nav dl dt {
        margin-bottom: 28px;
        font-size: 16px
    }

    .footer-nav dl dd a {
        padding: 5px 0
    }

    .footer-copy {
        padding: 20px 0
    }
}

@media only screen and (max-width: 1199px) {
    body {
        padding-top: 60px
    }

    .headerrel01 {
        height: 60px;
        line-height: 60px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3)
    }

    .headerrel01 .wp2 {
        padding: 0 20px;
        width: 100%
    }

    .headerrel01-logo {
        margin-top: 10px
    }

    .headerrel01-menuBtn {
        display: block
    }

    .headerrel01-btn {
        margin: 0;
        position: absolute;
        right: 80px;
        top: 0
    }

    .headerrel01-btn .btn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .headerrel01-btn .mask {
        display: none !important
    }

    .headerrel01-hdr {
        padding: 20px 0;
        overflow: scroll;
        position: fixed;
        z-index: 99;
        top: 60px;
        width: 100%;
        max-height: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease
    }

    .headerrel01-hdr.headerrel01-hdr__right {
        bottom: 0;
        right: -75%;
        width: 75%;
        max-width: 375px
    }

    .headerrel01-hdr.headerrel01-hdr__right.headerrel01-hdr__open {
        right: 0
    }

    .headerrel01-nav {
        text-align: left
    }

    .headerrel01-nav > li {
        display: block
    }

    .headerrel01-nav > li > a {
        padding: 15px 20px;
        line-height: 1.5
    }

    .headerrel01-nav > li > a > i {
        display: none
    }

    .headerrel01-nav > li.wrap {
        display: block
    }

    .headerrel01-navsub {
        padding: 15px 30px;
        position: static
    }

    .headerrel01-navsub .wp {
        width: 100%;
        padding: 0
    }

    .sub-list {
        margin: 0
    }

    .sub-list li {
        margin: 0;
        padding: 5px 0;
        width: auto;
        display: block
    }

    .sub-list .pic {
        display: none
    }

    .sub-list .subtit {
        padding: 0;
        line-height: 2;
        text-align: left
    }

    .footer-hd {
        padding: 60px 0
    }

    .footer-hd-r {
        margin-left: 2%
    }

    .footer-nav dl dt {
        margin-bottom: 15px
    }

    .footer-code {
        margin: 5px 0 20px
    }

    .footer-link dt {
        padding: 0 15px;
        padding-right: 60px;
        width: 150px;
        height: 48px;
        line-height: 44px
    }

    .footer-link dt i {
        height: 44px
    }

    .footer-link dd {
        height: 157px
    }

    .footer-link dd a {
        padding: 5px 15px
    }

    .footer-copy {
        padding: 15px 0
    }

    .bannerIndex {
        height: calc(100vh - 60px)
    }

    .bannerIndex .bannerIndex-cont h2 {
        font-size: 22px
    }

    .bannerIndex .bannerIndex-cont h2 span {
        font-size: 46px
    }

    .bannerIndex .qm {
        font-size: 22px
    }

    .video-pop {
        height: 30vh
    }

    .btn-1 .a1 {
        width: 110px;
        height: 36px;
        line-height: 34px
    }

    .btn-1 .a1 i {
        width: 14px;
        height: 10px
    }

    .tit-1 {
        margin-bottom: 34px;
        line-height: 44px
    }

    .tit-1 h3 {
        font-size: 26px
    }

    .tit-1 h3 span {
        font-size: 16px
    }

    .tit-2 {
        margin-bottom: 40px;
        font-size: 14px
    }

    .tit-2 h3 {
        margin-bottom: 8px;
        font-size: 26px
    }

    .tit-3 {
        margin-bottom: 26px;
        font-size: 14px
    }

    .tit-3 h3 {
        font-size: 26px
    }

    .tit-4 h3 {
        font-size: 20px
    }

    .tit-4 h3 span {
        margin-bottom: 12px;
        font-size: 50px
    }

    .row-ind1 {
        padding: 70px 0
    }

    .pz-desc {
        margin-bottom: 70px
    }

    .pz-desc h3 {
        font-size: 26px
    }

    .pz-desc .txt {
        margin-bottom: 22px
    }

    .xl-list {
        margin: 0 -10px -20px
    }

    .xl-list li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .xl-list h4 {
        font-size: 18px;
        height: 60px;
        line-height: 60px
    }

    .row-ind2 {
        padding: 130px 0 40px
    }

    .ys-desc {
        margin-bottom: 170px
    }

    .ys-desc h3 {
        margin-bottom: 30px;
        font-size: 26px
    }

    .ys-list .con {
        padding: 15px 20px
    }

    .row-ind3 {
        padding: 70px 0 80px
    }

    .td-list {
        margin: 0 -20px -40px
    }

    .td-list li {
        padding: 0 20px;
        margin-bottom: 40px
    }

    .td-list .mask h4 {
        font-size: 26px
    }

    .td-list .mask .txt {
        margin-bottom: 28px
    }

    .row-ind4 {
        padding: 80px 0 100px
    }

    .news-list {
        margin: 0 -20px -40px
    }

    .news-list li {
        padding: 0 20px;
        margin-bottom: 40px
    }

    .row-ser1 {
        padding: 60px 0
    }

    .service-swiper .slider {
        padding: 0;
        padding-bottom: 70px;
        margin: 0 -76px
    }

    .service-swiper .con {
        padding: 15px
    }

    .service-swiper .mask {
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px
    }

    .service-swiper .mask .mask-inner {
        padding: 0 30px
    }

    .service-swiper .txt {
        line-height: 1.6
    }

    .service-swiper h4 {
        font-size: 18px
    }

    .service-swiper .txt {
        margin-top: 10px
    }

    .service-swiper .arrow {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 0;
        white-space: nowrap
    }

    .service-swiper .swiper-next, .service-swiper .swiper-prev {
        margin: 0 10px;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        display: inline-block;
        vertical-align: middle
    }

    .row-ser2 {
        padding: 60px 0 70px
    }

    .process-list {
        margin: 0 -50px -20px
    }

    .process-list li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .process-list .pic {
        margin-bottom: 10px;
        width: 70px;
        height: 70px;
        line-height: 68px
    }

    .process-list h4 {
        margin-bottom: 12px;
        font-size: 16px
    }

    .row-ser3 {
        padding: 60px 0 66px
    }

    .fw-list .mask {
        padding: 30px
    }

    .fw-list .mask h4 {
        font-size: 22px
    }

    .fw-list .mask h4 span {
        margin-top: 5px;
        font-size: 14px
    }

    .fw-list .mask .txt {
        margin-top: 15px;
        line-height: 1.8;
        height: 12.6em
    }

    .fw-list .mask .more {
        left: 30px;
        bottom: 10%;
        width: 110px;
        height: 36px;
        line-height: 34px
    }

    .fw-list .mask .more i {
        margin-left: 5px;
        width: 12px;
        height: 9px
    }

    .row-jm1 {
        padding: 80px 0 60px
    }

    .jm1-desc {
        margin-bottom: 46px
    }

    .jm1-desc .tit-3 h3 {
        margin-bottom: 10px
    }

    .jm1-desc .number-list {
        padding-top: 30px
    }

    .number-list {
        margin-bottom: -20px !important
    }

    .number-list .num {
        margin-bottom: 2px
    }

    .number-list .num span {
        margin-right: 5px;
        font-size: 26px
    }

    .number-list .num {
        font-size: 14px
    }

    .number-list .num span {
        margin-right: 10px;
        font-size: 34px
    }

    .number-list h4 {
        font-size: 14px
    }

    .imgs-swiper {
        padding-bottom: 36px
    }

    .imgs-swiper .slider {
        margin: 0 -15px
    }

    .imgs-swiper .swiper-slide {
        padding: 0 15px
    }

    .imgs-swiper .swiper-next, .imgs-swiper .swiper-prev {
        width: 50px;
        height: 50px;
        -webkit-background-size: 22px auto;
        background-size: 22px auto
    }

    .row-jm2 {
        padding: 54px 0 58px
    }

    .adv-list {
        margin-bottom: -26px
    }

    .adv-list li {
        margin-bottom: 26px
    }

    .adv-list .con {
        padding: 15px;
        min-height: 260px
    }

    .adv-list .inner {
        padding: 30px 0 20px
    }

    .adv-list .tit {
        margin-bottom: 10px
    }

    .adv-list .icon {
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .adv-list h4 {
        font-size: 18px;
        line-height: 24px
    }

    .row-jm3 {
        padding: 64px 0 40px
    }

    .row-jm3 .tit-3 {
        margin-bottom: 30px
    }

    .row-jm3 .tit-3 h3 {
        margin-bottom: 8px
    }

    .sucCase-swiper {
        padding-bottom: 54px
    }

    .sucCase-swiper .swiper-next, .sucCase-swiper .swiper-prev {
        width: 90px;
        height: 30px;
        -webkit-background-size: 8px auto;
        background-size: 8px auto
    }

    .row-jm4 {
        padding: 26px 0 34px
    }

    .row-jm4 .tit-3 {
        margin-bottom: 26px
    }

    .row-jm4 .tit-3 h3 {
        margin-bottom: 8px
    }

    .xy-swiper .for {
        margin-bottom: 10px
    }

    .xy-swiper .nav .slider {
        margin: 0 -5px
    }

    .xy-swiper .nav .swiper-slide {
        padding: 0 5px
    }

    .row-jm5 {
        padding: 34px 0 70px
    }

    .lc-list {
        margin: 0 -10px -20px
    }

    .lc-list li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .lc-list li:after {
        width: 14px;
        height: 10px
    }

    .lc-list .con:after {
        width: 86%;
        height: 86%
    }

    .lc-list .icon {
        height: 20px;
        line-height: 20px
    }

    .lc-list h4 {
        margin-bottom: 2px;
        font-size: 14px
    }

    .lc-list .num {
        font-size: 12px
    }

    .row-jm6 {
        padding: 82px 0 64px
    }

    .row-jm6 .tit-3 {
        margin-bottom: 60px
    }

    .form-1 .tel {
        margin-bottom: 20px;
        font-size: 16px
    }

    .form-1 .tel span {
        margin-left: 10px;
        font-size: 24px
    }

    .row-ppgs1 {
        padding: 88px 0 76px
    }

    .ppgs1-desc .tit {
        margin-bottom: 50px
    }

    .ppgs1-desc .tit h3 {
        font-size: 24px
    }

    .ppgs1-desc .tit h3 span {
        margin-bottom: 12px;
        font-size: 50px
    }

    .ppgs1-desc .r {
        padding-top: 80px
    }

    .ppgs1-desc .desc2 {
        margin-bottom: 30px
    }

    .row-ppgs2 {
        padding: 76px 0 128px
    }

    .ppgs2-desc {
        width: 70%
    }

    .ppgs2-desc .tit-4 {
        margin-bottom: 66px
    }

    .row-ppgs3 {
        padding: 128px 0 26px
    }

    .cultrue-swiper .mask .icon {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
        line-height: 58px
    }

    .cultrue-swiper .mask h4 {
        font-size: 16px
    }

    .row-ppgs4 {
        padding: 60px 0
    }

    .djs-1 .tit-4 {
        top: 70px;
        right: 70px
    }

    .djs-1 .djs-bg {
        right: 288px
    }

    .djs-swiper {
        padding-right: 288px;
        height: 636px
    }

    .djs-swiper .for .con {
        padding: 90px 0 60px
    }

    .djs-swiper .for .year {
        padding-bottom: 14px;
        margin-bottom: 50px;
        font-size: 18px
    }

    .djs-swiper .for .year span {
        font-size: 50px
    }

    .djs-swiper .for .txt {
        margin-bottom: 30px
    }

    .djs-swiper .for .pic {
        width: 268px
    }

    .djs-swiper .nav {
        padding: 194px 66px 0;
        width: 288px
    }

    .row-ppgs5 {
        padding: 66px 0 58px
    }

    .row-ppgs5 .tit-4 {
        margin-bottom: 46px
    }

    .honor-swiper .slider {
        padding: 0 0 90px 160px;
        margin: 0 -10px
    }

    .honor-swiper .swiper-slide {
        padding: 0 10px
    }

    .honor-swiper .pic {
        height: 194px;
        line-height: 194px
    }

    .honor-swiper .swiper-page {
        width: 336px
    }

    .video-1 .mask h4 {
        margin-bottom: 3vh;
        font-size: 26px
    }

    .video-1 .mask .play {
        margin-bottom: 3vh
    }
}

@media only screen and (max-width: 959px) {
    .footer-logo {
        display: block
    }

    .footer-hd {
        padding: 40px 0
    }

    .footer-hd-r {
        margin: 0;
        float: none
    }

    .footer-code {
        margin: 0;
        margin-bottom: 20px;
        font-size: 13px
    }

    .footer-code .pic {
        float: none;
        margin: 0 auto 15px;
        width: 100px;
        height: 100px;
        line-height: 98px
    }

    .footer-code .inner {
        text-align: center
    }

    .footer-nav {
        display: none
    }

    .footer-link {
        width: 210px;
        margin: 0 auto
    }

    .footer-link dt {
        width: 100%;
        font-size: 13px
    }

    .footer-copy {
        text-align: center
    }

    .process-list li {
        width: 33.33%
    }

    .fw-list {
        margin: 0 -5px -10px
    }

    .fw-list li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .jm1-desc .number-list, .jm1-desc .tit-3 {
        float: none;
        width: auto
    }

    .number-list {
        margin: 0 -10px -20px
    }

    .number-list li {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .bannerIndex .pc {
        display: none;
    }

    .bannerIndex .mobile {
        display: block;
    }

    .box-banner .pc {
        display: none;
    }

    .box-banner .mobile {
        display: block;
    }

    .wp, .wp2 {
        width: 100%;
        padding: 30px 20px 0;
    }

    .headerrel01-logo {
        width: 160px
    }

    .headerrel01-btn {
        right: 70px
    }

    .headerrel01-btn .item {
        margin-left: 10px
    }

    .footer-code .pic {
        margin-bottom: 10px
    }

    .bannerIndex .bannerIndex-cont {
        right: 60px;
        left: 60px
    }

    .bannerIndex .bannerIndex-cont h2 {
        font-size: 20px;
        line-height: 1
    }

    .bannerIndex .bannerIndex-cont h2 span {
        font-size: 36px
    }

    .bannerIndex .bannerIndex-cont h2:before {
        margin-right: 10px
    }

    .bannerIndex .bannerIndex-cont h2:after {
        margin-left: 10px
    }

    .bannerIndex .qm {
        left: 20px;
        font-size: 20px
    }

    .bannerIndex .arrow {
        bottom: 20px
    }

    .video-pop {
        height: 260px;
        width: 90%
    }

    .tit-1 {
        margin-bottom: 20px
    }

    .tit-1 h3 {
        font-size: 22px
    }

    .tit-1 h3 span {
        margin-left: 5px;
        font-size: 12px
    }

    .tit-2 {
        margin-bottom: 20px
    }

    .tit-2 h3 {
        margin-bottom: 4px;
        font-size: 22px
    }

    .tit-3 {
        margin-bottom: 20px
    }

    .tit-3 h3 {
        margin-bottom: 4px !important;
        font-size: 22px
    }

    .tit-4 h3 {
        font-size: 22px
    }

    .tit-4 h3 span {
        margin-bottom: 4px;
        font-size: 40px
    }

    .row-ind1 {
        padding: 40px 0
    }

    .pz-desc {
        margin-bottom: 40px
    }

    .pz-desc h3 {
        font-size: 22px
    }

    .pz-desc .txt {
        margin-bottom: 15px
    }

    .xl-list {
        margin: 0 -20px -10px;
        padding: 0 15px;
        white-space: nowrap;
        overflow-x: auto
    }

    .xl-list li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 200px
    }

    .xl-list h4 {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .row-ind2 {
        padding: 0 0 40px
    }

    .ys-desc {
        margin-bottom: 40px
    }

    .ys-desc h3 {
        margin-bottom: 20px;
        font-size: 22px
    }

    .ys-desc h3 span {
        font-size: 10px
    }

    .ys-desc .txt {
        width: auto
    }

    .ys-list {
        margin: 0 -20px -10px;
        padding: 0 15px;
        white-space: nowrap;
        overflow-x: auto
    }

    .ys-list li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50% !important;
        white-space: normal
    }

    .ys-list .con {
        padding: 15px !important;
        background-color: #fff !important
    }

    .ys-list .icon img {
        display: block !important
    }

    .ys-list .icon .img_on {
        display: none !important
    }

    .ys-list .big-icon, .ys-list .txt {
        display: none !important
    }

    .ys-list .arrow {
        display: block !important
    }

    .ys-list h4 {
        height: 3em !important;
        color: #333 !important
    }

    .ys-list h4 br {
        display: block !important
    }

    .row-ind3 {
        padding: 40px 0
    }

    .td-list {
        margin: 0 -10px -20px
    }

    .td-list li {
        padding: 0 10px;
        margin-bottom: 20px;
        display: block;
        width: 100%
    }

    .td-list .mask h4 {
        margin-bottom: 10px;
        font-size: 22px
    }

    .td-list .mask .txt {
        margin-bottom: 15px
    }

    .td-list .mask .txt br {
        display: none
    }

    .row-ind4 {
        padding: 40px 0
    }

    .news-list {
        margin: 0 -10px -20px
    }

    .news-list li {
        padding: 0 10px;
        margin-bottom: 20px;
        display: block;
        width: 100%
    }

    .news-list .pic {
        margin-bottom: 6px
    }

    .row-ser1 {
        padding: 40px 0
    }

    .service-swiper .slider {
        margin: 0
    }

    .row-ser2 {
        padding: 40px 0
    }

    .process-list {
        margin: 0 -5px -20px
    }

    .process-list li {
        padding: 0 5px;
        margin-bottom: 20px;
        width: 50%
    }

    .process-list .pic {
        width: 60px;
        height: 60px;
        line-height: 58px
    }

    .process-list h4 {
        margin-bottom: 8px
    }

    .row-ser3 {
        padding: 40px 0
    }

    .fw-list {
        margin-bottom: -10px;
        display: none
    }

    .fw-list li {
        margin-bottom: 10px;
        width: 50%
    }

    .fw-list .mask {
        padding: 20px
    }

    .fw-list .mask:before {
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px
    }

    .fw-list .mask h4 {
        font-size: 18px;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important
    }

    .fw-list .mask h4 span {
        font-size: 10px
    }

    .fw-list .mask .txt {
        display: none
    }

    .fw-list .mask .more {
        left: 20px;
        bottom: 20px;
        font-size: 12px;
        width: 90px;
        height: 32px;
        line-height: 30px;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        transform: translate(0) !important
    }

    .fw-swiper-m {
        display: block
    }

    .row-ser4 {
        padding: 40px 0
    }

    .fw-1 {
        padding: 20px;
        width: 100%
    }

    .fw-1 h3 {
        margin-bottom: 20px;
        font-size: 18px
    }

    .fw-1 .desc {
        margin-top: 20px;
        line-height: 1.6
    }

    .fw-1 .desc br {
        display: none
    }

    .fw-search {
        padding-right: 90px
    }

    .fw-search .inp {
        padding: 0 15px;
        height: 40px;
        line-height: 40px
    }

    .fw-search .sumbit {
        width: 80px;
        height: 40px;
        line-height: 40px
    }

    .row-jm1 {
        padding: 40px 0
    }

    .jm1-desc {
        margin-bottom: 20px
    }

    .jm1-desc .number-list {
        margin-right: -20px
    }

    .number-list li {
        margin-right: 15px;
        width: auto
    }

    .number-list .num {
        margin-bottom: 2px
    }

    .number-list .num span {
        margin-right: 5px;
        font-size: 22px
    }

    .imgs-swiper {
        padding-bottom: 30px
    }

    .imgs-swiper .slider {
        margin: 0 -5px
    }

    .imgs-swiper .swiper-slide {
        padding: 0 5px
    }

    .imgs-swiper .swiper-next, .imgs-swiper .swiper-prev {
        width: 40px;
        height: 40px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .imgs-swiper .swiper-prev {
        left: 10px
    }

    .imgs-swiper .swiper-next {
        right: 10px
    }

    .imgs-swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 2px !important;
        width: 5px;
        height: 5px
    }

    .row-jm2 {
        padding: 40px 0
    }

    .adv-list {
        margin-bottom: -20px
    }

    .adv-list li {
        margin-bottom: 20px;
        width: 50%
    }

    .adv-list .con {
        padding: 10px;
        min-height: 0
    }

    .adv-list .inner {
        padding: 20px 0 15px
    }

    .adv-list .icon {
        width: 20px;
        height: 20px;
        line-height: 20px
    }

    .adv-list h4 {
        font-size: 16px;
        line-height: 20px
    }

    .row-jm3 {
        padding: 40px 0 20px
    }

    .row-jm3 .tit-3 {
        margin-bottom: 20px
    }

    .sucCase-swiper {
        padding-bottom: 40px
    }

    .sucCase-swiper .swiper-next, .sucCase-swiper .swiper-prev {
        width: 60px;
        height: 24px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto
    }

    .row-jm4 {
        padding: 20px 0
    }

    .row-jm4 .tit-3 {
        margin-bottom: 20px
    }

    .row-jm5 {
        padding: 20px 0 40px
    }

    .lc-list li {
        width: 25%
    }

    .lc-list li:nth-child(4):after {
        display: none
    }

    .lc-list .icon {
        margin-bottom: 2px;
        height: 16px;
        line-height: 16px
    }

    .lc-list h4 {
        margin: 0;
        font-size: 10px
    }

    .lc-list .num {
        font-size: 8px
    }

    .row-jm6 {
        padding: 40px 0
    }

    .row-jm6 .tit-3 {
        margin-bottom: 20px
    }

    .form-1 {
        width: 100%
    }

    .form-1 .cont {
        margin: 0 -2px -15px
    }

    .form-1 .item {
        padding: 0 2px;
        margin-bottom: 15px
    }

    .form-1 .inp, .form-1 .sel, .form-1 .tar {
        padding: 0 10px;
        height: 40px;
        line-height: 38px
    }

    .form-1 .sel {
        padding-right: 24px;
        background-position: right 8px center
    }

    .form-1 .btn {
        margin-top: 20px;
        text-align: center
    }

    .row-ppgs1 {
        padding: 40px 0
    }

    .ppgs1-desc .l, .ppgs1-desc .r {
        float: none;
        width: auto
    }

    .ppgs1-desc .l {
        margin-bottom: 20px
    }

    .ppgs1-desc .r {
        padding: 0
    }

    .ppgs1-desc .tit {
        margin-bottom: 20px
    }

    .ppgs1-desc .tit h3 {
        font-size: 22px
    }

    .ppgs1-desc .tit h3 span {
        margin-bottom: 8px;
        font-size: 40px
    }

    .ppgs1-desc .desc2 {
        padding: 0 0 40px 50px;
        margin-bottom: 20px;
        font-size: 14px
    }

    .ppgs1-desc .desc2:before {
        left: 0
    }

    .ppgs1-desc .desc2:after {
        right: 20px
    }

    .row-ppgs2 {
        padding: 40px 0
    }

    .ppgs2-desc {
        width: 100%
    }

    .ppgs2-desc .tit-4 {
        margin-bottom: 20px
    }

    .ppgs2-desc .txt h4 {
        margin-bottom: 15px;
        font-size: 16px
    }

    .row-ppgs3 {
        padding: 40px 0
    }

    .ppgs3-desc {
        margin-bottom: 20px;
        position: relative;
        bottom: auto;
        width: auto
    }

    .cultrue-swiper .slider {
        padding: 0;
        padding-bottom: 30px;
        margin: 0 -10px;
        display: block;
        width: auto
    }

    .cultrue-swiper .swiper-slide {
        padding: 0 10px;
        margin: 0
    }

    .cultrue-swiper .swiper-slide:nth-child(even) {
        margin: 0 !important
    }

    .cultrue-swiper .swiper-pagination {
        display: block
    }

    .row-ppgs4 {
        padding: 40px 0
    }

    .djs-1 {
        padding: 40px 0
    }

    .djs-1 .djs-bg {
        left: -20px;
        right: -20px
    }

    .djs-1 .tit-4 {
        position: static;
        text-align: center
    }

    .djs-swiper {
        padding: 0;
        height: auto
    }

    .djs-swiper .nav {
        padding: 0;
        margin: 0 -20px;
        position: static;
        width: auto;
        height: 60px
    }

    .djs-swiper .for {
        margin: 0 -10px
    }

    .djs-swiper .for .swiper-slide {
        padding: 0 10px
    }

    .djs-swiper .for .con {
        padding: 20px 0 40px
    }

    .djs-swiper .for .year {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 16px
    }

    .djs-swiper .for .year span {
        font-size: 30px
    }

    .djs-swiper .for .txt {
        width: auto;
        margin-bottom: 20px
    }

    .djs-swiper .for .pic {
        /*margin: 0 auto*/
    }

    .row-ppgs5 {
        padding: 40px 0
    }

    .row-ppgs5 .tit-4 {
        margin-bottom: 20px
    }

    .honor-swiper {
        margin: 0 -20px;
        background-position: left bottom 30px
    }

    .honor-swiper .wp {
        width: 100%;
        padding: 0 20px
    }

    .honor-swiper .slider {
        padding: 0;
        padding-bottom: 60px
    }

    .honor-swiper .swiper-page {
        right: 20px;
        width: 40%
    }

    .honor-swiper .swiper-tips {
        left: 20px;
        font-size: 12px
    }

    .honor-swiper .swiper-tips img {
        margin-right: 4px;
        height: 20px
    }

    .honor-swiper .swiper-pagination {
        font-size: 14px
    }

    .honor-swiper .swiper-pagination .swiper-pagination-current {
        font-size: 22px
    }

    .video-1 {
        padding-top: 80%
    }

    .video-1 .mask .mask-inner {
        font-size: 14px
    }

    .video-1 .mask h4 {
        font-size: 20px
    }
}

.ys-desc {
    margin-bottom: 40px;
    min-height: 464px
}

.row-ind2 {
    position: relative
}

.ind2-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.row-ind2 .wp .pc {
    display: block;
}

.row-ind2 .wp .mobile {
    display: none;
}

.ind2-bg .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.ind2-bg .item.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.ys-desc .item {
    display: none
}

.ys-desc .item.on {
    display: block
}

@media only screen and (max-width: 1506px) {
    .ys-desc {
        min-height: 370px
    }
}

@media only screen and (max-width: 1199px) {
    .ys-desc {
        min-height: 296px
    }
}

@media only screen and (max-width: 767px) {
    .footer-bt .footer-copy .huanhang{
        display: inline-block;
    }
    .row-ind2 .wp .pc {
        display: none;
    }

    .row-ind2 .wp .mobile {
        display: block;
    }

    .ys-desc {
        min-height: 280px;
    }

    .ys-list .on .con {
        background-color: #ff7324 !important
    }

    .ys-list .on .icon img {
        display: none !important
    }

    .ys-list .on .icon .img_on {
        display: block !important
    }

    .ys-list .on h4 {
        color: #fff !important
    }
}

.headerrel01 .wp2 {
    position: relative;
    height: 100%
}

.headerrel01-btn {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

@media only screen and (max-width: 1199px) {
    .headerrel01-btn {
        position: static
    }
}

.footer-tel {
    margin-bottom: 34px;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 1.4
}

.footer-tel a {
    color: #333
}

.footer-tel span {
    display: block;
    font-size: 31px;
    color: #f37737;
    font-weight: 700;
    font-family: Plumb-Bold
}

.footer-share {
    margin-bottom: 38px;
    font-size: 0;
    text-align: right
}

.footer-share .item {
    margin: 0 0 20px 18px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer
}

.footer-share .hd .icon {
    margin: 0 auto 6px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden
}

.footer-share .hd .icon img {
    display: block;
    width: 100%;
    height: 100%
}

.footer-share .hd h4 {
    font-size: 12px;
    color: #666;
    font-weight: 400
}

.footer-share .mask {
    padding-bottom: 10px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: none
}

.footer-share .mask .mask-inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    overflow: hidden
}

.footer-share .pic {
    padding: 10px;
    width: 120px;
    height: 120px;
    line-height: 100px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.footer-share .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.footer-link {
    font-size: 0;
    text-align: right
}

.footer-link dl {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative
}

@media only screen and (max-width: 959px) {
    .footer-tel {
        text-align: center
    }

    .footer-share {
        text-align: center
    }

    .footer-link {
        text-align: center
    }

    .footer-link dl {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .footer-tel {
        margin-bottom: 30px;
        font-size: 14px
    }

    .footer-tel span {
        font-size: 26px
    }

    .footer-share {
        margin: 0 -16px
    }

    .footer-share .item {
        margin: 0 16px 30px
    }

    .footer-share .hd .icon {
        width: 44px;
        height: 44px
    }
}




/* 2022-11-24 西南分公司*/

.wrap {
    width: 1440px;
    margin: 0 auto;
  }
  
  .company_view .company {
    padding: 90px 0 55px;
    background: url(../img/company-bg001.png) no-repeat right 120px top 120px;
  }
  .company_view .company .tit1 {
    text-align: left;
  }
  .company_view .company .con {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
  }
  .company_view .company .con .company-swiper {
    margin: 0;
    width: 52%;
    overflow: hidden;
    position: relative;
  }
  .company_view .company .con .company-swiper .pic {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
  }
  .company_view .company .con .company-swiper .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
  }
  .company_view .company .con .tabs-swiper {
    width: 48%;
  }
  .company_view .company .con .tabs-swiper .swiper-slide {
    height: 107px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    transition-duration: .3s;
  }
  .company_view .company .con .tabs-swiper .swiper-slide h3 {
    font-size: 24px;
    line-height: 48px;
    color: #4b4b4b;
  }
  .company_view .company .con .tabs-swiper .swiper-slide span {
    font-size: 48px;
    line-height: 48px;
    color: #ff7324;
    margin: 0 25px 0 60px;
    font-weight: bold;
  }
  .company_view .company .con .tabs-swiper .swiper-slide-active {
    background-image: linear-gradient(to right, #ffdcc9 40%, #ff7324 65%);
  }
  .company_view .company .con .tabs-swiper .swiper-slide-active h3 {
    color: #fff;
  }
  .company_view .tit1 {
    text-align: center;
  }
  .company_view .tit1 h3 {
    font-size: 40px;
    line-height: 70px;
    color: #2d2d2d;
    font-weight: bold;
  }
  .company_view .tit1 h3 span {
    font-size: 64px;
  }
  .company_view .tit1 h3 span i {
    color: #ff7324;
    font-family: 黑体;
  }
  .company_view .strength {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .company_view .strength .strength-swiper {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
  }
  .company_view .strength .strength-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
  }
  .company_view .strength .strength-swiper .swiper-slide .txt {
    width: 41%;
    padding: 4% 3% 0 6%;
    background-color: #eeeeee;
    border-bottom-right-radius: 50px;
  }
  .company_view .strength .strength-swiper .swiper-slide .txt h3 {
    font-size: 54px;
    line-height: 1;
    color: #ff7324;
  }
  .company_view .strength .strength-swiper .swiper-slide .txt h5 {
    font-size: 40px;
    line-height: 1;
    color: #2d2d2d;
    margin-top: 20px;
  }
  .company_view .strength .strength-swiper .swiper-slide .txt p {
    font-size: 24px;
    line-height: 40px;
    color: #2d2d2d;
    margin-top: 35px;
    height: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
  }
  .company_view .strength .strength-swiper .swiper-slide .pic {
    width: 59%;
    height: 870px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
  }
  .company_view .strength .strength-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
  }
  .company_view .strength .strength-swiper .button-prev {
    width: 75px;
    height: 75px;
    background: url(../img/strength-left001.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 75px;
    left: 28%;
    z-index: 1;
    transition-duration: .3s;
    cursor: pointer;
  }
  .company_view .strength .strength-swiper .button-prev:hover {
    background-image: url(../img/strength-left002.png);
  }
  .company_view .strength .strength-swiper .button-next {
    width: 75px;
    height: 75px;
    background: url(../img/strength-left001.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    bottom: 75px;
    left: 34%;
    transition-duration: .3s;
    transform: rotate(180deg);
    cursor: pointer;
  }
  .company_view .strength .strength-swiper .button-next:hover {
    background-image: url(../img/strength-left002.png);
  }
  .company_view .team {
    padding-top: 60px;
  }
  .company_view .team .team-swiper {
    margin-top: 55px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
  }
  .company_view .team .team-swiper .swiper-slide .pic {
    height: 460px;
    position: relative;
    overflow: hidden;
  }
  .company_view .team .team-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
  }
  .company_view .team .team-swiper .swiper-slide .pic:hover img {
    transform: scale(1.1);
  }
  .company_view .team .team-swiper .swiper-scrollbar {
    display: block !important;
    bottom: 60px;
    width: 100%;
    left: 0;
    height: 9px;
  }
  .company_view .team .team-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #ff7324;
  }
  .company_view .direction {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .company_view .direction .con {
    margin-top: 60px;
    text-align: center;
  }
  .company_view .direction .con img {
    max-width: 100%;
  }
  .company_view .defend {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .company_view .defend .con {
    margin-top: 60px;
    text-align: center;
  }
  .company_view .defend .con img {
    max-width: 100%;
  }
  .company_view .adv {
    padding-top: 60px;
    background: url(../img/adv-bg001.jpg) no-repeat center;
    background-size: cover;
  }
  .company_view .adv .tit1 h3 {
    color: #fff;
  }
  .company_view .adv .adv-swiper {
    margin-top: 50px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
  }
  .company_view .adv .adv-swiper .swiper-slide .txt {
    height: 660px;
    background-color: #ffffff;
    padding: 90px 160px 30px;
    position: relative;
  }
  .company_view .adv .adv-swiper .swiper-slide .txt h3 {
    font-size: 37px;
    line-height: 1.5;
    color: #ff7324;
    font-weight: bold;
  }
  .company_view .adv .adv-swiper .swiper-slide .txt p {
    margin-top: 35px;
    font-size: 22px;
    line-height: 45px;
    color: #676767;
    white-space: pre-wrap;
    position: relative;
    z-index: 1;
    margin-right: 240px;

  }
  .company_view .adv .adv-swiper .swiper-slide .txt span {
    font-size: 242px;
    line-height: 1;
    color: #fff;
    text-shadow: -1px 0 #ff7324, 0 1px #ff7324, 1px 0 #ff7324, 0 -1px #ff7324;
    position: absolute;
    bottom: 70px;
    right: 90px;
  }
  .company_view .adv .button-prev {
    width: 75px;
    height: 75px;
    background: url(../img/strength-left001.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
    transition-duration: .3s;
    cursor: pointer;
  }
  .company_view .adv .button-prev:hover {
    background-image: url(../img/strength-left002.png);
  }
  .company_view .adv .button-next {
    width: 75px;
    height: 75px;
    background: url(../img/strength-left001.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 50%;
    transition-duration: .3s;
    margin-left: 25px;
    transform: rotate(180deg);
    cursor: pointer;
  }
  .company_view .adv .button-next:hover {
    background-image: url(../img/strength-left002.png);
  }
  
  @media screen and (max-width: 1440px) {
    .wrap {
      width: 1200px;
    }
  }
  @media screen and (max-width: 1280px) {
    .wrap {
      width: 100%;
      padding: 0 20px;
    }
  
    .company_view .company {
      background-position: right 40px top 100px;
      background-size: 500px;
    }
  }
  @media screen and (max-width: 768px) {
    .wrap {
      padding: 0 15px;
    }
  
    .company_view .company .con .company-swiper {
      margin: 0;
      width: 100%;
    }
  
    .company_view .company .con .company-swiper .pic {
      height: 0;
      padding-bottom: 96%;
    }
  
    .company_view .company .con .tabs-swiper {
      width: 100%;
      height: 260px;
    }
  
    .company_view .company .con .tabs-swiper .swiper-slide span {
      font-size: 22px;
      line-height: 1;
      margin: 0 10px 0 15px;
    }
  
    .company_view .company .con .tabs-swiper .swiper-slide h3 {
      font-size: 14px;
      line-height: 1;
    }
  
    .company_view .tit1 h3 {
      font-size: 20px;
      line-height: 35px;
    }
  
    .company_view .tit1 h3 span {
      font-size: 30px;
    }
  
    .company_view .company .tit1 {
      text-align: center;
    }
  
    .company_view .company {
      background: none;
      padding: 40px 0 30px;
    }
  
    .company_view .company .con {
      margin-top: 20px;
    }
  
    .company_view .strength {
      padding-top: 40px;
      padding-bottom: 30px;
    }
  
    .company_view .strength .strength-swiper {
      margin-top: 20px;
    }
  
    .company_view .strength .strength-swiper .swiper-slide .txt {
      width: 100%;
      padding: 20px 15px;
      border-bottom-right-radius: 0;
    }
  
    .company_view .strength .strength-swiper .swiper-slide .txt h3 {
      font-size: 24px;
    }
  
    .company_view .strength .strength-swiper .swiper-slide .txt h5 {
      font-size: 22px;
      margin-top: 10px;
    }
  
    .company_view .strength .strength-swiper .swiper-slide .txt p {
      font-size: 12px;
      line-height: 25px;
      margin-top: 20px;
      height: 250px;
      -webkit-line-clamp: 10;
    }
  
    .company_view .strength .strength-swiper .swiper-slide .pic {
      width: 100%;
      height: 0;
      border-bottom-left-radius: 0;
      overflow: hidden;
      position: relative;
      padding-bottom: 77.5%;
    }
  
    .company_view .strength .strength-swiper .button-next {
      width: 40px;
      height: 40px;
      bottom: 10%;
      left: initial;
      right: 10%;
    }
  
    .company_view .strength .strength-swiper .button-prev {
      width: 40px;
      height: 40px;
      bottom: 10%;
      left: 10%;
    }
  
    .company_view .team {
      padding-top: 40px;
    }
  
    .company_view .team .team-swiper {
      margin-top: 20px;
      padding-bottom: 80px;
    }
  
    .company_view .team .team-swiper .swiper-slide .pic {
      height: 0;
      position: relative;
      overflow: hidden;
      padding-bottom: 69%;
    }
  
    .company_view .team .team-swiper .swiper-scrollbar {
      bottom: 40px;
      height: 5px;
    }
  
    .company_view .direction {
      padding-top: 40px;
      padding-bottom: 30px;
    }
  
    .company_view .direction .con {
      margin-top: 20px;
    }
  
    .company_view .defend {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .company_view .adv {
      padding-top: 40px;
    }
  
    .company_view .adv .adv-swiper .swiper-slide .txt {
      height: auto;
      padding: 30px 15px;
    }
  
    .company_view .adv .adv-swiper {
      margin-top: 20px;
      padding-bottom: 80px;
    }
  
    .company_view .adv .adv-swiper .swiper-slide .txt h3 {
      font-size: 18px;
    }
  
    .company_view .adv .adv-swiper .swiper-slide .txt p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 25px;
      margin-right: 65px;
    }
  
    .company_view .adv .adv-swiper .swiper-slide .txt span {
      font-size: 50px;
      bottom: 15px;
      right: 10px;
    }
  
    .company_view .adv .button-prev {
      width: 40px;
      height: 40px;
      bottom: 20px;
      margin-left: -50px;
    }
  
    .company_view .adv .button-next {
      width: 40px;
      height: 40px;
      bottom: 20px;
      margin-left: 10px;
    }
  }
