html::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
html{
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}

.header-class{
    width: 100%;
    height: 90px;
    background-color: #000000;
    top: 0;
    text-align: center;
    line-height: 90px;
}
.banner{
    margin-top: 50px;
}

 .swiper-container {
        margin-top: 50px;
}

.con1 .con1-d1{
    width: 70%;
    padding-top: 50px;
    height: 560px;
    margin: 110px auto;
    text-align: center;
}
.con1 .con1-d1 .con1-d1-img{
    width: 50%;
    border-radius: 50%;
    background-color: #F8F8F8;
}
.con1-d1-p1{
    margin: 45px auto 21px auto;
    height: 30px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.con1-d1-p2{
    margin: 0 auto 77px auto;
    width: 200px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.con1-d1-btn{
    width: 180px;
    height: 60px;
    background: #33C966;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

#code:hover{
    cursor:pointer;
    transform:scale(1.2,1.2)
}
.con1-d1:hover .con1-d1-btn{
    background: #000000;
}

.con-2{
    width: 100%;
}
.con-2-p{
    margin: 20px auto;
    text-align: center;
}
.con-2-p1{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #000000;
    line-height: 60px;
}



.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    height: 300px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    transition: 300ms;
    transform: scale(0.7);
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow:-3px -3px 3px 3px  #F8F8F8,3px 3px 3px 3px  #F8F8F8;
}

.swiper-slide1{
   height:auto !important;
   margin-top:0px !important;
   margin-bottom: 0px !important;
}

.map{
    background-image: url("../../img/bg_map.png");
}

.con-3{
    background-color: #3c3c3c;
    padding-top: 70px;
    padding-bottom: 30px;
}
.con-3 .con-3-1{
    width: 60%;
    background-color: #FFFFFF;
    margin: auto;
}
.con-3-1-1{
    text-align: center;
}
.con3-1-p1{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #000000;
    line-height: 80px;
}
.con3-1-p2{
    line-height: 40px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #666666;
}
.con-3-1-2{
    text-align: left;
}
.con3-1-p3{
    line-height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #666666;
}
.con3-1-p4{
    line-height: 30px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #33C966;
}
.con3-1-p5{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #666666;
    line-height: 25px;
}
.con-3-1-3{
    text-align: center;
    line-height: 388px;
}
.con-3-1-1-1{
    text-align: left;
    padding-left: 10%;
    padding-bottom: 20px;
}
.con3-1-p6{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
}
.con-3-1-1-2{
    text-align: left;
    padding-left: 10%;
}
.con-4{
    background: #1B1F24;
}

.con-4-1{
    width: 70%;
    margin: 70px auto;
}
.con-4-1-1{
    text-align: center;
    border-left: 5px solid #33C966;
    margin-right: 10px;
}
.con-4-1-p1{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.con-4-1-p2{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.dp{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #999999;
    line-height: 18px;
}

.modal-index{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
}
.modal-index-1{
    padding: 2px;
}
.modal-index-2{
    border: 2px solid #000000;
    padding: 2px;
}
.modal-index-3{
    background-color: #000000;
    text-align: center;
    padding-bottom: 10%;
    padding-top: 10%;
}
.modal-index-4{
    margin: 20px;
    text-align: center;
}
.button1{
    border-radius: 22px;
    border: none;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    padding: 10px 20px;
}
.button1-1{
    background: #F53434;
    margin-right: 10%;
}
.button1-2{
    background: #000000;
}
@media (min-width:768px) {
    .banner{
         margin-top: 60px;
     }
    .logo{
    }
    .con-2-p2{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 600;
        color: #666666;
        line-height: 60px;
    }
    .header{
        background-color:rgba(0,0,0,0) !important;
        border:none !important;
        box-shadow: none !important;
    }
    .menu{
        margin-right: 8%;
    }
    .menu li{
        margin: 10px 20px 0 20px;
    }
    .active-diy{
        border-top: 3px solid #000000;
    }
    .active-diy2{
        border-top: 3px solid #000000;
    }
    .menu div{
        display: inline-block;
    }
    .myopen .dropdown-menu{
        display: block!important;
    }
    .dropdown .dropdown-menu{
        background-color: #0f0f0f;
        text-align: center;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #BBBBBB;
    }
    .dropdown .dropdown-menu li a{
        background-color: #0f0f0f;
        text-align: center;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #BBBBBB;
    }
    .dropdown .dropdown-menu li :hover{
        background-color: #0f0f0f !important;
        text-align: center;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
    }

    .con1{
        margin: 0 5%;
    }

    .con1-d1:hover{
        cursor:pointer;
        box-shadow:-3px -3px 3px 3px  #F8F8F8,3px 3px 3px 3px  #F8F8F8;
        transform:scale(1.1,1.1)
    }

    .con-2-p3{
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 600;
        color: #000000;
        line-height: 20px;
    }
    .con-2-img{
        text-align: center;
        height: 100%;
        padding-left: 5%;
    }
    .con-2 strong{

        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 600;
        color: #333333;
        line-height: 22px;
    }

    .con-2-p4{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 22px;
    }
    .con-2-p5{
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: normal;
        color: #333333;
        line-height: 27px;
    }
    .swiper-pagination1,swiper-pagination2{
        display: none;
    }
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .modal-index-1{
        width: 25%;
    }

    .modal-index-1{
        background-color: #FFFFFF;
        margin: 15% auto;
    }

    .con1{
        display: block;
    }
    .con11{
        display: none;
    }
}
@media (max-width:768px) {
    .logo{
        width:40%;
    }
    .con1{
        margin: 0 auto;
    }
    .swiper-pagination1 , swiper-pagination2{
        display: block;
        margin: auto;
    }
    .con-2-img{
        text-align: center;
    }
    .con-2-p3{
        text-align: center;
        padding: 20px;
    }
    .swiper-slide{
        padding: 0 10px;
    }
    .swiper-slide1{
        padding: 0 0px !important;;
    }
    .con-3-1{
        width: 88% !important;
        padding: 20px;
    }
    .con3-1-p1{
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 600;
        color: #000000;
        line-height: 80px;
    }
    .con3-1-p2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: normal;
        color: #666666;
    }
    .modal-index-1{
        width: 80%;
    }

    .modal-index-1{
        background-color: #FFFFFF;
        margin: 30% auto;
    }
    .button1{
        border-radius: 22px;
        border: none;
        font-size: 12px;
        font-family: Source Han Sans SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 20px;
        padding: 5px 10px;
    }

    .con1{
        display: none;
    }
    .con11{
        display: block;
    }
    .experiencer{
        padding-left: 10%;
    }
    .con1-d1{
        padding: 10% 0;
        width: 100%;
        text-align: center;
    }
    .con1-d1-img{
        width: 50%;
        border-radius: 50%;
        background-color: #F8F8F8;
    }
    .con-2-p4{
        line-height: 35px;
    }
    .con-2-p5{
        line-height: 40px;
    }
    .con-2-p2{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 600;
        color: #666666;
        line-height: 40px;
    }
    .swiper-slide {
        font-size: 18px;
        background: #fff;
        height: 300px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        transition: 300ms;
        transform: scale(0.9);
        margin-top: 10px;
        margin-bottom: 20px;
        box-shadow:-3px -3px 3px 3px  #F8F8F8,3px 3px 3px 3px  #F8F8F8;
    }
    .swiper-slide1 {
        transform: scale(1) !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
