/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
}

::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}


@media screen and (max-width: 1440px) {

	.w1200,
	.w1300 {
		max-width: 900px;
	}
}

@media screen and (max-width: 480px) {

	.w1200,
	.w1300 {
		width: 90%;
	}
}


/* common class*/
.title {
	font-weight: 400;
}

.selectlanguage {
	width: 250px;
	padding: 5px 10px;
	font-weight: 400;
	border: 1px solid #00000050;
	background-image: url('../../img/icon/form_arrow-01.png');
	background-position: 99% center;
	padding-right: 30px;
	overflow: hidden;
	font-size: 14px;
}

.selectlanguage option {
	width: 100%;
}

.selectlanguage:hover {
	background-color: #E2D1B8;
	background-image: url('../../img/icon/form_arrow_black.png');
}

.advantagelist li {
	margin-bottom: 5px;
	margin-left: 15px;
	font-weight: 400;
}

.advantagelist .headtext {
	color: #3F2C88;
	margin-bottom: 5px;
}

.advantagelist li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: 15px;
	margin-left: -15px;
}

/*product_lightbox*/
.lightboxBlack .lightboxModel.product_lightbox {
	text-align: center;
	padding: 0;
}

.lightboxBlack .lightboxModel.product_lightbox .closebtn {
	top: 15px;
}

.lightboxBlack .lightboxModel.product_lightbox .title {
	color: #3F2C88;
	height: 60px;
	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;
	background-color: #F5F5F5;
}

.lightboxBlack .lightboxModel.product_lightbox .tablebox {
	width: 100%;
	padding: 30px;
	max-height: 600px;
	overflow-x: hidden;
}

.lightboxBlack .lightboxModel.product_lightbox .tablebox .table {
	width: 100%;
}

.lightboxBlack .lightboxModel.product_lightbox .tablebox .table ol {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2px;
}

.lightboxBlack .lightboxModel.product_lightbox .tablebox .table ol li {
	width: 33.33%;
	background-color: #efeeee;
	padding: 10px;
	text-align: start;
	font-weight: 400;
}

.lightboxBlack .lightboxModel.product_lightbox .tablebox .table ol li:nth-child(1) {
	background-color: #bdbdbd;
}

/*product_lightbox*/
.lightboxBlack .lightboxModel.Bifi_lightbox {
	text-align: center;
	padding: 0;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .content_list {
	height: 70vh;
	padding-right: 10px;
	overflow-y: scroll;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .closebtn {
	top: 15px;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .tabbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .tabbox .tab {
	width: 200px;
	height: 50px;
	background-color: #f6f6f6;
	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;
	margin: 0 5px;
	cursor: pointer;
	font-weight: 400;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .tabbox .tab.active {
	border-bottom: 2px solid #3F2C88;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .title {
	color: #3F2C88;
	height: 60px;
	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;
	background-color: #F5F5F5;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .box_inner {
	display: none;
	padding: 20px;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .box_inner.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .box_inner .box_inner_inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .box_inner .box_inner_inner li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}

.lightboxBlack .lightboxModel.Bifi_lightbox .box_inner .box_inner_inner li img {
	width: 100%;
}

@media screen and (max-width:768px) {
	.lightboxBlack .lightboxModel.Bifi_lightbox .box_inner .box_inner_inner li {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}



/*productfield*/
.productfield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productfield .left {
	margin-right: 10%;
	width: 25%;
}

.productfield .right {
	width: 60%;
}

.productfield .right .top {
	margin-bottom: 15px;
}

.productfield .right .top .text {
	margin-top: 15px;
}

.productfield .right .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.productfield .right .bottom .sub_left {
	margin-right: 10%;
	width: 40%;
}

.productfield .right .bottom .sub_right {
	width: 50%;
}

@media screen and (max-width:1023px) {
	.productfield .left {
		margin-right: 5%;
		width: 40%;
	}

	.productfield .right {
		width: 55%;
	}

	.productfield .right .bottom .sub_left {
		margin-right: 0%;
		margin-bottom: 10px;
		width: 100%;
	}

	.productfield .right .bottom .sub_right {
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	.productfield {
		padding-bottom: 20px;
		border-bottom: 1px solid #00000020;
	}

	.productfield .left {
		margin-right: 0%;
		width: 100%;
		margin-bottom: 15px;
	}

	.productfield .right {
		width: 100%;
	}

	.productfield .right .bottom .sub_left {
		margin-right: 0%;
		margin-bottom: 10px;
		width: 100%;
	}

	.productfield .right .bottom .product {
		width: 100%;
	}
}

/**/
.textfield {
	margin-bottom: 8%;
}

.textfield h4 {
	margin-bottom: 15px;
}


/**/
.introfield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.introfield .left {
	width: 50%;
}

.introfield .bigtitle {
	font-size: 48px;
	margin-bottom: 20px;
	text-shadow: 3px 3px 3px #00000020;
}

.introfield .title {
	margin-bottom: 30px;
}

.introfield .subtitle {
	margin-bottom: 10px;
	color: #3F2C88;
}

.introfield .dash {
	margin: 20px 0;
	width: 30px;
	background-color: #3F2C88;
}

.introfield .text {
	width: 70%;
	margin-bottom: 30px;
}

.introfield .advantagelist {
	margin-bottom: 40px;
}

.introfield .advantagelist li {
	margin-bottom: 8px;
}

.introfield .right {
	width: 50%;
	padding-left: 30px;
	text-align: center;
}

.introfield .right img {
	width: 70%;
	max-width: 300px;
}

.introfield .intro .title {
	margin-bottom: 5px;
}

/* ==== */
.introfield .open_lightBox {
	cursor: pointer;
	width: 275px;
	margin-left: 18px;
	padding: 10px 0;
	position: relative;
	background-image: url(../../img/btn_bg-hollow_primary02.png);
}

.introfield .open_lightBox:before,
.introfield .open_lightBox:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 18px;
	top: 0;
	background-image: url(../../img/btn_bg-hollow_primary.png);
}

.introfield figure,
.introfield figure i,
.introfield .open_lightBox,
.introfield .open_lightBox:before,
.introfield .open_lightBox:after {
	background-size: 100% 100%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.introfield .open_lightBox:before {
	left: -18px;
}

.introfield .open_lightBox:after {
	right: -18px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.introfield .open_lightBox div {
	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;
}

.introfield .open_lightBox {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.introfield .open_lightBox:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.introfield .open_lightBox p {
	line-height: 1.5;
}

.introfield .open_lightBox span {
	color: #E2D1B8;
}

@media screen and (max-width:1023px) {
	.introfield .text {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.introfield .left {
		width: 100%;
	}

	.introfield .right {
		width: 100%;
		padding-left: 0;
	}

	.introfield.reverse .left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.introfield.reverse .right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.introfield .title {
		margin-bottom: 20px;
	}

	.introfield .bigtitle {
		font-size: 40px;
	}
}

@media screen and (max-width:480px) {

	.introfield .bigtitle {
		font-size: 32px;
	}
	.introfield .open_lightBox {
		width: 250px;
	}
}




/**/
header nav .nav_list li a,
header nav .nav_list li h6 {
	color: #fff;
}

header nav .nav_list li .sublist a {
	color: #000;
}

header.wbg nav .nav_list li a,
header.wbg nav .nav_list li h6 {
	color: #000000;
}

.headBanner {
	width: 100%;
	padding-bottom: 55%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.headBanner.cover {
	background-size: cover;
}

.headBanner .bg,
.headBanner .bg_mobile {
	position: absolute;
	width: 100%;
	padding-bottom: inherit;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.headBanner .bg_mobile {
	background-position: bottom;
}

.headBanner .bg_mobile {
	display: none;
}

.headBanner .textfield {
	color: #fff;
	width: 30%;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.headBanner .textfield .top {
	margin-bottom: 30px;
}

.headBanner .textfield .center {
	margin-bottom: 30px;
}

.dash {
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 20px;
}

.headBanner .textfield .dash {
	margin-bottom: 30px;
}

.headBanner .textfield .bottom {
	margin-bottom: 20px;
}

@media screen and (max-width:1366px) {
	.headBanner .textfield {
		width: 35%;
	}

	.headBanner .textfield .top {
		font-size: 48px;
	}

	.headBanner .textfield .center {
		font-size: 22px;
	}
}

@media screen and (max-width:1100px) {
	.headBanner .textfield .top {
		font-size: 42px;
	}

	.headBanner .textfield .center {
		font-size: 20px;
	}
}

@media screen and (max-width:1023px) {
	.headBanner {
		padding-bottom: 100%;
	}

	.headBanner .bg {
		display: none;
	}

	.headBanner .bg_mobile {
		display: block;
	}

	.headBanner .textfield {
		width: 70%;
		position: absolute;
		left: 50%;
		top: 19%;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

}

@media screen and (max-width:768px) {
	.headBanner {
		padding-bottom: 130%;
	}

	.headBanner .textfield {
		width: 90%;
	}

	.headBanner .textfield .top {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.headBanner .textfield .center {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.headBanner .textfield .bottom {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:480px) {
	
	.headBanner .textfield {
		
	}

	.headBanner .textfield .top {
		font-size: 30px;
	}

	.headBanner .textfield .center {
		font-size: 18px;
	}

	header nav .nav_list li a,
	header nav .nav_list li h6 {
		color: #000;
	}
}

.tabfield {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-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;
	padding: 4%;
	background-color: #F5F5F5;
}

.tabfield .headtext {
	width: 100%;
	margin-bottom: 40px;
	color: #3F2C88;
	text-align: center;
}

.tabfield .itemcontain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1300px;
	/* flex-wrap: wrap; */
}

.tabfield .itemcontain .itembox {
	width: 47%;
	margin-right: 2.33%;
	padding: 5% 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.tabfield .itemcontain .itembox:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 10px #00000020;
	box-shadow: 0px 0px 10px #00000020;
}

.tabfield .itemcontain .itembox:nth-last-child(1) {
	margin-right: 0%;
}

.tabfield .itemcontain .itembox .itemImg {
	width: 80%;
	margin: 0 auto;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	margin-bottom: 15%;
}

.tabfield .itemcontain .itembox .content .headtitle {
	margin-bottom: 20px;
	font-weight: 400;
}

.tabfield .itemcontain .itembox .content .dash {
	width: 30px;
	background-color: #3F2C88;
}

.tabfield .itemcontain .itembox .content .text {
	display: none;
	color: #fff;
}

.tabfield .itemcontain .itembox .content .bottom {
	display: none;
	width: 100%;
	color: #fff;
	background-color: #2B196F;
}




@media screen and (max-width:1366px) {
	.tabfield .itemcontain {
		width: 900px;
	}

	.tabfield .itemcontain .itembox {}
}

@media screen and (max-width:1023px) {
	/* newAdd */
	.tabfield .itemcontain{
		flex-wrap: wrap;
	}
	.tabfield .itemcontain .itembox {
		margin-bottom: 30px;
	}
	.tabfield .itemcontain {
		width: 700px;
	}

	.tabfield .itemcontain .itembox {}
}

@media screen and (min-width:768px) {

	.tabfield .itemcontain .itembox.active .content,
	.tabfield .itemcontain .itembox:hover .content {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.tabfield .itemcontain .itembox.active .content .top,
	.tabfield .itemcontain .itembox:hover .content .top {
		width: 100%;
		padding: 10%;
		background-color: #3F2C88;
	}

	.tabfield .itemcontain .itembox.active .content .top .headtitle,
	.tabfield .itemcontain .itembox:hover .content .top .headtitle {
		color: #fff;
	}

	.tabfield .itemcontain .itembox.active .content .top .dash,
	.tabfield .itemcontain .itembox:hover .content .top .dash {
		background-color: #fff;
	}

	.tabfield .itemcontain .itembox.active .content .top .text,
	.tabfield .itemcontain .itembox:hover .content .top .text {
		display: block;
	}

	.tabfield .itemcontain .itembox.active .content .bottom,
	.tabfield .itemcontain .itembox:hover .content .bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabfield .itemcontain .itembox.active .content .bottom span,
	.tabfield .itemcontain .itembox:hover .content .bottom span {
		font-size: 12px;
		vertical-align: top;
	}
}

@media screen and (max-width:768px) {
	/* newAdd */
	.tabfield .itemcontain{
		flex-wrap: wrap;
	}
	.tabfield .itemcontain .itembox {
		margin-bottom: 30px;
	}
	.tabfield {
		padding: 30px 4%;
	}

	.tabfield .itemcontain {
		width: 100%;
	}

	.tabfield .itemcontain .itembox {
		padding: 10px 3%;
	}

	.tabfield .itemcontain .itembox .content .headtitle {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.tabfield .itemcontain .itembox .content .dash {
		width: 30px;
	}
}

@media screen and (max-width:480px) {

	.tabfield .itemcontain .itembox .content .headtitle {
		font-size: 14px;
	}

	.tabfield .itemcontain .itembox .content .dash {
		display: none;
	}
}


.contentfield {
	padding: 5% 0;
	position: relative;
	min-height: 550px;
}

.contentfield.shadow {
	
}

.contentfield .bg,
.contentfield .bg_mobile {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.contentfield .bg_mobile {
	display: none;
	background-position: bottom;

}

@media screen and (max-width:1480px) {
	#system .contentfield .bg {
		display: none;
	}

	#system .contentfield .bg_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#system .contentfield {
		height: 1000px;
	}

	#system .introfield .left {
		width: 100%;
	}
}

@media screen and (max-width:1366px) {

	#system .contentfield {
		height: 900px;
	}
}

@media screen and (max-width:1100px) {

	#system .contentfield {
		height: 800px;
	}
}

@media screen and (max-width:1100px) {

	#system .contentfield {
		height: 750px;
	}
}

@media screen and (max-width:900px) {

	#system .contentfield {
		height: 700px;
	}
}

@media screen and (max-width:768px) {
	#system .contentfield {
		height: 600px;
	}

	.contentfield {
		padding: 40px 0;
	}
}

@media screen and (max-width:480px) {
	#system .contentfield {
		height: 450px;
	}
}



.switchfield {
	width: 100%;

}

.switchfield .tabbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.switchfield .tabbox .tab {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	cursor: pointer;
	background-color: #3F2C88;
	color: #fff;
	position: relative;
}

.switchfield .tabbox .tab:hover {
	opacity: 0.7;
}

.switchfield .tabbox .tab.active {
	background-color: #fff;
	color: #3F2C88;
}

.switchfield .tabbox .tab.active::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #d9c090;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.switchfield .productbox {
	width: 100%;
}

.switchfield .productbox .productitem {
	padding: 5% 0;
	display: none;
}

.switchfield .productbox .productitem.active {
	display: block;
}

.switchfield .productbox .productitem .right .headtext {
	text-align: left;
	margin-bottom: 10px;
}

.switchfield .productbox .productitem .gap {
	margin-bottom: 10%;
}

@media screen and (max-width:768px) {
	.switchfield .productbox .productitem {
		padding: 40px 0;
	}
}
@media screen and (max-width:480px) {
	.switchfield .tabbox .tab h5{
		font-size: 18px;
	}
}


.specbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.specbox .spec {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background-color: #F1F3F3;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.specbox .spec img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	margin-bottom: 5px
}

.specbox .spec:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.specbox .spec .spec_name {
	color: #3F2C88;
	position: relative;
}

.specbox .spec .fas {
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #00000095;
}

@media screen and (max-width:1023px) {

	.specbox .spec .fas {
		right: -21px;
	}
}

.specbox .spec:hover .fas {
	color: #d9c090;
}


.rainbowfield {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 40px;
	background-color: #F5F5F5;
}

.rainbowfield .gridImg {
	width: 1200px;
	height: 600px;
	margin-bottom: 30px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../../img/ure_power/solar_Power/03-six.jpg');
}

.rainbowfield .buttonbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0;
}

.rainbowfield .buttonbox a:hover {
	background-color: #d9c090;
}

.rainbowfield .buttonbox a,
.rainbowfield .buttonbox .selectlanguage {
	padding: 10px;
	width: 200px;
	border: 1px solid #3F2C88;
	text-align: center;
	text-align-last: center;
	margin: 0 10px;
	background-color: #fff;
	font-size: 16px;
}

.rainbowfield .buttonbox .selectlanguage option {
	font-size: 14px;
}

@media screen and (max-width:1366px) {
	.rainbowfield .gridImg {
		width: 900px;
		height: 450px;
	}
}

@media screen and (max-width:1023px) {
	.rainbowfield .gridImg {
		width: 700px;
		height: 350px;
	}
}

@media screen and (max-width:768px) {
	.rainbowfield .gridImg {
		width: 90%;
		background-image: url('../../img/ure_power/solar_Power/03-six_mobile.jpg');
		padding-bottom: 110%;

	}

	.rainbowfield .buttonbox a,
	.rainbowfield .buttonbox .selectlanguage {
		width: 150px;
	}
}

@media screen and (max-width:480px) {

	.rainbowfield .buttonbox a,
	.rainbowfield .buttonbox .selectlanguage {
		width: 130px;
		font-size: 14px;
	}

	.rainbowfield .buttonbox .selectlanguage option {
		font-size: 13px;
	}
}

.abilityfield {
	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;
	padding: 5% 0;
	margin: 0 auto;
}

.abilityfield .title {
	margin-bottom: 5%;
	color: #3F2C88;
}

.abilityfield .iconbox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 6%;
}

.abilityfield .iconbox .icon {
	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;
	width: 25%;
}

.abilityfield .iconbox .icon img {
	width: 80%;
	height: 100px;
	margin-bottom: 20px;
}

.abilityfield .text {
	width: 80%;
	text-align: center;
}

.abilityfield .text span {
	color: #3F2C88;
}

@media screen and (max-width:768px) {
	.abilityfield .iconbox .icon {
		width: 50%;
		margin-bottom: 20px;
	}

	.abilityfield .iconbox .icon img {
		width: 50%;
		height: 80px;
		margin-bottom: 20px;
	}

	.abilityfield .text {
		width: 100%;
	}
}

/* ----------solar_accumulation--------- */
.solar_accumulation {
	position: relative;
	padding: 10vh 0 7.5vh;
	overflow: hidden;
	background-color: #2d2738;
}

.solar_accumulation .contentbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

.solar_accumulation .box {}

.solar_accumulation .box div {
	height: 80px;
	margin-bottom: 20px;
}

.solar_accumulation .box div.head {
	height: 30px;
	position: relative;
	margin-bottom: 10px;
}

.solar_accumulation .box div.head img {
	position: absolute;
	top: -10px;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.solar_accumulation .box div:nth-last-child(1) {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.solar_accumulation .box {
		width: 50%;
		padding-bottom: 5%;
		margin-bottom: 5%;
		border-bottom: 1px solid #ffffff20;
	}

	.solar_accumulation .box:nth-last-child(1) {
		margin-bottom: 0px;
		border-bottom: 0;
	}

	.solar_accumulation .box .head h5 {
		font-size: 24px;
	}

	.solar_accumulation .box div {
		margin-bottom: 35px;
	}
}


@media screen and (max-width: 768px) {
	.solar_accumulation .box {
		width: 100%;
	}
}

@media screen and (max-width: 620px) {}

@media screen and (max-width: 480px) {}

.solar_accumulation h5,
.solar_accumulation p {
	color: #fff;
}

.solar_accumulation h3,
.solar_accumulation h4 {
	color: #d9c090;
	display: inline-block;
}

.solar_accumulation h3 {
	font-size: 2.5em;
	font-weight: 600;
	margin-right: 10px;
}

.solar_accumulation h4 {
	font-size: 1.25em;
}

/* ----------distributed--------- */
.distributed {
	padding: 100px 0;
	position: relative;
}

.distributed .title {
	position: absolute;
	left: 50%;
	top: 10%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #3F2C88;
	z-index: 20;
}

.distributed h2 {
	color: #453b5b;
	font-size: 3rem;
	margin-bottom: 50px;
	font-weight: 600;
}

.distributed figure {
	position: relative;
	margin-top: 15%;
}

.distributed figure .map {
	display: block;
	margin: 0 auto;
}

.distributed figure .map_tags {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.distributed figure ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.distributed figure li img,
.distributed figure li p {
	position: absolute;
	cursor: pointer;
}

.distributed figure li p {
	color: #717171;
	font-size: 1.2em;
}

.distributed figure li.active p,
.distributed figure li:hover p {
	color: #601981;
}

.distributed figure li.active .hover_after,
.distributed figure li:hover .hover_after,
.hover_before {
	display: block;
}

.distributed figure li.active .hover_before,
.distributed figure li:hover .hover_before,
.hover_after {
	display: none;
}

.distributed figure li:nth-child(1) img {
	top: 40%;
	left: 6%;
}

.distributed figure li:nth-child(1) p {
	left: 7%;
	top: 44.5%;
}

.distributed figure li:nth-child(2) img {

	left: 32.5%;
}

.distributed figure li:nth-child(2) p {

	left: 33.25%;
	top: -5.5%;
}

.distributed figure li:nth-child(3) img {
	top: 60%;
	left: 6%;
}

.distributed figure li:nth-child(3) p {
	left: 7%;
	top: 70.75%;
}

.distributed figure li:nth-child(4) img {
	top: 45.5%;
	left: 35.5%;
}

.distributed figure li:nth-child(4) p {
	top: 90%;
	left: 36%;
}

/*中國
	.distributed figure li:nth-child(4) img{
		top: 42.5%;
    	left: 50%;
	}
	.distributed figure li:nth-child(4) p{
		top: 90%;
    	left: 50.5%;
	}*/
.distributed figure li:nth-child(5) img {
	top: 44.5%;
	left: 69.25%;
}

.distributed figure li:nth-child(5) p {
	top: 53%;
	left: 85.5%;
}

.distributed figure li:nth-child(6) img {
	top: 33.25%;
	left: 72.25%;
}

.distributed figure li:nth-child(6) p {
	top: 28%;
	left: 85.5%;
}

.distributed .MapSlideBox.active {
	display: block;
}

.distributed .MapSlideBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #C1C1C1;
	padding: 0 10%;
	display: none;
	z-index: 10;
}

.distributed .MapSlideBox .closebtn {
	position: absolute;
	right: 5%;
	top: 7%;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../img/icon/close-02.png");
	cursor: pointer;

}

.distributed .MapSlideBox .swiper-container {
	max-width: 1200px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.distributed .MapSlideBox .swiper-container .swiper-button-prev,
.distributed .MapSlideBox .swiper-container .swiper-button-next {
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	width: 50px !important;
	height: 50px !important;
	background-size: 100%;
}

.distributed .MapSlideBox .swiper-container .swiper-button-prev {
	background-image: url('../../img/icon/left_arrow.png');
}

.distributed .MapSlideBox .swiper-container .swiper-button-next {
	background-image: url('../../img/icon/right_arrow.png');
}

.distributed .MapSlideBox .swiper-container .swiper-slide .slideImg {
	width: 100%;
	padding-bottom: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.map_country {
	display: none;
	counter-reset: li;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	margin-bottom: 25px;
	width: 500px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.map_country li {
	position: relative;
	width: 150px;
	vertical-align: top;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 15px;
	cursor: pointer;
}

.map_country li:nth-child(n):before {
	content: counter(li);
	counter-increment: li;
	margin-right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 23px;
	position: absolute;
	top: 2.5px;
	left: 0;
	color: #fff;
	text-align: center;
	background: #9e7ea0;
	border-radius: 15px;
}

.map_country li:hover,
.map_country li.active {
	color: #601981;
	-webkit-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}


@media screen and (max-width: 1440px) {
	.distributed {
		padding: 75px 0;
	}

	.distributed figure li:nth-child(1) img {
		top: 40%;
		left: -3%;
	}

	.distributed figure li:nth-child(1) p {
		left: -1.5%;
		top: 46%;
	}

	.distributed figure li:nth-child(2) img {
		left: 27.5%;
		top: -5%;
	}

	.distributed figure li:nth-child(2) p {
		left: 28.75%;
		top: -10.5%;
	}

	.distributed figure li:nth-child(3) img {
		top: 60%;
		left: -5%;
	}

	.distributed figure li:nth-child(3) p {
		left: -3.5%;
		top: 73.75%;
	}

	.distributed figure li:nth-child(4) img {
		top: 45.5%;
		left: 29.5%;
	}

	.distributed figure li:nth-child(4) p {
		top: 98.5%;
		left: 30.5%;
	}

	.distributed figure li:nth-child(5) img {
		top: 44.5%;
		left: 72.25%;
	}

	.distributed figure li:nth-child(5) p {
		top: 55%;
		left: 94.5%;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.distributed figure li:nth-child(6) img {
		top: 32.25%;
		left: 75.75%;
	}

	.distributed figure li:nth-child(6) p {
		top: 26%;
		left: 94%;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.distributed figure {
		margin-bottom: 75px;
	}
}

@media screen and (max-width: 1280px) {
	.distributed figure {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1023px) {
	.distributed {
		padding: 50px 0;
	}

	.distributed figure ul {
		display: none;
	}

	.map_country {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
	}

	.distributed figure .map_tags {
		display: block;
	}

	.distributed figure {
		margin-bottom: 0px;
	}

	.distributed figure .map,
	.distributed figure .map_tags {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.distributed h2 {
		margin-bottom: 35px;
	}

	.distributed .MapSlideBox .swiper-pagination {
		bottom: 8%;
	}

}

@media screen and (max-width: 620px) {
	.distributed h2 {
		margin-bottom: 20px;
	}

	.distributed {
		padding: 35px 0;
	}

	.map_country {
		width: 300px;
	}
}

@media screen and (max-width: 480px) {
	.distributed h2 {
		margin-bottom: 10px;
	}

	.distributed .MapSlideBox .swiper-pagination {
		bottom: 5%;
	}

	.distributed .MapSlideBox .swiper-container .swiper-button-prev,
	.distributed .MapSlideBox .swiper-container .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
}

@media screen and (max-width: 380px) {
	.distributed .MapSlideBox .swiper-pagination {
		bottom: 3%;
	}
}



#system .contentfield .introfield {
	color: #fff;
}

#system .contentfield .introfield .dash {
	background-color: #fff;
}

.fixedbox {
	position: relative;
	width: 100%;
}

#fixed {
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(-450%);
	-ms-transform: translateY(-450%);
	transform: translateY(-450%);
	opacity: 0;
	top: 0;
	left: 0;
}