﻿.sticky-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

    color: #fff;
    z-index: 999;
}
.sticky-header .auto_1720 {
    height: 1.5rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-header .logo {
    width: 2.17rem;
}
.sticky-header .top_right {
    display: flex;
    align-items: center;
}
.sticky-header .top_right ul {
    display: flex;
    align-items: center;
    margin-right: 0.6rem;
    font-size: 0.24rem;
}
.sticky-header .top_right ul a {
    color: #fff;
    margin-left: 0.4rem;
}
.sticky-header .top_right ul a:hover{
    color: #145fb8;
}
.sticky-header .top_right .open-search {
    background-image: url(../images/icon-search.png);
    width: 0.27rem;
    height: 0.29rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:1024px){
    .sticky-header .auto_1720{
        height: 1rem;
    }
    .sticky-header .top_right ul{
        
        position: fixed;
        right: 0;
        top: 0;
        width: 4rem;
        height: 100vh;
        padding: 1rem 0;
        z-index: 90;
        box-sizing: border-box;
        transition: 0.8s ease;
        transform: translateX(100%);
        background: #fff;
        overflow-y: auto;
        margin-right: 0;
        display: block;
    }
    
    .sticky-header .top_right ul a{
        color: #333333;
        font-size: .18rem;
        line-height: .4rem;
    }
    .sticky-header.on .top_right ul{
        transform: translateX(0);
    }

    .sticky-header.on .open-menu i:nth-child(2){opacity: 0;}
    .sticky-header.on .open-menu i:nth-child(1){transform: rotate(-45deg);background-color: #000;margin: 0;}
    .sticky-header.on .open-menu i:nth-child(3){transform: rotate(45deg);background-color: #000;margin: 0;}
}

/*Banner002826 */
.Banner002826 {
    position: relative;
    z-index: 1;
}

/*方法1，2，3*/
.Banner002826 li.slick-slide {
    position: relative;
    overflow: hidden;
    transition: 5s !important;
}
.Banner002826 li.slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1);
    animation: scale11 18s infinite 1s alternate;
    height: 100vh;
}
.Banner002826 li.slick-active img {
    animation: scale11 18s infinite 1s alternate;
}
.Banner002826 li.slick-slide video {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    object-fit: fill;
}
.Banner002826 .open-video {
    color: #fff;
    font-size: 0.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
.Banner002826 .open-video:before {
    content: "";
    display: block;
    height: 0.8rem;
    width: 0.8rem;
    margin: 0 auto 5%;
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
}

.Xugua{ padding:.1rem .05rem; position:fixed; right:10px; top:50%; background:rgba(0,0,0,0.5); border-radius:50px; z-index:10;}
.Xugua a{ display:block; width:30px; line-height:30px; color:#fff; text-align:center; border-bottom:dashed 1px #eee;}
.Xugua .QR-box{ position:relative; padding:10px 0 0; border-bottom:none;}
.Xugua .QR-box .icon{ background:#fff; cursor:pointer;}
.Xugua .QR-box .QRImg{ display:none; position:absolute; top:0; right:.4rem; width:1.3rem;}
.Xugua a:hover{ color:#025ef6;}
.Xugua .QR-box:hover .QRImg{ display:block;}

@media (min-width: 1025px) {
    .Banner002826 li.slick-slide img.wap {
        display: none;
    }
}
@media (max-width: 1024px) {
    .Banner002826 li.slick-slide img.pc {
        display: none;
    }
    .Banner002826 li.slick-slide video {
        left: -100%;
        top: 100%;
        opacity: 0;
    }
    .Banner002826 li.slick-slide .open-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) url(../images/Banner002826_play.png) no-repeat center center;
        background-size: auto 50px;
        z-index: 20;
    }
    .Banner002826 li.video-show .open-video {
        left: -100%;
        opacity: 0;
        transform: translateX(-100%);
    }
    .Banner002826 li.video-show video {
        left: 50%;
        top: 50%;
        opacity: 1;
    }
    .Banner002826 li.slick-slide .open-video .tit,
    .Banner002826 .open-video:before {
        display: none;
    }
    .Banner002826 .open-video {
        transform: none;
    }
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 2% 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    transition: 0.3s;
    border: 0.02rem solid #ddd;
    position: relative;
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.04rem;
    padding: 0;
    cursor: pointer;
    border-radius: 1rem;
}
.slick-dots li button {
    display: none;
}
.slick-dots .slick-active {
    border: 0.02rem solid #143a84;
    width: 0.14rem;
    height: 0.14rem;
    margin-bottom: -0.02rem;
}
.Banner002826 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    overflow: hidden;
    z-index: 10;
}
.Banner002826 .slick-dots li {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}
.Banner002826 .slick-dots li:not(:last-child) {
    margin-right: 12px;
}
.Banner002826 .slick-dots li:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s;
    content: "";
}
.Banner002826 .slick-dots .slick-active {
    margin-bottom: 0;
}
.Banner002826 .slick-dots li.slick-active:before {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.Banner002826 .slick-dots li button {
    display: none;
}
@media (max-width: 640px) {
    .Banner002826 .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .Banner002826 .slick-dots li:not(:last-child) {
        margin-right: 4px;
    }
}

/*Banner003144 */
.Banner003144 .pc {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 6rem;
}
@media (min-width: 1025px) {
    .Banner003144 .wap {
        display: none;
    }
}
@media (max-width: 1024px) {
    .Banner003144 .pc {
        display: none;
    }
}
/* .Banner003144 {
    margin-top: -101px;
} */

/*Menu003135 */

.Menu003135 {
    margin-top: 4%;
}
.Menu0031359 {
    background: #f5f5f5;
    margin-top: 0%;
    padding-top: 4%;
}
.Menu003135 .auto {
    display: flex;
    justify-content: center;
}
.Menu003135 .current {
    font-size: 0.875em;
    padding-left: 1.21428em;
    background: url(../images/Menu003135-icon.svg) no-repeat left center;
    background-size: 1em auto;
    line-height: 5.7142;
}
.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
    color: #999;
}
.Menu003135 .current span {
    color: #333;
}
.Menu003135 .nav-menu li {
    float: left;
    font-size: 25px;
    line-height: 2;
}
.Menu003135 .nav-menu li:not(:last-child) {
    margin-right: 2.222em;
}
.Menu003135 .nav-menu li a {
    display: block;
    position: relative;
}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a {
    color: #333;
}
.Menu003135 .nav-menu li.aon a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #145fb8;
    border-radius: 2px;
}
@media (max-width: 1024px) {
    .Menu003135 .current {
        display: none;
    }
    .Menu003135 .nav-menu li {
        line-height: 3;
    }
}
/*RighInfo003141 */
.RighInfo003141 {
}
.RighInfo003141 .auto {
    padding-bottom: 6em;
}
.RighInfo003141 .intro {
    padding-top: 7em;
    margin-bottom: 3em;
}
.RighInfo003141 h2 {
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 3%;
    font-size: 24px;
}
.RighInfo003141 .intro .title {
    font-size: 2.4em;
    color: #0560f6;
    font-weight: bold;
    font-style: italic;
}
.RighInfo003141 .intro .info {
    font-size: 0.875em;
    line-height: 2;
}
.RighInfo003141 .intro .info p {
    margin: 1.6em 0;
    font-size: 15px;
    color: #333;
}

.RighInfo003141 .number-count {
    margin: 0 0 5.5625em 0;
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
    border: solid 1px #f3f3f3;
    padding: 3.6875em 0;
    border-radius: 12px;
}
.RighInfo003141 .number-count li {
    color: #333333;
}
.RighInfo003141 .number-count li span {
    display: inline-block;
    position: relative;
    font-size: 2.6em;
    color: #0560f6;
    font-weight: bold;
    margin: 0 5px;
}
.RighInfo003141 .number-count li span i {
    font-style: normal;
}
.RighInfo003141 .number-count li span i.ani {
    position: absolute;
    left: 0;
    top: 0;
}
.RighInfo003141 .number-count li span i.opa {
    opacity: 0;
}
.RighInfo003141 .number-count li sup {
    display: inline-block;
    vertical-align: top;
    color: #0560f6;
    font-size: 1em;
}

.RighInfo003141 .plate dd {
    margin-bottom: 2.8565%;
}
.RighInfo003141 .plate dd .txt {
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
    padding: 2.375em 1.875em;
    height: 176px;
    border-radius: 0 0 15px 15px;
}
.RighInfo003141 .plate dd ol {
    float: left;
    width: 3.5em;
}
.RighInfo003141 .plate dd ol img {
    width: 85.295%;
}
.RighInfo003141 .plate dd li {
    width: calc(100% - 4.25em);
    float: right;
}
.RighInfo003141 .plate dd li aside {
    font-size: 1.4em;
    color: #000;
    margin-bottom: 8px;
}
.RighInfo003141 .plate dd li p {
    margin: 0;
    font-size: 0.95em;
    color: #666;
    line-height: 1.5;
}
@media (min-width: 1025px) {
    .RighInfo003141 .intro .info {
        width: 47.929%;
    }
    .RighInfo003141 .intro .title {
        line-height: 1;
    }

    .RighInfo003141 .intro .img {
        width: 47.215%;
    }
    .RighInfo003141 .number-count ul {
        display: table;
        margin: 0 auto;
    }
    .RighInfo003141 .number-count li {
        float: left;
    }
    .RighInfo003141 .number-count li:not(:last-child) {
        margin-right: 6.8em;
    }
    .RighInfo003141 .plate dd {
        float: left;
        width: 22.85%;
    }
    .RighInfo003141 .plate dd img {
        border-radius: 15px 15px 0 0;
    }
    .RighInfo003141 .plate dd:not(:last-child) {
        margin-right: 2.8565%;
    }
}
@media (max-width: 1024px) {
    .RighInfo003141 .number-count li {
        text-align: center;
        padding: 1em 0;
    }
    .RighInfo003141 .number-count {
        margin: 2em 0;
        padding: 2em 0;
    }
    .RighInfo003141 .intro {
        padding-top: 2em;
        margin-bottom: 2em;
    }
}

.floor001 {
    position: relative;
    z-index: 100;
}

/*
 .Form002802
 */
.Form002802 {
    padding: calc(100 / 1920 * 100vw) 0;
}
.Form002802 .auto {
    max-width: 1600px;
    margin: 0 auto;
}
.Form002802 .title {
    font-size: calc(32 / 16 * 1em);
    color: #333;
}
.Form002802 .title:after {
    display: block;
    content: "";
    width: calc(40 / 32 * 1em);
    height: 3px;
    background-color: #0560f6;
    margin: calc(20 / 32 * 1em) 0 calc(40 / 32 * 1em);
}
.Form002802 .txt {
    margin-bottom: 1vw;
    line-height: 1.75;
    color: #999;
    font-size: calc(17 / 16 * 1em);
}
.Form002802 .from li {
    position: relative;
}
.Form002802 .from li:not(.btn) {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 40px;
    background-size: auto calc(20 / 16 * 1em);
    background-repeat: no-repeat;
    background-position: left center;
}
.Form002802 .from li:nth-child(1) {
    background-image: url(../images/Form002802-icon.svg);
}
.Form002802 .from li:nth-child(2) {
    background-image: url(../images/Form002802-icon2.svg);
}
.Form002802 .from li:nth-child(3) {
    background-image: url(../images/Form002802-icon3.svg);
}
.Form002802 .from li:nth-child(4) {
    background-image: url(../images/Form002802-icon4.svg);
    background-position: left 20px;
}
.Form002802 .from label {
    position: absolute;
    left: 40px;
    top: 0;
    font-size: calc(18 / 16 * 1em);
    line-height: 60px;
    color: #999;
}
.Form002802 .from .text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background: none;
    font-size: 1em;
}
.Form002802 .from textarea.text {
    height: 70px;
}
.Form002802 .from .btn input {
    background: #0560f6;
    cursor: pointer;
    padding: 0;
    border: none;
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}
.Form002802 .address dd p {
    padding-left: calc(40 / 18 * 1em);
    line-height: 1.75;
    margin: 0;
    background-size: auto calc(18 / 18 * 1em);
    background-repeat: no-repeat;
    background-position: left calc(2vw + (4 / 18 * 1em));
    font-size: calc(18 / 16 * 1em);
}
.Form002802 .address dd p + p {
    margin-top: 2vw;
    padding-top: 2vw;
    border-top: 1px dashed #ddd;
}
.Form002802 .address dd p span {
    display: block;
    color: #999;
    margin-bottom: 10px;
    font-size: calc(16 / 18 * 1em);
}
.Form002802 .address dd p b {
    font-size: calc(34 / 18 * 1em);
    color: #0560f6;
    line-height: 1;
}
.Form002802 .address dd p:first-child {
    background-position: left calc(4 / 18 * 1em);
}
.Form002802 .address dd p.tel {
    background-image: url(../images/Form002802-tel.svg);
}
.Form002802 .address dd p.mail {
    background-image: url(../images/Form002802-mail.svg);
}
.Form002802 .address dd p.add {
    background-image: url(../images/Form002802-add.svg);
}
.Form002802 .img {
    margin-top: 4vw;
}
@media (min-width: 1025px) {
    .Form002802 .from {
        width: 60%;
        padding-left: 4vw;
    }
    .Form002802 .address {
        width: 40%;
        padding-right: 4vw;
        border-right: 1px solid #ddd;
        vertical-align: top;
    }
    .Form002802 .from li {
        float: left;
        width: 48%;
    }
    .Form002802 .from li:nth-child(2n) {
        float: right;
    }
    .Form002802 .from li:nth-child(2n) ~ li {
        margin-top: 4%;
    }
    .Form002802 .from .li {
        width: 100%;
    }
}

/*Bottom002900 */
.Bottom002900 .auto {
    max-width: 1690px;
    margin: 0 auto;
}
.Bottom002900 {
    background: #333;
    padding: calc(100 / 16 * 1em) 0 calc(40 / 16 * 1em);
}
.Bottom002900,
.Bottom002900 a {
    color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 1441px) {
    .Bottom002900 .inner {
        margin: 0 auto;
    }
}
.Bottom002900 .b_nav nav dd a {
    opacity: 0.85;
}

@media (min-width: 1025px) {
    .Bottom002900 .contact {
        width: 30%;
    }
    .Bottom002900 .contact .logo {
        width: 70%;
        max-width: 233px;
    }
    .Bottom002900 .b_nav {
        width: 70%;
    }
}
.Bottom002900 .b_nav nav {
}
.Bottom002900 .b_nav nav dl {
    float: left;
    width: 20%;
    margin-left: 5%;
}
.Bottom002900 .b_nav nav dt {
    font-size: calc(22 / 16 * 1em);
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 18px;
}
.Bottom002900 .b_nav nav dt:after {
    display: block;
    content: "";
    width: 18px;
    height: 2px;
    background-color: #8fc31f;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.Bottom002900 .b_nav nav dd {
    line-height: calc(26 / 15 * 1em);
    padding: calc(5 / 15 * 1em) 0;
    font-size: calc(17 / 16 * 1em);
}

@media (max-width: 1024px) {
    .Bottom002900 .b_nav nav {
        display: none;
    }
}
.Bottom002900 aside {
    padding-bottom: calc(15 / 16 * 1em);
}
.Bottom002900 aside a {
    opacity: 0.75;
}
.Bottom002900 aside a:not(:last-child):after {
    display: inline-block;
    content: "";
    margin: 0 calc(20 / 16 * 1em);
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
}
.Bottom002900 .copyright {
    color: rgba(255, 255, 255, 0.75);
    line-height: calc(30 / 16 * 1em);
    font-size: calc(17 / 16 * 1em);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: calc(30 / 16 * 1em);
    margin-top: calc(80 / 16 * 1em);
    text-align: center;
}
.Bottom002900 .copyright a {
    opacity: 0.75;
}
.Bottom002900 a:hover {
    color: #fff;
    opacity: 1 !important;
}
.Bottom002900 .contact .num {
    font-size: calc(32 / 16 * 1em);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding-bottom: calc(15 / 32 * 1em);
}
.Bottom002900 .contact p {
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
}
.Bottom002900 .contact p + p {
    margin-top: calc(10 / 16 * 1em);
}
.Bottom002900 .share {
    margin: 2vw 0 2.75vw 0;
}
.Bottom002900 .share li {
    float: left;
    position: relative;
}
.Bottom002900 .share li figure {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 120px;
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    display: none;
    transform: translateX(-50%);
}
.Bottom002900 .share li figure img {
    display: block;
    width: 100%;
}
.Bottom002900 .share li figure:before {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    left: 50%;
    top: 100%;
    border-top-color: #fff;
    transform: translateX(-50%);
}
.Bottom002900 .share li:not(:last-child) {
    margin-right: 1vw;
}
.Bottom002900 .share li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    background-size: auto 35%;
}
.Bottom002900 .share li a.a_wx {
    background-image: url("../images/Bottom002900_wx.svg");
}
.Bottom002900 .share li a.a_sina {
    background-image: url("../images/Bottom002900_sina.svg");
}
.Bottom002900 .share li:hover a{
    background-color: #8fc31f;
}
.Bottom002900 .share li:hover figure{
    display: block;
}

@media (min-width: 1025px) {
    .Bottom002900 .contact .tit {
        padding-bottom: calc(14 / 15 * 1em);
        opacity: 0.8;
        font-size: calc(17 / 16 * 1em);
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .Bottom002900 .share li:not(:last-child) {
        margin-right: 1vw;
    }
}

.TextList002514 .auto {
    max-width: 1600px;
    margin: 0 auto;
}
.TextList002514 {
    padding: calc(100 / 1920 * 100vw) 0 calc(60 / 1920 * 100vw) 0;
}
.TextList002514 .list {
    padding: 0 5%;
    background: #f5f5f5;
    border-radius: 20px 0;
}
.TextList002514 .list + .list {
    margin-top: 2vw;
}
.TextList002514 .job-title {
    line-height: calc(30 / 16 * 1em);
    padding: calc(32 / 16 * 1em) 0 calc(50 / 16 * 1em) 0;
    cursor: pointer;
    position: relative;
    color: #333;
}
.TextList002514 .job-title p {
    margin: 0;
    position: relative;
    line-height: calc(34 / 20 * 1em);
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
color:#333;
}
.TextList002514 .job-title p::before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(18 / 16 * 1em);
    border-radius: 2px;
    background: #0560f6;
    left: -25px;
    top: calc(5 / 16 * 1em);
}
.TextList002514 .job-title span {
    margin-top: 1em;
    color: #666;
    display: inline-block;
    font-size: 17px;
}
.TextList002514 .job-title span + span {
    margin-left: 3vw;
}
.TextList002514 .job-title i {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #0560f6;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
    position: absolute;
    content: "";
    background: #fff;
}
.TextList002514 .job-title i::before {
    left: 25%;
    width: 50%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}
.TextList002514 .job-title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 25%;
    height: 50%;
}
.TextList002514 .job-title.select i::after {
    display: none;
}
.TextList002514 .job-title.select {
    color: #0560f6;
}
.TextList002514 .job-main {
    display: none;
    padding: 35px 0 20px;
    border-top: 1px dotted #d0d0d0;
}
.TextList002514 .job-main .job-info {
    font-size: 20px;
    line-height: 2.2;
    color: #333;
}
.TextList002514 .job-main .job-info p {
    font-size: 16px;
    line-height: 18px;
color:#333;
    font-weight: normal;
}

.TextList002514 .send {
    padding: 2vw 0;
    margin-top: 2.8vw;
    border-top: 1px dashed #d0d0d0;
}
.TextList002514 .send em {
    font-style: normal;
    border-bottom: 1px solid #0560f6;
    font-weight: bold;
    margin-left: 10px;
}
.TextList002514 .send a {
    display: inline-block;
    line-height: calc(30 / 16 * 1em);
    color: #0560f6;
    background: url(../images/TextList002514_icon.svg) no-repeat right center;
    padding-right: calc(50 / 16 * 1em);
    background-size: auto calc(30 / 16 * 1em);
}

/*.RighInfo003137*/
.RighInfo003137 {
    padding: calc(100 / 1920 * 100vw) 0;
    background: #f5f5f5;
}
.RighInfo003137 .auto {
    max-width: 1600px;
    margin: 0 auto;
}
.RighInfo003137 .txt {
    width: 80%;
    margin: 0 auto 3vw;
    max-width: 960px;
    text-align: center;
    line-height: 2;
    color: #777;
    font-size: calc(18 / 16 * 1em);
}

.RighInfo003137 ul li:not(.mark) {
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
.RighInfo003137 ul li:last-child{
    display: none !important;
}
.RighInfo003137 ul li.mark .icon {
    display: block;
    margin: 0 auto;
    width: calc(24 / 16 * 1em);
    height: calc(24 / 16 * 1em);
    background-color: #0560f6;
    border-radius: 50%;
    position: relative;
}
.RighInfo003137 ul li.mark .icon:before,
.RighInfo003137 ul li.mark .icon:after {
    position: absolute;
    content: "";
    background-color: #000;
}
.RighInfo003137 ul li.mark .icon:before {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: calc(-10 / 16 * 1em);
    bottom: calc(-10 / 16 * 1em);
}
.RighInfo003137 ul li.mark .icon:after {
    top: 50%;
    margin-top: -1px;
    height: 2px;
    left: calc(-10 / 16 * 1em);
    right: calc(-10 / 16 * 1em);
}
.RighInfo003137 ul li .inner {
    margin: 0 auto;
    width: 72%;
}
.RighInfo003137 ul li .name {
    font-size: calc(28 / 16 * 1em);
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}
.RighInfo003137 ul li:not(.mark) .icon {
    padding: calc(32 / 16 * 1em) 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin-bottom: calc(32 / 16 * 1em);
}
.RighInfo003137 ul li:not(.mark) .icon img {
    height: calc(70 / 16 * 1em);
}
.RighInfo003137 ul .con {
    font-size: calc(17 / 16 * 1em);
    color: #333;
    line-height: calc(28 / 15 * 1em);
    text-align: justify;
}
.RighInfo003137 ul .con p{
    color:#333;
    font-size:16px;
    font-weight: normal;
    line-height: 1.3;
}
@media (min-width: 1025px) {
    .RighInfo003137 ul {
        display: table;
        width: 100%;
    }
    .RighInfo003137 ul li {
        display: table-cell;
        vertical-align: top;
    }
    .RighInfo003137 ul li.mark {
        vertical-align: middle;
    }
    .RighInfo003137 ul li:not(.mark) {
        width: 27.143%;
        padding-top: calc(68 / 16 * 1em);
        padding-bottom: calc(24 / 16 * 1em);
    }
}
@media (max-width: 1024px) {
    .RighInfo003137 ul li {
        padding: calc(32 / 16 * 1em) 0;
    }
}

.listtit {
}
.listtit .cn {
    font-size: 2.4em;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 2.5%;
}

/*Page003143 */
.Page003143 .Pages {
    padding: 0 0 6% 0;
    text-align: center;
    font-size: 16px;
}
.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages > span:not(.p_page) {
    display: none;
}
.Page003143 .Pages .p_page {
    display: table;
    margin: 0 auto;
}
.Page003143 .Pages .p_page * {
    float: left;
}
.Page003143 .Pages .p_page a {
    border: solid 1px #ebebeb;
    line-height: 36px;
    transition: 0.3s;
}
.Page003143 .Pages .p_page > a {
    border-radius: 5px;
    padding: 0 15px;
}
.Page003143 .Pages .p_page em {
    font-style: normal;
    margin: 0 30px;
}
.Page003143 .Pages .p_page em a {
    width: 36px;
    border-radius: 50%;
    margin: 0 5px;
}
.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur {
    color: #fff;
    background-color: #0560f6;
    border-color: #0560f6;
}
@media (max-width: 1024px) {
    .Page003143 .Pages {
        padding: 0 0 2em 0;
    }
    .Page003143 .Pages .p_page em {
        display: none;
    }
    .Page003143 .Pages .p_page > a {
        margin: 0 10px;
    }
}

/*PicList002856 */
.PicList002856 .auto {
    max-width: 1600px;
}
.PicList002856 {
    overflow: hidden;
    position: relative;
    padding: 6vw 0 3vw 0;
}
.PicList002856 .top-new .slick-list {
    overflow: inherit;
}
.PicList002856 .top-new .slick-slide {
    opacity: 0;
}
.PicList002856 .top-new .slick-current {
    opacity: 1;
}
.PicList002856 .top-new .slick-slide {
    background: #f5f5f5;
    border-radius: 0 20px 20px 0;
}
.PicList002856 .top-new .slick-slide .img img {
    display: block;
    width: 100%;
}
.PicList002856 .top-new .slick-slide .img {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}
.PicList002856 .top-new .slick-slide .img .Ispic {
    padding-bottom: 67.5%;
    transition: 0.3s;
}
.PicList002856 .top-new .slick-slide a:hover .Ispic {
    transform: scale(1.1);
}
.PicList002856 .top-new .slick-slide time {
    border-left: 1px solid #c6c6c6;
    padding-left: 1.62vw;
    display: block;
    margin-bottom: 2.61vw;
    color: #0560f6;
    font-size: 18px;
}
.PicList002856 .top-new .slick-slide time span {
    display: block;
    font-size: 42px;
    font-weight: bold;
}
.PicList002856 .top-new .slick-slide time b {
    display: block;
    line-height: 60px;
    color: #0560f6;
    font-size: 42px;
}
.PicList002856 .top-new .slick-slide .txt aside {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 2vw 0 1vw 0;
}
.PicList002856 .top-new .slick-slide a:hover {
    color: #0560f6;
}
.PicList002856 .top-new .slick-slide .txt p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 2;
}
.PicList002856 .top-new .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 10px rgb(180 189 221 / 8%),
        0 6px 14px hsl(0deg 0% 100% / 30%),
        0 12px 20px rgb(180 189 221 / 20%);
    z-index: 2;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
}
.PicList002856 .top-new .slick-arrow:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 20%;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: 40%;
    top: 40%;
}
.PicList002856 .top-new .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.PicList002856 .top-new .slick-prev {
    left: -6.25%;
}
.PicList002856 .top-new .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.PicList002856 .top-new .slick-next {
    right: -6.25%;
}
.PicList002856 .top-new .slick-dots {
    text-align: center;
    padding-top: 1.72vw;
}
.PicList002856 .top-new .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0 5px;
    background-color: #999999;
}
.PicList002856 .top-new .slick-dots li button {
    display: none;
}
.PicList002856 .top-new .slick-dots li.slick-active {
    background: #0560f6;
    width: 40px;
}
.PicList002856 .list ul li .inner {
    position: relative;
}
.PicList002856 .list ul li .pic {
    overflow: hidden;
    border-radius: 10px;
}
.PicList002856 .list ul li .Ispic {
    padding-bottom: 66%;
    transition: 0.3s;
    border-radius: 10px;
}
.PicList002856 .list ul li a:hover .Ispic {
    transform: scale(1.1);
}
.PicList002856 .list .right h3 {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
}
.PicList002856 .list .right p {
    color: #999;
    line-height: 2;
    font-size: 16px;
}
.PicList002856 .list ul li {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
.PicList002856 .list ul li:not(:last-child) {
    margin-bottom: 40px;
}
.PicList002856 .list ul li a:hover h3 {
    color: #0560f6;
}

@media (min-width: 1025px) {
    .PicList002856 .list .left {
        float: left;
        width: 25%;
    }
    .PicList002856 .list .right {
        float: right;
        width: 56%;
    }
}
@media screen and (min-width: 1024px) {
    .PicList002856 .list ul li:hover .left img {
        box-shadow: 0 3px 29px rgb(192 196 204 / 71%);
    }
    .PicList002856 .list ul li time {
        border-left: 1px dashed #ededed;
        padding-left: 40px;
        width: 140px;
        height: 160px;
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        transform: translateY(-50%);
        color: #666;
        background: url(../images/PicList002482-time.png) no-repeat top center;
        text-align: center;
        font-size: 15px;
    }
    .PicList002856 .list ul li time span {
        font-size: 45px;
        font-weight: bold;
        color: #666;
        padding-top: 40px;
        padding-bottom: 5px;
        display: block;
    }
    .PicList002856 .list {
        padding-top: 100px;
    }
}
@media (min-width: 1025px) {
    .PicList002856 .list .left {
        float: left;
        margin-right: 5%;
    }
    .PicList002856 .list .right {
        float: left; /* max-width:600px; */
    }
    .PicList002856 .list .right .h3 {
        margin: 35px 0;
    }
}
@media (min-width: 1025px) {
    .PicList002856 .top-new li .img {
        width: 40%;
    }
    .PicList002856 .top-new li .txt {
        padding: 3vw;
    }
}
@media (max-width: 1024px) {
    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }
    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }
}

/*RighInfo002973 */
.RighInfo002973 {
    color: #333;
    font-size: 16px;
}
.RighInfo002973 > .auto {
    max-width: 1600px;
}
.RighInfo002973 .news-details {
    max-width: 1600px;
    padding: 7% 0;
}
.RighInfo002973 .news-details .title {
    text-align: center;
    border-bottom: 1px solid #e8f1f7;
    padding-bottom: 30px;
}
.RighInfo002973 .news-details .title h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
    font-size: 16px;
}
.RighInfo002973 .news-details .title .bshare-custom {
    display: inline-block;
}
.RighInfo002973 .bshare-custom a {
    background-position: center center;
    margin: 0 0 0 14px;
}
.RighInfo002973 .bshare-custom a.bshare-weixin {
    background-image: url("../images/RighInfo002973_share_wx.png");
}
.RighInfo002973 .bshare-custom a.bshare-sinaminiblog {
    background-image: url("../images/RighInfo002973_share_sina.png");
}
.RighInfo002973 .bshare-custom a.bshare-qzone {
    background-image: url("../images/RighInfo002973_share_qz.png");
}
.RighInfo002973 .news-details .edit-info {
    line-height: 38px;
    color: #666;
    border-bottom: 1px solid #e8f1f7;
    padding: 1% 0 2% 0;
    margin-bottom: 2%;
    font-size: 17px;
}
.RighInfo002973 .news-details .edit-info .text {
    background: #f1f6ff;
    padding: 25px 30px;
    color: #333;
    border-radius: 10px;
}
.RighInfo002973 .news-details .edit-info .img {
    margin: 40px 0;
}
.RighInfo002973 .news-details .edit-info .img img {
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}
.RighInfo002973 .pn-page aside {
    padding: 10px 0;
}
.RighInfo002973 .pn-page aside a {
    color: #666;
    font-size: 16px;
}
.RighInfo002973 .pn-page aside a b {
    color: #333;
}
.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
    color: #205393;
}
.RighInfo002973 .operating {
    overflow: hidden;
    line-height: 24px;
}
.RighInfo002973 .operating a {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.RighInfo002973 .operating a:not(:last-child) {
    margin-right: 45px;
}

@media (min-width: 1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        position: relative;
        padding-right: 230px;
    }
    .RighInfo002973 .pn-page .operating {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .RighInfo002973 .operating a {
        float: left;
        color: #0560f6;
        text-decoration: underline;
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .RighInfo002973 .operating {
        text-align: right;
        padding-bottom: 20px;
    }
    .RighInfo002973 .operating a {
        display: inline-block;
    }
}
@media (max-width: 640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 6vw;
    }
    .RighInfo002973 {
        font-size: 14px;
    }
}

/*
 .TextList002205 为demo编号
 */
.TextList002205 {
    padding: 5% 0 3% 0;
}
.TextList002205 .w_96 {
    max-width: 1600px;
}

.TextList002205 .list .item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border-radius: 10px;
}
.TextList002205 .list .item i.icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/TextList002205-icon.png) -44px -82px no-repeat;
    width: 21px;
    height: 11px;
    transition: all 0.5s ease-out 0s;
    overflow: hidden;
}
.TextList002205 .list .item .Q {
    margin: 0;
    font-weight: normal;
    line-height: 80px;
    padding-left: 120px;
    padding-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-out 0s;
    border-radius: 10px 0 0 0;
}
.TextList002205 .list .item .Q > a {
    color: #333;
    font-size: 20px;
}
.TextList002205 .list .item em.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    display: block;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #333;
}
.TextList002205 .list .item .Q em.icon {
    transition: all 0.5s ease-out 0s;
    border-right: 1px dashed #ededed;
}
.TextList002205 .list .item .A {
    position: relative;
    padding: 2vw 2vw 2vw 120px;
    line-height: 2.142em;
    font-size: 16px;
    background: #f5f5f5;
    display: none;
}
.TextList002205 .list .item .A em.icon {
    background: #fff;
    color: #0560f6;
    transition: all 0.5s ease-out 0s;
    border-radius: 0 0 0 10px;
}
.TextList002205 .list .item.active .Q em.icon {
    background: #0560f6;
    color: #fff;
    border-right: 1px dashed #0560f6;
}
.TextList002205 .list .item.active i.icon {
    background-position: -44px -70px;
}

/*
 .PicList000762 为demo编号
 */
.PicList000762 {
    padding: 6% 0 2% 0;
    max-width: 1600px;
    margin: 0 auto;
}
.PicList000762 li {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.PicList000762 li:nth-child(3n) {
    margin-right: 0;
}
.PicList000762 li a {
    display: block;
    background-color: #f8f8f8;
    transition: all ease-in-out 0.3s;
    border-radius: 15px;
}
.PicList000762 li h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 6% 2%;
}
.PicList000762 li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 65%;
    border-radius: 15px 15px 0 0;
}
.PicList000762 li a:hover {
    background-color: #0560f6;
}
.PicList000762 li a:hover h2 {
    color: #fff;
}
@media (max-width: 640px) {
    .PicList000762 li {
        width: 49%;
    }
    .PicList000762 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList000762 li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .PicList000762 li h2 {
        font-size: 14px;
    }
}

/*PicList002999 */
.PicList002999 {
    padding: 4% 0 0 0;
}
.PicList002999 .item {
    margin: 2.08vw 0 3vw;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border-radius: 20px;
    overflow: hidden;
}
.PicList002999 .item a:hover {
    color: #1e50ae;
}
.PicList002999 .txt .inner {
    padding: 0 4.03vw 0 2.56vw;
}
.PicList002999 .txt p.dot3 {
    line-height: 1.87;
    color: #666;
    margin: 3% 0;
    font-size: 16px;
}
.PicList002999 .tit {
    font-size: 24px;
    line-height: 1em;
    color: #333;
    font-weight: bold;
}
.PicList002999 .tit:after {
    display: block;
    margin-top: 1.05em;
    content: "";
    background: #0560f6;
    width: 48px;
    height: 3px;
}
.PicList002999 .item a:hover .tit:after {
    background: #1e50ae;
}
.PicList002999 .item .more {
    padding-right: 25px;
    display: inline-block;
    color: #0560f6;
    border-radius: 31px;
}
@media (min-width: 1025px) {
    .PicList002999 .pic {
        width: 486px;
    }
}
@media (min-width: 641px) and (max-width: 1024px) {
    .PicList002999 .pic {
        width: 50%;
    }
    .PicList002999 .tit {
        font-size: 3vw;
    }
}
@media (max-width: 640px) {
    .PicList002999 .ytable,
    .PicList002999 .ytable-cell {
        display: block;
    }
    .PicList002999 .txt .inner {
        padding: 5vw;
        font-size: 3.5vw;
    }
    .PicList002999 .tit {
        font-size: 5vw;
    }
}

/*Floor003153 */
.Floor003153 .auto {
    padding: 8em 0;
}
.Floor003153 .title {
    position: relative;
    margin-bottom: 3em;
}
.Floor003153 .title .name {
    font-size: 2.2em;
    color: #333;
    line-height: 1;
    font-weight: bold;
}
.Floor003153 .title .name:after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #0560f6;
    margin-top: 1.23076em;
}
.Floor003153 .intro .info {
    line-height: 2.1428;
}
@media (min-width: 1025px) {
    .Floor003153 .intro .img {
        width: 50%;
    }
    .Floor003153 .intro .img img {
        border-radius: 20px;
    }
    .Floor003153 .intro .info {
        padding-left: 5.0714em;
        font-size: 0.875em;
    }
}
@media (max-width: 1024px) {
    .Floor003153 .auto {
        padding: 2em 0;
    }
    .Floor003153 .intro .img {
        margin-bottom: 2em;
    }
}
.Floor003153 .intro .info p {
    font-size: 17px;
}
.Floor003153 .xy {
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #ebebeb;
}

/*Floor003051 */
.Floor003051 {
    padding: 6.2vw 0 1vw 0;
}
.Floor003051 .auto {
    max-width: 1600px;
}

.Floor003051 .title {
    color: #000;
    font-weight: 100;
    padding-bottom: 2.45vw;
    font-size: 2.34vw;
    margin-bottom: 10px;
}
.Floor003051 .title h3 {
    font-weight: bold;
    margin: 0 0 0.445em 0;
    font-size: 0.875em;
    text-align: center;
}
.Floor003051 .title .desc {
    font-size: 18px;
    position: relative;
    padding-right: 90px;
}
.Floor003051 .title .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.889em;
    padding-right: 20px;
    background: url("../images/Floor003051_more.png") no-repeat right center;
    color: #666;
}
.Floor003051 .title .more:hover {
    color: #0560f6;
    background-image: url("../images/Floor003051_more_on.png");
}
@media (max-width: 1024px) {
    .Floor003051 .title {
        font-size: 4vw;
        padding-bottom: 5vw;
    }
    .Floor003051 .title .desc {
        font-size: 0.5em;
        padding-right: 8em;
    }
}
@media (max-width: 640px) {
    .Floor003051 .title {
        font-size: 6vw;
    }
}

.Floor003051 li {
    margin-bottom: 3%;
}
.Floor003051 li a {
    display: block;
    position: relative;
    background: url(../images/Floor003051_line.svg) no-repeat center center rgb(5 96 246 / 5%);
    background-size: cover;
    padding-right: 10px;
    color: #000;
    border-radius: 20px;
}
.Floor003051 li .hover {
    position: absolute;
    left: -10px;
    top: -10px;
    right: 10px;
    bottom: 10px;
    background: linear-gradient(90deg, #145fb8 0%, #41b6c8 100%);
    color: #fff;
    z-index: 10;
    opacity: 0;
    transition: 0.3s;
    border-radius: 20px;
}
.Floor003051 li .hover .ytable {
    padding-left: 40px;
    padding-right: 30px;
}
.Floor003051 li .hover .main {
    font-size: 16px;
    line-height: 1.875em;
    max-height: 7.5em;
    padding-right: 6px;
    background: url("../images/Floor003051_hover_icon.png") no-repeat right center;
    text-align: center;
}
.Floor003051 li .inner {
    background: rgb(229 239 255);
    margin-left: -10px;
    position: relative;
    z-index: 1;
    top: -10px;
    padding: 40px 0 0px 0;
    border-radius: 20px;
}
.Floor003051 li .age {
    text-align: center;
    font-size: 3.13vw;
    color: #0560f6;
    width: 8.85vw;
    margin: 0 auto;
}
.Floor003051 li .age img {
    display: block;
    height: 60px;
    margin: 0 auto;
}
.Floor003051 li .age aside {
    font-size: 0.234em;
    color: #d9d9d9;
}
.Floor003051 li .list dl {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0;
}
.Floor003051 li .list dd:not(:last-child) {
    border-bottom: 1px solid #cadeff;
}
.Floor003051 li .list dd {
    font-size: 19px;
    line-height: 2.667em;
}
@media (min-width: 1025px) {
    .Floor003051 li {
        float: left;
        width: 31%;
    }
    .Floor003051 li:not(:nth-child(3n)) {
        margin-right: 3.5%;
    }
    .Floor003051 li .inner {
        height: 185px;
    }
    .Floor003051 li .ytable {
        height: 100%;
        padding: 0 10%;
    }
    .Floor003051 li a:hover .hover {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .Floor003051 li .hover {
        display: none;
    }
    .Floor003051 li .hover .ytable {
        height: 100%;
    }
    .Floor003051 li:not(:first-child) {
        margin-top: 20px;
    }
    .Floor003051 li .age {
        width: 25%;
    }
    .Floor003051 li .age {
        font-size: 5vw;
    }
    .Floor003051 li .age aside {
        font-size: 12px;
    }
    .Floor003051 li a {
        padding-right: 5px;
    }
    .Floor003051 li .inner {
        margin-left: -5px;
        top: -5px;
    }
}
@media (max-width: 640px) {
    .Floor003051 li .inner {
        padding: 2vw 0;
    }
    .Floor003051 li .age {
        font-size: 8vw;
    }
    .Floor003051 li .age aside {
        font-size: 3vw;
    }
    .Floor003051 li .list dd {
        font-size: 4vw;
    }
    .Floor003051 li .list dl {
        padding-left: 5vw;
    }
}

.section1 {
    padding: 1.8rem 0;
    text-align: center;
}
.section1 .title {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.section1 aside {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 0.25rem;
    font-weight: lighter;
    line-height: 0.45rem;
    margin-bottom: 1.3rem;
}

.section1 .num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
}
.section1 .num li {
    margin: 0 0.75rem;
    text-align: center;
}
.section1 .num .suzi {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.2rem;
}
.section1 .num .suzi p {
    font-size: 0.46rem;
    color: #025ef6;
    line-height: 1;
    margin-right: 0.1rem;
}
.section1 .num .suzi span {
    font-size: 0.19rem;
    color: #333333;
}
.section1 .num .dibu {
    font-size: 0.17rem;
}
.section1 .more_btn {
    font-size: 0.2rem;
    color: #0560f6;
}

.section2 {
    text-align: center;
    margin-bottom: 3rem;
}
.section2 .title {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.section2 .title .en_txt {
    font-size: 0.4rem;
    color: #c1c1c1;
    margin-top: 0.2rem;
}
.ywlist {
    padding: 0 0.4rem;
    margin-bottom: 1rem;
}
.ywlist .item {
    height: 5.12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.17rem;
    position:relative;
    margin:0 0.1rem;
    cursor:pointer;
    overflow:hidden;
}
.ywlist .item::after{content:''; display:block; position:absolute; left:0; bottom:0; width:100%; height:50%; background-image:linear-gradient(to top,#145fb8,transparent);}
.ywlist .item .txt_box {
    width: 100%;  
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0.4rem;
    padding: 0 10%;
    z-index:10;
}
.ywlist .item .txt_box .t1{
    font-size: 0.25rem;
}

.ywlist .item .txt_box .t2{
    font-size: 0.16rem;
    margin-top: .3rem;
    padding-top: .3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: none;
}
.ywlist .item:hover::after{
    width:100%;
    height:150%;
}
.ywlist .item:hover .txt_box{
    bottom: unset;
    top:.7rem;
    transition:
    transform 1.2s ease,
    -webkit-transform 1.2s ease;
}
.ywlist .item:hover .txt_box .t2{
    display: block;
    
}

.section2 .more_btn {
    font-size: 0.2rem;
    color: #0560f6;
}
.section3{
    margin-bottom: 2rem;
}
.section3 .case_txt{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6rem;
}
.section3 .case_txt .l_tit{
    margin-right: 1.6rem;
}
.section3 .case_txt .l_tit .t1{
    font-size: 0.75rem;
    line-height: 1;
}
.section3 .case_txt .l_tit .en_txt{
    font-size: 0.4rem;
    color: #c1c1c1;
    margin-top: 0.2rem;
    text-align: right;
    margin-right: -.6rem;
}

.section3 .case_txt .r_txt{
    font-size: .33rem;
    line-height: 1.5;
    font-weight: lighter;
    position: relative;
}
.section3 .case_txt .r_txt::before{
    content: '';
    position: absolute;
    left: -.5rem;
    top: -.4rem;
    background-image: url(../images/icon-yh1.png);
    width: .43rem;
    height: .37rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.section3 .case_txt .r_txt::after{
    content: '';
    position: absolute;
    right: -.3rem;
    bottom: .2rem;
    background-image: url(../images/icon-yh2.png);
    width: .43rem;
    height: .37rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.caselist{
    width: 100%;
}
.caselist .item{
    /* width: 14.4rem !important; */
    width: 14.4rem;
    height: 8.6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 .2rem;
    border-radius: .34rem;
    position: relative;
}
.caselist .item .txt_box{
    background-color: rgba(0, 0, 0, 0.51);
    color: #fff;
    position: absolute;
    top: 10%;
    right: 10%;
    padding: .5rem .4rem;
    max-width: 4rem;
}
.caselist .item .txt_box .t1{
    font-size: .4rem;
    margin-bottom: .3rem;
    
}
.caselist .item .txt_box .t2{
    font-size: .22rem;
    font-weight: lighter;
    line-height: 2;
}
.caselist .item .txt_box .xqbtn{
    display: block;
    color: #fff;
    font-size: .22rem;
    font-weight: lighter;
    line-height: 2;
}
.section4 {
    padding-bottom: 2rem;
}
.section4 .title {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: .8rem;
}
.section4 .title .en_txt {
    font-size: 0.4rem;
    color: #c1c1c1;
    margin-top: 0.2rem;
}
.section4 .flex_box{
    display: flex;
    justify-content: space-between;
}
.section4 .flex_box .new_swiper{
    width: 46.5%;
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0px 0px 11px 2px rgba(186, 186, 186, 0.18);
    overflow: hidden;
}
.section4 .flex_box .new_swiper .item .img img{
    width: 100%;
}
.section4 .flex_box .new_swiper .item .txt{
    padding: .55rem .5rem;
}
.section4 .flex_box .new_swiper .item .t1{
    font-size: .26rem;
    margin-bottom: .2rem;
}
.section4 .flex_box .new_swiper .item .t2{
    font-size: .2rem;
    color: #999999;
    margin-bottom: .25rem;
    padding-left: .35rem;
    background-image: url(../images/icon-time.png);
    background-size: .22rem;
    background-repeat: no-repeat;
    background-position: left;

}
.section4 .flex_box .new_swiper .item .t3{
    font-size: .2rem;
    color: #333333;
    font-weight: lighter;
    line-height: 1.5;
    margin-bottom: .3rem;
    
}
.section4 .flex_box .new_swiper .item .xqbtn{
    font-size: .2rem;
    color: #666666;
}
.section4 .flex_box .right{
    width: 48.8%;
    box-shadow: 0px 0px 11px 2px rgba(186, 186, 186, 0.18);
    border-radius: .3rem;
    padding: .1rem .5rem;
}
.section4 .flex_box .right .item{
    padding: .5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}
.section4 .flex_box .right .item:last-child{
    border: none;
}
.section4 .flex_box .right .item .tit{
    font-size: .26rem;
    margin-bottom: .25rem;
}
.section4 .flex_box .right .item .time{
    font-size: .2rem;
    color: #999999;
    padding-left: .35rem;
    background-image: url(../images/icon-time.png);
    background-size: .22rem;
    background-repeat: no-repeat;
    background-position: left;

}

/* 公司简介 */

.blurb {
    margin-top: 1rem;
}
.blurb1 {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
   
}

.cur_title .en_txt{
    font-size: .58rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.cur_title .cn_txt{
    font-size: .45rem;
}
.blurb1 aside{
    margin-top: 1rem;
    width: 100%;
    font-size: .25rem;
    line-height: 2;
    text-indent: 2em;
}

.blurb1 .num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.blurb1 .num li {
    margin: 0 0.75rem;
    text-align: center;
}
.blurb1 .num .suzi {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.2rem;
}
.blurb1 .num .suzi p {
    font-size: 0.46rem;
    color: #025ef6;
    line-height: 1;
    margin-right: 0.1rem;
}
.blurb1 .num .suzi span {
    font-size: 0.19rem;
    color: #333333;
}
.blurb1 .num .dibu {
    font-size: 0.17rem;
}

.cur_title.kright{
    text-align: right;
}

.blurb2 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lnlist{
    width: 100%;
    display: flex;
    margin-top: 1rem;
    padding-bottom: 2rem;
}
.lnlist .item{
    width: 22%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    height: 6.3rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.lnlist .item.active{
    width: 34%;
    
}
.lnlist .item .t1{
    font-size: .5rem;
    
}
.lnlist .item .t2{
    font-size: .37rem;
    margin-top: .85rem;
    display: none;
}
.lnlist .item.active .t2{
    display: block;
}

.cur_title.flexjz{
    display: flex;
    align-items: center;
}


.cur_title.flexjz .en_txt{
   margin: 0;
}
.cur_title.flexjz .cn_txt{
    padding-left: .35rem;
    margin-left: .35rem;
    border-left: 4px solid #0560f6;
    line-height: 1;
}
.zzlist{
    border: solid 2px #efefef;
    border-radius: .2rem;
    display: flex;
    overflow: hidden;
    margin-top: 1.3rem;  
}
.zzlist .left_nav{
    width: 3.5rem;
    padding: .4rem 0;
}
.zzlist .left_nav .item{
    text-align: center;
    line-height: .8rem;
    font-size: .32rem;
    margin-bottom: .4rem;
    cursor: pointer;
}
.zzlist .left_nav .item:last-child{
    margin-bottom: 0;
}
.zzlist .left_nav .item.aon{
    background-color: #efefef;
    border-left: 5px solid #0560f6;
}

.zzlist .right_con{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.zzlist .right_con .item{
    max-width: 56%;
}
.zzlist .right_con .item .tit{
    font-size: .48rem;
    margin-bottom: .6rem;
}
.zzlist .right_con .item aside{
   font-size: .24rem;
   line-height: .4rem; 
   font-weight: lighter;
}

.blurb4{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 7.4rem 5.6rem;
}
.whlist{
    margin-top: 1rem;
}

.whlist .item{
    width: 5.4rem;
    height: 5.1rem; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0.05rem;
}
.whlist .slick-list{
    padding: 0 4rem !important; 
}
.blurb5{
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    padding-top: 3rem;
    margin-bottom: 1.5rem;
}
.cur_title.center{
    text-align: center;
}
.cur_title.center .cn_txt{
    /* margin-top: .6rem; */
    font-size: .33rem;
}

.blurb5 .video{
    max-width: 1600px;
    margin: 0 auto;
    margin-top: .65rem;
}
.blurb5 video{
    width: 100%;
}

@media(max-width:1024px){
    .section1{
        padding: .3rem 0;
    }
    .section1 .title {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .section1 aside{
        font-size: .2rem;
        padding: 0 .2rem;
        margin-bottom: .3rem;
    }
    .section1 .num{
        width: 100%;
        flex-wrap: wrap;
    }
    .section1 .num li{
        width: 50%;
        margin: 0;
        margin-bottom: .15rem;
    }
    .section1 .num .suzi{
        align-items: center;
        justify-content: center;
    }
    .section2{
        margin-bottom: .3rem;
    }
    .section2 .title {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .section2 .title .en_txt{
        font-size: .25rem;
    }
    .ywlist{
        margin-bottom: .3rem;
    }
    .section3{
        margin-bottom: .4rem;
    }
    .section3 .case_txt{
        display: block;
        margin-bottom: .3rem;
    }
    .section3 .case_txt .l_tit{
        margin-right: 0;
        text-align: center;
    }
    .section3 .case_txt .l_tit .t1{
        font-size: .4rem;
    }
    .section3 .case_txt .l_tit .en_txt{
        text-align: center;
        font-size: .25rem;
        margin-right: 0;
    }
    .section3 .case_txt .r_txt{
        font-size: .2rem;
        text-align: center;
        margin-top: .4rem;
    }
    .section3 .case_txt .r_txt::after, .section3 .case_txt .r_txt::before{
        display: none;
    }
    
    .caselist .item{
        display: block;
        /* width: 100% !important; */
        /* padding-bottom: 66%; */
        height: 5rem;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 ;
    }
    .caselist .item .txt_box{
        width: 70%;
        position: unset;
    }
    .caselist .item .txt_box .t1{
        font-size: .3rem;
    }
    .caselist .item .txt_box .t2{
        font-size: .18rem;
    }
    .caselist .item .txt_box .xqbtn{
        font-size: .18rem;
    }

    .section4 .title {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .section4 .title .en_txt{
        font-size: .25rem;
    }
    .section4 .flex_box{
        display: block;
    }
    .section4 .flex_box .new_swiper{
        width: 100%;
        margin-bottom: .3rem;
    }
    .section4 .flex_box .right{
        width: 100%;
    }
    .section4{
        padding-bottom: .4rem;
    }


    .blurb1 .num{
        width: 100%;
        flex-wrap: wrap;
        margin-top: .3rem;
    }
    .blurb1 .num li{
        width: 50%;
        margin: 0;
        margin-bottom: .15rem;
    }
    .blurb1 .num .suzi{
        align-items: center;
        justify-content: center;
    }


    .Menu003135 .nav-menu li{
        font-size: 18px;
    }
    .blurb{
        margin-top: .4rem;
    }
    .cur_title .en_txt{
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .cur_title .cn_txt{
        font-size: .2rem;
    }
    .blurb1 aside{
        margin-top: .4rem;
    }
    .lnlist{
        margin-top: .3rem;
        flex-wrap: wrap;
        padding-bottom: .4rem;
    }
    .lnlist .item{
        width: 50% !important;
        height: 4rem;
    }
    .lnlist .item .t1{
        font-size: .3rem;
    }
    .lnlist .item .t2{
        font-size: .2rem;
        display: block !important;
    }
    .zzlist{
        margin-top: .3rem;
        display: block;
    }
    .zzlist .left_nav{
        width: 100%;
        display: flex;
        overflow-x: auto;
        padding: .2rem 0;
    }   
    .zzlist .left_nav .item{
        white-space: nowrap;
        padding: 0 .2rem;
        margin-bottom: 0;
        font-size: .18rem;
    }
    .zzlist .right_con .item{
        max-width: 100%;
        padding: .3rem;
    }
    .zzlist .right_con .item .tit{
        font-size: .35rem;
    }
    .whlist{
        margin-top: .3rem;
    }
    .whlist .slick-list{
        padding: 0 !important;
    }
    .blurb5{
        padding-top: .4rem;
    }
    .ytable-cell{
        display: block;
    }
    .Form002802 .from li.btn{
        margin:.2rem 0;
        text-align: center;
    }
    .Bottom002900{
        padding: .4rem .2rem;
    }
    .Bottom002900 .logo{
        margin-bottom: .2rem;
    }
    .Bottom002900 .contact p{
        font-size: .18rem;
    }
    .Bottom002900 .copyright{
        margin-top: .4rem;
    }
}

.container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: table;
}
.content {
    display: table-cell;
    vertical-align: middle;
}
.item {
    width: auto;
    height: auto;
    margin: 0 auto;
    /*text-align: center;*/
    padding: 8px;
}
/**h1 {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    word-spacing: 16px;
}
p {
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    
}
b {
    font-weight: bold;
}**/


.caselist .slick-arrow{
    position: absolute;
    left: 15%;
    top: 50%;
    transform: rotate(180deg);
    background-image: url(../images/arr.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 2;
}

.caselist .slick-next{
    left: unset;
    right: 15%;
transform: rotate(0deg);
}


.whlist .slick-arrow{
    position: absolute;
    left: 15%;
    top: 50%;
    transform: rotate(180deg);
    background-image: url(../images/arr.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 2;
}

.whlist .slick-next{
    left: unset;
    right: 15%;
transform: rotate(0deg);
}

.indexbanner .wailian{
       padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.51);
    color: #fff;
    position: absolute;
    right: 20%;
    top: 70%;
    z-index: 11;
    border-radius: 30px;
}