.newsArea .newsBox .newsBtn, .newsArea .newsBox .Txt .newsInfoBox .classTitle, .newsArea .newsBox .Txt .newsInfoBox .date, .newsArea .newsBox .item, .linkArea .linkList .imgBox .Img img, .linkArea .linkList .item, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto;
}
.popWin img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #80beaf;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.popWin .close:hover {
		background-color: rgba(0, 0, 0, 0.85);
	}
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
@media (max-width: 1180px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.mainArea {
	padding: 0;
}

.bannerArea {
	z-index: 2;
}
.bannerArea .bannerBox {
	position: relative;
	padding-bottom: 116px;
}
@media (max-width: 1180px) {
	.bannerArea .bannerBox {
		padding-bottom: 90px;
	}
}
.bannerArea .bannerList > .bannerItem:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerItem {
	overflow: clip;
}
.bannerArea .bannerItem .Txt {
	max-width: 47.1%;
	margin-right: 0;
	padding: 0 20px;
	display: none;
}
.bannerArea .bannerItem .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	        /*text-shadow: 2px 2px #fff;*/
}
.bannerArea .bannerItem .Txt .title {
	opacity: 0;
	font-weight: 800;
	font-size: 55px;
	line-height: 1.1;
	letter-spacing: 1.375px;
	text-shadow: -2px -2px 0 #fff,
              2px -2px 0 #fff,
              -2px 2px 0 #fff,
              2px 2px 0 #fff;
}



.bannerArea .bannerItem .Txt .title span:nth-child(1) {
	color: #f5b994;
}
.bannerArea .bannerItem .Txt .title span:nth-child(2) {
	color: #80beaf;
}
.bannerArea .bannerItem .Txt .subtitle {
	opacity: 0;
	display: inline-block;
	font-weight: 600;
	color: #666666;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 3.8px;
	padding-top: 28px;
	padding-bottom: 34px;
	border-bottom: 1px solid #666666;
	text-shadow: -2px -2px 0 #fff,
              2px -2px 0 #fff,
              -2px 2px 0 #fff,
              2px 2px 0 #fff;
}
.bannerArea .bannerItem .Txt .text {
	display: block;
	opacity: 0;
	font-weight: 500;
	color: #666666;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.9px;
	padding-top: 38px;
	text-shadow: -1px -1px 0 #fff,
              1px -1px 0 #fff,
              -1px 1px 0 #fff,
              1px 1px 0 #fff;
}
.bannerArea .bannerItem .Txt .btnBox {
	opacity: 0;
	padding-top: 50px;
	padding-bottom: 5px;
}
@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 50px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 33px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 16px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 45px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 28px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 16px;
		padding-top: 30px;
	}
}
@media (max-width: 1200px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 24px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 16px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt {
		max-width: 100%;
		padding-left: 40px;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerItem .Txt {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding-bottom: 88px;
		display: none;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 35px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	text-shadow: -1px -1px 0 #fff,
              1px -1px 0 #fff,
              -1px 1px 0 #fff,
              1px 1px 0 #fff;
	}
	.bannerArea .bannerItem .Txt .text {
		display: none;
	}
	.bannerArea .bannerItem .Txt .btnBox {
		padding-top: 40px;
		padding-bottom: 0;
	}
}
@media (max-width: 470px) {
	.bannerArea .bannerItem .Txt {
		padding-left: 20px;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 30px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 20px;
	}
}
.bannerArea .bannerItem .Img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Img {
		height: 800px;
		position: relative;
	}
	.bannerArea .bannerItem .Img img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
@media (max-width: 840px) {
	.bannerArea .bannerItem .Img {
		height: 650px;
	}
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Img {
		height: 250px;
	}
}
@media (max-width: 480px) {
	.bannerArea .bannerItem .Img img {
		top: auto;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media (max-width: 460px) {
	.bannerArea .bannerItem .Img img {
		width: auto;
		height: 100%;
	}
}
.bannerArea .slick-current .Img {
	-webkit-transform: scale(1.03);
	        transform: scale(1.03);
	-webkit-animation: banner_zoomIn 5s 0s ease-out forwards;
	        animation: banner_zoomIn 5s 0s ease-out forwards;
}
.bannerArea .slick-current .Txt .title {
	-webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
	-webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
	-webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
	-webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bgRipple {
	bottom: 80px;
}
@media (max-width: 1180px) {
	.bannerArea .bgRipple {
		height: 60px;
		background-size: contain;
		-webkit-animation-duration: 50s;
		        animation-duration: 50s;
		bottom: 70px;
	}
}
@media (max-width: 540px) {
	.bannerArea .bgRipple {
		bottom: 65px;
	}
}
.bannerArea .yellowCircle {
	position: absolute;
	bottom: 0;
	right: 11%;
	z-index: 4;
	pointer-events: none;
	width: 265px;
	height: 264px;
	-webkit-animation: yellowCircle 18s ease-in-out infinite;
	        animation: yellowCircle 18s ease-in-out infinite;
}
.bannerArea .yellowCircle img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1600px) {
	.bannerArea .yellowCircle {
		width: 230px;
		height: 230px;
	}
}
@media (max-width: 1300px) {
	.bannerArea .yellowCircle {
		width: 200px;
		height: 200px;
	}
}
@media (max-width: 840px) {
	.bannerArea .yellowCircle {
		right: -15%;
	}
}
@media (max-width: 540px) {
	.bannerArea .yellowCircle {
		width: 160px;
		height: 160px;
	}
}
.bannerArea .arrowBox {
	z-index: 5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1762px;
	padding: 0 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.bannerArea .arrowBox .arrow {
	width: 54px;
	height: 54px;
}
.bannerArea .scrollDown {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 17%;
	right: 5.5%;
	z-index: 5;
	-webkit-animation: scrollDown_down 1.4s ease-in-out infinite;
	        animation: scrollDown_down 1.4s ease-in-out infinite;
}
@media (max-width: 1762px) {
	.bannerArea .scrollDown {
		right: 38px;
	}
}
.bannerArea .scrollDown span {
	opacity: 0.2;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bannerArea .scrollDown span:first-child {
	margin-bottom: 7px;
	border-top-color: rgba(255, 255, 255, 0.4);
	-webkit-animation: scrollDown_opacity 1.8s ease infinite;
	        animation: scrollDown_opacity 1.8s ease infinite;
}
.bannerArea .scrollDown span:nth-child(2) {
	margin-bottom: 7px;
	border-top-color: rgba(255, 255, 255, 0.7);
	-webkit-animation: scrollDown_opacity 1.8s 0.4s ease infinite;
	        animation: scrollDown_opacity 1.8s 0.4s ease infinite;
}
.bannerArea .scrollDown span:last-child {
	-webkit-animation: scrollDown_opacity 1.8s 0.8s ease infinite;
	        animation: scrollDown_opacity 1.8s 0.8s ease infinite;
}
.bannerArea .bannerDots {
	z-index: 6;
	bottom: 132px;
}
@media (max-width: 1180px) {
	.bannerArea .bannerDots {
		bottom: 75px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
	.bannerArea .socialBox,
	.bannerArea .scrollDown,
	.bannerArea .slick-arrow {
		display: none !important;
	}
}

.linkArea {
	padding-top: 35px;
	padding-bottom: 95px;
	position: relative;
}
@media (max-width: 840px) {
	.linkArea {
		padding-top: 0;
		padding-bottom: 20px;
	}
}
.linkArea .wrap {
	max-width: 1590px;
}
.linkArea .titleBox {
	z-index: 2;
	text-align: center;
}
.linkArea .titleBox .titleEn {
	margin-top: 30px;
}
.linkArea .linkBox {
	z-index: 2;
	margin: 0 -15px;
}
@media (max-width: 1200px) {
	.linkArea .linkBox {
		margin: 20px 0 0;
	}
}
.linkArea .linkList > .linkItem {
	float: left;
	width: 33.3333333333%;
}
@media (max-width: 991px) {
	.linkArea .linkList > .linkItem {
		width: 100%;
	}
}
.linkArea .linkList {
	position: relative;
	z-index: 2;
	padding-top: 10px;
	margin-top: -48px;
}
@media (max-width: 990px) {
	.linkArea .linkList {
		max-width: 500px;
		margin: 0 auto;
	}
}
@media (max-width: 650px) {
	.linkArea .linkList {
		max-width: 400px;
	}
}
@media (max-width: 540px) {
	.linkArea .linkList {
		max-width: 335px;
	}
}
@media (min-width: 992px) {
	.linkArea .linkList .center {
		margin-top: 76px;
	}
	.linkArea .linkList .center .imgBox .Img {
		/*-webkit-mask-image: url("../images/themes-2.png");
		        mask-image: url("../images/themes-2.png");*/
	}
	.linkArea .linkList .center .imgBox .number {
		top: 6%;
		left: 4%;
	}
}
.linkArea .linkList .linkItem {
	padding: 10px 15px 0;
}
@media (max-width: 1200px) {
	.linkArea .linkList .linkItem {
		padding: 10px 0 0;
	}
}
.linkArea .linkList .item {
	position: relative;
	padding-bottom: 14px;
}
@media (min-width: 1201px) {
	.linkArea .linkList .item:hover {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.linkArea .linkList .item:hover .imgBox .Img img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.linkArea .linkList .item:hover .imgBox .number {
		-webkit-animation: theme_rotate 1.5s linear infinite;
		        animation: theme_rotate 1.5s linear infinite;
	}
}
.linkArea .linkList .imgBox .Img {
	width: 90%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/*-webkit-mask-image: url("../images/themes-1.png");
	        mask-image: url("../images/themes-1.png");
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;*/
	        border-radius: 50%;
	        margin-left: 5%;
	        margin-right: 5%;
	        border: solid 10px #fff;
	-webkit-box-shadow: 4.24px 2.65px 16px 0px rgba(207, 207, 207, 0.56);
	        box-shadow: 4.24px 2.65px 16px 0px rgba(207, 207, 207, 0.56);
}
.linkArea .linkList .imgBox .Img img {
	width: 100%;
	height: 400px;
	display: block;
	/*-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform-origin: center;
	        transform-origin: center;*/
	        border-radius: 50%;
}
.linkArea .linkList .imgBox .number {
	position: absolute;
	top: 8%;
	left: 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.linkArea .linkList .imgBox .number img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkArea .linkList .imgBox .number span {
	position: absolute;
	font-weight: bold;
	color: #fff;
	margin-left: 12px;
	font-family: "Roboto";
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0;
}

@media (max-width: 1600px) {
	.linkArea .linkList .imgBox .Img img {
	height: 350px;
	}
}

@media (max-width: 1200px) {
	.linkArea .linkList .imgBox .number {
		max-width: 90px;
	}
	.linkArea .linkList .imgBox .number span {
		margin-left: 0;
		font-size: 26px;
	}
	.linkArea .linkList .imgBox .Img img {
	height: 300px;
	}
}
@media (max-width: 991px) {
	.linkArea .linkList .imgBox .number {
		left: 12%;
		top: 10%;
	}
	.linkArea .linkList .imgBox .Img img {
	height: 350px;
	}
}

@media (max-width: 640px) {
	.linkArea .linkList .imgBox .Img img {
	height: 300px;
	}
}

@media (max-width: 480px) {
	.linkArea .linkList .imgBox .Img img {
	height: 270px;
	}
}
.linkArea .linkList .Txt {
	position: relative;
	z-index: 2;
	width: 90%;
	margin: 0 auto;
	margin-top: -40px;
	padding: 38px 20px;
	border-radius: 35px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 4.24px 2.65px 16px 0px rgba(207, 207, 207, 0.56);
	        box-shadow: 4.24px 2.65px 16px 0px rgba(207, 207, 207, 0.56);
}
.linkArea .linkList .Txt .title {
	font-weight: 500;
	color: #80beaf;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 4.2px;
}
.linkArea .linkList .Txt .textEditor {
	padding-top: 15px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.8px;
}
@media (max-width: 1400px) {
	.linkArea .linkList .Txt {
		padding: 30px 20px;
	}
	.linkArea .linkList .Txt .title {
		font-size: 24px;
	}
}
@media (max-width: 1180px) {
	.linkArea .linkList .Txt .title {
		font-size: 20px;
	}
	.linkArea .linkList .Txt .textEditor {
		font-size: 13px;
	}
}
@media (max-width: 400px) {
	.linkArea .linkList .Txt {
		padding: 16px;
	}
	.linkArea .linkList .Txt .title {
		font-size: 18px;
	}
	.linkArea .linkList .Txt .textEditor {
		font-size: 12px;
	}
}
.linkArea .arrowBox {
	z-index: 1;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 70px;
	width: 100%;
	max-width: 700px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 540px) {
	.linkArea .arrowBox {
		bottom: 74px;
	}
}
@media (max-width: 450px) {
	.linkArea .arrowBox {
		position: relative;
		left: auto;
		-webkit-transform: none;
		        transform: none;
		bottom: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
}
.linkArea .linkImgBox {
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.linkArea .linkImgBox .Img {
	position: absolute;
}
.linkArea .linkImgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkArea .linkImgBox .Img.py {
	left: -15%;
	-webkit-transform-origin: center;
	        transform-origin: center;
	animation: theme_py 25s infinite linear reverse;
}
.linkArea .linkImgBox .Img.white_line {
	top: 8%;
	right: -18%;
}
.linkArea .linkImgBox .Img.dash_line {
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 166px;
	max-width: 1920px;
	background-size: cover;
	background-position: center;
	background-image: url("../images/themes_line.png");
}
.linkArea .linkImgBox .Img.dash_line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e6f9f7;
	height: 100%;
	width: 0;
	-webkit-animation: theme_line 8s ease-in-out infinite;
	        animation: theme_line 8s ease-in-out infinite;
}
@media (max-width: 1600px) {
	.linkArea .linkImgBox .Img.py {
		max-width: 350px;
	}
	.linkArea .linkImgBox .Img.white_line {
		max-width: 230px;
	}
}
@media (max-width: 1300px) {
	.linkArea .linkImgBox .Img.py {
		max-width: 290px;
	}
	.linkArea .linkImgBox .Img.white_line {
		max-width: 170px;
		right: -5%;
	}
}
@media (max-width: 991px) {
	.linkArea .linkImgBox .Img.py {
		top: 15%;
		left: -22%;
	}
}
@media (max-width: 840px) {
	.linkArea .linkImgBox .Img.py {
		left: -230px;
	}
	.linkArea .linkImgBox .Img.white_line {
		display: none;
	}
}
@media (max-width: 540px) {
	.linkArea .linkImgBox .Img.py {
		max-width: 276px;
	}
}

.aboutArea {
	position: relative;
	background-color: #fff0dd;
	padding-bottom: 68px;
	margin-top: 85px;
	overflow-x: clip;
}
@media (max-width: 1180px) {
	.aboutArea {
		padding-bottom: 45px;
	}
}
.aboutArea:before {
	content: "";
	background-image: url("../images/about_bg.png");
	display: block;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -85px;
	left: 0;
}
.aboutArea .wrap {
	max-width: 1886px;
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1180px) {
	.aboutArea .aboutBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.aboutArea .left,
.aboutArea .right {
	position: relative;
}
@media (max-width: 1180px) {
	.aboutArea .left,
	.aboutArea .right {
		display: none;
	}
}
.aboutArea .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.aboutArea .ImgRight, .aboutArea .ImgLeft {
	overflow: hidden;
	width: 396px;
	height: 396px;
	border-radius: 50%;
}
.aboutArea .ImgLeft {
	margin-top: 20%;
	margin-left: 20px;
}
.aboutArea .ImgRight {
	margin-top: 58%;
}
.aboutArea .Img.yellowDots {
	position: absolute;
	top: 50%;
	left: 4%;
	pointer-events: none;
}
.aboutArea .Img.yellowLine {
	position: absolute;
	bottom: 3%;
	right: 21%;
	pointer-events: none;
	-webkit-animation: yellowLine 4s linear infinite;
	        animation: yellowLine 4s linear infinite;
}
.aboutArea .Img.po {
	position: absolute;
	right: -15%;
	top: -25%;
	pointer-events: none;
}
.aboutArea .Img.po .eyesBox {
	top: 54%;
	left: 7%;
	-webkit-transform: rotate(-52.88deg);
	        transform: rotate(-52.88deg);
}
.aboutArea .Img.po .eyesBox span {
	margin: 0 0.2px;
}
.aboutArea .Img.po .eyesBox span:before {
	bottom: 1px;
	left: 1px;
}
.aboutArea .Img.po .eyesBox span:after {
	background-color: #fbd3a7;
}
@media (max-width: 1700px) {
	.aboutArea .ImgRight, .aboutArea .ImgLeft {
		width: 320px;
		height: 320px;
	}
	.aboutArea .Img.yellowLine {
		bottom: 20%;
	}
	.aboutArea .Img.po {
		max-width: 400px;
	}
}
@media (max-width: 1500px) {
	.aboutArea .ImgRight, .aboutArea .ImgLeft {
		width: 270px;
		height: 270px;
	}
	.aboutArea .Img.yellowLine {
		bottom: 34%;
	}
	.aboutArea .Img.yellowDots {
		top: 35%;
	}
}
@media (max-width: 1180px) {
	.aboutArea .Img.po {
		max-width: 340px;
		top: -35%;
		right: -200px;
	}
}
@media (max-width: 840px) {
	.aboutArea .Img.po {
		max-width: 300px;
		top: -30%;
	}
}
@media (max-width: 540px) {
	.aboutArea .Img.po {
		max-width: 223px;
		right: -150px;
		top: -150px;
	}
	.aboutArea .Img.po .eyesBox {
		-webkit-transform: scale(0.7) rotate(-52.88deg);
		        transform: scale(0.7) rotate(-52.88deg);
	}
}
.aboutArea .Txt {
	margin-top: -30px;
	width: 55%;
	max-width: 770px;
	text-align: center;
	padding: 0 20px;
}
.aboutArea .Txt .titleBox {
	margin-top: 42px;
}
.aboutArea .Txt .titleBox2 {
	margin-top: 62px;
}
.aboutArea .Txt .info {
	margin-top: 62px;
}
.aboutArea .Txt .btnBox {
	margin-top: 70px;
}
@media (max-width: 1180px) {
	.aboutArea .Txt {
		width: 100%;
		padding: 0;
	}
	.aboutArea .Txt .titleBox2 {
		margin-top: 40px;
	}
	.aboutArea .Txt .info {
		margin-top: 40px;
	}
	.aboutArea .Txt .btnBox {
		margin-top: 50px;
	}
}
@media (max-width: 420px) {
	.aboutArea .Txt .titleBox2 .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 27px;
	}
}

.newsArea {
	margin-top: 55px;
	padding: 50px 0;
	position: relative;
	overflow-x: clip;
}
@media (max-width: 1600px) {
	.newsArea {
		margin-bottom: 40px;
	}
}
@media (max-width: 1180px) {
	.newsArea {
		margin-top: 0;
		margin-bottom: 80px;
	}
}
.newsArea .wrap {
	max-width: 1240px;
	position: relative;
}
.newsArea .titleBox .titleEn {
	margin-top: 34px;
}
@media (max-width: 1180px) {
	.newsArea .titleBox {
		text-align: center;
	}
}
.newsArea .classBox {
	margin-top: 50px;
	margin-bottom: 45px;
}
.newsArea .classBox .classLink {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media (max-width: 1180px) {
	.newsArea .classBox .classLink {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 540px) {
	.newsArea .classBox {
		margin: 30px 0;
	}
}
.newsArea .newsBox {
	margin: 0 -28px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 1400px) {
	.newsArea .newsBox {
		margin: 0 -20px;
	}
}
@media (max-width: 840px) {
	.newsArea .newsBox {
		overflow: clip;
	}
}
.newsArea .newsBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.newsArea .newsBox .newsList > .newsItem {
	float: left;
	width: 33.3333333333%;
}
@media (max-width: 1180px) {
	.newsArea .newsBox .newsList > .newsItem {
		width: 50%;
	}
}
@media (max-width: 840px) {
	.newsArea .newsBox .newsList > .newsItem {
		width: 100%;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsBox .newsList {
		max-width: 806px;
		margin: 0 auto;
	}
}
@media (max-width: 840px) {
	.newsArea .newsBox .newsList {
		max-width: 403px;
	}
}
@media (max-width: 840px) {
	.newsArea .newsBox .slick-list {
		overflow: visible;
	}
}
.newsArea .newsBox .newsItem {
	padding: 0 28px;
	padding-top: 10px;
}
@media (max-width: 1400px) {
	.newsArea .newsBox .newsItem {
		padding: 10px 20px 0;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsBox .newsItem {
		padding: 0 20px;
	}
}
.newsArea .newsBox .item {
	position: relative;
	min-height: 469px;
	background-color: #fff;
	border-radius: 35px;
	overflow: hidden;
}
@media (min-width: 1201px) {
	.newsArea .newsBox .item:hover {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.newsArea .newsBox .item:hover .Img:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.newsArea .newsBox .item:hover .Txt .date {
		color: #f5b994;
	}
	.newsArea .newsBox .item:hover .Txt .classTitle {
		background-color: #f5b994;
	}
	.newsArea .newsBox .item:hover .newsBtn {
		background-color: #f5b994;
	}
}
.newsArea .newsBox .item.full .text {
	height: 270px;
}
.newsArea .newsBox .Img {
	overflow: hidden;
	position: relative;
}
.newsArea .newsBox .Img img {
	width: 100%;
	/*height: auto;*/
	height: 250px;
	object-fit: cover;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 400px) {
	.newsArea .newsBox .Img {
		min-height: 225px;
	}
	.newsArea .newsBox .Img img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.newsArea .newsBox .Txt {
	position: relative;
	padding: 22px 33px 0;
	overflow: hidden;
}
.newsArea .newsBox .Txt .newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.newsArea .newsBox .Txt .newsInfoBox .date {
	color: #80beaf;
	font-weight: 700;
}
.newsArea .newsBox .Txt .newsInfoBox .classTitle {
	border-radius: 5px;
	padding: 8px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #80beaf;
}
.newsArea .newsBox .Txt .title {
	font-weight: 500;
	color: #666666;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
.newsArea .newsBox .Txt .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsArea .newsBox .Txt .text {
	font-weight: 300;
	margin-top: 10px;
	height: 55px;
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.newsArea .newsBox .newsBtn {
	position: relative;
	z-index: 2;
	width: 46.5px;
	height: 46.5px;
	background-color: #80beaf;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 31px;
	margin-top: 5px;
	margin-bottom: 22px;
}
.newsArea .newsBox .newsBtn:after {
	content: "";
	width: 14px;
	height: 12px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
.newsArea .arrowBox {
	z-index: 2;
	position: absolute;
	right: 20px;
	top: 170px;
}
@media (max-width: 1181px) {
	.newsArea .arrowBox {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 48px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.newsArea .newsImgBox {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: clip;
}
.newsArea .newsImgBox .Img {
	position: absolute;
}
.newsArea .newsImgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsArea .newsImgBox .Img.orangeDots {
	bottom: 15%;
	left: 5.5%;
}
.newsArea .newsImgBox .Img.white_line {
	-webkit-transform: rotate(97deg);
	        transform: rotate(97deg);
	/*top: 6%;*/
	left: -7%;
}
.newsArea .newsImgBox .Img.py {
	right: 14%;
	top: 32%;
}
.newsArea .newsImgBox .Img.py .eyesBox {
	top: 17%;
	left: 13%;
	-webkit-transform: rotate(20deg);
	        transform: rotate(20deg);
}
.newsArea .newsImgBox .Img.py .eyesBox span {
	margin: 0 2px;
}
.newsArea .newsImgBox .Img.py .eyesBox span:before {
	bottom: 0;
	left: 2px;
}
@media (max-width: 1600px) {
	.newsArea .newsImgBox .Img.white_line {
		max-width: 200px;
	}
	.newsArea .newsImgBox .Img.py {
		max-width: 350px;
		right: 8%;
	}
}
@media (max-width: 1300px) {
	.newsArea .newsImgBox .Img.py {
		max-width: 300px;
		right: 0;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsImgBox .Img.orangeDots {
		left: 0;
		bottom: 12%;
	}
	.newsArea .newsImgBox .Img.py {
		max-width: 300px;
		right: 0;
		top: 29%;
	}
}
@media (max-width: 840px) {
	.newsArea .newsImgBox .Img.white_line {
		max-width: 147px;
	}
	.newsArea .newsImgBox .Img.py {
		max-width: 223px;
		right: -80px;
		top: 29%;
	}
}
@media (max-width: 540px) {
	.newsArea .newsImgBox .Img.white_line {
		left: -15%;
	}
	.newsArea .newsImgBox .Img.py {
		max-width: 223px;
		top: 25%;
		right: -100px;
	}
}
/*# sourceMappingURL=home.css.map */