.facArea .facList .Img .logoBox .logo, .facArea .facList .Img img, .facArea .facList .Img, .linkArea .linkList .linkItem .item:before, .linkArea .linkList .linkItem .item, .bannerArea .scrollDown span.scrollBtn:after, .bannerArea .scrollDown span.scrollBtn, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}

@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
.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%;
	-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;
	background-color: #1f7c81;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	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;
}

/*
.outerWrap {
	padding-top: 80px;
}

@media (max-width: 1180px) {
	.outerWrap {
	padding-top: 60px;
}
}
*/

.bannerArea .bannerBox {
	position: relative;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
	max-width: 1200px;
	padding: 135px 20px 85px;
	right: auto;
	left: 12%;
}
.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;
	color: #fff;
}
.bannerArea .bannerItem .Txt .title {
	opacity: 0;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0.48px;
}
.bannerArea .bannerItem .Txt .subtitle {
	opacity: 0;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.48px;
	padding-top: 14px;
}
.bannerArea .bannerItem .Txt .text {
	opacity: 0;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.15em;
	max-width: 430px;
	padding-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 26px;
	   -moz-column-gap: 26px;
	        column-gap: 26px;
}
.bannerArea .bannerItem .Txt .text:before {
	content: "";
	min-width: 63px;
	height: 1px;
	background-color: #fff;
	margin-top: 10px;
}
.bannerArea .bannerItem .Txt .btnBox {
	opacity: 0;
	margin-top: 68px;
}

.bannerArea .bannerItem .Txt img.txtimg {
	width: 600px;
}


@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt {
		left: 5%;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 45px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 26px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 14px;
	}
}
@media (max-width: 1500px) {
	.bannerArea .bannerItem .Txt {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt {
		padding-bottom: 6%;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 38px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 24px;
	}
	.bannerArea .bannerItem .Txt .btnBox {
		margin-top: 50px;
	}
	.bannerArea .bannerItem .Txt img.txtimg {
	width: 500px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt {
		padding: 60px 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.bannerArea .bannerItem .Txt img.txtimg {
	width: 400px;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerItem .Txt {
		left: 0;
		padding: 60px 20px;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 32px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 22px;
	}
	.bannerArea .bannerItem .Txt img.txtimg {
	width: 300px;
	}
}


@media (max-width: 480px) {
	.bannerArea .bannerItem .Txt img.txtimg {
	width: 200px;
	}
}


@media (max-width: 400px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 30px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 20px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 13px;
		-webkit-column-gap: 8px;
		   -moz-column-gap: 8px;
		        column-gap: 8px;
	}
}


.bannerArea .bannerItem .Img {
		/*min-height: 1200px;*/
		position: relative;
	}

@media (max-width: 1180px) {
	.bannerArea .bannerItem .Img {
		min-height: 600px;
		position: relative;
	}
	.bannerArea .bannerItem .Img img {
		position: absolute;
		top: 50%;
		left: 50%;
		right: auto;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		height: 100%;
	}
}

@media (max-width: 640px) {
	.bannerArea .bannerItem .Img {
		min-height: 300px;
	}
}

@media (max-width: 480px) {
	.bannerArea .bannerItem .Img {
		min-height: 240px;
	}
}

@media (max-width: 400px) {
	.bannerArea .bannerItem .Img {
		min-height: 221px;
	}
}

.bannerArea .slick-current .Txt .title {
	-webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
	-webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
	-webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
	-webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .scrollDown {
	cursor: pointer;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	bottom: 19%;
	right: 8%;
	z-index: 2;
}
@media (max-width: 1600px) {
	.bannerArea .scrollDown {
		bottom: 8%;
	}
}
.bannerArea .scrollDown:hover span.scrollBtn:after {
	background-color: #1f7c81;
	top: 65%;
	width: 7px;
	height: 7px;
}
.bannerArea .scrollDown span {
	display: block;
	font-family: "Plus Jakarta Sans";
}
.bannerArea .scrollDown span.text {
	color: #fff;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}
.bannerArea .scrollDown span.scrollBtn {
	width: 25px;
	height: 44px;
	border-radius: 12.5px;
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.bannerArea .scrollDown span.scrollBtn:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.bannerArea .scrollDown span.scrollArrow {
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.bannerArea .slick-dots {
	width: 15px;
	margin: 0;
	top: 27%;
	right: 8%;
	z-index: 5;
}
.bannerArea .slick-dots li {
	width: 100%;
	height: 15px;
}
@media (max-width: 1600px) {
	.bannerArea .slick-dots {
		top: 20%;
	}
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
	.bannerArea .socialBox,
	.bannerArea .scrollDown,
	.bannerArea .slick-dots,
	.bannerArea .arrowBox {
		display: none !important;
	}
}


.aboutArea .infoBox {
	z-index: 2;
	position: relative;
	color: #4a4a4a;
	font-weight: 400;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.15em;
}



.linkArea {
	position: relative;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 125px;
	/*background-color: #edeef7;*/
	/*background: url("../images/bn2.jpg");*//*背景背景*/
	background-size: cover;
}
@media (max-width: 991px) {
	.linkArea {
		padding-bottom: 50px;
		padding-top: 70px;
	}
}
.linkArea .wrap {
	max-width: 1440px;
}
.linkArea .titleBox {
	text-align: center;
	z-index: 2;
	position: relative;
}
.linkArea .infoBox {
	z-index: 2;
	position: relative;
	color: #4a4a4a;
	font-weight: 400;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.15em;
}
.linkArea .linkList {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.linkArea .linkList {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.linkArea .wrap {
	max-width: 95%;
	}
}
@media (min-width: 992px) {
	.linkArea .linkList:after {
		content: "";
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 880px;
		height: 880px;
		border-radius: 50%;
		border: 1px solid #fff;
		z-index: -1;
		-webkit-animation: linkScale 15s linear infinite;
		        animation: linkScale 15s linear infinite;
	}
	@-webkit-keyframes linkScale {
		0% {
			width: 650px;
			height: 650px;
		}
		50% {
			width: 880px;
			height: 880px;
		}
		100% {
			width: 650px;
			height: 650px;
		}
	}
	@keyframes linkScale {
		0% {
			width: 650px;
			height: 650px;
		}
		50% {
			width: 880px;
			height: 880px;
		}
		100% {
			width: 650px;
			height: 650px;
		}
	}
}
.linkArea .linkList .linkItem {
	width: 50%;
	padding: 45px 0;
}
@media (max-width: 1200px) {
	.linkArea .linkList .linkItem {
		padding: 25px 0;
	}
}


.linkArea .linkList .linkItem .Img {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.linkArea .linkList .linkItem p {
	text-align: left;
}

 
.linkArea .linkList .linkItem:nth-child(2) .Img {
	float: right;
	width: 100px;
	margin-left: 10px;
}

.linkArea .linkList .linkItem:nth-child(4) .Img {
	float: right;
	width: 100px;
	margin-left: 10px;
}

.linkArea .linkList .linkItem:nth-child(2) p {
	text-align: right;
}

.linkArea .linkList .linkItem:nth-child(4) p {
	text-align: right;
}

.linkArea .linkList .linkItem .Img img {
	width: 100%;
}

.linkArea .linkList .linkItem .item {
	padding: 45px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.13);
	        box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.13);
	position: relative;
}

.linkArea .linkList .linkItem .item:hover .title {
	font-size: 150%;
color: #fff;
    -webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
}
.linkArea .linkList .linkItem .item:hover p {
	font-size: 110%;
color: #fff;
    -webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
}
.linkArea .linkList .linkItem .item:hover .Img {
	width: 110px;
    -webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
}


@media (max-width: 1400px) {
	.linkArea .linkList .linkItem .item {
		padding: 45px 20px;
	}
}
@media (max-width: 1200px) {
	.linkArea .linkList .linkItem .item {
		padding: 20px 30px;
	}
}
.linkArea .linkList .linkItem .item:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background-image: url("../images/linkItem_bg.png");
	background-size: cover;
	z-index: 2;
}
.linkArea .linkList .linkItem .item:before {
	content: "";
	border-radius: 10px;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
.linkArea .linkList .linkItem:nth-child(1) .item {
	background-image: linear-gradient(240deg, #f7f7f7 0%, transparent 100%);
}
.linkArea .linkList .linkItem:nth-child(1) .item:before {
	background-image: linear-gradient(240deg, rgba(31, 124, 129, 1) 0%, rgba(31, 124, 129, 1) 100%);
}
.linkArea .linkList .linkItem:nth-child(1) .item:hover:before {
	opacity: 1;
}
.linkArea .linkList .linkItem:nth-child(2) {
	text-align: right;
}
.linkArea .linkList .linkItem:nth-child(2) .item {
	background-image: linear-gradient(52deg, #f7f7f7 0%, transparent 100%);
}
.linkArea .linkList .linkItem:nth-child(2) .item:before {
	background-image: linear-gradient(52deg, rgba(166, 88, 151, 1) 0%, rgba(166, 88, 151, 1) 100%);
}
.linkArea .linkList .linkItem:nth-child(2) .item:hover:before {
	opacity: 1;
}
.linkArea .linkList .linkItem:nth-child(2) .Txt {
	margin-left: auto;
}
.linkArea .linkList .linkItem:nth-child(3) .item {
	background-image: linear-gradient(245deg, #f7f7f7 0%, transparent 100%);
}
.linkArea .linkList .linkItem:nth-child(3) .item:before {
	background-image: linear-gradient(245deg, rgba(166, 88, 151, 1) 0%, rgba(166, 88, 151, 1) 100%);
}
.linkArea .linkList .linkItem:nth-child(3) .item:hover:before {
	opacity: 1;
}
.linkArea .linkList .linkItem:nth-child(4) {
	text-align: right;
}
.linkArea .linkList .linkItem:nth-child(4) .item {
	background-image: linear-gradient(105deg, #f7f7f7 0%, transparent 100%);
}
.linkArea .linkList .linkItem:nth-child(4) .item:before {
	background-image: linear-gradient(105deg, rgba(31, 124, 129, 1) 0%, rgba(31, 124, 129, 1) 100%);
}
.linkArea .linkList .linkItem:nth-child(4) .item:hover:before {
	opacity: 1;
}
.linkArea .linkList .linkItem:nth-child(4) .Txt {
	margin-left: auto;
}
@media (max-width: 991px) {
	.linkArea .linkList .linkItem {
		width: 70%;
		padding: 10px 0;
	}
	.linkArea .linkList .linkItem .item {
		background-image: linear-gradient(240deg, rgba(247, 247, 247, 0.5) 0%, transparent 100%) !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media (max-width: 650px) {
	.linkArea .linkList .linkItem {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.linkArea .linkList .linkItem .item {
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 10px;
	}
}
.linkArea .linkList .Txt {
	color: #4a4a4a;
	width: 60%;
	float: left;
}

.linkArea .linkList .linkItem:nth-child(2) .Txt {
	color: #4a4a4a;
	width: 60%;
	float: right;
}
.linkArea .linkList .linkItem:nth-child(4) .Txt {
	color: #4a4a4a;
	width: 60%;
	float: right;
}

.linkArea .linkList .Txt .title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 1px;
}
.linkArea .linkList .Txt .subtitle {
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 1px;
}
.linkArea .linkList .Txt .textEditor {
	padding-top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.15em;
}
@media (max-width: 1200px) {
	.linkArea .linkList .Txt .title {
		font-size: 16px;
	}
	.linkArea .linkList .Txt .subtitle {
		font-size: 13px;
	}
	.linkArea .linkList .Txt .textEditor {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.linkArea .linkList .Txt {
		margin-left: 0 !important;
		text-align: left;
		width: 75%;
		float: left !important;
	}
	.linkArea .linkList .title {
		display: none;
	}
	.linkArea .linkList .linkItem p {
	text-align: left !important;
	}
	.linkArea .linkList .linkItem .Img {
	float: left !important;
	width: 100px !important;
	margin-right: 10px !important;
	margin-left: 0px !important;
	}
	.linkArea .linkList .linkItem .Img img {
	width: 100px !important;
	}
}
@media (max-width: 450px) {
	.linkArea .linkList .Txt {
		text-align: center;
		width: 95%;
	}
}
.linkArea .linkList .linkNum {
	font-family: "Plus Jakarta Sans";
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0;
	color: #78797a;
}
@media (min-width: 992px) {
	.linkArea .linkList .linkNum {
		display: none;
	}
}
@media (max-width: 480px) {
	.linkArea .linkList .linkNum {
		font-size: 36px;
	}
	.linkArea .linkList .Txt {
		margin: 0 !important;
		text-align: center !important;
		width: 75%;
		float: none !important;
	}
	.linkArea .linkList .title {
		display: none;
	}
	.linkArea .linkList .linkItem p {
	text-align: center !important;
	}
	.linkArea .linkList .linkItem .Img {
	float: none !important;
	width: 100px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	}
	.linkArea .linkList .linkItem .Img img {
	width: 100px !important;
	}
	.linkArea .linkList .Txt .textEditor {
		padding: 0;
	}
}
.linkArea .linkList .circleBox {
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background-color: #f3f0f7;
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: 0 7px 10px rgba(255, 255, 255, 0.5), 0 7px 20px rgba(255, 255, 255, 0.5), 0 7px 40px rgba(255, 255, 255, 0.5), 0 7px 30px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 7px 10px rgba(255, 255, 255, 0.5), 0 7px 20px rgba(255, 255, 255, 0.5), 0 7px 40px rgba(255, 255, 255, 0.5), 0 7px 30px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox {
		width: 440px;
		height: 440px;
	}
}
@media (max-width: 991px) {
	.linkArea .linkList .circleBox {
		display: none;
	}
}
.linkArea .linkList .circleBox .circleCenter {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 356px;
	height: 356px;
	border-radius: 50%;
	background-color: #f4f5f9;
	background-image: url("../images/logo_gray.png");
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleCenter {
		width: 240px;
		height: 240px;
		background-size: 150px, 74px;
	}
}
.linkArea .linkList .circleBox .circleRing {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 520px;
	height: 520px;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing {
		width: 340px;
		height: 340px;
	}
}
.linkArea .linkList .circleBox .circleRing .ring {
	position: absolute;
	width: 260px;
	height: 260px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring {
		width: 170px;
		height: 170px;
	}
}
.linkArea .linkList .circleBox .circleRing .ring:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring:before {
		width: 240px;
		height: 240px;
	}
}
.linkArea .linkList .circleBox .circleRing .ring:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/linkItem_circle_bg.png");
}
.linkArea .linkList .circleBox .circleRing .ring.active:before {
	width: 600px;
	height: 600px;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring.active:before {
		width: 400px;
		height: 400px;
	}
}
@-webkit-keyframes ring {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
@keyframes ring {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(1) {
	border-radius: 260px 0 0 0;
	bottom: 50%;
	right: 50%;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(1):before {
	/*background-image: linear-gradient(42deg, #54d8c0 0%, #53b7eb 100%);*/
	background-image: linear-gradient(42deg, #79d1d6 0%, #1f7c81 100%);
	border-radius: 260px 0 0 0;
	left: -12px;
	top: -12px;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(1).active {
	width: 310px;
	height: 310px;
	border-radius: 310px 0 0 0;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(1).active:before {
	border-radius: 310px 0 0 0;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(1) {
		border-radius: 170px 0 0 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(1):before {
		border-radius: 170px 0 0 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(1).active {
		width: 220px;
		height: 220px;
		border-radius: 220px 0 0 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(1).active:before {
		border-radius: 220px 0 0 0;
	}
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(2) {
	border-radius: 0 260px 0 0;
	left: 50%;
	bottom: 50%;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(2):before {
	/*background-image: linear-gradient(52deg, #c7afe3 0%, #ebdcf3 100%);*/
	background-image: linear-gradient(52deg, #d5a9cc 0%, #a65897 100%);
	border-radius: 0 260px 0 0;
	top: -12px;
	right: -12px;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(2).active {
	width: 310px;
	height: 310px;
	border-radius: 0 310px 0 0;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(2).active:before {
	border-radius: 0 310px 0 0;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(2) {
		border-radius: 0 170px 0 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(2):before {
		border-radius: 0 170px 0 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(2).active {
		width: 220px;
		height: 220px;
		border-radius: 0 220px 0 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(2).active:before {
		border-radius: 0 220px 0 0;
	}
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(3) {
	border-radius: 0 0 0 260px;
	right: 50%;
	top: 50%;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(3):before {
	/*background-image: linear-gradient(245deg, #f09c77 0%, #f8e6d0 100%);*/
	background-image: linear-gradient(-126deg, #d5a9cc 0%, #a65897 100%);
	border-radius: 0 0 0 260px;
	left: -12px;
	bottom: -12px;
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(3).active {
	width: 310px;
	height: 310px;
	border-radius: 0 0 0 310px;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(3).active:before {
	border-radius: 0 0 0 310px;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(3) {
		border-radius: 0 0 0 170px;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(3):before {
		border-radius: 0 0 0 170px;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(3).active {
		width: 220px;
		height: 220px;
		border-radius: 0 0 0 220px;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(3).active:before {
		border-radius: 0 0 0 220px;
	}
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(4) {
	border-radius: 0 0 260px 0;
	left: 50%;
	top: 50%;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(4):before {
	/*background-image: linear-gradient(-126deg, #fba7c8 0%, #f7d3e1 100%);*/
	background-image: linear-gradient(245deg, #79d1d6 0%, #1f7c81 100%);
	border-radius: 0 0 260px 0;
	right: -12px;
	bottom: -12px;
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(4).active {
	width: 310px;
	height: 310px;
	border-radius: 0 0 310px 0;
}
.linkArea .linkList .circleBox .circleRing .ring:nth-child(4).active:before {
	border-radius: 0 0 310px 0;
}
@media (max-width: 1200px) {
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(4) {
		border-radius: 0 0 170px 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(4):before {
		border-radius: 0 0 170px 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(4).active {
		width: 220px;
		height: 220px;
		border-radius: 0 0 220px 0;
	}
	.linkArea .linkList .circleBox .circleRing .ring:nth-child(4).active:before {
		border-radius: 0 0 220px 0;
	}
}
.linkArea .imgBox {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
}
.linkArea .imgBox .Img {
	position: absolute;
}
.linkArea .imgBox .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkArea .imgBox .Img.lt {
	top: -26%;
	left: 5%;
	-webkit-animation: link_scale 10s linear infinite;
	        animation: link_scale 10s linear infinite;
}
.linkArea .imgBox .Img.rt {
	right: -20%;
	top: -30%;
	-webkit-animation: link_scale 15s 0.5s linear infinite;
	        animation: link_scale 15s 0.5s linear infinite;
}
.linkArea .imgBox .Img.lb {
	bottom: -45%;
	left: -12%;
	-webkit-animation: link_scale 12s 0.8s linear infinite;
	        animation: link_scale 12s 0.8s linear infinite;
}
@media (max-width: 1600px) {
	.linkArea .imgBox .Img.lt {
		max-width: 500px;
	}
	.linkArea .imgBox .Img.rt {
		max-width: 850px;
	}
	.linkArea .imgBox .Img.lb {
		max-width: 600px;
	}
}
@media (max-width: 1400px) {
	.linkArea .imgBox .Img.lt {
		max-width: 400px;
		top: -18%;
	}
	.linkArea .imgBox .Img.rt {
		max-width: 750px;
	}
	.linkArea .imgBox .Img.lb {
		max-width: 500px;
		bottom: -35%;
	}
}
@media (max-width: 1200px) {
	.linkArea .imgBox .Img.lt {
		max-width: 400px;
		top: -18%;
		left: auto;
		right: -10%;
	}
	.linkArea .imgBox .Img.rt {
		display: none;
	}
	.linkArea .imgBox .Img.lb {
		max-width: 400px;
		bottom: -35%;
	}
}
@media (max-width: 991px) {
	.linkArea .imgBox .Img.lb {
		bottom: -15%;
		left: -20%;
	}
}
@media (max-width: 650px) {
	.linkArea .imgBox .Img.lt {
		right: -30%;
	}
	.linkArea .imgBox .Img.lb {
		left: -40%;
	}
}
@-webkit-keyframes link_scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		opacity: 0.7;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
@keyframes link_scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		opacity: 0.7;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

.facArea {
	position: relative;
}
.facArea .facBg {
	z-index: -1;
	position: relative;
	width: 100%;
	height: 730px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-image: url("../images/brand_bg.jpg");*//*背景背景*/
}

.facArea img.facimg {
	width: 80%;
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.facArea .facBg {
		height: 800px;
	}
}

@media (max-width: 1180px) {
	.facArea .facBg {
		height: 700px;
	}
	.facArea img.facimg {
	width: 70%;
	}
}
@media (max-width: 650px) {
	.facArea .facBg {
		height: 1100px;
	}
	.facArea img.facimg {
	width: 80%;
	}
}
.facArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 85px 20px;
	max-width: 1440px;
}
@media (max-width: 650px) {
	.facArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.facArea .left {
	height: 100%;
	width: 24.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 1400px) {
	.facArea .left {
		width: 30%;
		height: 85%;
	}
}
@media (max-width: 1200px) {
	.facArea .left {
		width: 35%;
		height: 100%;
	}
}
@media (max-width: 900px) {
	.facArea .left {
		width: 45%;
	}
}
@media (max-width: 768px) {
	.facArea .left {
		width: 50%;
	}
}
@media (max-width: 650px) {
	.facArea .left {
		width: 90%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}
@media (max-width: 450px) {
	.facArea .left {
		width: 100%;
		height: 300px !important;
	}
}
.facArea .left .infoBox {
	z-index: 2;
	position: relative;
	color: #222;
	font-weight: 400;
	max-width: 560px;
	margin: 0 auto;
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.15em;
}
@media (max-width: 1200px) {
	.facArea .left .infoBox {
		font-size: 16px;
		text-align: center;
	}
}
.facArea .left .arrowBox {
	margin-top: auto;
	margin-left: 20%;
}
.facArea .left .btnBox {
	margin-top: 37px;
}
.facArea .right {
	width: 75.143%;
	margin: 0 -17px;
	position: relative;
}
@media (max-width: 1400px) {
	.facArea .right {
		width: 70%;
	}
}
@media (max-width: 1200px) {
	.facArea .right {
		width: 65%;
	}
	.facArea .left .arrowBox {
	margin: auto;
	}
}
@media (max-width: 900px) {
	.facArea .right {
		width: 100%;
		margin: 0 auto;
	}
	.facArea .right .facList {
		max-width: 316px;
		margin: 0 auto;
	}
}
@media (max-width: 450px) {
	.facArea .right .facList {
		max-width: 85%;
	}
}
@media (max-width: 400px) {
	.facArea .right .facList {
		max-width: 90%;
	}
}
.facArea .right .arrowBox {
	width: 100%;
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 450px) {
	.facArea .right .arrowBox {
		width: calc(100% + 20px);
	}
}
.facArea .right .btnBox {
	margin-top: 40px;
	text-align: center;
}
.facArea .facList .facItem {
	padding: 0 17px;
}
.facArea .facList .item {
	position: relative;
}
.facArea .facList .item:hover .Img {
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.facArea .facList .item:hover .facImg {
	opacity: 0.5;
}
.facArea .facList .item:hover .logoBox .logo {
	-webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.facArea .facList .Img {
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	position: relative;
	border-radius: 10px;
	background-color: #000;
	border: solid 3px #fff;
}
.facArea .facList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	border-radius: 10px;
}
.facArea .facList .Img .logoBox {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	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;
}
.facArea .facList .Img .logoBox .logo {
	opacity: 0;
}
.facArea .facList .Img .logoBox .logo img {
	width: auto;
	max-width: 100%;
}
.facArea .facList .Txt {
	padding-top: 26px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.facArea .facList .Txt .title {
	width: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 12px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.facArea .facList .Txt .title a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.facArea .facList .Txt .title a:hover {
		opacity: 0.8;
	}
}
.facArea .facList .Txt .text {
	display: block;
	width: 100%;
	height: 76px;
	color: #222;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.15em;
}
@media (max-width: 1200px) {
	.facArea .facList .Txt .title {
		font-size: 16px;
	}
	.facArea .facList .Txt .text {
		font-size: 14px;
		height: 45px;
	}
}


.iii {
    position: absolute;
    z-index: initial;
    z-index: 1 !important;
    display: flex;
    overflow: visible;
    /*-webkit-animation: imgOpacity 5s ease-in-out infinite;
    animation: imgOpacity 5s ease-in-out infinite;*/
}

.iii.i01 {
    width: 250px;
    height: 259px;
    background: url("../images/icon/01.png") no-repeat center;
    background-size: contain;
    right: 0px;
    top: 0px;
}

.iii.i02 {
    width: 180px;
    height: 180px;
    background: url("../images/icon/02.png") no-repeat center;
    background-size: contain;
    left: 0;
    top: 50px;
}

.iii.i03 {
    width: 250px;
    height: 100px;
    background: url("../images/icon/03.png") no-repeat center;
    background-size: contain;
    right: 100px;
    bottom: 50px;
}

.iii.i04 {
    width: 300px;
    height: 400px;
    background: url("../images/icon/04.png") no-repeat center;
    background-size: contain;
    right: -100px;
    bottom: -35px;
    z-index: 0 !important;
}

.iii.i05 {
    width: 150px;
    height: 150px;
    background: url("../images/icon/05.png") no-repeat center;
    background-size: contain;
    left: 150px;
    bottom: 200px;
    z-index: -2 !important;
}

@media (max-width: 1280px) {
    .iii {
        display: none;
    }
}