/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {
    .pd0 {
        padding: 0 !important;
    }

    .header-wrap2 {
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    }

    .page-lable-wrap {
        padding: 30px 0;
        text-align: center;
    }

    .page-lable-wrap span,.page-lable-wrap a{
        display: none;
        padding: 5px 10px;
    }

    .page-lable-wrap .prev,.page-lable-wrap .next {
        display: inline-block;
    }
    .width-auto {
        padding: 0 20px;
    }

    .m-header-nav {
        width: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        transition: all 1s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1);
        z-index: 99;
    }

    .header-click-nav {
        width: 23px;
    }

    .m-header-nav span {
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        display: block;
        transition: all 1s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    }

    .header-black-nav span {
        background: #1a1a1a;
    }

    .m-header-nav span:last-child {
        width: 65%;
        background: #ef8300;
        margin-left: 35%;
    }

    .m-header-nav .last-rotate {
        width: 100% !important;
        margin-left: 0 !important;
        background: #fff !important;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: 100% 50% 0;
        -webkit-transform-origin: 100% 50% 0;
    }

    .m-header-nav .first-rotate {
        background: #fff !important;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: 100% 50% 0;
        -webkit-transform-origin: 100% 50% 0;
    }

    .m-header-nav .navOpacity {
        opacity: 0;
        background: #fff !important;
    }

    .m-header-nav .last-rotate2 {
        width: 65% !important;
        margin-left: 35% !important;
        background: #ef8300 !important;
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .m-header-nav .first-rotate2 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .m-header-nav .navOpacity2 {
        opacity: 1;
    }

    .m-header-nav .first-rotate2 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .banner-wrap {
        width: calc(100vw);
        width: -webkit-calc(100vw);
    }

    .black-box {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 98;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 1);
        display: none;
    }

    .header-en-m {
        position: fixed;
        left: 0;
        bottom: 5%;
        display: inline-block;
        color: #fff;
        width: 100%;
        line-height: 42px;
        padding: 5px 0;
        font-size: 13px;
        text-align: center;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .header-en-m a {
        color: #fff;
        font-size: 13px;
        padding: 0 5px;
    }
}

/*兼容移动端*/
@media screen and (max-width: 1200px) {
    .width-auto {
        padding: 0 20px;
    }

    .header-wrap2 .m-header-nav span:last-child {
        background: #fff !important;
    }

    .header-wrap .width-auto {
        height: 100%;
    }

    .header-logo {
        width: 25%;
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-wrap {
        height: 60px;
        padding: 0;
    }

    .header-wrap2 {
        height: 60px;
        background: rgba(239, 131, 0, 1);
    }

    .header-wrap2 .header-logo a {
        width: auto;
        max-width: 90px;
    }

    .header-wrap2 .header-logo {
        width: 25%;
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-logo a {
        width: auto;
        max-width: 90px;
    }

    .swiper-text-box {
        padding: 0 20px;
    }

    .swiper-text-box span:nth-child(1) {
        font-size: 26px;
    }

    .swiper-text-box span:nth-child(2) {
        font-size: 16px;
    }

    .swiper-text-box span:nth-child(3) {
        width: 120px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
        margin: 30px 0;
        background: rgba(0, 0, 0, .1);
    }

    .banner-box .swiper-pagination-bullet {
        width: 50px;
    }

    .swiper-pagination2 span {
        width: 50px;
    }

    .banner-box .swiper-pagination-bullets {
        bottom: 56px !important;
    }

    .swiper-pagination2 {
        bottom: 20px;
    }

    .header-en {
        display: none;
    }

    .header-nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-nav ul {
        width: 100%;
        text-align: center;
    }

    .header-nav ul li {
        display: block;
        width: 100%;
        line-height: 42px;
        padding: 5px 0;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .header-nav ul li:nth-child(1) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .header-nav ul li:nth-child(2) {
        animation-delay: 300ms;
        -webkit-animation-delay: 300ms;
    }

    .header-nav ul li:nth-child(3) {
        animation-delay: 400ms;
        -webkit-animation-delay: 400ms;
    }

    .header-nav ul li:nth-child(4) {
        animation-delay: 500ms;
        -webkit-animation-delay: 500ms;
    }

    .header-nav ul li:nth-child(5) {
        animation-delay: 600ms;
        -webkit-animation-delay: 600ms;
    }

    .header-nav ul li:nth-child(6) {
        animation-delay: 700ms;
        -webkit-animation-delay: 700ms;
    }

    .header-nav ul li:nth-child(7) {
        animation-delay: 800ms;
        -webkit-animation-delay: 800ms;
    }

    .header-nav ul li a {
        font-size: 16px;
    }

    .service-index-wrap {
        padding: 60px 0;
    }

    .index-title-box span:nth-child(1) {
        font-size: 26px;
    }

    .index-title-box span:nth-child(2) {
        font-size: 20px;
    }

    .service-index-button ul {
        padding-top: 40px;
    }

    .service-index-button ul li span:nth-child(2) {
        display: none;
    }

    .service-index-button ul li {
        line-height: 78px;
        height: 80px;
    }

    .service-index-read {
        margin-top: 30px;
    }

    .service-index-right {
        width: 100%;
    }

    .service-index-left {
        width: 100%;
        padding: 0;
    }

    .service-index-left .service-span:nth-child(1) {
        padding-top: 0;
    }

    .service-index-left .service-span:nth-child(2) {
        padding: 20px 0 20px 0;
    }

    .service-index-left .service-span:nth-child(1) {
        font-size: 18px;
    }

    .service-index-left .service-span:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
    }

    .service-index-left .service-span:nth-child(3) {
        margin: 0 auto 20px;
        height: 30px;
    }

    .service-index-left .service-span:nth-child(3) a {
        height: 30px;
        line-height: 30px;
    }

    .service-index-left .service-span:nth-child(3) a span:nth-child(1) {
        font-size: 14px;
    }

    .service-index-left .service-span:nth-child(3) a span:nth-child(2):after {
        width: 8px;
        height: 8px;
        top: 0;
    }

    .service-index-left .service-span:nth-child(3) a span:nth-child(2):before {
        width: 8px;
        height: 8px;
        top: 0;
    }

    .about-index-wrap {
        padding-bottom: 70%;
    }

    .about-index-title {
        font-size: 22px;
    }

    .about-index-en {
        font-size: 22px;
        padding: 10px 0 30px 0;
    }

    .about-index-sz .about-index-span {
        font-size: 32px;
    }

    .about-index-read {
        font-size: 12px;
    }

    .about-index-li {
        padding: 0 5px;
    }

    .about-index-li:after {
        display: none;
    }

    .about-index-sz .about-index-span i {
        font-size: 16px;
    }

    .case-index-wrap {
        padding: 60px 0;
    }

    .index-w48 {
        width: 100%;
    }

    .index-pro-wrap {
        margin-right: 0;
    }

    .index-pro-case {
        padding-top: 40px;
    }

    .pro-swiper-text {
        padding-top: 20px;
    }

    .pro-swiper-text span:nth-child(1) {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .pro-swiper-text span:nth-child(2) {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
    }

    .pro-swiper-button {
        padding-top: 30px;
    }

    .case-title-text span:nth-child(1) {
        font-size: 18px;
    }

    .case-title-text span:nth-child(2) {
        font-size: 18px;
        padding-top: 0;
    }

    .case-title-text {
        padding: 20px;
    }

    .index-case-wrap {
        padding-top: 30px;
    }

    .advert-img {
        padding-bottom: 65%;
    }

    .advert-img-max img {
        width: 300%;
        object-fit: cover;
        position: relative;
        left: -100%;
    }

    .advert-img-max {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .advert-text span:nth-child(1) {
        font-size: 22px;
    }

    .advert-text span:nth-child(2) {
        font-size: 22px;
        padding-top: 10px;
    }

    .news-index-wrap {
        padding: 60px 0;
    }

    .news-index-title {
        font-size: 16px;
        padding-top: 10px;
    }

    .news-index-text {
        padding: 5px 0 10px 0;
    }

    .news-index-read {
        font-size: 13px;
        line-height: 20px;
        max-height: 40px;
    }

    .news-index-box {
        padding-top: 40px;
    }

    .news-index-center {
        display: block;
        font-size: 0;
        padding-top: 20px;
    }

    .news-swiper .swiper-slide {
        margin: 0;
    }

    .news-button-next {
        width: 50px;
        height: 30px;
        display: inline-block;

        text-align: right;
        vertical-align: top;
        outline: none;
    }

    .news-button-next span {
        font-size: 24px;
        color: #ccc;
    }

    .news-button-prev {
        width: 50px;
        height: 30px;
        display: inline-block;
        text-align: right;
        vertical-align: top;
        outline: none;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .news-button-prev span {
        font-size: 24px;
        color: #ccc;
    }

    .news-pagination {
        position: static !important;
        width: calc(100vw - 140px);
        width: -webkit-calc(100vw - 140px);
        display: inline-block;
        vertical-align: top;
        height: 30px;
    }

    .news-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin: 10px 4px 0;
    }

    .news-pagination .swiper-pagination-bullet-active {
        background: #ef8300;
    }

    .news-more-button {
        margin: 20px auto;
        height: 30px;
    }

    .news-more-button a {
        height: 30px;
        line-height: 30px;
    }

    .news-more-button a span:nth-child(1) {
        font-size: 14px;
    }

    .news-more-button a span:nth-child(2):after {
        width: 8px;
        height: 8px;
        top: 0;
    }

    .news-more-button a span:nth-child(2):before {
        width: 8px;
        height: 8px;
        top: 0;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-nav {
        display: none;
    }

    .footer-contact {
        padding-left: 0;
        width: 100%;
    }

    .footer-wrap {
        padding: 60px 0;
    }

    .footer-box {
        padding-bottom: 20px;
    }

    .footer-tel-bottom {
        font-size: 34px;
        padding-top:0;
    }
	.footer-tel-top span:nth-child(1) { font-size:12px;}
	.footer-tel-left { left:20px;}.footer-tel-right { padding-left:30px;}
    .footer-icon {
        text-align: center;
        padding: 20px 0;
    }

    .footer-icon span {
        margin: 0 12px;
    }

    .footer-border-wrap {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .footer-bq {
        padding-top: 20px;
    }

    .footer-bq span {
        display: block;
        text-align: center;
        float: none !important;
        font-size: 13px;
        line-height: 24px;
    }

    .pro-button-box {
        width: 36px;
        height: 36px;
    }

    .pro-next:after {
        right: 15px;
        top: 13px;
        width: 10px;
        height: 10px;
    }

    .pro-next:before {
        right: 25px;
        top: 13px;
        width: 10px;
        height: 10px;
    }

    .pro-prev:after {
        left: 15px;
        top: 13px;
        width: 10px;
        height: 10px;
    }

    .pro-prev:before {
        left: 25px;
        top: 13px;
        width: 10px;
        height: 10px;
    }

    .pro-prev:hover:before {
        opacity: 1;
        left: 15px;
    }

    .pro-prev:hover:after {
        opacity: 0;
        left: 5px;
    }

    .pro-next:hover:before {
        opacity: 1;
        right: 15px;
    }

    .pro-next:hover:after {
        opacity: 0;
        right: 5px;
    }

    .xl-progress-wp {
        width: 60%;
    }

    .xl-progress__txt {
        margin-top: 20px;
        font-size: 12px;
    }
    .logo-pd {
        padding: 0 38px;
    }
    .read-banner-img {
        padding-bottom: 80%;
    }

    .read-banner-text span:nth-child(1) {
        font-size: 24px;
    }

    .read-banner-text span:nth-child(2) {
        font-size: 24px;
        padding-top: 10px;
    }

    .read-mbx-back {
        height: 37px;
    }

    .read-mbx-nav {
        height: 36px;
    }

    .read-mbx-nav ul li {
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
    }

    .read-mbx-nav ul li a {
        font-size: 14px;
    }

    .mbx-nav-fixed {
        top: 60px;
    }

    .about-box1 {
        padding: 60px 0;
    }

    .about1-text {
        padding-top: 40px;
    }

    .about1-text {
        font-size: 16px;
        line-height: 26px;
    }

    .about1-read {
        line-height: 22px;
        font-size: 14px;
    }

    .about1-read p {
        line-height: 22px;
        font-size: 14px;
    }

    .about-read-number {
        padding-top: 30px;
    }

    .abou2-banner-img {
        padding-bottom: 90%;
    }

    .about2-icon-li span:nth-child(1) {
        font-size: 45px;
        padding: 20px 0 10px 0;
    }

    .about2-icon-li span:nth-child(2) {
        font-size: 16px;
    }

    .about2-icon-li span:nth-child(3) {
        font-size: 12px;
    }

    .about-box3 {
        padding: 60px 0 0 0;
    }

    .fzlc-swiper-wrap {
        margin: 40px 0 60px;
    }

    .fzlc-swiper-wrap {
        padding: 0 35px;
    }

    .fzlc-swiper-next {
        width: 30px;
        height: 30px;
        top: 39px;
    }

    .fzlc-swiper-prev {
        width: 30px;
        height: 30px;
        top: 39px;
    }

    .fzlc-swiper-next span {
        font-size: 25px;
    }

    .fzlc-swiper-prev span {
        font-size: 25px;
    }

    .about-swiper-text {
        padding: 15px 0 0;
    }

    .about-swiper-year {
        font-size: 18px;
    }

    .about-swiper-text {
        font-size: 14px;
        line-height: 20px;
    }

    .about-swiper-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .about4-banner-img {
        padding-bottom: 70%;
    }

    .about4-banner-img span img {
        width: 200%;
        margin-left: -50%;
    }

    .about-box4 {
        padding: 60px 0;
    }

    .she-list-ul {
        padding-top: 40px;
    }

    .she-list-li {
        width: 100%;
        margin-right: 0;
        padding-bottom: 20px;
    }

    .she-list-a:nth-child(2) {
        padding: 10px 0 10px 0;
        font-size: 18px;
    }

    .she-list-a:nth-child(2):after {
        height: 1px;
        bottom: 0;
    }

    .she-list-a:nth-child(3) {
        font-size: 14px;
        padding-top: 10px;
    }

    .read-mbx-nav .read-mbx-back {
        background: rgba(255, 255, 255, 1);
        height: 37px;
    }

    .read-mbx-nav .mbx-nav-fixed {
        top: 60px;
    }

    .banner-title {
        font-size: 26px;
    }

    .banner-text {
        font-size: 20px;
    }

    .banner-read {
        font-size: 18px;
    }

    .banner-en {
        display: none;
    }

    .banner-button {
        display: none;
    }

    .pro-list-li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .pro-read-list {
        height: 37px;
    }

    .pro-read-list ul li {
        line-height: 36px;
        padding: 0 10px;
    }

    .pro-read-list ul li a {
        font-size: 14px;
    }

    .pro-read-list .mbx-nav-fixed {
        top: 60px;
    }

    .pro-list-read {
        padding: 0 20px;
    }

    .pro-list-left {
        padding-left: 20px;
    }

    .pro-list-read .pro-list-span:nth-child(1) {
        padding-top: 10px;
    }

    .pro-list-read .pro-list-span:nth-child(1) a {
        font-size: 16px;
    }

    .pro-list-read .pro-list-span:nth-child(2) {
        margin: 10px 0;
        font-size: 12px;
    }

    .pro-list-left span {
        font-size: 12px;
        line-height: 40px;
    }

    .pro-list-right {
        opacity: 1;
        border-left: 1px solid #e6e6e6;
    }

    .pro-list-right a {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .pro-list-button {
        height: 40px;
    }

    .pro-list-right a {
        line-height: 40px;
    }

    .pro-list-ul {
        padding-top: 60px;
    }

    .pro-list-li:nth-child(3n+2) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .pro-list-li:nth-child(3n) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .pro-list-box {
        padding-bottom: 30px;
    }

    .pro-read-nav {
        display: none;
    }

    .pro-read-wrap {
        padding: 60px 0;
    }

    .pro-top-left {
        width: 100%;
    }

    .pro-top-right {
        padding-left: 0;
        width: 100%;
    }

    .pro-img-li {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    .pro-img-li:nth-child(1) {
        margin-bottom: 2%;
    }

    .pro-img-li:nth-child(3) {
        margin-right: 0;
    }

    .pro-title-wrap {
        font-size: 18px;
    }

    .pro-lable-wrap {
        padding-top: 10px;
    }

    .pro-lable-wrap span {
        font-size: 13px;
    }

    .pro-read-border {
        margin: 15px 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .pro-text-wrap {
        font-size: 12px;
        line-height: 20px;
    }

    .pro-read-top {
        padding-bottom: 60px;
    }

    .pro-read-bottom {
        padding: 60px 0;
    }

    .bjq-wrap {
        padding: 20px;
    }

    .bjq-title span {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }

    .bjq-title {
        border-bottom: 1px solid #ef8300;
        margin-bottom: 20px;
    }

    .pro-read-bjq {
        line-height: 22px;
        font-size: 14px;
    }

    .pro-read-bjq p {
        line-height: 22px;
        font-size: 14px;
    }

    .pro-read-bjq h3 {
        font-size: 18px;
    }

    .pro-read-bjq h2 {
        font-size: 20px;
    }

    .pro-read-bjq img {
        padding: 10px 0;
    }

    .relevant-list {
        padding: 60px 0 0 0;
    }

    .relevant-list .pro-list-ul {
        padding-top: 40px;
    }

    .case-list-wrap {
        padding: 60px 0;
    }

    .case-list-li {
        height: auto;
        margin-bottom: 20px;
    }

    .case-list-left {
        width: 100%;
    }

    .case-list-right {
        width: 100%;
        padding: 20px;
    }

    .case-list-time {
        padding: 0;
        width: 100%;
        padding-bottom: 5px;
    }

    .case-list-time span {
        font-size: 14px;
        display: inline-block;
        padding-left: 10px;
        line-height: 22px;
    }

    .case-list-time span:nth-child(1) {
        padding-left: 0;
    }

    .case-list-read {
        padding: 0;
        width: 100%;
    }

    .case-list-icon {
        display: none;
    }

    .case-list-title {
        font-size: 16px;
    }

    .case-list-text {
        font-size: 13px;
        line-height: 22px;
        max-height: 44px;
    }

    .faq-read-wrap {
        padding: 60px 0;
    }

    .faq-read-bjg {
        line-height: 22px;
        font-size: 14px;
    }

    .faq-read-bjg p {
        line-height: 22px;
        font-size: 14px;
    }

    .faq-read-bjg h3 {
        font-size: 18px;
    }

    .faq-read-bjg h2 {
        font-size: 20px;
    }

    .faq-read-bjg img {
        padding: 10px 0;
    }

    .news-list-wrap {
        padding-bottom: 40px;
    }

    .news-list-box {
        padding: 40px 0 0 0;
    }

    .news-list-box .news-slide-box {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }

    .news-list-box .news-slide-box:nth-child(3n) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
        margin: 0;
    }

    .news-list-box .news-slide-box:nth-child(3n+1) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .news-list-box .news-slide-box:nth-child(3n+2) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .news-read-box {
        padding: 40px 0 0 0;
    }

    .news-read-title {
        font-size: 18px;
    }

    .news-read-lable {
        padding: 15px 0;
    }

    .news-read-lable span {
        padding-left: 10px;
        font-size: 13px;
    }

    .news-read-bjq {
        padding: 20px 0;
    }

    .page-prev-next {
        padding: 40px 0;
    }

    .page-box-li a {
        height: 36px;
        line-height: 36px;
    }

    .page-box-li a span {
        font-size: 14px;
    }

    .page-box-li a .icon-title {
        font-size: 12px;
    }

    .page-box-left a span:nth-child(1) {
        padding: 0 10px 0 10px;
        width: 45px;
    }

    .page-box-left a {
        padding-left: 45px;
    }

    .page-box-right a span:nth-child(2) {
        padding: 0 10px 0 10px;
        width: 45px;
    }

    .page-box-right a {
        padding-right: 45px;
    }

    .news-relevant-title {
        font-size: 18px;
    }

    .news-relevant-list {
        padding-top: 20px
    }

    .news-relevant-li {
        font-size: 13px;
    }

    .news-relevant-li:nth-child(2n+1) {
        padding-right: 10px;
    }

    .news-relevant-li:nth-child(2n) {
        padding-left: 10px;
    }

    .news-read-wrap {
        padding-bottom: 60px;
    }

    .news-relevant-li {
        line-height: 32px;
    }

    .contact-box1 {
        padding: 60px 0;
    }

    .contact-icon-wrap {
        padding: 20px 0;
    }

    .contact-icon-box {
        width: 100%;
        font-size: 0;
        text-align: left;
        padding: 20px 0;
    }

    .contact-icon-title {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    .contact-icon-title span:nth-child(1) {
        font-size: 36px;
        line-height: 45px;
    }

    .contact-icon-title span:nth-child(2) {
        font-size: 14px;
        line-height: 25px;
    }

    .contact-icon-li {
        padding: 13px 0 13px 10px;
        width: 80%;
        vertical-align: top;
        display: inline-block;
    }

    .contact-icon-li span {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-icon-box:after {
        display: none;
    }

    .contact-icon-box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background: #e6e6e6;
    }

    .map-wrap {
        padding-top: 20px;
    }

    .contact-box2 {
        padding: 60px 0 40px 0;
    }

    .contact-text2 {
        display: none;
    }

    .contact-list-wrap {
        padding-top: 40px;
    }

    .contact-list-li {
        width: 100%;
        padding-bottom: 20px;
    }

    .contact-list-title {
        font-size: 14px;
        padding: 10px 0;
    }

    .contact-list-text {
        font-size: 12px;
        line-height: 20px;
    }

    .map-lable-wrap {
        width: 100%;
    }

    .map-lable-list li span:nth-child(1) {
        font-size: 12px;
    }

    .map-lable-list li span:nth-child(2) {
        font-size: 20px;
    }

    .map-contact-wrap {
        width: 100%;
        padding: 40px 0 0 0;
    }

    .map-contact-read {
        padding-top: 20px;
    }

    .map-contact-read {
        font-size: 14px;
        line-height: 32px;
    }

    .contact-box3 {
        padding: 60px 0;
    }

    .contact-map {
        height: 200px;
    }

    .banner-read {
        padding-top: 15px;
    }
    .banner-w50 span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%!important;
        display: block;
    }
    .banner-w50 img {
        position: absolute;
        width: 256%!important;
        height: 100%;
        left: -118%;
    }
    .banner-box .swiper-slide {
        overflow: hidden;
    }

    .swiper-max-button {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
    }
    .swiper-max-button:after {
        width: 23px;
        height: 2px;
        top: 8px;
        left: 10px;
    }
    .swiper-max-button:before {
        width: 23px;
        height: 2px;
        top: 8px;
        left: 10px;
    }
    .swiper-max-next {
        height: 36px;
        width: 36px;
        left: 30%;
        top: 80%;
    }

    .swiper-max-next span:after {
        top: 9px;
        height: 2px;
        width: 23px;
    }
    .swiper-max-next span:before {
        bottom: 10px;
        height: 2px;
        width: 23px;
    }
    .swiper-max-next span {
        height: 36px;
    }
    .swiper-max-prev {
        height: 36px;
        width: 36px;
        right: 30%;
        top: 80%;
    }
    .swiper-max-prev span:after {
        top: 9px;
        height: 2px;
        width: 23px;
    }
    .swiper-max-prev span:before {
        bottom: 10px;
        height: 2px;
        width: 23px;
    }
    .swiper-max-prev span {
        height: 36px;
    }
    .swiper-max-next span i,.swiper-max-prev span i  {
        display: none;
    }
    .swiper-max-list {
        width: 100%;
        left: 0;
        height: 60%;
        top: 20%;
    }
    .swiper-max-box .swiper-slide .pro-black-img img {
        width: 100%;
        height: auto;
    }
}

/*兼容稀奇古怪的屏幕*/
@media screen and (min-width: 1201px) and (max-width: 1320px) {
    .width-auto {
        padding: 0 60px;
    }

    .header-wrap {
        padding-top: 20px;
    }

    .header-wrap2 {
        padding-top: 0;
    }

    .header-logo {
        padding-top: 13px;
    }

    .header-logo a {
        width: 137px;
    }

    .header-nav ul li {
        padding: 0 25px;
    }

    .header-nav ul li a {
        font-size: 16px;
    }

    .header-en a {
        font-size: 16px;
    }

    .header-en {
        padding: 0 25px;
    }

    .swiper-text-box span:nth-child(1) {
        font-size: 42px;
    }

    .swiper-text-box span:nth-child(2) {
        font-size: 42px;
    }

    .swiper-text-box span:nth-child(3) {
        margin: 42px 0;
    }

    .service-index-left .service-span:nth-child(1) {
        padding-top: 15px;
    }

    .service-index-left .service-span:nth-child(2) {
        padding: 20px 0 50px 0;
    }

    .about-index-title {
        font-size: 40px;
    }

    .about-index-en {
        font-size: 32px;
        padding: 20px 0 50px 0;
    }

    .about-index-sz .about-index-span {
        font-size: 64px;
    }

    .about-index-wrap {
        padding-bottom: 42%;
    }

    .pro-swiper-text {
        padding-top: 23px;
    }

    .pro-swiper-button {
        padding-top: 32px;
    }

    .pro-swiper-text span:nth-child(1) {
        font-size: 26px;
    }

    .pro-swiper-text span:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }

    .service-index-wrap {
        padding: 100px 0;
    }

    .case-index-wrap {
        padding: 100px 0;
    }

    .news-index-wrap {
        padding: 100px 0;
    }

    .service-position {
        height: auto;
        max-height: 300px;
    }

    .index-title-box span:nth-child(1) {
        font-size: 36px;
    }

    .index-title-box span:nth-child(2) {
        font-size: 28px;
    }

    .footer-contact {
        padding-left: 0;
    }

    .footer-tel-bottom {
        font-size: 35px;
        padding-top: 5px;
    }

    .abou2-banner-img {
        padding-bottom: 50%;
    }

    .advert-text span:nth-child(1) {
        font-size: 36px;
    }

    .advert-text span:nth-child(2) {
        font-size: 28px;
    }

    .pro-read-list ul li {
        padding: 0 30px;
    }

    .pro-list-left span {
        font-size: 12px;
    }

    .pro-list-read .pro-list-span:nth-child(1) a {
        overflow: hidden;
    }

    .pro-list-read {
        padding: 0 20px;
    }

    .pro-list-left {
        padding-left: 20px;
    }

    .pro-top-right {
        padding-left: 40px;
    }

    .pro-text-wrap {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-lable-wrap {
        padding-top: 15px;
    }

    .pro-read-border {
        margin: 20px 0;
    }

    .case-list-li {
        height: 190px;
    }

    .case-list-left {
        width: 31%;
    }

    .case-list-right {
        width: 69%;
    }

    .case-list-time {
        padding: 65px 40px;
    }

    .case-list-time span {
        font-size: 18px;
    }

    .case-list-read {
        padding: 35px 0;
    }

    .case-list-icon {
        height: 190px;
        line-height: 190px;
    }

    .banner-title {
        font-size: 34px;
    }

    .banner-text {
        font-size: 28px;
    }

    .banner-read {
        padding-top: 30px;
        font-size: 20px;
    }

    .banner-button {
        margin: 42px 0;
    }

    .banner-en {
        font-size: 14px;
        padding-top: 0;
    }
}

/*兼容笔记本*/
@media screen and (min-width: 1321px) and (max-width: 1600px) {
    .width-auto {
        padding: 0 100px;
    }

    .header-wrap {
        padding-top: 20px;
    }

    .header-wrap2 {
        padding-top: 0;
    }

    .header-logo a {
        width: 150px;
    }

    .header-nav ul li {
        padding: 0 28px;
    }

    .header-nav ul li a {
        font-size: 16px;
    }

    .header-en a {
        font-size: 16px;
    }

    .header-en {
        padding: 0 28px;
    }

    .swiper-text-box span:nth-child(1) {
        font-size: 42px;
    }

    .swiper-text-box span:nth-child(2) {
        font-size: 42px;
    }

    .swiper-text-box span:nth-child(3) {
        margin: 42px 0;
    }

    .service-index-left .service-span:nth-child(1) {
        padding-top: 15px;
    }

    .service-index-left .service-span:nth-child(2) {
        padding: 20px 0 50px 0;
    }

    .about-index-title {
        font-size: 42px;
    }

    .about-index-en {
        font-size: 34px;
        padding: 20px 0 50px 0;
    }

    .about-index-sz .about-index-span {
        font-size: 64px;
    }

    .about-index-wrap {
        padding-bottom: 42%;
    }

    .pro-swiper-text {
        padding-top: 30px;
    }

    .pro-swiper-button {
        padding-top: 32px;
    }

    .pro-swiper-text span:nth-child(1) {
        font-size: 26px;
    }

    .pro-swiper-text span:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }

    .service-position {
        height: auto;
        max-height: 350px;
    }

    .service-index-wrap {
        padding: 100px 0;
    }

    .case-index-wrap {
        padding: 100px 0;
    }

    .news-index-wrap {
        padding: 100px 0;
    }

    .service-position {
        height: auto;
        max-height: 300px;
    }

    .index-title-box span:nth-child(1) {
        font-size: 36px;
    }

    .index-title-box span:nth-child(2) {
        font-size: 28px;
    }

    .footer-contact {
        padding-left: 2%;
    }

    .pro-read-list ul li {
        padding: 0 30px;
    }

    .footer-tel-bottom {
        font-size: 35px;
        padding-top: 5px;
    }

    .pro-list-left span {
        font-size: 12px;
    }

    .pro-list-read .pro-list-span:nth-child(1) a {
        overflow: hidden;
    }

    .pro-list-read {
        padding: 0 20px;
    }

    .pro-list-left {
        padding-left: 20px;
    }

    .pro-text-wrap {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-lable-wrap {
        padding-top: 15px;
    }

    .pro-read-border {
        margin: 20px 0;
    }

    .case-list-li {
        height: 210px;
    }

    .case-list-left {
        width: 33%;
    }

    .case-list-right {
        width: 67%;
    }

    .case-list-time {
        padding: 75px 40px;
    }

    .case-list-time span {
        font-size: 18px;
    }

    .case-list-read {
        padding: 45px 0;
    }

    .case-list-icon {
        height: 210px;
        line-height: 210px;
    }

    .banner-title {
        font-size: 34px;
    }

    .banner-text {
        font-size: 28px;
    }

    .banner-read {
        padding-top: 30px;
        font-size: 20px;
    }

    .banner-button {
        margin: 42px 0;
    }

    .banner-en {
        font-size: 14px;
        padding-top: 0;
    }

    .about-box1 {
        padding: 100px 0;
    }

    .abou2-banner-img {
        padding-bottom: 45%;
    }

    .about-box3 {
        padding: 100px 0 0 0;
    }

    .about-box4 {
        padding: 100px 0;
    }

    .fzlc-swiper-wrap {
        margin: 90px 0 100px;
    }

    .read-mbx-nav ul li {
        padding: 0 30px;
    }

    .pro-list-box {
        padding-bottom: 100px;
    }

    .pro-read-wrap {
        padding: 100px 0;
    }

    .relevant-list {
        padding: 100px 0 0 0;
    }

    .case-list-wrap {
        padding: 80px 0 100px 0;
    }

    .news-read-wrap {
        padding-bottom: 100px;
    }

    .faq-read-wrap {
        padding: 80px 0 100px 0;
    }

    .contact-box1 {
        padding: 100px 0;
    }

    .contact-box2 {
        padding: 100px 0;
    }

    .contact-box3 {
        padding: 100px 0;
    }

    .map-contact-wrap {
        padding: 40px 0 0 50px;
    }

    .map-contact-read {
        line-height: 36px;
    }
}

/*兼容稀奇古怪尺寸*/
@media screen and (min-width: 1601px) and (max-width: 1850px) {
    .width-auto {
        padding: 0 160px;
    }

    .header-wrap {
        padding-top: 20px;
    }

    .header-wrap2 {
        padding-top: 0;
    }

    .pro-swiper-text {
        padding-top: 30px;
    }

    .pro-swiper-button {
        padding-top: 52px;
    }

    .footer-contact {
        padding-left: 2%;
    }

    .pro-read-list ul li {
        padding: 0 30px;
    }

    .pro-text-wrap {
        font-size: 14px;
        line-height: 26px;
    }

    .pro-lable-wrap {
        padding-top: 20px;
    }

    .pro-read-border {
        margin: 25px 0;
    }

    .case-list-li {
        height: 220px;
    }

    .case-list-left {
        width: 33%;
    }

    .case-list-right {
        width: 67%;
    }

    .case-list-time {
        padding: 80px 40px;
    }

    .case-list-time span {
        font-size: 18px;
    }

    .case-list-read {
        padding: 50px 0;
    }

    .case-list-icon {
        height: 220px;
        line-height: 220px;
    }

    .banner-title {
        font-size: 36px;
    }

    .banner-text {
        font-size: 30px;
    }

    .banner-read {
        padding-top: 30px;
        font-size: 22px;
    }

    .banner-button {
        margin: 46px 0;
    }

    .map-contact-wrap {
        padding: 80px 0 0 50px;
    }

    .map-contact-read {
        line-height: 36px;
    }

    .swiper-text-box span:nth-child(1) {
        font-size: 44px;
    }

    .swiper-text-box span:nth-child(2) {
        font-size: 44px;
    }

    .about-index-title {
        font-size: 44px;
    }

    .about-index-en {
        font-size: 36px;
        padding: 30px 0 50px 0;
    }

    .about-index-wrap {
        padding-bottom: 35%;
    }

    .abou2-banner-img {
        padding-bottom: 40%;
    }

    .read-mbx-nav ul li {
        padding: 0 30px;
    }
}

