body,
html {
    font-size: -webkit-calc(100vw / 120);
    font-size: -moz-calc(100vw / 120);
    font-size: calc(100vw / 120);
    font-family: 思源黑体 Regular
}

.en_font {
    font-family: impact;
    font-weight: 400 !important
}

@media (min-width:1024px) and (max-width:1366px) {

    body,
    html {
        font-size: -webkit-calc(100vw / 100);
        font-size: -moz-calc(100vw / 100);
        font-size: calc(100vw / 100)
    }
}

@media (min-width:767px) and (max-width:1024px) {

    body,
    html {
        font-size: -webkit-calc(100vw / 90);
        font-size: -moz-calc(100vw / 90);
        font-size: calc(100vw / 90)
    }
}

@media (max-width:767px) {

    body,
    html {
        font-size: 14px
    }
}

.img-hover {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.img-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

html,
body {
    overflow-x: hidden
}

p {
    padding: 0;
    margin: 0
}

.wh {
    padding: 0 13.54167%
}

@media (max-width:1600px) {
    .wh {
        padding: 0 9%
    }
}

@media (max-width:1366px) {
    .wh {
        padding: 0 5.78125%
    }
}

@media (max-width:768px) {
    .wh {
        padding: 0 4%
    }
}

.wh1 {
    padding: 0 2.60417%;
    margin: 0 auto
}

@media (max-width:1366px) {
    .wh1 {
        padding: 0 2%
    }
}
.zhuanli-swiper .swiper-wrapper{
    min-height: 300px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tdt-marker-pane img:nth-child(7) {
    margin-left: 40px !important;
    margin-top: -51px !important
}

.flex-z {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_left1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.yc::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
    border-radius: 10px
}

.yc::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

.yc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555
}

.more-msl {
    display: inline-block;
    color: #1863af;
    border: 1px solid #1863af;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font: 500 1rem/3rem "思源黑体 Regular";
    border-radius: 1.5rem;
    width: 8.75rem;
    text-align: center;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-family: 思源黑体 Regular
}

@media (max-width:768px) {
    .more-msl {
        line-height: 2.7rem;
        width: 7.8rem;
        font-size: .875rem
    }
}

.more-msl i {
    font-weight: 600
}

@media (max-width:768px) {
    .more-msl i {
        font-size: .875rem
    }
}

.more-msl:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1863af;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.more-msl:hover {
    color: #fff
}

.more-msl:hover img {
    -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%)
}

.more-msl:hover::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.more-msl1 {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font: 500 1rem/3.4375rem "思源黑体 Regular";
    border-radius: 1.75rem;
    width: 11.25rem;
    text-align: center;
    background: #E95520;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

@media (max-width:768px) {
    .more-msl1 {
        line-height: 3rem;
        width: 10rem;
        font-size: .875rem
    }
}

.more-msl1 i {
    font-weight: 600
}

@media (max-width:768px) {
    .more-msl1 i {
        font-size: .875rem
    }
}

.more-msl1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.more-msl1:hover {
    color: #fff
}

.more-msl1:hover img {
    -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%)
}

.more-msl1:hover::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.more-msl2 {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font: 500 1rem/3.4375rem "思源黑体 Regular";
    border-radius: 1.75rem;
    width: 11.25rem;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

@media (max-width:768px) {
    .more-msl2 {
        line-height: 3rem;
        width: 10rem;
        font-size: .875rem
    }
}

.more-msl2 i {
    font-weight: 600
}

@media (max-width:768px) {
    .more-msl2 i {
        font-size: .875rem
    }
}

.more-msl2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.more-msl2:hover {
    color: #000
}

.more-msl2:hover img {
    -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%)
}

.more-msl2:hover::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.more-msla {
    display: inline-block;
    color: #939292;
    border: 1px solid #939292;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font: 500 1rem/3.125rem "思源黑体 Regular";
    width: 10rem;
    text-align: center;
    border-radius: 1.5625rem;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

@media (max-width:768px) {
    .more-msla {
        line-height: 2.2rem;
        width: 7.3rem;
        font-size: .875rem
    }
}

.more-msla:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #939292;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.more-msla:hover {
    color: #fff
}

.more-msla:hover::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

@media (max-width:990px) {
    body {
        padding-bottom: 0;
        overflow: hidden
    }
}

@media (max-width:990px) {
    .pc-hidden {
        display: none
    }
}

.m-hidden {
    display: none
}

@media (max-width:990px) {
    .m-hidden {
        display: block
    }
}

@media (max-width:990px) {
    .m-img {
        padding-bottom: 66%;
        width: 100%;
        position: relative;
        height: 0;
        overflow: hidden
    }

    .m-img.a {
        padding-bottom: 80%
    }

    .m-img img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.m-imgax {
    padding-bottom: 80%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden
}

.m-imgax>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.conx input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.conx input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.conx input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.conx input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.conx2 input[type="text"]::-webkit-input-placeholder {
    color: #555353;
    text-align: center
}

.conx2 input[type="text"]:-moz-placeholder {
    color: #555353;
    text-align: center
}

.conx2 input[type="text"]::-moz-placeholder {
    color: #555353;
    text-align: center
}

.conx2 input[type="text"]:-ms-input-placeholder {
    color: #555353;
    text-align: center
}

.head {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 5.4375rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.head .head2 {
    line-height: 5.4375rem
}

.head .head2 .logo a {
    display: block;
    outline: none
}

.head .head2 .logo a img {
    height: 2.625rem
}

.head .head2 .sska .conx {
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 2.5625rem;
    border-radius: 1.875rem;
    width: 16.0625rem;
    margin-top: 1.375rem
}

.head .head2 .sska .conx input {
    height: 100%;
    text-indent: 1.2em;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font: 500 1rem/1 "思源黑体 Regular";
    width: 80%
}

.head .head2 .sska .conx button {
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    width: 18%;
    text-align: center;
    position: relative;
    line-height: 1
}

.head .head2 .sska .conx button i {
    color: #fff;
    width: 1.0625rem;
    display: block;
    position: absolute
}

.head .sskbj {
    display: none
}

.head .searchbox {
    border-top: 2px solid #1863af;
    top: 5.4375rem;
    left: 0
}

.head .serbtn {
    background: #1863af
}

.xw-show_top .head .bs-logo {
    display: block !important
}

.xw-show_top .head .yt-logo {
    display: none !important
}

.xw-show_top .head .head2 {
    background: #fff
}

.right-function {
    margin-left: 16.5rem;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.right-function .email {
    font-size: 1.125rem;
    color: #fff
}

.right-function .lang {
    font-size: 1.125rem;
    padding: 0 10px;
    color: #fff;
    margin-left: 10px;
    margin-right: 50px;
    position: relative
}

.right-function .lang::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.right-function .select-web {
    color: #fff;
    height: 100%
}

.right-function .select-web .toggle-btn {
    font-size: 1.125rem;
    position: relative;
    cursor: pointer
}

.right-function .select-web .toggle-btn:hover {
    color: #015aa4
}

.right-function .select-web .toggle-btn::after {
    content: "\e688";
    font-family: iconfont;
    font-size: 16px;
    margin-left: 5px
}

.right-function .select-web .webgroup-menu {
    position: absolute;
    top: 5.4375rem;
    padding-bottom: 10px;
    background-color: #fff;
    right: 0;
    border-radius: 0 0 4px 4px;
    display: none
}

.right-function .select-web .webgroup-menu .web-item {
    line-height: normal;
    display: block;
    color: #333;
    font-size: 16px;
    padding: 8px 20px
}

.right-function .select-web .webgroup-menu .web-item:hover {
    color: #015aa4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.sticky .right-function .email {
    color: #333
}

.sticky .right-function .lang {
    color: #333
}

.right-function .lang:hover {
    color: #015aa4
}
.right-function .email:hover {
    color: #015aa4
}

.sticky .right-function .lang::after {
    background-color: #333
}

.sticky .right-function .select-web {
    color: #333
}

.xw-show_top .head .head2 .conx input[type="text"]::-webkit-input-placeholder {
    color: #7E7E7E
}

.xw-show_top .head .head2 .conx input[type="text"]:-moz-placeholder {
    color: #7E7E7E
}

.xw-show_top .head .head2 .conx input[type="text"]::-moz-placeholder {
    color: #7E7E7E
}

.xw-show_top .head .head2 .conx input[type="text"]:-ms-input-placeholder {
    color: #7E7E7E
}

.xw-show_top .head .head2 #menu .nav_a1 li>a {
    color: #2F2A2A
}

.xw-show_top .head .head2 .sska .conx {
    border-color: rgba(126, 126, 126, 0.4)
}

.xw-show_top .head .head2 .sska .conx input {
    color: #7E7E7E
}

.xw-show_top .head .head2 .sska .conx button i img {
    -webkit-filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%);
    filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%)
}

#menu .nav_a1 {
    margin-right: 3rem
}

.join-content .join-type .title_nya p {
    text-transform: none
}

@media (max-width:1366px) {
    #menu .nav_a1 {
        margin-right: 1.5rem
    }
}

#menu .nav_a1 li {
    float: left;
    position: relative;
    text-align: center
}

#menu .nav_a1 li>a {
    padding: 0 .375rem
}

#menu .nav_a1 li+li {
    margin-left: 2.4rem
}

#menu .nav_a1 li+li>a {
    width: 7rem
}

@media (max-width:1366px) {
    #menu .nav_a1 li+li {
        margin-left: 1vw
    }
}

@media (max-width:1024px) {
    #menu .nav_a1 li+li {
        margin-left: 0
    }
}

#menu .nav_a1 li a {
    display: block
}

#menu .nav_a1 li>a {
    font-size: 1.125rem;
    position: relative;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#menu .nav_a1 li>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px
}

#menu .nav_a1 li>a::before {
    content: "";
    width: 0;
    height: .125rem;
    background: #f6704d;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

#menu .nav_a1 li .sec {
    position: absolute;
    top: 100%;
    width: 28.5rem;
    left: -35%;
    background: white;
    z-index: 999;
    text-align: left;
    border-bottom-left-radius: .9375rem;
    border-bottom-right-radius: .9375rem;
    padding: 1.625rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

#menu .nav_a1 li .sec .xgagf-a a {
    font: 500 1rem/1.5em "";
    padding: .7em 0;
    color: #333
}

#menu .nav_a1 li .sec .xgagf-a a:hover {
    color: #1863af
}

#menu .nav_a1 li .sec:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
    width: 26.5%
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
    width: 70%
}

#menu .nav_a1 li .sec.sec-top {
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 1.625rem 2% 3rem;
    display: none
}

#menu .nav_a1 li .sec.sec-top dl {
    width: 20%
}

#menu .nav_a1 li .sec.sec-top dl dt a {
    display: block;
    color: #2F2A2A;
    font: 600 1.25rem/2em "思源黑体 Regular";
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: .5em
}

#menu .nav_a1 li .sec.sec-top dl dt a:hover {
    color: #1863af
}

#menu .nav_a1 li .sec.sec-top dl dd {
    margin-top: .8em
}

#menu .nav_a1 li .sec.sec-top dl dd a {
    display: block;
    color: #2F2A2A;
    font: 500 1rem/2.2em "思源黑体 Regular"
}

#menu .nav_a1 li .sec.sec-top dl dd a:hover {
    color: #1863af
}

#menu .nav_a1 li .sec.sec-top dl:nth-child(1) dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#menu .nav_a1 li .sec.sec-top dl:nth-child(1) dd a {
    width: 50%
}

#menu .nav_a1 li:hover>a::before {
    width: 100%
}

#menu .nav_a1 li:hover .sec {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#menu .nav_a1 li:hover>a,
#menu .nav_a1 li.active>a {
    font-weight: 600;
    font-size: 1.25rem
}

#menu .nav_a1 li:hover>a::before,
#menu .nav_a1 li.active>a::before {
    width: 100%
}

.nav-img {
    padding-bottom: 54.90909%;
    width: 100%;
    position: relative;
    height: 11.25rem;
    overflow: hidden;
    border-radius: .9375rem
}

.nav-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mslm-head {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff
}

.mslm-head-box {
    position: relative;
    height: 60px
}

.mslm-head-box .mslm-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 4%;
    max-width: 100%;
    height: 35px
}

.mslm-head-box .mslm-logo h1,
.mslm-head-box .mslm-logo a {
    display: inline;
    font-size: 0
}

.mslm-head-box .mslm-logo img {
    height: 100%
}

.mslm-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 4% auto 0;
    width: 20px;
    height: 15px
}

.mslm-navbtn span,
.mslm-navbtn:after,
.mslm-navbtn:before {
    display: block;
    height: 1.5px;
    width: 100%;
    background: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mslm-navbtn span {
    margin: 4.5px 0
}

.mslm-navbtn:after,
.mslm-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    -moz-transform-origin: 7.5%;
    -ms-transform-origin: 7.5%;
    -o-transform-origin: 7.5%;
    transform-origin: 7.5%
}

.mslm-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.mslm-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mslm-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mslm-search-btn {
    position: absolute;
    z-index: 9;
    right: 4%;
    top: 0;
    bottom: 0;
    width: auto;
    text-align: center;
    line-height: 60px;
    color: #fff
}

.mslm-search-btn span {
    font-size: .75rem;
    display: inline-block;
    margin-right: .5em;
    vertical-align: top
}

.mslm-search-btn .iconfont {
    font-size: 21px
}

.mslm-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%
}

.mslm-search-btn .icon-font:after {
    background-position: -30px -210px
}

.mslm-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff
}

.mslm-menu .mslm-menu-box {
    height: -webkit-calc(40vh);
    height: -moz-calc(40vh);
    height: calc(100vh - 60px);
    overflow: auto;
    padding-bottom: 80px
}

.mslm-nav>li {
    border-bottom: 1px solid #E9E9E9;
    position: relative
}

.mslm-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    font-family: "思源黑体 Regular";
    padding: 0 4%
}

.mslm-nav>li .sec {
    display: none;
    padding: 10px 15px;
    border-top: 1px solid #E9E9E9
}

.mslm-nav>li .sec a {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 35px
}

.mslm-nav>li .sec a span {
    display: inline-block;
    min-width: 40%;
    max-width: 50%
}

.mslm-nav .mslm-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9
}

.mslm-nav .mslm-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%
}

.mslm-nav .mslm-menu-jt .icon-font:after {
    background-position: -30px -240px
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px
}

.mslm-nav .mslm-sub-menu {
    background: #1E1E1E;
    display: none
}

.mslm-nav .mslm-sub-menu>li {
    border-top: 1px dashed rgba(255, 255, 255, 0.5)
}

.mslm-nav .mslm-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em
}

.mslm-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 0 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mslm-search .mslm-search-close-btn {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

@media (max-width:420px) {
    .mslm-search .mslm-search-close-btn {
        left: 15px
    }
}

.mslm-search .mslm-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 24px
}

.mslm-search .mslm-search-close-btn i:after {
    background-position: -30px -300px
}

.mslm-search .mslm-search-box {
    height: 52px;
    border-bottom: 2px solid #E9E9E9
}

.mslm-search .mslm-search-box input[type="text"] {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #333333;
    font-family: "思源黑体 Regular";
    font-size: 14px;
    height: 52px;
    text-indent: 1em
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
    color: #333333;
    font-family: "思源黑体 Regular"
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
    color: #333333;
    font-family: "思源黑体 Regular"
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
    color: #333333;
    font-family: "思源黑体 Regular"
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
    color: #333333;
    font-family: "思源黑体 Regular"
}

.mslm-search .mslm-search-box #s_btn {
    width: 20%;
    height: 52px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none
}

.mslm-search .mslm-search-box #s_btn .iconfont {
    font-size: 20px;
    color: #fff
}

.mslm-search .mslm-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
    background-position: -30px -210px
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.mslm-search.clicked {
    left: 0
}

.aniut {
    position: absolute;
    width: 40px;
    height: 50px;
    line-height: 50px;
    right: 2%;
    top: 0;
    text-align: center;
    z-index: 9
}

.aniut i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #000
}

.mslm-nav li>a {
    font-weight: 600
}

.mslm-nav li>a span {
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
    font-family: "思源黑体 Regular";
    font-weight: 500
}

a.jjta {
    color: #fff
}

a.jjta span {
    font-size: 14px
}

@media (max-width:990px) {
    body {
        padding: 60px 0 0 !important
    }
}

@-webkit-keyframes animationOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@-moz-keyframes animationOne {
    0% {
        -moz-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    20% {
        -moz-transform: translate(10%, -1px) rotate(36deg);
        transform: translate(10%, -1px) rotate(36deg)
    }

    40% {
        -moz-transform: translate(20%, 3%) rotate(72deg);
        transform: translate(20%, 3%) rotate(72deg)
    }

    60% {
        -moz-transform: translate(17%, 6%) rotate(108deg);
        transform: translate(17%, 6%) rotate(108deg)
    }

    80% {
        -moz-transform: translate(-5%, 3%) rotate(144deg);
        transform: translate(-5%, 3%) rotate(144deg)
    }

    100% {
        -moz-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@-o-keyframes animationOne {
    0% {
        -o-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    20% {
        -o-transform: translate(10%, -1px) rotate(36deg);
        transform: translate(10%, -1px) rotate(36deg)
    }

    40% {
        -o-transform: translate(20%, 3%) rotate(72deg);
        transform: translate(20%, 3%) rotate(72deg)
    }

    60% {
        -o-transform: translate(17%, 6%) rotate(108deg);
        transform: translate(17%, 6%) rotate(108deg)
    }

    80% {
        -o-transform: translate(-5%, 3%) rotate(144deg);
        transform: translate(-5%, 3%) rotate(144deg)
    }

    100% {
        -o-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@keyframes animationOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(10%, -1px) rotate(36deg);
        -moz-transform: translate(10%, -1px) rotate(36deg);
        -o-transform: translate(10%, -1px) rotate(36deg);
        transform: translate(10%, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(20%, 3%) rotate(72deg);
        -moz-transform: translate(20%, 3%) rotate(72deg);
        -o-transform: translate(20%, 3%) rotate(72deg);
        transform: translate(20%, 3%) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(17%, 6%) rotate(108deg);
        -moz-transform: translate(17%, 6%) rotate(108deg);
        -o-transform: translate(17%, 6%) rotate(108deg);
        transform: translate(17%, 6%) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-5%, 3%) rotate(144deg);
        -moz-transform: translate(-5%, 3%) rotate(144deg);
        -o-transform: translate(-5%, 3%) rotate(144deg);
        transform: translate(-5%, 3%) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

.pc-banner {
    position: relative
}

.pc-banner .ggara {
    width: 27.75rem;
    height: 27.75rem;
    background: rgba(10, 12, 28, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: 3.64583%;
    -webkit-animation: animationOne 15s infinite linear;
    -moz-animation: animationOne 15s infinite linear;
    -o-animation: animationOne 15s infinite linear;
    animation: animationOne 15s infinite linear
}

@media (max-width:768px) {
    .pc-banner .ggara {
        width: 10rem;
        height: 10rem
    }
}

.pc-banner .mySwipera {
    height: 100%
}

.pc-banner .mySwipera .swiper-pagination1a {
    text-align: right
}

.pc-banner .mySwipera .swiper-pagination1a .swiper-pagination-bullet {
    background: #fff;
    width: 50px;
    height: 4px;
    border-radius: 0
}

.pc-banner .mySwipera .swiper-pagination1a .swiper-pagination-bullet-active {
    background: #0070b8
}

.pc-banner .mySwipera .swiper-slide {
    overflow: hidden
}

.pc-banner .mySwipera .swiper-slide a>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation-name: banscaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s
}

.pc-banner .banner-wen {
    width: 100%;
    z-index: 99;
    top: 50%
}

.pc-banner .banner-wen .banner-cont {
    color: #fff;
    text-align: left
}

.pc-banner .banner-wen .banner-cont h2 {
    font: 600 2.25rem/1.3em "montserrat";
    text-transform: uppercase
}

@media (max-width:768px) {
    .pc-banner .banner-wen .banner-cont h2 {
        font-size: 1.25rem
    }
}

.pc-banner .banner-wen .banner-cont .dl {
    font: 600 5.0625rem/1.2em "montserrat";
    text-transform: uppercase
}

@media (max-width:768px) {
    .pc-banner .banner-wen .banner-cont .dl {
        font-size: 2.5rem;
        padding: .2em 0
    }
}

@media (max-width:450px) {
    .pc-banner .banner-wen .banner-cont .dl {
        font-size: 2rem
    }
}

.pc-banner .banner-wen .banner-cont .dla {
    font: 600 4rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .pc-banner .banner-wen .banner-cont .dla {
        font-size: 1.5rem
    }
}

.pc-banner .banner-wen .banner-cont .dlb {
    font: 600 1.875rem/1.5em "思源黑体 Regular";
    margin-top: .2em
}

@media (max-width:768px) {
    .pc-banner .banner-wen .banner-cont .dlb {
        font-size: 1.25rem
    }
}

.pc-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .375rem
}

.pc-banner .swiper-pagination1a {
    position: absolute;
    left: 0;
    bottom: 7%;
    text-align: center;
    z-index: 99
}

.pc-banner .swiper-pagination1a span {
    background: url(../image/doa1.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;
    opacity: 1
}

.pc-banner .swiper-pagination1a span.swiper-pagination-bullet-active {
    background: url(../image/doa2.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@-webkit-keyframes banscaleDraw {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes banscaleDraw {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -moz-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        -moz-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes banscaleDraw {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes banscaleDraw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleDraw {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    25% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-moz-keyframes scaleDraw {
    0% {
        -moz-transform: scale(.8);
        transform: scale(.8)
    }

    25% {
        -moz-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -moz-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -moz-transform: scale(.8);
        transform: scale(.8)
    }
}

@-o-keyframes scaleDraw {
    0% {
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    25% {
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes scaleDraw {
    0% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    25% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

.zmfd {
    -webkit-animation-name: banscaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s
}

.banerhs-img .banimg1 {
    width: 15.26042%;
    position: absolute;
    right: 0;
    top: 0
}

.banerhs-img .banimg2 {
    width: 40.9375%;
    position: absolute;
    left: 0;
    bottom: 0
}

@-webkit-keyframes runs {
    from {
        bottom: 40px;
        opacity: 0
    }

    to {
        bottom: 20px;
        opacity: 1
    }
}

@-moz-keyframes runs {
    from {
        bottom: 40px;
        opacity: 0
    }

    to {
        bottom: 20px;
        opacity: 1
    }
}

@-o-keyframes runs {
    from {
        bottom: 40px;
        opacity: 0
    }

    to {
        bottom: 20px;
        opacity: 1
    }
}

@keyframes runs {
    from {
        bottom: 40px;
        opacity: 0
    }

    to {
        bottom: 20px;
        opacity: 1
    }
}

.kajjt {
    text-align: center;
    -webkit-animation: runs 1s infinite linear;
    -moz-animation: runs 1s infinite linear;
    -o-animation: runs 1s infinite linear;
    animation: runs 1s infinite linear;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: 3%;
    z-index: 99
}

.kajjt i {
    width: 3rem;
    display: inline-block
}

.kajjt i img {
    width: 100%
}

.kajjt span {
    display: block;
    color: #fff;
    font: 500 .875rem/1.5em "思源黑体 Regular"
}

.swiper {
    overflow: hidden
}

.overa {
    overflow: hidden
}

.xz img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.xz:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.pc-banner {
    overflow: hidden
}

.ny-head {
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07)
}

.ny-head .head2 {
    background: #fff;
    position: relative
}

.ny-head .head2 .logo a img.a {
    display: none
}

.ny-head .head2 .logo a img.b {
    display: inline-block
}

.ny-head .head2 #menu .nav_a1 li>a {
    color: #333333
}

.ny-head .head2 #menu .nav_a1 li:hover>a {
    color: #1863af
}

.ny-head .head2 #menu .nav_a1 li>a::before {
    background: #1863af
}

.ny-head .head2 .sska i {
    color: #1863af
}

.ny-head .head2 .sgag a.ma img.b {
    display: inline-block
}

.ny-head .head2 .sgag a.ma img.a {
    display: none
}

.bs-logo {
    display: none !important
}

.yt-logo {
    display: block !important
}

.sticky {
    position: fixed !important;
    top: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s
}

.sticky .bs-logo {
    display: block !important
}

.sticky .yt-logo {
    display: none !important
}

.sticky .head2 {
    background: #fff
}

.sticky .head2 .conx input[type="text"]::-webkit-input-placeholder {
    color: #7E7E7E
}

.sticky .head2 .conx input[type="text"]:-moz-placeholder {
    color: #7E7E7E
}

.sticky .head2 .conx input[type="text"]::-moz-placeholder {
    color: #7E7E7E
}

.sticky .head2 .conx input[type="text"]:-ms-input-placeholder {
    color: #7E7E7E
}

.sticky .head2 #menu .nav_a1 li>a {
    color: #2F2A2A
}

.sticky .head2 .sska .conx {
    border-color: rgba(126, 126, 126, 0.4)
}

.sticky .head2 .sska .conx input {
    color: #7E7E7E
}

.sticky .head2 .sska .conx button i img {
    -webkit-filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%);
    filter: invert(51%) sepia(6%) saturate(7%) hue-rotate(317deg) brightness(96%) contrast(94%)
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-moz-keyframes sticky {
    0% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -moz-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-o-keyframes sticky {
    0% {
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.titleb {
    font: 600 9.5625rem/1em "Montserrat";
    background: -webkit-gradient(linear, left top, left bottom, from(#00539F), to(rgba(212, 216, 220, 0)));
    background: -webkit-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    background: -moz-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    background: -o-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    background: linear-gradient(180deg, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    opacity: .2
}

@media (max-width:768px) {
    .titleb {
        font-size: 5rem
    }
}

@media (max-width:450px) {
    .titleb {
        font-size: 4rem
    }
}

.titlec {
    font: 600 17rem/1em "Montserrat";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 83, 159, 0.36)), color-stop(75.64%, rgba(212, 216, 220, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
    background: -moz-linear-gradient(top, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
    background: -o-linear-gradient(top, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
    background: linear-gradient(180deg, rgba(0, 83, 159, 0.36) 0%, rgba(212, 216, 220, 0) 75.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase
}

@media (max-width:768px) {
    .titlec {
        font-size: 10rem
    }
}

@media (max-width:450px) {
    .titlec {
        font-size: 5rem
    }
}

.titled {
    font: 600 10.875rem/1em "Montserrat";
    background: -webkit-gradient(linear, left top, left bottom, from(#00539F), to(rgba(244, 245, 245, 0.53)));
    background: -webkit-linear-gradient(top, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
    background: -moz-linear-gradient(top, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
    background: -o-linear-gradient(top, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
    background: linear-gradient(180deg, #00539F 0%, rgba(244, 245, 245, 0.53) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    opacity: .2
}

@media (max-width:768px) {
    .titled {
        font-size: 6rem
    }
}

@media (max-width:450px) {
    .titled {
        font-size: 5rem
    }
}

.titlee {
    font: 600 12.6875rem/1em "Montserrat";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 216, 220, 0)), to(#F4F5F5));
    background: -webkit-linear-gradient(top, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    background: -moz-linear-gradient(top, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    background: -o-linear-gradient(top, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    background: -webkit-linear-gradient(89deg, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    background: -moz-linear-gradient(89deg, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    background: -o-linear-gradient(89deg, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    background: linear-gradient(1deg, rgba(212, 216, 220, 0) 0%, #F4F5F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    opacity: .2
}

@media (max-width:768px) {
    .titlee {
        font-size: 8rem
    }
}

@media (max-width:450px) {
    .titlee {
        font-size: 5rem
    }
}

.title_a1 dt {
    color: #2F2A2A;
    font: 600 3.125rem/1.5em "思源黑体 Regular";
    font-family: 思源黑体 Regular;
    text-align: left
}

.title_a1 dt::after {
    content: "";
    display: block;
    width: 5.75rem;
    height: .125rem;
    background: #ec6941;
    margin-top: .2rem
}

@media (max-width:768px) {
    .title_a1 dt {
        font-size: 2rem
    }

    .title_a1 dt::after {
        width: 3rem
    }
    .join-content .title_a1 dt{
        font-size: 2rem!important;
    }
}

.cont1 {
    padding: 5.3125rem 0 5rem;
    background: url(../image/bj1.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover
}

.join-content .cont1 {
    padding: 8rem 0 8rem;
    background: none
}

.join-content .cont1 .a1_v1 {
    margin-top: 0
}

.join-content .title_a1 dt {
    font: 600 2.8125rem / 1.5em "思源黑体 Regular"
}

.tdt-left {
    z-index: 1 !important
}

.compays_wrapper {
    padding: 3.75rem 0;
    background-color: #f5f5f5
}

.compays_wrapper .companys_maps {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 3.75rem
}

.compays_wrapper .companys_maps .compayn-item {
    width: 31%;
    padding: 4rem 0;
    border-bottom: 1px solid #ccc;
    margin-right: 3%;
    font-size: 1rem;
    color: #444
}

.compays_wrapper .companys_maps .compayn-item .company-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem
}

.compays_wrapper .companys_maps .compayn-item .company-name img {
    margin-right: .94rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    object-fit: cover
}

.compays_wrapper .companys_maps .compayn-item .email {
    margin: 1.25rem 0;
    font-size: 1.25rem;
    font-weight: bold
}

.compays_wrapper .companys_maps .compayn-item:nth-child(3n) {
    margin-right: 0
}

@media (max-width:768px) {
    .cont1 {
        padding: 1.5rem 0 2.5rem
    }
    .join-content .cont1{
        padding: 1.5rem 0 2.5rem;
    }
    .compays_wrapper .companys_maps .compayn-item {
        width: 100%
    }

    #s1 {
        padding-bottom: 0 !important
    }
}

.cont1 .a1_v1 {
    margin-top: -4.5rem
}

.cont1 .a1_v1 .a1_b1 {
    width: 47.5%;
    position: relative
}

@media (max-width:768px) {
    .cont1 .a1_v1 .a1_b1 {
        width: -webkit-calc(98.625%);
        width: -moz-calc(98.625%);
        width: calc(100% - 1.375rem);
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1em
    }
}

.cont1 .a1_v1 .a1_b1 .mySwiper1 {
    position: relative;
    overflow: hidden;
    border-radius: .9375rem
}

.cont1 .a1_v1 .a1_b1 .mySwiper1 .a {
    overflow: hidden;
    border-radius: .9375rem
}

.cont1 .a1_v1 .a1_b1 .swiper-pagination2 {
    position: absolute;
    right: -1.375rem;
    top: 3.75rem;
    left: unset;
    width: auto;
    bottom: unset;
    z-index: 9
}

.cont1 .a1_v1 .a1_b1 .swiper-pagination2 span {
    display: block;
    opacity: 1;
    background: url(../image/doa1a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin-bottom: .7125rem
}

.cont1 .a1_v1 .a1_b1 .swiper-pagination2 span.swiper-pagination-bullet-active {
    background: url(../image/doa2a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.cont1 .a1_v1 .a1_b2 {
    width: 44.85714%
}

@media (max-width:768px) {
    .cont1 .a1_v1 .a1_b2 {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.cont1 .a1_v1 .a1_b2 .p {
    color: #575757;
    font: 500 1.125rem/1.9em "思源黑体 Regular";
    padding: .8em 0 1.4em;
    font-family: 思源黑体 Regular
}

@media (max-width:768px) {
    .cont1 .a1_v1 .a1_b2 .p {
        font-size: 1rem;
        padding: .8em 0 1em
    }
}

.cont1 .a1_v2 {
    margin-top: 5.1125rem
}

@media (max-width:768px) {
    .cont1 .a1_v2 {
        margin-top: 0
    }
}

.cont1 .a1_v2 .sy_szgd {
    padding: 0 2%
}

@media (max-width:768px) {
    .cont1 .a1_v2 .sy_szgd {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cont1 .a1_v2 .sy_szgd li {
    text-align: center;
    width: 20%
}

@media (max-width:768px) {
    .cont1 .a1_v2 .sy_szgd li {
        width: 30%;
        margin-top: 1.6em
    }

    .cont1 .a1_v2 .sy_szgd li:nth-child(n+4) {
        width: 40%
    }
}

.cont1 .a1_v2 .sy_szgd li dt {
    color: #00539F;
    font: 500 .875rem/1.5em "思源黑体 Regular"
}

.cont1 .a1_v2 .sy_szgd li dt span {
    font: 600 4.375rem/1em "Montserrat";
    font-family: impact
}

@media (max-width:768px) {
    .cont1 .a1_v2 .sy_szgd li dt span {
        font-size: 2.2rem
    }
}

.cont1 .a1_v2 .sy_szgd li dt sup {
    top: -3rem;
    font-weight: 600
}

@media (max-width:768px) {
    .cont1 .a1_v2 .sy_szgd li dt sup {
        top: -1rem
    }
}

.cont1 .a1_v2 .sy_szgd li dd {
    color: #2F2A2A;
    font: 600 1.25rem/1.5em "思源黑体 Regular";
    font-family: 思源黑体 Regular
}

@media (max-width:768px) {
    .cont1 .a1_v2 .sy_szgd li dd {
        font-size: 1rem
    }
}

.cont2 {
    background: #0171c3;
    padding: 8.625rem 0 2.875rem
}

@media (max-width:768px) {
    .cont2 {
        padding: 2.625rem 0 2rem
    }
}

.cont2 .titleb {
    position: absolute;
    left: 0;
    top: -3.375rem;
    width: 100%
}

@media (max-width:768px) {
    .cont2 .titleb {
        top: -0.6rem
    }
}

.cont2 .titleb b {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 10.0834rem;
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F5), to(rgba(212, 216, 220, 0)));
    background: -webkit-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    background: -moz-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    background: -o-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    background: linear-gradient(180deg, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .2;
    display: block
}

.cont2 .titleb b:nth-child(2) {
    margin-right: 4%
}

@media (max-width:768px) {
    .cont2 .titleb b {
        font-size: 5rem
    }
}

@media (max-width:450px) {
    .cont2 .titleb b {
        font-size: 4rem
    }
}

.cont2 .title_a2 {
    position: relative;
    z-index: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cont2 .title_a2 .title_a1 {
    margin-right: 7.78571%;
    margin-left: 0
}

@media (max-width:768px) {
    .cont2 .title_a2 .title_a1 {
        margin-left: 0
    }
}

.cont2 .title_a2 .title_a1 dt {
    color: #fff
}

.cont2 .title_a2 .p {
    color: #fff;
    font: 500 1.375rem/1.5em "思源黑体 Regular";
    width: 70.71429%
}

@media (max-width:768px) {
    .cont2 .title_a2 .p {
        width: 100%;
        font-size: 1rem;
        margin-top: 1em
    }
}

@media (max-width:768px) {
    .cont2 .wh1 {
        padding: 0
    }
}

.cont2 .w-accor0 {
    margin-top: 5rem
}

@media (max-width:768px) {
    .cont2 .w-accor0 {
        margin: 1em 4% 0;
        overflow: hidden
    }
}

.cont2 .w-accor0 .swiper-wrapper {
    overflow: hidden;
    border-radius: .9375rem
}

@media (max-width:768px) {
    .cont2 .w-accor0 .swiper-wrapper {
        overflow: visible
    }
}

.cont2 .w-accor0 .swiper-wrapper li .item {
    position: relative
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_ar {
    position: relative
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_ar a {
    position: relative;
    display: block;
    font-size: 0
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_ar a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

.service-left {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../image/index-bg5.jpg);
    -o-background-size: cover;
    background-size: cover;
    border-radius: 26px 0 0 26px
}

.service-left .left-icons {
    width: 100%;
    margin: 0
}

.service-left .left-icons .icon-item {
    margin: 2.81rem 0
}

.service-left .left-icons .icon-item .item-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.13rem;
    color: #333
}

.service-left .left-icons .icon-item .item-content img {
    width: 4.25rem;
    height: 4.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1.5rem
}

.service-left .left-mk {
    font-size: 1rem;
    color: #333;
    margin: 0 3.13rem;
    margin-bottom: 2.81rem
}

@media (max-width:1366px) {
    .service-left .left-icons .icon-item {
        margin: 1.5rem 0
    }
}

@media (max-width:1024px) {
    .service-left .left-icons .icon-item {
        margin: .81rem 0
    }
}

@media (max-width:768px) {
    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb {
        padding: 0 6%;
        bottom: 2.25rem
    }

    .service-left {
        border-radius: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cont2 .w-accor0 .swiper-wrapper .swiper-slide {
        height: auto
    }

    .service-left .left-icons .icon-item {
        margin: 1rem 0
    }

    .service-left .left-icons .icon-item .item-content {
        font-size: 1rem
    }

    .service-left .left-icons .icon-item .item-content img {
        width: 3.13rem;
        height: 3.13rem
    }

    .service-left .left-mk {
        margin: 0 1.13rem;
        margin-bottom: .63rem
    }
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p1 {
    font: 600 2.25rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p1 {
        font-size: 1.5rem
    }
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p2 {
    font: 100 1rem/1.3em "Montserrat";
    text-transform: uppercase
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p2:after {
    content: "";
    display: block;
    width: 2.9375rem;
    height: 1px;
    background: #ec6941;
    margin-top: .5em
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p3 {
    font: 600 1.375rem/2em "思源黑体 Regular";
    margin-top: 1em
}

@media (max-width:768px) {
    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .p3 {
        font-size: 1.15rem;
        margin-top: .6em
    }
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a {
    display: none;
    width: 23.625rem;
    margin-top: 1.75rem
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl i {
    display: block;
    width: 5.625rem;
    font-size: 0
}

.cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl dd {
    color: #FFFFFF;
    font: 600 1.375rem/1.5em "思源黑体 Regular";
    font-weight: 400;
    font-family: 思源黑体 Regular;
    border: 1px solid #fff;
    border-radius: 3.13rem;
    font-size: 1rem;
    padding: 1.13rem 2.81rem
}

@media (max-width:768px) {
    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a {
        display: block
    }

    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl {
        padding: 0 4.5%
    }

    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl i {
        width: 3.625rem
    }

    .cont2 .w-accor0 .swiper-wrapper li .item .img_arb .content-a .ashh-sa dl dd {
        font-size: 1rem;
        padding: .5rem 1.2rem
    }
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_ar::after {
    background: rgba(0, 0, 0, 0.3)
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_arb {
    left: 0;
    padding-left: 20%;
    padding-right: 20%
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_arb .p2:after {
    background: #fff
}

.cont2 .w-accor0 .swiper-wrapper li.cur .item .img_arb .content-a {
    display: block
}

.cont3 {
    background: url(../image/bj2.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 9.125rem 0 0;
    position: relative
}

@media (max-width:768px) {
    .cont3 {
        padding: 4rem 0 0
    }
}

.cont3 .titlec {
    position: absolute;
    left: 50%;
    top: 3.75rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

@media (max-width:768px) {
    .cont3 .titlec {
        top: 2rem
    }
}

.cont3 .title_a1 {
    position: relative;
    z-index: 1
}

.cont3 .title_a1 dt::after {
    margin: 0 auto
}

.cont3 .title_a1 dd {
    color: #333;
    margin-top: 1em;
    font-size: 1rem
}

.cont3 .a3_vsta {
    padding: 0 1.71875%;
    margin-top: 6.75rem
}

@media (max-width:768px) {
    .cont3 .a3_vsta {
        margin-top: 1.5rem
    }
}

.cont3 .a3_v1 {
    border-radius: .9375rem;
    overflow: hidden;
    background: url(../image/spbj.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 20% 0
}

@media (max-width:768px) {
    .cont3 .a3_v1 {
        border-radius: 0
    }
}

.cont3 .a3_v1 a {
    display: inline-block;
    width: 5.1875rem
}

@media (max-width:768px) {
    .cont3 .a3_v1 a {
        width: 4.5rem
    }
}

.cont3 .a3_v1 a img {
    width: 100%
}

.cont3 .a3_v1 a img.b {
    display: none
}

.cont3 .a3_v1 a:hover img.a {
    display: none
}

.cont3 .a3_v1 a:hover img.b {
    display: inline-block
}

.cont4 {
    padding: 8.0625rem 0 6.25rem;
    position: relative
}

@media (max-width:768px) {
    .cont4 {
        padding: 3rem 0 2rem
    }
}

.cont4 .titled {
    position: absolute;
    left: 0;
    top: 2.9rem
}

@media (max-width:768px) {
    .cont4 .titled {
        top: 1.5rem
    }
}

.cont4 .a4_v1 {
    position: relative;
    z-index: 1
}

@media (max-width:768px) {
    .cont4 .a4_v1 .xw_sort1 {
        margin-top: 2rem
    }
}

.cont4 .a4_v1 .xw_sort1 li a {
    display: block;
    color: #787777;
    font: 500 1rem/3rem "思源黑体 Regular";
    text-align: center
}

@media (max-width:768px) {
    .cont4 .a4_v1 .xw_sort1 li a {
        line-height: 2.8rem
    }
}

.cont4 .a4_v1 .xw_sort1 li {
    color: #787777
}

.cont4 .a4_v1 .xw_sort1 .line {
    margin: 0 10px
}

.cont4 .a4_v1 .xw_sort1 .active_new {
    color: #00539F;
    font-weight: bold
}

.cont4 .a4_v1 .xw_sort1 li:hover a {
    color: #1863af;
    border-color: #1863af
}

.cont4 .a4_v2 {
    position: relative;
    z-index: 1;
    margin-top: 4.0625rem
}

@media (max-width:768px) {
    .cont4 .a4_v2 {
        margin-top: 2rem
    }
}

.cont4 .a4_v2 .ttz_a .a4_b1 {
    width: 48.07143%;
    background: #fff;
    border-radius: .9375rem;
    position: relative
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b1 {
        width: 100%;
        padding: 1.5rem 1.5rem 2.5rem
    }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a h2 a {
    display: block;
    color: #333;
    font: 500 1.5rem/1.5em "思源黑体 Regular";
    white-space: nowrap;
    font-size: 1.5rem;
    font-family: "思源黑体 Regular";
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .new-time {
    font-size: 1rem;
    color: #666;
    margin-top: 1.06rem;
    margin-bottom: 1.25rem
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a h2 a {
        font-size: 1.3rem
    }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date {
    padding: .6em 0 .8em
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date {
        padding: .4em 0 .5em
    }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    margin-right: 2em
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p i {
    width: 1.375rem;
    display: inline-block;
    margin-right: .2em
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p i {
        width: 1.1rem
    }

    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p i img {
        vertical-align: text-bottom
    }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .date p span {
    display: block
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a .p {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular"
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: .9375rem;
    margin-top: 1.4rem
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img {
        margin-top: .8rem
    }

    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.nta-jt {
    display: none
}

@media (max-width:768px) {
    .nta-jt {
        display: block
    }
}

.nta-jt .swiper-pagination1 {
    text-align: center;
    margin-top: 1em
}

.nta-jt .swiper-pagination1 span {
    background: none;
    background-color: rgba(0, 0, 0, 0.3);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin: 0 .25em;
    opacity: 1
}

.nta-jt .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: none;
    background-color: rgba(255,255,255, 0.5);
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img .tasst {
    position: absolute;
    left: 2.125rem;
    top: 0;
    background: #1863af;
    width: 5.125rem;
    text-align: center;
    color: #fff;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    padding: .5em 0;
    z-index: 99;
    display: none
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b1 .mySwiper2 .ha_a a.img .tasst {
        left: 1.5rem;
        font-size: 1rem;
        width: 4.525rem
    }
}

.cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 3.5rem;
    text-align: right
}

.cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1 span {
    display: inline-block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin: 0 .24rem
}

.cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: #0072c3;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.cont4 .a4_v2 .ttz_a .a4_b2 {
    width: 47.64286%
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b2 {
        width: 100%
    }
    .cont4 .a4_v2 .ttz_a .a4_b1 .swiper-pagination1{
        bottom: 5.5rem;
    }
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 1.875rem;
    border-top: 1px solid #D3D3D3;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:last-child {
    border-bottom: 1px solid #d3d3d3
}

@media (max-width:1440px) {
    .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li {
        padding: 1.25rem 1rem
    }
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li {
        padding: .8rem 1rem
    }
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li h2 a {
    display: block;
    color: #2F2A2A;
    font: 500 1.125rem/1.4em "思源黑体 Regular";
    font-family: "思源黑体 Regular"
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .date {
    color: #787777;
    font: 500 1rem/1.2em "思源黑体 Regular";
    padding: .4em 0;
    font-family: "思源黑体 Regular";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    white-space: nowrap
}

@media (max-width:1600px) {
    .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .date {
        padding: .8em 0
    }
}

@media (max-width:768px) {
    .cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .date {
        padding: .4em 0
    }
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li .p {
    color: #787777;
    font: 500 1rem/1.4em "思源黑体 Regular"
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover {
    background: #0C5AA4;
    border-color: #0C5AA4
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover h2 a {
    color: #fff
}

.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover .date,
.cont4 .a4_v2 .ttz_a .a4_b2 .xw_ast li:hover .p {
    color: #fff
}

.cont5 {
    background: url(../image/index-bg4.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 15.5rem 0;
    padding-bottom: 5rem;
    padding-top: 9.38rem;
    position: relative
}

.cont5 .a5_b1 .partner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3.94rem
}

.cont5 .a5_b1 .partner-swiper .swiper-wrapper {
    padding-bottom: 3.13rem
}

.cont5 .a5_b1 .partner-swiper .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff
}

.cont5 .a5_b1 .partner-swiper .swiper-pagination-bullet-active {
    background-color: #0072c3
}

.cont5 .a5_b1 .partner-wrapper .partner-item {
    width: 20%;
    height: 9.38rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1.56rem
}

.cont5 .a5_b1 .partner-wrapper .partner-item .item-content {
    background-color: #fff;
    height: 100%;
    width: 90%;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cont5 .a5_b1 .partner-wrapper .partner-item .item-content img {
    width: 12rem
}

@media (max-width:768px) {
    .cont5 {
        padding: 3rem 0
    }

    .cont5 .a5_b1 .partner-wrapper .partner-item {
        width: 33%;
        height: 5rem
    }

    .cont5 .a5_b1 .partner-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cont5 .a5_b1 .partner-wrapper .partner-item .item-content img {
        width: 5rem
    }
}

.cont5 .titlee {
    position: absolute;
    left: 13.54167%;
    top: 2.5rem
}

@media (max-width:1600px) {
    .cont5 .titlee {
        left: 9%
    }
}

@media (max-width:1366px) {
    .cont5 .titlee {
        left: 5.78125%
    }
}

@media (max-width:768px) {
    .cont5 .titlee {
        left: 4%;
        text-align: center;
        top: 2rem
    }
}

.cont5 .a5_v1 {
    position: relative;
    z-index: 1;
    text-align: center
}

.cont5 .a5_v1 .thha_a5 {
    color: rgba(255, 255, 255, 0.6);
    font: 600 2rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .cont5 .a5_v1 .thha_a5 {
        font-size: 1.2rem
    }
}

.cont5 .a5_v1 .title_a1 dt {
    color: #fff
}

@media (max-width:768px) {
    .cont5 .a5_v1 .title_a1 dt:after {
        margin-top: .5rem
    }
}

.cont5 .a5_v1 p {
    color: rgba(255, 255, 255, 0.6);
    font: 500 1.375rem/1.5em "思源黑体 Regular";
    padding: 3.125rem 0 2rem
}

@media (max-width:768px) {
    .cont5 .a5_v1 p {
        font-size: 1.15rem;
        padding: 2rem 0 1.5rem
    }
}

.cont5 .a5_v1 .a5_b1 a {
    display: block;
    font: 500 1rem/2.625rem "思源黑体 Regular";
    width: 8.75rem;
    border-radius: 1.3125rem;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 .8125rem;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.cont5 .a5_v1 .a5_b1 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1863af;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.cont5 .a5_v1 .a5_b1 a:hover {
    color: #fff;
    border-color: #1863af
}

.cont5 .a5_v1 .a5_b1 a:hover::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.visv {
    visibility: hidden
}

.foot-fot .mslm-nav>li>a,
.foot-fot .mslm-nav>li .sec a,
.foot-fot .aniut i {
    color: #000
}

.foot-fot .foot1 {
    background: #EEF0F5
}

.foot-fot .foota1 {
    padding: 3.0625rem 0 2.875rem;
    padding-top: 6.88rem
}

.foot-fot .foota1 dt {
    color: #2F2A2A;
    font: 600 1.25rem/1.4em "思源黑体 Regular";
    margin-bottom: 1rem
}

.foot-fot .foota1 .qxpszs dt {
    margin-bottom: .6rem
}

.foot-fot .foota1 .d_fotv1 {
    width: 57.2%;
    padding-right: 8%;
    border-right: 1px solid #ABACB1
}

.foot-fot .foota1 .d_fotv1 .qxpszs {
    margin-top: .9375rem;
    display: none
}

.foot-fot .foota1 .d_fotv1 .qxpszs .qx_asd a.a {
    display: inline-block;
    margin-right: 1%
}

.foot-fot .foota1 .d_fotv1 .qxpszs .qx_asd a.a img {
    height: 3rem
}

.foot-fot .foota1 .d_fotv2 {
    width: 36.57143%
}

.foot-fot .foota1 .d_fotv2 .dblx_a {
    position: relative;
    height: 100%
}

.foot-fot .foota1 .d_fotv2 .d-erma {
    width: 9.06rem;
    position: absolute;
    right: 0;
    top: 0%
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p {
    color: rgba(47, 42, 42, 0.6);
    font: 500 1rem/1.9em "思源黑体 Regular"
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p a {
    color: rgba(47, 42, 42, 0.6)
}

.foot-fot .foota1 .d_fotv2 .dblx_a .p a:hover {
    color: #000
}

.foot-fot .foota1 .d_fotv2 .dblx_a .social-share {
    margin-top: .7rem
}

.foot-fot .foota1 .d_fotv2 .dblx_a .social-share a {
    color: rgba(47, 42, 42, 0.6);
    border-color: #D7D8DD;
    width: 2.0625rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    font-size: 1.1rem
}

.foot-fot .foota1 .d_fotv2 .dblx_a .social-share a:hover {
    background: #2f2a2a;
    color: #fff
}

.foot-fot .foota1 .d_fotv2 .dblx_b {
    margin-top: 1.625rem
}

.foot-fot .foota1 .d_fotv2 .dblx_b .contact1 input {
    background: #fff;
    border: 1px solid #D7D8DD;
    border-right: none;
    width: 60%;
    font: 500 1rem/3.12rem "思源黑体 Regular";
    border-top-left-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
    text-indent: 1.2em
}

.foot-fot .foota1 .d_fotv2 .dblx_b .contact1 button {
    color: #fff;
    font: 500 1rem/3.125rem "思源黑体 Regular";
    background: #0C5AA4;
    text-align: center;
    width: 4.25rem;
    border: none;
    border-top-right-radius: 1.5625rem;
    border-bottom-right-radius: 1.5625rem
}

.foot-fot .foota1 .d_nav li a {
    display: block;
    color: #2F2A2A
}

.foot-fot .foota1 .d_nav li>a {
    font: 600 1.25rem/1.4em "思源黑体 Regular";
    margin-bottom: 1rem;
    font-family: "思源黑体 Regular"
}

.foot-fot .foota1 .d_nav .sec {
    color: rgba(47, 42, 42, 0.6);
    font: 500 1rem/1.9em "思源黑体 Regular";
    font-family: "思源黑体 Regular"
}

.foot-fot .foota1 .d_nav .sec a {
    color: rgba(47, 42, 42, 0.6);
    font: 500 1rem/1.9em "思源黑体 Regular";
    font-family: "思源黑体 Regular";
    margin-bottom: .63rem
}

.foot-fot .foota1 .d_nav .sec a:hover {
    color: black
}

.foot-fot .foota1 .d_nav .derma {
    width: 5.875rem
}

.foot-fot .foota1 .d_nav .derma img {
    width: 100%
}

.foot-fot .foota1 .d_nav .derma p {
    color: #fff;
    font: 500 1.125rem/1.4em "思源黑体 Regular";
    margin-bottom: 1rem
}

.foot-fot .foota2 {
    padding: .8rem 0;
    color: #C6C6C6;
    font: 500 .875rem/1.5em "思源黑体 Regular";
    text-align: left;
    background: #131313
}

@media (max-width:990px) {
    .foot-fot .foota2 {
        padding: 1rem 0
    }
}

.foot-fot .foota2 a {
    color: rgba(255, 255, 255, 0.5)
}

.foot-fot .foota2 a:hover {
    color: #ffffff
}

.foot-fot .foota2 .bwqs {
    color: rgba(255, 255, 255, 0.5)
}

.foot-fot .foota2 .bwqs a {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 .4em
}

.foot-fot .foota2 .bwqs a:hover {
    color: #ffffff
}

.foot1-m {
    display: none;
    width: 100%
}

.foot1-m .derma-m {
    width: 100%;
    margin: 1.5em auto 0
}

.foot1-m .derma-m .d_erma {
    text-align: center;
    margin: 0 1em
}

.foot1-m .derma-m .d_erma img {
    width: 87px
}

@media (max-width:600px) {
    .foot1-m .derma-m .d_erma {
        margin: 0 .5em
    }

    .foot1-m .derma-m .d_erma img {
        width: 75px
    }
}

@media (max-width:990px) {

    .d_nav,
    .foota1 {
        display: none
    }
}

.layui-layer {
    max-width: 80%
}

.layui-layer-page .layui-layer-content {
    font-size: .8rem;
    padding: 1em
}

.dblx_b input[type="text"]::-webkit-input-placeholder {
    color: #AAA7A7
}

.dblx_b input[type="text"]:-moz-placeholder {
    color: #AAA7A7
}

.dblx_b input[type="text"]::-moz-placeholder {
    color: #AAA7A7
}

.dblx_b input[type="text"]:-ms-input-placeholder {
    color: #AAA7A7
}

.zd_erha {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 999
}

@media (max-width:768px) {
    .zd_erha {
        display: none
    }

    .kajjt {
        display: none
    }
}

.zd_erha .aat_list li {
    position: relative
}

.zd_erha .aat_list li+li {
    margin-top: 1.25rem
}

.zd_erha .aat_list li .erghgsa {
    position: absolute;
    z-index: -1;
    padding: .5em 1rem;
    width: auto;
    right: -webkit-calc(115%);
    right: -moz-calc(115%);
    right: calc(110% + 5px);
    top: 10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    color: #333;
    font-size: 1.125rem;
    background: #fff;
    border-radius: .4rem
}

.zd_erha .aat_list li:hover .erghgsa {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.zd_erha .aat_list li .erghgsb {
    width: 7rem;
    padding: .3rem
}

.zd_erha .aat_list li:nth-child(2) i img {
    height: 1.9rem
}

.zd_erha a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 4rem;
    position: relative;
    font-size: 12px;
    color: #fff;
    background-color: #1863af;
    text-align: center
}

.zd_erha a i {
    display: block;
    margin: 0 auto;
    text-align: center
}

.zd_erha a i img {
    height: 1.25rem
}

.zd_erha a:hover {
    background: #00539F
}

.zd_erha a:hover img {
    -webkit-filter: invert(99%) sepia(53%) saturate(0%) hue-rotate(125deg) brightness(114%) contrast(100%);
    filter: invert(99%) sepia(53%) saturate(0%) hue-rotate(125deg) brightness(114%) contrast(100%)
}

@media (max-width:991px) {
    .foot1-m {
        display: block
    }
}

.section {
    overflow: hidden
}

.dbb {
    height: 50px
}

.nbanner .nbanner-wen1 {
    width: 100%;
    text-align: left;
    top: 44%
}

@media (max-width:768px) {
    .nbanner .nbanner-wen1 {
        text-align: center
    }
}

.nbanner .nbanner-wen1 .banner-cont {
    color: #fff
}

.nbanner .nbanner-wen1 .banner-cont h2 {
    font: 600 3.125rem/1.5em "思源黑体 Regular";
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)
}

@media (max-width:768px) {
    .nbanner .nbanner-wen1 .banner-cont h2 {
        font-size: 1.8rem
    }
}

.nbanner .nbanner-wen1 .banner-cont dd {
    font: 400 2.125rem/1.5em "impact";
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    max-width: 45%
}

@media (max-width:768px) {
    .nbanner .nbanner-wen1 .banner-cont dd {
        font-size: 1.4rem;
        max-width: 100%
    }
}

.nbanner .nbanner-wen1 .banner-cont .t {
    font: 600 2rem/1.4em "思源黑体 Regular";
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    max-width: 48%
}

@media (max-width:768px) {
    .nbanner .nbanner-wen1 .banner-cont .t {
        font-size: 1.2rem;
        max-width: 100%
    }
}

.nbanner .fo-av {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #F4F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

@media (max-width:768px) {
    .nbanner .fo-av {
        position: static
    }

    .nbanner .fo-av .wh {
        overflow-x: auto
    }
}

.nbanner .fo-av .ajhhsd {
    color: #575757;
    font: 500 1rem/4.4375rem "思源黑体 Regular"
}

@media (max-width:768px) {
    .nbanner .fo-av .ajhhsd {
        line-height: 1.5em;
        padding: 1.1em 0;
        display: none
    }
}

.nbanner .fo-av .ajhhsd span:last-child {
    display: none
}

.nbanner .fo-av .ajhhsd a {
    color: #575757
}

.nbanner .fo-av .ajhhsd a:hover {
    color: #1863af
}

.n_mbx {
    position: relative
}

@media (max-width:768px) {
    .n_mbx .n_src {
        white-space: nowrap
    }
}

.n_mbx .n_src li {
    display: inline-block
}

.n_mbx .n_src li a {
    display: block;
    color: #575757;
    font: 500 1.125rem/4.4375rem "思源黑体 Regular";
    padding: 0 1em;
    position: relative
}

@media (max-width:768px) {
    .n_mbx .n_src li a {
        line-height: 1.5em;
        padding: .8em 1.5em
    }
}

.n_mbx .n_src li:hover a,
.n_mbx .n_src li.active a {
    color: #fff;
    background: #1863af
}

.ny-content {
    margin-bottom: 6.25rem
}

@media (max-width:768px) {
    .ny-content {
        margin-bottom: 2rem
    }
}

@-webkit-keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fang-img {
    -webkit-animation: scale2 4s infinite linear;
    -moz-animation: scale2 4s infinite linear;
    -o-animation: scale2 4s infinite linear;
    animation: scale2 4s infinite linear
}

.fang {
    overflow: hidden
}

.fang img {
    cursor: pointer;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.fang:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.title_ny {
    border-bottom: 1px solid #DDDDDD
}

.title_ny .h2a {
    color: #000000;
    font: 600 2rem/2em "思源黑体 Regular";
    display: inline-block;
    position: relative
}

@media (max-width:768px) {
    .title_ny .h2a {
        font-size: 1.5rem
    }
}

.title_ny .h2a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #1863af;
    width: 100%;
    height: 1px
}

.ss-list li.tjb {
    width: 32.333%;
    margin-bottom: 2.625rem;
    margin-right: 1.5%;
    position: relative;
    border-bottom: 2px solid #EDEDED
}

.ss-list li.tjb:nth-child(3n) {
    margin-right: 0
}

@media (max-width:768px) {
    .ss-list li.tjb {
        margin-bottom: 1.2rem;
        width: 49%;
        margin-right: 2%
    }

    .ss-list li.tjb:nth-child(3n) {
        margin-right: 2%
    }

    .ss-list li.tjb:nth-child(2n) {
        margin-right: 0%
    }
}

.ss-list li.tjb a.img {
    display: block
}

.ss-list li.tjb .wenta {
    padding: 1.5625rem 5%
}

@media (max-width:768px) {
    .ss-list li.tjb .wenta {
        padding: .9rem 5%
    }
}

.ss-list li.tjb .wenta h2 a {
    display: block;
    color: #000000;
    font: 600 1.125rem/1.4em "思源黑体 Regular";
    height: 2.8em;
    overflow: hidden
}

@media (max-width:768px) {
    .ss-list li.tjb .wenta h2 a {
        font-size: 1rem
    }
}

.ss-list li.tjb .wenta span {
    display: block;
    color: #848484;
    font: 500 1rem/1.4em "思源黑体 Regular"
}

.ss-list li.tjb::after {
    content: "";
    width: 0;
    height: 2px;
    background: #1863af;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px
}

.ss-list li.tjb:hover::after {
    width: 100%
}

a.i-ma {
    position: relative
}

a.i-ma b {
    display: none;
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9
}

@media (max-width:768px) {
    a.i-ma b {
        padding: 7px 4px 4px
    }
}

a.i-ma b img {
    max-width: 100px !important;
    width: 4.625rem !important
}

.loadmore-nodata {
    margin: 0 auto 9em
}

.text-center {
    text-align: center
}

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

@media (max-width:768px) {
    .pagination {
        margin: 0 0 0
    }
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 2.375rem;
    color: #7D7D7D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 .2rem
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    line-height: 2.1
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    line-height: 2.1
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #1863af;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1863af;
    border-color: #1863af;
    vertical-align: middle
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 3.6875rem 0;
    text-align: center;
    list-style: none
}

@media (max-width:768px) {
    .pager {
        margin: 1.5rem 0
    }
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 2.375rem;
    height: 2.375rem
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: transparent
}

@media (max-width:768px) {
    .lxwm-bj {
        padding-bottom: 1.5rem
    }
}

.title_nya dt {
    color: #2F2A2A;
    font: 600 2.8125rem/1.5em "思源黑体 Regular"
}

.title_nya dt::after {
    content: "";
    display: block;
    width: 4.8125rem;
    height: .125rem;
    background: #ec6941;
    margin-top: .4rem
}

@media (max-width:768px) {
    .title_nya dt {
        font-size: 1.8125rem
    }

    .zizhizhuanli .title_nya dt {
        margin-bottom: 2.25rem !important
    }

    .title_nya dt::after {
        width: 2.8rem
    }

    .zizhizhuanli .title_nya {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.title_nya p {
    color: #2F2A2A;
    font: 600 1.75rem/1.4em "思源黑体 Regular";
    text-transform: uppercase;
    margin-top: .4em
}

@media (max-width:768px) {
    .title_nya p {
        font-size: 1rem
    }
}

.lxwm-cont1 {
    padding-top: 3.125rem
}

@media (max-width:768px) {
    .lxwm-cont1 {
        padding-top: 2.2rem
    }
}

.lxwm-cont1 .lxwm-list1 {
    margin-top: 2.8125rem
}

@media (max-width:768px) {
    .lxwm-cont1 .lxwm-list1 {
        margin-top: 1.5rem
    }
}

.lxwm-cont1 .lxwm-list1 li {
    width: 31.85714%;
    background: #f5f5f5;
    border-radius: .9375rem;
    padding: 2.8125rem 0
}

@media (max-width:768px) {
    .lxwm-cont1 .lxwm-list1 li {
        width: 100%
    }

    .lxwm-cont1 .lxwm-list1 li+li {
        margin-top: 1rem
    }
}

.lxwm-cont1 .lxwm-list1 li i {
    width: 4rem;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.lxwm-cont1 .lxwm-list1 li .p {
    text-align: center;
    color: #2F2A2A;
    font: 500 1.25rem/1.5em "思源黑体 Regular";
    margin-top: 1rem
}

@media (max-width:768px) {
    .lxwm-cont1 .lxwm-list1 li .p {
        font-size: 1rem
    }
}

.lxwm-cont1 .lxwm-list1 li .p dt {
    color: #2F2A2A;
    font: 600 1.625rem/1.2em "思源黑体 Regular"
}

@media (max-width:768px) {
    .lxwm-cont1 .lxwm-list1 li .p dt {
        font-size: 1.4rem
    }
}

.lxwm-cont1 .lxwm-list1 li .p p {
    padding: 0 15%;
    margin-top: .5em
}

@media (max-width:768px) {
    .lxwm-cont1 .lxwm-list1 li .p p {
        padding: 0 7%
    }
}

.lxwm-cont1 .lxwm-list1 li:hover i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.lxwm-cont2 {
    margin-top: 5.325rem
}

@media (max-width:768px) {
    .lxwm-cont2 {
        margin-top: 2rem
    }
}

.lxwm-cont2 #map {
    margin-top: 3rem;
    border-radius: .9375rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
    height: 27vw
}

@media (max-width:768px) {
    .lxwm-cont2 #map {
        margin-top: 1.5rem;
        height: 80vw
    }
}

.lxwm-cont2 #map .amap-ui-smp-ifwn-info-content {
    font-size: .875rem
}

.lxwm-cont2 #map .amap-ui-smp-ifwn-info-content a {
    color: #1863af;
    display: block
}

.lxwm-cont3 {
    padding: 3.25rem 0 8.75rem
}

@media (max-width:768px) {
    .lxwm-cont3 {
        padding: 1rem 0 3rem
    }
}

.lxwm-cont3 .lxwm-a3_v1 {
    background: url(../image/bjasd1.png) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding: 6.375rem 0;
    border-radius: .9375rem;
    overflow: hidden
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat {
    text-align: center
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat dt {
    color: #fff;
    font: 600 2.5rem/1.5em "思源黑体 Regular"
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat dt::after {
    content: "";
    display: block;
    width: 4.8125rem;
    height: .125rem;
    background: #1863af;
    margin: 0 auto;
    margin-top: .4rem
}

@media (max-width:768px) {
    .lxwm-cont3 .lxwm-a3_v1 .title_nyat dt {
        font-size: 2rem
    }

    .lxwm-cont3 .lxwm-a3_v1 .title_nyat dt::after {
        width: 3rem
    }
}

.lxwm-cont3 .lxwm-a3_v1 .title_nyat p {
    color: #fff;
    font: 600 1.75rem/1.4em "思源黑体 Regular";
    text-transform: uppercase;
    margin-top: .4em
}

@media (max-width:768px) {
    .lxwm-cont3 .lxwm-a3_v1 .title_nyat p {
        font-size: 1rem
    }
}

.lxwm-cont3 .lxwm-a3_v1 a.ata {
    display: block;
    font: 500 1rem/2.625rem "思源黑体 Regular";
    width: 8.75rem;
    border-radius: 1.3125rem;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    margin-top: 1.2em
}

.lxwm-cont3 .lxwm-a3_v1 a.ata:hover {
    color: #fff;
    border-color: #1863af;
    background: #1863af
}

.p-liuyan {
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-liuyan .hzyxclass {
    background: #fff
}

@media (max-width:768px) {
    .p-liuyan .hzyxclass {
        width: 89%;
        padding: 1.6rem 2.3027% 2rem
    }
}

.p-liuyan .hzyxclass .msg_tita h2 {
    color: #2F2A2A;
    font: 500 2.25rem/1.6em "思源黑体 Regular"
}

@media (max-width:768px) {
    .p-liuyan .hzyxclass .msg_tita h2 {
        font-size: 1.6rem
    }
}

.p-liuyan .hzyxclass .msg_tita .jataxta {
    position: absolute;
    right: -2.9rem;
    top: -2.5rem
}

.p-liuyan .hzyxclass .msg_tita .jataxta i {
    color: #fff;
    font: 500 3.375rem/1em "思源黑体 Regular"
}

@media (max-width:768px) {
    .p-liuyan .hzyxclass .msg_tita .jataxta {
        right: 0
    }

    .p-liuyan .hzyxclass .msg_tita .jataxta i {
        font-size: 2rem
    }
}

.p-liuyan .hzyxclass form {
    margin-top: 1.5625rem
}

@media (max-width:768px) {
    .p-liuyan .hzyxclass form {
        margin-top: 1rem
    }
}

.p-liuyan {
    margin-top: 6.25rem;
    background: none
}

.p-liuyan .hzyxclass form input {
    width: 100%;
    border-radius: .5rem;
    font: 500 1rem/3.25rem "思源黑体 Regular";
    border: 1px solid #E6E5E5;
    text-indent: 1.4em;
    margin-bottom: 1.375rem;
    line-height: 4rem
}

.p-liuyan .hzyxclass .title_nya {
    margin-bottom: 3.75rem
}

@media (max-width:768px) {
    .p-liuyan .hzyxclass form input {
        margin-bottom: 1rem
    }

    .p-liuyan {
        margin-top: 1.88rem
    }
}

.p-liuyan .hzyxclass form textarea {
    width: 100%;
    border-radius: .5rem;
    font: 500 1rem/1.5rem "思源黑体 Regular";
    border: 1px solid #E6E5E5;
    padding: 1em 1.4em;
    margin-bottom: 1.375rem
}

.p-liuyan .hzyxclass .div_aghgha .more-msl {
    margin: 3.13rem auto;
    display: block;
    color: #fff;
    background: #00539f
}

.hidden {
    display: none
}

.abt-cont1 {
    background: url(../image/bj5.jpg) no-repeat center bottom;
    -o-background-size: cover;
    background-size: cover;
    padding: 6.375rem 0 5.625rem;
    position: relative
}

@media (max-width:768px) {
    .abt-cont1 {
        padding: 1.8rem 0 2rem
    }
}

.abt-cont1 .titlebc {
    background: -webkit-gradient(linear, left top, left bottom, from(#00539F), to(rgba(212, 216, 220, 0)));
    background: -webkit-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    background: -moz-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    background: -o-linear-gradient(top, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    background: linear-gradient(180deg, #00539F 0%, rgba(212, 216, 220, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .3;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 6.0625rem;
    line-height: 1.2em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 7.6rem;
    width: 100%;
    z-index: 2
}

@media (max-width:768px) {
    .abt-cont1 .titlebc {
        display: none
    }
}

.abt-cont1 .abt_a1 {
    width: 41.92857%
}

@media (max-width:768px) {
    .abt-cont1 .abt_a1 {
        width: 100%;
        margin-top: 0
    }
}

.abt-cont1 .abt_a1 .p {
    color: rgba(87, 87, 87, 0.9);
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    margin-top: 1.8em
}

@media (max-width:768px) {
    .abt-cont1 .abt_a1 .p {
        margin-top: 1em
    }
}

.abt-cont1 .abt_a2 {
    width: 50.78571%
}

@media (max-width:768px) {
    .abt-cont1 .abt_a2 {
        width: 100%;
        margin-top: 1.5em
    }
}

.abt-cont1 .abt_a2 .mySwiper3 {
    position: relative;
    z-index: 1
}

.abt-cont1 .abt_a2 .mySwiper3 .img {
    border-radius: .9375rem;
    padding-bottom: 92.5%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden
}

.abt-cont1 .abt_a2 .mySwiper3 .img>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.abt-cont1 .abt_a2 .mySwiper3 .img p {
    text-align: center;
    color: #fff;
    padding: 0 4%;
    position: absolute;
    left: 0;
    bottom: 1em;
    font: 500 1.2rem/2.5em "思源黑体 Regular";
    width: 100%;
    z-index: 2
}

@media (max-width:768px) {
    .abt-cont1 .abt_a2 .mySwiper3 .img p {
        bottom: .5em
    }
}

.abt-cont1 .abt_a2 .mySwiper3 .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 1em
}

.abt-cont1 .abt_a2 .mySwiper3 .swiper-pagination1 span {
    display: inline-block;
    opacity: 1;
    background: url(../image/doa1a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin: 0 .24rem
}

.abt-cont1 .abt_a2 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: url(../image/doa2a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.abt-cont2 {
    background: url(../image/index-bg.jpg) no-repeat center top;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative
}

@media (max-width:768px) {
    .abt-cont2 {
        padding: 2.4375rem 0 2.25rem
    }
}

.abt-cont2::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 13.54167%;
    background: rgba(255, 255, 255, 0.4)
}

@media (max-width:1600px) {
    .abt-cont2::after {
        right: 9%
    }
}

@media (max-width:1366px) {
    .abt-cont2::after {
        right: 5.78125%
    }
}

@media (max-width:768px) {
    .abt-cont2::after {
        display: none
    }
}

.abt-cont2 .titlebc {
    background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F5), to(rgba(212, 216, 220, 0)));
    background: -webkit-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    background: -moz-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    background: -o-linear-gradient(top, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    background: linear-gradient(180deg, #F4F5F5 0%, rgba(212, 216, 220, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .2;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14.5625rem;
    line-height: 1.2em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    z-index: 1
}

@media (max-width:768px) {
    .abt-cont2 .titlebc {
        display: none
    }
}

.abt-cont2 .title_nya dt,
.abt-cont2 .title_nya p {
    color: #fff
}

.abt-cont2 a.jtasdt {
    display: block;
    position: absolute;
    left: 46%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10.5%
}

@media (max-width:768px) {
    .abt-cont2 a.jtasdt {
        display: none
    }
}

.abt-cont2 a.jtasdt i {
    display: block;
    font-size: 0;
    width: 2.125rem
}

.abt-cont2 a.jtasdt i img {
    width: 100%
}

.abt-cont2 .fzlczx {
    position: relative;
    margin-top: 1rem
}

.abt-cont2 .fzlczx .mySwiper5 {
    width: 76.35714%;
    margin-left: 10.42857%;
    position: relative;
    height: 29vw;
    overflow: hidden;
    border-radius: .9375rem
}

.abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1,
.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    display: none
}

.abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1 {
    left: 2%
}

.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1 {
    right: 2%
}

.abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1 i,
.abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1 i {
    color: #fff;
    font: 500 1.8rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {

    .abt-cont2 .fzlczx .mySwiper5 .swiper-button-prev1,
    .abt-cont2 .fzlczx .mySwiper5 .swiper-button-next1 {
        display: block
    }

    .abt-cont2 .fzlczx .mySwiper5 {
        margin-left: 0;
        width: 100%;
        margin-top: .8em;
        height: 49vw
    }
}

.abt-cont2 .fzlczx .mySwiper5 .a {
    position: relative
}

.abt-cont2 .fzlczx .mySwiper5 .a i {
    display: block;
    font-size: 0;
    position: relative
}

.abt-cont2 .fzlczx .mySwiper5 .a i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.abt-cont2 .fzlczx .mySwiper5 .a i img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.abt-cont2 .fzlczx .mySwiper5 .a .wez-sa {
    position: absolute;
    left: 0;
    bottom: 12%;
    color: #fff;
    width: 100%;
    padding: 0 40% 0 8.03181%;
    z-index: 9
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper5 .a .wez-sa {
        bottom: 10%;
        padding: 0 12%
    }
}

.abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dt {
    font: 600 3.125rem/1.4em "思源黑体 Regular"
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dt {
        font-size: 1.6rem;
        line-height: 1.6em
    }
}

.abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dd {
    font: 500 1.125rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper5 .a .wez-sa dd {
        font-size: 1rem
    }
}

.abt-cont2 .fzlczx .mySwiper4 {
    width: 7.57143%
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper4 {
        width: 100%;
        margin-top: 1.5rem
    }
}

.abt-cont2 .fzlczx .mySwiper4 .swiper-slide .a {
    color: #FFFFFF;
    font: 500 1.125rem/3.4rem "思源黑体 Regular";
    background: url(../image/doa1a.svg) no-repeat left center;
    -o-background-size: .75rem .75rem;
    background-size: .75rem .75rem;
    padding-left: 1.2rem;
    position: relative;
    cursor: pointer
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper4 .swiper-slide .a {
        padding: 0;
        padding-top: 1.2rem;
        background: url(../image/doa1a.svg) no-repeat center top;
        -o-background-size: .75rem .75rem;
        background-size: .75rem .75rem;
        text-align: center;
        line-height: 2rem
    }
}

.abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a {
    background: url(../image/doa2a.svg) no-repeat left center;
    -o-background-size: .75rem .75rem;
    background-size: .75rem .75rem
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a {
        background: url(../image/doa2a.svg) no-repeat center top;
        -o-background-size: .75rem .75rem;
        background-size: .75rem .75rem
    }
}

.abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1863af
}

@media (max-width:768px) {
    .abt-cont2 .fzlczx .mySwiper4 .swiper-slide.swiper-slide-thumb-active .a:after {
        display: none
    }
}

.FpulseSlow2 {
    -webkit-animation: FpulseSlow2 infinite 3s linear;
    -moz-animation: FpulseSlow2 infinite 3s linear;
    -o-animation: FpulseSlow2 infinite 3s linear;
    animation: FpulseSlow2 infinite 3s linear;
    opacity: 1
}

@-webkit-keyframes FpulseSlow2 {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes FpulseSlow2 {
    0% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        opacity: .8
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-o-keyframes FpulseSlow2 {
    0% {
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .8
    }

    50% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes FpulseSlow2 {
    0% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes width {
    0% {
        width: 0;
        opacity: 0
    }

    50% {
        width: 50%;
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: .2
    }
}

@-moz-keyframes width {
    0% {
        width: 0;
        opacity: 0
    }

    50% {
        width: 50%;
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: .2
    }
}

@-o-keyframes width {
    0% {
        width: 0;
        opacity: 0
    }

    50% {
        width: 50%;
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: .2
    }
}

@keyframes width {
    0% {
        width: 0;
        opacity: 0
    }

    50% {
        width: 50%;
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: .2
    }
}

.abt-cont3 {
    background: #EEF0F5;
    padding: 5rem 0 6.75rem
}

@media (max-width:768px) {
    .abt-cont3 {
        padding: 2rem 0
    }
}

.abt-cont3 .abt-a3_v1 {
    margin-top: 4rem;
    position: relative
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 {
        margin-top: 1.5rem
    }
}

.abt-cont3 .abt-a3_v1 img.b {
    display: none
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 img.b {
        display: block
    }

    .abt-cont3 .abt-a3_v1 img.a {
        display: none
    }
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_c1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua1 {
    position: absolute;
    left: 42%;
    top: 27%;
    width: 8.75rem;
    height: 8.75rem;
    background: rgba(12, 90, 164, 0.3);
    border-radius: 50%;
    z-index: 1
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua1 {
        display: none
    }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua2 {
    position: absolute;
    left: 69%;
    top: 34%;
    width: 12rem;
    height: 12rem;
    background: rgba(12, 90, 164, 0.3);
    border-radius: 50%;
    z-index: 1
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .abt-a3_b1 .qua2 {
        display: none
    }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 {
    position: absolute;
    cursor: pointer
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 {
        position: static;
        width: 50%;
        padding: .5em 0
    }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 dt {
    color: #2F2A2A;
    font: 600 1.125rem/1.4em "思源黑体 Regular"
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1 dd {
    color: rgba(47, 42, 42, 0.6);
    font: 500 1rem/1.4em "思源黑体 Regular"
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(1) {
    left: 49%;
    top: -1.5%
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(2) {
    top: 0
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(3) {
    top: 38.2%
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(4) {
    top: 45.5%
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(5) {
    top: 56.4%
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(6) {
    top: 33.5%
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:nth-child(7) {
    top: 66.8%
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_d1:not(:nth-child(1)) {
    left: 91.8%
}

.abt-cont3 .abt-a3_v1 .wegx_as {
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: auto;
    z-index: 9999
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a {
    -webkit-box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 999;
    width: 59.01042%;
    padding: 0 2.13027% 1rem;
    border-radius: .9375rem
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .wegx_as .przs-a {
        width: 90%;
        padding: 0 2.13027% .5rem
    }
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta {
    position: absolute;
    right: -2.9rem;
    top: -2.5rem
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta {
        right: 0
    }
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta i {
    color: #fff;
    font: 500 3.375rem/1em "思源黑体 Regular"
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .wegx_as .przs-a a.jataxta i {
        font-size: 2.5rem
    }
}

.abt-cont3 .abt-a3_v1 .wegx_as .przs-a .titaas {
    text-align: center;
    color: #2F2A2A;
    font: 600 1.875rem/1.5em "思源黑体 Regular";
    padding: .5em 0
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .wegx_as .przs-a .titaas {
        font-size: 1.25rem
    }
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 {
    position: relative;
    z-index: 1
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .img {
    border-radius: .9375rem;
    overflow: hidden
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: .5em
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .swiper-pagination1 span {
    display: inline-block;
    opacity: 1;
    background: url(../image/doa1a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin: 0 .24rem
}

.abt-cont3 .abt-a3_v1 .wegx_as .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: url(../image/doa2a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.abt-cont3 .abt-a3_v1 .jtx-a {
    text-align: right
}

@media (max-width:768px) {
    .abt-cont3 .abt-a3_v1 .jtx-a {
        display: none
    }
}

.abt-cont3 .abt-a3_v1 .jtx-a>img {
    width: 100%;
    visibility: hidden
}

.abt-cont3 .abt-a3_v1 .jtx-a .xha {
    position: relative
}

.abt-cont3 .abt-a3_v1 .jtx-a .xha img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s
}

.abt-cont3 .abt-a3_v1 .jtx1 {
    width: 57.29167%;
    position: absolute;
    right: 21.4%;
    top: 20.7%
}

.abt-cont3 .abt-a3_v1 .jtx2 {
    width: 57.29167%;
    position: absolute;
    right: 21.4%;
    top: 28.2%
}

.abt-cont3 .abt-a3_v1 .jtx3 {
    width: 31.10119%;
    position: absolute;
    right: 21.3%;
    top: 37%
}

.abt-cont3 .abt-a3_v1 .jtx4 {
    width: 48.95833%;
    position: absolute;
    right: 21.5%;
    top: 21%
}

.abt-cont3 .abt-a3_v1 .jtx4 .xha {
    position: relative
}

.abt-cont3 .abt-a3_v1 .jtx4 .xha img {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0
}

.abt-cont3 .abt-a3_v1 .jtx5 {
    width: 29.7619%;
    position: absolute;
    right: 21.5%;
    top: 33.25%
}

.abt-cont3 .abt-a3_v1 .jtx5 .xha {
    position: relative
}

.abt-cont3 .abt-a3_v1 .jtx5 .xha img {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0
}

.abt-cont3 .abt-a3_v1 .jtx6 {
    width: 5.72917%;
    position: absolute;
    right: 21.4%;
    top: 32%
}

.abt-cont3 .abt-a3_v1 .jtx7 {
    width: 4.24107%;
    position: absolute;
    right: 17.3%;
    top: 36.7%;
    text-align: left
}

.abt-cont3 .abt-a3_v1 .jtx7 .xha {
    position: relative
}

.abt-cont3 .abt-a3_v1 .jtx7 .xha img {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0
}

.abt-cont3 .abt-a3_v1 .jtx8 {
    width: 1.4881%;
    position: absolute;
    right: 19.85%;
    top: 41.9%;
    text-align: left
}

.abt-cont3 .abt-a3_v1 .jtx8 .xha {
    position: relative
}

.abt-cont3 .abt-a3_v1 .jtx8 .xha img {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0
}

.abt-cont3 .abt-a3_v1 .jtx9 {
    width: 1.81%;
    position: absolute;
    right: 21.4%;
    top: 39.9%;
    text-align: left
}

.abt-cont3 .abt-a3_v1 .jtx9 .xha {
    position: relative
}

.abt-cont3 .abt-a3_v1 .jtx9 .xha img {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0
}

.abt-cont3.fix .abt-a3_v1 .jtx-a .xha img {
    width: 100%;
    opacity: 1
}

.title_nya.bs dt,
.title_nya.bs p {
    color: #fff
}

.zizhizhuanli .title_nya {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zizhizhuanli .title_nya dt {
    color: #222;
    margin-bottom: 6.25rem
}

.zizhizhuanli .swiper-slide {
    cursor: pointer
}

.zizhizhuanli .swiper-slide p {
    text-align: center;
    margin-top: .63rem;
    font-size: 1rem;
    color: #666666
}

.abt-cont4 {
    background: url(../image/bj7.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding: 4.375rem 0 8.9375rem
}

.zizhizhuanli {
    padding-top: 5%;
    padding-bottom: 7%;
    position: relative
}
.zizhizhuanli .swiper-autoheight .swiper-wrapper{
    padding-bottom: 30px;
}

.zizhizhuanli .swiper-pagination {
    bottom: 0rem
}

.zizhizhuanli .alert-img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999
}

.zizhizhuanli .alert-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.zizhizhuanli .zhuanli-swiper {
    display: none
}

.zizhizhuanli .zhuanli-swiper .active_swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.zizhizhuanli .zhuanli-swiper .slide-img-box {
    position: relative;
    padding: 7px
}

.zizhizhuanli .zhuanli-swiper .slide-img-box .img-top {
    width: 100%;
    background-image: url(../image/honor1.png);
    height: 7px;
    position: absolute;
    top: 0;
    left: 0
}

.zizhizhuanli .zhuanli-swiper .slide-img-box .img-bottom {
    width: 100%;
    background-image: url(../image/honor3.png);
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0
}

.zizhizhuanli .zhuanli-swiper .slide-img-box .img-middle {
    width: 100%;
    background-image: url(../image/honor2.png);
    height: 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.zizhizhuanli .show_swiper {
    display: block
}

@media (max-width:768px) {
    .abt-cont4 {
        padding: 2rem 0 2.5rem
    }
    .zizhizhuanli .swiper-pagination {
        bottom: .5rem
    }
}

.abt-cont4 .abt_a4_v1 {
    padding-top: 9%;
    position: relative;
    margin-top: .9375rem
}

.abt-cont4 .abt_a4_v1 .abt_a4_content {
    width: 100%
}

.abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_img {
    border-radius: 1rem;
    overflow: hidden
}

.abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_img img {
    height: 100%
}

.abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text {
    color: #fff;
    padding-left: 5.31rem
}

.abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_item {
    padding-bottom: 1.56rem;
    margin-bottom: 1.56rem;
    border-bottom: 1px dashed #fff
}

.abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_title {
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: .94rem
}

.abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_subtitle {
    font-size: 1.5rem
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 {
    width: 50%;
    text-align: center
}

@media (max-width:768px) {
    .abt-cont4 .abt_a4_v1 .abt_a4c1 {
        padding: 0 3%
    }
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 i {
    width: 5.625rem;
    display: block;
    margin: 0 auto
}

@media (max-width:768px) {
    .abt-cont4 .abt_a4_v1 .abt_a4c1 i {
        width: 4rem
    }
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 i:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 i img {
    width: 100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 h2 {
    color: #fff;
    font: 600 1.875rem/1.5em "思源黑体 Regular";
    margin-top: .3em
}

@media (max-width:768px) {
    .abt-cont4 .abt_a4_v1 .abt_a4c1 h2 {
        font-size: 1.35rem
    }
}

.abt-cont4 .abt_a4_v1 .abt_a4c1 p {
    color: #fff;
    font: 600 1.375rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .abt-cont4 .abt_a4_v1 .abt_a4c1 p {
        font-size: 1rem;
        height: 3em
    }
}

.xw_list_v1 {
    margin-top: 4.0625rem
}

@media (max-width:768px) {
    .xw_list_v1 {
        margin-top: 2rem
    }
}

.xw_list_v1 .mySwiper7 {
    position: relative
}

.xw_list_v1 .mySwiper7 .xw_adst {
    background: #F4F5F5;
    border-radius: .9375rem;
    overflow: hidden
}

.xw_list_v1 .mySwiper7 .xw_adst a.img {
    display: block;
    position: relative;
    width: 50%
}

@media (max-width:768px) {
    .xw_list_v1 .mySwiper7 .xw_adst a.img {
        width: 100%
    }
}

.xw_list_v1 .mySwiper7 .xw_adst a.img .tasst {
    position: absolute;
    left: 2.125rem;
    top: 0;
    background: #1863af;
    width: 5.125rem;
    text-align: center;
    color: #fff;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    padding: .5em 0;
    display: none
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a {
    width: 50%;
    padding: 0 2.5%
}

@media (max-width:768px) {
    .xw_list_v1 .mySwiper7 .xw_adst .ha_a {
        width: 100%;
        padding: 1em 2.5%
    }
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a h2 a {
    display: block;
    font: 500 1.5rem/1.5em "思源黑体 Regular";
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date {
    padding: .6em 0 .8em
}

@media (max-width:768px) {
    .xw_list_v1 .mySwiper7 .xw_adst .ha_a .date {
        padding: .4em 0 .5em
    }
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular"
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p+p {
    margin-left: 2em
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p i {
    width: 1.375rem;
    display: inline-block;
    margin-right: .2em
}

@media (max-width:768px) {
    .xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p i {
        width: 1.1rem
    }

    .xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p i img {
        vertical-align: text-bottom
    }
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .date p span {
    display: block
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a .p {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular"
}

.xw_list_v1 .mySwiper7 .xw_adst .ha_a a.more-msl {
    margin-top: 2em
}

@media (max-width:768px) {
    .xw_list_v1 .mySwiper7 .xw_adst .ha_a a.more-msl {
        margin-top: 1em
    }
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 {
    position: absolute;
    left: auto;
    right: 3%;
    bottom: 12%;
    z-index: 99;
    width: auto
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 span {
    background: none;
    border: 1px solid #1863af
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #1863af
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 span {
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    opacity: 1;
    margin: 0 .3rem
}

.xw_list_v1 .mySwiper7 .swiper-wrapper .swiper-slide {
    display: block
}

.xw_list_v1 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.news-list {
    margin: 0 -1.8%
}

@media (max-width:450px) {
    .news-list {
        margin: 0
    }
}

.news-list li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    padding: 0 1.8%;
    margin-top: 3.625rem
}

@media (max-width:768px) {
    .news-list li {
        width: 50%;
        margin-top: 1.5rem
    }
}

@media (max-width:450px) {
    .news-list li {
        width: 100%;
        padding: 0
    }
}

.news-list li a.img {
    display: block;
    font-size: 0;
    border-top-right-radius: .9375rem;
    border-top-left-radius: .9375rem;
    padding-bottom: 60%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden
}

.news-list li a.img>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-list li .xw-date {
    border-bottom: 1px solid #D9D9D9;
    padding: 1.3em 5% .8em;
    position: relative
}

.news-list li .xw-date::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #1863af;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

@media (max-width:768px) {
    .news-list li .xw-date {
        padding: 1.3em 1% .8em
    }
}

.news-list li .xw-date h2 a {
    display: block;
    color: #2F2A2A;
    font: 500 1.25rem/1.3em "思源黑体 Regular";
    height: 2.6em;
    overflow: hidden
}

@media (max-width:768px) {
    .news-list li .xw-date h2 a {
        font-size: 1.2rem
    }
}

.news-list li .xw-date h2 a:hover {
    color: #1863af
}

.news-list li .xw-date span {
    display: block;
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    margin-top: 1.5em
}

.news-list li:hover .xw-date::after {
    width: 100%
}

.news-list li:hover .xw-date h2 a {
    color: #1863af
}

.xw-show_bja {
    background: -webkit-linear-gradient(14.59deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
    background: -moz-linear-gradient(14.59deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
    background: -o-linear-gradient(14.59deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
    background: linear-gradient(75.41deg, #0E337B 15.28%, #0F347C 30.94%, #21619D 42.43%, #0F347C 53.5%, #22639E 62.74%, #0F347C 72.54%, #176AA1 86.86%);
    padding: 3.75rem 0 2.8125rem;
    margin-top: 5.4375rem;
    color: #fff;
    background-image: url(../picture/xinwenxiangqingbg.jpg);
    -o-background-size: cover;
    background-size: cover
}

@media (max-width:990px) {
    .xw-show_bja {
        margin-top: 0
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_title {
        font-size: 1.6rem
    }
}

.xw-show_bja .date-a {
    font: 500 1.88rem/1.5em "impact"
}

.xw-show_bja .title-a {
    font: 600 2.5rem/1.3em "思源黑体 Regular";
    padding: .2em 0 3.125rem
}

@media (max-width:768px) {
    .xw-show_bja .title-a {
        font-size: 1.6rem
    }
}

.xw-show_bja .fenxad {
    font: 500 1.125rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .xw-show_bja .fenxad {
        font-size: 1rem
    }
}

.xw-show_bja .fenxad .social-share a {
    border-color: #D7D8DD;
    width: 2.0625rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    font-size: 1.1rem;
    color: #fff
}

.xw-show_bja .fenxad .social-share a:hover {
    background: #fff;
    color: #333
}

@media (max-width:768px) {
    .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode {
        left: 0
    }

    .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode:after {
        left: 6%
    }
}

.show-news-content {
    margin-top: 3.5rem;
    padding-bottom: 8.5rem
}

@media (max-width:768px) {
    .show-news-content {
        margin-top: 2rem;
        padding-bottom: 2.5rem
    }
}

.show-news-content .show-news-a1_v1 {
    width: 64%;
    padding-right: 5%;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.show-news-content .show-news-a1_v1 .content p {
    padding-top: 1.2rem
}

.business-content .business-box .business-item {
    margin-top: 3.13rem;
    cursor: pointer
}

.business-content .business-box .business-item .item-content .item-pic {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.business-content .business-box .business-item:hover .item-content .item-pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.business-content .business-box .business-item:hover .item-content .item-name {
    color: #0072c3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.business-content .business-box .business-item:hover .item-content .item-arrow {
    color: #0072c3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.business-content .business-box .business-item .item-name {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 2.5rem
}

.business-content .business-box .business-item .item-content {
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 .75rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 .75rem rgba(0, 0, 0, 0.2);
    padding-bottom: 2.5rem;
    overflow: hidden
}

.business-content .business-box .business-item .icon-youjiantouchang {
    width: 0px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.business-content .business-box .business-item .icon-youjiantouduan {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.business-content .business-box .business-item .iconfont {
    font-size: 1.8rem
}

.business-content .business-box .business-item:hover .item-content .icon-youjiantouduan {
    font-size: 0;
    opacity: 0
}

.business-content .business-box .business-item:hover .item-content .icon-youjiantouchang {
    font-size: 1.8rem;
    opacity: 1
}

.business-content .business-box .business-item .item-arrow {
    margin-left: 2.5rem;
    margin-top: 2.81rem
}

.business-content .business-box .business-item .item-pic {
    width: 100%;
    margin-bottom: 2.5rem
}

.details-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: none
}

.details-mask .detail-cont {
    padding: 0 5.31rem;
    padding-top: 5.25rem;
    position: relative;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.details-mask .detail-cont .cont-scroll {
    overflow-y: scroll;
    height: 100%
}

.details-mask .detail-cont .cont-scroll::-webkit-scrollbar {
    display: none
}

.details-mask .detail-cont .cont-scroll::-webkit-scrollbar-thumb {
    display: none
}

.details-mask .close-detail {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 1.88rem;
    color: #0072c3;
    font-weight: bold;
    width: 3.13rem;
    height: 3.13rem;
    cursor: pointer
}

.detail-cont {
    width: 40%;
    height: 100%;
    background-color: #fff;
    position: relative;
    margin-left: auto
}

.details-mask .detail-cont .detail-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 3.13rem
}

.business-content .business-box .business-item .item-content .item-pic img {
    width: 100%;
    height: 20em
}

.details-mask .detail-cont .detail-pic {
    margin-bottom: 3.13rem
}

.details-mask .detail-cont .detail-pic img {
    border-radius: 1rem
}

.details-mask .detail-cont .detail-item {
    margin-bottom: 1.25rem
}

.details-mask .detail-cont .detail-item .label {
    font-size: 1rem;
    color: #333333;
    font-weight: bold
}

.details-mask .detail-cont .detail-item .value {
    font-size: 1rem;
    color: #666666
}

.details-mask .detail-cont .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5.31rem;
    margin-bottom: 5.31rem
}

.details-mask .detail-cont .btn-group .call-us {
    width: 7.69rem;
    height: 2.69rem;
    text-align: center;
    line-height: 2.69rem;
    background-color: #0072c3;
    color: #fff;
    border-radius: 3.13rem
}

.details-mask .detail-cont .btn-group .zixun {
    width: 7.69rem;
    height: 2.69rem;
    text-align: center;
    line-height: 2.69rem;
    color: #0072c3;
    border: 1px solid #0072c3;
    border-radius: 3.13rem;
    margin-left: 3.13rem
}

.join-content .join-section1 .title_nya {
    margin-top: 6.25rem;
    margin-bottom: 2.5rem
}

.join-content .join-section1 .section1-dec {
    font-size: 1.13rem;
    color: #666666;
    line-height: 2rem;
    margin-bottom: 1.88rem
}

.join-content .join-section1 .section1-pics {
    margin-bottom: 5rem
}

.join-content .join-section2 {
    background-color: #0072c3;
    padding-top: 6.88rem;
    padding-bottom: 6.56rem
}

.join-content .join-section2 .title_nya {
    margin-bottom: 2.81rem
}

.join-content .join-section2 .title_nya dt {
    color: #fff
}

.join-content .join-section2 .section2-content .section2-content-item:nth-child(1) {
    border-radius: 1rem 0 0 0
}

.join-content .join-section2 .section2-content .section2-content-item:nth-child(2) {
    border-radius: 0 1rem 0 0
}

.join-content .join-section2 .section2-content .section2-content-items:nth-child(2n) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.join-content .join-section2 .section2-content .section2-content-items:nth-child(2n) .section2-content-item:nth-child(1) {
    border-radius: 0 0 1rem 0
}

.join-content .join-section2 .section2-content .section2-content-items:nth-child(2n) .section2-content-item:nth-child(2) {
    border-radius: 0 0 0 1rem
}

.join-content .join-section2 .section2-content .section2-content-items {
    padding: 0
}

.join-content .join-section2 .section2-content .section2-content-items .section2-content-item {
    padding: 0;
    overflow: hidden
}

.join-content .join-section2 .section2-content .section2-content-items .section2-content-item img {
    width: 100%
}

.join-content .join-section2 .section2-content .section2-info {
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.join-content .join-section2 .section2-content .section2-content-items {
    color: #666666;
    font-size: 1.5rem
}

.join-content .join-section2 .section2-content .section2-content-items .iconfont {
    color: #0072c3;
    font-size: 1.5rem
}

.join-content .join-section2 .section2-content .section2-content-items .section2-content-title {
    font-size: 2.25rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.88rem;
    padding: 0 2.5rem
}

.join-content .join-section2 .section2-content .section2-content-items .section2-content-text {
    padding: 0 2.5rem;
    line-height: 2.38rem
}

.join-content .join-money {
    padding-top: 6.25rem;
    background-color: #f5f5f5
}

.join-content .join-money .title_nya {
    margin-bottom: 5.63rem
}

.join-content .join-money .middle img {
    border-radius: 1rem
}

.join-content .join-money .join-money-box {
    padding-bottom: 6.25rem
}

.join-content .join-money .join-money-box .join-money-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.join-content .join-money .join-money-box .fuli-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: .5rem;
    padding: 2.2rem 1.8rem;
    padding-right: .94rem;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-money .join-money-box .fuli-item .item-icon {
    width: 3.75rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.25rem
}

.join-content .join-money .join-money-box .fuli-item .item-icon .default {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-money .join-money-box .fuli-item .item-icon .hover {
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-money .join-money-box .fuli-item .item-text .text-t {
    font-size: 1.5rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1.25rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-money .join-money-box .fuli-item .item-text .text-subt {
    font-size: 1rem;
    color: #999999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-money .join-money-box .fuli-item:hover {
    background-color: #0072c3
}

.join-content .join-money .join-money-box .fuli-item:hover .item-icon .default {
    display: none
}

.join-content .join-money .join-money-box .fuli-item:hover .item-icon .hover {
    display: block
}

.join-content .join-money .join-money-box .fuli-item:hover .item-text .text-t {
    color: #fff
}

.join-content .join-money .join-money-box .fuli-item:hover .item-text .text-subt {
    color: #fff
}

.join-content .job-env {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

.join-content .job-env .sub-title {
    font-size: 1.13rem;
    color: #666666;
    font-weight: 400;
    margin-top: 2.5rem;
    margin-bottom: 4.06rem
}

.join-content .job-env .env-item-top {
    margin-bottom: 2.81rem
}

.join-content .job-env .env-item img {
    width: 100%
}

.join-content .join-type {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
    background-image: url(../picture/jiaruwomen2.jpg);
    -o-background-size: cover;
    background-size: cover
}

.join-content .join-type .title_nya {
    text-align: center
}

.join-content .join-type .title_nya dt {
    color: #fff;
    margin-bottom: 2.5rem
}

.join-content .join-type .title_nya p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400
}

.join-content .join-type .title_nya dt::after {
    margin: 0 auto
}

.join-content .join-type .join-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 5rem
}

.join-content .join-type .join-buttons .join-button-item {
    padding: 3.13rem 5rem;
    border-radius: 1rem;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 3.13rem
}

.join-content .join-type .join-buttons .join-button-item .button-icon {
    width: 7.13rem;
    margin-right: 30px
}

.join-content .join-type .join-buttons .join-button-item .button-icon .default-i {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-type .join-buttons .join-button-item .button-icon .hover-i {
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-type .join-buttons .join-button-item .button-name .name {
    color: #0072c3;
    font-size: 1.88rem;
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-type .join-buttons .join-button-item .button-name .sub-name {
    font-size: 1.13rem;
    color: #0072c3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.join-content .join-type .join-buttons .join-button-item:hover {
    background-color: #0072c3
}

.join-content .join-type .join-buttons .join-button-item:hover .button-icon .default-i {
    display: none
}

.join-content .join-type .join-buttons .join-button-item:hover .button-icon .hover-i {
    display: block
}

.join-content .join-type .join-buttons .join-button-item:hover .button-name .name {
    color: #fff
}

.join-content .join-type .join-buttons .join-button-item:hover .button-name .sub-name {
    color: #fff
}

.join-content .join-section1 .section1-pics .section1-pic-item {
    overflow: hidden;
    border-radius: 1rem
}

.join-content .job-env .env-item {
    overflow: hidden;
    border-radius: 1rem
}

@media (max-width:1366px) {
    .join-content .join-type .join-buttons .join-button-item {
        padding: 2.13rem 4rem
    }
}

@media (max-width:1024px) {
    .join-content .join-money .join-money-box .fuli-item {
        padding: 1.2rem 1.8rem
    }
}

@media (max-width:992px) {
    .details-mask .detail-cont {
        width: 70%
    }
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v1 {
        width: 100%;
        padding-right: 0;
        border: none
    }

    .details-mask .detail-cont {
        width: 100%;
        padding: 0 .94rem;
        padding-top: 5rem
    }

    .details-mask .detail-cont .btn-group {
        margin-top: 2.3rem
    }

    .join-content .join-section1 .section1-pics .section1-pic-item {
        margin-bottom: 1.88rem
    }

    .join-content .join-section2 .section2-content .section2-content-items .section2-content-item {
        border-radius: 0 !important
    }

    .join-content .join-section2 .section2-content .section2-content-items .section2-content-title {
        font-size: 1.5rem;
        margin-top: .94rem;
        padding-left: .94rem;
        margin-bottom: .31rem
    }

    .join-content .join-section2 .section2-content .section2-content-items {
        font-size: 1rem;
        margin-bottom: 1.88rem
    }

    .join-content .join-section2 .section2-content .section2-content-items .iconfont {
        font-size: 1rem
    }

    .join-content .join-section2 .section2-content .section2-content-items .section2-content-text {
        padding-left: .94rem;
        margin-bottom: 1.25rem
    }

    .join-content .join-money .join-money-box .fuli-item {
        margin-bottom: 1.25rem
    }

    .join-content .job-env .env-item {
        margin-bottom: 1.25rem
    }

    .join-content .job-env .env-item-top {
        margin-bottom: 0
    }

    .join-content .join-type .title_nya p {
        font-size: 1.2rem
    }

    .join-content .join-type .join-buttons .join-button-item {
        padding: 1rem 2rem;
        margin-bottom: 1.25rem
    }

    .join-content .join-type .join-buttons .join-button-item .button-icon {
        width: 4.13rem
    }

    .join-content .join-type .join-buttons .join-button-item .button-name .name {
        font-size: 1.2rem
    }

    .join-content .join-type .join-buttons {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .join-content .join-type {
        padding-bottom: 4.5rem
    }
}

.show-news-content .show-news-a1_v1 .xinwn-consss {
    color: #565656;
    font: 500 1.25rem / 1.6em "思源黑体 Regular"
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v1 .xinwn-consss {
        font-size: 1rem
    }
}

.show-news-content .show-news-a1_v1 .xinwn-consss img {
    width: 100%;
    border-radius: .9375rem;
    overflow: hidden
}

.show-news-content .show-news-a1_v1 .a_wehs {
    padding: 2.25rem 0
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v1 .a_wehs {
        padding: 1.4rem 0
    }
}

.show-news-content .show-news-a1_v1 a.mast-sda {
    display: block;
    color: #fff;
    width: 8.75rem;
    font: 500 1rem/3em "思源黑体 Regular";
    border-radius: 1.5em;
    background: #3272c5;
    text-align: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.show-news-content .show-news-a1_v1 a.mast-sda:hover {
    background: #000
}

.show-news-content .show-news-a1_v1 .pain {
    background: #F4F5F5;
    border-radius: .9375rem;
    color: #787777;
    font: 600 1.125rem/1.5em "思源黑体 Regular";
    padding: 1em 1.875rem
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v1 .pain {
        font-size: 1rem
    }
}

.show-news-content .show-news-a1_v1 .pain .prev,
.show-news-content .show-news-a1_v1 .pain .next {
    padding: .3em 0
}

.show-news-content .show-news-a1_v1 .pain a {
    color: #787777;
    font-weight: 500
}

.show-news-content .show-news-a1_v1 .pain a:hover {
    color: #00539F
}

.show-news-content .show-news-a1_v2 {
    width: 30.71429%
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v2 {
        display: none
    }
}

.show-news-content .show-news-a1_v2 .rm-titlea {
    color: #2F2A2A;
    font: 600 1.5rem/2em "思源黑体 Regular"
}

.show-news-content .show-news-a1_v2 .rm-titlea:after {
    content: "";
    width: 2.875rem;
    height: .125rem;
    display: block;
    background: #f6704d
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li {
    width: 100%;
    margin-top: 2rem
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li a.img {
    display: block;
    font-size: 0;
    border-top-right-radius: .9375rem;
    border-top-left-radius: .9375rem;
    overflow: hidden
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date {
    border-bottom: 1px solid #D9D9D9;
    padding: 1.3em 5% .8em;
    position: relative
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #00539F;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date {
        padding: 1.3em 1% .8em
    }
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a {
    display: block;
    color: #2F2A2A;
    font: 500 1.25rem/1.3em "思源黑体 Regular";
    height: 2.6em;
    overflow: hidden
}

@media (max-width:768px) {
    .show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a {
        font-size: 1.2rem
    }
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li:hover .xw-date h2 a {
    color: #1863af
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li:hover .xw-date::after {
    width: 100%
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date span {
    display: block;
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    margin-top: 1.5em
}

.mjzx-cont1 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 90, 164, 0.3)), to(rgba(217, 217, 217, 0)));
    background: -webkit-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    background: -moz-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    background: -o-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    padding: 3.375rem 0 0
}

@media (max-width:768px) {
    .mjzx-cont1 {
        padding: 2rem 0 0
    }
}

.mjzx-cont1 .xw_asdt1 {
    border-radius: .9375rem;
    overflow: hidden;
    margin-top: 2.1875rem
}

@media (max-width:768px) {
    .mjzx-cont1 .xw_asdt1 {
        margin-top: 1.4rem
    }
}

.mjzx-cont1 .xw_asdt1 li {
    width: 50%
}

@media (max-width:768px) {
    .mjzx-cont1 .xw_asdt1 li {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.mjzx-cont1 .xw_asdt1 li:not(:nth-child(2)) {
    width: 24.57143%
}

@media (max-width:768px) {
    .mjzx-cont1 .xw_asdt1 li:not(:nth-child(2)) {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.mjzx-cont1 .xw_asdt1 li a {
    position: relative;
    display: block
}

.mjzx-cont1 .xw_asdt1 li a i {
    display: block;
    font-size: 0
}

.mjzx-cont1 .xw_asdt1 li a .we_as {
    width: 5.1875rem
}

@media (max-width:768px) {
    .mjzx-cont1 .xw_asdt1 li a .we_as {
        width: 3.2rem
    }
}

.mjzx-cont1 .xw_asdt1 li a h2 {
    text-align: center;
    color: #FFFFFF;
    font: 500 1.25rem/1.5em "思源黑体 Regular";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1em
}

@media (max-width:768px) {
    .mjzx-cont1 .xw_asdt1 li a h2 {
        font-size: 1rem
    }
}

.mjzx-cont2 {
    margin-top: 4.6875rem;
    padding-bottom: 6rem
}

@media (max-width:768px) {
    .mjzx-cont2 {
        margin-top: 2rem
    }
}

.mjzx-cont2 .news-list li a.img {
    display: block;
    position: relative
}

.mjzx-cont2 .news-list li a.img span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    font: 500 .875rem/1.5em "思源黑体 Regular";
    color: rgba(255, 255, 255, 0.7);
    padding: 0 .4em;
    border-radius: .1875rem;
    position: absolute;
    left: 7%;
    bottom: 5%
}

@media (max-width:768px) {
    .mjzx-cont2 .news-list li a.img span {
        left: 5%
    }
}

.mjzx-cont2 .news-list li .xw-date .we_wsd {
    margin-top: 1.5em
}

.mjzx-cont2 .news-list li .xw-date .we_wsd span {
    margin-top: 0
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular"
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa b {
    display: block;
    font-weight: 500
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa i {
    display: block;
    width: 1.6875rem
}

.mjzx-cont2 .news-list li .xw-date .we_wsd a.sd_aa i img {
    width: 100%
}

.mjzx-cont2 .xwe_as {
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: auto;
    z-index: 9999
}

.mjzx-cont2 .xwe_as .przs-a {
    -webkit-box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 999;
    width: 72.91667%;
    padding: 3%;
    border-radius: .9375rem
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a {
        width: 90%;
        padding: 4%
    }
}

.mjzx-cont2 .xwe_as .przs-a a.jataxta {
    position: absolute;
    right: -2.9rem;
    top: -2.5rem
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a a.jataxta {
        right: 0
    }
}

.mjzx-cont2 .xwe_as .przs-a a.jataxta i {
    color: #fff;
    font: 500 3.375rem/1em "思源黑体 Regular"
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a a.jataxta i {
        font-size: 2.5rem
    }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a {
    width: 68.32%
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 {
    position: relative
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-prev1,
.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-next1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-prev1 {
    left: 2%
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-next1 {
    right: 2%
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-prev1 i,
.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a .mySwiper6 .swiper-button-next1 i {
    color: #fff;
    font: 500 1.8rem/1.5em "思源黑体 Regular"
}

.m-imgaa {
    padding-bottom: 50%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden
}

.m-imgaa img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-a {
        width: 100%
    }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b {
    width: 28%
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b {
        width: 100%;
        margin-top: 1em
    }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b h2 {
    color: #000000;
    font: 500 1.5rem/1.4em "思源黑体 Regular"
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b h2 {
        font-size: 1.25rem
    }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b span {
    display: block;
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    padding: 1em 0
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b span {
        padding: .5em 0
    }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    border-bottom: 1px solid #BAB8B8;
    padding-bottom: 1em
}

@media (max-width:768px) {
    .mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad {
        padding-bottom: .5em
    }
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad .social-share a {
    border-color: rgba(0, 0, 0, 0.6);
    width: 2.0625rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.6)
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .fenxad .social-share a:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa {
    margin-top: 1em
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    margin-right: 1.4em
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a b {
    display: block;
    font-weight: 500
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a i {
    display: block;
    width: 1.6875rem
}

.mjzx-cont2 .xwe_as .przs-a .wehh_sdx .imgf-b .as_ersa a i img {
    width: 100%
}

.news-list_sp {
    margin: 0 -1.8%
}

@media (max-width:450px) {
    .news-list_sp {
        margin: 0
    }
}

.news-list_sp li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    padding: 0 1.8%;
    margin-top: 3.625rem
}

@media (max-width:768px) {
    .news-list_sp li {
        width: 50%;
        margin-top: 1.5rem
    }
}

@media (max-width:450px) {
    .news-list_sp li {
        width: 100%;
        padding: 0
    }
}

.news-list_sp li .img {
    display: block;
    font-size: 0;
    border-top-right-radius: .9375rem;
    border-top-left-radius: .9375rem;
    overflow: hidden
}

.news-list_sp li .img .we_as {
    width: 4rem
}

.news-list_sp li .img .we_as img {
    width: 100%
}

.news-list_sp li .xw-date {
    border-bottom: 1px solid #D9D9D9;
    padding: 1.3em 5% .8em
}

@media (max-width:768px) {
    .news-list_sp li .xw-date {
        padding: 1.3em 1% .8em
    }
}

.news-list_sp li .xw-date h2 {
    display: block;
    color: #2F2A2A;
    font: 500 1rem/1.3em "思源黑体 Regular";
    height: 2.6em;
    overflow: hidden
}

@media (max-width:768px) {
    .news-list_sp li .xw-date h2 {
        font-size: 1.2rem
    }
}

.djhd-cont1 {
    margin-top: 3.4375rem
}

@media (max-width:768px) {
    .djhd-cont1 {
        margin-top: 2rem
    }
}

.djhd-cont1 .p {
    color: #575757;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    margin-top: 2.25rem
}

@media (max-width:768px) {
    .djhd-cont1 .p {
        margin-top: 1.2rem;
        font-size: 1rem
    }
}

.djhd-cont1 .wehx_stx {
    border: 1px solid #DEDEDE;
    border-radius: .9375rem;
    padding: 4%;
    color: #575757;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    margin-top: 2.8125rem
}

@media (max-width:768px) {
    .djhd-cont1 .wehx_stx {
        font-size: 1rem;
        margin-top: 1.6rem
    }
}

.djhd-cont1 .wehx_stx div+div {
    margin-left: 6%
}

.djhd-cont1 .p-img {
    margin-top: 2.75rem;
    border-radius: .9375rem;
    overflow: hidden
}

@media (max-width:768px) {
    .djhd-cont1 .p-img {
        margin-top: 1.5rem
    }
}

.djhd-cont2 {
    margin-top: 2.8125rem
}

@media (max-width:768px) {
    .djhd-cont2 {
        margin-top: 1.5rem
    }
}

.djhd-cont2 .djhd-v1 {
    margin-top: 1.75rem
}

@media (max-width:768px) {
    .djhd-cont2 .djhd-v1 {
        margin-top: 1.2rem
    }
}

.djhd-cont2 .djhd-v1 .mySwiper8 .img {
    background: #EEF0F5;
    padding: 4%;
    border-top-left-radius: .9375rem;
    border-top-right-radius: .9375rem;
    overflow: hidden
}

.djhd-cont2 .djhd-v1 .mySwiper8 h2 {
    text-align: center;
    color: #2F2A2A;
    font: 600 1.25rem/1.5em "思源黑体 Regular";
    padding: 1em 0;
    border-bottom: 1px solid #D9D9D9
}

@media (max-width:768px) {
    .djhd-cont2 .djhd-v1 .mySwiper8 h2 {
        font-size: 1rem
    }
}

.djhd-cont2 .djhd-v1 .mySwiper8 .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 1rem
}

.djhd-cont2 .djhd-v1 .mySwiper8 .swiper-pagination1 span {
    background: url(../image/doa1a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    opacity: 1;
    margin: 0 .3rem
}

.djhd-cont2 .djhd-v1 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: url(../image/doa2a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.djhd-cont3 {
    margin-top: 1.75rem
}

@media (max-width:768px) {
    .djhd-cont3 {
        margin-top: 1.4rem
    }
}

.djhd-cont4 .djhd-list1 li {
    padding: 3.125rem 0;
    border-bottom: 1px solid #ECECEC
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 li {
        padding: 1.5rem 0
    }
}

.djhd-cont4 .djhd-list1 a.img {
    display: block;
    font-size: 0;
    width: 32.42857%;
    border-radius: .9375rem
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 a.img {
        width: 100%
    }
}

.djhd-cont4 .djhd-list1 .djwenz {
    width: 63.57143%
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz {
        width: 100%
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date h2 {
    width: 72.58427%
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz .xw-date h2 {
        width: 100%;
        margin-top: 1rem
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date h2 a {
    display: block;
    color: #2F2A2A;
    font: 500 1.25rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz .xw-date h2 a {
        font-size: 1.2rem
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date h2 a:hover {
    color: #1863af
}

.djhd-cont4 .djhd-list1 .djwenz .xw-date span {
    display: block;
    color: #BEBEBE;
    font: 500 1.5rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz .xw-date span {
        font-size: 1.1rem
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas {
    margin-top: .7em
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz .xw-centas {
        margin-top: .4em
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas .p {
    width: 72.58427%;
    font: 500 1rem/1.5em "思源黑体 Regular";
    color: #787777
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz .xw-centas .p {
        width: 100%
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas .ast-a {
    width: 2.1875rem
}

@media (max-width:768px) {
    .djhd-cont4 .djhd-list1 .djwenz .xw-centas .ast-a {
        margin-top: 1em
    }
}

.djhd-cont4 .djhd-list1 .djwenz .xw-centas .ast-a img {
    width: 100%
}

.fmjtyw-cont1 {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.fmjtyw-cont1 .wer_sd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fmjtyw-cont1 .wer_sd .wehx_a {
    width: 100%;
    height: 100%;
    position: relative
}

.fmjtyw-cont1 .wer_sd .wehx_a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.fmjtyw-cont1 .wer_sd .wehx_a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fmjtyw-cont1 .hg-list1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fmjtyw-cont1 .hg-list1 li {
    width: 25%;
    padding: 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.fmjtyw-cont1 .hg-list1 li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.08)
}

@media (max-width:768px) {
    .fmjtyw-cont1 .hg-list1 li {
        width: 50%;
        height: 50%;
        padding: 0 3%
    }

    .fmjtyw-cont1 .hg-list1 li+li {
        border-left: none
    }

    .fmjtyw-cont1 .hg-list1 li:nth-child(2n) {
        border-left: 1px solid rgba(255, 255, 255, 0.2)
    }

    .fmjtyw-cont1 .hg-list1 li:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
}

.fmjtyw-cont1 .hg-list1 li .we_ast {
    width: 100%
}

.fmjtyw-cont1 .hg-list1 li .we_ast dt a {
    display: block;
    color: #fff;
    font: 600 1.875rem/1.5em "思源黑体 Regular";
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: .5em
}

@media (max-width:768px) {
    .fmjtyw-cont1 .hg-list1 li .we_ast dt a {
        font-size: 1.24rem
    }
}

.fmjtyw-cont1 .hg-list1 li .we_ast dt a:after {
    content: "";
    display: block;
    background: #1863af;
    width: 25%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px
}

.fmjtyw-cont1 .hg-list1 li .we_ast dt span {
    display: block;
    color: #fff;
    font: 500 1rem/1.5em "思源黑体 Regular";
    text-transform: uppercase
}

@media (max-width:768px) {
    .fmjtyw-cont1 .hg-list1 li .we_ast dt span {
        font-size: .875rem
    }
}

.fmjtyw-cont1 .hg-list1 li .we_ast dd {
    margin-top: 1em
}

.fmjtyw-cont1 .hg-list1 li .we_ast dd a {
    display: block;
    color: #fff;
    font: 500 1rem/2.2em "思源黑体 Regular"
}

.fmjtyw-cont1 .hg-list1 li .we_ast dd a:hover {
    font-weight: 600
}

@media (max-width:768px) {
    .fmjtyw-cont1 .hg-list1 li .we_ast dd a {
        font-size: .875rem
    }

    .fmjtyw-cont1 .hg-list1 li .we_ast dd {
        height: 4.4em
    }
}

.fmjtyw-cont1 .hg-list1 li:nth-child(1) .we_ast dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fmjtyw-cont1 .hg-list1 li:nth-child(1) .we_ast dd a {
    width: 50%
}

.fmjtyw-cont1 .hg-list1 li:hover {
    background: rgba(13, 94, 165, 0.6)
}

.yfsl-cont1 {
    background: url(../image/bjast1.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 5.375rem 0
}

@media (max-width:768px) {
    .yfsl-cont1 {
        padding: 1.8rem 0 1rem
    }
}

.yfsl-cont1 .yfsl-a1_tit h2 {
    font-family: '思源黑体 Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 3.4375rem;
    line-height: 1.4em;
    text-align: justify;
    text-transform: uppercase;
    background: -webkit-gradient(linear, right top, left top, color-stop(18.31%, #03396A), color-stop(95.42%, #0C5AA4));
    background: -webkit-linear-gradient(right, #03396A 18.31%, #0C5AA4 95.42%);
    background: -moz-linear-gradient(right, #03396A 18.31%, #0C5AA4 95.42%);
    background: -o-linear-gradient(right, #03396A 18.31%, #0C5AA4 95.42%);
    background: linear-gradient(270deg, #03396A 18.31%, #0C5AA4 95.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_tit h2 {
        font-size: 1.45rem
    }
}

.yfsl-cont1 .yfsl-a1_tit .p {
    color: #787777;
    font: 500 1.25rem/1.5em "思源黑体 Regular";
    width: 49.07143%;
    margin-top: .4em
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_tit .p {
        width: 100%;
        font-size: 1rem;
        margin-top: 1em
    }
}

.yfsl-cont1 .yfsl-a1_v1-b {
    padding-bottom: 1rem
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_v1-b {
        padding-bottom: 0
    }
}

.yfsl-cont1 .yfsl-a1_v1 {
    margin-top: 4.25rem
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_v1 {
        margin-top: 1.5em
    }
}

.yfsl-cont1 .yfsl-a1_v1 dl {
    width: 48.5%;
    border-radius: .9375rem;
    overflow: hidden
}

@media (max-width:450px) {
    .yfsl-cont1 .yfsl-a1_v1 dl {
        width: 100%
    }

    .yfsl-cont1 .yfsl-a1_v1 dl+dl {
        margin-top: 1em
    }
}

.yfsl-cont1 .yfsl-a1_v1 dl i {
    display: block;
    font-size: 0
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont {
    background: #fff;
    padding: .6rem 4% 1.6rem;
    color: #2F2A2A
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt {
    font: 600 2.1875rem/1.8em "思源黑体 Regular"
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt {
        font-size: 1.25rem
    }
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt:after {
    content: "";
    display: block;
    width: 3.75rem;
    height: .125rem;
    background: #1863af
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_v1 dl .er_scont dt:after {
        width: 2.75rem
    }
}

.yfsl-cont1 .yfsl-a1_v1 dl .er_scont dd {
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    margin-top: .7em
}

@media (max-width:768px) {
    .yfsl-cont1 .yfsl-a1_v1 dl .er_scont dd {
        font-size: 1rem
    }
}

.yfsl-cont1 .yfsl-a1_v1 dl:hover .er_scont {
    background: #00539F;
    color: #fff
}

.yfsl-cont2 {
    position: relative
}

.yfsl-cont2 .x_asghta li {
    width: 100%
}

.yfsl-cont2 .x_aggsrs {
    width: 52.86458%;
    background: rgba(47, 42, 42, 0.8);
    border-radius: 4em;
    position: absolute;
    left: 50%;
    bottom: 4rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden
}

@media (max-width:768px) {
    .yfsl-cont2 .x_aggsrs {
        width: 80%;
        position: static;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 1em auto
    }
}

.yfsl-cont2 .x_aggsrs li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    text-align: center;
    color: #fff;
    font: 600 2rem/2.5em "思源黑体 Regular";
    cursor: pointer
}

@media (max-width:768px) {
    .yfsl-cont2 .x_aggsrs li {
        font-size: 1.15rem;
        font-weight: 500
    }
}

.yfsl-cont2 .x_aggsrs li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.yfsl-cont2 .x_aggsrs li.on {
    background: #0D5EA5
}

.xg-yfsl-a1 {
    background: url(../image/bj3s.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 31.0625rem 0 5.875rem
}

@media (max-width:768px) {
    .xg-yfsl-a1 {
        padding: 40% 0 5%
    }
}

@media (max-width:450px) {
    .xg-yfsl-a1 {
        padding: 70% 0 5%
    }
}

.xg-yfsl-a1 .ny-cont-tit dt {
    color: #fff
}

.xg-yfsl-a1 .xr_as {
    background: rgba(255, 255, 255, 0.95);
    border-radius: .9375rem;
    padding: 3% 0;
    margin-top: 3.4375rem
}

@media (max-width:768px) {
    .xg-yfsl-a1 .xr_as {
        margin-top: 1.5rem
    }
}

@media (max-width:450px) {
    .xg-yfsl-a1 .xr_as {
        padding: 0
    }
}

.xg-yfsl-a1 .xr_as dl {
    width: 50%;
    padding: 0 5%
}

@media (max-width:450px) {
    .xg-yfsl-a1 .xr_as dl {
        width: 100%;
        padding: 5%
    }
}

.xg-yfsl-a1 .xr_as dl dt {
    color: #00539F;
    font: 600 2.1875rem/1.6em "思源黑体 Regular";
    margin-right: 1em
}

@media (max-width:768px) {
    .xg-yfsl-a1 .xr_as dl dt {
        font-size: 1.4rem
    }
}

@media (max-width:450px) {
    .xg-yfsl-a1 .xr_as dl dt {
        font-size: 1.2rem
    }
}

.xg-yfsl-a1 .xr_as dl .p p {
    color: #2F2A2A;
    font: 600 1.375rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .xg-yfsl-a1 .xr_as dl .p p {
        font-size: 1rem
    }
}

.xg-yfsl-a1 .xr_as dl+dl {
    border-left: 1px solid rgba(0, 0, 0, 0.2)
}

@media (max-width:450px) {
    .xg-yfsl-a1 .xr_as dl+dl {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.2)
    }
}

.ny-cont-tit dt {
    color: #2F2A2A;
    font: 600 2.8125rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .ny-cont-tit dt {
        font-size: 1.4rem
    }
}

.ny-cont-tit .p {
    color: #787777;
    font: 500 1.375rem/1.5em "思源黑体 Regular";
    margin-top: .5em
}

@media (max-width:768px) {
    .ny-cont-tit .p {
        font-size: 1rem
    }
}

.mySwiper9 {
    position: relative;
    z-index: 1;
    margin-top: 3.3rem
}

@media (max-width:768px) {
    .mySwiper9 {
        margin-top: 1.4rem
    }
}

.mySwiper9 .img {
    border-radius: .9375rem;
    overflow: hidden
}

.mySwiper9 .img .ny-cont-tit dt {
    color: #fff;
    font: 600 2.8125rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .mySwiper9 .img .ny-cont-tit dt {
        font-size: 1.4rem
    }
}

.mySwiper9 .img .ny-cont-tit .p {
    color: #fff;
    font: 500 1.375rem/1.5em "思源黑体 Regular";
    margin-top: .5em
}

@media (max-width:768px) {
    .mySwiper9 .img .ny-cont-tit .p {
        font-size: 1rem
    }
}

.mySwiper9 .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 1em
}

.mySwiper9 .swiper-pagination1 span {
    display: inline-block;
    opacity: 1;
    background: url(../image/doa1a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin: 0 .24rem
}

.mySwiper9 .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: url(../image/doa2a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.mySwiper91 {
    position: relative;
    z-index: 1;
    margin-top: 2.3rem
}

@media (max-width:768px) {
    .mySwiper91 {
        margin-top: 1.4rem
    }
}

.mySwiper91 .img {
    border-radius: .375rem;
    overflow: hidden;
    padding: 18%;
    background: url(../image/tunj1.png) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 1rem
}

.mySwiper91 .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 1em
}

.mySwiper91 .swiper-pagination1 span {
    display: inline-block;
    opacity: 1;
    background: url(../image/doa1a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .75rem;
    height: .75rem;
    margin: 0 .24rem
}

.mySwiper91 .swiper-pagination1 span.swiper-pagination-bullet-active {
    background: url(../image/doa2a.svg) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.yfsl-cont3 {
    padding: 5.125rem 0 4rem;
    background: url(../image/b49d12779118db11046d8c5ba7699c8c.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover
}

@media (max-width:768px) {
    .yfsl-cont3 {
        padding: 2rem 0
    }
}

.yfsl-cont4 {
    background: url(../image/bj8.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding: 6.875rem 0 6.25rem;
    margin-top: 4rem
}

@media (max-width:768px) {
    .yfsl-cont4 {
        padding: 2rem 0;
        margin-top: 2rem
    }
}

.yfsl-cont4 .ny-cont-tit dt {
    color: #fff
}

.yfsl-cont4 .ny-cont-tit .p {
    color: #fff;
    padding: 0 12.42857%
}

@media (max-width:768px) {
    .yfsl-cont4 .ny-cont-tit .p {
        padding: 0;
        text-align: left
    }
}

.yfsl-cont4 .yfsl-a4_v1 {
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 3.75rem
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 {
        margin-top: 1.5rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza1 {
    border-bottom: 1px solid #fff;
    padding: 0 5.5rem 4.2rem;
    position: relative
}

.yfsl-cont4 .yfsl-a4_v1 .sza1 dt {
    font: 600 5.625rem/1.2em "Montserrat"
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza1 dt {
        font-size: 1.34rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza1 dd {
    font: 600 1.875rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza1 dd {
        font-size: 1rem
    }
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza1 {
        padding: 0 3.5rem 2.5rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza1::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.5625rem;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza1::after {
        height: 1.5rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 {
    margin-top: 2.4125rem
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza2 {
        margin-top: 1.5rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 dl dt {
    font: 600 3.125rem/1.3em "Montserrat"
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza2 dl dt {
        font-size: 1.34rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 dl dd {
    font: 600 1.25rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .yfsl-cont4 .yfsl-a4_v1 .sza2 dl dd {
        font-size: 1rem
    }
}

.yfsl-cont4 .yfsl-a4_v1 .sza2 dl+dl {
    margin-left: 10%
}

.yfsl-cont5 {
    width: 100%
}

.yfsl-a1_v1-a .gongtaimg {
    border-radius: .9375rem;
    overflow: hidden
}

.yfsl-a1_v1-a a {
    display: block;
    width: 5.1875rem
}

@media (max-width:768px) {
    .yfsl-a1_v1-a a {
        width: 4rem
    }
}

.qxjt-cont1 {
    background: url(../image/bjast2.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 5.375rem 0 0
}

@media (max-width:768px) {
    .qxjt-cont1 {
        padding: 1.8rem 0 2.4rem
    }
}

.qxjt-cont1 .yfsl-a1_v1-a {
    margin-top: 5.875rem
}

@media (max-width:768px) {
    .qxjt-cont1 .yfsl-a1_v1-a {
        margin-top: 1.5rem
    }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl {
    position: absolute;
    z-index: 9;
    color: #000000;
    font: 600 .9375rem/1.5em "思源黑体 Regular";
    cursor: pointer
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(1) {
    left: 25.8%;
    top: 14.5%
}

@media (max-width:768px) {
    .qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(1) {
        left: 16.8%
    }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(2) {
    left: 29.15%;
    top: 35.3%
}

@media (max-width:768px) {
    .qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(2) {
        left: 20.15%;
        top: 34.3%
    }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(3) {
    left: 42.2%;
    top: 13.6%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(4) {
    left: 55.5%;
    top: 73%
}

@media (max-width:768px) {
    .qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(4) {
        left: 52.5%;
        top: 78%
    }
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-st dl:nth-child(5) {
    left: 50.5%;
    top: 48.6%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl {
    position: absolute;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl.a {
    opacity: 1
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl img {
    width: 100%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(1) {
    width: 1.57143%;
    left: 33.8%;
    top: 16%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(2) {
    width: 4.21429%;
    left: 34.8%;
    top: 35%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(3) {
    width: 3.71429%;
    left: 33.2%;
    top: 14.8%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(4) {
    width: 10.5%;
    left: 46.5%;
    top: 57.5%
}

.qxjt-cont1 .yfsl-a1_v1-b .hghga-s dl:nth-child(5) {
    width: 13.92857%;
    left: 37%;
    top: 29%
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%
}

@media (max-width:768px) {
    .qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb {
        position: static
    }
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl {
    color: #787777;
    border-color: #787777;
    margin: 0 .5%
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:hover,
.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl.on {
    color: #fff;
    border-color: #fff
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:hover::before,
.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl.on::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:last-child::before {
    background: #C32322
}

.qxjt-cont1 .yfsl-a1_v1-b .tuagt-sb a.more-msl:not(:last-child)::before {
    background: #0C5AA4
}

.qxjt-cont2 {
    position: relative
}

.qxjt-cont2 .we_xsa {
    position: absolute;
    left: 0;
    width: 100%;
    top: 10%;
    z-index: 9;
    text-align: center
}

.qxjt-cont2 .we_xsa dt {
    width: 27.55208%;
    margin: 0 auto
}

.qxjt-cont2 .we_xsa dd {
    color: #fff;
    font: 600 2.8125rem/1.5em "思源黑体 Regular";
    margin-top: .3em
}

@media (max-width:768px) {
    .qxjt-cont2 .we_xsa dd {
        font-size: 1.4rem
    }
}

.qxjt-cont2 .we_xsa a.more-msl {
    color: #fff;
    border: 1px solid #fff
}

.qxjt-cont3 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 90, 164, 0.3)), to(rgba(217, 217, 217, 0)));
    background: -webkit-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    background: -moz-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    background: -o-linear-gradient(top, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, rgba(12, 90, 164, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
    padding: 10.25rem 0 8.5rem
}

@media (max-width:768px) {
    .qxjt-cont3 {
        padding: 2rem 0 2.1rem
    }
}

.qxjt-cont3 .x_gwge-a {
    border-radius: .9375rem;
    overflow: hidden
}

.qxjt-cont3 .x_gwge-a li {
    background: #fff
}

.qxjt-cont3 .x_gwge-a li .fang {
    width: 50%
}

.qxjt-cont3 .x_gwge-a li .fang img {
    width: 100%
}

@media (max-width:768px) {
    .qxjt-cont3 .x_gwge-a li .fang {
        width: 100%
    }
}

.qxjt-cont3 .x_gwge-a li .weggs_s {
    width: 50%;
    padding: 0 5%
}

@media (max-width:768px) {
    .qxjt-cont3 .x_gwge-a li .weggs_s {
        width: 100%;
        padding: 4%
    }
}

.qxjt-cont3 .x_gwge-a li .weggs_s dt {
    color: #2F2A2A;
    font: 600 2.1875rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .qxjt-cont3 .x_gwge-a li .weggs_s dt {
        font-size: 1.5rem
    }
}

.qxjt-cont3 .x_gwge-a li .weggs_s dt:after {
    content: "";
    display: block;
    width: 3.75rem;
    height: .125rem;
    background: #1863af;
    margin-top: .1em
}

.qxjt-cont3 .x_gwge-a li .weggs_s .p {
    color: #787777;
    font: 500 1.125rem/1.4em "思源黑体 Regular";
    margin-top: 1em
}

@media (max-width:768px) {
    .qxjt-cont3 .x_gwge-a li .weggs_s .p {
        font-size: 1rem
    }
}

.qxjt-cont3 .x_gwge-a li:nth-child(2) .fang {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:768px) {
    .qxjt-cont3 .x_gwge-a li:nth-child(2) .fang {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.qxjt-cont3-xa1 {
    padding: 5.25rem 0
}

@media (max-width:768px) {
    .qxjt-cont3-xa1 {
        padding: 2rem 0 2.1rem
    }
}

.qxjt-cont3-xa1 .x_gwge-a {
    margin-top: 2.625rem
}

@media (max-width:768px) {
    .qxjt-cont3-xa1 .x_gwge-a {
        margin-top: 1.5rem;
        overflow: visible
    }

    .qxjt-cont3-xa1 .x_gwge-a li {
        border-radius: .9375rem;
        overflow: hidden;
        -webkit-box-shadow: .125rem .25rem .75rem rgba(176, 176, 176, 0.25);
        box-shadow: .125rem .25rem .75rem rgba(176, 176, 176, 0.25)
    }

    .qxjt-cont3-xa1 .x_gwge-a li+li {
        margin-top: 1.25rem
    }
}

.qxjt-cont4 {
    position: relative
}

.qxjt-cont4 .qxjt-a4_v1 {
    width: 100%
}

.qxjt-cont4 .qxjt-a4_v1 .ny-cont-tit dt {
    color: #fff
}

.qxjt-cont4 .qxjt-a4_v1 .ny-cont-tit .p {
    color: #fff;
    max-width: 44%
}

@media (max-width:768px) {
    .qxjt-cont4 .qxjt-a4_v1 .ny-cont-tit .p {
        max-width: 100%
    }
}

.qxjt-cont4 .qxjt-a4_v1 a.more-msl {
    margin-top: 1.5rem;
    color: #fff;
    border-color: #fff
}

@media (max-width:768px) {
    .qxjt-cont4 .qxjt-a4_v1 a.more-msl {
        margin-top: .8rem
    }
}

.qxjt-cont4 .qxjt-a4_v1 a.more-msl:hover {
    color: #fff;
    border-color: #C32322
}

.qxjt-cont4 .qxjt-a4_v1 a.more-msl:before {
    background: #C32322
}

.qxjt-cont5 {
    padding: 4.625rem 0 6.75rem
}

@media (max-width:768px) {
    .qxjt-cont5 {
        padding: 2rem 0
    }
}

.qxjt-cont5 .qxjt-a5_tit {
    padding: 0 13.35714%
}

@media (max-width:768px) {
    .qxjt-cont5 .qxjt-a5_tit {
        padding: 0
    }
}

.qxjt-cont5 .qxjt-a5_tit h2 {
    color: #2F2A2A;
    font: 600 2.1875rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .qxjt-cont5 .qxjt-a5_tit h2 {
        font-size: 1.4rem
    }
}

.qxjt-cont5 .qxjt-a5_tit .p {
    color: #787777;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    width: 47.14286%;
    text-align: justify
}

@media (max-width:768px) {
    .qxjt-cont5 .qxjt-a5_tit .p {
        width: 100%;
        font-size: 1rem;
        margin-top: 1em
    }
}

.qxjt-cont5 .qxjt-a5_v1 {
    overflow: hidden;
    border-radius: .9375rem;
    margin-top: 4.375rem
}

@media (max-width:768px) {
    .qxjt-cont5 .qxjt-a5_v1 {
        margin-top: 1.5rem
    }
}

.znqc-cont1 {
    padding: 5.375rem 0 7.375rem
}

@media (max-width:768px) {
    .znqc-cont1 {
        padding: 1.8rem 0 2.4rem
    }
}

.znqc-cont2 {
    background: url(../image/bj9.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding: 6.375rem 0 6.75rem
}

@media (max-width:768px) {
    .znqc-cont2 {
        padding: 2.4rem 0
    }
}

.znqc-cont2 .ny-cont-tit .p {
    color: #2F2A2A
}

.znqc-cont2 .heng1 {
    margin-top: 3.5rem;
    border-radius: .9375rem;
    overflow: hidden
}

@media (max-width:768px) {
    .znqc-cont2 .heng1 {
        margin-top: 1rem
    }
}

.znqc-cont3 .ny-cont-tit dt {
    color: #fff
}

.znqc-cont3 .ny-cont-tit .p {
    color: #fff
}

.zhhy-cont1 {
    background: url(../image/bj10.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding: 16.25rem 0 18.75rem;
    color: #fff;
    text-align: center
}

@media (max-width:768px) {
    .zhhy-cont1 {
        padding: 6rem 0
    }
}

.zhhy-cont1 .zhhy-a1_b1 {
    font: 500 2.1875rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .zhhy-cont1 .zhhy-a1_b1 {
        font-size: 1.25rem
    }
}

.zhhy-cont1 .zhhy-a1_b2 {
    font: 600 5.625rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .zhhy-cont1 .zhhy-a1_b2 {
        font-size: 2rem;
        margin-top: .2em
    }
}

.zhhy-cont1 .zhhy-a1_b3 {
    font: 500 1.375rem/1.3em "思源黑体 Regular";
    max-width: 60%;
    margin: 2.5rem auto 0
}

@media (max-width:768px) {
    .zhhy-cont1 .zhhy-a1_b3 {
        max-width: 100%;
        font-size: 1.1rem;
        margin-top: 1.5rem
    }
}

.ny-cont-tit .p.hs {
    color: #2F2A2A
}

.zhhy-cont2 {
    padding: 5.3125rem 0 0
}

@media (max-width:768px) {
    .zhhy-cont2 {
        padding: 2rem 0 0
    }
}

.zhhy-cont2 .xw_sdhss1 {
    margin-top: 2.25rem
}

@media (max-width:768px) {
    .zhhy-cont2 .xw_sdhss1 {
        margin-top: 1.5rem
    }
}

.zhhy-cont2 .xw_sdhss1 li {
    width: 48.57143%;
    position: relative;
    border-radius: .9375rem;
    overflow: hidden
}

@media (max-width:450px) {
    .zhhy-cont2 .xw_sdhss1 li {
        width: 100%
    }

    .zhhy-cont2 .xw_sdhss1 li+li {
        margin-top: 1em
    }
}

.zhhy-cont2 .xw_sdhss1 li i {
    display: block;
    font-size: 0
}

.zhhy-cont2 .xw_sdhss1 li h2 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    color: #fff;
    font: 500 2.1875rem/1.5em "思源黑体 Regular";
    text-align: center
}

@media (max-width:768px) {
    .zhhy-cont2 .xw_sdhss1 li h2 {
        font-size: 1.25rem
    }
}

.zhhy-cont3 .mySwiper9 {
    margin-top: 6.5rem
}

.zhhy-cont3 .mySwiper9 .img {
    border-radius: 0
}

.zhhy-cont3 .mySwiper9 .swiper-pagination1 {
    position: absolute;
    z-index: 99;
    margin-top: 0;
    bottom: 1.25rem
}

@media (max-width:768px) {
    .zhhy-cont3 .mySwiper9 {
        margin-top: 1.5rem
    }

    .zhhy-cont3 .mySwiper9 .swiper-pagination1 {
        bottom: 10px
    }
}

.zhny-cont1 {
    background: url(../image/bjast3.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 5.375rem 0 9.5rem
}

@media (max-width:768px) {
    .zhny-cont1 {
        padding: 1.8rem 0 2rem
    }
}

.zhny-cont1 .zhny-a1_v1 {
    background: url(../image/bj12.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    border-radius: .9375rem;
    overflow: hidden;
    padding: 25% 0 4%;
    margin-top: 7.125rem
}

@media (max-width:768px) {
    .zhny-cont1 .zhny-a1_v1 {
        margin-top: 2rem;
        padding: 35% 0 2%
    }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl {
    width: 50%;
    color: #fff;
    padding: 0 5%
}

@media (max-width:768px) {
    .zhny-cont1 .zhny-a1_v1 .erhha_sd dl {
        width: 100%;
        margin-bottom: 1em
    }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl+dl {
    border-left: 1px solid #fff
}

@media (max-width:768px) {
    .zhny-cont1 .zhny-a1_v1 .erhha_sd dl+dl {
        border-left: none
    }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl dt {
    font: 600 1.5rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .zhny-cont1 .zhny-a1_v1 .erhha_sd dl dt {
        font-size: 1.25rem
    }
}

.zhny-cont1 .zhny-a1_v1 .erhha_sd dl .p {
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    margin-top: .8em
}

@media (max-width:768px) {
    .zhny-cont1 .zhny-a1_v1 .erhha_sd dl .p {
        font-size: 1rem;
        margin-top: .5em
    }
}

.zhny-cont2-gong .ny-cont-tit dt,
.zhny-cont2-gong .ny-cont-tit .p {
    color: #fff
}

.selectBox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ww_btn_Dropdown_arrow {
    display: block;
    margin-right: 1em
}

.ww_btn_Dropdown_arrow i {
    color: #787777;
    font: 600 1rem/3.25rem "思源黑体 Regular"
}

.selectBox #inptSelect {
    width: 100%;
    color: #787777;
    font: 500 1rem/3.25rem "思源黑体 Regular";
    text-indent: 1.5em
}

.selectBox .optionDiv {
    display: none;
    width: -webkit-calc(104%);
    width: -moz-calc(104%);
    width: calc(100% + 4px);
    border: 1px solid #ddd;
    border-radius: 1px;
    background: #fff;
    margin-top: 3.25rem;
    position: absolute;
    z-index: 100;
    left: -2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.selectBox .optionDiv.ulShow {
    display: block
}

.selectBox .optionDiv ul li {
    cursor: pointer;
    line-height: 2.5rem;
    font-size: .875rem;
    text-indent: .5em
}

.selectBox .optionDiv ul li a {
    display: block
}

.selectBox .optionDiv ul li:hover {
    background-color: #F6F6F6;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all
}

.selectBox .optionDiv ul li a.active {
    background: #00539F;
    color: #fff
}

.sx_atrs1 {
    padding: 2.8125rem 0
}

@media (max-width:768px) {
    .sx_atrs1 {
        padding: 1.5rem 0 .8rem
    }
}

.sx_atrs1 .xw-ssk-a1 {
    width: 18.42857%;
    border: 1px solid #E6E5E5;
    border-radius: 2rem;
    height: 3.25rem
}

@media (max-width:768px) {
    .sx_atrs1 .xw-ssk-a1 {
        width: 48%;
        margin-bottom: 1em
    }
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a2 {
    border: 2px solid #00539F;
    overflow: hidden
}

@media (max-width:768px) {
    .sx_atrs1 .xw-ssk-a1.xw-ssk-a2 {
        width: 100%
    }
}

.sx_atrs1 .xw-ssk-a1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/aghghx.svg) no-repeat scroll -webkit-calc(98.875%) center transparent;
    background: url(../image/aghghx.svg) no-repeat scroll -moz-calc(98.875%) center transparent;
    background: url(../image/aghghx.svg) no-repeat scroll calc(100% - 1.125rem) center transparent;
    width: 100%;
    font: 500 1rem/3.25rem "思源黑体 Regular";
    border-radius: 1.6rem;
    height: 3.25rem;
    border: none;
    outline: none;
    padding: 0 1rem 0 1.4rem;
    color: #787777;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sx_atrs1 .xw-ssk-a1 select option {
    line-height: 2em;
    padding: 0 1.5em;
    color: #787777
}

.sx_atrs1 .xw-ssk-a1 .a-more {
    display: block;
    color: #00539F;
    text-align: center;
    font: 500 1rem/3.25rem "思源黑体 Regular";
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    border: none;
    outline: none;
    width: 100%;
    background: #fff
}

.sx_atrs1 .xw-ssk-a1 .a-more:hover {
    background: #00539F;
    color: #fff
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 {
    overflow: hidden
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]::-webkit-input-placeholder {
    color: #787777
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]:-moz-placeholder {
    color: #787777
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]::-moz-placeholder {
    color: #787777
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input[type="text"]:-ms-input-placeholder {
    color: #787777
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 input {
    width: 75%;
    font: 500 1rem/3.25rem "思源黑体 Regular";
    text-indent: 1.4em
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 button {
    width: 20%;
    border: none;
    background: transparent
}

.sx_atrs1 .xw-ssk-a1.xw-ssk-a3 button i {
    font: 500 1.4rem/3.25rem "思源黑体 Regular";
    color: #787777
}

.sx_atrs1,
.sx_atrs1 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.job-cont1 {
    padding-top: 3.125rem
}

@media (max-width:768px) {
    .job-cont1 {
        padding-top: 2rem
    }
}

@media (max-width:768px) {
    .job-cont1 .dl {
        padding: .5em 0
    }
}

.job-cont1 .dl>div {
    color: #787777;
    font: 500 1rem/1.8em "思源黑体 Regular";
    padding: 1em 0;
    padding-left: 1.5rem
}

@media (max-width:768px) {
    .job-cont1 .dl>div {
        padding: .2em 0;
        padding-left: 1rem
    }
}

.job-cont1 .dl .a1 {
    width: 40%
}

@media (max-width:768px) {
    .job-cont1 .dl .a1 {
        width: 50%
    }
}

.job-cont1 .dl .a2 {
    width: 15%
}

@media (max-width:768px) {
    .job-cont1 .dl .a2 {
        width: 50%
    }
}

.job-cont1 .dl .a3 {
    width: 15%
}

@media (max-width:768px) {
    .job-cont1 .dl .a3 {
        width: 50%
    }
}

.job-cont1 .dl .a4 {
    width: 15%
}

@media (max-width:768px) {
    .job-cont1 .dl .a4 {
        width: 50%
    }
}

.job-cont1 .dl .a5 {
    width: 15%
}

@media (max-width:768px) {
    .job-cont1 .dl .a5 {
        width: 50%
    }
}

.job-cont1 .wehx_a {
    background: #F4F5F5;
    border-bottom: 1px solid #E2E2E2
}

.job-cont1 .job-list1 li {
    border-bottom: 1px solid #E2E2E2
}

.job-cont1 .job-list1 li .dl {
    cursor: pointer
}

.layui-layer-shade {
    opacity: .65 !important
}

.job-tanc.layui-layer {
    width: 44.84375% !important;
    padding: 1rem 2.13027% 2rem;
    background: #fff;
    border-radius: .9375rem
}

@media (max-width:990px) {
    .job-tanc.layui-layer {
        width: 90% !important
    }
}

@media (max-width:768px) {
    .job-tanc.layui-layer {
        padding: 1.8rem 5%
    }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: -3.375rem;
    top: -3.375rem;
    background: url(../image/xha.svg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    width: 3.375rem;
    height: 3.375rem
}

.job-tanc.layui-layer .przs-ats a.jataxta {
    position: absolute;
    right: -2.9rem;
    top: -2.5rem
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats a.jataxta {
        right: 0
    }
}

.job-tanc.layui-layer .przs-ats a.jataxta i {
    color: #fff;
    font: 500 3.375rem/1em "思源黑体 Regular"
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats a.jataxta i {
        font-size: 2.5rem
    }
}

.job-tanc.layui-layer .przs-ats .titaas {
    color: #2F2A2A;
    font: 600 2rem/1.5em "思源黑体 Regular";
    padding: .5em 0
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats .titaas {
        font-size: 1.25rem
    }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a {
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(47, 42, 42, 0.2)
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dt {
    color: #2F2A2A;
    font: 500 1rem/1.8em "思源黑体 Regular";
    width: 8.75rem
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dt {
        font-size: 1rem;
        width: 6rem
    }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dd {
    color: rgba(47, 42, 42, 0.6);
    font: 500 1rem/1.8em "思源黑体 Regular"
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-a dl dd {
        font-size: 1rem
    }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b {
    margin-top: 1em
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dt {
    color: #2F2A2A;
    font: 500 1rem/1.8em "思源黑体 Regular"
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dt {
        font-size: 1rem
    }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p {
    color: #787777;
    font: 500 .95rem/2em "思源黑体 Regular";
    padding: .5em 0 1em;
    max-height: 50vh;
    overflow-x: auto;
    margin-bottom: 1rem
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .p {
        font-size: .9rem
    }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .a_wexsa {
    color: #2F2A2A;
    font: 500 1rem/2em "思源黑体 Regular"
}

@media (max-width:768px) {
    .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .a_wexsa {
        font-size: 1rem
    }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b .a_wexsa a {
    color: #1863af;
    font-weight: 600
}

.job-cont2 {
    margin-top: 4.6875rem;
    padding-bottom: 5.375rem
}

@media (max-width:768px) {
    .job-cont2 {
        margin-top: 2.2rem;
        padding-bottom: 2.375rem
    }
}

.job-cont2 .job_a2b2 {
    margin-top: 2.625rem
}

@media (max-width:768px) {
    .job-cont2 .job_a2b2 {
        margin-top: .25rem
    }
}

.job-cont2 .job_a2b2 li {
    width: 48.92857%;
    border-radius: .9375rem;
    overflow: hidden
}

@media (max-width:768px) {
    .job-cont2 .job_a2b2 li {
        width: 100%;
        margin-top: 1rem
    }
}

.job_a2b1 {
    margin-top: 0
}

.job_a2b1 li {
    width: 31.57143%;
    border-radius: .9375rem;
    overflow: hidden;
    margin-top: 1.9rem
}

@media (max-width:768px) {
    .job_a2b1 li {
        width: 100%;
        margin-top: 1rem
    }
}

.job_a2b1 li a.a {
    display: block;
    padding-bottom: 28.75rem;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden
}

@media (max-width:768px) {
    .job_a2b1 li a.a {
        padding-bottom: 80%
    }
}

.job_a2b1 li a.a>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.job_a2b1 li:nth-child(1) {
    width: 65.21429%
}

@media (max-width:768px) {
    .job_a2b1 li:nth-child(1) {
        width: 100%
    }
}

.job_a2b1 li:nth-child(2),
.job_a2b1 li:nth-child(5) {
    width: 32.42857%
}

@media (max-width:768px) {

    .job_a2b1 li:nth-child(2),
    .job_a2b1 li:nth-child(5) {
        width: 100%
    }
}

.job-cont3 {
    margin-top: 3rem
}

@media (max-width:768px) {
    .job-cont3 {
        margin-top: 1.5rem
    }
}

.job-cont3 .ny-cont-tit {
    margin-top: 1.4em
}

.job-cont3 .ny-cont-tit .p {
    font-size: 1.125rem;
    text-align: justify
}

@media (max-width:768px) {
    .job-cont3 .ny-cont-tit .p {
        font-size: 1rem
    }
}

.job-cont4 {
    margin-bottom: 7.75rem
}

@media (max-width:768px) {
    .job-cont4 {
        margin-bottom: 2.6rem
    }
}

.job-cont4 .job-a4_v1 {
    background: url(../image/bj13.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 4.875rem 0;
    border-radius: .9375rem;
    margin-top: 3.875rem;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

@media (max-width:768px) {
    .job-cont4 .job-a4_v1 {
        margin-top: 1.5rem;
        padding: 3rem 0
    }
}

.job-cont4 .job-a4_v1 .title_nyat {
    text-align: center
}

.job-cont4 .job-a4_v1 .title_nyat dt {
    color: #fff;
    font: 600 2.5rem/1.5em "思源黑体 Regular"
}

.job-cont4 .job-a4_v1 .title_nyat dt::after {
    content: "";
    display: block;
    width: 4.8125rem;
    height: .125rem;
    background: #1863af;
    margin: 0 auto;
    margin-top: .4rem
}

@media (max-width:768px) {
    .job-cont4 .job-a4_v1 .title_nyat dt {
        font-size: 2rem
    }

    .job-cont4 .job-a4_v1 .title_nyat dt::after {
        width: 3rem
    }
}

.job-cont4 .job-a4_v1 .title_nyat p {
    color: #fff;
    font: 600 1.75rem/1.4em "思源黑体 Regular";
    text-transform: uppercase;
    margin-top: .4em
}

@media (max-width:768px) {
    .job-cont4 .job-a4_v1 .title_nyat p {
        font-size: 1rem
    }
}

.job-cont4 .job-a4_v1 form .conx2 {
    width: 43%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1.6875rem;
    padding: 0 1.6rem;
    margin: 1.8rem auto 1rem
}

@media (max-width:768px) {
    .job-cont4 .job-a4_v1 form .conx2 {
        width: 90%;
        margin: 1rem auto .8rem;
        padding: 0 1rem
    }
}

.job-cont4 .job-a4_v1 form .conx2 button {
    border: none;
    outline: none;
    background: transparent
}

.job-cont4 .job-a4_v1 form .conx2 button i {
    font: 500 1.65rem/3.375rem "思源黑体 Regular"
}

@media (max-width:768px) {
    .job-cont4 .job-a4_v1 form .conx2 button i {
        line-height: 3rem
    }
}

.job-cont4 .job-a4_v1 form .conx2 input {
    color: #000;
    font: 500 1rem/3.375rem "思源黑体 Regular";
    background: transparent;
    width: 90%
}

@media (max-width:768px) {
    .job-cont4 .job-a4_v1 form .conx2 input {
        line-height: 3rem
    }
}

.job-cont4 .job-a4_v1 form .wehhs-a {
    color: #fff
}

.job-cont4 .job-a4_v1 form .wehhs-a input[type=checkbox] {
    margin-right: .5em
}

.job-cont4 .job-a4_v1 form .wehhs-a a {
    color: #fff
}

.we_saxt .wegx_as {
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: auto;
    z-index: 9999
}

.we_saxt .wegx_as .przs-a {
    -webkit-box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 999;
    width: 44.84375%;
    padding: 1rem 4% 2rem;
    border-radius: .9375rem
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a {
        width: 90%;
        padding: .5rem 4.13027% 1.5rem
    }
}

.we_saxt .wegx_as .przs-a a.jataxta {
    position: absolute;
    right: -2.9rem;
    top: -2.5rem
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a a.jataxta {
        right: 0
    }
}

.we_saxt .wegx_as .przs-a a.jataxta i {
    color: #fff;
    font: 500 3.375rem/1em "思源黑体 Regular"
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a a.jataxta i {
        font-size: 2.5rem
    }
}

.we_saxt .wegx_as .przs-a .titaas {
    color: #2F2A2A;
    font: 600 2rem/1.5em "思源黑体 Regular";
    padding: .5em 0
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a .titaas {
        font-size: 1.25rem
    }
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a {
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(47, 42, 42, 0.2)
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl {
    width: 50%;
    padding: .5em 0
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dt {
    color: #2F2A2A;
    font: 500 1rem/1.8em "思源黑体 Regular";
    width: 8.75rem
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dt {
        font-size: 1rem;
        width: 6rem
    }
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dd {
    color: rgba(47, 42, 42, 0.6);
    font: 500 1rem/1.8em "思源黑体 Regular"
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-a dl dd {
        font-size: 1rem
    }
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-b {
    margin-top: 1em
}

.we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-b dt {
    color: #2F2A2A;
    font: 500 1.25rem/1.8em "思源黑体 Regular"
}

@media (max-width:768px) {
    .we_saxt .wegx_as .przs-a .wehh_sdx-s .er_asdt-b dt {
        font-size: 1rem
    }
}

.tzzgx-cont1 {
    margin-top: 3.75rem
}

@media (max-width:768px) {
    .tzzgx-cont1 {
        margin-top: 2rem
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 {
    width: 36.42857%;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 {
        width: 100%;
        border: none
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-a {
    color: #2F2A2A;
    font: 600 1.875rem/1.5em "思源黑体 Regular";
    padding: 1em 0
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-a {
        font-size: 1.2rem
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-a span {
    color: #00539F
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b {
    color: #00539F;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 70%;
    padding: 1.75rem 0 1rem
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b {
        width: 100%
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc1 b {
    display: block;
    font: 600 2.5rem/1.3em "思源黑体 Regular"
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc1 b {
        font-size: 1.5rem
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc1 p {
    font: 500 1.125rem/1.5em "思源黑体 Regular"
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 {
    margin-top: 6.25rem
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 {
        margin-top: 2rem
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 dl {
    width: 40%
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .gpdma-b .gpdma-bc2 dl p {
    color: #00539F;
    font: 500 1.125rem/1.35em "思源黑体 Regular"
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .hag_sr {
    color: #2F2A2A;
    font: 500 1rem/1.6em "思源黑体 Regular";
    padding-top: .8em
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 {
    width: 58.28571%
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 {
        margin-top: 2rem;
        width: 100%
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 0 1.25rem
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li {
        padding: 1.2rem 0
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 {
    width: 85.04902%
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 dt {
    color: #2F2A2A;
    font: 500 1.125rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 dt {
        font-size: 1rem
    }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li .we-as1 span {
    color: #787777;
    font: 500 1rem/1.4em "思源黑体 Regular"
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li a.img {
    display: block;
    width: 2.9375rem;
    height: 2.9375rem;
    background: #F4F5F5;
    border-radius: 50%;
    line-height: 2.9375rem;
    text-align: center
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 .xw_akks li a.img img {
    width: 70%;
    margin: 0 auto
}

.tzzgx-cont2 {
    background: url(../image/bj14.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 5.25rem 0 8.8125rem;
    margin-top: 4.125rem
}

@media (max-width:768px) {
    .tzzgx-cont2 {
        margin-top: 2rem;
        padding: 1.8rem 0 1.2rem
    }
}

.tzzgx-cont2 .tzzgx-a2_list1 {
    margin-top: 2.8125rem
}

@media (max-width:768px) {
    .tzzgx-cont2 .tzzgx-a2_list1 {
        margin-top: 1.5rem
    }
}

.tzzgx-cont2 .tzzgx-a2_list1 li {
    margin-bottom: 1em;
    width: 23.42857%
}

@media (max-width:768px) {
    .tzzgx-cont2 .tzzgx-a2_list1 li {
        width: 48%
    }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .9375rem;
    overflow: hidden;
    padding: 5.9375rem 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

@media (max-width:768px) {
    .tzzgx-cont2 .tzzgx-a2_list1 li a.a {
        padding: 3rem 0
    }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a i {
    display: block;
    width: 5rem;
    margin: 0 auto
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl {
    text-align: center;
    color: #2F2A2A;
    margin-top: 1.375rem
}

@media (max-width:768px) {
    .tzzgx-cont2 .tzzgx-a2_list1 li a.a dl {
        margin-top: 1rem
    }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dt {
    font: 600 1.5rem/1.8em "思源黑体 Regular"
}

@media (max-width:768px) {
    .tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dt {
        font-size: 1.26rem
    }
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dt::after {
    content: "";
    display: block;
    width: 2.25rem;
    height: .125rem;
    background: #1863af;
    margin: 0 auto
}

.tzzgx-cont2 .tzzgx-a2_list1 li a.a dl dd {
    font: 600 .75rem/1.5em "思源黑体 Regular";
    text-transform: uppercase;
    padding: .8em 0
}

.tzzgx-cont2 .tzzgx-a2_list1 li:hover a.a {
    background: #00539F
}

.tzzgx-cont2 .tzzgx-a2_list1 li:hover a.a i img {
    -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(170deg) brightness(104%) contrast(101%);
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(170deg) brightness(104%) contrast(101%)
}

.tzzgx-cont2 .tzzgx-a2_list1 li:hover a.a dl {
    color: #fff
}

.tzzgx-cont3 {
    padding: 3.75rem 0 5.25rem
}

@media (max-width:768px) {
    .tzzgx-cont3 {
        padding: 2rem 0 2.5rem
    }
}

.tzzgx-cont3 .tzzgx-a3_v1 {
    background: url(../image/bhah1.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    border-radius: .9375rem;
    overflow: hidden;
    padding: 5rem 0 5rem 5.625rem;
    margin-top: 3rem
}

@media (max-width:768px) {
    .tzzgx-cont3 .tzzgx-a3_v1 {
        margin-top: 2rem;
        padding: 2rem
    }
}

.tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 {
    width: 40%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .9375rem;
    overflow: hidden;
    padding: 4% 3%
}

@media (max-width:768px) {
    .tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 {
        width: 100%;
        padding: 7%
    }
}

.tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 dt {
    color: #2F2A2A;
    font: 600 1.875rem/1.5em "思源黑体 Regular"
}

@media (max-width:768px) {
    .tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 dt {
        font-size: 1.5rem
    }
}

.tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 .p {
    color: #2F2A2A;
    font: 500 1rem/2em "思源黑体 Regular";
    padding: 1em 0
}

@media (max-width:768px) {
    .tzzgx-cont3 .tzzgx-a3_v1 .tzzgx-a3b1 .p {
        padding: .5em 0
    }
}

.yfsl-a1_v1-b {
    margin-top: 1.625rem
}

.yfsl-a1_v1-b .xg-zxc_ys u {
    display: block;
    font-size: 0;
    width: 78.57143%;
    margin-left: 4.78571%
}

.yfsl-a1_v1-b .xg-zxc_ys u img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl {
    position: absolute;
    opacity: 0;
    display: none
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl.on {
    opacity: 1;
    display: block
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) {
    left: 41.1%;
    top: 56%;
    width: 8.57143%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) dt img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) dd {
    width: 9.6875rem;
    position: absolute;
    right: 36%;
    top: 69%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(1) dd img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) {
    left: 34%;
    top: 29%;
    width: 11.35714%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) dt img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) dd {
    width: 16.6875rem;
    position: absolute;
    right: 71%;
    top: -39%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(2) dd img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) {
    left: 30.6%;
    top: 15.8%;
    width: 2.35714%;
    z-index: 1
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) dt img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) dd {
    width: 10.6875rem;
    position: absolute;
    right: 60%;
    top: 17%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(3) dd img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) {
    left: 32%;
    top: 34.5%;
    width: 3.64286%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) dt img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) dd {
    width: 13.6875rem;
    position: absolute;
    right: 42%;
    top: -241%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(4) dd img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) {
    left: 30.6%;
    top: 14%;
    width: 3.35714%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) dt img {
    width: 100%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) dd {
    width: 11.6875rem;
    position: absolute;
    right: 48%;
    top: 28%
}

.yfsl-a1_v1-b .xg-zxc_ys .webx_a dl:nth-child(5) dd img {
    width: 100%
}

.yfsl-a1_v1-b .tuagt-sb-s {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl {
    color: #787777;
    border-color: #787777;
    margin: 0 .5%;
    display: block
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:hover,
.yfsl-a1_v1-b .tuagt-sb-s a.more-msl.on {
    color: #fff;
    border-color: #fff
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:hover::before,
.yfsl-a1_v1-b .tuagt-sb-s a.more-msl.on::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl+a.more-msl {
    margin-top: 1.5rem
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:last-child::before {
    background: #C32322
}

.yfsl-a1_v1-b .tuagt-sb-s a.more-msl:not(:last-child)::before {
    background: #0C5AA4
}

.yfsl-a1_v1-b .djcp-cont {
    width: 12.14286%;
    border-radius: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
    height: 37rem;
    position: relative;
    padding: 2rem 0
}

@media (max-width:1600px) {
    .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
        height: 38rem
    }
}

@media (max-width:1366px) {
    .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
        height: 38rem
    }
}

@media (max-width:1200px) {
    .yfsl-a1_v1-b .djcp-cont dl .mySwiper10 {
        height: 37rem
    }
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-slide .img dt {
    border: 5px solid #fff;
    border-radius: 1.6rem;
    overflow: hidden
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-slide .img dt img {
    width: 100%
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-slide .img dd {
    color: #787777;
    font: 500 1rem/2em "思源黑体 Regular";
    text-align: center;
    margin-top: .4em
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-next1 {
    top: 0
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-prev1 {
    bottom: 1rem
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-next1,
.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-prev1 {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99
}

.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-next1 img,
.yfsl-a1_v1-b .djcp-cont dl .mySwiper10 .swiper-button-prev1 img {
    width: 2.6875rem
}

.agt_er-a .xg-zxc_ys {
    position: relative;
    left: 5%
}

@media (max-width:990px) {
    .agt_er-a {
        display: none
    }
}

@media (min-width:991px) {
    .agt_er-b {
        display: none
    }
}

.ajhhsd-ss {
    color: #777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    padding: 1em 0
}

.ajhhsd-ss a {
    color: #777
}

.ajhhsd-ss a:hover {
    color: #1863af
}

.ajhhsd-ss span {
    padding: 0 .3em
}

.ajhhsd-ss span:last-child {
    display: none
}

.xw_ny_banner {
    background: #333;
    -o-background-size: cover;
    background-size: cover;
    padding: 13.5rem 0 7.25rem
}

@media (max-width:990px) {
    .xw_ny_banner {
        padding: 7.25rem 0
    }
}

@media (max-width:768px) {
    .xw_ny_banner {
        padding: 4rem 0
    }
}

.xw_ny_banner h2 {
    color: #FFFFFF;
    font: 600 3.125rem/1.2em "montserrat"
}

@media (max-width:768px) {
    .xw_ny_banner h2 {
        font-size: 1.8rem
    }
}

.nav-page li {
    padding-bottom: 1em
}

.nav-page li+li {
    border-top: 1px solid #f0f0f0;
    padding-top: 1em
}

.nav-page li>a {
    display: block;
    font: 600 1.35rem/1.5em "思源黑体 Regular";
    color: #333
}

@media (max-width:768px) {
    .nav-page li>a {
        font-size: 1.25rem
    }
}

.nav-page li .sec {
    margin-top: .5em
}

.nav-page li .sec a {
    display: inline-block;
    font: 500 1rem/1.6em "思源黑体 Regular";
    color: #777;
    margin-right: 1em
}

.nav-page li .sec a:hover {
    color: #1863af
}

@media (max-width:768px) {
    .mt45 {
        margin-top: 1rem
    }
}

.ss-list li+li {
    margin-top: 2rem
}

@media (max-width:768px) {
    .ss-list li+li {
        margin-top: 1rem
    }
}

.ss-list li div.img {
    width: 25%
}

@media (max-width:768px) {
    .ss-list li div.img {
        width: 100%
    }
}

.ss-list li div.img a.img {
    display: block
}

.ss-list li .xw-nycont {
    width: 72%
}

@media (max-width:768px) {
    .ss-list li .xw-nycont {
        width: 100%;
        margin-top: 1.2em
    }
}

.ss-list li .xw-nycont h2 a {
    display: block;
    color: #656363;
    font: 500 1.25rem/1.35em "思源黑体 Regular";
    overflow: hidden;
    margin-bottom: .2em
}

@media (max-width:768px) {
    .ss-list li .xw-nycont h2 a {
        font-size: 1.125rem
    }
}

.ss-list li .xw-nycont .datea {
    color: #999999;
    font: 500 1rem/1.5em "Montserrat"
}

.ss-list li .xw-nycont .p {
    color: #999999;
    font: 500 1rem/1.5em "思源黑体 Regular";
    margin-top: .5em
}

.ss-list li .xw-nycont a.more-msl {
    margin-top: 1em
}

.social-share .icon-wechat .wechat-qrcode+.wechat-qrcode {
    display: none !important
}

@media (max-width:768px) {

    .zhny-cont2,
    .zhny-cont3 {
        margin: 0 4% 2em;
        border-radius: .9375rem;
        overflow: hidden
    }
}

.job-show-content {
    padding: 4rem 0
}

.job-show-content .asgta {
    width: 56%
}

.job-show-content .tit {
    color: #000;
    font: 600 2rem/1.5em "思源黑体 Regular"
}

.job-show-content .gwdd1 {
    padding: 1rem 0;
    max-width: 50%
}

.job-show-content .gwdd1 dl {
    color: #666;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    width: 50%;
    padding: .15em 0
}

.job-show-content .gwdd1 dl dt {
    color: #333;
    display: inline-block;
    margin-right: .35em
}

.job-show-content .nt-cont .content strong {
    color: #333;
    font: 600 1.125rem/1.5em "思源黑体 Regular"
}

.job-show-content .nt-cont .content {
    color: #666;
    font: 500 1rem/1.5em "思源黑体 Regular";
    text-align: justify
}

.job-show-content .nt-cont .djiao {
    color: #000;
    font: 500 1.125rem/1.5em "思源黑体 Regular";
    margin-top: 2rem
}

.job-show-content .nt-cont .djiao a {
    color: #1863af;
    font-weight: 600
}

.job-show-content .msg-vas {
    width: 37%
}

.job-show-content .msg-vas .bjyshaga {
    background: #f0f0f0b0;
    padding: 2rem 8%;
    width: 100%
}

.job-show-content .msg-vas .title {
    color: #333;
    font: 600 1.8rem/1.6em "思源黑体 Regular";
    margin-bottom: .8em
}

.job-show-content .msg-vas form input {
    width: 100%;
    border-radius: 1.6875rem;
    font: 500 1rem/3rem "思源黑体 Regular";
    border: 1px solid #E6E5E5;
    text-indent: 1.4em;
    margin-bottom: 1rem
}

@media (max-width:768px) {
    .job-show-content .msg-vas form input {
        margin-bottom: 1rem;
        text-indent: 0;
        text-align: center
    }

    .job-show-content .msg-vas form .upload_img input {
        text-align: left;
        text-indent: 1.4em
    }

    .job-show-content .msg-vas form textarea {
        text-align: center
    }
}

.job-show-content .msg-vas form textarea {
    width: 100%;
    border-radius: 1.6875rem;
    font: 500 1rem/1.5rem "思源黑体 Regular";
    border: 1px solid #E6E5E5;
    padding: 1em 1.4em;
    margin-bottom: 1rem
}

.job-show-content .msg-vas .div_aghgha .more-msl {
    margin: 0 auto;
    background: #fff;
    display: block
}

.job-show-content .msg-vas form .scann input {
    border: none;
    font: 500 1rem/2em "思源黑体 Regular"
}

@media (max-width:990px) {
    .job-show-content .asgta {
        width: 100%
    }

    .job-show-content .gwdd1 {
        max-width: 100%
    }

    .job-show-content .msg-vas {
        width: 100%;
        margin-top: 1.5rem
    }
}

@media (max-width:768px) {
    .job-show-content {
        padding: 2rem 0
    }

    .job-show-content .tit {
        font-size: 1.5rem
    }
}

.scann {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.job-show-content .msg-vas form .upload_img {
    margin-bottom: 1rem;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.job-show-content .msg-vas form .upload_img #up_btn {
    border-radius: 1.5rem;
    width: 8rem;
    text-align: center
}

.job-show-content .msg-vas form .upload_img button {
    border: none;
    text-align: center;
    width: 8rem;
    background: #1863af;
    color: #fff;
    border-radius: 1.5rem;
    margin-left: 1em
}

.job-show-content .msg-vas form .upload_img input {
    width: 50%;
    margin-bottom: 0
}

.p-liuyan1 {
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: auto;
    z-index: 9999
}

.p-liuyan1 .hzyxclass {
    -webkit-box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 999;
    width: 40.78125%;
    padding: 2.125rem 2.13027% 3rem;
    border-radius: .9375rem
}

@media (max-width:768px) {
    .p-liuyan1 .hzyxclass {
        width: 89%;
        padding: 1.6rem 2.3027% 2rem
    }
}

.p-liuyan1 .hzyxclass .msg_tita h2 {
    color: #2F2A2A;
    font: 500 2.25rem/1.6em "思源黑体 Regular"
}

@media (max-width:768px) {
    .p-liuyan1 .hzyxclass .msg_tita h2 {
        font-size: 1.6rem
    }
}

.p-liuyan1 .hzyxclass .msg_tita .jataxta1 {
    position: absolute;
    right: -2.9rem;
    top: -2.5rem
}

.p-liuyan1 .hzyxclass .msg_tita .jataxta1 i {
    color: #fff;
    font: 500 3.375rem/1em "思源黑体 Regular"
}

@media (max-width:768px) {
    .p-liuyan1 .hzyxclass .msg_tita .jataxta1 {
        right: 0
    }

    .p-liuyan1 .hzyxclass .msg_tita .jataxta1 i {
        font-size: 2rem
    }
}

.p-liuyan1 .hzyxclass form {
    margin-top: 1.5625rem
}

@media (max-width:768px) {
    .p-liuyan1 .hzyxclass form {
        margin-top: 1rem
    }
}

.p-liuyan1 .hzyxclass form input {
    width: 100%;
    border-radius: 1.6875rem;
    font: 500 1rem/3.25rem "思源黑体 Regular";
    border: 1px solid #E6E5E5;
    text-indent: 1.4em;
    margin-bottom: 1.375rem
}

@media (max-width:768px) {
    .p-liuyan1 .hzyxclass form input {
        margin-bottom: 1rem
    }

    .job-show-content .msg-vas .bjyshaga {
        padding: 2rem 4%
    }
}

.p-liuyan1 .hzyxclass form textarea {
    width: 100%;
    border-radius: 1.6875rem;
    font: 500 1rem/1.5rem "思源黑体 Regular";
    border: 1px solid #E6E5E5;
    padding: 1em 1.4em;
    margin-bottom: 1.375rem
}

.p-liuyan1 .hzyxclass .div_aghgha .more-msl {
    margin: 0 auto;
    background: #fff;
    display: block
}

.imgf-b .text {
    color: #787777;
    font: 500 1rem/1.5em "思源黑体 Regular";
    margin-top: .5em
}

#abt1,
#abt2,
#abt3,
#abt4,
#abt5,
#abt6 {
    height: 5.4375rem;
    margin-top: -5.4375rem
}

@media (max-width:990px) {

    #abt1,
    #abt2,
    #abt3,
    #abt4,
    #abt5,
    #abt6 {
        height: 60px;
        margin-top: -60px
    }
}

.mag-aer15 {
    position: relative
}

.mySwiper15 {
    margin: 2.5rem 5% 0;
    padding: .75rem
}

.mag-aer15 .swiper-button-prev1,
.mag-aer15 .swiper-button-next1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none
}

.mag-aer15 .swiper-button-prev1 i,
.mag-aer15 .swiper-button-next1 i {
    font-size: 2rem;
    font-weight: 600;
    color: #000
}

.mag-aer15 .swiper-button-prev1 {
    left: 0
}

.mag-aer15 .swiper-button-next1 {
    right: 0
}

.mySwiper15 .img {
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 0 .5rem rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 .5rem rgba(51, 51, 51, 0.1)
}

.mySwiperas {
    margin-top: 1rem
}

@media (max-width:768px) {
    .mySwiper15 {
        margin-top: 1rem
    }

    .mySwiper15 .img {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

a.thsa {
    position: absolute;
    right: 2%;
    bottom: 4%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font: 500 1rem/2em "思源黑体 Regular";
    padding: 0 1em;
    border-radius: .2rem
}

a.thsa:hover {
    background: rgba(0, 0, 0, 0.9)
}

.uploada {
    position: relative;
    display: block;
    padding: 0 1em;
    background-color: #0C5AA4;
    line-height: 2.5rem;
    color: #fff;
    border-radius: .3125rem
}

.uploada:hover {
    color: #fff
}

.changea {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100% !important
}

.xg-abt-cont1 {
    background: #EEF0F5;
    padding: 5rem 0 8.625rem;
    display: none
}

.xg-abt-list1 {
    margin-top: 3rem
}

.xg-abt-list1 li {
    width: 31.5%;
    text-align: center;
    padding: .6rem 2.625rem 3.25rem;
    background: #FFFFFF;
    border-radius: 1.875rem
}

.xg-abt-list1 li .img {
    border-bottom: 1px solid #E9E9E9;
    padding: 1.5rem 0
}

.xg-abt-list1 li .img img {
    height: 2.0625rem
}

.xg-abt-list1 li .p {
    color: rgba(87, 87, 87, 0.9);
    font: 500 1.125rem/1.35em "思源黑体 Regular";
    text-align: left;
    height: 8.1em;
    overflow: hidden;
    margin: 1.25em 0
}

@media (max-width:768px) {
    .xg-abt-cont1 {
        padding: 2.5rem 0
    }

    .xg-abt-list1 {
        margin-top: 0
    }

    .xg-abt-list1 li {
        width: 100%;
        margin-top: 1.5rem
    }

    .xg-abt-list1 li {
        padding: .6rem 1.8rem 1.5rem
    }

    .xg-abt-list1 li .img {
        padding: 1rem 0
    }

    .xg-abt-list1 li .img img {
        height: 1.8rem
    }

    .xg-abt-list1 li .p {
        font-size: 1rem;
        margin: .6em 0
    }
}

.xg-abt-cont4 {
    background: #EEF0F5;
    padding: 4.3125rem 0 0
}

.xg-abt-cont4 .wh {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.xg-abt-cont4 .abt_a4_v1 {
    position: relative
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_content {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:768px) {
    .xg-abt-cont4 {
        padding: 2rem 0
    }

    .xg-abt-cont4 .wh {
        top: 50%
    }
}

.xg-abt-cont4 {
    padding: 4.3125rem 0 0rem;
    background-color: #0072c3;
    position: relative
}

.xg-abt-cont4 .alert-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.3);
    display: none
}

.xg-abt-cont4 .alert-mask .alert-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 1rem;
    padding: 3.13rem
}

.xg-abt-cont4 .alert-mask .alert-content .close-alert {
    position: absolute;
    top: .5rem;
    right: 0rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    font-size: 1.25rem
}

.xg-abt-cont4 .alert-mask .alert-content .alert-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.25rem
}

.xg-abt-cont4 .alert-mask .alert-content .alert-message {
    font-size: 1rem;
    color: #333;
    line-height: 2rem
}

.xg-abt-cont4 .title_nya dt {
    color: #333
}

.shzr {
    padding-bottom: 6.25rem
}

.shzr .content-item {
    position: relative;
    margin-top: 6.25rem
}

.shzr .content-item .item-left {
    width: 68%
}

.shzr .content-item .item-right {
    padding: 5rem 4.38rem;
    -webkit-box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    width: 42%;
    position: absolute;
    background-color: #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shzr .content-item .item-right .title_nya {
    margin-bottom: 3.13rem
}

.shzr .content-item .item-right .right-text {
    font-size: 1.13rem;
    line-height: 1.88rem;
    color: #222
}

.shzr .content-item:nth-child(2n) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.shzr .content-item:nth-child(2n) .item-right {
    right: auto;
    left: 0
}

@media (max-width:990px) {
    .shzr .content-item .item-right {
        padding: 4rem 3.38rem
    }

    .shzr .content-item .item-right .title_nya {
        margin-bottom: 2.13rem
    }
}

@media (max-width:768px) {
    .xg-abt-cont4 {
        padding: 2rem 0
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 {
    width: 38%;
    color: #333;
    font-size: 1.25rem;
    padding: 2rem 0;
    line-height: 2.8rem
}

.chang_button {
    margin-bottom: 6.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chang_button a {
    font-size: 1.13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 7.5rem;
    height: 3.13rem;
    color: #0072c3;
    border: 1px solid #0072c3;
    border-radius: 3.13rem;
    margin-left: 2.25rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.chang_button a:hover {
    color: #fff;
    background-color: #0072c3
}

.chang_button .active_zhuanli {
    color: #fff;
    background-color: #0072c3
}

@media (max-width:768px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 {
        opacity: 0;
        width: 100%;
        border-right: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0 1.5rem;
        line-height: 1.6;
        font-size: 1rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_content {
        width: 100%;
        position: static;
        margin-bottom: 10px
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text {
        padding: 0;
        margin-top: 1.88rem
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content {
        margin: 0
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_img {
        padding: 0
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_title {
        font-size: 1.4rem;
        margin-bottom: .31rem
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_subtitle {
        font-size: 1.2rem
    }

    .abt-cont4 .abt_a4_v1 .abt_a4_content .abt_a4_text .a4_text_item {
        padding-bottom: 1rem;
        margin-bottom: 1rem
    }

    .section2 .box .title_box {
        margin-bottom: 6.38rem
    }

    .section2 .box .title .chinese {
        font-size: 1.8rem
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl {
    color: #323232;
    font: 500 1rem/3.125rem "思源黑体 Regular";
    border: 1px solid #323232;
    border-radius: 1.625rem;
    width: 67.2%;
    text-align: center;
    cursor: pointer
}

@media (max-width:768px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl {
        width: 32.333%;
        line-height: 3rem
    }

    .shzr .content-item .item-left {
        width: 100%;
        margin-bottom: 1.88rem
    }

    .shzr .content-item .item-right {
        width: 100%;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 1.25rem
    }

    .shzr .content-item {
        display: block !important
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl+dl {
    margin-top: 1.5625rem
}

@media (max-width:768px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl+dl {
        margin-top: 0
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b1 dl.on {
    background: #02489D;
    color: #fff;
    border-color: #02489D
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 {
    width: 20.48611%
}

@media (max-width:768px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 {
        width: 100%
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl {
    padding-left: 12%
}

@media (max-width:768px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl {
        padding-left: 0;
        padding-bottom: 2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a {
    display: block;
    color: #323232;
    font: 500 1rem/1.5em "思源黑体 Regular"
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a+a {
    margin-top: 1.25em
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a:hover,
.xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a.active {
    color: #02489D
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 {
    margin-left: auto;
    position: relative;
    margin-top: 3%
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.zzjg {
    padding: 5% 0
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: 12rem;
    left: 67rem;
    cursor: pointer;
    z-index: 3
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(3) {
    top: 15.4rem;
    left: 64.6rem
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(4) {
    top: 18.9rem;
    left: 60.7rem;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(5) {
    top: 19.5rem;
    left: 66.4rem
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(6) {
    top: 6.2rem;
    left: 40rem
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(7) {
    top: 8.3rem;
    left: 41.1rem
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item .dot {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #fff;
    position: relative;
    opacity: 1;
    margin: 0 .63rem
}

@-webkit-keyframes optani {
    0% {
        opacity: .8
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: .8
    }
}

@-moz-keyframes optani {
    0% {
        opacity: .8
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: .8
    }
}

@-o-keyframes optani {
    0% {
        opacity: .8
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: .8
    }
}

@keyframes optani {
    0% {
        opacity: .8
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: .8
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item .dot::after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-52%, -50%);
    -moz-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    -o-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
    -webkit-animation: optani 1.5s linear infinite;
    -moz-animation: optani 1.5s linear infinite;
    -o-animation: optani 1.5s linear infinite;
    animation: optani 1.5s linear infinite
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .active_dot-item .dot {
    background-color: #ec6941
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .active_dot-item .dot::after {
    background-color: #ec6941
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .active_dot-item {
    color: #ec6941
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center {
    width: 3.75rem;
    position: absolute;
    right: 19%;
    top: 31%
}

@-webkit-keyframes run {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-moz-keyframes run {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-o-keyframes run {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes run {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes runres {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

@-moz-keyframes runres {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

@-o-keyframes runres {
    0% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

@keyframes runres {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .border-item {
    border-radius: 50%;
    border: 1px dashed #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .inside-border {
    width: 9.38rem;
    height: 9.38rem;
    -webkit-animation: run 10s linear infinite;
    -moz-animation: run 10s linear infinite;
    -o-animation: run 10s linear infinite;
    animation: run 10s linear infinite
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .middle-border {
    width: 17.5rem;
    height: 17.5rem;
    -webkit-animation: runres 20s linear infinite;
    -moz-animation: runres 20s linear infinite;
    -o-animation: runres 20s linear infinite;
    animation: runres 20s linear infinite
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .out-border {
    width: 34.38rem;
    height: 34.38rem;
    -webkit-animation: run 30s linear infinite;
    -moz-animation: run 30s linear infinite;
    -o-animation: run 30s linear infinite;
    animation: run 30s linear infinite
}

@media (max-width:1700px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item {
        top: 12.9rem;
        left: 71rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(3) {
        top: 16.2rem;
        left: 68rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(4) {
        top: 20rem;
        left: 64.2rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(5) {
        top: 20.5rem;
        left: 69.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(6) {
        top: 6.4rem;
        left: 42rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(7) {
        top: 8.8rem;
        left: 43.3rem
    }
}

@media (max-width:1600px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item {
        top: 13.9rem;
        left: 80rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(3) {
        top: 18rem;
        left: 76.7rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(4) {
        top: 22.4rem;
        left: 72.8rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(5) {
        top: 22.8rem;
        left: 78.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(6) {
        top: 7.2rem;
        left: 47rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(7) {
        top: 10rem;
        left: 48.6rem
    }
}

@media (max-width:1366px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item {
        top: 12.5rem;
        left: 71.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(3) {
        top: 16.1rem;
        left: 68.7rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(4) {
        top: 20rem;
        left: 64.8rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(5) {
        top: 20.4rem;
        left: 70.3rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(6) {
        top: 6.5rem;
        left: 42rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(7) {
        top: 8.8rem;
        left: 43.6rem
    }
}

@media (max-width:1024px) {
    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item {
        top: 11.5rem;
        left: 64rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(3) {
        top: 14.5rem;
        left: 61.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(4) {
        top: 17.6rem;
        left: 57.7rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(5) {
        top: 18.2rem;
        left: 62.8rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(6) {
        top: 5.7rem;
        left: 37.7rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(7) {
        top: 7.4rem;
        left: 38.8rem
    }
}

@media (max-width:768px) {
    .chang_button {
        margin-bottom: 4.25rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 {
        width: 100%;
        -webkit-transform: translateX(-5%);
        -moz-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        transform: translateX(-5%);
        margin-bottom: 50px
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .amap-icon img {
        width: 20px !important;
        height: 26px !important
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a+a {
        margin-top: .5em
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b2 dl a {
        margin-top: .5em;
        width: 49%
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center {
        width: 2.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .inside-border {
        width: 7rem;
        height: 7rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .middle-border {
        width: 11.5rem;
        height: 11.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .center .out-border {
        width: 16.38rem;
        height: 16.38rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item {
        font-size: 12px;
        top: 3.5rem;
        left: 20rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item .dot {
        width: .5rem;
        height: .5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item .dot::after {
        width: 1rem;
        height: 1rem;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .xg-abt-cont4 .alert-mask .alert-content {
        width: 85%
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(3) {
        top: 5.2rem;
        left: 18.8rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(4) {
        top: 6rem;
        left: 17.5rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(5) {
        top: 7.3rem;
        left: 19.2rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(6) {
        top: 1.5rem;
        left: 11.3rem
    }

    .xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 .map-marks .dot-item:nth-child(7) {
        top: 3rem;
        left: 11.5rem
    }
}

.xg-abt-cont4 .abt_a4_v1 .abt_a4_b3 #map {
    width: 100%;
    height: 23.75rem;
    border-radius: 1.25rem;
    overflow: hidden
}