@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%;
}

.indexMainContainer{
	background: url(../images/index_bg.jpg)  center top;
	/* background-size: 100% auto; */
}

.mainBanner{
	height: 724px;
	padding: 0;
	min-width: 910px;
	position: relative;
	overflow: hidden;
}

.mainBanner .info{
	position: absolute;
	width: 100%; left: 50%; bottom: 82px;
	height: 342px;
	background-color: #FF0D80;
	padding: 60px 0 0 56px;
}

.mainBanner .info a{
	position: absolute; display: block;
	width: 100px; bottom: 60px; left: 310px;
	height: 40px;
	line-height: 40px;
	color: white;
}

.hover:hover{
	cursor: pointer;
}

.mainBanner .info a span:before {
	content: '\203A\203A\203A';
	position: absolute;
	opacity: 1;
	top: -6px;
	left: 0;
	transition: 0.5s;
	font-size: 60px;
}

.mainBanner .info a:hover > span:before{
	left: 10px; color: white;
}

.mainBanner .info .txtInfo{
	position: absolute; 
	width: 320px; 
	/* background-color: bisque; */
}

.mainBanner .info .txtInfo h2{
	position: relative; 
	/* float: left; */
	color: white;
	width: 100%; 
	font-size: 32px; line-height: 40px;
	letter-spacing: 3px; 
}
.mainBanner .info .txtInfo h2 span{
	font-size: 22px; 
	letter-spacing: 5px; font-weight: normal;
}
/* .mainBanner .info .txtInfo h2 span.small{
	font-size: 22.4px; 
	letter-spacing: 3px;  font-weight: bold;
} */
.mainBanner .info .txtInfo h2 span.copyright{
	font-size: 16px; position: relative; top: -10px;
	letter-spacing: 3px;  font-weight: normal;
}
.mainBanner .info .txtInfo img{
	position: relative; top: -8px;
	/* margin: 14px 0 16px 0; float: left; */
}
.mainBanner .info .txtInfo p{
	position: relative; 
	/* float: left; */
	color: white;
	width: 100%; 
	font-size: 18px; line-height: 30px;
	letter-spacing: 5px;
}

.mainBanner .imgInfo{
	position: absolute;
	width: 100%; right: 50%; top: 0;
	height: 548px;
	margin-right: -110px;
}
.mainBanner .imgInfo img{
	position: absolute; right: 0;
}

.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{
	height: 858px;
	padding: 0;
	padding: 64px 0 0 0;
}

.newsCenter ul{
	width: 100%; float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 6px;
}

.newsCenter ul li{
	width: 260px; float: left;
	height: 260px;
	position: relative;
	
	border: 1px solid white;
	margin: 0 0 16px 0;
	
	cursor: pointer;
}
.newsCenter ul li a{
	width: 100%; float: left;
	height: 100%;
	position: absolute;
	cursor: pointer;
	transition: all 0.5s;
	background-color: #E6E6E6;
}
.newsCenter ul li a:hover, .newsCenter ul li:nth-child(even) a:hover{
	background-color: #FF0D80;
}

.newsCenter ul li a:hover > .type, .newsCenter ul li a:hover > h5, .newsCenter ul li a:hover > .date{
	color: white;
}

.newsCenter ul li:nth-child(even) a{
	background-color: #F2F2F2;
}

.newsCenter ul 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 li h5{
	position: absolute; left:24px; top: 110px;
	font-size: 14px; line-height: 20px;
	width: 208px; 
	text-align: left;
	color: #717171;
}

.newsCenter ul 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 li .date{
	position: absolute; left:24px; bottom: 14px;
	font-size: 14px; line-height: 14px; 
	color: #808080; 
}
.newsCenter ul 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 li a:hover > .arrow {
	background-color: white;
}


.newsCenter ul li .arrow span:before {
	content: '\203A';
	position: absolute;
	opacity: 1;
	top: -2px;
	right: 10px;
	transition: 0.5s;
	font-size: 34px;
}
.newsCenter ul li a:hover > .arrow span:before {
	opacity: 0;
	right: 20px;
}

.newsCenter ul li .arrow span:after {
	content: '\203A';
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -10px;
	transition: 0.5s;
	font-size: 34px;
	color: #FF0D80;
}

.newsCenter ul li a:hover > .arrow span:after {
	opacity: 1;
	right: 10px;
}


.indexTitle{
	position: relative; 
	margin: 0 0 0 6px;
	width: 776px; height: 138px;
	display: block;
}

.indexTitle h2{
	position: absolute;
	color: #FF0D80;
	font-size: 32px; 
	font-weight: bold;
	top: 66px; left: 10px;;
}

.indexTitle h3{
	position: absolute;
	color: #999999;
	font-size: 16px;
	top: 30px; left: 280px;
	line-height: 22px;
}
.indexTitle img{
	position: absolute;
}

.indexTitle02{
	width: 192px; height: 154px;
}
.indexTitle02 h2{
	background-color: white;
	width: auto; display: inline-block;
	padding: 16px 20px;
	color: #FF0D80;
	font-size: 32px; 
	font-weight: bold;
	margin: 0 0 24px 0;
}
.indexTitle02 h3{
	background-color: white;
	width: auto; display: inline-block;
	padding: 16px 20px;
	color: #FF0D80;
	font-size: 26px; 
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
}

.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;
	}

}


footer {}

footer a {}



.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;
}