@charset "utf-8";
.header .naviBox .naviList > li:nth-child(1) > a {
  background: linear-gradient(to right, #26FDE6, #6AA5FD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -ms-linear-gradient( rgba(255,0,0,0),  rgba(255,0,0,0));
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  color:#26FDE6;
}
.bannerBox {
  padding: 180px 0 200px;
  box-sizing: border-box;
  background: url("../images/product_bg01.png") no-repeat center bottom;
}
.bannerBox .banner {
  max-width: 1610px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bannerBox .banner .textBox {
  margin-top: 80px;
  width: 750px;
}
.bannerBox .banner .textBox .title {
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 108px;
}
.bannerBox .banner .textBox .title span {
  color: #57E7F5;
}
.bannerBox .banner .textBox .text {
  margin-bottom: 50px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
}
.bannerBox .btnUl {
  display: flex;
  justify-content: flex-start;
}
.bannerBox .btnUl li {
  margin-right: 20px;
  background: linear-gradient(141deg, rgba(32, 80, 115, 0.64) 0%, rgba(32, 80, 115, 0) 100%);
  border-radius: 16px;
  border: 1px solid rgba(99, 235, 235, 1);
}
.bannerBox .btnUl li:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 78px;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  background: linear-gradient(140deg, #63EBEB 0%, #00AFEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerBox .btnUl li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 78px;
  font-size: 20px;
  color: #fff;
  line-height: 23px;
  background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
  box-shadow: 0px 20px 45px 0px rgba(113, 226, 255, 0.15);
  border-radius: 16px;
  opacity: 1;
}
.bannerBox .btnUl li:first-child a img {
  margin: 0 10px 0 15px;
}
.bannerBox .btnUl li a:hover {
  opacity: 0.8;
}
.main {
  padding: 100px 0 0;
  margin-bottom: 110px;
}
.main h2 {
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  line-height: 60px;
  font-size: 40px;
}
.main h2 span {
  margin: -40px 0 0;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}
.main .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .inner .photoBox {
  margin: -250px -230px 0 -150px;
}
.main .inner .textBox {
  margin: 200px 0 0;
}
.main .inner .textBox h3 {
  margin-bottom: 36px;
  font-size: 40px;
  background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100;
}
.main .inner .textBox .txt {
  font-size: 24px;
  padding-left: 40px;
  color: #FFFFFF;
  line-height: 48px;
  position: relative;
}
.main .inner .textBox .txt:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 8px;
  height: 170px;
  background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
  border-radius: 0px 0px 0px 0px;
}
.main .inner02 {
  margin: -260px 0 0;
}
.main .inner02 .photoBox {
  margin: -300px -160px 0 -240px;
}
.main .inner02 .textBox {
  margin: 150px 0 0;
  width: 840px;
}
.main .inner02 .textBox .txt:before {
  height: 120px;
}
.main .inner03 {
  margin: -260px 0 0;
}
.main .inner03 .textBox {
  margin: 180px 0 0;
}
.main .inner03 .textBox .txt:before {
  height: 120px;
}
.main .inner04 {
  margin: -260px 0 0;
}
.main .inner04 .textBox {
  margin: 180px 0 0;
}
.main .inner04 .textBox .txt:before {
  height: 120px;
}
.main .inner04 .photoBox {
  margin: -240px -160px 0 -240px;
}
.main .inner03 .textBox .txt02:before {
  height: 180px;
}
.main .inner .textBox .txt03:before {
  height: 125px;
}
.main .inner02 .textBox .txt04:before {
  height: 180px;
}
.main .inner04 .textBox .txt05:before {
  height: 180px;
}
.main .inner05 .textBox {
	margin: 250px 0 0;
}
.main .inner .textBox .txt05:before {
  height: 80px;
}
.h2Ttl {
  margin: -160px 0 20px;
}
.main .videoText {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.main .videoBox {
  margin-bottom: 40px;
  position: relative;
}
.main .videoBox .videoImg {
  /*position: absolute;*/
  top: 0;
  left: 0;
}
.main .videoBox .videoImg .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -22px;
}
.contact {
  text-align: center;
  height: 444px;
  box-sizing: border-box;
  padding: 106px 0 0;
  background: url("../images/product_bg02.png") no-repeat center top;
}
.contact .text1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 40px;
}
.contact .text2 {
  margin-bottom: 65px;
  font-size: 16px;
}
.contact .conBtn {
  margin: 0 auto;
  width: 291px;
  height: 62px;
}
.contact .conBtn a {
  display: block;
  color: #fff;
  line-height: 62px;
  font-size: 20px;
  background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
  box-shadow: 0px 17px 58px 0px rgba(0, 255, 255, 0.25);
  border-radius: 16px;
}
.contact .conBtn a:hover {
  opacity: 0.8;
}
.bannerBox02 {
  padding: 190px 0 245px;
}
.bannerBox02 .banner .textBox {
  margin-top: 50px;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 1250px) and (max-width: 1620px) {
	.bannerBox .banner {
		padding: 0 20px;
	}
	.main {
	  padding: 0 40px;
	}
}




















