@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
}
body,h1,h2,h3,h4,blockquote,p,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,button,input,textarea,span{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.75 '微软雅黑','宋体',arial,sans-serif}
button,input,select,textarea,h1,h2,h3,h4{font-size:100%;vertical-align:middle}
em,i{font-style:normal}
ol,ul,li{list-style:none}
table{border-collapse:collapse;border-spacing:0}
img,fieldset{border:0;vertical-align:middle}
a{color:#000;text-decoration:none;outline:none}
a:hover{color:#f60;text-decoration:none}

html,body {
  position: relative;
  height: 100%;
  text-align:center;
}

body {
  font-family:'微软雅黑', Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}

.c{
/* width:auto;
margin-left:20px;
margin-right:20px;
*/
width: 100%;
max-width: 1600px;
margin: 0 auto;
}

.nippon-container{
  overflow: hidden;
}

.banner{
  background-color: #000C28;
  background-size: cover;
  height: 77px;
  margin: auto;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.banner .f-l{
  float: left;
  width: 78px;
  /* height: 46px; */
  padding: 13px 0;
}

.banner .f-l img{
  width: 100%;
  height: 100%;
}

.banner .nav{
  float: right;
  margin: 0;
  padding: 0;
  /* width: 560px;
  padding: 9px 0;
  display: flex; */
}

.banner .nav-item{
display: inline-block;
}
.banner .nav-item2{
display: inline-block;
}

.banner .nav-item a{
  display: inline-block;
  width: 140px;
  height: 77px;
}
.banner .nav-item2 a {
    display: inline-block;
    width: 155px;
    height: 77px;
    background: url(../images/buy.png) no-repeat center center;
    background-size: 80%;
}

.banner li:nth-child(1) a{
background: url(../images/text1.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(2) a{
background: url(../images/text2.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(3) a{

}
.banner li:nth-child(4) a{
background: url(../images/text3.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(5) a{
background: url(../images/text4.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(6) a{
background: url(../images/text5.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}

.banner li:nth-child(1) a.active{
background: url(../images/text1h.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(2) a.active{
background: url(../images/text2h.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(3) a.active{

}
.banner li:nth-child(4) a.active{
background: url(../images/text3h.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(5) a.active{
background: url(../images/text4h.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}
.banner li:nth-child(6) a.active{
background: url(../images/text5h.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
}

.nav-text {
  font-size: 18px;
  float: left;
  height: 77px;
  line-height: 77px;
  padding-left: 2%;
  cursor: pointer;
  color: #fff;
  font-family: 'my-font2';
  letter-spacing: 3px;
}

.nav-text a {
  color: #fff;
}

.content{
  width: 100%;
  margin:0 auto;
  position: relative;
  background: #fff no-repeat center top;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background:#FFF;
	/* 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;
}
.swiper-container-vertical {
	
}

.splitting-image {
  background-size: 0% 0%;
  position: relative;
  /* overflow: hidden; */
}

.splitting-image img {
  display: block;
}

@supports (--row-size: calc( 100% / 2 )) {
.splitting-image {
    background-size: cover;
    /* visibility: hidden; */
    --row-size: calc(100% / var(--row-total));
    --col-size: calc(100% / var(--col-total));
  }

.split-cell {
    background: inherit;
    position: absolute;
    overflow: hidden;
    top: calc(var(--row-size) * var(--row-index));
    left: calc(var(--col-size) * var(--col-index));
    width: calc(0.5px + var(--col-size));
    height: calc(0.5px + var(--row-size));
  }

.split-cell__inner {
    position: absolute;
    visibility: visible;
    background: inherit;
	left: 0em;
	right: 0em;
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    transform: translate(
      calc(-1 * var(--col-size) * var(--col-index)),
      calc(-1 * var(--row-size) * var(--row-index))
    );
	bottom: -15%;
  }
}
.tiler {
  /* position: relative; */
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
  width: 33.3%;
  margin: auto;
  padding: 1.2%;
}

.tiler img {
  display: block;
  margin: auto;
  max-width: 100%;
  visibility: visible;
}

.tiler-overlay {
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  position: fixed;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  width: 49%; 

  -webkit-perspective: 30px;
          perspective: 30px;
}

.tiler-overlay .split-cell {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateZ(-15px);
          transform: translateZ(-15px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.5s, 0.4s;
  transition-timing-function: cubic-bezier(0.65, 0.01, 0.15, 1.33);
  /* The center character index */
  /*
  --center-x: calc((var(--col-total) - 1) / 2);
  --center-y: calc((var(--row-total) - 1) / 2);
  */
  /* Offset from center, positive & negative */
  /*
  --offset-x: calc(var(--col-index) - var(--center-x));
  --offset-y: calc(var(--row-index) - var(--center-y));
  */
  /* Absolute distance from center, only positive */
  /*
  --distance-x: calc(
    (var(--offset-x) * var(--offset-x)) / var(--center-x)
  );
  */
  /* Absolute distance from center, only positive */
  /*
  --distance-y: calc(
    (var(--offset-y) * var(--offset-y)) / var(--center-y)
  );
  */
  /*
  transition-delay: calc( 0.1s * var(--distance-y) + 0.1s * var(--distance-x) );
  */
}

.tiler-overlay {
  z-index: 2;
  position:absolute !important;
}

.tiler:hover .split-cell {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.content1{
background-color: #B66868;
background-image: url(../images/page1_bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position: bottom center;
} 
.content1 .content1con .page1_title{position: absolute; right: 14%; top: 18%; width: 10%;}
.content1 .content1con .page1_title img{width: 100%;}
.content1 .content1con .page1_con1{position: absolute; left: 15%; bottom: 5%; width: 13%;}
.content1 .content1con .page1_con1 img{width: 100%;}
.content1 .content1con .page1_buy{position: absolute; left: 28%; bottom: 9%; width: 8%;}
.content1 .content1con .page1_buy a img{width: 100%;}

.content2{
background-color: #B66868;
background-image: url(../images/page2_bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
/* background-position: 0px -50% ; */
background-position: top center;
} 
.content2 .content2con{position: absolute; width: 73%; top:30%; margin: 0 auto; left: 11%;}
.content2 .content2con img{width: 100%;}

.content3{
background-image: url(../images/page3_bg.jpg);
background-size: 100%;
} 
.content3 .content3con{position: absolute; width: 66%; left:14.5%; right:10%; top:18%;}
.content3 .content3con img{width: 100%;}

.content4{
background-color: #3C808A;
background-image: url(../images/page4_bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
/* background-position: 0px -50% ; */
background-position: top center;
} 
.content4 .content4con{position: absolute; width: 72%; left:12.5%; top:32%; }
.content4 .content4con img{width: 100%;}

.content5{
background-color: #3C808A;
background-image: url(../images/page5_bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
/* background-position: 0px -50% ; */
background-position: top center;
} 
.content5 .content5con{position: absolute; width: 67%; top:32%; left:13%; }
.content5 .content5con img{width: 100%;}

.content6{
background-color: #B66868;
background-image: url(../images/page6_bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
/* background-position: 0px -50% ; */
background-position: top center;
} 
.content6 .content6con{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  max-width: 1300px;
  min-width: 900px;
  padding-top:14.6%;
  padding-left:3em;
  padding-right: 3em;
  margin: auto;
  position: relative;
}

@media all and (max-width: 1630px) {
	.banner .f-l img{
		margin-left: 10px;
	}
}

@media all and (max-width: 1390px) {
	.banner .f-l img{
		width: 96%;
		height: 96%;
		margin-left: 10px;
	}
	.nav-text{letter-spacing: 3px;}

	.banner li:nth-child(1) a.active{background-size: 90%;}
	.banner li:nth-child(2) a.active{background-size: 90%;}
	.banner li:nth-child(3) a.active{background-size: 90%;}
	.banner li:nth-child(4) a.active{background-size: 90%;}
	.banner li:nth-child(5) a.active{background-size: 90%;}
	.banner li:nth-child(6) a.active{background-size: 90%;}
	.banner .nav-item a{width: 125px;}
	.banner .nav-item2 a{width: 145px;}
}
/* --动态效果必须 --*/
.slide-in-top {
	-webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.2s;
}
@-webkit-keyframes slide-in-bottom{
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.pt-page-scaleUpDown {
    -webkit-animation: scaleUpDown 0.8s ease both;
}
@-webkit-keyframes scaleUpDown {
	from {
	opacity:0;
	-webkit-transform:scale(0.8)
	}
}

