@charset "UTF-8";

body{
  font-size: 16px;
  margin:0;
  padding: 0;
}

ul li {
    list-style: none;
}
img{
    width: 100%;
}

#loading {
    display: block;
    background: #FFF url(../img/loading_pc.jpg) no-repeat center top;
    background-size: cover;
}

.load_main {
    width: auto;
}

.load_main {
    position: relative;
    background-size: cover;
    min-height: calc(100vh);
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
    margin-bottom: -5px;
}

.load_text {
    position: absolute;
    left: 0px;
    top: 75%;
    width: 100%;
    font-size: 18px;
    color: #ff0000;
    text-align: center;
}

.load_text #loading_text {
    font-size: 24px;
}

.load_line {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 82%;
    height: 6px;
    background: #000;
}

.load_line span {
    display: block;
    text-indent: -9999px;
    width: 0px;
    height: 6px;
    background: #ff0000;
}
#mani-box{
    display: none;
    /* background-image: url(../img/07bg.png); */
    background-size: cover;
    width: 100%;
    min-height: calc(100vh);
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
    min-width: 1280px;
}
.flex-set{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg-set{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header_menu{
    background-color: rgb(1,35,106);
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    min-width: 1280px;
    z-index: 9999999;
    /* border-bottom: 5px rgb(23,40,144) solid; */
}

.nav_box{
    width: 100%;
    max-width: 1280px;
    margin:0px auto;
}
.logo{
    width: 15%;
    
}
.logo a{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 80px;
}
.menu{
    width: 85%;
    
}
.menu ul{
    list-style: none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 0;
    padding: 0;
    height: 100%;
}

.menu ul li{
    text-align: center;
    line-height: 80px;
}
.menu-active{
    background-color: rgb(1,49,193);
    
}

.menu ul li a{
    display: block;
    color: #FFF;;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transform:skew(30deg);   
    -webkit-transform: skew(30deg);   
    -moz-transform: skew(30deg);   
    -o-transform:skew(30deg);   
    -ms-transform:skew(30deg); 
    text-align: center;
     overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    font-size: 16px;
 
}
.menu ul li.menu-active a{
color: #fff;
}
.parallelogram{
    width: 120px;
     height: 80px;
      transform:skew(-30deg);   /*设置倾斜度为-30  */
     -webkit-transform: skew(-30deg);   
     -moz-transform: skew(-30deg);   
     -o-transform:skew(-30deg);   
     -ms-transform:skew(-30deg); 
}
.banner{
    margin-top: 79px;
} 
.color_show{
    /* background-image: url(../img/color-bg.jpg); */
    /* height: 890px; */
    position: relative;
    transition: all 1s;
    display: flex;
    align-items: flex-end;
    /* background-position: ; */
    /* justify-content: center; */
}
.img_title{
    display: block;
    max-width: 440px;
    margin: 0px auto;
    padding-top: 50px;
}
.color_show_box{
    align-items:end;
    width: 70%;
}
.color_box{
    width: 100%;
    margin-bottom: -4px;
    max-width: 1100px;
    min-width: 800px;
}

.colorselectmain{
    position: absolute;
    height: 100%;
    width: 100%;
}




.btn_main{
    width: 159px;
	height:50px;
    border: 0;
    border-radius: 27px;
}

.btn-style1 {
    background-image: url(../img/blue.png);
}
.btn-style1-active {
    background-image: url(../img/blue_act.png);
}

.btn-style2{
    background-image: url(../img/yellow.png);
}
.btn-style2-active{
    background-image: url(../img/yellow_act.png);
}
.btn-style3{
    background-image: url(../img/black.png);
}
.btn-style3-active{
    background-image: url(../img/black_act.png);
}
.btn-style4{
    background-image: url(../img/green.png);
}
.btn-style4-active{
    background-image: url(../img/green_act.png);
}
.btn-style5{
    background-image: url(../img/gray.png);
}
.btn-style5-active{
    background-image: url(../img/gray_act.png);
}
.btn-style6{
    background-image: url(../img/white.png);
}
.btn-style6-active{
    background-image: url(../img/white_act.png);
}
.details_design_bg{
    /* background-image: url(../img/details_bg.jpg); */
    background: white;
}
.details_show{
    background-image: url('../img/standard_bg01.png');
    background-repeat: repeat;
    background-size: cover;
    /* background-color: rgb(241, 241, 241); */
    /* background-size: contain; */
    /* height: 720px;   */
}
.details_show_box{
    /* margin-top: 40px; */
    min-height: 460px;
    padding: 3% 0;
    background-color: rgb(241, 241, 241);
}
.my-swiper-slide{
    justify-content: center;
    -webkit-justify-content: center;
}

.my-swiper-slide-content{
    width: 100%;
     max-width: 1000px;
    color:black; 
}
.my-swiper-slide-content:first-child{
    margin-left: 0%;
}
.my-swiper-slide-content h3{
    font-size: 24px;
    margin: 20px 0 20px 0;
}
.design_show{
    position: relative;
}
.design-text{
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    width: 80%;
    /* text-align: center; */
    display: block;
    margin: 0 auto;
    text-align: left;
    margin-top: 40px;
}
.table_style{
    float: left;
    width: 48%;
}
.table_style:first-child{
    margin-right: 20px;
}
.download_box{
    background-color: white;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: rgb(0,35,106);
    /* background-image: url(../img/download_bg.jpg); */
    /* height: 720px; */
}

.downloadselectmain{
    background-color: rgb(0,35,106);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.downloadselectmain a{
    background-color: unset;
    position: relative;
    width: 25%;
}
.downloadselectmain a:hover{
    transform: scale(1.1);
    z-index: 9999;
}
.downloadicon{
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
}
.download{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.downloadimg{
    width: 100%;
    margin-bottom: 20px;
}
.download div{
    width: 25%;
}
.modal-close {
    position: absolute;
    width: 4%;
    margin-top: 2%;
    margin-right: 2%;
    z-index: 1111;
    right: 0;
}

.vedio_part{
    background-image: url(../img/img_standard00.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 940px;
}

.play {
    background: url(../img/vedio_bg.png) no-repeat center;
    height: 100%;
    float: unset;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#play-inner {
    background: url(../img/vedio_play.png) no-repeat center;
    height: 120px;
    width: 120px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-top: 11%;
    margin-left: -60px;
   
    }
.activity{
    background-repeat: repeat;
    position: relative;
}
.activity-item{
    position: absolute;
    padding: 5% 35%;
    top: 0;
    width: 100%;
    height: 100%;
}
.activity-item img{
    width: 70%;
}
.activity_txt{
    color: white;
    font-size: 1.2vw;
    /* letter-spacing: 25px; */
    padding: 0 5%;
    margin-top: 0;
}

.shop{
    text-align: center;
    background-color: rgb(0, 28, 42);
    padding: 50px 0;
}
.shop img{
 max-width: 360px;
}
.color_choose_box{
    justify-content: left;
    -webkit-justify-content: left;
    text-align: center;
    margin: 0px 0 40px 5%;
}
.color_choose_box_c{
    cursor: pointer;
    width:  35%;
    padding: 5px 0;
    min-width: 200px;
}
.color_choose_box_c:last-child{
    margin-right: 0px;
}
.color_selection{
	overflow: hidden;
}
.color_selection ul {
    display: inline-flex;
    top: 300px;
	font-size: 0;
}
.color_selection ul li{
	height: 340px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	cursor: pointer;
}
.color_selection ul li img{
	position: absolute;
	left: 0;top: 0;
}

.color_selection .color_selection_1{
    object-fit:contain;
	width: 425px;
    opacity:0.5;
}

.color_selection .color_selection_2{
    object-fit:contain;
	width: 425px;
}

.color_selection .color_selection_3{
    object-fit:contain;
	width: 425px;
    opacity:0.5;
}

.col-1{
    width: 25%;
    font-weight: bold;
    color: white;
    /* background-color: rgb(221, 221, 221); */
}

.col-2{
    width: 58%;
    /* background-color: white; */
    color: white;
}

.col-3{
    width: 25%;
    background-color: rgb(221, 221, 221);
    font-weight: bold;
}

.col-4{
    width: 58%;
    background-color: white;
    color: black;
}
.col-5{
    background-color: rgb(255, 255, 255,0.2);
}
.col{
    height: 1vw;
    border-top: 1px solid rgb(241, 241, 241,0.5);
    line-height: 2.5vw;
    text-align: left;
    padding-left: 20px;
    font-size: 0.8vw;
}

.rbg1{
    background-color: #f1f5fe;
}
.rbg2{
    background-color: white;
}

.text{
    font-size: 22px;
    margin-top:-30px;
    margin-left:35x;
    margin-right: 0px;
    margin-bottom:20px;
}
.span{
    font-size: 16px;
}
.design_360{
    background-color: white;
    position: relative;
}
#target{
    max-width: 1100px;
    margin: 0px auto;
    /* padding: 100px; */
}
.icon_360{
    max-width: 60px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0%;
}
.swiper-container2 {
    width: 1100px;
}
.swiper-container2 .swiper-slide a {
    display: block;
}
.swiper-container2 .swiper-slide a img {
    display: block;
    margin: 0 auto;
}
.slide_text{
    display: none;
    height: auto;
    color: white;
    padding: 5%;
    background-image: url('../img/img_standard00.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    /* padding: 5% 2% 0 2%; */
}
.swiper-slide-active .slide_text {
    display: block;
}
.slide_text h3{
    margin-top: 0;
    font-size: 28px;
    text-align: center;
    padding-bottom: 50px;
}
.slide_text p{
    font-size: 18px;
    line-height: 36px;
}


.swiper-pagination-bullet {     
    background: white;
    border: 1px solid black;
    opacity: 1;
    /* width: 30px;
    height: 6px; */
    /* border-radius: 0; */
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
  }

  .swiper-pagination-bullet-active {
    background: black;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .swiper-button-prev {
    background-image: url(../img/left.png);
    opacity: 0.7;
  }
  .swiper-button-prev:hover {
    opacity: 1;
  }

  .swiper-button-next {
    background-image: url(../img/right.png);
    opacity: 0.7;
  }
  .swiper-button-next:hover{
    opacity: 1;
  }

  .pageicon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 150px;
  }

  .normal {
    width: 100%;
  }

  .choose_btn {
    display: inline;
    margin-right: 15px;
  }

  .choose_btn img {
    width: 30px;
  }
  .swiper-pagination-bullet {
    background: rgba(81, 81, 81,0);
    width: 8px;
    height: 8px;
    opacity: 1;
    border: 1px solid black;
  }

  .swiper-pagination-bullet-active {
    background: black;
    width: 13px;
  height: 13px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .swiper-bgcover{
    position: absolute;
    top: 0;
    width: 20%;
    z-index: 9;
    height: 74%;
  }
  
  .swiper-bgcover-left{
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,1),rgba(0,0,0,0.0));
  }
  .swiper-bgcover-right{
    right: 0;
    background-image: linear-gradient(to left, rgba(0,0,0,1),rgba(0,0,0,0.0));
  }
  .swiper-button-prev{
    left: 52%;
    top: 90%;
    /* background-image:url(img/JT-L.svg) */
  }
  .swiper-button-next{
    right: 39%;
    top: 90%;
    /* background-image:url(img/JT-R.svg) */
  }
  :root {
  --swiper-theme-color: rgb(0,0,0,0);
}
.swiper-button-next, .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 60 * 60);
}
.swiper-button-next, .swiper-button-prev{
    background-size: 15px 30px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content: none;
}
.vedio_playicon{
    background-image: url('../img/vedio_play.png');
    background-size: 100% 100%;
    background-color: unset;
    border: unset;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#color_select{
    position:relative;
  }
.colorimg{
    width: 35%;
    top: 20%;
    left: 20%;
    position: absolute;
}
  /* .color{
    position: absolute;
    top: 10%;
    left: 20%;
  } */
  .color{
    position: absolute;
    right: 19%;
    top: 22%;
    color: white;
  }
  .color>div{
    cursor: pointer;
    margin-bottom: 5px;
    /* margin:0 10px; */
  }
  .color h2{
    margin-left: 15%;
    text-align: center;
    font-size: 1.8vw;
    line-height: 2.5vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .color img{
      width: 90%;
  }

  .color_name{
      text-align: center;
      position: absolute;
      left: 80%;
      top: 30%;
  }
  .color-box{
    position: relative;
  }

.swiper-pagination-progressbar{
    position: relative;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: rgb(52, 52,52);
}
/* .swiper-slide{
    display: flex;
} */
/* .details_img{
    width: 50%;
} */
.details_menu{
    position: absolute;
    top: 2%;
    left: 50%;    
    z-index: 999;
    text-align: center;
    overflow: hidden;
}
.details_menu ul{
    width: auto;
    height: 20px;
    padding-left: 0px;
    flex-wrap: nowrap;
    transition: margin 1s;
}
.details_menu li{
    display: inline-block;
    width: 100px;
    height: 20px!important;
    height: auto;
    transform: none;
    -webkit-transform: none;
}
.details_menu li a{
    text-decoration: none;
    color: black;
    opacity: 0.7;
}
.details_select{
    font-weight: bold;
    opacity: 1!important;
}
.swiper-container1{
    width: 750px;
    height: 30px;
}
.swiper-container1 a{
    color: black;
    text-decoration: none;
}
.swiper-slide{ 
    opacity: 0.6;
}
.swiper-container{
    background-image: url('../img/standard_bor.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}
.swiper-slide-active{
    opacity: 1!important;
}
.swiper-slide:hover{
    opacity: 1;
}


.download_box .swiper-button-next{
    right: 5px;
    top: 42%;
    background-size:40px 40px;
    background-image: url(../img/downloadright.svg);
}
.download_box .swiper-button-prev{
    left: 5px;
    top: 42%;
    background-size: 40px 40px;
    background-image: url(../img/downloadleft.svg);
}
.explain{
    /* height: 733px; */
    width: 100%;
    /* background-image: url(../img/explain.jpg); */
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative;
}
/* .explain img{
    position: absolute;
} */
.explain p{
    position: absolute;
    top: 10%;
    left: 15%;
    line-height: 2.3vw;
    margin: 0;
    font-size: 1.0vw;
}

@media(max-width:1680px){
.color_selection ul {
    margin-top:10%;
    width:80%;
    display:inline-flex;
    top:300px;
    font-size:0;
    }
.color_selection ul li{
    height:280px;
    display:inline-block;
    position:relative;
    font-size:12px;
    cursor:pointer;
    }
}

