

@media screen and (min-width: 1025px) {



    #swiperFeatures .swiper-pagination {
        bottom:60px;   
    }

    /** medium-mini **/

    @media  (max-width:1535px){

        .scrollDivone .zhuswiper{
            zoom:.8;
        }
        .scrollDivone .swiper-container{
            zoom:.7;
        }        
        .usnams  ul.pc li{
            margin-top:37px;
        }
    }

    /** large **/
    @media (min-width:1920px ) {
        .scrollDivone .zhuswiper{
            zoom:1.2;
        }
    }

    .mobilelist{
        display: none;
    }

    .struct-search{

        font-size:20px;
    }
    header {

        width:100%;
        margin: 0 auto;
/*        background-color: #f0f0f0; */
		overflow:hidden;
/*		background:none;*/
    }

    .Appconatiner {
        width:100%;
        margin: 0 auto;
/*        overflow:hidden;*/
    }

    .bannersne {
        width: 100%;
        height: auto;
        z-index: 11;
/*        -webkit-animation: kenburns-top 5s ease-out both;*/
/*        animation: kenburns-top 5s ease-out both;*/

    }


    .headerBanner {
        width: 100%;
        height: 800px;
        /*: url(../image/comtwo.png)*/
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        background-color:transparent ;
        z-index: 11;
    }

    .topbigtshe {
        position: absolute;
        top: 40%;
        z-index: 12;
        width: 100%;
        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: 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: 34px;
        width: 80%;
        margin-left: 10%;
        margin-bottom:14px;

    }

    .pcNaver div {
        width: 80%;
    }

    .pcNaver a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400;
    }

    .pcNaver .active {
        color: #1AA26B;

        font-weight: 800;
    }

    main {
        position: relative;
        height: 573px;
        overflow: hidden;
        background: url(../image/pcbanner.png) no-repeat center;
        background-size: cover;
        margin-top: -3.5%;
    }



    .zhuying {
        width: 100%;
        height: 120px;
        color: #1AA26B;
        font-size: 32px;
        font-weight: bold;


    }

    .zhuswiper {
        width: 100%;
        height: auto;

    }

    .zhuyingItem {
        margin-top: 20px;
        z-index: 22;
        width: 473px;
        cursor: pointer;
        height: 587px;
        background: #FFFFFF;
        border-radius: 65px 0px 65px 65px;
        display: none;
        zoom:.7;
        margin-left: 41px;
        margin-right: 41px;

    }

    .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;
          }
    }

.zhuyingItem:hover{
  background: #1AA26B;
    background: url(../image/banwn1.png) no-repeat center;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.36);
    border-radius: 60px 0px 60px 60px;
}
.zhuyingItem:hover img{
    display: none;
}
.zhuyingItem:hover h3 {
    color: #ffffff;
    margin-top: 83px;
    font-size: 32px;
}
.zhuyingItem:hover p {
   height: 366px;
   color: #ffffff;

}


    .zhuyingItem img {
        height: 89px;
        width: auto;
        margin-left: 172px;
        margin-top: 60px;
        cursor: pointer;
    }

    .zhuyingItem h3 {
        margin-top: 34px;
        margin-left: 40px;
        color: #3062B9;
        font-size: 32px;
        font-weight: bold;
    }

    .zhuyingItem p {
        width: 377px;
        height: 175px;
        margin-top: 18px;
        font-weight: 400;
        font-size: 20px;
        color: #575757;
        line-height: 34px;
        margin-left: 47px;
        overflow: hidden;
       text-overflow: ellipsis;
        display: -webkit-box;
       -webkit-line-clamp: 5;
       -webkit-box-orient: vertical;

    }

    .zhuyingItem .chakan {
        margin-left: 270px;
        margin-top: 73px;
        width: 160px;
        height:46px;

        background: #3062B9;
        border-radius: 23px 0px 23px 23px;
        font-size: 18px;
        color: #ffffff;
    }
    .zhuyingItem .chakan .iconchakan{
        width: 30px;
        height: 30px;
        border: 1px solid #ffffff;
        border-radius: 50%;
    }

    .zhuyingItem:hover .chakan {
        margin-top: 18px;
        width: 161px;
        cursor: pointer;
height: 47px;
background: transparent;
border-radius: 23px 0px 24px 23px;
border: 1px solid #FFFFFF;
     }



    .swiperCnainer .swiperitem{
        zoom:.8;
    }

    .swiper-container {
        width: 1712px !important;
        height: 551px !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: 32px;
        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: 100%;
        margin: 0 auto;
        margin-top: 60px;


    }
   .mobileLusne{
    display:none
   }
   .busLis{
    padding-bottom: 100px;
   }
    .busItem {
        padding: 0 !important;
    }

    /* .busItem img {
        width: 100%;
    } */

    .busItem ul {
        margin-left: 9%;
        margin-top:61px;
        color: rgba(87, 87, 87, 1);
        font-size: 19px;
        margin-bottom: 0;
        padding: 0;

    }


    .busItem ul li{
        zoom:.8;
        margin-bottom: 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: 500px;
    }


    .busItem ul h3 {
        font-weight: bold;
        font-size: 32px;
        color: #1AA26B;
        margin-bottom: 57px;
    }

    .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: 57px;
    }

    .imgcoanne img {
        width: 37px;
        height: auto;
    }

    .dingyuContainr {
        min-width: 100%;
        height: 220px;
        background-color: #1AA26B;
        overflow:hidden;
    }

    .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: 48%;
        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: 30px;
        font-weight: 400;
        margin-bottom: 26px;
    }

    .dingyuContainr .dingleft p {
        font-size: 15px;
        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;
    }

    /* ÑùÊ½¹æÔò */


    /** 内页 顶部菜单固定背景色 **/

    .pcHeader{

        /*background-color: #1AA26B;*/

    }

    .pcNaver .active {
        color: white;

    }

    .searchDiv {
        margin: 0 20px 0;
        height: 59px;
        background: #FFFFFF;
        border-radius: 0px 33px 33px 40px;
        border: 2px solid #D7D7D7;
        margin-top: 48px;
        color: #3062B9;
        font-size: 20px;
    }

    .searchDiv span {
        margin-left: 34px;
    }

    .searchDiv i {
        margin-left: 34px;
    }

    .fonactive {
        font-weight: bold;
    }


/* footer **/



    footer {
        min-width: 100%;
        height: 251px !important;
        background: #000000;

    }

    footer ul {
        height: 146px;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    footer ul .topbig a {
        font-size: 24px;
        margin-bottom: 15px;
        color: #FFFFFF;
    }

    footer ul li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
    }


    .line {
        width: 1px;
        height: 136px;
        border: 1px solid #FFFFFF;
        opacity: 0.38;
        margin: 0 8%;
    }

    .cicleine {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        margin-right: 20px;
    }
    .cicleine img{
        width: 18px;
    }


}


