/*移动端*/
@media screen and (max-width: 1200px) {
    .data-number ul {
        margin-bottom: 50px;
    }

    .data-number-index .pd0 {
        padding: 0 !important;
    }

    .index-slide .swiper-img {
        display: block;
    }

    .index-slide video {
        display: none;
    }

    .width-auto {
        width: 100%;
        padding: 0 20px;
        position: relative;
    }

    .work-video-wrap {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .width-auto2 {
        width: 100%;
        padding: 0 20px;
        position: relative;
    }

    .header-wrap {
        width: 100%;
    }

    .banner-wrap {
        height: 100%;
        width: 100%;
    }

    .banner-wrap .swiper-container .swiper-img {
        height: 100%;
        overflow: hidden;
    }

    .banner-wrap .swiper-container .swiper-img img {
        height: 100%;
        object-fit: cover;
    }

    .nav-wrap .logo {
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 100;
    }

    .navigation {
        height: 50px;
        top: 0;
    }

    .m-nav-wrap {
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .m-nav-black {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 1);
        height: 100%;
        z-index: 999;
        overflow: hidden;
        display: block;
    }

    .body-wrap {
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);

    }

    .body-translateX {

    }

    .m-nav {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        float: right;
        font-weight: bold;
        position: relative;
        top: 0;
        z-index: 999;
    }

    .m-nav i {
        width: 24px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 99;
    }

    .m-nav i span:first-child {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        background: #d5061a;
    }

    .m-nav i span:nth-child(2) {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 8px;
        right: 0;
        background: #d5061a;
    }

    .m-nav i span:last-child {
        width: 50%;
        height: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #d5061a;
    }

    .nav-list-m {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 50%;
        margin-top: -121px;
    }

    .nav-list-m ul li {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .nav-list-m ul li a {
        font-size: 30px;
        line-height: 48px;
        color: #fff;
    }

    .nav-list {
        width: 100%;
        display: none;

    }

    .nav-list ul {
        position: fixed;
        display: block;
        line-height: 60px;
        top: 50%;
        margin-top: -120px;
        left: 0;
        width: 100%;
    }

    .banner-text {
        top: 38%;
    }

    .banner-text span {
        opacity: 0;
    }

    .banner-text span:nth-child(1) {
        font-size: 28px;
    }

    .banner-text span:nth-child(2) {
        font-size: 22px;
        margin-top: 10px;
    }

    .banner-text span:nth-child(3) {
        width: 125px;
        height: 35px;
        line-height: 35px;
        margin: 40px 0 0 -62px;
        font-size: 14px;
    }

    .banner-text span:nth-child(3) a {
        padding-left: 38px;
    }

    .banner-text span:nth-child(3) i {
        font-size: 20px;
        display: inline-block;
        position: absolute;
        left: 10px;
        margin-right: 0;
    }

    .banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets, .banner-wrap .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px !important;;
    }

    .banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px !important;
        width: 10px !important;
        height: 10px !important;

    }

    .banner-wrap .swiper-pagination-bullet {
        background: #fff;
        opacity: 1 !important;
    }

    .data-number ul li {
        margin: 10px 0 10px 0;
        padding: 0 3px;
        width: 50%;
    }

    .data-number ul li .data-number-text1 .data-span-text {
        font-size: 14px !important;
    }

    .data-number ul li .data-number-text1 span:nth-child(1), .data-number ul li .data-number-text1 span:nth-child(2) {
        font-size: 40px;
    }

    .data-number ul li:nth-child(1) .data-number-text1 span:nth-child(2) {
        font-size: 14px !important;
    }

    .data-number ul li:nth-child(2) .data-number-text1 span:nth-child(2) {
        font-size: 14px !important;
    }

    .data-number ul li:nth-child(3) .data-number-text1 span:nth-child(2) {
        font-size: 14px !important;
    }

    .data-number ul li:nth-child(4) .data-number-text1 span:nth-child(2) {
        font-size: 14px !important;
    }

    .data-number ul li .data-number-text2 {
        font-size: 16px;
        margin: 10px 0;
    }

    .data-number .pd0 {
        padding: 0;
    }

    .data-number ul li .data-number-text3 {
        font-size: 12px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
	width: 100%;
        min-height: 54px;
    }

    .data-number ul li .data-number-wrap {
        padding-bottom: 0;
    }

    .data-number ul li:after {
        height: 60%;
        top: 15%;
    }

    .data-number ul li:nth-child(2n):after {
        display: none;
    }

    .data-number ul li .data-number-wrap:after {
        height: 2px;
    }

    .works-index-box ul li {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .works-index-box ul li:nth-child(2n) {
        padding: 0;
    }

    .works-index-wrap {
        padding-top: 70px;
    }

    .works-index-left {
        float: none;
        text-align: center;
    }

    .works-index-left span {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .works-index-left span:nth-child(2) {
        font-size: 16px;
    }

    .works-index-right {
        float: none;
        width: 100%;
    }

    .works-index-right ul li {
        width: 16.66%;
        margin: 0;
        text-align: center;
    }

    .works-index-right ul li:last-child {
        margin: 0;
    }

    .works-index-right ul li a {
        line-height: 30px;
        font-size: 12px;
        display: block;
    }

    .works-index-title {
        padding-bottom: 10px;
    }

    .clients-wrap {
        padding: 50px 0;
        margin-top: 50px;
    }

    .clients-index-title {
        line-height: 30px;
    }

    .clients-index-title span {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .clients-index-title span:nth-child(2) {
        font-size: 25px;
        padding-left: 5px;
        top: 2px;
    }

    .clients-index-list {
        margin-top: 20px;
    }

    .clients-index-list ul li, .clients-index-list ul .logo-more {
        width: 33.33%;
    }

    .clients-index-list ul li:nth-child(5n) {
        border-right: 1px dashed #dedede;
    }

    .clients-index-list ul li:nth-child(3n) {
        border-right: none;
    }

    .works-list-more {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin: 40px auto 0;
    }

    /*.works-list-more:after {*/
    /*right: 25px;*/
    /*top: 11px;*/
    /*width: 7px;*/
    /*height: 11px;*/
    /*background-size: 100% 100%;*/
    /*}*/
    .works-list-more:after {
        content: "";
        width: 10px;
        height: 2px;
        /* background: url(../images/more.png) no-repeat; */
        background: #fff;
        position: absolute;
        right: 15px;
        top: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .works-list-more:before {
        content: "";
        width: 10px;
        height: 2px;
        /* background: url(../images/more.png) no-repeat; */
        background: #fff;
        position: absolute;
        right: 15px;
        bottom: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .about-index-title {
        padding-top: 50px;
        font-size: 22px;
        font-weight: bold;
    }

    .about-index-text {
        font-size: 14px;
        padding-top: 10px;
        line-height: 22px;
    }

    .about-index-text span:last-child {
        display: none;
    }

    .about-index-tel {
        font-size: 26px;
        padding: 10px 0 50px 0;
    }

    .news-index-wrap {
        padding: 50px 0;
    }

    .news-index-box .news-index-list {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding-right: 10px;
    }

    .news-index-list:last-child {
        padding-left: 10px;
        display: none;
    }

    .news-index-list ul li {
        line-height: 36px;
        font-size: 14px;
    }

    .nav-list ul li {
        text-align: center;
        width: 100%;
        margin: 0;
        opacity: 0;
    }

    .news-index-list ul li:first-child {
        margin-bottom: 10px;
    }

    .news-index-title {
        padding: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .news-index-text {
        line-height: 24px;
        font-size: 14px;
    }

    .footer {
        padding: 20px 0;
    }
    .footer2 {
        padding: 20px 0;
    }
    .foot-left {
        width: 100%;
        font-size: 14px;

    }

    .foot-link {
        padding: 0 0 10px 0;
        display: none;
    }

    .foot-link a {
        margin: 0 5px;
    }

    .foot-bq {
        padding: 10px 0 10px 0;
        line-height: 24px;
    }

    .foot-bq a {
        margin: 0;
    }

    .foot-ewm {
        width: 100%;
        margin: 10px 0;
    }

    .foot-ewm span {
        margin: 0;
        width: 50%;
        padding: 0 7.5%;
        float: left;
    }

    .foot-ewm span:last-child {
        padding: 0 7.5%;
        float: left;
    }

    .nav-list-min ul li {
        height: 60px;
        line-height: 60px;
    }

    .nav-list-min ul li a {
        color: #fff;
    }

    .banner-max {
        margin-top: 50px;
    }

    .header-children-wrap {
        height: auto;
    }

    .banner-works-wrap {
        position: relative;
        top: 0;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 20px 20px 0 20px;
        background: none;
    }

    .banner-works-title {
        color: #333;
        font-size: 18px;
        padding-bottom: 15px;
        font-weight: bold;

    }

    .banner-works-line {
        background: #d5061a;
        height: 2px;
        width: 10%;
        margin-bottom: 15px;
    }

    .banner-works-read {
        color: #666;
    }

    .works-index-mask {
        display: none;
    }

    .works-list-box .width50 {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        height: 180px;
    }

    .works-list-box .paddingRight, .works-list-box .paddingLeft {
        padding: 0 !important;
    }

    .works-list-box .list-li .work-text-color {
        padding: 25px;
    }

    .color-text1 {
        font-size: 16px;
    }

    .color-text2 {
        font-size: 45px;
    }

    .color-text3 {
        font-size: 22px;
    }

    .color-text4 {
        font-size: 16px;
    }

    .works-list-box ul li.list-li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .works-list-box ul li.list-li:nth-child(3n) {
        margin: 0 0 10px 0;
    }
    .works-list-box ul li.list-li:last-child {
        margin: 0;
    }
    .mb30 {
        margin-bottom: 10px;
    }

    .work-video-wrap .work-video-box .work-video-img i {
        font-size: 60px;
        margin: -30px 0 0 -30px;
    }

    .work-mbx-nav {
        margin: 30px 0 30px 0;
    }
    .mt80 {
        margin-top: 30px;
    }
    .m0 {
        margin: 0!important;
    }
    .work-mbx-nav .prev {
        height: 24px;
    }

    .work-mbx-nav .prev a {
        line-height: 24px;
        padding-left: 23px;
        font-size: 14px;
    }

    .work-mbx-nav .prev a:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 2px;
    }

    .work-mbx-nav .prev a:after {
        content: "";
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 15px;
        height: 2px;
    }

    .work-mbx-nav .next {
        height: 24px;
    }

    .work-mbx-nav .next a {
        line-height: 24px;
        padding-right: 23px;
        font-size: 14px;
    }

    .work-mbx-nav .next a:before {
        content: "";
        position: absolute;
        top: 6px;
        right: 0;
        width: 15px;
        height: 2px;
    }

    .work-mbx-nav .next a:after {
        content: "";
        position: absolute;
        bottom: 6px;
        right: 0;
        width: 15px;
        height: 2px;
    }

    .work-mbx-nav .center {
        height: 29px;
    }

    .work-mbx-nav .center a {
        height: 29px;
    }

    .work-mbx-nav .center a i {
        font-size: 29px;
        height: 29px;
    }

    .work-wrap-more {
        margin: 50px auto 50px;
        width: 120px;
        height: 36px;
    }
    .work-wrap-more a {
        line-height: 36px;
        height: 36px;
        font-size: 14px;
    }
    .works-list-box {
        padding-bottom: 0;
    }

    .services-wrap {
        margin-top: 50px;
    }

    .services-read {
        height: 60px;
        margin-top: -30px;
    }

    .services-text1 {
        font-size: 22px;
    }

    .services-text2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .services-right {
        line-height: 60px;
        font-size: 18px;
        margin-top: -30px;
    }

    .services-right2 {
        line-height: 60px;
        font-size: 18px;
        margin-top: -30px;
    }

    .services-icon {
        height: 45px;
        margin-top: -22px;
    }

    .services-icon i {
        width: 24px;
        height: 24px;
        left: -12px;
    }

    .services-icon2 {
        height: 45px;
        margin-top: -22px;
    }

    .services-icon2 i {
        width: 24px;
        height: 24px;
        right: -12px;
    }

    .clients-mt {
        margin: 0;
    }

    .about-banner-text {
        font-size: 24px;
        line-height: 36px;
        margin-top: -36px;
    }

    .about-read-wrap {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .about-read-text {
        margin: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .about-read-text2 {
        font-size: 14px;
        line-height: 24px;
    }

    .join-uh-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .data-number .data-m0 {
        margin: 0;
    }

    .join-tab-wrap {
        margin-top: 20px;
    }

    .join-title {
        height: 40px;
        line-height: 40px;
        color: #999;
        font-weight: bold;
    }

    .join-title .join-span {
        text-align: center;
    }

    .join-title .join-span span {
        padding: 0;
        font-size: 12px;
    }

    .join-title .join-span:first-child {
        width: 30%;
    }

    .join-title .join-span:nth-child(2) {

        width: 30%;
    }

    .join-title .join-span:nth-child(3) {
        width: 28%;
    }

    .join-list-title {
        height: 40px;
        line-height: 40px;
    }

    .join-list-title .join-span {
        font-size: 12px;
        text-align: center;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .join-list-title .join-span span {
        padding: 0;

    }

    .join-list-title .join-span:first-child {
        width: 30%;
    }

    .join-list-title .join-span:nth-child(2) {

        width: 30%;
    }

    .join-list-title .join-span:nth-child(3) {
        width: 28%;
    }

    .join-list-title .join-span:last-child {
        width: 12%;
        padding: 0;
    }

    .join-list-title .join-span:last-child span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .join-list-read {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        background: #f1f1f1;
    }

    .join-email {
        padding: 20px 0;
        font-size: 14px;
    }

    .about-map-wrap {
        margin-top: 60px;

    }
    .data-number-index {
        padding: 10px 0;
    }
    .about-map {
        height: 300px;
    }

    .news-list-box ul li .news-list-left {
        padding: 0;
        width: 100%;
    }

    .news-list-box ul li .news-list-right {
        padding: 0;
        width: 100%;
    }

    .news-list-text1 {
        padding: 10px 0;
        font-size: 14px;
    }

    .news-list-text2 a {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
    }

    .news-list-text3 {
        font-size: 12px;
        line-height: 24px;
        height: 48px;
        margin: 10px 0 10px 0;
    }

    .news-list-box ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .mt {
        padding-top: 70px;
    }

    .news-read-wrap .news-read-left, .news-read-wrap .news-read-right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .news-read-wrap .news-read-left {
        margin-bottom: 20px;
    }

    .news-read-wrap .news-read-left span:first-child {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .news-read-wrap .news-read-left span {
        text-align: center;
        font-size: 14px;
    }

    .news-read-wrap .news-read-right .news-read-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .news-read-text {
        padding: 10px 0;
        font-size: 14px;
        line-height: 28px;
    }

    .news-read-text img {
        padding: 5px 0;
    }

    .news-read-list {
        padding: 20px 0;
    }

    .news-read-list ul:first-child {
        padding: 0 10px 0 0;
    }

    .news-read-list ul:last-child {
        padding: 0 0 0 10px;
    }

    .news-read-list ul li {
        line-height: 28px;
        height: 28px;
        font-size: 14px;
        color: #999;
    }

    .yh-about-box {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 20px;
    }

    .yh-title-text {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .yh-title-tel {
        font-size: 20px;
        padding: 20px 0;
    }

    .yh-title-phone {
        padding-left: 32px;
    }

    .yh-title-phone i {
        font-size: 26px;
    }

    .yh-title-phone span {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
    }

    .yh-title-email, .yh-title-map {
        line-height: 30px;
        font-size: 14px;
        padding: 15px 0 15px 32px;
    }

    .yh-title-email i, .yh-title-map i {
        font-size: 26px;
        top: 15px;
    }

    .clients-index-list ul li:nth-child(4) {
        border-top: 1px dashed #dedede;
    }

    .clients-index-list ul li:nth-child(5) {
        border-top: 1px dashed #dedede;
    }

    .foot-right {
        clear: both;
    }

    .about-index-wrap {
        margin-top: 50px;
    }
    .mt0 {
        margin-top: 0!important;
    }
    .foot-bq span {
        margin: 0 10px;
    }

    .foot-bq span:first-child {
        margin: 0 10px 0 0;
    }

    .services-img1 {
        width: 140%;
    }

    .services-img1 img {
        /*height: 100%;*/
        /*width: auto;*/
    }

    .services-box {
        height: auto;
    }
}

/*兼容稀奇古怪的屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1320px) {
    .services-box {

        height: -webkit-calc(50vh - 60px);
        height: calc(50vh - 60px);
    }

    .nav-list ul li a {
        color: #fff;
    }

    .nav-wrap .logo {
        width: 130px;
        height: 130px;
    }

    .nav-wrap .logo-min {
        width: 110px;
        height: 110px;
    }

    .nav-list {
        padding-top: 50px;
    }

    .nav-list-min {
        padding: 30px 0 0 0;
    }

    .banner-text span:nth-child(1) {
        font-size: 35px;
    }

    .banner-text span:nth-child(2) {
        font-size: 35px;
    }

    .nav-list ul li {
        margin: 0 40px 0 40px;
    }

    .nav-wrap .logo-min {
        height: 120px;
        width: 100px;
    }

    .nav-list-min {
        padding: 40px 0 0 0;
    }

    .banner-max {
        margin-top: 120px;
    }

    .works-list-wrap {
        padding-top: 120px;
    }

    .services-wrap {
        margin-top: 120px;
    }

    .width-auto {
        padding: 0 80px;
    }

    .work-video-wrap {
        padding: 0 80px;
    }

    .data-number ul li .data-number-text1 span:nth-child(1), .data-number ul li .data-number-text1 span:nth-child(2) {
        font-size: 54px;
    }

    .nav-list-min {
        padding: 0;
    }

    .nav-list ul li {
        padding: 0 30px;
        margin: 0;
    }

    .nav-list-min ul li {
        margin: 40px 0;
    }

    .data-number ul li .data-number-text3 {
        min-height: 90px;
    }

    .nav-list-min ul li a {
        color: #333;
    }

    .works-index-right ul li {
        margin: 0 15px;
    }

    .news-index-list {
        padding-right: 20px;
    }

    .news-index-list:last-child {
        padding-left: 20px;
    }

    .works-index-box .works-index-mask {
        padding: 20px;
        display: none;
    }

    .works-index-box .works-index-mask .mask-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .works-index-box .works-index-mask .mask-title2 {
        font-size: 16px;
        padding: 5px 0;
    }

    .works-index-box .works-index-mask .mask-read {
        line-height: 24px;
        font-size: 14px;
        line-clamp: 2 !important;
        -webkit-line-clamp: 2 !important;
    }

    .works-index-box .mark-m-play {
        right: 50%;
        bottom: 50%;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        margin: 0 -30px -30px 0;
    }

    .works-index-box .works-index-list .mark-video-play a {
        width: 40px;
        height: 40px;
    }

    .works-index-box .works-index-list .mark-video-play i {
        font-size: 40px;
    }

    .foot-left {
        float: left;
        width: 60%;
    }

    .foot-link {
        font-size: 14px;
        padding: 17px 0;
    }

    .foot-bq {
        font-size: 14px;
        padding: 17px 0;
    }

    .foot-ewm {
        margin-top: 36px;
    }

    .foot-ewm span {
        width: 141px;
    }

    .banner-works-wrap {
        width: 550px;
        height: 500px;
        margin-top: -250px;
        padding: 40px;

    }

    .banner-works-title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .banner-works-line {
        height: 2px;
        margin-bottom: 20px;
    }

    .works-list-box .width50 {
        height: 280px;
    }

    .works-list-box .list-li .work-text-color {
        padding: 60px;
    }

    .color-text1 {
        font-size: 20px;
    }

    .color-text2 {
        font-size: 64px;
    }

    .color-text3 {
        font-size: 28px;
    }

    .color-text4 {
        font-size: 22px;
    }

    .works-list-box .works-index-mask {
        display: none;
    }

    .works-list-box ul .works-index-mask {
        display: none;
    }

    .news-list-box ul li .news-list-left {
        padding-right: 20px;
    }

    .news-list-box ul li .news-list-right {
        padding-left: 20px;
    }

    .news-list-text1 {
        padding: 0 0 5px 0;
        font-size: 14px;
    }

    .news-list-text2 a {
        font-size: 16px;
    }

    .news-list-text3 {
        font-size: 12px;
        line-height: 24px;
        height: 48px;
        margin: 10px 0 10px 0;
    }

    .news-list-box ul li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

}

/*兼容笔记本*/
@media screen and (min-width: 1321px) and (max-width: 1600px) {
    .services-box {

        height: -webkit-calc(50vh - 60px);
        height: calc(50vh - 60px);
    }

    .nav-wrap .logo {
        width: 160px;
        height: 160px;
    }

    .nav-wrap .logo-min {
        width: 140px;
        height: 140px;
    }

    .nav-list {
        padding-top: 65px;
    }

    .nav-list-min {
        padding: 60px 0 0 0;
    }

    .banner-text span:nth-child(1) {
        font-size: 40px;
    }

    .banner-text span:nth-child(2) {
        font-size: 40px;
    }

    .data-number ul li .data-number-text3 {
        min-height: 90px;
    }

    .nav-list ul li {
        margin: 0 40px 0 40px;
    }

    .nav-wrap .logo-min {
        height: 120px;
        width: 120px;
    }

    .nav-list-min {
        padding: 40px 0 0 0;
    }

    .banner-max {
        margin-top: 120px;
    }

    .works-list-wrap {
        padding-top: 180px;
    }

    .services-wrap {
        margin-top: 120px;
    }

    .works-index-box .works-index-mask {
        padding: 70px 70px 50px 50px;
    }

    .works-index-box .works-index-mask .mask-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .works-index-box .works-index-mask .mask-title2 {
        font-size: 18px;
        padding: 5px 0 15px 0;
    }

    .works-index-box .works-index-mask .mask-read {
        line-height: 28px;
        font-size: 16px;
    }

    .works-index-box .mark-video-play {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 20px;
    }

    .works-index-box .works-index-list .mark-video-play a {
        width: 50px;
        height: 50px;
    }

    .works-index-box .works-index-list .mark-video-play i {
        font-size: 50px;
    }

    .foot-left {
        float: left;
        width: 60%;
    }

    .foot-link {
        font-size: 14px;
        padding: 17px 0;
    }

    .foot-bq {
        font-size: 14px;
        padding: 17px 0;
    }

    .foot-ewm {
        margin-top: 36px;
    }

    .foot-ewm span {
        width: 141px;
    }

    .banner-works-wrap {
        width: 550px;
        height: 500px;
        margin-top: -250px;
        padding: 40px;

    }

    .banner-works-title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .banner-works-line {
        height: 2px;
        margin-bottom: 20px;
    }

    .width-auto {
        padding: 0 80px;
    }

    .work-video-wrap {
        padding: 0 80px;
    }

    .works-list-box .width50 {
        height: 315px;
    }

    .works-list-box .list-li .work-text-color {
        padding: 60px;
    }

    .color-text1 {
        font-size: 20px;
    }

    .color-text2 {
        font-size: 64px;
    }

    .color-text3 {
        font-size: 28px;
    }

    .color-text4 {
        font-size: 22px;
    }

    .works-list-box .works-index-mask {
        padding: 40px 70px 40px 40px;
    }

    .works-list-box .works-index-mask .mask-title {
        margin-bottom: 0px;
        font-size: 24px;
    }

    .works-list-box ul .works-index-mask {
        padding: 50px 70px 40px 40px;
    }

    .works-list-box ul .works-index-mask .mask-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .works-list-box .works-index-mask .mask-title2 {
        font-size: 16px;
        padding: 5px 0 15px 0;
    }

    .works-list-box ul .works-index-mask .mask-title2 {
        font-size: 14px;
        padding: 5px 0 15px 0;
    }

    .works-list-box ul .works-index-mask .mask-read {
        line-height: 24px;
        font-size: 12px;
    }

    .works-list-box ul .mark-pc-play {
        right: 30px;
        bottom: 30px;
    }

    .works-list-box ul .works-index-list .mark-video-play span {
        width: 40px;
        height: 40px;
    }

    .works-list-box ul .works-index-list .mark-video-play i {
        font-size: 40px;
    }

    .works-list-box .works-index-list .mark-video-play i {
        font-size: 45px;
    }

    .works-list-box .mark-pc-play {
        right: 20px;
        bottom: 20px;
    }

    .works-list-box .works-index-list .mark-video-play span {
        width: 45px;
        height: 45px;
    }

    .news-list-text1 {
        padding: 0 0 5px 0;
    }

    .news-list-text2 a {
        font-size: 20px;
    }

    .news-list-text3 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 20px 0 20px 0;
    }

    .news-list-box ul li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .news-list-box ul li .news-list-left {
        padding-right: 30px;
    }

    .news-list-box ul li .news-list-right {
        padding-left: 30px;
    }

}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .works-list-box .width50 {
        height: 340px;
    }
}
/*兼容稀奇古怪尺寸*/
@media screen and (min-width: 1601px) and (max-width: 1900px) {
    .nav-wrap .logo {
        width: 180px;
        height: 180px;
    }

    .nav-wrap .logo-min {
        width: 120px;
        height: 120px;
    }

    .nav-list {
        padding-top: 75px;
    }

    .nav-list-min {
        padding: 40px 0 0 0;
    }

    .banner-text span:nth-child(1) {
        font-size: 50px;
    }

    .banner-text span:nth-child(2) {
        font-size: 50px;
    }

    .works-index-box .works-index-mask {
        padding: 100px 100px 70px 70px;
    }

    .works-index-box .works-index-mask .mask-title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .works-index-box .works-index-mask .mask-title2 {
        padding: 10px 0 25px 0;
        line-height: 36px;
        font-size: 22px;
    }

    .foot-left {
        float: left;
        width: 70%;
    }

    .foot-link {
        font-size: 14px;
        padding: 17px 0;
    }

    .foot-bq {
        font-size: 14px;
        padding: 17px 0;
    }

    .foot-ewm span {
        width: 141px;
    }

    .works-list-box .width50 {
        height: 300px;
    }

    .width-auto {
        padding: 0 80px;
    }

    .work-video-wrap {
        padding: 0 80px;
    }

    .works-list-box .list-li .work-text-color {
        padding: 70px;
    }

    .works-list-box .works-index-mask {
        padding: 60px 135px 60px 60px;
    }

    .works-list-box ul .works-index-mask {
        padding: 40px 70px 40px 60px;
    }

    .works-list-box .works-index-mask .mask-title {
        margin-bottom: 10px;
    }

    .works-list-box ul .works-index-mask .mask-title {
        font-size: 20px;
    }

    .works-list-box ul .works-index-mask .mask-title2 {
        line-height: 26px;
        font-size: 16px;
    }

    .works-list-box ul .works-index-mask .mask-read {
        line-height: 24px;
        font-size: 14px;
    }

    .works-list-box ul .mark-pc-play {
        right: 20px;
        bottom: 20px;
    }

    .works-list-box ul .works-index-list .mark-video-play span {
        width: 45px;
        height: 45px;
    }

    .works-list-box ul .works-index-list .mark-video-play i {
        font-size: 45px;
    }

    .works-list-box ul .works-index-list .mark-video-play i {
        font-size: 45px;
    }

    .news-list-text1 {
        padding: 5px 0;
    }

    .news-list-text2 a {
        font-size: 20px;
    }

    .news-list-text3 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 30px 0 30px 0;
    }

    .news-list-box ul li {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
}

