
/* 在小屏幕上的样式 */
@media screen and (max-width: 1024px) {





    /* 样式规则 */
    header {
        margin: 0 auto;
        width: 100%;
        /* background-color: #f0f0f0; */
    }

    .bannersne {
        width: 100%;
        height: auto;
        z-index: 11;

    }

    .seting {
        position: absolute;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 12;
    }

    .topbigtshe {
        position: absolute;
        top: 160px;
        z-index: 12;
        width: 100%;
        margin: 0 auto;
        color: #ffffff;
      
    }

    .topbigtshe p {
        margin-left: 27px;
        font-size: 20px;
        -webkit-animation: fade-in-left 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-left 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .chakageng {
        margin-left: 27px;
        width: 98px;
        height: 36px;
        border-radius: 17px;
        border: 1px solid #FFFFFF;
        text-align: center;
        line-height: 36px;
        -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    }
    @-webkit-keyframes scale-in-center {
        0% {
          -webkit-transform: scale(0);
                  transform: scale(0);
          opacity: 1;
        }
        100% {
          -webkit-transform: scale(1);
                  transform: scale(1);
          opacity: 1;
        }
      }
      @keyframes scale-in-center {
        0% {
          -webkit-transform: scale(0);
                  transform: scale(0);
          opacity: 1;
        }
        100% {
          -webkit-transform: scale(1);
                  transform: scale(1);
          opacity: 1;
        }
      }
      

    @-webkit-keyframes fade-in-left {
        0% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes fade-in-left {
        0% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    .pcHeader {
        /* width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0; */
        display: none !important;

    }

    .headerContainer {
        width: 100%;
        height: 43px;


    }

    .headerContainer input {
        height: 100%;
        width: 92%;
        background-color: transparent;
        margin-left: 1.5%;
        border: none;
    }

    .searchInout {
        margin-top: 22px;
        width: 58%;
        height: 43px;
        background: #FFFFFF;
        border-radius: 21px;
    }

    .searchInout img {
        width: 23px;
        height: 23px;
        margin-right: 12px;
    }

    .inpuRight {
        margin-top: 22px;
        height: 43px;
        margin-left: 25px;
        color: #FFFFFF;
        font-size: 26px;
        font-weight: 500;
    }

    .inpuRight h4 {
        margin: 0;
    }

    .inpuRight img {
        width: 27px;
        height: auto;
        margin-left: 60px;
    }

    .pcNaver {
        margin-top: 24px;
        width: 80%;
        margin-left: 10%;

    }

    .pcNaver div {
        width: 80%;
    }

    .pcNaver a {
        color: #FFFFFF;
        font-size: 26px;
        font-weight: 400;
    }

    .pcNaver .active {
        color: #1AA26B;
        font-size: 26px;
        font-weight: 800;
    }

    main {
        width: 100%;
        position: relative;
        height: 1036px;
        overflow: hidden;
        background: url(../image/mobile.png) no-repeat center;
        background-size: cover;
        margin-top: -7%;

    }



    .zhuying {
        width: 100%;
        height: 80px;
        color: #1962BF;
        font-size: 23px;
        font-weight: bold;
        margin-top: 25px;

    }

    .zhuswiper {
        width: 100%;
        height: auto;

    }

    .zhuyingItem {
        margin-top: 18px;
        z-index: 22;
        width: 90%;
        height: 280px;
        background: #FFFFFF;
        border-radius: 33px 0px 33px 33px;
        position: relative;
        display: none;
    }
    .leftone {
        -webkit-animation: roll-in-left 0.6s ease-out both;
        animation: roll-in-left 0.6s ease-out both;
    }

    .lefttwo {
        -webkit-animation: roll-in-left 0.6s ease-out 1s both;
        animation: roll-in-left 0.6s ease-out 1s both;
    }

    .cenzhuying {
        -webkit-animation: roll-in-left 0.6s ease-out 0.5s both;
        animation: roll-in-left 0.6s ease-out 0.5s both;
    }

    @-webkit-keyframes roll-in-left {
        0% {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2);
            -webkit-filter: blur(4px);
                    filter: blur(4px);
            opacity: 0;
          }
          100% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            -webkit-filter: blur(0px);
                    filter: blur(0px);
            opacity: 1;
          }
    }

    @keyframes roll-in-left {
        0% {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2);
            -webkit-filter: blur(4px);
                    filter: blur(4px);
            opacity: 0;
          }
          100% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            -webkit-filter: blur(0px);
                    filter: blur(0px);
            opacity: 1;
          }
    }

    .cenzhuying {
        width: 90%;
        height: 280px;
        background: #1AA26B;
        border-radius: 33px 0px 33px 33px;
        background: url(../image/banwn1.png) no-repeat center;
        background-size: cover;
    }

    .zhuyingItem img {
        position: absolute;
        right: 180px;
        top: 26px;
        width: 40px;
    }

    .zhuyingItem h3 {
        margin-top: 36px;
        margin-left: 7%;
        color: #3062B9;
        font-size: 23px;
        font-weight: bold;
    }

    .zhuyingItem p {
        width: 86%;
        height: 114px;
        margin-top: 25px;
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        line-height: 28px;
        margin-left: 7%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .zhuyingItem .chakan {
        position: absolute;
        top: 220px;
        left: 7%;
        width: 100px;
        height:30px;
       
        background: #3062B9;
        border-radius: 13px 0px 13px 13px;
        font-size: 12px;
        color: #ffffff;
    }
   
    .zhuyingItem .chakan .iconchakan{
        width: 20px;
        height: 20px;
        border: 1px solid #ffffff;
        border-radius: 50%;
    }

    .cenzhuying h3 {
        font-size: 23px;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: 36px;
        margin-left: 7%;
    }

    .cenzhuying p {
        width: 86%;
        height: 108px;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
    }

    .cenzhuying .chakan {
        position: absolute;
        width: 128px;
        top: 220px;
        left: 7%;
    }

    .swiper-container {
        width: 100%;
        height: 380px !important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

    }

    .swiperitem {

        margin-top: -40px;
        zoom:.8;
    }

    .swiperitem .imgconame {
        width: 88%;
        margin-left: 6%;
        height: 211px;
        margin-top: 12px;
        border-radius: 27px 0px 27px 27px;
        overflow: hidden;
    }

    .swiperitem .imgconame img {
        width: 100%;
        height: auto;
    }

    .swiper-slide .bottomveiw {
        width: 88%;
        margin-left: 6%;
        margin-top: 22px;
        font-size: 23px;
        font-weight: bold;
        color: #3062B9;
    }

    .swiper-slide-active .bottomveiw {
        width: 90%;
        margin-left: 5%;
        margin-top: 22px;
        font-size: 23px;
        font-weight: bold;
        color: #3062B9;
    }

    .tipingse {
        width: 88%;
        margin-left: 6%;

    }

    .swiper-slide .tipingse img {
        width: 68px;
        height:68px;
        margin-top: 10px;
    }

    .swiper-slide-active .tipingse img {
        width: 68px;
        height: 68px;
        margin-top: 10px;

    }

    .tizheng {
        width: 88%;
        margin-left: 6%;
        text-align: left;

    }

    .tizheng span {
        color: #3062B9;
        font-size: 23px;
        font-weight: bold;
    }
    .minsuenr{
        display: none;
    }
    .swiper-slide .swiperitem p {
        width: 88%;
        height: 112px;
        margin-left: 6%;
        text-align: left;
        font-weight: 400;
        color: #575757;
        line-height: 23px;
        font-size: 12px;
        margin-top: 4px;
    }

    .swiper-slide-active .swiperitem p {
        width: 88%;
        height: 112px;
        margin-left: 6%;
        text-align: left;
        font-weight: 400;
        color: #575757;
        line-height: 23px;
        font-size: 12px;
        margin-top: 4px;
    }

    .bottoms {
        width: 88%;
        margin-left: 4%;
        justify-content: flex-start !important;
    }

    .swiper-slide .bottoms img {
        width: 130px;
        margin-top: 5px;
    }

    .swiper-slide-active .bottoms img {
        width: 128px;
        margin-top: 0px;
    }

    .swiper-slide .bottomveiw .iconline {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #245DAB;
        font-size: 12px;
    }

    .swiper-slide-active .bottomveiw .iconline {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #245DAB;
        font-size: 12px;
    }

    .swiper-slide-active .swiperitem {
        width: 90%;
        height: 310px;
        background: #FFFFFF;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
        border-radius: 33px 0px 33px 33px;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        border: 1px solid #26508B !important;
        background-color: #FFFFFF !important;

    }

    .swiper-pagination-bullet-active {
        width: 7px !important;
        height: 7px !important;
        background: #26508B !important;
        border-radius: 50% !important;
    }

    .busList {
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;

    }

    .sunsne {
        position: relative;
        height: auto;
    }

    .busItem {
        padding: 0 !important;
        /* position: absolute; */


    }

    .usnams {
      display: none;
    }
    .mobileLusne{
        width: 100%;
        position: absolute;
        z-index: 111;
        display: none;
        top: 35px;
        -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    }
    .otsheunse{
        width: 100%;
        position: absolute;
        z-index: 111;
        display: none;
        top: 35px;
        -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.6s both;
        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.6s both;
    }
    @-webkit-keyframes puff-in-center {
        0% {
          -webkit-transform: scale(2);
                  transform: scale(2);
          -webkit-filter: blur(2px);
                  filter: blur(2px);
          opacity: 0;
        }
        100% {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-filter: blur(0px);
                  filter: blur(0px);
          opacity: 1;
        }
      }
      @keyframes puff-in-center {
        0% {
          -webkit-transform: scale(2);
                  transform: scale(2);
          -webkit-filter: blur(2px);
                  filter: blur(2px);
          opacity: 0;
        }
        100% {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-filter: blur(0px);
                  filter: blur(0px);
          opacity: 1;
        }
      }
      

    .busItem img {
        width: 100%;
    }

    .busItem ul {
        width: 90%;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        padding: 0;
        padding-left:8%;
        z-index: 1;

    }

    .busItem ul span {
        display: inline-block;
        width: 90%;

    }

    .busItem ul h3 {
        font-weight: bold;
        font-size: 23px;
        color: #ffffff;
        margin-bottom: 5%;
    }

    .busItem ul .imgcoanne {
        width: 30px;
        height: 30px;
        /* background: rgba(48, 98, 185, 0.1);
        border-radius: 20px 0px 20px 0px; */
        margin-right: 1%;

    }

    .busItem ul li {
        margin-top: 5%;
        margin-left: 0;
    }

    .imgcoanne img {
        width: 20px;
        height: auto;
    }

    .dingyuContainr {
        width: 100%;
        height: 160px;
        margin-top: 0;
        background-color: #00A566;
    }

    .row {
        margin: 0;
    }
    .dingyuContainr .slideonr{
        width: 84%;
        display: none;
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both;
    }
    @-webkit-keyframes slide-in-right {
        0% {
          -webkit-transform: translateX(100px);
                  transform: translateX(100px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
      }
      @keyframes slide-in-right {
        0% {
          -webkit-transform: translateX(100px);
                  transform: translateX(100px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
      }
      
    .dingyuContainr .dingyuriht {
        width: 100%;
        height: 29px;
        border: 1px solid #FFFFFF;
        border-radius: 15px;
        margin-top: -20px;
    }

    .dingyuContainr .dingleft {
        width: 84%;
        display: none;
        color: rgba(255, 255, 255, 1);
        -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    @-webkit-keyframes slide-in-left {
        0% {
          -webkit-transform: translateX(-100px);
                  transform: translateX(-100px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
      }
      @keyframes slide-in-left {
        0% {
          -webkit-transform: translateX(-100px);
                  transform: translateX(-100px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
      }
      

    .dingyuContainr .dingleft h3 {
        font-size: 23px;
        font-weight: 400;
        margin-top: 12px;
    }

    .dingyuContainr .dingleft p {
        font-size: 10px;
        line-height: 18px;
        margin: 0;
    }

    .dingyuContainr .dingyuriht input {
        height: 100%;
        width: 70%;
        margin-left: 5%;
        background-color: transparent;
        border: none;
        color: #FFFFFF;
    }

    .dingyuContainr .dingyuriht input::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .dingyuContainr .dingyuriht div {
        width: 101px;
        height: 29px;
        background: #FFFFFF;
        border-radius: 15px;
        color: #1AA26B;
        font-size: 10px;
        margin-left: auto;
    }

    .dingyuContainr .dingyuriht div img {
        width: 12px;
        height: auto;
        margin-right: 12px;
    }



    /*1024 手机横屏匹配**/
    @media (max-width: 800px) {

        .zhuyingItem img{
            right:140px;   
        }
        .zhuyingItem .shiejie{
            left: 130px;
        }

        .swiperitem {

            margin-top: -40px;
        }
    

    }    
}