@media only screen and (min-width:300px) {
    body {
        width: 1420px;
        margin: auto;
    }
    .header {
        height: 95px;
        line-height: 95px;
        background-color: #fff;
        /* border-bottom: 1px #eee solid; */
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.header-fixed {
        position: fixed;
        max-width: 1420px;
        z-index: 999;
        height: 90px;
        line-height: 90px;
        transition: .4s;
    }
    .header.header-fixed .container .head-logo {
        /* width: 285px; */
    }
    .header .container {
        display: flex;
        justify-content: space-between;
    }
    .header .head-logo {
        /* width: 360px; */
    }
    .header .head-logo h1 {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .head-nav {
        display: flex;
    }
    .header .nav-list {
        height: 100%;
    }
    .mbnav {
        display: none;
    }
    .header .nav-list .nav-item {
        display: inline-block;
        margin-left: 38px;
        position: relative;
    }
    .header .nav-list .nav-item>a {
        display: block;
        color: #212121;
        font-size: 16px;
    }
    .header .nav-list .nav-item.active>a {
        color: #e84f2c;
    }
    .header .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #e84f2c;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header .nav-list .nav-item:hover>a::after,
    .header .nav-list .nav-item.active>a::after {
        width: 90%;
    }
    .header .top-tel {
        display: flex !important;
        align-items: center;
        margin-left: 36px;
    }
    .header .top-tel a.fa-commenting-o {
        background: #e84f2c;
        height: 40px;
        width: 140px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        display: block;
        line-height: 40px;
    }
    .header .top-tel a.fa-commenting-o::before {
        margin-right: 10px;
        font-size: 18px;
    }
    .header .top-tel img {
        margin-right: 12px;
    }
    .index-banner {
        overflow: hidden;
        text-align: center;
    }
    .index-banner .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-banner .swiper-slide {
        text-align: left;
    }
    .index-banner .swiper-slide h4 {
        font-size: 46px;
        font-weight: bold;
        color: #fff;
        line-height: 72px;
    }
    .index-banner .swiper-slide p {
        color: #fff;
        font-size: 20px;
        margin: 28px 0 0;
    }
    .index-banner .swiper-slide a {
        display: block;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase;
        padding: 0;
        z-index: 1;
        background: #e84f2c;
        text-align: center;
        color: #fff;
        width: 100%;
    }
    .index-banner .prev-banner {
        width: 71px;
        height: 71px;
        background: rgba(3, 3, 3, 0.3);
        border-radius: 5px;
        margin-left: 1.5%;
    }
    .index-banner .next-banner {
        width: 71px;
        height: 71px;
        background: rgba(3, 3, 3, 0.3);
        border-radius: 5px;
        margin-right: 1.5%;
    }
    .index-banner .prev-banner,
    .next-banner:after {
        color: #fff
    }
    .index-banner .swiper-pagination {
        bottom: 30px !important;
    }
    .index-banner .swiper-pagination span {
        width: 15px;
        height: 7px;
        background: #fff;
        border-radius: 50px;
    }
    .index-banner .swiper-pagination span.swiper-pagination-bullet-active {
        width: 22px;
    }
    .index-book {
        margin: auto;
        background: url(../images/book_bg.png);
        z-index: 3;
        padding: 26px 0 14px 0;
        display: flex;
        justify-content: center;
        height: 140px;
    }
    .index-book .book-main {
        width: 889px;
    }
    .index-book h4 {
        color: #333;
        margin-bottom: 14px;
        font-size: 20px;
        font-weight: bold;
        line-height: 22px;
    }
    .index-book h4 span {
        font-size: 28px;
        font-weight: bold;
    }
    .index-book .book-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-book .book-form select {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        padding: 0 12px;
        background: #F7F7F7;
        color: #666;
    }
    .index-book .book-form input {
        width: 25.5%;
        height: 56px;
        border: none;
        background: #fff;
        padding: 0 20px;
        font-size: 16px;
        line-height: 56px;
    }
    .index-book .book-form input.tel {}
    .index-book .book-form input.bt {
        background: #e84f2c;
        color: #fff;
        font-size: 18px;
        width: 20%;
    }
    .index-experience {}
    /* 服务项目 */
    .index-service {
        overflow: hidden;
        padding: 50px 0;
    }
    .container .index-title {
        text-align: center;
    }
    .container .index-title h4 {
        font-size: 48px;
        text-transform: uppercase;
        color: #eee;
        font-family: fangsong;
        font-weight: 600;
    }
    .container .index-title h3 {
        font-size: 34px;
        color: #212121;
        line-height: 36px;
        font-weight: bold;
        margin-top: -25px;
        margin-bottom: 12px;
    }
    .container .index-title p {
        line-height: 24px;
        font-size: 22px;
        color: #333;
    }
    .container .index-title.bg-fff h3 {
        color: #fff;
    }
    .container .index-title.bg-fff p {
        color: #fff;
    }
    .index-service .container .service-list {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-service .container .service-list .service-item {
        width: 23.8%;
        position: relative;
        background: #eee;
        border-radius: 10px;
        overflow: hidden;
    }
    .index-service .container .service-list .service-item .top {
        margin-bottom: 25px;
    }
    .index-service .container .service-list .service-item .top h4 {
        font-size: 28px;
        color: #121212;
        margin-bottom: 15px;
        display: none;
    }
    .index-service .container .service-list .service-item .top p {
        color: #777;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
        display: none;
    }
    .index-service .container .service-list .service-item .label {
        padding: 10px;
    }
    .index-service .container .service-list .service-item .label ul {
        display: flex;
        flex-wrap: wrap;
    }
    .index-service .container .service-list .service-item .label ul li {
        width: 31.3%;
        margin-bottom: 12px;
        margin-right: 3%;
        text-transform: capitalize;
        font-weight: 500;
        background: #fff;
        padding: 8px 0;
        text-align: center;
        color: #333;
        font-size: 14px;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-weight: bold;
        border-radius: 10px;
    }
    .index-service .container .service-list .service-item .label ul li:hover {
        background: #e84f2c;
        color: #fff;
    }
    .index-service .container .service-list .service-item .label ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index-budget {
        padding: 80px 0;
    }
    .index-budget .budget-mian {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 60px;
        align-items: center;
    }
    .index-budget .budget-mian .text {
        width: 375px;
    }
    .index-budget .budget-mian .text h4 {
        font-size: 28px;
        font-weight: bold;
    }
    .index-budget .budget-mian .text h5 {
        font-size: 18px;
        margin-top: 10px;
    }
    .index-budget .budget-mian .text ul {
        margin-top: 30px;
    }
    .index-budget .budget-mian .text ul li {
        font-size: 22px;
        margin-bottom: 22px;
    }
    .index-budget .budget-mian .right.text ul li span {
        width: 28px;
        height: 28px;
        border: 3px solid #e84f2c;
        border-radius: 50px;
        font-size: 14px;
        line-height: 22px;
        color: #e84f2c;
        text-align: center;
        margin-right: 12px;
    }
    .index-budget .budget-mian .left {
        width: 250px;
    }
    .index-budget .budget-mian .left.text ul li {
        display: flex;
        align-items: center;
    }
    .index-budget .budget-mian .left.text ul li span {
        display: block;
        width: 8px;
        height: 8px;
        background: #e84f2c;
        border-radius: 50px;
        margin-right: 12px;
    }
    .index-budget .budget-mian .center {
        width: 513px;
        height: 476px;
        background: url(../images/center.png) center center no-repeat;
    }
    .index-budget .tel {
        width: 580px;
        background: #e84f2c;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 25px;
        color: #fff;
        border-radius: 30px;
        margin: auto;
        margin-top: 30px;
    }
    /* 关于我们 */
    .index-about {
        margin-bottom: 80px;
        background: url(../images/about_bg.jpg) bottom center no-repeat #fbfbfb;
    }
    .index-about .container {
        padding: 50px 0;
        position: relative;
        overflow: hidden;
    }
    .index-about .container .index-title h3 span {
        color: #666;
    }
    .index-about .container .index-title h3::after {
        background: #666;
    }
    .index-about .about-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 30px;
        overflow: initial;
        max-width: 1300px;
        margin: 50px auto;
    }
    .index-about .about-content .pic {
        width: 46%;
        position: relative;
    }
    .index-about .about-content .pic img {
        position: relative;
        z-index: 2;
    }
    .index-about .about-content .pic::after {
        content: '';
        position: absolute;
        left: -14px;
        bottom: -14px;
        width: 25%;
        height: 82px;
        background: #e84f2c;
        z-index: 1;
    }
    .index-about .about-content .pic::before {
        content: '';
        position: absolute;
        right: -14px;
        top: -14px;
        width: 25%;
        height: 82px;
        background: #e84f2c;
        z-index: 1;
    }
    .index-about .about-content .about-content-text {
        width: 48%;
    }
    .index-about .about-content .about-content-text h3 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .index-about .about-content .about-content-text h4 {
        color: #333;
        font-size: 22px;
        margin-bottom: 18px;
        margin-top: 15px;
     
    }
    .index-about .about-content .about-content-text p {
        font-size: 15px;
        color: #666;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .index-about .about-content .about-content-text a.more {
        width: 150px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-size: 15px;
        background: #e84f2c;
        display: block;
        color: #fff;
        margin-top: 40px;
        margin-top: 28px;
        font-weight: bold;
    }
    .index-about .about-date {
        display: none;
        height: 150px;
        position: absolute;
        width: 1300px;
        bottom: -240px;
        background-color: #fff;
        box-shadow: 0 9px 10px rgba(226, 226, 226, 0.7);
        font-family: "hkyt";
    }
    .index-about .about-date .layout_box .module_ul {
        height: 150px;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .index-about .about-date .layout_box li {
        width: 25%;
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }
    .index-about .about-date .layout_box li::after {
        content: "";
        position: absolute;
        height: 60px;
        width: 1px;
        background: #ddd;
        right: 0;
    }
    .index-about .about-date .layout_box li:last-child:after {
        display: none;
    }
    .index-about .about-date .layout_box li .number .counterDX {
        font-size: 48px;
        color: #333;
    }
    .index-about .about-date .layout_box li:nth-child(1) .number .unit {
        font-size: 16px;
        font-weight: lighter;
    }
    .index-about .about-date .layout_box li .number .unit {
        font-size: 18px;
        color: #666;
        vertical-align: super;
        margin-left: 5px;
    }
    .index-about .about-date .layout_box li .number {
        margin-top: -5px;
    }
    .index-about .about-date .layout_box li .title_p {
        font-size: 14px;
        color: #666;
    }
    .index-about .quality {
        background: #fff;
        max-width: 1320px;
        margin: auto;
        padding: 40px 0;
        border-radius: 15px;
        box-shadow: 0 1px 14px 0 rgb(209 209 209 / 95%);
    }
    .index-about .pzfgt {
        text-align: right;
        margin-top: 18px;
    }
    .index-about .quality .index-title p {
        max-width: 770px;
        margin: auto;
        line-height: 30px;
        margin-top: 15px;
    }
    .page-about .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .page-about .container .left {
        width: 48%;
    }
    .page-about .container .left h3 {
        font-size: 30px;
        margin-bottom: 25px;
        color: #121212;
    }
    .page-about .container .left p {
        color: #444;
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 15px;
        
    }
    
    .page-team{
        margin: 50px 0;
    }
    .page-team .team-list{
        overflow: hidden;
    }
    .page-team .team-list .item .text{
        text-align: center;
        background: #f8f8f8;
        padding: 20px;
    }
    .page-team .team-list .item .text h6{
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
        color: #333;
    }
    .page-team .team-list .item .text p{
        color: #666;
        line-height: 21px;
        margin-top: 12px;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .page-team .pagination-team{
        text-align: center;
        margin-top: 30px;
    }
    .page-team .pagination-team span.swiper-pagination-bullet-active{
        background: #e84f2c;
    }
    .page-about .container .right .pagination-tdfc span.swiper-pagination-bullet-active{
        background: #e84f2c;
    }
    .page-about .container .right {
        width: 48%;
        overflow: hidden;
        position: relative;
    }
    .page-about .container .right .pagination-tdfc{
        position: absolute;
        z-index: 9;
        bottom: 20px;
        text-align: center;
    }
    .page-about.page_culture{
        margin: 50px 0;
    }
    .page-about.page_culture strong{
        font-weight: bold;
        color: #121212;
        font-size: 15px;
    }

    .index-path .path-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1172px;
        margin: auto;
        margin-top: 70px;
    }
    .index-path .path-list .item {
        text-align: center;
    }
    .index-path .path-list .item .pic {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        box-shadow: 0 1px 14px 0 rgb(16 16 16 / 20%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .index-path .path-list .item .text {
        width: 236px;
        height: 98px;
        background: #e84f2c;
        margin: auto;
        border-radius: 10px;
        top: -36px;
        position: relative;
    }
    .index-path .path-list .item h5 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        padding-top: 50px;
    }
    .index-path .path-list .right {
        margin-top: 82px;
    }
    .index-path .text-list {
        display: flex;
        flex-wrap: wrap;
    }
    .index-path .text-list .item {
        display: flex;
        align-items: center;
        width: 33%;
        margin-top: 15px;
    }
    .index-path .text-list .item span {
        position: relative;
        font-size: 42px;
        background-image: linear-gradient(to top, #ffffff, #e84f2c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        margin-right: 20px;
    }
    .index-path .text-list .item span em {
        display: block;
        height: 32px;
        width: 5px;
        background: #e84f2c;
        position: absolute;
        right: 0px;
        top: 12px;
        transform: rotate(20deg);
    }
    .index-path .text-list .item p {
        font-size: 26px;
    }
    .index-path .text-list .tel {
        display: flex;
        color: #2f71c6;
        align-items: end;
        border: 3px solid #2f71c6;
        padding: 10px 35px;
        border-radius: 12px;
        margin-left: -116px;
        margin-top: 25px;
    }
    .index-path .text-list .tel .icon {
        font-size: 36px;
    }
    .index-path .text-list .tel span {
        font-size: 18px;
        font-weight: bold;
        margin: 0 10px;
    }
    .index-path .text-list .tel .cont {
        font-size: 34px;
        font-weight: bold;
        line-height: 34px;
    }
    .index-path .pzfgt {
        text-align: right;
        margin-top: 18px;
    }
    
    
    
    
    /* 公司业务 */
      .index-yewu .path-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1172px;
        margin: auto;
        margin-top: 70px;
    }
    .index-yewu .path-list .item {
        text-align: center;
    }
    .index-yewu .path-list .item .pic {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        box-shadow: 0 1px 14px 0 rgb(16 16 16 / 20%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .index-yewu .path-list .item .text {
        width: 236px;
        height: 98px;
        /* background: #e84f2c; */
        margin: auto;
        border-radius: 10px;
        top: -6px;
        position: relative;
    }
    .index-yewu .path-list .item h5 {
        color: #ff0000;
        font-size: 24px;
        font-weight: 600;
        padding-top: 50px;
    }
    .index-yewu .path-list .right {
        margin-top: 82px;
    }
    .index-yewu .text-list {
        display: flex;
        flex-wrap: wrap;
    }
    .index-yewu .text-list .item {
        display: flex;
        align-items: center;
        width: 33%;
        margin-top: 15px;
    }
    .index-yewu .text-list .item span {
        position: relative;
        font-size: 42px;
        background-image: linear-gradient(to top, #ffffff, #e84f2c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        margin-right: 20px;
    }
    .index-yewu .text-list .item span em {
        display: block;
        height: 32px;
        width: 5px;
        background: #e84f2c;
        position: absolute;
        right: 0px;
        top: 12px;
        transform: rotate(20deg);
    }
    .index-yewu .text-list .item p {
        font-size: 26px;
    }
    .index-yewu .text-list .tel {
        display: flex;
        color: #2f71c6;
        align-items: end;
        border: 3px solid #2f71c6;
        padding: 10px 35px;
        border-radius: 12px;
        margin-left: -116px;
        margin-top: 25px;
    }
    .index-yewu .text-list .tel .icon {
        font-size: 36px;
    }
    .index-yewu .text-list .tel span {
        font-size: 18px;
        font-weight: bold;
        margin: 0 10px;
    }
    .index-yewu .text-list .tel .cont {
        font-size: 34px;
        font-weight: bold;
        line-height: 34px;
    }
    .index-yewu .pzfgt {
        text-align: right;
        margin-top: 18px;
    }
    /* 团队 */
    .index-team {
        margin-top: 50px;
        overflow: hidden;
        background: url(../images/index_case_bg.jpg) 0 0 no-repeat;
        padding: 50px 0;
    }
    .index-team .container {
        position: relative
    }
    .index-team .container .team-list {
        overflow: hidden;
        margin-top: 60px;
        text-align: center;
    }
    .index-team .container .prev-team {
        background: #e84f2c;
        margin-left: -50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }
    .index-team .container .next-team {
        background: #e84f2c;
        margin-right: -50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }
    .index-team .container .prev-team:after {
        color: #fff;
        font-size: 25px;
    }
    .index-team .container .next-team:after {
        color: #fff;
        font-size: 25px;
    }
    .index-team .container .team-list .team-item {
        padding-bottom: 35px;
    }
    .index-team .container .team-list .team-item .team-item-pic {
        overflow: hidden;
        margin: 13px;
        border: 1px solid #eee;
    }
    .index-team .container .team-list .team-item .team-item-pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-team .container .team-list .team-item:hover .team-item-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);
    }
    .index-team .container .team-list .team-item h5 {
        transition: all .5s;
        font-size: 16px;
        color: #333;
        padding: 15px 0;
        text-align: center;
        position: relative;
        font-weight: bold;
    }
    .index-team .container .team-list .team-item p {
        transition: all .5s;
        overflow: hidden;
        padding: 0px 30px;
        transition: all .5s;
        line-height: 20px;
        color: #666;
        position: relative;
        background: #fff;
        text-align: center;
    }
    .index-team .container .team-list .team-item span {
        transition: all .5s;
        background: #e84f2c;
        width: 80px;
        height: 28px;
        margin: auto;
        text-align: center;
        line-height: 28px;
        color: #fff;
        display: block;
    }
    .swiper-pagination.pagination-team {
        text-align: center;
        position: inherit;
        margin-top: 30px;
    }
    .swiper-pagination.pagination-team span {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }
    .swiper-pagination.pagination-team .swiper-pagination-bullet-active {
        background: #e84f2c;
    }
    /* 我的优势 */
    .index-merit {
        padding-top: 50px;
        background: url(../images/about_bg.jpg) bottom center no-repeat #fbfbfb;
    }
    /* .index-merit .container{
	width: 96%;
	} */
    .index-merit .container .merit-list {
        max-width: 1360px;
        margin: 50px auto;
    }
    .index-merit .container .merit-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-merit .container .merit-list ul li {
        border-radius: 12px;
        position: relative;
        top: 0;
        text-align: center;
        background: #fff;
        width: 14.2%;
        max-width: 185px;
        padding: 3% 10px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-merit .container .merit-list ul li:nth-child(2n) {
        background: #eee;
    }
    .index-merit .container .merit-list ul li:hover {
        top: -12px;
    }
    .index-merit .container .merit-list ul li h5 {
        width: 80px;
        height: 80px;
        margin: auto;
        background: #e84f2c;
        border-radius: 15px;
    }
    .index-merit .container .merit-list ul li h5 img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-merit .container .merit-list ul li h5 .fa {
        color: #fff;
        font-size: 32px;
    }
    .index-merit .container .merit-list ul li h6 {
        position: relative;
        font-size: 25px;
        color: #121212;
        margin: 22px 0 14px;
        padding-bottom: 12px;
    }
    .index-merit .container .merit-list ul li h6::after {
        content: '';
        height: 4px;
        width: 60px;
        background: #e84f2c;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .index-merit .container .merit-list ul li p {
        color: #333;
        margin: auto;
        margin-top: 10px;
        line-height: 22px;
        font-size: 15px;
        text-align: left;
    }
    /* 合作伙伴 */
    .partner {
        padding: 80px 0 0;
    }
    .partner .partner-list {
        margin-top: 60px;
    }
    .partner .partner-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .partner .partner-list ul li {
        padding: 10px;
        border: 1px solid #f5f5f5;
        margin: 0 5px;
        margin-bottom: 20px;
        width: 15%;
    }
    .partner .partner-list ul li:nth-child(5n) {
        margin-right: 0;
    }
    /* 新闻资讯 */
    .index-news {
        margin: 50px 0;
    }
    .index-news .container {
        overflow: hidden;
        max-width: 1240px;
        margin: auto;
        padding: 20px;
    }
    .index-news .news-cate ul{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .index-news .news-cate ul li{
        margin: 10px;
    }
    .index-news .news-cate ul li a{
        display: block;
        padding: 13px 32px;
        background: #f8f8f8;
        color: #666;
    }
    .index-news .news-cate ul li.hover a{
        background: #e84f2c;
        color:#fff;
    }
    .index-news .news-list {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-news .news-list .item {
        margin-bottom: 30px;
    }
    .index-news .news-list .item {
        width: 32%;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);
        border-radius: 8px;
        padding: 36px 26px;
    }
    .index-news .news-list .item:hover .text h6 {
        color: #e84f2c;
    }
    .index-news .news-list .item .pic {
        overflow: hidden
    }
    .index-news .news-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-news .news-list .item .text {
        position: relative;
    }
    .index-news .news-list .item .text::after {
        content: '';
        position: absolute;
        left: -26px;
        top: 0;
        height: 28px;
        width: 5px;
        background: #e84f2c;
    }
    .index-news .news-list .item .text h6 {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
    .index-news .news-list .item .text span {
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
        color: #999;
    }
    .index-news .news-list .item .text p {
        color: #666;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .index-news .more a {
        width: 490px;
        height: 60px;
        display: block;
        color: #666;
        border: 1px solid #ddd;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        margin: auto;
        margin-top: 45px;
    }
    .index-news .more a:hover {
        background: #e84f2c;
        color: #fff;
    }
    .page-case{
        
    }

    .index-qanda {
        margin-bottom: 50px;
    }
    .index-qanda .container .qanda-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #eee;
        margin: auto;
        margin-top: 50px;
    }
    .index-qanda .container .qanda-list .left {
        width: 40%;
        background: #f8f8f8;
        padding-left: 20px;
        padding-top: 20px;
    }
    .index-qanda .container .qanda-list .left .item {
        padding: 13px 22px;
        font-size: 17px;
        line-height: 28px;
        color: #666;
        margin-bottom: 9px;
    }
    .index-qanda .container .qanda-list .left .item.on {
        background: #fff;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .index-qanda .container .qanda-list .left .item span {
        font-size: 22px;
        line-height: 28px;
        color: #333;
        margin-right: 10px;
        font-weight: 666;
    }
    .index-qanda .container .qanda-list .left .item:nth-child(2) span {
        color: #ff6600
    }
    .index-qanda .container .qanda-list .left .item:nth-child(3) span {
        color: #ffa866
    }
    .index-qanda .container .qanda-list .left .item:nth-child(1) span {
        color: #e84f2c
    }
    .index-qanda .container .qanda-list .right {
        width: 60%;
        padding: 42px 35px;
        position: relative;
    }
    .index-qanda .container .qanda-list .right .item {
        display: none;
    }
    .index-qanda .container .qanda-list .right .top {
        display: flex;
        align-items: center;
    }
    .index-qanda .container .qanda-list .right .top span {
        height: 36px;
        width: 36px;
        text-align: center;
        font-size: 18px;
        line-height: 36px;
        background: #ffded4;
        color: #e84f2c;
        border-radius: 5px;
        margin-right: 15px;
    }
    .index-qanda .container .qanda-list .right .top h6 {
        font-size: 21px;
        font-weight: bold;
    }
    .index-qanda .container .qanda-list .right .cont {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .index-qanda .container .qanda-list .right .cont span {
        display: block;
        height: 36px;
        width: 36px;
        text-align: center;
        font-size: 18px;
        line-height: 36px;
        background: #e84f2c;
        color: #fff;
        border-radius: 5px;
        margin-right: 15px;
    }
    .index-qanda .container .qanda-list .right .cont .text {
        width: calc(100% - 51px);
    }
    .index-qanda .container .qanda-list .right .cont .text p {
        color: #777;
        font-size: 16px;
        height: 160px;
        line-height: 28px;
    }
    .index-qanda .container .qanda-list .right .cont .text a {
        margin: auto;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: calc(100% - 110px);
        height: 135px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
        color: #e84f2c;
        font-size: 18px;
        line-height: 190px;
    }
    .index-qanda .container .qanda-list .right .cont .text a em {
        margin-left: 4px;
    }
    .index-qanda .more a {
        width: 490px;
        height: 60px;
        display: block;
        color: #666;
        border: 1px solid #ddd;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        margin: auto;
        margin-top: 35px;
    }
    .index-qanda .more a:hover {
        background: #e84f2c;
        color: #fff;
    }
    .index-scheme {
        background: url(../images/index-scheme.png) 0 0 no-repeat;
        height: 514px;
    }
    .index-scheme .container {
        position: relative;
        height: 100%;
    }
    .index-scheme .container .tel {
        position: absolute;
        bottom: 39px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        left: 347px;
    }
    .index-scheme .container .right {
        width: 450px;
        background: #fff;
        padding: 30px 0 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 40px;
        height: 405px;
    }
    .index-scheme .container .right h5 {
        font-size: 23px;
        text-align: center;
        color: #000;
        margin-bottom: 22px;
    }
    .index-scheme .container .right form {
        padding: 0 50px;
    }
    .index-scheme .container .right form input {
        height: 60px;
        width: 100%;
        padding: 0 20px;
        border: none;
        background: #f5f5f5;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .index-scheme .container .right form .bt {
        background: #e84f2c;
        color: #fff;
        font-size: 18px;
    }
    .index-map {
        background: url(../images/index-map.png) 0 0 no-repeat;
        height: 440px;
        display: flex;
        align-items: center;
    }
    .index-map .container {
        width: 1190px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index-map .container .text h6 {
        color: #fff;
        font-size: 30px;
    }
    .index-map .container .text p {
        color: #fff;
        line-height: 24px;
        font-size: 16px;
        margin-top: 20px;
    }
    .index-map .container .text p span {
        font-size: 16px;
    }
    .index-map .container .map {
        width: 640px;
    }
    /* 底部 */
    .cy-footer {
        height: 530px;
        background-color: #4d4d4d;
        /* margin-top: 50px; */
        color: #f6f6f6;
    }
    .cy-footer .copyright {
        display: flex;
        /*height: 62px;*/
        line-height: 22px;
        text-align: center;
        color: #f6f6f6;
        border-top: 1px #3f424a solid;
    }
    .cy-footer .copyright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1153px;
        margin: auto;
    }
    .cy-footer .copyright ul li {
        width: 20%;
        text-align: left;
    }
    .cy-footer .copyright ul li:nth-child(1) {
        width: 25%;
        font-size: 15px;
    }
    .cy-footer .copyright ul li:nth-child(1) a {
        font-size: 15px;
    }
    .cy-footer .copyright ul li:nth-child(2) {
        display: flex;
        align-items: center;
    }
    .cy-footer .copyright ul li:nth-child(3) {
        display: flex;
        align-items: center;
    }
    .cy-footer .copyright ul li:nth-child(3) h6 {
        font-size: 26px;
    }
    .cy-footer .copyright ul li h6 {
        font-size: 32px;
        margin-right: 10px
    }
    .cy-footer .copyright ul li h5 {
        text-align: center;
    }
    .cy-footer .copyright ul li h5 p {
        font-size: 22px;
        font-weight: bold;
        color: #e84f2c;
    }
    .cy-footer .copyright ul li h5 span {
        color: #f6f6f6;
    }
    .cy-footer .copyright ul li:nth-child(4) {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #f6f6f6;
    }
    .cy-footer .copyright ul li:nth-child(4) span {
        color: #e84f2c;
        font-size: 15px;
        font-weight: bold;
    }
    .cy-footer .copyright a {
        color: #999;
    }
    .cy-footer .copyright a:hover {
        color: #eee;
    }
    .cy-footer .container {
        padding: 80px 0 50px;
        overflow: hidden;
    }
    .cy-footer .container .foot-menu {
        display: flex;
        max-width: 1018px;
        margin: auto;
        justify-content: space-between;
    }
    .cy-footer .container .foot-menu .menu-ul {
        text-align: center;
        width: 263px;
    }
    .cy-footer .container .foot-menu .menu-ul li {
        float: left;
        width: 160px;
    }
    .cy-footer .container .foot-menu .menu-ul li dd {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .cy-footer .container .foot-menu .menu-ul li dd a {
        color: #ccc;
        font-size: 17px;
    }
    .cy-footer .container .foot-menu .menu-ul li dt {
        margin-bottom: 10px;
    }
    .cy-footer .container .foot-menu .menu-ul h6 {
        font-weight: bold;
        color: #fff;
        font-size: 20px;
        margin-top: 5px;
    }
    .cy-footer .container .foot-menu .menu-ul p {
        height: 4px;
        background-image: linear-gradient(to right, transparent, #fff, transparent);
        width: 263px;
        margin: auto;
        margin-top: 20px;
    }
    .cy-footer a {
        color: #aaa;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
    .cy-footer a:hover {
        color: #eee;
    }
    .cy-footer .container .contact {
        position: relative;
        height: 145px;
        padding-left: 50px;
        display: flex;
        align-items: center;
    }
    .cy-footer .container .contact::after {
        content: '';
        height: 150px;
        width: 3px;
        background-image: linear-gradient(transparent, #fff, transparent);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .cy-footer .container .contact .wechat {}
    .cy-footer .container .contact .wechat dl {
        display: flex;
        align-items: center;
    }
    .cy-footer .container .contact .wechat dd {
        font-size: 16px;
        margin-left: 15px;
        width: 16px;
        font-weight: bold;
    }
    .cy-footer .container .contact .wechat dt {
        width: 123px;
    }
    .cy-footer .container .contact .tel-right {
        float: left;
        width: 355px;
        padding-left: 45px;
        height: 177px;
        border-left: 1px #777 solid;
    }
    .cy-footer .container .contact .tel-right .foot-logo {
        text-align: center;
        margin-bottom: 8px;
    }
    .cy-footer .container .contact .tel-right p {
        line-height: 25px;
        font-size: 14px;
        color: #bbb;
    }
    .cy-footer .container .contact .tel-right ul li {
        margin-bottom: 15px;
    }
    .cy-footer .container .contact .tel-right ul li h4 {
        font-size: 18px;
        vertical-align: middle;
    }
    .cy-footer .container .contact .tel-right ul li p {
        text-indent: 2.5em;
    }
    .cy-footer .links {
        padding: 25px 0;
        border-bottom: 1px #3f424a solid;
    }
    .cy-footer .links .container {
        padding: 0;
    }
    .cy-footer .links a {
        margin-right: 20px;
    }
    .foot-top-right {
        position: relative;
        padding-top: 6px;
        padding-left: 65px;
        width: 440px;
    }
    .foot-top-right::after {
        content: '';
        height: 150px;
        width: 3px;
        background-image: linear-gradient(transparent, #fff, transparent);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .foot-top-right h6 {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 15px;
        color: #fff;
    }
    .foot-top-right p {
        font-size: 16px;
        margin-top: 8px;
        line-height: 22px;
        font-weight: bold;
    }
    .foot-top-right-list {
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .foot-top-right-list h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .foot-top-right-list p {
        font-size: 14px;
        color: #a8a8a8;
    }
    .foot-top-right-list-1 {
        background: url(../images/foot-lx-ico-1.png) left 0px no-repeat;
    }
    .foot-top-right-list-2 {
        background: url(../images/foot-lx-ico-2.png) left 0px no-repeat;
    }
    .foot-top-right-list-3 {
        background: url(../images/foot-lx-ico-3.png) left 0px no-repeat;
    }
}

@media only screen and (max-width: 20px) and (min-width: 10px) {
    .header {
        height: 1.68rem;
        line-height: 1.68rem;
        background-color: #fff;
        border-bottom: 1px #eee solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 70px;
        line-height: 70px;
        transition: .4s;
    }
    .header.header-fixed .container .head-logo {
        width: 285px;
    }
    .header .container .mbnav {
        float: right;
        width: .586667rem;
        margin-top: .533333rem;
        margin-right: .453333rem;
    }
    .header .container {
        width: 100%;
    }
    .header .head-logo {
        margin-left: .266667rem;
        float: left;
    }
    .header .head-logo h1 {
        margin-top: 8px;
    }
    .header .head-logo h1 img {
        max-height: 1.226667rem;
    }
    .header .head-nav {
        display: none;
        clear: both;
        position: absolute;
        top: 1.68rem;
        left: 0;
        background: #fff;
        z-index: 99;
        width: 100%;
    }
    .header .nav-list {
        font-size: 12px;
        height: 100%;
    }
    .header .nav-list .nav-item {
        width: 100%;
        /* position: relative; */
        line-height: .533333rem;
    }
    .header .nav-list .nav-item>a {
        display: block;
        color: #666;
        font-size: .373333rem;
        padding: .266667rem .4rem;
    }
    .header .nav-list .nav-item.active>a {
        color: #e84f2c;
    }
    .top-tel {
        display: none;
    }
    .index-banner {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .index-banner .swiper-slide {
        height: 6.24rem;
    }
    .index-banner .prev-banner {
        width: 30px;
        height: 30px;
        background: rgba(3, 3, 3, 0.3);
        border-radius: 5px;
        margin-left: 1.5%;
    }
    .index-banner .prev-banner:after {
        color: #fff;
        font-size: 13px;
    }
    .index-banner .next-banner {
        width: 30px;
        height: 30px;
        background: rgba(3, 3, 3, 0.3);
        border-radius: 5px;
        margin-right: 1.5%;
    }
    .index-banner .next-banner:after {
        color: #fff;
        font-size: 13px;
    }
    .index-banner .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-banner .swiper-slide h4 {
        font-size: .64rem;
        color: #fff;
    }
    .index-banner .swiper-slide p {
        color: #fff;
        font-size: .373333rem;
        margin: .4rem auto 0 auto;
        width: 90%;
        line-height: .533333rem;
    }
    /* 服务项目 */
    .index-service {
        /* 	overflow:hidden;
	 margin-top:100px; */
    }
    .container {
        width: 95%;
    }
    .container .index-title {
        margin-top: .8rem;
        text-align: center;
        padding: .266667rem;
        box-sizing: border-box;
    }
    .container .index-title h3 {
        font-size: .586667rem;
        color: #212121;
    }
    .container .index-title h3 span {
        font-size: 20px;
        color: #333;
        font-weight: bold;
    }
    .container .index-title.bg-fff h3 {
        color: #fff;
    }
    .container .index-title.bg-fff p {
        color: #fff;
    }
    .container .index-title i {
        position: relative;
        background: #e6e6e6;
        height: 1px;
        display: block;
        width: 85%;
        margin: auto;
    }
    .container .index-title i::after {
        content: "";
        height: 2px;
        background-color: #e84f2c;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 60px;
    }
    .container .index-title p {
        font-size: .346667rem;
        color: #666;
    }
    /* 现金服务区域 */
    .index-service .container .service-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* padding: 5px 25px 0 25px; */
        box-sizing: border-box;
    }
    .index-service .container .service-list .service-item {
        width: 48.5%;
        margin-top: .4rem;
    }
    .index-service .container .service-list .service-item .icon {
        display: none;
    }
    .index-service .container .service-list .service-item .service-pic {
        overflow: hidden;
    }
    .index-service .container .service-list .service-item img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-service .container .service-list .service-item:hover .service-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);
    }
    .index-service .container .service-list .service-item:hover h4 a {
        color: #e84f2c;
    }
    .index-service .container .service-list .service-item h4 {
        text-align: center;
        padding: .533333rem 0 .24rem 0;
    }
    .index-service .container .service-list .service-item h4 a {
        font-size: .426667rem;
        color: #333;
        display: block;
        font-weight: bold;
    }
    .index-service .container .service-list .service-item p {
        color: #666;
        line-height: .533333rem;
        font-size: .32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-service .container .service-list .service-item a.more {
        display: none;
    }
    /* 关于我们 */
    .index-about {
        background: url(../images/index-newsbg.jpg) center bottom no-repeat;
        height: auto;
        padding-bottom: .8rem;
        overflow: hidden;
    }
    .index-about .container {
        width: 95%;
        position: relative;
    }
    .index-about .container .index-title {
        box-sizing: border-box;
    }
    .index-about .container .index-title h3 span {
        color: #666;
    }
    .index-about .container .index-title h3::after {
        background: #666;
    }
    .index-about .about-content {}
    .index-about .about-content .about-img {
        width: 100%;
        background: #f6f6f6;
    }
    .index-about .about-content .about-content-text {
        width: 100%;
        margin-top: .133333rem;
    }
    .index-about .about-content .about-content-text h4 {
        display: none;
        color: #333;
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .index-about .about-content .about-content-text p {
        width: 96%;
        margin: 0 auto;
        box-sizing: border-box;
        font-size: .346667rem;
        color: #666;
        line-height: .693333rem;
        margin-bottom: .266667rem;
        text-indent: 2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }
    .index-about .about-content .about-content-text a.more {
        width: 3.52rem;
        height: .96rem;
        line-height: .96rem;
        text-align: center;
        background: #017bff;
        display: block;
        color: #fff;
        border-radius: 50px;
        margin: auto;
        margin-top: .48rem;
    }
    .index-about .about-date {
        display: none;
        width: 96%;
        height: 80px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        box-shadow: 0 9px 10px rgba(226, 226, 226, 0.7);
        font-family: "hkyt";
    }
    .index-about .about-date .layout_box .module_ul {
        height: 80px;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .index-about .about-date .layout_box li {
        width: 30%;
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }
    .index-about .about-date .layout_box li::after {
        content: "";
        position: absolute;
        height: 60px;
        width: 1px;
        background: #ddd;
        right: 0;
    }
    .index-about .about-date .layout_box li:last-child:after {
        display: none;
    }
    .index-about .about-date .layout_box li .number .counterDX {
        font-size: 13px;
        color: #333;
    }
    .index-about .about-date .layout_box li:nth-child(1) .number .unit {
        font-size: 16px;
        font-weight: lighter;
    }
    .index-about .about-date .layout_box li .number .unit {
        font-size: 18px;
        color: #666;
        vertical-align: super;
        margin-left: 5px;
    }
    .index-about .about-date .layout_box li .number {
        margin-top: -5px;
    }
    .index-about .about-date .layout_box li .title_p {
        font-size: 12px;
        color: #666;
    }
    .partner .partner-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .4rem;
    }
    .partner .partner-list ul li {
        border: 1px solid #f5f5f5;
        width: 32%;
        margin-bottom: .32rem;
    }
    /* 团队 */
    .index-team {
        margin-top: 1.066667rem;
        background: url(../images/index-about.jpg) center center no-repeat;
        overflow: hidden;
        padding-bottom: 1.066667rem;
    }
    .index-team .container {
        /* width: 75%; */
        /* height: 100%; */
        position: relative
    }
    .index-team .container .team-list {
        overflow: hidden;
        margin-top: .4rem;
    }
    .pagination-team {
        position: initial !important;
        margin-top: .426667rem;
    }
    .pagination-team span {
        width: .213333rem;
        height: .213333rem;
        background: #fff;
        margin: .053333rem;
    }
    .index-team .container .prev-team {
        background: #e84f2c;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        top: 58%;
    }
    .index-team .container .next-team {
        background: #e84f2c;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        top: 58%;
    }
    .index-team .container .prev-team:after {
        color: #fff;
        font-size: 25px;
    }
    .index-team .container .next-team:after {
        color: #fff;
        font-size: 25px;
    }
    .index-team .container .team-list .team-item {
        background: #fff;
        padding: .213333rem;
        padding-bottom: .933333rem;
    }
    .index-team .container .team-list .team-item .team-item-pic {
        overflow: hidden;
    }
    .index-team .container .team-list .team-item .team-item-pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-team .container .team-list .team-item:hover .team-item-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);
    }
    .index-team .container .team-list .team-item:hover h5 {
        margin-top: -80px;
    }
    .index-team .container .team-list .team-item h5 {
        transition: all .5s;
        font-size: .426667rem;
        color: #212121;
        padding: .32rem 0;
        text-align: center;
        position: relative;
        font-weight: bold;
        background: #ffffff;
        padding-top: .533333rem;
    }
    .index-team .container .team-list .team-item p {
        transition: all .5s;
        overflow: hidden;
        padding: 0px 10px;
        transition: all .5s;
        line-height: .586667rem;
        color: #666;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: .346667rem;
        text-align: center;
    }
    .index-team .container .team-list .team-item span {
        display: none;
    }
    .index-merit {
        overflow: hidden;
    }
    .index-merit .container .merit-list {
        margin-top: 36px;
    }
    .index-merit .container .merit-list ul {
        /* 	display:flex;
	justify-content: space-between; */
    }
    .index-merit .container .merit-list ul li {
        text-align: center;
        background: #fff;
        width: 100%;
        height: auto;
        margin-bottom: .8rem;
    }
    .index-merit .container .merit-list ul li h5 {
        width: 2.133333rem;
        height: 2.133333rem;
        margin: auto;
        background: #e84f2c;
        border-radius: 50px;
    }
    .index-merit .container .merit-list ul li h5 .fa {
        font-size: 36px;
        color: #fff;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-merit .container .merit-list ul li h5 img {
        width: 42px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .index-merit .container .merit-list ul li h6 {
        font-size: .48rem;
        margin: .533333rem 0px .266667rem;
        font-weight: bold;
    }
    .index-merit .container .merit-list ul li p {
        color: #666;
        width: 80%;
        margin: auto;
        margin-top: .266667rem;
        line-height: .586667rem;
        font-size: .346667rem;
    }
    /* 新闻资讯 */
    .index-news {
        margin-top: 8px;
        width: 96%;
        margin: 0 auto;
    }
    .index-news .container {
        width: 96%;
        overflow: hidden;
    }
    .index-news .news-cont {}
    .index-news .news-list .item,
    .news-cont-right {
        width: 100%;
    }
    .index-news .news-list .item {
        display: none;
    }
    .index-news .news-list .item h5 {
        overflow: hidden
    }
    .index-news .news-list .item h5 img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-news .news-list .item h5 img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-news .news-list .item p {
        padding-top: .266667rem;
        color: #666;
        line-height: .586667rem;
        font-size: .346667rem;
    }
    .index-news .news-cont .news-cont-right ul li {
        border-bottom: 1px solid #eee;
        padding: .4rem 0px;
    }
    .index-news .news-cont .news-cont-right ul li:first-of-type {}
    .index-news .news-cont .news-cont-right ul li:first-of-type p {
        font-size: .32rem;
        color: #666;
        line-height: .533333rem;
    }
    .index-news .news-cont .news-cont-right ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-news .news-cont .news-cont-right ul li a span {
        display: none;
    }
    .index-news .news-cont .news-cont-right ul li a:hover {
        color: #e84f2c;
    }
    .index-news .news-cont .news-cont-right ul li a:hover span {
        color: #e84f2c;
    }
    .index-news .news-cont .news-cont-right ul li a h6 {
        margin-right: .4rem;
        width: 100%;
        overflow: hidden;
    }
    .index-news .news-cont .news-cont-right ul li a h6 img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-news .news-cont .news-cont-right ul li a:hover 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);
    }
    .index-news .news-cont .news-cont-right ul li a p {
        font-size: .373333rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-news .news-cont .news-cont-right ul li a p span {
        display: block;
        color: #333;
        font-size: .4rem;
        padding-bottom: .186667rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    /* 底部 */
    .cy-footer {
        width: 530px;
        margin: 0 auto;
        height: auto;
        background-color: #262930;
        /* margin-top: 50px; */
        color: #dedede;
        margin-top: .933333rem;
    }
    .cy-footer .copyright {
        padding: .426667rem 0;
        line-height: .586667rem;
        text-align: center;
        color: #aaa;
        border-top: 1px #3f424a solid;
    }
    .cy-footer .copyright p {
        font-size: .32rem;
    }
    .cy-footer .copyright a {
        color: #999;
    }
    .cy-footer .copyright a:hover {
        color: #eee;
    }
    .cy-footer .container {
        display: none;
    }
    .cy-footer .container .foot-menu {
        display: flex;
    }
    .cy-footer .container .foot-menu .menu-ul {
        width: 640;
        float: left;
    }
    .cy-footer .container .foot-menu .menu-ul li {
        float: left;
        width: 160px;
    }
    .cy-footer .container .foot-menu .menu-ul li dd {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .cy-footer .container .foot-menu .menu-ul li dd a {
        color: #ccc;
        font-size: 17px;
    }
    .cy-footer .container .foot-menu .menu-ul li dt {
        margin-bottom: 10px;
    }
    .cy-footer a {
        color: #aaa;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
    .cy-footer a:hover {
        color: #eee;
    }
    .cy-footer .container .contact {
        width: 560px;
        float: left;
        padding-left: 20px;
    }
    .cy-footer .container .contact .wechat {
        width: 130px;
        float: left;
        margin-right: 45px;
    }
    .cy-footer .container .contact .wechat dd {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .cy-footer .container .contact .wechat dt {
        margin-bottom: 7px;
    }
    .cy-footer .container .contact .tel-right {
        float: left;
        width: 355px;
        padding-left: 45px;
        height: 177px;
        border-left: 1px #777 solid;
    }
    .cy-footer .container .contact .tel-right .foot-logo {
        text-align: center;
        margin-bottom: 8px;
    }
    .cy-footer .container .contact .tel-right p {
        line-height: 25px;
        font-size: 14px;
        color: #bbb;
    }
    .cy-footer .container .contact .tel-right ul li {
        margin-bottom: 15px;
    }
    .cy-footer .container .contact .tel-right ul li h4 {
        font-size: 18px;
        vertical-align: middle;
    }
    .cy-footer .container .contact .tel-right ul li p {
        text-indent: 2.5em;
    }
    .cy-footer .links {
        padding: 25px 0;
        border-bottom: 1px #3f424a solid;
    }
    .cy-footer .links .container {
        padding: 0;
    }
    .cy-footer .links a {
        margin-right: 20px;
    }
    .foot-top-right {
        float: left;
        margin-left: 50px;
        border-left: 1px solid #3f424a;
        padding-left: 80px;
        padding-top: 6px;
    }
    .foot-top-right-list {
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .foot-top-right-list h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .foot-top-right-list p {
        font-size: 14px;
        color: #a8a8a8;
    }
    .foot-top-right-list-1 {
        background: url(../images/foot-lx-ico-1.png) left 0px no-repeat;
    }
    .foot-top-right-list-2 {
        background: url(../images/foot-lx-ico-2.png) left 0px no-repeat;
    }
    .foot-top-right-list-3 {
        background: url(../images/foot-lx-ico-3.png) left 0px no-repeat;
    }
    .suspension {
        display: none;
    }
}