@charset "utf-8";
.header .naviBox .naviList > li:nth-child(2) > 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;
}
.banner {
  background: url("../images/banner01.png") no-repeat center top;
  height: 401px;
}
.main .topUl {
  margin: 60px 0 80px;
  display: flex;
  justify-content: space-between;
}
.main .topUl li {
  width: 31%;
  height: 140px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #57E7F5;
  display: flex;
  align-items: center;
}
.main .topUl li .topBox {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main .topUl li img {
  margin-right: 15px;
}
.main .topUl li p span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
  -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;
}
.main .inner {
  clear: both;
  margin-bottom: 46px;
  display: flex;
  justify-content: space-between;
}
.main .inner .info {
  display: flex;
  justify-content: flex-start;
}
.main .inner .title {
  font-size: 24px;
  margin-right: 40px;
  line-height: 27px;
}
.main .inner .ulLink li {
  margin-right: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
}
.main .inner .ulLink li a {
  color: #fff;
}
.main .inner .ulLink li.on a, .main .inner .ulLink li a:hover {
  color: #26FDE6;
}
.main .inner .more a {
  display: block;
  color: #fff;
  text-align: center;
  width: 119px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background: linear-gradient(141deg, rgba(32, 80, 115, 0.64) 0%, rgba(32, 80, 115, 0) 100%);
  border-radius: 8px;
  opacity: 1;
  border: 1px solid rgba(38, 253, 230, 1);
}
.main .inner .more a:hover {
  color: #26FDE6;
}
.main .photoUl {
  margin: 0 -50px 18px 0;
  display: flex;
  flex-wrap: wrap;
}
.main .photoUl li {
  width: 25%;
  padding: 0 50px 50px 0;
  box-sizing: border-box;
}
.main .photoUl li a {
  display: block;
  background-color: #000;
  border-radius: 15px;
}
.main .photoUl li img {
  width: 100%;
}
.main .photoUl li a img {
    width: 100%;
    object-fit: cover;
    height: 280px;
}
.main .photoUl li a:hover img {
  opacity: 0.8;
}
.banner2 {
  margin-bottom: 80px;
  padding: 165px 0 0;
  box-sizing: border-box;
}
.banner2 .search {
  width: 576px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.banner2 .search input {
  width: 370px;
  height: 58px;
  background: #03103B;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #57E7F5;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
}
.banner2 .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 206px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  color: #051856;
  background: #57E7F5;
  text-align: center;
  box-shadow: 0px 17px 58px 0px rgba(0, 255, 255, 0.25);
  border-radius: 4px 4px 4px 4px;
}
.banner2 .search .btn:hover {
  color: #6AA5FD;
}
.main .ttlBox {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
}
.main .ttlBox .title {
  font-size: 16px;
  margin-right: 80px;
}
.main .ttlBox .ulLink li {
  margin-right: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
}
.main .ttlBox .ulLink li a {
  color: #fff;
}
.main .ttlBox .ulLink li.on a, .main .ttlBox .ulLink li a:hover {
  color: #57E7F5;
}
.main .photoUl2 {
  margin: 70px -50px 50px 0;
}
.main .photoUl2 p {
  margin: 22px 0 0;
  display: flex;
  justify-content: space-between;
  color: #999999;
  line-height: 14px;
  font-size: 16px;
}
.main .photoUl2 p img {
  margin-right: 10px;
  width: 17px;
}
.main .photoUl2 p .ttl {
	display: block;
  color: #fff;
}
.main .photoUl2 p .down {
	display: block;
}
.section {
	padding: 83px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.section .rBox {
	width: 430px;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 60px 50px 95px;
	border: 1px solid #57E7F5;

}
.section .rBox .name {
	margin-bottom: 22px;
	color:#999;
	font-size: 14px;
}
.section .rBox .name span {
	margin: 17px 0 0;
	display: block;
	font-size: 40px;
	color:#fff;
}
.section .rBox .text {
	display: flex;
	font-size: 14px;
	justify-content: flex-start;
	margin-bottom: 21px;
	color:#999;
}
.section .rBox .text .lText {
	width: 118px;
}
.section .rBox .text .rText {
	color:#fff;
}
.section .rBox .price {
	padding: 15px 0 40px;
	font-size: 24px;
	color: #F9D23A;
}
.section .rBox .price span {
	font-size: 60px;
}
.section .rBox .btn {
	width: 330px;
	height: 72px;
	text-align: center;
	background: #EFFF00;
	box-shadow: 0px 24px 55px 0px rgba(239,255,0,0.3);
	border-radius: 50px;
}
.section .rBox .btn a {
	display: block;
	color: #1A204B;
	line-height: 72px;
	font-size: 20px;
}
.section .rBox .downBtn {
	margin: 80px 0 0;
	width: 330px;
	height: 72px;
	text-align: center;
	background: #494E74;
	box-shadow: 0px 24px 55px 0px rgba(73,78,116,0.5);
	border-radius: 50px;
}
.section .rBox .downBtn a {
	display: block;
	color: #fff;
	line-height: 72px;
	font-size: 20px;
}
.section .rBox .downBtn a:hover,
.section .rBox .btn a:hover {
	opacity: 0.6;
}
.section .rBox .downBtn a {
	color:#fff;
}

.section .lBox {
	width: 1147px;
}
.section .lBox .bPhoto {
	margin-bottom: 35px;
}
.section .lBox .photoUl {
	margin-right: -35px;
}
.section .lBox .photoUl li {
	padding: 0 35px 30px 0;
	width: 33.33%;
}


/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 1250px) and (max-width: 1620px) {
	.section .lBox img {
		width: 100%;
	}
	.section .lBox {
		margin-right: 5%;
		width: 65%;
	}
	.section .rBox {
		width: 30%;
	}
	.section .rBox .downBtn {
		width: 100%;
	}


}














