@charset "utf-8";
.header .naviBox .naviList > li:nth-child(3) > 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 {
	height: 400px;
  background: url("../images/about_banner.png") no-repeat center top;
}
.aboutBox {
	max-width: 1600px;
	margin: 80px auto 0;
	text-align: center;
}
.aboutBox .address {
	margin-bottom: 50px;
	font-size: 24px;
	color:#fff;
}
.aboutBox .title {
	margin-bottom: 33px;
	font-size: 48px;
	font-weight: bold;
}
.aboutBox .title span {
	color:#4BCCF3;
}
.aboutBox .text {
	margin: 0 140px 100px;
	color:#5F667F;
	line-height: 48px;
	font-size: 18px;
}
.aboutBox .photo img {
	width: 100%;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 1250px) and (max-width: 1620px) {





}




















