@charset "utf-8";
h1,
h2,
h3 {
    font-weight: normal;
}

.loader {
    background: #715EE4;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998
}

.loader .loaders {
    background: #0075c1;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    border-radius: 100%;
    animation-fill-mode: both;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.loader .imglogo {
    height: 1.2rem;
    position: absolute;
    left: 50%;
    margin-left: -1.6rem;
    top: 40%;
    width: 3.21rem;
}

.loader .imglogo .mask {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.2rem;
    overflow: hidden;
    width: 3.21rem
}

.loader .imglogo .c {
    width: 100%
}

.loader .imglogo .mask img {
    height: 1.2rem;
    max-height: inherit;
    max-width: inherit;
    width: 3.21rem;
    position: absolute;
    top: 0;
    right: 0
}

.loader.hide .imglogo .mask {
    width: 0;
    transition: width 2s;
}

@keyframes ball-scale {
    0% {
        transform: scale(0)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf)
}
@font-face {
    font-family: 'Alibaba-L';
    src: url(../fonts/Alibaba-PuHuiTi-Light.otf)
}
@font-face {
    font-family: 'Alibaba';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf)
}

@font-face {
    font-family: 'Alibaba-M';
    src: url(../fonts/Alibaba-PuHuiTi-Medium.otf)
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

h4,
h5,
h6 {
    font-weight: normal;
}

:focus {
    outline: 0
}

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

@media (min-width: 1024px) {
    a:hover {
        color: #533BCA;
    }
}

button {
    user-select: none;
}

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

img {

    padding: 0;
    border: none;
    max-width: 100%;
    max-height: 100%;
}

ul,
ol {
    list-style: none;
}

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

input,
select,
button,
textarea {
    font-size: 100%;
    font: inherit;
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

body {
    color: #333;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: 'Alibaba';
}

select::-ms-expand {
    display: none;
}

i,
em {
    font-style: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

select::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

::-webkit-input-placeholder {
    color: #999;
    font-size: inherit
}

input:-ms-input-placeholder {
    color: #999;
    font-size: inherit
}

.sc-y::-webkit-scrollbar {
    width: 3px;
}

.sc-y::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px
}

.sc-y::-webkit-scrollbar-thumb {
    background: #715EE4;
    border-radius: 5px
}

.sc-x::-webkit-scrollbar {
    height: 3px;
}

.sc-x::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px
}

.sc-x::-webkit-scrollbar-thumb {
    background: #715EE4;
    border-radius: 5px
}

.check:checked,
.check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    cursor: pointer;
    padding-left: 24px;
    line-height: 18px
}

.check+label:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    top: 5px;
    left: 5px;
    content: ""
}

.check+label:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    content: "";
    background: #fff;
    border: 1px solid #888
}

.check:checked+label:after {
    background: #0075c1
}

.check:checked+label:before {
    border-color: #0075c1
}

.radio:checked+label,
.radio:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 24px
}

.radio+label:after,
.radio+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ""
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
    border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked+label:before {
    border: 1px solid #0075c1
}

.radio:checked+label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0075c1;
    top: 4px;
    left: 5px
}

.imgBox,
.zoomImg {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.imgBox .img {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background: #eee
}

.imgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}


/*.imgBox img{display: none\0;}*/

.none {
    display: none;
}

.overhide {
    overflow: hidden
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.fl {
    float: left
}

.fr {
    float: right
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 100;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

.text-ver {
    writing-mode: tr-lr;
    writing-mode: vertical-lr;
}

.bgBox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abUrl {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}

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

.flexc {
    align-items: center;
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

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

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.scbox {
    overflow-y: auto
}

.scbox::-webkit-scrollbar {
    width: 4px;
    display: block;
}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    ;
    background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0075c1;
}

.aline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.compensate-for-scrollbar {
    margin-right: 0!important
}

.aline_r {
    position: relative;
    background-image: linear-gradient(#715EE4, #715EE4);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

@keyframes sca {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes go {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes ups {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes roteds {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.zoomImg,
.loadimg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    background: #f2f2f2;
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3
}

.zoomImg img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.slideImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.slideImg img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.zoomImg.noms:before {
    display: none
}

.zoomImg.mask:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 35%;
    z-index: 2;
    pointer-events: none;
    background: url(../images/bamss.png) repeat-x top center;
    background-size: auto 100%;
    opacity: .8
}

.imgfix img {
    display: none\0
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@media (min-width: 1025px) {
    .zoomImg:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s
    }
    .zoomImg:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    a:hover .zoomImg:before {
        -webkit-animation: shine .75s;
        animation: shine .75s
    }
    a:hover .zoomImg img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.block {
    position: relative;
    display: block;
}

.transImg {
    display: block;
    overflow: hidden;
}

.transImg img {
    transition: .5s
}

@media screen and (min-width: 1024px) {
    .imgBox.trans:hover .img {
        transform: scale(1.05)
    }
    .imgBox.trans:hover img {
        transform: scale(1.05)
    }
    .a:hover .imgBox.trans .img {
        transform: scale(1.05)
    }
    .a:hover .imgBox.trans img {
        transform: scale(1.05)
    }
    .transImg:hover img {
        transform: scale(1.05)
    }
    .a:hover .transImg img {
        transform: scale(1.05)
    }
    .alin_w:hover .aline_w {
        background-size: 100% 1px;
        color: #fff
    }
    .aline_w:hover {
        background-size: 100% 1px
    }
    .alin_r:hover .aline_r {
        background-size: 100% 1px;
        color: #715EE4
    }
    .aline_r:hover {
        background-size: 100% 1px
    }
}

.wp {
    max-width: 14.4rem;
    margin: 0 auto;
    width: 94%;
}

@media (max-width: 1440px) {}

@media (max-width:1024px) {
    .wp {
        width: auto;
        margin-left: .6rem;
        margin-right: .6rem;
        max-width: inherit;
    }
}

@media (max-width:992px) {
    body {
        font-size: .22rem;
    }
}

@media (max-width:597px) {
    .wp {
        width: auto;
        margin-left: 5vw;
        margin-right: 5vw
    }
    body {
        font-size: .24rem;
    }
    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media (max-width:360px) {}

.swiper-dots {
    position: absolute;
    z-index: 5;
    text-align: center
}

.swiper-dots span.active {
    opacity: 1
}

.swiper-btn a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.swiper-btn a.prev {
    left: 10px
}

.swiper-btn a.next {
    right: 10px
}

.swiper-container {
    margin: 0;
}

.totop {
    position: fixed;
    z-index: 90;
    bottom: 1rem;
    right: .25rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: .5rem;
    height: .5rem;
    overflow: hidden;
    border-radius: 50%;
    display: none;
    background: #ff801f;
    line-height: .5rem
}

.totop img {
    width: 100%
}

.totop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
}

.ser-layer {
    background: rgba(0, 0, 0, .8);
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.ser-layer.showdiv {
    opacity: 1;
    visibility: visible;
}

.ser-layer .serclose {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    width: .4rem;
    color: #fff;
    font-size: .24rem;
    position: absolute;
    top: .2rem;
    right: .2rem;
    z-index: 5;
    cursor: pointer;
    border-radius: 50%
}

.ser-layer .serform {
    width: 90%;
    margin: 0 auto;
    margin: 0\0;
    -webkit-transform: translateY(1.5rem);
    transition: .2s .1s
}

.ser-layer.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.ser-layer .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto
}

.ser-layer .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .5rem;
    overflow: hidden;
    background: #715EE4;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}

.ser-layer .serform .input-group .sub:before {
    content: '';
    background: #715EE4;
    transform: skewX(-12deg);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    right: -6px;
    transform-origin: left bottom;
    display: none
}

.ser-layer .serform .input-group .sub:after {
    content: "\e616";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    text-align: center;
    font-family: swiper-icons!important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .26rem
}

.ser-layer .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    border: 1px solid #ddd;
    border-right: 0
}

@media (max-width: 1024px) {
    .ser-layer .serclose {
        right: 3vw;
        top: .3rem;
        font-size: .4rem;
    }
    .ser-layer .serform .input-group .sub {
        width: 1.2rem;
        height: .6rem;
    }
    .ser-layer .serform .input-group .inp {
        height: .6rem;
        padding-right: 1.2rem;
        padding-left: .15rem;
    }
    .ser-layer .serform .input-group .sub:after {
        font-size: .4rem
    }
    .ser-layer .serform .input-group {
        max-width: 7rem;
    }
    .totop {
        width: .6rem;
        height: .6rem;
        line-height: .6rem
    }
    .totop svg {
        width: .34rem;
        height: .34rem
    }
}

@media (max-width: 579px) {
    .ser-layer .serclose {
        right: 3vw;
        top: .2rem;
        font-size: .4rem
    }
    .ser-layer .serform .input-group .sub {
        width: 1.2rem;
        height: .7rem;
    }
    .ser-layer .serform .input-group .inp {
        height: .7rem;
        padding-right: 1.2rem;
        padding-left: .15rem;
    }
    .ser-layer .serform .input-group .sub:after {
        font-size: .4rem
    }
    .ser-layer .serform .input-group {
        max-width: inherit;
    }
    .ser-layer {
        padding-bottom: 15%
    }
}


/**/

.header .navBtn {
    display: none;
    align-items: center;
}

.header .navBtn>.showSear {
    font-size: .34rem;
    margin-right: .4rem;
    color: #fff
}

.header .navBtn .en {
    color: #fff;
    margin-right: .4rem;
    font-size: .28rem
}

.header .navbtn {
    width: .56rem;
    height: .56rem;
    background: #2872DF;
    transition: .3s;
    z-index: 5;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-btn {
    overflow: hidden;
    width: .24rem;
    height: .3rem;
    background: 0 0;
    opacity: 1;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: .24rem;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color;
    margin-top: -1px
}

.menu-btn .line-1 {
    margin-top: -.09rem;
}

.menu-btn .line-3 {
    margin-top: .07rem;
}

body.navShow .menu-btn .line-1 {
    visibility: hidden
}

body.navShow .menu-btn .line-2 {
    margin-top: -1px!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.navShow .menu-btn .line-3 {
    margin-top: -1px!important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pubg {
    background: linear-gradient(to right, #35a62b, #077443);
}

.header {
    padding: .15rem 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    transition: .3s;
    /* background: linear-gradient(180deg, #224898 0%, rgba(34, 72, 152, 0) 66%); */
}



.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    right: 0;
    background: linear-gradient(180deg, #224898 0%, rgba(34, 72, 152, 0) 66%);
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: .3s;
}
.header .top {
    padding: .15rem 0
}

.header .top a {
    color: rgba(255, 255, 255, .8)
}

.header .top a:hover {
    color: rgba(255, 255, 255, 1)
}

.header .top .left a+a:before {
    content: '|';
    display: inline-block;
    margin: 0 .15rem
}

.header .top .right {
    font-size: .18rem
}

.header .top .showSear {
    font-size: .2rem;
    margin-left: .2rem
}

.header .top-nav {
    padding: .1rem 0 .15rem
}

.header .wp {
    align-items: center;
    transition: .3s;
    height: 100%;
    position: relative;
    z-index: 5;
    max-width: inherit;
    margin-left: .6rem;
    margin-right: 1.2rem;
    width: auto
}

.header .serBtnpc {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    margin-top: -.3rem
}

.header .serBtnpc a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .6rem;
    width: .6rem;
    background: #715EE4;
    color: #fff;
    font-size: .24rem;
    border-radius: 50%;
}

.header .logo a {
    display: block;
    position: relative;
}

.header .logo img {
    height: .8rem;
    user-select: none;
    transition: .3s
}

.header .logo img.a {}

.header .logo img.b {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.header .toprg {
    float: right;
    position: relative;
}

.header .toprg .toprg-wz {
    position: absolute;
    right: 0;
    top: -0.01rem;
}

.header .toprg .toprg-wz .top-tel {
    background: url(../images/icon_tel.png) no-repeat left;
    padding-left: 0.3rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: Poppins;
    font-size: 0.16rem;
    line-height: 0.34rem;
    float: left;
}

.header .toprg .toprg-wz .topss {
    float: right;
    position: relative;
    margin-left: 0.25rem;
    padding-left: 0.28rem;
}

.header .toprg .toprg-wz .topss::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 0.2rem;
    background: #8BD8FC;
    opacity: 0.6;
}

.top-tel .tc2 form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 input[type="text"] {
    border: none;
    width: 92%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

.tc2 input[type="text"]:focus {
    text-align: left;
}

.tc2 input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../images/yc_sea2.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

.tc2 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc2 .close:hover {
    transform: rotate(180deg);
}

.tc2 .close,
.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: none;
}

.tc2 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 86;
}

.header .tool a.sp {
    margin-right: .2rem
}

.header .topnav {
    position: relative;
    margin-top: 0.38rem;
}

.header .topnav ul {
    align-items: center;
}

.header .topnav ul li {
    font-size: .22rem;
    position: relative;
    text-align: center;
}

.header .topnav ul li+li {
    margin-left: .34rem
}

.header .topnav ul li>a {
    color: #fff;
    transition: .3s
}

.header .topnav ul li i.plus {
    position: absolute;
    right: 0;
    top: .13rem;
    color: #999;
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    display: none;
    transition: .3s
}

.header .topnav ul li i.plus.show {
    transform: rotate(180deg);
}

.header .topnav ul li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .18rem;
    min-width: 1.5rem;
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform-origin: top center;
}

.header .topnav ul li .sub-nav .sub-nav-h {
    position: relative;
    background: #fff;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 0 0 5px 5px
}

.header .topnav ul li .sub-nav .sub-nav-h:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #224998;
}

.header .topnav ul li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .18rem;
    padding: 0 .1rem;
    white-space: nowrap;
    line-height: .38rem;
    text-align: center;
    transition: .3s
}

.header .topnav ul li .sub-nav .sub-nav-h a:hover {
    color: #fff;
    background: #224998
}

.header .topnav ul li .sub-nav .sub-nav-h:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #fff;
    bottom: calc(100% + 6px);
    border-radius: 50%;
}

.header .topnav ul li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
    transform: scaleY(1) translateX(-50%)
}

.header.black .topnav ul li>a {
    color: #fff
}


/*.header.black .topnav ul li>a:hover{color: #715EE4}*/

.header .topnav ul li:hover>a {
    color: #fff
}

.header .topnav ul li.on:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.21rem;
    height: 3px;
    border-radius: 3px;
    background: #fff;
}

.header.black {
    background: #224998;
}

.header.black .toprg .toprg-wz .top-tel {
    color: rgba(255, 255, 255, 0.8);
}

.header.black .topnav ul li.on:after {
    background: linear-gradient(to right, #4973DE, #5984f1)
}

.header.black .topnav ul li .sub-nav .sub-nav-h:before {
    background: #FF801F
}

.header.sp .wp {
    margin-left: 0.6rem
}

.home .big-nav {
    display: none
}

.big-nav {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #224998 url(../images/dhnav_bg.jpg) no-repeat center;
    background-size: 100% auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.big-nav .links {
    display: none
}

.big-nav .links .link2 {
    font-size: 0
}

.big-nav .links .tel {
    font-size: .3rem;
    margin-top: .2rem;
    color: #715EE4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-nav .links .tel img {
    width: .32rem;
    margin-right: .1rem
}

.big-nav .links .lan {
    background: #715EE4;
    border-radius: .4rem;
    line-height: .48rem;
    display: flex;
    align-items: center;
    width: 1.5rem;
    text-align: center;
    color: #fff;
    padding: 0 .05rem;
    position: relative;
    margin: 0 auto .3rem
}

.big-nav .links .lan:before {
    content: '';
    width: 1px;
    height: .2rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.1rem;
    opacity: .3
}

.big-nav .links .lan a {
    width: 50%;
    color: #fff
}

.big-nav .links .link2 a {
    font-size: .24rem;
    margin-bottom: .15rem;
    display: inline-block;
}

.big-nav .links .link2 a img {
    height: .32rem;
    margin-right: .1rem
}

.big-nav .links .link2 a+a:before {
    content: '/';
    display: inline-block;
    margin: 0 .2rem;
    color: #ddd;
}

.big-nav .links .link1 a {
    font-size: .24rem;
    display: flex;
    align-items: center;
    margin: 0 .15rem .15rem
}

.big-nav .links .link1 a img {
    height: .28rem;
    margin-right: .1rem;
}

.big-nav .links .link1 {
    margin-bottom: .2rem
}

.big-nav .scroll .links .wp:after {
    display: none
}

.big-nav .links {
    margin-bottom: .3rem;
    text-align: center;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.85rem;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: .6rem
}

.big-nav .scroll::-webkit-scrollbar {
    display: none
}

.big-nav .scroll dl {
    margin-bottom: .3rem;
    width: 12.28%;
    margin: 0 1%;
    text-align: center;
}

.big-nav .scroll dl dt {
    font-size: .28rem;
    margin-bottom: .2rem;
    position: relative;
}

.big-nav .scroll dl dt i.plus {
    position: absolute;
    right: 0;
    top: .15rem;
    display: block;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    transition: .3s;
    font-size: .24rem;
    display: none;
    color: rgba(255, 255, 255, .7)
}

.big-nav .scroll dl dt i.plus.show {
    transform: rotate(180deg);
}

.big-nav .scroll dl dt:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #0093be;
    transform: translateX(-50%);
    display: none
}

.big-nav .scroll dl dt a {
    color: #fff
}

.big-nav .scroll dl dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.big-nav .scroll dl dd ul li {
    width: 100%;
    margin-bottom: .12rem;
    font-size: .16rem;
    line-height: 1.4em
}

.big-nav .scroll dl dd ul li a {
    color: rgba(255, 255, 255, .8)
}

.big-nav .scroll .wp {
    margin-left: .85rem;
    margin-right: .85rem;
    width: auto;
    max-width: inherit;
}

.big-nav .scroll .wp:after {
    width: 31.333%;
    display: inline-block;
    content: '';
    display: none
}

.yc {
    width: 0.9rem;
    height: 0.84rem;
    position: fixed;
    z-index: 1000;
    top: 0.12rem;
    right: 0px;
    background: url(../images/tc_dhbg.png) no-repeat;
}

.yc .yc_nav {
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.yc .yc_nav img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.ycd_ddh {
    display: none;
    position: fixed;
    overflow-x: auto;
    width: 100%;
    height: 100%;
    background: url(../images/dhnav_bg.jpg) no-repeat;
    background-size: cover;
    z-index: 1001;
    padding: 1.6% 3.125% 0;
    box-sizing: border-box;
    top: 0px;
}

.ycd_ddh .ycd_top {
    text-align: center;
    margin-top: 7%;
}

.ycd_ddh .ycd_top .tc_logo {
    margin:0.5rem auto;
	display:block;
}

.ycd_ddh .search {
    width: 70%;
    margin: 80px auto 60px;
    position: relative;
}

.ycd_ddh .search .txt {
    width: 100%;
    line-height: 52px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 0 6% 0 3%;
    box-sizing: border-box;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.149);
}

.ycd_ddh .search .image {
    position: absolute;
    top: 26%;
    right: 25px;
}

.ycd_ddh .search .txt::-webkit-input-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt:-moz-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt::-moz-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt:-ms-input-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt:focus {
    outline: none;
}

.ycd_ddh .dnav {
    margin: 0 auto;
    padding: 0 8%;
}

.ycd_ddh .dnav>ul {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.ycd_ddh .dnav>ul>li {}

.ycd_ddh .dnav>ul>li>a {
       font-size: 0.3rem;
    color: #fff;
}

.ycd_ddh .dnav>ul>li>span {
    display: none;
}

.ycd_ddh .dnav>ul>li ul {
    margin-top: 30px;
}

.ycd_ddh .dnav>ul>li ul li {}

.ycd_ddh .dnav>ul>li ul li a {
   font-size: 0.24rem;
       line-height: 0.5rem;
   color: rgba(255, 255, 255, .9)
}

.ycd_ddh a:hover {
    color: #fff600!important;
    font-weight: bold;
}

.ycd_ddh .ycd_top .close {
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.lby {
    width: 120px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.lby .ss {
    float: left;
    width: 55px;
    height: 90px;
    border-left: 1px solid #853a91;
    position: relative;
    cursor: pointer;
}

.lby .ss img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lby .yc_nav {
    cursor: pointer;
    width: 55px;
    text-align: center;
    float: left;
    height: 90px;
    line-height: 90px;
}

.lby .yc_nav img {
    width: 40%;
}


/*body.navShow {overflow: hidden;position: fixed;width: 100%;height: 100%}*/

body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
}

body.navShow .big-nav .scroll dl dt:after {
    width: .4rem;
    transition: width .6s 1.3s linear
}

@media (min-width: 1025px) {
    .big-nav .scroll dl {
        transform: translateY(1rem);
        opacity: 0;
    }
    body.navShow .big-nav .scroll dl {
        transform: translateY(0);
        opacity: 1;
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(1) {
        transition: .8s .2s
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(2) {
        transition: .8s .3s
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(3) {
        transition: .8s .4s;
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(4) {
        transition: .8s .5s;
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(5) {
        transition: .8s .6s
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(6) {
        transition: .8s .7s
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(7) {
        transition: .8s .8s;
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(8) {
        transition: .8s .9s
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(9) {
        transition: .8s 1s
    }
    body.navShow .big-nav .scroll .wp dl:nth-child(10) {
        transition: .8s 1.1s;
    }
}

@media (max-width: 1024px) {
    .yc,
    .header .toprg .toprg-wz .top-tel,
    .header .toprg .toprg-wz .topss::before,
	.header:before{
        display: none;
    }
    .header .toprg .toprg-wz .topss{
           margin-left: 0; 
     padding-left: 0; 
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    right: 1.1rem;
    top: 0.15rem;
    }
    .home .big-nav {
        display: block;
    }
    .header .tool {
        display: none
    }
    .header:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 170%;
        z-index: 0;
        z-index: 0;
        opacity: .6;
        transition: .3s;
        pointer-events: none;
		background: linear-gradient(180deg, #224898 0%, rgba(34, 72, 152, 0) 66%);
    }
    .scrolling .header:after {
        opacity: .6;
        visibility: visible;
    }
    .navShow .header:after {
        opacity: 0;
    }
    .header .topnav ul {
        display: none
    }
    .header {
        border-bottom: 0
    }
    .header .wp {
        margin-left: .4rem;
        margin-right: .4rem;
        height: auto;
        padding-right: 0
    }
    .header .topnav {
        margin-top: 0.05rem;
    }
    .header .logo img {
        height: .6rem
    }
  
    .header .navBtn {
        top: .15rem;
        display: flex
    }
    .header .topnav .menu-btn .line-1,
    .menu-btn .line-2,
    .menu-btn .line-3 {
        width: .35rem
    }
    .menu-btn .line-1 {
        margin-top: -8px
    }
    .menu-btn .line-3 {
        margin-top: 6px
    }
    .header .navBtn .showSear {
        display: flex;
        align-items: center;
    }
    .header .navbtn {
        width: .8rem;
        height: .5rem;
    }
    .menu-btn {
        width: .35rem
    }
    .big-nav .scroll .wp {
        margin-left: .6rem;
        margin-right: .6rem
    }
    .big-nav .scroll {
        top: 1.3rem
    }
    .big-nav .links {
        display: block;
    }
    .big-nav .scroll dl {
        width: 100%;
        text-align: left;
    }
    .big-nav .scroll dl dd {
        display: none
    }
    .big-nav .scroll dl {
        margin-top: .2rem;
        margin-left: 0;
        margin-right: 0
    }
    .big-nav .scroll dl dt {
        margin-bottom: .15rem;
        padding-bottom: .1rem;
        font-size: .28rem
    }
    .big-nav .scroll dl dd ul li {
        font-size: .24rem
    }
    .big-nav .scroll dl dd ul li {
        margin-bottom: .2rem
    }
    .big-nav .scroll dl dt i.plus {
        display: block;
    }
    .big-nav .scroll dl dd ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .big-nav .scroll dl dd ul li {
        width: 48%
    }
}

@media (max-width:597px) {
    .header .wp {
        margin-left: 3vw;
        margin-right: 3vw;
        padding-right: 0
    }
    .header .topnav ul li .sub-nav {
        padding-top: 0
    }
    .header .topnav ul li .sub-nav .sub-nav-h a {
        font-size: .18rem
    }
    .header .topnav ul li .sub-nav .sub-nav-h .img {
        display: none
    }
    .header .topnav ul li .sub-nav .sub-nav-h .list {
        margin-right: 0;
        width: 100%
    }
    .header .topnav ul li .sub-nav .sub-nav-h .list span {
        width: 33.33333%;
        text-align: center;
        margin-right: 0
    }
    .big-nav .scroll dl dt i.plus {
        top: .05rem
    }
    /*.big-nav .scroll dl dt{font-size: .22rem}
.big-nav .scroll dl dd ul li, .bigSearch .hotWord{font-size: .18rem}*/
    .header .navbtn {
        width: .85rem;
        height: .55rem;
    }
    .menu-btn .line-1 {
        margin-top: -7px
    }
    .menu-btn .line-3 {
        margin-top: 5px
    }
    .header .navBtn>.showSear {
        margin-right: .3rem
    }
    .big-nav .scroll dl dt {
        font-size: .32rem
    }
    .big-nav .scroll dl dd ul li {
        font-size: .28rem
    }
    .big-nav .links .link2 a {
        font-size: .26rem;
    }
    .big-nav .links .link1 a {
        font-size: .26rem;
    }
    .big-nav .links .link1 a img {
        height: .32rem;
        margin-right: .1rem;
    }
}

@media (max-width: 360px) {
    /*.header .logo img.logob{height: .45rem}
.header .logo a{font-size: .14rem}
.header .topnav{top: .62rem}*/
}

@keyframes icoMove {
    0% {
        transform: translate(2px);
    }
    25% {
        transform: translate(-2px);
    }
    50% {
        transform: translate(1px);
    }
    100% {
        transform: translate(0px);
    }
}

@keyframes beat {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }
    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }
    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

.footer {
    background: #264aaa url(../images/dibu_bg.png) no-repeat left bottom;
    position: relative;
    z-index: 6;
    border-top: #ff801f 14px solid;
	
}

.footer {
    color: #fff;
}

.footer a {
    color: #fff
}

.fta {
    padding: 0.6rem 0 0.4rem;
}

.fta .link {
    overflow: hidden;
}

.fta .link h2 {
    font-size: 0.26rem;
    color: #8BD8FC;
    line-height: 0.34rem;
    position: relative;
	font-family: 'Alibaba';
}

.fta .link h2::before,
.fta .link h2::after {
    content: "";
    position: absolute;
    right: 0;
    background: rgba(139, 216, 252, 0.3);
    height: 1px;
    width: calc(100% - 1.25rem);
}

.fta .link h2::before {
    top: 0.12rem;
}

.fta .link h2::after {
    bottom: 0.12rem;
}

.fta .link .nr {
    overflow: hidden;
    padding-top: 0.18rem;
}

.fta .link .nr a {
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.25rem;
    display: inline;
    margin: 0.05rem 0.3rem 0.05rem 0;
	font-family: 'Alibaba';
	
}

.fta .link .nr a:hover {
    color: #fff;
}

.ftb {
    overflow: hidden;
}

.ftb .wp {
    padding: .3rem 0.45rem .2rem;
    border-radius: 14px 0px 14px 0px;
    background: rgba(255, 255, 255, 0.02);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.ftb .logoft img {
    height: .7rem;
    user-select: none
}

.ftb .dzft {
    padding-left: 0.5rem;
    position: relative;
}

.ftb .dzft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2px;
    height: calc(100% - 0.2rem);
    background: #8BD8FC;
}

.ftb .dzft p {
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.3rem;
    margin: 0.05rem 0;
	font-family: 'Alibaba';
}

.ftb .dzft p span {
    color: #8BD8FC
}

.ftb .codeft {
    width: 1.2rem;
    text-align: center;
}

.ftb .codeft span {
    background: #fff;
    padding: 0.05rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    box-sizing: border-box;
}

.ftb .codeft span img {
    width: 100%;
}

.ftb .codeft p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.2rem;
    font-size: 0.16rem;
    margin-top: 0.05rem;
	font-family: 'Alibaba';
}

.ftc {
    padding: .25rem 0;
    overflow: hidden;
    text-align: center;
}

.ftc .wp p {
    padding: .03rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.18rem;
	font-family: 'Alibaba';
}

.ftc .wp p a {
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1025px) {
    .fta .slide-link .item:hover .icos {
        background: #fff
    }
    .fta .slide-link .item:hover .ico .cir {
        animation: roted 20s linear infinite
    }
    .fta .slide-link .item:hover .ico .cir:after {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:850px) {
    .footer {
        border-top: #ff801f 6px solid;
        background: #264aaa;
    }
    .ftb .logoft {
        margin: auto;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 597px) {
    .ftb .logoft,
    .ftb .codeft {
        width: 100%;
        margin-right: 0
    }
    .ftb .codeft span {
        margin: auto;
    }
    .ftb .logoft img {
        height: .9rem
    }
    .ftb .dzft {
        margin: 0.3rem 0;
    }
}


.ssjgfy{
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}
.ssjgfy a{
	height: 26px;
	line-height: 26px;
	padding: 0px 8px;
	color: #333;
	border:#eee 1px solid;
	display: inline-block;
	margin: 0px 2px;
}

.ssjgfy .sspage{
	color: #666;
	margin-right: 10px;
}
.ssjgfy a.on{
	border:#264DB1 1px solid;
	background: #264DB1;
	color: #fff;
}
.ssjgfy a:hover{
	color: #264DB1;
}


