* {
    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;
	margin: 0 auto;
	background-color: #ffffff;
    border: none;
    display: flex;
    flex-direction: column;
}

.nav{
	width: 100%;
	height: 120px;
	line-height: 40px;
	text-align: center;
	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: 0;
    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{
    width: auto;
    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 .t3 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 .t3 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{
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 1920px;
    height: 700px;
}

.swiper {
    width: 100%;
    height: 100%;
    --swiper-navigation-size: 0;
  }

.swiper-wrapper{
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.1s;
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: transform;
    transition-duration: .1s;
  }


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper .swiper-pagination-bullet {
    width: 14px;
    height: 6px;
    /* clip-path: polygon(0% 0%,
    50% 0%,
    100% 100%,
    0% 100%); */
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
  }


  .swiper  .swiper-pagination-bullet-active {
    color: #fff;
    background: #FFC700;
  }

  .swiper .swiper-button-next a{
    text-decoration: none;
    font-size: 32px;
    font-family: Game Of Squids, sans-serif;
    font-weight: bolder;
    color: #ffffff;
  }

 .swiper .swiper-button-prev a{
    text-decoration: none;
    font-size: 32px;
    font-family: Game Of Squids, sans-serif;
    font-weight: bolder;
    color: #ffffff;
  }

  .swiper .swiper-button-next{
    width: 60px;
    height: 50px;
    right: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    list-style: none;
    transform: scaleY(1.5);
  }

  .swiper .swiper-button-prev{
    width: 60px;
    height: 50px;
    left: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    list-style: none;
    transform: scaleY(1.5);
  }

.banner-bt{
    width: 1920px;
    height: 120px;
    background: #fd0733;
    margin: 0 auto;
    display: flex;
}

.banner-bt ul{
    position: absolute;
    width: 880px;
    height: 80px;
    margin-top: 40px;
    right: 0;
    background: #000000;
     clip-path: polygon(10% 0%,
    100% 0%,
    100% 100%,
    0% 100%);
    display: flex;
    gap:50px;
    
}

.banner-bt ul span{
    width: 30px;
    height: 20px;
    clip-path: polygon(70% 0%,
    100% 0%,
    100% 100%,
    0% 100%);
    background: #FFC700;
    position: absolute;
    display: flex;
    justify-content: left;
    top: 5px;
    left: -40px;
}
.banner-bt ul h4{
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: left;
    top: 15px;
    left: 100px;
    margin-left: 50px;
}

.banner-bt h2{
    color: #ffffff;
    position: absolute;
    margin-top: 40px;
    left: 400px;
    letter-spacing: 2px;
}

.banner-bt h3{
    color: #ffffff;
    position: absolute;
    margin-top: 72px;
    left: 400px;
    letter-spacing: 2px;
}

.banner-bt span{
    width: 30px;
    height: 60px;
    background: #FFC700;
    position: absolute;
    left: -50px;
    top: 0px
}

.banner-bt svg{
    position: absolute;
    left: 250px;
    transform: rotate(-90deg);
    margin-top: 45px;
}

.banner-bt img{
    position: absolute;
    left: 250px;
    transform: rotate(180deg);
    margin-top: 30px;
    mix-blend-mode:luminosity;
}




    /* box*/
.box{
    width: 1220px;
    height: auto;
    display: flex;
    position: relative;
    margin: 50px auto;
    overflow: hidden;
    /* border: #000000 1px solid; */
    justify-content:space-between;
}

.box .box-t{
    width: 550px;
    height: auto;
    position: relative;
    text-align: justify;
}

.box .box-t p{
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;

    font-family: Arial, Helvetica, sans-serif;
}


.box .box-img{
    width: 580px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    
}


#img-1, #img-2{
    width: 580px;
    height: 200px;
    overflow: hidden;
    /* border: #000000 1px solid; */
}

#img-3, #img-4{
    width: 280px;
    height: 300px;
    overflow: hidden;
    /* border: #000000 1px solid; */
}

#img-1 img{
    width: 100%;
}

#img-2 img{
    width: 100%;
}

#img-3 img{
    height: 300px;
}

#img-4 img{
    height: 300px;
}



/* div {
	transform-style: preserve-3d;
	cursor: pointer;
	transition: all 0.3s;
} */


/* 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;
}