.compensate-for-scrollbar {
    padding: 0!important;
}
.more2{
    color: #6fb4e4;
    width: fit-content;
    border-bottom: 2px solid #6fb4e4;
}
.more2:before{
    content: "• ";
}
.more2 i{
    padding-left: 1em;
}
.more2:hover{
    color: #ff7b00;
    border-color: #ff7b00;
}
.logo {
    height: 100%;
}
.logo img {
    max-height: 1.12rem;
    min-height: 50px;
    max-width: 160px;
}
.lang-content {
    background-color: #fff;
    font-size: 0.8em;
    border-radius: 0.5em;
    line-height: 40px;
}
@media (min-width: 1001px) {
    .lang-content {
        width: 100%;
        min-width: 120px;
        box-sizing: border-box;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
        padding: 0.5em 1em;
        text-align: center;
    }
}
@media (max-width: 1000px) {
    .lang-content {
        position: static;
        transform: none;
        visibility: visible;
        pointer-events: unset;
        opacity: 1;
        display: none;
        padding: 0.5em 0;
        width: 80%;
        max-width: 300px;
        margin-top: -40px;
        max-height: 100%;
        overflow-y: auto;
    }
}
.lang-content > li:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #f1f1f1;
}
.lang-content > li.active {
    color: #ff7b00;
    font-weight: bold;
}
@media (min-width: 1201px) {
    .lang-content > li.active {
        display: none;
    }
}
.lang-content > li.active .radio {
    border-color: #ff7b00;
}
.lang-content > li.active .radio > .circle {
    background-color: #ff7b00;
}
@media (min-width: 1001px) {
    .lang-content .radio {
        display: none;
    }
}
@media (max-width: 1000px) {
    .lang-content .radio {
        border: 1px solid #ccc;
        padding: 2px;
        margin-top: 14px;
    }
    .lang-content .radio > .circle {
        width: 6px;
        height: 6px;
        background-color: #ccc;
    }
}
@media (max-width: 1000px) {
    .lang-content .ell {
        margin-right: 4em;
    }
}
@media (min-width: 1001px) {
    .lang-content a:hover {
        color: #ff7b00;
        font-weight: bold;
    }
}
@media (max-width: 1000px) {
    .lang-content a {
        padding: 0 1.5em;
    }
}
.lang {
    cursor: pointer;
    position: relative;
}
.lang .icon-duoyuyan {
    font-size: 1.1em;
    margin-right: 0.36em;
}
@media (min-width: 1001px) {
    .lang .content {
        top: 100%;
        margin-top: -12px;
    }
}
.lang:hover .content {
    margin-top: 0;
}
.lang .char {
    font-size: 0.7em;
    margin-right: 0.57em;
}
.more {
    width: 10em;
    height: 2.5em;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
}
.more .box {
    position: relative;
    height: 100%;
}
.more .box:not(:hover) {
    animation: more-rotate-f 0.4s linear;
}
@keyframes more-rotate-f {
    0% {
        transform: rotateX(180deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}
.more .tier {
    border-radius: 2.5em;
    background-color: #fff;
    padding: 0.25em;
}
.more .tier.static {
    z-index: 1;
    transform: translateZ(2px);
}
.more .tier.active {
    z-index: -1;
    transform: rotateX(180deg) translateZ(2px);
    background-color: #ff7b00;
}
.more .tier.active .char {
    color: #fff;
}
.more .tier.active .circle {
    background-color: #fff;
    color: #ff7b00;
}
.more .circle {
    width: 2em;
    height: 2em;
    background-color: #ff7b00;
    color: #fff;
    transform: translateZ(0.2em);
}
.more .circle i {
    font-size: 0.7em;
    display: block;
}
.more .char {
    flex: 1;
    color: #585858;
    font-weight: bold;
}
.more:hover .box {
    animation: more-rotate-t 0.4s linear forwards;
}
@keyframes more-rotate-t {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(180deg);
    }
}
.section-title {
    text-align: center;
}
.section-title h1 {
    font-size: 0.48rem;
}
@media (max-width: 960px) {
    .section-title h1 {
        font-size: 24px;
    }
}
.section-title p {
    opacity: 0.8;
    font-size: 0.24rem;
}
@media (max-width: 1280px) {
    .section-title p {
        font-size: 16px;
    }
}
.section-title.t1 {
    padding-bottom: 30px;
    margin-bottom: 0.5rem;
}
.section-title.t1 h1 {
    color: #ff7b00;
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
}
.row-title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0.6rem;
}
.row-title h2,
.row-title h1 {
    color: #ff7b00;
    /*line-height: 1;*/
}
.row-title h1 {
    font-size: 0.4rem;
}
@media (max-width: 1056px) {
    .row-title h1 {
        font-size: 22px;
    }
}
.row-title h2 {
    font-size: 0.3rem;
}
@media (max-width: 1280px) {
    .row-title h2 {
        font-size: 20px;
    }
}
.row-title p {
    padding-top: 10px;
    margin-top: 0.3rem;
    opacity: 0.8;
    line-height: 1.8;
}
.row-title.white,
.row-title.white h2,
.row-title.white h1 {
    color: #fff;
}
.row-title.blue h1 {
    color: #14469c;
}
.row-title.blue h2 {
    color: #14469c;
}
[id*="Anchor"] {
    position: relative;
    top: 1.4rem;
}
@media (max-width: 822px) {
    [id*="Anchor"] {
        top: 60px;
    }
}
.swiper-pagination.default {
    position: relative;
    left: auto!important;
    z-index: 10;
    bottom: auto;
    margin: 0.3rem auto 0;
    padding-top: 20px;
    transform: translate(0, 0) !important;
    height: 8px;
}
.swiper-pagination.default > .swiper-pagination-bullet {
    vertical-align: top;
    background-color: #000;
}
.swiper-pagination.default > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff7b00;
}
.swiper-pagination.default.white > .swiper-pagination-bullet {
    background-color: #fff;
}
.article-1 {
    text-align: center;
    color: #585858;
}
.datum {
    width: 49em;
    max-width: 100%;
}
@media (max-width: 1000px) {
    .datum {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .datum {
        display: block;
    }
}
.datum .interaction {
    width: 25%;
    padding: 1.5em 0 1.5em 1.7em;
    box-sizing: border-box;
    color: #7f7f7f;
}
@media (max-width: 768px) {
    .datum .interaction {
        width: auto;
        line-height: 2.5em;
        border-bottom: 1px solid #f0f0f0;
        padding-left: 0;
    }
    .datum .interaction:first-child {
        padding-top: 0;
    }
    .datum .interaction:empty {
        display: none;
    }
    .datum .interaction .value {
        float: left;
    }
    .datum .interaction .name {
        float: right;
    }
    .datum .interaction .fade {
        display: none;
    }
}
.datum .interaction:hover {
    color: #ff7b00;
}
.datum .data {
    line-height: 1.2;
    height: 1em;
    overflow: hidden;
    font-size: 2.5em;
    display: inline-block;
    position: relative;
}
.datum .data > div {
    text-align: center;
}
.datum .key {
    margin-left: 1em;
    /*line-height: 1;*/
}
.datum .fade {
    left: 0;
    top: 2.5em;
    width: 0.8em;
    height: 0.8em;
    border: 0.1em solid #ff7b00;
    border-radius: 1em;
}
.datum .fade:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #ff7b00;
    margin: 0.3em auto;
}
.load-more {
    width: 9.5em;
    height: 2.5em;
    margin: 0.6rem auto 0;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    color: #595656;
    line-height: 1.3em;
}
@media (max-width: 960px) {
    .load-more {
        margin: 30px auto 0;
    }
}
.load-more .icon {
    font-size: 1.3em;
    opacity: 0.75;
}
.load-more .char {
    font-size: 14px;
}
.load-more .status {
    display: none;
}
.load-more .loading .icon {
    animation: xuanzhuan 5s linear;
    position: relative;
}
@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.load-more.default .default,
.load-more.loading .loading,
.load-more.nomore .nomore {
    display: block;
}
.detail-box {
    position: relative;
    display: none;
    background-color: transparent;
    padding: 0;
}
@media (min-width: 1025px) {
    .detail-box .carousel__button.is-close {
        left: 100%;
        bottom: 100%;
        margin: 0.5em 0 0 -1.8em;
        width: 3.5em;
        height: 3.5em;
        color: #14469c;
        border-radius: 100%;
        background-color: #fff;
        z-index: 3;
    }
    .detail-box .carousel__button.is-close > svg {
        filter: none;
    }
    .detail-box .carousel__button.is-close:hover > svg {
        transform: rotateZ(90deg);
    }
}
.detail-box .padding2 {
    height: 0.6rem;
    background-color: #fff;
    right: 2.5em;
    left: 50%;
    top: 0;
    position: absolute;
}
@media (max-width: 1000px) {
    .detail-box .padding2 {
        height: 36px;
    }
}
@media (max-width: 768px) {
    .detail-box .padding2 {
        left: 0;
    }
}
.detail-box .padding {
    left: auto;
    background-color: #fff;
    width: 0.6rem;
    top: 2.5em;
}
@media (max-width: 1000px) {
    .detail-box .padding {
        width: 36px;
    }
}
.detail-box .padding:after {
    bottom: 100%;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    background: url(../images/close.png) no-repeat scroll right top;
    background-size: 100% 100%;
    margin-bottom: -0.3em;
}
@media (max-width: 1025px) {
    .detail-box .padding:after {
        background-color: #fff;
    }
}
@media (max-width: 768px) {
    .detail-box .container {
        max-height: 100%;
        overflow: auto;
    }
}
.detail-box .container .half {
    box-sizing: border-box;
    width: 50%;
}
@media (max-width: 768px) {
    .detail-box .container .half {
        width: 100%;
    }
}
.detail-box .container .half.right {
    padding: 0.6rem 0.6rem 0 0;
}
@media (max-width: 1000px) {
    .detail-box .container .half.right {
        padding: 36px 36px 0 0;
    }
}
.detail-box .container .box {
    min-height: 6.8rem;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 0 0.6rem 0.6rem;
}
@media (max-width: 1000px) {
    .detail-box .container .box {
        padding: 0 0 36px 36px;
    }
}
.detail-box .container .title {
    color: #14469c;
    font-size: 0.36rem;
    margin-bottom: 0.6rem;
}
@media (max-width: 960px) {
    .detail-box .container .title {
        font-size: 18px;
    }
}
.detail-box .container form {
    margin: -12px -12px 0 0;
    font-size: 14px;
}
.detail-box .container dl {
    padding: 12px 12px 0 0;
    box-sizing: border-box;
}
.detail-box .container dl.must dt:before {
    content: "* ";
    color: red;
}
@media (max-width: 768px) {
    .detail-box .container dl.clear dt {
        float: left;
        line-height: 40px;
        margin-top: 6px;
    }
    .detail-box .container dl.clear dd {
        margin-left: 5em;
    }
}
.detail-box .container dt {
    color: #555;
}
.detail-box .container input {
    width: 100%;
    padding: 0 12px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    margin-top: 6px;
    height: 45px;
}
@media (max-width: 768px) {
    .detail-box .container input {
        height: 40px;
    }
}
.detail-box .container .submit-button {
    margin-top: 0.7rem;
    height: 56px;
    background-color: #14469c;
    color: #fff;
}
@media (max-width: 1200px) {
    .detail-box .container .submit-button {
        height: 48px;
    }
}
.form-container {
    margin: -0.4rem -0.4rem 0 0;
    position: relative;
}
.form-container .img {
    position: absolute;
    right: 0.4rem;
    bottom: 100%;
    margin-bottom: -0.4rem;
    width: 1.48rem;
    z-index: 2;
    min-width: 80px;
}
.form-container .img .cover {
    position: relative;
    top: 32.5px;
    padding-top: 128.37837838%;
    transform: translateY(5%);
    background-image: url(../images/form.png);
}
@media (max-width: 1200px) {
    .form-container .img .cover {
        top: 33px;
    }
}
.form-container dl {
    box-sizing: border-box;
    padding: 0.32rem 0.4rem 0 0;
}
.form-container dl.must dt:before {
    content: "*";
    color: red;
}
.form-container .col-1 {
    width: 100%;
}
.form-container .col-2 {
    width: 50%;
}
.form-container .col-3 {
    width: 33.3333%;
}
@media (max-width: 768px) {
    .form-container .col-3 {
        width: 50%;
    }
}
.form-container dt {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .form-container dt {
        margin-bottom: 5px;
    }
}
.form-container textarea,
.form-container input {
    width: 100%;
    padding: 0 12px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    transition: border 0.2s linear;
    background-color: #f9f9f9;
}
@media (max-width: 768px) {
    .form-container textarea,
    .form-container input {
        border-radius: 6px;
    }
}
.form-container textarea:focus,
.form-container input:focus {
    border-color: #14469c !important;
}
.form-container textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 172px;
    max-width: 100%;
}
.form-container input {
    height: 60px;
}
@media (max-width: 1200px) {
    .form-container input {
        height: 50px;
    }
}
@media (max-width: 768px) {
    .form-container input {
        height: 40px;
    }
}
.form-container .submit-button {
    border-radius: 10px;
    display: block;
    height: 70px;
    background-color: #14469c;
    color: #fff;
    margin-top: 0.6rem;
    padding: 0 0.9rem;
    font-size: 112.5%;
    cursor: pointer;
}
.form-container .submit-button:hover {
    background-color: #1752ba;
}
@media (max-width: 1200px) {
    .form-container .submit-button {
        height: 60px;
        padding: 0 50px;
    }
}
@media (max-width: 960px) {
    .form-container .submit-button {
        height: 60px;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .form-container .submit-button {
        height: 50px;
    }
}
.page > .clear {
    line-height: 1.125em;
}
.page > .clear > .fl {
    font-size: 87.5%;
}
.page > .clear > a {
    font-size: 112.5%;
    margin-right: 2rem;
    padding-left: 15px;
}
.page > .clear > a:before {
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 5px;
    margin-top: -2.5px;
    transition: all 0.2s linear;
}
.page > .clear:first-child {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: max(20px,0.45rem);
}
.page > .clear:last-child {
    padding-top: max(20px,0.45rem);
}
.page > .clear:hover {
    color: #14469c;
}
.page > .clear:hover > a {
    text-decoration: underline;
}
.page > .clear:hover > a:before {
    background-color: #14469c;
}
[class*='icon-'] {
    font-size: unset;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    height: 1.4rem;
    min-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-out;
}
#nav.scroll {
    transform: translateY(-100%);
}
#nav.active,
#nav.show {
    transform: translateY(0);
}
#nav .navbar {
    margin: 0 auto 0 0.75rem;
}
@media (max-width: 1200px) {
    #nav .navbar {
        margin: 0 auto 0 0.5rem;
    }
}
@media (min-width: 769px) {
    #nav .navbar,
    #nav .navbar .list,
    #nav .navbar .list > li,
    #nav .navbar .list > li > a {
        height: 100%;
    }
    #nav .navbar > .shadow {
        display: none;
    }
}
@media (max-width: 768px) {
    #nav .navbar {
        transition: all 0.2s ease-out;
        margin: 0;
        position: fixed;
        right: -100%;
        top: 60px;
        width: 100%;
        bottom: 0;
        background-color: #fff;
        line-height: 45px;
        float: none;
    }
    #nav .navbar > .shadow {
        pointer-events: none;
        font-size: 14px;
        z-index: 6;
        height: 10px;
        background-image: -webkit-linear-gradient(top, #000, transparent);
        background-image: linear-gradient(top, #000, transparent);
        opacity: 0.05;
    }
    #nav .navbar .list {
        width: 7em;
    }
}
#nav .navbar .sub-list {
    z-index: 4;
    position: absolute;
}
@media (min-width: 769px) {
    #nav .navbar .sub-list {
        padding: 1.2em;
        left: 0;
        top: 100%;
        margin-top: -8px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        width: auto;
        white-space: nowrap;
        min-width: 100%;
        box-sizing: border-box;
        line-height: 2em;
        /*height: 14.4em;*/
        column-gap: 1.2em;
    }
    #nav .navbar .sub-list:empty {
        display: none;
    }
    #nav .navbar .sub-list a {
        font-size: 16px;
    }
    #nav .navbar .sub-list a:hover {
        color: #ff7b00;
    }
}
@media (max-width: 1200px) {
    #nav .navbar .sub-list a {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    #nav .navbar .sub-list {
        background-color: #f9f9f9;
        left: 112px;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 16px;
        text-align: left;
        overflow-y: auto;
        overscroll-behavior: contain;
        -ms-scroll-chaining: chained;
        line-height: 3;
        font-size: 14px;
    }
    #nav .navbar .sub-list li {
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #fff;
    }
    #nav .navbar .sub-list li:last-child {
        border-bottom: 0 none;
    }
    #nav .navbar .sub-list li:first-child {
        border-top: 0 none;
    }
}
#nav .navbar .sub-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: -webkit-linear-gradient(left, #000, transparent);
    background-image: linear-gradient(left, #000, transparent);
    opacity: 0.02;
}
@media (min-width: 769px) {
    #nav .navbar .list > li {
        float: left;
        position: relative;
    }
}
#nav .navbar .list > li > a {
    font-size: 0.9em;
    padding: 0 0.25rem;
}
@media (max-width: 1680px) and (min-width: 1001px){
    #nav .navbar .list > li > a{
        padding: 0 0.15rem;
    }
}
#nav .navbar .list > li > a:before {
    content: '';
    display: block;
    width: 0.28em;
    height: 0.28em;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 0.12rem;
}
@media (min-width: 769px) and (max-width: 1500px) {
    #nav .navbar .list > li > a:before {
        display: none;
    }
}
#nav .navbar .list > li:hover > a,
#nav .navbar .list > li.active > a {
    background-color: #ff7b00;
    color: #fff;
}
#nav .navbar .list > li:hover .sub-list {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    z-index: 5;
    margin-top: 0;
}
@media (max-width: 767px) {
    #nav .navbar .list > li.active .sub-list {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
        z-index: 5;
        margin-top: 0;
    }
}
#nav .aside {
    height: 100%;
}
#nav .aside .contact {
    background-color: #ff7b00;
    color: #fff;
    padding: 0 1.25em;
    height: 2.5em;
    font-size: 0.8em;
    cursor: pointer;
}
#nav .aside .contact .char {
    padding-left: 0.5em;
}
#nav .aside .contact:hover {
    box-shadow: 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.2);
}
#nav .aside .share {
    margin: 0 0.6rem;
}
@media (max-width: 1500px) {
    #nav .aside .share {
        margin: 0 0.4rem;
    }
}
@media (max-width: 1001px) {
    #nav .aside .share {
        display: none;
    }
}
#nav .aside .share li {
    float: left;
}
#nav .aside .share li:not(:last-child) {
    margin-right: 0.2rem;
}
#nav .aside .share .circle {
    width: 2.5em;
    height: 2.5em;
    box-sizing: border-box;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 0.8em;
}
#nav .aside .share .circle:hover {
    border-color: #ff7b00;
    color: #ff7b00;
    transform: scale(1.1);
    box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.2);
}
#nav .aside .lang {
    color: #7f7f7f;
    height: 100%;
}
@media (max-width: 1000px) {
    #nav .aside .lang {
        display: none;
    }
}
@media (max-width: 1200px) {
    #nav .aside .lang .char span {
        display: none;
    }
}
#nav .aside .navbar-button,
#nav .aside .lang-toggle {
    font-size: 150%;
    color: #747474;
    margin-left: 0.6rem;
    position: relative;
}
@media (min-width: 1001px) {
    #nav .aside .lang-toggle {
        display: none;
    }
}
#nav .aside .navbar-button i {
    display: block;
}
@media (min-width: 769px) {
    #nav .aside .navbar-button {
        display: none;
    }
}
#nav.active .navbar {
    right: 0;
}
#nav.active .aside .navbar-button .default {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#nav.active .aside .navbar-button .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
#banner {
    overflow: hidden;
}
#banner .padding {
    max-height: 100vh;
    overflow: hidden;
    min-height: 500px;
}
#banner .padding:after {
    padding-top: 56.25%;
}
#banner .small {
    max-height: 74vh;
    overflow: hidden;
    min-height: 300px;
}
#banner .small:before {
    height: 1.4rem;
    min-height: 60px;
}
#banner .small:after {
    padding-top: 34.375%;
}
#banner .set-height {
    top: 1.4rem;
}
@media (max-width: 840px) {
    #banner .set-height {
        top: 60px;
    }
}
#banner .swiper-pagination {
    bottom: 20px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
#banner .swiper-button {
    color: #fff;
    opacity: 0.2;
    font-size: 0.6rem;
}
@media (max-width: 1200px) {
    #banner .swiper-button {
        font-size: 38px;
    }
}
#banner .swiper-button:after {
    display: none;
}
#banner .swiper-button:hover {
    opacity: 1;
}
#banner .swiper-button.swiper-button-prev {
    left: 0.85rem;
}
#banner .swiper-button.swiper-button-next {
    right: 0.85rem;
}
#banner .content {
    max-width: 768px;
    color: #fff;
}
#banner .content .quote {
    width: 2.8em;
    height: 1.6em;
    background-image: url(../images/banner-quote.png);
    margin-bottom: 0.32rem;
}
#banner .content h1 {
    font-size: 0.6rem;
}
@media (max-width: 785px) {
    #banner .content h1 {
        font-size: 24px;
    }
}
#banner .content h2 {
    font-size: 0.48rem;
}
@media (max-width: 810px) {
    #banner .content h2 {
        font-size: 20px;
    }
}
#banner .content p {
    font-size: 112.5%;
    margin: 0.18rem auto 0.48rem;
    line-height: 1.6;
    padding: 12px 0;
}
@media (max-width: 1000px) {
    #banner .content p {
        font-size: 14px;
    }
}
#banner .content .hr {
    margin: 0.5rem 0;
}
#banner .content .hr:after {
    height: 2px;
    background-color: #ff7b00;
}
#banner .content .time {
    margin-top: 0.32rem;
}
#banner .hyxh {
    min-height: 400px;
}
#banner .hyxh ~ .set-height .content {
    max-width: 500px;
}
#banner .hyxh ~ .set-height .content .hr {
    opacity: 0.5;
    padding: 10px 0;
    margin: 0.2rem auto;
}
#banner .hyxh ~ .set-height .content .hr:after {
    height: 1px;
    background-color: #fff;
}
#banner .hyxh ~ .set-height .content p {
    padding-bottom: 0;
    margin-bottom: 0;
}
#banner .swiper .content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.96rem;
    text-align: center;
}
@media (max-width: 1200px) {
    #banner .swiper .content {
        margin-bottom: 80px;
    }
}
#banner .swiper .content,
#banner .swiper .quote {
    margin-left: auto;
    margin-right: auto;
}
#banner .swiper .quote {
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 0.4s ease-out;
    opacity: 0;
}
#banner .swiper h1 {
    transition-delay: 0.2s;
}
#banner .swiper h1,
#banner .swiper p {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-out;
    transform: translateY(-30px);
}
#banner .swiper.ready .swiper-slide-active h1 {
    transition-delay: 0s;
}
#banner .swiper.ready .swiper-slide-active p {
    transition-delay: 0.2s;
}
#banner .swiper.ready .swiper-slide-active .quote {
    transform: scaleY(1);
    opacity: 1;
}
#banner .swiper.ready .swiper-slide-active h1,
#banner .swiper.ready .swiper-slide-active p {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateY(0);
}
#banner .scroll {
    margin: 0 0 0.96rem 0.85rem;
    padding-left: 0.26rem;
    z-index: 2;
    color: #fff;
}
@media (max-width: 1000px) {
    #banner .scroll {
        display: none;
    }
}
#banner .scroll .f1 {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 4px;
}
#banner .scroll .f2 {
    opacity: 0.5;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.81);
    transform-origin: left center;
}
#banner .scroll .line {
    top: -4px;
    left: 0;
    bottom: -0.96rem;
    width: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
#banner .scroll .line:after {
    left: 0;
    top: 0;
    width: 2px;
    background-color: #fff;
    height: 50px;
    animation: banner-scroll 4s linear infinite;
}
@keyframes banner-scroll {
    0% {
        top: 0;
        transform: translateY(-100%);
    }
    100% {
        top: 100%;
        transform: translateY(100%);
    }
}
#banner .flex-center {
    text-align: center;
}
#banner .flex-center .content {
    margin: 0 auto;
}
#banner .flex-center .content .quote {
    margin-left: auto;
    margin-right: auto;
}
#banner .mask {
    opacity: 0.4;
}
#banner .mask:before,
#banner .mask:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
#banner .mask:before {
    width: 50%;
    top: 0;
    background-image: linear-gradient(left, #000, transparent);
    background-image: -webkit-linear-gradient(left, #000, transparent);
}
#banner .mask:after {
    height: 2rem;
    min-height: 120px;
    right: 0;
    background-image: linear-gradient(bottom, #000, transparent);
    background-image: -webkit-linear-gradient(bottom, #000, transparent);
}
#banner .flex-hoz-center .content .more {
    margin-left: 0;
}
@media (max-width: 1000px) {
    #indexAbout .main {
        display: block;
    }
}
#indexAbout .main .item {
    flex: 1;
}
@media (min-width: 1001px) {
    #indexAbout .main .oppress {
        margin-right: 0.7rem;
    }
    #indexAbout .main .oppress img {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    #indexAbout .main .oppress {
        text-align: center;
        margin-bottom: 30px;
    }
}
#indexAbout .main .cn {
    font-size: 0.36rem;
    color: #ff7b00;
}
@media (max-width: 1173px) {
    #indexAbout .main .cn {
        font-size: 22px;
    }
}
#indexAbout .main .en {
    font-size: 0.24rem;
    opacity: 0.5;
    padding-left: 8px;
}
@media (max-width: 1400px) {
    #indexAbout .main .en {
        font-size: 16px;
    }
}
#indexAbout .main .hr {
    margin: 0.24rem 0;
    padding: 10px 0;
}
#indexAbout .main .hr:before {
    width: 16px;
    height: 4px;
    background-color: #ff7b00;
    border-radius: 4px;
}
#indexAbout .main .char {
    font-size: 112.5%;
}
#indexAbout .main .clear {
    padding-top: 20px;
    margin-top: 0.36rem;
    color: #ff7b00;
    font-size: 1.25em;
}
#indexAbout .main .more2{
    color: inherit;
    border-color: #ff7b00;
}
#indexAbout .main .clear .fl:after {
    height: 2px;
    background-color: #ff7b00;
}
#indexAbout .area {
    margin: 0.5rem auto 0.2rem;
    position: relative;
}
@media (min-width: 1201px) {
    #indexAbout .area {
        padding: 30px 0;
        background-image: url(../images/area-bg.png);
    }
}
@media (max-width: 1200px) {
    #indexAbout .area {
        padding-bottom: 50px;
    }
}
#indexAbout .area li {
    box-sizing: border-box;
    padding: 0 10px;
}
@keyframes area-shake {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}
@media (min-width: 1201px) {
    #indexAbout .area li {
        width: 10%;
        animation: area-shake 10s linear infinite;
    }
    #indexAbout .area li:nth-of-type(3) .line,
    #indexAbout .area li:nth-of-type(4) .line,
    #indexAbout .area li:nth-of-type(5) .line,
    #indexAbout .area li:nth-of-type(6) .line,
    #indexAbout .area li:nth-of-type(9) .line,
    #indexAbout .area li:nth-of-type(10) .line {
        background-image: url(../images/area-line.png);
    }
    #indexAbout .area li:nth-of-type(1) {
        animation-delay: 0s;
    }
    #indexAbout .area li:nth-of-type(1):before {
        padding-top: 13.92405063%;
    }
    #indexAbout .area li:nth-of-type(2) {
        animation-delay: 2s;
    }
    #indexAbout .area li:nth-of-type(2):before {
        padding-top: 11.39240506%;
    }
    #indexAbout .area li:nth-of-type(3) {
        animation-delay: 8s;
    }
    #indexAbout .area li:nth-of-type(3):before {
        padding-top: 7.59493671%;
    }
    #indexAbout .area li:nth-of-type(4) {
        animation-delay: 6s;
    }
    #indexAbout .area li:nth-of-type(4):before {
        padding-top: 18.98734177%;
    }
    #indexAbout .area li:nth-of-type(5) {
        animation-delay: 4s;
    }
    #indexAbout .area li:nth-of-type(5):before {
        padding-top: 7.59493671%;
    }
    #indexAbout .area li:nth-of-type(6) {
        animation-delay: 3s;
    }
    #indexAbout .area li:nth-of-type(6):before {
        padding-top: 13.92405063%;
    }
    #indexAbout .area li:nth-of-type(7) {
        animation-delay: 2s;
    }
    #indexAbout .area li:nth-of-type(7):before {
        padding-top: 22.78481013%;
    }
    #indexAbout .area li:nth-of-type(8) {
        animation-delay: 9s;
    }
    #indexAbout .area li:nth-of-type(8):before {
        padding-top: 10.12658228%;
    }
    #indexAbout .area li:nth-of-type(9) {
        animation-delay: 7s;
    }
    #indexAbout .area li:nth-of-type(9):before {
        padding-top: 0;
    }
    #indexAbout .area li:nth-of-type(10) {
        animation-delay: 5s;
    }
    #indexAbout .area li:nth-of-type(10):before {
        padding-top: 17.72151899%;
    }
}
@media (max-width: 1200px) {
    #indexAbout .area li {
        width: 20%;
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    #indexAbout .area li {
        width: 33.3333%;
    }
}
#indexAbout .area .item {
    max-width: 115px;
    margin: 0 auto;
    text-align: center;
}
#indexAbout .area .item:hover .cn {
    color: #ff7b00;
}
#indexAbout .area .item:hover .box {
    background-image: url(../images/area-border-active.png);
}
#indexAbout .area .item:hover .fade {
    transform: scale(1);
}
#indexAbout .area .add.active .item .cn {
    color: #ff7b00;
}
#indexAbout .area .add.active .item .box {
    background-image: url(../images/area-border-active.png);
}
#indexAbout .area .add.active .item .fade {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
#indexAbout .area .fade {
    position: absolute;
    width: 27.82608696%;
    background-image: url(../images/area-border-select.png);
    bottom: 82.60869565%;
    left: 25.2173913%;
    transform: scale(0.5);
    transform-origin: top center;
}
#indexAbout .area .fade:after {
    padding-top: 150%;
}
#indexAbout .area .box {
    position: relative;
    background-image: url(../images/area-border.png);
}
#indexAbout .area .line {
    margin: 0 0.55em;
    margin-bottom: 1em;
}
#indexAbout .area .line:after {
    padding-top: 8.60215054%;
}
#indexAbout .area .en {
    font-size: 12px;
    opacity: 0.5;
    line-height: 1.2;
}
#indexAbout .bottom .left {
    margin-left: 1.9rem;
}
@media (max-width: 1000px) {
    #indexAbout .bottom .left {
        display: none;
    }
}
#indexAbout .bottom .left .line {
    width: 20px;
    margin: 0 auto;
    text-align: center;
    color: #ff7b00;
}
#indexAbout .bottom .left .line .contain {
    height: 249px;
    background-image: url(../images/datum.png);
}
#indexAbout .bottom .left .line i {
    display: block;
    animation: mouse-down 2s linear infinite;
}
@keyframes mouse-down {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(10px);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
#indexScheme .section-title .more {
    margin-top: 0.5rem;
}
@media (max-width: 960px) {
    #indexScheme .section-title .more {
        margin-top: 24px;
    }
}
#indexScheme .body {
    padding-bottom: 1px;
}
#indexScheme .swiper {
    color: #fff;
}
#indexScheme .swiper h1 {
    text-align: center;
    /*line-height: 1;*/
    font-size: 0.5rem;
}
@media (max-width: 768px) {
    #indexScheme .swiper h1 {
        font-size: 20px;
    }
}
#indexScheme .swiper .mask {
    background-color: #000;
    opacity: 0;
    z-index: 1;
}
#indexScheme .swiper .default {
    z-index: 2;
}
#indexScheme .swiper .fade {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    height: 100%;
    padding: 3em;
    min-height: 20em;
}
@media (max-width: 768px) {
    #indexScheme .swiper .fade {
        padding: 2em 2em 4em;
    }
}
#indexScheme .swiper .content {
    transform: translateY(1em);
}
#indexScheme .swiper .content h1 {
    margin-bottom: 0.5em;
}
#indexScheme .swiper .list {
    min-width: 7.5em;
}
#indexScheme .swiper .list .clear {
    border-bottom: 1px solid transparent;
    opacity: 0.8;
}
#indexScheme .swiper .list .clear:hover {
    border-color: #fff;
    opacity: 1;
}
@media (max-width: 768px) {
    #indexScheme .swiper .list .clear {
        border-color: rgba(255, 255, 255, 0.2);
    }
}
#indexScheme .swiper .list li {
    line-height: 1.5em;
    margin-top: 0.7em;
}
#indexScheme .swiper .list .ell {
    margin-right: 2em;
}
#indexScheme .swiper .list .fr {
    font-size: 14px;
}
#indexScheme .swiper .swiper-slide {
    height: auto;
}
#indexScheme .swiper .swiper-slide.swiper-slide-active .mask,
#indexScheme .swiper .swiper-slide:hover .mask {
    opacity: 0.7;
}
#indexScheme .swiper .swiper-slide.swiper-slide-active .content,
#indexScheme .swiper .swiper-slide:hover .content {
    transform: translateY(0);
}
#indexScheme .swiper-pagination {
    bottom: 16px;
}
#indexScheme .swiper-pagination-bullet {
    background-color: #fff;
}
@media (min-width: 769px) {
    #indexScheme .swiper-wrapper {
        -webkit-box-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #indexScheme .swiper-slide {
        width: 50%;
    }
}
#indexPractice > .cover {
    background-image: url(../images/index-case.jpg);
}
#indexPractice .section-title {
    background-color: #ff7b00;
    color: #fff;
    text-align: center;
    height: 1.2rem;
    min-height: 60px;
}
#indexPractice .main {
    padding-top: 0.6rem;
    text-align: center;
}
@media (max-width: 600px) {
    #indexPractice .main {
        margin: 0 -20px;
    }
}
#indexPractice .main li {
    box-sizing: border-box;
    padding: 0 1em;
    width: 20%;
    margin-top: 2.5em;
}
@media (max-width: 1000px) {
    #indexPractice .main li {
        width: 25%;
    }
}
@media (max-width: 600px) {
    #indexPractice .main li {
        width: 33.333%;
        padding: 0 8px;
    }
}
#indexPractice .main .contain {
    max-width: 6em;
    margin: 0 auto 0.5em;
}
#indexPractice .main h2 {
    font-size: 1.3em;
    /*line-height: 1;*/
    font-weight: normal;
    margin-bottom: 0.6em;
}
@media (max-width: 600px) {
    #indexPractice .main h2 {
        font-size: 14px;
    }
}
#indexPractice .main .mr {
    font-size: 14px;
    width: 8.92857143em;
    max-width: 100%;
    height: 2.35714286em;
    margin: 0 auto;
    line-height: 2.35714286em;
    border: 1px solid #999999;
    border-radius: 35px;
    color: #333;
}
@media (max-width: 1200px) {
    #indexPractice .main .mr {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    #indexPractice .main .mr {
        font-size: 10px;
    }
}
#indexPractice .main .content {
    max-width: 100%;
}
#indexPractice .main .content:hover .contain {
    transform: rotateY(180deg);
}
#indexPractice .main .content:hover h2 {
    color: #ff7b00;
}
#indexPractice .main .content:hover .mr {
    border-color: #ff7b00;
    background-color: #ff7b00;
    color: #fff;
}
#indexCase{
    background-color: #f3f3f3;
}
#indexCase .right{
    padding-top: 20px;
    background-image: -webkit-linear-gradient(left, 
        #6fb4e4 0%, 
        #6fb4e4 100px, 
        transparent 100px, 
        transparent 106px,
        #6fb4e4 106px, 
        #6fb4e4 109px,
        transparent 109px,
        transparent 115px,
        #6fb4e4 115px, 
        #6fb4e4 118px,
        transparent 118px,
        transparent 124px);
    background-position: top center;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-size: 124px 3px;
}
#indexCase .left .list:before,
#indexCase .left .dt:after,
#indexCase .right:before,
#indexCase .right:after{
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}
#indexCase .right:before{
    width: 6.9em;
    height: 6.9em;
    right: 32%;
    bottom: 100%;
    background-image: url(../images/ns3.jpg);
}
#indexCase .right:after{
    width: 7.5em;
    height: 7.5em;
    right: 0;
    bottom: -3.75em;
    background-image: url(../images/ns4.jpg);
}
#indexCase .right .section-title,
#indexCase .right .desc,
#indexCase .right .box{
    position: relative;
    z-index: 1;
}
#indexCase .right .section-title{
    color: #6fb4e4;
    margin-top: 0.2rem;
}
#indexCase .right .desc{
    padding: 30px 0;
    line-height: 1.8;
    margin: 0.3rem 0 0.3rem auto;
}

#indexCase .headline{
    padding-right: 54%;
}
#indexCase .top,
#indexCase .dt{
    width: 33.33333%;
    position: relative;
}
#indexCase .dt{
    z-index: 2;
    margin-bottom: -3px;
}
#indexCase .dt:after{
    width: 2.9em;
    height: 6.7em;
    background-image: url(../images/ns1.jpg);
    margin: 0 -1.2em 0 auto;
}
#indexCase .list .img:after,
#indexCase .top:after{
    padding-top: 100%;
}
#indexCase .top dl{
    border: 3px dashed #e23847;
    border-bottom: 0 none;
}
#indexCase .left .list:before{
    width: 4.3em;
    height: 4.8em;
    background-image: url(../images/ns2.jpg);
    bottom: 100%;
    left: 100%;
    margin-left: -7%;
    font-size: 20px;
}
#indexCase .list .img,
#indexCase .list .box{
    width: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    transition: all 0.4s ease-out;
}
#indexCase .list .img{
    z-index: 2;
}
#indexCase .list .item{
    overflow: visible;
}
#indexCase .list .item:first-child .box{
    border-top: 3px dashed #6fb4e4;
}
#indexCase .list .item:last-child .box{
    border-bottom: 3px dashed #6fb4e4;
}
#indexCase .list .item:nth-of-type(odd) .box{
    border-right: 3px dashed #6fb4e4;
}
#indexCase .list .item:nth-of-type(even) .box{
    border-left: 3px dashed #6fb4e4;
}
#indexCase .list .item:nth-of-type(odd) .clip{
    margin-right: -0.875em;
    clip-path: polygon(0% 0%, 
            calc(100% - 0.875em) 0%,
            calc(100% - 0.875em) calc(50% - 1em),
            100% 50%,
            calc(100% - 0.875em) calc(50% + 1em),
            calc(100% - 0.875em) 100%,
            0% 100%);
}
#indexCase .list .item:nth-of-type(even) .img{
    order: 2;
}
#indexCase .list .item:nth-of-type(even) .clip{
    margin-left: -0.875em;
    clip-path: polygon(0.875em 0%, 
            100% 0%,
            100% 100%,
            0.875em 100%,
            0.875em calc(50% + 1em),
            0 50%,
            0.875em calc(50% - 1em),
            0.875em 0%);
}
#indexCase .list .box{
    padding: 10px;
}
#indexCase .list .box dl{
    text-align: center;
    margin: 0.3rem;
}
#indexCase .list .box .order{
    font-size: 1.125em;
    line-height: 1;
}
#indexCase .list .box .line{
    width: 16px;
    height: 2px;
    margin: calc(10px + 0.1rem) auto;
    background-color: #000;
    transition: all 0.4s ease-out;
}
#indexCase .list .box dd{
    max-height: 3em;
}
#indexCase .list .item:hover{
    background-color: #ff7b00;
}
#indexCase .list .item:hover .img{
    opacity: 0.5;
}
#indexCase .list .item:hover .box{
    color: #fff;
    background-color: #ff7b00;
}
#indexCase .list .item:hover .line{
    background-color: #fff;
}
#indexCase .list .item:hover .box{
    border-color: transparent!important;
}
@media (min-width: 1001px){
    #indexCase .left{
        order: 1;
        width: 46%;
    }
    #indexCase .left .dt,
    #indexCase .left .top{
        display: none;
    }
    #indexCase .right{
        order: 2;
        width: 54%;
        box-sizing: border-box;
        padding-left: 1rem;
        margin-bottom: 0;
    }
    #indexCase .right .section-title{
        text-align: right;
    }
    #indexCase .right .box{
        width: 100%;
        max-width: 395px;
        margin: 0 0 0 auto;
    }
    #indexCase .right .desc{
        max-width: 395px;
    }
}
@media (max-width: 1000px){
    #indexCase .container{
        display: block;
    }
    #indexCase .headline{
        display: none;
    }
    #indexCase .right{
        margin: 6.9em auto 20px;
    }
    #indexCase .left{
        padding-right: 25%;
    }
    #indexCase .right .box{
        width: fit-content;
    }
}
@media (min-width: 769px){
    #indexCase .list .item{
        width: 66.666666%;
    }
    #indexCase .list .item:nth-of-type(4){
        position: absolute;
        right: 0;
        top: 0;
        width: 33.3333333%;
    }
    #indexCase .list .item:nth-of-type(4) .img,
    #indexCase .list .item:nth-of-type(4) .box{
        width: 100%;
    }
    #indexCase .list .item:nth-of-type(4) .box{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        border-left: 0 none;
        border-right: 3px dashed #6fb4e4;
    }
    #indexCase .list .item:nth-of-type(4) .clip{
        margin-bottom: -0.875em;
        margin-left: 0;
        clip-path: polygon(0 0%, 
            100% 0%,
            100% calc(100% - 0.875em),
            calc(50% + 1em) calc(100% - 0.875em),
            50% 100%,
            calc(50% - 1em) calc(100% - 0.875em),
            0% calc(100% - 0.875em));
    }
    #indexCase .list .item:nth-of-type(5){
        position: absolute;
        left: 66.6666666%;
        bottom: 0;
    }
    #indexCase .list .item:nth-of-type(5) .box{
        border-top: 3px dashed #6fb4e4;
    }
    #indexCase .list:has(.item:nth-of-type(4)) .item:nth-of-type(1) .box,
    #indexCase .list .item:nth-of-type(3) .box{
        border-right: 0 none;
    }
    #indexCase .list .item:nth-of-type(3) .box{
        border-bottom: 3px dashed #6fb4e4;
    }
}
@media (max-width: 768px){
    #indexCase .left{
        padding-right: 0;
    }
    #indexCase .list .item{
        width: 100%;
    }
    #indexCase .top, 
    #indexCase .dt{
        width: 50%;
    }
    #indexCase .left .list:before{
        left: auto;
        margin-left: 0;
        right: 0;
    }
}
#indexNews .section-title {
    color: #fff;
    height: 1.2rem;
    min-height: 60px;
    background-color: #14469c;
}
#indexNews .section-title h1,
#indexNews .section-title p {
    width: 45%;
}
@media (max-width: 768px) {
    #indexNews .section-title {
        padding: 16px 0;
    }
    #indexNews .section-title .body {
        display: block;
    }
    #indexNews .section-title h1,
    #indexNews .section-title p {
        width: auto;
    }
}
#indexNews .main {
    margin: -2em -2em 0 0;
}
@media (min-width: 769px) {
    #indexNews .main .col-item:first-child {
        width: 66.66666%;
    }
}
@media (max-width: 768px) {
    #indexNews .main .col-item {
        width: auto;
        float: none;
    }
}
#indexNews .main .col-content {
    margin: 2em 2em 0 0;
}
@media (min-width: 769px) {
    #indexNews .main .col-content {
        display: block;
    }
}
#indexNews .main .col-content:hover h1 {
    color: #14469c;
}
#indexNews .main .cover:after {
    height: 3rem;
}
#indexNews .main h1 {
    font-size: 1.2em;
    /*line-height: 1;*/
    margin: 0.36rem auto 0.2rem;
    padding: 12px 0;
}
#indexNews .main .bottom {
    padding: 10px 0;
    margin: 0.3rem 0 0.5rem;
    max-width: 240px;
}
#indexNews .main p,
#indexNews .main .bottom {
    opacity: 0.7;
}
#indexNews .main .date {
    font-size: 0.7em;
}
@media (max-width: 768px) {
    #indexNews .main .cover {
        min-height: 100px;
    }
    #indexNews .main .cover:after {
        height: 0;
        padding-top: 60%;
    }
    #indexNews .main .content {
        border: 0 none;
    }
    #indexNews .main h1 {
        padding-top: 0;
        margin-top: 0;
    }
    #indexNews .main .bottom {
        display: none;
    }
    #indexNews .main .clip {
        width: 35%;
    }
    #indexNews .main .content {
        width: 60%;
    }
}
#indexMessage {
    overflow: hidden;
}
@media (max-width: 1000px) {
    #indexMessage .body {
        display: block;
    }
}
#indexMessage .body > .item {
    position: relative;
}
@media (min-width: 1001px) {
    #indexMessage .body > .item {
        width: 50%;
    }
}
#indexMessage .section-title {
    text-align: left;
    color: #14469c;
    /*line-height: 1;*/
}
#indexMessage .content {
    z-index: 2;
    box-sizing: border-box;
    padding: 36px 0;
}
@media (min-width: 1001px) {
    #indexMessage .content {
        padding: 0.8rem 0;
        margin-right: 1rem;
        height: 100%;
    }
}
#indexMessage .content img {
    margin: 30px 0;
}
#indexMessage .padding {
    box-sizing: border-box;
    height: 0.8rem;
    border-top: 0.3em solid #14469c;
}
@media (max-width: 1000px) {
    #indexMessage .padding {
        margin-top: 36px;
    }
}
#indexMessage .bg {
    z-index: 1;
    margin-left: -300px;
    margin-right: 2.75rem;
    background-color: #f9f9f9;
    border-radius: 0 10px 10px 0;
}
#indexMessage .char {
    line-height: 1.8;
}
#indexMessage .br {
    padding: 10px 0;
    height: 0.3rem;
}
#indexMessage .form {
    margin: -20px -20px 0 0;
}
@media (max-width: 1000px) {
    #indexMessage .form {
        margin: -10px -10px 0 0;
    }
}
#indexMessage .form .col-content {
    margin: 20px 20px 0 0;
}
@media (max-width: 1000px) {
    #indexMessage .form .col-content {
        margin: 10px 10px 0 0;
    }
}
#indexMessage .form .row {
    width: 100%;
}
#indexMessage .form .name {
    color: #666;
    margin-bottom: 10px;
}
#indexMessage .form .must .name:before {
    content: "* ";
    color: red;
}
#indexMessage .form input,
#indexMessage .form textarea {
    border-radius: 8px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 20px;
}
@media (max-width: 1500px) {
    #indexMessage .form input,
    #indexMessage .form textarea {
        padding: 18px;
    }
}
@media (max-width: 1200px) {
    #indexMessage .form input,
    #indexMessage .form textarea {
        padding: 16px;
    }
}
#indexMessage .form input:focus,
#indexMessage .form textarea:focus {
    background-color: #fff4f4;
}
#indexMessage .form input {
    height: 60px;
}
@media (max-width: 1500px) {
    #indexMessage .form input {
        height: 54px;
    }
}
@media (max-width: 1200px) {
    #indexMessage .form input {
        height: 48px;
    }
}
#indexMessage .form textarea {
    min-height: 150px;
}
#indexMessage .form .submit-button {
    font-size: 1.25em;
    color: #fff;
    background-color: #14469c;
    height: 4em;
    margin-top: 2em;
    cursor: pointer;
}
@media (max-width: 1500px) {
    #indexMessage .form .submit-button {
        font-size: 112.5%;
    }
}
@media (max-width: 1200px) {
    #indexMessage .form .submit-button {
        font-size: 100%;
    }
}
#indexMessage .form .submit-button:hover {
    background-color: #ff7b00;
}
#footer {
    background-color: #14469c;
    color: #fff;
    padding-top: 50px;
}
#footer .main {
    padding-bottom: 30px;
    margin-bottom: 0.3rem;
}
#footer .main .share {
    margin-bottom: 0.5rem;
    padding-bottom: 20px;
}
#footer .main .share .circle {
    background-color: #fff;
    width: 2.25em;
    height: 2.25em;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    color: #14469c;
}
#footer .main .share .circle img {
    width: 1.4em;
}
#footer .main .share .circle:not(:last-child) {
    margin-right: 0.5rem;
}
#footer .main .share .circle:hover {
    transform: scale(1.15);
}
@media (min-width: 1001px) {
    #footer .main .bottom,
    #footer .main .top {
        display: none;
    }
}
#footer .main .top {
    margin-bottom: 36px;
}
#footer .main .bottom {
    margin-top: 36px;
}
#footer .main .container {
    margin: 0 -20px;
}
@media (max-width: 768px) {
    #footer .main .container {
        display: block;
    }
}
#footer .main .container .item {
    margin: 0 20px;
}
#footer .main .container .info {
    max-width: 360px;
}
@media (max-width: 768px) {
    #footer .main .container .info {
        max-width: unset;
        margin-bottom: 24px;
    }
}
#footer .main .container .info dl {
    padding: 8px 0;
}
#footer .main .container .info dt {
    white-space: nowrap;
}
#footer .main .container .info dd {
    flex: 1;
}
#footer .main .container .link {
    max-width: 400px;
    margin-bottom: -0.5rem;
}
@media (max-width: 768px) {
    #footer .main .container .link {
        max-width: unset;
        margin-bottom: -20px;
    }
}
#footer .main .container .link a {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin: 0 10px 0.5rem;
    font-size: 112.5%;
    width: 8.3em;
}
@media (max-width: 768px) {
    #footer .main .container .link a {
        margin-bottom: 20px;
        padding-bottom: 6px;
    }
}
@media (max-width: 1000px) {
    #footer .main .container .logo,
    #footer .main .container .right {
        display: none;
    }
}
#footer .main .container .right .lang {
    margin-bottom: 20px;
}
#footer .main .logo img {
    -webkit-filter: grayscale(1) brightness(2000%);
    filter: grayscale(1) brightness(2000%);
}
#footer .main .lang .content {
    color: #666;
}
@media (max-width: 1000px) {
    #footer .main .lang.pc {
        display: none;
    }
}
@media (min-width: 1001px) {
    #footer .main .lang.mob {
        display: none;
    }
}
#footer .main .wechat {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}
#footer .main .wechat:not(:last-child) {
    margin-right: 0.5rem;
}
#footer .main .wechat img {
    width: 100px;
    max-width: unset;
    margin-bottom: 12px;
}
#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.8em 0;
}
#footer .copyright .content {
    margin: 0 -1em;
}
@media (max-width: 768px) {
    #footer .copyright .content {
        margin: 0;
        display: block;
        text-align: center;
    }
}
#footer .copyright .item {
    padding: 0 1em;
}
@media (max-width: 768px) {
    #footer .copyright .item {
        padding: 0;
    }
}
#footer .copyright .item.info {
    font-size: 12px;
    order: 1;
    opacity: 0.7;
}
#footer .copyright .item.info p {
    margin: 0 -12px;
    text-transform: uppercase;
}
#footer .copyright .item.info p:not(:last-child) {
    margin-bottom: 12px;
}
#footer .copyright .item.info .item-m {
    margin: 0 12px;
}
#footer .copyright .item.right {
    order: 3;
}
#footer .copyright a.circle {
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    line-height: 2.25em;
    border: 1px solid #fff;
}
#footer .copyright a.circle:hover {
    background-color: #fff;
    color: #14469c;
}
#kouyi .body-container .oppress,
#kouyi .body-container .content {
    width: 50%;
    box-sizing: border-box;
}
#kouyi .body-container .oppress {
    border-radius: 10px;
}
#kouyi .body-container .content {
    padding-left: 0.85rem;
}
#kouyi .body-container .order {
    line-height: 0.85;
    font-weight: bold;
    color: transparent;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
    -webkit-text-stroke: 1px #ff7b00;
    font-size: 1rem;
}
@media (max-width: 768px) {
    #kouyi .body-container .order {
        font-size: 40px;
    }
}
#kouyi .body-container dt h2 {
    color: #ff7b00;
    font-size: 0.4rem;
}
@media (max-width: 960px) {
    #kouyi .body-container dt h2 {
        font-size: 20px;
    }
}
#kouyi .body-container dt p {
    color: #585858;
    margin-top: 0.5em;
}
#kouyi .body-container dt p:empty {
    display: none;
}
#kouyi .body-container dd {
    padding-left: 1rem;
    margin-top: 0.6rem;
}
@media (max-width: 768px) {
    #kouyi .body-container dd {
        padding-left: 60px;
        margin-top: 24px;
    }
}
#kouyi .body-container dd .title {
    color: #ff7b00;
    margin-bottom: 0.4em;
}
#kouyi .body-container dd .title:empty {
    display: none;
}
#kouyi .body-container dd p {
    line-height: 1.8;
}
#kouyi .body-container dd:before {
    height: 4px;
    background-color: #ff7b00;
    width: 0.7rem;
    min-width: 48px;
    left: 0;
    top: 0.75em;
}
#kouyi .body-container .img {
    padding-top: 85%;
}
#kouyi .body-container .multi .item {
    max-width: 50%;
}
#kouyi .body-container .multi .item:not(:last-child) {
    margin-right: 50px;
}
#kouyi .body-container .multi dd {
    padding-left: 0;
}
#kouyi .body-container .multi dt {
    color: #ff7b00;
    font-weight: bold;
    font-size: 0.3rem;
}
@media (max-width: 1152px) {
    #kouyi .body-container .multi dt {
        font-size: 18px;
    }
}
#kouyi .body-container .multi .lc {
    white-space: nowrap;
    line-height: 2.4;
}
#kouyi .body-container:nth-of-type(2n) {
    background-color: #f9f9f9;
}
@media (min-width: 769px) {
    #kouyi .body-container:nth-of-type(2n) {
        margin-top: 0.9rem;
    }
    #kouyi .body-container:nth-of-type(2n) .content {
        order: 1;
        padding-left: 0;
        padding-right: 0.85rem;
    }
    #kouyi .body-container:nth-of-type(2n) .oppress {
        order: 2;
        margin-top: -1.8rem;
    }
}
@media (max-width: 768px) {
    #kouyi .body-container .body2 {
        display: block;
    }
    #kouyi .body-container .oppress,
    #kouyi .body-container .content {
        width: auto;
    }
    #kouyi .body-container .content {
        padding-left: 0;
        margin-top: 24px;
    }
}
#kouyi.shcy .body-container:nth-of-type(2n) {
    margin-top: 0;
}
#kouyi.shcy .body-container:nth-of-type(2n) .oppress {
    margin-top: 0;
}
@media (min-width: 769px) {
    #kouyi.shcy .oppress {
        width: 30%;
    }
    #kouyi.shcy .content {
        width: 70%;
    }
}
#projectTeam .container {
    text-align: center;
    opacity: 0.7;
    margin: 0 auto -20px;
}
#projectTeam .container .img {
    width: 3.2em;
    height: 3.2em;
    margin: 0 auto 0.6em;
}
#projectTeam .container li {
    box-sizing: border-box;
    padding: 0 1em;
    width: 12em;
    margin-bottom: 20px;
    max-width: 33.3333%;
}
#projectTeam .container .title {
    font-size: 1.1em;
}
#advantage .padding {
    min-height: 3rem;
}
#advantage .mask {
    height: 300px;
    top: auto;
    background-image: linear-gradient(top, transparent, #000);
    background-image: -webkit-linear-gradient(top, transparent, #000);
}
#advantage .container {
    color: #fff;
}
#advantage .container .item {
    padding: 1.2em 0;
    flex: 1;
}
#advantage .container .cut-line {
    margin: 0 0.9rem;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
}
#advantage .container .title {
    font-size: 1.5em;
    padding: 0.2em 0 0 1.2em;
    background: url(../images/title.png) no-repeat scroll left top;
    background-size: 1.5em auto;
}
#advantage .container p {
    opacity: 0.8;
    padding-top: 12px;
    margin-top: 0.32rem;
}
#achive .datum {
    width: 30.7em;
    padding-right: 1.7em;
    padding-bottom: 20px;
    margin: 0 auto 0.4rem;
}
#achive .datum .interaction {
    width: auto;
}
@media (min-width: 769px) {
    #achive .datum .interaction {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#achive .swiper {
    margin: -1.2em -1.2em 0 0;
}
@media (max-width: 1200px) {
    #achive .swiper {
        margin: -0.8em -0.8em 0 0;
    }
}
#achive .swiper .oppress {
    margin-right: 1.2em;
    position: relative;
}
@media (max-width: 1200px) {
    #achive .swiper .oppress {
        margin-right: 0.8em;
    }
}
#achive .swiper .img {
    padding-top: 100%;
}
#achive .swiper .char {
    top: auto;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    padding: 0 1em;
    line-height: 2.8em;
    height: 2.8em;
}
@media (min-width: 768px) {
    #achive .swiper .swiper-wrapper {
        -webkit-box-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#achive .swiper li {
    margin-top: 1.2em;
    width: 17.875%;
}
@media (max-width: 1200px) {
    #achive .swiper li {
        margin-top: 0.8em;
    }
}
#achive .swiper li:nth-of-type(10n-8),
#achive .swiper li:nth-of-type(10n-1) {
    height: auto;
    width: 28.5%;
}
#achive .swiper li:nth-of-type(10n-8) .oppress,
#achive .swiper li:nth-of-type(10n-1) .oppress {
    height: 100%;
}
#achive .swiper li:nth-of-type(10n-8) .img,
#achive .swiper li:nth-of-type(10n-1) .img {
    height: 100%;
    padding-top: 0;
}
#aboutNews .container .oppress {
    width: 50%;
    position: relative;
    color: #fff;
    text-align: center;
}
@media (min-width: 769px) {
    #aboutNews .container .oppress:hover .more2 {
        border-color: #fff;
        background-color: #fff;
        color: #000;
    }
}
#aboutNews .container .img {
    height: 4rem;
    min-height: 180px;
}
#aboutNews .container .mask {
    background-color: rgba(0, 0, 0, 0.4);
}
#aboutNews .container .box {
    padding: 0.3rem;
}
@media (max-width: 1280px) {
    #aboutNews .container .box {
        padding: 20px;
    }
}
#aboutNews .container .headline {
    margin-bottom: 1.4em;
    line-height: 1.5;
    font-size: 0.3rem;
}
@media (max-width: 896px) {
    #aboutNews .container .headline {
        font-size: 14px;
    }
}
#aboutNews .container .content {
    max-width: 100%;
}
#aboutNews .container .more2 {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}
@media (min-width: 769px) {
    #aboutNews .container .more2 {
        border-radius: 50px;
        width: 125px;
        height: 32px;
        border: 1px solid #fff;
        font-size: 14px;
    }
}
#aboutNews .container .more2 .char {
    margin-right: 0.5em;
}
@media (max-width: 768px) {
    #aboutNews .container .headline {
        font-size: 1.2em;
    }
    #aboutNews .container .more2 {
        width: 70px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }
}
#workBottom .body-container {
    background-image: url(../images/index-case.jpg);
}
#workBottom .more {
    width: 12em;
}
#workBottom .more .static {
    border: 1px solid #cccccc;
}
#lingyu .container {
    margin-right: -0.45rem;
    margin-top: -0.45rem;
}
@media (max-width: 768px) {
    #lingyu .container {
        display: block;
        margin-top: 0;
    }
}
#lingyu .container li {
    margin-top: 0.45rem;
    width: 33.333333%;
}
@media (max-width: 768px) {
    #lingyu .container li {
        margin-top: 20px;
        width: auto;
    }
}
#lingyu .container .oppress {
    height: 100%;
    background-color: #f9f9f9;
    margin-right: 0.45rem;
}
#lingyu .container .img {
    padding-top: 72%;
}
#lingyu .container .content {
    padding: 0.5rem 0.4rem;
}
@media (max-width: 768px) {
    #lingyu .container .content {
        padding: 20px;
    }
}
#lingyu .container .title img {
    width: 2.25em;
    margin-right: 0.6em;
}
#lingyu .container .title .char {
    font-size: 1.3em;
}
#lingyu .container p {
    text-align: center;
    opacity: 0.8;
    margin-top: 0.3rem;
}
#wenben .body-container {
    background-image: url(../images/index-case.jpg);
}
#wenben .ul {
    margin-right: -0.7rem;
}
#wenben .ul li {
    width: 25%;
    margin-top: 0.3rem;
    padding-top: 10px;
}
@media (max-width: 768px) {
    #wenben .ul li {
        width: 50%;
    }
}
#wenben .ul dl {
    margin-right: 0.7rem;
}
#wenben .ul dt {
    margin-bottom: 0.5em;
    font-size: 0.3rem;
}
@media (max-width: 1152px) {
    #wenben .ul dt {
        font-size: 14px;
    }
}
#wenben .ul dd {
    opacity: 0.8;
}
#shijian .container {
    background-image: url(../images/practice.jpg);
}
#shijian .bottom {
    margin-top: -0.9rem;
}
@media (max-width: 1000px) {
    #shijian .bottom {
        margin-top: -50px;
    }
}
#shijian .bottom .oppress {
    border-radius: 1em;
}
#anli .article-1 {
    margin-bottom: 30px;
}
#anli .row-title h1 {
    white-space: nowrap;
}
@media (max-width: 1000px) {
    #anli .row-title h1 {
        margin-bottom: 36px;
    }
}
#anli .search {
    position: relative;
    z-index: 2;
    text-align: left;
}
@media (max-width: 1000px) {
    #anli .search {
        display: block;
    }
}
@media (max-width: 768px) {
    #anli .search form {
        display: block;
        max-width: 480px;
        margin: 0 auto;
    }
}
#anli .search .item {
    order: 1;
    width: 2rem;
    min-width: 160px;
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
}
@media (max-width: 1000px) {
    #anli .search .item {
        flex: 1;
    }
}
@media (max-width: 768px) {
    #anli .search .item {
        width: auto;
        margin-top: 10px;
        margin-right: 0;
    }
}
#anli .search .keyword {
    order: 2;
    margin-right: 0;
    margin-top: 0;
}
@media (max-width: 768px) {
    #anli .search .keyword {
        order: 1;
        margin-top: 10px;
    }
}
#anli .search .keyword .content {
    margin-right: 1.25em;
}
#anli .search .keyword input {
    max-width: 100%;
    width: 100%;
}
#anli .search .keyword .icon {
    float: right;
    color: #646464;
    font-size: 125%;
}
#anli .search .keyword .icon:hover {
    color: #ff7b00;
}
#anli .search select {
    width: 100%;
}
#anli .search .select-style {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    font-size: 125%;
    line-height: 45px;
    color: #999;
}
#anli .search select,
#anli .search .name {
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 24px;
    border: 1px solid #c7c7c7;
    font-size: 112.5%;
    background-color: #fff;
    box-sizing: border-box;
}
@media (max-width: 1500px) {
    #anli .search select,
    #anli .search .name {
        height: 45px;
        line-height: 45px;
        font-size: 1em;
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    #anli .search select,
    #anli .search .name {
        height: 40px;
        line-height: 40px;
    }
}
#anli .search .fade {
    bottom: auto;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ff7b00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#anli .search .fade .name {
    border: 0 none;
}
#anli .search .fade .ul {
    margin: 0 16px;
    padding: 24px 8px 1px;
    border-top: 1px solid #c7c7c7;
    max-height: 235px;
    overflow: auto;
}
@media (max-width: 1500px) {
    #anli .search .fade .ul {
        padding-top: 12px;
        max-height: 180px;
    }
}
@media (max-width: 1200px) {
    #anli .search .fade .ul {
        max-height: 165px;
    }
}
#anli .search .fade li {
    margin-bottom: 23px;
}
@media (max-width: 1500px) {
    #anli .search .fade li {
        margin-bottom: 12px;
    }
}
#anli .search .fade li:hover {
    color: #ff7b00;
}
#anli .condition {
    padding-top: 10px;
    margin-top: 0.3rem;
    position: relative;
    z-index: 1;
    display: none;
}
#anli .condition li {
    margin-top: 8px;
}
#anli .condition .key {
    color: #666;
    line-height: 26px;
}
#anli .condition .item {
    border: 1px solid #ff7b00;
    background-color: #fff;
    padding-left: 8px;
    line-height: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
}
#anli .condition .item:after {
    content: '×';
    display: inline-block;
    background-color: #ff7b00;
    width: 24px;
    height: 24px;
    vertical-align: top;
    color: #fff;
    text-align: center;
    margin-left: 8px;
    font-size: 20px;
    line-height: 20px;
}
#anli .condition .item:hover {
    color: #ff7b00;
}
#anli .container {
    margin: -0.4rem -0.4rem 0 0;
}
@media (max-width: 768px) {
    #anli .container {
        margin: -16px -16px 0 0;
        font-size: 14px;
    }
}
#anli .container li {
    width: 33.333%;
    margin-top: 0.4rem;
}
@media (max-width: 768px) {
    #anli .container li {
        margin-top: 16px;
        width: 50%;
    }
}
#anli .container .img {
    padding-top: 58%;
}
#anli .container .go {
    font-size: 14px;
}
@media (max-width: 768px) {
    #anli .container .go {
        font-size: 12px;
    }
}
#anli .container .go .icon {
    margin-left: 6px;
}
#anli .container .content {
    padding: 0.5rem;
}
@media (max-width: 768px) {
    #anli .container .content {
        padding: 20px;
    }
}
#anli .container .content .title {
    font-size: 1.1em;
}
@media (max-width: 768px) {
    #anli .container .content .title {
        font-size: 14px;
    }
}
#anli .container .content .time {
    font-size: 14px;
    opacity: 0.7;
    /*line-height: 1;*/
    margin-bottom: 0.3rem;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    #anli .container .content .time {
        font-size: 12px;
    }
}
#anli .container .content .time:after {
    width: 10px;
    height: 1px;
    background-color: #777;
    top: 100%;
    left: 0;
    margin-top: 0.15rem;
    transform: translateY(-5px);
}
#anli .container .content .tag,
#anli .container .content .text {
    margin: 16px 0;
}
@media (max-width: 768px) {
    #anli .container .content .tag,
    #anli .container .content .text {
        margin: 10px 0;
    }
}
#anli .container .content .tag {
    opacity: 0.8;
    line-height: 1.6;
    min-height: 3.2em;
}
@media (max-width: 768px) {
    #anli .container .content .tag {
        font-size: 12px;
    }
}
#anli .container .content .tag .item-m {
    margin-right: 1em;
}
#anli .container .clip {
    position: relative;
}
#anli .container .clip .mask {
    bottom: auto;
    height: 1.2rem;
    min-height: 60px;
    background-image: linear-gradient(top, #000, transparent);
    background-image: -webkit-linear-gradient(top, #000, transparent);
    opacity: 0.5;
}
#anli .container .clip .time {
    bottom: auto;
    padding: 1em;
    color: #fff;
    /*line-height: 1;*/
}
#anli .container .clip .time .d {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 6px;
}
#anli .container .clip .time .y {
    font-size: 12px;
}
@media (max-width: 768px) {
    #anli .container .text {
        line-height: 1.5;
        height: 3em;
        font-size: 12px;
    }
}
#anli .container .news {
    color: #000;
    background-color: #f9f9f9;
    padding: 0.4rem 0.36rem;
}
#anli .container .news .headline {
    height: 3em;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
#anli .container .news .text {
    margin-bottom: 0.26rem;
}
@media (max-width: 768px) {
    #anli .container .news .text {
        margin-bottom: 10px;
    }
}
#anli .container .oppress {
    height: 100%;
    background-color: #fff;
    margin-right: 0.4rem;
}
@media (max-width: 768px) {
    #anli .container .oppress {
        margin-right: 16px;
    }
}
#anli .container .oppress:hover {
    background-color: #ff7b00;
    color: #fff;
}
#anli .container .oppress:hover .news .headline {
    color: #ff7b00;
    text-decoration: underline;
}
#xiazai .container {
    margin: -0.4rem -0.4rem 0 0;
}
@media (max-width: 1000px) {
    #xiazai .container {
        margin: -20px -20px 0 0;
    }
}
#xiazai .container li {
    width: 25%;
    margin-top: 0.4rem;
}
@media (max-width: 1000px) {
    #xiazai .container li {
        width: 33.3333%;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    #xiazai .container li {
        width: 50%;
    }
}
@media (max-width: 500px) {
    #xiazai .container li {
        width: 100%;
    }
}
#xiazai .container .default {
    height: 100%;
    box-sizing: border-box;
}
#xiazai .container .title {
    margin-top: 1em;
    font-size: 1.1em;
}
@media (max-width: 768px) {
    #xiazai .container .title {
        font-size: 16px;
    }
}
#xiazai .container .text {
    margin-top: 0.2rem;
    padding-top: 4px;
}
#xiazai .container .img {
    padding-top: 75%;
}
#xiazai .container .content {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 0.4rem;
}
@media (max-width: 1152px) {
    #xiazai .container .content {
        padding: 20px;
    }
}
@media (max-width: 768px) {
    #xiazai .container .fade {
        position: relative;
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
        transform: translate(20px, -64px);
    }
}
#xiazai .container .fade .content {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
    border-color: #ff7b00;
}
@media (max-width: 768px) {
    #xiazai .container .fade .content {
        display: none;
    }
}
#xiazai .container .circle {
    width: 6.2em;
    height: 34px;
    border: 1px solid #ff7b00;
    margin-top: 0.5rem;
    color: #ff7b00;
    transform: translateY(-10px);
}
#xiazai .container .circle .char {
    font-size: 14px;
    margin-right: 8px;
}
#xiazai .container .circle .icon {
    font-size: 16px;
}
#xiazai .container .interaction {
    margin-right: 0.4rem;
    height: 100%;
}
@media (max-width: 1000px) {
    #xiazai .container .interaction {
        margin-right: 20px;
    }
}
@media (min-width: 769px) {
    #xiazai .container .interaction:hover .circle {
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    #xiazai .container .interaction:hover .default {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
}
#load .load-more {
    margin-top: 0;
}
#jiaru .cover .padding:after {
    padding-top: 37.5%;
}
#jiaru .container {
    background-color: #f9f9f9;
    padding: 0.8rem;
    border-radius: 1.125em;
    margin-top: -0.8rem;
}
@media (max-width: 768px) {
    #jiaru .container {
        border-radius: 10px;
    }
}
#jiaru .container input,
#jiaru .container textarea {
    background-color: #fff;
    border-color: #cfcfcf;
}
#lianxi + #form .row-title,
#lianxi .row-title {
    text-align: left;
}
#lianxi .container {
    margin: -30px -0.7rem 0;
}
@media (max-width: 768px) {
    #lianxi .container {
        margin: -30px 0 0;
    }
}
@media (max-width: 1000px) {
    #lianxi .container .content {
        position: relative;
        padding: 0 0 30px 5em;
    }
}
#lianxi .container .content > .circle {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background-color: #ff7b00;
    color: #fff;
    margin-bottom: 2.2em;
}
@media (max-width: 1000px) {
    #lianxi .container .content > .circle {
        position: absolute;
        left: 0;
        top: 0;
    }
}
#lianxi .container .content > .circle > .iconfont {
    font-size: 1.3em;
}
#lianxi .container .content > .name {
    font-size: 1em;
    margin-bottom: 1em;
}
#lianxi .container .content > .padding {
    height: 2em;
}
#lianxi .container .content > .title {
    font-size: 0.9em;
}
#lianxi .container .content > .tip {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 8px;
}
#lianxi .container li {
    box-sizing: border-box;
    width: 25%;
    padding: 0 0.7rem;
    border-right: 1px solid #f3f3f3;
    margin-top: 30px;
}
#lianxi .container li:last-child {
    border: 0 none!important;
}
@media (max-width: 1000px) {
    #lianxi .container li {
        width: 50%;
    }
    #lianxi .container li:nth-of-type(2n) {
        border-right: 0 none;
    }
}
@media (max-width: 768px) {
    #lianxi .container li {
        padding: 0;
        width: 100%;
        border-right: 0 none;
        border-bottom: 1px solid #f3f3f3;
    }
}