

@media all and (max-width: 1280px) {
    .swiper-button-prev {
        left: 0 !important;
        display: none
    }
    .swiper-button-next {
        right: 0 !important;
        display: none
    }
    /* common */
    .inner {
        width: 100%;
        padding: 0 2%;
    }
    header .inner .menu-btn {
        display: block;
    }
    header .inner .menu {
        display: none;
    }
    .banner .slide img {
        min-height: 100%;
        min-width: auto;
    }
    .common-tit .en {
        font-size: 30px;
        line-height: 40px;
    }
    .common-tit .zh {
        font-size: 14px;
        margin-top: 14px;
    }
    .common-tit .sub-zh {
        font-size: 28px;
        margin-top: 8px;
    }
    .common-tit .sub-sub-zh {
        font-size: 28px;
    }
    .common-video-box {
        height: 431px;
    }
    .b-item .b-msg-box {
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
    }
    .s-items .item .s-msg-box .common-msg {
        padding: 30px;
    }
    .common-msg {
        padding: 30px 30px;
    }
    .common-msg .en {
        font-size: 22px;
        line-height: 30px;
    }
    .common-msg .zh {
        margin: 0 0 10px;
    }
    .common-items {
        padding-bottom: 80px;
    }
    .common-items .common-tit {
        margin: 120px 0 60px;
    }
    .common-items .bd .items {
        display: flex;
        justify-content: space-between;
    }
    .common-items .bd .items .item {
        float: none;
        width: auto;
    }
    .common-items .bd .items .item:nth-child(2) {
        margin: 0;
    }
    .common-items .bd .items .item .img {
        width: 170px;
        height: 170px;
        margin-left: 25%;
    }
    .common-items .bd .items .item .info h3 {
        font-size: 18px;
    }
    .common-items .bd .items .item .info p {
        font-size: 12px;
    }
    footer .footer-links {
        display: flex;
        justify-content: space-between;
    }
    footer .footer-links dl {
        width: auto;
        margin-right: 0;
        display: block;
    }
    /* common */
    /* index */
    .index-sec01 .common-tit {
        padding: 70px 0 60px;
    }
    .action .inner {
        padding: 0 !important;
    }
    /* index */
    /* commercial */
    .com-sec01 {
        padding-bottom: 100px;
    }
    .com-sec01 .inner {
        padding: 0;
    }
    .com-sec01 .common-tit {
        margin: 60px 0 70px;
    }
    /* commercial */
    /* ad */
    .ad-sec01 .common-tit {
        margin: 60px 0 60px;
    }
    .ad-sec02 {
        padding-bottom: 100px;
    }
    .ad-sec02 .common-tit {
        margin: 60px 0 60px;
    }
    /* ad */
    /* price */
    .price-sec01,
    .price-sec03,
    .price-sec04,
    .price-sec05 {
        margin: 60px 0 60px;
    }
    .price-items {
        margin: 60px 0;
        display: flex;
        justify-content: space-around;
    }
    .price-items .item {
        float: none;
        padding: 0 12px;
    }
    .price-items .item .tit h3 {
        font-size: 16px;
    }
    .price-items .item .tit h3 strong {
        font-size: 38px;
        letter-spacing: -1px;
    }
    /* price */
    /* introduce */
    .intro-sec01 .bd {
        width: 80%;
        margin: 60px auto 60px;
    }
    .intro-sec02 {
        padding-bottom: 120px;
    }
    .intro-sec02 .common-tit {
        margin: 60px auto 60px;
    }
    .intro-sec02 .bd .item .img {
        width: 500px;
        height: 358px;
        float: none;
    }
    .intro-sec02 .bd .item .info {
        width: calc(100% - 500px);
        height: 358px;
        padding: 40px 50px;
    }
    /* introduce */
    /* news */
    .news-sec01 .common-tit {
        margin: 70px auto 60px;
    }
    .news-sec01 .bd .item .info .detail dl p {
        max-height: 100px;
        overflow: hidden;
    }
    /* news */
    .index-sec02 {
        padding-top: 80px;
    }
    .index-sec02 .common-tit {
        margin-bottom: 80px;
    }
    .banner .banner-text .zh {
        font-size: 45px;
    }
    .banner .banner-text .en {
        font-size: 30px;
    }
    .common-msg .zh {
        font-size: 14px;
    }
    .common-msg .btn-box a {
        display: block;
        width: 104px;
        line-height: 35px;
        text-align: center;
        border-style: solid;
        border-width: 1px;
        transition: 0.56s;
        -webkit-transition: 0.56s;
        color: #000000;
        font-size: 16px;
    }
    .common-form {
        padding: 80px 0 26px;
    }
    .common-form .bd form .btn-box {
        padding: 80px 0 80px;
    }
    .common-items .bd .items .item .info .follow-btn {
        font-size: 12px;
        width: 115px;
        line-height: 33px;
    }
    .intro-sec02 .bd .item {
        margin: 60px 0;
    }
    .common-form form {
        width: 800px !important;
    }
    .common-form .bd form .input-box .txt {
        width: 366px;
    }
}

@media all and (max-width: 800px) {
    .row {
        background: red;
    }
    /* common */
    .common-items .bd .items .item .img {
        margin: 0 auto;
    }
    .common-form .bd form {
        width: 100%;
        text-align: center;
    }
    .common-form .bd form .input-box {
        float: none;
        width:50%;
        display: inline-block;
    }
    .common-form .bd form .input-box .txt {
        width: 100%;
    }
    .common-form .bd form .input-box label {
        text-align: left;
    }
    /* common */
    .intro-sec02 .bd .item .img {
        width: 50%;
        height: 264px;
    }
    .intro-sec02 .bd .item .info {
        width: 50%;
        height: 264px;
        padding: 10px 40px;
    }
    .intro-sec02 .bd .item .info .zh {
        font-size: 20px;
        letter-spacing: 0;
    }
    .intro-sec02 .bd .item .info .en {
        font-size: 15px;
        margin-top: 0;
    }
    .intro-sec02 .bd .item .info .detail {
        margin-top: 12px;
    }
    .intro-sec02 .bd .item .info .detail p {
        line-height: 20px;
    }
}

@media all and (max-width: 480px) {
    .common-items .swiper-button-prev,
.common-items .swiper-button-next{
    display: block
}
    .common-items .bd .items .slick-prev,
    .common-items .bd .items .slick-next {
        top: 34% !important;
    }
    .s-items .item img {
        min-height: 320px;
    }
    .b-item .m-img {
        display: block;
        width: 100%;
    }
    .b-item .p-img {
        display: none;
    }
    .index-sec02 {
        padding-top: 0;
    }
    .common-video-box video {
        height: auto;
    }
    .index-sec01 .inner {
        padding: 0 !important;
    }
    .noPadding {
        padding: 0;
    }
    /* common */
    header {
        height: 54px;
    }
    header .logo {
        margin-left: 5px;
        width: 100px;
        height: 54px;
    }
    header .logo a {
        line-height: 54px;
    }
    header .logo a img {
        width: 100%;
    }
    header .menu-btn {
        line-height: 54px;
    }
    footer .footer-links {
        padding: 20px 0 0 0;
        flex-wrap: wrap;
    }
    footer .footer-links dl {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer .footer-links dl dt {
        margin-bottom: 0;
    }
    footer .footer-links dl dt a {
        font-size: 14px;
        font-weight: normal;
    }
    footer .footer-links dl dd a {
        font-size: 12px;
        line-height: 2;
    }
    footer .copyright {
        width: 100%;
        padding: 10px;
    }
    footer .copyright p {
        font-size: 10px;
    }
/*2.26*/
    .inners{
        position:fixed;
        top:0;
        background: black;
    }
    .submit-btn{
        margin-left: 21% !important;
    }

    .m-menu .header .row {
        height: 54px;
    }
    .m-menu .header .logo {
        width: 100px;
    }
    .m-menu .panel nav>ul>li {
        width: 50%;
        margin-bottom: 50px;
    }
    .m-menu .panel nav>ul>li a {
        font-size: 24px;
    }
    .m-menu .panel nav>ul>li>ul>li a {
        font-size: 15px;
        line-height: 26px;
    }
    .banner .banner-text .zh {
        font-size: 30px;
    }
    .banner .banner-text .en {
        font-size: 20px;
    }
    .common-tit .zh {
        font-size: 16px;
        margin-top: 0;
    }
    .common-tit .en {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    .common-tit .paras {
        width: 100%;
        font-size: 14px;
        padding: 0 3%;
        text-align: left;
        margin: 30px auto 0;
    }
    .common-tit .sub-zh {
        font-size: 22px;
        line-height: 30px;
    }
    .common-tit .sub-sub-zh {
        font-size: 20px;
    }
    .common-video-box {
        height: auto;
        overflow: hidden;
    }
    .common-msg {
        height: 100%;
        padding: 20px 20px;
    }
    .common-msg .en {
        font-size: 20px;
        line-height: 26px;
    }
    .common-msg .zh {
        font-size: 12px;
        margin: 0;
        line-height: 26px;
    }
    .common-msg .btn-box {
        margin-top: 12px;
    }
    .common-msg .btn-box a {
        width: 80px;
        line-height: 30px;
        font-size: 14px;
    }
    .s-items .item {
        float: none !important;
        width: 100%;
    }
    .s-items .item:last-child {
        padding-bottom: 20px;
    }
    .s-items .item:last-child .common-msg.bottom-left {
        bottom: 20px;
    }
    .s-items .item .s-msg-box .common-msg {
        height: auto;
        padding: 20px;
    }
    .sh-items .item {
        float: none !important;
        width: 100%;
    }
    .sh-items .item .s-msg-box .common-msg {
        height: auto;
        padding: 20px;
    }
    .common-items .bd .items {
        display: block;
    }
    .common-items .bd .items .item {
        width: 100%;
        overflow: hidden;
    }
    .common-items .bd .items .item .img {
        width: 205px;
        height: 205px;
        margin: 0 auto;
    }
    .common-items .bd .items .item .img:before {
        width: 70px;
        height: 70px;
        background-size: contain;
        left: -10px;
    }
    .common-items .bd .items .item .info {
        padding-top: 10px;
    }
    .common-items .bd .items .item .info h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .common-items .bd .items .item .info p {
        font-size: 12px;
        line-height: 16px;
        max-height: 32px;
    }
    .common-items .bd .items .item .info .follow-btn {
        display: inline-block;
        line-height: 18px;
        padding: 6px 6px 6px 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 10px;
        margin: 20px auto;
        width: auto;
    }
    .common-items .bd .items .item .info .follow-btn:before {
        width: 20px;
        height: 20px;
        background-size: 20px 60px;
        left: 6px;
        margin-top: -10px;
    }
    .common-items .bd .items .item .info .follow-btn.follow-weixin:before {
        background-position: 0 -20px;
    }
    .common-items .bd .items .item .info .follow-btn.follow-qq:before {
        background-position: 0 -40px;
    }
    .common-form .bd form .btn-box .submit-btn {
        width: 80px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
    }
    .common-form {
        padding: 60px 10px 26px 2px;
    }
    .common-form .bd form {
        padding-top: 30px;
        width: 100%;
    }
    .common-form .bd form .input-box {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .common-form .bd form .input-box .txt {
        width: 100%;
        border: 0;
        outline: none;
    }
    .common-form .bd form .btn-box {
        padding: 40px 0 60px;
    }
    /* common */
    /* index */
    .index-sec01 .common-tit {
        padding: 40px 0;
    }
    .index-sec02 .common-tit {
        opacity: 0;
        margin: 60px 0;
    }
    /* index */
    /* commercial */
    .com-sec01 {
        padding-bottom: 30px;
    }
    .com-sec01 .inner {
        padding: 0;
    }
    .com-sec01 .common-tit {
        margin: 40px 0;
    }
    .com-sec01 .waterfall img {
        width: 100%;
    }
    /* commercial */
    /* photos */
    .photo-sec01 {
        padding-bottom: 50px;
    }
    /* photos */
    /* ad */
    .ad-sec01 .common-tit {
        margin: 30px 0 20px;
    }
    .ad-sec02 {
        padding-bottom: 50px;
    }
    .ad-sec02 .common-tit {
        margin: 30px 0 20px;
    }
    .ad-sec02 .bd .items .item {
        width: calc((100% - 10px)/2);
        margin-right: 0;
    }
    .ad-sec02 .bd .items .item:nth-of-type(2n-1) {
        margin-right: 10px;
    }
    .ad-sec02 .bd .items .item h3 {
        padding: 10px 0 20px;
    }
    /* ad */
    /* price */
    .price-sec01,
    .price-sec03,
    .price-sec04,
    .price-sec05 {
        margin: 40px 0 0;
        padding: 0;
    }
    .price-items {
        margin: 80px 0;
        flex-wrap: wrap;
    }
    .price-items .item {
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .price-items .item:nth-of-type(2) {
        margin: 80px 0;
    }
    .price-items .item .tit {
        margin-bottom: 0;
    }
    .price-items .item .tit h3 {
        line-height: 40px;
        font-size: 18px;
    }
    .price-items .item .tit h3 strong {
        font-size: 38px;
        margin-right: 4px;
    }
    /* price */
    /* introduce */
    .intro-sec01 .bd {
        width: 100%;
        margin: 40px auto;
    }
    .intro-sec01 .bd .img {
        width: 33%;
        height: auto;
        margin: 0 auto 20px;
    }
    .intro-sec01 .bd .info .zh {
        font-size: 24px;
    }
    .intro-sec01 .bd .info .en {
        font-size: 14px;
    }
    .intro-sec01 .bd .info p {
        padding: 0 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .intro-sec01 .bd .info p .icon-dot {
        width: 24px;
        height: 22px;
    }
    .intro-sec02 {
        padding-bottom: 60px;
    }
    .intro-sec02 .inner {
        padding: 0 2%;
    }
    .intro-sec02 h5,
    .intro-sec02 dt {
        font-size: 12px;
        line-height: 20px;
    }
    .intro-sec02 .common-tit {
        margin: 40px 0 40px;
    }
    .intro-sec02 .bd .item {
        flex-wrap: wrap;
        margin: 15px 0;
    }
    .intro-sec02 .bd .item .img {
        width: 100%;
        height: auto;
    }
    .intro-sec02 .bd .item .info {
        width: 100%;
        padding: 40px 30px;
        height: auto;
    }
    .intro-sec02 .bd .item .info .zh {
        font-size: 20px;
    }
    .intro-sec02 .bd .item .info .en {
        font-size: 16px;
    }
    .intro-sec02 .bd .item .info .detail {
        margin-top: 10px;
        max-height: auto !important;
    }
    /* introduce */
    /* news */
    .news-sec01 .bd .item .info .detail dl .more {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
    .sh-items .item {
        opacity: 1;
    }
    .sh-items.target.action .item:nth-of-type(2n-1) {
        animation: none;
    }
    .sh-items.target.action .item:nth-of-type(2n) {
        animation: none;
    }
    .common-items .common-tit {
        margin: 60px 0 60px;
    }
    .common-items {
        padding-bottom: 60px;
    }
    .bd.target.action.det {
        padding: 0 3%;
    }
    .intro-sec02 .m-img {
        display: block;
    }
    .intro-sec02 .b-img {
        display: none;
    }
    .y-img {
        display: block !important;
    }
    .p-img {
        display: none !important;
    }
    /* news */
}


/*# sourceMappingURL=response.css.map */