@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {
    .honor-con ul,
    .enterprise-con ul,
    .corporate-con ul,
    .productLiner-list ul {
        justify-content: center;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
    .header {
        display: none;
    }
    .mobile-inner-header {
        display: block;
    }
    .mobile-inner-header .logo {
        height: 100%;
    }
    .mobile-inner-header img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }
    .homeSwiper .swiper-pagination-bullet,
    .recommendedSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    .recommended {
        padding: 10px 2%;
    }
    .home-title h2,
    .common-title h2,
    .serviceProcess .title h2,
    .news .title h2,
    .newsSwiper .left p,
    .newsSwiper .right p,
    .productDetails-con .content .text h2 {
        font-size: 16px;
    }
    .home-title h4,
    .common-title h4,
    .advantages .title p,
    .serviceProcess .title h4,
    .news .title h4,
    .newsSwiper .left span,
    .footer .left span {
        font-size: 14px;
    }
    .home-title span {
        width: 15px;
        height: 3px;
        border-radius: 2px;
        margin: 10px 0;
    }
    .recommendedSwiper {
        width: 100%;
    }
    .recommendedSwiper .img {
        width: 100%;
        height: auto;
        padding: 40px;
    }
    .recommendedSwiper p {
        font-size: 14px;
        line-height: 30px;
    }
    .recommendedSwiper a {
        width: auto;
        padding: 0 20px;
        height: 30px;
        border-radius: 15px;
    }
    .recommendedSwiper a span {
        font-size: 14px;
    }
    .recommendedSwiper a img {
        width: 15px;
        height: 15px;
        margin-left: 10px;
    }
    .common-card {
        width: 100%;
        padding: 0 2%;
    }
    .about .top img {
        width: 25px;
    }
    .about .top p {
        font-size: 14px;
        margin-top: 10px;
    }
    .about .top ul,
    .industrySolution-con ul,
    .advantagesSwiper .swiper-slide,
    .serviceProcess ul,
    .footer .common-card,
    .contact-con .top ul,
    .enterprise-con ul,
    .productLiner-con .nav,
    .productDetails-con .nav,
    .productDetails-con .content {
        flex-wrap: wrap;
    }
    .about .top ul li {
        width: 100%;
        border-right: 1px solid #eee;
        flex-grow: 1;
        flex-basis: 195px;
        padding: 20px 0;
    }
    .about .top {
        height: auto;
        box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.09);
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .about-con {
        position: static;
        flex-wrap: wrap;
        padding: 0 2%;
    }
    .about-text {
        position: static;
        width: 100%;
        height: auto;
        box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.09);
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
    }
    .about-con .left {
        display: none;
    }
    .about-con .more {
        width: auto;
        height: 30px;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
        border-radius: 15px;
        font-size: 14px;
        line-height: 30px;
        margin: 10px 0;
        padding: 0 20px;
    }
    .about-con .right p {
        font-size: 18px;
        line-height: 30px;
    }
    .advantages .title h2 {
        font-size: 18px;
    }
    .about-con .right span {
        font-size: 12px;
        position: absolute;
        top: 16px;
        left: 15px;
    }
    .about-con .right .title {
        margin-top: 10px;
        position: relative;
    }
    .productCenter .nav .item {
        height: 30px;
        padding: 0 20px;
        border-radius: 15px;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .productCenter .nav {
        margin: 15px 0;
        flex-wrap: wrap;
    }
    .productSwiper .img {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .productSwiper .swiper-slide {
        width: 100%;
        height: auto;
    }
    .productSwiper .name {
        height: 30px;
        border-top: 1px solid #eee;
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }
    .productSwiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .productSwiper .swiper-pagination {
        bottom: -2% !important;
    }
    .industrySolution-con ul li {
        width: 100%;
        height: auto;
        margin-right: 10px;
        flex-grow: 1;
        flex-basis: 250px;
        margin-bottom: 10px;
    }
    .industrySolution-con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .industrySolution-con ul .text span {
        line-height: 60px;
        font-size: 16px;
    }
    .advantagesSwiper .left {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .advantagesSwiper .img {
        width: 100%;
        height: auto;
    }
    .advantages {
        padding: 20px 2% 10px 2%;
    }
    .advantagesSwiper {
        height: auto !important;
        padding-bottom: 30px;
    }
    .advantagesSwiper .left h2 {
        font-size: 16px;
    }
    .advantagesSwiper .left p {
        font-size: 14px;
        margin: 20px 0;
    }
    .advantagesSwiper .left .ls {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .advantages .title {
        left: 4%;
        top: 3%;
    }
    .advantagesSwiper .bottom div,
    .news .bottom div {
        width: 25px;
        height: 25px;
    }
    .serviceProcess ul .img {
        width: 80px;
        height: 80px;
        border: solid 1px #e7e7e7;
    }
    .serviceProcess ul .img img {
        width: 25px;
    }
    .serviceProcess ul p {
        font-size: 14px;
        margin-top: 10px;
    }
    .serviceProcess {
        height: auto;
        padding: 10px 0;
    }
    .serviceProcess ul li {
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .honorSwiper .swiper-slide img {
        width: 100%;
        height: 350px;
        object-fit: contain;
    }
    .honorSwiper .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        border: solid 2px #333333;
    }
    .honorSwiper .swiper-pagination {
        bottom: 2%;
    }
    .honor .more {
        width: auto;
        height: 30px;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
        border-radius: 15px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 20px;
    }
    .newsSwiper .right .text {
        width: 100%;
        text-align: justify;
        font-size: 14px;
        line-height: 30px;
    }
    .newsSwiper .left {
        width: 100%;
    }
    .newsSwiper .right {
        border-left: 1px solid #ded8d8;
        padding-left: 20px;
        margin-left: 20px;
        margin-right: 15px;
    }
    .newsSwiper {
        padding-top: 20px;
    }
    .footer .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer .left .text {
        font-size: 14px;
        line-height: 30px;
    }
    .footer .left p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer .right ul li:first-child {
        display: none;
    }
    .footer .right ul p {
        font-size: 14px;
        line-height: 30px;
    }
    .footer .right ul a,
    .footer .right ul span {
        font-size: 12px;
        line-height: 30px;
    }
    .footer .right ul img {
        width: 150px;
        height: 150px;
    }
    .footer .right {
        width: 100%;
    }
    .footer .bottom {
        border-top: 1px solid rgba(238, 237, 237, 0.5);
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }
    .newsInformation ul li {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        padding: 15px;
    }
    .newsInformation ul h2 {
        font-size: 16px;
        line-height: 35px;
    }
    .newsInformation ul p,
    .newsdetails .text p {
        font-size: 14px;
        line-height: 30px;
    }
    .newsdetails h2 {
        font-size: 16px;
        line-height: 35px;
    }
    .inside-card {
        width: 100%;
        padding: 0 2%;
    }
    .honor-con ul li {
        width: 100%;
        height: auto;
        margin: 0 10px 10px 0;
        flex-grow: 1;
        flex-basis: 200px;
    }
    .honor-con ul li:nth-child(4n) {
        margin-right: 10px;
    }
    .honor-con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .contact-con .top ul li {
        width: 100%;
        height: 168px;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.13);
        padding: 0 5px;
        padding: 20px 10px 10px 10px;
        flex-grow: 1;
        flex-basis: 285px;
        margin: 0 10px 10px 0;
    }
    .contact-con .top ul li:nth-child(2n) {
        margin-right: 0;
    }
    .contact-con .top ul li img {
        width: 20px;
    }
    .contact-con .top ul li p {
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }
    .contactUs {
        padding: 10px 0 10px 0;
    }
    .contact-con h6 {
        font-size: 16px;
        margin: 10px 0;
    }
    .contact-con .form input[type=text] {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border: solid 1px #eeeeee;
        font-size: 14px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .contact-con .form .item {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .contact-con .form textarea {
        height: 150px;
        border: solid 1px #d2d2d2;
        font-size: 14px;
        padding: 10px 0 0 10px;
    }
    .contact-con .form input[type=submit] {
        width: 50%;
        height: 35px;
        line-height: 35px;
        border: solid 1px #d2d2d2;
        font-size: 16px;
        margin-top: 15px;
    }
    .aboutInside-con .text {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        margin-right: 0;
    }
    .aboutInside-con img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .aboutInside-con {
        flex-wrap: wrap;
        height: auto;
        border-radius: 15px;
        padding: 15px;
        margin-top: 15px;
    }
    .enterprise-con ul li {
        width: 100%;
        height: auto;
        flex-grow: 1;
        flex-basis: 270px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .enterprise-con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .enterprise-con .shade img {
        width: 20px;
    }
    .enterprise-con .shade h2 {
        font-size: 16px;
        margin-top: 10px;
    }
    .enterprise-con .shade P {
        font-size: 14px;
        line-height: 30px;
    }
    .corporate-con .tempWrap {
        width: 100% !important;
    }
    .corporate-con ul li {
        margin: 0 10px 10px 0;
        width: 250px;
        height: 250px;
    }
    .corporate-con {
        padding: 20px 0;
    }
    .productLiner-con .nav .item,
    .productDetails-con .nav .item {
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        padding: 0 20px;
        font-size: 14px;
        margin-right: 10px;
        flex-grow: 1;
        flex-basis: 155px;
        margin-bottom: 10px;
    }
    .productLiner-list ul li {
        width: 100%;
        height: auto;
        margin: 0 10px 10px 0;
        flex-grow: 1;
        flex-basis: 200px;
    }
    .productLiner-list .name {
        height: auto;
        border-top: 1px solid #eee;
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }
    .productLiner-list .img {
        width: 100%;
        height: 220px;
        padding: 10px;
    }
    .productDetails-con .content .img {
        width: 100%;
    }
    .productDetails-con .content {
        height: auto;
        justify-content: flex-start;
        padding: 15px;
    }
    .productDetails-con .content .text .ls {
        font-size: 14px;
        line-height: 30px;
        margin: 10px 0;
    }
    .productDetails-con .content .text a {
        width: 50%;
        height: 30px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 30px;
        padding: 0 20px;
    }
    .productDetails-con .content .text {
        width: 100%;
        margin-top: 10px;
    }
    .productDetails-con .drawing {
        height: 35px;
        margin: 15px 0;
    }
    .productDetails-con .drawing span {
        width: 30%;
        font-size: 16px;
        line-height: 35px;
    }
}

@media screen and (max-width: 420px) {
    .mobile-inner-header .logo {
        width: 60%;
    }
    .mobile-inner-header img {
        width: 90%;
    }
    .recommendedSwiper .swiper-pagination {
        bottom: 0%;
    }
    .recommendedSwiper .img {
        padding: 20px;
    }
    .productCenter .nav .item {
        flex-grow: 1;
        flex-basis: 170px;
    }
    .productSwiper {
        padding-bottom: 40px;
    }
    .industrySolution-con ul li,
    .contact-con .top ul li,
    .enterprise-con ul li,
    .productLiner-list ul li {
        margin-right: 0;
    }
    .serviceProcess ul li {
        margin-right: 50px;
    }
    .serviceProcess ul li:nth-child(3n) {
        margin-right: 0;
    }
    .honorSwiper {
        padding: 0 0 10px 0;
    }
    .honor-con ul li {
        flex-basis: 180px;
        margin-right: 10px;
        margin-right: 10px;
    }
    .honor-con ul li:nth-child(3n) {
        margin-right: 10px;
    }
    .honor-con ul li:nth-child(2n) {
        margin-right: 0;
    }
	 .newsDetails .text  p video{
		width: 100% !important;
		}
}

@media screen and (max-width: 375px) {
    .serviceProcess ul li {
        margin-right: 15px;
    }
    .honorSwiper .swiper-slide img {
        height: auto;
        object-fit: cover;
    }
    .honorSwiper {
        padding: 10px 0 40px 0;
    }
    .footer .right ul {
        flex-wrap: wrap;
    }
    .honor-con ul li {
        flex-basis: 160px;
    }
}

@media screen and (max-width: 360px) {}