.newsArea .newsRight .newsListImg, .newsArea .newsRight .newsItem .Txt .title, .newsArea .newsRight .newsItem .Txt .newsTitleBox .arrow:after, .newsArea .newsRight .newsItem .Txt .newsTitleBox .arrow, .solutionArea .solutionLeft .solutionIconList .title, .solutionArea .solutionLeft .solutionIconList .item:after, .solutionArea .solutionLeft .solutionIconList .item:before, .solutionArea .solutionLeft .solutionIconList .item, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@-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: #267ab8;
	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;
}

.bannerArea .bannerBox {
	position: relative;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
	max-width: 1520px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	padding-bottom: 1.9%;
	text-shadow: 0px 0px 3px #222;
}
@media (max-width: 1700px) {
	.bannerArea .bannerItem .Txt {
		padding: 0 10%;
		padding-bottom: 3%;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerItem .Txt {
		/*position: relative;
		padding: 40px 20px;
		display: none;*/
	}
}
.bannerArea .bannerItem .Txt .textBox {
	position: relative;
	padding-left: 40px;
}
.bannerArea .bannerItem .Txt .textBox:after {
	content: "";
	opacity: 0;
	height: 0;
	width: 2px;
	background-color: #267ab8;
	position: absolute;
	left: 0;
	top: 0;
}
.bannerArea .bannerItem .Txt .textBox:before {
	content: "";
	opacity: 0;
	height: 2px;
	width: 0;
	background-color: #267ab8;
	position: absolute;
	left: 0;
	bottom: 25px;
}
.bannerArea .bannerItem .Txt .subtitle {
	display: inline-block;
	padding-top: 35px;
	opacity: 0;
	text-transform: uppercase;
	color: #267ab8;
	font-weight: 500;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.32px;
	position: relative;
}
.bannerArea .bannerItem .Txt .subtitle:after {
	content: "";
	opacity: 0;
	width: 0;
	height: 2px;
	background-color: #267ab8;
	position: absolute;
	left: -40px;
	top: 0;
}
.bannerArea .bannerItem .Txt .subtitle:before {
	content: "";
	opacity: 0;
	height: 0;
	width: 2px;
	background-color: #267ab8;
	position: absolute;
	right: -40px;
	top: 0;
}
.bannerArea .bannerItem .Txt .title {
	opacity: 0;
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
	letter-spacing: -0.32px;
	padding-top: 13px;
}
.bannerArea .bannerItem .Txt .text {
	opacity: 0;
	padding-top: 20px;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
}
.bannerArea .bannerItem .Txt .btnBox {
	opacity: 0;
	margin-top: 55px;
	margin-left: 40px;
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 16px;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 28px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 15px;
	}
	.bannerArea .bannerItem .Txt .btnBox {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.bannerArea .bannerItem .Txt .textBox {
		padding-left: 30px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		padding-top: 25px;
	}
	.bannerArea .bannerItem .Txt .subtitle:after {
		left: -30px;
	}
	.bannerArea .bannerItem .Txt .subtitle:before {
		right: -30px;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 24px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 13px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Txt {
		margin-top: 20px;
	}
	.bannerArea .bannerItem .Txt .textBox {
		padding-left: 0;
	}
	.bannerArea .bannerItem .Txt .textBox:before, .bannerArea .bannerItem .Txt .textBox:after {
		display: none;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 22px;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 14px;
		padding-top: 0;
	}
	.bannerArea .bannerItem .Txt .subtitle:after, .bannerArea .bannerItem .Txt .subtitle:before {
		display: none;
	}
	.bannerArea .bannerItem .Txt .btnBox {
		margin-left: auto;
		margin-right: auto;
	}
}
.bannerArea .bannerItem .Img {
	position: relative;
}
.bannerArea .bannerItem .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Img {
		height: 800px;
	}
}
@media (max-width: 740px) {
	.bannerArea .bannerItem .Img {
		height: 650px;
	}
}
@media (max-width: 540px) {
	.bannerArea .bannerItem .Img {
		height: 550px;
	}
}
@media (max-width: 480px) {
	.bannerArea .bannerItem .Img {
		height: 450px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Img {
		height: 400px;
	}
}
.bannerArea .slick-current .Txt.show .textBox:after {
	opacity: 1;
	-webkit-transition: height 0.7s 1.2s ease-in-out;
	transition: height 0.7s 1.2s ease-in-out;
	height: calc(100% - 25px);
}
.bannerArea .slick-current .Txt.show .textBox:before {
	opacity: 1;
	-webkit-transition: width 0.5s 1.8s ease-in-out;
	transition: width 0.5s 1.8s ease-in-out;
	width: 30px;
}
@media (max-width: 991px) {
	.bannerArea .slick-current .Txt.show .textBox:before {
		width: 25px;
	}
}
.bannerArea .slick-current .Txt.show .subtitle:after {
	opacity: 1;
	-webkit-transition: width 0.7s 1.2s ease-in-out;
	transition: width 0.7s 1.2s ease-in-out;
	width: calc(100% + 80px);
}
.bannerArea .slick-current .Txt.show .subtitle:before {
	opacity: 1;
	-webkit-transition: height 0.5s 1.8s ease-in-out;
	transition: height 0.5s 1.8s ease-in-out;
	height: 30px;
}
@media (max-width: 991px) {
	.bannerArea .slick-current .Txt.show .subtitle:after {
		width: calc(100% + 60px);
	}
	.bannerArea .slick-current .Txt.show .subtitle:before {
		height: 25px;
	}
}
.bannerArea .slick-current .Txt .subtitle {
	-webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
	-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 .socialBox {
	display: block;
	position: absolute;
	top: 50%;
	left: 50px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.bannerArea .socialBox .socialList li {
	margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
	margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
	margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
	width: 20px;
	height: 18px;
	display: inline-block;
	fill: #fff;
	margin-top: -2px;
	vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
	color: #267ab8;
}
.bannerArea .socialBox .socialList li a:hover svg {
	fill: #267ab8;
}
.bannerArea .arrowBox {
	max-width: 1840px;
	padding: 0 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.bannerArea .scrollDown {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 2;
}
.bannerArea .scrollDown span {
	display: block;
}
.bannerArea .scrollDown span.text {
	color: #fff;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
	width: 2px;
	height: calc(100% + 20px);
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
}
.bannerArea .scrollDown span.line::before {
	content: "";
	width: 2px;
	height: calc(100% + 20px);
	-webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
	        animation: bannerScrollAnimation 2.5s linear infinite forwards;
	background-color: #267ab8;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.bannerArea .slick-dots {
	position: absolute;
	top: 100%;
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
	.bannerArea .socialBox,
	.bannerArea .scrollDown,
	.bannerArea .arrowBox {
		display: none !important;
	}
}

.aboutArea {
	padding: 50px 0;
}
.aboutArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.aboutArea .titleBox {
	width: 100%;
}
.aboutArea .Img {
	width: 45%;
}
.aboutArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.aboutArea .right {
	width: 55%;
	padding-left: 50px;
}
.aboutArea .right .Txt {
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.8;
}
.aboutArea .right .Txt .title {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 400;
}
.aboutArea .right .btn a {
	padding: 12px 40px;
	border: 1px solid #51649a;
	font-size: 15px;
	color: #51649a;
}
.aboutArea .right .btn a:hover {
	color: #fff;
	background-color: #51649a;
}

.roomArea {
	padding: 50px 0;
	background-color: #fafafa;
}
.roomArea .item {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.roomArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.roomArea .Txt {
	padding: 30px 20px;
	background-color: #fff;
}
.roomArea .Txt .classTitle {
	display: none;
}
.roomArea .Txt .title {
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
	padding-bottom: 8px;
}
.roomArea .Txt .title a {
	display: block;
}
.roomArea .Txt .text {
	height: 46px;
	color: #666;
	line-height: 1.8;
}

.catalogArea {
	position: relative;
	z-index: 1;
	padding-top: 85px;
	padding-bottom: 110px;
	background-image: url("../images/pro_bg.jpg");
	background-size: cover;
	background-position: center;
}
@media (max-width: 1180px) {
	.catalogArea {
		padding: 60px 0;
	}
}
.catalogArea .wrap > .titleBox .titleTw {
	text-align: center;
}
.catalogArea .wrap > .titleBox .titleTw:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.catalogArea .infoBox {
	color: #333;
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
	opacity: 0.8;
	font-size: 17px;
	line-height: 1.64;
	letter-spacing: 0.34px;
}
@media (max-width: 1400px) {
	.catalogArea .infoBox {
		font-size: 15px;
	}
}
@media (max-width: 1180px) {
	.catalogArea .infoBox {
		max-width: 85%;
	}
}
@media (max-width: 650px) {
	.catalogArea .infoBox {
		font-size: 13px;
		max-width: 95%;
	}
}
.catalogArea .classBoxRow {
	margin-top: 65px;
}
@media (max-width: 1180px) {
	.catalogArea .classBoxRow {
		margin: 30px 0;
	}
}
.catalogArea .catalogBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.catalogArea .catalogBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.catalogArea .catalogMList {
	margin: 0 -50px;
	padding-top: 20px;
}
@media (max-width: 1600px) {
	.catalogArea .catalogMList {
		margin: 0;
	}
}
.catalogArea .catalogMList .catalogMItem {
	padding: 50px;
display: -webkit-flex;
display: flex;
}
@media (max-width: 1400px) {
	.catalogArea .catalogMList .catalogMItem {
		padding: 30px;
	}
}
@media (max-width: 650px) {
	.catalogArea .catalogMList .catalogMItem {
		padding: 0;
	}
}
.catalogArea .catalogMList .item {
	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: 1180px) {
	.catalogArea .catalogMList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.catalogArea .catalogMList .textBox {
	width: 54.595%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 53.58px 3.42px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 0px 53.58px 3.42px rgba(0, 0, 0, 0.08);
	padding: 100px 65px 100px 75px;
}
@media (max-width: 1600px) {
	.catalogArea .catalogMList .textBox {
		padding: 80px 50px;
	}
}
@media (max-width: 1180px) {
	.catalogArea .catalogMList .textBox {
		width: 85%;
		padding: 30px 50px;
		padding-bottom: 20%;
  -webkit-order: 2 !important;
	}
}
@media (max-width: 840px) {
	.catalogArea .catalogMList .textBox {
		padding: 30px 20px 30px 20px;
		padding-bottom: 20%;
		width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}
.catalogArea .catalogMList .textBox .Txt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.catalogArea .catalogMList .textBox .Txt:after {
	content: "";
	right: 0;
	width: 2px;
	position: absolute;
	bottom: 24px;
	height: 0;
	-webkit-transition: height 0.5s 0.4s ease-in-out;
	transition: height 0.5s 0.4s ease-in-out;
	background-color: #267ab8;
}
.catalogArea .catalogMList .textBox .Txt:before {
	content: "";
	position: absolute;
	right: 0;
	top: 77px;
	height: 2px;
	width: 0;
	background-color: #267ab8;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
@media (max-width: 650px) {
	.catalogArea .catalogMList .textBox .Txt:before {
		top: 55px;
	}
}
@media (max-width: 400px) {
	.catalogArea .catalogMList .textBox .Txt:after, .catalogArea .catalogMList .textBox .Txt:before {
		display: none;
	}
}
.catalogArea .catalogMList .textBox .textEditor {
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
	color: #333;
	opacity: 0.8;
	max-width: 90%;
}
@media (max-width: 1400px) {
	.catalogArea .catalogMList .textBox .textEditor {
		font-size: 15px;
	}
}
@media (max-width: 650px) {
	.catalogArea .catalogMList .textBox .textEditor {
		font-size: 13px;
	}
}
.catalogArea .catalogMList .textBox .btnBox {
	margin-top: 13%;
	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;
}
.catalogArea .catalogMList .textBox .btnBox .btn {
	min-width: 216px;
}
.catalogArea .catalogMList .textBox .btnBox:after {
	content: "";
	-webkit-transition: width 0.5s 0.4s ease-in-out;
	transition: width 0.5s 0.4s ease-in-out;
	width: 0;
	height: 2px;
	background-color: #267ab8;
	display: block;
}
@media (max-width: 1180px) {
	.catalogArea .catalogMList .textBox .btnBox {
		margin-top: 8%;
	}
}
/*
@media (max-width: 400px) {
	.catalogArea .catalogMList .textBox .btnBox:after {
		display: none;
	}
}
.catalogArea .catalogMList .textBox.show .Txt:after {
	height: calc(100% - 101px);
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.catalogArea .catalogMList .textBox.show .Txt:before {
	width: 30px;
	-webkit-transition: width 0.3s 0.4s ease-in-out;
	transition: width 0.3s 0.4s ease-in-out;
}
@media (max-width: 650px) {
	.catalogArea .catalogMList .textBox.show .Txt:after {
		height: calc(100% - 80px);
	}
	.catalogArea .catalogMList .textBox.show .Txt:before {
		width: 15px;
	}
}
.catalogArea .catalogMList .textBox.show .btnBox:after {
	width: 59%;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
@media (max-width: 1600px) {
	.catalogArea .catalogMList .textBox.show .btnBox:after {
		width: calc(100% - 216px - 20px);
	}
}
*/
.catalogArea .catalogMList .Img {
	max-width: 532px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.catalogArea .catalogMList .Img {
		width: 40%;
	}
}
@media (max-width: 1180px) {
	.catalogArea .catalogMList .Img {
		width: 90%;
		/*margin-top: -14%;*/
  -webkit-order: 1 !important;
	}
}
.catalogArea .catalogMList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.catalogArea .arrowBox {
	margin-top: 30px;
	padding-left: 50px;
}
@media (max-width: 1180px) {
	.catalogArea .arrowBox {
		padding-left: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 650px) {
	.catalogArea .arrowBox {
		margin-top: 40px;
	}
}
.catalogArea .catalogBgBox {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 37.8%;
	width: 100%;
	left: 0;
	bottom: 10%;
	overflow: hidden;
}
.catalogArea .catalogBgBox .bg {
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	display: block;
}
.catalogArea .catalogBgBox .bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #dde5ef;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.catalogArea .catalogBgBox .left,
.catalogArea .catalogBgBox .right {
	width: 8%;
}
.catalogArea .catalogBgBox .center {
	width: 46%;
	margin-left: auto;
	margin-right: 3%;
}
.catalogArea .catalogBgBox.bgPrev .bg:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.catalogArea .catalogBgBox.bgPrev .right:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.catalogArea .catalogBgBox.bgPrev .center:after {
	-webkit-transition: all 0.4s 0.2s ease-in-out;
	transition: all 0.4s 0.2s ease-in-out;
}
.catalogArea .catalogBgBox.bgPrev .left:after {
	-webkit-transition: all 0.3s 0.5s ease-in-out;
	transition: all 0.3s 0.5s ease-in-out;
}
@media (max-width: 1700px) {
	.catalogArea .catalogBgBox {
		height: 35%;
		bottom: 9%;
	}
	.catalogArea .catalogBgBox .left,
	.catalogArea .catalogBgBox .right {
		width: 3%;
	}
	.catalogArea .catalogBgBox .center {
		width: 50%;
		margin-right: 30px;
	}
}
@media (max-width: 840px) {
	.catalogArea .catalogBgBox {
		display: none;
	}
}

.solutionArea {
	padding: 100px 0;
	z-index: 1;
	position: relative;
	background-color: #fff;
}
.solutionArea:after {
	content: "";
	width: 45.508%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #267ab8;
	z-index: -1;
}
.solutionArea .picArea {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (max-width: 1180px) {
	.solutionArea {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.solutionArea:after {
		width: 100%;
		height: 60px;
	}
}
.solutionArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 991px) {
	.solutionArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
}
.solutionArea .solutionLeft {
	width: 38%;
	margin-left: 10px;
	/*padding-bottom: 8%;*/
}
@media (max-width: 1400px) {
	.solutionArea .solutionLeft {
		width: 42%;
	}
}
@media (max-width: 991px) {
	.solutionArea .solutionLeft {
		padding: 0 20px;
		padding-bottom: 80px;
		width: 100%;
		margin-left: 0;
		background-color: #267ab8;
	}
}
.solutionArea .solutionLeft .titleBox .titleTw {
	color: #fff;
}
@media (max-width: 991px) {
	.solutionArea .solutionLeft .titleBox .titleTw {
		text-align: center;
	}
	.solutionArea .solutionLeft .titleBox .titleTw:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.solutionArea .solutionLeft .infoBox {
	color: #fff;
	font-size: 17px;
	line-height: 1.64;
	letter-spacing: 0.34px;
}
@media (max-width: 991px) {
	.solutionArea .solutionLeft .infoBox {
		max-width: 700px;
		margin: 0 auto;
		text-align: center;
	}
}
.solutionArea .solutionLeft .solutionIconList {
	margin: 0 auto;
	margin-top: 19%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 18px;
	   -moz-column-gap: 18px;
	        column-gap: 18px;
	row-gap: 18px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 991px) {
	.solutionArea .solutionLeft .solutionIconList {
		margin-top: 40px;
		max-width: 600px;
	}
}
@media (max-width: 470px) {
	.solutionArea .solutionLeft .solutionIconList {
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
		row-gap: 10px;
	}
}
.solutionArea .solutionLeft .solutionIconList .item {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: 0.6;
	position: relative;
	cursor: pointer;
	width: 50%;
	max-width: 266px;
	background-color: #fff;
	padding: 22px 0;
}
@media (max-width: 1600px) {
	.solutionArea .solutionLeft .solutionIconList .item {
		width: 48%;
	}
}
@media (max-width: 1180px) {
	.solutionArea .solutionLeft .solutionIconList .item {
		width: 47%;
	}
}


/*
.solutionArea .solutionLeft .solutionIconList .item:after, .solutionArea .solutionLeft .solutionIconList .item:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
}
@media (max-width: 400px) {
	.solutionArea .solutionLeft .solutionIconList .item:after, .solutionArea .solutionLeft .solutionIconList .item:before {
		display: none;
	}
}
.solutionArea .solutionLeft .solutionIconList .item:before {
	border-top: 1px solid #267ab8;
	border-left: 1px solid #267ab8;
	top: 12px;
	left: 12px;
}
@media (max-width: 470px) {
	.solutionArea .solutionLeft .solutionIconList .item:before {
		top: 6px;
		left: 6px;
	}
}
.solutionArea .solutionLeft .solutionIconList .item:after {
	border-right: 1px solid #267ab8;
	border-bottom: 1px solid #267ab8;
	bottom: 12px;
	right: 12px;
}
@media (max-width: 470px) {
	.solutionArea .solutionLeft .solutionIconList .item:after {
		bottom: 6px;
		right: 6px;
	}
}
*/

.solutionArea .solutionLeft .solutionIconList .item.current, .solutionArea .solutionLeft .solutionIconList .item:hover {
	opacity: 1;
}


/*
.solutionArea .solutionLeft .solutionIconList .item.current:before, .solutionArea .solutionLeft .solutionIconList .item:hover:before {
	-webkit-animation: brackets_top_left 0.6s ease-in-out forwards;
	        animation: brackets_top_left 0.6s ease-in-out forwards;
}
.solutionArea .solutionLeft .solutionIconList .item.current:after, .solutionArea .solutionLeft .solutionIconList .item:hover:after {
	-webkit-animation: brackets_bottom_right 0.6s ease-in-out forwards;
	        animation: brackets_bottom_right 0.6s ease-in-out forwards;
}
*/




.solutionArea .solutionLeft .solutionIconList .item.current .title, .solutionArea .solutionLeft .solutionIconList .item:hover .title {
	color: #267ab8;
}
.solutionArea .solutionLeft .solutionIconList .Img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 250px;
	margin: 0 auto;
}
.solutionArea .solutionLeft .solutionIconList .Img img {
	max-width: 100%;
	display: inline-block;
}
@media (max-width: 991px) {
	.solutionArea .solutionLeft .solutionIconList .Img {
		/*display: none;*/
	}
}
.solutionArea .solutionLeft .solutionIconList .title {
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0.34px;
	color: #2c2c2c;
	text-align: center;
	padding-top: 5px;
}
@media (max-width: 1180px) {
	.solutionArea .solutionLeft .solutionIconList .title {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.solutionArea .solutionLeft .solutionIconList .title {
		padding-top: 0;
		display: none;
	}
}
@media (max-width: 450px) {
	.solutionArea .solutionLeft .solutionIconList .title {
		font-size: 13px;
	}
}
.solutionArea .solutionRight {
	width: 50%;
	max-width: 739px;
}
@media (max-width: 1400px) {
	.solutionArea .solutionRight {
		width: 47%;
		margin-right: 30px;
	}
}
@media (max-width: 991px) {
	.solutionArea .solutionRight {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 60px;
		padding: 0 20px;
	}
}
.solutionArea .solutionRight .solutionList .Txt {
	margin-top: 38px;
	/*padding-left: 13.5%;*/
	position: relative;
}
/*
.solutionArea .solutionRight .solutionList .Txt:after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	left: 0;
	top: 18px;
	background-color: #267ab8;
}
.solutionArea .solutionRight .solutionList .Txt:before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 24px;
	background-color: #267ab8;
}
*/
.solutionArea .solutionRight .solutionList .Txt .title {
	/*padding-left: 15%;*/
	font-weight: 700;
	color: #267ab8;
	font-size: 35px;
	line-height: 1;
	letter-spacing: 0.7px;
}
/*
.solutionArea .solutionRight .solutionList .Txt .title:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	top: 18px;
	background-color: #267ab8;
}
*/
.solutionArea .solutionRight .solutionList .Txt .subtitle {
	padding-top: 25px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: 0.48px;
}
.solutionArea .solutionRight .solutionList .Txt .text {
	padding-top: 20px;
	color: #333;
	opacity: 0.8;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
}
.solutionArea .solutionRight .solutionList .Txt .btnBox {
	margin-top: 32px;
}
@media (max-width: 1400px) {
	.solutionArea .solutionRight .solutionList .Txt .title {
		font-size: 32px;
	}
	.solutionArea .solutionRight .solutionList .Txt .subtitle {
		font-size: 22px;
	}
	.solutionArea .solutionRight .solutionList .Txt .text {
		font-size: 15px;
	}
}
@media (max-width: 650px) {
	.solutionArea .solutionRight .solutionList .Txt .title {
		font-size: 28px;
	}
	.solutionArea .solutionRight .solutionList .Txt .subtitle {
		font-size: 20px;
	}
	.solutionArea .solutionRight .solutionList .Txt .text {
		font-size: 13px;
	}
}
@media (max-width: 400px) {
	.solutionArea .solutionRight .solutionList .Txt {
		padding-left: 0;
		margin-top: 20px;
	}
	.solutionArea .solutionRight .solutionList .Txt:after, .solutionArea .solutionRight .solutionList .Txt:before {
		display: none;
	}
	.solutionArea .solutionRight .solutionList .Txt .title {
		padding-left: 0;
		font-size: 24px;
	}
	.solutionArea .solutionRight .solutionList .Txt .title:after {
		display: none;
	}
	.solutionArea .solutionRight .solutionList .Txt .subtitle {
		font-size: 18px;
	}
}
.solutionArea .solutionRight .solutionList .Txt.show:after {
	height: calc(100% - 42px);
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.solutionArea .solutionRight .solutionList .Txt.show:before {
	width: 9.2%;
	-webkit-transition: width 0.3s 0.4s ease-in-out;
	transition: width 0.3s 0.4s ease-in-out;
}
.solutionArea .solutionRight .solutionList .Txt.show .title:after {
	width: 25%;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.solutionArea .solutionRight .solutionList .Img {
	max-width: 739px;
}
.solutionArea .solutionRight .solutionList .Img a {
	display: block;
}
.solutionArea .solutionRight .solutionList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.newsArea {
	padding: 100px 0;
	background-image: url("../images/news_bg.jpg");
	background-size: cover;
	background-position: center;
}



.newsArea .titleBox.line .titleTw {
	color: #fff;
}


.newsArea .mainClassBox .classLink a {
	padding: 0;
	margin: 0;
}


.newsArea .mainClassBox .classLink a.current, .newsArea .mainClassBox .classLink a:hover,
.newsArea .mainClassBox .classLink span.current, .newsArea .mainClassBox .classLink span.current a,
.newsArea .mainClassBox .classLink span:hover, .newsArea .mainClassBox .classLink span:hover a {
	background-color: #61ad41;
	color: #fff;
}


@media (max-width: 1180px) {
	.newsArea {
		padding: 60px 0;
	}
}
.newsArea .newsTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1180px) {
	.newsArea .newsTop {
		-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;
	}
	.newsArea .newsTop .titleBox .titleTw:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media (min-width: 1024px) {
	.newsArea .mainClassBox {
		margin: 0;
		width: 60%;
	}
	.newsArea .mainClassBox .classLink {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.newsArea .newsBottom {
	margin-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1180px) {
	.newsArea .newsBottom {
		margin-top: 60px;
	}
}
@media (max-width: 650px) {
	.newsArea .newsBottom {
		margin-top: 40px;
	}
}
.newsArea .newsBottom .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsArea .newsLeft {
	width: 40.947%;
}
@media (max-width: 1180px) {
	.newsArea .newsLeft {
		display: none;
	}
}
.newsArea .newsLeft .Txt {
	position: relative;
}
.newsArea .newsLeft .Txt .top {
	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;
	border-bottom: 1px solid #c4c6c7;
	padding: 20px 0;
}
.newsArea .newsLeft .Txt .newsInfoBox .dateBox .date {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0;
	color: #9cd784;
}
.newsArea .newsLeft .Txt .newsInfoBox .classTitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
	color: #9cd784;
}
.newsArea .newsLeft .Txt .title {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.4px;
	font-weight: 500;
	color: #2c2c2c;
	max-width: 76%;
}
.newsArea .newsLeft .Txt .title a {
	display: block;
	color: #fff;
}

.newsArea .newsLeft .Txt .text {
	height: 90px;
	margin-top: 20px;
	opacity: 0.8;
	color: #eaeaea;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
	font-family: "Roboto";
}
.newsArea .newsRight {
	width: 54.46%;
	position: relative;
	margin-top: -55px;
}
@media (max-width: 1180px) {
	.newsArea .newsRight {
		width: 100%;
	}
}
.newsArea .newsRight .newsItem .item {
	position: relative;
	padding-top: 50px;
}
@media (max-width: 1180px) {
	.newsArea .newsRight .newsItem .item {
		padding-top: 30px;
	}
}
.newsArea .newsRight .newsItem .item:hover .Txt .newsTitleBox .title {
	color: #fff;
}
.newsArea .newsRight .newsItem .item:hover .Txt .arrow {
	background-color: #61ad41;
}
.newsArea .newsRight .newsItem .item:hover .Txt .arrow:after {
	border-color: #fff;
}
.newsArea .newsRight .newsItem .Img {
	display: none;
}
.newsArea .newsRight .newsItem .link {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.newsArea .newsRight .newsItem .Txt {
	position: relative;
}
.newsArea .newsRight .newsItem .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-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
	color: #9cd784;
}
.newsArea .newsRight .newsItem .Txt .newsInfoBox .classTitle {
	font-weight: 400;
	color: #9cd784;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
}
.newsArea .newsRight .newsItem .Txt .newsTitleBox {
	padding-bottom: 40px;
	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;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 1180px) {
	.newsArea .newsRight .newsItem .Txt .newsTitleBox {
		padding-bottom: 30px;
	}
}
.newsArea .newsRight .newsItem .Txt .newsTitleBox .arrow {
	width: 55px;
	height: 55px;
	min-width: 55px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 3.42px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 0px 40px 3.42px rgba(0, 0, 0, 0.08);
	margin-right: 25px;
	border-radius: 50%;
	position: relative;
	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;
}
.newsArea .newsRight .newsItem .Txt .newsTitleBox .arrow:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.newsArea .newsRight .newsItem .Txt .title {
	max-width: 85%;
	font-family: "Roboto";
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #fff;
}
@media (max-width: 650px) {
	.newsArea .newsRight .newsItem .Txt .title {
		font-size: 18px;
	}
}
.newsArea .newsRight .newsListImg {
	width: 0;
	height: 0;
	pointer-events: none;
	position: absolute;
	margin-top: -114px;
	left: 42%;
	z-index: 5;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}
@media (max-width: 1400px) {
	.newsArea .newsRight .newsListImg {
		left: 38%;
	}
}
@media (max-width: 1300px) {
	.newsArea .newsRight .newsListImg {
		left: 35%;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsRight .newsListImg {
		display: none;
	}
}
.newsArea .newsRight .newsListImg.open {
	-webkit-animation: newsListImg 0.6s ease-in-out forwards;
	        animation: newsListImg 0.6s ease-in-out forwards;
}
@-webkit-keyframes newsListImg {
	0% {
		opacity: 0;
		width: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		width: 335px;
		height: 228px;
		-webkit-box-shadow: 0px 0px 25.38px 1.62px rgba(0, 0, 0, 0.23);
		        box-shadow: 0px 0px 25.38px 1.62px rgba(0, 0, 0, 0.23);
	}
}
@keyframes newsListImg {
	0% {
		opacity: 0;
		width: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		width: 335px;
		height: 228px;
		-webkit-box-shadow: 0px 0px 25.38px 1.62px rgba(0, 0, 0, 0.23);
		        box-shadow: 0px 0px 25.38px 1.62px rgba(0, 0, 0, 0.23);
	}
}
.newsArea .newsRight .newsListImg img {
	width: 335px;
	height: 228px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.linkArea {
	padding: 30px 0;
	text-align: center;
}
.linkArea .linkList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkArea .linkList .Txt .title {
	font-size: 20px;
	font-weight: 500;
}
.linkArea .linkList .Txt .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*# sourceMappingURL=home.css.map */