@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff');
    font-display: swap;
}
body {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.Top003156 {
    z-index: 20;
    transition: 0.3s all
}
.Top003156_ {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}
.Top003156 .auto {
    position: relative;
    z-index: 200;
}
.Top003156 .logo {
    display: table;
}
.Top003156 .logo a {
    display: table-cell;
    vertical-align: middle;
}
.Top003156 .top-right {}
.Top003156 .top-right>* {
    display: table-cell;
    vertical-align: middle;
}
.Top003156 .language {
    position: relative;
    z-index: 100;
}
.Top003156 .top-right .cur {
    padding: 0 22px 0 30px;
    background: url(../images/icon-language.svg)no-repeat center left;
    background-size: 20px auto;
    line-height: 24px;
    display: inline-block;
    position: relative;
}
.Top003156 .top-right .cur::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: url(../images/icon-sjx.svg)no-repeat center;
    background-size: 13px auto;
}
.Top003156 .top-right .cur::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    left: -65px;
    top: 3px;
    background: #ddd;
}
.Top003156 .top-right .lang-list {
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    z-index: 100;
    background: #fff;
    border-radius: 0 0 6px 6px;
    top: 100%;
    padding: 10px 0;
    display: none;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
}
.Top003156 .top-right .lang-list a {
    display: block;
    line-height: 30px;
    text-align: center;
}
.Top003156_ .open-search {
    background: url(../images/Top003156-search-on.svg) no-repeat center center;
    background-size: contain;
}
.open-search.on:before, .open-search.on:after {
    background-color: #fff;
    height: 1px;
}
.top-search {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.top-search .text {
    width: 100%;
    height: 3.125em;
    line-height: 3.125em;
    padding: 0 3.125em 0 0.625em;
    font-size: 1em;
}
.top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125em;
    height: 100%;
    background: url(../images/Top003156-search-on.svg) no-repeat center center;
    background-size: auto 60%;
}
.Top003156 menu li span, .Top003156 menu li span a {
    display: block;
}
.Top003156 menu li span {
    position: relative;
    z-index: 2;
}
.Top003156 menu li span a:hover, .Top003156 menu li.aon span a {
    color: #0f60ae;
}
.Top003156 menu li span a {
    font-size: calc(16 / 16 * 1em)
}
.Top003156 menu li .sub dt {}
.Top003156 menu li .sub dt a {
    color: #020814;
}
.Top003156 menu li .sub dt a:hover {
    color: #0f60ae;
}
@media (min-width:1025px) {
    .Top003156 menu li .sub {
        position: absolute;
        top: 100%;
        width: 160px;
        margin-left: -80px;
    }
    .Top003156 menu li .sub dl {
        background-color: #fff;
        box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
        border-radius: 6px;
        padding: 15px 0px;
    }
}
@media (min-width:1025px) {
    .Top003156 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .Top003156 header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0
    }
    .Top003156 menu {
/*        margin-left: 10.5vw;*/
    }
    .Top003156 menu li {
        float: left;
    }
    .Top003156 menu li+li {
        margin-left: calc(40 / 16 * 1em);
    }
    .Top003156 menu li span a {
        color: #000;
        line-height: calc(30 / 16 * 1em);
    }
    .Top003156_ menu li span a {
        color: #000;
    }
    .Top003156 .logo {
        max-width: 23%;
    }
    .Top003156 .logo img {}
    .Top003156 .top-right {}
    .Top003156 .top-right .open-search {
        position: relative
    }
    .Top003156 .top-right .open-search::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        left: -3.125em;
        top: 0;
        background: rgba(255, 255, 255, 0.3)
    }
    .Top003156_ .top-right .open-search::before {
        background: rgba(0, 0, 0, 0.3)
    }
    .open-search {
        margin-left: 3.125em;
    }
    .top-search {
        width: 25em;
    }
}
@media (max-width:1024px) {
    .Top003156 header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Top003156 menu {
        position: absolute;
        right: 0;
        top: 100%;
        width: 200px;
        padding: 0.625em;
        box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.3);
        border-radius: 0.625em;
        visibility: hidden;
        transform: translateY(5em);
        transition: 0.3s;
        opacity: 0;
        background: #fff;
        z-index: 999;
    }
    .menu-show .Top003156 menu {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;
        z-index: 999;
    }
    .Top003156 menu li span a {
        padding: 0.5em 0.6em;
        font-size: 16px;
    }
    .Top003156 menu li .sub dl {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .Top003156 menu li .sub dt {
        text-align: left;
        padding-left: 5%;
    }
    .Top003156 .logo {
        max-width: 60%;
        height: 4em;
    }
    .Top003156 .logo img {
        height: 3.5em
    }
    .Top003156 .top-right {
        height: 4em;
    }
    .Top003156 .top-right {
        position: absolute;
        right: 0;
        top: 0;
        display: table;
    }
    .Top003156 .top-right dd {
        font-size: 0.875em;
    }
    .Top003156 .top-right dt {
        padding-left: 1em;
    }
    .Top003156 .top-right .cur::before {
        left: -15px;
    }
    .Top003156 li .sub {
        background-color: #f8f9fb;
    }
    .Top003156 .open-menu {
        display: block;
        width: 2em;
        height: 2em;
    }
    .Top003156 .open-menu i {
        background-color: #0f60ae;
    }
    .Top003156 .open-menu:not(.on) i:nth-child(1) {
        margin-top: -0.625em;
    }
    .Top003156 .open-menu:not(.on) i:nth-child(3) {
        margin-top: calc(0.625em - 3px);
    }
    .Top003156 .has-multi aside .op-multi:before, .Top003156 .has-multi aside .op-multi:after, .Top003156 .has-sub span .op:before, .Top003156 .has-sub span .op:after {
        background: #0f60ae;
    }
    .top-search {
        width: 100%;
    }
}
.Top0031569 menu {
    margin-left: 0.5vw;
}
.Banner003086 .slider li {
    position: relative;
}
.Banner003086 .ytable {
    height: 100%;
}
.Banner003086 .txt-area {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: 10;
    text-align: center;
}
.Banner003086 .txt-area aside {
    transition: 1s 1s;
    opacity: 0;
}
.Banner003086 .txt-area .t-1 {
    font-size: calc(30 / 16 * 1em);
    transform: translateX(50px);
}
.Banner003086 .txt-area .t-2 {
    font-size: calc(70 / 16 * 1em);
    font-weight: bold;
    transform: translateX(100px);
    text-transform: uppercase
}
.Banner003086 .txt-area .t-3 {
    font-size: calc(30 / 16 * 1em);
    transform: translateX(150px);
}
.Banner003086 .ani-show .txt-area aside {
    opacity: 1;
    transform: translateX(0);
}
.Banner003086 .slick-arrow {
    z-index: 20;
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    opacity: 0.15;
    background: url(../images/Banner003086-prev.svg) no-repeat center center;
    background-size: auto calc(50 / 60 * 1em);
    font-size: calc(60 / 16 * 1em);
    text-indent: -999em;
    overflow: hidden;
    transition: .3s;
}
.Banner003086 .slick-prev {
    left: 2.92vw;
}
.Banner003086 .slick-next {
    right: 2.92vw;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.Banner003086 .slick-arrow:hover {
    opacity: 1;
}
.Banner003086 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: calc(60 / 960 * 100%);
    z-index: 10;
}
.Banner003086 .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 calc(20 / 1920 * 100vw);
}
.Banner003086 .slick-dots li button {
    display: none;
}
.Banner003086 .slick-dots li.slick-active {
    background-color: #fff;
}
@media(min-width:1025px) {
    .Banner003086 .wap {
        display: none;
    }
}
@media(max-width:1024px) {
    .Banner003086 .pc {
        display: none;
    }
    .Banner003086 .txt-area {
        font-size: 5vw;
        padding: 0 2vw;
    }
}
@media(max-width:640px) {
    .Banner003086 .slick-dots li {
        width: 20px;
        height: 20px;
    }
}
/* 首页标题 */
.column-tit {
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-bottom: calc(40 / 1920 * 100vw);
}
.column-tit .cn {
    font-size: calc(50 / 16 * 1em);
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.column-tit .cn span {
    color: #ff0000;
}
.column-tit .en {
    color: #000;
    font-size: calc(18 / 16 * 1em);
    padding-top: 10px;
    max-width: 60%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center
}
.column-tit .btn {
    position: absolute;
    right: 0;
    top: 0
}
.column-tit .btn a {
    display: flex;
    align-items: center;
    color: #333
}
.column-tit .btn a i {
    display: inline-block;
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    border: 1px solid #0f60ae;
    background: url(../images/icon-jt2.svg)no-repeat center #0f60ae;
    background-size: 12px auto;
    margin-right: 20px;
    position: relative
}
@media (max-width:1024px) {
    .column-tit .cn {
        font-size: calc(32 / 16 * 1em);
    }
}
.Home-about {
    padding: calc(100 / 1920 * 100vw) 0;
    position: relative;
    overflow: hidden;
    background: #f8f9fb
}
.Home-about .txt p {
    line-height: 2;
    color: #000;
}
.Home-about .txt .btn {
    display: inline-block;
    margin-top: 3vw
}
.Home-about .txt a {
    display: flex;
    align-items: center;
    color: #333
}
.Home-about .txt a i {
    display: inline-block;
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    border: 1px solid #0f60ae;
    background: url(../images/icon-jt2.svg)no-repeat center #0f60ae;
    background-size: 12px auto;
    margin-right: 20px;
    position: relative
}
.Home-about .pic {
    border-radius: 10px;
    overflow: hidden
}
@media(min-width:1025px) {
    .Home-about .txt {
        width: 50%
    }
    .Home-about .txt {
        padding-right: 10vw
    }
    .Home-about .pic {
        width: 40%
    }
}
.Floor002911 {
    position: relative;
    z-index: 1;
    padding: calc(100 / 1920 * 100vw) 0 0;
}
.Floor002911 .ytable {
    background: #f8f9fb;
    border-radius: 10px;
    overflow: hidden
}
.Floor002911 .left .tit {
    font-size: 18px;
    background: #0f60ae;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 10px;
    margin-bottom: 2vw
}
.Floor002911 .left h3 {
    font-size: 28px;
    color: #131313;
    margin-top: 0;
}
.Floor002911 .left p.dot3 {
    line-height: 1.875em;
    margin-top: 0;
    word-break: break-word;
    color: #666
}
.Floor002911 .left time {
    color: #0f60ae;
    font-size: 0.875em;
}
.Floor002911 .right li img {
    display: block;
    width: 100%;
    border-radius: 10px
}
.Floor002911 .slider-btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 3vw
}
.Floor002911 .slider-btn>* {
    display: table-cell;
    vertical-align: middle;
}
.Floor002911 .slider-btn dt {
    width: 166px;
}
.Floor002911 .slick-arrow {
    margin-right: 18px;
    width: 48px;
    float: left;
    border: 1px solid #0f60ae;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    height: 48px;
    position: relative;
}
.Floor002911 .slick-arrow:hover {
    background: #0f60ae;
}
.Floor002911 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #0f60ae;
    border-left: 1px solid #0f60ae;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.Floor002911 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -6px;
}
.Floor002911 .slick-arrow:hover:before {
    border-color: #fff;
}
.Floor002911 .slick-dots li {
    float: left;
    list-style: none;
    position: relative;
    height: 1px;
    background: #dedede;
}
.Floor002911 .slick-dots li button {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 0;
    transition: 0.3s;
    width: 0;
}
.Floor002911 .slick-dots li.slick-active button {
    background: #0f60ae;
    width: 100%;
}
@media(min-width:641px) {
    .Floor002911 .left {
        padding: 0 5%;
    }
    .Floor002911 .right {
        width: 50%;
    }
    .Floor002911:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32.657%;
        height: 100%;
        background: url("../images/Floor002911_imgbg.jpg") no-repeat center center;
        background-size: cover;
    }
}
@media(max-width:1024px) {
    .Floor002911 {
        background-size: 30% auto;
    }
    .Floor002911 .left .title {
        font-size: 7vw;
    }
    .Floor002911 .column-tit .btn {
        top: -12px;
    }
    .Floor002911 .right li img {
        margin-bottom: 1.5em;
    }
}
@media(max-width:640px) {
    .Floor002911 .left {
        padding: 3vw;
    }
    .Floor002911 .left .title {
        font-size: 10vw;
    }
    .Floor002911 .left h3 {
        font-size: 5vw;
    }
    .Floor002911 .left p.dot3 {
        font-size: 4vw;
    }
}
.Floor002905 {
    padding: calc(60 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
}
.Floor002905 .news-list li a {
    border: 1px solid #eee;
    display: block;
    position: relative;
    height: 100%;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden
}
.Floor002905 .news-list li {
    width: 32%;
    float: left;
    margin-right: 2%
}
.Floor002905 .news-list li:nth-child(3n) {
    margin-right: 0;
}
.Floor002905 .news-list li:nth-child(n+4) {
    margin-top: 2%;
}
.Floor002905 .news-list li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 40px;
    background: #0f60ae;
    color: #fff;
    max-width: 230px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
}
.Floor002905 .news-list li .pic figure {
    padding-bottom: 60%;
    border-radius: 10px
}
.Floor002905 .news-list li .txt {
    padding: 1.5em;
}
.Floor002905 .news-list li .txt aside.dot2 {
    font-size: 18px;
    line-height: 1.5em;
    height: 3em;
    margin-bottom: 1vw;
    color: #000
}
.Floor002905 .news-list li a:hover aside.dot2 {
    color: #0f60ae;
}
.Floor002905 .news-list li .txt p {
    margin: 0;
    color: #999;
    font-size: 0.875em;
    line-height: 1.8;
    height: 3.6em;
}
.Floor002905 .news-list li .btn {
    position: relative;
    margin-top: 1.25em;
    display: inline-block;
    color: #0f60ae;
    font-size: 0.875em;
}
.Floor002905 .news-list li a:hover time:after {
    background-image: url("../images/Floor002905_next_on.gif");
    border-left-color: rgba(255, 255, 255, 0.2);
}
.Floor002905 .news-top {
    border-radius: 10px;
    overflow: hidden
}
.Floor002905 .news-top li {
    position: relative;
}
.Floor002905 .news-top li .txt {
    position: absolute;
    left: 30px;
    bottom: 25px;
    right: 0;
    color: #fff;
    z-index: 10;
    width: 90%
}
.Floor002905 .news-top li .txt::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -25px;
    width: 100%;
    height: 150px;
    z-index: -1;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.Floor002905 .news-top li .time {
    width: 108px;
    text-align: center;
}
.Floor002905 .news-top li .word aside {
    font-size: 20px;
}
.Floor002905 .news-top li .word p {
    opacity: 0.5;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.Floor002905 .news-top .slick-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url("../images/Floor002905_prev_on.gif") no-repeat center center;
    z-index: 20;
    margin-top: -23px;
}
.Floor002905 .news-top .slick-prev {
    left: 3%;
}
.Floor002905 .news-top .slick-next {
    right: 3%;
    background-image: url("../images/Floor002905_next_on.gif");
}
.Floor002905 .news-top .slick-arrow:hover {
    background-color: #0f60ae;
}
@media(min-width:1025px) and (max-width:1600px) {
    .Floor002905 .news-list li, .Floor002905 .news-top li .Ispic {
        height: 28.75vw;
    }
}
/* @media(min-width:1025px) and (max-width:1366px) {.Floor002905 .news-top li .word aside, .Floor002905 .news-list li .txt aside.dot2 { font-size: 1.5vw; } .Floor002905 .news-list li .txt aside.dot2 { margin-bottom: 1.5vw; } .Floor002905 .news-list li .txt p { font-size: 1vw; } } */
/*  */
@media(max-width:1024px) {
    .Floor002905 .news-top {
        margin-bottom: 6vw;
    }
    .Floor002905 .news-top li .Ispic {
        padding-bottom: 63.889%;
    }
    .Floor002905 .news-list li .txt {
        padding: 3vw;
    }
    .Floor002905 .news-list li {
        width: 100%;
        margin-bottom: 2%;
    }
    .Floor002905 .news-list li a {
        height: auto;
    }
    .Floor002905 .news-list li .txt aside.dot2 {
        height: 3em;
    }
    .Floor002905 .news-list li .btn {
        margin-top: 15px;
    }
}
@media(max-width:640px) {
    .Floor002905 .news-top {
        margin-bottom: 4%;
    }
    .Floor002905 .news-top li .txt {
        left: 4%;
        bottom: 5%;
    }
    .Floor002905 .news-top li .time {
        width: 18vw;
    }
}
/*Bottom002942 */
.Bottom002942 {
    background-color: #0f60ae;
}
.Bottom002942 .ytable {
    padding: 80px 0;
}
.Bottom002942 .copyright {
    line-height: 20px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}
.Bottom002942 .contact nav {
    margin-bottom: 25px;
}
.Bottom002942 .contact nav a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.Bottom002942 .contact nav a:not(:last-child):after {
    width: 1px;
    height: 12px;
    background: #ddd;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.Bottom002942 .contact dd {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 2em;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left 9px;
}
.Bottom002942 .contact dd.ico-1 {
    background-image: url("../images/Bottom002942_icon1.png");
}
.Bottom002942 .contact dd.ico-2 {
    background-image: url("../images/Bottom002942_icon2.png");
}
.Bottom002942 .contact dd.ico-3 {
    background-image: url("../images/Bottom002942_icon3.png");
}
.Bottom002942 .contact nav a:hover {
    color: #afc327;
}
@media(min-width:1025px) {
    .Bottom002942 .logo {
        width: 32%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .Bottom002942 .logo img {
        width: 90%;
        max-width: 368px;
    }
    .Bottom002942 .contact {
        padding-left: 5vw;
    }
}
.Bottom0029429 .contact {
    padding-left: 5.25vw;
}
@media(max-width:1024px) {
    .Bottom002942 {
        text-align: center;
    }
    .Bottom002942 .ytable, .Bottom002942 .ytable-cell {
        display: block;
    }
    .Bottom002942 .contact dl {
        display: table;
        margin: 0 auto;
        text-align: left;
    }
    .Bottom002942 .logo {
        padding-bottom: 5vw;
    }
    .Bottom002942 .contact nav a {
        margin-bottom: 4px;
    }
    .Bottom002942 .contact nav {
        margin-bottom: 15px;
    }
    .Bottom002942 .ytable {
        padding: 5vw 0;
    }
    .Bottom002942 .copyright {
        padding: 10px 0;
    }
}
@media(max-width:640px) {
    .Bottom002942 .contact dd, .Bottom002942 .contact nav a {
        font-size: 3vw;
    }
    .Bottom002942 .contact nav a:not(:last-child):after {
        margin: 0 2vw;
    }
    .Bottom002942 .logo img {
        width: 50%;
    }
}
.Singlepage {
    padding: calc(100 / 1920 * 100vw) 0;
    color: #1f2226;
}
.Singlepage .title {
    text-align: center;
    position: relative;
    z-index: 5;
    line-height: 1;
    padding-bottom: calc(40 / 1920 * 100vw);
    font-size: calc(40 / 16 * 1em);
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.Singlepage .infotop {
    border-radius: 10px;
    padding: calc(30 / 16 * 1em);
    background-color: #f8f9fb;
}
.Singlepage .infotit {
    margin: calc(30 / 18 * 1em) auto;
    padding: calc(20 / 18 * 1em) 0;
    border-bottom: 2px solid #dcdcdc;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #0f60ae;
    font-size: calc(18 / 16 * 1em);
}
.Singlepage p {
    line-height: 2;
}
.Singlepage .intro {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5%;
    background-color: #f8f9fb;
}
.Singlepage .intro .tit {
    margin: 0 auto calc(30 / 20 * 1em) auto;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #0f60ae;
    font-size: calc(24 / 16 * 1em);
}
.Singlepage .intro .info {
    line-height: 2;
    color: #000;
    padding: 0 5%;
}
@media (min-width:1025px) {
    .Singlepage .intro .img {
        width: 50%;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media (max-width:1024px) {
    .Singlepage .intro .img {}
    .Singlepage .intro .tit {
        margin: 0 auto calc(15 / 20 * 1em) auto;
    }
    .Singlepage .intro .info {
        padding: 3%;
    }
    .Singlepage .title {
        font-size: calc(30 / 16 * 1em);
    }
    .Singlepage .infotop {
        padding: calc(20 / 16 * 1em);
    }
    .Singlepage .infotit {
        padding: calc(10 / 18 * 1em) 0;
        margin: calc(10 / 18 * 1em) auto;
    }
}
/* Form002324 */
.Form002324 {
    position: fixed;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 250;
}
.Form002324 .ytable {
    height: 100%;
}
.Form002324 .auto {
    background: #fff;
}
.Form002324 .Singlepage {
    padding: calc(50 / 16 * 1em);
}
.Form002324 .Title {
    font-size: calc(24 / 16 * 1em);
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
    margin-bottom: calc(30 / 24 * 1em);
}
.Form002324 .rulesinfo .mCustomScrollbar {
    max-height: 500px;
}
.Form002324 .rulesinfo .mCSB_inside>.mCSB_container {
    margin-right: 0;
    padding-right: calc(50 / 16 * 1em);
}
.Form002324 .rulesinfo .mCSB_scrollTools {
    width: 6px;
    opacity: 1 !important;
}
.Form002324 .rulesinfo .mCSB_scrollTools .mCSB_draggerRail {
    background: #d9d9d9;
}
.Form002324 .rulesinfo .mCSB_scrollTools .mCSB_dragger {
    height: 100px !important;
}
.Form002324 .rulesinfo .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0f60ae;
    width: 100%;
}
.Form002324 .btn {
    text-align: center;
}
.Form002324 .closeBtn {
    line-height: calc(40 / 16 * 1em);
    padding: 0 calc(30 / 16 * 1em);
    display: inline-block;
    background: #0f60ae;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: calc(30 / 16 * 1em);
}
@media(max-width:640px) {
    .Form002324 .rulesinfo .mCustomScrollbar {
        max-height: 15em;
    }
    .Form002324 .Singlepage {
        padding: calc(25 / 16 * 1em);
    }
    .Form002324 .rulesinfo .mCSB_inside>.mCSB_container {
        padding-right: calc(15 / 16 * 1em);
    }
}
/* Banner002291 */
.Banner002291 {
    overflow: hidden;
    position: relative;
}
.Banner002291 .ytable {
    height: 100%;
}
.Banner002291 .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
}
.Banner002291 .txt .cn {
    font-size: calc(36 / 16 * 1em);
}
.Banner002291 span {
    display: none;
}
.Banner002291 img {
    max-width: none;
    width: 155%;
    margin-left: -27.5%;
}
@media only screen and (min-width: 768px) {
    .Banner002291 img {
        width: 150%;
        margin-left: -25%;
    }
}
@media only screen and (min-width: 1024px) {
    .Banner002291 img {
        width: 140%;
        margin-left: -20%;
    }
}
@media only screen and (min-width: 1200px) {
    .Banner002291 {
        height: calc(400 / 16 * 1em);
    }
    .Banner002291 img {
        display: none;
    }
    .Banner002291 span {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        height: calc(400 / 16 * 1em);
        width: 100%;
    }
}
@media(max-width:1024px) {
    .Banner002291 .txt {
        text-align: center;
    }
}
/*Menu002937 */
.Menu002937 {
    padding: calc(50 / 1920 * 100vw) 0 0;
}
.Menu002937 .ul {
    display: table;
    line-height: normal;
    width: auto;
}
.Menu002937 .ul li {
    float: left;
    margin: 1px 0;
}
.Menu002937 .ul li:not(:last-child) {
    margin-right: 15px;
}
.Menu002937 .ul li a {
    display: block;
    line-height: calc(50 / 18 * 1em);
    min-width: calc(140 / 18 * 1em);
    padding: 0 1em;
    font-size: calc(18 / 16 * 1em);
    background: #f8f9fb;
    text-align: center;
    border-radius: 10px;
}
.Menu002937 .ul li.aon a, .Menu002937 .ul li a:hover {
    color: #fff;
    background: #0f60ae;
}
.Menu002937 dl {
    font-size: 0;
    text-align: center;
    margin-top: calc(30 / 1920 * 100vw);
}
.Menu002937 dd {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.Menu002937 dd:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background: #dfdfdf;
}
.Menu002937 dd a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 72px;
    font-size: 18px;
    line-height: 72px;
}
.Menu002937 dd a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
}
.Menu002937 dd.aon a, .Menu002937 dd:hover a {
    color: #0f60ae;
}
.Menu002937 dd.aon a:after, .Menu002937 dd:hover a:after {
    background: #0f60ae;
}
@media(max-width:1024px) {
    .Menu002937 .ul {
        display: table;
        margin: 0 auto;
    }
    .Menu002937 .ul li a {
        min-width: calc(120 / 18 * 1em);
    }
    .Menu002937 dd {
        padding: 0 20px;
    }
    .Menu002937 dd a {
        height: 50px;
        font-size: 4vw;
        line-height: 50px;
    }
}
/*Page002623 */
.Page002623 {
    padding: 0 0 calc(100 / 1920 * 100vw) 0;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
}
.Page002623 .Pages a.a_first, .Page002623 .Pages a.a_end, .Page002623 .Pages>span:not(.p_page) {
    display: none;
}
.Page002623 .Pages em {
    float: left;
    margin: 0 1vw;
    font-style: normal;
}
.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}
.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 5px;
}
.Page002623 .Pages a.a_cur, .Page002623 .Pages a:hover {
    color: #fff;
    background: #0f60ae;
}
.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}
.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}
.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}
.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}
.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}
.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}
@media(max-width:640px) {
    .Page002623 {
        padding: 6vw 0 8vw 0;
    }
    .Page002623 .Pages em {
        display: none;
    }
    .Page002623 .Pages a {
        background-color: #eee;
    }
}
/* 加入会员 */
.JoinInfo {
    padding: calc(100 / 1920 * 100vw) 0;
}
.JoinInfo .title {
    text-align: center;
    position: relative;
    z-index: 5;
    line-height: 1;
    padding-bottom: calc(40 / 1920 * 100vw);
    font-size: calc(40 / 16 * 1em);
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.JoinInfo .infotop {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5%;
    background-color: #f8f9fb;
}
.JoinInfo .infotop .tit {
    margin: 0 auto calc(30 / 20 * 1em) auto;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #0f60ae;
    font-size: calc(24 / 16 * 1em);
}
.JoinInfo .infotop .info {
    line-height: 2;
    color: #000;
    padding: 0 5%;
}
@media (min-width:1025px) {
    .JoinInfo .infotop .img {
        width: 50%;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media (max-width:1024px) {
    .JoinInfo .infotop .img {
        margin-top: 2em;
    }
    .JoinInfo .title {
        font-size: calc(30 / 16 * 1em);
    }
    .JoinInfo .infotop .tit {
        margin: 0 auto calc(15 / 20 * 1em) auto;
    }
    .JoinInfo .infotop .info {
        padding: 3%;
    }
}
.JoinInfo .infotit {
    margin: calc(30 / 18 * 1em) auto;
    padding: calc(20 / 18 * 1em) 0;
    border-bottom: 2px solid #dcdcdc;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #0f60ae;
    font-size: calc(18 / 16 * 1em);
}
.JoinInfo .process li {
    float: left;
    height: 290px;
    width: 290px;
    text-align: center;
    box-sizing: border-box;
}
.JoinInfo .process li:last-child {
    width: 240px;
}
.JoinInfo .yi {
    float: left;
    height: 100%;
    width: 240px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.JoinInfo .si {
    float: left;
    height: 290px;
    width: 240px;
    box-sizing: border-box;
}
.JoinInfo .arrow {
    background-color: #fff;
    width: 50px;
    height: 290px;
    float: right;
    line-height: 290px;
    text-align: center;
}
.JoinInfo .si .top {
    border: 1px solid #eee;
    height: 135px;
    border-radius: 10px;
}
.JoinInfo .si .bottom {
    margin-top: 20px;
    background-color: #f8f9fb;
    height: 135px;
    border-radius: 10px;
}
.JoinInfo .top p {
    text-align: center;
}
.JoinInfo .top img {
    margin: 20px auto 0 auto;
    width: 40px;
}
.JoinInfo .bottom p {
    text-align: center;
    color: #1f2226;
    font-size: calc(18 / 16 * 1em);
}
.JoinInfo .bottom img {
    margin: 20px auto 0 auto;
    width: 40px;
}
.JoinInfo .numbert .num {
    background-color: #0f60ae;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 50px auto 0 auto;
    border-radius: 5px 0 5px 0;
    font-size: calc(20 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.JoinInfo .ptt {
    line-height: 1.4;
    height: 7em;
}
.JoinInfo .pt {
    text-align: center;
    color: #1f2226;
	word-break: break-word;
}
.JoinInfo .numbert .pt a {
    display: inline-block;
    color: #0f60ae;
    padding: 0 calc(20 / 16 * 1em) 0 calc(45 / 16 * 1em);
    line-height: calc(40 / 16 * 1em);
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: left calc(20 / 16 * 1em) center;
    background-color: #fff;
    background-size: auto calc(15 / 16 * 1em);
}
.JoinInfo .numbert .pt a.view {
    background-image: url(../images/icon-view.svg);
}
.JoinInfo .numbert .pt a.down {
    background-image: url(../images/icon-download.svg);
}
.JoinInfo .numbert .pt a.up {
    background-image: url(../images/icon-mail.svg);
}
.JoinInfo .arrow2 {
    height: 135px;
    overflow: hidden;
}
.JoinInfo .yi4 {
    height: 135px;
}
.JoinInfo .yi4 .numbert .num {
    margin-top: 20px;
}
.JoinInfo .si .bottom {
    width: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.JoinInfo .bottom img {
    margin: 0;
}
@media (max-width:1024px) {
    .JoinInfo .process li {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 2%;
    }
    .JoinInfo .numbert .num {
        margin: 20px auto 0 auto;
    }
    .JoinInfo .yi {
        float: none;
        width: 100%;
    }
    .JoinInfo .ptt {
        height: auto;
    }
    .JoinInfo .arrow {
        float: none;
        width: auto;
        height: 50px;
        line-height: 50px;
        background: none;
        display: table;
        margin: 0 auto;
        display: none;
    }
    .JoinInfo .arrow img {
        transform: rotate(90deg);
    }
    .JoinInfo .process li:last-child {
        float: left;
        width: 49%;
    }
    .JoinInfo .si {
        width: 49%;
        margin-right: 2%;
    }
    .JoinInfo .si .bottom {
        width: 100%;
    }
}
/*PicList002149 */
.PicList002149 {
    padding: calc(100 / 1920 * 100vw) 0;
}
.PicList002149 .title {
    text-align: center;
    position: relative;
    z-index: 5;
    line-height: 1;
    padding-bottom: calc(40 / 1920 * 100vw);
    font-size: calc(40 / 16 * 1em);
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.PicList002149 li {
    overflow: hidden;
    padding-left: 140px;
    padding-right: 58px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    transition: .3s;
}
.PicList002149 li+li {
    margin-top: 2%;
}
.PicList002149 li:hover {
    background-color: #0f60ae;
}
.PicList002149 li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../images/more1.svg) no-repeat center;
    border-left: 1px solid #eaeaea;
    background-size: 14px auto;
}
.PicList002149 li .img {
    border-left: 1px solid #eaeaea;
    width: 20%;
    float: left;
    padding: 2% 3%;
}
.PicList002149 li .word {
    padding: 1.9vw 2vw;
}
.PicList002149 li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
}
.PicList002149 li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
}
.PicList002149 li time i {
    font-style: normal;
    font-size: calc(30 / 16 * 1em);
    color: #999;
    display: block;
}
.PicList002149 li time i:after {
    display: block;
    content: '';
    margin: 8px auto;
    height: 1px;
    width: 50%;
    max-width: 66px;
    background: #dfdfdf;
}
.PicList002149 li h3 {
    margin: 0;
    font-size: calc(18 / 16 * 1em);
    font-weight: normal;
}
.PicList002149 li h3 a {
    color: #000;
}
.PicList002149 li p {
    margin-bottom: 0;
    color: #999;
    font-size: calc(14 / 16 * 1em);
    line-height: 1.75;
}
.PicList002149 li:hover {
    background-color: #0f60ae;
}
.PicList002149 li:hover:after {
    background-image: url(../images/more2.svg);
    border-left-color: rgba(255, 255, 255, 0.4);
}
.PicList002149 li:hover .word {
    border-left-color: rgba(255, 255, 255, 0.4);
}
.PicList002149 li:hover time span {
    color: rgba(255, 255, 255, 0.6);
}
.PicList002149 li:hover time i {
    color: rgba(255, 255, 255, 0.8);
}
.PicList002149 li:hover time i:after {
    background: rgba(255, 255, 255, 0.4);
}
.PicList002149 li:hover h3 a {
    color: #fff;
}
.PicList002149 li:hover p {
    color: rgba(255, 255, 255, 0.7);
}
@media(max-width:1024px) {
    .PicList002149 {
        padding: 6vw 0;
    }
    .PicList002149 li {
        padding-left: 65px;
        padding-right: 0px;
        margin-bottom: 3%;
    }
    .PicList002149 li:after {
        display: none;
    }
    .PicList002149 li time {
        width: 65px;
    }
    .PicList002149 li .word {
        padding: 3vw;
    }
    .PicList002149 li .img {
        width: 48%;
    }
    .PicList002149 .title {
        font-size: calc(30 / 16 * 1em);
    }
}
/* 联系我们 */
.ContactInfo {
    padding: calc(100 / 1920 * 100vw) 0;
}
.ContactInfo .title {
    text-align: center;
    position: relative;
    z-index: 5;
    line-height: 1;
    padding-bottom: calc(40 / 1920 * 100vw);
    font-size: calc(40 / 16 * 1em);
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.ContactInfo .box {
    background: #f8f9fb;
    border-radius: 10px;
    overflow: hidden;
}
.ContactInfo .box .icon {
    width: calc(64 / 16 * 1em);
    height: calc(64 / 16 * 1em);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 calc(30 / 16 * 1em) 0;
    transition: all 0.5s;
}
.ContactInfo .box .tit {
    display: block;
    color: #1f2226;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: calc(20 / 16 * 1em);
    margin-bottom: calc(30 / 20 * 1em);
}
.ContactInfo .box p {
    color: #1f2226;
    margin: 0 auto;
    font-size: calc(18 / 16 * 1em);
}
@media(min-width:1025px) {
    .ContactInfo .box {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: calc(50 / 16 * 1em);
        overflow: hidden;
        transition: .3s;
    }
    .ContactInfo .box:nth-child(3n) {
        margin-right: 0;
    }
    .ContactInfo .box:nth-child(3n+1) {
        clear: left;
    }
    .ContactInfo .box .inner {
        width: 90%;
    }
    .ContactInfo .box:hover .icon {
        transform: translateY(-5px);
    }
    .ContactInfo .box .tit {
        padding-bottom: calc(15 / 20 * 1em);
        border-bottom: 1px solid #ddd;
    }
}
@media(max-width:1024px) {
    .ContactInfo .box {
        width: auto;
        margin-right: 0;
        float: none;
        padding: calc(30 / 16 * 1em);
        margin-bottom: 2%;
    }
    .ContactInfo .box:nth-child(2n) {
        background: #f8f9fb;
    }
    .ContactInfo .title {
        font-size: calc(30 / 16 * 1em);
    }
    .ContactInfo .box .icon {
        margin: 0 0 calc(15 / 16 * 1em) 0;
    }
    .ContactInfo .box .tit {
        margin-bottom: calc(15 / 20 * 1em);
    }
}
.ContactInfo .intro {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5%;
    background-color: #f8f9fb;
}
.ContactInfo .intro .tit {
    margin: 0 auto calc(30 / 30 * 1em) auto;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #1f2226;
    font-size: calc(30 / 16 * 1em);
}
.ContactInfo .intro .info {
    line-height: 2;
    color: #000;
    padding: 0 5%;
}
.ContactInfo .intro .flex {
    display: flex;
    align-items: center;
}
.ContactInfo .intro .flex img {
    width: 40px;
    margin-right: 10px;
}
@media (min-width:1025px) {
    .ContactInfo .intro .img {
        width: 50%;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media (max-width:1024px) {
    .ContactInfo .intro .img {
        margin-top: 2em;
    }
    .ContactInfo .intro .tit {
        font-size: calc(24 / 16 * 1em);
    }
}
/*PicList002949 */
.PicList002949 {
    padding: calc(100 / 1920 * 100vw) 0;
}
.PicList002949 .item {
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 5%; */
    background-color: #f8f9fb;
}
.PicList002949 .item a:hover {
    color: #0f60ae;
}
.PicList002949 .txt .inner {
    padding: 0 50px;
}
.PicList002949 .txt .info {line-height: 1.75;color: #1f2226;}
.PicList002949 .txt .info dd {position: relative; padding-left: 16px; margin: 0.3em 0;}
.PicList002949 .txt .info dd:before{position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%;background: #0f60ae; left: 0; top: 13px;}
.PicList002949 .tit {
    font-size: calc(28 / 16 * 1em);
    font-weight: bold;
    color: #131313;
    margin-bottom: 20px;
}
.PicList002949 .txt .btn {
    display: inline-block;
    margin-top: 3vw
}
.PicList002949 .txt .btn span {
    display: flex;
    align-items: center;
    color: #333
}
.PicList002949 .txt .btn span i {
    display: inline-block;
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    border: 1px solid #0f60ae;
    background: url(../images/icon-jt2.svg)no-repeat center #0f60ae;
    background-size: 12px auto;
    margin-right: 20px;
    position: relative
}
@media(min-width:1025px) {
    .PicList002949 .pic {
        width: 520px;
        border-radius: 10px;
        overflow: hidden;
    }
}
/* @media(min-width:641px) and (max-width:1024px) {.PicList002949 .pic { width: 50%; } } */
@media(max-width:1024px) {
    .PicList002949 .ytable, .PicList002949 .ytable-cell {
        display: block;
    }
    .PicList002949 .txt .inner {
        padding: 3%;
    }
    .PicList002949 .tit {
        margin-bottom: 15px;
    }
}
/*PicList003142 */
.PicList003142 {
    padding: calc(100 / 1920 * 100vw) 0;
}
.PicList003142 li {
    float: left;
}
.PicList003142 li a {
    border: 1px solid #eee;
    display: block;
    position: relative;
    height: 100%;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
}
.PicList003142 li .txt {
    padding: 30px;
}
.PicList003142 li .name {
    color: #999;
    font-size: 14px;
}
.PicList003142 li aside {
    margin: 10px 0;
    font-size: 24px;
    color: #131313;
    font-weight: bold;
}
.PicList003142 li p {
    color: #999;
    font-size: 14px;
    line-height: 1.75;
    min-height: 3.5em;
}
.PicList003142 li .pic {
    overflow: hidden;
}
.PicList003142 li .Ispic {
    padding-bottom: 78%;
    transition: 0.3s;
}
.PicList003142 li a:hover .Ispic {
    transform: scale(1.1);
}
.PicList003142 li a:hover aside {
    color: #0f60ae;
}
@media (min-width:1025px) {
    .PicList003142 li {
        width: 32%;
    }
    .PicList003142 li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .PicList003142 li:nth-child(3n+1) {
        clear: left;
    }
    .PicList003142 li:nth-child(n+4) {
        margin-top: 2%;
    }
}
@media (max-width:1024px) {
    .PicList003142 li {
        width: 49%;
    }
    .PicList003142 li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .PicList003142 li:nth-child(2n+1) {
        clear: left;
    }
    .PicList003142 li .txt {
        padding: 1em;
    }
}
/*成员列表 */
.cylist {
    padding: calc(100 / 1920 * 100vw) 0;
}
.cylist li { margin-bottom: 2%;
}
.cylist li a {
    border: 1px solid #eee;
    position: relative;
    height: 100%;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
}
.cylist li .txt {
    padding: calc(30 / 16 * 1em);
}
.cylist li aside {
    font-size: calc(24 / 16 * 1em);
    color: #333; margin-bottom: 1em; line-height: 1.5;
}
.cylist li .con{color: #999;font-size: calc(16 / 16 * 1em); line-height: 1.75;}
.cylist li .pic {
    overflow: hidden;
}
.cylist li .Ispic {
    padding-bottom: 68%;
    transition: 0.3s;
	background-size: contain;
}
.cylist li a:hover .Ispic {
    transform: scale(1.1);
}
.cylist li a:hover aside {
    color: #0f60ae;
}
@media (min-width:1025px) {
	.cylist li .pic{width: 30%;}   
	.cylist li .txt{} 
    
}
@media (max-width:1024px) {
    .cylist li .pic{ margin-bottom: 1.5em;}
    .cylist li .txt {padding: 1em;}
}
/*新闻详情*/
.News_detail {
    padding: calc(100 / 1920 * 100vw) 0;
}
.News_detail .news_info {
    margin-bottom: calc(80 / 16 * 1em);
}
.News_detail .news_info .title {
    text-align: center;
    padding-bottom: calc(20 / 16 * 1em);
    border-bottom: 1px solid #ededed;
    margin-bottom: calc(50 / 16 * 1em)
}
.News_detail .news_info .title time {
    margin: 0 0 1.5em 0;
    line-height: 2;
    font-size: calc(18 / 16 * 1em);
    font-weight: normal;
    color: #adadad;
}
.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: calc(30 / 16 * 1em);
    color: #131313
}
.News_detail .news_info .title .link a {
    display: inline-block;
    width: calc(45 / 16 * 1em);
    height: calc(45 / 16 * 1em);
    margin-right: calc(4 / 16 * 1em);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: calc(45 / 16 * 1em);
}
.News_detail .news_info .title .link a:nth-child(1) {
    background-image: url(../images/bot-icon1.png);
}
.News_detail .news_info .title .link a:nth-child(2) {
    background-image: url(../images/bot-icon2.png);
}
.News_detail .news_info .title .link a:nth-child(3) {
    background-image: url(../images/bot-icon3.png);
}
.News_detail .news_info .title .link a:nth-child(4) {
    background-image: url(../images/bot-icon4.png);
}
.News_detail .news_info .title .link a:nth-child(5) {
    background-image: url(../images/bot-icon5.png);
}
.News_detail .news_info .info {
    line-height: 2;
}
.News_detail .news_info .info p {
    margin: calc(20 / 16 * 1em) 0;
    color: #000;
}
.News_detail .news_info .center {
    margin: calc(30 / 16 * 1em) 0;
    text-align: center;
}
.News_detail .info img {
    border-radius: 10px;
}
.News_detail .bot {
    position: relative;
    margin-top: calc(50 / 16 * 1em);
    padding-top: calc(50 / 16 * 1em);
    border-top: 1px solid #ededed
}
.News_detail .info_back {
    text-align: center;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0
}
.News_detail .info_back a {
    position: relative;
    color: #fff;
    display: block;
    width: calc(150 / 16 * 1em);
    line-height: 3;
    border-radius: calc(10 / 16 * 1em);
    background: rgb(255, 155, 135);
    background: #0f60ae;
}
.News_detail .info_pn span {
    display: block;
    ;
    margin: 1.2% 0
}
.News_detail .info_pn span a {
    color: #333;
    transition: .3s;
}
.News_detail .info_pn span a:hover {
    color: #0f60ae
}
@media(max-width:1024px) {
    .News_detail .news_info {
        margin-bottom: 3em;
    }
    .News_detail .info_back {
        position: relative
    }
    .News_detail .news_info .title h1 {
        font-size: 5vw;
    }
    .News_detail .news_info .title {
        margin-bottom: calc(30 / 16 * 1em)
    }
    .News_detail .bot {
        margin-top: calc(30 / 16 * 1em);
        padding-top: calc(30 / 16 * 1em);
    }
}
@media(max-width:768px) {
    .News_detail .info * {
        max-width: 100% !important
    }
    .News_detail .info_back a {
        width: 100%;
        margin-bottom: 2%
    }
}
.MTeam {
    padding: 4% 0;
}
.MTeam li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4%;
    padding-bottom: 4%;
}
.MTeam li .pic {
    float: left;
    width: 15%;
}
.MTeam li .pic img {
    border-radius: 10px;
}
.MTeam li .pic figure {
    background-size: cover;
    padding-bottom: 114.1%;
    border-radius: 10px;
}
.MTeam li .txt {
    float: left;
    width: 81%;
    padding-left: 4%;
}
.MTeam li .txt h3 {
    font-size: calc(24 / 16 * 1em);
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 1%;
}
.MTeam li .txt .p {
    font-size: calc(15 / 16 * 1em);
    color: #333;
    margin: 0;
    padding-bottom: 2%;
}
.MTeam li .txt .con {
    font-size: calc(16 / 16 * 1em);
    color: #666;
    line-height: 1.875;
}
@media(max-width:1024px) {
    .MTeam li .pic {
        float: none;
        width: 100%;
        margin-bottom: 3%;
    }
    .MTeam li .txt {
        float: none;
        width: 100%;
        padding-left: 0%;
    }
    .MTeam li .txt h3 {}
}