html,
button,
input,
select,
textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

html,
body {
    height: 100%
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative
}

.main {
    padding-bottom: 100px;
    height: 1000px
}

.foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #F00;
    clear: both
}

.w980 {
    margin-left: auto;
    margin-right: auto;
    width: 980px
}

.w1000 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    font-family: "PingFang SC,HarmonyOS_Regular,Helvetica Neue,Microsoft YaHei,sans-serif!important";
    position: relative
}

div,
form,
img,
ul,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
    border: 0
}

li,
dl {
    list-style-type: none
}

ol li {
    list-style-type: decimal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal
}

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

input,
textarea {
    outline: none
}

.clear {
    clear: both
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

@media only screen and (min-width:35em) {}

@media print,
(-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

.fr {
    float: right
}

.fl {
    float: left
}

.fwb {
    font-weight: bold
}

li {
    list-style: none
}

.bgred {
    background-color: red
}

.bgbule {
    background-color: #5798ff
}
.xwdt {
    opacity: 0;
    animation-fill-mode: forwards
}

.lijizixun {
    margin: 0 auto
}

.bcf {
    background-color: #fff
}

.fdc {
    display: flex;
    flex-flow: column nowrap
}

.dpfl {
    display: flex;
    align-items: center;
    justify-content: center
}

.layBody {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

table {
    border-collapse: collapse
}

.bluebt {
    display: block;
    background: #0071EE;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 19px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0071EE;
    transition: all 0.3s;
}

.bluebt:hover {
    background-color: #fff;
    color: #0071EE
}

.leftFlyan {
    animation-name: leftFly;
    animation-duration: 1s
}

.rightFlyan {
    animation-name: rightFly;
    animation-duration: 1s
}

.underFlyan {
    animation-name: underFly;
    animation-duration: 1s
}

.upFlyFlyan {
    animation-name: upFly;
    animation-duration: 1s
}

.perceiveFlyan {
    animation-name: perceiveFly;
    animation-duration: 2s
}

.amplifyFlyan {
    animation-name: amplifyFly;
    animation-duration: 1s
}

.invisible {
    opacity: 0
}

@keyframes leftFly {
    from {
        transform: translateX(-300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes rightFly {
    from {
        transform: translateX(300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes underFly {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes upFly {
    from {
        transform: translateY(-300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes perceiveFly {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes amplifyFly {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.insideHead {
    position: relative;
    margin-bottom: 35px
}

.jjyminside {
    margin-bottom: 0
}

.insideHead>img {
    width: 100%;

}

.insideHeadText {
    position: absolute;
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #F3F3F3;
    line-height: 15px;
    bottom: 30px;
    left: 360px
}

.insideHeadText a {
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #F3F3F3;
    line-height: 15px;
    width: 100%;
}
.insideHeadText a:hover {
    color: #F3F3F3;
}
.dsxtinside {
    margin-bottom: 0px
}

.ffivebg {
    background-color: #f5f5f5
}

.location {
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 15px
}

.paginate {
    text-align: center;
    padding-bottom: 20px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 6px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    transition: all .2s;
    border-radius: 6px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0B82FF;
    border-color: #0B82FF
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0B82FF;
    border-color: #0B82FF;
    cursor: default
}

.topCool {
    display: flex;
    align-items: center
}

.topCool div:nth-of-type(1) {
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    font-weight: bold
}

.topCool div:nth-of-type(1)::before {
    content: '';
    background-color: #0b82ff;
    width: 3px;
    height: 40px;
    display: block
}

.listTopHead {
    width: 100%;
    height: 400px;
    background: url('../img/listbaner.jpg');
    background-size: 100% 400px;
    position: relative
}

.tagTopHead {
    margin-top: 80px
}

.listTopText {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 27%;
    top: 50%;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #fff
}

.listTopText::before {
    content: '';
    width: 280px;
    height: 1px;
    background-color: #fff;
    margin-right: 33px
}

.tagTopText {
    display: flex;
    align-items: center;
    line-height: 36px;
    padding-top: 20px
}

.tagTopText::before {
    content: '';
    margin-right: 33px;
    background-color: #0b82ff;
    width: 3px;
    height: 40px
}

.tagTopText div:nth-of-type(1) {
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid #d7d7d7;
    padding-right: 30px;
    margin-right: 30px
}

.tagRightInfo {
    padding: 30px 30px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    width: 27.1%
}

.tagRightList {
    margin-bottom: 22px;
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center
}

.tagRightList::before {
    content: '';
    background-color: #999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    margin-right: 8px
}

.badge:hover {
    color: #0071EE
}

.news_list_con .col {
    height: 505px;
    background-color: #fff;
    padding: 2.7% 0;
    box-sizing: border-box
}

.news_list_con .col .co {
    width: 85%;
    margin: 0 auto
}

.news_list_con .col .data {
    margin-top: 8.758%;
    margin-right: 4.01%;
    box-sizing: border-box;
    width: 8.972%
}

.news_list_con .col .data * {
    text-align: right;
    line-height: 1
}

.news_list_con .col .data h1 {
    color: #333;
    font-size: 40px;
    margin-bottom: 15px;
    width: 100%
}

.news_list_con .col .data p {
    color: #999;
    font-size: 20px
}

.news_list_con .col .con {
    width: 87.018%
}

.news_list_con .col .con .img {
    width: 51.15%;
    height: 400px;
    overflow: hidden
}

.news_list_con .col .con .img img {
    width: 100%;
    height: 100%;
    transition: all .4s
}

.news_list_con .col .con .img:hover img {
    transform: scale(1.1)
}

.news_list_con .col .con .te {
    padding-left: 4.5%;
    box-sizing: border-box;
    width: 31.35%
}

.news_list_con .col .con .te h1 {
    line-height: 1.67;
    font-size: 36px;
    color: #333;
    margin-bottom: 23px;
    margin-top: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news_list_con .col .con .te p {
    color: #666;
    line-height: 2;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news_list_con .col .con .te span {
    width: 138px;
    height: 30px;
    background-color: #0b82ff;
    display: block;
    padding-top: 12px;
    box-sizing: border-box;
    margin-top: 18%
}

.news_list_con .col .con .te span img {
    display: block;
    margin: 0 auto
}

.news_list_con .col_1 {
    background-color: #f3f3f3
}

.news_list_con .col_1 .data {
    margin-right: 0;
    margin-left: 5.6%;
    width: 8.967%
}

.news_list_con .col_1 .con .te {
    padding-right: 6%;
    padding-left: 6%;
    width: 41.5%
}

.news_list_con .col_1 .data {
    padding-right: 1.3%
}

.headNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background-color: rgb(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    transition: all 0.8s ease;
    border-bottom: 1px solid #fff
}

.fixOption {
    background-color: #fff
}

.fixOption .logo img:first-child {
    display: none
}

.fixOption .logo img:last-child {
    display: block
}

.fixOption .optionTable .headText {
    color: #333
}

.fixOption .optionTable .headText a {
    color: #333
}

.fixOption .optionTable .current {
    color: #0B82FF
}

.fixOption .optionTable .current .headTextAfter::after {
    background-color: #0B82FF
}

.fixOption .optionTable .on {
    color: #0B82FF
}

.fixOption .telText {
    color: #333 !important
}

.fixOption .telIcon i {
    color: #0B82FF
}

.fixOption .telIcon span {
    color: #0B82FF
}

.fixOption .telIcon .hTSIcon .icon-sousuo {
    color: #000
}

.headNav:hover {
    background-image: none;
    background-color: #fff
}

.headNav:hover .logo img:first-child {
    display: none
}

.headNav:hover .logo img:last-child {
    display: block
}

.headNav:hover .optionTable .headText {
    color: #333
}

.headNav:hover .optionTable .headText a {
    color: #333
}

.headNav:hover .optionTable .current {
    color: #0B82FF
}

.headNav:hover .optionTable .current .headTextAfter::after {
    color: #0B82FF
}

.headNav:hover .telText {
    color: #333
}

.headNav:hover .telIcon i {
    color: #0B82FF
}

.headNav:hover .telIcon .hTSIcon .icon-sousuo {
    color: #000
}

.headNav:hover .telIcon span {
    color: #0B82FF
}

.hTSInput {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 8px 1px;
    border-radius: 6px
}

.hTSIcon {
    cursor: pointer
}

.hTSIcon i {
    color: #fff
}

.hTSIBtn {
    margin-left: 20px;
    position: relative
}

.hTSIBClick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 6px
}

.hTSIBClick input {
    border: none;
    width: 200px;
    height: 50px;
    line-height: 50px
}

.hTSIBClick .btn {
    border: none;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff
}

.cs {
    color: #000 !important;
    cursor: pointer
}

.logo {
    padding-left: 60px
}

.logo img {
    width: 155px;
    height: 45px
}

.logo img:first-child {
    display: block
}

.logo img:last-child {
    display: none
}

.option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    height: 100%
}

.optionTable {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: 100%
}

.optionTable .headText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 99%;
    line-height: 80px;
    padding: 0 25px;
    margin-right: 5px;
    white-space: nowrap
}

.headText .headTextAfter {
    position: relative
}

.current .headTextAfter::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #EBEBEB;
    width: 30px;
    height: 3px;
    display: block
}

.on .headTextAfter::after {
    background: #0071EE;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 30px;
    height: 3px;
    display: block
}

.optionTable .headText a {
    color: #FFFFFF
}

.current .headTextAfter::after {
    background-color: #EBEBEB
}

.headText .parasitism {
    display: none;
    width: 100vw;
    overflow: auto;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    cursor: auto
}

.optionTable .on .headTextAfter::after {
    background-color: #0B82FF
}

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

.product>a {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 22%;
    text-align: center;
    margin: 10px 2%;
    display: block
}

.product>a:nth-child(4n+1) {
    margin-left: 0
}

.product>a:nth-child(4n) {
    margin-right: 0
}

.product>a:hover {
    background-color: #f1f1f1
}

.fixOption .telephone {
    border-left: 1px solid #d9d9d9
}

.telephone {
    padding-left: 40px;
    margin-right: 40px;
    border-left: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.telephone .telText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff
}

.telIcon {
    display: flex;
    align-items: center
}

.telIcon i {
    font-size: 20px;
    color: #FFFFFF
}

.telIcon span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff
}

.lunbo .swiper {
    width: 100%;
    height: 800px
}

.lunbo .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.lunbo .swiper-slide img {
    display: block;
    object-fit: cover
}

.business {
    width: 100%;
    height: 680px;
    text-align: center
}

.busTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.busSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 45px;
    text-align: center
}

.busLunbo {
    display: flex;
    align-items: center;
    justify-content: center
}

.busLunbo .busWeixuan:nth-of-type(1) {
    animation-delay: 0s
}

.busLunbo .busWeixuan:nth-of-type(2) {
    animation-delay: 0.1s
}

.busLunbo .busWeixuan:nth-of-type(3) {
    animation-delay: 0.2s
}

.busLunbo .busWeixuan:nth-of-type(4) {
    animation-delay: 0.3s
}

.busLunbo .busWeixuan:nth-of-type(5) {
    animation-delay: 0.4s
}

.busWeixuan {
    width: 200px;
    height: 350px;
    opacity: 0;
    animation-fill-mode: forwards;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.5s
}

.busWeixuan>div:nth-of-type(1) {
    height: 140px;
    overflow: hidden
}

.busWeixuan>div:nth-of-type(2) {
    height: 210px;
    overflow: hidden
}

.weiHeader {
    height: 140px;
    background: #0071EE;
    display: flex;
    align-items: center;
    justify-content: center
}

.weiHeader img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.weiheadImg img {
    width: 36px !important
}

.busWeixuan:nth-of-type(2n+1) {
    background-color: #DDDDDD
}

.busWeixuan:nth-of-type(2n) {
    background-color: #EEE
}

.busXuanzhong {
    width: 400px;
    height: 380px;
    background: #FFFFFF !important;
    box-shadow: 0px 10px 17px 3px rgba(66, 66, 66, 0.05)
}

.busXuanzhong>div:nth-of-type(1) {
    height: 157px
}

.busXuanzhong>div:nth-of-type(2) {
    height: 202px
}

.busXuanzhong>div:nth-of-type(1)>div {
    transform: translateY(-140px)
}

.busXuanzhong>div:nth-of-type(2)>div {
    transform: translateY(-159px);
    transition: all 0.5s
}

.xuanHeader {
    height: 157px;
    background: url('../img/xzbg.jpg') no-repeat;
    background-size: 400px 157px;
    display: flex;
    align-items: center;
    justify-content: center
}

.xuanHeader img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.busText {
    height: 22px;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px
}

.weiBody {
    padding-top: 25px;
    margin-bottom: 20px
}

.weiBody>div {
    margin: 0 auto;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 14px;
    margin-bottom: 14px
}

.xuanBody {
    width: 350px;
    padding: 0 25px
}

.xuanText {
    padding-top: 48px;
    height: 120px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #4D4D4D
}

.busoption {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.busoption>div {
    width: 100px;
    height: 34px;
    background: #F7F7F7
}

.busoption>div a {
    height: 15px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px
}

.case {
    height: 840px;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1)
}

.caseTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center
}

.caseSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 45px;
    text-align: center
}

#caseSwiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.case .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    border-radius: 6px
}

.case .swiper-slide-active,
.case .swiper-slide-duplicate-active {
    transform: scale(1)
}

.case .swiper-wrapper {
    margin-top: 142px
}

.case .swiper-pagination-bullet {
    width: 180px;
    height: 46px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    margin-right: 13px !important;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    user-select: none;
    opacity: 1
}

.case .swiper-pagination-bullet-active {
    width: 204px !important;
    height: 68px !important;
    line-height: 68px !important;
    background: #FFFFFF !important;
    font-size: 18px !important;
    color: #333333 !important
}

.case .swiper-pagination-fraction,
.case .swiper-pagination-custom,
.case .swiper-horizontal>.swiper-pagination-bullets,
.case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto;
    top: var(--swiper-pagination-top, 5px)
}

.swiperBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url('../img/case3.jpg');
    opacity: 1;
    transition: all 0.2s
}

.caseShow {
    display: flex;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer
}

.caseShowImg {
    width: 460px;
    height: 374px;
    border-radius: 6px 0px 0px 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.caseShowImg img {
    width: 460px;
    height: 374px
}

.caseShowText {
    flex: 1;
    border-radius: 0px 6px 6px 0px;
    text-align: left;
    padding: 5.5vh 2.25vw 0 2.25vw
}

.caseShowText h5 {
    height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 3.5vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.caseShowText .jieshao {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    margin-bottom: 6.6vh;
    max-height: 30vh;
    overflow: hidden;
    text-overflow: ellipsis
}

.details {
    height: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C64F7;
    line-height: 24px;
    display: block
}

.superiority {
    height: 763px;
    width: 100%;
    background-color: #fff
}

.supInfo {
    position: relative
}

.supInfoIndex {
    position: relative
}

.homegsysbg {
    width: 680px;
    height: 470px;
    background: url('../img/advbg.png');
    background-size: 680px 470px;
    margin: 0 auto
}

.supTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.supSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 54px;
    text-align: center
}

.supText>div {
    opacity: 0;
    animation-fill-mode: forwards
}

.supText>div:nth-of-type(1) {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: right
}

.supText>div:nth-of-type(2) {
    position: absolute;
    left: -50px;
    top: 180px;
    text-align: right
}

.supText>div:nth-of-type(3) {
    position: absolute;
    left: -25px;
    top: 350px;
    text-align: right
}

.supText>div:nth-of-type(4) {
    position: absolute;
    left: 890px;
    top: 10px
}

.supText>div:nth-of-type(5) {
    position: absolute;
    left: 950px;
    top: 180px
}

.supText>div:nth-of-type(6) {
    position: absolute;
    left: 910px;
    top: 350px
}

.supText h6 {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px
}

.supText p {
    width: 300px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #808080
}

.supLeft:nth-of-type(1) {
    animation-delay: 0
}

.supLeft:nth-of-type(2) {
    animation-delay: 0.1s
}

.supLeft:nth-of-type(3) {
    animation-delay: .2s
}

.supRight:nth-of-type(1) {
    animation-delay: 0
}

.supRight:nth-of-type(2) {
    animation-delay: 0.1s
}

.supRight:nth-of-type(3) {
    animation-delay: .2s
}

.supLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.supLogo img {
    width: 212px;
    height: 65px;
    margin-bottom: 40px
}

.solve {
    width: 100%;
    height: 806px;
    background: url('../img/jjfabg.jpg') no-repeat;
    background-size: 100% 806px
}

.solTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.solSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 45px;
    text-align: center
}

.tabList {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.tabList>div {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 22px;
    cursor: pointer
}

.tabList .on {
    position: relative
}

.tabList .on::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    height: 1px;
    width: 100%;
    background-color: #0071EE
}

.tabindexOption .bluebt {
    margin: 30px 0 60px 0
}

.tabOption .solplanName {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin: 80px 0
}

.tabOption .tabItem {
    display: none
}

.solPlan>div {
    display: inline-block;
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    margin-bottom: 30px
}

.solPlan>div::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px
}

.smallFunc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.smallInfo {
    opacity: 0;
    animation-fill-mode: forwards
}

.smallInfo:nth-of-type(1) {
    animation-delay: 0s
}

.smallInfo:nth-of-type(2) {
    animation-delay: 0.1s
}

.smallInfo:nth-of-type(3) {
    animation-delay: 0.2s
}

.smallInfo:nth-of-type(4) {
    animation-delay: 0.3s
}

.smallInfo:nth-of-type(5) {
    animation-delay: 0.4s
}

.smallInfo:nth-of-type(6) {
    animation-delay: 0.5s
}

.smallInfo .smallImg:nth-of-type(1) img {
    width: 60px;
    height: 59px
}

.smallInfo .smallImg:nth-of-type(2) img {
    width: 60px;
    height: 54px
}

.smallInfo .smallImg:nth-of-type(3) img {
    width: 60px;
    height: 60px
}

.smallInfo .smallImg:nth-of-type(4) img {
    width: 60px;
    height: 60px
}

.smallInfo .smallImg:nth-of-type(5) img {
    width: 60px;
    height: 60px
}

.smallInfo .smallImg:nth-of-type(6) img {
    width: 55px;
    height: 59px
}

.smallInfo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.smallInfo .funcText {
    color: #fff;
    height: 15px;
    line-height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.smallInfo .smallImg {
    transform: translateY(0);
    transition: all .2s
}

.smallInfo:hover .smallImg {
    transform: translateY(-10px)
}

.database {
    width: 100%;
    height: 869px;
    background: url('../img/zlkbg.jpg');
    background-size: 100% 869px
}

.dataTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 50px;
    padding-bottom: 17px;
    text-align: center
}

.dataSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center
}

.dataTab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 201px;
    margin-bottom: 60px
}

.dataTab>div {
    width: 120px;
    height: 44px;
    line-height: 44px;
    background: #E6E6E6;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    animation-fill-mode: forwards
}

.dataTab>div:nth-of-type(1) {
    animation-delay: 0s
}

.dataTab>div:nth-of-type(2) {
    animation-delay: 0.1s
}

.dataTab>div:nth-of-type(3) {
    animation-delay: 0.2s
}

.dataTab>div:nth-of-type(4) {
    animation-delay: 0.3s
}

.dataTab>div:nth-of-type(5) {
    animation-delay: 0.4s
}

.dataTab .on {
    background: #0071EE;
    color: #FFFFFF;
    text-align: center
}

.zlkInfo {
    display: none
}

.leftswiper {
    width: 260px;
    height: 460px;
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative
}

#zlkSwiper {
    position: relative;
    height: 100%
}

.leftswiper:hover {
    transform: scale(1.05)
}

.swiperPage {
    display: flex;
    flex-flow: column nowrap;
    width: 13.55vw;
    height: auto
}

.swiperPage img {
    width: 260px;
    height: 195px;
    margin-bottom: 40px
}

.zlkTitle {
    margin-bottom: 21px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.zlkJieshao {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 18px
}

.zlkTime {
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 12px;
    display: block
}

.leftswiper .swiper-pagination-fraction,
.leftswiper .swiper-pagination-custom,
.leftswiper .swiper-horizontal>.swiper-pagination-bullets,
.leftswiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: -95px
}

.leftswiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.leftswiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px)
}

.rightEssay {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 880px;
    opacity: 0;
    animation-fill-mode: forwards
}

.amplify {
    width: 438px;
    height: 164px
}

.iss {
    width: 379px;
    height: 105px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 30px;
    cursor: pointer;
    transition: all .2s
}

.iss:nth-of-type(1) {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.iss:nth-of-type(2) {
    border-bottom: 1px solid #f1f1f1
}

.iss:nth-of-type(3) {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.iss:nth-of-type(4) {
    border-bottom: 1px solid #f1f1f1
}

.iss:nth-of-type(5) {
    border-right: 1px solid #f1f1f1
}

.iss:hover {
    transform: scale(1.1);
    border: none;
    box-shadow: 0px 5px 15px 1px rgba(177, 181, 195, 0.35)
}

.iss:hover .issueTime div {
    color: #0071EE
}

.issueTime {
    margin-right: 28px;
    text-align: center
}

.issueTime>div:first-child {
    height: 24px;
    font-size: 32px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    transition: all .2s
}

.issueTime>div:last-child {
    height: 24px;
    font-size: 11px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    transition: all .2s
}

.issTitle {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.issText {
    min-height: 48px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 7px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.keyWord {
    height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px
}

.keyWord span {
    margin-right: 10px
}

.honour {
    height: 600px;
    width: 100%;
    background: #fff
}

.honoTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.honoSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center
}

.honourBody {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.honoSwiper {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards
}

.honoSwiper .swiper-slide img {
    width: 206px;
    height: 282px;
    margin-right: 38px
}

.honoSwiper .swiper-slide img:last-child {
    margin-right: 0px
}

#honoSwiper {
    position: static
}

.honoSwiper .swiper-button-next {
    right: -56px;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/jt.png") center center no-repeat;
    background-size: 50px 50px
}

.honoSwiper .swiper-button-prev {
    left: -60px;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/jt.png") center center no-repeat;
    background-size: 50px 50px
}

.serpro {
    width: 100%;
    height: 803px;
    background: url('../img/fwlc.jpg');
    background-size: 100% 803px;
    overflow: hidden;
    position: relative
}

.serTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.serSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 94px;
    text-align: center
}

.processList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 666px
}

.processList>div {
    background: url('../img/lcbg.png') no-repeat;
    background-size: 201px 121px;
    width: 200px;
    height: 120px;
    opacity: 0;
    animation-fill-mode: forwards
}

.processList>div:nth-of-type(1) {
    animation-delay: 0s
}

.processList>div:nth-of-type(2) {
    animation-delay: 0.1s
}

.processList>div:nth-of-type(3) {
    animation-delay: 0.2s
}

.processList>div:nth-of-type(4) {
    animation-delay: 0.3s
}

.processList>div:nth-of-type(5) {
    animation-delay: 0.6s
}

.processList>div:nth-of-type(6) {
    animation-delay: 0.5s
}

.processList>div:nth-of-type(7) {
    animation-delay: 0.4s
}

.processList>div:nth-of-type(8) {
    animation-delay: 0.3s
}

.indexTitle {
    width: 100%;
    height: 40px;
    display: flex
}

.indexNum {
    width: 49px;
    font-size: 70px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    line-height: 60px;
    position: relative;
    top: -20px;
    right: 0;
    margin-right: 13px;
    text-align: right
}

.indexText {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.indexInfo {
    width: 100%;
    height: 60px;
    padding-top: 18px
}

.indexInfo>div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    padding-left: 62px;
    height: 14px;
    margin-bottom: 15px
}

.processList .zuo,
.processList .you {
    width: 133px;
    height: 105px;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding-top: 15px
}

.dashedFram {
    width: 1303px;
    height: 345px;
    position: absolute;
    z-index: 0;
    top: 320px;
    left: 355px;
    border: 1px dashed #fff;
    border-left: none;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    display: flex
}

.dashedPosi {
    position: relative;
    z-index: 1
}

.jlFram {
    width: 318px;
    height: 99px;
    border: 1px dashed #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 101px;
    margin-left: 441px
}

.jlFram img {
    width: 40px;
    height: 49px;
    margin-right: 10px
}

.xmjl {
    height: 23px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 15px
}

.xmjlText {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 18px
}

.cooppar {
    width: 100%;
    height: 550px
}

.coopTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.coopSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center
}

.hzhb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.hzhb>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 126px;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    cursor: pointer
}

.hzhb>div:hover {
    background-color: #fafafa
}

.hzhb>div:nth-child(4n) {
    margin-right: 0
}

.footer {
    width: 100%;
    height: 375px;
    background-color: #222B33
}

.indexfoot {
    height: 525px
}

.ontitleImg img {
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.jnjwz {
    margin-right: 20px
}

.beian {
    margin-right: 30px
}

.oneline {
    display: flex;
    justify-content: space-between;
    padding-top: 39px;
    height: 237px
}

.oneline .piece {
    width: 350px
}

.oneTitle {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5ECEC;
    padding-bottom: 20px
}

.lineTitle div:first-child {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px
}

.lineTitle div:nth-of-type(2) {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei
}

.lineTitle>div {
    color: #fff
}

.lineInfo {
    padding-top: 32px;
    padding-bottom: 20px
}

.lxwm>div,
.lxwm>div>span {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 17px
}

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

.kjdh>div {
    width: 33%;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 35px
}

.kjdh>div>a {
    color: #fff
}

.kjdh>div>a:hover {
    color: #0071EE
}

.kjdh .on>a {
    color: #0071EE
}

.gzwm {
    display: flex;
    align-items: center
}

.gzwm img {
    width: 108px;
    height: 108px;
    margin-right: 30px
}

.telephoneText {
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 15px;
    margin-bottom: 11px
}

.telNum i {
    font-size: 20px;
    color: #0071EE
}

.telNum span {
    height: 18px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px
}

.twoLine {
    border-top: 1px solid #E9E2E2;
    border-bottom: 1px solid #E9E2E2;
    padding: 40px 0 41px 0
}

.yqlj {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.yqlj>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    white-space: nowrap
}

.yqlj>a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap
}

.yqlj>a:hover {
    color: #0071EE
}

.hhyqlj {
    display: flex;
    align-items: center;
    justify-content: center
}

.hhyqlj>a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

.hhyqlj>a:hover {
    color: #0071EE
}

.threeLine img {
    width: 120px;
    height: 40px
}

.wenhuiInfo {
    text-align: center
}

.wenhuiInfo>span {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15px
}

.wenhuiInfo>a {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
    display: inline-block;
}

.wenhuiInfo>a:hover {
    color: #0071EE !important;
}

.putfile {
    color: #fff !important
}

.certify {
    width: 508px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.insideInfo {
    background-color: #f5f5f5;
    padding-bottom: 35px
}

.searchTab {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.searchTab>a {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.searchTab>a:hover {
    background-color: #e5e5e5
}

.searchTab>a:nth-of-type(1) {
    animation-delay: 0s
}

.searchTab>a:nth-of-type(2) {
    animation-delay: 0.1s
}

.searchTab>a:nth-of-type(3) {
    animation-delay: 0.2s
}

.searchTab>a:nth-of-type(4) {
    animation-delay: 0.3s
}

.searchTab>a:nth-of-type(5) {
    animation-delay: 0.4s
}

.searchTab>a:nth-of-type(6) {
    animation-delay: 0.5s
}

.searchTab>a:nth-of-type(7) {
    animation-delay: 0.6s
}

.searchTab>a:nth-of-type(8) {
    animation-delay: 0.7s
}

.searchTab>a:nth-of-type(9) {
    animation-delay: 0.8s
}

.searchTab>.on {
    background-color: #0071EE !important;
    color: #fff !important
}

.searchHead {
    display: flex;
    margin-bottom: 35px;
    justify-content: center
}

.searchInput {
    display: flex;
    align-items: center
}

.searchInput input {
    width: 238px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #B3B3B3;
    padding-left: 20px;
    border-radius: 6px 0 0 6px
}

.searchInput .input-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.searchText button {
    width: 80px;
    height: 52px;
    line-height: 52px;
    background: #0071EE;
    border-radius: 0 6px 6px 0;
    border: 1px solid #0071EE;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.searchText button:active {
    background-color: #0B82FF
}

.searchText i {
    width: 16px;
    height: 16px;
    margin-left: 15px
}

.caseItem {
    width: 380px;
    height: 390px;
    border-radius: 0 4px 4px 0;
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer
}

.caseItem:nth-child(3n) {
    margin-right: 0
}

.bottomAnli .caseAll {
    opacity: 0;
    animation-fill-mode: forwards
}

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

.caseAll .caseImg {
    position: relative
}

.caseimga img {
    width: 380px;
    height: 285px
}

.caseImg .dpblock {
    width: 380px;
    height: 285px
}

.caseImg .dpblock img {
    width: 380px;
    height: 285px
}

.dpblock {
    display: block
}

.caseAll .purdah {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 285px;
    background-color: rgb(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s
}

.purdah {
    display: block
}

.caseAll .purdah img {
    width: 51px;
    height: 51px;
    display: none
}

.caseAll .caseImg>img {
    width: 380px;
    height: 285px
}

.caseBtom {
    padding: 12px 20px 0 20px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px
}

.caseJiantou {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
    display: block
}

.caseintro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #F3F3F3;
    cursor: pointer;
    position: relative
}

.caseItem:hover .caseJiantou {
    color: #0071EE
}

.caseItem:hover .purdah {
    background-color: rgb(0, 0, 0, 0.23)
}

.caseItem:hover .purdah img {
    display: block
}

.caseintro::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: transparent;
    transition: all 1s;
    position: absolute;
    bottom: 0;
    left: 0
}

.caseItem:hover .caseintro::after {
    background-color: #0071EE;
    height: 1px;
    width: 100%
}

.caseintro i {
    font-size: 30px;
    line-height: 30px
}

.caseAll .caseName {
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.casekeyword {
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 15px;
    padding-top: 14px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.casekeyword a {
    cursor: pointer;
    white-space: nowrap
}

.casekeyword a:hover {
    color: #0071EE
}

.casekeyword a::after {
    content: '|';
    margin: 0 7px
}

.casekeyword a:last-child::after {
    content: ''
}

.proItem {
    width: 380px;
    height: 463px;
    border-radius: 0 4px 4px 0;
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer
}

.proItem:nth-child(3n) {
    margin-right: 0
}

.proItem:hover .purdah {
    background-color: #0071EE
}

.proItem:hover .purdah img {
    display: block
}

.purdah .purText {
    height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    display: none
}

.proItem:hover .purdah .purText {
    display: block
}

.proCombCont img {
    margin: 0 auto;
    margin-bottom: 30px
}

.proItem .proImg {
    position: relative
}

.proItem .proImg>img {
    width: 380px;
    height: 285px
}

.proItem:hover .looklook {
    color: #0071EE
}

.proBtom {
    padding: 30px 19px 0 20px;
    background-color: #fff;
    width: 341px;
    height: 148px
}

.proText {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 30px;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis
}

.looklook {
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    padding-bottom: 30px
}

.insidesignTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    height: 47px;
    line-height: 47px
}

.insidesignTitle::after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 43px
}

.insideTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.insideSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 45px;
    text-align: center
}

.cgalTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 59px;
    padding-bottom: 60px;
    text-align: center
}

.cgalSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 45px;
    text-align: center
}

.dsxtjs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0;
    animation-fill-mode: forwards
}

.dsxtItem {
    width: 323px;
    height: 311px;
    background: #FFFFFF;
    box-shadow: 0px 6px 7px 1px rgba(181, 196, 219, 0.2);
    border-radius: 10px;
    padding: 29px 30px 0 27px;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 30px
}

.dsxtItem:nth-child(3n) {
    margin-right: 0
}

.dsxtItem::after {
    content: '';
    height: 4px;
    display: block;
    background: #fff;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    transition: all .5s
}

.dsxtItem:hover::after {
    width: 100%;
    background: #0071EE
}

.dsxtItem:hover .dsxtIndex {
    background: linear-gradient(to bottom, #0071EE, 60%, #fff);
    -webkit-background-clip: text
}

.dsxtlc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 49px
}

.dsxtIndex {
    height: 85px;
    line-height: 85px;
    font-size: 85px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    transition: background ease-in-out .5s;
    background: rgba(0, 113, 238, 0.2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dsxtText .onestrip {
    height: 19px;
    line-height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding-top: 10px;
    margin-bottom: 29px
}

.dsxtText .twostrip {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0071EE;
    padding-bottom: 4px;
    border-bottom: 1px #0071EE solid
}

.dsxtItem .dsxtdetails {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    word-break: break-all
}

.anliAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 59px
}

.anliAll .anli {
    margin-bottom: 15px;
    cursor: pointer
}

.anliAll .anli img {
    width: 391px;
    height: 248px;
    transition: all 1s
}

.anliAll .anli .anliText {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 16px;
    display: block
}

.anliImg {
    width: 391px;
    height: 248px;
    overflow: hidden;
    display: block
}

.anli:hover .anliText {
    color: #0b82ff
}

.anli:hover .anliImg img {
    transform: scale(1.2)
}

.gnysTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 18px;
    text-align: center
}

.gnysSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding-bottom: 60px;
    color: #fff;
    text-align: center
}

.jmzsHeadTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.jmzsHeadSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 45px;
    text-align: center
}

.kshdpTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 18px;
    text-align: center
}

.kshdpSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding-bottom: 60px;
    color: #fff;
    text-align: center
}

.khalTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center
}

.coreDown {
    animation-name: coreDown;
    animation-duration: 1s
}

@keyframes coreDown {
    from {
        transform: translateY(250px);
        opacity: 0
    }

    to {
        transform: translateY(83px);
        opacity: 1
    }
}

.yjzhCore {
    width: 100%;
    height: 690px;
    background-color: #fff
}

.coreItem {
    padding: 0 28px;
    width: 143px;
    height: 290px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation-fill-mode: forwards
}

.coreItem:nth-child(2n) {
    transform: translateY(83px)
}

.coreItem>div {
    text-align: center
}

.coreImg {
    margin-bottom: 30px
}

.coreText {
    height: 25px;
    line-height: 25px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px
}

.coreEnglish {
    height: 9px;
    line-height: 9px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 29px;
    text-transform: uppercase;
    white-space: nowrap
}

.coreDetails {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: left !important
}

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

.gnys {
    width: 100%;
    height: 628px;
    background: url('../img/gnbg.jpg');
    background-size: 100% 628px
}

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

.gnysItem {
    width: 226px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 60px 29px 0 30px
}

.gnysItem>div {
    text-align: center
}

.gnysImg {
    margin-bottom: 50px;
    height: 80px
}

.gnysText {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px
}

.gnysDetails {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: left !important
}

.jmzs {
    width: 100%;
    height: 900px
}

.jmzsImg {
    width: 804px;
    height: 610px;
    margin-right: 36px
}

.jmzsImg img {
    width: 804px;
    height: 610px
}

.jmzsAll {
    display: flex;
    justify-content: space-between
}

.jmzsText {
    padding-top: 27px
}

.jmzsItem {
    margin-top: 91px
}

.jmzsTitle {
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 27px;
    padding-top: 66px;
    text-align: center;
    height: 34px;
    font-size: 36px;
    color: #333333;
}

.jmzsDetails {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px
}

.kshsjdp {
    background: url('../img/dpbg.jpg');
    height: 856px;
    width: 100%;
    background-size: 100% 856px
}

.kshsjdpSwiper {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards
}

#kshsjdpSwiper {
    width: 1080px;
    margin: 0 auto
}

.kshsjdpSwiper .swiper-button-next,
.kshsjdpSwiper .swiper-button-prev {
    color: #fff
}

.khal {
    width: 100%;
    height: 610px
}

.hxgnTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.hxgnSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 100px;
    text-align: center
}

.hxgn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hxgn>div {
    cursor: pointer;
    opacity: 0;
    animation-fill-mode: forwards
}

.hxgn>div:hover .hxgnImg img {
    transform: translateY(-10px)
}

.hxgn>div:hover .hxgnText {
    color: #0071EE
}

.hxgnImg {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100px;
    width: 120px;
    margin-bottom: 30px
}

.hxgnImg img {
    transition: all 0.5s
}

.hxgnText {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center
}

.jjymys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 77px
}

.jjysItem {
    position: relative;
    width: 285px;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    animation-fill-mode: forwards
}

.jjysItem:hover img {
    transform: scale(1.1)
}

.jjysItem:hover .jjysText {
    color: #5798ff
}

.jjysItem>img {
    width: 285px;
    height: 300px;
    transition: all 0.5s
}

.jjysText {
    position: absolute;
    width: 100%;
    height: 53px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF
}

.jjymTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.jjymSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 100px;
    text-align: center
}

.gsys {
    background-color: #F3F8FF;
    width: 100%;
    height: 708px
}

.gsysTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 59px;
    padding-bottom: 18px;
    text-align: center
}

.gsysSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 81px;
    text-align: center
}

.gsysbg {
    background: url('../img/gsysbg.png');
    background-size: 100% 420px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.siyoushi>div {
    display: flex;
    align-items: center;
    flex-direction: column
}

.siyoushi>div:first-child {
    height: 46px;
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 46px;
    margin-bottom: 18px
}

.siyoushi>div:last-child {
    height: 11px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 11px;
    text-transform: uppercase
}

.around {
    position: absolute
}

.around:nth-of-type(5) {
    left: 17px;
    top: 20px;
    text-align: right
}

.around:nth-of-type(2) {
    left: 867px;
    top: 20px
}

.around:nth-of-type(3) {
    left: 17px;
    top: 300px;
    text-align: right
}

.around:nth-of-type(4) {
    left: 867px;
    top: 300px
}

.around>div:first-child {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px
}

.around>div:last-child {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    width: 315px
}

.csym {
    height: 680px;
    width: 100%
}

.csymTitle {
    height: 35px;
    line-height: 36px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 79px;
    padding-bottom: 18px;
    text-align: center
}

.csymSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 104px;
    text-align: center
}

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

.csymItem {
    width: 240px;
    text-align: center;
    opacity: 0;
    animation-fill-mode: forwards
}

.csymItem img {
    width: 86px;
    height: 86px;
    margin-bottom: 29px
}

.csymItem>div:last-child {
    height: 23px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 60px
}

.fwlc {
    width: 100%;
    height: 600px;
    background: #0071EE
}

.fwlcTitle {
    height: 35px;
    line-height: 36px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 18px;
    text-align: center
}

.fwlcSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 60px;
    text-align: center
}

.fwlcNum {
    position: relative;
    width: 76px;
    height: 100px;
    margin: 0 auto
}

.fwlcNum::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/numbg.png');
    background-size: 76px 100px;
    width: 76px;
    height: 100px
}

.fwlcItem {
    position: relative;
    font-size: 26px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
    animation-fill-mode: forwards;
    width: 155px
}

.fwlcItem:nth-of-type(1) {
    animation-delay: 0s
}

.fwlcItem:nth-of-type(2) {
    animation-delay: 0.1s
}

.fwlcItem:nth-of-type(3) {
    animation-delay: 0.2s
}

.fwlcItem:nth-of-type(4) {
    animation-delay: 0.3s
}

.fwlcItem:nth-of-type(5) {
    animation-delay: 0.4s
}

.fwlcAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.flatland {
    position: absolute;
    left: 0;
    top: 140px
}

.fwlcText {
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap
}

.fwlcItem:nth-child(2n+1) .fwlcindex {
    position: absolute;
    left: 20px;
    top: 21px
}

.fwlcItem:nth-child(2n) .fwlcindex {
    position: absolute;
    left: 20px;
    top: 45px
}

.fwlcItem:nth-child(2n+1) .fwlcNum {
    margin-bottom: 93px
}

.fwlcItem:nth-child(2n) .fwlcNum {
    margin-top: 101px
}

.fwlcItem:nth-child(2n) .fwlcNum::after {
    transform: rotate(-180deg)
}

.fwlcItem:nth-child(2n) {
    transform: translateY(48px)
}

.mlxt {
    display: flex;
    margin-bottom: 80px
}

.mlxtjs {
    width: 536px;
    margin-right: 61px
}

.mlxtTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.mlxtSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 100px;
    text-align: center
}

.mlxtEnglish {
    height: 32px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0071EE;
    line-height: 32px;
    margin-bottom: 11px;
    margin-top: 9px
}

.mlxtText {
    height: 29px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin-bottom: 39px
}

.mlxtContent p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 40px
}

.mlxtImg img {
    width: 537px;
    height: 379px
}

.mlxtDecorate {
    margin-right: 19px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-delay: 0.3s
}

.mlxtDecorate img {
    width: 43px;
    height: 331px
}

.mlxtInside {
    margin-bottom: 0
}

.bdtd {
    width: 100%;
    height: 936px;
    background: url('../img/gnbg.jpg');
    background-size: 100% 936px
}

.bdtdItem {
    width: 225px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 60px 30px 0 30px;
    margin-bottom: 29px
}

.bdtdItem>div {
    text-align: center
}

.hzkhTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}

.hzkhSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 59px;
    text-align: center
}

.hzkhImg {
    margin-bottom: 59px;
    opacity: 0;
    animation-fill-mode: forwards
}

.hzkhImg img {
    width: 100%;
    height: 426px
}

.lmgnTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}

.lmgnSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 59px;
    text-align: center
}

.lanmu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.lanmuItem {
    width: 380px;
    height: 141px;
    background: #F5F5F5;
    border-radius: 10px;
    padding-top: 39px;
    margin-bottom: 18px;
    cursor: pointer
}

.lanmuItem:hover {
    background: url('../img/lanmubg.png');
    width: 291px;
    height: 138px;
    background-size: 380px 180px;
    padding: 42px 45px 0 44px;
}

.lanmuItem:hover .gsjsTitle,
.lanmuItem:hover .gsjsTitle::after,
.lanmuItem:hover .gsqmjs {
    display: block;
}

.lanmuItem:hover .lanmuImg,
.lanmuItem:hover .lanmuText {
    display: none;
}

.lanmuImg {
    text-align: center
}

.lanmuImg img {
    width: 80px;
    height: 85px
}

.lanmuText {
    height: 22px;
    line-height: 22px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center
}

.gsjsTitle {
    position: relative;
    height: 22px;
    line-height: 22px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 42px;
    display: none;
}

.gsjsTitle::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 43px;
    display: none;
}

.gsqmjs {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: none;
}

.qygsysTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 79px;
    padding-bottom: 18px;
    text-align: center
}

.qygsysSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 58px;
    text-align: center
}

.qyysItem {
    margin-right: 20px;
    width: 200px;
    height: 380px;
    overflow: hidden;
    transition: all 0.7s;
    position: relative;
    cursor: pointer
}

.qyysassist {
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 450px
}

.qyysassist .introduce {
    opacity: 0;
    transition: all 0.2s;
    color: #fff;
    height: 0
}

.on .qyysassist .introduce {
    opacity: 1;
    height: 60px
}

.qyysIcon {
    margin-bottom: 21px
}

.qyysText {
    height: 19px;
    line-height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px
}

.qygsys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px
}

.qygsys .on {
    width: 540px;
    height: 380px
}

.zysj {
    background: url('../img/gsys1on.png');
    background-size: 540px 380px;
    background-position: 50% 50%
}

.kbyl {
    background: url('../img/gsys2on.jpg');
    background-size: 540px 380px;
    background-position: 50% 50%
}

.jyff {
    background: url('../img/gsys3on.jpg');
    background-size: 540px 380px;
    background-position: 30% 50%
}

.wssh {
    background: url('../img/gsys4on.jpg');
    background-size: 540px 380px;
    background-position: 40% 50%;
    margin-right: 0
}

.qywzfwlc .fwlcText>div:first-child {
    height: 19px;
    line-height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 19px
}

.qywzfwlc .fwlcText>div:last-child {
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF
}

.qywzInside {
    margin-bottom: 0
}

.wfxldTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 18px;
    text-align: center
}

.wfxldSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 107px;
    text-align: center
}

.wfxld {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0;
    animation-fill-mode: forwards
}

.wfxldItem {
    width: 299px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px -6px 7px 1px rgba(205, 215, 230, 0.2), 0px 6px 7px 1px rgba(207, 216, 230, 0.2);
    position: relative;
    padding: 75px 36px 0 35px;
    margin-bottom: 79px
}

.wfxldIcon {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wfxldIcon img {
    width: 80px;
    height: 80px
}

.wfxldText {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 67px;
    text-align: center;
    white-space: nowrap
}

.wfxldJieshao {
    width: 271px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin: 0 auto
}

.yxtz {
    width: 100%;
    height: 439px;
    background: url('../img/yxtz.jpg')
}

.yxtzTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 83px;
    text-align: center
}

.yxtzItem {
    position: relative;
    width: 340px;
    height: 154px;
    background: #FFFFFF;
    border-radius: 6px;
    padding-left: 20px;
    padding-top: 46px;
    margin-right: 60px
}
.yxtzItem:nth-of-type(3){
    margin-right: 0;
}

.yxtzAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    animation-fill-mode: forwards
}

.quote {
    position: absolute;
    top: -24px;
    left: 22px;
    font-weight: 400;
    color: #89919D;
    width: 38px;
    height: 38px;
    line-height: 38px
}

.qxtzText {
    height: 19px;
    line-height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 23px
}

.qxtzJieshao {
    width: 241px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px
}

.merchant {
    position: relative;
    height: 721px;
    width: 100%
}

.srbg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.srbg img {
    width: 637px;
    height: 721px
}

.srText {
    position: absolute;
    left: 261px;
    top: 86px
}

.srEnglish {
    line-height: 42px;
    font-size: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333
}

.srTextone {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 17px;
    margin-bottom: 20px
}

.srTexttwo {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666
}

.merAll {
    opacity: 0;
    animation-fill-mode: forwards;
    position: relative;
    height: 721px
}

.merItem {
    width: 280px;
    height: 312px;
    padding: 48px 60px 0 60px
}

.merAll .merItem:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 400px;
}

.merAll .merItem:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
}

.merAll .merItem:nth-of-type(3) {
    position: absolute;
    top: 360px;
    right: 800px;
}

.merAll .merItem:nth-of-type(4) {
    position: absolute;
    top: 360px;
    right: 400px;
}

.merAll .merItem:nth-of-type(5) {
    position: absolute;
    top: 360px;
    right: 0;
}

.merItem img {
    display: block;
    margin: 0 auto;
    margin-bottom: 48px
}

.merText {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 22px
}

.merIntr {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333
}

.spread {
    width: 100%;
    height: 608px;
    background: url('../img/spreadbg.jpg');
    background-size: 100% 608px
}

.spreadTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 18px;
    text-align: center
}

.spreadSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 80px;
    text-align: center
}

.spreadSwiper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.spreadSwiper .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.spreadSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.spreadSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all
}

.spreadSwiper #progressEffect {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px
}

.cbImg {
    margin-bottom: 60px
}

.cbImg img {
    width: 140px;
    height: 140px
}

.cbTitle {
    height: 23px;
    line-height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 29px;
    text-align: center
}

.cbText {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    width: 215px;
    margin: 0 auto
}

.wfxintr {
    background: url('../img/ydbg.png');
    background-size: 100% 498px;
    width: 100%;
    height: 498px
}

.wfxintrTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 18px;
    text-align: center
}

.wfxintrSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 59px;
    text-align: center
}

.ydIcon {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ydItem {
    width: 157px;
    height: 250px;
    opacity: 0;
    animation-fill-mode: forwards
}

.ydItem:nth-of-type(1) {
    animation-delay: 0
}

.ydItem:nth-of-type(2) {
    animation-delay: 0.1s
}

.ydItem:nth-of-type(3) {
    animation-delay: 0.2s
}

.ydItem:nth-of-type(4) {
    animation-delay: 0.3s
}

.ydItem:nth-of-type(5) {
    animation-delay: 0.4s
}

.ydItem:nth-of-type(6) {
    animation-delay: 0.5s
}

.ydImg {
    margin-bottom: 29px;
    text-align: center
}

.ydItem img {
    width: 102px;
    height: 102px
}

.ydTitle {
    height: 23px;
    line-height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center
}

.ydText {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center
}

.xuqiu {
    background: url('../img/xqbg.png');
    background-size: 100% 624px;
    width: 100%;
    height: 624px
}

.xuqiuTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 18px;
    text-align: center
}

.xuqiuSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 60px;
    text-align: center
}

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

.xuqiuItem {
    width: 100px;
    margin-right: 120px;
    margin-bottom: 80px
}

.xuqiuItem:nth-child(6n) {
    margin-right: 0
}

.xuqiuItem:hover .xuqiuIcon {
    background-color: rgba(255, 255, 255, 0.2)
}

.xuqiuIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 20px
}

.xuqiuText {
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.wxdzTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 18px;
    text-align: center
}

.wxdzSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center
}

.wxdzAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 78px
}

.wxdzItem {
    display: flex;
    justify-content: space-between;
    height: 171.4px;
    width: 598px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    opacity: 0;
    animation-fill-mode: forwards
}

.wxdzItem:hover .wxdzIconZone {
    background-color: #0071EE
}

.wxdzItem:hover .wxdzIcon {
    background: transparent
}

.wxdzIconZone {
    width: 171.4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.5s
}

.wxdzIcon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s
}

.wxdzText {
    padding-left: 18px;
    padding-right: 48px
}

.wxdzText>div:first-child {
    height: 23px;
    line-height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 17px;
    margin-top: 45px
}

.wxdzText>div:last-child {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px
}

.xcxal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    opacity: 0;
    animation-fill-mode: forwards
}

.xcxal img {
    width: 290px;
    height: 558px
}

.xsjys {
    width: 100%;
    height: 936px;
    background: url('../img/gnbg.jpg');
    background-size: 100% 936px
}

.xsjItem {
    width: 266px;
    height: 279px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 51px 58px 0 56px;
    margin-bottom: 29px
}

.xsjItem>div {
    text-align: center
}

#wenhuimap {
    width: 100%;
    height: 557px
}

.gywh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-30px)
}

.gywh .on {
    background-color: #0071EE;
    color: #fff
}

.gywhItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    background-color: #F5F5F5;
    cursor: pointer;
    line-height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400
}

.gywhItem i {
    font-size: 20px;
    margin-right: 5px
}

.gywhTitle {
    text-align: center;
    position: relative;
    margin-bottom: 20px
}

.gywhTitle span {
    height: 40px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 45px
}

.gywhTitle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: -1
}

.gywhEnglish {
    text-transform: uppercase;
    text-align: center;
    height: 12px;
    line-height: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    margin-bottom: 60px
}

.gywhIntroduce {
    margin-bottom: 97px
}

.gywhIntroduce p {
    width: 1200px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center
}

.gywhexp {
    background: url('../img/expbg.png');
    background-size: 100% 267px;
    height: 267px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px
}

.gywhNum {
    height: 72px;
    position: relative
}

.gywhNum .counter {
    width: 150px;
    font-size: 80px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: #0071EE;
    line-height: 72px;
    text-align: center
}

.gywhNum .plus {
    position: absolute;
    right: -15px;
    top: 0;
    width: 18px;
    height: 18px;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0071EE;
    line-height: 18px
}

.gywhText {
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    text-align: center
}

.gszz {
    background: url('../img/gszzbg.jpg');
    background-size: 100% 800px;
    width: 100%;
    height: 800px
}

.gszzEnglish {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(0, 113, 238, 0.8);
    line-height: 42px;
    margin-bottom: 23px;
    padding-top: 60px
}

.gszzTitle {
    height: 38px;
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 40px
}

.slash {
    margin-bottom: 85px
}

.slash img {
    width: 155px;
    height: 11px
}

.gszzText {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 60px;
    opacity: 0;
    animation-fill-mode: forwards
}

.gszzText .maximum {
    font-size: 30px
}

.gszzText .maximum span {
    color: #0071EE
}

.fzlcTitle {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 80px
}

.fzlcTitle span {
    height: 40px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 45px
}

.fzlcTitle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: -1
}

.fzlcEnglish {
    text-transform: uppercase;
    text-align: center;
    height: 12px;
    line-height: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    margin-bottom: 60px
}

.fzlc {
    display: flex;
    justify-content: space-between;
    position: relative
}

.fzlcItem {
    width: 500px;
    min-height: 70px;
    padding: 20px;
    background-color: #F5F5F5;
    margin-bottom: 72px;
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards
}

.fzlcTime {
    height: 18px;
    line-height: 18px;
    font-size: 24px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: #0071EE;
    margin-bottom: 18px
}

.fzlcText>div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px
}

.fzlcLeft .fzlcItem .fzlcNum {
    width: 44px;
    height: 44px;
    background: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: -22px;
    top: -22px
}

.fzlcRight {
    padding-top: 54px
}

.fzlcRight .fzlcItem {
    padding-left: 25px;
    padding-top: 30px;
    width: 495px;
    min-height: 60px
}

.fzlcRight .fzlcItem .fzlcNum {
    width: 44px;
    height: 44px;
    background: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: -22px;
    top: -22px
}

.fzlcaxis {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%)
}

.fzlcaxis img {
    width: 19px;
    height: 678px
}

.lxwmTitle {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 80px
}

.lxwmTitle span {
    height: 40px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 45px
}

.lxwmTitle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: -1
}

.lxwmEnglish {
    text-transform: uppercase;
    text-align: center;
    height: 12px;
    line-height: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    margin-bottom: 160px
}

.lxwmdetails {
    position: relative
}

.lxwminsi {
    margin-bottom: 0
}

.lxwmjjfa {
    margin-left: 180px;
    margin-right: 171px
}

.fillinInfo {
    width: 1070px;
    height: 199px;
    position: absolute;
    left: 50%;
    top: 137px;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    padding: 60px 70px 41px 60px;
    background: url('../img/lxwmbg.jpg');
    background-size: 1200px 300px;
    z-index: 2;
    opacity: 0;
    animation-fill-mode: forwards
}


.fillTitle {
    height: 25px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 42px
}

.fillIcon {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    margin-bottom: 20px
}

.fillIcon i {
    font-size: 20px;
    margin-right: 12px
}

.affirmBtn {}

.affirmBtn button {
    display: block;
    width: 488px;
    height: 50px;
    background: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: none
}

.affirmBtn button:hover {
    background: #444
}

.affirmBtn button:active {
    background: #555
}

.stayInfo input {
    width: 210px;
    height: 14px;
    background: #FFFFFF;
    padding: 18px 0 18px 20px;
    border: none;
    margin-bottom: 25px
}

.stayInfoOne {
    margin-right: 24px
}

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

.jjfaItem {
    position: relative;
    width: 380px;
    height: 285px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 30px
}

.jjfaItem:nth-child(3n) {
    margin-right: 0
}

.jjfaItem:hover img {
    transform: scale(1.1)
}

.jjfaItem img {
    width: 380px;
    height: 285px;
    transition: all 0.5s
}

.jjfaText {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    white-space: nowrap;
    display: block
}

.jjfaxq img {
    width: 100%;
    height: 600px
}

.jjfaxq {
    position: relative
}

.jjfaxq .jjfaxqHead {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.jjfaxqHead .jjfaEnglish {
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 11px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.jjfaxqHead .jjfaxqText {
    height: 43px;
    font-size: 44px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    margin-bottom: 80px
}

.jjfaBtn {
    width: 220px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    margin: 0 auto;
    cursor: pointer
}

.jjfaBtn:hover {
    background: rgba(255, 255, 255, 0.2)
}

.jjfaIntroduce {
    width: 1120px;
    height: 368px;
    background: #FFFFFF;
    box-shadow: 0px 8px 14px 2px rgba(212, 212, 212, 0.2);
    border-radius: 4px;
    padding: 40px;
    transform: translateY(-60px)
}

.jjfaintrTitle {
    height: 29px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    text-align: center;
    margin-bottom: 40px
}

.jjfaintrMain {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.jjfaintrImg {
    margin-right: 40px
}

.jjfaintrImg img {
    width: 540px;
    height: 300px
}

.jjfamainText>div:nth-of-type(1) {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px
}

.jjfamainText>div:nth-of-type(2) {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 25px
}

.jjfamainText>div:nth-of-type(3) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 2em
}

.jjfaTitle {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px
}

.jjfaTitle span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    position: relative;
    z-index: 2
}

.jjfaTitle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 100%;
    height: 50%;
    z-index: -1
}

.wzgnAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    height: 358px
}

.wzgnItem {
    width: 164px;
    height: 258px;
    background: #FFFFFF;
    border: 1px solid #CFD9E2;
    box-shadow: 0px 6px 9px 1px rgba(212, 212, 212, 0.2);
    padding: 30px;
    transition: all 0.5s;
    cursor: pointer
}

.wzgnItem:hover {
    height: 258px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to bottom right, rgba(0, 113, 238, 0.06), 10%, #fff)
}

.wzgnImg {
    text-align: center;
    margin-bottom: 30px
}

.wzgnTitle {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.wzgnTitle::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    display: block;
    height: 2px;
    width: 20px;
    background-color: #0071EE
}

.wzgnText {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.xyal {
    background: url('../img/xyalbj.png');
    background-size: 100% 480px;
    width: 100%;
    height: 480px
}

.xyalAnli {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    animation-fill-mode: forwards
}

.xyalItem {
    width: 380px;
    height: 285px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.xyalItem:hover>img {
    transform: scale(1.1)
}

.xyalItem>img {
    width: 380px;
    height: 285px;
    transition: all 0.5s
}

.xyalItem a img {
    width: 380px;
    height: 285px
}

.xyalText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 380px;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px
}

.xxbfTitle {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 26px
}

.xxbfTitle span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    position: relative;
    z-index: 2
}

.xxbfTitle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 100%;
    height: 50%;
    z-index: -1
}

.gdhyTitle {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 26px
}

.gdhyTitle span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    position: relative;
    z-index: 2
}

.gdhyTitle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 100%;
    height: 50%;
    z-index: -1
}

.hyalAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    opacity: 0;
    animation-fill-mode: forwards
}

.hyalItem {
    cursor: pointer
}

.hyalItem:hover img {
    transform: scale(1.1)
}

.hyalItem:hover .hyalTitle {
    color: #0071EE
}

.hyalItem img {
    width: 380px;
    height: 285px;
    transition: all 0.5s
}

.hyalImg {
    width: 380px;
    height: 285px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block
}

.hyalTitle {
    height: 21px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-bottom: 29px;
    display: block
}

.hyalBtn {
    width: 140px;
    height: 40px;
    background: #0071EE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    cursor: pointer
}

.hyalBtn i {
    font-size: 16px
}

.corrEssay {
    background: url('../img/corrbg.png');
    background-size: 1200px 334px;
    width: 1140px;
    height: 284px;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px
}

.corrLeft,
.corrRight {
    width: 550px
}

.corrCate {
    height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 30px
}

.corrCate::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #0071EE;
    vertical-align: middle;
    margin-right: 10px
}

.corrUl li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    margin-bottom: 18px;
    cursor: pointer
}

.corrUl li .corrTitle::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 7px;
    background-color: #666666;
    display: inline-block
}

.corrUl li:hover .corrTitle {
    color: #0071EE
}

.corrTitle {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 470px;
}

.corrTime {
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 11px
}



.xwdtHead img {
    height: 400px;
    width: 100%
}

.xwdtFrist {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer
}

.xwdtFrist:hover .xwdtTitle {
    color: #0071EE
}

.xwdtImg:hover img {
    transform: scale(1.1)
}

.xwdtImg {
    margin-right: 30px;
    width: 600px;
    height: 400px;
    overflow: hidden;
    flex-shrink: 0
}

.xwdtImg img {
    width: 600px;
    height: 400px;
    transition: all 0.5s
}

.xwdtTime {
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0071EE;
    line-height: 11px;
    margin-bottom: 12px
}

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

.xwdtTitle {
    min-height: 54px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-bottom: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.xwdtJieshao {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
    margin-bottom: 53px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.xwdtBtn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #0071EE;
    border-radius: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    display: block
}

.xwdtItem {
    width: 530px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    cursor: pointer
}

.xwdtItem:hover .xwdtTitle {
    color: #0071EE
}

.zlkTab>div {
    margin-right: 15px
}

.zlkTab>div:nth-of-type(9) {
    margin-right: 0
}

.zlkLeft {
    width: 820px;
    height: 1448px;
    background-color: #fff
}

.zlkRight {
    width: 360px;
    height: 1448px
}

.newsImg {
    margin-right: 30px;
    width: 260px;
    height: 196px;
    overflow: hidden;
    flex-shrink: 0
}

.newsImg img {
    width: 260px;
    height: 196px;
    transition: all 0.5s
}

.newsItem:hover .newsImg img {
    transform: scale(1.1)
}

.newsItem {
    display: flex;
    align-items: center;
    margin-top: 30px;
    height: 196px
}

.newstitle:hover a {
    color: #0071EE
}

.newstitle {
    height: 25px;
    line-height: 25px;
    margin-bottom: 26px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.newstitle a {
    color: #333333;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.newsItem .newRight {
    overflow: hidden;
    padding-right: 28px
}

.newsText {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newsfoot {
    display: flex;
    align-items: center;
    margin-top: 26px
}

.newsgjc {
    display: flex;
    align-items: center
}

.newsgjc>a {
    height: 12px;
    background: rgba(0, 113, 238, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0071EE;
    line-height: 12px;
    text-align: center;
    padding: 8px 9px;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    white-space: nowrap
}

.newsgjc>a:hover {
    background: rgba(0, 113, 238, 0.2)
}

.newTime {
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828A92;
    line-height: 11px;
    margin-left: 20px
}

.populTitle {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18px
}

.popularItem {
    padding-top: 23px;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
    margin-bottom: 26px;
    padding-right: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zlkpopular .popularItem:first-child {
    border-top: none;
    padding-top: 29px
}

.zlkpopular {
    background-color: #fff;
    padding-left: 19px;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 22.5px
}

.popularTime {
    display: flex;
    align-items: center;
    height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 16px
}

.popularTime i {
    margin-right: 10px
}

.popularText {
    height: 13px;
    line-height: 13px;
    margin-bottom: 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popularText:hover a {
    color: #0071EE
}

.popularText a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D
}

.gs {
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 12px
}

.zlkRightBg {
    width: 360px;
    height: 208px;
    overflow: hidden;
    margin-bottom: 21.5px
}

.zlkRightBg img {
    width: 360px;
    height: 208px;
    transition: all 0.5s
}

.zlkwz {
    background: url('../img/xwdt.jpg');
    background-size: 100% 400px
}

.roadSign {
    padding-top: 30px;
    padding-bottom: 30px
}

.calendar {
    width: 1100px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    margin-bottom: 20px
}

.caTimeAll {
    padding-right: 40px;
    border-right: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center
}

.caDay {
    height: 38px;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 38px;
    margin-bottom: 10px
}

.caTime {
    height: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 13px
}

.caTitle {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 17px;
    text-align: center;
    padding: 0 20px
}

.caproTime {
    text-align: center
}

.caproTime>div {
    display: inline-block;
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 12px;
    text-align: center
}

.caproTime>div:first-child {
    margin-right: 39px
}

.caTitleAll {
    display: flex;
    align-items: center;
    justify-content: center
}

.pageView {
    width: 90px;
    border: 1px solid #0071EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.pageView .catext {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 14px;
    margin-bottom: 10px;
    text-align: center
}

.pageView .canum {
    height: 20px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0071EE;
    line-height: 20px;
    text-align: center
}

.mainBody {
    width: 1100px;
    padding: 40px 50px 30px 50px;
    background: #FFFFFF;
    overflow: hidden
}

.mainText {
    padding-bottom: 38px;
    border-bottom: 1px solid #E6E6E6
}

.mainText p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 34px
}

.mainText img {
    margin: 18px auto;
    display: block
}

.brothers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 17px
}

.brothers>div {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 15px
}

.brothers>div>a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15px
}

.brothers>div>a:hover {
    color: #0071EE
}

.essFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6
}

.essLeft {
    display: flex;
    align-items: center
}

.essLeft>div {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-right: 10px
}

.essLeft ul {
    display: flex;
    align-items: center
}

.essLeft ul li {
    min-width: 80px;
    height: 38px;
    background: #F5F5F5;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 10px
}

.essLeft ul li:hover {
    color: #0071EE
}

.essLeft a {
    display: block
}

.share {
    width: 140px
}

.retureList {
    float: right;
    width: 140px;
    height: 40px;
    border: 1px solid #0071EE;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0071EE;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    display: block
}

.retureList:hover {
    background-color: #0071EE;
    color: #fff
}

.familycase {
    margin-bottom: 30px
}

.familyTitle {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 30px
}

.zlkEss {
    background: none;
    background-color: #fff;
    margin-bottom: 0
}

.producttop {
    position: relative
}

.prodImg img {
    width: 100%;
    height: 600px
}

.prodText {
    position: absolute;
    left: 260px;
    top: 298px;
    width: 50%;
}

.prodIntroduce {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF
}

.prodTitle {
    height: 39px;
    line-height: 39px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 39px
}

.regular {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
    padding: 0 60px
}

.prodBtn {
    position: absolute;
    right: 260px;
    top: 328px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.prodBtn>div {
    margin-right: 46px
}

.prodBtn>div img {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 11px
}

.probtnText {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF
}

.productMain {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 80px 0;
    border-radius: 6px;
    margin-top: -160px;
    position: relative
}

.proslash {
    display: flex;
    align-items: center
}

.proslash>div {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333
}

.proslash>div:first-child {
    margin-right: 13px;
    height: 12px;
    line-height: 10px;
    font-size: 12px
}

.kvari {
    height: 12px;
    line-height: 12px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999
}

.proTitle {
    height: 48px;
    line-height: 48px;
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0071EE;
    text-align: center;
    position: relative;
    margin-bottom: 112px
}

.proTitle::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -29px;
    transform: translate(-50%, 0);
    width: 39px;
    height: 3px;
    background-color: #333
}

.anliflex {
    display: flex;
    align-items: center
}

.alsechHead {
    margin-bottom: 35px
}

.searHeadTab label {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.searHeadTab label a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px
}

.searHeadTab {
    display: flex;
    align-items: center
}

.searHeadTab .on a {
    background-color: #0071EE !important;
    color: #fff !important
}

.searHeadInput input {
    width: 238px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #B3B3B3;
    padding-left: 20px;
    border-radius: 6px 0 0 6px
}

.searheadBtn {
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: #0071EE;
    border-radius: 0 6px 6px 0;
    border: 1px solid #0071EE;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.anlipro {
    width: 100%
}

.proContent {
    margin: 0 auto;
    padding: 0 60px;
}

.anlishowcont img {
    width: 100%;
}


.anlishowfami {
    margin-top: 80px
}

.zhizuo {
    display: flex;
    align-items: center;
    justify-content: center
}

.showbody {
    margin-top: 80px;
    padding-bottom: 30px
}

.showfamily {
    margin-top: 40px
}

.showCaseall {
    opacity: 1
}

.wfxinsidehead {
    margin-bottom: 0
}

.wfxalliAll {
    margin-bottom: 59px
}

.xcxInsidehead {
    margin-bottom: 0
}

.xcxCgalt {
    padding-top: 80px;
    padding-bottom: 18px
}

.xcxCgals {
    padding-bottom: 60px
}

.xsjinsidesu {
    padding-bottom: 60px
}

.xwzxSearch {
    margin-bottom: 50px
}

.zxxwdtTitle {
    margin-bottom: 30px
}

.zlkbody {
    padding-bottom: 60px
}

.zlkinsidehead img {
    height: 400px
}

.issueInfo {
    overflow: hidden;
}

.xwdtText {
    overflow: hidden;
    padding-right: 30px;
}



/* crm系统 */
.newBanner{
    display: block;
}
.newBanner img{
    width: 100%;
    height: 650px;
}
.crmbanner {
    margin-bottom: 0;
}

.xtysTitle {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 18px;
    text-align: center;
}

.xtysSubtitle {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
}

.crmsub {
    padding-bottom: 60px;
}

.crmxtAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.crmItem {
    height: 290px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation-fill-mode: forwards;
}

.crmDetails {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: left !important;
    width: 132px;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 23px;
}

.crmImg {
    margin-bottom: 30px;
    text-align: center;
}

.crmText {
    height: 25px;
    line-height: 25px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.crmEnglish {
    height: 9px;
    line-height: 9px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 29px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.crmxtys {
    width: 100%;
    height: 700px;
    background: url('../img/crmbg2.png');
    background-size: 100% 700px;
}

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

.crmXtysItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 127px;
    padding: 39px 40px 34px 40px;
    margin-bottom: 50px;
    background: #F1F6FF;
    border-radius: 8px;
}

.crmXtysImg {
    margin-right: 28px;
}

.crmxtysTitle {
    font-weight: 500;
    font-size: 24px;
    height: 24px;
    color: #1B6EFF;
    margin-bottom: 17px;
}

.crmxtysCon {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.gnzsTitle {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 18px;
    text-align: center;
}

.gnzsSubtitle {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 61px;
    text-align: center;
}

.crmGnzsAll .layBody {
    padding-top: 62px;
    padding-bottom: 54px;
}

.crmGnzsItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crmgnYimg img {
    width: 610px;
    height: 353px;
}

.crmgnTitle {
    position: relative;
    margin-bottom: 28px;
}

.crmgnTitle span {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    height: 28px;
    line-height: 28px;
    z-index: 2;
}

.crmgnTitle img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.crmgnCon {
    width: 468px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 64px;
}

.crmgnzsMiddle {
    background-color: #FBFBFB;
}

.crmgmsq {
    width: 100%;
    height: 540px;
    background: url('../img/crmbg3.png');
    background-size: 100% 540px;
}

.gmsqTitle {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 59px;
    text-align: center;
}

.crmgmsqAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crmgmsqysItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 127px;
    padding: 39px 40px 34px 40px;
    background: #fff;
    border-radius: 8px;
}
.scgmsqysItem{
    width: 291px;
    height: 126px;
    padding: 37px 40px 37px 49px;
    background: #fff;
    border-radius: 8px;
}

.crmgmsqImg {
    margin-right: 28px;
}

.crmgmsqTitle {
    height: 18px;
    margin-bottom: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}
.scgmsqTitle{
    height:  25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height:  25px;
}
.scSmtitle{
    display: flex;
    align-items: flex-end;
    padding-bottom: 26px;
}
.scSmtitle img{
    margin-right: 10px;
}
.crmgmsqCon {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.gmsqbt {
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 60px;
}

.shfwTitle {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 59px;
    text-align: center;
}

.schxgnTitle {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}




.schItem {
    width: 202px;
    height: 182px;
    padding: 30px 20px 0 30px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0px 3px 6px 0px rgba(229, 242, 255, 1);
    margin-right: 24px;
    margin-bottom: 23px;
}

.schItem:nth-of-type(4n) {
    margin-right: 0;
}

.schxgnsub {
    height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    display: flex;
    align-items: end;
    margin-bottom: 21px;
    font-weight: bold;
}

.schxgnsub img {
    margin-right: 5px;
}

.schxgnText {
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 24px;
}

.schxgnAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gnjzCore {
    width: 100%;
    height: 800px;
    background: url('../img/scbg2.png');
    background-size: 100% 800px;
}

.gnjzTitle {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 59px;
    text-align: center;
}

.gnjzAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gnjzItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 222px;
    height: 168px;
    background: rgba(232, 234, 239, 0.3);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    margin-right: 20px;
    margin-bottom: 20px;
}

.gnjzItem:nth-of-type(5n) {
    margin-right: 0px;
}

.gnjzTexy {
    height: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 19px;
    margin-top: 20px;
}

.jmzsCon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.jmTitle {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}
.jmzsTitleTwo {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}
.jmzsLeftimg {
    margin-right: 23px;
}

.jmzssmTitle {
    height: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 28px;
}

.jmzsRight p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.jmzsRight>div:first-child {
    margin-top: 110px;
}

.jmzsRight>div {
    margin-bottom: 100px;
}

.szhCore {
    width: 100%;
    height: 780px;
    background: url('../img/szhbg.png') center center no-repeat;
    background-size: 1920px 780px;
}

.szhItem {
    display: flex;
    justify-content: center;
}

.szhItem img {
    padding-right: 13px;
}

.szhAll {
    position: relative;
}

.zshleftone {
    position: absolute;
    left: 25px;
    top: 0;
}

.zshrightone {
    position: absolute;
    right: 25px;
    top: 0;
    text-align: right;
}

.zshlefttwo {
    position: absolute;
    left: 25px;
    top: 200px;
}

.zshrighttwo {
    position: absolute;
    right: 25px;
    top: 200px;
    text-align: right;
}

.szhTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 187px;
    text-align: center;
}

.szhInfo div {
    height: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 12px;
}

.szhInfo p {
    width: 215px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.jjTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
}

.jjCore {
    height: 635px;
}

.jjItem {
    width: 271px;
    height: 223px;
    background: #FFFFFF;
    box-shadow: 0px -6px 7px 1px rgba(205, 215, 230, 0.2), 0px 6px 7px 1px rgba(207, 216, 230, 0.2);
    padding: 73px 50px 78px 49px;
    position: relative;
    margin-right: 45px;
}

.jjItem:nth-of-type(3n) {
    margin-right: 0;
}

.jjBiaozhi {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    line-height: 80px;
}

.blueBz {
    background-color: #1B6EFF;
}

.greenbz {
    background-color: #89BB67;
}

.jjInfo {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.jjInfo span {
    font-weight: bold;
    line-height: 26px;
}

.jjInfo p {
    display: inline;
    line-height: 26px;
}

.jjAll {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-fill-mode: forwards
}

.ywbhItem {
    width: 294px;
    margin-right: 159px;
    margin-bottom: 40px;
}

.ywbhItem:nth-of-type(3n) {
    margin-right: 0;
}

.ywbhtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 18px;
}

.wybhInfo {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 24px;
    text-align: center;
}

.ywbhimg {
    text-align: center;
    margin-bottom: 40px;
}

.ywbhAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ptysCore {
    width: 100%;
    height: 628px;
    background: url('../img/gnbg.jpg');
    background-size: 100% 628px
}

.ptysTitle {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 94px;
    text-align: center;
}

.ptysItem {
    width: 225px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 30px;
    padding-top: 59px;
    margin-right: 20px;
}

.ptysItem:nth-of-type(4n) {
    margin-right: 0;
}

.ptysImg {
    text-align: center;
    margin-bottom: 45px;
    min-height:80px;
}

.ptysSub {
    text-align: center;
    height: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}

.ptysAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ptysInfo {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.jmzsAll p {
    text-align: center;
    height: 23px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #1C6EFF;
    line-height: 23px;
}
.dnText{
    margin-top: 33px;
}
.sjText{
    margin-top: 38px;
}
.jmzsffItem{
    margin-bottom: 55px;
}
.xxwfCore{
    width: 100%;
    height: 773px;
    background: url('../img/yxwf.png');
    background-size: 100% 773px
}
.xxwTitle {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}
.xxwItem {
    position: relative;
    width: 340px;
    height: 154px;
    background: #FFFFFF;
    border-radius: 6px;
    padding-left: 20px;
    padding-top: 46px;
    margin-right: 480px;
    margin-bottom: 126px;
}
.xxwItem:nth-of-type(2n){
    margin-right: 0;
}
.xxwItem:nth-of-type(2) ~ .xxwItem{
    margin-bottom: 0;
}
.xxwAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    animation-fill-mode: forwards;
    position: relative;
}
.xxwShowji{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.quote {
    position: absolute;
    top: -24px;
    left: 22px;
    font-weight: 400;
    color: #89919D;
    width: 38px;
    height: 38px;
    line-height: 38px
}

.xxwText {
    height: 19px;
    line-height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 23px
}

.xxwJieshao {
    width: 302px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px
}






/* 新产品中心 */
.zchxgnTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center;

}

.zchxgnSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 45px;
    text-align: center;
    text-transform: uppercase;
}

.zchxgnAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0;
    animation-fill-mode: forwards;
}

.zchxItem {
    width: 25%;
    text-align: center;
    margin-bottom: 79px;
}

.zchxItem img {
    margin-bottom: 49px;
}

.zchxitemTitle {
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 19px;
}

.zchxText {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #495770;
    line-height: 14px;
}


.zcxmTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;

    padding-top: 57px;
    padding-bottom: 23px;
    text-align: center;
    color: #fff;

}

.zcxmSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    margin-bottom: 121px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.zcxmItem {
    width: 380px;
    height: 300px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.zcxmItem img {
    margin-top: -40px;
    margin-bottom: 25px;
}



.zcxmItem p {
    max-width: 282px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.zcxmAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    animation-fill-mode: forwards;
}

.zcxtysItem {
    width: 274px;
    text-align: center;
}

.zcxtysItem img {
    margin-bottom: 39px;
}

.zcxtysitemTitle {
    height: 24px;
    line-height: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    margin-bottom: 18px;
}

.zcxtysItem p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 24px;
}

.zcxtxtysTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 23px;
    text-align: center;
}

.zcxtxtysSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.zcxtysAll {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.zuchejmzs {
    background: url('../img/zcjmzsbg.png');
    height: 860px;
    background-size: auto 860px;
}

.zcjmzsTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 23px;
    text-align: center;
}

.zcjmzsSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 119px;
    text-align: center;
    text-transform: uppercase;
}

.zuchejmzsAll {
    display: flex;
    align-items: center;
    opacity: 0;
    animation-fill-mode: forwards;
}

.zcjmzsitemTitle {
    height: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 27px;
}

.zuchejmzsLeft {
    margin-right: 34px;
}

.zuchejmzsRight p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.zuchejmzsRight>div:nth-of-type(1) {
    margin-bottom: 126px;
}

.jmOneimg {
    margin-top: 54px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.ffivebg {
    background-color: #f5f5f5;
}

.crmleft {
    padding-top: 62px;
    padding-bottom: 54px;
}

.crmright {
    padding-top: 62px;
    padding-bottom: 54px;
}

.zuchegzwd {
    background: url('../img/faqbg.png');
    padding-bottom: 50px;
    
    height: 683px;
    background-size:auto 683px;
}

.zcgzwdTitle {
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
.zcgzwdSubtitle{
     height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.zcgzwdItem {
    width: 528px;
    height: 85px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 5px 10px 0px rgba(214,214,214,0.06);
    padding: 18px 42px 21px 20px;
    margin-bottom: 30px;
}
.zcgzwdItem div {
    height: 18px;
    line-height: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 18px;

}

.zcgzwdItem p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;

}
.zcgzwdItem img{
    margin-right: 4px ;
    width: 30px;
    height: 30px;
}

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



.zclxwmH1 {
    height: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 25px;
    margin-top: 80px;
    margin-bottom: 15px;
    text-align: center;
}

.zclxwmH2 {
    width: 450px;
    height: 60px;
    background-color: #0071EE;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
}

.zclxwmH2::after {
    position: absolute;
    left: -175px;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    height: 1px;
    width: 175px;
    background-color: #D0D0D0;
}

.zclxwmH2::before {
    position: absolute;
    right: -175px;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    display: block;
    height: 1px;
    width: 175px;
    background-color: #D0D0D0;
}

.zclxwmH3 {
    height: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 80px;
}

.yypzItem {
    width: 380px;
    height: 141px;
    background: #F5F5F5;
    border-radius: 10px;
    padding-top: 39px;
    margin-bottom: 18px;
    cursor: pointer
}

.yypzItem:hover {
    background: url('../img/pzhxItembg.png');
    width: 291px;
    height: 138px;
    background-size: 380px 180px;
    padding: 42px 45px 0 44px;
}

.yypzItem:hover .gsjsTitle,
.yypzItem:hover .gsjsTitle::after,
.yypzItem:hover .gsqmjs {
    display: block;
}

.yypzItem:hover .yypzImg,
.yypzItem:hover .lanmuText {
    display: none;
}

.yypzImg {
    text-align: center
}

.yypzImg img {
    width: 80px;
    height: 85px
}

.yypzSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.pzysSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.yypzhx {
    margin-bottom: 50px;
}
.pzjmzs{
    padding-bottom: 76px;
}
.pzjmzsTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}

.pzjmzsSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.pzjmzsAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    animation-fill-mode: forwards
}

.dshTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}
.dshhxTitle{
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}
.dshSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.dshhxSubtitle{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.dshImg {
    margin: 0 auto;
}
.dshImgpl{
    text-align: center;
    position: relative;
    
}
.bshbtn{
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #1B6EFF;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}
.dshimgtet1{
    position: absolute;
    left: 50%;
    top: 0;
    transform:  translate(-50%,-50%);
}
.dshimgtet2{
    position: absolute;
    left: 230px;
    bottom: 0;
    transform:  translate(0,50%);
}
.dshimgtet3{
    position: absolute;
    left: 364px;
    bottom: 0;
    transform:  translate(0,50%);
}

.dshimgtet4{
    position: absolute;
    right: 233px;
    bottom: 0;
    transform:  translate(0,50%);
}
.dshimgtet5{
    position: absolute;
    right: 368px;
    bottom: 0;
    transform:  translate(0,50%);
}



.dshscxt {
    padding-bottom: 97px;
}

.dshhxgn {
    background: url('../img/dshhxgnbg.png');
    background-size: auto 660px;
}

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

.yypzhxAll>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 6);
    margin-bottom: 61px;
}
.yypzhxAll img{
    margin-bottom: 29px;
}
.yypzhxAll p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #333333;
}

.dshyxgnTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}

.dshyxgnSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

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

.dshyxItem {
    width: 282px;
    height: 212px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 2px #b8d9ff;
    margin-bottom: 21px;
}

.dshyxItem p {
    width: 223px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 24px;
    text-align: center;
}

.txxtitle {
    height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-top: 17px;
    margin-bottom: 18px;
}

.sbhxys{
    background: url('../img/sbhxbg.png');
    width: 100%;
    height: 501px;
    background-size: 100% 501px
}

.zucheInfo{
     width: 1070px;
    height: 199px;
    display: flex;
    justify-content: space-between;
    padding: 60px 70px 41px 60px;
    background: url('../img/lxwmbg.jpg');
    background-size: 1200px 300px;
    opacity: 0;
    animation-fill-mode: forwards;
    margin-bottom: 60px;
}
.zcheadtext{
    color: #333333;
}
.zcheadtext a{
    color: #333;
}




.cpzxleftFlex {
    display: flex;
    align-items: center;
}

.cpzxhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 45px;
}

.newinsideHead {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.entireAll {
    background-color: #fff;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 30px;
    cursor: pointer;
    display: block;
}

.entireone {
    margin-right: 30px;
}

.entireone .layui-unselect {
    background-color: #0071EE;
    width: 200px;
    height: 40px;
    border-radius: 20px;
}

.entireone .layui-input {
    border: none;
    color: #fff;
}

.entireone .layui-input::placeholder {
    color: #fff;
}

.layui-form-select .layui-edge {
    border-top-color: #fff !important;
}

.layui-form-select dl dd.layui-this {
    color: #1654b7 !important;
}

.entireAll:hover {
    background-color: #e5e5e5;
}

.layui-form-select .layui-input {
    padding-left: 32px;
}

.cpzxbq {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 40px;
    line-height: 40px;
    background-color: #0071EE;
    border-radius: 0px 0px 0px 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.remenbq {
    background-color: #469EFF;
}

.cpzxremenCon {
    width: 250px;
    height: 227px;
    justify-content: space-between;
    padding: 46px 64px 27px 66px;
    background-image: url('../img/blue.png');
    position: relative;
    box-shadow: 0px 5px 6px 0px rgba(214, 214, 214, 0.16);
    background-size: 380px 300px;
    transition: background-image 0.2s ;
    cursor: pointer;
    margin-bottom: 30px;
    flex-shrink: 0;
    margin-right: 30px;
  
}
.cpzxremenCon:hover{
    width: 318px;
    padding-left: 31px;
    padding-right: 31px;
}


.cpzxCon {
    position: relative;
    width: 318px;
    height: 258px;
    background-color: #fff;
    padding-top: 42px;
    padding-left: 31px;
    padding-right: 31px;
    box-shadow: 0px 5px 6px 0px rgba(214, 214, 214, 0.16);
    background-image: url('../img/fff.png');
    background-size: 380px 300px;
    transition: all 0.2s;
    cursor: pointer;
    margin-bottom: 30px;
    flex-shrink: 0;
    margin-right: 30px;
}

.cpzxremenCon:hover,
.cpzxCon:hover {
    background-image: url('../img/cphobg.png');

}

.cpzxCon:hover .cpzxItem,.cpzxremenCon:hover .cpzxremen{
    display: none;
}

.cpzxCon:hover .cpzxhide,.cpzxremenCon:hover .cpzxhide{
    display: block;
}

.cpzxremen,
.cpzxItem {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.remenTitle {
    height: 31px;
    line-height: 31px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}



.remenbiaoqian {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6px;
}

.remenbiaoqian a {
    border: 1px solid #D6D6D6;
   
    
    color: #fff;
   
}
.cpbiaoqian a {
    border: 1px solid #0071EE;
    color: #0071EE;
}
.remenbiaoqian a,.cpbiaoqian a{
     box-shadow: 0px 5px 6px 0px rgba(214, 214, 214, 0.16);
     min-width:30px;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
     height: 26px;
    line-height: 26px;
    display: block;
    margin-right: 20px;
}
.cpbiaoqian a:last-child,.remenbiaoqian a:last-child{
    margin-right: 0;
}
.cpTitle {
    margin-bottom: 20px;
    height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.cpicon {
    margin-bottom: 32px;
    
}
.cpzxCon .cpicon{
    height: 60px;
    width: 60px;
}


.cpbiaoqian {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 13px;
}



.cptext {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cpzxInfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cpzxInfo>div:nth-of-type(3n){
    margin-right: 0;
}

.cpzxhide {
    display: none;
}

.cpzxhide h4 {
    height: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.cpzxhide p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFF7F7;
    line-height: 24px;
    margin-bottom: 31px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.zxzxBtn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    background: #0071EE;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}



.zuchextsm {
    background: url('../img/zcxtsm2.png');
    height: 625px;
    background-size: auto 625px;
}
.zcxmitemTitle {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    position: relative;
    text-align: center;
    margin-bottom: 41px;
    height: 20px;
    line-height: 20px;
}

.zcxmitemTitle::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #1C6EFF;
    left: 50%;
    bottom: -19px;
    transform: translate(-50%, 0);
}


.mbxmsmTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 78px;
    padding-bottom: 18px;
    text-align: center
}

.mbxmsmSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.mbxmsmAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mbxmsmList{
    width: 276px;   
}
.mbxmsmImg {
    text-align: center;
    margin-bottom: 39px;
}

.mbTitle {
    height: 23px;
    line-height: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 12px;
}

.mbInfo {
   
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 26px;
    text-align: center;
}
.mbposi{
    position: relative;
}
.mbposi .swiper-button-next {
    right: -65px;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/jt.png") center center no-repeat;
    background-size: 50px 50px
}

.mbposi .swiper-button-prev {
    left: -65px;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/jt.png") center center no-repeat;
    background-size: 50px 50px
}



.whyTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 56px;
    padding-bottom: 20px;
    text-align: center
}

.whySubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}


.whyAll {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.whyItem {
    width: 223px;
    height: 300px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 29px;
    padding-right: 33px;
}

.whyImg {
    margin-bottom: 31px;
}

.whyItemTitle {
    height: 19px;
    line-height: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 16px;
}

.whyItemText {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.kshgnYimg img {
    width: 670px;
    height: 400px;
}

.kshGnzsItem {
    display: flex;
    justify-content: space-between;
}

.kshgnTitle {
    position: relative;
}

.kshgnTitle span {
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    height: 29px;
    line-height: 29px;
    z-index: 2;
    font-size: 30px;
    margin-bottom: 40px;
    display: block;
}

.kshgnTitle img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.kshgnCon {
    width: 368px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kshLeft {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  
}

.kshBtn {
    display: block;
    background: linear-gradient(269deg, #0071EE, #2C90FF);
    width: 240px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0071EE;
    transition: all 0.3s;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
}

.kshBtn:hover {
    background: #fff;
    color: #0071EE
}
.fff{
    color: #fff !important;
}
.kshgnzsMiddle {
    background: url('../img/kshlr.png');
}

.kshTitle{
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 79px;
    padding-bottom: 20px;
    text-align: center
}
.kshSubtitle{
      height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}


.kshSwiper .swiper-button-next {
    right: -56px;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/jt.png") center center no-repeat;
    background-size: 50px 50px
}

.kshSwiper .swiper-button-prev {
    left: -60px;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/jt.png") center center no-repeat;
    background-size: 50px 50px
}


.kshSwiper{
    position: relative;
    padding-bottom: 63px;
}
.kshdpswTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center
}

.kshdpswSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding-bottom: 62px;
    text-align: center
}
.whyksh{
    margin-bottom: 80px;
}
.kshysTitle{
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 79px;
    padding-bottom: 20px;
    text-align: center
}
.kshysSubtitle{
      height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.kshhxys{

    height: 600px;
    background: url('../img/zhongjian.png') center center no-repeat;
    background-size: auto 600px ;
   
    position: relative;   
}
.kshysleft{
    width: 318px;
    height: 54px;
    background: linear-gradient(108deg, #0071EE, #3092FF);
    border-radius: 40px;
    padding: 12px 26px 14px 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.kshysleft p{
    line-height: 20px;
}

.kshysleft:nth-of-type(2),.kshysleft:nth-of-type(3){
    margin-right: 56px;
}
.kshysright{
    width: 344px;
    height: 54px;
    border-radius: 40px;
    padding: 12px 0px 14px 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}
.kshysright p{
    line-height: 20px;
}
.kshysright div{
    font-weight: bold;
}
.kshysright:nth-of-type(2),.kshysright:nth-of-type(3){
    margin-left: 56px;
}
.kshhxys{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.zhongjiantextl{
    position: absolute;
    left: 430px;
}
.zhongjiantextr{
    position: absolute;
    right: 420px;
}
.kshysLeftAll{
    margin-right: 210px;
    opacity: 0;
    animation-fill-mode: forwards
 
}
.kshysRightAll{
    margin-left: 210px;
    opacity: 0;
    animation-fill-mode: forwards
}
.sdwhText{
    height: 19px;
    line-height: 19px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.sdwhengText{
    height: 7px;
    font-family: Arial;
    font-weight: 400;
    font-size: 9px;
    color: #fff;
    line-height: 7px;
    text-align: center;
    text-transform:uppercase;
}


