.fancybox__content{
    max-width: 500px!important;
}
.logo {
    height: 100%;
    max-width: 32%;
    min-width: 200px;
}
.logo img {
    max-height: 100%;
}
.index-title {
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
    line-height: 1;
}
.index-title h1 {
    font-size: 0.36rem;
    color: #0058c5;
    margin-bottom: 0.2rem;
}
@media (max-width: 1200px) {
    .index-title h1 {
        font-size: 22px;
    }
}
.index-title .en {
    opacity: 0.4;
    font-size: 87.5%;
}
.more {
    width: 160px;
    height: 45px;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #b3b2b2;
    padding: 0 16px 0 24px;
    overflow: hidden;
    font-size: 14px;
}
.more.share {
    width: 45px;
    padding: 0;
}
.more.white {
    border-color: #fff;
    background-color: #fff;
}
.more:hover {
    background-color: #f08519;
    border-color: #f08519;
    color: #fff;
}
@media (max-width: 1500px) {
    .more {
        width: 148px;
        height: 42px;
    }
    .more.share {
        width: 42px;
    }
}
@media (max-width: 1200px) {
    .more {
        width: 136px;
        height: 40px;
        padding: 0 12px 0 20px;
    }
    .more.share {
        width: 40px;
    }
}
@media (max-width: 1000px) {
    .more {
        width: 120px;
        height: 38px;
        padding: 0 8px 0 16px;
    }
    .more.share {
        width: 38px;
    }
}
@media (max-width: 768px) {
    .more {
        width: 100px;
        height: 32px;
        padding: 0 6px 0 12px;
        font-size: 12px;
    }
    .more.share {
        width: 32px;
    }
}
.swiper-timing {
    height: 8px;
}
@media (min-width: 769px) {
    .swiper-timing {
        height: 1.8em !important;
    }
}
.swiper-timing > .swiper-pagination-bullet {
    vertical-align: top;
    cursor: pointer;
}
@media (min-width: 769px) {
    .swiper-timing > .swiper-pagination-bullet {
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        background-color: transparent!important;
        opacity: 1;
    }
    .swiper-timing > .swiper-pagination-bullet:not(:last-child) {
        margin: 0 0.3rem 0 0 !important;
    }
}
@media (max-width: 768px) {
    .swiper-timing > .swiper-pagination-bullet {
        background-color: #0058c5;
    }
}
.swiper-timing > .swiper-pagination-bullet .cls-1,
.swiper-timing > .swiper-pagination-bullet .cls-2 {
    fill: none;
    stroke-width: 1;
}
.swiper-timing > .swiper-pagination-bullet .cls-1 {
    stroke: transparent;
}
.swiper-timing > .swiper-pagination-bullet .cls-3 {
    fill: #0058c5;
}
.swiper-timing > .swiper-pagination-bullet > svg > .cls-3 {
    fill: #9a9a9a;
}
.swiper-timing > .swiper-pagination-bullet > svg > .cls-2 {
    fill: none;
}
.swiper-timing > .swiper-pagination-bullet.swiper-pagination-bullet-active > svg > .cls-3 {
    fill: #0058c5;
}
.swiper-timing > .swiper-pagination-bullet.swiper-pagination-bullet-active > svg > .cls-2 {
    stroke: #0058c5;
}
.swiper-timing > .swiper-pagination-bullet.swiper-pagination-bullet-active .cls-2 {
    stroke: #fff;
    stroke-dasharray: 0, 141.3;
    animation-name: banner-swiper;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes banner-swiper {
    0% {
        stroke-dasharray: 0, 141.3;
    }
    100% {
        stroke-dasharray: 141.3, 0;
    }
}
.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: #0058c5;
}
.swiper-pagination.default.white > .swiper-pagination-bullet {
    background-color: #fff;
}
.go {
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #858585;
    box-sizing: border-box;
    color: #858585;
}
.go .icon {
    font-size: 0.9em;
    display: block;
}
a:hover .title {
    color: #f08519;
}
a:hover .go {
    background-color: #f08519;
    border-color: #f08519;
    color: #fff;
}
a:hover .more {
    background-color: #f08519;
    border-color: #f08519;
    color: #fff;
}
.time {
    font-size: 12px;
    opacity: 0.7;
}
.anchor {
    position: relative;
    top: -90px;
}
@media (max-width: 1500px) {
    .anchor {
        top: -85px;
    }
}
@media (max-width: 1200px) {
    .anchor {
        top: -80px;
    }
}
@media (max-width: 1000px) {
    .anchor {
        top: -60px;
    }
}
.aside {
    width: 3.6rem;
    float: left;
    border-top: 5px solid #0058c5;
}
.aside .header {
    padding: 10px 0;
    margin: 0.2rem auto 0.5rem;
    line-height: 1;
}
.aside .header .item-b {
    margin-bottom: 10px;
}
.aside .header h1 ,.aside .header h3{
    font-size: 0.36rem;
    color: #0058c5;
}
@media (max-width: 1200px) {
    .aside .header h1,.aside .header h3 {
        font-size: 22px;
    }
}
.aside .header .en {
    font-size: 14px;
    opacity: 0.4;
}
.aside .list {
    color: #6d6d6d;
}
.aside .list > li .top {
    height: 2.5em;
}
.aside .list > li .top .name {
    font-size: 0.9em;
    margin-right: 1em;
}
.aside .list > li .top .icon {
    font-size: 0.8em;
}
.aside .list > li:not(:last-child) {
    margin-bottom: 0.1rem;
}
.aside .list > li:hover .top,
.aside .list > li.active .top {
    background-color: #fff;
    padding: 0 1em;
    color: #0058c5;
}
/*.aside .list > li.active > .sub-list:not(:empty) {*/
/*    display: block;*/
/*}*/
.aside .sub-list {
    padding: 0.1rem 0 0.1rem 0.3rem;
    color: #444;
    font-size: 14px;
    display: none;
}
.aside .sub-list > li {
    padding: 0.1rem 0;
}
.aside .sub-list > li > a:before {
    content: "• ";
}
.aside .sub-list > li:hover > a,
.aside .sub-list > li.active > a {
    color: #f08519;
    text-decoration: underline;
}
@media (max-width: 1000px) {
    .aside {
        float: none;
        width: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #e7e7e7;
    }
    .aside .list {
        display: none;
    }
}
.section {
    margin-left: 4rem;
}
.section .container,
.section.container {
    background-color: #fff;
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
}
@media (max-width: 1400px) {
    .section .container,
    .section.container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 1000px) {
    .section {
        margin-left: 0;
        margin-top: 30px;
    }
}
.search {
    height: 2.7em;
    line-height: 2.6em;
    padding: 0 1em;
    width: 3.48rem;
    border: 0.1em solid #f08519;
    box-sizing: border-box;
}
.search .content {
    flex: 1;
}
.search button {
    cursor: pointer;
    margin-left: 1em;
    font-size: 1.1em;
    color: #4c4c4c;
}
.search button:hover {
    color: #f08519;
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.2rem;
    font-size: 0;
}
ul.pagination > li {
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    font-size: 20px;
    border: 1px solid #e6e6e6;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    color: #333;
    margin: 0 0.25em;
}
@media (max-width: 1500px) {
    ul.pagination > li {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    ul.pagination > li {
        font-size: 16px;
    }
}
ul.pagination > li > span {
    display: block;
}
ul.pagination > li > a,
ul.pagination > li > span {
    font-size: 0.7em;
    transition: none;
}
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 {
    position: relative;
    overflow: hidden;
    text-indent: -100px;
    font-size: 12px;
}
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;
    font-family: "iconfont";
}
ul.pagination > li:last-child {
    margin-left: 0.26rem;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:last-child > span:after {
    content: "\e606";
}
ul.pagination > li:first-child {
    margin-right: 0.26rem;
}
ul.pagination > li:first-child > a:after,
ul.pagination > li:first-child > span:after {
    content: "\e605";
}
ul.pagination > li:not(.disabled).active,
ul.pagination > li:not(.disabled):hover {
    color: #FFF;
    background-color: #0058c5;
    border-color: #0058c5;
}
.mob-select {
    max-width: 550px;
    margin: 0 auto;
    border: 1px solid #eeeded;
    line-height: 42px;
    font-size: 15px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}
@media (min-width: 1001px) {
    .mob-select {
        display: none;
    }
}
.mob-select .headline {
    color: #999;
    padding-left: 12px;
}
.mob-select .content {
    flex: 1;
}
.mob-select .row {
    height: 42px;
    position: relative;
    margin-right: 12px;
}
.mob-select .row:after {
    content: "\e665";
    font-family: iconfont;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}
.mob-select .row.sub {
    padding-left: 16px;
    border-top: 1px solid #eeeded;
}
.mob-select .row.sub select {
    display: none;
}
.mob-select .row.sub:empty {
    display: none;
}
.mob-select .row.sub:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.mob-select select {
    width: 100%;
    padding-right: 20px;
}
.p-title {
    font-size: 0.26rem;
    margin-bottom: 0.75em;
}
@media (max-width: 1320px) {
    .p-title {
        font-size: 18px;
    }
}
.row-title {
    line-height: 1;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
@media (max-width: 960px) {
    .row-title {
        padding-bottom: 10px;
    }
}
.column-title {
    font-weight: bold;
    font-size: 0.26rem;
    margin-bottom: 0.5rem;
    line-height: 1;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 1500px) {
    .column-title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .column-title {
        padding-bottom: 12px;
    }
}
.news-img .circle {
    width: 100px;
    margin: -42px 0 0 -24px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1000px) {
    .news-img .circle {
        margin: -48px 0 0 -30px;
    }
}
.news-img .date {
    z-index: 2;
    padding: 8px;
    text-align: center;
    color: #fff;
}
.news-img .date > .d {
    font-weight: bold;
}
.news-img .date > .y {
    font-size: 12px;
}
.partner {
    margin: -0.28rem -0.5rem 0 0;
}
.partner li {
    margin-top: 0.28rem;
    width: 25%;
    box-sizing: border-box;
    padding-right: 0.5rem;
}
@media (max-width: 768px) {
    .partner li {
        width: 33.33333%;
    }
}
@media (max-width: 480px) {
    .partner li {
        width: 50%;
    }
}
.partner .content {
    padding-top: 33.33333%;
    background-color: #f9f9f9;
}
.partner .content:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.partner .box {
    margin: 1.2em;
}
.partner img {
    max-height: 100%;
}
.form-container .title {
    margin-bottom: 0.2rem;
    padding-bottom: 20px;
}
.form-container .ul {
    margin: -0.3rem -0.3rem 0 0;
}
.form-container .ul li {
    width: 50%;
    margin-top: 0.3rem;
}
.form-container .ul li.row {
    width: 100%;
}
.form-container .ul dl {
    margin-right: 0.3rem;
}
.form-container .ul dl.must dt:before {
    content: "* ";
    color: red;
}
.form-container .ul dd {
    position: relative;
}
.form-container .ul dd .code {
    left: auto;
    margin: 5px;
}
.form-container .ul dd .code img {
    height: 100%;
    /*max-width: unset;*/
}
.form-container .ul dt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    height: 1em;
    margin-bottom: 10px;
}
.form-container .ul input,
.form-container .ul textarea {
    border-radius: 6px;
    border: 1px solid #b3b2b2;
    box-sizing: border-box;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    transition: all 0.2s;
}
.form-container .ul input:focus,
.form-container .ul textarea:focus {
    border-color: #f08519;
}
.form-container .ul input {
    height: 56px;
}
.form-container .ul input.submit-button {
    border-radius: 50px;
    width: 220px;
    max-width: 50%;
    border-color: #0058c5;
    color: #fff;
    background-color: #0058c5;
}
.form-container .ul input.submit-button:hover {
    border-color: #0165e0;
    background-color: #0165e0;
}
.form-container .ul textarea {
    min-height: 120px;
}
@media (max-width: 1500px) {
    .form-container .ul input,
    .form-container .ul textarea {
        padding: 12px;
    }
    .form-container .ul input {
        height: 50px;
    }
    .form-container .ul textarea {
        min-height: 100px;
    }
}
@media (max-width: 1000px) {
    .form-container .ul {
        margin-top: -16px;
    }
    .form-container .ul li {
        margin-top: 16px;
    }
    .form-container .ul dt {
        margin-bottom: 6px;
    }
}
@media (max-width: 768px) {
    .form-container .ul li {
        width: 100%;
    }
    .form-container .ul input,
    .form-container .ul textarea {
        padding: 8px;
    }
    .form-container .ul input {
        height: 40px;
    }
    .form-container .ul textarea {
        min-height: 80px;
    }
}
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.2s;
    z-index: 100;
    color: #fff;
    height: 50px;
    padding: 0.4rem 0;
}
#header .navbar-button {
    height: 100%;
    margin: 0 0 0 auto;
    width: 30px;
    position: relative;
    transform: scale(0.75);
}
#header .navbar-button span {
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
#header .navbar-button span:first-child {
    margin-top: -6px;
}
#header .navbar-button span:last-child {
    margin-top: 5px;
    margin-left: 4px;
}
#header .navbar {
    top: 0;
    height: 100%;
    white-space: nowrap;
}
#header .navbar .line {
    height: 2px;
    background-color: #fff;
    margin-top: 16px;
}
#header .navbar .sub-nav {
    top: 100%;
    white-space: nowrap;
    margin-top: -10px;
    color: #555;
    padding-top: 0.4rem;
}
#header .navbar .list {
    background-color: #fff;
    padding: 30px 30px 18px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .navbar .list li {
    margin-bottom: 12px;
}
#header .navbar .list a:hover {
    color: #0058c5;
    text-decoration: underline;
}
#header .navbar .list:empty {
    display: none;
}
#header .navbar dt {
    line-height: 1;
}
#header .navbar dl {
    height: 100%;
    margin-right: 0.5rem;
}
#header .navbar dl:last-child {
    margin-right: 0;
}
#header .navbar dl.selected .line {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
#header .navbar dl:hover .sub-nav {
    margin-top: 0;
}
#header .lang {
    height: 100%;
    white-space: nowrap;
}
#header .lang a{
    margin: 0 0.1rem;
}
@media (min-width: 1001px) {
    #header .lang {
        /*background-color: rgba(255, 255, 255, 0.35);*/
        /*padding: 0 0.36rem;*/
        margin: 0 0 0 auto;
    }
}
#header .lang .icon-sanjiao1 {
    margin-left: 0.5em;
}
@media (max-width: 1200px) {
    #header .lang .icon-sanjiao1 {
        display: none;
    }
}
@media (min-width: 1201px) {
    #header .lang .icon-duoyuyan {
        opacity: 0.75;
        font-size: 22px;
    }
}
@media (max-width: 1200px) and (min-width: 1001px) {
    #header .lang .icon-duoyuyan {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    #header .lang .icon-duoyuyan {
        font-size: 20px;
    }
}
/*@media (min-width: 1001px) {*/
/*    #header .lang .icon-duoyuyan {*/
/*        pointer-events: none;*/
/*    }*/
/*}*/
#header .lang .char {
    margin-left: 0.5em;
}
@media (max-width: 1000px) {
    #header .lang .icon {
        display: none;
    }
}
#header .lang:hover #langContent {
    margin-top: 0;
}
#header .tel{
    line-height: 1;
    margin: 0 0 0 0.5rem;
}
#header .tel .char{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 4px;
    opacity: 0.75;
}
#header .tel .title{
    font-size: 125%;
}
@media (max-width: 1500px) {
    #header {
        height: 45px;
        font-size: 14px;
    }
    #header .navbar {
        position: static;
        transform: none;
        margin: 0 0 0 auto;
    }
    #header .navbar .line {
        margin-top: 12px;
    }
}
@media (max-width: 1200px) {
    #header {
        height: 40px;
    }
    #header .navbar .line {
        margin-top: 6px;
    }
    #header .tel{
        display: none;
    }
}
@media (max-width: 768px) {
    #header .navbar {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        box-sizing: border-box;
        top: 60px;
        bottom: 0;
        background-color: #0058c5;
        margin: 0 -100% 0 100%;
        overflow: auto;
        padding: 50px 20px;
        height: auto;
        transition: margin 0.4s ease-out;
    }
    #header .navbar dl {
        height: auto;
        margin: 0;
        display: block;
    }
    #header .navbar dl:first-child .line {
        display: none;
    }
    #header .navbar dl.selected dt {
        padding-left: 8px;
    }
    #header .navbar dl.selected:before {
        content: "";
        position: absolute;
        left: 0;
        top: 22px;
        height: 14px;
        width: 3px;
        margin-top: -7.5px;
        background-color: #fff;
    }
    #header .navbar dl.active .line {
        transform: rotateZ(90deg);
    }
    #header .navbar dt {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    #header .navbar dt a {
        display: inline-block;
        vertical-align: top;
    }
    #header .navbar .sub-nav {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
        transition: unset;
        transform: none;
        margin: 0;
        position: static;
        display: none;
        padding: 0;
    }
    #header .navbar .list {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 16px 16px 8px 16px;
        color: #fff;
        box-shadow: none;
    }
    #header .navbar .list li {
        margin-bottom: 8px;
    }
    #header .navbar .list a:hover {
        color: #fff;
    }
    #header .navbar .line {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
        position: absolute;
        right: 0;
        font-size: 18px;
        font-family: "iconfont";
        height: 18px;
        width: 18px;
        text-align: center;
        line-height: 18px;
        top: 50%;
        margin-top: -9px;
        background-color: transparent;
    }
    #header .navbar .line:before {
        content: "\e666";
    }
}
#header.scroll,
#header.active {
    background-color: #0058c5;
    padding: 20px 0;
}
@media (min-width: 1001px) {
    #header.scroll .navbar .sub-nav,
    #header.active .navbar .sub-nav,
    #header.scroll #langContent,
    #header.active #langContent {
        padding-top: 20px;
    }
}
@media (min-width: 769px) {
    #header.scroll .navbar .sub-nav,
    #header.active .navbar .sub-nav,
    #header.scroll #langContent,
    #header.active #langContent {
        padding-top: 10px;
    }
}
@media (max-width: 1000px) {
    #header.scroll,
    #header.active {
        padding: 10px 0;
    }
}
#header.active .navbar-button span {
    margin-top: -1px;
}
#header.active .navbar-button span:first-child {
    transform: rotateZ(45deg);
}
#header.active .navbar-button span:last-child {
    margin-left: 0;
    transform: rotateZ(-45deg);
}
#header.active .navbar {
    margin: 0;
}
#langContent .ul {
    border-radius: 0.5em;
    line-height: 40px;
    background-color: #fff;
}
#langContent li:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #f1f1f1;
}
#langContent li.active {
    color: #f08519;
    font-weight: bold;
}
#langContent li.active .radio {
    border-color: #f08519;
}
#langContent li.active .radio > .circle {
    background-color: #f08519;
}
#langContent a {
    color: #000;
    outline: 0 none;
}
@media (min-width: 1001px) {
    #langContent {
        padding-top: 0.4rem;
        margin-top: -10px;
        text-align: center;
        top: 100%;
        width: 100%;
        min-width: 150px;
    }
    #langContent .ul {
        box-sizing: border-box;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
        padding: 0.5em 1em;
    }
    #langContent .radio,
    #langContent li.active {
        display: none;
    }
    #langContent a:hover {
        color: #0058c5;
        font-weight: bold;
    }
}
@media (max-width: 1000px) {
    #langContent {
        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;
        border-radius: 0.5em;
    }
    #langContent .radio {
        border: 1px solid #ccc;
        padding: 2px;
        margin-top: 14px;
    }
    #langContent .radio > .circle {
        width: 6px;
        height: 6px;
        background-color: #ccc;
    }
    #langContent .ell {
        margin-right: 4em;
    }
    #langContent a {
        padding: 0 1.5em;
    }
}
#banner .set-height {
    /*max-height: calc(100vh - 0.85rem);*/
    /*min-height: 400px;*/
    overflow: hidden;
}
#banner .set-height:after {
    padding-top: 56.25%;
}
@media (min-width: 1441px) {
    #banner .set-height {
        max-height: calc(100vh - 0.85rem);
    }
}
@media (max-width: 768px) {
    #banner .set-height {
        height: auto;
    }
}
#banner .container {
    padding: 0.9rem 0 1.15rem;
    color: #fff;
    line-height: 1.25;
}
#banner .container .right,
#banner .container .left h1,
#banner .container .left h2,
#banner .container .left .en,
#banner .container .left .hr,
#banner .container .left .title,
#banner .container .left .business {
    transition: all 0.4s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#banner .container .left {
    width: 48.4375%;
    box-sizing: border-box;
}
#banner .container .left h1 {
    font-size: 0.45rem;
    text-shadow: 0 0.08em 0 #000;
}
#banner .container .left h2 {
    font-size: 0.4rem;
    text-shadow: 0 0.08em 0 #000;
    padding-top: 6px;
    margin: 0.2rem auto;
    transition-delay: 0.1s;
}
#banner .container .left .en {
    margin-top: 1em;
    transition-delay: 0.2s;
}
#banner .container .left .hr {
    margin-top: 0.55rem;
    transition-delay: 0.3s;
}
#banner .container .left .hr:after {
    width: 2.7em;
    height: 0.3em;
    background-color: #fff;
}
#banner .container .left .title {
    font-size: 0.24rem;
    margin-top: 0.4rem;
    transition-delay: 0.4s;
}
#banner .container .left .business {
    transition-delay: 0.5s;
    display: inline-block;
    background-color: #0058c5;
    padding: 0.6em 0.9em;
    margin-top: 30px;
    line-height: 1.5;
    font-size: 87.5%;
}
#banner .container .left h1,
#banner .container .left h2,
#banner .container .left .en,
#banner .container .left .hr,
#banner .container .left .title,
#banner .container .left .business {
    transform: translateY(-20px);
}
@media (max-width: 1024px) {
    #banner .container .left .title {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    #banner .container{
        font-size: 14px;
    }
    #banner .container .left .en,
    #banner .container .left .hr,
    #banner .container .left .title,
    #banner .container .left .business {
        display: none;
    }
}
#banner .container .right {
    box-sizing: border-box;
    width: 51.5625%;
    background: url(../images/banner-product.png) no-repeat scroll left center;
    background-size: auto 100%;
    transform: translateX(50px);
}
#banner .container .right .supp {
    z-index: 1;
    pointer-events: none;
    left: 50%;
    background: url(../images/banner-product-s.png) repeat-x scroll right center;
    background-size: auto 100%;
}
#banner .container .right .product {
    margin-right: -0.3rem;
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}
#banner .container .right li {
    width: 33.333%;
}
#banner .container .right .content {
    background-color: #fff;
    border: 0.1em solid #f08519;
    border-radius: 0.5em;
    overflow: hidden;
    margin-right: 0.3rem;
}
#banner .container .right .img {
    padding-top: 65%;
}
@media (max-width: 1000px) {
    #banner .container .left {
        width: auto;
    }
    #banner .container .right {
        display: none;
    }
}
@media (max-width: 768px) {
    #banner .container {
        font-size: 1em;
    }
    #banner .container .left h1 {
        font-size: 18px;
    }
}
#banner .scroll {
    bottom: 0.65rem;
    text-align: center;
    z-index: 2;
    color: #fff;
}
#banner .scroll .contain {
    width: 1.3em;
    height: 2em;
    background-image: url(../images/mouse.png);
    margin-bottom: 0.5em;
}
#banner .scroll .icon {
    display: block;
    font-size: 12px;
    animation: scroll-down 3s linear infinite;
}
@keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-4px);
    }
    50% {
        opacity: 1;
        transform: translateY(2px);
    }
    100% {
        opacity: 0;
        transform: translateY(8px);
    }
}
#banner .container:before,
#banner .padding:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2rem;
    min-height: 80px;
    background-image: linear-gradient(top, #000, transparent);
    background-image: -webkit-linear-gradient(top, #000, transparent);
    opacity: 0.4;
}
#banner .padding {
    min-height: 280px;
    max-height: 64vh;
    overflow: hidden;
}
#banner .padding:after {
    padding-top: 35.41666667%;
    z-index: 1;
}
#banner .padding:before {
    z-index: 2;
}
#banner .swiper-pagination {
    z-index: 2;
    bottom: 0.65rem;
    width: auto;
    padding: 0 0.85rem;
    right: 0;
}
#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    margin-left: 0;
    vertical-align: bottom;
    transition: all 0.2s;
}
@media (min-width: 1001px) {
    #banner .swiper-pagination {
        text-align: left;
    }
    #banner .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        width: 3px;
        opacity: 1;
        height: 25px;
    }
    #banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 0.32rem;
    }
    #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 50px;
    }
}
#banner .swiper.ready .swiper-slide-active .container .right,
#banner .swiper.ready .swiper-slide-active .container .left h1,
#banner .swiper.ready .swiper-slide-active .container .left h2,
#banner .swiper.ready .swiper-slide-active .container .left .en,
#banner .swiper.ready .swiper-slide-active .container .left .hr,
#banner .swiper.ready .swiper-slide-active .container .left .title,
#banner .swiper.ready .swiper-slide-active .container .left .business {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
@media (max-width: 1000px) {
    #banner .scroll {
        display: none;
    }
    #banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 5px;
        border-radius: 2px;
    }
    #banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 5px;
    }
    #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 16px;
    }
}
#search .container {
    color: #fff;
}
#search .container .search {
    border-color: #fff;
    margin-top: 0.3rem;
    width: auto;
}
#search .container input::-webkit-input-placeholder {
    color: #fff;
}
#search .container button {
    color: #fff !important;
}
@media (min-width: 1001px) {
    #search {
        margin-top: 0.85rem;
        z-index: 2;
    }
    #search .container {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3.5rem;
        margin: 0 0 0 auto;
        padding: 0.4rem 0 0.4rem 0.5rem;
        background-color: #f08519;
    }
    #search .container:before,
    #search .container:after {
        background-color: #f08519;
        top: 0;
        width: 1.6rem;
    }
    #search .container:before {
        bottom: 0.85rem;
        right: 100%;
    }
    #search .container:after {
        left: 100%;
        bottom: 0;
    }
}
@media (max-width: 1000px) {
    #search {
        background-color: #f08519;
        padding: 20px 0;
    }
    #search .container {
        max-width: 550px;
        margin: 0 auto;
    }
    #search form {
        border-radius: 4px;
    }
}
#indexProduct {
    overflow: hidden;
}
#indexProduct .index-title {
    padding-left: 0;
}
#indexProduct .container .tab-option {
    float: left;
    width: 200px;
    color: #817f7f;
}
#indexProduct .container .tab-option .icon {
    float: right;
    font-size: 0.9em;
}
#indexProduct .container .tab-option .name {
    margin-right: 1em;
}
#indexProduct .container .tab-option .item {
    padding: 0.16rem 1em;
    border-bottom: 1px solid #817f7f;
    cursor: pointer;
}
#indexProduct .container .tab-option .item:not(:first-child) {
    margin-top: 0.2rem;
}
#indexProduct .container .tab-option .item.active {
    /*transform: translateX(0.24rem);*/
    color: #fff;
    background-color: #0058c5;
    border-color: #0058c5;
}
#indexProduct .container .mob-select {
    margin-bottom: 30px;
}
#indexProduct .container .body-container {
    padding-right: 0;
    margin-left: 200px;
}
@media (max-width: 1200px) {
    #indexProduct .container .tab-option {
        width: 170px;
    }
    #indexProduct .container .body-container {
        margin-left: 170px;
    }
}
@media (min-width: 1001px) {
    #indexProduct .body {
        padding-top: 0;
    }
    #indexProduct .index-title {
        margin-right: 4rem;
    }
    #indexProduct .bg {
        left: auto;
        width: 4rem;
    }
    #indexProduct .bg:after {
        height: 100%;
        margin-right: -1.6rem;
        background-color: #f9f9f9;
    }
}
@media (max-width: 1000px) {
    #indexProduct .index-title {
        padding-right: 0;
    }
    #indexProduct .bg,
    #indexProduct .tab-option {
        display: none;
    }
    #indexProduct .container .body-container {
        margin-left: 0;
        padding-left: 0;
    }
}
#ipl .swiper {
    margin-right: -0.4rem;
}
#ipl .swiper-pagination {
    width: auto;
    position: static;
    margin-right: 0.4rem;
    padding-top: 10px;
}
#ipl .swiper-wrapper {
    flex-direction: unset;
}
#ipl .content {
    margin: 0 0.4rem 0.4rem 0;
}
#ipl .right {
    width: 53.125%;
    box-sizing: border-box;
    padding-left: 0.3rem;
}
#ipl .right .title {
    margin-bottom: 0.2rem;
}
#ipl .right .go {
    margin-top: 0.5rem;
}
#ipl .clip {
    width: 46.875%;
}
#ipl .clip .img {
    padding-top: 80%;
    background-color: #4e9af9;
}
@media (max-width: 768px) {
    #ipl {
        font-size: 15px;
    }
    #ipl .swiper-pagination {
        transform: none;
        margin: 0 auto;
        padding: 20px 0.4rem 0 0;
    }
}
#indexAbout > .body-container {
    background-image: url(../images/index-about.jpg);
}
#indexAbout .container {
    color: #fff;
}
#indexAbout .container .index-title h1 {
    color: #fff;
}
#indexAbout .container .text {
    opacity: 1;
}
#indexAbout .container .left dl dt {
    font-size: 1.2em;
    margin-bottom: 1em;
}
#indexAbout .container .left .datum {
    margin: 0.5rem -10px 0.64rem;
}
#indexAbout .container .left .datum .name {
    font-size: 14px;
    opacity: 0.7;
}
#indexAbout .container .left .datum .value {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    height: 1em;
    color: rgba(255, 255, 255, 0.7);
}
#indexAbout .container .left .datum .value:after {
    content: attr(data-content);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 1em;
}
#indexAbout .container .left .datum li {
    padding: 0 10px;
}
#indexAbout .container .left .datum li:hover .value {
    color: #fff;
}
#indexAbout .container .right .content {
    border-radius: 1.9rem 0 1.9rem 0;
    border: 0.25em solid #fff;
}
#indexAbout .container .right .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.9rem;
    height: 0.9rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: #0058c5;
    min-width: 50px;
    min-height: 50px;
}
#indexAbout .container .right .circle .icon {
    font-size: 0.45rem;
}
#indexAbout .container .right .cover {
    padding-top: 76%;
}
@media (min-width: 1001px) {
    #indexAbout .container .left,
    #indexAbout .container .right {
        box-sizing: border-box;
        width: 50%;
    }
    #indexAbout .container .left {
        padding-right: 0.4rem;
    }
    #indexAbout .container .right {
        padding-left: 0.4rem;
    }
}
@media (max-width: 1000px) {
    #indexAbout .container {
        display: block;
    }
    #indexAbout .container .right {
        max-width: 550px;
        margin: 36px auto 0;
    }
}
@media (min-width: 769px) {
    #indexAbout .container .left .datum li {
        display: block;
    }
}
@media (max-width: 768px) {
    #indexAbout .container .left dl dt {
        font-size: 16px;
    }
    #indexAbout .container .left .datum {
        margin: 20px 0 20px;
        display: block;
    }
    #indexAbout .container .left .datum .name {
        max-width: 55%;
    }
    #indexAbout .container .left .datum .value {
        font-size: 24px;
    }
    #indexAbout .container .left .datum li {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #indexAbout .container .left .datum li:last-child {
        border-bottom: 0 none;
    }
}
#indexHonor .swiper-wrapper {
    transition-timing-function: linear;
}
#indexHonor .fade {
    transform: scale(0.8);
    top: auto;
    padding: 0 1em 1.4em;
    text-align: center;
}
#indexHonor .circle {
    box-sizing: border-box;
    min-width: 1.8rem;
    max-width: 100%;
    text-align: center;
    height: 2.25em;
    margin: 0 auto;
    line-height: 2.25em;
    color: #fff;
    background-color: #0058c5;
    padding: 0 1em;
    display: inline-block;
}
#indexHonor .cover {
    padding-top: 75%;
    border: 1px solid #fff;
}
#indexHonor .cover:hover .fade {
    transform: scale(1);
}
@media (max-width: 768px) {
    #indexHonor .fade {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
        transform: scale(1);
        padding: 1em;
        background-image: linear-gradient(bottom, #000, transparent);
        background-image: -webkit-linear-gradient(bottom, #000, transparent);
    }
    #indexHonor .circle {
        background-color: transparent;
        height: auto;
        line-height: 1.5;
    }
}
#indexNews {
    overflow: hidden;
}
#indexNews .container .bg {
    right: auto;
    width: 2.3rem;
    z-index: 2;
}
#indexNews .container .bg:before {
    position: absolute;
    left: -200px;
    right: 0;
    bottom: -2px;
    top: -10px;
    margin-top: -0.5rem;
    background-color: #f9f9f9;
}
#indexNews .container .left {
    position: relative;
    z-index: 3;
    float: left;
    width: 2.3rem;
}
#indexNews .container .left .circle {
    background-color: #0058c5;
    color: #fff;
    width: 1rem;
    height: 1rem;
    min-width: 70px;
    min-height: 70px;
}
#indexNews .container .left .char {
    font-size: 12px;
    margin-top: 6px;
}
#indexNews .container .left .icon {
    cursor: pointer;
}
#indexNews .container .left .icon:hover {
    color: #f08519;
}
#indexNews .container .swiper {
    margin-left: 2.3rem;
    overflow: visible;
    margin-right: -0.85rem;
}
#indexNews .container .swiper .content {
    margin-right: 0.85rem;
    background-color: #fff;
    padding: 0.5rem;
}
#indexNews .container .swiper .cover {
    padding-top: 64%;
}
#indexNews .container .swiper .time {
    margin: 0.2rem auto;
}
#indexNews .container .swiper .text {
    margin: 0.24rem auto;
}
@media (max-width: 1200px) {
    #indexNews .container .swiper {
        margin-right: -24px;
    }
    #indexNews .container .swiper .content {
        margin-right: 24px;
    }
}
@media (max-width: 768px) {
    #indexNews .container .swiper {
        margin-left: 0;
        font-size: 15px;
    }
    #indexNews .container .swiper .content {
        padding: 20px;
    }
}
@media (min-width: 1001px) {
    #indexNews .container .swiper-slide:nth-of-type(2n) {
        top: -0.5rem;
        transform: translateY(-10px);
    }
}
#footer a:hover {
    text-decoration: underline;
    opacity: 1!important;
}
#footer .container {
    color: #fff;
    background-color: #0058c5;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
#footer .container .top .info {
    margin-top: 1rem;
    font-size: 14px;
}
#footer .container .top .info .clear:not(:last-child) {
    margin-bottom: 0.1rem;
}
#footer .container .top .info dd {
    margin-left: 5em;
}
#footer .container .top .right .wechat {
    text-align: center;
}
#footer .container .top .right .wechat img {
    max-width: unset;
    width: 120px;
    margin-bottom: 10px;
}
#footer .container .top .right li {
    margin-right: 0.5rem;
}
#footer .container .top .right .sub {
    font-size: 12px;
    opacity: 0.7;
    margin-top: 8px;
}
#footer .container .top .right .sup {
    margin-bottom: 0.24rem;
}
@media (min-width: 1001px) {
    #footer .container .top .logo {
        max-width: unset;
        height: auto;
    }
}
@media (max-width: 1200px) {
    #footer .container .top {
        display: block;
    }
    #footer .container .top .right {
        margin-top: 30px;
    }
}
#footer .container .blogroll {
    margin: 0.7rem auto 0.6rem;
    font-size: 87.5%;
}
#footer .container .blogroll dd {
    margin-left: 6em;
}
#footer .container .blogroll a {
    float: left;
    margin: 0 0.3rem 0.1rem 0;
}
#footer .container .other {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0 0.3rem;
    font-size: 12px;
}
#footer .container .other a {
    opacity: 0.7;
    float: left;
    margin: 0 0.3rem 0.2rem 0;
}
#footer .copyright {
    background-color: #004599;
    border-top: 1px solid #1968ca;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    color: #fff;
}
#footer .copyright .clear {
    margin: 0 -10px;
}
#footer .copyright .item {
    padding: 2px 10px;
}
@media (min-width: 1000px) {
    #footer .copyright .item.fl:not(:first-child) {
        margin-left: 1.1rem;
    }
}
@media (max-width: 768px) {
    #footer .copyright {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #footer .copyright .item {
        float: none;
        text-align: center;
    }
}
#position .body {
    padding: 0.3rem 0;
    text-align: right;
}
@media (max-width: 960px) {
    #position .body {
        padding: 15px 0;
    }
}
@media (max-width: 768px) {
    #position .body {
        text-align: left;
    }
}
#position a {
    display: inline;
}
#position a:hover {
    color: #0058c5;
    text-decoration: underline;
}
#product .head {
    padding-bottom: 24px;
}
#product .head .left {
    margin-right: 0.6rem;
    line-height: 1.125;
}
#product .head .left .headline {
    font-size: 1.125em;
    white-space: nowrap;
}
#product .head .left a {
    display: inline-block;
    margin: 0 1em 0.5em 0;
}
#product .head .left a:hover {
    color: #f08519;
    text-decoration: underline;
}
#product .head .search {
    min-width: 160px;
    background-color: #fff;
}
#product .intro {
    margin-bottom: 25px;
    padding-bottom: 0.17rem;
}
#product .intro .left {
    box-sizing: border-box;
    width: 36%;
    padding-right: 0.5rem;
}
#product .intro .left .cover {
    padding-top: 68.75%;
}
#product .intro .right {
    width: 64%;
}
#product .p-list {
    overflow: hidden;
}
#product .p-list .ul {
    margin: 0 -0.35rem;
}
#product .p-list .ul > .item {
    width: 50%;
}
#product .p-list a {
    padding: 0.42rem 0.35rem;
    border-top: 1px solid #e7e7e7;
}
#product .p-list .pd .left {
    width: 48%;
    box-sizing: border-box;
    padding-right: 0.3rem;
}
#product .p-list .pd .right {
    width: 52%;
}
#product .p-list .pd .img {
    padding-top: 64%;
    background-color: #4e9af9;
}
#product .p-list .pd .title {
    margin-bottom: 0.1rem;
    padding-bottom: 5px;
}
#product .p-list .center {
    padding: 12px 0;
    margin: 0.12rem 0;
}
#product .p-list .center .headline {
    font-weight: bold;
    white-space: nowrap;
    margin-right: 0.4rem;
}
#product .p-list .center .text {
    line-height: 1.5;
}
#product .p-list .center .text .li {
    padding-left: 12px;
}
#product .p-list .center .text .li:before {
    width: 6px;
    height: 6px;
    background-image: url(../images/sanjiao.png);
    left: 0;
    top: 0.75em;
    margin-top: -4px;
}
#product .p-list .center .text .li:not(:last-child) {
    margin-bottom: 0.65em;
}
#product ul.pagination {
    margin-top: -0.42rem;
}
#product .other {
    margin-top: 0.42rem;
    overflow: hidden;
}
#product .other .content {
    padding-top: 0.42rem;
    border-top: 1px solid #e7e7e7;
    margin: 0 -0.3rem;
}
#product .other span {
    height: 0;
    overflow: hidden;
    margin: 0 0.3rem 0.2rem;
}
#product .other a {
    font-size: 0.9em;
    margin: 0 0.3rem 0.2rem;
}
#product .other a:hover {
    color: #f08519;
    text-decoration: underline;
}
@media (max-width: 1200px) {
    #product .p-list .pd {
        display: block;
    }
    #product .p-list .pd .left,
    #product .p-list .pd .right {
        width: auto;
    }
    #product .p-list .pd .left {
        margin: 0 auto 20px;
        padding: 0;
    }
}
@media (max-width: 930px) {
    #product .p-list a {
        padding: 20px 0.35rem;
    }
}
@media (max-width: 768px) {
    #product .intro {
        display: block;
    }
    #product .intro .left,
    #product .intro .right {
        width: auto;
    }
    #product .intro .left {
        max-width: 550px;
        margin: 0 auto 20px;
        padding: 0;
    }
    #product .head {
        display: block;
    }
    #product .head .search {
        width: auto;
        max-width: 550px;
        margin: 30px auto 0;
        border-radius: 4px;
    }
    #product .p-list .center {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #product .p-list a {
        position: relative;
    }
    #product .p-list .go {
        position: absolute;
        bottom: 20px;
        left: 0.35rem;
    }
}
@media (max-width: 550px) {
    #product .p-list li {
        width: 100%;
    }
}
#productDetail .intro {
    margin: 0.38rem auto 0.3rem;
    padding-bottom: 20px;
}
#productDetail .intro .left,
#productDetail .intro .right {
    width: 50%;
}
#productDetail .intro .clip {
    margin-left: 0.4rem;
    background-color: #eeeded;
}
#productDetail .intro .more {
    position: relative;
}
#productDetail .intro .more:not(:last-child) {
    margin-right: 0.875em;
}
#productDetail .intro .bshareDiv {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 2;
}
#productDetail .intro .bshareDiv,
#productDetail .intro .bshareDiv .buzzButton {
    width: 100%!important;
    height: 100%!important;
}
#productDetail .intro .bottom {
    padding-top: 10px;
    margin-top: 0.3rem;
}
@media (max-width: 768px) {
    #productDetail .intro {
        margin-top: 0;
        display: block;
    }
    #productDetail .intro .left,
    #productDetail .intro .right {
        width: auto;
    }
    #productDetail .intro .clip {
        margin-top: 30px;
        margin-left: 0;
    }
}
#productDetail .edit-content {
    padding: 0.5rem 0;
}
@media (max-width: 1152px) {
    #productDetail .edit-content {
        padding: 30px 0;
    }
}
#productDetail .to-list {
    width: 10em;
    text-align: center;
    background-color: #0058c5;
    height: 2.3em;
    line-height: 2.3em;
    color: #fff;
}
#productDetail .to-list:hover {
    background-color: #0068e5;
}
#productDetail .recom {
    margin-top: 0.5rem;
    padding-top: 30px;
}
#productDetail .recom .headline {
    font-weight: bold;
    padding-bottom: 22px;
    margin-bottom: 0.1rem;
}
#productDetail .recom .content {
    margin: -0.4rem -0.4rem 0 0;
}
#productDetail .recom .content .li {
    width: 33.333333%;
    margin-top: 0.4rem;
}
@media (max-width: 768px) {
    #productDetail .recom .content .li {
        width: 50%;
    }
}
@media (max-width: 550px) {
    #productDetail .recom .content .li {
        width: 100%;
    }
}
#productDetail .recom .content a {
    margin-right: 0.4rem;
}
#productDetail .recom .content .img {
    padding-top: 64%;
    background-color: #eeeded;
}
#productDetail .recom .content .title {
    margin: 0.75em 0 0.6em;
}
#productDetail .recom .content .go {
    margin-top: 0.2rem;
}
@media (max-width: 1440px) {
    #productDetail .recom .content {
        margin-top: -30px;
    }
    #productDetail .recom .content .li {
        margin-top: 30px;
    }
    #productDetail .recom .content .go {
        margin-top: 12px;
    }
}
#news .n-list {
    margin-top: -0.42rem;
}
#news .n-list li {
    padding-top: 0.42rem;
}
#news .n-list .img {
    height: 100%;
}
#news .n-list .left {
    width: 300px;
}
#news .n-list .right {
    flex: 1;
    padding-left: 0.3rem;
    box-sizing: border-box;
}
#news .n-list .title {
    height: 1.2em;
    -webkit-line-clamp: 1;
    margin: 0.6em 0;
}
#news .n-list .go {
    margin-top: 0.2rem;
}
@media (max-width: 1200px) {
    #news .n-list .left {
        width: 42%;
    }
    #news .n-list .right {
        width: 58%;
        flex: none;
        padding-left: 16px;
    }
    #news .n-list .go {
        margin-top: 12px;
    }
}
@media (max-width: 1440px) {
    #news .n-list {
        margin-top: -30px;
    }
    #news .n-list li {
        padding-top: 30px;
    }
}
@media (max-width: 550px) {
    #news .n-list a {
        display: block;
    }
    #news .n-list .img {
        padding-top: 64%;
    }
    #news .n-list .left,
    #news .n-list .right {
        width: auto;
    }
    #news .n-list .right {
        margin-top: 12px;
        padding-left: 0;
    }
}
#detail .point a {
    display: inline;
}
#detail .point a:hover {
    color: #0058c5;
    text-decoration: underline;
}
#detail .container {
    border-top: 5px solid #0058c5;
    padding-top: 0.4rem;
}
@media (max-width: 1000px) {
    #detail .container {
        display: block;
    }
}
#detail .container > .right {
    margin-top: 50px;
}
@media (min-width: 1001px) {
    #detail .container > .right {
        padding-left: 0.7rem;
        margin-top: 0;
    }
}
#detail .container > .right > .content {
    width: 260px;
}
@media (max-width: 1200px) {
    #detail .container > .right > .content {
        width: 200px;
    }
}
@media (max-width: 1000px) {
    #detail .container > .right > .content {
        width: auto;
    }
}
#detail .container > .right > .content > .title {
    font-size: max(18px,0.24rem);
}
@media (max-width: 1000px) {
    #detail .container > .right > .content > .title {
        margin-bottom: 24px;
    }
}
@media (max-width: 1000px) {
    #detail .container > .right > .content .swiper {
        margin-right: -20px;
    }
}
@media (min-width: 1001px) {
    #detail .container > .right > .content .swiper-pagination {
        display: none;
    }
}
@media (min-width: 1001px) {
    #detail .container > .right > .content .swiper-wrapper {
        display: block;
    }
}
#detail .container > .right > .content .content {
    margin-top: 0.4rem;
}
@media (max-width: 1000px) {
    #detail .container > .right > .content .content {
        margin-right: 20px;
        margin-top: 0;
    }
}
#detail .container > .right > .content .content .title {
    line-height: 1.5em;
    max-height: 3em;
    font-size: 0.9em;
    margin-top: 0.8em;
}
#detail .container > .right > .content .content .cover {
    padding-top: 58%;
}
#detail .container > .right > .content .content:hover .title {
    color: #0058c5;
}
#detail .container > .right > .content .content:hover .circle {
    background-color: #0058c5;
}
#detail .container > .left {
    width: 100%;
}
@media (min-width: 1001px) {
    #detail .container > .left {
        padding-right: 0.7rem;
        border-right: 1px solid #e5e5e5;
    }
}
#detail .container > .left > .content > .title {
    font-size: 0.4rem;
    margin: 0.6em auto;
}
@media (max-width: 960px) {
    #detail .container > .left > .content > .title {
        font-size: 20px;
    }
}
#detail .container > .left > .content > .result {
    margin-top: 0.3rem;
    padding-top: 30px;
}
#detail .container > .left > .content > .result > .item {
    padding: 1em 0;
    border-bottom: 1px solid #f3f3f3;
}
#detail .container > .left > .content > .result > .item:first-child {
    padding-top: 0;
}
#detail .container > .left > .content > .result > .item > .ell {
    font-size: 0.9em;
}
#detail .container > .left > .content > .result > .item > .text {
    margin-top: 8px;
    height: auto;
    max-height: 3.6em;
}
#detail .container > .left > .content > .result > .item:hover {
    color: #f08519;
}
#detail .container > .left > .content > .time {
    font-size: 87.5%;
    margin-bottom: 0.3rem;
    padding-bottom: 30px;
}
#detail .container > .left > .content > .time span {
    opacity: 0.7;
}
#detail .container > .left > .content > .page {
    margin-top: 0.2rem;
    padding-top: 20px;
}
#detail .container > .left > .content > .page > .clear {
    color: #777;
    line-height: 1em;
}
#detail .container > .left > .content > .page > .clear:first-child {
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 1.5em;
}
#detail .container > .left > .content > .page > .clear:last-child {
    padding-top: 1.5em;
}
#detail .container > .left > .content > .page > .clear > .fr {
    font-size: 87.5%;
}
#detail .container > .left > .content > .page > .clear > .ell {
    width: 80%;
    font-size: 112.5%;
}
#detail .container > .left > .content > .page > .clear > .ell:before {
    content: "· ";
}
#detail .container > .left > .content > .page > .clear:hover {
    color: #0058c5;
}
#detail .container > .left > .content > .page > .clear:hover > .ell {
    text-decoration: underline;
}
#detail .container > .left > .content > .page > .clear:hover > .fr {
    color: red;
}
#honor .list {
    margin: -0.42rem -0.42rem 0 0;
}
#honor .list li {
    /*flex-grow: 1;*/
    margin-top: 0.42rem;
    width: 25%;
}
#honor .list a {
    margin-right: 0.42rem;
    height: 100%;
}
#honor .list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#honor .list .fade {
    background-color: rgba(0, 88, 197, 0.7);
    color: #fff;
    padding: 1em;
    text-align: center;
}
#honor .list .content .caption {
    font-size: 0.9em;
    margin-bottom: 0.9em;
}
#honor .list .content .icon {
    font-size: 1.2em;
}
@media (max-width: 550px) {
    #honor .list li {
        width: 50%;
    }
}
#partner .partner {
    margin-right: -0.3rem;
}
#partner .partner li {
    padding-right: 0.3rem;
}
#contact .company{
    position: relative;
    z-index: 50;
}
#contact .company .ul {
    margin-right: -0.6rem;
}
#contact .company li {
    width: 50%;
    margin-top: 0.5rem;
}
@media (max-width: 960px) {
    #contact .company li {
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    #contact .company li {
        width: 100%;
    }
}
#contact .company .share,
#contact .company .content {
    margin-right: 0.6rem;
    min-height: 3em;
}
#contact .company .icon {
    display: block;
}
#contact .company .content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.32rem;
    height: 100%;
    box-sizing: border-box;
}
#contact .company .content .circle {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background-color: #dbdbdb;
    color: #fff;
}
#contact .company .content .icon {
    font-size: 1.2em;
}
#contact .company .content .left {
    margin-right: 2em;
}
#contact .company .content .name {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
#contact .company .content .value {
    font-size: 14px;
    padding-top: 5px;
}
#contact .company .content .value,
#contact .company .content .tel {
    opacity: 0.8;
}
#contact .company .content .line {
    top: auto;
    height: 1px;
    background-color: #0058c5;
    margin-bottom: -1px;
    width: 0;
}
#contact .company .content:hover .line {
    width: 55%;
}
#contact .company .content:hover .name,
#contact .company .content:hover .value,
#contact .company .content:hover .tel {
    color: #0058c5;
}
#contact .company .content:hover .value,
#contact .company .content:hover .tel {
    opacity: 1;
}
#contact .company .content:hover .circle {
    background-color: #0058c5;
}
#contact .company .share span {
    font-size: 0.9em;
    font-weight: bold;
}
#contact .company .share .circle {
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    background-color: #f2f2f2;
    margin-left: 0.9em;
    z-index: 20;
}
#contact .company .share .circle:hover {
    background-color: #0058c5;
    color: #fff;
}
#contact .company .share .circle .fade{
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
    border-radius: 8px;
    width: 120px;
    height: 120px;
    top: 100%;
    margin-top: ;
    margin-top: 16px;
    padding: 16px;
}
#contact .company .share .circle canvas{
    display: block;
}
#contact .company .share .circle .fade,
#contact .company .share .circle .fade:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#contact .company .share .circle .fade:before{
    content:"";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: 100%;
}
#map {
    height: 400px;
    margin: 0.64rem auto;
}
@media (max-width: 1200px) {
    #map {
        margin: 40px auto;
        height: 300px;
    }
}
#map .BMapLabel:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 5px;
    background-color: #0058c5;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#map .BMapLabel > .content {
    z-index: 2;
    font-size: 1rem;
    width: 1.2em;
    height: 1.2em;
    box-sizing: border-box;
    padding: 0.2em;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -0.6em;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2));
}
@media (max-width: 1200px) {
    #map .BMapLabel > .content {
        font-size: 60px;
    }
}
#map .BMapLabel > .content:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    margin-left: -6px;
}
#map .BMapLabel > .content > img {
    max-width: 100%;
    max-height: 100%;
}
#server .method {
    margin-bottom: 0.4rem;
    padding-bottom: 30px;
}
#server .method .title {
    margin-bottom: 0.2rem;
    padding-bottom: 20px;
}
#server .method .ul {
    margin: -0.2rem -0.6rem 0 0;
}
#server .method .ul:after {
    content: "";
    flex-grow: 1;
}
#server .method .ul li {
    width: 33.3333%;
    margin-top: 0.2rem;
}
@media (max-width: 1350px) {
    #server .method .ul li {
        width: 50%;
    }
}
@media (max-width: 550px) {
    #server .method .ul li {
        width: 100%;
    }
}
#server .method .ul dl {
    margin-right: 0.6rem;
    line-height: 1.2em;
}
#server .method .ul dt {
    color: #f08519;
    margin-right: 6px;
}
#server .method .ul dd {
    font-size: 0.9em;
    opacity: 0.8;
}
@media (max-width: 768px) {
    #download .list {
        font-size: 15px;
    }
}
#download .list li:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 0.5rem;
}
#download .list li .left{
    padding-top: 0.5em;
}
#download .list li .icon {
    font-size: 1.6em;
    color: #f08519;
}
#download .list li .content {
    margin: 0 auto 0 0.3rem;
}
#download .list li .right {
    margin-left: 0.6rem;
}
#download .list li .time {
    margin-bottom: 4px;
}

.side {
	position: fixed;
	width: 50px;
	/*height: 150px;*/
	right: 0;
	bottom: 18%;
	z-index: 100;/*background:red;*/
}
.side ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}
.side ul li .sidebox ,
.side ul li .fade{
    position: absolute;
    background-color: #0058c5;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.side ul li .sidebox {
	width: 50px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
}
.side ul li a{
    height: 50px;
}
.side ul li .fade{
    width: 154px;
    height: 154px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    position: absolute;
    bottom: 0;
    margin-bottom: -52px;
    right: 52px;
    margin-right: -10px;
}
.side ul li .fade img{
    width: 100%;
    height: 100%;
}
.side ul li a:hover .sidebox.inside {
	width: 200px;
	text-align: center;
}
.side ul li a:hover .fade{
    margin-bottom: -52px;
}
.side ul li img {
	float: right;
}
@media (max-width: 768px){
    .side {
        width: 40px;
    }
    .side ul li .sidebox,
    .side ul li {
    	width: 40px;
    	height: 40px;
    }
    .side ul li a{
        height: 40px;
    }
    .side ul li .sidebox{
        line-height: 40px;
    }
    .side ul li .fade{
        width: 124px;
        height: 124px;
        padding: 10px;
        margin-bottom: -42px;
        right: 42px;
    }
    .side ul li a:hover .fade{
        margin-bottom: -42px;
    }
    .side ul li a:hover .sidebox.inside {
    	width: 160px;
    }
}