/*basic css*/
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}

/*@font-face {*/
/*    font-family: 'HarmonyOS bold';*/
/*    font-weight: bold;*/
/*    src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');*/
/*}*/


html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: 'Poppins-Regular', "Microsoft YaHei", "PingFang SC ", 'å¾®è½¯é›…é»‘', "Arial";
}

::-webkit-scrollbar {
    width: 9px;
    transition: 1s all;
}

::-webkit-scrollbar-thumb {
    transition: 1s all;
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: rgb(39 162 221 / .35);
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

::-webkit-selection {
    background: #27a2dd;
    color: #fff;
}

::-moz-selection {
    background: #27a2dd;
    color: #fff;
}

::selection {
    background: #27a2dd;
    color: #fff;
}

/* *:hover::-webkit-scrollbar {background-color:#ffffff;} */
*:hover::-webkit-scrollbar-thumb {
    background-color: #27a2dd;
}

input,
textarea,
button {
    padding: 0;
    font-family: 'Poppins-Regular', "Microsoft YaHei", "PingFang SC ", 'å¾®è½¯é›…é»‘', "Arial";
}

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

input {
    outline: none;
    -webkit-appearance: none;
    /*åŽ»é™¤ç³»ç»Ÿé»˜è®¤çš„æ ·å¼*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* ç‚¹å‡»é«˜äº®çš„é¢œè‰²*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    -webkit-appearance: none;
}

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

a {
    cursor: pointer;
}

ul,
ol,
li {
    list-style-type: none;
}

.slick-slide:focus,
input:focus,
a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select,
input,
textarea,
button {
    vertical-align: middle;
    outline: none;
    font-family: 'Poppins-Regular', "Microsoft YaHei", "PingFang SC ", 'å¾®è½¯é›…é»‘', "Arial";
}

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

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

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

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}

/*//æ°´å¹³åž‚ç›´å±…ä¸­(ä¸æ¢è¡Œ)*/
.wrapper-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: top;*/
}

/*//æ°´å¹³åž‚ç›´å±…ä¸­(æ¢è¡Œ)*/
.wrapper-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*//æ°´å¹³åž‚ç›´å±…ä¸­(ä¸€åˆ—)*/
.wrapper-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

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

textarea {
    -webkit-appearance: none;
}


input::placeholder {
    color: #999999
}

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

.box {
    width: 83%;
    margin: auto;
}

.iphone-media {
    display: none !important;
}

.pc-media {
    display: block !important;
}

/*edd  basic */
.font60 {
    font-size: 60px;
    line-height: 70px;
}

.font50 {
    font-size: 50px;
    line-height: 1.2;
}

.font48 {
    font-size: 48px;
}

.font40 {
    font-size: 40px;
    line-height: 1.7;
}

.font38 {
    font-size: 38px;
    line-height: 1.5;
}

.font32, .font30 {
    font-size: 32px;
    line-height: 1.5;
}

.font30 {
    font-size: 30px;
    line-height: 1.5;
}

.font26 {
    font-size: 26px;
    line-height: 1.5;
}


.font24 {
    font-size: 24px;
    line-height: 1.5;
}

.font22 {
    font-size: 22px;
    line-height: 1.5;
}

.font20 {
    font-size: 20px;
    line-height: 1.5;
}

/*inside-banner*/
.inside-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 90vh;
    min-height: 500px;
    max-height: 950px;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.inside-banner .title {
    font-weight: 600;
}

.inside-banner .desc {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
}

/*border-page-container*/
.border-page-container {
    border-radius: 86px 86px 0 0;
    margin-top: -80px;
    position: relative;
    z-index: 3;
    transition: border-radius 1s, margin 0.85s;
    background: #FFFFFF;
    padding: 100px 0;

    overflow: hidden;
    /* overflow-x: hidden; */
}

.border-page-container.animation {
    border-radius: 0;
    margin-top: -70px;
}

#fix-anchor {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 10px;
    height: 10px;
}

.video-list {
    position: relative;
    z-index: 5;
}

.video-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 52px);
    padding: 0 0 95px;
}

.video-list li:nth-child(even) {
    margin-left: 98px;
    padding: 95px 0 0;
    transition-delay: .15s;
}

.video-list a {
    display: block;
}

.video-list a .picture {
    transition: all .6s;
}

.video-list a:hover .picture {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
}

.video-list a:hover .tips, .video-list a:hover .name {
    color: #CB3030 !important;
}

.video-list .lans {
    font-family: Arial-Bold, Arial;
}

.video-list .type {
    font-weight: bold;
    color: #180E0C;
    line-height: 1.2;

}

.video-list .desc {
    width: calc(100% - 300px);
}

.video-list .name {
    font-weight: 400;
    color: #180E0C;

}

.video-list .tips {
    color: rgba(24, 14, 12, 0.6);
    padding: 10px 0 35px;
}

.video-list .more {
    font-weight: 400;
    color: #CB3030;
    border-bottom: 1px solid #CB3030;
    display: inline-block;
    position: relative;
}

.video-list .more:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 0;
    width: 10px;
    height: 100%;
    overflow: hidden;
    top: 0;
    opacity: 0;
    left: -15px;
    transform: rotate(30deg);
    transition: opacity 0s, top .6s, left 1s, transform 1s;
}

.video-list a:hover .more:after {
    left: 110%;
    opacity: 1;

}

.video-list .bg {
    margin-top: 35px;
    width: 100%;
    padding-top: 100%;
    animation-delay: .25s;
    position: relative;
    overflow: hidden;
}

.video-list .picture {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    transform-origin: center center;
    background: center center no-repeat;
    background-size: cover;
}

.video-list li:nth-child(even) .bg {
    animation-delay: .4s;
}

.pro1-view {
    align-items: start;
    padding-bottom: 130px;

}

.pro1-view .box {
    position: relative;
}

.pro1-view .more-learn {
    width: 126px;
    position: absolute;
    bottom: 37px;
    left: 0;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: rgba(203, 48, 48, 0.3);
    text-transform: capitalize;
    text-align: center;
}

.pro1-view .more-learn img {
    display: block;
    margin: 20px auto 20px;
    transition: all .4s;
}

.pro1-view .more-learn:hover img {
    margin-bottom: 5px;
}

.pro1-view .left {
    opacity: 0;
    width: calc(100% - 480px);
    border-top: 1px solid rgba(203, 48, 48, 0.3);
    padding: 45px 0;
    align-items: start;
    position: relative;
}

.pro1-view .title {
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #000000;
}

.pro1-view .content {
    width: 75%;
    font-family: Arial-Regular, Arial;
}

.pro1-view .c-title {
    font-weight: bold;
    color: #180E0C;
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(203, 48, 48, 0.3);
    text-transform: capitalize;
}

.pro1-view .c-tips {
    font-weight: 400;
    color: #180E0C;
    padding: 100px 0 80px;

}

.pro1-view .c-desc {
    font-weight: 400;
    color: rgba(24, 14, 12, 0.6);

}

.pro1-view .right {
    width: 400px;
    opacity: 0;
}

.pro1-view .right.fadeInUp, .pro1-view .left.fadeInUp {
    opacity: 1;
}

.pro2-view {
    position: relative;
    background: center center no-repeat;
    height: 800px;
    background-size: cover;
    /* background-attachment: fixed; */
}

.pro2-view .box {
    position: relative;
    z-index: 2;

}

.pro2-view .content {
    width: 665px;
    max-width: 100%;
    font-family: Arial-Regular, Arial;
    padding: 100px 0;
}

.pro2-view .wrapper-flex-wrap {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.pro2-view .title {
    text-transform: capitalize;
    font-weight: 400;
    color: #FFFFFF;
}

.pro2-view .desc {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;

}

.pro2-view .play {
    width: 90px;
    transition: all .5s;
}

.pro2-view .play:hover {
    opacity: .75;
}

.pro2-view .video-bg {
    display: none;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;

}

/*@keyframes spin {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(360deg);*/
/*        transition: all 5s;*/
/*    }*/
/*}*/
.pro3-view {
    overflow: hidden;
    padding: 0;
}

.pro3-view .left, .pro3-view .right {
    opacity: 1;
}

.pro3-view .left {
    border: 0;
    padding: 120px 0;
    font-family: Arial-Regular, Arial;
    position: relative;
    z-index: 5;
    /* background: linear-gradient(180deg, #fff, transparent, transparent, transparent); */
}

.pro3-view .title {
    line-height: 1;
}

.pro3-view .c-editor1 {
    box-sizing: border-box;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: rgba(24, 14, 12, 0.4);
    border-bottom: 1px solid rgba(203, 48, 48, 0.3);;
    padding: 0 10% 70px 0;
    margin-bottom: 75px;

}

.home-video {
    max-height: 100vh;
    overflow: hidden;
}

.pro3-view .c-editor1 span {
    cursor: pointer;
}

.pro3-view .c-editor1 span.on {
    color: #CB3030;
}

.pro3-view .c-editor2 {
    padding-right: 10%;
    box-sizing: border-box;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.8);
    line-height: 38px;

}

.pro3-view .c-editor2 li {
    display: none;
}

.pro3-view .c-editor2 li.on {
    display: block;
}

.bubble-module {
    position: relative;
    max-width: 400px;
    height: 400px;
    width: 100%;
}

.bubble-module .icon-bubble-icon {
    background: url("../images/icon-bubble.png") no-repeat;
    background-size: 100% 100%;
    -webkit-animation: bubble1 10s linear infinite;
    animation: bubble1 10s linear infinite;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: block;
}

.bubble-module i:nth-child(10n - 8) {
    animation-delay: .15s;
    -webkit-animation-delay: .15s;
    animation-name: bubble2;
    -webkit-animation-name: bubble2;
}

.bubble-module i:nth-child(10n - 7) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-name: bubble3;
    -webkit-animation-name: bubble3;
    transform: rotate(30deg);
}

.bubble-module i:nth-child(10n - 6) {
    animation-delay: .45s;
    -webkit-animation-delay: .45s;
    animation-name: bubble4;
    -webkit-animation-name: bubble4;
    transform: rotate(60deg);
}

.bubble-module i:nth-child(10n - 5) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-name: bubble5;
    -webkit-animation-name: bubble5;
    transform: rotate(90deg);
}

.bubble-module i:nth-child(10n - 4) {
    animation-delay: .75s;
    -webkit-animation-delay: .75s;
    animation-name: bubble6;
    -webkit-animation-name: bubble6;
    transform: rotate(120deg);
}

.bubble-module i:nth-child(10n - 3) {
    animation-delay: .9s;
    -webkit-animation-delay: .9s;
    animation-name: bubble7;
    -webkit-animation-name: bubble7;
    transform: rotate(150deg);
}

.bubble-module i:nth-child(10n - 2) {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-name: bubble8;
    -webkit-animation-name: bubble8;
    transform: rotate(180deg);
}

.bubble-module i:nth-child(10n - 1) {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-name: bubble9;
    -webkit-animation-name: bubble9;
    transform: rotate(240deg);
}

.bubble-module i:nth-child(10n) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-name: bubble10;
    -webkit-animation-name: bubble10;
    transform: rotate(220deg);
}

.bubble-module i:nth-child(11) {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    transform: rotate(190deg);
}

.bubble-module i:nth-child(12) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    transform: rotate(90deg);
}

.bubble-module i:nth-child(13) {
    transform: rotate(20deg);
    animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
}

.bubble-module i:nth-child(14) {
    transform: rotate(60deg);
    animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s;
}

.bubble-module i:nth-child(15) {
    transform: rotate(120deg);
    animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
}

.bubble-module i:nth-child(16) {
    transform: rotate(320deg);
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.bubble-module i:nth-child(17) {
    transform: rotate(100deg);
    animation-delay: 3.2s;
    -webkit-animation-delay: 3.2s;
}

.bubble-module i:nth-child(18) {
    transform: rotate(420deg);
    animation-delay: 3.4s;
    -webkit-animation-delay: 3.4s;
}

.bubble-module i:nth-child(19) {
    transform: rotate(20deg);
    animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
}

.bubble-module i:nth-child(20) {
    transform: rotate(90deg);
    animation-delay: 3.9s;
    -webkit-animation-delay: 3.9s;
}

@keyframes bubble1 {
    0% {
        width: 15px;
        bottom: 0;
        left: calc(50% - 2px);
        height: 15px;
    }
    100% {
        width: 40px;
        height: 40px;
        bottom: 120%;
        left: calc(50% - 35px);
    }
}

@keyframes bubble2 {
    0% {
        width: 10px;
        height: 10px;
        left: calc(50% - 1px);
        bottom: 0;
    }
    30% {
        left: 70%;
    }
    100% {
        width: 14px;
        height: 14px;
        bottom: 120%;
        left: calc(50% - 15px);
    }
}

@keyframes bubble3 {
    0% {
        width: 48px;
        height: 48px;
        left: calc(50% - 1px);
        bottom: 0;
    }
    50% {
        left: calc(45% - 35px);
    }
    100% {
        width: 48px;
        height: 48px;
        bottom: 150%;
        left: calc(50% - 15px);
    }
}

@keyframes bubble4 {
    0% {
        width: 15px;
        height: 15px;
        left: calc(50% - 1px);
        bottom: 0;
    }
    50% {
        left: calc(78% - 35px);
    }
    100% {
        width: 25px;
        height: 25px;
        bottom: 150%;
        left: calc(78% - 55px);
    }
}

@keyframes bubble5 {
    0% {
        width: 25px;
        height: 25px;
        left: calc(50% - 1px);
        bottom: 0;
    }
    50% {
        left: calc(78% - 35px);
    }
    100% {
        width: 25px;
        height: 25px;
        bottom: 150%;
        left: calc(95% - 55px);
    }
}

@keyframes bubble6 {
    0% {
        width: 11px;
        height: 11px;
        left: calc(50% - 1px);
        bottom: 0;
    }
    30% {
        left: 70%;
    }
    100% {
        width: 11px;
        height: 11px;
        bottom: 120%;
        left: calc(35% - 15px);
    }
}

@keyframes bubble7 {
    0% {
        width: 11px;
        height: 11px;
        left: calc(50% - 1px);
        bottom: 0;
    }
    30% {
        left: calc(50% - 8px);
    }
    100% {
        width: 15px;
        height: 15px;
        bottom: 120%;
        left: calc(50% - 3px);
    }
}

@keyframes bubble8 {
    0% {
        width: 5px;
        bottom: 0;
        left: calc(50% - 2px);
        height: 5px;
    }
    100% {
        width: 30px;
        height: 30px;
        bottom: 120%;
        left: calc(35% - 35px);
    }
}

@keyframes bubble10 {
    0% {
        width: 20px;
        bottom: 0;
        left: calc(50% - 2px);
        height: 20px;
    }
    25% {

    }
    100% {
        width: 35px;
        height: 35px;
        bottom: 120%;
        left: calc(50% - 21px);
    }
}

.pro4-view {
    padding-bottom: 20px;
}

/*news-page*/
.news-page {
    background: linear-gradient(180deg, #FFF6F6 0%, #FFF6E9 100%);
}

.bubble-module-1 {
    position: fixed;
    left: -7vw;
    bottom: 10vw;
    width: 30vw;
    z-index: 3;
}

.bubble-module-2 {
    position: fixed;
    /*right:15vw;*/
    right: 0;
    bottom: 0;
    width: 50vw;
    z-index: 3;
}

/*.bubble-module-3{*/
/*    position: fixed;*/
/*    right: -7vw;*/
/*    bottom: -10vw;*/
/*    width: 30vw;*/
/*    z-index: 3;*/
/*}*/
.bubble-module-1 .bubble-module, .bubble-module-3 .bubble-module, .bubble-module-2 .bubble-module {
    width: 100%;
    height: 36vh;
    /*opacity: .45;*/
    /*overflow: hidden;*/
    opacity: .65;
}

/*.bubble-module-1 .icon-bubble-icon,*/
/*.bubble-module-2 .icon-bubble-icon{*/
/*    background: url(../images/icon-bubble1.png) no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
.news-list {
    position: relative;
    z-index: 6;
}

.news-list li {
    width: calc(33.3% - 48px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 75px;
    transition-duration: 1s;
}

.news-list li:nth-child(3n - 1) {
    margin-left: 63px;
    margin-right: 63px;
    transition-delay: .15s;
}

.news-list li:nth-child(3n) {
    transition-delay: .3s;
}

.news-list a {
    display: block;
}

.news-list .line {
    width: 20px;
    height: 3px;
    background: #CB3030;
    transition: all .3s;
}

.news-list a:hover .line {
    width: 0;
}

.news-list a .picture {
    transition: all .6s;
}

.news-list a:hover .picture {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
}

.news-list .date {
    padding: 16px 0;
    font-family: NB Architekt Neue-Normal, NB Architekt Neue;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.4);
}

.news-list .d1 {

}

.news-list .d2 {

}

.news-list .name {
    margin-top: 25px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #180E0C;
    line-height: 1.8;
}

.news-list a:hover .name {
    color: #CB3030;
}

.news-list .bg {
    width: 100%;
    padding-top: 59%;
    animation-delay: .25s;
    position: relative;
    overflow: hidden;
}

.news-list .picture {

    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    transform-origin: center center;
    background: center center no-repeat;
    background-size: cover;
}

.news-more {
    width: 100%;
    font-size: 90px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: rgba(203, 48, 48, 0.3);
    line-height: 105px;
    text-align: center;
    text-transform: capitalize;
}

.news-more span {
    margin-bottom: -50px;
    display: block;
    text-align: center;
}

.news-more .line {
    position: relative;
    width: 100%;
    height: 73px;
    border-bottom: 2px solid rgba(203, 48, 48, 0.3);
    border-radius: 100%;
}

.news-more .line:before {
    width: 30px;
    height: 2px;
    background: #CB3030;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: -15px;
}

.news-more .line:after {
    width: 30px;
    height: 2px;
    background: #CB3030;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -15px;
}

.news-d {
    position: relative;
    border-top: 1px solid rgba(203, 48, 48, 0.3);;
    position: relative;
    z-index: 4;
}

.news-d:before {
    width: 60px;
    height: 3px;
    background: #CB3030;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.news-d:after {
    width: 60px;
    height: 3px;
    background: #CB3030;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.news-d-title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
    padding: 40px 0 45px;
    max-width: 780px;
}

.news-d .date {
    font-family: NB Architekt Neue-Normal, NB Architekt Neue;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.4);
    padding-bottom: 30px;
}

.news-editor {
    border-top: 1px solid rgba(203, 48, 48, 0.3);
    border-bottom: 1px solid rgba(203, 48, 48, 0.3);
    padding: 65px 0;
    position: relative;
}

.news-editor .editor {
    max-width: 1160px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    float: right;
}

.news-page .other {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #180E0C;
    text-align: right;
    margin: 20px 0 0;
}

.news-page .other a {
    padding-left: 5px;
    color: #CB3030;
}

.news-editor .share {
    width: 40px;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .05s;
}

.news-editor .share a {
    width: 40px;
    height: 40px;
    margin-top: 55px;
}

.news-editor .share a.s1 {
    background: url("../images/s1.png");
    background-size: 100%;
}

.news-editor .share a.s2 {
    background: url("../images/s2.png");
    background-size: 100%;
}

.news-editor .share a.s3 {
    background: url("../images/s3.png");
    background-size: 100%;
}

.news-editor .share a.s4 {
    background: url("../images/s4.png");
    background-size: 100%;
}

.news-editor .share a.s1:hover {
    background: url("../images/s1-on.png");
    background-size: 100%;
}

.news-editor .share a.s2:hover {
    background: url("../images/s2-on.png");
    background-size: 100%;
}

.news-editor .share a.s3:hover {
    background: url("../images/s3-on.png");
    background-size: 100%;
}

.news-editor .share a.s4:hover {
    background: url("../images/s4-on.png");
    background-size: 100%;
}

.layout-btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    margin-top: 0;
    cursor: pointer;
}

.layout-btn > span {
    /* padding: 0.25rem 0.4rem; */
    /* color: rgba(255, 255, 255, 0.6); */
}

.layout-btn > span > i {
    font-size: 12px;
}

.layout-btn > span > small > em {
    font-size: 16px;
}

.layout-btn:hover span {
    background-color: #CB3030;
}

.layout-btn:hover i {
    color: #fff;
}

.layout-btn:hover em:before {
    color: #fff;
}

.layout-btn:hover {
    border-color: transparent;
}

.layout-btn:after {
    background-color: transparent;
}

.layout-btn > span > i {
    margin-right: 0.2rem;
    font-size: 0.16rem;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s ease-out;
}

.layout-btn > span > small {
    font-size: 20px;
    color: inherit;
    position: relative;
    overflow: visible;


    z-index: 2;
}

.layout-btn > span > small > em {
    display: inline-block;
    position: relative;


    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    min-width: 6px;


    font-size: 20px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.6);
    line-height: 60px;
    font-style: normal;
}

.layout-btn > span > small > em:before {
    content: attr(data-word);
    display: block;
    position: absolute;
    top: 110%;
    z-index: 3;
    font-size: inherit;
    color: rgba(0, 0, 0, 0);
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.layout-btn > span > small > em:nth-of-type(1) {
    transition-delay: 0s;
}

.layout-btn > span > small > em:nth-of-type(1):before {
    transition-delay: 0s;
}

.layout-btn > span > small > em:nth-of-type(2) {
    transition-delay: 0.03s;
}

.layout-btn > span > small > em:nth-of-type(2):before {
    transition-delay: 0.03s;
}

.layout-btn > span > small > em:nth-of-type(3) {
    transition-delay: 0.06s;
}

.layout-btn > span > small > em:nth-of-type(3):before {
    transition-delay: 0.06s;
}

.layout-btn > span > small > em:nth-of-type(4) {
    transition-delay: 0.09s;
}

.layout-btn > span > small > em:nth-of-type(4):before {
    transition-delay: 0.09s;
}

.layout-btn > span > small > em:nth-of-type(5) {
    transition-delay: 0.12s;
}

.layout-btn > span > small > em:nth-of-type(5):before {
    transition-delay: 0.12s;
}

.layout-btn > span > small > em:nth-of-type(6) {
    transition-delay: 0.15s;
}

.layout-btn > span > small > em:nth-of-type(6):before {
    transition-delay: 0.15s;
}

.layout-btn > span > small > em:nth-of-type(7) {
    transition-delay: 0.18s;
}

.layout-btn > span > small > em:nth-of-type(7):before {
    transition-delay: 0.18s;
}

.layout-btn > span > small > em:nth-of-type(8) {
    transition-delay: 0.21s;
}

.layout-btn > span > small > em:nth-of-type(8):before {
    transition-delay: 0.21s;
}

.layout-btn > span > small > em:nth-of-type(9) {
    transition-delay: 0.24s;
}

.layout-btn > span > small > em:nth-of-type(9):before {
    transition-delay: 0.24s;
}

.layout-btn > span > small > em:nth-of-type(10) {
    transition-delay: 0.27s;
}

.layout-btn > span > small > em:nth-of-type(10):before {
    transition-delay: 0.27s;
}

.layout-btn:hover i {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
}

.layout-btn:hover em {
    transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    color: rgba(0, 0, 0, 0);
}

.layout-btn:hover > small > em:before {
    color: #FFFFFF;
}

/* æŒ‰é’® */
.layout-btn {
    display: inline-block;
    position: relative;

    overflow: hidden;

    border-radius: 53px 53px 53px 53px;
    opacity: 1;
    border: 1px solid rgba(24, 14, 12, 0.6);
    cursor: pointer;
    width: 165px;
    line-height: 60px;
    text-align: center;
}

.layout-btn:hover:after {
    content: "";
    background-color: #CB3030;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.layout-btn img {
    margin: -5px 5px 0 0;
    position: relative;
    z-index: 8
}

.layout-btn img:nth-child(2) {
    display: none;
}

.layout-btn:hover img:nth-child(1) {
    display: none;
}

.layout-btn:hover img:nth-child(2) {
    display: inline-block;
}

.layout-btn span {
    display: block;
}

@media screen and (orientation: landscape) {
    .layout-btn {
        transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out;
    }

    .layout-btn:after {
        -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

.video-d-container {
    font-family: 'Poppins-Regular';

}

.video-d-container .video-d-top {

}

.video-d-container .title {

    align-items: end;
}

.video-d-container .title .name {
    width: calc(100% - 300px);
    font-weight: bold;
}

.video-d-container .title .line {
    width: 100%;
    height: 1px;
    background: rgba(203, 48, 48, 0.3);
    margin: 14px 0;
}

.video-d-container .title .loc {

    color: rgba(24, 14, 12, 0.6);
}

.video-d-container .title .type {
    width: calc(100% - 300px);
}

.video-d-container .title .date {

    color: rgba(24, 14, 12, 0.6);
}

.video-d-center {
    padding: 75px 0 65px;
}

.video-d-center .lans {
    align-content: start;
}

.video-d-center .item {
    width: 45%;
    /* font-family: Arial-Regular, Arial; */
    font-weight: 400;
    color: #000000;
}

.video-d-center .pro2-view {
    height: 620px;
    margin: 50px 0;
    background-attachment: inherit;
}

.video-d-center .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.v-d-picture a {
    display: block;
}

.v-d-picture li {
    width: calc(50% - 25px);
}

.video-d-center .other {border-top: 1px solid rgba(203, 48, 48, 0.3);margin: 50px 0 0;padding: 20px 0 0;/* font-family: Arial-Regular, Arial; */font-weight: 400;color: #180E0C;text-align: right;}

.video-d-center .other a {
    padding-left: 5px;
    color: #CB3030;
}

.about1 {
    padding: 12vh 0 24vh;
    background: url("../images/bg-radio.png") center bottom no-repeat;
    background-size: cover !important;
}

.about1 .pic {
    position: absolute;
    background: url("../images/bg.jpg") center center no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    top: 35%;
    transition: all .5s;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about1 .pic:after {
    content: '';
    position: absolute;
    background: url("../images/bg.png") center center no-repeat;
    background-size: 100% !important;
    top: -2.5%;
    left: -2.5%;
    height: 105%;
    width: 105%;
    opacity: 0;
    transition: all .2s;
}

.about1 .pic.skrollable-after:after {
    opacity: 1;
}

.about1 .lans {
    opacity: 0;
    transition: all .55s;
    width: 50%;
}

.about1 .lans.ani {
    opacity: 1;
}

.about1 .tips {
    padding: 20px 0 40px;
}

.about2 {
    background: #FFFFFF;
}

.about2 .title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #000000;

}

.about2 .time-line {
    width: 150px;
    padding: 80px 0;
}

.about2 .time-line .swiper-container {
    padding: 10px 0 0;
}

.about2 .time-line .line {
    width: 69px;
    height: 3px;
    background: rgba(24, 14, 12, 0.1);
    margin-top: 32px;
    transition: all .2s;

}

.about2 .time-line .swiper-slide {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 0px;
    cursor: default;
    height: 50px !important;
}

.about2 .time-line .swiper-slide:hover .line {
    background: #CB3030;
}

.about2 .time-line .swiper-slide.active .line {
    width: 50px;
    background: #CB3030;
}

.about2 .time-line .swiper-slide.activebefore .line, .about2 .time-line .swiper-slide.active + .swiper-slide .line, .about2 .time-line .swiper-slide.active + .swiper-slide + .swiper-slide .line {
    width: 50px;
}

.about2 .time-line .swiper-slide.activebefore .y, .about2 .time-line .swiper-slide.active + .swiper-slide .y, .about2 .time-line .swiper-slide.active + .swiper-slide + .swiper-slide .y {
    display: none;
}

.about2 .time-line .swiper-slide.active .y, .about2 .time-line .swiper-slide.active:hover .y {
    position: absolute;
    background: url("../images/icon-msg.png");
    width: 47px;
    line-height: 40px;
    height: 44px;
    bottom: 4px;
    left: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-family: DIN;
    text-align: center;
}

.about2 .time-line .y {
    font-size: 28px;
    font-family: DIN;
    line-height: 1;
    font-weight: bold;
    color: rgba(24, 14, 12, 0.2);

    margin-top: 18px;
}

.about2 .time-line .swiper-slide:hover .y {
    color: #CB3030;
}

.about2 .left {
    width: 650px;
    box-sizing: border-box;
    padding-left: 110px;
    padding-right: 50px;
}

.about2 .year span {

    font-size: 110px;
    font-family: DIN;
    letter-spacing: -3px;
    font-weight: bold;
    color: #CB3030;
    line-height: 1;
}

.about2 .year .button-sum {

}

.about2 .year .button-sum a {
    width: 70px;
    padding-top: 70px;
    background: url("../images/icon-prev.png");
    background-size: 100% 100%;
}

.about2 .year .button-sum a.next {
    transform: rotate(180deg);
    margin-left: 30px;
}

.about2 .year .button-sum a:hover {
    background-image: url("../images/icon-prev-on.png");
}

.about2 .right {
    width: calc(100% - 650px);
}

.about2 .item {
    height: 1000px;
    background: #FFFFFF;
}

.about2 .event {
    position: relative;
    width: calc(100% - 180px);
}

.about2 .event .mother {
    font-size: 70px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: rgba(203, 48, 48, 0.1);
    line-height: 82px;
    left: 7%;
    position: absolute;
    top: 5%;

}

.about2 .event .tings {
    position: absolute;
    bottom: 6%;
    left: 7%;
    width: 84%;
}

.about2 .event .e1 {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 28px;
    color: #180E0C;

}

.about2 .event .e2 {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.8);
    margin: 13px 0 30px 0;
    min-height: 198px;

}

.about2 .event .e3 {
    border-radius: 5px;
    overflow: hidden;
}

.about2 .years {
    height: 1000px;
    background: linear-gradient(180deg, rgba(203, 48, 48, 0) 1%, rgba(203, 48, 48, 0) 10%, rgba(203, 48, 48, 0.25) 100%);
    font-size: 58px;
    font-family: DIN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 105px;
    text-shadow: 0 4px 5px #F3CDCD;
    width: 180px;
    position: relative;
}

.about2 .years span {
    position: absolute;
    bottom: 12%;
    width: 100%;
    z-index: 1;
    text-align: center;

}

/*footer-container*/
.footer-container {
    background: linear-gradient(180deg, #F8C5BD 0%, #FFE1B4 100%);
    position: relative;
    z-index: 5;
}

.footer-container .logo {
    padding: 65px 0;
    width: 250px;
    margin: auto;
}

.footer-container .code {
    width: 720px;
    margin: auto;
    padding-bottom: 60px;
}

.footer-container .code li {
    width: 110px;
}

.footer-container .code .pictrue {
    border-radius: 5px;
    overflow: hidden;
}

.footer-container .code .icon {
    display: inline-block;
    width: 20px;
    margin-top: 5px;
    vertical-align: top;

}

.footer-container .lans {
    text-align: center;
    margin-top: 10px;
}

.footer-container .code .name {
    display: inline-block;
    font-size: 18px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.4);
    width: auto;
    vertical-align: top;
    /*padding-left: 2px;*/
    text-align: center;
    width: 100%;
}

.footer-container .code .icon img:nth-child(2) {
    display: none;
}

.footer-container .code .icon img:nth-child(1) {
    display: block;
}

.footer-container .code a:hover .icon img:nth-child(2) {
    display: block;
}

.footer-container .code a:hover .icon img:nth-child(1) {
    display: none;
}

.footer-container .code a:hover .name {
    color: rgba(203, 48, 48, 0.4);
}

.footer-bottom {
    border-top: 1px solid #FFFFFF;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
}

.footer-bottom a.a1 {
    color: rgba(24, 14, 12, 0.2);
}

.footer-bottom a.a2 {
    margin-left: 20px;
    color: rgba(24, 14, 12, 0.2);
}

.contact-container1 {
    border-radius: 50px 50px 0 0;
    position: relative;
    overflow: hidden;
}

.border-page-container.animation .contact-container1 {

    border-radius: 0;
}

#map {
    position: relative;
    z-index: 0;
    height: 90vh;
    min-width: 500px;
}

.contact-container1 .contact-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(203, 48, 48, 0.2);
    padding: 100px 7% 100px 5%;
    box-sizing: border-box;
}

.contact-container1 .title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #180E0C;
}

.contact-list {
    position: relative;
    padding: 60px 0 30px;
    margin: 60px 0;
}

.contact-list:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/icon-line1.png");
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/icon-line.png");
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-list li {
    background: url("../images/icon-loc.png") top left no-repeat;
    padding-left: 100px;
    margin-bottom: 50px;
}

.contact-list li:nth-child(1) {
    background-image: url("../images/icon-loc.png");

}

.contact-list li:nth-child(2) {
    background-image: url("../images/icon-call.png");

}

.contact-list li:nth-child(3) {
    background-image: url("../images/icon-email.png");

}

.contact-container1 .c-title {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.6);
}

.contact-list .c-desc {

    /* font-size: 24px; */
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #000000;
}

/*.amap-labels, .amap-layer {*/
/*    -webkit-filter: grayscale(100%); !* Chrome, Safari, Opera *!*/
/*    filter: grayscale(100%);*/
/*}*/
.share-contact {

}

.share-contact .icon-list {
    width: 200px;
    background: #FFFFFF;
}

.share-contact a {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000000;
    border: 1px solid #eeeeee;
    border-left: 0;
    transition: all .3s;
}

.share-contact a:first-child {
    border-left: 1px solid #eeeeee;
}

.share-contact a:hover {
    color: #FFFFFF;
    background: #CB3030;
}

.share-contact span {
    display: block;
    font-size: 20px;
    line-height: 50px;
}

.contact-container2 {

    background: linear-gradient(180deg, #FBFDFF 0%, #FFDED3 100%);
    padding: 60px 0;
    position: relative;
    z-index: 7;
}

.contact-container2 .title {
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #180E0C;
    text-align: center;

}

.contact-container2 .desc {
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #180E0C;
    text-align: center;
    padding: 25px 0;

}

.contact-container2 .desc-list {
    margin: 20px 0 40px;
    background: url("../images/icon-glogal.png") 40px center rgba(255, 255, 255, 0.25) no-repeat;
    box-shadow: 0 8px 4px 1px #FDD9CD;
    background-size: 80px 80px;
    border-radius: 16px 16px 16px 16px;
    border: 2px solid;
    border-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4)) 2 2;
    padding-left: 160px;
    box-sizing: border-box;
}

.contact-container2 .desc-list li {
    padding: 50px 0;
}

.contact-container2 .desc-list .name {
    color: #CB3030;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    line-height: 38px;
}

.contact-container2 .desc-list .name-desc {
    font-size: 18px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.8);
    line-height: 21px;
}

.contact-container2 .map-many-dian {
    position: relative;
    width: 1600px;
    z-index: 6;
}

.map-many-dian li {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    z-index: 2;
}

.map-many-dian li:nth-child(1) {
    top: 35%;
    left: 17%;
}

.map-many-dian li:nth-child(2) {
    bottom: 11%;
    left: 25%;
}

.map-many-dian li:nth-child(3) {bottom: 19%;left: 25%;}

.map-many-dian li:nth-child(4) {
    top: 28%;
    left: 49%;
}

.map-many-dian li:nth-child(5) {
    top: 37%;
    left: 45.5%;
}

.map-many-dian li:nth-child(6) {
    top: 33.5%;
    left: 48%;
}

.map-many-dian li:nth-child(7) {
    top: 22%;
    left: 70%;
}

.map-many-dian li:nth-child(8) {
    top: 37%;
    left: 68%;
}

.map-many-dian li:nth-child(9) {
    top: 51%;
    left: 74%;
}

.map-many-dian li:nth-child(10) {
    top: 55%;
    left: 72%;
}

.map-many-dian li:nth-child(11) {
    top: 58%;
    left: 73%;
}

.map-many-dian li:nth-child(12) {
    top: 57%;
    left: 75.5%;
}

.map-many-dian li:nth-child(13) {
    top: 62%;
    left: 75%;
}

.map-many-dian li:nth-child(14) {
    top: 63%;
    left: 77%;
}

.map-many-dian li:nth-child(15) {
    top: 64%;
    left: 79%;
}

.map-many-dian li:nth-child(16) {
    top: 67%;
    left: 77.5%;
}

.map-many-dian li:nth-child(17) {
    top: 72%;
    left: 76%;
}

.map-many-dian li:nth-child(18) {
    top: 60%;
    left: 83%;
}

.map-many-dian li:nth-child(19) {
    top: 80%;
    left: 91%;
}

.map-many-dian li:nth-child(20) {
    top: 52%;
    left: 78.5%;
}

.map-many-dian li:nth-child(21) {
    top: 52%;
    left: 78.5%;
}
.map-many-dian li:nth-child(22) {
    top: 53%;
    left: 81.5%;
}

.map-many-dian .item {
    position: relative;
    z-index: 4;
}

.map-many-dian .dian {
    width: 20px;
    padding-bottom: 30px;
}

.map-many-dian li:hover {
    z-index: 8;
}

.map-many-dian li:hover .content {
    display: block;
}

.map-many-dian .content {
    margin: 0 0 0 -30px;
    display: none;
    position: absolute;
    z-index: 6;
    top: 37px;
}

.map-many-dian .content .wrapper {
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
    width: 342px;
    background: rgba(253, 241, 239, 0.78);
    border: 1px solid;
    position: relative;
    border-color: rgba(212, 85, 45, 0.49);
    border-radius: 5px;
    z-index: 4;
}

.map-many-dian .show .content .wrapper {
    background: #FFFFFF;
}

.map-many-dian .content .wrapper:before {
    background: url("../images/icon-jiao1.png");
    width: 17px;
    height: 9px;
    content: '';
    left: 31px;
    display: block;
    position: absolute;
    top: -8px;
}

.map-many-dian .show .content .wrapper:before {
    background: url("../images/icon-jiao.png");
}

.map-many-dian .add {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
}

.map-many-dian .name {
    font-family: Poppins-Medium, Poppins;
    font-weight: 500;
    color: #180E0C;
    padding-bottom: 10px;
    width: 100%;
}

.map-many-dian .bottom {
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: rgba(24, 14, 12, 0.8);
    padding: 18px 0;
    display: none;
    border-top: 1px solid rgba(203, 48, 48, 0.1);
}

.map-many-dian .show .bottom {
    display: block;
}

.map-many-dian .bottom img {
    margin-top: 5px;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .3s;
}

.header.on {
    background: #FFFFFF;
}

.header .logo {
    width: 170px;
}


.header .logo img:nth-child(2) {
    display: none;
}

.header .logo img:nth-child(1) {
    display: block;
}

.header.on .logo img:nth-child(2) {
    display: block;
}

.header.on .logo img:nth-child(1) {
    display: none;
}

.header .box {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.header .box.border {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header .nav {

}

.header .nav li {
    display: inline-block;
}

.header .nav .item {
    font-size: 18px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    padding: 30px 2vw;

}

.header.on .nav .item {
    color: rgba(24, 14, 12, 0.8);

}

.header.on .nav .item.on, .header .nav .item.on {
    color: #CB3030;
}

.header .nav .nav-item {
    position: absolute;
    padding: 45px 0 50px;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    display: none;
    max-height: 280px;
}

.header .nav .nav-item .swiper-container {
    width: 91.5%;
    margin-left: 8.5%;
}

.header .nav .nav-item a {
    color: #222222;
}

.header .nav .nav-item a:hover .name {
    color: #CB3030;
}

.header .nav .nav-item .name {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(24, 14, 12, 0.8);
}

.header .nav .nav-item .picture {

}

.index-video {
    width: 100%;
    display: block;
}

.bg-swiper {

}

.bg-swiper .swiper-slide {
    position: relative;
}

.bg-swiper .bg {
    width: 100%;
    padding-top: 90vh;
    background: center center no-repeat;
    background-size: cover;
}

.bg-swiper .text-sum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 970px;
    text-align: center;
}

.bg-swiper .text-sum.black * {
    color: #222222;
}

.bg-swiper .icon-radius {
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("../images/quan.png");
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transition: all 1s;
}

.bg-swiper:hover .icon-radius {
    width: 75vw;
    height: 75vw;
}

/*.bg-swiper .icon-radius:after{*/
/*    content:'';*/
/*    background:url('../images/icon-radius.png');*/
/*    position: absolute;*/
/*    background-size:100% 100%;*/
/*    width: calc(100% + 26px);*/
/*    height: calc(100% + 26px);*/
/*    top: -13px;left: -13px;*/
/*}*/
/*.bg-swiper .icon-radius:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    transform: translate(-50%, -50%);*/
/*    box-sizing: border-box;*/
/*    border-radius: 50%;*/
/*    width: 110%;*/
/*    height: 110%;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    border: 100px solid;*/
/*    border-image: linear-gradient(180deg, rgba(170, 229, 251, 0.38) 0%,rgba(8, 128, 215, 0.38) 100%);;*/
/*}*/

.bg-swiper .title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
}

.bg-swiper .desc {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #FFFFFF;
    padding: 20px 0 75px;
}

.bg-swiper .button {
    width: 130px;
    line-height: 44px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: background-color .8s;
}

.bg-swiper .button:hover {
    border-color: transparent;
}

.bg-swiper .layout-btn > span > small > em {
    color: #FFFFFF;
}

.pro-swiper-list {
    text-align: center;
    padding: 10px 5% 50px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.pro-swiper-list .swiper-slide:hover  img{
    transform:scale(1.04)
}
.pro-swiper-list .picture {
    position: relative;
    padding-top: 49px;
}

.pro-swiper-list .picture img {
    position: relative;
    z-index: 4;
}

.pro-swiper-list .radio {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all .3s;
    left: calc(50% - 9px);
    top: 45px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(88, 207, 218, 0.2) 100%);
}

.pro-swiper-list .zero:after {
    content: attr(data-text);
    width: 76px;
    height: 76px;
    background: url("../images/pao.png");
    background-size: 100% 100%;
    font-size: 14px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 76px;
    text-align: center;
    padding-left: 5px;
    display: block;
    position: absolute;
    top: -7px;
    right: 30px;
}

.pro-swiper-list a:hover .radio, .pro-swiper-list a.on .radio {
    opacity: 1;
    width: 88px;
    height: 88px;
    top: 18px;
    left: calc(50% - 44px);
}

.pro-swiper-list .text {
    display: block;
    margin-top: 5px;
}

.pro-swiper-list .swiper-pagination {
    display: none;
}
.footer-fixed{
    width: 80px;
    position: fixed;
    top: 70vh;
    right:40px;
    z-index: 100;
}
.footer-fixed a{
    display: block;
    margin-top: 10px;
}
#go_top{
    display: none;
}
@media screen and (max-width: 1860px) {
    .contact-container2 .map-many-dian {
        zoom: .9;
    }
}

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

    .font60 {
        font-size: 50px;
        line-height: 1.2;
    }

    .font50 {
        font-size: 40px;
    }

    .font48 {
        font-size: 37px;
    }

    .font40 {
        font-size: 30px;
    }

    .font38 {
        font-size: 28px;
    }

    .font32, .font30 {
        font-size: 25px;
    }

    .font26 {
        font-size: 22px;
    }

    .font24 {
        font-size: 20px;
    }

    .font22 {
        font-size: 18px;
    }

    .font20 {
        font-size: 17px;
    }

    .footer-fixed{
        width: 60px;
        top: 80vh;
        right:30px;
    }
    .contact-list {
        position: relative;
        padding: 40px 0 10px;
        margin: 30px 0;
    }

    .news-more {
        font-size: 60px;
        line-height: 1.2;
    }

    .news-more span {
        margin-bottom: -30px;
    }

    .news-more span img {
        width: 40px;
    }

    .contact-container2 .map-many-dian {
        zoom: .75;
    }

    .footer-bottom {
        padding: 10px 0;
        font-size: 16px;
    }


    .contact-list li {
        margin-bottom: 10px;
        padding: 0 0 10px 62px;
        width: 100%;
        background-size: 50px auto;
    }

    .about2 .left {
        width: 500px;
        padding-left: 5%;
        padding-right: 3%;
    }

    .about2 .year span {
        font-size: 90px;
    }

    .about2 .right {
        width: calc(100% - 500px);
    }

    .about2 .item, .about2 .event, .about2 .years {
        height: 800px;
    }

    .about2 .years {
        font-size: 32px;
        line-height: 80px;
        width: 100px;
    }

    .about2 .event {
        width: calc(100% - 100px);
    }

    .about2 .time-line {
        padding: 25px 0;
    }

    .about2 .event .mother {
        font-size: 55px;
    }

    .about2 .year .button-sum a {
        width: 50px;
        padding-top: 50px;
    }

    .about2 .year .button-sum a.next {
        margin-left: 20px;
    }


    .header .nav .item {
        font-size: 15px;
        padding: 20px 1.4vw;
    }

    .header .logo {
        width: 130px;
    }

    .video-d-center .pro2-view {
        height: 550px;
        margin: 30px 0;
        background-attachment: inherit;
    }

    .v-d-picture li {
        width: calc(50% - 15px);
    }

    .video-d-center .other {
        margin: 35px 0 0;
        padding: 12px 0 0;
    }

    .news-editor .editor {
        max-width: 960px;
    }

    .news-d-title {
        padding: 30px 0 35px;
    }

    /* æŒ‰é’® */
    .layout-btn {
        width: 135px;
        line-height: 40px;
    }

    .layout-btn > span > small > em {
        font-size: 16px;
        line-height: 40px;
    }

    .news-editor {
        padding: 45px 0;
    }

    .news-editor .share a {
        width: 35px;
        height: 35px;
        margin-top: 35px;
    }

    .news-list li {
        width: calc(33.3% - 30px);
        margin: 0 0 50px;
    }

    .news-list li:nth-child(3n - 1) {
        margin-left: 42px;
        margin-right: 42px;
    }

    .news-list .name {
        margin-top: 15px;
    }

    .pro2-view {
        height: 600px;
        overflow: hidden;
    }

    .pro2-view .play {
        width: 60px;
    }

    .pro1-view {
        padding-bottom: 75px;
    }

    .pro1-view .right {
        width: 300px;
    }

    .pro1-view .left {
        width: calc(100% - 400px);
        padding: 30px 0;
    }

    .pro1-view .c-title {
        padding-bottom: 30px;
    }

    .pro1-view .more-learn {
        width: 100px;
    }

    .pro1-view .c-tips {
        padding: 50px 0 40px;
    }

    .pro3-view .left {
        padding-top: 50px;
    }

    .pro3-view .c-editor1 {
        padding: 0 7% 40px 0;
        margin-bottom: 45px;

    }

    .pro3-view .c-editor2 {
        padding-right: 7%;
        line-height: 1.2;

    }

    .border-page-container {
        border-radius: 50px 50px 0 0;
        margin-top: -50px;
        padding: 60px 0;
    }

    .border-page-container.animation {
        margin-top: -30px;
    }

    .video-list .desc {
        width: calc(100% - 160px);
    }

    .video-list .tips {
        padding: 3px 0 15px;
    }

    .video-list .bg {
        margin-top: 25px;
    }

    .video-list li {
        width: calc(50% - 37px);
        padding: 0 0 75px;
    }

    .video-list li:nth-child(even) {
        margin-left: 70px;
        padding: 75px 0 0;
    }

    .pro3-view {
        padding-bottom: 25px;
    }
}

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

    .contact-container2 .map-many-dian {
        zoom: .62;
    }

    .news-editor .editor {
        max-width: 900px;
    }

    .video-d-center .pro2-view {
        height: 450px;
    }

}

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

    .footer-fixed{
        width: 45px;
        top: 80vh;
        right:20px;
    }
    .pro2-view .video-bg {
        position: static;

    }

    .contact-container2 .desc-list {
        margin: 10px 0 10px;
        background: url("../images/icon-glogal.png") 10px 30px rgba(255, 255, 255, 0.25) no-repeat;
        box-shadow: 0 8px 4px 1px #FDD9CD;
        background-size: 40px 40px;
        border-radius: 16px 16px 16px 16px;
        padding: 10px 20px 10px 70px;
    }

    .contact-container2 .desc-list li {
        padding: 10px 0;
    }

    .contact-container2 .desc-list .name-desc {
        font-size: 14px;
        line-height: 1.2;
    }

    .bg-swiper .bg {
        height: 500px;
        padding-top: 0;
    }

    .pro-swiper-list .picture img {
        width: 35px;
    }


    .bg-swiper .desc {
        padding: 10px 0 45px;
    }

    .bg-swiper .text-sum {
        width: 90%;
    }

    .pro-swiper-list a:hover .radio, .pro-swiper-list a.on .radio {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: 0;
    }

    .pro-swiper-list .zero:after {
        zoom: .5;
    }

    .pro-swiper-list .picture {
        padding-top: 20px
    }

    .pro-swiper-list .radius {
        top: 0
    }

    .pro-swiper-list {
        padding: 5px 5% 25px;
        position: relative;
    }

    .pro-swiper-list .swiper-pagination {
        width: 90%;
        display: block;
    }

    .iphone-media {
        display: block !important;
    }

    .pc-media {
        display: none !important;
    }

    .font60 {
        font-size: 40px;
    }

    .font50 {
        font-size: 32px;
    }

    .font48 {
        font-size: 28px;
    }

    .font48 {
        font-size: 26px;
    }

    .font40 {
        font-size: 24px;
    }

    .font38 {
        font-size: 22px;
    }


    .font32, .font30 {
        font-size: 20px;
    }

    .font26 {
        font-size: 18px;
    }

    .font24 {
        font-size: 17px;
    }

    .font22 {
        font-size: 15px;
    }

    .news-more {
        font-size: 45px;
    }

    .news-more span img {
        width: 40px;
    }

    .footer-bottom {
        font-size: 13px;
    }

    .contact-list {
        padding: 30px 0 10px;
        margin: 30px 0;
    }

    #map {
        z-index: -1;
        height: 320px;
    }

    .contact-container1 .contact-wrapper {
        width: 100%;
        position: static;
        border-radius: 20px;
        padding: 50px 5%;
    }

    .contact-container2 .map-many-dian {
        zoom: .45;
        margin: auto;
    }

    .font20 {
        font-size: 14px;
    }

    .about1 .lans {
        width: 100%;
        opacity: 1;
    }

    .about1 .pic {
        opacity: 0;
    }

    .about2 .time-line {
        display: none;
    }

    .about1 {
        min-height: 0;
        padding: 30px 0;
    }

    .about2 .left {
        width: 100%;
        padding: 5%;
    }

    .about2 .right {
        width: 100%;
    }

    .about2 .event .mother {
        font-size: 27px;
    }

    .about2 .event .e1 {
        font-size: 22px;
    }

    .about2 .year span {
        font-size: 48px;
    }

    .about2 .event .e2 {
        min-height: auto;
    }

    .about2 .item, .about2 .event, .about2 .years {
        height: 500px;
    }

    .header .nav .nav-item {
        position: static;
        max-height: initial;
        padding: 15px 0;
    }

    .header .nav .nav-item a {
        width: 45%;
        display: inline-block;
        padding: 5px calc(2.5% - 2px);
    }

    .header .nav .nav-item .name {
        font-size: 14px;
        padding: 7px 0 2px;
        line-height: 1;
    }

    .footer-container .logo {
        padding: 35px 0;
        width: 150px;
        margin: auto;
    }

    .footer-container .code {
        display: none;
    }

    .header .logo {
        width: 100px;
    }

    .header .box.border {
        border: 0;
    }

    .header .nav {
        display: none;
    }

    .header {
        background: #FFFFFF;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .header .logo img:nth-child(2) {
        display: block;
    }

    .header .logo img:nth-child(1) {
        display: none;
    }

    .header .menu.active span:nth-child(2) {
        opacity: 0;
    }

    .header .menu.active span:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -12px;
    }

    .header .menu.active span:nth-child(3) {
        transform: rotate(-45deg);
        width: 15px;
        margin-left: 0;
    }

    .header .menu span:nth-child(1) {
        width: 15px;
    }

    .header .menu span:nth-child(2) {
        width: 12px;
        margin: 4px 0 4px 3px;
    }

    .header .menu span:nth-child(3) {
        width: 9px;
        margin-left: 6px;
    }

    .header .menu span {
        background: #010101;
        display: block;
        height: 2px;
        transition: all .4s ease-in-out;

    }

    .header .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
        background: #FFFFFF;
        box-sizing: border-box;
        padding: 0 5%;
        min-height: calc(100vh - 68px);
    }

    .header .nav .item {
        border-bottom: 1px solid #eeeeee;
        color: #222222;
        padding: 18px 0;
    }

    .header .nav li {
        display: block;
    }

    .header .nav li a {
        display: block;
    }

    .box {
        width: 91%;
    }

    .header .nav .item.item-more {
        position: relative;
    }

    .header .nav .item.item-more:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        display: block;
        right: 5vw;
        transform: rotate(45deg);
        top: 25px;
    }

    .video-d-center .pro2-view {
        height: 320px;
        margin: 15px 0;
    }


    .video-d-center {
        padding: 35px 0 25px;
    }

    .video-d-container .title .type, .video-d-container .title .name {
        width: calc(100% - 120px);
    }

    .v-d-picture li, .video-d-center .item {
        width: 100%;
        margin: 0 0 20px;
    }

    .video-d-center .other {
        margin: 0;
        padding: 8px 0 0;
    }

    .new-d-top {
        position: relative;
    }

    .layout-btn {
        zoom: .7;
        position: absolute;
        bottom: -20px;
        right: 0;
    }

    .bg-swiper .button {
        /* position: static; */
        left: calc(50% - 65px);

    }

    .news-editor {
        padding: 25px 0;
    }

    .news-page .other, .video-d-center .other {
        text-align: left;
    }

    .news-editor .share {
        position: static;
        width: 100%;
    }

    .news-editor .share a {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .news-list li, .news-list li:nth-child(3n - 1) {
        width: 48%;
        margin: 0 0 30px;
    }

    .news-list li:nth-child(even) {
        margin-left: calc(4% - 4px);
    }

    .news-list .name {
        margin-top: 5px;
    }

    .news-list .date {
        padding: 8px 0;
    }

    .bubble-module-2, .bubble-module-1 {
        zoom: .5;
    }

    .pro3-view {
        padding-bottom: 0;
    }

    .pro1-view .left, .pro1-view .right {
        width: 100%;

    }

    .border-page-container {
        border-radius: 30px 30px 0 0;
        margin-top: -30px;
        padding: 40px 0;
    }

    .border-page-container.animation {
        margin-top: -10px;
    }

    .video-list .desc {
        width: calc(100% - 100px);
    }

    .video-list .tips {
        padding: 0 0 8px;
    }

    .video-list .bg {
        margin-top: 20px;
    }

    .video-list li {
        width: calc(50% - 20px);
        padding: 0 0 45px;
    }

    .video-list li:nth-child(even) {
        margin-left: 36px;
        padding: 45px 0 0;
    }

    .inside-banner {
        height: 600px;
        min-height: 600px;
        max-height: 600px;
    }

}

@media screen and (max-width: 768px) {
    .box {
        width: 91%;
    }

    .font60 {
        font-size: 28px;
    }

    .font50 {
        font-size: 24px;
    }

    .font48 {
        font-size: 22px;
    }


    .font40 {
        font-size: 19px;
    }

    .font38 {
        font-size: 18px;
    }

    .font32, .font30 {
        font-size: 17px;
    }

    .font26 {
        font-size: 15px;
    }

    .font24 {
        font-size: 14px;
    }

    .font22 {
        font-size: 13px;
    }

    .font20 {
        font-size: 12px;
    }

    .bg-swiper .bg {
        height: 320px;
    }

    .news-more {
        font-size: 32px;
    }

    .news-more span {
        margin-bottom: -50px;
    }

    .news-more span img {
        width: 25px;
    }

    .contact-container2 .map-many-dian {
        zoom: .2;
        margin: auto;
    }

    .map-many-dian .content {
        zoom: 2;
        top: 20px;
        zoom: .9;
    }

    .map-many-dian .name {
        font-size: 36px;
    }

    .map-many-dian .bottom {
        font-size: 19px;
    }

    .video-d-center .pro2-view {
        height: 200px;
    }

    .inside-banner {
        height: 320px;
        min-height: 320px;
        max-height: 320px;
    }

    .video-list li, .video-list li:nth-child(even) {
        margin-left: 0;
        padding: 0 0 40px;
        width: 100%;
    }

    .pro1-view .left {
        padding-top: 15px;
    }

    .pro1-view .c-title {
        padding-bottom: 12px;
    }

    .pro1-view .more-learn {
        width: 50px;
    }

    .pro1-view .c-tips {
        padding: 15px 0 10px;
    }

    .pro2-view .content {
        padding: 40px 0;
    }

    .pro2-view .wrapper-flex-wrap {
        margin: 14px 0;
        padding: 14px 0;
    }

    .pro2-view .play {
        width: 32px;
    }

    .pro2-view {
        max-height: 320px;
        height: 65vh;
        background-size: cover;
    }

    .pro1-view .content {
        width: 100%;
    }

    .pro3-view .left {
        padding-top: 30px;
    }

    .pro3-view .left .title {
        padding-bottom: 15px;
    }

    .pro3-view .c-editor1 {
        padding-bottom: 10px;
        margin-top: 10px;
        padding-right: 0;
    }

    .pro3-view .c-editor2 {
        padding-right: 0;
    }

    .bubble-module {
        height: 200px;
        margin-top: -100px;
    }
}

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-user-modify:read-write-plaintext-only;*/
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}