.header[data-v-d529a1ce] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    -webkit-transition: background .5s;
    transition: background .5s
}

.header .prodIcons[data-v-d529a1ce] {
    width: 60px;
    margin-right: 40px
}

.header.active[data-v-d529a1ce] {
    color: #333
}

.header.active .slideMenu .menuCenter[data-v-d529a1ce],
.header.active[data-v-d529a1ce] {
    background: #fff;
    -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, .1)
}

.header .logo[data-v-d529a1ce] {
    padding: 0 100px 0 150px
}

.header .logo img[data-v-d529a1ce] {
    height: .45rem
}

.header .headRight[data-v-d529a1ce] {
    background: hsla(0, 0%, 100%, .1)
}

.header .headerNav[data-v-d529a1ce] {
    padding: 0 40px
}

.header .headerNav dd[data-v-d529a1ce] {
    position: relative
}

.header .headerNav .link[data-v-d529a1ce] {
    display: block;
    line-height: 100px;
    padding: 0 20px;
    white-space: nowrap;
    position: relative
}

.header .headerNav .link[data-v-d529a1ce]:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    background: #f39800;
    -webkit-transition: .5s;
    transition: .5s;
    width: 0
}

.header .search[data-v-d529a1ce] {
    width: 50px;
    line-height: 50px;
    background: #f39800;
    border-radius: 100px;
    text-align: center;
    margin-right: 40px
}

.header .phones[data-v-d529a1ce] {
    line-height: 100px;
    background: #f39800;
    padding: 0 .25rem
}

.header .slideMenu[data-v-d529a1ce] {
    position: absolute;
    left: -1.54rem;
    top: 100%;
    padding-top: 1px;
    white-space: nowrap;
    display: none
}

.header .slideMenu .menuCenter[data-v-d529a1ce] {
    -webkit-transition: background .5s;
    transition: background .5s;
    background: hsla(0, 0%, 100%, .9)
}

.header .slideMenu .as[data-v-d529a1ce] {
    display: inline-block;
    color: #333;
    padding: 20px
}

.header .slideMenu .prodMenuCenter[data-v-d529a1ce] {
    padding-left: 60px
}

.header .slideMenu .prodMenuCenter .pas[data-v-d529a1ce] {
    padding: .15rem 30px .15rem 0;
    border-bottom: 1px solid #eee;
    border-color: rgba(0, 0, 0, .3);
    min-width: 4rem;
    color: #333
}

.header .slideMenu .listNav:last-child .pas[data-v-d529a1ce] {
    border: 0
}

.header .slideMenu2[data-v-d529a1ce] {
    left: 0
}

.header .last .slideMenu[data-v-d529a1ce] {
    left: auto;
    right: -1.3100px
}

.header .prodItmes[data-v-d529a1ce] {
    margin-top: .06rem
}

.header .prodItmes .pis[data-v-d529a1ce] {
    display: inline-block;
    background: #ccc;
    padding: 3px 10px;
    margin-right: 10px;
    color: #333
}

@media only screen and (max-width:1366px) {
    .header .logo[data-v-d529a1ce] {
        padding: 0 60px
    }
}

@media only screen and (min-width:1200px) {
    .header .headerNav dd:hover .link[data-v-d529a1ce] {
        color: #f39800
    }

    .header .headerNav dd:hover .link[data-v-d529a1ce]:before {
        width: 100%;
        left: 0
    }

    .header .headerNav dd:hover .slideMenu[data-v-d529a1ce] {
        display: block
    }

    .header .slideMenu[data-v-d529a1ce] {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-animation: dh1-data-v-d529a1ce .25s linear both;
        animation: dh1-data-v-d529a1ce .25s linear both
    }

    .header .slideMenu .as[data-v-d529a1ce]:hover,
    .header .slideMenu .pas[data-v-d529a1ce]:hover {
        color: #f39800
    }

    .header .slideMenu .pis[data-v-d529a1ce]:hover {
        background: #f39800;
        color: #fff
    }

    @-webkit-keyframes dh1-data-v-d529a1ce {
        0% {
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg)
        }

        to {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg)
        }
    }

    @keyframes dh1-data-v-d529a1ce {
        0% {
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg)
        }

        to {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg)
        }
    }
}

@media only screen and (max-width:1200px) {
    .header[data-v-d529a1ce] {
        height: 100px
    }

    .header .headerNav[data-v-d529a1ce] {
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        background: #fff;
        color: #333;
        padding: 0 30px;
        display: none;
        -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, .2);
        box-shadow: 0 0 8px -2px rgba(0, 0, 0, .2);
        overflow-y: auto
    }

    .header .headerNav .headerDL[data-v-d529a1ce] {
        display: block
    }

    .header .headerNav .headerDL dd[data-v-d529a1ce] {
        border-bottom: 1px solid #eee
    }

    .header .headerNav .headerDL .link[data-v-d529a1ce] {
        line-height: 80px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 400
    }

    .header .headerNav .headerDL .link[data-v-d529a1ce]:after {
        width: 8px;
        height: 8px;
        border: 1px solid #f39800;
        border-left: 0;
        border-top: 0;
        background: transparent;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: ""
    }

    .header.show .headerNav[data-v-d529a1ce] {
        display: block
    }

    .header .search[data-v-d529a1ce] {
        display: none
    }

    .header .headRight[data-v-d529a1ce] {
        background: transparent
    }

    .header .phones[data-v-d529a1ce] {
        line-height: 100px
    }

    .header .slideMenu[data-v-d529a1ce] {
        display: block;
        position: static;
        white-space: normal
    }

    .header .slideMenu .as[data-v-d529a1ce] {
        padding: 0 20px 20px 0
    }

    .header.active .slideMenu .menuCenter[data-v-d529a1ce] {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width:640px) {
    .header .logo[data-v-d529a1ce] {
        padding: 0 30px
    }
}

.zixun[data-v-14ef3a5e] {
    padding: 50px 0;
    background-size: cover !important
}

.zixun .logoImg[data-v-14ef3a5e] {
    height: .45rem
}

.zxMore[data-v-14ef3a5e] {
    padding-left: 130px
}

.zxMore .more[data-v-14ef3a5e] {
    display: inline-block;
    background: #fff;
    padding: 10px .35rem;
    border-radius: 10px;
    color: #f39800
}

.footer[data-v-14ef3a5e] {
    color: hsla(0, 0%, 100%, .6)
}

.footer .ft[data-v-14ef3a5e] {
    padding: 60px 0
}

.footer .fb[data-v-14ef3a5e] {
    padding: 20px 0;
    border-top: 1px solid #333;
    border-color: hsla(0, 0%, 100%, .1)
}

.footer .footerDL dd[data-v-14ef3a5e] {
    max-width: 20%
}

.footer .footerDL dd .tit[data-v-14ef3a5e]:after {
    width: 22px;
    height: 2px;
    background: #f39800;
    content: "";
    display: block;
    margin: 20px 0
}

.footer .footerDL dd .listfoop p[data-v-14ef3a5e] {
    padding: 10px 0
}

@media only screen and (min-width:1366px) {
    .footer a[data-v-14ef3a5e]:hover {
        color: #f39800
    }
}

@media only screen and (max-width:640px) {
    .zixun .ct[data-v-14ef3a5e] {
        display: block;
        text-align: center
    }

    .zixun .ct .logoImg[data-v-14ef3a5e] {
        margin-bottom: 20px
    }

    .zixun .ct .times[data-v-14ef3a5e] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: .15rem 0
    }

    .zixun .ct .flex[data-v-14ef3a5e] {
        display: block
    }

    .zixun .ct .zxMore[data-v-14ef3a5e] {
        padding: 30px 0 0 0
    }

    .footer .footerDL[data-v-14ef3a5e] {
        display: block
    }

    .footer .footerDL dd[data-v-14ef3a5e] {
        max-width: 100%;
        border-top: 1px solid hsla(0, 0%, 100%, .1)
    }

    .footer .footerDL dd.on .listfoop[data-v-14ef3a5e] {
        display: block
    }

    .footer .footerDL dd[data-v-14ef3a5e]:first-child {
        border: 0
    }

    .footer .footerDL dd .tit[data-v-14ef3a5e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .12rem 0
    }

    .footer .footerDL dd .tit[data-v-14ef3a5e]:after {
        width: 8px;
        height: 8px;
        border: 1px solid #f39800;
        border-left: 0;
        border-top: 0;
        background: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .footer .listfoop[data-v-14ef3a5e] {
        display: none
    }

    .footer .ft[data-v-14ef3a5e] {
        padding: 0
    }

    .footer .fb[data-v-14ef3a5e] {
        display: block;
        text-align: center
    }
}

.kfBox[data-v-75df2177] {
    position: fixed;
    right: 20px;
    top: 100px;
    bottom: 0;
    z-index: 9
}

.kfBox .close[data-v-75df2177] {
    position: absolute;
    right: 20px;
    top: .05rem;
    cursor: pointer;
    color: #fff;
    font-weight: 700
}

.serviceBox[data-v-75df2177] {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 12px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, .1);
    width: 210px;
    min-width: 150px
}

.serviceBox .ico[data-v-75df2177] {
    font-size: .42rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px
}

.serviceBox .bLine[data-v-75df2177] {
    margin: 0 .26rem;
    border-top: 1px solid #eee
}

.serviceBox .sev1[data-v-75df2177] {
    background: #f39800;
    color: #fff;
    display: block
}

.serviceBox .sev2[data-v-75df2177] {
    padding: 20px 0;
    display: block
}

.kefu[data-v-75df2177] {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: #f39800;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    border-radius: 100px;
    z-index: 8;
    width: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .5s;
    transition: background .5s
}

.kefu[data-v-75df2177]:hover {
    background: #a3060f
}

.v-ripple__container {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    z-index: 0;
    contain: strict
}

.v-ripple__animation,
.v-ripple__container {
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    pointer-events: none
}

.v-ripple__animation {
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    will-change: transform, opacity
}

.v-ripple__animation--enter {
    -webkit-transition: none;
    transition: none
}

.v-ripple__animation--in {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1), -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1), -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .1s cubic-bezier(.4, 0, .2, 1);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .1s cubic-bezier(.4, 0, .2, 1), -webkit-transform .25s cubic-bezier(.4, 0, .2, 1)
}

.v-ripple__animation--out {
    -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1)
}

.loadFlxed[data-v-52c321dd] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #333
}

.loadEffect[data-v-52c321dd] {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px
}

.loadEffect>div[data-v-52c321dd] {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 40px;
    width: 40px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate-data-v-52c321dd .75s linear 0s infinite;
    animation: rotate-data-v-52c321dd .75s linear 0s infinite
}

@-webkit-keyframes rotate-data-v-52c321dd {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    to {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1)
    }
}

@keyframes rotate-data-v-52c321dd {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    to {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
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,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

:focus {
    outline: 0
}

button,
input,
optgroup,
option,
select,
textarea {
    resize: none;
    font: inherit;
    margin: 0;
    padding: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
select,
textarea {
    font: inherit;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0
}

input[type=button],
input[type=submit] {
    border: none;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    font: inherit
}

li,
ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    word-wrap: break-word
}

:link,
:visited,
ins {
    text-decoration: none
}

body {
    font-family: Microsoft Yahei, PingFangSC-Light, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, tahoma, SimSun, sans-serif !important;
    font-size: .16rem;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit
}

img {
    vertical-align: middle;
    max-width: 100%
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_2679277_lg475vjv0w.woff2?t=1628424092713) format("woff2"), url(//at.alicdn.com/t/font_2679277_lg475vjv0w.woff?t=1628424092713) format("woff"), url(//at.alicdn.com/t/font_2679277_lg475vjv0w.ttf?t=1628424092713) format("truetype")
}

.divHover {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.fontDIN {
    font-family: fontDIN
}

.fontGotham {
    font-family: fontGotham
}

.fontzht {
    font-family: Microsoft JhengHei
}

.fontnormal {
    font-weight: 400
}

.fontBold {
    font-weight: 700
}

.links {
    display: block;
    position: relative
}

.iconfont {
    font-family: iconfont;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconTp {
    vertical-align: top
}

.iconCt,
.iconTp {
    display: inline-block
}

.iconCt {
    vertical-align: middle
}

.imgs img {
    display: block;
    width: 100%
}

.halfImg,
.scaleImg,
.scaleImg2 {
    overflow: hidden;
    display: block;
    position: relative
}

.halfImg img,
.scaleImg2 img,
.scaleImg img {
    width: 100%;
    transition: .6s;
    -webkit-transition: .6s
}

.scaleImg2 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0
}

.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.fl,
.floatLeft {
    float: left
}

.floatRight,
.fr {
    float: right
}

.position2 {
    z-index: 2
}

.position2,
.position3 {
    position: relative;
    display: block
}

.position3 {
    z-index: 3
}

.position4 {
    position: relative;
    z-index: 4;
    display: block
}

.singleTxt {
    white-space: nowrap;
    text-overflow: ellipsis
}

.overHidden,
.singleTxt {
    overflow: hidden
}

.fontpfReg {
    font-weight: lighter
}

.upcase {
    text-transform: uppercase
}

.inlineBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.blockDiv>img,
.blockImg {
    display: block;
    width: 100%
}

.block {
    display: block;
    position: relative
}

.verTop {
    vertical-align: top
}

.verMid {
    vertical-align: middle
}

.versub {
    vertical-align: sub
}
@media(min-width:780px){
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex
}}

.flexcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexwp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.flexbt {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flexjt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center
}

.flex1 {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    min-width: 0
}

.flexat {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

.flexst {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.flexend {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.flexrev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.rights {
    text-align: right
}

.centers {
    text-align: center
}

.lefts {
    text-align: left
}

.opacity1 {
    opacity: .1
}

.opacity2 {
    opacity: .2
}

.opacity3 {
    opacity: .3
}

.opacity4 {
    opacity: .4
}

.opacity5 {
    opacity: .5
}

.opacity6 {
    opacity: .6
}

.opacity7 {
    opacity: .7
}

.opacity8 {
    opacity: .8
}

.opacity9 {
    opacity: .9
}

.pt1 {
    padding-top: 10px
}

.pt2 {
    padding-top: 20px
}

.pt3 {
    padding-top: 30px
}

.pt4 {
    padding-top: 40px
}

.pt5 {
    padding-top: 50px
}

.pt6 {
    padding-top: 60px
}

.pt7 {
    padding-top: 70px
}

.pt8 {
    padding-top: 80px
}

.pt9 {
    padding-top: 90px
}

.pt10 {
    padding-top: 100px
}

.pb1 {
    padding-bottom: 10px
}

.pb2 {
    padding-bottom: 20px
}

.pb3 {
    padding-bottom: 30px
}

.pb4 {
    padding-bottom: 40px
}

.pb5 {
    padding-bottom: 50px
}

.pb6 {
    padding-bottom: 60px
}

.pb7 {
    padding-bottom: 70px
}

.pb8 {
    padding-bottom: 80px
}

.pb9 {
    padding-bottom: 90px
}

.pb10 {
    padding-bottom: 100px
}

.mt1 {
    margin-top: 10px
}

.mt2 {
    margin-top: 20px
}

.mt3 {
    margin-top: 30px
}

.mt4 {
    margin-top: 40px
}

.mt5 {
    margin-top: 50px
}

.mt6 {
    margin-top: 60px
}

.mt7 {
    margin-top: 70px
}

.mt8 {
    margin-top: 80px
}

.mt9 {
    margin-top: 90px
}

.mt10 {
    margin-top: 100px
}

.mb1 {
    margin-bottom: 10px
}

.mb2 {
    margin-bottom: 20px
}

.mb3 {
    margin-bottom: 30px
}

.mb4 {
    margin-bottom: 40px
}

.mb5 {
    margin-bottom: 50px
}

.mb6 {
    margin-bottom: 60px
}

.mb7 {
    margin-bottom: 70px
}

.mb8 {
    margin-bottom: 80px
}

.mb9 {
    margin-bottom: 90px
}

.mb10 {
    margin-bottom: 100px
}

.pl1 {
    padding-left: 10px
}

.pl2 {
    padding-left: 20px
}

.pl3 {
    padding-left: 30px
}

.pl4 {
    padding-left: 40px
}

.pl5 {
    padding-left: 50px
}

.pl6 {
    padding-left: 60px
}

.pl7 {
    padding-left: 70px
}

.pl8 {
    padding-left: 80px;
    padding-left: 90px
}

.pl10 {
    padding-left: 100px
}

.pr1 {
    padding-right: 10px
}

.pr2 {
    padding-right: 20px
}

.pr3 {
    padding-right: 30px
}

.pr4 {
    padding-right: 40px
}

.pr5 {
    padding-right: 50px
}

.pr6 {
    padding-right: 60px
}

.pr7 {
    padding-right: 70px
}

.pr8 {
    padding-right: 80px;
    padding-right: 90px
}

.pr10 {
    padding-right: 100px
}

.ml1 {
    margin-left: 10px
}

.ml2 {
    margin-left: 20px
}

.ml3 {
    margin-left: 30px
}

.ml4 {
    margin-left: 40px
}

.ml5 {
    margin-left: 50px
}

.ml6 {
    margin-left: 60px
}

.ml7 {
    margin-left: 70px
}

.ml8 {
    margin-left: 80px
}

.ml9 {
    margin-left: 90px
}

.ml10 {
    margin-left: 100px
}

.mr1 {
    margin-right: 10px
}

.mr2 {
    margin-right: 20px
}

.mr3 {
    margin-right: 30px
}

.mr4 {
    margin-right: 40px
}

.mr5 {
    margin-right: 50px
}

.mr6 {
    margin-right: 60px
}

.mr7 {
    margin-right: 70px
}

.mr8 {
    margin-right: 80px
}

.mr9 {
    margin-right: 90px
}

.mr10 {
    margin-right: 100px
}

.line1 {
    line-height: 1
}

.line11 {
    line-height: 1.1
}

.line12 {
    line-height: 1.2
}

.line13 {
    line-height: 1.3
}

.line14 {
    line-height: 1.4
}

.line15 {
    line-height: 1.5
}

.line16 {
    line-height: 1.6
}

.line17 {
    line-height: 1.7
}

.line18 {
    line-height: 1.8
}

.line19 {
    line-height: 1.9
}

.line2 {
    line-height: 2
}

.color333 {
    color: #333
}

.colorfff {
    color: #fff
}

.coloraaa {
    color: #aaa
}

.color000 {
    color: #000
}

.colorbbb {
    color: #bbb
}

.colorccc {
    color: #ccc
}

.color888 {
    color: #888
}

.color999 {
    color: #999
}

.color666 {
    color: #666
}

.font12 {
    font-size: .12rem
}

.font14 {
    font-size: .1400px
}

.font15 {
    font-size: .15rem
}

.font16 {
    font-size: .16rem
}

.font18 {
    font-size: .18rem
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: .22px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: .26rem
}

.font28 {
    font-size: .28rem
}

.font30 {
    font-size: 30px
}

.font32 {
    font-size: .32rem
}

.font34 {
    font-size: .34rem
}

.font36 {
    font-size: 36px
}

.font38 {
    font-size: .38rem
}

.font40 {
    font-size: 40px
}

.font42 {
    font-size: .42rem
}

.font44 {
    font-size: .44rem
}

.font48 {
    font-size: .48rem
}

.font50 {
    font-size: 50px
}

.font52 {
    font-size: .52rem
}

.font54 {
    font-size: .54rem
}

.font56 {
    font-size: .56rem
}

.font58 {
    font-size: .58rem
}

.font60 {
    font-size: 60px
}

.font68 {
    font-size: .68rem
}

.flexTwo dd {
    width: 49%;
    margin-bottom: 2%
}

.flexThree dd {
    width: 31.33%;
    margin-bottom: 2%
}

.flexThree:after {
    content: "";
    width: 31.33%
}

.flexFour {
    width: 102%
}

.flexFour dd {
    width: 23%;
    margin: 0 2% 2% 0
}

.font300 {
    font-weight: 300
}

.font400 {
    font-weight: 400
}

.font500 {
    font-weight: 500
}

.font700 {
    font-weight: 700
}

.aLink {
    display: block
}

.overflowY {
    overflow-y: auto
}

.loadings {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    display: none\9
}

.loadings .gif {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -20px
}

.scrollToTop {
    background: #333;
    line-height: 50px;
    width: 50px;
    font-size: 30px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #f39800;
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 12;
    -webkit-transition: background .5s;
    transition: background .5s
}

.coverBg,
.covverBg {
    background-size: cover !important
}

#video1 {
    position: relative;
    margin: auto;
    height: 80%;
    top: 10%;
    max-width: 1200px
}

.video-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, .8)
}

.video-close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999999;
    padding: 15px;
    line-height: 1
}

#fz-videoAct {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#video1 video {
    max-width: 100%;
    display: block
}

.max2 {
    -webkit-line-clamp: 2
}

.max2,
.max3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.max3 {
    -webkit-line-clamp: 3;
    min-height: 66px
}

.max4 {
    -webkit-line-clamp: 4
}

.max4,
.max8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.max8 {
    -webkit-line-clamp: 8
}

.max10 {
    -webkit-line-clamp: 10
}

.ht2,
.max10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.ht2 {
    -webkit-line-clamp: 2;
    line-height: 50px;
    height: 100px
}

.ico44,
.icon44 {
    width: 44px
}

.ico30,
.icon30 {
    width: 30px
}

.ico40,
.icon40 {
    width: 40px
}

.icon60 {
    width: 60px
}

.icon50 {
    width: 50px
}

.colorlogo {
    color: #f39800
}

.swiper-pagination {
    position: static;
    text-align: center
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #f39800
}

.swiper-pagination-line .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 0
}

.navMenu {
    right: 0;
    display: none;
    z-index: 22;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 20px;
    margin-right: .25rem
}

.navMenu span {
    border-radius: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.navMenu .line1 {
    top: 0
}

.navMenu .line2 {
    top: 50%;
    margin-top: -1px
}

.navMenu .line3 {
    bottom: 0
}

.navMenu.on .line1 {
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 50%;
    bottom: auto
}

.navMenu.on .line2 {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 50%;
    bottom: auto
}

.navMenu.on .line3 {
    display: none
}

.header.active .navMenu span {
    background: #333
}

.borderMore {
    padding: 5px 25px;
    background: #f39800;
    color: #fff;
    border: 1px solid #f39800;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.borderMore2 {
    background: transparent;
    color: #fff;
    border-color: #fff
}

.dhLeft,
.dhLeft_ba {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translate(100px);
    -webkit-transform: translate(100px)
}

.dhRight {
    transform: translate(-100px);
    -webkit-transform: translate(-100px)
}

.dhRight,
.dhTop {
    opacity: 0;
    -webkit-opacity: 0
}

.dhTop {
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.dhBottom {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px)
}

.dhScale {
    transform: scale(0);
    -webkit-transform: scale(0)
}

.transtionsdr05 {
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    -webkit-transition: transform .5s, opacity .5s
}

.transtionsdr1 {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    -webkit-transition: transform 1s, opacity 1s
}

.transtionsdr12 {
    -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
    transition: opacity 1.2s, -webkit-transform 1.2s;
    transition: transform 1.2s, opacity 1.2s;
    transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
    -webkit-transition: transform 1.2s, opacity 1.2s
}

.transtionsdr15 {
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: transform 1.5s, opacity 1.5s;
    transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
    -webkit-transition: transform 1.5s, opacity 1.5s
}

.transtionsdr18 {
    -webkit-transition: opacity 1.8s, -webkit-transform 1.8s;
    transition: opacity 1.8s, -webkit-transform 1.8s;
    transition: transform 1.8s, opacity 1.8s;
    transition: transform 1.8s, opacity 1.8s, -webkit-transform 1.8s;
    -webkit-transition: transform 1.8s, opacity 1.8s
}

.transtionsdl1 {
    transition-delay: .25s;
    -webkit-transition-delay: .25s
}

.transtionsdl2 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s
}

.transtionsdl3 {
    transition-delay: .75s;
    -webkit-transition-delay: .75s
}

.transtionsdl4 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.activeSections .dhBottom,
.activeSections .dhLeft,
.activeSections .dhRight,
.activeSections .dhTop,
.pageIndex .swiper-slide-active .dhLeft_ba {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0)
}

.activeSections .dhScale {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.scale_box .bImg {
    -webkit-transition: .5s;
    transition: .5s
}

.scale_box:hover .bImg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.pageHide {
    overflow: hidden;
    min-height: 100vh
}

.autowidth {
    margin: 0 150px
}

.pointer {
    cursor: pointer
}

.hideNone {
    display: none
}

.hideNone.on {
    display: block
}

.hides {
    overflow: hidden
}

.autowidth2 {
    width: 1400px;
    width: 1400px;
    max-width: 92%;
    margin: auto
}

.bgFull {
    background-size: 100% auto !important
}

.bgCover {
    background-size: cover !important
}

.bgeee {
    background: #eee
}

.publicMore .more {
    display: inline-block;
    background: #f39800;
    min-width: 4em;
    text-align: center;
    padding: .12rem .35rem;
    border-radius: 10px;
    border: 2px solid #f39800;
    cursor: pointer;
    -webkit-transition: background .4s, border .4s, color .4s;
    transition: background .4s, border .4s, color .4s
}

@media only screen and (max-width:1400px) {
    .autowidth2 {
        width: 94%;
        max-width: 94%
    }

    .font16,
    body {
        font-size: 20px
    }

    .font18 {
        font-size: .2100px
    }

    .font20 {
        font-size: .22px
    }
}

@media only screen and (min-width:1200px) {
    a {
        transition: color .5s, background .5s, border .5s;
        -webkit-transition: color .5s, background .5s, border .5s
    }

    .halfImg:hover img,
    .scaleImg:hover>img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }

    .scaleImg2 img:hover {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .scrollToTop:hover {
        background: #a3060f;
        color: #fff
    }

    .hover {
        transition: .5s;
        -webkit-transition: .5s;
        cursor: pointer
    }

    .hover:hover,
    .hover:hover * {
        color: #f39800 !important
    }

    .animationDH {
        opacity: 0
    }

    .animationDH.ani {
        opacity: 1
    }

    .animateRt.ani {
        animation: dh_rt 1s linear both;
        -webkit-animation: dh_rt 1s linear both
    }

    .animateLt.ani {
        animation: dh_lt 1s linear both;
        -webkit-animation: dh_lt 1s linear both
    }

    .animateTt.ani {
        animation: dh_tt 1s linear both;
        -webkit-animation: dh_tt 1s linear both
    }

    .animateBt.ani {
        animation: dh_bt 1s linear both;
        -webkit-animation: dh_bt 1s linear both
    }

    .animationDH.ani .dhy1 {
        animation: dhs 1s linear both;
        -webkit-animation: dhs 1s linear both
    }

    .animationDH.ani .dhy2 {
        animation: dhs 1s linear .25s both;
        -webkit-animation: dhs 1s linear .25s both
    }

    .animationDH.ani .dhy3 {
        animation: dhs 1s linear .5s both;
        -webkit-animation: dhs 1s linear .5s both
    }

    .animationDH.ani .dhy4 {
        animation: dhs 1s linear .75s both;
        -webkit-animation: dhs 1s linear .75s both
    }

    .animationDH.ani .dhy5 {
        animation: dhs 1s linear 1s both;
        -webkit-animation: dhs 1s linear 1s both
    }

    .publicMore .more:hover {
        background: transparent;
        color: #f39800
    }
}

@-webkit-keyframes xz {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes xz {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dh1 {
    0% {
        -webkit-transform: translate(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0);
        opacity: 1
    }
}

@keyframes dh1 {
    0% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes dh_rt {
    0% {
        opacity: 0;
        -webkit-transform: translate(180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0)
    }
}

@keyframes dh_rt {
    0% {
        opacity: 0;
        -webkit-transform: translate(180px);
        transform: translate(180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes dh_lt {
    0% {
        opacity: 0;
        -webkit-transform: translate(-180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0)
    }
}

@keyframes dh_lt {
    0% {
        opacity: 0;
        -webkit-transform: translate(-180px);
        transform: translate(-180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes dh_tt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0)
    }
}

@keyframes dh_tt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-180px);
        transform: translateY(-180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes dh_bt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0)
    }
}

@keyframes dh_bt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180px);
        transform: translateY(180px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes dhs {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0)
    }
}

@keyframes dhs {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes lineQ1 {
    0% {
        opacity: .8;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-webkit-keyframes lineQ1 {
    0% {
        opacity: .8;
        -webkit-transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2.5)
    }
}

@keyframes suof {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes suof {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@media only screen and (max-width:1200px) {
    .navMenu {
        display: block
    }
}

@media only screen and (max-width:960px) {
    a {
        transition: 0s;
        -webkit-transition: 0s
    }

    .flexBlock {
        display: block
    }

    .flexBlock>* {
        width: auto
    }
}

@media only screen and (min-width:1200px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        z-index: 30;
        position: relative
    }

    ::-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #aaa
    }

    .overflow::-webkit-scrollbar {
        width: 3px;
        height: 5px;
        border-radius: 5px
    }

    .overflow::-webkit-scrollbar-thumb {
        background: hsla(0, 0%, 100%, .52);
        opacity: .5
    }

    .overflow::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, .2);
        border-radius: 5px
    }

    .hoverColor {
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .hoverColor:hover {
        color: #f39800
    }

    .dh5s {
        -webkit-transition: .5s;
        transition: .5s
    }
}

@media only screen and (max-width:960px) {
    .mpt1 {
        padding-top: 10px
    }

    .mpt2 {
        padding-top: 20px
    }

    .mpt3 {
        padding-top: 30px
    }

    .mpt4 {
        padding-top: 40px
    }

    .mpt5 {
        padding-top: 50px
    }

    .mpt6 {
        padding-top: 60px
    }

    .mpt7 {
        padding-top: 70px
    }

    .mpt8 {
        padding-top: 80px;
        padding-top: 90px
    }

    .mpt10 {
        padding-top: 100px
    }

    .mpb1 {
        padding-bottom: 10px
    }

    .mpb2 {
        padding-bottom: 20px
    }

    .mpb3 {
        padding-bottom: 30px
    }

    .mpb4 {
        padding-bottom: 40px
    }

    .mpb5 {
        padding-bottom: 50px
    }

    .mpb6 {
        padding-bottom: 60px
    }

    .mpb7 {
        padding-bottom: 70px
    }

    .mpb8 {
        padding-bottom: 80px;
        padding-bottom: 90px
    }

    .mpb10 {
        padding-bottom: 100px
    }

    .mmt1 {
        margin-top: 10px
    }

    .mmt2 {
        margin-top: 20px
    }

    .mmt3 {
        margin-top: 30px
    }

    .mmt4 {
        margin-top: 40px
    }

    .mmt5 {
        margin-top: 50px
    }

    .mmt6 {
        margin-top: 60px
    }

    .mmt7 {
        margin-top: 70px
    }

    .mmt8 {
        margin-top: 80px
    }

    .mmt9 {
        margin-top: 90px
    }

    .mmt10 {
        margin-top: 100px
    }

    .mmb1 {
        margin-bottom: 10px
    }

    .mmb2 {
        margin-bottom: 20px
    }

    .mmb3 {
        margin-bottom: 30px
    }

    .mmb4 {
        margin-bottom: 40px
    }

    .mmb5 {
        margin-bottom: 50px
    }

    .mmb6 {
        margin-bottom: 60px
    }

    .mmb7 {
        margin-bottom: 70px
    }

    .mmb8 {
        margin-bottom: 80px
    }

    .mmb9 {
        margin-bottom: 90px
    }

    .mmb10 {
        margin-bottom: 100px
    }

    .mpl1 {
        padding-left: 10px
    }

    .mpl2 {
        padding-left: 20px
    }

    .mpl3 {
        padding-left: 30px
    }

    .mpl4 {
        padding-left: 40px
    }

    .mpl5 {
        padding-left: 50px
    }

    .mpl6 {
        padding-left: 60px
    }

    .mpl7 {
        padding-left: 70px
    }

    .mpl8 {
        padding-left: 80px;
        padding-left: 90px
    }

    .mpl10 {
        padding-left: 100px
    }

    .mpr1 {
        padding-right: 10px
    }

    .mpr2 {
        padding-right: 20px
    }

    .mpr3 {
        padding-right: 30px
    }

    .mpr4 {
        padding-right: 40px
    }

    .mpr5 {
        padding-right: 50px
    }

    .mpr6 {
        padding-right: 60px
    }

    .mpr7 {
        padding-right: 70px
    }

    .mpr8 {
        padding-right: 80px;
        padding-right: 90px
    }

    .mpr10 {
        padding-right: 100px
    }

    .mml1 {
        margin-left: 10px
    }

    .mml2 {
        margin-left: 20px
    }

    .mml3 {
        margin-left: 30px
    }

    .mml4 {
        margin-left: 40px
    }

    .mml5 {
        margin-left: 50px
    }

    .mml6 {
        margin-left: 60px
    }

    .mml7 {
        margin-left: 70px
    }

    .mml8 {
        margin-left: 80px
    }

    .mml9 {
        margin-left: 90px
    }

    .mml10 {
        margin-left: 100px
    }

    .mmr1 {
        margin-right: 10px
    }

    .mmr2 {
        margin-right: 20px
    }

    .mmr3 {
        margin-right: 30px
    }

    .mmr4 {
        margin-right: 40px
    }

    .mmr5 {
        margin-right: 50px
    }

    .mmr6 {
        margin-right: 60px
    }

    .mmr7 {
        margin-right: 70px
    }

    .mmr8 {
        margin-right: 80px
    }

    .mmr9 {
        margin-right: 90px
    }

    .mmr10 {
        margin-right: 100px
    }

    .flexBlock {
        display: block
    }

    .flexBlock dd {
        width: auto;
        margin: 0 0 2% 0
    }

    .mflexTwo dd {
        width: 49%;
        margin: 0 0 2% 0
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: .26rem
    }

    .font12 {
        font-size: 20px
    }

    .font14 {
        font-size: .2100px
    }

    .font15 {
        font-size: .22px
    }

    .font16 {
        font-size: 24px
    }

    .font18 {
        font-size: .26rem
    }

    .font20 {
        font-size: .28rem
    }

    .font22,
    .font24,
    .font26 {
        font-size: 30px
    }

    .font28 {
        font-size: .32rem
    }

    .font30 {
        font-size: 36px
    }

    .font32,
    .font34 {
        font-size: .37rem
    }

    .font36,
    .font38,
    .font40 {
        font-size: .38rem
    }

    .font42,
    .font44,
    .font46,
    .font48 {
        font-size: 40px
    }
}

.tmax2 {
    -webkit-line-clamp: 2
}

.tmax2,
.tmax3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.tmax3 {
    -webkit-line-clamp: 3
}

.tmax4 {
    -webkit-line-clamp: 4
}

.tmax4,
.tmax5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.tmax5 {
    -webkit-line-clamp: 5
}

.tmax6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.flows * {
    /* font: inherit !important; */
    color: inherit
}

.productBg .products {
    background: #fff;
    overflow: hidden
}

.productBg .products:nth-child(2n),
.productBg .products:nth-child(odd).product5 .swiper-slide {
    background: #eee
}

.product1 {
    position: relative;
    background-color: #20232f !important;
    overflow: hidden;
    height: 880px;
    height: 680px;
    background-size: cover !important
}

.product1 .bannersTxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0
}

.product1 .bannersTxt .font50 * {
    font: inherit !important
}

.product1 p br {
    display: none
}

.productNav {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
    position: relative
}

.productNav .link {
    padding: 20px 0;
    display: inline-block;
    margin-right: .55rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.productNav .link:last-child {
    margin: 0
}

.productNav .bTit {
    display: inline-block;
    border-bottom: 2px solid #f39800;
    position: relative
}

.productNav .bTit:before {
    position: absolute;
    right: 100%;
    top: 100%;
    content: "";
    border-top: 2px solid #f39800;
    width: 260px
}

.product2 .max790 {
    max-width: 790px
}

.product3 .swiper .swiper-slide {
    height: auto;
    background: #fff
}

.product3 .swiper .swiper-slide .txt {
    padding: 40px
}

.product4 .product4DL dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: hsla(0, 0%, 100%, .5)
}

.product4 .product4DL dd .img {
    max-width: 90%;
    margin: auto
}

.product4 .product4DL dd .img img {
    -webkit-transition: 1s;
    transition: 1s
}

.product4 .product4DL dd .txt {
    padding: 0 20px
}

.product5 .swiper-slide {
    height: auto;
    background: #fff;
    text-align: center;
    padding: 30px 0 0 0;
    height: 280px;
    -webkit-transition: background .5s;
    transition: background .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product5 .swiper-slide .icons {
    display: inline-block;
    background: #f39800;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 10px solid #f9e6e7
}

.product5 .swiper-slide .icons img {
    width: 100%;
    border-radius: 50%;
    display: block
}

.product5 .swiper-slide .icons .icon2 {
    display: none
}

.product5 .swiper-slide .tit {
    min-height: 50px;
    max-width: 92%;
    margin: auto
}

.product5 .swiper-slide .desc {
    padding: 0 20px;
    display: none
}

.product6 .product6DL dd {
    margin-bottom: 40px
}

.product6 .product6DL dd:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.product6 .product6DL dd .img {
    width: 50%
}

.product6 .product6DL dd .txt {
    background: #eee;
    padding: 40px 80px 40px 80px
}

.product6 .product6DL dd .cot {
    min-height: 100px;
    margin-bottom: 30px
}

.product6 .product6DL dd .cot * {
    font: inherit !important;
    color: inherit !important
}

.product6 .product6DL dd .cots {
    min-height: 100px
}

.product6 .product6DL dd .cots * {
    font: inherit !important;
    color: inherit !important
}

.product6 .product6DL dd .scaleImg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product6:nth-child(2n).product6 dd .txt {
    background: #fff
}

.product7 .swiper-slide {
    height: auto;
    background: #fff;
    position: relative;
    background: #fafafa
}

.product7 .swiper-slide .scaleImg img {
    height: 3rem;
    -o-object-fit: cover;
    object-fit: cover
}

.product7 .swiper-slide .cots {
    padding: 30px 20px;
    text-align: center
}

.product7 .swiper-slide .down {
    display: inline-block;
    border: 2px solid #e1e1e1;
    padding: .06rem 30px;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.product7 .swiper-slide:before {
    position: absolute;
    left: 50%;
    width: 0;
    content: "";
    bottom: 0;
    height: 3px;
    background: #f39800;
    -webkit-transition: .5s;
    transition: .5s
}

.product8 .product8DL dd {
    width: 49%;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 2%
}

.product8 .product8DL dd .cts {
    padding: 20px 30px
}

.product8 .product8DL dd .fImg img {
    width: 36px;
    display: block
}

.product8 .product8DL dd .fImg .icon2 {
    display: none
}

.product9 .product9DL dd {
    width: 49%;
    background: #fff;
    margin-bottom: 2%
}

.product9 .product9DL dd .txt {
    padding: 20px 30px
}

.wt24 {
    width: 24px;
    top: -2px
}

.product10,
.wt24 {
    position: relative
}

.product10 {
    background: #2c2c2c;
    background-image: radial-gradient(#333, #2c2c2c);
    height: 100vh
}

.product10 .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    text-align: center
}

.product10 .pdImg img {
    max-height: 3.17rem
}

.product11 .lrFlex .rf {
    width: 55%;
    margin-left: 2%
}

.product11 .flexppp p {
    min-width: 48%;
    margin-right: 2%;
    padding: .15rem 0
}

.product12 {
    background-size: cover !important
}

.product12 .rightVideo {
    width: 48%
}

.product12 .rightVideo .videoItem {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.product12 .rightVideo .videoItem img {
    -webkit-transition: .5s;
    transition: .5s
}

.product12 .rightVideo .videoItem .open {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px
}

.product12 .rightVideo .videoItem .open i {
    display: block;
    margin: auto;
    width: 80px;
    line-height: 80px;
    border: 10px solid #fff;
    border-color: hsla(0, 0%, 100%, .25);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product12 .product12DL {
    width: 430px;
    max-width: 100%
}

.product12 .product12DL dd {
    width: 48%;
    border: 1px solid #fff;
    border-color: hsla(0, 0%, 100%, .25);
    margin-bottom: 2%;
    padding: 40px 0;
    cursor: pointer
}

.product12 .product12DL dd img {
    width: .48rem;
    margin-right: 20px
}

.product12 .product12DL dd.on {
    background: #f39800 !important;
    border-color: #f39800
}

.product13 .product13DL dd {
    background: #fff;
    border-radius: .15rem;
    width: 48.5%;
    margin-bottom: 3%;
    padding: 10px 0;
    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
    position: relative
}

.product13 .product13DL dd:nth-child(2n) {
    top: -150px
}

.product13 .product13DL .dct {
    padding: 0 60px
}

.product13 .product13DL .icons img {
    width: 220px
}

.product13 .product13DL .icons .icon2 {
    display: none
}

.product14 .product14Table table {
    width: 100%
}

.product14 .product14Table table td {
    border: 1px solid #eee;
    padding: .16rem 10px
}

.product15 .product15Flex .rightVideo {
    width: 48%;
    margin-left: 5%
}

.product15 .product15Flex .rightVideo .videoItem {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.product15 .product15Flex .rightVideo .videoItem img {
    -webkit-transition: .5s;
    transition: .5s
}

.product15 .product15Flex .rightVideo .videoItem .open {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px
}

.product15 .product15Flex .rightVideo .videoItem .open i {
    display: block;
    margin: auto;
    width: 80px;
    line-height: 80px;
    border: 10px solid #fff;
    border-color: hsla(0, 0%, 100%, .25);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.solutionBg .solutions {
    background: #fff
}

.solutionBg .solutions:nth-child(2n) {
    background: #f3f3f3
}

.solutionBg .solutions:nth-child(2n) .solutionDL dd {
    border: 1px solid #e5e5e5
}

.solutionBg .solutionDL dd {
    width: 32%;
    border: 1px solid #f0f0f0;
    margin-bottom: 2%;
    position: relative
}

.solutionBg .solutionDL dd .links {
    display: block;
    padding: 40px 40px 20px 40px;
    position: relative;
    z-index: 2
}

.solutionBg .solutionDL dd .cots {
    min-height: 120px
}

.solutionBg .solutionDL dd .rLine {
    width: 30px;
    height: 4px;
    background: #f39800;
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.solutionBg .solutionDL dd .bgImg {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 55%
}

.solutionBg .solutionDL:after {
    width: 32%;
    content: ""
}

.wt40 {
    width: 40px
}

.wt30 {
    width: 30px
}

.soluDt1 {
    background-size: 100% auto !important
}

.soluDt1 .table1 {
    text-align: center
}

.soluDt1 .table1 .bg1 {
    padding: .22px 0;
    background: #1b1b1b;
    border-radius: .15rem
}

.soluDt1 .table1 .border {
    border: 1px solid #eee;
    padding: .18rem;
    border-top: 0
}

.soluDt1 .table1 .td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .18rem 0;
    border: 1px solid #eee
}

.soluDt1 .table3 {
    text-align: center
}

.soluDt1 .table3 .bg1 {
    padding: .22px 0;
    background: #f39800;
    border-radius: .15rem
}

.soluDt1 .table3 .td {
    border: 1px solid #eee
}

.soluDt1 .tr2 .td {
    padding: 20px 0
}

.soluDt1 .tr2 .td1 {
    width: 25%
}

.soluDt1 .tr2 .td2 {
    width: 75%
}

.halfTable .half {
    width: 49.2%
}

.halfTable .caption {
    border: 1px solid #eee;
    padding: 20px 0;
    line-height: 30px;
    min-height: 30px;
    border-bottom: 0
}

.halfTable .tables {
    table-layout: fixed;
    text-align: center
}

.halfTable .tables .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.halfTable .tables .td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.halfTable .tables .pds {
    padding: .18rem 10px;
    word-break: break-all
}

.halfTable .table2 .td {
    min-height: 2.85rem
}

.halfTable .table3 .tr:first-child .td {
    border-bottom: 0
}

.halfTable .table3 .tr:nth-child(2) .td {
    border-top: 0
}

.halfTable .table4 {
    table-layout: fixed;
    text-align: center
}

.halfTable .table4 .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.halfTable .table4 .td {
    width: 50%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.halfTable .table4 .td:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.halfTable .table4 .pds {
    padding: .18rem 10px;
    word-break: break-all
}

.fangan1 {
    width: 101%
}

.fangan1 .items {
    width: 24%;
    margin: 0 1% 1% 0;
    background: #f39800;
    border-radius: .15rem;
    padding: .18rem 0
}

.soluDt2 .flexDL:after,
.soluDt2 .flexDL>span {
    width: 24%;
    content: ""
}

.soluDt2 .flexDL dd {
    width: 18%;
    background: #fff;
    text-align: center;
    margin-bottom: 2%
}

.soluDt2 .flexDL li {
    width: 18%;
    background: #fff;
    text-align: center;
    margin-bottom: 2%
}

.soluDt2 .flexDL dd .cts {
    padding: 70px 40px
}

.soluDt2 .flexDL li .cts {
    padding: 70px 40px
}

.soluDt2 .flexDL dd:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.soluDt2 .flexDL li:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.soluDt2 .flexDL .icon {
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.soluDt3 .flexDL dd {
    width: 49%;
    margin-bottom: 2%;
    background: #f1f1f1;
    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s
}

.soluDt3 .flexDL dd .cots {
    padding: 30px 40px
}

.soluDt5 .flexDL dd {
    width: 25%
}

.soluDt5 .flexDL dd .logoImgs {
    -webkit-transition: border .5s;
    transition: border .5s;
    border: 1px solid #eee;
    text-align: center;
    padding: 20px
}

.soluDt5 .flexDL dd:hover .logoImgs img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.wt32 {
    width: .32rem
}

.soluDt4 .soluDt4DL dd {
    background: #fff;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.soluDt4 .soluDt4DL dd.on {
    background: #f39800;
    color: #fff !important
}

.soluDt4 .soluItem dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    width: 25%;
    text-align: center;
    padding: 10px
}

.soluDt4 .soluItem dd img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3
}

.soluDt4 .soluItem dd:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.wt680 {
    width: 680px;
    margin: auto;
    max-width: 100%
}

.el-scrollbar__wrap {
    height: auto;
    max-height: 250px
}

.el-scrollbar__wrap .el-cascader-node.in-active-path,
.el-scrollbar__wrap .el-cascader-node.is-active {
    color: #b3070e;
    font-weight: 400
}

.columnBg {
    background: #f3f3f3 url(../../static/img/a1.eaf2d28c.png) no-repeat bottom;
    background-size: 100% auto
}

.el-select-dropdown__item.selected {
    font-weight: 400;
    color: #b3070e
}

.ruleForm /deep/ .el-cascader,
.ruleForm /deep/ .el-select {
    display: block
}

.ruleForm /deep/ .el-input__inner {
    height: .62rem;
    line-height: .62rem;
    border-radius: .06rem;
    padding-left: 1.5em;
    font-size: 16px;
    color: #b3070e
}

.ruleForm /deep/ .el-textarea__inner {
    border: 0;
    border-radius: .06rem;
    padding: 15px 1.5em;
    font-size: 16px;
    line-height: 30px;
    color: #b3070e
}

.ruleForm /deep/ .el-cascader .el-input .el-icon-arrow-down,
.ruleForm /deep/ .el-select .el-input .el-select__caret {
    font-size: 16px;
    padding: 0 10px
}

.ruleForm /deep/ .el-form-item__error {
    padding-left: 2em
}

.ruleForm /deep/ .submits {
    background: #b3070e;
    border: 2px solid #b3070e;
    color: #fff;
    border-radius: 10px;
    padding: .22px 60px;
    -webkit-transition: .3s;
    transition: .3s
}

.ruleForm /deep/ .submits:hover {
    background: transparent;
    color: #b3070e
}

@media only screen and (max-width:1366px) {
    .autowidth {
        margin: 0 60px
    }
}

@media only screen and (min-width:1200px) {
    .product4 .product4DL dd:hover {
        border-color: #f39800
    }

    .product4 .product4DL dd:hover .img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .product5 .swiper-slide:hover {
        background: #f39800 !important;
        color: #fff
    }

    .product5 .swiper-slide:hover .icons {
        background: #fff;
        border-color: #ce232c;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .product5 .swiper-slide:hover .icons .icon1 {
        display: none
    }

    .product5 .swiper-slide:hover .desc,
    .product5 .swiper-slide:hover .icons .icon2 {
        display: block
    }

    .product7 .swiper-slide .down:hover {
        background: #f39800;
        border-color: #f39800;
        color: #fff
    }

    .product7 .swiper-slide:hover:before {
        width: 100%;
        left: 0
    }

    .product8 .product8DL dd:hover {
        background: #f39800;
        color: #fff
    }

    .product8 .product8DL dd:hover .fImg .icon1 {
        display: none
    }

    .product8 .product8DL dd:hover .fImg .icon2 {
        display: block
    }

    .product12 {
        background-size: cover !important
    }

    .product12 .rightVideo .videoItem:hover .open i {
        border-color: rgba(200, 10, 20, .2);
        color: #f39800;
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    .product12 .rightVideo .videoItem:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .product12 .product12DL dd {
        -webkit-transition: .5s;
        transition: .5s
    }

    .product12 .product12DL dd:hover {
        background: hsla(0, 0%, 100%, .1)
    }

    .product13 .product13DL dd:hover {
        background: #f39800;
        color: #fff
    }

    .product13 .product13DL dd:hover .icons .icon1 {
        display: none
    }

    .product13 .product13DL dd:hover .icons .icon2 {
        display: block
    }

    .product15 .product15Flex .rightVideo .videoItem:hover .open i {
        border-color: rgba(200, 10, 20, .2);
        color: #f39800;
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    .product15 .product15Flex .rightVideo .videoItem:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .solutionBg .solutionDL dd {
        -webkit-transition: .5s;
        transition: .5s
    }

    .solutionBg .solutionDL dd:hover {
        background: #f39800;
        border-color: #f39800;
        color: #fff
    }

    .solutionBg .solutionDL dd:hover * {
        color: #fff
    }

    .solutionBg .solutionDL dd:hover .rLine {
        background: #fff;
        padding-right: 20px
    }

    .soluDt3 .flexDL dd:hover {
        background: #f39800;
        color: #fff
    }
}

@media only screen and (max-width:960px) {
    .product1 {
        height: 7rem
    }

    .product1 .bannersTxt {
        padding-top: 50px
    }

    .product6 .product6DL dd .txt {
        padding: 30px
    }

    .product11 .lrFlex {
        display: block
    }

    .product11 .lrFlex .rf {
        width: auto;
        margin: 0;
        padding: 20px 0
    }

    .product11 .flexppp p {
        min-width: 48%;
        margin-right: 2%;
        padding: .05rem 0
    }

    .product12 .product12Flex {
        display: block
    }

    .product12 .product12DL,
    .product12 .rightVideo {
        width: auto
    }

    .product13 .product13DL dd:nth-child(2n) {
        top: 0
    }

    .product13 .product13DL .dct {
        padding: 0 30px
    }
}

.bgf7f7f7 {
    background: #f7f7f7
}

.bgf1f1f1 {
    background: #f1f1f1
}

.product20 .product20DL dd {
    border: 1px solid #dedede;
    margin-bottom: 20px;
    position: relative
}

.product20 .product20DL dd .fx1 {
    background: #f39800;
    min-width: 160px;
    padding: 20px;
    position: relative
}

.product20 .product20DL dd .fx1 .icon {
    width: 36px;
    margin-right: 10px
}

.product20 .product20DL dd .fx1:before {
    position: absolute;
    left: -2px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    content: "";
    border: 1px solid #f39800
}

.product20 .product20DL dd .fx2 {
    padding: 30px 40px
}

.product20 .product20DL dd .fx3 {
    cursor: pointer;
    background: #f39800;
    padding: 10px 30px;
    min-width: 120px;
    text-align: center
}

.product20 .product20DL dd.on .arrow {
    display: inline-block;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.product20 .product20DL dt {
    padding-left: 2rem;
    margin-bottom: 20px
}

.product20 .product20DL dt table {
    width: 100%;
    background: #fff
}

.product20 .product20DL dt table td {
    border: 1px solid #ccc;
    padding: 20px
}

.product21 .product21DL dd {
    width: 32%;
    margin-bottom: 2%;
    text-align: center;
    position: relative;
    padding: 60px 0;
    border: 1px solid #dedede
}

.product21 .product21DL dd:after {
    width: 32%
}

.product21 .product21DL dd .img {
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3
}

.product21 .product21DL dd .mb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    background: rgba(200, 10, 20, .9);
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.product21 .product21DL dd:hover {
    border-color: transparent
}

.product21 .product21DL dd:hover .mb {
    opacity: 1
}

.product21 .product21DL dd:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.product22 .product22DL dd {
    width: 32%;
    margin-bottom: 2%;
    position: relative;
    background: #fff
}

.product22 .product22DL dd:after {
    width: 32%
}

.product22 .product22DL dd .imgLogo {
    padding: 60px 0;
    text-align: center
}

.product22 .product22DL dd .img {
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.product22 .product22DL dd .txt {
    padding: 20px 30px;
    border-top: 1px solid #e8e8e8;
    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
    line-height: 1.6
}

.product22 .product22DL dd:hover .txt {
    background: #ce232c;
    color: #fff
}

.product22 .product22DL dd:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

@media only screen and (max-width:767px) {
    .autowidth {
        margin: 0 30px
    }

    .product4 .product4DL dd {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .product6 .product6DL dd {
        display: block
    }

    .product6 .product6DL dd .img {
        width: auto
    }

    .product6 .product6DL dd .cot {
        min-height: 0
    }

    .product8 .product8DL {
        display: block
    }

    .product8 .product8DL dd {
        width: auto
    }

    .product21 .product21DL dd {
        width: 48.5%
    }

    .product22 .product22DL dd {
        width: 49%
    }

    .solutionBg .solutionDL dd {
        width: 48.5%;
        margin-bottom: 2%
    }

    .solutionBg .solutionDL dd .links {
        padding: 20px
    }

    .solutionBg .solutionDL dd .cots {
        line-height: 1.5
    }

    .fangan1 .items {
        width: 49%
    }

    .halfTable {
        display: block
    }

    .halfTable .half {
        width: auto;
        margin-bottom: 20px
    }

    .halfTable .table2 .td {
        min-height: 0
    }

    .soluDt3 .flexDL {
        display: block
    }

    .soluDt3 .flexDL dd {
        width: auto;
        margin-bottom: 20px
    }

    .soluDt5 .flexDL dd {
        width: 33.33%
    }

    .soluDt2 .flexDL dd {
        width: 49%
    }

    .soluDt2 .flexDL li {
        width: 49%
    }

    .soluDt2 .flexDL dd .cts {
        padding: 30px
    }

    .soluDt2 .flexDL li .cts {
        padding: 30px
    }
}

@media only screen and (max-width:640px) {
    .product13 .product13DL {
        display: block
    }

    .product13 .product13DL dd {
        width: auto;
        padding: 10px 0
    }

    .product15 {
        background-size: 50% auto !important
    }

    .product15 .product15Flex {
        display: block
    }

    .product15 .product15Flex .rightVideo {
        width: auto;
        margin: 30px 0 0 0
    }

    .product20 .product20DL dd .fx2 {
        padding: .45rem 20px
    }

    .product20 .product20DL dd .fx3 {
        position: absolute;
        padding: 0 10px;
        right: 0;
        bottom: 0
    }

    .product20 .product20DL dd .fx3 .types {
        font-size: 24px
    }

    .soluDt4 .soluDt4DL dd {
        display: block
    }

    .soluDt4 .soluDt4DL dd .pr1 {
        padding: 0 0 10px 0
    }

    .soluDt4 .soluItem dd {
        width: 50%
    }

    .ruleForm /deep/ .el-input__inner {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding-left: 1em;
        font-size: 14px
    }

    .ruleForm /deep/ .el-textarea__inner {
        border: 0;
        border-radius: 20px;
        padding: 10px 1em;
        font-size: 14px;
        line-height: 24px
    }

    .ruleForm /deep/ .el-select .el-input .el-select__caret {
        font-size: 14px;
        padding: 0 10px
    }

    .ruleForm /deep/ .el-form-item__error {
        padding-left: 1em
    }

    .el-cascader-menu {
        max-width: 120px
    }

    .el-cascader-menu .el-cascader-node {
        padding-left: 10px
    }
}

@media only screen and (max-width:640px) {
    .solutionBg .solutionDL dd {
        width: 100%
    }

    .solutionBg .solutionDL dd .bgImg {
        max-width: 25%
    }

    .product20 .product20DL dt {
        padding: 0
    }

    .product7 .swiper-slide .scaleImg img {
        height: 240px
    }
}

.allTxt *,
.publicDetails * {
    font: inherit !important
}

.publicDetails * {
    background: transparent !important;
    color: inherit !important
}

.imageHide img {
    display: none
}

.detailsTxt img {
    max-width: 100% !important;
    margin: .15rem 0
}

.pageBg {
    height: 100vh;
    background: #333 url(../../static/img/loading.50c5e3e7.gif) no-repeat 50%
}

.bgf6f6f6 {
    background: #f6f6f6
}

.bgsize1 {
    background-size: 42% auto !important
}

.bglogo {
    background: #f39800
}

.bg1b1b1b {
    background: #1b1b1b
}

.radius15 {
    border-radius: .15rem
}

.wt48 {
    width: .48rem
}

.bgfull {
    background-size: 100% auto !important
}

.bgsize600 {
    background-size: 6rem auto !important
}

.bg1336 {
    background-size: 1336px auto !important
}

.cooperateDL dd {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center
}

.cooperateDL dd img {
    display: block;
    width: 100%
}

.hezuoDL:after {
    content: "";
    width: 32.33%
}

.hezuoDL dd {
    width: 32.33%;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 50px 0
}

.hezuoDL dd .pads {
    padding: 0 50px
}

.hezuoDL dd .icons img {
    width: .76rem;
    display: block;
    margin: auto
}

.hezuoDL dd .icons .icon2 {
    display: none
}

.zhengshuDL dd {
    width: 32%;
    background: #fff;
    margin-bottom: 2%;
    text-align: center;
    position: relative;
    cursor: pointer
}

.zhengshuDL dd .name {
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    font-size: 180px;
    color: #fafafa;
    font-weight: 700
}

.zhengshuDL dd .cots {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px
}

.zhengshuDL dd .cots .txt {
    padding: 0 10px
}

.zhengshuDL dd .cots .icon {
    width: .38rem
}

.zhengshuDL dd .desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 20px 30px 20px
}

.zhengshuDL dd .imgss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.zhengshuDL dd .imgss img {
    width: 50%;
    -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .1);
    padding: 5px;
    background: #fff
}

.zhengshuDL:after {
    content: "";
    width: 32%
}

.zhuangjia .lt1 {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: border .3s;
    transition: border .3s
}

.zhuangjia .lt1 .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.zhuangjia .lt1:hover {
    border-color: #f39800
}

.zhuangjia .ct1 {
    width: 41%;
    margin-left: 3%;
    border: 2px solid #f7f7f7;
    border-radius: 10px;
    -webkit-transition: border .3s;
    transition: border .3s
}

.zhuangjia .ct1 .pts {
    padding: 1px 20px
}

.zhuangjia .ct1 .bos {
    color: #9e9e9e;
    padding: 20px 10px;
    border: 1px dashed #aaa;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: border .3s;
    transition: border .3s
}

.zhuangjia .ct1 .bos:hover,
.zhuangjia .ct1:hover {
    border-color: #f39800
}

.kechengDL {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.kechengDL dd {
    padding: 20px 30px;
    cursor: pointer;
    border-left: 1px solid hsla(0, 0%, 100%, .1);
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.kechengDL dd.on {
    background: #f39800;
    background: rgba(200, 10, 20, .8);
    border-color: rgba(200, 10, 20, .8)
}

.kechengRt {
    width: 50%;
    min-height: 550px
}

.kechengRt .mpx1 {
    margin-bottom: 5px
}

.kcvideoDL.same dd {
    width: 61%
}

.kcvideoDL.same dd:nth-child(2),
.kcvideoDL.same dd:nth-child(3),
.kcvideoDL.same dd:nth-child(6),
.kcvideoDL.same dd:nth-child(7),
.kcvideoDL.same dd:nth-child(10),
.kcvideoDL.same dd:nth-child(11),
.kcvideoDL.same dd:nth-child(14),
.kcvideoDL.same dd:nth-child(15) {
    width: 37.8%
}

.kcvideoDL dd {
    width: 49%;
    margin-bottom: 1.2%;
    position: relative;
    cursor: pointer
}

.kcvideoDL dd .scaleImg img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.kcvideoDL dd .dtimes {
    position: absolute;
    left: 30px;
    top: 30px;
    background: hsla(0, 0%, 100%, .8);
    padding: 10px .15rem;
    line-height: 1;
    color: #000;
    z-index: 2;
    border-radius: 4px
}

.kcvideoDL dd .downFlex {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    color: hsla(0, 0%, 100%, .7);
    z-index: 2;
    -webkit-transition: background .3s;
    transition: background .3s
}

.kcvideoDL dd .downFlex:hover {
    background: #f39800;
    color: #fff
}

.hzhbTable table {
    width: 100%
}

.hzhbTable table tr {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.hzhbTable table tr td {
    padding: 20px 0
}

.hzhbTable table tr td:first-child {
    width: 40%
}

.hezuohbDL {
    text-align: center;
    max-width: 1260px;
    margin: auto
}

.hezuohbDL dd {
    width: 240px;
    padding: 40px 0;
    max-width: 28%;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s
}

.hezuohbDL dd .icons img {
    display: block;
    margin: auto
}

.hezuohbDL dd .icons .icon2 {
    display: none
}

.hezuohbDL dd:hover {
    background: #f39800;
    color: #fff
}

.hezuohbDL dd:hover .icons .icon1 {
    display: none
}

.hezuohbDL dd:hover .icons .icon2 {
    display: block
}

.zuzhiDL dd {
    width: 32.33%;
    background: url(../../static/img/a1.204f4676.png) no-repeat 50%;
    background-size: 100% 100% !important;
    text-align: center;
    height: 1.42rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 1.33%
}

.zuzhiDL dd .ct {
    padding: 0 20px
}

.zuzhiDL dd:hover {
    background: url(../../static/img/a2.13203afd.png) no-repeat 50%;
    color: #fff
}

.zuzhiDL:after {
    content: "";
    width: 32%
}

.yfjdFlex .leftfs {
    width: 55%;
    background: #fff
}

.yfjdFlex .leftfs .lfpd {
    padding: 80px 2rem 30px 80px
}

.yfjdFlex .imgs {
    width: 115%;
    position: relative;
    left: -15%;
    top: 70px
}

.yunBg {
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 1.17rem;
    z-index: -1
}

.baogaoDL dd {
    width: 31.33%;
    margin-bottom: 1%
}

.baogaoDL dd .nimg {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: .15rem
}

.baogaoDL:after {
    content: "";
    width: 31.33%
}

.xcGuest .soluDt4DL {
    width: 101%
}

.xcGuest .soluDt4DL dd {
    background: #efefef;
    text-align: center;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    cursor: pointer
}

.xcGuest .soluDt4DL dd.on {
    background: #f39800;
    color: #fff !important
}

.xcGuest .soluItem dl:after {
    content: "";
    width: 32%
}

.xcGuest .soluItem dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    width: 32%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 2%;
    -webkit-transition: border .3s;
    transition: border .3s
}

.xcGuest .soluItem dd:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.xcGuest .soluItem:after {
    width: 32%
}

.caseDL:after {
    width: 31%;
    content: ""
}

.caseDL dd {
    width: 31%;
    margin-bottom: 3.6%;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s
}

.caseDL dd:hover {
    background: #f39800
}

.caseDL dd:hover * {
    color: #fff
}

.caseDL dd .scaleImg img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

.caseDL .cots {
    padding: .25rem
}

.searchTxt {
    position: relative;
    max-width: 40%
}

.searchTxt .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    padding: 0 .15rem;
    cursor: pointer;
    font-size: 20px
}

.caseDetails {
    position: relative
}

.caseDetails.on .casedtLeft {
    position: fixed;
    left: 60px;
    top: 140px;
    background: #f6f6f6
}

.caseDetails .caseTitle {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px
}

.caseDetails .caseTitle .el-input__inner {
    background: transparent;
    border: 1px solid #dedede;
    border-radius: 10px
}

.caseDetails .caseItems {
    padding: 20px 0
}

.caseDetails .detailsTexts {
    line-height: 1.8
}

.caseDetails .casewt {
    width: 1400px;
    width: 1400px;
    margin: auto;
    position: relative
}

.caseDetails .casedtLeft {
    position: absolute;
    right: 100%;
    top: 0;
    width: 2rem
}

.caseDetails .casedtLeft dd {
    cursor: pointer;
    margin-bottom: 20px
}

.caseDetails .casedtLeft dd .iconfont {
    opacity: 0
}

.caseDetails .casedtLeft dd.on .iconfont {
    opacity: 1
}

.caseDetails .casedtLeft dd:hover {
    color: #f39800
}

.pagesx .ct {
    width: 20px;
    height: 14px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.bgfff {
    background: #fff
}

.serviceBg {
    background: #f3f3f3 url(../../static/img/a1.eaf2d28c.png) no-repeat bottom;
    background-size: 100% auto
}

.biaozhunDL dd {
    width: 32.33%;
    margin-bottom: 1.53%;
    background: #fff;
    text-align: center
}

.biaozhunDL dd .pds {
    padding: 50px
}

.biaozhunDL dd:hover .dh5s {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.biaozhunDL:after {
    content: "";
    width: 32.33%
}

.gaoji {
    padding: 50px 0
}

.gaojiDL dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #f39800;
    margin-bottom: 2%
}

.gaojiDL dd:first-child {
    border: 0
}

.gaojiDL dd .pds {
    padding: 0 50px
}

.gaojiDL dd:hover .dh5s {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.gaojiDL:after {
    content: "";
    width: 33.33%
}

.wentiDL dd {
    background: #fff;
    margin-bottom: 1px
}

.wentiDL dd .tops {
    padding: 20px 30px;
    cursor: pointer
}

.wentiDL dd .bots {
    background: #d8d8d8;
    padding: 20px 30px
}

.wentiDL dd.on .tops {
    background: #f39800;
    color: #fff
}

.wentiDL dd.on .tops .arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.productTit .searchTxt {
    min-width: 40%
}

.productTit .el-input__inner {
    background: transparent;
    border: 1px solid #dedede;
    border-radius: 10px
}

.dataItems .dataDL dd {
    width: 49%;
    background: #fff;
    margin-bottom: 2%
}

.dataItems .dataDL dd .dtop {
    padding: 50px 40px 20px 40px;
    border-bottom: 1px solid #eee
}

.dataItems .dataDL dd .dtop .sbg {
    background: url(../../static/img/c1.8316ec40.png) no-repeat 0 0;
    background-size: .55rem auto;
    padding: 10px
}

.dataItems .dataDL dd .dtop .pdf {
    font-size: 60px;
    line-height: 1;
    color: #f2c3c6
}

.dataItems .dataDL dd .dBot {
    padding: 30px 40px
}

.dataItems .dataDL dd .dBot .sname {
    position: relative
}

.dataItems .dataDL dd .dBot .sname:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 40px;
    height: .08rem;
    background: #f39800
}

.dataItems .dataDL dd .dBot .arrow {
    width: .66rem;
    line-height: .66rem;
    border: 1px solid #ddd;
    border-radius: 100px;
    text-align: center
}

.dataItems .dataDL dd .dBot .arrow:hover {
    background: #f39800;
    border-color: #f39800;
    color: #fff
}

.zaixianDL {
    width: 101.5%
}

.zaixianDL dd {
    width: 23.5%;
    background: #fff;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    text-align: center;
    padding: 70px 0
}

.zaixianDL dd .goLink {
    display: inline-block;
    padding: 10px .35rem;
    border: 2px solid #ddd;
    border-radius: 100px
}

.zaixianDL dd .icons img {
    display: block;
    margin: auto;
    width: .86rem
}

.zaixianDL dd .icons .icon2 {
    display: none
}

.zaixianDL dd .goLink:hover {
    background: #fff;
    color: #333;
    border-color: #fff
}

@media only screen and (min-width:1200px) {
    .cooperateDL dd {
        -webkit-transition: .5s;
        transition: .5s
    }

    .cooperateDL dd:hover {
        background: #fff;
        -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px -2px rgba(0, 0, 0, .1)
    }

    .cooperateDL dd:hover img {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .hezuoDL dd {
        -webkit-transition: background .5s, color .5s, border .5s;
        transition: background .5s, color .5s, border .5s
    }

    .hezuoDL dd:hover {
        background: #f39800;
        color: #fff;
        border-color: #f39800
    }

    .hezuoDL dd:hover .icons .icon1 {
        display: none
    }

    .hezuoDL dd:hover .icons .icon2 {
        display: block
    }

    .hezuoDL dd:hover * {
        color: #fff
    }

    .zhengshuDL dd .cots,
    .zhengshuDL dd .desc,
    .zhengshuDL dd .imgss {
        -webkit-transition: .5s;
        transition: .5s
    }

    .zhengshuDL dd:hover .imgss {
        opacity: 1
    }

    .zhengshuDL dd:hover .cots,
    .zhengshuDL dd:hover .desc {
        opacity: 0
    }

    .zaixianDL {
        width: 101.5%
    }

    .zaixianDL dd {
        -webkit-transition: background .5s;
        transition: background .5s
    }

    .zaixianDL dd:hover {
        color: #fff;
        background: #f39800
    }

    .zaixianDL dd:hover .icons .icon1 {
        display: none
    }

    .zaixianDL dd:hover .icons .icon2 {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .caseDetails .casewt {
        width: 72%
    }

    .caseDetails.on .casedtLeft {
        left: 2%
    }
}

@media only screen and (max-width:960px) {
    .rztxFlex {
        display: block
    }

    .rztxFlex .lujingRt {
        padding: 0
    }

    .kechengDL dd {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: .15rem;
        font-size: 24px
    }

    .kcjsFlex {
        display: block;
        margin-bottom: 100px
    }

    .kcjsFlex .kechengRt {
        width: auto
    }

    .caseDetails.on .casedtLeft {
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 30px 10px 10px 20px;
        z-index: 24;
        -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .1)
    }

    .caseDetails .casedtLeft {
        position: static;
        white-space: nowrap;
        overflow-x: auto;
        width: auto
    }

    .caseDetails .casedtLeft dd {
        display: inline-block
    }

    .caseDetails .casedtLeft dd .iconfont {
        font-size: 24px;
        padding-right: 1px
    }

    .caseDetails .casedtLeft dd .font24 {
        font-size: .28rem
    }

    .caseDetails .casewt {
        width: auto;
        max-width: 94%
    }

    .zaixianDL dd {
        width: 48.5%
    }
}

@media only screen and (max-width:640px) {
    .cooperateDL dd {
        width: 25%
    }

    .hezuoDL {
        display: block
    }

    .hezuoDL dd {
        width: auto;
        margin-bottom: 2%;
        padding: 20px 0
    }

    .hezuoDL dd .pads {
        padding: 0 20px
    }

    .zhengshuDL dd {
        width: 49%
    }

    .zhengshuDL dd .txt {
        font-size: .28rem
    }

    .zhengshuDL dd .name {
        font-size: 140px;
        line-height: 240px;
        height: 240px
    }

    .zhengshuDL dd .desc {
        font-size: 24px;
        padding: 10px
    }

    .zhuangjia {
        display: block
    }

    .zhuangjia .lt1 {
        margin-bottom: 2%
    }

    .zhuangjia .lt1 .txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 20px 0
    }

    .zhuangjia .ct1 {
        width: auto;
        margin: 0 0 2% 0
    }

    .kcvideoDL dd .scaleImg img {
        height: 260px
    }

    .kcvideoDL dd .downFlex {
        font-size: 24px;
        padding: .15rem
    }

    .kcvideoDL dd .dtimes {
        left: .15rem;
        top: .15rem
    }

    .xcGuest .soluDt4DL dd {
        display: block
    }

    .xcGuest .soluDt4DL dd .pr1 {
        padding: 0 0 10px 0
    }

    .xcGuest .soluDt4DL dd .font24 {
        font-size: 24px
    }

    .caseDL dd {
        width: 49%;
        margin-bottom: 2%
    }

    .caseDL .cots {
        padding: .15rem
    }

    .biaozhunDL,
    .gaojiDL {
        display: block
    }

    .biaozhunDL dd,
    .gaojiDL dd {
        width: auto;
        border: 0
    }

    .dataItems .dataDL {
        display: block
    }

    .dataItems .dataDL dd {
        width: auto
    }

    .zuzhiDL dd {
        width: 49%
    }

    .zuzhiDL dd .font20 {
        font-size: 24px
    }

    .yfjdFlex {
        display: block
    }

    .yfjdFlex .leftfs {
        width: auto
    }

    .yfjdFlex .leftfs .lfpd {
        padding: 30px
    }

    .yfjdFlex .imgs {
        width: auto;
        position: static
    }
}

.max680 {
    max-width: 680px
}

.hLine {
    height: 2px;
    width: .58rem;
    background: #f39800;
    display: inline-block
}

.min500 {
    min-height: 5rem
}

.txtRight {
    text-align: right
}

.jianjieDL dd {
    max-width: 25%;
    text-align: center
}

.jianjieDL dd .desc {
    max-width: 2rem;
    margin: auto
}

.fwsDL dd {
    text-align: center
}

.fwsDL dd .icons {
    display: inline-block;
    background: #f39800;
    border-radius: 50%;
    border: .15rem solid #ecd9da;
    width: 50px
}

.fwsDL dd .icons img {
    width: 100%;
    display: block;
    border-radius: 50%
}

.newsNav {
    background: #fff;
    padding: 10px 20px;
    min-width: 150px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .1)
}

.newsNav .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .06rem 0
}

.newsNav .link .iconfont {
    opacity: 0
}

.newsNav .link.on {
    color: #f39800
}

.newsNav .link.on .iconfont {
    opacity: 1
}

.news1DL dd {
    width: 49%;
    margin-bottom: 2%;
    background: #f4f4f4
}

.news1DL dd .cot {
    padding: 40px
}

.news1DL .newsHeight {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

.share {
    cursor: pointer
}

.share:hover .shareBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shareBtn {
    position: absolute;
    right: 0;
    top: 100%;
    background: #ddd;
    white-space: nowrap;
    display: none;
    padding: 3px 0 3px 10px;
    border-radius: 5px
}

.mediaDL dd {
    border-bottom: 1px solid #eee
}

.mediaDL dd .aLinks {
    padding: 80px 0
}

.mediaDL dd .arrow {
    width: .64rem;
    line-height: .64rem;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #ddd
}

.mediaDL dd .top {
    vertical-align: top
}

.mediaDL dd .date {
    width: 20%;
    min-width: 250px
}

.borders {
    border-bottom: 1px solid #ddd
}

.qiehuan {
    text-align: center
}

.qiehuan .qh {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #ddd
}

.qiehuan .qh.on {
    background: #f39800;
    color: #fff;
    border-color: #f39800
}

.eventDL {
    padding-bottom: 250px
}

.eventDL .hl {
    width: 1px;
    height: 60px;
    margin: 20px auto;
    display: block;
    background: #ccc
}

.eventDL dd {
    position: relative
}

.eventDL dd .year {
    max-width: 160px;
    text-align: center;
    margin: auto
}

.eventDL dd .evCots {
    position: absolute;
    left: 50%;
    top: 0;
    background: #fff;
    padding: 30px 0;
    height: 2rem;
    z-index: 5;
    cursor: pointer
}

.eventDL dd .evCots .pads {
    padding: 0 30px;
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 2rem
}

.eventDL dd .evCots .bgs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.eventDL dd .evCots:hover {
    z-index: 3
}

.eventDL dd .evCots:hover .bgs {
    opacity: .9
}

.eventDL dd .evCots:hover .pads {
    height: auto;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .1)
}

.eventDL dd:hover {
    z-index: 12
}

.eventDL dd:nth-child(2n) .evCots {
    right: 50%;
    left: 0;
    margin-right: 90px
}

.eventDL dd:nth-child(2n) .evCots .pads {
    text-align: right
}

.eventDL dd:nth-child(2n) .evCots .pads .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.eventDL dd:nth-child(2n) .evCots .pads .flex1 {
    text-align: right
}

.eventDL dd:nth-child(2n) .evCots .pads .time {
    padding-left: 20px
}

.eventDL dd:nth-child(2n) .evCots:after {
    position: absolute;
    left: 100%;
    top: 20px;
    content: "";
    border-width: 9px;
    border-color: transparent transparent transparent #fff;
    border-style: solid
}

.eventDL dd:nth-child(odd) .evCots {
    left: 50%;
    right: 0;
    margin-left: 90px
}

.eventDL dd:nth-child(odd) .evCots .pads .time {
    padding-right: 20px
}

.eventDL dd:nth-child(odd) .evCots:after {
    position: absolute;
    right: 100%;
    top: 20px;
    content: "";
    border-width: 9px;
    border-color: transparent #fff transparent transparent;
    border-style: solid
}

.eventDL dd:last-child .hl {
    display: none
}

.eventDL .happy-scroll-container {
    width: 100% !important;
    height: 100% !important
}

.eventDL .happy-scroll-container .happy-scroll-content {
    display: inline-block;
    width: 100%
}

.eventDL .happy-scroll-strip--vertical {
    background: #f2f2f2;
    border-radius: 7px;
    background: rgba(0, 0, 0, .05)
}

.leftCon {
    width: 360px
}

.leftCon .conWt24 {
    width: 24px;
    position: relative;
    padding: .03rem 10px 0 0
}

.leftCon .conIcon {
    line-height: 36px
}

.contactDL dd {
    width: 49%;
    margin-bottom: 2%;
    position: relative
}

.contactDL dd.on .tops {
    background: #f39800;
    color: #fff
}

.contactDL dd.on .tops .arrow {
    background: #fff
}

.contactDL dd.on .tops .arrow:after {
    opacity: 0
}

.contactDL dd .tops {
    padding: .26rem 30px;
    background: #dfdfdf;
    cursor: pointer
}

.contactDL dd .arrow {
    position: relative;
    width: .22px;
    height: 2px;
    background: #444
}

.contactDL dd .arrow:after {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -.1100px;
    height: .22px;
    background: #444;
    content: "";
    width: 2px
}

.contactDL dd .absoluteCon {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #eee;
    padding: 30px;
    z-index: 12
}

.contactDL dd .absoluteCon .ac {
    min-width: 34%;
    margin-right: 2%;
    padding: .05rem 0;
    line-height: 30px
}

@media only screen and (min-width:1200px) {
    .fwsDL dd .icons {
        -webkit-transition: .5s;
        transition: .5s
    }

    .fwsDL dd:hover .icons {
        -webkit-transform: scale(1.28);
        transform: scale(1.28)
    }

    .news1DL dd {
        -webkit-transition: background .5s;
        transition: background .5s
    }

    .news1DL dd:hover {
        background: #f39800;
        color: #fff
    }

    .news1DL dd:hover * {
        color: #fff
    }

    .mediaDL dd {
        -webkit-transition: background .35s, border .35s;
        transition: background .35s, border .35s
    }

    .mediaDL dd:hover {
        background: #f39800;
        color: #fff;
        border-color: #f39800
    }

    .mediaDL dd:hover .arrow {
        border-color: #fff;
        color: #fff
    }

    .mediaDL dd:hover * {
        color: #fff
    }
}

@media only screen and (max-width:640px) {
    .jianjieDL dd {
        width: 50%;
        max-width: 50%
    }

    .jianjieDL dd .desc {
        max-width: 80%
    }

    .noFlex {
        display: block
    }

    .news1DL dd .cot {
        padding: 20px
    }

    .eventDL dd .evCots {
        padding: 10px
    }

    .eventDL dd:nth-child(2n) .evCots {
        padding-left: 0;
        margin-right: 70px
    }

    .eventDL dd:nth-child(2n) .evCots .pads .time {
        padding: 0;
        text-align: right;
        display: block
    }

    .eventDL dd:nth-child(odd) .evCots {
        padding-right: 0;
        margin-left: 70px
    }

    .contactDL {
        display: block
    }

    .contactDL dd {
        width: auto
    }

    .contactDL dd .absoluteCon {
        position: static
    }

    .contactDL dd .absoluteCon .ac {
        padding: 10px 0
    }
}