* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

html { position: relative;
       min-height: 100%;}
body { margin-bottom: 0px;}

::-webkit-scrollbar{display:none;}

@font-face{
 
    　　font-family:'Game Of Squids';
     
    　　src:url('../fonts/Game Of Squids.otf');
    　　}

.mv{
	width: 100%;
	height: auto;e
	margin: 0 auto;
	background-color: #ffffff;
    border: none;
    display: flex;
    flex-direction: column;
}


.nav{
	width: 100%;
	height: 120px;
	line-height: 40px;
	background-color: #ffffff;
    box-shadow: 0px 0px 6px 4px RGBA(0,2,0,.2);
    position:sticky;
	margin: 0 auto;
    display: flex;
    justify-content:space-between;
    padding: 0 0;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 6px #fd0733;
    z-index: 9999;
}

.nav-1{
    width: 1820px;
    height: 120px;
	background-color: #ffffff;
    position:sticky;
	margin: 0 auto;
    display: flex;
    justify-content:space-between;
    padding: 0 0;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 6px #fd0733;
    z-index: 9999;
}

.nav .nav-1 .text{
    width: auto;
    display: flex;
    position: relative;
    right: 0px;
    margin-top: 50px;
}

.icon {
    position: absolute;
    width: 50px;
    fill: rgb(0, 0, 0);
    right: 30px;
    margin-top: -70px;
    transition: stroke 0.3s ease-in-out;
}

.cion:hover {
    fill: red;
}

.nav .nav-1 .logo{
    display: flex;
    position: relative;
    margin: 30px 30px;
}

.nav .nav-1 .text li{
    width: 210px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
}


.nav .nav-1 .text .t1 a{
    font-size: 20px;
    color:#fd0733;
    text-decoration:none;
    font-family: Game Of Squids, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.15em;
}

.nav .nav-1 .text .t1 a span{
    opacity: 100%;
}

.nav .nav-1 .text li a{
    font-size: 20px;
    color:#000000;
    text-decoration:none;
    transition: all 0.3s;
    font-family: Game Of Squids, sans-serif;
    font-weight: bolder;
    letter-spacing: 0em;

}

.nav .nav-1 .text li a:hover{
    color:#faa12d;
    letter-spacing: 0.15em;
}


.nav .nav-1 .text li a span{
    opacity: 0;
}

.nav .nav-1 .text li a:hover span{
    opacity: 100%;
}


/* banner */

.banner{
    width: 1920px;
	height: 360px;
    overflow: hidden;
    margin: 0 auto;
}

.banner-content{
    width: 760px;
    height: 300px;
    position: absolute;
    z-index: 20;
    margin-top: 180px;
    margin-left: 80px;
}

.banner .cbg{
    width: 620px;
	height: 40px;
    clip-path: polygon(3% 0%,
    100% 0%,
    100% 100%,
    0% 100%);
    position: absolute;
    z-index: 10;
    margin-top: 305px;
    margin-left: 80px;
    background-color: #16aaaa;
    mix-blend-mode:color-dodge;
}

.banner-content h1{
    color: #ffffff;
    font-size: 100px;
    font-family: Game Of Squids, sans-serif;
    line-height: 110px;
    letter-spacing: 0.06em;
    margin-top: 20px;
    margin-left: 20px;
}


.banner-content h3{
    color: #ffffff;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    line-height: 30px;
    margin-top: 0px;
    margin-left: 20px;
    letter-spacing:0.1em;
}

.banner-video{
    margin-top: -400px;
}

/* box */

.box-1{
width: 1220px;
height: auto;
position: relative;
margin: 0 auto;
padding: 5% 0% 5% 0%;
display: flex;
justify-content: space-between;
}

.box-1 .l-text{
    width: 450px;
    height: auto;
    position: relative;
    padding: 0 auto;
    margin: -30 auto;
}

.box-1 .l-text h2{
    font-size: 50px;
    font-family: "Archivo Black", serif;
    color: #4b64ff;
    margin-top: -18px;
    margin-left: 30px;
    position: relative;
}

.box-1 .l-text span{
    position: absolute;
    width: 20px;
	height: 35px;
    background: #FFC700;
    color: #FFC700;
    clip-path: polygon(0% 0%,
    50% 0%,
    100% 100%,
    0% 100%);
    font-size: 30px;
}

.box-1 .l-text h4{
    font-weight: bolder;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-top: 60px;
}

.box-1 .l-text p{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-top: 20px;
}

.box-1 .r-img{
    width: 660px;
    height: 500px;
    display: flex;
    /* border: #fd0733 solid 1px; */
    position: relative;
    justify-content: space-between;
}

.box-1 .r-img .img-1{
    width: 200px;
    height: 500px;
    display: flex;
    /* border: #fd0733 solid 1px; */
    overflow: hidden;
    transition: transform .5s;
}

.box-1 .r-img .img-1 li{
    margin: 0 -150px;
    transition: transform .5s;
}

.icon2{
    transition: transform .5s;
}

.icon3{
    position: relative;
    transition: transform .5s;
}

.img-1 li:hover{
    transform: scale(1.2);
}

.img-1:hover .icon2{
    transform: translateY(70px) translateX(-70px);
    opacity: 0;
}

.img-1:hover .icon3{
    transform: translateY(-70px) translateX(70px);
    opacity: 0;
}

.box-1 .r-img .img-1 .icon2{
    position: absolute;
    width: 40px;
    margin-left: 20px;
    margin-top: 440px;
    z-index: 300;
}

.box-1 .r-img .img-1 .icon3{
    position: absolute;
    width: 40px;
    margin-left: 140px;
    margin-top: 20px;
    z-index: 300;
}


.box-1 .r-img .img-2{
    width: 200px;
    height: 500px;
    display: flex;
    /* border: #fd0733 solid 1px; */
    overflow: hidden;
}

.box-1 .r-img .img-2 li{
    margin: 200px -200px;
    transition: transform .5s;
}

.img-2 li:hover{
    transform: scale(1.2);
}

.box-1 .r-img .img-2 span{
    width: 200px;
	height: 320px;
    z-index: 100;
    clip-path: polygon(0% 0%,
    100% 0%,
    100% 70%,
    0% 100%);
    position: absolute;
    background-color: #000000;
}

.box-1 .r-img .img-2 span img{
    z-index: 200;
    position: absolute;
    margin: -70px -190px;
}




.box-1 .r-img .img-3{
    width: 200px;
    height: 500px;
    display: flex;
    /* border: #fd0733 solid 1px; */
    overflow: hidden;
}



.box-1 .r-img .img-3 li{
    margin: 0px -150px;
    transition: transform .5s;
}

.img-3 li:hover{
    transform: scale(1.2);
}

.box-1 .r-img .img-3 span{
    width: 200px;
	height: 320px;
    z-index: 100;
    bottom: 0;
    clip-path: polygon(0% 30%,
    100% 0%,
    100% 100%,
    0% 100%);
    position: absolute;
    background-color: #000000;
}

.box-1 .r-img .img-3 span img{
    z-index: 200;
    position: absolute;
    margin: 50px 0px;
}


/* box2 */

.box-2{
    width: 100%;
    height: 1200px;
    background: #fd0733;
    margin: 0 auto;
    position: relative;
}

.box-2 .bbg{
    position: absolute;
    display: flex;
    width: 1920px;
    height: 1200px;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
}

.box-2 .bbg img{
    width: 1920px;
    opacity: 0.2;
}

.t-t{
    position: relative;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
    line-height: 120px;
    font-family: "Archivo Black", serif;
    z-index: 9999999999999999;
}

.t-t1{
    position: relative;
    
    z-index: 99;
}

#b2-1{
    position: relative;
    width: 20px;
	height: 35px;
    background: #FFC700;
    clip-path: polygon(0% 0%,
    50% 0%,
    100% 100%,
    0% 100%);
    margin: 45px -40px;
}

#b2-2{
    position: relative;
    width: 20px;
	height: 35px;
    background: #FFC700;
    clip-path: polygon(0% 0%,
    50% 0%,
    100% 100%,
    0% 100%);
    margin: 45px -40px;
}


.t-content{
    width: 1220px;
    display: flex;
    margin: 0 auto;
}

.t-content .t-content-1{
   width: 630px;
   clip-path: polygon(0% 0%,
   100% 0%,
   90% 100%,
   0% 100%);
}

.t-content .t-content-2{
    width: 630px;
    position: absolute;
    margin-left: 600px;
    clip-path: polygon(10% 0%,
    100% 0%,
    100% 100%,
    0% 100%);
 }

.box-2 .t-t1{
    
    width: 1000px;
    color: #ffffff;
    text-align: justify;
    margin: 30px auto;
}

.b-t{
    position: relative;
    width: 1220px;
    height: auto;
    border-top: 1px dashed #ffffff;
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
    line-height: 120px;
    font-family: "Archivo Black", serif;
    z-index: 99;
}

.b-content{
    width: 1220px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 30px;
}

.b-content ul{
    width: 550px;
    height: 200px;
    overflow: hidden;
}

.b-content ul img{
    height: 300px;
    position: relative;
    margin-top: -60px;
    mix-blend-mode:screen;
}


.b-content p{
    position: relative;
    width: 550px;
    color: #ffffff;
    text-align: justify;
    z-index: 99;
}


/* box3 */

.box-3{
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255);
}

.box-3 .clogo{
    width: 1160px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 0% 0% 0% 0%;
    gap: 0px;
}

#img-5,#img-10,#img-15,#img-20 {
    border-right: 0px dashed #949494;
}

#img-16,#img-17,#img-18,#img-19,#img-20 {
    border-bottom: 0px dashed #949494;
}


.box-3 .clogo ul{
    width: 230px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    border-right: 1px dashed #d8d8d8;
    border-bottom: 1px dashed #d8d8d8;

}

.box-3 .content{
    width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
}

.box-3 .content h2{
    font-size: 50px;
    font-family: "Archivo Black", serif;
    color: #4b64ff;
    margin-top: 0px;
    margin-left: 30px;
    position: relative;
    text-align: center;
}

.box-3 .content h4{
   text-align: justify;
   margin-top: 10px;
}

.box-3 .content span{
    position: absolute;
    width: 20px;
	height: 35px;
    background: #FFC700;
    color: #FFC700;
    clip-path: polygon(0% 0%,
    50% 0%,
    100% 100%,
    0% 100%);
    font-size: 30px;
    margin: 18px 300px;
}



/* ft */

.footer{
    width: 100%;
    height: 100px;
    background-color: #000000;
    position: absolute;
    text-align: center;
    bottom: -100px;
}

.footer h4{
    color: #ffffff;
    padding-top: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.footer p{
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 100;
}