@charset "UTF-8";
@media screen and (min-width:1200px) {
    .waptabs {
        display: none;
    }
    .page-banner {
        background: url(../images/page-banner.jpg) no-repeat top center;
        height: 360px;
    }
    .page-nav {
        height: 80px;
        border-bottom: 1px solid #eee;
    }
    .page-nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .page-nav .container .position {
        display: flex;
        color: #666;
        align-items: center;
    }
    .page-nav .container .position .home {
        width: 80px;
        height: 80px;
        text-align: center;
        background: #1f8ceb;
        display: block;
        margin-right: 20px;
        color: #fff;
        font-size: 28px;
    }
    .page-nav .container .position .home i {
        line-height: 80px;
    }
    .page-nav .container .position a {
        display: block;
        color: #666;
    }
    .page-nav .container .position i.fa-angle-right {
        margin: 0 10px;
        font-size: 12px;
        color: #666;
        font-weight: bold;
    }
    .page-nav .container .tabs a {
        color: #666;
        margin-left: 30px;
        position: relative;
        display: inline-block;
        line-height: 80px;
    }
    .page-nav .container .tabs a::before {
        content: '';
        width: 0;
        max-width: 60px;
        height: 2px;
        background: #1f8ceb;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all .4s ease;
    }
    .page-nav .container .tabs a.active {
        color: #1f8ceb;
    }
    .page-nav .container .tabs a.active::before {
        width: 100%;
    }
    .page-nav .container .tabs a:hover::before {
        width: 100%;
    }
    .page-about {
        padding: 80px 0;
        position: relative;
    }
    .page-about .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-about .container::after {
        content: '';
        position: absolute;
        width: 600px;
        height: 550px;
        background: #1f8ceb;
        right: 20px;
        top: 20px;
    }
    .page-about .container .main {
        width: 45%;
    }
    .page-about .container .main .top-title {
        margin: 25px 0;
    }
    .page-about .container .main .top-title h2 {
        color: #444;
        font-size: 36px;
        font-weight: bold;
    }
    .page-about .container .main .top-title h3 {
        color: #444;
        font-size: 24px;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .page-about .container .main .cont p {
        color: #5f5f5f;
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 12px;
        text-indent: 2em;
    }
    .page-about .container .main .date {
        display: flex;
        /* justify-content:space-around;*/
        margin: 50px 0;
    }
    .page-about .container .main .date .item {
        margin-right: 14%;
    }
    .page-about .container .main .date .item .num {
        font-size: 42px;
        font-weight: bold;
        color: #1f8ceb;
    }
    .page-about .container .main .date .item p {
        color: #5f5f5f;
        font-size: 15px;
        line-height: 28px;
    }
    .page-about .container .pic {
        width: 50%;
        position: relative;
        z-index: 3;
    }
    .page-about .container a.more {
        display: block;
        text-align: center;
        color: #fff;
        width: 155px;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        font-size: 16px;
        background: #1f8ceb;
    }
    .page-about .container a.more i {
        margin-left: 6px;
    }
    .page-culture {
        padding: 80px 0;
        background: url(../images/culture-ln-block3-bg.jpg) no-repeat;
        height: 72vh;
    }
    .page-culture .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
    }
    .page-culture .container .left {
        position: relative;
        width: 22%;
    }
    .page-culture .container .left .title {
        font-size: 44px;
        font-weight: bold;
        width: 88px;
        position: absolute;
        right: 0;
        top: 30px;
        color: #1f8ceb;
        display: flex;
        float: right;
    }
    .page-culture .container .left .start {
        position: absolute;
        width: 27px;
        font-size: 26px;
        right: 0;
        top: 187px;
        color: #1f8ceb;
    }
    .page-culture .container .left .year {
        position: absolute;
        font-size: 70px;
        font-weight: bold;
        color: #1f8ceb;
        right: 0;
        top: 225px;
        padding-right: 60px;
    }
    .page-culture .container .left .year::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 5px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 17px;
        height: 17px;
        background: #1f8ceb;
        border-radius: 50%;
    }
    .page-culture .container .right {
        display: flex;
        width: 70%;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .page-culture .container .right .item {
        position: relative;
        text-align: left;
        color: #fff;
        width: 48%;
        padding: 0 3%;
    }
    .page-culture .container .right .item::after {
        content: '';
        display: block;
        width: 1px;
        height: 90%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: 0;
        top: 10%;
    }
    .page-culture .container .right .item:last-child::after {
        display: none;
    }
    .page-culture .container .right .item .en {
        font-size: 16px;
        color: #666;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .page-culture .container .right .item h5 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #1f8ceb;
    }
    .page-culture .container .right .item p {
        color: #666;
        line-height: 24px;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .page-course {
        padding: 80px 0;
    }
    .page-title {
        margin-bottom: 60px;
    }
    .page-title h2 {
        color: #444;
        font-size: 33px;
        font-weight: bold;
    }
    .page-title p {
        color: #444;
        margin-top: 18px;
    }
    .page-course .page-title {
        border-bottom: 1px solid #eee;
        padding-bottom: 40px;
    }
    .page-course .course-list {
        position: relative;
        max-height: 350px;
        overflow: auto;
    }
    .page-course .course-list::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
    }
    .page-course .course-list::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #1f8ceb;
        -webkit-border-radius: 6px;
    }
    .page-course .course-list::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: #1f8ceb;
        -webkit-border-radius: 6px;
    }
    .page-course .course-list .item {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 42px;
        position: relative;
    }
    .page-course .course-list .item::after {
        content: '';
        height: 100%;
        position: absolute;
        width: 1px;
        background: #eee;
        left: 8px;
    }
    .page-course .course-list .item:last-child::after {
        display: none;
    }
    .page-course .course-list .item .time {
        width: 10%;
        position: relative;
        z-index: 3;
    }
    .page-course .course-list .item .time i {
        position: relative;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #1f8ceb;
        display: inline-block;
        text-align: center;
    }
    .page-course .course-list .item .time i::after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0px;
        margin: auto;
    }
    .page-course .course-list .item .time span {
        font-size: 20px;
        font-weight: bold;
        color: #444;
        margin-left: 20px;
    }
    .page-course .course-list .item .cont {
        width: 80%;
        color: #5f5f5f;
        font-size: 15px;
        line-height: 22px;
    }
    .page-case {
        padding: 80px 0;
    }
    .page-case .case-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-case .case-list .item {
        width: 31.66%;
        margin-right: 2.5%;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #eee;
        margin-bottom: 45px;
    }
    .page-case .case-list .item:nth-child(3n) {
        margin-right: 0;
    }
    .page-case .case-list .item .pic {
        overflow: hidden;
    }
    .page-case .case-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-list .item:hover .pic img {}
    .page-case .case-list .item .text {
        padding: 30px;
        padding-bottom: 38px;
    }
    .page-case .case-list .item .text h5 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 16px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-list .item:hover .text h5 {
        color: #1f8ceb;
    }
    .page-case .case-list .item .text p {
        color: #777;
        line-height: 22px;
    }
    .pagin {
        text-align: center;
        margin-top: 30px;
    }
    .pagin a {
        display: inline-block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        line-height: 42px;
        background: #f5f7f9;
        text-align: center;
        color: #444;
        margin: 0 4px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .pagin a:hover {
        background: #1f8ceb;
        color: #fff;
    }
    .pagin a.current {
        background: #1f8ceb;
        color: #fff;
    }
    .page-case.content .list-content {
        display: flex;
        justify-content: space-between;
    }
    .page-case.content .list-content .left {
        width: 48%;
    }
    .page-case.content .list-content .left img {
        width: 100%;
        height: 100%;
        margin-bottom: 12px;
    }
    .page-case.content .list-content .right {
        width: 48%;
    }
    .page-case.content .list-content .right h2 {
        position: relative;
        font-size: 32px;
        color: #444;
        padding: 10px 0 32px;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: 30px;
        font-weight: bold;
    }
    .page-case.content .list-content .right h2::after {
        content: '';
        height: 3px;
        width: 60px;
        background: #1f8ceb;
        position: absolute;
        left: 0;
        bottom: -1px;
    }
    .page-case.content .list-content .right .case-project {
        font-size: 14px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .page-case.content .list-content .right .case-content {
        font-size: 11px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .page-case.content .list-content .right a.more {
        display: block;
        text-align: center;
        color: #fff;
        width: 155px;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        font-size: 16px;
        background: #1f8ceb;
        margin-top: 50px;
    }
    .swiper-container {
        width: 100%;
    }
    .page-partner {
        padding: 80px 0;
    }
    .page-partner .partner-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-partner .partner-list .item {
        width: 15%;
        text-align: center;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .page-partner .partner-list .item:nth-child(6n) {
        margin-right: 0;
    }
    .page-partner .partner-list .item .pic {
        border: 1px solid #eee;
    }
    .page-partner .partner-list .item p {
        font-size: 15px;
        color: #444;
        margin-top: 12px;
    }
    .page-honor {
        padding: 80px 0;
    }
    .page-honor .honor-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-honor .honor-list .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 45px;
        text-align: center;
    }
    .page-honor .honor-list .item:nth-child(4n) {
        margin-right: 0;
    }
    .page-honor .honor-list .item .pic {
        background: #f5f7f9;
        padding: 26px;
    }
    .page-honor .honor-list .item .pic img {
        height: 190px;
    }
    .page-honor .honor-list .item p {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin-top: 20px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-honor .honor-list .item:hover p {
        color: #1f8ceb;
    }
    .page-advantage {
        padding: 80px 0;
    }
    .page-advantage .title-s {
        text-align: center;
        padding-bottom: 52px;
        border-bottom: 1px solid #eee;
    }
    .page-advantage .title-s h3 {
        font-size: 34px;
        font-weight: bold;
        color: #333;
    }
    .page-advantage .title-s p {
        text-align: center;
        margin: auto;
        width: 75%;
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
    .page-advantage .title-s i {
        display: block;
        width: 55px;
        height: 2px;
        background: #1f8ceb;
        margin: 0 auto;
        margin-top: 28px;
        margin-bottom: 40px;
    }
    .page-advantage .advantage-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 80px;
    }
    .page-advantage .advantage-main .text {
        width: 25%;
        border-bottom: 1px solid #eee;
    }
    .page-advantage .advantage-main .text .top h4 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 12px;
        color: #333;
    }
    .page-advantage .advantage-main .text .top h5 {
        color: #999;
    }
    .page-advantage .advantage-main .text .top i {
        display: block;
        width: 42px;
        height: 2px;
        background: #1f8ceb;
        margin-top: 28px;
    }
    .page-advantage .advantage-main .text .cont {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        margin: 40px 0;
    }
    .page-advantage .advantage-main .text .num {
        font-size: 18px;
        color: #666;
    }
    .page-advantage .advantage-main .text .num span {
        font-size: 132px;
        color: #1f8ceb;
        font-style: italic;
    }
    .page-advantage .advantage-main .list {
        display: flex;
        width: 62.5%;
    }
    .page-advantage .advantage-main .list .item {
        position: relative;
        overflow: hidden;
    }
    .page-advantage .advantage-main .list .item .pic {
        position: relative;
    }
    .page-advantage .advantage-main .list .item .pic::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
    }
    .page-advantage .advantage-main .list .item .pic h6 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        letter-spacing: 4px;
        writing-mode: tb-rl;
    }
    .page-advantage .advantage-main .list .item .text {
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        background: #1f8ceb;
        height: 100%;
        z-index: 3;
        color: #fff;
        display: flex;
        align-items: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-advantage .advantage-main .list .item:hover .text {
        opacity: 1;
        top: 0;
    }
    .page-advantage .advantage-main .list .item .text .box {
        width: 75%;
        margin: auto;
    }
    .page-advantage .advantage-main .list .item .text .box h6 {
        font-size: 22px;
        margin-top: 20px;
    }
    .page-advantage .advantage-main .list .item .text .box p {
        margin: 25px 0;
        font-size: 15px;
        line-height: 25px;
    }
    .page-advantage .advantage-main .list .item .text .box .fa-quote-right {
        float: right;
    }
    .page-service {
        padding: 80px 0 0;
    }
    .page-service .service-main .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-service .service-main .container .text {
        width: 48%;
    }
    .page-service .service-main .container .text .title-s {
        margin-bottom: 20px;
    }
    .page-service .service-main .container .text .title-s h3 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
    }
    .page-service .service-main .container .text .title-s h4 {
        color: #999;
        margin-top: 8px;
        text-transform: uppercase;
    }
    .page-service .service-main .container .text .title-s i {
        width: 55px;
        height: 2px;
        background: #1f8ceb;
        display: block;
        margin-top: 12px;
    }
    .page-service .service-main .container .text .cont {
        position: relative;
        max-height: 200px;
        overflow: auto;
    }
    .page-service .service-main .container .text .cont p {
        font-size: 15px;
        line-height: 26px;
        color: #666;
        margin-bottom: 18px;
    }
    .page-service .service-main .container .text .cont::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
    }
    .page-service .service-main .container .text .cont::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #1f8ceb;
        -webkit-border-radius: 6px;
    }
    .page-service .service-main .container .text .cont::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: #1f8ceb;
        -webkit-border-radius: 6px;
    }
    .page-service .service-main .container .text .range {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        width: 96%;
    }
    .page-service .service-main .container .text .range li {
        text-align: center;
        font-size: 15px;
        color: #666;
        width: 14%;
    }
    .page-service .service-main .container .text .range li h6 {
        width: 72px;
        height: 72px;
        border: 2px solid #1f8ceb;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 8px;
        text-align: center;
    }
    .page-service .service-main .container .text .range li h6 img {
        width: 55%;
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
    }
    .page-service .service-main .container .pic {
        width: 45%;
    }
    .page-service .service-case {
        padding: 80px 0;
        border-top: 1px solid #eee;
        margin-top: 60px;
        padding-top: 60px;
    }
    .page-service .service-case .title-s h2 {
        font-size: 32px;
        color: #333;
        font-weight: bold;
    }
    .page-service .service-case .title-s h4 {
        color: #999;
        margin-top: 8px;
        text-transform: uppercase;
    }
    .page-service .service-case .case-list {
        overflow: hidden;
        margin-top: 50px;
    }
    .page-service .service-case .case-list .item {
        border-radius: 8px;
        overflow: hidden;
    }
    .page-service .service-case .case-list .page-case-pag {
        margin-top: 50px;
        text-align: center;
    }
    .page-service .service-case .case-list .item .text h5 {
        font-size: 22px;
        color: #444;
        margin: 18px 0;
        margin-top: 25px;
    }
    .page-service .service-case .case-list .item .text p {
        color: #666;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .service-merit {
        background: #f9fcff;
        padding: 80px 0 100px;
    }
    .service-merit .title-s h2 {
        font-size: 32px;
        color: #333;
        font-weight: bold;
    }
    .service-merit .title-s h4 {
        color: #999;
        margin-top: 8px;
        text-transform: uppercase;
    }
    .service-merit .merit-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 60px;
    }
    .service-merit .merit-list .item {
        border-radius: 8px;
        width: 19%;
        padding: 80px 30px;
        text-align: center;
        background: #ffffff;
        color: #777;
        height: 380px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .service-merit .merit-list .item.selected {
        background: #1f8ceb;
        color: #ffffff;
    }
    .service-merit .merit-list .item.selected .cont h5 {
        color: #ffffff;
    }
    .service-merit .merit-list .item.selected .cont h4 {
        color: #fff;
    }
    .service-merit .merit-list .item .cont h5 {
        font-size: 48px;
        color: #1f8ceb;
    }
    .service-merit .merit-list .item .cont h4 {
        font-size: 24px;
        margin: 15px 0 12px 0;
        color: #333;
    }
    .service-merit .merit-list .item .cont p {
        font-size: 15px;
        line-height: 24px;
    }
    .page-method {
        padding: 80px 0;
    }
    .page-method .method-list .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 35px;
    }
    .page-method .method-list .item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .page-method .method-list .item:nth-child(2n) .text .num::after {
        left: -22%;
        right: unset;
        width: 18%;
    }
    .page-method .method-list .item .text {
        width: 43%;
    }
    .page-method .method-list .item .text .num {
        position: relative;
    }
    .page-method .method-list .item .text .num::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -22%;
        height: 1px;
        background: #ddd;
        width: 108%;
        z-index: 1;
    }
    .page-method .method-list .item .text .num span {
        color: #1f8ceb;
        font-size: 18px;
    }
    .page-method .method-list .item .text h3 {
        font-size: 26px;
        color: #1f8ceb;
        font-weight: bold;
        margin: 20px 0;
    }
    .page-method .method-list .item .text .cont p {
        margin-bottom: 10px;
        font-size: 16px;
        color: #666666;
        line-height: 30px;
    }
    .page-method .method-list .item .pic {
        width: 43%;
        position: relative;
        z-index: 2;
    }
    .page-met-news {
        padding: 100px 0;
        background: #f9fcff;
    }
    .page-met-news .page-title {
        text-align: center;
    }
    .page-met-news .met-news-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-met-news .met-news-list .item {
        width: 24%;
        padding: 10px;
        background: #fff;
        margin-bottom: 30px;
        margin-right: 1.25%;
    }
    .page-met-news .met-news-list .item:nth-child(4n) {
        margin-right: 0;
    }
    .page-met-news .met-news-list .item .text {
        margin-top: 10px;
        padding: 10px;
    }
    .page-met-news .met-news-list .item .text h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-met-news .met-news-list .item .text h4 a {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    .page-met-news .met-news-list .item .text p {
        font-size: 13px;
        color: #666;
        margin-top: 12px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page-news {
        padding: 80px 0;
    }
    .page-news .news-list {
        max-width: 1580px;
        margin: auto;
    }
    .page-news .news-list .item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .page-news .news-list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-news .news-list .item .pic {
        width: 25%;
    }
    .page-news .news-list .item .text {
        width: 71%;
    }
    .page-news .news-list .item .text h4 {
        margin-top: 12px;
    }
    .page-news .news-list .item .text h4 a {
        margin-top: 15px;
        font-size: 22px;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .news-list .item:hover .text h4 a {
        color: #1f8ceb;
    }
    .page-news .news-list .item .text p {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
        line-height: 24px;
    }
    .page-news .news-list .item .time {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        color: #666;
    }
    .page-news .news-list .item .time div {
        color: #666;
    }
    .page-news .news-list .item .time a.more {
        width: 130px;
        display: block;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        background: #1f8ceb;
        border-radius: 50px;
    }
    .page-news .news-list .item .time a.more span {
        line-height: 42px;
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page-news .news-list .item .time a.more span:before {
        font-size: 16px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page-news .news-list .item:hover .time a.more span {
        padding-right: 22px;
    }
    .page-news .news-list .item:hover .time a.more span:before {
        right: 0;
        opacity: 1;
    }
    .page-news .news-list .item .pic {
        overflow: hidden;
    }
    .page-news .news-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .news-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-news-content {
        padding: 80px 0;
    }
    .page-news-content {
        padding: 80px 0;
    }
    .page-news-content .news-content {
        background: #fff;
        padding: 0 42px;
    }
    .page-news-content .news-content .top-title {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .page-news-content .news-content .top-title h2 {
        font-size: 28px;
        margin-bottom: 12px;
        color: #444;
    }
    .page-news-content .news-content .top-title .note {
        color: #999;
    }
    .page-news-content .news-content .top-title p {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }
    .page-news-content .news-content .content p {
        font-size: 14px;
        color: #666;
        margin-bottom: 12px;
        line-height: 24px;
    }
    .page-contact {
        padding: 80px 0;
        position: relative;
    }
    .page-contact::after {
        position: absolute;
        width: 600px;
        height: 550px;
        background: #1f8ceb;
        right: 20px;
        top: 20px;
    }
    .page-contact .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-contact .container .contact-main {
        width: 50%;
        background: #1f8ceb;
        color: #fff;
        padding: 5%;
    }
    .page-contact .container .contact-main .top h3 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .page-contact .container .contact-main .top p {
        font-size: 16px;
        line-height: 24px;
    }
    .page-contact .container .contact-main .top .more {
        display: flex;
        width: 136px;
        background: #fff;
        justify-content: center;
        height: 42px;
        align-items: center;
        font-size: 16px;
        color: #1f8ceb;
        border-radius: 50px;
        margin-top: 42px;
    }
    .page-contact .container .contact-main .top .more i {
        font-size: 20px;
        margin-right: 6px;
    }
    .page-contact .container .contact-main ul {
        margin-top: 45px;
    }
    .page-contact .container .contact-main ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .page-contact .container .contact-main ul li i {
        font-size: 20px;
        margin-right: 8px;
    }
    .page-contact .container .contact-main .erweima {
        display: flex;
        margin-top: 50px;
    }
    .page-contact .container .contact-main .erweima div {
        text-align: center;
        margin-right: 25px;
    }
    .page-contact .container .contact-main .erweima div p {
        margin-top: 8px;
    }
    .page-contact .container .map {
        width: 50%;
    }
    .page-contact .container .map img {
        max-width: unset;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    .page-banner {
        background: url(../images/page-banner.jpg) no-repeat top center;
        height: 3.8rem;
        background-size: 200%;
        display: none;
    }
    .page-nav {
        display: none;
        border-bottom: 0.0625rem solid #eee;
        padding-bottom: 0.25rem;
    }
    .page-nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .page-nav .container .position {
        display: flex;
        color: #666;
        align-items: center;
    }
    .page-nav .container .position .home {
        width: 1.5rem;
        height: 1.5rem;
        text-align: center;
        background: #1f8ceb;
        display: block;
        margin-right: .5rem;
        color: #fff;
        font-size: 1rem;
    }
    .page-nav .container .position .home i {
        line-height: 1.5rem;
    }
    .page-nav .container .position a {
        display: block;
        color: #666;
        font-size: .7rem;
    }
    .page-nav .container .position i.fa-angle-right {
        margin: 0 .5rem;
        font-size: .7rem;
        color: #666;
        font-weight: bold;
    }
    .page-nav .container .position span {
        font-size: .7rem;
    }
    .page-nav .container .tabs {
        display: none;
    }
    .waptabs {
        display: none;
        margin-top: 1rem;
    }
    .waptabs .tabs {
        display: fex;
    }
    .waptabs .tabs a {
        position: relative;
        display: inline-block;
        line-height: 1.5rem;
        font-size: .8rem;
        padding: 0 0.2rem;
    }
    .waptabs .tabs a::before {
        content: '';
        width: 0;
        height: 0.125rem;
        background: #1f8ceb;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all .4s ease;
    }
    .waptabs .tabs a.active {
        color: #1f8ceb;
    }
    .waptabs .tabs a.active::before {
        width: 100%;
    }
    .waptabs .tabs a:hover::before {
        width: 100%;
    }
    .page-about {
        padding: 1.3333rem 0;
        position: relative;
    }
    .page-about .container {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-about .container .main {
        width: 100%;
    }
    .page-about .container .main .top-title {
        margin: .5rem 0;
        margin-top: 0;
    }
    .page-about .container .main .top-title h2 {
        color: #444;
        font-size: .64rem;
        font-weight: bold
    }
    .page-about .container .main .top-title h3 {
        color: #444;
        font-size: .48rem;
        text-transform: uppercase;
        margin-top: .25rem;
    }
    .page-about .container .main .cont p {
        color: #5f5f5f;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: .25rem;
        text-indent: 2em;
    }
    .page-about .container .main .date {
        margin: .6rem 0;
        height: 2.5rem;
    }
    .page-about .container .main .date .item {
        float: left;
        width: 33.33%;
    }
    .page-about .container .main .date .item .num {
        font-size: .96rem;
        font-weight: bold;
        color: #1f8ceb;
    }
    .page-about .container .main .date .item p {
        color: #5f5f5f;
        font-size: .3733rem;
        line-height: .5333rem;
    }
    .page-about .container .pic {
        width: 100%;
        position: relative;
        z-index: 3;
        margin-top: .9333rem;
    }
    .page-about .container .pic img {
        width: 100%;
    }
    .page-about .container a.more {
        display: block;
        text-align: center;
        color: #fff;
        width: 3.68rem;
        border-radius: .8rem;
        font-size: .3467rem;
        background: #1f8ceb;
        padding: .3733rem 0;
    }
    .page-about .container a.more i {
        margin-left: .1333rem;
    }
    /* 企业文化 */
    .page-culture {
        padding: 1rem 0;
        background: url(../images/culture-ln-block3-bg.jpg) no-repeat;
    }
    .page-culture .container {
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
    }
    .page-culture .container .left {
        width: 100%;
        display: flex;
        margin-bottom: .8rem;
    }
    .page-culture .container .left .title {
        font-size: .8rem;
        font-weight: bold;
        color: #1f8ceb;
        float: left;
        line-height: .8rem;
        margin-right: .8rem;
    }
    .page-culture .container .left .start {
        font-size: .5333rem;
        color: #1f8ceb;
        float: left;
        line-height: .8rem;
        margin-right: .1333rem;
    }
    .page-culture .container .left .year {
        font-size: .7rem;
        font-weight: bold;
        color: #1f8ceb;
        float: left;
        line-height: .8rem;
    }
    .page-culture .container .right {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .page-culture .container .right .item {
        position: relative;
        text-align: left;
        color: #fff;
        width: 100%;
        margin-bottom: 25px;
    }
    .page-culture .container .right .item:last-of-type {
        margin-bottom: 0px;
    }
    .page-culture .container .right .item::after {
        content: '';
        display: block;
        width: .02rem;
        height: 90%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: 0;
        top: 10%;
    }
    .page-culture .container .right .item:last-child::after {
        display: none;
    }
    .page-culture .container .right .item .en {
        font-size: .3467rem;
        color: #666;
        margin-bottom: .2133rem;
        text-transform: uppercase;
    }
    .page-culture .container .right .item h5 {
        font-size: .48rem;
        font-weight: bold;
        color: #1f8ceb;
        margin-bottom: .5rem;
    }
    .page-culture .container .right .item p {
        color: #666;
        line-height: .5867rem;
        margin-bottom: .5rem;
        font-size: .3733rem;
    }
    /* 发展历程 */
    .page-course {
        padding: 1rem 0;
    }
    .page-title {
        margin-bottom: .8rem;
    }
    .page-title h2 {
        color: #444;
        font-size: .64rem;
        font-weight: bold;
    }
    .page-title p {
        color: #666;
        font-size: .3733rem;
        line-height: .5867rem;
        margin-top: .5rem;
        display: none;
    }
    .page-course .page-title {
        border-bottom: .02rem solid #eee;
        padding-bottom: .5rem;
    }
    .page-course .course-list {
        position: relative;
        max-height: 350px;
        overflow: auto;
    }
    .page-course .course-list::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0.375rem;
    }
    .page-course .course-list::-webkit-scrollbar-thumb:vertical {
        height: 0.375rem;
        background-color: #1f8ceb;
        -webkit-border-radius: 0.375rem;
    }
    .page-course .course-list::-webkit-scrollbar-thumb:horizontal {
        width: 0.375rem;
        background-color: #1f8ceb;
        -webkit-border-radius: 0.375rem;
    }
    .page-course .course-list .item {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: .25rem;
        position: relative;
    }
    .page-course .course-list .item::after {
        content: '';
        height: 100%;
        position: absolute;
        width: .02rem;
        background: #eee;
        left: 0.375rem;
    }
    .page-course .course-list .item:last-child::after {
        display: none;
    }
    .page-course .course-list .item .time {
        width: 10%;
        position: relative;
        z-index: 3;
    }
    .page-course .course-list .item .time i {
        position: relative;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 50%;
        background: #1f8ceb;
        display: inline-block;
        text-align: center;
    }
    .page-course .course-list .item .time i::after {
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0px;
        margin: auto;
    }
    .page-course .course-list .item .time span {
        font-size: .7rem;
        font-weight: bold;
        color: #444;
        margin-left: .25rem;
    }
    .page-course .course-list .item .cont {
        width: 80%;
        color: #5f5f5f;
        font-size: .7rem;
        line-height: 1.3rem;
    }
    /* 案例列表 */
    .page-case {
        padding: 1.3333rem 0;
    }
    .page-case .case-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-case .case-list .item {
        width: 100%;
        overflow: hidden;
        margin-bottom: .3rem;
    }
    .page-case .case-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .page-case .case-list .item .pic {
        overflow: hidden;
    }
    .page-case .case-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-list .item:hover .pic img {
        width: 100%;
    }
    .page-case .case-list .item .text {
        padding: .3rem 0;
        padding-bottom: .5rem;
        margin-top: .2133rem;
    }
    .page-case .case-list .item .text h5 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: .25rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-list .item:hover .text h5 {
        color: #1f8ceb;
    }
    .page-case .case-list .item .text p {
        color: #777;
        font-size: .3467rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: .5333rem;
    }
    .pagin {
        text-align: center;
        margin-top: .5rem;
    }
    .pagin a {
        font-size: .3467rem;
        display: inline-block;
        width: .96rem;
        height: .96rem;
        border-radius: 50%;
        line-height: .96rem;
        background: #f5f7f9;
        text-align: center;
        color: #444;
        margin: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .pagin a:hover {
        background: #1f8ceb;
        color: #fff;
    }
    .pagin a.current {
        background: #1f8ceb;
        color: #fff;
    }
    .page-case.content .list-content {
        justify-content: space-between;
    }
    .page-case.content .list-content .left {
        width: 100%;
    }
    .page-case.content .list-content .left img {
        width: 100%;
        height: 100%;
        margin-bottom: .2rem;
    }
    .page-case.content .list-content .right {
        width: 100%;
    }
    .page-case.content .list-content .right h2 {
        position: relative;
        font-size: .5333rem;
        color: #444;
        padding: .5rem 0;
        border-bottom: #e5e5e5 0.02rem solid;
        margin-bottom: .7467rem;
        font-weight: bold;
    }
    .page-case.content .list-content .right h2::after {
        content: '';
        height: .0533rem;
        width: 2rem;
        background: #1f8ceb;
        position: absolute;
        left: 0;
        bottom: -0.02rem;
    }
    .page-case.content .list-content .right .case-project {
        font-size: .3733rem;
        color: #6d6d6d;
        line-height: .5333rem;
    }
    .page-case.content .list-content .right .case-project p {
        margin-bottom: .2133rem;
    }
    .page-case.content .list-content .right .case-content {
        font-size: .6rem;
        color: #6d6d6d;
    }
    .page-case.content .list-content .right a.more {
        display: block;
        text-align: center;
        color: #fff;
        width: 3.68rem;
        height: 1.1733rem;
        line-height: 1.1733rem;
        border-radius: 50px;
        font-size: .3467rem;
        background: #1f8ceb;
        margin-top: .5rem;
    }
    .page-case.content .list-content .right a.more i {
        margin-left: .1333rem;
    }
    .swiper-container {
        width: 100%;
    }
    /* 合作客户 */
    .page-founder {
        font-size: .7rem;
        padding: .5rem;
    }
    .page-founder p {
        font-size: .7rem;
        line-height: 1.3rem;
    }
    .page-partner {
        padding: 1.3333rem 0;
    }
    .page-partner .partner-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-partner .partner-list .item {
        width: 32%;
        text-align: center;
        margin-right: 2%;
        margin-bottom: .48rem;
    }
    .page-partner .partner-list .item:nth-child(3n) {
        margin-right: 0;
    }
    .page-partner .partner-list .item .pic {
        border: 0.02rem solid #eee;
    }
    .page-partner .partner-list .item p {
        font-size: .3733rem;
        color: #666;
        margin-top: .25rem;
    }
    /* 荣誉证书 */
    .page-honor {
        padding: 1.3333rem 0;
    }
    .page-honor .honor-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-honor .honor-list .item {
        width: 48.5%;
        margin-bottom: .5rem;
        text-align: center;
    }
    .page-honor .honor-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .page-honor .honor-list .item .pic {
        background: #f5f7f9;
        padding: .25rem;
    }
    .page-honor .honor-list .item .pic img {
        width: 100%;
    }
    .page-honor .honor-list .item p {
        font-size: .4rem;
        color: #333;
        font-weight: bold;
        margin-top: .3rem;
    }
    .page-honor .honor-list .item:hover p {
        color: #1f8ceb;
    }
    .page-advantage {
        padding: 1.3333rem 0;
    }
    .page-advantage .title-s {
        text-align: center;
        padding-bottom: .5rem;
        border-bottom: 0.02rem solid #eee;
        display: none;
    }
    .page-advantage .title-s h3 {
        font-size: 1rem;
        font-weight: bold;
        color: #333;
    }
    .page-advantage .title-s p {
        text-align: left;
        margin: auto;
        width: 100%;
        font-size: .7rem;
        color: #666;
        line-height: 1.3rem;
    }
    .page-advantage .title-s i {
        display: block;
        width: 3rem;
        height: 0.125rem;
        background: #1f8ceb;
        margin: .5rem auto;
    }
    .page-advantage .advantage-main {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-advantage .advantage-main .text {
        width: 100%;
        border-bottom: 0.02rem solid #eee;
    }
    .page-advantage .advantage-main .text .top h4 {
        font-size: .5867rem;
        font-weight: bold;
        margin-bottom: .1333rem;
        color: #333;
    }
    .page-advantage .advantage-main .text .top h5 {
        color: #999;
        font-size: .32rem;
    }
    .page-advantage .advantage-main .text .top i {
        display: block;
        width: 1.6rem;
        height: .0533rem;
        background: #1f8ceb;
        margin-top: .25rem;
    }
    .page-advantage .advantage-main .text .cont {
        font-size: .3733rem;
        line-height: .5867rem;
        color: #666;
        margin: .5rem 0;
    }
    .page-advantage .advantage-main .text .num {
        font-size: .5867rem;
        color: #444;
    }
    .page-advantage .advantage-main .text .num span {
        font-size: 1.6rem;
        color: #1f8ceb;
        font-style: italic;
    }
    .page-advantage .advantage-main .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .page-advantage .advantage-main .list .item {
        position: relative;
        overflow: hidden;
        width: 48%;
        margin-top: .6667rem;
    }
    .page-advantage .advantage-main .list .item .pic {
        position: relative;
        height: 140px;
        overflow: hidden;
    }
    .page-advantage .advantage-main .list .item .pic img {
        margin-top: -3.8rem;
    }
    .page-advantage .advantage-main .list .item .pic h6 {
        display: none;
    }
    .page-advantage .advantage-main .list .item .text {
        border: none;
        width: 100%;
        z-index: 3;
        color: #191919;
        margin-top: 15px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-advantage .advantage-main .list .item:hover .text {
        opacity: 1;
        top: 0;
    }
    .page-advantage .advantage-main .list .item .text .box {
        width: 100%;
    }
    .page-advantage .advantage-main .list .item .text .box span.fa {
        display: none;
    }
    .page-advantage .advantage-main .list .item .text .box h6 {
        font-size: .48rem;
        color: #1f8ceb;
        font-weight: bold;
    }
    .page-advantage .advantage-main .list .item .text .box p {
        font-size: .3467rem;
        color: #666;
        line-height: .5333rem;
        margin-top: .2667rem;
    }
    .page-advantage .advantage-main .list .item .text .box .fa-quote-right {
        float: right;
    }
    .page-service {
        padding: 1rem 0 0;
    }
    .page-service .service-main .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .page-service .service-main .container .text {
        width: 100%;
    }
    .page-service .service-main .container .text .title-s {
        margin-bottom: .5rem;
    }
    .page-service .service-main .container .text .title-s h3 {
        font-size: .5867rem;
        font-weight: bold;
        color: #333;
    }
    .page-service .service-main .container .text .title-s h4 {
        color: #999;
        margin-top: 0.25rem;
        text-transform: uppercase;
        font-size: .32rem;
    }
    .page-service .service-main .container .text .title-s i {
        width: 1rem;
        height: .0533rem;
        background: #1f8ceb;
        display: block;
        margin-top: 0.25rem;
    }
    .page-service .service-main .container .text .cont p {
        font-size: .3733rem;
        color: #666;
        line-height: .5867rem;
    }
    .page-service .service-main .container .text .range {
        justify-content: space-between;
        margin-top: .5rem;
    }
    .page-service .service-main .container .text .range li {
        text-align: center;
        color: #666;
        width: 33.33%;
        float: left;
        font-size: .3467rem;
        margin-bottom: 0.25rem;
    }
    .page-service .service-main .container .text .range li h6 {
        width: 2rem;
        height: 2rem;
        border: .0533rem solid #1f8ceb;
        border-radius: 50%;
        text-align: center;
        margin: .25rem auto;
    }
    .page-service .service-main .container .text .range li h6 img {
        width: 52%;
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
    }
    .page-service .service-main .container .pic {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .page-service .service-main .container .pic img {
        width: 100%;
    }
    /* 相关案例 */
    .page-service .service-case {
        padding: 1rem 0;
        border-top: 1px solid #eee;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .page-service .service-case .title-s {
        text-align: center;
    }
    .page-service .service-case .title-s h2 {
        font-size: .5867rem;
        color: #333;
        font-weight: bold;
    }
    .page-service .service-case .title-s h4 {
        color: #999;
        margin-top: 0.25rem;
        text-transform: uppercase;
        font-size: .32rem;
    }
    .page-service .service-case .case-list {
        overflow: hidden;
        margin-top: .8rem;
    }
    .page-service .service-case .case-list .item {
        border-radius: .2133rem;
        overflow: hidden;
        padding-bottom: .0533rem;
    }
    .page-service .service-case .case-list .page-case-pag {
        margin-top: .5rem;
        text-align: center;
    }
    .page-service .service-case .case-list .item .text {
        padding: .5333rem;
        border-radius: .2133rem;
        border: 1px solid #eee;
        padding-bottom: 0.68rem;
    }
    .page-service .service-case .case-list .item .text h5 {
        font-size: .48rem;
        color: #444;
        margin: .32rem 0;
        margin-top: .08rem;
        transition: all .3s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    .page-service .service-case .case-list .item .text p {
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: .3467rem;
        line-height: .5333rem;
    }
    .page-service .service-case .swiper-pagination-bullet {
        width: .2133rem;
        height: .2133rem;
        margin: 0 auto
    }
    /* 服务优势 */
    .service-merit {
        background: #f9fcff;
        padding: 1rem 0;
    }
    .service-merit .title-s {
        text-align: center;
    }
    .service-merit .title-s h2 {
        font-size: .5867rem;
        color: #333;
        font-weight: bold;
    }
    .service-merit .title-s h4 {
        color: #999;
        margin-top: 0.25rem;
        text-transform: uppercase;
        font-size: .32rem;
    }
    .service-merit .merit-list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .8rem;
    }
    .service-merit .merit-list .item {
        border-radius: 0.5rem;
        width: 100%;
        padding: 1rem;
        text-align: center;
        background: #ffffff;
        color: #777;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        margin: 0.5rem 0;
    }
    .service-merit .merit-list .item.selected {
        background: #1f8ceb;
        color: #ffffff;
    }
    .service-merit .merit-list .item.selected .cont h5 {
        color: #ffffff;
    }
    .service-merit .merit-list .item.selected .cont h4 {
        color: #ffffff;
    }
    .service-merit .merit-list .item.selected .cont p {
        color: #fff;
    }
    .service-merit .merit-list .item .cont h5 {
        font-size: .8533rem;
        color: #1f8ceb;
    }
    .service-merit .merit-list .item .cont h4 {
        font-size: .5867rem;
        color: #1f8ceb;
        font-weight: bold;
        margin: .25rem 0;
    }
    .service-merit .merit-list .item .cont p {
        margin-bottom: .25rem;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
    }
    /* 技术方案 */
    .page-method {
        padding: 1.3333rem 0;
    }
    .page-met-news {
        display: none;
    }
    .page-method .method-list .item {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 1.25rem;
    }
    .page-method .method-list .item .text {
        width: 100%;
        margin-bottom: .5867rem;
    }
    .page-method .method-list .item .text .num {
        position: relative;
    }
    .page-method .method-list .item .text .num::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -35%;
        height: 0.02rem;
        background: #ddd;
        width: 108%;
        z-index: 1;
    }
    .page-method .method-list .item .text .num span {
        color: #1f8ceb;
        font-size: .48rem;
    }
    .page-method .method-list .item .text h3 {
        font-size: .5867rem;
        color: #1f8ceb;
        font-weight: bold;
        margin: .25rem 0;
    }
    .page-method .method-list .item .text .cont p {
        margin-bottom: .25rem;
        font-size: .3733rem;
        color: #666666;
        line-height: .5867rem;
    }
    .page-method .method-list .item .pic {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .page-method .method-list .item .pic img {
        width: 100%;
    }
    /* 新闻列表 */
    .page-news {
        padding: 1rem 0 1.3333rem 0;
    }
    .page-news .news-list {
        margin: auto;
    }
    .page-news .news-list .item {
        border-bottom: 0.02px solid #ddd;
        padding-bottom: .64rem;
        margin-bottom: .64rem;
    }
    .page-news .news-list .item {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-news .news-list .item .pic {
        width: 100%;
    }
    .page-news .news-list .item .pic img {
        width: 100%;
    }
    .page-news .news-list .item .text {
        width: 100%;
    }
    .page-news .news-list .item .text h4 {
        margin-top: .5rem;
    }
    .page-news .news-list .item .text h4 a {
        margin-top: .25rem;
        font-size: .4267rem;
        font-weight: bold;
        color: #333;
    }
    .page-news .news-list .item:hover .text h4 a {
        color: #1f8ceb;
    }
    .page-news .news-list .item .text p {
        font-size: .3467rem;
        color: #777;
        margin-top: .25rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: .5333rem;
    }
    .page-news .news-list .item .time {
        justify-content: space-between;
        margin-top: 0.5rem;
        color: #666;
    }
    .page-news .news-list .item .time div {
        display: none;
        color: #666;
        font-size: .7rem;
    }
    .page-news .news-list .item .time a.more {
        width: 3.2rem;
        display: block;
        text-align: center;
        color: #fff;
        background: #1f8ceb;
        border-radius: .8rem;
    }
    .page-news .news-list .item .time a.more span {
        line-height: 1rem;
        position: relative;
        font-size: .3467rem;
    }
    .page-news .news-list .item .time a.more span:before {
        font-size: .7rem;
        position: absolute;
        right: -24px;
        opacity: 0;
        color: #fff;
    }
    .page-news .news-list .item:hover .time a.more span {
        padding-right: .25rem;
    }
    .page-news .news-list .item:hover .time a.more span:before {
        right: 0;
        opacity: 1;
    }
    .page-news .news-list .item .pic {
        overflow: hidden;
    }
    .page-news-content {
        padding: 1.3333rem 0;
    }
    .page-news-content .news-content {
        background: #fff;
    }
    .page-news-content .news-content .top-title {
        margin-bottom: .5rem;
        border-bottom: 0.02rem solid #eee;
        padding-bottom: .5rem;
    }
    .page-news-content .news-content .top-title h2 {
        font-size: .5867rem;
        color: #444;
    }
    .page-news-content .news-content .top-title .note {
        color: #999;
        font-size: .3467rem;
        margin-top: .25rem;
    }
    .page-news-content .news-content .top-title p {
        font-size: .7rem;
        color: #777;
        margin-top: .25rem;
    }
    .page-news-content .news-content .content p {
        font-size: .3467rem;
        color: #666;
        line-height: .5867rem;
        margin-bottom: .25rem;
    }
    /* 联系我们 */
    .page-contact {
        padding: 1.3333rem 0;
        position: relative;
    }
    .page-contact .container {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-contact .container .contact-main {
        width: 100%;
        color: #666;
    }
    .page-contact .container .contact-main .top h3 {
        font-size: .5867rem;
        margin-bottom: .25rem;
        font-weight: bold;
        color: #333;
    }
    .page-contact .container .contact-main .top p {
        font-size: .3733rem;
        line-height: .5867rem;
    }
    .page-contact .container .contact-main .top .more {
        display: flex;
        width: 3.4133rem;
        background: #1f8ceb;
        justify-content: center;
        align-items: center;
        font-size: .3733rem;
        color: #ffffff;
        border-radius: .7rem;
        margin-top: .5rem;
        padding: .2667rem 0;
    }
    .page-contact .container .contact-main .top .more i {
        font-size: 20px;
        margin-right: 5px;
    }
    .page-contact .container .contact-main ul {
        margin-top: .5rem;
    }
    .page-contact .container .contact-main ul li {
        font-size: .3733rem;
        margin-bottom: .32rem;
    }
    .page-contact .container .contact-main ul li i {
        font-size: .5867rem;
        color: #1f8ceb;
        margin-right: 0.375rem;
    }
    .page-contact .container .contact-main .erweima {
        display: flex;
        flex-wrap: wrap;
        margin-top: .5rem;
    }
    .page-contact .container .contact-main .erweima img {
        width: 100%;
    }
    .page-contact .container .contact-main .erweima div {
        text-align: center;
        width: 2.9333rem;
        margin-right: .25rem;
    }
    .page-contact .container .contact-main .erweima div p {
        margin-top: .16rem;
        font-size: .3733rem;
    }
    .page-contact .container .map {
        width: 100%;
    }
    .page-contact .container .map img {
        max-width: unset;
    }
}