input:focus {
    outline: none !important;
    border: none !important;
}

body {
    font-family: SourceHanSansCN;
    margin: 0;
    scroll-snap-type: y mandatory;
    padding: 0;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
/*    overflow-x: scroll;*/

}






/* 在大屏幕上的样式 */
@media screen and (min-width: 8920px)  {
    header {

        min-width: 1920px;
        margin: 0 auto;
        /* background-color: #f0f0f0; */
		overflow:hidden;
    }
   
    .Appconatiner {
        width: 1920px;
        margin: 0 auto;
    }

    .bannersne {
        width: 100%;
        height: auto;
        z-index: 11;
        /*-webkit-animation: kenburns-top 5s ease-out both;
        animation: kenburns-top 5s ease-out both;*/

    }

    .topbigtshe {
        position: absolute;
        top: 370px;
        z-index: 12;
        width: 1920px;
        margin: 0 auto;
        color: #ffffff;
        -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;
    }

    .topbigtshe p {
        margin-left: 164px;
        font-size: 3vw;
    }

    @-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;
        }
    }

    @-webkit-keyframes kenburns-top {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
        }

        100% {
            -webkit-transform: scale(1.05) translateY(-5px);
            transform: scale(1.05) translateY(-5px);
            -webkit-transform-origin: top;
            transform-origin: top;
        }
    }

    @keyframes kenburns-top {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
        }

        100% {
            -webkit-transform: scale(1.05) translateY(-5px);
            transform: scale(1.05) translateY(-5px);
            -webkit-transform-origin: top;
            transform-origin: top;
        }
    }


    .pcHeader {
        min-width: 100%;
        margin: 0 auto;
        position: fixed;
        top: 0;
        z-index: 133;
        background-color: transparent;
    }

    .headerContainer {
        min-width: 1920px;
        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: 34px;
        width: 80%;
        margin-left: 10%;
        margin-bottom:14px;

    }

    .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 {
        position: relative;
        height: 1143px;
        overflow: hidden;
        background: url(../image/pcbanner.png) no-repeat center;
        background-size: cover;
        margin-top: -3.5%;
    }



    .zhuying {
        width: 100%;
        height: 300px;
        color: #1AA26B;
        font-size: 48px;
        font-weight: bold;


    }

    .zhuswiper {
        width: 100%;
        height: auto;

    }

    .zhuyingItem {
        margin-top: 20px;
        z-index: 22;
        width: 473px;
        height: 587px;
        background: #FFFFFF;
        border-radius: 65px 0px 65px 65px;
        display: none;

    }

    .leftone {
        -webkit-animation: roll-in-left 0.6s 1s both;
        animation: roll-in-left 0.6s 1s both;
    }

    .lefttwo {
        -webkit-animation: roll-in-left 0.6s both;
        animation: roll-in-left 0.6s both;
    }

    .cenzhuying {
        -webkit-animation: roll-in-left 0.6s 0.5s both;
        animation: roll-in-left 0.6s 0.5s both;
    }

    @-webkit-keyframes roll-in-left {
        0% {
            -webkit-transform: translateY(-500px);
                    transform: translateY(-500px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
            opacity: 0;
          }
          38% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
            opacity: 1;
          }
          55% {
            -webkit-transform: translateY(-65px);
                    transform: translateY(-65px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          72% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          81% {
            -webkit-transform: translateY(-28px);
                    transform: translateY(-28px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          90% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          95% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          100% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
    }

    @keyframes roll-in-left {
        0% {
            -webkit-transform: translateY(-500px);
                    transform: translateY(-500px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
            opacity: 0;
          }
          38% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
            opacity: 1;
          }
          55% {
            -webkit-transform: translateY(-65px);
                    transform: translateY(-65px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          72% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          81% {
            -webkit-transform: translateY(-28px);
                    transform: translateY(-28px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          90% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          95% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          100% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
    }

    .cenzhuying {
        width: 473px;
        height: 587px;
        background: #1AA26B;
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36);
        border-radius: 65px 0px 65px 65px;
        margin: 0 86px;
        background: url(../image/banwn1.png) no-repeat center;
        background-size: cover;
    }

    .zhuyingItem img {
        height: 89px;
        width: auto;
        margin-left: 272px;
        margin-top: 60px;
        cursor: pointer;
    }

    .zhuyingItem h3 {
        margin-top: 64px;
        margin-left: 47px;
        color: #3062B9;
        font-size: 34px;
        font-weight: bold;
    }

    .zhuyingItem p {
        width: 377px;
        height: 218px;
        margin-top: 26px;
        font-weight: 400;
        font-size: 14px;
        color: #575757;
        line-height: 30px;
        margin-left: 47px;
        overflow: hidden;
/*        text-overflow: ellipsis;*/
        display: -webkit-box;
/*        -webkit-line-clamp: 4;*/
/*        -webkit-box-orient: vertical;*/

    }

    .zhuyingItem .chakan {
        margin-left: 226px;
        margin-top: -10px;
    }

    .cenzhuying h3 {
        color: #FFFFFF;
        margin-top: 83px;
    }

    .cenzhuying p {
        width: 377px;
        height: 298px;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
    }

    .cenzhuying .chakan {
        width: 201px;
        height: 58px;
        margin-top: 52px;
    }

    .swiper-container {
        width: 1712px !important;
        height: 651px !important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        margin-top: -50px;

    }

    .swiperitem {
        width: 452px;
        height: 391px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
        border-radius: 65px 0px 65px 65px;


    }
    .minsuenr{
        width: 100%;
    }
    .munsnelrks{
        display: none;
    }
    .swiper-slide-active .minsuenr{
        display: none;
    }

    .swiper-slide-active .munsnelrks{
        display: block;
    }
    .swiperitem .imgconame {
        width: 88%;
        height: 65%;
        margin-left: 6%;
        margin-top: 23px;
        border-radius: 55px 0px 55px 55px;
        overflow: hidden;
    }
    
    .swiperitem .imgconame img {
        width: 100%;
        height: 254px;
    }


    .swiper-slide .bottomveiw {
        width: 88%;
        margin-left: 6%;
        margin-top: 38px;
        font-size: 34px;
        font-weight: bold;
        color: #3062B9;
    }

    .swiper-slide-active .bottomveiw {
        width: 88%;
        margin-left: 6%;
        margin-top: 38px;
        font-size: 42px;
        font-weight: bold;
        color: #3062B9;
    }

    .tipingse {
        width: 88%;
        margin-left: 6%;

    }

    .swiper-slide .tipingse img {
        width: 87px;
        height: auto;
        margin-top: 19px;
    }

    .swiper-slide-active .tipingse img {
        width: 137px;
        height: auto;
        margin-top: 39px;

    }

    .tizheng {
        width: 88%;
        margin-left: 6%;
        margin-top: 16px;
        text-align: left;

    }

    .tizheng span {
        color: #3062B9;
        font-size: 34px;
        font-weight: bold;
    }

    .swiper-slide .swiperitem p {
        width: 88%;
        margin-left: 6%;
        text-align: left;
        font-weight: 400;
        color: #575757;
        line-height: 28px;
        font-size: 18px;
        margin-top: 10px;
    }

    .swiper-slide-active .swiperitem p {
        width: 88%;
        height: 115px;
        margin-left: 6%;
        text-align: left;
        font-weight: 400;
        color: #575757;
        line-height: 30px;
        font-size: 19px;
        margin-top: 16px;
    }

    .bottoms {
        width: 88%;
        margin-left: 6%;
    }

    .swiper-slide .bottoms img {
        width: 130px;
        margin-top: 15px;
    }

    .swiper-slide-active .bottoms img {
        width: 198px;
        margin-top: 35px;
    }

    .swiper-slide .bottomveiw .iconline {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #245DAB;
        font-size: 20px;
    }

    .swiper-slide-active .bottomveiw .iconline {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 1px solid #245DAB;
        font-size: 34px;
        font-weight: lighter;
    }

    .swiper-slide-active .swiperitem {
        width: 598px;
        height: 501px;
        background: #FFFFFF;
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
        border-radius: 65px 0px 65px 65px;
    }

    .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
        border-radius: 50% !important;
        border: 2px solid #26508B !important;
        background-color: #FFFFFF !important;
    }

    .swiper-pagination-bullet-active {
        width: 14px !important;
        height: 14px !important;
        background: #26508B !important;
        border-radius: 50% !important;
    }

    .busList {

        max-width: 1920px;
        margin: 0 auto;
        margin-top: 160px;

    }
   .mobileLusne{
    display:none
   }
    .busItem {
        padding: 0 !important;
    }

    /* .busItem img {
        width: 100%;
    } */

    .busItem ul {
        margin-left: 9%;
        margin-top: 9%;
        color: rgba(87, 87, 87, 1);
        font-size: 19px;
        margin-bottom: 0;
        padding: 0;

    }

    .zhuyingItem img:hover {
        animation: move 0.5s ease-in-out forwards;
    }

    .zhuyingItem img:not(:hover) {

        animation: move1 0.5s ease-in-out forwards;
    }

    .busItem .btn_d {
        width: 100%;
        overflow: hidden;
    }

    .btn_d img {
        width: 100%;
    }

    .btn_d img:hover {
        animation: move 0.5s ease-in-out forwards;
    }

    /* 鼠标离开时执行的CSS代码 */
    .btn_d img:not(:hover) {

        animation: move1 0.5s ease-in-out forwards;
    }

    @keyframes move {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.02);
        }
    }

    @keyframes move1 {
        0% {
            transform: scale(1.02);
        }

        100% {
            transform: scale(1);
        }
    }

    .busItem ul span {
        display: inline-block;
        width: 90%;

    }


    .busItem ul h3 {
        font-weight: bold;
        font-size: 50px;
        color: #1AA26B;
        margin-bottom: 12%;
    }

    .busItem ul .imgcoanne {
        width: 70px;
        height: 70px;
        background: rgba(48, 98, 185, 0.1);
        border-radius: 20px 0px 20px 0px;
        margin-right: 5%;


    }

    .busItem ul li {
        margin-top: 5%;
    }

    .imgcoanne img {
        width: 37px;
        height: auto;
    }

    .dingyuContainr {
        min-width: 1920px;
        height: 220px;
        background-color: #1AA26B;
    }

    .row {
        margin: 0;
    }
     .slideonr{
        width: 40%;
        display: none;
        -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  both;
        animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  both;
     }
    .dingyuContainr .dingyuriht {
        width: 100%;
        height: 73px;
        border: 1px solid #FFFFFF;
        border-radius: 36px;
    }
    
    @-webkit-keyframes slide-left {
        0% {
          -webkit-transform: translateX(400px);
                  transform: translateX(400px);
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
        }
      }
      @keyframes slide-left {
        0% {
          -webkit-transform: translateX(400px);
                  transform: translateX(400px);
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
        }
      }
      
    .dingyuContainr .dingleft {
        width: 40%;
        padding-left: 10%;
        color: rgba(255, 255, 255, 1);
        display: none;
        -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    @-webkit-keyframes fade-in-fwd {
        0% {
            -webkit-transform: translateX(-400px);
                    transform: translateX(-400px);
          }
          100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
          }
      }
      @keyframes fade-in-fwd {
        0% {
            -webkit-transform: translateX(-400px);
                    transform: translateX(-400px);
          }
          100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
          }
      }
    .dingyuContainr .dingleft h3 {
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 26px;
    }

    .dingyuContainr .dingleft p {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
    }

    .dingyuContainr .dingyuriht input {
        height: 100%;
        width: 75%;
        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: 255px;
        height: 71px;
        background: #FFFFFF;
        border-radius: 35px;
        color: #1AA26B;
        font-size: 24px;
    }

    .dingyuContainr .dingyuriht div img {
        width: 26px;
        height: auto;
        margin-right: 15px;
    }

    .seting {
        display: none
    }
    .otsheunse{
        display: none;
    }

    /* 样式规则 */
}
