@import "../font/iconfont.css";
html {
    font-family: "Microsoft YaHei", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 5.20833333vw;
    line-height: 1.5;
}
html,
body {
    overflow-x: hidden;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}
object {
    pointer-events: none;
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
body,
dl,
dd {
    margin: 0;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
textarea {
    overflow: auto;
}
table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
.ul li,
.ul,
.ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.body,
.section,
.main,
.touch,
.container,
.add-abs,
.content {
    position: relative;
}
.clear:after {
    clear: both;
}
[class^='tran'],
[class*=' tran'] {
    transition-timing-function: linear;
    transition-property: all;
}
.tran1 {
    transition-duration: 0.1s;
}
a,
.fade,
.touch .default {
    transition: all 0.4s ease;
}
.tran2 {
    transition-duration: 0.2s;
}
.tran4 {
    transition-duration: 0.4s;
}
.tran6 {
    transition-duration: 0.6s;
}
[class^='ell'],
[class*=' ell'] {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ell {
    white-space: nowrap;
}
.ell-more {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
[class^='item-'],
[class*=' item-'] {
    display: inline-block;
}
.item-m {
    vertical-align: middle;
}
.item-t {
    vertical-align: top;
}
.item-b {
    vertical-align: bottom;
}
.contain,
.cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.fill {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
[v-cloak],
.none {
    display: none;
}
a,
canvas,
svg,
.clear:after,
.square:after,
.add:after,
.add:before,
.add-abs:after,
.add-abs:before,
.block {
    display: block;
}
.col-item,
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear:after,
.square:after,
.add-abs:after,
.add-abs:before,
.add:after,
.add:before {
    content: "";
}
.fill,
.abs,
.abs-center,
.add-abs:after,
.add-abs:before {
    position: absolute;
}
.abs-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.fade-leave-to,
.fade-enter,
.fade {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.fade-enter-to,
.fade-leave,
.fade-active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.cc {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}
.square:after {
    padding-top: 100%;
}
[class^='flex'],
[class*=' flex'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-hoz-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex-hoz-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-balance,
.flex-row-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-gather,
.flex-row-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-hoz-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-wrap {
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 800px) {
    .hide-mob {
        display: none;
    }
}
@media (min-width: 801px) {
    .hide-pc {
        display: none;
    }
}
.touch.active .default,
.touch.swiper-slide-active .default,
.touch:hover .default {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.touch.active .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.oppress {
    overflow: hidden;
}
.oppress img,
.oppress .cover,
.oppress .contain {
    transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover,
.oppress:hover .contain {
    transform: scale(1.1);
}
.clip {
    overflow: hidden;
}
.box-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.title {
    font-weight: bold;
}
.pa,
.pt {
    padding-top: 1rem;
}
@media (max-width: 920px) {
    .pa,
    .pt {
        padding-top: 48px;
    }
}
.pt,
.pb {
    padding-bottom: 1rem;
}
@media (max-width: 920px) {
    .pt,
    .pb {
        padding-bottom: 48px;
    }
}
.rtf {
    line-height: 1.8;
}
.text,
.txt {
    opacity: 0.5;
    line-height: 1.8;
}
.text *,
.txt * {
    font-size: inherit!important;
    line-height: inherit!important;
}
@media (max-width: 1440px) {
    .text,
    .txt {
        line-height: 1.6;
    }
}
.text {
    font-size: 14px;
}
.text.ell-more {
    height: 3.6em;
}
@media (max-width: 1440px) {
    .text.ell-more {
        height: 3.2em;
    }
}
@media (max-width: 1024px) {
    .text {
        font-size: 13px;
    }
}
@media (max-width: 800px) {
    .text {
        font-size: 12px;
    }
}
@media (min-width: 1681px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 20px;
    }
}
@media (max-width: 1680px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    .adpat-much,
    .adpat-more {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .adpat-much,
    .adpat-more {
        font-size: 12px;
    }
}
@media (max-width: 800px) {
    .adpat-much {
        font-size: 10px;
    }
}
@media (max-width: 640px) {
    .adpat-much {
        font-size: 8px;
    }
}
body,
.tf {
    font-size: 16px;
}
@media (max-width: 1280px) {
    body,
    .tf {
        font-size: 14px;
    }
}
.main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media (max-width: 800px) {
    .main {
        padding-left: 20px;
        padding-right: 20px;
    }
}
[duration='1'] {
    animation-duration: 1s;
}
[duration='2'] {
    animation-duration: 2s;
}
[duration='3'] {
    animation-duration: 3s;
}
[duration='4'] {
    animation-duration: 4s;
}
[duration='5'] {
    animation-duration: 5s;
}
[duration='6'] {
    animation-duration: 6s;
}
[duration='7'] {
    animation-duration: 7s;
}
[duration='8'] {
    animation-duration: 8s;
}
[duration='9'] {
    animation-duration: 9s;
}
[duration='10'] {
    animation-duration: 10s;
}
.weigh {
    width: 100%;
}
.high {
    height: 100%;
}
.icon {
    font-size: unset;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gray {
    background-color: #f9f9f9;
}
.logo img {
    width: 8.4em;
}
.more {
    flex-shrink: 0;
    width: fit-content;
    height: 2.5em;
    padding: 0 1.4em;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #b2b2b2;
    border-radius: 100px;
}
.more .char {
    font-size: 0.7em;
    margin-right: 0.5em;
}
.more .piece {
    width: 1.2em;
    height: 1.2em;
    background-color: #0756a0;
    color: #fff;
    border-radius: 45%;
}
.more .piece .icon {
    font-size: 0.8em;
}
.more.active,
.more:hover {
    background-color: #0756a0;
    border-color: #0756a0;
    color: #fff;
}
.more.active .piece,
.more:hover .piece {
    background-color: #fff;
    color: #0756a0;
}
@media (max-width: 1280px) {
    .more {
        font-size: 14px;
    }
}
.wechat {
    text-align: center;
}
.wechat .item + .item {
    margin-left: 0.6rem;
}
.wechat img {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 0.5em;
}
@media (max-width: 1280px) {
    .wechat img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 800px) {
    .wechat img {
        width: 90px;
        height: 90px;
    }
}
.wechat p {
    font-size: 14px;
}
.web-info .tel {
    font-size: 1.8em;
    letter-spacing: 0.02em;
    margin-bottom: 0.3rem;
}
.web-info li {
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
}
.web-info li .icon {
    color: rgba(255, 255, 255, 0.9);
}
.web-info li .name {
    white-space: nowrap;
}
.html5video {
    position: relative;
    background-color: #000;
}
.html5video .img{
    opacity: 0.75;
}
.html5video .button {
    width: 5em;
    height: 5em;
}
.html5video .button .icon {
    color: #fff;
    font-size: 2em;
}
.html5video .button svg {
    width: 100%;
    height: 100%;
    animation: xuanzhuan 20s linear infinite;
}
.html5video .button svg .cls-1,
.html5video .button svg .cls-2 {
    fill: none;
    stroke-width: 5;
    stroke: #fff;
}
.html5video .button svg .cls-3 {
    fill: #fff;
}
.html5video .button svg .cls-1 {
    opacity: 0.75;
}
.html5video .button svg .cls-2 {
    stroke-dasharray: 74,314;
}
@media (max-width: 1024px) {
    .html5video .button {
        width: 3.6em;
        height: 3.6em;
    }
}
@keyframes xuanzhuan{
    0%{transform: rotateZ(0deg)}
    100%{transform: rotateZ(360deg)}
}
.section-title {
    padding-bottom: 20px;
    margin-bottom: 0.4rem;
}
.section-title .cn {
    line-height: 1;
    font-size: 2em;
}
@media (max-width: 1280px) {
    .section-title .cn {
        font-size: 28px;
    }
}
@media (max-width: 1024px) {
    .section-title .cn {
        font-size: 24px;
    }
}
.section-title .text {
    padding-top: 5px;
    margin-top: 0.2rem;
}
.compensate-for-scrollbar {
    padding-right: 0!important;
}
.lang .icon:last-child {
    font-size: 12px;
    margin-left: 6px;
}
.lang .static img{
    width: 1.5em;
}
.lang .char {
    margin-left: 6px;
}
.menu .content {
    width: 2.1em;
    margin: 0 auto;
}
.menu .content .line {
    transition: all 0.4s ease;
    height: 1px;
    background-color: #fff;
    margin-top: 5px;
}
.menu:hover .content .line:nth-of-type(1),
.menu:hover .content .line:nth-of-type(3) {
    margin-left: 0.5em;
}
.menu:hover .content .line:nth-of-type(2) {
    margin-right: 0.5em;
}
.hover svg {
    width: 10px;
    height: 10px;
    transform: rotateZ(-180deg);
}
.hover svg use {
    fill: none;
    stroke-width: 20;
    stroke: #0756a0;
    stroke-dasharray: 0,314;
    transition: all 0.4s ease;
}
.hover:hover svg use,
.hover.active svg use {
    stroke-dasharray: 190,314;
}
.fenbu {
    position: relative;
}
.fenbu .img {
    position: relative;
    padding-top: 47.84482759%;
    background-image: url(../images/map.png);
}
.fenbu .area {
    width: 26.689655%;
    height: 26.9%;
    left: 58%;
    top: 17.3%;
    position: absolute;
}
.fenbu .area svg {
    width: 100%;
    height: 100%;
}
.fenbu .area .cls-1,
.fenbu .area .cls-4,
.fenbu .area .cls-6,
.fenbu .area .cls-8 {
    fill: none;
    stroke-width: 1;
}
.fenbu .area .cls-1,
.fenbu .area .cls-8 {
    stroke: #0756a0;
}
.fenbu .area .cls-1,
.fenbu .area .cls-4,
.fenbu .area .cls-6 {
    stroke-linecap: round;
    stroke-dasharray: 0.001, 4;
}
.fenbu .area .cls-2 {
    font-size: 14px;
}
.fenbu .area .cls-2,
.fenbu .area .cls-7 {
    fill: #0756a0;
}
.fenbu .area .cls-2,
.fenbu .area .cls-5 {
    text-transform: uppercase;
}
.fenbu .area .cls-4,
.fenbu .area .cls-6 {
    stroke: #000;
}
.fenbu .area .cls-4,
.fenbu .area .cls-8 {
    fill-rule: evenodd;
}
.fenbu .area .cls-5 {
    font-size: 12px;
}
.fenbu .area .cls-8 {
    stroke-dasharray: 4,2;
    animation: flow 1s linear infinite;
}
@keyframes flow {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 6;
    }
}
.fenbu .area .cls-9 {
    fill: #e60012;
}
.fenbu .area .site {
    cursor: pointer;
}
.fenbu .area .site .cls-6 {
    opacity: 0.5;
}
.fenbu .area .site .cls-7 {
    fill: #999;
}
.fenbu .area .site .cls-5 {
    fill: #999;
}
.fenbu .area .site:hover {
    color: #0756a0;
}
.fenbu .area .site:hover .cls-6 {
    opacity: 1;
}
.fenbu .area .site:hover .cls-7 {
    fill: #0756a0;
}
.fenbu .area .site:hover .cls-5 {
    fill: #0756a0;
}
.fenbu .dot {
    pointer-events: none;
    position: absolute;
    background-color: #0b8407;
    left: 76.3%;
    top: 38%;
}
.fenbu .dot .cc {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    height: 1.8rem;
    margin: -0.9rem 0 0 -0.9rem;
    background-image: radial-gradient(circle closest-side, transparent, rgba(0, 0, 0, 0.05));
    background-image: -webkit-radial-gradient(circle closest-side, transparent, rgba(0, 0, 0, 0.05));
    animation: spread 6s linear infinite;
    transform: scale(0);
    opacity: 0;
}
.fenbu .dot .cc:nth-of-type(2) {
    animation-delay: 2s;
}
.fenbu .dot .cc:nth-of-type(3) {
    animation-delay: 4s;
}
@keyframes spread {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(2);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
ul.pagination {
    text-align: center;
    padding-top: 20px;
    margin-top: 0.3rem;
    padding-left: 0;
    font-size: 0;
    color: #a7a7a7;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0 0.25em;
    color: #909090;
    border: 1px solid #d7d7d7;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 100px;
    background-color: #fff;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
}
ul.pagination li a {
    transition: none;
}
ul.pagination li span {
    display: block;
}
ul.pagination li a,
ul.pagination li span {
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
ul.pagination li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    overflow: hidden;
    text-indent: -100px;
    font-size: 0.9em;
    font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
}
ul.pagination li:last-child {
    margin-left: 0.3rem;
    margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
    content: "\e666";
}
ul.pagination li:first-child {
    margin-right: 0.3rem;
    margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
    content: "\e608";
}
ul.pagination li:hover,
ul.pagination li.active {
    color: #fff;
    border-color: #0756a0;
    background-color: #0756a0;
}
ul.pagination li:hover:before,
ul.pagination li.active:before {
    opacity: 1;
}
ul.pagination li.disabled {
    pointer-events: none;
}
@media (max-width: 1680px) {
    ul.pagination li {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    ul.pagination li {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    ul.pagination li {
        font-size: 14px;
    }
}
.more2 {
    line-height: 1;
    color: #b2b2b2;
}
.more2 , .more2 .cc{
    transition: all 0.4s ease;
}
a:hover .more2,
a.more2:hover{
    color: #0756a0;
}

.more2 .cc {
    margin-left: 0.5em;
    background-color: #ddd;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.6em;
}
a:hover .more2 .cc,
a.more2:hover .cc{
    background-color: #0756a0;
}
.more2 .cc .icon {
    font-size: 0.875em;
    font-weight: bold;
}
.body {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}
.datum .data-rolling {
    text-align: center;
}
.datum .value {
    font-weight: bold;
    color: #0756a0;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 1.8em;
    line-height: 1;
    height: 1em;
    overflow: hidden;
}
.datum .value:after {
    content: attr(data-content);
    font-size: 0.5em;
    padding-left: 1em;
}
.datum .name {
    opacity: 0.7;
    font-size: 12px;
    margin-top: 0.1rem;
}
@media (min-width: 801px) {
    .datum li {
        display: block;
    }
}
@media (max-width: 800px) {
    .datum li {
        padding: 24px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .datum li:last-child {
        padding-bottom: 0;
    }
}
.wrapper {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.wrapper > .container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.wrapper .to-top {
    display: none;
    background-color: #0756a0;
    color: #fff;
    height: 3em;
    line-height: 3em;
}
.wrapper .to-top .char {
    font-size: 0.8em;
    margin-left: 6px;
}
.wrapper .to-top img {
    width: 1em;
}
@media (max-width: 1024px) {
    .body,
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.swiper-change {
    position: relative;
}
.swiper-change .button {
    position: absolute;
    top: 50%;
    margin-top: -2em;
    border-radius: 0.3em;
    width: 2em;
    height: 4em;
    border: 1px solid #0756a0;
    box-sizing: border-box;
    color: #0756a0;
    z-index: 2;
}
.swiper-change .button.prev {
    left: 0;
}
.swiper-change .button.next {
    right: 0;
}
.swiper-change .button:hover {
    background-color: #0756a0;
    color: #fff;
}
@media (max-width: 800px) {
    .swiper-change .button {
        display: none;
    }
}
.swiper-pagination.default {
    position: static;
    padding-top: 15px;
    height: 8px;
    margin: 0.2rem auto 0;
    transform: translateX(0) !important;
    font-size: inherit;
}
.swiper-pagination.default .swiper-pagination-bullet {
    vertical-align: top;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
    background-color: #0756a0;
}
.partner {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.partner li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.partner li .content {
    height: 100%;
}
.partner li a {
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 1em;
    height: 4em;
}
.partner li a img {
    max-height: 100%;
}
.partner li:hover {
    z-index: 2;
}
.partner li:hover a {
    border-color: #0756a0;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.15);
}
a.scroll {
    text-align: center;
}
a.scroll .char {
    width: 1em;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 0.875em;
}
a.scroll .icon {
    line-height: 1;
    font-size: 1.5em;
    animation: scroll 4s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateY(-4px);
    }
    25% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(4px);
    }
    75% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}
.hr:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease-out;
}
#header .container {
    height: 5em;
    line-height: 5em;
    padding-left: 0.6rem;
}
#header .navbar {
    white-space: nowrap;
}
#header .navbar .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    background-color: #0756a0;
    height: 3px;
    transform: translateY(-100%);
    opacity: 0;
}
#header .navbar a {
    position: relative;
    transition: none;
    margin-right: 0.6rem;
}
#header .navbar a:last-child {
    margin-right: 0;
}
#header .navbar a:hover .line,
#header .navbar a.active .line {
    transform: none;
    opacity: 1;
}
#header .right .lang {
    font-size: 18px;
    position: relative;
}
#header .right .lang .fade{
    position: absolute;
    left: 50%;
    top: 100%;
    white-space: nowrap;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
    padding: 12px;
    line-height: 24px;
    text-align: center;
    min-width: 120px;
    color: #232323;
    font-size: 14px;
}
#header .right .lang .icon:first-child {
    font-size: 18px;
}
#header .right .lang .char {
    font-size: 14px;
}
#header .right .menu {
    font-size: 14px;
    position: static;
    margin-top: -5px;
    margin-left: 24px;
}
#header.active,
#header.scroll {
    background-color: #0756a0;
}
#header.active .navbar .line,
#header.scroll .navbar .line {
    background-color: #fff;
}
#header.scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
}
#header.scroll ~ #operate {
    transform: translateX(100%);
}
#header.active {
    box-shadow: none;
}
#header.active ~ #operate .menu .content .line,
#header.active .menu .content .line {
    margin-left: 0!important;
    margin-right: 0!important;
}
#header.active ~ #operate .menu .content .line:nth-of-type(2),
#header.active .menu .content .line:nth-of-type(2) {
    opacity: 0;
}
#header.active ~ #operate .menu .content .line:nth-of-type(1),
#header.active .menu .content .line:nth-of-type(1) {
    transform: translateY(6px) rotateZ(45deg);
}
#header.active ~ #operate .menu .content .line:nth-of-type(3),
#header.active .menu .content .line:nth-of-type(3) {
    transform: translateY(-6px) rotateZ(-45deg);
}
#header.show,
#header.active {
    transform: translateY(0);
}
#header.show ~ #operate,
#header.active ~ #operate {
    transform: translateX(0);
}
#operate .touch:hover .fade{
    pointer-events:auto;
}
@media (min-width: 801px) {
    #header .right {
        display: none;
    }
}
@media (max-width: 1024px) {
    #header .container {
        padding-right: 0.6rem;
    }
}
@media (max-width: 800px) {
    #header .navbar {
        display: none;
    }
}
#operate {
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s ease-out 0.4s;
    z-index: 202;
}
#operate .container {
    color: #fff;
    width: 1.2rem;
}
#operate .lang {
    background-color: #0756a0;
}
#operate .lang .char {
    font-size: 12px;
}
#operate .lang .static {
    height: 5em;
    color: rgba(255,255,255,0.7);
}
#operate .lang .fade {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    padding-top: 10px;
    transition: all 0.4s ease;
    text-align: center;
}
#operate .lang .fade .content {
    padding: 0.8em 0;
}
#operate .lang:hover .fade {
    margin-right: 0;
}
#operate .lang:hover .static {
    color: #fff;
}
#operate .menu {
    background-color: #0756a0;
    margin-top: 1px;
    padding: 11.5em 0 2.5em;
}
@media (max-width: 1280px) {
    #operate .lang .icon:last-child{
        display: none;
    }
}
@media (max-width: 800px) {
    #operate {
        display: none;
    }
}
#navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 201;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
#navbar .main {
    background-color: #0756a0;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.6s ease;
    padding-left: 0;
}
@media (min-width: 1281px) {
    #navbar .main {
        transform: translateX(30px);
        margin-left: calc(1.2rem + 8.4em);
    }
}
#navbar .left {
    width: 44%;
}
#navbar .left .top,
#navbar .left .bottom {
    box-sizing: border-box;
}
#navbar .left .top {
    background-color: #fff;
    padding: 4% 0.9rem;
    height: 36%;
}
#navbar .left .top .title {
    font-size: 2em;
    color: #0756a0;
}
#navbar .left .top .content {
    color: #232323;
}
#navbar .left .top .content .headline {
    font-size: 1.125em;
    margin-bottom: 0.2rem;
}
#navbar .left .bottom {
    padding: 6% 0.9rem;
    padding-right: 0;
    flex: 1;
}
#navbar .right {
    box-sizing: border-box;
    padding: 1rem;
    width: 56%;
    overflow-y: auto;
}
#navbar .right::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
#navbar .right::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
}
#navbar .right .headline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: calc(10px + 0.1rem);
}
#navbar .right .list {
    color: #9bbedf;
    font-size: 1.5em;
}
#navbar .right .list .content {
    font-size: 0.7em;
    display: none;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1em;
}
#navbar .right .list .content .content {
    padding-left: 1.5em;
}
#navbar .right .list .content .hover a:before {
    content: "\e607 ";
    font-size: 0.8em;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#navbar .right .list .hover {
    padding: 0.5em 0;
}
#navbar .right .list .hover use {
    stroke: #fff;
}
#navbar .right .list .hover a {
    max-width: 70%;
    height: 1.1em;
    min-height: 12px;
    line-height: 1.1;
    -webkit-line-clamp: 1;
}
#navbar .right .list .hover:hover a {
    color: #fff;
}
#navbar .right .list li.active > .hover a {
    color: #fff;
}
#navbar .right .list li.active > .hover use {
    stroke-dasharray: 190,314;
}
#navbar.active .main {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateX(0);
}
@media (max-width: 1024px) {
    #navbar .left {
        display: none;
    }
    #navbar .right {
        width: 100%;
    }
}
@media (max-width: 800px) {
    #navbar {
        top: 60px;
        border-top: 1px solid #9bbedf;
    }
    #navbar .main {
        padding-right: 0;
    }
    #navbar .right {
        padding: 20px;
    }
}
#banner .swiper {
    height: 100vh;
    max-height: 56.25vw;
    min-height: 400px;
    color: #fff;
}
#banner .swiper .m1 {
    bottom: auto;
    background-image: -webkit-linear-gradient(top, #000, transparent);
    opacity: 0.5;
    height: 2.4rem;
    min-height: 100px;
    z-index: 0;
}
#banner .swiper .main {
    z-index: 1;
}
#banner .swiper .main .title {
    padding: 0 0 20px;
    margin: 0 0 0.3rem;
    font-size: 2.4em;
    transition-delay: 0.1s;
    line-height: 1.25;
}
#banner .swiper .main .sub {
    line-height: 1.8;
    font-size: 0.8em;
    text-transform: uppercase;
    transition-delay: 0.2s;
}
#banner .swiper .swiper-wrapper {
    transition-timing-function: ease;
}
#banner .swiper.ready + .container .button .cls-2 {
    animation-name: timeout;
    animation-timing-function: linear;
}
@keyframes timeout {
    0% {
        stroke-dasharray: 0, 314;
    }
    100% {
        stroke-dasharray: 314, 0;
    }
}
@media (max-width: 800px) {
    #banner .swiper {
        font-size: 10px;
    }
}
#banner .swiper-pagination {
    color: rgba(255, 255, 255, 0.4);
    font-family: 'adineueBold', sans-serif;
    letter-spacing: 0.2em;
    /*bottom: 50%;*/
    /*transform: translateY(50%);*/
}
#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0756a0;
}
#banner .swiper-pagination .swiper-pagination-current {
    color: #fff;
}
#banner .container {
    z-index: 2;
    top: auto;
    padding-bottom: 10px;
    margin-bottom: 0.8rem;
    color: #fff;
}
#banner .container .button {
    margin-right: 0.45rem;
    width: 3em;
    height: 3em;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
#banner .container .button .icon {
    font-size: 0.8em;
}
#banner .container .button:hover {
    background-color: #0756a0;
}
#toTop {
    position: fixed;
    right: 0;
    bottom: 1.5rem;
    z-index: 198;
    cursor: pointer;
    transform: translateX(100%);
}
#toTop .cc {
    width: 2.5em;
    height: 2.5em;
    background-color: #fff;
    color: #0756a0;
    box-shadow: 0 0 1em #599fe8;
}
#toTop.active {
    transform: none;
    right: 0.3rem;
}
#toTop:hover .cc {
    background-color: #0756a0;
    color: #fff;
    box-shadow: 0 0 1em #20a6ff;
}
#footer {
    color: #fff;
    background-color: #201d1b;
}
#footer .top{
    position: relative;
    z-index: 2;
}
#footer .top .logo {
    color: rgba(255, 255, 255, 0.7);
}
#footer .top .logo .char {
    font-size: 0.9em;
    margin-top: 0.2rem;
}
#footer .top .logo:hover {
    color: #fff;
}
#footer .top .list li + li {
    margin-left: 0.8rem;
}
@media (max-width: 1440px) {
    #footer .top .list li + li {
        margin-left: 0.6rem;
    }
}
#footer .top .list .sub {
    margin-top: 0.15rem;
}
#footer .top .list .sub .content {
    display: none;
}
#footer .top .list .sub .content:empty ~ .cb .icon {
    display: none;
}
#footer .top .list .ca {
    margin-bottom: 0.3rem;
    opacity: 0.5;
}
#footer .top .list .ca:hover {
    opacity: 1;
    text-decoration: underline;
}
#footer .top .list .cb .char {
    position: relative;
}
#footer .top .list .cb .char:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background-color: #fff;
    width: 0;
    transition: all 0.4s ease;
}
#footer .top .list .cb .icon {
    margin-left: 1em;
}
#footer .top .list .cb:hover .char:after {
    width: 100%;
}
#footer .top .blogroll{
    height: 100%;
    display: none;
}
#footer .top .blogroll .static{
    width: 6.5em;
    height: 2.4em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 1em;
}
#footer .top .blogroll .static .text {
    opacity: 1;
}
#footer .top .blogroll .static .cc {
    width: 1.4em;
    height: 1.4em;
    background-color: #0756a0;
}
#footer .top .blogroll .static .cc .icon {
    font-size: 12px;
}
#footer .top .blogroll:hover .static{
    border-color: #0756a0;
    background-color: #0756a0;
    color: #fff;
}
#footer .top .blogroll:hover .static .cc {
    background-color: #fff;
    color: #0756a0;
}
#footer .top .blogroll .fade{
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 10px;
    width: 200px;
    max-width: calc(100vw - 2.5rem);
}
#footer .top .blogroll .fade .content{
    padding: 1em;
    background-color: #fff;
    border-radius: 0.5em;
    height: 180px;
    text-align: center;
    overflow-y: auto;
    color: #232323;
    box-sizing: border-box;
}
@media (max-width: 800px){
    #footer .top .blogroll .fade{
        max-width: calc(100vw - 40px);
    }
}
#footer .top .blogroll .fade .content a{
    padding: 4px 0.5em;
    font-size: 0.875em;
}
#footer .top .blogroll .fade .content a:hover{
    background-color: #f2f2f2;
    color: #0756a0;
}
#footer .container {
    padding: 40px 0;
    margin: 0.1rem 0 0.5rem;
}
#footer .container .wechat {
    order: 2;
}
#footer .container .web-info {
    order: 1;
}
#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    padding: 1.5em 0;
}
#footer .copyright .content {
    margin: 0 -10px;
}
#footer .copyright .item {
    padding: 0 10px;
}
#footer .copyright .item:hover {
    color: #fff;
}
@media (max-width: 1280px) {
    #footer .top .list {
        display: none;
    }
}
@media (max-width: 1024px) {
    #footer .copyright .content {
        display: block;
        text-align: center;
    }
}
@media (max-width: 800px) {
    #footer .container {
        display: block;
    }
    #footer .container .tel {
        text-align: center;
    }
    #footer .container .wechat {
        margin-bottom: 24px;
    }
    #footer .container .wechat p {
        opacity: 0.5;
        font-size: 12px;
    }
}
#indexProduct .section-title .swiper {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
#indexProduct .section-title .swiper .swiper-slide {
    width: auto;
    box-sizing: border-box;
    padding: 0 0.25rem;
    transition: all 0.4s ease;
    cursor: pointer;
}
#indexProduct .section-title .swiper .char {
    margin-top: 0.1rem;
    font-size: 0.9em;
}
#indexProduct .section-title .swiper img {
    width: 2.5em;
    height: 2.5em;
    object-fit: contain;
    transition: all 0.4s ease;
    -webkit-filter: contrast(1) grayscale(1000%) opacity(0.5);
    filter: contrast(1) grayscale(1000%) opacity(0.5);
}
#indexProduct .section-title .swiper .swiper-slide-thumb-active {
    color: #0756a0;
}
#indexProduct .section-title .swiper .swiper-slide-thumb-active img {
    -webkit-filter: none;
    filter: none;
}
@media (min-width: 1025px) {
    #indexProduct .section-title .left .static {
        max-width: 2.5rem;
    }
    #indexProduct .section-title .left .more {
        display: none;
    }
    #indexProduct .section-title .swiper {
        margin: 0 0.5rem;
        padding-bottom: 10px;
    }
    #indexProduct .section-title .swiper .swiper-pagination {
        top: auto;
        bottom: 0;
        background-color: #d4d4d4;
    }
    #indexProduct .section-title .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
        background-color: #0756a0;
    }
    #indexProduct .section-title .swiper .swiper-pagination,
    #indexProduct .section-title .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
        border-radius: 4px;
    }
    #indexProduct .section-title .swiper:has(.swiper-pagination-progressbar-lock) {
        padding-bottom: 0;
    }
}
@media (max-width: 1024px) {
    #indexProduct .section-title {
        display: block;
    }
    #indexProduct .section-title > .more {
        display: none;
    }
    #indexProduct .section-title .left {
        margin-bottom: 30px;
    }
    #indexProduct .section-title .left .static {
        margin-right: 60px;
    }
    #indexProduct .section-title .swiper {
        padding-bottom: 30px;
    }
    #indexProduct .section-title .swiper .swiper-pagination {
        bottom: 0;
    }
    #indexProduct .section-title .swiper .swiper-slide {
        padding: 0 24px;
    }
}
#indexProduct .swiper-slide-active{
    z-index: 10;
}
#indexProduct .gallery {
    background-image: url(../images/product.jpg);
    border-radius: 1em;
}
#indexProduct .gallery .container {
    padding: 0.6rem 1.25rem 0.6rem 0;
}
#indexProduct .gallery .classify {
    transform: translateX(-2.5rem);
}
#indexProduct .gallery .classify .swiper {
    width: 5.4rem;
    height: 5.4rem;
    overflow: visible;
    background-size: 100% 100%;
    background-image: radial-gradient(circle closest-side, transparent 0%, transparent calc(100% - 0.8em), #ececec calc(100% - 0.8em), #ececec 100%, transparent 100%);
    background-image: -webkit-radial-gradient(circle closest-side, transparent 0%, transparent calc(100% - 0.8em), #ececec calc(100% - 0.8em), #ececec 100%, transparent 100%);
}
#indexProduct .gallery .classify .swiper-slide,
#indexProduct .gallery .classify .cc,
#indexProduct .gallery .classify svg {
    transition: all 1s ease;
}
#indexProduct .gallery .classify .cc {
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    background-color: #ebebeb;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 0.9em;
    cursor: pointer;
}
#indexProduct .gallery .classify .img {
    width: 100%;
    height: 100%;
}
#indexProduct .gallery .classify svg {
    width: calc(100% + 1em);
    height: calc(100% + 1em);
    margin: -0.5em 0 0 -0.5em;
    opacity: 0;
}
#indexProduct .gallery .classify svg use {
    fill: none;
    stroke: #0756a0;
    stroke-linecap: butt;
    stroke-width: 1;
    stroke-dasharray: 1,7;
}
#indexProduct .gallery .classify .swiper-slide {
    opacity: 0;
}
#indexProduct .gallery .classify .swiper-slide:has(+.swiper-slide-prev) .cc {
    transform: translate(calc(0.5rem - 0.4em), calc(-0.45rem + 0.4em));
}
#indexProduct .gallery .classify .swiper-slide-active .cc {
    transform: translateX(calc(2.7rem - 0.4em)) scale(1.4);
    border-color: #0756a0;
    background-color: #fff;
}
#indexProduct .gallery .classify .swiper-slide-active svg {
    opacity: 1;
}
#indexProduct .gallery .classify .swiper-slide-next,
#indexProduct .gallery .classify .swiper-slide-active,
#indexProduct .gallery .classify .swiper-slide-prev {
    opacity: 1;
    pointer-events: unset;
}
#indexProduct .gallery .classify .swiper-slide-next .cc {
    transform: translate(calc(2rem - 0.4em), calc(0.7rem - 0.4em));
}
#indexProduct .gallery .classify .swiper-slide-next + .swiper-slide .cc {
    transform: translate(calc(0.5rem - 0.4em), calc(0.45rem - 0.4em));
}
#indexProduct .gallery .classify .swiper-slide-prev .cc {
    transform: translate(calc(2rem - 0.4em), calc(-0.7rem + 0.4em));
}
#indexProduct .gallery .content {
    width: 4rem;
}
#indexProduct .gallery .content .swiper {
    background-image: url(../images/product2.jpg);
    height: 100%;
    box-sizing: border-box;
}
#indexProduct .gallery .content .swiper-slide {
    padding: 0.5rem;
    box-sizing: border-box;
}
#indexProduct .gallery .content .headline {
    font-size: 1.2em;
    height: 2.6em;
    line-height: 1.3;
}
#indexProduct .gallery .content .text {
    height: 5.4em;
    -webkit-line-clamp: 3;
    padding-top: 12px;
    margin-top: 0.2rem;
}
@media (max-width: 1440px){
    #indexProduct .gallery .content .text {
        height: 4.8em;
    }
}
#indexProduct .gallery .content .more2 {
    font-size: 0.8em;
    margin: 0.3rem 0 0.3rem;
}
#indexProduct .gallery .content .img {
    display: none;
}
#indexProduct .gallery .content .change {
    top: auto;
    margin: 0 0.5rem 0.5rem;
    height: 1em;
    color: #b2b2b2;
    z-index: 2;
}
#indexProduct .gallery .content .change .button {
    font-size: 1.2em;
    cursor: pointer;
    font-weight: bold;
}
#indexProduct .gallery .content .change .button:hover {
    color: #0756a0;
}
#indexProduct .gallery .content .change .button.prev {
    margin: 0 0.3rem 0 auto;
}
#indexProduct .gallery .content .change .swiper-pagination {
    position: static;
    width: auto;
    font-family: 'adineueBold', sans-serif;
}
#indexProduct .gallery .content .change .swiper-pagination .swiper-pagination-total {
    font-size: 0.9em;
}
#indexProduct .gallery .content .change .swiper-pagination .swiper-pagination-current {
    font-size: 1.2em;
    color: #0756a0;
}
#indexProduct .gallery .tab-list {
    color: #666;
}
#indexProduct .gallery .tab-list .char {
    font-size: 0.9em;
    line-height: 1.2;
}
#indexProduct .gallery .tab-list .hover {
    padding: 0.5em 0;
}
#indexProduct .gallery .tab-list .hover:hover,
#indexProduct .gallery .tab-list .hover.active {
    color: #0756a0;
}
/*#indexProduct .gallery .tab-content {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*#indexProduct .gallery .tab-content .box {*/
/*    transition: all 1s ease;*/
/*    opacity: 0;*/
/*    transform: translateX(50px);*/
/*}*/
/*#indexProduct .gallery .tab-content > .item {*/
/*    display: none;*/
/*}*/
/*#indexProduct .gallery .tab-content > .item.active .box {*/
/*    opacity: 1;*/
/*    transform: translateX(0);*/
/*}*/
/*#indexProduct .gallery .tab-content > .item.hide {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/
/*#indexProduct .gallery .tab-content > .item.hide .box {*/
/*    opacity: 0;*/
/*    transform: translateX(-50px);*/
/*}*/
#indexProduct .gallery .img-list {
    margin: 0 0.6rem;
    transform: translateX(-0.8rem);
    flex: 1;
}
#indexProduct .gallery .img-list .swiper-slide {
    padding: 0.4rem 1rem 0 0;
    box-sizing: border-box;
}
#indexProduct .gallery .img-list .order {
    position: absolute;
    right: 0;
    margin-left: -1rem;
    top: 0;
    line-height: 0.9;
    pointer-events: none;
    user-select: none;
    font-family: 'adineueBold', sans-serif;
    color: #e7e7e7;
    z-index: 1;
    font-size: 1rem;
}
#indexProduct .gallery .img-list .clip{
    position: relative;
    z-index: 2;
}
@media (max-width: 1280px) {
    #indexProduct .gallery .tab-list {
        width: 2.4rem;
    }
    #indexProduct .gallery .classify {
        transform: translateX(-1.5rem);
    }
    #indexProduct .gallery .content {
        width: 5rem;
    }
    #indexProduct .gallery .container {
        padding-right: 0.6rem;
    }
    #indexProduct .gallery .img-list {
        transform: translateX(-0.4rem);
    }
    #indexProduct .gallery .img-list .swiper-slide {
        padding-right: 0.6rem;
    }
}
@media (min-width: 1025px) {
    #indexProduct .gallery .tab-list {
        position: absolute;
        left: 0.4rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1.4rem;
        z-index: 2;
        display: block;
    }
    #indexProduct .gallery .tab-list .char {
        margin-right: 1em;
    }
    #indexProduct .gallery .space {
        padding: 0.5rem 0;
    }
}
@media (max-width: 1024px) {
    #indexProduct .gallery .container {
        padding: 36px;
    }
    #indexProduct .gallery .tab-list {
        width: auto;
        margin-bottom: 24px;
    }
    #indexProduct .gallery .tab-list a {
        margin: 6px 10px;
    }
    #indexProduct .gallery .tab-list svg {
        display: none;
    }
    #indexProduct .gallery .classify {
        display: none;
    }
    #indexProduct .gallery .content {
        width: 6rem;
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    #indexProduct .gallery .container {
        padding: 20px;
    }
    #indexProduct .gallery .box {
        display: block;
    }
    #indexProduct .gallery .img-list {
        display: none;
    }
    #indexProduct .gallery .content {
        width: auto;
    }
    #indexProduct .gallery .content .swiper {
        background-image: none;
        padding-bottom: 36px;
    }
    #indexProduct .gallery .content .change{
        margin: 0;
    }
    #indexProduct .gallery .content .swiper-slide {
        padding: 0;
    }
    #indexProduct .gallery .content .swiper-change {
        margin: 0;
    }
    #indexProduct .gallery .content .img {
        display: block;
        max-width: 360px;
        margin: 0 auto 20px;
    }
}
#indexAbout {
    background: url(../images/about.jpg) no-repeat scroll bottom center;
    background-size: auto 302px;
}
#indexAbout .left .text {
    line-height: 1.8;
    margin-top: -0.2rem;
}
#indexAbout .left .more {
    margin: 0.6rem 0 0.8rem;
}
@media (min-width: 801px) {
    #indexAbout .left .datum {
        margin: 0 -0.4rem;
    }
    #indexAbout .left .datum li {
        padding: 0 0.4rem;
    }
}
@media (max-width: 800px) {
    #indexAbout .left .datum {
        display: block;
    }
}
@media (min-width: 1025px) {
    #indexAbout .left {
        width: 46%;
        box-sizing: border-box;
        padding-right: 0.7rem;
    }
    #indexAbout .right {
        width: 54%;
    }
}
@media (max-width: 1024px) {
    #indexAbout .main {
        display: block;
    }
    #indexAbout .left {
        margin-bottom: 36px;
    }
    #indexAbout .left .more {
        margin: 30px 0;
    }
}
#indexNews .top .clip {
    width: 5.6rem;
}
#indexNews .top .clip .img {
    padding-top: 58%;
}
#indexNews .top .content {
    flex: 1;
    margin-left: 0.5rem;
}
#indexNews .top .content .box {
    margin-right: 1.8rem;
    flex: 1;
}
#indexNews .top .content .headline {
    font-size: 1.2em;
    line-height: 1;
    -webkit-line-clamp: 1;
}
#indexNews .top .content .text {
    margin: 0.4rem 0 0.7rem;
}
#indexNews .top .content .date {
    height: 100%;
}
#indexNews .top .content .date .icon {
    color: #0756a0;
    margin-right: 4px;
}
#indexNews .top .content .date .en {
    font-size: 0.7em;
    color: #999;
}
#indexNews .top:hover .content .headline {
    color: #0756a0;
}
@media (max-width: 1280px) {
    #indexNews .top .content {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    #indexNews .top .content .date {
        display: none;
    }
    #indexNews .top .content .box {
        margin-right: 0;
    }
}
@media (max-width: 800px) {
    #indexNews .top {
        display: block;
    }
    #indexNews .top .clip {
        width: auto;
    }
    #indexNews .top .content {
        margin-left: 0;
        margin-top: 12px;
    }
    #indexNews .top .content .text {
        margin: 16px 0;
    }
}
#indexNews .hr {
    padding: 20px 0;
    margin: 0.5rem 0;
}
#indexNews .list {
    margin: -24px -1rem 0 0;
}
#indexNews .list li {
    width: 33.333333%;
}
#indexNews .list a {
    margin: 24px 1rem 0 0;
}
#indexNews .list a .headline {
    font-size: 1.125em;
    margin-bottom: 0.1rem;
}
#indexNews .list a .date {
    color: #999;
    font-size: 0.875em;
}
#indexNews .list a .text {
    margin-top: 0.2rem;
}
#indexNews .list a .more2 {
    margin-top: 0.4rem;
}
#indexNews .list a:hover .headline {
    color: #0756a0;
}
@media (max-width: 640px) {
    #indexNews .list a .headline {
        margin-bottom: 4px;
    }
    #indexNews .list a .text {
        margin-top: 10px;
    }
    #indexNews .list a .go {
        margin-top: 16px;
    }
}
@media (max-width: 1024px) {
    #indexNews li {
        width: 50%;
    }
}
@media (max-width: 640px) {
    #indexNews .hr {
        margin: 0;
    }
    #indexNews .list {
        margin-top: 0;
    }
    #indexNews .list a {
        margin-top: 0;
        padding: 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    #indexNews .list li {
        width: 100%;
    }
    #indexNews .list li:first-child a {
        padding-top: 0;
        border-top: 0 none;
    }
    #indexNews .list li:last-child a {
        padding-bottom: 0;
    }
}
#indexPartner .list li {
    width: 16.66666667%;
}
@media (max-width: 1280px) {
    #indexPartner .list li {
        width: 20%;
    }
}
@media (max-width: 1024px) {
    #indexPartner .list li {
        width: 25%;
    }
}
@media (max-width: 640px) {
    #indexPartner .list li {
        width: 33.33333%;
    }
}
@media (max-width: 480px) {
    #indexPartner .list li {
        width: 50%;
    }
}
#support {
    color: #fff;
}
#support .main {
    background-image: -webkit-linear-gradient(left, rgba(7, 86, 160, 0.5), transparent);
    background-image: linear-gradient(left, rgba(7, 86, 160, 0.5), transparent);
}
#support .section-title .text {
    max-width: 560px;
}
#support .more2{
    color: #fff;
}
#support .more2 .cc {
    background-color: #fff;
}
#support .more2 .cc .icon {
    color: #0756a0;
}
#support .more2:hover .cc{
    background-color: #0756a0;
    color: #fff;
}
#column {
    z-index: 2;
}
#column .container {
    height: 9.2rem;
    min-height: 400px;
}
#column .container .top {
    height: 5em;
}
#column .container .mask {
    bottom: auto;
    pointer-events: none;
    z-index: 0;
    height: 2rem;
    min-height: 100px;
    background-image: -webkit-linear-gradient(top, #000, transparent);
    background-image: linear-gradient(top, #000, transparent);
    opacity: 0.5;
}
#column .container .content {
    color: #fff;
}
#column .container .content .title {
    font-size: 2.4em;
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
}
#column .container .content .char {
    font-size: 1.125em;
}
#column .container .channel {
    color: #626262;
    height: 5em;
    line-height: 5em;
    position: relative;
}
#column .container .channel .scroll {
    position: absolute;
    right: 1.25rem;
    margin-right: -1.5em;
    bottom: 100%;
    margin-bottom: 0.8rem;
    color: #fff;
}
#column .container .channel .body {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
#column .container .channel .point {
    -webkit-line-clamp: 1;
    max-width: 100%;
    margin-left: 0.8rem;
}
#column .container .channel .point a {
    display: inline;
}
#column .container .channel .point a:hover,
#column .container .channel .point a.active {
    color: #0756a0;
    text-decoration: underline;
}
#column .container .channel .list {
    white-space: nowrap;
}
#column .container .channel .list a {
    position: relative;
}
#column .container .channel .list a + a {
    margin-left: 0.5rem;
}
#column .container .channel .list a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0756a0;
    opacity: 0;
    bottom: -2px;
    transition: all 0.2s ease;
}
#column .container .channel .list a:hover,
#column .container .channel .list a.active {
    color: #0756a0;
}
#column .container .channel .list a:hover:after,
#column .container .channel .list a.active:after {
    opacity: 1;
}
#column .container .channel .list:empty {
    display: none;
}
#column .container .channel .list:empty + .point {
    margin-left: 0;
}
@media (max-width: 1024px) {
    #column .container .channel {
        display: block;
    }
    #column .container .channel .point {
        margin-left: 0;
    }
    #column .container .channel .list {
        display: none;
    }
}
@media (max-width: 800px) {
    #column .container .channel {
        font-size: 10px;
    }
    #column .container .channel .scroll {
        display: none;
    }
}
#about .top .left {
    flex: 1;
}
#about .top .left .section-title {
    padding-bottom: 0;
    margin-bottom: 0;
}
#about .top .left .hr {
    padding: 20px 0;
    margin: 0.3rem 0;
}
#about .top .left .text {
    line-height: 1.8;
}
#about .top .datum {
    margin-left: 1.1rem;
    width: 10em;
}
#about .top .datum svg {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
}
#about .top .datum svg use {
    stroke-width: 25;
}
@media (min-width: 801px) {
    #about .top .datum li {
        position: relative;
    }
    #about .top .datum li + li {
        margin-top: 0.6rem;
    }
}
@media (max-width: 800px) {
    #about .top .datum svg {
        display: none;
    }
}
@media (max-width: 800px) {
    #about .top {
        display: block;
    }
    #about .top .datum {
        width: auto;
        margin-left: 0;
        margin-top: 36px;
    }
}
#about .bottom {
    padding-top: 20px;
    margin-top: 0.6rem;
}
#about .bottom .html5video .img {
    padding-top: 60%;
}
@media (min-width: 1025px) {
    #about .bottom .left,
    #about .bottom .html5video {
        width: 50%;
        box-sizing: border-box;
    }
    #about .bottom .left {
        padding-right: 0.6rem;
    }
}
@media (max-width: 1024px) {
    #about .bottom {
        display: block;
    }
}
#course {
    background-image: url(../images/course.jpg);
}
#course .gallery .swiper .content {
    margin: 0 0.4rem;
    padding-left: 1.6em;
    height: 100%;
}
#course .gallery .swiper .swiper-slide {
    height: auto;
}
#course .gallery .swiper .enb {
    color: #0756a0;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 10px;
}
#course .gallery .swiper .txt {
    min-height: 14.4em;
}
@media (max-width: 1440px) {
    #course .gallery .swiper .txt {
        min-height: 12.8em;
    }
}
#course .gallery .swiper .fill {
    top: 0.3em;
    right: auto;
    width: 0.5em;
}
#course .gallery .swiper svg .c1 {
    fill: #0756a0;
}
#course .gallery .swiper svg .c2 {
    fill: none;
    stroke: #0756a0;
    stroke-width: 3;
    stroke-dasharray: 1,8;
    stroke-linecap: round;
}
#course .thumb {
    padding-top: 20px;
    margin-top: 0.3rem;
    text-align: center;
    color: #0756a0;
}
#course .thumb .swiper {
    padding-right: 1px;
}
#course .thumb .swiper-slide {
    cursor: pointer;
    padding-bottom: 1em;
    background-image: repeating-linear-gradient(to right, #0756a0 0, #0756a0 1px, transparent 0, transparent 50%), repeating-linear-gradient(to right, #7aa2c7 0, #7aa2c7 1px, transparent 0, transparent 10%);
    background-image: -webkit-repeating-linear-gradient(to right, #0756a0 0, #0756a0 1px, transparent 0, transparent 50%), -webkit-repeating-linear-gradient(to right, #7aa2c7 0, #7aa2c7 1px, transparent 0, transparent 10%);
    background-size: 100% 1em, 100% 0.5em;
    background-repeat: no-repeat;
    background-position: 0 100%, 0 100%;
    border-bottom: 1px solid #0756a0;
}
#course .thumb .swiper-slide:last-child {
    background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(100% - 1px), #0756a0 calc(100% - 1px), #0756a0 100%), repeating-linear-gradient(to right, #0756a0 0, #0756a0 1px, transparent 0, transparent 50%), repeating-linear-gradient(to right, #7aa2c7 0, #7aa2c7 1px, transparent 0, transparent 10%);
    background-image: -webkit-repeating-linear-gradient(to right, #0756a0 0, #0756a0 1px, transparent 0, transparent 50%), -webkit-repeating-linear-gradient(to right, #0756a0 0, #0756a0 1px, transparent 0, transparent 50%), -webkit-repeating-linear-gradient(to right, #7aa2c7 0, #7aa2c7 1px, transparent 0, transparent 10%);
    background-size: 100% 1em, 100% 1em, 100% 0.5em;
    background-position: right 100%,0 100%, 0 100%;
}
@media (min-width: 801px) {
    #course .gallery,
    #course .thumb {
        padding: 0 1.6rem;
    }
}
@media (max-width: 800px) {
    #course .gallery{
        padding: 0 40px;
    }
    #course .gallery .button{
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
    }
}
#huanjing .options {
    color: #777;
    line-height: 1;
}
@media (min-width: 1280px) {
    #huanjing .options {
        font-size: 1.125em;
    }
}
#huanjing .options a .char {
    padding-bottom: 2px;
    margin-bottom: 0.08rem;
}
#huanjing .options a .fade {
    height: 2px;
    background-color: #0756a0;
}
#huanjing .options a:hover,
#huanjing .options a.active {
    color: #0756a0;
}
#huanjing .options a + a {
    margin-left: 0.5rem;
}
@media (min-width: 801px) {
    #huanjing .swiper-change {
        padding: 0 3.5em;
    }
}
#huanjing .swiper-change .swiper-slide{
    pointer-events: unset;
}
#huanjing .swiper-change .swiper-slide-active{
    z-index: 10;
}
#huanjing .swiper-change .classify {
    margin-right: -0.5rem;
}
#huanjing .swiper-change .classify a {
    margin-right: 0.5rem;
}
#huanjing .swiper-change .classify .img {
    padding-top: 64%;
}
#partner {
    background-image: url(../images/partner.jpg);
}
#partner .swiper .swiper-wrapper {
    flex-direction: unset;
}
#partner .swiper .swiper-slide {
    height: calc(4em + 1px);
}
#partner .swiper .swiper-pagination {
    height: 2.4em;
}
#partner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.4em;
    height: 2.4em;
    margin: 0 0.15rem;
    opacity: 1;
    background-color: transparent;
}
#partner .swiper .swiper-pagination .swiper-pagination-bullet svg {
    width: 100%;
    height: 100%;
}
#partner .swiper .swiper-pagination .swiper-pagination-bullet .c1 {
    fill: none;
    stroke: #0756a0;
    stroke-width: 2;
    stroke-dasharray: 0,314;
}
#partner .swiper .swiper-pagination .swiper-pagination-bullet .c2 {
    fill: #0756a0;
}
#partner .swiper .swiper-pagination .swiper-pagination-bullet-active .c1 {
    animation-name: timeout;
    animation-timing-function: linear;
}
@keyframes timeout {
    0% {
        stroke-dasharray: 0, 314;
    }
    100% {
        stroke-dasharray: 314, 0;
    }
}
#product .section-title .options {
    margin: -8px -0.4em 0;
}
#product .section-title .options .more {
    margin: 8px 0.4em 0;
}
#product .section-title .options .more:hover .piece,
#product .section-title .options .more.active .piece {
    transform: rotateZ(90deg);
}
@media (max-width: 1024px) {
    #product .section-title {
        display: block;
    }
    #product .section-title .options {
        margin-top: 20px;
    }
    #product .section-title .options .more {
        height: auto;
        padding: 0;
        border: none;
    }
    #product .section-title .options .more .piece {
        display: none;
    }
    #product .section-title .options .more .char {
        margin-right: 0;
    }
    #product .section-title .options .more:hover,
    #product .section-title .options .more.active {
        background-color: transparent;
        text-decoration: underline;
        color: #0756a0;
    }
}
#product .row-title {
    padding: 26px 0 10px;
    margin: 0.4rem 0 0.3rem;
}
#product .row-title .title {
    line-height: 1;
    border-left: 0.25em solid #0756a0;
    padding-left: 0.3em;
    font-size: 1.3em;
}
#product .list {
    text-align: center;
    margin-right: -1.5em;
    color: #666;
}
#product .list li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 1.5em 1.5em 0;
}
#product .list a {
    padding: 0.5rem;
    background-color: #f9f9f9;
}
#product .list a:hover {
    color: #0756a0;
}
#product .list .img {
    padding-top: 100%;
    margin-bottom: 1em;
}
#product .list .headline {
    font-size: 1.2em;
    height: 2.7em;
    line-height: 1.35;
}
@media (max-width: 800px) {
    #product .list li {
        width: 33.333333%;
    }
}
@media (max-width: 640px) {
    #product .list li {
        width: 50%;
    }
    #product .list a {
        padding: 16px;
    }
}
#productDetail .top .swiper {
    margin-right: 0.6rem;
    background-color: #f9f9f9;
    padding: 0.6rem;
}
#productDetail .top .swiper .img {
    padding-top: 64%;
}
#productDetail .top .section-title {
    padding-bottom: 0;
    margin-bottom: 0;
}
#productDetail .top .section-title .cn {
    line-height: 1.35;
}
#productDetail .top .hr {
    padding: 20px 0;
    margin: 0.2rem 0;
}
#productDetail .top .product-title {
    margin-bottom: 0.5em;
}
#productDetail .top .scroll {
    width: fit-content;
    color: #999;
}
#productDetail .top .scroll:hover {
    color: #0756a0;
}
@media (min-width: 1025px) {
    #productDetail .top .left,
    #productDetail .top .right {
        width: 50%;
    }
    #productDetail .top .text {
        padding-bottom: 20px;
        margin-bottom: 0.6rem;
    }
    #productDetail .top .swiper {
        margin-right: 0.6rem;
    }
}
@media (max-width: 1024px) {
    #productDetail .top {
        display: block;
    }
    #productDetail .top .scroll {
        display: none;
    }
    #productDetail .top .left {
        margin-bottom: 36px;
    }
}
@media (max-width: 800px) {
    #productDetail .top .swiper {
        padding: 20px;
    }
}
#productDetail .tab-list {
    padding-top: 30px;
    margin-top: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#productDetail .tab-list a {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    margin-bottom: -0.1em;
    border-bottom: 0.15em solid transparent;
    color: #999;
}
#productDetail .tab-list a + a {
    margin-left: 0.7rem;
}
#productDetail .tab-list a:hover,
#productDetail .tab-list a.active {
    color: #0756a0;
    border-color: #0756a0;
}
#productDetail .product-title {
    font-weight: bold;
}
#productDetail .product-title .char {
    color: #0756a0;
    font-size: 1.2em;
}
@media (max-width: 1024px) {
    #productDetail .product-title {
        font-size: 13px;
    }
}
#productDetail .tab-panel {
    margin-top: 0.7rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 1em;
}
#productDetail .tab-panel .product-title {
    line-height: 5em;
    padding: 0 0.4rem;
    background-color: #f9f9f9;
}
#productDetail .tab-panel .rtf {
    padding: 0.5rem 0.4rem;
}
@media (max-width: 960px) {
    #productDetail .tab-panel .title {
        padding: 0 20px;
    }
    #productDetail .tab-panel .rtf {
        padding: 24px 20px;
    }
}
#service .fenbu .img {
    filter: contrast(70%);
    -webkit-filter: contrast(70%);
}
#service .fenbu .dot .cc {
    background-image: radial-gradient(circle closest-side, transparent, rgba(7, 86, 160, 0.05));
    background-image: -webkit-radial-gradient(circle closest-side, transparent, rgba(7, 86, 160, 0.05));
}
#news a {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news a:first-child {
    padding-top: 0;
}
#news a:last-child {
    padding-bottom: 0;
    border: 0 none;
}
#news a .box {
    flex: 1;
    margin-left: 0.5rem;
}
#news a .clip {
    width: 4rem;
    min-width: 30%;
}
#news a .clip .img {
    min-height: 100%;
}
#news a .clip .img:after {
    padding-top: 55%;
}
#news a .en {
    font-size: 0.7em;
    color: #999;
}
#news a .headline {
    font-size: 1.2em;
    -webkit-line-clamp: 1;
    line-height: 1;
    margin: 0.1rem 0 0.4rem;
    transition: all 0.4s ease;
}
#news a:hover .headline {
    color: #0756a0;
}
@media (max-width: 800px) {
    #news a {
        padding: 16px 0;
    }
    #news a .box {
        margin-left: 12px;
    }
}
#newsDetail .list {
    background-color: #f3f3f3;
}
#newsDetail .list .title {
    font-size: 1.2em;
    margin-bottom: 1em;
}
#newsDetail .list a {
    background-color: #fff;
    color: #777;
}
#newsDetail .list a .img {
    padding-top: 60%;
}
#newsDetail .list a .en {
    color: #0756a0;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 0.1rem;
}
#newsDetail .list a .headline {
    height: 2.8em;
    line-height: 1.4;
}
#newsDetail .list a:hover {
    color: #0756a0;
}
@media (min-width: 1025px) {
    #newsDetail .list {
        min-width: 200px;
        width: 3.8rem;
    }
}
#newsDetail .page {
    padding: 1em 0 0.65rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    color: #999;
}
#newsDetail .page a {
    max-width: 40%;
    margin-top: 10px;
}
#newsDetail .page a:hover {
    color: #0756a0;
}
@media (max-width: 800px) {
    #newsDetail .page {
        display: block;
    }
    #newsDetail .page a {
        max-width: unset;
    }
}
#newsDetail .top .date {
    line-height: 1;
    color: #666;
}
#newsDetail .top .center {
    font-size: 1.6em;
    line-height: 1.36;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
}
#newsDetail .content .left .cc {
    width: 2em;
    height: 2em;
    border: 1px solid #cbcbcb;
    flex-shrink: 0;
    margin-right: 0.4em;
}
#newsDetail .content .left .cc .icon {
    font-size: 14px;
}
#newsDetail .content .left .char {
    font-size: 14px;
}
#newsDetail .content .left a {
    color: #777;
}
#newsDetail .content .left a:hover {
    color: #0756a0;
}
#newsDetail .content .left a.active .cc,
#newsDetail .content .left a:hover .cc {
    border-color: #0756a0;
    background-color: #0756a0;
    color: #fff;
}
@media (max-width: 1280px) {
    #newsDetail .list .ul{
        font-size: 14px;
    }
}
@media (min-width: 1025px) {
    #newsDetail .article {
        box-sizing: border-box;
        width: calc(100% - 5.1rem);
    }
    #newsDetail .left {
        white-space: nowrap;
        width: 4.5em;
        min-width: 72px;
    }
    #newsDetail .center {
        flex: 1;
        margin-left: 0.6rem;
    }
    #newsDetail .top .left {
        order: 1;
    }
    #newsDetail .top .center {
        order: 2;
    }
    #newsDetail .top .date .d {
        font-size: 1.5em;
    }
    #newsDetail .top .date .y {
        font-size: 0.8em;
        margin-bottom: 4px;
    }
    #newsDetail .top .center {
        min-height: 2.72em;
    }
    #newsDetail .content .left,
    #newsDetail .content .center {
        padding-top: 0.7rem;
    }
    #newsDetail .content .left {
        order: 1;
        display: block;
    }
    #newsDetail .content .left .mob {
        display: none;
    }
    #newsDetail .content .left a {
        margin-bottom: 1.5em;
    }
    #newsDetail .content .left a:last-child {
        margin-bottom: 0;
    }
    #newsDetail .content .center {
        order: 2;
    }
    #newsDetail .list {
        display: block;
    }
    #newsDetail .list .swiper-wrapper{
        display: block;
    }
    #newsDetail .list a {
        margin-bottom: 0.4rem;
    }
    #newsDetail .list a .content {
        padding: 24px;
    }
    #newsDetail .list a:last-child {
        margin-bottom: 0.4rem;
    }
}
@media (max-width: 1024px) {
    #newsDetail,
    #newsDetail .top,
    #newsDetail .content {
        display: block;
    }
    #newsDetail .top .left {
        display: block;
    }
    #newsDetail .top .date,
    #newsDetail .top .date .d,
    #newsDetail .top .date .y {
        display: inline;
    }
    #newsDetail .top .center {
        margin: 12px 0;
    }
    #newsDetail .content .left {
        display: none;
    }
    #newsDetail .content .center {
        margin-top: 36px;
    }
    #newsDetail .list .swiper {
        margin-right: -16px;
    }
    #newsDetail .list li {
        width: 33.3333%;
    }
    #newsDetail .list a {
        margin: 16px 16px 0 0;
    }
    #newsDetail .list a .content {
        padding: 16px;
    }
}
@media (max-width: 800px){
    #newsDetail .list li{
        width: 50%;
    }
}
#contact .item .cc {
    width: 2em;
    height: 2em;
    background-color: #0756a0;
    margin-right: 0.5em;
    color: #fff;
}
#contact .item .cc .icon {
    font-size: 0.8em;
}
#contact .item .ms {
    color: #999;
    font-size: 0.7em;
}
#contact .item .en {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 6px;
}
#contact .item .headline {
    color: #0756a0;
    white-space: nowrap;
}
#contact .item .row {
    margin-bottom: 0.1rem;
    padding-bottom: 10px;
}
#contact .item:hover {
    border-color: #0756a0;
}
#contact .left {
    flex: 1;
    margin-right: 1.2rem;
}
#contact .left .item {
    flex: 1;
    border-bottom: 0.1em solid #e5e5e5;
}
#contact .left .item:hover {
    color: #0756a0;
}
#contact .left .item:hover .text {
    opacity: 1;
}
#contact .content {
    padding-bottom: 20px;
    margin-bottom: 0.6rem;
    margin-top: 20px;
}
@media (max-width: 1280px) {
    #contact .content {
        display: block;
    }
    #contact .left {
        margin-bottom: 30px;
        margin-right: 0;
    }
    #contact .left .item {
        padding-bottom: 20px;
    }
}
@media (min-width: 801px) {
    #contact .left .item + .item {
        margin-left: 0.6rem;
    }
}
@media (max-width: 800px) {
    #contact .left {
        display: block;
    }
    #contact .left .char {
        padding-left: 2.5em;
    }
    #contact .item {
        margin-bottom: 20px;
    }
}
#map {
    height: 6rem;
    min-height: 300px;
}
#map .amap-marker .dot {
    font-size: 5.20833333vw;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #0756a0;
    border-radius: 50%;
    border: 0.05em solid #fff;
    height: 0.16em;
    width: 0.16em;
    margin: -0.13em 0 0 -0.13em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
    #map .amap-marker .dot {
        font-size: 52px;
    }
}
#map .amap-marker .box {
    width: 2.8em;
    height: 1.2em;
    background-color: #0756a0;
    border-radius: 0.4em;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -1.4em;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
#map .amap-marker .box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #0756a0;
    margin-left: -6px;
    margin-top: -1px;
}
#map .amap-marker .box > img {
    max-width: 70%!important;
    max-height: 70%!important;
}
