@media screen and (min-width: 1601px) {
    .container {
        width: 89.86%;
    }

    .honor .title .box {
        width: 37%;
    }

    .honor .main ul li:nth-child(1) {
        left: 14.5%;
    }

    .honor .main ul li:nth-child(2) {
        left: 21.5%;
    }

    .honor .main ul li:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
    }

    .honor .main ul li:nth-child(5) {
        left: 74%;
    }

    .honor .main ul li:nth-child(6) {
        left: 65%;
    }

    .footer .top .right .foot_nav ul li {
        margin: 0 20px;
    }

    .footer .top .left form textarea {
        width: 90%;
    }

    .download {
        background: url(../images/index_download_wapBg.png) no-repeat center / cover;
    }
    
    .page4 .list .pageContainer .main ul li{
        height: 585px;
    }
    .page4 .list .pageContainer .main ul li a{
        height: 585px;
    }
    
}



@media screen and (max-width:1600px) {
    .about .about_text a {
        padding: 0 40% 0 55px;
    }
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .honor .container {
        padding: 0;
    }

    .honor .main ul li:nth-child(1) {
        left: 11.5%;
    }

    .honor .main ul li:nth-child(2) {
        left: 19.5%;
    }

    .honor .main ul li:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
    }

    .honor .main ul li:nth-child(4) {
        top: 15%;
        left: 43%;
    }

    .honor .main ul li:nth-child(5) {
        left: 75%;
    }
    .footer .top .right .foot_nav ul li{
        margin: 0 20px;
    }
    .footer .top .right .foot_nav ul{
        margin: 0 -20px;
    }
}


@media screen and (max-width:1440px) {

    .footer .top .right .msgBox .msg,
    .footer .top .right .foot_nav {
        display: none;
    }
    .container{
        width: 1200px;
    }
    .header .container {
        height: 95px;
        box-sizing: border-box;
    }

    .header .logo {
        height: 87px;
        max-height: unset;
    }

    .header .right .lang {
        padding-left: 20px;
    }

    .header .right .nav {
        display: none;
    }

    .header .menu {
        display: flex;
        width: 30px;
        margin-left: 30px;
        cursor: pointer;
    }

    .header .menu img {
        width: 100%;
    }


    /* 手机端的导航 */
    .header .right .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, .5);
    }

    .header .right .nav ul {
        display: block;
        width: 80%;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 50px 25px;
    }

    .header .right .nav ul li {
        border-bottom: 1px solid #dcdcdc;
        padding: 15px 0;
    }

    .header .right .nav ul li::after {
        display: none;
    }



    .banner .swiper-pagination {
        bottom: 70px;
    }

    .about .about_text a {
        padding: 0 25% 0 55px;
    }

    .honor .main ul li:nth-child(1) {
        left: 7.5%;
    }

    .honor .main ul li:nth-child(2) {
        left: 16.5%;
    }

    .honor .main ul li:nth-child(3) {
        left: 36.5%;
    }

    .honor .main ul li:nth-child(5) {
        left: 78%;
    }

    .honor .main ul li:nth-child(6) {
        left: 68%;
    }

    .footer .top .right .msgBox {
        margin-top: 0;
    }
}

@media screen and (max-width:1300px) {
    .product .main .content {
        width: 100%;
       
    }
    .product .main .content>div.left{
   
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;

    }
    .product .main .content>div.right{
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .honor .main ul li:nth-child(1) {
        left: 4.5%;
    }

    .honor .main ul li:nth-child(2) {
        left: 13.5%;
    }

    .honor .main ul li:nth-child(3) {
        left: 35.5%;
    }

    .honor .main ul li:nth-child(4) {
        left: 41%;
    }

    .honor .main ul li:nth-child(5) {
        left: 79%;
    }

    .honor .main ul li:nth-child(6) {
        left: 70%;
    }

    .about .container {
        width: 84.66%;
        padding: 0;
    }

    .about .data ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about .data ul li {
        margin: 0 19px 15px;
    }

    .product .main .container {
        width: 84.66%;
    }

    .case .main .container {
        width: 84.66%;
        padding: 0;
    }

    .honor .container {
        width: 84.66%;
    }

    .news .main .container {
        padding: 0;
        width: 100%;
    }

    .news .main .swiper-wrapper .swiper-slide {
        width: 432px !important;
    }

}


@media screen and (max-width:1200px) {

    /* 手机端首页 - honor - 点击去详情页 */
    .honor {
        background: url(../images/index_honor_bgWap.jpg) no-repeat center / cover;
    }
    .container{
        width: 100%;
        padding: 0 25px;
    }
    .click_honor{
        display: block;
        height: 560px;
    }
    .honor .main {
        display: none;
    }

    .honor .title .box {
        width: 440px;
    }

    .footer .top .left .company {
        display: none;
    }

    .case .main ul li h3 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .case .main ul li .des p {
        font-size: 20px;
    }
    .caseShow .box .con .right{
        display: none;
    }
    .caseShow .box .con .left{
        width: 100%;
        padding-bottom: 25px;
    }
    .caseShow .box .con .left .top{
        padding-top: 20px;
        padding-left: 25px;
    }
    .caseShow .box .con .left .des{
        padding: 0 25px;
    }
    .caseShow .box .con .left .title h3{
        font-size: 22px;
    }
    .caseShow .box .con .left .title h5{
        font-size: 16px;
    }
    .header .right .nav .line{
        display: none;
    }
    .page4 .list, .page6 .list{
        margin-top: 40px;
    }
    .page_banner .mySwiper_banner{
        overflow: hidden;
        height: 0;
    }
    .page_banner {
        padding-top: 100px;
    }
    .page_header{
        background-color: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    }
    .page6 .list .main ul li{
        width: 50%;
    }
    .page7 .top{
        display: block;
    }
    .page7 .top .topLeft{
        width: 100%;
    }
    .page7 .top .boxTitle{
        margin-bottom: 40px;
    }
    .page7 .top .topRight{
        width: 100%;
        margin-top: 40px;
    }
    .page7 .top .topRight form .inputBox input{
        width: 33.3%;
    }
    .innerCol .left ul li a{
        font-size: 16px;
    }
    .page1 .box1 .main .pageContainer{
        display: block;
    }
    .page1 .box1 .main .left{
        width: 100%;
    }
    .page1 .box1 .main .right{
        width: 100%;
    }
    .page1 .box1 .main{
        padding-top: 40px;
    }
    .page1 .box3 .main .flex{
        flex-wrap: wrap;
    }
    .page1 .box3 .main .flex .left{
        width: 100%;
        padding-top: 45px;
    }
    .page1 .box3 .main .flex .right{
        position: static;
        width: 100%;
        padding: 25px 60px 0;
    }
    .mySwiper_honor .swiper-slide{
        width: calc(33% - 13px);
    }
    .page4 .list .main ul li{
        width: 50%;
        height: auto;
    }
    .news .main a, .page4 .list .pageContainer .main ul li a {
        height: auto;
    }
    .page5 .main .right{
        padding: 40px 35px;
    }
    .page2 .itemCol .list .swiper-wrapper .swiper-slide{
        width: calc(33.3% - 12px);
    }
    .page3 .main .swiperBox{
        width: 90%;
    }
    .page3 .main .content{
        width: 90%;
    }
    .page3 .main .titleBox {
        padding: 0 40px 20px;
    }
}




@media screen and (max-width:1024px) {}

@media screen and (max-width:992px) {
    .page1 .box2 .main .pageContainer .swiper-button-next:after, .page1 .box2 .main .pageContainer .swiper-button-prev:after{
        font-size: 24px;
    }
    .page6 .list .main{
        width: 100%;
    }
    .pageContainer{
        width: 100%;
        padding: 0 15px;
    }
    .footer .top {
        display: block;
    }

    .footer .top .left {
        width: 100%;
    }

    .footer .top .right .msgBox .codeBox {
        margin: 45px auto 0;
    }

    .footer .top .right .msgBox .codeBox ul li {
        margin: 0px 8.5px;
    }

    .footer .bottom {
        display: none;
    }

    .footer {
        padding: 80px 0;
    }

    .download .btn {
        width: 261px;
        height: 55px;
    }

    .about .about_text {
        height: 500px;
    }

    .about .about_text a {
        position: relative;
        padding: unset;
        background: url(../images/index_about_wapBg.png) no-repeat center / cover;
    }

    .about .about_text p {
        color: rgb(108, 54, 20);
        line-height: 1.667em;
        font-size: 16px;
    }

    .about .about_text a div {
        position: absolute;
        max-height: 320px;
        padding-top: 200px;
        height: unset;
        padding: 0 35px 0 25px;
        bottom: 75px;
    }

    .product {
        background: url(../images/index_pro_wapBg.png) no-repeat top center / cover;
    }

    .product .main .content h1 {
        font-size: 26px;
    }

    .product .main .content h5 {
        font-size: 15px;
    }

    .product .main .content .arrow {
        width: 15px;
        margin: 20px auto 0;
    }

    .product .main .content .icon {
        margin-bottom: 5px;
        height: 75px;
    }

    .product .main .content .icon img {
        height: 100%;
    }

    .case .main ul li {
        width: 100%;
    }

    .product .main ul {
        margin: 20px 0 330px 0;
    }

    .product {
        padding: 70px 0 90px 0;
    }

   
    .case {
        padding: 80px 0;
    }

    .banner .swiper-pagination {
        display: none;
    }

    .about .data ul li {
        margin: 0 10px 15px;
    }
    .page7 .top .topRight form .inputBox{
        display: block;
    }
    .page7 .top .topRight form .inputBox input{
        width: 100%;
    }
}


@media screen and (max-width:767px) {
    .page3 .pageContainer{
        width: 95%;
        padding: 0;
    }
    .page3 .main .titleBox .left h3{
        font-size: 18px;
    }
    .page3 .main .swiperBox{
        padding: 40px 0;
    }
    .page3 .main{
        padding: 40px 0;
    }
    .page2 .itemCol .list .swiper-wrapper .swiper-slide{
        width: calc(50% - 9px);
    }
    .page5 .main .right{
        display: none;
    }
    .page5 .main .left{
        width: 100%;
        padding: 40px;
    }
    .page1 .box3 .main .flex .left{
        padding: 40px 20px 0px;
    }
    .page1 .box3 .main .flex .right{
        padding: 20px 20px 0;
    }
    .page1 .box3{
        padding-bottom: 45px;
    }
    .innerCol .pageContainer{
        display: flex;
        flex-wrap: wrap;
        height: 65px;
    }
    .mySwiper_honor .swiper-slide{
        width: calc(50% - 20px);
    }
    .page1 .box1 .main .pageContainer{
        padding: 0 25px;
    }
   .page6 .list .main ul li{
        width: 100%;
    }
    .product .main .content .icon {
        height: 55px;
    }

    .product .main .content h1 {
        font-size: 24px;
    }

    .product .main .content h5 {
        font-size: 14px;
    }

    .case .main ul li h3 {
        font-size: 24px;
    }

    .case .main ul li .des p {
        font-size: 18px;
    }

    .case .main ul li {
        height: 300px;
    }

    .case .main ul li a {
        padding: 30px;
    }

    .about,
    .product,
    .case,
    .news,
    .footer {
        padding: 50px 0;
    }

    .download {
        padding: 60px 0;
    }

    .about .data .circle {
        width: 110px;
        height: 110px;
        margin-bottom: 10px;
    }

    .about .data .circle .txt h1 {
        line-height: 0.9em;
        font-size: 48px;
    }

    .about .data .circle .txt em {
        font-size: 12px;
        line-height: unset;
    }

    .header .container {
        height: 60px;
    }

    .header .logo {
        height: 50px;
    }

    .header .menu {
        width: 24px;
        margin-left: 15px;
    }

    .header .right .lang {
        padding-left: 0;
    }

    .header .right .lang .lang_icon {
        margin-right: 6px;
        width: 16px;
    }

    .header .right .lang .arrow_icon {
        margin-left: 6px;
        width: 10px;
    }

    .header .right .lang span {
        font-size: 12px;
    }

    .header .right {
        margin-top: 0;
    }

    .index_title .cn_title h5 {
        margin: 0 15px;
    }

    .index_title .en_title {
        padding-bottom: 10px;
    }

    .about .data .des p {
        font-size: 13px;
    }

    .about .data {
        margin-top: 30px;
    }

    .about .about_text {
        height: 60vh;
    }

    .product .main ul {
        margin: 20px 0 165px 0;
    }

    .honor {
        padding-top: 50px;
        height: 65vh;
        background: url(../images/index_honor_bgWap.jpg) no-repeat 0 0 / cover;
    }

    .news .main .swiper-wrapper .swiper-slide {
        width: 380px !important;
    }
}

@media screen and (max-width:500px) {
    
    .index_title .en_title span {
        font-size: 26px;
    }

    .index_title .cn_title h5 {
        font-size: 20px;
    }

    .download .btn {
        width: 170px;
        height: 32px;
        font-size: 14px;
    }

    .about .data .circle {
        width: 75px;
        height: 75px;
    }

    .about .data .circle .txt h1 {
        font-size: 40px;
    }

    .about .data .circle .txt em {
        font-size: 8px;
    }

    .about .data ul {
        margin: 0 -10px;
        align-items: flex-start;
    }

    .about .data ul li {
        margin: 0 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 30%;
    }

    .about .data .des p {
        font-size: 10px;
    }

    .about .about_text {
        margin-top: 15px;
    }

    .about .about_text p {
        font-size: 14px;
    }

    .about .about_text a div {
        bottom: 38px;
    }

    .product .main ul li::after {
        font-size: 16px;
        margin: 0 10px;
    }

    .product .main ul li a {
        font-size: 15px;
    }

    .product .main .content .icon {
        height: 33px;
    }

    .product .main .content h1 {
        font-size: 18px;
    }

    .product .main .content h5 {
        font-size: 10px;
    }

    .product .main .content .left a {
        right: 10%;
    }

    .product .main .content .right a {
        left: 10%;
    }

    .case .main ul li h3 {
        font-size: 20px;
    }

    .case .main ul li .des p {
        font-size: 16px;
    }

    .case .main ul li h3 {
        padding-bottom: 15px;
    }

    .case .main ul li .btn {
        width: 20px;
        height: 15px;
        border-radius: 6px;
    }

    .case .main ul li a {
        padding: 20px;
    }

    .case .main ul li {
        height: 230px;
    }

    .case .main {
        margin-top: 30px;
    }

    .honor .title h1 {
        padding-bottom: 5px;
        font-size: 18px;
    }

    .honor .title::before {
        margin-right: 8px;
        height: 40px;
    }

    .honor .title p {
        font-size: 10px;
    }

    .honor .title .box {
        width: 310px;
    }

    .news .main .swiper-wrapper .swiper-slide {
        width: 250px !important;
    }

    .news .main a h4 {
        margin: 20px 0 15px 0;
        font-size: 17px;
        height: 48px;
    }

    .news .main a .des p {
        font-size: 13px;
    }

    .news .main a .top .time em {
        font-size: 22px;
    }

    .news .main a .top .time span {
        font-size: 13px;
    }

    .news .main a .top .time i {
        font-size: 16px;
        margin: 0 5px 0 2px;
    }

    .news .main a .img {
        margin-top: 20px;
    }

    .news .main a {
        border-radius: 10px;
        padding: 20px 17.5px 25px;
        height: 546px;
    }

    .news .main a:hover,
    .news .main .swiper-slide-active a {
        background-color: #FEF2DB;
        padding: 35px 17.5px 44px;
        height: 400px;
    }

    .news .main a:hover .top,
    .news .main .swiper-slide-active a .top {
        transition: all .5s;
    }

    .news .main .mySwiper_index_news {
        height: 400px;
    }

    .news .main a {
        height: 341px;
    }

    .news .main a:hover .top .arrow,
    .news .main .swiper-slide-active a .top .arrow {
        transform: translateX(0);
        opacity: 1;
        width: 12px;
    }

    .news .main a:hover .top .arrow img,
    .news .main .swiper-slide-active a .top .arrow img {
        width: 100%;
    }

    .news .main a:hover .top .time em,
    .news .main .swiper-slide-active a .top .time em {
        color: #9a6835;
    }

    .news .main a:hover .top .time i,
    .news .main .swiper-slide-active a .top .time i {
        color: #9a6835;
    }

    .news .main a:hover .top .time span,
    .news .main .swiper-slide-active a .top .time span {
        color: #9a6835;
    }

    .news .main .swiper-slide-active a h4,
    .news .main a:hover h4 {
        margin: 20px 0 15px 0;
        font-family: "2_75_SemiBold";
        color: #9a6835;
    }

    .news .main a:hover .des p,
    .news .main .swiper-slide-active a .des p {
        color: #9a6835;
    }

    .swiper-pagination span {
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
    }

    .news .main .swiper-pagination {
        bottom: -48px;
    }

    .news .main {
        padding-bottom: 48px;
    }

    .footer .top .right .msgBox .codeBox ul li {
        width: 110px;
        height: 140px;
    }

    .footer .top .left form input {
        width: 90px;
        height: 25px;
        font-size: 12px;
    }

    .footer .top .left form p {
        font-size: 14px;
        padding-bottom: 7px;
    }

    .footer .top .right .msgBox .codeBox ul li .code {
        height: 100px;
        padding: 10px 15px;
    }

    .footer .top .right .msgBox .codeBox ul li .des {
        height: calc(100% - 100px);
    }

    .footer .top .right .msgBox .codeBox ul li .des p {
        font-size: 10px;
    }

    .footer .top .right .msgBox .codeBox {
        margin: 25px auto 0;
    }

    .header .right .nav ul li a {
        width: unset;
    }

    .header .right .nav ul li:hover a,
    .header .right .nav ul li.active a {
        font-size: 16px;
        font-family: "2_45_Light";
        color: #d0121b;
    }
}