﻿@import "_variables.css";
/* CSS Document */

@font-face {}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.menu .container,
.topMenu .container {
	width: 910px;
	padding-left: 0;
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}



header {
	display: block;


}

header .topMenu {
	height: 42px;
	width: 100%;
}

header .topMenu ul {
	display: inline-block;
	width: auto;
	height: 42px;
	list-style: none;
	position: relative;
	margin: 0 !important;
	background-color: #FF0D80;
	padding: 0;
	color: white;
	padding: 0 14px 0 0;
}



header .topMenu ul li {
	position: relative;
	white-space: nowrap;
	width: auto;
	height: 42px;
	float: left;
	line-height: 42px;
	justify-content: end;
	box-sizing: border-box;
}

header .topMenu ul a {
	color: white;
	/* display: block; */
	padding: 0 14px;
	text-decoration: none;
	font-size: 0.9rem;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
}

header .topMenu ul a span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -2px;
	right: 0;
	transition: 0.5s;
	font-size: 26px;
}

header .topMenu ul li:last-child a {
	padding: 0 !important;
}

header .topMenu ul li:last-child {
	padding: 0 14px 0 14px !important;
}


header .menu {
	height: 76px;

	/* background-color: aqua; */

}

header .logo {
	width: 20%;
	/* height: 76px; */
	position: relative;

}

header .logo img {}


header .mainMenu {
	/* width: auto; width: 80%;
	margin-right: -15px; */
	float: right;
}

header ul.drop-down-menu {
	display: inline-block;
	width: auto;
	height: 76px;
	/* float: right;  */
	list-style: none;
	position: relative;
	margin: 0 !important;
}

header ul.drop-down-menu li {
	position: relative;
	white-space: nowrap;
	margin: 4px 46px 0 0;
	/* width: auto; */
	height: 76px;
	line-height: 76px;
	justify-content: end;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

header ul.drop-down-menu>li:last-child {
	border-right: none;
	margin-right: 20px;
}

header ul.drop-down-menu>li {
	float: left;
	/* 只有第一層是靠左對齊*/
}

header ul.drop-down-menu a {
	background-color: rgba(255, 255, 255, .9);
	color: #FF0D80 !important;
	display: block;
	/* padding: 0 20px; */
	/* padding: 6px 34px 0 20px; */
	text-decoration: none;
	font-size: 0.9rem;
	font-size: 16px;
	line-height: 1.5rem;
	height: 1.5rem;
	transition: all 0.5s;

}

header ul.drop-down-menu li:last-child a {
	/* padding-right: 0 !important; */
}

header ul.drop-down-menu a:hover {
	/* 滑鼠滑入按鈕變色*/
	/* background-color: #ef5c28; */
	color: #792254 !important;
}

header ul.drop-down-menu li:hover>a {
	/* 滑鼠移入次選單上層按鈕保持變色*/
	/* background-color: #ef5c28; */
	color: #792254;
}

ul.drop-down-menu ul {
	position: absolute;
	z-index: 99;
	top: 100%;
	min-width: 100%;
	list-style: none;
	padding: 0 !important;
	margin: -20px 0 0 0;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

ul.drop-down-menu li:hover>ul {
	/* 滑鼠滑入展開次選單*/
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

ul.drop-down-menu ul li {

	height: 30px !important;
	line-height: 30px !important;
	text-align: center;
	display: block;
	margin: 0;
	/* border-bottom: #FF0D80 1px solid!important; */
}

ul.drop-down-menu ul li a {
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 10px !important;
	font-size: 14px;
}

ul.drop-down-menu ul li:last-child {
	/* border-bottom: none; */
}

ul.drop-down-menu ul ul {
	/*第三層以後的選單出現位置與第二層不同*/
	z-index: 999;
	top: 10px;
	left: 90%;
}

footer {
	height: 518px;
	border-top: 1px solid #FF0D80;
	padding: 68px 0 0 0;
	position: relative;
	width: 100%;
	float: left;
	min-width: 910px;
}

footer .copyright {
	position: absolute;
	left: 50%;
	bottom: 70px;
	width: 200px;
	height: 80px;
	color: #FF0D80;
	margin-left: 180px;
}

footer .copyright p {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 4px 0;
}

footer .copyright span {
	display: inline-block;
	float: left;
	font-size: 10px;
	line-height: 12px;
	/* background-color: #F9D2D5; */
	margin: 0 0 2px 0;
	padding: 0;
}

footer .mainMenu {
	width: 684px;
	float: left;
	margin-top: 38px;
}

footer .mainMenu.menu2 {
	width: 100px;
	float: left;
}

footer ul.drop-down-menu {
	display: inline-block;
	width: auto;
	height: 30px;
	list-style: none;
	position: relative;
	margin: 0 !important;
	padding: 0;
}

footer ul.drop-down-menu li {
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	justify-content: end;
	box-sizing: border-box;
	font-weight: bold;
	width: auto;
	margin: 0 36px 0 0;
}

footer ul.drop-down-menu li:last-child {
	margin-right: 0;
}

footer ul.drop-down-menu>li {
	float: left;
	/* 只有第一層是靠左對齊*/
}

footer ul.drop-down-menu a {
	display: block;
	color: #FF0D80 !important;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	letter-spacing: 1px;
	border: none;
	transition: all 0.5s;
}

footer ul.drop-down-menu a.lev1:after {
	content: '\203A';
	position: relative;
	opacity: 1;
	top: 1px;
	left: 6px;
	/* transition: 0.5s; */
	font-size: 26px;
}

footer ul.drop-down-menu a.lev1:hover {
	right: 10px;
}

footer ul.drop-down-menu li:last-child a {
	/* padding-right: 0 !important; */
}

footer ul.drop-down-menu a:hover {
	/* 滑鼠滑入按鈕變色*/
	/* background-color: #ef5c28; */
	color: #792254 !important;
}

footer ul.drop-down-menu li:hover>a {
	/* 滑鼠移入次選單上層按鈕保持變色*/
	/* background-color: #ef5c28; */
	color: #792254;
}

footer ul.drop-down-menu ul {
	position: absolute;
	z-index: 99;
	top: 100%;
	min-width: 100%;
	list-style: none;
	padding: 0 !important;
	display: block;
	opacity: 1;
	margin: 6px 0 0 0;
}

footer ul.drop-down-menu li:hover>ul {
	/* 滑鼠滑入展開次選單*/
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

footer ul.drop-down-menu ul li {
	height: 24px !important;
	line-height: 24px !important;
	text-align: left;
	display: block;
	border-bottom: none;
}

footer ul.drop-down-menu ul li a {
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 !important;
	border-left: none !important;
	font-size: 13px;
	letter-spacing: 0;
}

footer ul.drop-down-menu ul ul {
	/*第三層以後的選單出現位置與第二層不同*/
	z-index: 999;
	top: 10px;
	left: 90%;
}

.imgMarginTopBottom {
	margin: 30px 0;
}

.subMainContainer {
	background: url(../images/sub_bg.jpg) center top;
	background-repeat: no-repeat;
	/* background-size: 100% auto; */
}

.subBanner {
	height: 724px;
	padding: 0;
	min-width: 910px;
	position: relative;
	overflow: hidden;
}

.subBanner .info {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 82px;
	height: 342px;
	background-color: #FF0D80;
	padding: 60px 0 0 56px;
}

.subBanner .info a {
	position: absolute;
	display: block;
	width: 100px;
	bottom: 60px;
	left: 310px;
	height: 40px;
	line-height: 40px;
	color: white;
}

.banner_arrow_right{
	position: absolute; right: 50%; top: -10px;
	margin-right: 260px;
}

.hover:hover {
	cursor: pointer;
}

.subBanner .info a span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -6px;
	left: 0;
	transition: 0.5s;
	font-size: 60px;
}

.subBanner .info a:hover>span:before {
	left: 10px;
	color: white;
}

.subBanner .info .txtInfo {
	position: absolute;
	width: 320px;
	/* background-color: bisque; */
}

.subBanner .infoB .txtInfo {
	position: absolute;
	width: 500px;
	right: 0;
	/* background-color: bisque; */
}

.subBanner .info .txtInfo h2,
.subBanner .infoB .txtInfo h2 {
	position: relative;
	/* float: left; */
	color: white;
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 3px;
}

.subBanner .info .txtInfo h3,
.subBanner .infoB .txtInfo h3 {
	position: relative;
	/* float: left; */
	color: white;
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 3px;
	margin-top: 0;
	font-weight: normal;
}

.subBanner .info .txtInfo h4,
.subBanner .infoB .txtInfo h4 {
	position: relative;
	/* float: left; */
	color: white;
	width: 100%;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 3px;
	margin-top: 0;
	font-weight: normal;
}

.subBanner .info .txtInfo h2 span,
.subBanner .infoB .txtInfo h2 span {
	font-size: 22px;
	letter-spacing: 5px;
	font-weight: normal;
}

.subBanner .info .txtInfo img,
.subBanner .infoB .txtInfo img {
	position: relative;
	top: -8px;
	/* margin: 14px 0 16px 0; float: left; */
}

.subBanner .info .txtInfo p,
.subBanner .infoB .txtInfo p {
	position: relative;
	/* float: left; */
	color: white;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.subBanner .imgInfo {
	position: absolute;
	width: 100%;
	right: 50%;
	top: 0;
	height: 548px;
	margin-right: -110px;
}

.subBanner .imgInfo img {
	position: absolute;
	right: 0;
}

.subBanner.typeB .infoB {
	position: absolute;
	width: 100%;
	right: 50%;
	bottom: 82px;
	height: 342px;
	background-color: #FF0D80;
	padding: 60px 0 0 56px;
	margin-right: -110px;
}

.subBanner.typeB .imgInfo {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 0;
	height: 548px;
	/* margin-right: -110px; */
}

.subBanner.typeB .imgInfo img {
	position: absolute;
	left: 0;
}

.subAbout1 {
	/* height: 534px;
	padding: 0; */
	padding: 46px 0 46px 0;
}

.subTeam2 {
	/* height: 534px;
	padding: 0; */
	padding: 46px 0 46px 0;
	float: left;
	width: 100%;
	position: relative;
	top: -294px;
	height: 1600px;
}

.subPageTitle {
	position: relative;
	margin: 100px auto 50px auto;
	width: 776px;
	height: 138px;
	display: block;
}

.subPageTitle h2 {
	position: absolute;
	color: #FF0D80;
	font-size: 32px;
	font-weight: bold;
	top: 66px;
	left: 10px;
	;
}

.subPageTitle h3 {
	position: absolute;
	color: #999999;
	font-size: 16px;
	top: 30px;
	left: 280px;
	line-height: 22px;
}

.subPageTitle img {
	position: absolute;
}

/* .subTeam2 .container, .subTeam2 .row{
	width: 890px;
} */
.container.wide {
	width: 890px;
	padding: 0 8px !important;
}
.container.narrow {
	
	padding: 0 5px !important;
}

.container.wide .row {
	width: 100% !important;
}

.subTeam2 .col-3 .infoArea {
	width: 100%;
	height: 194px;
	padding: 12px;
	color: white;
	background-color: #FF0D80;
}

.subTeam2 .col-3 .infoArea h4 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
}

.subTeam2 .col-3 .infoArea span {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
}

.subTeam2 .col-3 .infoArea h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
}

.subTeam2 .col-3 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1px !important;
	padding-right: 1px !important;
	/* background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2); */
	overflow: hidden;
	/* background-color: #FF0D80; */
	/* border: 2px solid white; */
	margin: 0 0 2px 0;
}

.subTeam2 .col-6 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px !important;
	padding-right: 2px !important;
	/* background-color: rgba(86, 61, 124, .15);
	border: 1px solid rgba(86, 61, 124, .2); */
	overflow: hidden;
	/* background-color: #FF0D80; */
	/* border: 2px solid white; */
	margin: 0 0 4px 0;
	transition: 0.5s;
}

.subTeam2 .col-6 .infoArea h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 86px 0 0 20px;
}

.subTeam2 .col-6 .infoArea span {

	margin: 0; padding: 0 0 0 20px;
}

.subTeam2 .col-6 .infoArea {
	width: 50%;
	height: 194px;
	padding: 12px;
	color: #FF0D80;
	background-color: #F2F2F2;
	float: left;
	height: 100%;
	
}
.subTeam2 .col-6 .perInfo{
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #FF0D80;
	padding: 16px 20px 16px 20px;
	border-left: 2px white solid;
	border-right: 2px white solid;
	opacity: 0; 
	transition: 0.5s;
}
.subTeam2 .col-6 .perInfo p{
	font-size: 14px; line-height: 22px;
	color: white;
}

.subTeam2 .col-6 img {
	float: left;
	width: 50%;
}

.subTeam2 .col-6 .arrow{
	position: absolute; right:2px; bottom: 0;
	width: 34px; height: 34px;
	font-size: 14px; line-height: 34px; 
	color: white; 
	transition: 0.5s;
	background-color: #FF0D80;	
}
.subTeam2 .col-6:hover > .infoArea .arrow {
	background-color: white;
}
.subTeam2 .col-6:hover > .perInfo {
	opacity: 1;
}

.subTeam2 .col-6 .infoArea .arrow span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -2px;
	right: 10px;
	transition: 0.5s;
	font-size: 34px;
}
.subTeam2 .col-6:hover > .infoArea .arrow span:before {
	opacity: 0;
	right: 20px;
}

.subTeam2 .col-6:hover .infoArea .arrow span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -10px;
	transition: 0.5s;
	font-size: 34px;
	color: #FF0D80;
}

.subTeam2 .col-6:hover> .infoArea .arrow span:after {
	opacity: 1;
	right: 10px;
}

/* subJoin */
.subJoin {
	padding: 56px 0 46px 0;
}
.subJoin h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.subJoin h2 span{
	font-size: 28px;
}
.subJoin h3{
	font-size: 20px; color: black;
	line-height: 30px;
}
.subJoin h4{
	font-size: 16px; color: black;
}

.subJoin ul{
	width: 100%; float: left; font-size: 18px;
	line-height: 26px; margin: 0 0 80px 0;
	padding: 0; list-style: none;
}
.subJoin ul li{
	width: 100%; float: left; text-align: center;
	background-color: #FF0D80; margin: 0 0 5px 0;
	
}
.subJoin ul li .title{
	width: 25%; background-color: #FF0D80; color: white;
	float: left; padding: 8px 0;
}
.subJoin ul li .info{
	width: 75%; background-color: #f2f2f2; color: #666666;
	float: left; padding: 8px 0 8px 40px; text-align: left;
}

.subJoin a{
	width: 350px; line-height: 60px;  height: 60px;
	font-size: 30px; 
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	/* float: right; */
	margin: 160px 0 100px 0;
	text-decoration: none;
}
.subJoin a:hover > span:before{
	right: 30px;
	opacity: 0;
}
.subJoin a:hover > span:after{
	right: 20px;
	opacity: 1;
}

.subJoin a span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 46px;
}
.subJoin a span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 0;
	top: -5px;
	right: -10px;
	transition: 0.5s;
	font-size: 46px;
}

/* subJoin end */


/* subInvest_1 */
.subInvest_1 {
	padding: 56px 0 10px 0;
	width: 100%; float: left;
}

.subInvest_1.part2 {
	padding: 56px 0 46px 0;
	background-color: #F2F2F2;
}
.subInvest_1 h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.subInvest_1 h2 span{
	font-size: 28px;
}
.subInvest_1 h3{
	font-size: 20px; color: black;
	line-height: 30px;
}
.subInvest_1 h4{
	font-size: 16px; color: black;
}

.subInvest_1 ul{
	width: 100%; float: left; font-size: 18px;
	line-height: 26px; margin: 0 0 80px 0;
	padding: 0; list-style: none;
}
.subInvest_1 ul li{
	width: 100%; float: left; text-align: center;
	background-color: #FF0D80; margin: 0 0 5px 0;
	
}
.subInvest_1 ul li .title{
	width: 20%; background-color: #FF0D80; color: white;
	float: left; padding: 5px 0;
}
.subInvest_1 ul li .info{
	width: 80%; background-color: #f2f2f2; color: #666666;
	float: left; padding: 5px 0 5px 40px; text-align: left;
}

.pdfDownload{
	margin-bottom: 100px!important;
}

.pdfDownload a{
	float: left; display: block;
	width: 146px; height: 146px;
	position: relative;
	background-color: #f2f2f2;
	transition: 0.5s;
	margin: 0 14px 24px 0;
}

.pdfDownload a:nth-child(5n){
	margin-right: 0;
}

.pdfDownload a h5{
	position: absolute; width: 80%;
	color: #717171; font-size: 16px; line-height: 20px;
	top: 36px; left: 50%; margin-left: -40%;
	text-align: center;
}

.pdfDownload a .icon{
	position: absolute;
	left: 50%; margin-left: -15px;
	bottom: 20px;
}

.pdfDownload a .arrow{
	position: absolute;
	left: 50%; margin-left: -8px;
	bottom: 34px;
	transition: 0.5s;
}

.pdfDownload a:hover > .arrow{
	bottom: 28px;
	/* opacity: 0; */
}



/* subInvest_1 end */


/* subInvest_4 */
.subInvest_4 {
	padding: 56px 0 50px 0;
	width: 100%; float: left;
}

.subInvest_4.part2 {
	padding: 56px 0 46px 0;
	background-color: #F2F2F2;
}
.subInvest_4 h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.subInvest_4 h2 span{
	font-size: 28px;
}
.subInvest_4 h3{
	font-size: 16px; color: #666666;
	line-height: 30px; margin: 0 0 20px 0;
}
.subInvest_4 h4{
	font-size: 16px; color: black;
}

.subInvest_4 ul{
	width: 100%; float: left; font-size: 18px;
	line-height: 26px; margin: 0 0 10px 0;
	padding: 0; list-style: none;
}
.subInvest_4 ul.top{
	width: 100%; float: left;
	line-height: 34px; margin: 0 0 5px 0;
	padding: 0; list-style: none;
}
.subInvest_4 ul li{
	width: 100%; float: left; text-align: center;
	 margin: 0 0 0 0;
	 display: flex; 
	
}
.subInvest_4 ul li .title {
  width: 20%;
  background-color: #FF0D80;
  color: white;
  float: left;
  padding: 5px 0;
  border-right: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 可以設定最小高度以保持排版一致性，但允許內容撐開 */
  min-height: 39px;
  /* 垂直置中文字，如果需要 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* 確保文字置中 */
}

.subInvest_4 ul li .info {
  width: 38%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: left;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
}

.subInvest_4 ul li .info2 {
  width: 42%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: left;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  border-bottom: 3px white solid;
  /* 讓長內容自動換行 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_4 ul li .info.last{
	border-bottom: none;
}

/* 頂部標題列的樣式也需要調整 */
.subInvest_4 ul.top li .title {
  width: 20%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px; /* 保持最小高度 */
  border: none;
  text-align: center;
  border-right: 3px white solid;
  display: flex; /* 使用 flexbox 進行垂直置中 */
  align-items: center; /* 垂直置中 */
  justify-content: center; /* 水平置中 */
}

.subInvest_4 ul.top li .info {
  width: 38%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_4 ul.top li .info2 {
  width: 42%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: center;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border: none;
  /* text-align: center; */ /* 同上，如果 info2 內容是文字，建議靠左對齊 */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_4 ul li:last-child > .info, .subInvest_4 ul li:last-child > .info2{
	border-bottom: none;
}

.subInvest_4 a{
	width: 380px; line-height: 60px;  height: 60px;
	font-size: 30px; 
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	float: right;
	margin: 80px 0 100px 0;
	text-decoration: none;
}
.subInvest_4 a:hover > span:before{
	right: 30px;
	opacity: 0;
}
.subInvest_4 a:hover > span:after{
	right: 20px;
	opacity: 1;
}

.subInvest_4 a span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 46px;
}
.subInvest_4 a span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 0;
	top: -5px;
	right: -10px;
	transition: 0.5s;
	font-size: 46px;
}

/* subInvest_4 end */

/* subInvest_5 */
.subInvest_5 {
	padding: 56px 0 82px 0;
	width: 100%; float: left;
}

.subInvest_5.part2 {
	padding: 56px 0 46px 0;
	background-color: #F2F2F2;
}
.subInvest_5 h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.subInvest_5 h2 span{
	font-size: 28px;
}
.subInvest_5 h3{
	font-size: 16px; color: #666666;
	line-height: 30px; margin: 0 0 20px 0;
}
.subInvest_5 h4{
	font-size: 16px; color: black;
}

.subInvest_5 ul{
	width: 100%; float: left; font-size: 18px;
	line-height: 26px; margin: 0 0 10px 0;
	padding: 0; list-style: none;
}
.subInvest_5 ul.top{
	width: 100%; float: left;
	line-height: 34px; margin: 0 0 5px 0;
	padding: 0; list-style: none;
}
.subInvest_5 ul li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.subInvest_5 ul li .title {
  width: 50%;
  background-color: #FF0D80;
  color: white;
  padding: 5px;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.subInvest_5 ul li .info {
  width: 25%;
  background-color: #f2f2f2;
  color: #666;
  padding: 5px 0 5px 10px;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;  /* ❗ 若要左對齊，改為 flex-start */
  text-align: center;
}

.subInvest_5 ul li .info2 {
  width: 25%;
  background-color: #f2f2f2;
  color: #666;
  padding: 5px 0 5px 10px;
  border-bottom: 3px white solid;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.subInvest_5 ul li:last-child > .info,
.subInvest_5 ul li:last-child > .info2 {
  border-bottom: none;
}
.subInvest_5 ul.top li .title{
	width: 50%; background-color: #b3b3b3; color: white;
	float: left; padding: 5px 0;
	height: 42px;
	border: none; text-align: center;
	border-right: 3px white solid;
}
.subInvest_5 ul.top li .info{
	width: 25%; background-color: #b3b3b3; color: white;
	float: left; padding: 5px 0 5px 10px; text-align: left;
	border: none; text-align: center;
	height: 42px; 
	border-right: 3px white solid;
}

.subInvest_5 ul.top li .info2{
	width: 25%; background-color: #b3b3b3; color: white;
	float: left; padding: 5px 0 5px 10px; text-align: left; height: 42px;
	border: none; text-align: center;
}

.subInvest_5 ul li:last-child > .info, .subInvest_4 ul li:last-child > .info2{
	border-bottom: none;
}


/* subInvest_5 end */

/* subInvest_6 */
.subInvest_6 {
	padding: 56px 0 50px 0;
	width: 100%; float: left;
}

.subInvest_6.part2 {
	padding: 56px 0 46px 0;
	background-color: #F2F2F2;
}
.subInvest_6 h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.subInvest_6 h2 span{
	font-size: 28px;
}
.subInvest_6 h3{
	font-size: 20px; color: #666666;
	line-height: 30px; font-weight: bold;
	margin: 0 0 10px 0; /* 下排間距 */
}
.subInvest_6 h4{
	font-size: 16px; color: black;
}

.subInvest_6 ul{
	width: 100%; float: left; font-size: 15px;
	line-height: 26px; margin: 0 0 3px 0;
	padding: 0; list-style: none;
}
.subInvest_6 ul.top{
	width: 100%; float: left;
	line-height: 34px; margin: 0 0 3px 0;
	padding: 0; list-style: none;
}
.subInvest_6 ul li{
	width: 100%; float: left; text-align: center;
	margin: 0 0 0 0;
	display: flex; 
	align-items: stretch; /* 讓三欄等高 */
	
}
.subInvest_6 ul li .title {
  width: 16%;
  background-color: #FF0D80;
  color: white;
  float: none;
  padding: 5px 0;
  border-right: 3px white solid; /* 表格右白框 */
　border-bottom: 3px white solid; /* 表格下白框 */
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 可以設定最小高度以保持排版一致性，但允許內容撐開 */
  min-height: 39px;
  /* 垂直置中文字，如果需要 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* 確保文字置中 */
}

.subInvest_6 ul li .info {
  width: 24%;
  background-color: #f2f2f2;
  color: #666666;
  float: none;
  padding: 5px 0 5px 10px;
  text-align: left;
  border-right: 3px white solid;
　border-bottom: 3px white solid; /* 表格下白框 */
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
}

.subInvest_6 ul li .info2 {
  width: 30%;
  background-color: #f2f2f2;
  color: #666666;
  float: none;
  padding: 5px 10px 5px 10px;
  text-align: left;
  border-right: 3px white solid;
　border-bottom: 3px white solid; /* 表格下白框 */
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_6 ul li .info3 {
  width: 30%;
  background-color: #f2f2f2;
  color: #666666;
  float: none;
  padding: 5px 10px 5px 10px;
  text-align: left;
　border-bottom: 3px white solid; /* 表格下白框 */
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_6 ul li .info.last{
	border-bottom: none;
}

/* 頂部標題列的樣式也需要調整 */
.subInvest_6 ul.top li .title {
  width: 16%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px; /* 保持最小高度 */
  border: none;
  text-align: center;
  border-right: 3px white solid;
  display: flex; /* 使用 flexbox 進行垂直置中 */
  align-items: center; /* 垂直置中 */
  justify-content: center; /* 水平置中 */
}

.subInvest_6 ul.top li .info {
  width: 24%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_6 ul.top li .info2 {
  width: 30%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: center;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  /* text-align: center; */ /* 同上，如果 info2 內容是文字，建議靠左對齊 */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_6 ul.top li .info3 {
  width: 30%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 10px;
  text-align: center;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border: none;
  /* text-align: center; */ /* 同上，如果 info2 內容是文字，建議靠左對齊 */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subInvest_6 ul li:last-child > .info, .subInvest_6 ul li:last-child > .info2{
	border-bottom: none;
}

.subInvest_6 a{
	width: 380px; line-height: 60px;  height: 60px;
	font-size: 30px; 
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	float: right;
	margin: 80px 0 100px 0;
	text-decoration: none;
}
.subInvest_6 a:hover > span:before{
	right: 30px;
	opacity: 0;
}
.subInvest_6 a:hover > span:after{
	right: 20px;
	opacity: 1;
}

.subInvest_6 a span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 46px;
}
.subInvest_6 a span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 0;
	top: -5px;
	right: -10px;
	transition: 0.5s;
	font-size: 46px;
}

/* subInvest_6 end */

/* subESG_5 */
.subESG_5 {
	padding: 56px 0 100px 0;
	width: 100%; float: left;
}

.subESG_5.part2 {
	padding: 56px 0 46px 0;
	background-color: #F2F2F2;
}
.subESG_5 h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.subESG_5 h2 span{
	font-size: 28px;
}

.subESG_5 h3{
	font-size: 16px; color: #666666;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 0 10px 0;
	margin: 10px 0 0px 0;
}
.subESG_5 h4{
	font-size: 16px; color: #666666;
	line-height: 20px; margin: 10px 0 0px 0;
	padding: 0px 0 10px 0;
}

.subESG_5 h5{
	font-size: 16px; color: #666666;
	line-height: 20px; margin: 10px 0 0px 0;
	padding: 20px 0 10px 0;
}

.subESG_5 ul{
	width: 100%; float: left; font-size: 15px;
	line-height: 26px; margin: 0 0 3px 0;
	padding: 0; list-style: none; 
}

.subESG_5 ul.top{
	width: 100%; float: left;
	line-height: 34px; margin: 0 0 3px 0;
	padding: 0; list-style: none;
}

.subESG_5 ul li{
	width: 100%; float: left;
	margin: 0 0 0 0;
	display: flex; 
}

.subESG_5 ul li .title {
  width: 10%;
  background-color: #FF0D80;
  color: white;
  float: left;
  padding: 5px 0;
  border-right: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 可以設定最小高度以保持排版一致性，但允許內容撐開 */
  min-height: 39px;
  /* 垂直置中文字，如果需要 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* 確保文字置中 */
}

.subESG_5 ul li .info {
  width: 10%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subESG_5 ul li .info2 {
  width: 20%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subESG_5 ul li .info3 {
  width: 35%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 5px 5px 5px;
  text-align: center;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
  display: flex;
  text-align: left;
}

.subESG_5 ul li .info4 {
  width: 5%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subESG_5 ul li .info5 {
  width: 10%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 10px 5px 10px;
  text-align: center;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  border-bottom: 3px white solid;
  /* 讓長內容自動換行 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subESG_5 ul li .info_1 {
  width: 50%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subESG_5 ul li .info_2 {
  width: 50%;
  background-color: #f2f2f2;
  color: #666666;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border-right: 3px white solid;
  border-bottom: 3px white solid;
  /* 移除固定高度，讓內容決定高度 */
  /* height: 39px; */
  /* 設定最小高度 */
  min-height: 39px;
  /* 讓長內容自動換行 */
  word-break: break-word; /* 確保長單詞也能換行 */
  overflow-wrap: break-word; /* 更現代的屬性，效果類似 word-break */
  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subESG_5 li:last-of-type .info,
.subESG_5 li:last-of-type .info2,
.subESG_5 li:last-of-type .info3,
.subESG_5 li:last-of-type .info4,
.subESG_5 li:last-of-type .info5 {
  border-bottom: none;
}

/* 頂部標題列的樣式也需要調整 */
.subESG_5 ul.top li .title {
  width: 10%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px; /* 保持最小高度 */
  line-height: 1.3;
  border: none;
  text-align: center;
  border-right: 3px white solid;
  display: flex; /* 使用 flexbox 進行垂直置中 */
  align-items: center; /* 垂直置中 */
  justify-content: center; /* 水平置中 */
}

.subESG_5 ul.top li .info {
  width: 10%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  line-height: 1.3;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul.top li .info2 {
  width: 20%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  line-height: 1.3;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul.top li .info3 {
  width: 35%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  line-height: 1.3;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul.top li .info4 {
  width: 5%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  line-height: 1.3;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul.top li .info5 {
  width: 10%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 10px 5px 10px;
  text-align: center;
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  line-height: 1.3;
  border: none;
  /* text-align: center; */ /* 同上，如果 info2 內容是文字，建議靠左對齊 */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul.top li .info_1 {
  width: 50%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  line-height: 1.3;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul.top li .info_2 {
  width: 50%;
  background-color: #b3b3b3;
  color: white;
  float: left;
  padding: 5px 0 5px 0;
  text-align: center;
  border: none;
  /* text-align: center; */ /* 如果 info 內容需要靠左對齊，這裡不應該是 center */
  /* 移除固定高度 */
  /* height: 42px; */
  min-height: 42px;
  border-right: 3px white solid;
  line-height: 1.3;
  display: flex;
  align-items: center;
  /* 如果 info 內容是文字，建議靠左對齊 */
  justify-content: center; /* 讓內容靠左對齊 */
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.subESG_5 ul li:last-child > .info, .subESG_5 ul li:last-child > .info5{
	border-bottom: none;
}

.subESG_5 a{
	width: 380px; line-height: 60px;  height: 60px;
	font-size: 30px; 
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	float: right;
	margin: 80px 0 100px 0;
	text-decoration: none;
}

.subESG_5 a:hover > span:before{
	right: 30px;
	opacity: 0;
}

.subESG_5 a:hover > span:after{
	right: 20px;
	opacity: 1;
}

.subESG_5 a span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 46px;
}

.subESG_5 a span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 0;
	top: -5px;
	right: -10px;
	transition: 0.5s;
	font-size: 46px;
}

/* subESG_5 end */

/* subContact */
.subContact {
	/* padding: 56px 0 46px 0; */
	height: 1500px;
	padding: 0;
	min-width: 910px;
	position: relative;
	overflow: hidden;
	margin: 0 0 60px 0;
}

.subContact .infoB .txtInfo h2{
	position: relative;
	/* float: left; */
	color: #FF0D80;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	/* letter-spacing: 1px; */
}

.subContact .infoB .txtInfo h3{
	position: relative;
	/* float: left; */
	color: #FF0D80;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	/* letter-spacing: 3px; */
	margin-top: 10px;
	font-weight: normal;
	margin: 10px 0 26px 0;
}
.subContact .infoB .txtInfo h3 span{
	font-size: 16px;
}

.subContact .infoB .txtInfo {
	position: absolute;
	width: 500px;
	right: 0;
}
.subContact .infoB .txtInfo .subContact_arrow{
	position: absolute;
	top: -26px;
	right: -40px;
}

.subContact .infoB .txtInfo .contactInfo {
	position: relative;
	width: 400px;
	height: 30px;
	font-size: 18px; line-height: 30px;
	color: #FF0D80;
	margin: 0 0 5px 0;
}
.subContact .infoB .txtInfo .contactInfo span{
	display: inline-block;
	width: 86px;
	height: 30px;
	color: white;
	background-color: #FF0D80;
	margin: 0 20px 0 0; text-align: center
}

.subContact.typeB .infoB {
	position: absolute;
	width: 100%;
	right: 50%;
	top: 60px;
	height: 342px;
	background-color: #E6E6E6;
	padding: 50px 0 0 56px;
	margin-right: -110px;
}

.subContact.typeB .imgInfo {
	position: absolute;
	width: 100%; width: 50%;
	left: 50%;
	top: 330px;
	height: 548px; height: 500px;
	/* margin-right: -110px; */
}

.subContact.typeB .imgInfo img {
	position: absolute;
	left: 0;
}

.subContact .form{
	width: 778px; height: 440px;
	position: absolute; margin-left: -389px;
	top: 920px; left: 50%;
	border: #FF0D80 5px solid;
}

.subContact .form .input{
	position: absolute; color: #FF0D80;
	width: 306px; font-size: 16px;
	height: 36px; line-height: 36px;
	border-bottom: #FF0D80 2px solid;
	padding: 0 0 0 0px;
}
.subContact .form .input input{
	width: 306px; position: absolute; left: 0;
	height: 36px; line-height: 36px; color: #FF0D80;
	border: none; background: none;
	padding: 0 0 0 70px; font-size: 18px;
}
.subContact .form .input.name{
	top: 40px; left: 50px;
}
.subContact .form .input.phone{
	top: 100px; left: 50px;
}
.subContact .form .input.email{
	top: 160px; left: 50px;
}
.subContact .form .input.subject{
	top: 220px; left: 50px;
}

.subContact .form .input.code{
	top: 280px; left: 50px;
	width: 150px;
}

.subContact .form input.code{
	width: 150px;
}

.subContact .form .codeImg{
	position: absolute; left: 220px; top: 280px;
	width: 140px; height: 38px;
}
.subContact .form .codeImg img{
	height: 100%; width: auto;
}

.subContact .form .textArea{
	position: absolute; color: #FF0D80;
	width: 306px; font-size: 16px;
	height: 300px; 
	border: #FF0D80 2px solid;
	padding: 5px; top: 40px; right: 50px;
}

.subContact .form .textArea textarea{
	width: 100%; position: relative; height: 260px;
	border: none; color: #FF0D80;
}

.subContact .form button{
	width: 210px; line-height: 60px;  height: 60px;
	font-size: 30px; 
	padding: 0 0 0 30px;
	position: absolute;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	/* float: right; */
	right: 0; bottom: 0;
	text-decoration: none;
	border: none; text-align: left;
}
.subContact .form button:hover > span:before{
	right: 30px;
	opacity: 0;
}
.subContact .form button:hover > span:after{
	right: 20px;
	opacity: 1;
}

.subContact .form button span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 46px;
}
.subContact .form button span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 0;
	top: -5px;
	right: -10px;
	transition: 0.5s;
	font-size: 46px;
}

/* subContact end */

/* subScience_1 */
.subScience_1 {
	padding: 56px 0 46px 0;
}

.subScience_1 h2{
	font-size: 30px; line-height: 60px;
	background-color: #FF0D80;
	padding: 0 0 0 12px;
	color: white;
	position: relative;
	display: block; width: 296px;
	height: 60px;
	float: left; clear: both;
}

.subScience_1 h2 span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 60px;
	color:white;
}

.subScience_1 h3{
	font-size: 26px; line-height: 26px;
	padding: 0 0 0 0;
	color: black;
	font-weight: bold;
	margin: 50px 0 16px 0;
	float: left;
	clear: both;
}

.subScience_1 .chartImg{
	margin: 0 0 30px 0;
	float: left;
}

.subScience_1 a{
	display: block; width: 140px; height: 34px;
	line-height: 38px; font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 5px;
	position: relative;
	transition: 0.5s;
	color: #FF0D80;
	float: right;
	margin: 0 0 200px 0;
}

.subScience_1 .arrow{
	position: absolute; right:2px; bottom: 0;
	width: 34px; height: 34px;
	font-size: 14px; line-height: 34px; 
	color: white; 
	background-color: #FF0D80;	
}
.subScience_1 a:hover{
	text-decoration: none;
}

.subScience_1 a .arrow span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -2px;
	right: 10px;
	transition: 0.5s;
	font-size: 34px;
}

.subScience_1 a .arrow span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -10px;
	transition: 0.5s;
	font-size: 34px;
	color: white;
}

.subScience_1 a:hover > .arrow span:after {
	opacity: 1;
	right: 10px;
}
.subScience_1 a:hover > .arrow span:before {
	opacity: 0;
	right: 15px;
}
/* subScience_1 end */

/* subScience_2 */
.subScience_2 {
	padding: 56px 0 46px 0;
}
.subScience_2 .row{
	padding: 0 5px;
}
.subScience_2 .title{
	position: relative; 
	margin: 200px 0 0 0;
	width: 778px; height: 138px;
	display: block;
	overflow: hidden;
}
.subScience_2 .title:first-child{
	margin: 0;
}

.subScience_2 .title h2{
	position: absolute;
	color: #FF0D80;
	font-size: 30px; 
	font-weight: bold;
	top: 66px; left: 10px;;
}

/* .subScience_2 .title h2 span.copyright{
	font-size: 14px; position: relative; top: -12px;
	margin-right: 6px; 	font-weight: bold;
}

.subScience_2 .title h2 span.small{
	font-size: 21px;  	
	font-weight: bold;
} */

.subScience_2 h3{
	color: black;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding: 0 10px;
}
.subScience_2 h5{
	color: black;
	font-size: 20px;
	line-height: 22px;
	margin: 30px 0 10px 0;
}

.subScience_2 h6{
	color: #FF0D80;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 30px;
}

.subScience_2 h4{
	color: white;
	font-size: 20px; display: inline-block;
	line-height: 50px;
	width: auto;
	background-color: #FF0D80;
	padding: 0 20px; clear: both; float: left;
}

.subScience_2 span.note{
	color:#999999;
	font-size: 12px;
	line-height: 22px;
	width: 100%; text-align: center; display: block;
	margin: -50px 0 0 0;
}
.subScience_2 .title img{
	position: absolute;
}

.subScience_2 .pieImg{
	margin: 50px 0 60px 0;
}

.subScience_2 .stepImg{
	margin: 0px 0 10px 0;
}

.subScience_2 .mapArea{
	position: relative; width: 657px;
	margin: 50px auto 50px auto; height: 450px;
}

.subScience_2 .mapArea .map1{
	position: absolute; bottom: 0;
	transition: 0.5s;
}

.subScience_2 .mapArea .map2{
	position: absolute; bottom: 0;
	opacity: 0;;
	transition: 0.5s;
}


.subScience_2 .mapArea a{
	width: 230px; line-height: 40px;  height: 40px;
	font-size: 15px; 
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	/* float: right; */
	margin: 0 auto 10px auto;
	text-decoration: none;
}
.subScience_2 .mapArea a:hover > span:before{
	right: 20px;
	opacity: 0;
}
.subScience_2 .mapArea a:hover > span:after{
	right: 10px;
	opacity: 1;
}

.subScience_2 .mapArea a span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -3px;
	right: 10px;
	transition: 0.5s;
	font-size: 30px;
}
.subScience_2 .mapArea a span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -3px;
	right: -10px;
	transition: 0.5s;
	font-size: 30px;
}

.subScience_2 .marginBottom{
	margin-bottom: 50px;
}

.subScience_2 .row.border-bottom{
	padding-bottom: 30px;
	border-bottom: #FF0D80 dashed 1px!important;
}


/* subScience_2 end */

/* subScience_3 */
.subScience_3 {
	padding: 56px 0 46px 0;
}

.subScience_3 h2{
	font-size: 30px; 
	color: #FF0D80;
	position: relative;
	display: block; 
	height: 60px;
	float: left; clear: both;
}

.subScience_3 h2 span:after {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -5px;
	right: 10px;
	transition: 0.5s;
	font-size: 60px;
	color:white;
}

.subScience_3 h3{
	font-size: 26px; line-height: 26px;
	padding: 0 0 0 0;
	color: black;
	font-weight: bold;
	margin: 10px 0 16px 0;
	float: left;
	clear: both;
}

.subScience_3 p{
	float: left;
	clear: both;
}

.subScience_3 .infoImg{
	margin: 40px 0 120px 0;
}

/* product */
.product {
	padding: 56px 0 46px 0;
}
.product h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 30px 0;
	float: left;
}

.product h2 span{
	font-size: 28px;
}
.product .proMenu{
	margin: 0 0 60px 0;
	float: left;
}

.product .proMenu a {
	display: block;
	color: #FF0D80 !important;
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	letter-spacing: 1px;
	border: none;
	transition: all 0.5s;
	float: left;
	margin: 0 34px;
	font-weight: bold;
}

.product .proMenu a:first-child {
	margin-left: 114px;
}

.product .proMenu a:last-child {
	margin-right: 10px;
}

.product .proMenu a span:after {
	content: '\203A';
	position: relative;
	opacity: 1;
	top: 1px;
	left: 4px;
	/* transition: 0.5s; */
	font-size: 26px;
}


/* productRow */
.productRow{
	margin: 0 0 60px 0!important;
}
.productRow .col-6{
	background-color: #E6E6E6;
	/* height: 526px;  */
	min-height: 526px; height: auto;
	width: 384px;
	box-sizing: border-box!important;
	padding: 10px 10px 50px 10px!important; max-width: 384px!important;
	margin-bottom: 30px;
}

.productRow .col-6:nth-child(odd){
	margin-right: 10px;
}

.productRow .number{
	position: absolute; right: 10px;
	text-align: right;  top: 262px;
	font-size: 70px; color: white;
	font-weight: bold;
}

.productRow .logo{
	margin: 10px 0;;
}

.productRow h3{
	padding: 0; color: #FF0D80;
	font-size: 24px; font-weight: bold; line-height: 32px;
	margin: 16px 0 0 0;
}

.productRow h4{
	padding: 0; color: black;
	font-size: 14px;
}

.productRow ul{
	width: 100%;
	color: #666666; font-size: 16px;
	list-style: none;
	padding: 0!important;
	margin: 14px 0 0 0;
	float: left;
}

.productRow ul li{
	width: 100%;
	padding: 0!important;
}

.productRow ul li .title{
	width: 22%; float: left;
	text-align: justify;
}
.productRow ul li .info{
	width: 78%; float: left; 
}
.productRow ul li span{
	font-size: 13px;
}

.productRow ul.small{
	width: 100%; 
	font-size: 14px;
	margin: 10px 0 0 0;
	border-top: #666666 1px solid;
	padding: 10px 0 0 0!important;
}
.productRow ul.small li .title{
	width: 20%; float: left;
	text-align: justify;
}
.productRow ul.small li .info{
	width: 80%; float: left;
}


.productRow a{
	display: block; width: 150px; height: 42px;
	line-height: 42px; font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 5px;
	position: absolute;
	transition: 0.5s;
	color: #FF0D80;
	bottom: 0; right: 0;
}

.productRow a.outLink{
	display: block; width: 150px; height: 42px;
	line-height: 42px; font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 5px;
	position: absolute;
	transition: 0.5s;
	color: #FF0D80;
	bottom: 44px; right: 0;
	font-size: 16px;
	width: 130px;
}

.productRow a.pdf{
	font-size: 16px;
	width: 160px;
}

.productRow .arrow{
	position: absolute; right:0; bottom: 0;
	width: 42px; height: 42px;
	font-size: 14px; line-height: 42px; 
	color: white; 
	background-color: #FF0D80;	

}
.productRow a:hover{
	text-decoration: none;
}

.productRow a .arrow span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -2px;
	right: 16px;
	transition: 0.5s;
	font-size: 34px;
}

.productRow a .arrow span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -10px;
	transition: 0.5s;
	font-size: 34px;
	color: white;
}

.productRow a:hover > .arrow span:after {
	opacity: 1;
	right: 16px;
}
.productRow a:hover > .arrow span:before {
	opacity: 0;
	right: 26px;
}


.productRow .col-6 .proImg{
	width: 100%;
	overflow: hidden;
	height: 316px; height: 270px;
	background-color: white;
	padding: 0 2px;
}

/* productRow end */

/* subScience_4 */
.subScience_4 {
	padding: 56px 0 46px 0;
}

.subScience_4 .txtArea{
	position: relative;
}

.subScience_4 h2{
	font-size: 26px; line-height: 40px;
	padding: 0 0 0 0;
	color: #FF0D80; font-weight: bold;
}
.subScience_4 h2 span{
	font-size: 30px; line-height: 60px;
	padding: 0 0 0 0;
	color: #FF0D80; 
}

.subScience_4 h3{
	font-size: 16px; line-height: 40px;
	padding: 0 0 0 0;
	color:black;
	position: absolute;
	top: 20px; left: 120px;
}
.subScience_4 p{
	margin: 0 0 100px 0!important;
}

/* subScience_4 end */

/* subScience_5 */
.subScience_5 {
	padding: 56px 0 46px 0;
}
.subScience_5 .row{
	padding: 0 5px;
}
.subScience_5 .title{
	position: relative; 
	margin: 200px 0 0 0;
	width: 778px; height: 138px;
	display: block;
	overflow: hidden;
}
.subScience_5 .title:first-child{
	margin: 0;
}

.subScience_5 .title h2{
	position: absolute;
	color: #FF0D80;
	font-size: 30px; 
	font-weight: bold;
	top: 66px; left: 10px;;
}

/* .subScience_5 .title h2 span.copyright{
	font-size: 14px; position: relative; top: -12px;
	margin-right: 6px; 	font-weight: bold;
}

.subScience_5 .title h2 span.small{
	font-size: 21px;  	
	font-weight: bold;
} */

.subScience_5 h2{
	color: #FF0D80;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
}

.subScience_5 h3{
	color: black;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.subScience_5 h5{
	color: black;
	font-size: 20px;
	line-height: 22px;
	margin: 30px 0 10px 0;
}

.subScience_5 h6{
	color: #FF0D80;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 30px;
}

.subScience_5 h7{
	color: #FF0D80;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
}

.subScience_5 h4{
	color: white;
	font-size: 20px; display: inline-block;
	font-weight: bold;
	line-height: 50px;
	width: auto;
	background-color: #FF0D80;
	padding: 0 20px; 
}

.subScience_5 span.note{
	color:#999999;
	font-size: 12px;
	line-height: 22px;
	width: 100%; text-align: center; display: block;
	margin: -50px 0 0 0;
}

.subScience_5 .pieImg{
	margin: 50px 0 60px 0;
}

.subScience_5 .stepImg{
	margin: 0px 0 10px 0;
}

.subScience_5 .mapArea{
	position: relative; width: 657px;
	margin: 50px auto 50px auto; height: 450px;
}

.subScience_5 .mapArea .map1{
	position: absolute; bottom: 0;
	transition: 0.5s;
}

.subScience_5 .mapArea .map2{
	position: absolute; bottom: 0;
	opacity: 0;;
	transition: 0.5s;
}

.subScience_5 .mapArea a{
	width: 230px; line-height: 40px;  height: 40px;
	font-size: 15px; 
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.5s;
	color: white!important; display: block;
	background-color: #FF0D80;
	/* float: right; */
	margin: 0 auto 10px auto;
	text-decoration: none;
}
.subScience_5 .mapArea a:hover > span:before{
	right: 20px;
	opacity: 0;
}
.subScience_5 .mapArea a:hover > span:after{
	right: 10px;
	opacity: 1;
}

.subScience_5 .mapArea a span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -3px;
	right: 10px;
	transition: 0.5s;
	font-size: 30px;
}
.subScience_5 .mapArea a span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -3px;
	right: -10px;
	transition: 0.5s;
	font-size: 30px;
}

.subScience_5 .marginBottom{
	margin-bottom: 50px;
}

.subScience_5 .row.border-bottom{
	padding-bottom: 30px;
	border-bottom: #FF0D80 dashed 1px!important;
}

/* subScience_5 end */

.aboutMenu {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}

.aboutMenu a {
	display: block;
	color: #FF0D80 !important;
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	letter-spacing: 1px;
	border: none;
	transition: all 0.5s;
	float: left;
	margin: 0 34px;
	font-weight: bold;
}

.aboutMenu a:first-child {
	margin-left: 10px;
}

.aboutMenu a:last-child {
	margin-right: 10px;
}

.aboutMenu a span:after {
	content: '\203A';
	position: relative;
	opacity: 1;
	top: 1px;
	left: 4px;
	/* transition: 0.5s; */
	font-size: 26px;
}

.subAbout2,
.subTeam1 {
	/* height: 534px;
	padding: 0; */
	padding: 136px 0 136px 0;
	background-color: #E6E6E6;
	position: relative;
	min-width: 910px;
	float: left;
	width: 100%;

}

.floatR {
	float: right;
}

.subAbout2 .infoArea h3,
.subTeam1 .infoArea h3 {
	padding: 8px 10px;
	color: white;
	font-size: 18px;
	background-color: #FF0D80;
	width: auto;
	display: inline-block;
	margin: 0 0 20px 0;
}

.subAbout2 .infoArea h2,
.subTeam1 .infoArea h2 {
	margin: 0 0 10px 0;
}

.wihteBgInfo_L {
	position: relative;
	padding: 60px 75px 60px 0;
	width: 100%;
	right: 28%;
	background-color: white;
	margin-right: -300px;
	float: left;
	margin: 0 0 60px 0;
}

.wihteBgInfo_L.team {
	padding-bottom: 150px;
}

.wihteBgInfo_L.team .tips {
	position: absolute;
	right: -150px;
	bottom: -40px;
	text-align: right;
	width: 100%;
	height: auto;
}

.wihteBgInfo_L.team .tips p {
	padding: 8px 10px;
	color: white;
	font-size: 24px;
	background-color: #FF0D80;
	width: auto;
	display: inline-block;
	margin: 0 0 20px 0;
}

.wihteBgInfo_L .pic_RightTop {
	position: absolute;
	right: -60px;
	top: -80px;
}

.wihteBgInfo_L .pic_RightTop.team {
	position: absolute;
	right: -100px;
	top: -80px;
}

.wihteBgInfo_L .infoArea {
	position: relative;
	right: 0;
	width: 578px;
	float: right;
}

.wihteBgInfo_R {
	position: relative;
	padding: 60px 0 60px 75px;
	width: 72%;
	left: 28%;
	background-color: white;
	margin-left: -300px;
	float: left;
	margin: 0 0 60px 0;
}

.wihteBgInfo_R.team {
	margin-top: 60px;
	padding-bottom: 200px;
	margin-bottom: 152px;
}

.wihteBgInfo_R.team .tips {
	position: absolute;
	left: -376px;
	bottom: -82px;
	text-align: left;
	width: 320px;
	height: auto;
}

.wihteBgInfo_R.team .tips p {
	padding: 8px 10px;
	color: white;
	font-size: 24px;
	background-color: #FF0D80;
	width: auto;
	display: inline-block;
	margin: 0 0 20px 0;
}

.wihteBgInfo_R .pic_LightTop {
	position: absolute;
	left: -60px;
	top: -80px;
}

.wihteBgInfo_R .pic_LightTop.team {
	position: absolute;
	left: -136px;
	top: -80px;
}

.wihteBgInfo_R .infoArea {
	position: relative;
	left: 174px;
	width: 415px;
	float: left;
}

.subContainer p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0 0 30px 0;
}

.subContainer p.large {
	font-size: 20px;
	line-height: 34px;
	color: #666666;
	margin: 0 0 30px 0;
}

.subAbout1 h2,
.subAbout2 h2,
.subTeam1 h2 {
	color: #FF0D80;
	font-size: 26px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.subAbout1 h2 span .subAbout2 h2 span,
.subTeam1 h2 span {
	font-size: 28px;
}

.subAbout1 h5 {
	color: #FF0D80;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
}

.subAbout1 .milestone {
	width: 98%;
	border-left: #FF0D80 2px dashed;
	margin-left: 1.5%;
	padding: 10px 0;
	/* outline: 4px solid red;
	outline-offset: -5px; */
}

.subAbout1 .milestone h2 {
	margin: 0 0 0 -14px;
}

.subAbout1 .milestone h2 span {}

.subAbout1 .milestone ul {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.ourVision {
	height: 534px;
	padding: 0;
	padding: 46px 0 0 0;
}

.ourVision .row {
	width: 712px;
	text-align: center;
	margin-top: 46px;
}

.ourVision .row .col-3 {
	padding: 0 0 0 0 !important;
}

.ourFocus {
	height: 1174px;
	padding: 0;
	padding: 230px 0 0 0;
}

.ourFocus .serivce {
	height: 460px;
	width: 240px !important;
	display: block;
	border: 1px solid #FF0D80;
	padding: 0 !important;
	margin-top: 178px;
	background-color: white;
	position: relative;
}

.ourFocus .serivce:nth-child(2) {
	margin: 0 34px;
	margin-top: 178px;
}

.ourFocus .serivce h4 {
	display: block;
	width: 198px;
	height: 126px;
	text-align: center;
	margin: 40px 0 0 21px;
	color: #FF0D80;
	font-size: 28px;
	line-height: 36px;
	border-bottom: 1.5px solid #FF0D80;
}

.ourFocus .serivce p {
	display: block;
	width: 198px;
	height: 126px;
	text-align: center;
	margin: 28px 0 0 21px;
	color: #999999;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
}

.ourFocus .serivce a.button {
	width: 240px;
	height: 62px;
	display: block;
	background-color: #FF0D80;
	font-size: 18px;
	line-height: 62px;
	color: white;
	left: -1px;
	position: absolute;
	bottom: 0;
	transition: all 0.5s;
	text-align: center;
}


.ourFocus .serivce .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.ourFocus .serivce .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: -3px;
	right: -20px;
	transition: 0.5s;
	font-size: 30px;
}

.ourFocus .serivce .button:hover span {
	padding-right: 15px;
}

.ourFocus .serivce .button:hover {
	/* background-color: white; */
}

.ourFocus .serivce .button:hover span:after {
	opacity: 1;
	right: -5px;
}

/* newsCenter */
.newsCenter {
	
	padding: 0;
	padding: 64px 0 60px 0;
}
.newsCenter .select{
	width: 100%; float: left;
}

.newsCenter .select ul {
	width: 778px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 30px 7px;
	font-size: 20px;  line-height: 46px;
}

.newsCenter .select ul li {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.newsCenter .select ul li .year {
	width: 132px;
	float: left;
	background-color: #FF0D80;
	padding: 0;  color: white;
	text-align: center; 
	height: 46px; 
	/* margin: 0 0 0 6px; */
	position: relative;
	padding: 0 16px 0 0;
}

.newsCenter .select ul li .year span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -4px;
	right: 10px;
	transition: 0.5s;
	font-size: 34px;
}

.newsCenter .select ul li .yearInfo {
	width: 620px;  
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}
.newsCenter .select ul li .yearInfo a {
	width: 120px; height: 46px; 
	float: left; text-align: center;
	padding: 0; color: #999999;
	margin: 0 0 0 0;
	transition: all 0.5s;
	
}

.newsCenter .select ul li .yearInfo a:hover, .newsCenter .select ul li .yearInfo a.select{
	color: #FF0D80;
	cursor: pointer;
}

.newsCenter ul.newslist {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 6px;
}

.newsCenter ul.newslist li {
	width: 260px;
	float: left;
	height: 260px;
	position: relative;

	border: 1px solid white;
	margin: 0 0 16px 0;

	cursor: pointer;
}

.newsCenter ul.newslist li a {
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	cursor: pointer;
	transition: all 0.5s;
	background-color: #E6E6E6;
}

.newsCenter ul.newslist li a:hover,
.newsCenter ul.newslist li:nth-child(even) a:hover {
	background-color: #FF0D80;
}

.newsCenter ul.newslist li a:hover>.type,
.newsCenter ul.newslist li a:hover>h5,
.newsCenter ul.newslist li a:hover>.date {
	color: white;
}

.newsCenter ul.newslist li:nth-child(even) a {
	background-color: #F2F2F2;
}

.newsCenter ul.newslist li .type {
	position: absolute;
	left: 24px;
	top: 74px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	/* transition: all 0.5s; */
	color: #FF0D80;
}

.newsCenter ul.newslist li h5 {
	position: absolute;
	left: 24px;
	top: 110px;
	font-size: 14px;
	line-height: 20px;
	width: 208px;
	text-align: left;
	color: #717171;
}

.newsCenter ul.newslist li .number {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 70px;
	line-height: 70px;
	height: 70px;
	font-weight: bold;
	color: white;
	text-align: right;

}


.newsCenter ul.newslist li .date {
	position: absolute;
	left: 24px;
	bottom: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #808080;
}

.newsCenter ul.newslist li .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: white;
	transition: 0.5s;
	background-color: #FF0D80;

}

.newsCenter ul.newslist li a:hover>.arrow {
	background-color: white;
}


.newsCenter ul.newslist li .arrow span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -2px;
	right: 10px;
	transition: 0.5s;
	font-size: 34px;
}

.newsCenter ul.newslist li a:hover>.arrow span:before {
	opacity: 0;
	right: 20px;
}

.newsCenter ul.newslist li .arrow span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -10px;
	transition: 0.5s;
	font-size: 34px;
	color: #FF0D80;
}

.newsCenter ul.newslist li a:hover>.arrow span:after {
	opacity: 1;
	right: 10px;
}

.newsCenter .page{
	width: 100%; text-align: center;
	font-size: 20px; 
	margin: 30px 0 30px 0;
}
.newsCenter .page a{
	margin: 0 5px; color: #999999;
	transition: 0.5s;
}
.newsCenter .page a:hover, .newsCenter .page a:hover > span{
	text-decoration: none;
	color: #FF0D80;
}
.newsCenter .page a.arrowPre span:after {
	content: '\2039';
	position: relative;
	top: 0;
	font-size: 26px;
}
.newsCenter .page a.arrowNext span:after {
	content: '\203A';
	position: relative;
	top: 0;
	font-size: 26px;
}
/* newsCenter end */

/* newsContent */
.newsContent{
	padding: 60px 0;
	float: left; width: 100%;
	min-width: 788px;
}
.newsContent h2 {
	color: #231815;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	float: left; clear: both;
}
.newsContent p{
	float: left; width: 100%;
}

.newsContent .date{
	font-size: 26px;
	color: #FF0D80; line-height: 32px;
	margin: 0 0 10px 0; float: left;
}
.newsContent .type{
	font-size: 30px;
	color: #FF0D80; line-height: 32px;
	font-weight: bold;
	margin: 0 0 30px 0; float: left; clear: both;
}

.newsContent a.btnLink {
	width: 120px;
	float: left;
	background-color: #FF0D80;
	padding: 0;  color: white;
	text-align: center; 
	height: 40px; 
	/* margin: 0 0 0 6px; */
	position: relative;
	padding: 0 16px 0 0;
	transition: 0.5s;
	line-height: 40px; font-size: 14px;
	font-weight: bold;
	clear: both; margin: 0 0 10px 0;
	text-decoration: none;
}

.newsContent a.btnLink:last-child{
	margin: 60px 0 70px 0;
}

.newsContent a.btnLink:hover{
	color: white;
	cursor: pointer;
}



.newsContent a.btnLink:hover> span:before {
	opacity: 0;
	right: 20px;
}

.newsContent a.btnLink span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -4px;
	right: 10px;
	transition: 0.5s;
	font-size: 34px;
	color: white;
}

.newsContent a.btnLink span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -4px;
	right: -10px;
	transition: 0.5s;
	font-size: 34px;
	color: white;
}

.newsContent a.btnLink:hover> span:before {
	opacity: 0;
	right: 20px;
}

.newsContent a.btnLink:hover> span:after {
	opacity: 1;
	right: 10px;
}

/* newsContent */

/* newsContent end */


.indexTitle {
	position: relative;
	margin: 0 0 0 6px;
	width: 776px;
	height: 138px;
	display: block;
}

.indexTitle h3 {
	position: absolute;
	color: #999999;
	font-size: 16px;
	top: 30px;
	left: 280px;
	line-height: 22px;
}

.indexTitle img {
	position: absolute;
}

.row {
	width: 788px;
	margin: 0 auto;
}


.carousel-item h5 {
	margin: 10px 0 50px 0;
	font-size: 1rem;
	line-height: 1.8;
}

.carousel-item .d-flex {
	margin-top: 20px;
}

.carousel-item .carousel-caption {
	margin-bottom: -120px;
}

.sTitle {
	width: 50%;
	margin: 30px 0 20px 0;
}





section {
	padding: 30px 0;
}

#section01 [class*="col-"] {
	position: relative;
}

#section01 {
	/* background: url(../images/section01_bg.svg) repeat-x top right;
	background-color: #E9EAEA; */
	height: 620px;
}

#section01 h4 {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
}




.subNav {
	position: fixed;
	right: 5px;
	top: 200px;
	width: 91px;
	height: 302px;
	/* background: url(../images/subNav.png) no-repeat top right; */
	z-index: 20;
	display: none;
}

.subNav a {
	float: left;
	display: block;
	width: 91px;
	height: 91px;
	margin: 0 0 14px 0;
}

.topBtn {
	position: absolute;
	right: 30px;
	bottom: 22px;
}



@keyframes section01_btn1_Ani {
	0% {
		/* top: 802px; */
		-webkit-transform: scale(1);
	}

	100% {
		/* top: 812px; */
		-webkit-transform: scale(0.97);
	}

}

.section01_btn2 {
	display: block;
	position: absolute;
	left: 686px;
	top: 344px;
	float: left;
	width: 270px;
	height: 174px;
	/* background: url('../images/section01_btn2.gif') no-repeat left top; */
	-moz-anumation: section01_btn2_Ani .25s infinite cubic-bezier(0.42, 0, 0.58, 1);
	-o-anumation: section01_btn2_Ani .25s infinite cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-animation: section01_btn2_Ani .25s infinite cubic-bezier(0.42, 0, 0.58, 1);
	animation-direction: alternate;
}

@keyframes section01_btn2_Ani {
	0% {
		/* top: 802px; */
		-webkit-transform: scale(0.97);
	}

	100% {
		/* top: 812px; */
		-webkit-transform: scale(1);
	}

}

.section01_btn1:hover,
.section01_btn2:hover {
	background-position-y: -174px;
}


@keyframes section01_txtR_Ani {
	0% {
		top: 910px;
	}

	100% {
		top: 900px;
	}

}






.checkbox {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 318px;
	left: 2px;
	/*background: url('../images/checkbox.png') no-repeat left top;*/
}

.checkbox.active {
	background-position: 0 -22px;
}



a:focus {
	-moz-outline-style: none;
}

/* IE不支持 */
a:focus {
	outline: none;
	-moz-outline: none;
}