@font-face {
    font-family: 'MicrosoftYaHei';
    src: url('../fonts/fonts/MicrosoftYaHei.subset.woff') format('woff');
}

*{
    margin:0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei';
}
a{text-decoration: none;color:#fff;}
a:hover, a:visited, a:link, a:active {
    color:#fff;
}
.swiper-slide{
    transition: 300ms;
    transform: scale(0.6) !important;
    -webkit-transform: scale(0.6)!important;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-slide .bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.swiper-slide-prev{
    transform: scale(0.8)!important;
    -webkit-transform: scale(0.8)!important;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
}
.swiper-slide-active .bg{
   display: none;
}
/* .box1box1 .swiper-wrapper{
   flex-direction: row-reverse;
} */
@media (min-width:1920px) {
    #container{
        min-width: 1920px;
    }
}
@media (min-width:1680px) and (max-width:1920px){
    #container{
        min-width: 1680px;
    }
}
@media (min-width:1440px) and (max-width:1680px){
    #container{
        min-width: 1440px;
    }
}
@media (min-width:500px) and (max-width:1440px){
    #container{
        min-width: 1440px;
    }
}
@media (min-width: 500px) {
    #container{
        background-color: #0C1A57;
    }

    #container .header {
        position: relative; 
    }
    #container .header .headerBg{
        width: 100%;
        display: block;
    }

    #container .header .headerbox{
        width: 1200px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 23px;
    }
    #container .header .headerbox .icon{
        width: 122px;
    }
    #container .header .headerbox .headerboxUl{
        margin-top: 8%;
        display: flex;
        justify-content: space-between;
    }
    #container .header .headerbox .headerboxLeft .p1{
        font-size: 48px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 4px;
    }
    #container .header .headerbox .headerboxLeft .p2{
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.6;
    }
    #container .header .headerbox .headerboxLeft .p3{
        width: 363px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 40px;
    }
    #container .header .headerbox .headerboxLeft .p4{
        display: flex;
        justify-content: center;
        align-items: center; 
        width: 180px;
        height: 47px;
        background: #FD006D;
        box-shadow: 0px 11px 40px 0px #720031;
        border-radius: 24px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: 78px;
    }
    #container .header .headerbox .headerboxRight {
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }
    #container .header .headerbox .headerboxRight .p5{
        margin-top: 30px;
        margin-bottom: 50px;
        cursor: pointer;
    }
    #container .header .headerbox .headerboxRight .p6{
        cursor: pointer;
    }

    #container .box1 .box1box{
        display: flex;
        margin: 114px 0;
        position: relative;
    }
    .box1box1{
        width: 725px;
    }
    .box1box2{
        width: 690px;
        margin-left: 40px;
    }
    .box1box3{
        /* position: absolute; */
        display: flex;
        flex-direction: column-reverse;
        /* bottom: 0; */
        /* right: 156px; */
        margin: 80px 0 0;
        text-align: center;
    }
    .box1box3 img:first-child{
        margin-right: 10px;
    }
    .box1box3 img{
        width: 80px;
        cursor: pointer;
    }
    .box1box1 #swiper_designer{
        width: 100%;
    }

    .box1box2 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box1box2 ul li{
        width: 330px;
        height: 269px;
        margin-bottom: 38px;
        background-image: url(../image/box1bg.png);
        background-size: 100% 100%;
        padding: 50px 30px;
    }
    .box1box2 ul .on{
        background-image: url(../image/box1bg_on.png);
    }
    .box1box2 ul li img{
        width: 60px;
        margin-bottom: 30px;
    }
    .box1box2 ul li .title{
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .box1box2 ul li .subtitle{
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1px;
    }


    .box2{
        background-image: url(../image/box2Bg.png);
        background-size:  100% 100%;
        padding-bottom: 75px;
    }
    .box2Top{
        width: 1200px;
        display: flex;
        justify-content: space-between;
        padding: 30px 70px 30px 150px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        margin:  0 auto;
        text-align: center;
        font-size: 20px;
        color: #FFFFFF;
    }
    .box2Top div p:first-child{
        margin-bottom: 5px;
    }
    .box2ul{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 100px;
    }
    .box2ulright{
        width: 660px;
    }
    .box2ulleft{
        width: 535px;
        margin-right: 362px;
    }
    .box2ulleft .title{
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 68px;
        letter-spacing: 2px;
    }
    .box2ulleft .subtitle{
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
        letter-spacing: 1px;
    }
    .box2 .on{
        color: #FD006D;
    }

    .box3{
        padding-top: 120px;
        position: relative;
    }
    .box3 .box3Top{
        width: 1200px;
        margin:0 auto;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 140px;
    }
    .box3Top li{
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 30px;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .box3 .swiperbox{
        display: flex;
    }
    .box3 .swiperbox div{
        flex: 0 0 50%;
    }
    .box3 .swiperbox .leftImg{
        text-align: center;
    }
    .box3 .swiperbox .rightText{
        display: flex;
        justify-content: center;
    }
    .box3 .swiperbox p{
        margin-top: 55px;
        width: 385px;
        height: 82px;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 2px;
    }
    .box3 .simg{
        width: 50%;
        display: inline-block;
    }
    .box3 .box3box3{
        position: absolute;
        right: 360px;
        bottom: 220px;
        z-index: 22;
    }
    .box3 .box3box3 img{
        cursor: pointer;
    }
    .box3 .box3box3 .button-prev1{
        margin-right: 20px;
    }
    .box3 .on{
        background-image: url(../image/box3bg.png);
        background-size: 100% 100%;
    }

    #container .box4 {
        margin-top: 260px;
    }
    #container .box4 ul{
        display: flex;
        justify-content: flex-end;
    }
    #container .box4 ul li{
        flex: 0 0 50%;
    }
    #container .box4 ul .box4right{
        text-align: right;
    }
    #container .box4 ul .box4right img{
        width: 836px;
        /* display: block; */
    }
    #container .box4 ul .box4left{
        margin-top: 40px;
        padding-left: 360px;
    }
    #container .box4 ul .box4left .p1:first-child{
        margin-bottom: 40px;
    }
    #container .box4 ul .box4left .p1{
        display: flex;
        /* justify-content: center; */
    }
    #container .box4 ul .box4left .p1 span{
        width: 487px;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 2px;
    }
    #container .box4 ul .box4left .p1 img{
        width: 30px;
        margin-right: 20px;
    }
    #container .box4 ul .box4left .p2{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 47px;
        background: #FD006D;
        box-shadow: 0px 11px 40px 0px #720031;
        border-radius: 24px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: 150px;
    }
    
    #container .box5 {
        position: relative;
        margin-top: 272px;
        overflow: hidden;
       
    }
    #container .box5 .bg{
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #container .box5 .box5position{
        width: 1200px;
        margin:40px auto;
    }
    #container .box5 .box5box{
        display: flex;
        padding-bottom: 20px;
    }
    #container .box5 .box5box .ul1{
        width: 276px;
        border-right: 1px solid rgba(216, 216, 216, 0.2);
    }
    #container .box5 .box5box .ul2{
        width: 355px;
        border-right: 1px solid rgba(216, 216, 216, 0.2);
    }
    #container .box5 .box5box .ul3{
        width: 356px;
        border-right: 1px solid rgba(216, 216, 216, 0.2);
    }
    #container .box5 .box5box .ul4{
        width: 210px;
    }
    #container .box5 .box5box  li{
        padding: 12px 0;
        color: #fff;
        height: 56px;
        font-size: 16px;
        color: #FFFFFF;
        padding-left: 40px;
    }
    #container .box5 .box5box .opacity{
        opacity: 0.6;
    }
    #container .box5 .box5box .ul1 li{
        padding-left: 0px;
    }
    #container .box5 .box5box ul li{
        border-bottom: 1px solid rgba(216, 216, 216, 0.2);
        display: flex;
        align-items: center;
    }
    #container .box5 .box5box ul li:first-child{
        border-bottom: none;
        font-size: 20px;
        font-weight: bold;
    }
    #container .box5 .box5box ul li:last-child{
        height: 86px;
        display: block;
    }
    #container .box5 .box5box ul img{
        width: 24px;
        margin-right: 8px;
    }
    #container .box5 .box5box .bottom2{
        padding-top: 30px;
    }

    #container .box5 .box5title{
        text-align: center;
        margin-top: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
    }
    #container .box5 .box5title span{
        position: relative;
    }
    #container .box5 .box5title span::after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -100px;
        display: block;
        width: 80px;
        height: 1px;
        background: #D8D8D8;
        opacity: 0.3;
    }
    #container .box5 .box5title span::before{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -100px;
        display: block;
        width: 80px;
        height: 1px;
        background: #D8D8D8;
        opacity: 0.3;
    }

    #container .footer{
        /* height: 330px; */
        background: #FD006D;
        position: relative;
    }
    #container .footer .footerbg{
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #container .footer>ul{
        width: 60%;
        max-width: 1200px;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 82px;
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
    }
    #container .footer>ul a{
        font-size: 18px;
        font-weight: 500;
    }
    #container .footer>ul p{
        margin-bottom: 20px;
    }
    #container .footer>ul img{
        width:180px;
    }
    #container .footer>ul .li1{
        width: 364px;
    }

    .side{
        position: fixed;
        top:50%;
        right: 0;
        width: 90px;
        transform: translateY(-50%);
        background: #414869;
        border-radius: 20px 0px 0px 20px;
        text-align: center;
        padding: 16px 8px;
        z-index: 222;
    }
    .side li{
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(216, 216, 216, 0.3);
        cursor: pointer;
    }
    .side li:last-child{
        border-bottom:none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .side img{
        width: 24px;
    }
    .side .title{
        color: #fff;
    }
}