.logo {
    max-height: 50px;
    height: 3em;
}
.logo img {
    max-height: 100%;
}
.caption {
    padding-bottom: 40px;
    margin-bottom: 0.1rem;
}
.caption .h1 {
    font-size: 1.2em;
    color: #075aa2;
}
.caption .h2 {
    font-size: 2.4em;
    font-weight: bold;
    padding-top: 4px;
    margin-top: 0.1rem;
    line-height: 1.35;
}
.caption .left {
    margin-right: 1rem;
}
.caption.inherit .h1 {
    color: inherit;
}
@media (max-width: 800px) {
    .caption.exceed {
        display: block;
    }
    .caption.exceed .left {
        margin-right: 0;
        margin-bottom: 36px;
    }
}
.datum {
    --datum--: 0;
    position: relative;
}
.datum .name {
    opacity: 0.7;
    font-size: 14px;
}
.datum .enb {
    font-size: 2.4em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    transition: all 0.4s ease;
}
.datum .enb:after {
    content: attr(data-content);
    font-size: 0.625em;
    padding-left: 0.5em;
}
.datum .item:hover .enb {
    color: #075aa2;
}
@media (min-width: 801px) {
    .datum {
        padding-bottom: 20px;
    }
    .datum .line {
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.4s ease;
        width: 2em;
        height: 2px;
        transform: translateX(var(--datum--));
        background-color: #075aa2;
    }
    .datum .item {
        display: block;
    }
}
@media (max-width: 800px) {
    .datum {
        display: block;
        margin-top: -20px;
    }
    .datum .line {
        display: none;
    }
    .datum .item {
        padding: 20px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    }
}
.spread {
    transform: scale(0);
    animation: spread 6s linear infinite;
}
.spread:nth-of-type(2) {
    animation-delay: 2s;
}
.spread:nth-of-type(3) {
    animation-delay: 4s;
}
@keyframes spread {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.more .char {
    font-size: 0.8em;
    margin-left: 2em;
}
.more .arrow {
    position: relative;
    z-index: 2;
}
.more .arrow .cc {
    transition: all 0.4s ease;
    width: 2.6em;
    height: 2.6em;
    background-color: #075aa2;
    color: #fff;
    position: relative;
    z-index: 2;
    transform: rotateZ(-45deg);
}
.more .arrow .spread,
.more .arrow .mutually {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: #075aa2;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
}
.more.white {
    color: #fff;
}
.more.white .arrow .cc {
    background-color: #fff;
    color: #075aa2;
}
.more.white .arrow .mutually,
.more.white .arrow .spread {
    background-color: #fff;
}
.more:hover .arrow .spread {
    background-color: transparent!important;
}
.more:hover .arrow .mutually {
    transform: scale(1.5);
    opacity: 0.5;
}
.swiper-pagination.default {
    padding-top: 30px;
    margin-top: 0.2rem;
    width: auto;
    position: static;
    height: 8px;
}
.swiper-pagination.default .swiper-pagination-bullet {
    vertical-align: top;
    transition: all 0.4s ease;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
    background-color: #075aa2;
}
.swiper-pagination.white .swiper-pagination-bullet-active,
.swiper-pagination.white .swiper-pagination-bullet {
    background-color: #fff;
}
.swiper1 {
    margin: -0.45rem -0.32rem 0 0;
    overflow: visible;
    clip-path: polygon(-1em -1em, 99.5% -1em, 99.5% calc(100% + 1em), -1em calc(100% + 1em));
}
.swiper1 .swiper-slide {
    box-sizing: border-box;
    padding: 0.45rem 0.32rem 0 0;
}
.swiper1 .zone {
    transition: all 0.4s ease-out;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
.swiper1 a.zone:hover,
.swiper1 a .zone:hover {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
    .swiper1 {
        margin: 0 -20px 0 0;
    }
    .swiper1 .swiper-slide {
        padding: 0 20px 0 0;
    }
}
.list1 {
    margin: -0.32rem -0.32rem 0 0;
}
.list1 li {
    box-sizing: border-box;
    padding: 0.32rem 0.32rem 0 0;
}
@media (max-width: 1024px) {
    .list1 {
        margin: -20px -20px 0 0;
    }
    .list1 li {
        padding: 20px 20px 0 0;
    }
}
.list2 {
    margin: -0.32rem -0.32rem 0 0;
}
.list2 li {
    box-sizing: border-box;
    padding: 0.32rem 0.32rem 0 0;
}
@media (max-width: 960px) {
    .list2 {
        margin: -16px -16px 0 0;
    }
    .list2 li {
        padding: 16px 16px 0 0;
    }
}
.w3 li {
    width: 33.33333%;
}
@media (max-width: 1024px) {
    .w3 li {
        width: 50%;
    }
}
@media (max-width: 800px) {
    .w3 li {
        width: 100%;
    }
}
.w4 li {
    width: 25%;
}
@media (max-width: 1024px) {
    .w4 li {
        width: 33.333333%;
    }
}
@media (max-width: 800px) {
    .w4 li {
        width: 50%;
    }
}
.group {
    background: url(../images/index.jpg) no-repeat scroll bottom center;
}
a.tel {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    white-space: nowrap;
}
a.tel .dt {
    color: #fff;
}
a.tel .dt .icon {
    font-size: 1.375em;
    margin-right: 0.36em;
    animation: info-animation 3.2s linear infinite;
}
@keyframes info-animation {
    0% {
        transform: rotateZ(0) scale(1);
    }
    1% {
        transform: scale(1.05);
    }
    1.875% {
        transform: rotateZ(10deg) scale(1.1);
    }
    3.75% {
        transform: rotateZ(0) scale(1.1);
    }
    5.625% {
        transform: rotateZ(-10deg) scale(1.1);
    }
    7.5% {
        transform: rotateZ(0) scale(1.05);
    }
    8.75% {
        transform: rotateZ(5deg) scale(1.1);
    }
    10% {
        transform: rotateZ(0) scale(1.1);
    }
    11.25% {
        transform: rotateZ(-5deg) scale(1.05);
    }
    12.5% {
        transform: rotateZ(0) scale(1);
    }
    100% {
        transform: rotateZ(0) scale(1);
    }
}
a.tel .dt .char {
    font-size: 12px;
}
a.tel .dd {
    font-size: 1.25em;
    margin-top: 0.5em;
    margin-bottom: -0.1em;
    letter-spacing: 0.06em;
}
a.tel:hover {
    color: #fff;
}
a.tel:hover .dd {
    font-weight: bold;
}
.wechat {
    text-align: center;
}
.wechat img {
    width: 7.5em;
    height: 7.5em;
    object-fit: contain;
}
.wechat p {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 10px;
}
.wechat li + li {
    margin-left: 0.3rem;
    padding-left: 10px;
}
.caption2 {
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 0.2rem;
}
.caption2 .enb {
    font-size: 3.2em;
    opacity: 0.1;
    text-transform: uppercase;
}
.caption2 .h1 {
    font-size: 2.4em;
    font-weight: bold;
    color: #075aa2;
    margin-top: -0.9em;
}
.caption2.inherit .h1 {
    color: inherit;
}
.caption2.center {
    text-align: center;
}
.product-title {
    padding-bottom: 30px;
    margin-bottom: 0.3rem;
}
.product-title .title {
    text-align: center;
    font-size: 1.8em;
    line-height: 1;
    padding-bottom: 1.5em;
    background: url(../images/title.png) no-repeat scroll center bottom;
}
.flow {
    background-image: linear-gradient(90deg, #2378c2, #075aa2);
    background-image: -webkit-linear-gradient(left, #2378c2, #075aa2);
    z-index: 0;
}
.flow.fill ~ * {
    position: relative;
    z-index: 1;
}
.define-svg {
    width: 0;
    height: 0;
}
.gray {
    background-color: #f3f3f3;
}
.product {
    text-align: center;
}
.product .swiper-wrapper {
    flex-direction: unset;
}
.product .bg,
.product .title,
.product .img,
.product .box {
    transition: all 0.4s ease-out;
}
.product .padding {
    height: 1.2em;
    padding-bottom: 18px;
    margin-bottom: 0.1rem;
    position: relative;
}
.product .title {
    font-size: 1.2em;
    color: #075aa2;
    line-height: 1;
    bottom: auto;
    padding-bottom: 2px;
}
.product .content {
    padding: 36px 0.36rem 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: url(../images/prd.jpg) no-repeat scroll center;
    background-size: cover;
}
.product .content > .bg {
    background-image: url(../images/pd.png);
    background-position: top center;
    background-color: #fff;
}
.product .bg {
    z-index: 1;
    pointer-events: none;
}
.product .padding,
.product .img {
    position: relative;
    z-index: 3;
}
.product .text,
.product .box {
    position: relative;
    z-index: 2;
}
.product .img {
    padding-top: 68%;
}
.product .cc {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    margin-left: -1.4em;
    width: 2.8em;
    height: 2.8em;
    color: #075aa2;
}
.product .cc .icon {
    font-size: 14px;
}
.product .box {
    color: #fff;
    margin: -0.3rem -0.36rem 0;
    padding: 0.4rem 0.36rem;
}
.product .box .bg {
    background-image: url(../images/pd2.jpg);
}
.product a {
    position: relative;
    padding-bottom: 1.4em;
}
.product a:hover .content {
    border-color: #075aa2;
}
.product a:hover .content > .bg {
    opacity: 0;
}
.product a:hover .box {
    color: #000;
}
.product a:hover .box .bg {
    transform: translateY(100%);
}
.product a:hover .cc {
    background-color: #075aa2;
    color: #fff;
}
.product a:hover .title {
    transform: translateY(calc(18px + 0.1rem));
    margin-top: 68%;
    color: #fff;
}
.product a:hover .img {
    transform: translateY(calc(-1.2em - 18px - 0.1rem));
}
@media (max-width: 1024px) {
    .product .content {
        padding: 36px 20px 0;
    }
    .product .box {
        margin: -20px -20px 0;
        padding: 40px 20px 30px;
    }
}
.video {
    background-color: #000;
}
.video .cc {
    background-color: #fff;
    color: #075aa2;
    z-index: 2;
    width: 4em;
    height: 4em;
}
.video .img {
    padding-top: 58%;
    opacity: 0.7;
}
.video:hover {
    background-color: #075aa2;
}
.swiper-change .more {
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    z-index: 2;
}
.swiper-change .more .arrow .cc {
    transform: none;
    background-color: #f3f3f3;
    color: #075aa2;
}
.swiper-change .more .arrow .mutually,
.swiper-change .more .arrow .spread {
    background-color: #f3f3f3;
}
.swiper-change .more:hover .arrow .cc {
    background-color: #075aa2 !important;
    color: #fff !important;
}
.swiper-change .more:hover .arrow .mutually {
    background-color: #075aa2 !important;
}
.swiper-change .more.prev {
    left: -1.3em;
}
.swiper-change .more.next {
    right: -1.3em;
}
.br {
    padding: 20px 0;
    height: 0.4rem;
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.3rem;
    padding-left: 0;
    font-size: 0;
    color: #a7a7a7;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25em;
    border-radius: 100px;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid transparent;
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    line-height: calc(2.5em - 4px);
    font-size: 20px;
}
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:hover,
ul.pagination li.active {
    color: #fff;
    border-color: #075aa2 !important;
    background-color: #075aa2;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
    border-color: #ddd;
}
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:hover,
ul.pagination li:first-child:hover {
    color: #075aa2;
    background-color: #fff;
}
ul.pagination li:last-child {
    margin-left: 0.24rem;
    margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
    content: "\e85c";
}
ul.pagination li:first-child {
    margin-right: 0.24rem;
    margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
    content: "\e85e";
}
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;
    }
}
@media (max-width: 1024px) {
    ul.pagination li {
        font-size: 12px;
    }
}
.step a {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 1em;
    height: 4.2em;
    background-color: #ffffff;
}
.step a .en {
    margin-bottom: -0.2em;
}
.step a .char {
    flex: 1;
    margin: 0 1em;
    line-height: 1.3;
}
.step a svg {
    width: 0.6em;
    height: 0.6em;
}
.step a use {
    fill: none;
    stroke: #454544;
    stroke-width: 2;
    transition: all 0.4s ease;
}
.step li.on a,
.step a:hover {
    background-color: #075aa2;
    color: #fff;
    border-color: #075aa2;
}
.step li.on a use,
.step a:hover use {
    fill: #fff;
    stroke: #fff;
}
#header,
#navbar {
    position: fixed;
}
#header {
    bottom: auto;
    z-index: 200;
    color: #fff;
    transition: all 0.4s ease;
}
#header .main {
    height: 5em;
}
#header .navbar {
    margin: 0 0.8rem 0 auto;
}
#header .navbar > li {
    margin-right: 0.4rem;
    position: relative;
}
#header .navbar > li:last-child {
    margin-right: 0;
}
#header .navbar > li > a {
    line-height: 1;
}
#header .navbar > li > a:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    margin-top: 0.625em;
    transition: all 0.4s ease;
    width: 0;
}
#header .navbar > li > .pull-down {
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 8px;
    transform: translateX(-50%);
    margin-top: 8px;
    color: #777;
    text-align: center;
    line-height: 1.35;
}
#header .navbar > li > .pull-down .content {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1em 1.5em;
    min-width: 5em;
    white-space: nowrap;
}
#header .navbar > li > .pull-down .content:empty {
    display: none;
}
#header .navbar > li > .pull-down a {
    padding: 6px 0;
    font-size: 0.9375em;
}
#header .navbar > li > .pull-down a:hover {
    color: #075aa2;
    text-decoration: underline;
}
#header .navbar > li:hover > .pull-down {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    margin-top: 0;
}
#header .navbar > li:hover > a:after,
#header .navbar > li.on > a:after {
    width: 100%;
}
#header .menu {
    font-size: 24px;
}
#header .menu .close {
    display: none;
}
#header.scroll {
    transform: translateY(-100%);
}
#header.show {
    transform: translateY(0);
}
#header.scroll,
#header.on {
    background-color: #075aa2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header.on .menu .open {
    display: none;
}
#header.on .menu .close {
    display: block;
}
@media (min-width: 1025px) {
    #header .menu {
        display: none;
    }
}
@media (max-width: 1024px) {
    #header .navbar {
        display: none;
    }
    #header .tel {
        margin: 0 0.8rem 0 auto;
    }
}
#navbar {
    display: none;
    background-color: #fff;
    padding-top: 60px;
    z-index: 199;
}
#navbar .main {
    overflow-y: auto;
    height: 100%;
}
#navbar dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
#navbar dt .icon {
    transition: all 0.4s ease;
}
#navbar dd {
    padding: 20px;
    line-height: 2;
    background-color: rgba(0, 0, 0, 0.1);
    color: #777;
    display: none;
}
#navbar dl.active dt > a {
    color: #075aa2;
}
#navbar dl.on dt .icon {
    transform: rotateZ(-180deg);
}
#banner {
    color: #fff;
}
#banner .main {
    top: auto;
    bottom: 5em;
    margin-bottom: 4.5em;
}
#banner .pagination {
    z-index: 2;
}
#banner .pagination .content {
    width: 22.5em;
    margin: 0 0 0 auto;
}
#banner .pagination .cc {
    width: 2.5em;
    height: 2.5em;
    border: 1px solid #fff;
}
#banner .pagination .cc:hover {
    background-color: #fff;
    color: #075aa2;
}
#banner .pagination .swiper-pagination {
    margin: 0 1.5em -0.1em;
    position: static;
    width: auto;
}
#banner .pagination .progress {
    flex: 1;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
#banner .pagination .progress .bar {
    background-color: #075aa2;
    height: 100%;
    width: 0;
    animation-timing-function: linear;
}
#banner .pagination .play {
    margin: 0 1.5em;
}
#banner .pagination .play .close {
    display: none;
}
#banner .swiper .img {
    min-height: 480px;
    overflow: hidden;
    max-height: 95vh;
}
#banner .swiper .img .mask {
    opacity: 0.75;
    display: none;
}
#banner .swiper .img .mask:nth-of-type(1) {
    bottom: auto;
    height: 3rem;
    min-height: 100px;
    background-image: linear-gradient(180deg, #075aa2, transparent);
    background-image: -webkit-linear-gradient(top, #075aa2, transparent);
}
#banner .swiper .img .mask:nth-of-type(2) {
    top: auto;
    height: 5.5rem;
    min-height: 200px;
    background-image: linear-gradient(180deg, transparent, #000);
    background-image: -webkit-linear-gradient(top, transparent, #000);
}
#banner .swiper .img .place {
    padding-top: 48%;
}
#banner .swiper .main .content {
    margin-right: 31.25em;
}
#banner .swiper .main .h1 {
    font-weight: bold;
    font-size: 0.6rem;
}
@media (max-width: 960px) {
    #banner .swiper .main .h1 {
        font-size: 30px;
    }
}
#banner .swiper .main .h2 {
    margin-top: 10px;
}
#banner .swiper.pause ~ .pagination .play .open {
    display: none;
}
#banner .swiper.pause ~ .pagination .play .close {
    display: block;
}
#banner .swiper.pause ~ .pagination .progress .bar {
    animation-play-state: paused;
}
#banner .swiper.ready ~ .pagination .progress .bar {
    width: 100%;
    animation-name: banner-progress;
}
@keyframes banner-progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    #banner .swiper .main .content {
        margin: 0 auto;
    }
    #banner .pagination {
        margin-bottom: 2.25em;
    }
    #banner .pagination .content {
        width: auto;
        margin: 0 auto -18px;
    }
    #banner .pagination .cc {
        border-color: transparent;
    }
}
#about {
    color: #fff;
    z-index: 2;
}
#about .main {
    overflow: hidden;
}
#about .place {
    margin-top: -5em;
}
#about .bg {
    z-index: 1;
    pointer-events: none;
    margin-right: -2rem;
    background: url(../images/about.png) no-repeat scroll center right;
    background-color: #0e69b9;
}
@media (max-width: 1280px) {
    #about .bg {
        margin-right: -1rem;
    }
}
#about .bg .cc {
    width: 34.5em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -19.5em;
    bottom: -4em;
    animation: rotating 64s linear infinite;
}
@keyframes rotating {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
#about .bg .cc:before {
    content: "";
    position: absolute;
    left: -3px;
    height: 7px;
    width: 7px;
    top: 50%;
    margin-top: -3.5px;
    background-color: #fff;
    border-radius: 50%;
}
#about .container {
    padding-left: 1rem;
    z-index: 2;
}
#about .container .content {
    max-width: 880px;
}
#about .container .text {
    padding: 30px 0;
    margin: 0.3rem 0 0.5rem;
}
#about .container .datum .line {
    background-color: #fff;
}
#about .container .datum .enb:after {
    opacity: 0.7;
    transition: all 0.4s ease;
}
#about .container .datum .item:hover .enb {
    color: #fff;
}
#about .container .datum .item:hover .enb:after {
    opacity: 1;
}
@media (max-width: 800px) {
    #about .container .datum .item {
        border-color: rgba(255, 255, 255, 0.1);
    }
}
#product {
    overflow: hidden;
}
#product .main {
    background-image: url(../images/product.jpg);
}
#case {
    color: #fff;
    overflow: hidden;
}
#case .left .text {
    padding-bottom: 30px;
    margin-bottom: 0.6rem;
}
#case .right .img {
    padding-top: 58%;
    transition: all 0.4s ease;
}
#case .right .item {
    background-color: #075aa2;
}
#case .right .item:hover .img {
    opacity: 0.5;
}
#case .swiper-wrapper {
    flex-direction: unset;
}
#case .swiper {
    margin: -2em -1em 0 0;
}
#case .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 2em 1em 0 0;
}
@media (min-width: 1025px) {
    #case .swiper-pagination {
        display: none;
    }
    #case .left {
        width: 40%;
        box-sizing: border-box;
        padding-right: 1.5rem;
    }
    #case .right {
        width: 60%;
        position: relative;
        z-index: 2;
    }
    #case .swiper-change {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        margin: 0 -0.2rem;
    }
    #case .swiper-change .cc {
        width: 2.5em;
        height: 2.5em;
        border: 1px solid #fff;
        opacity: 0.7;
        position: absolute;
        top: 50%;
        margin-top: -1.25em;
        transform: translateY(-1px);
    }
    #case .swiper-change .cc.prev {
        right: 100%;
    }
    #case .swiper-change .cc.next {
        left: 100%;
    }
    #case .swiper-change .cc:hover {
        background-color: #075aa2;
        opacity: 1;
        border-color: #075aa2;
    }
}
@media (max-width: 1024px) {
    #case .main {
        display: block;
    }
    #case .right {
        margin-top: 36px;
    }
    #case .swiper-change {
        display: none;
    }
}
#news {
    overflow: hidden;
}
#news .swiper .img {
    padding-top: 65%;
}
#news .swiper .content {
    padding: 0.3rem 0.4rem;
}
@media (max-width: 1024px) {
    #news .swiper .content {
        padding: 20px;
    }
}
#news .swiper .headline {
    transition: all 0.4s ease;
    line-height: 1.35;
    height: 3.7em;
}
#news .swiper .en {
    font-size: 0.7em;
    line-height: 1;
    padding: 10px 0;
    margin: 0.1rem 0;
}
#news .swiper a:hover .headline {
    font-weight: bold;
    color: #075aa2;
}
#partner {
    background-image: linear-gradient(180deg, transparent, rgba(7, 90, 162, 0.3));
    background-image: -webkit-linear-gradient(top, transparent, rgba(7, 90, 162, 0.3));
}
#partner .swiper {
    margin: -1em -1em 0 0;
}
#partner .swiper .swiper-wrapper {
    flex-direction: unset;
}
#partner .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 1em 1em 0 0;
}
#partner .swiper a {
    border: 1px solid #999;
    padding-top: 40%;
    background-color: #fff;
    position: relative;
}
#partner .swiper a:hover {
    border-color: #075aa2;
    background-color: #075aa2;
}
#partner .swiper a:hover img {
    filter: grayscale(1000%) brightness(1000%);
}
#partner .swiper img {
    transition: all 0.4s ease;
    max-height: 100%;
}
#partner .swiper .fill {
    padding: 1em;
}
#footer {
    background-color: #075aa2;
    color: #fff;
}
#footer .top {
    position: relative;
    z-index: 2;
}
#footer .top .nav {
    text-align: center;
    line-height: 1;
    margin-left: 0.5rem;
}
#footer .top .nav .top {
    margin-bottom: 0.4rem;
    position: relative;
}
#footer .top .nav .top:after {
    content: "";
    position: absolute;
    transition: all 0.4s ease-out;
    left: 50%;
    top: 100%;
    margin: 6px 0 0 -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    opacity: 0;
}
#footer .top .nav li {
    position: relative;
    margin-right: 0.5rem;
    margin-bottom: 20px;
}
#footer .top .nav li.on .top:after {
    opacity: 1;
}
#footer .top .nav .sub {
    margin-top: 0.2rem;
    opacity: 0.8;
}
#footer .top .nav a:hover {
    text-decoration: underline;
}
#footer .content {
    z-index: 1;
}
#footer .content .left {
    margin-right: 1rem;
}
#footer .content .left .headline {
    font-size: 1.25em;
    padding-bottom: 10px;
    margin-bottom: 0.15rem;
}
#footer .content .left .ul {
    opacity: 0.7;
}
#footer .content .left .ul li {
    margin-top: 4px;
}
#footer .content .left .ul li .name {
    white-space: nowrap;
}
#footer .content .share {
    padding-top: 20px;
    margin-top: 0.2rem;
}
#footer .content .share a {
    position: relative;
    width: 28px;
    height: 28px;
    opacity: 0.3;
    border: 1px solid #fff;
}
#footer .content .share a .fade {
    bottom: 100%;
    border-radius: 6px;
    padding: 1em;
    width: 100px;
    height: 100px;
    background-color: #fff;
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
}
#footer .content .share a .fade,
#footer .content .share a .fade:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#footer .content .share a .fade:after {
    content: "";
    top: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
#footer .content .share a + a {
    margin-left: 1.5em;
}
#footer .content .share a:hover {
    opacity: 1;
}
#footer .content .share a:hover .fade {
    margin-bottom: 8px;
}
#footer .container {
    padding-bottom: 30px;
}
#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.3rem;
    padding-top: 16px;
    padding-bottom: 16px;
}
#footer .copyright .content {
    margin: 0.1rem -0.3rem;
    font-size: 12px;
}
#footer .copyright a {
    opacity: 0.5;
    margin: 4px 0.3rem;
}
#footer .copyright a:hover {
    opacity: 1;
}
@media (min-width: 1281px) {
    #footer .content {
        margin-top: -50px;
    }
}
@media (max-width: 1280px) {
    #footer .top {
        margin-bottom: 40px;
    }
    #footer .top .nav {
        display: none;
    }
}
@media (max-width: 800px) {
    #footer .content {
        display: block;
    }
    #footer .content .left {
        margin-right: 0;
        margin-bottom: 24px;
    }
    #footer .content .share {
        width: fit-content;
        margin: 0.2rem auto 0;
    }
    #footer .copyright {
        text-align: center;
    }
    #footer .copyright .content,
    #footer .copyright .flex {
        display: block;
    }
}
#column .img {
    min-height: 320px;
}
#column .img:after {
    padding-top: 39.0625%;
}
#column .clip {
    position: relative;
}
#column .clip .mask {
    height: 3rem;
    min-height: 100px;
    background-image: linear-gradient(180deg, #075aa2, transparent);
    background-image: -webkit-linear-gradient(top, #075aa2, transparent);
    opacity: 0.75;
}
#column .channel {
    top: auto;
    color: #fff;
}
#column .channel .main {
    flex: 1;
    background: url(../images/r.png) no-repeat scroll right center;
    background-color: #075aa2;
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 32px;
}
#column .channel .main a {
    position: relative;
    margin-right: 0.6rem;
    margin-top: 16px;
    opacity: 0.5;
}
#column .channel .main a:after {
    content: "";
    margin-top: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background-color: #fff;
    transition: width 0.4s ease;
    width: 0;
}
#column .channel .main a.on,
#column .channel .main a:hover {
    opacity: 1;
}
#column .channel .main a.on:after,
#column .channel .main a:hover:after {
    width: 100%;
}
@media (max-width: 1440px) {
    #column .channel .main {
        padding-top: 12px;
        padding-bottom: 28px;
    }
}
@media (max-width: 1024px) {
    #column .channel .main {
        padding-top: 6px;
        padding-bottom: 22px;
    }
}
#column .channel .scroll {
    white-space: nowrap;
    padding: 0 1.6rem;
    background-color: rgba(0, 0, 0, 0.5);
}
#column .channel .scroll svg {
    width: 2.5em;
    height: 2.5em;
    margin-right: 0.5em;
}
#column .channel .scroll svg .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-dasharray: 0.001, 10;
    animation: xuanzhuan 36s linear  infinite;
    transform-origin: center center;
}
@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
#column .channel .scroll svg .cls-2 {
    fill: #fffefe;
    fill-rule: evenodd;
}
#column .channel .scroll svg .cls-3 {
    fill: #0759a3;
}
#column .channel .scroll .char {
    text-transform: uppercase;
    font-size: 0.875em;
    font-family: 'adineue', sans-serif;
}
@media (min-width: 1025px) {
    #column .channel .main {
        padding-right: 0;
        display: block;
    }
}
@media (max-width: 1024px) {
    #column .channel .main {
        padding-right: 1rem;
    }
    #column .channel .main .list {
        margin: 0 -12px;
    }
    #column .channel .main a {
        margin-left: 12px;
        margin-right: 12px;
    }
    #column .channel .scroll {
        display: none;
    }
}
@media (max-width: 1024px) {
    #column .channel {
        position: relative;
    }
}
#page {
    position: fixed;
    left: 0;
    width: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff);
}
#page .content {
    width: fit-content;
    text-align: center;
    margin: -0.2em auto 0;
    font-family: 'adineue', sans-serif;
    line-height: 1;
    color: #666;
}
#page .content .line {
    margin: 1.25em auto;
    width: 2px;
    background-color: #075aa2;
    height: 7.5em;
}
#page .content .line:after {
    top: 100%;
    left: -3px;
    height: 7px;
    width: 7px;
    background-color: #075aa2;
}
@media (max-width: 1280px) {
    #page {
        display: none;
    }
}
#gsjj .main {
    background: url(../images/company.jpg) no-repeat scroll top center;
}
#gsjj .left .headline {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 12px;
    margin-bottom: 0.1rem;
}
#gsjj .left .text {
    padding-bottom: 30px;
    margin-bottom: 0.1rem;
}
#gsjj .left .more {
    margin-top: calc(30px + 0.3rem);
}
#gsjj .right .img {
    background-position: top left;
}
@media (min-width: 1025px) {
    #gsjj .left,
    #gsjj .right {
        width: 50%;
    }
    #gsjj .right {
        box-sizing: border-box;
        padding-left: 0.8rem;
    }
    #gsjj .right .img {
        margin-right: -2rem;
        height: 100%;
    }
}
@media (max-width: 1024px) {
    #gsjj .main {
        display: block;
    }
    #gsjj .right {
        margin-right: -1rem;
        padding-top: 0;
    }
    #gsjj .right .img {
        padding-top: 82.5253664%;
    }
}
#qywh {
    color: #fff;
    overflow: hidden;
}
#qywh .headline {
    text-align: center;
    padding: 0.5rem 0 40px;
    margin: 40px auto 0.7rem;
    font-weight: bold;
    font-size: 1.8em;
}
#qywh .swiper {
    text-align: center;
    margin-left: -1px;
}
#qywh .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: auto;
}
#qywh .swiper .swiper-slide:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#qywh .swiper .content {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.8rem;
    height: 100%;
    box-sizing: border-box;
}
#qywh .swiper .content .title {
    font-size: 1.5em;
}
#qywh .swiper .content .char {
    font-weight: bold;
}
#qywh .swiper .content .line {
    padding: 16px 0;
    margin: 0.16rem auto 0.1rem;
}
#qywh .swiper .content .line:after {
    background-color: #075aa2;
    width: 30px;
    height: 4px;
    margin: 0 auto;
}
#qywh .swiper .more {
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    margin-left: -1.3em;
}
#qywh .swiper .more .cc {
    transform: none;
}
#qywh .swiper .more.prev {
    left: 33.33333%;
}
#qywh .swiper .more.next {
    left: 66.666666%;
}
#qywh .swiper .more:hover .arrow .cc {
    background-color: #075aa2;
    color: #fff;
}
#qywh .swiper .more:hover .arrow .mutually,
#qywh .swiper .more:hover .arrow .spread {
    background-color: #075aa2;
}
@media (max-width: 1024px) {
    #qywh .swiper {
        font-size: 14px;
    }
    #qywh .swiper .more.prev {
        left: 25%;
    }
    #qywh .swiper .more.next {
        left: 75%;
    }
}
@media (max-width: 800px) {
    #qywh .swiper .content {
        padding: 36px 20px;
    }
    #qywh .swiper .more.prev {
        left: 8%;
    }
    #qywh .swiper .more.next {
        left: 92%;
    }
}
#qyry{
    overflow: hidden;
}
#qyry .main {
    background-image: url(../images/honor.jpg);
}
#qyry .container {
    padding-top: 20px;
}
#qyry .swiper {
    overflow: visible;
    width: 6rem;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
#qyry .swiper .box {
    position: relative;
    background: url(../images/bk.jpg) no-repeat scroll center;
    background-size: 100% 100%;
    padding-top: 68.64686469%;
}
#qyry .swiper .img {
    width: 69.47194719%;
    height: 70.91346154%;
}
#qyry .swiper .headline {
    margin-top: 0.8em;
}
#qyry .swiper .swiper-slide-active .headline {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
@media (min-width: 1025px) {
    #qyry .left {
        width: 5rem;
        box-sizing: border-box;
        padding-right: 1rem;
        font-size: 1.125em;
        font-weight: bold;
        color: #777;
    }
    #qyry .left li {
        position: relative;
        padding-left: 1.5em;
        transition: all 0.4s ease;
    }
    #qyry .left li:before {
        content: "●";
        position: absolute;
        left: 0;
        width: 1em;
        text-align: center;
        top: 0;
    }
    #qyry .left li.on {
        color: #075aa2;
    }
    #qyry .left li + li {
        margin-top: 0.2rem;
    }
    #qyry .right {
        width: calc(100% - 5rem);
    }
    #qyry .swiper-pagination,
    #qyry .swiper .headline {
        display: none;
    }
}
@media (max-width: 1024px) {
    #qyry .container {
        display: block;
    }
    #qyry .left {
        display: none;
    }
    #qyry .swiper {
        width: 80vw;
        max-width: 480px;
    }
}
#brief .main {
    background-image: url(../images/pd-top.jpg);
}
#brief .left .line {
    width: 44px;
    height: 4px;
    background-color: #075aa2;
    margin-bottom: 36px;
}
#brief .left .title {
    font-size: 1.5em;
}
#brief .left .text {
    padding: 20px 0;
    margin: 0.1rem auto 0.5rem;
}
#brief .left .more .cc{
    transform: none;
}
#brief .right img{
    max-height: 450px;
}
@media (min-width: 1025px) {
    #brief .left,
    #brief .right {
        width: 50%;
    }
    #brief .right {
        box-sizing: border-box;
        padding-left: 1rem;
    }
}
@media (max-width: 1024px) {
    #brief .main {
        display: block;
    }
    #brief .right {
        margin: 50px auto 0;
        max-width: 640px;
        width: 70%;
    }
}
#introduce .list {
    color: #777;
}
#introduce .list a:hover,
#introduce .list a.on {
    color: #075aa2;
}
@media (min-width: 801px) {
    #introduce .main {
        height: 4em;
        line-height: 4em;
        padding-bottom: 2px;
    }
    #introduce .list {
        margin: 0 -0.2rem;
    }
    #introduce .list a {
        border-bottom: 2px solid transparent;
        margin: 0 0.2rem;
        box-sizing: border-box;
    }
    #introduce .list a:after,
    #introduce .list a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #075aa2;
        transition: all 0.4s ease;
        opacity: 0;
    }
    #introduce .list a:after {
        margin-left: 1.75em;
    }
    #introduce .list a:before {
        margin-right: 1.75em;
    }
    #introduce .list a:hover,
    #introduce .list a.on {
        border-color: #075aa2;
    }
    #introduce .list a:hover:after,
    #introduce .list a.on:after,
    #introduce .list a:hover:before,
    #introduce .list a.on:before {
        opacity: 1;
    }
}
@media (max-width: 800px) {
    #introduce .main {
        padding-top: 10px;
        padding-bottom: 18px;
    }
    #introduce .list {
        text-align: center;
    }
    #introduce .list a {
        width: 33.333%;
        margin-top: 8px;
    }
    #introduce .list a.on {
        text-decoration: underline;
    }
}
#cpyy {
    overflow: hidden;
}
#cpyy .main {
    background-image: url(../images/cpyy.jpg);
}
#cpyy .swiper {
    color: #fff;
    text-align: center;
}
#cpyy .swiper .img {
    padding-top: 78.2122905%;
}
#cpyy .swiper .fill {
    transition: all 0.4s ease;
    top: auto;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
    height: 2em;
    line-height: 2em;
    padding: 0 1em;
}
#cpyy .swiper a:hover .fill {
    background-color: rgba(7, 90, 162, 0.77);
}
@media (max-width: 1280px) {
    #cpyy .swiper {
        font-size: 14px;
    }
}
#cptd .ul .headline img {
    width: 2.8em;
    height: 2.8em;
    object-fit: contain;
    transition: all 0.4s ease;
    margin-right: 0.5em;
}
#cptd .ul .headline .title {
    font-size: 1.2em;
}
#cptd .ul .text {
    padding: 20px 0;
    margin: 0 auto auto 0;
}
#cptd .ul .enb {
    margin-top: 0.2rem;
    font-size: 3em;
    margin-bottom: -0.2em;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #bdbdbd;
    transition: all 0.4s ease;
}
#cptd .ul .touch {
    background-color: #f3f3f3;
    height: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.6rem 0.4rem;
    transition: all 0.4s ease;
}
#cptd .ul .touch:hover {
    color: #fff;
    box-shadow: 0 1em 1em rgba(7, 90, 162, 0.3);
}
#cptd .ul .touch:hover img {
    filter: grayscale(1000%) brightness(1000%);
}
#cptd .ul .touch:hover .enb {
    color: #fff;
    -webkit-text-stroke: unset;
}
@media (max-width: 1280px) {
    #cptd .ul {
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    #cptd .ul .touch {
        padding: 24px 24px 20px;
    }
}
#syff {
    overflow: hidden;
}
#syff .main {
    background-image: url(../images/syff.jpg);
}
#syff .list {
    margin-bottom: 36px;
}
#syff .list li {
    width: 8em;
    box-sizing: border-box;
    padding: 0 0.8em;
    color: #777;
    cursor: pointer;
}
#syff .list li .cc {
    width: 3em;
    height: 2.8em;
    padding-top: 0.2em;
    border: 1px solid #777;
    margin: 0 auto;
}
#syff .list li .char {
    text-align: center;
    font-size: 0.8em;
    margin-top: 0.5em;
}
#syff .list li .cc,
#syff .list li .char {
    transition: all 0.4s ease;
}
#syff .list li:after {
    top: 1.5em;
    width: 5em;
    left: 50%;
    margin-left: 1.5em;
    height: 1px;
    background-color: #777;
}
#syff .list li:last-child:after {
    display: none;
}
#syff .list li.on .cc,
#syff .list li.on .char {
    color: #075aa2;
}
#syff .list li.on .cc {
    border-color: #075aa2;
}
#syff .list li.on .char {
    font-weight: bold;
}
#syff .container .swiper-slide {
    height: auto;
}
#syff .container .swiper {
    padding-bottom: 1em;
    margin-bottom: -1em;
}
#syff .container .swiper a {
    height: 100%;
    background-color: #fff;
}
#syff .container .swiper .headline {
    padding: 0 0.6rem;
    background-color: #f3f3f3;
    height: 5em;
    position: relative;
}
#syff .container .swiper .headline .enb {
    font-size: 3em;
    margin-bottom: -0.2em;
    transition: all 0.4s ease;
}
#syff .container .swiper .headline svg {
    width: 1.1em;
}
#syff .container .swiper .headline use {
    transition: all 0.4s ease;
    fill: none;
    stroke-width: 2;
    stroke: #454545;
}
#syff .container .swiper .content {
    padding: 0.5rem 0.6rem;
}
#syff .container .swiper .title {
    font-size: 1.2em;
    margin-bottom: 0.75em;
    transition: all 0.4s ease;
}
#syff .container .more {
    margin-top: -0.8em;
}
@media (min-width: 1025px) {
    #syff .swiper-pagination {
        display: none;
    }
}
@media (max-width: 1280px) {
    #syff .container {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    #syff .container .swiper .headline {
        font-size: 12px;
    }
    #syff .container .swiper .place1 {
        display: none;
    }
    #syff .container .more {
        display: none;
    }
}
@media (min-width: 801px) {
    #syff .container .swiper .touch:hover {
        box-shadow: 0 1em 1em rgba(7, 90, 162, 0.3);
    }
    #syff .container .swiper .touch:hover .enb {
        color: #fff;
    }
    #syff .container .swiper .touch:hover use {
        fill: #fff;
        stroke: #fff;
    }
    #syff .container .swiper .touch:hover .title {
        color: #075aa2;
    }
}
@media (max-width: 800px) {
    #syff .list {
        display: none;
    }
    #syff .container .swiper .place2 {
        display: none;
    }
    #syff .container .swiper .headline {
        padding: 0 24px;
    }
    #syff .container .swiper .content {
        padding: 20px 24px;
    }
    #syff .container .swiper .swiper-slide-active .touch {
        box-shadow: 0 1em 1em rgba(7, 90, 162, 0.3);
    }
    #syff .container .swiper .swiper-slide-active .touch .fade {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    #syff .container .swiper .swiper-slide-active .touch .enb {
        color: #fff;
    }
    #syff .container .swiper .swiper-slide-active .touch use {
        fill: #fff;
        stroke: #fff;
    }
    #syff .container .swiper .swiper-slide-active .touch .title {
        color: #075aa2;
    }
}
#czgf .title {
    font-size: 1.5em;
    line-height: 1;
}
#czgf .txt {
    padding: 10px 0 20px;
    margin: 0.2rem 0 0.4rem;
}
#czgf .step {
    margin: -0.8em -0.8em 0 0;
}
#czgf .step li {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0.8em 0.8em 0 0;
}
#czgf .step a {
    height: 3.5em;
}
@media (min-width: 1025px) {
    #czgf .swiper {
        margin-right: -0.6rem;
    }
    #czgf .left,
    #czgf .right {
        width: 50%;
        box-sizing: border-box;
        padding-right: 0.6rem;
    }
}
@media (max-width: 1024px) {
    #czgf .swiper-slide {
        display: block;
    }
    #czgf .right {
        margin-top: 36px;
    }
}
@media (max-width: 640px) {
    #czgf .step li {
        width: 50%;
    }
}
#cases {
    overflow: hidden;
}
#cases .more .arrow .cc {
    background-color: #fff;
}
#cases .more .arrow .mutually,
#cases .more .arrow .spread {
    background-color: #fff;
}
#cases .swiper {
    width: 80vw;
    max-width: 1000px;
    color: #fff;
    overflow: visible;
}
#cases .swiper .img {
    padding-top: 45%;
}
#cases .swiper .fill {
    top: auto;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    padding: 0.4rem 0.5rem;
    font-size: 1.2em;
}
#cases .swiper .swiper-slide-active .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
@media (max-width: 1280px) {
    #cases .swiper {
        font-size: 14px;
    }
}
#cases .list {
    text-align: center;
}
#cases .list .img {
    padding-top: 66%;
    margin-bottom: 0.5em;
}
#cases .list .title {
    height: 0.8rem;
    line-height: 0.8rem;
}
#cases .list a {
    background-color: #fff;
    padding: 0.5em;
}
#cases .list a:hover {
    color: #075aa2;
    box-shadow: 0 1em 1em rgba(0, 0, 0, 0.3);
}
#cases .swiper-pagination:empty {
    display: none;
}
@media (min-width: 1025px) {
    #cases .swiper-pagination {
        display: none;
    }
}
@media (max-width: 1024px) {
    #cases .more {
        display: none;
    }
}
@media (max-width: 1280px) {
    #cases .list {
        font-size: 15px;
    }
}
@media (max-width: 960px) {
    #cases .list .title {
        height: 40px;
        line-height: 40px;
        font-weight: normal;
    }
    #cases .swiper .img {
        padding-top: 64%;
    }
    #cases .swiper .fill {
        padding: 20px;
    }
}
#guidance .main {
    background-image: url(../images/service.jpg);
}
#guidance .swiper .title {
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
    font-size: 1.5em;
}
#guidance .swiper .right {
    flex: 1;
}
#guidance .swiper .right .img {
    padding-top: 75.0877193%;
}
@media (min-width: 1025px) {
    #guidance .swiper-pagination {
        display: none;
    }
    #guidance .list {
        width: 4.7rem;
        box-sizing: border-box;
        padding-right: 0.3rem;
        margin-top: -0.3rem;
    }
    #guidance .list li {
        margin-top: 0.3rem;
        width: 100%;
    }
    #guidance .list a {
        padding: 0 1.8em;
    }
    #guidance .list a .char {
        margin: 0 1.5em;
    }
    #guidance .gallery {
        width: calc(100% - 4.7rem);
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0.6rem;
        background-color: #ffffff;
    }
}
@media (max-width: 1024px) {
    #guidance .container {
        display: block;
    }
    #guidance .list {
        margin: -12px -12px 36px 0;
    }
    #guidance .list li {
        width: 50%;
        box-sizing: border-box;
        padding: 12px 12px 0 0;
    }
}
@media (min-width: 801px) {
    #guidance .swiper .left {
        width: 39.36170213%;
        min-width: 260px;
        box-sizing: border-box;
        padding-right: 0.4rem;
    }
}
@media (max-width: 800px) {
    #guidance .list li {
        width: 100%;
    }
    #guidance .swiper .swiper-slide {
        display: block;
    }
    #guidance .swiper .left {
        margin-bottom: 24px;
    }
}
#information .list .item {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
    #information .list .item {
        padding: 20px 0;
    }
}
#information .list .item:first-child {
    padding-top: 0;
}
#information .list .item:last-child {
    padding-bottom: 0;
    border: none;
}
#information .list .clip {
    width: 35%;
    max-width: 400px;
}
#information .list .clip .img {
    min-height: 100%;
}
#information .list .clip .img:after {
    padding-top: 65%;
}
#information .list .content {
    flex: 1;
    margin: auto 0 auto 0.4rem;
    padding-left: 10px;
}
#information .list .headline {
    padding-bottom: 10px;
    margin-bottom: 0.2rem;
}
#information .list .headline .date {
    font-size: 0.8em;
    margin-bottom: -0.2em;
    color: #777;
    font-family: 'adineue', sans-serif;
    white-space: nowrap;
}
#information .list .headline .title {
    font-size: 1.2em;
    margin-right: 1rem;
    max-height: 2.7em;
    line-height: 1.35;
    transition: all 0.4s ease;
}
#information .list .more {
    margin: auto 0 auto 1.1rem;
}
#information .list .more .arrow .cc {
    color: #fff;
}
#information .list .more .arrow .mutually,
#information .list .more .arrow .spread,
#information .list .more .arrow .cc {
    background-color: #989898;
}
#information .list .more .arrow .mutually {
    transform: scale(1.5);
    opacity: 0.3;
}
#information .list .item:hover .title {
    color: #075aa2;
}
#information .list .item:hover .more .arrow .mutually,
#information .list .item:hover .more .arrow .spread,
#information .list .item:hover .more .arrow .cc {
    background-color: #075aa2;
}
@media (max-width: 1280px) {
    #information .list {
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    #information .list .more {
        display: none;
    }
    #information .list .headline {
        display: block;
    }
    #information .list .headline .date {
        margin-top: 6px;
    }
    #information .list .headline .title {
        max-height: 1.35em;
        -webkit-line-clamp: 1;
        font-weight: normal;
    }
}
#detail .top .back {
    color: #999;
    flex-shrink: 0;
}
#detail .top .back .cc {
    margin-right: 0.5em;
    transition: all 0.4s ease;
}
#detail .top .back:hover {
    color: #075aa2;
}
#detail .top .left {
    margin-right: 2rem;
}
#detail .top .left .title {
    font-size: 2em;
}
#detail .top .left .date {
    color: #999;
    font-size: 0.8em;
    font-family: 'adineue', sans-serif;
    margin-top: 0.1rem;
    line-height: 1;
    padding-top: 10px;
}
@media (min-width: 1025px) {
    #detail .top .back {
        order: 2;
    }
    #detail .top .back .cc {
        width: 2.5em;
        height: 2.5em;
        border: 1px solid #999;
    }
    #detail .top .back:hover .cc {
        border-color: #075aa2;
        background-color: #075aa2;
        color: #fff;
    }
    #detail .top .left {
        order: 1;
    }
}
@media (max-width: 1024px) {
    #detail .top {
        display: block;
    }
    #detail .top .left {
        margin: 30px 0 0 0;
    }
    #detail .top .left .title {
        font-size: 24px;
    }
}
#detail .line {
    padding: 30px 0;
    margin: 0.3rem 0;
}
#detail .line:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#detail .page {
    background-color: #f3f3f3;
    padding: 30px 40px;
}
#detail .page .item {
    max-width: 40%;
}
#detail .page .d {
    white-space: normal;
    margin-right: 1em;
}
#detail .page a {
    color: #777;
    flex: 1;
    -webkit-line-clamp: 1;
}
#detail .page a:hover {
    color: #075aa2;
}
@media (max-width: 800px) {
    #detail .page {
        display: block;
        padding: 10px 20px;
    }
    #detail .page .item {
        margin: 10px 0;
        max-width: 100%;
    }
}
#detail + #news .title {
    font-size: 1.5em;
    margin-bottom: 30px;
}
#lxwm .main {
    background: url(../images/contact.jpg) no-repeat scroll top center;
}
#lxwm .ul {
    margin: -5px -5px 0 0;
}
#lxwm .ul li {
    padding: 5px 5px 0 0;
    box-sizing: border-box;
}
#lxwm .ul .content {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    box-sizing: border-box;
    padding: 0.4rem 0.5rem;
}
#lxwm .ul .content:hover {
    border-color: #075aa2;
    box-shadow: 0 0 1em rgba(7, 80, 162, 0.5);
}
#lxwm .ul img {
    width: 5.625em;
    height: 4.625em;
    object-fit: contain;
}
#lxwm .ul .unit {
    margin: 0 -0.9rem auto 0;
}
#lxwm .ul .unit dl {
    margin: 2em 0.9rem 0 0;
}
#lxwm .ul .unit dt {
    font-size: 0.875em;
    opacity: 0.7;
    line-height: 1;
    margin-bottom: 0.1rem;
}
#lxwm .ul .unit dd {
    font-weight: bold;
    margin-top: 5px;
    font-size: 1.125em;
}
#lxwm .ul .tip {
    color: #999;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 0.3rem;
}
#map {
    height: 5.5rem;
    min-height: 360px;
}
#map .amap-marker .cc {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.7em;
}
#map .amap-marker .box {
    width: 5.4em;
    height: 5.4em;
    padding-bottom: 1.4em;
    position: relative;
    z-index: 2;
}
#map .amap-marker .box img {
    max-width: 80% !important;
}
#map .amap-marker .box,
#map .amap-marker .spread {
    background-image: url(../images/point.png);
}
#map .amap-marker .spread {
    z-index: 1;
    opacity: 0;
}
#zxly {
    overflow: hidden;
}
#zxly .main {
    background-image: url(../images/message.jpg);
}
@media (min-width: 1025px) {
    #zxly .form {
        width: 60%;
    }
}
#zxly .col {
    margin: -1.5em -1.5em 0.4rem 0;
    padding-bottom: 20px;
}
#zxly .col .half {
    width: 50%;
}
#zxly .col .full {
    width: 100%;
}
#zxly .col label {
    margin: 1.5em 1.5em 0 0;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    padding: 1.2em 1.5em;
}
#zxly .col label .input {
    flex: 1;
}
#zxly .col label input {
    width: 100%;
}
#zxly .col label textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 180px;
    line-height: 1.5;
    resize: none;
}
#zxly .col label:has(input:focus),
#zxly .col label:has(textarea:focus) {
    border-color: #075aa2;
}
#zxly .col label:has(input:focus) .char,
#zxly .col label:has(textarea:focus) .char {
    color: #075aa2;
}
#zxly .submit-button {
    background-color: #075aa2;
    height: 3.5em;
    min-height: 50px;
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
}
#zxly .submit-button:hover {
    box-shadow: 0 0.5em 2em rgba(6, 81, 114, 0.2);
}
#cpyc table {
    width: 100%;
}
#cpyc table .content .rtf {
    padding-bottom: 0.6rem;
    margin-top: 10px;
}
#cpyc table .content .box {
    padding: 16px 1rem 0;
    display: none;
}
#cpyc table .content td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#cpyc table .headline {
    padding: 0.36rem 0;
    cursor: pointer;
}
#cpyc table .headline td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 1.1rem;
    padding: 0 1em;
}
#cpyc table .headline td:first-child {
    padding-left: 0;
}
#cpyc table .headline td:last-child {
    padding-right: 0;
    text-align: right;
}
#cpyc table .headline .close {
    display: none;
}
#cpyc table .headline .icon {
    font-weight: bold;
    color: #d26516;
    font-size: 1.2em;
}
#cpyc table .headline .title {
    font-size: 1.1em;
}
#cpyc table .headline .dd {
    font-size: 0.8em;
    color: #999;
}
#cpyc table .headline.on .close {
    display: block;
}
#cpyc table .headline.on .open {
    display: none;
}
@media (min-width: 1025px) {
    #cpyc table .info {
        display: none;
    }
}
@media (max-width: 1024px) {
    #cpyc table .headline td {
        height: 60px;
    }
    #cpyc table .headline td:nth-last-of-type(2),
    #cpyc table .headline td:nth-last-of-type(3) {
        display: none;
    }
}
