@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*================================================================================
	common
================================================================================*/
html,body {
	margin: 0;
    font-family: Arial, '微軟正黑體', sans-serif;
    font-size: 1rem;
    line-height: 1.45;
}
body.hidden {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
	outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrapper {
	float: left;
    width: 100%;
    margin-top: 116px;
}
.homepage .wrapper {
	background: none;
	margin-top: 0;
}

/*================================================================================
	header
================================================================================*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #0f0f42 url(../images/header_bg.png) no-repeat 20% 0;
	z-index: 9999;
	transition: all 0.4s ease-in-out;
}
header.hideUp {
    top: -122px;
}
.homepage header {
	background: rgb(15 15 66 / 30%);
	background-image: none;
}
.homepage header.fixed_top {
	background: #0f0f42 url(../images/header_bg.png) no-repeat 20% 0;
}
.inner-block {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.logo {
	float:left;
	margin: 10px 0;
}
.logo img {
	display: block;
}
header.fixed_top .logo {
	margin: 5px 0;
}
header.fixed_top .logo img {
	height: 90px;
}
nav.nav {
	float: right;
	margin-top: 50px;
	font-size: 1.1rem;
}
header.fixed_top nav.nav {
	margin-top: 45px;
}
nav.nav ul {
	display: flex;
}
nav.nav ul li {
	position: relative;
	margin: 12px 20px;
}
nav.nav ul li:last-child {
	margin-right: 0;
}
nav.nav ul li a {
	position: relative;
	display: block;
	color: #FFF;
	padding: 8px 0 5px 0;
}
nav.nav ul li a:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #FFF;
	transition: 0.5s;
	opacity: 0;
}
nav.nav ul li > a:hover:after {
	width: 100%;
	opacity: 1;
}
nav.nav ul li a i {
	position: relative;
	top: -3px;
	font-size: 0.6rem;
	margin-left: 5px;
}
nav.nav ul li.btn-login {
	margin-right: 0;
}
nav.nav ul li.btn-login a {
	color: #FFF;
	background-color: #CC506C;
	border-radius: 30px;
	padding: 8px 20px 5px 20px;
}
nav.nav ul li.btn-login a:hover {
	color: #FFF;
	background-color: #b13f58;
}
nav.nav ul li ul.nav-submenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    display: block;
    border: #32376b 1px solid;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    font-size: 1rem;
    transition: 0.3s;
}
nav.nav ul li:last-child ul.nav-submenu {
	transform: translateX(0);
	left: initial;
	right: 0;
}
@media (min-width: 900px) {
nav.nav ul li:hover > ul.nav-submenu {
	visibility: visible;
	opacity: 1;
	top: 40px;
}
nav.nav ul > li .menu-plus {
	display: none;
	}
}
nav.nav ul li ul.nav-submenu li {
	width: 100%;
	margin: 0;
}
nav.nav ul li ul.nav-submenu li a {
	padding: 8px;
	background: #1c2049;
    border-bottom: #32376b 1px solid;
}
nav.nav ul li ul.nav-submenu li a:hover {
	background: #131638;
}
nav.nav ul li ul.nav-submenu li:first-child a {
	border-top-left-radius: 15px;
}
nav.nav ul li ul.nav-submenu li:last-child a {
	border-bottom-right-radius: 15px;
	border-bottom: 0;
}
nav.nav ul li li a:after {
	display: none;
}
.top-link {
	position: absolute;
	top: 20px;
	right: 15px;
	display: flex;
}
header.fixed_top .top-link {
	top: 15px;
}
.top-link ul {
	display: flex;
}
.top-link ul li {
	margin: 0 10px;
}
.top-link ul li a {
	display: block;
	color: #dcdcf9;
}
.top-link ul li a:hover {
	transform: translate(1px, 1px);
}
.top-link ul li.btn-fb, 
.top-link ul li.btn-youtube {
	margin: 0 5px;
}
.top-link ul li.btn-fb a, 
.top-link ul li.btn-youtube a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #0f0f42;
	background: #FFF;
	border-radius: 30px;
}
.lang_bar {
	margin-left: 10px;
}
.lang_bar select {
	color: #FFF;
	font-size: 0.8rem;
	border: #FFF 1px solid;
    outline: 0;
    padding: 2px;
    background: transparent
}
.top-link2 {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	text-align: center;
}
.top-link2 ul li {
	display: inline-block;
}
.top-link2 ul li:nth-child(1), .top-link2 ul li:nth-child(2) {
	float: left;
	width: 50%;
	background: #545677;
}
.top-link2 ul li:nth-child(1) {
	border-right: #7e809e 1px solid;
}
.top-link2 ul li.btn-fb, .top-link2 ul li.btn-youtube {
	border: 0;
	margin: 20px 0;
}
.top-link2 ul li.btn-fb a, .top-link2 ul li.btn-youtube a {
	padding: 0;
}
.top-link2 ul li i {
	margin-left: 0 !important;
}
.top-link2 .lang_bar {
	margin: 0 15px;
}
.top-link2 .lang_bar select {
	width: 100%;
    padding: 10px;
}

/* burgar-btn */
.burgar-btn-outer {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #2f325b;
	transition: 0.3s;
}
header.fixed_top .burgar-btn-outer {
	width: 70px;
	height: 70px;
}
.burgar-btn {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	width: 30px;  
	height: 24px;  
	margin: 0 auto;
	cursor: pointer;  
	z-index: 50;
	transition: 0.3s;
}
.burgar-btn span{  
	display: block;
	background-color:#FFF;  
	position: absolute;    
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);  
	width:100%;
	height: 2px;  
	transition-duration: 500ms
}
.burgar-btn span:nth-child(1){  
	top:0px;  
	left: 0px;
}
.burgar-btn span:nth-child(2){  
	top:10px;  
	left: 0px;  
	opacity:1;
}
.burgar-btn span:nth-child(3){  
	bottom:0px;  
	left: 0px;
}
/*.burgar-btn:not(.open):hover span:nth-child(1){  
	transform: rotate(-3deg) scaleY(1.1);
	}
.burgar-btn:not(.open):hover span:nth-child(2){  
	transform: rotate(3deg) scaleY(1.1);
}
.burgar-btn:not(.open):hover span:nth-child(3){  
	transform: rotate(-4deg) scaleY(1.1);
}*/
.show .burgar-btn span:nth-child(1){  
	transform: rotate(45deg);  
	top: 13px;
	}
.show .burgar-btn span:nth-child(2){  
	opacity:0;
	}
.show .burgar-btn span:nth-child(3){  
	transform: rotate(-45deg);  
	top: 13px;}

@media (max-width: 900px) {
	.burgar-btn-outer {
		display: block;
	}
	nav.nav {
		display: none;
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		height: 0;
		font-size: 1.3rem;
		background-color: #2f325b;
		margin: 0 !important;
		opacity: 0;
		transition: all 0.3s;
		visibility: hidden;
		z-index: -1;
	}
	.show nav.nav {
		display: block;
		opacity: 1;
		top: 80px;
		height: 100vh;
		visibility: visible;
		overflow: auto;
		padding-bottom: 200px;
		z-index: 99;
	}
	header.fixed_top nav.nav {
		top: 70px;
	}
	nav.nav ul {
		display: block;
	}
	nav.nav ul li {
		margin: 0;
		padding: 10px 20px;
		text-align: center;
	}
	nav.nav ul > li {
		border-bottom: #5f617b 1px solid;
	}
	nav.nav ul li.btn-login a {
		color: #FFF;
	}
	nav.nav ul li a:after {
		display: none;
	}
	nav.nav ul li ul.nav-submenu {
		position: relative;
		visibility: visible;
		width: 100%;
		height: 0;
		opacity: 0;
		left: 0;
		transform: translateX(0);
		width: 100%;
		transition: 0.3s;
	}
	nav.nav ul li ul.nav-submenu.open {
		position: relative;
		visibility: visible;
		height: auto;
		opacity: 1;
		transform: translateX(0);
		margin-bottom: 20px;
	}
	nav.nav ul li ul.nav-submenu li {
		padding: 0;
	}
	nav.nav ul li ul.nav-submenu li:first-child a, 
	nav.nav ul li ul.nav-submenu li:last-child a {
		border-radius: 0;
	}
	nav.nav ul li a i {
		display: none;
	}
	nav.nav ul > li .menu-plus {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 66px;
		height: 64px;
		z-index: 99;
		padding: 0;
		color: #FFF;
		cursor: pointer;
	}
	nav.nav ul > li .menu-plus i {
		position: absolute;
		top: 50%;
		left: 50%;
		font-weight: 900;
		font-size: 1.5rem;
		transition: 0.3s;
	}
	nav.nav ul > li .menu-plus.open i {
		transform:  translate(-50%, -50%) rotate(-180deg);
	}
	nav.nav ul > li .menu-plus.close i {
		transform:  translate(-50%, -50%) rotate(0deg);
	}
	.top-link li a i {
		display: block !important;
		font-size: 1.4rem !important;
	}
	.top-link ul li.btn-fb a, .top-link ul li.btn-youtube a {
		width: 35px;
		height: 35px;
		padding: 10px 0;
	}
}

/*================================================================================
	main
================================================================================*/
.banner {
	position: relative;
}
.banner:before, .main-slider .video:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: url(../images/mv_bg.png) repeat;
	background-size: 4px 3px;
	opacity: 0.5;
}
.banner video, .banner img {
	width: 100%;
	display: block;
}
.main-slider {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 8vw;
  /*margin-bottom: 50px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  margin-bottom: 0 !important;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .slick-slide {
  position: relative;
  height: 50vw;
  background: #0f0f42;
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, 0);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .slick-dots {
	bottom: 10px;
}
.main-slider .slick-dots li {
	width: 60px;
    height: 5px;
}
.main-slider .slick-dots li button {
    width: 60px;
    height: 5px;
    padding: 0;
    background: #000433;
}
.main-slider .slick-dots li button:before {
	display: none;
}
.main-slider .slick-dots li.slick-active button {
	background: #6d71a4;
}



.main {
	float: left;
	width: 100%;
}
.homepage .main {
	background: url(../images/main_bg.png) no-repeat center 0;
}
.left-block {
	float: left;
}
.left-block iframe {
	max-width: 100%;
	height: 100%;
}
.title {
	margin-bottom: 20px;
}
.title h3 {
	font-size: 1.5rem;
}
.title span {
	position: relative;
    display: block;
    padding-top: 10px;
	color: #34a9e6
}
.title span:before {
	content: " ";
    display: block;
    width: 60px;
    height: 1px;
    background: #8789a0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}
.txt-w {
	color: #FFF;
}
.txt-b {
	color: #000;
}
.breadcrumb {
	padding: 10px;
}
.content-block {
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #e2e5ea;
}
.content-block .title {
	text-align: center;
}
.content-block .title span:before {
	height: 3px;
	background: #503c81;
}
.content-txt-outer h4 {
	color: #503c81;
	font-size: 1.3rem;
}
h4.title-bar {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.content-txt-outer h5 {
	font-size: 1.2rem;
}
.text-center {
	text-align: center;
}
.content-txt-outer .inner-block {
	max-width: 900px;
}
.content-txt {
	padding: 80px 15px;
}
.content-txt p {
	margin-bottom: 5px;
}
.content-txt ol {
	list-style: decimal;
	padding-left: 20px;
}
.content-txt img {
	max-width: 100%;
	height: auto !important;
}
.content-txt-outer .content-txt:first-child {
	padding-top: 30px;
}
.full-two-block {
	display: flex;
}
.full-two-block img {
	display: block;
	width: 100%;
}
.full-two-block > div {
	flex: 0 0 50%;
}
.full-two-block .right-block {
	background: #FFF;
	padding: 7%;
}
.full-two-block h4 {
}
.full-block {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 150px 0;
}
.full-block .txt {
	text-align: center;
	color: #FFF;
	font-size: 2rem;
    padding: 0 15px;
    margin: 10px 0;
}

/*--award-list-block--*/
.award-list-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.award-list {
	flex: 0 0 30.33%;
	background: #FFF;
	text-align: center;
	padding: 30px 20px;
	margin: 1.5%;
}
.award-list h5 {
	margin: 10px 0 5px 0;
}
.award-list .txt {
	color: #4d4d4d;
}

/*--history-list--*/
.history-list {
}
.history-list dl {
	display: flex;
	background: #FFF;
	padding: 10px 20px;
	margin-bottom: 5px;
}
.history-list dt {
	white-space: nowrap;
	padding-right: 15px;
}
.history-list dd {
	padding-left: 15px;
	border-left: #e2e2e2 1px solid;
}

/*--list-box--*/
.list-box {
	display: flex;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #FFF;
}
.list-box .pic {
	margin-right: 25px;
}
.list-box .txt h5 {
	margin: 10px 0;
}
.list-box .txt h5, .list-box .txt h5 a {
	color: #000;
}
.list-box .txt h5 a:hover {
	color: #333;
}
.list-box .txt p {
	color: #666;
}

/*--list-two-box--*/
.list-row-two {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.list-row-two .list-box {
	display: block;
	flex: 0 0 47%;
	background: #FFF;
	text-align: center;
	padding: 20px;
	margin: 1.5%;
}
.list-row-two .list-box .pic {
	margin: 0;
}
.list-row-two .list-box .pic img {
	width: 100%;
}

.list-row-two2 {
	display: flex;
    flex-wrap: wrap;
}
.list-row-two2 .list-box {
	flex: 0 0 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

/*--list-three-box--*/
.list-row-three {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.list-row-three .list-box {
	display: block;
	flex: 0 0 30.33%;
	background: #FFF;
	text-align: center;
	padding: 20px;
	margin: 1.5%;
}
.list-row-three .list-box .pic {
	margin: 0;
}
.list-row-three .list-box .pic img {
	width: 100% !important;
	height: auto !important;
}

/*------------ homepage-about-block ------------*/
.homepage-about-block {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.homepage-about-block .title span:before {
	left: 0;
	transform: translateX(0);
}
.homepage-about-block .left-block {
	color: #FFF;
	width: 50%;
	padding: 50px;
}
.homepage-about-block .pic {
	width: 50%;
	float: right;
}
.homepage-about-block .pic img {
	width: 100%;
}
.homepage-about-block .content p {
	margin-bottom: 20px;
}
.txt-pur {
	color: #d4d4fc;
}
.btn-more {
	display: inline-block;
	position: relative;
	font-size: 0.8rem;
	padding: 10px 30px;
	margin-top: 15px;
	transition: 0.3s;
}
.btn-more:before, 
.btn-more:after {
	display: block;
	position: absolute;
	content: " ";
	width: 15px;
	height: 1px;
	top: 50%;
}
.btn-more:before {
	left: 0;
}
.btn-more:after {
	right: 2px;
	width: 0;
	transition: 0.3s;
}
.btn-more:hover {
	color: #000;
	padding-left: 15px;
	padding-right: 45px;
	background: #FFF;
}
.btn-more:hover:after {
	width: 15px;
}
.btn-w {
	color: #FFF;
	border: #FFF 1px solid;
}
.btn-w:before {
	background: #FFF;
}
.btn-w:after {
	background: #000;
}
.btn-b {
	color: #000;
	border: #000 1px solid;
}
.btn-b:hover {
	color: #FFF;
	background: #000;
}
.btn-b:before {
	background: #000;
}
.btn-b:after {
	background: #FFF;
}

/*------------ homepage-news-block ------------*/
.homepage-news-block {
	float: left;
	width: 100%;
}
.homepage-news-block .inner-block {
	max-width: 1000px;
	padding: 50px 40px;
	border: #efefef 1px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #dadada 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#dadada 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffffff 0%,#dadada 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.homepage-news-block .news-list {
	padding-left: 180px;
}
.news-list li {
	padding: 20px 0;
	border-bottom: #dddddd 1px solid;
}
.news-list li .date {
	color: #999999;
	white-space: nowrap;
}
.news-list li .cate {
	white-space: nowrap;
	display: inline-block;
	color: #FFF;
	padding: 3px 10px;
	font-size: 0.9rem;
	margin: 0 20px;
	background-color: #1e1e4b;
}
.news-list li a {
	display: flex;
	align-items: baseline;
	color: #333;
}
.news-list li a:hover {
	color: #000;
}

/*------------ homepage-gallery-block ------------*/
.homepage-gallery-block {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 80px;
	padding: 70px 0;
	background-color: #e2e5ea;
}
.homepage-gallery-block .title {
	text-align: center;
	margin-bottom: 70px;
}
.homepage-gallery-block .btn-more {
	position: absolute;
	right: 30px;
	top: 80px;
}
.homepage-gallery-block .gallery-list {
	position: relative;
	background-color: #000;
}
.homepage-gallery-block .gallery-list .pic {
    display: block;
    overflow: hidden;
}
.homepage-gallery-block .gallery-list .pic span {
	display: block;
	opacity: 1;
	height: 200px !important;
	transition: 0.3s;
}
.homepage-gallery-block .gallery-list:hover .pic {
	opacity: 0.4;
}
.homepage-gallery-block .gallery-list .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #FFF;
	z-index: 50;
	text-align: center;
	transition: 0.3s;
	opacity: 0;
}
.homepage-gallery-block .gallery-list:hover .txt {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.owl-btn-block {
	margin-top: 50px;
	text-align: center;
}
#carousel-custom-dots {
	display: inline-block;
}
.owl-prevbtn, .owl-nextbtn {
	margin: 0 20px;
	color: #000 !important;
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 1.5rem !important;
	background: #FFF !important;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	outline: 0;
}

/*------------ homepage-contact-block ------------*/
.homepage_contact_block {
	float: left;
    width: 100%;
    text-align: center;
    padding: 150px 0;
    background: url(../images/homepage_pic2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.homepage_contact_block .txt {
	color: #FFF;
	font-size: 2rem;
	padding: 0 15px;
}
.homepage_contact_block .btn {
	display: inline-block;
	margin-top: 30px;
	color: #FFF;
	padding: 10px 20px;
	border: #FFF 1px solid;
}
.homepage_contact_block .btn:hover {
	color: #000;
	background-color: #FFF;
}

/*----------- news ----------------*/
.btn-category-m {
	display: none;
}
.category-list-block ul {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.category-list-block li {
	margin: 0 5px;
}
.category-list-block li a {
	color: #1e1e4b;
	display: block;
	padding: 5px 20px;
	border: #1e1e4b 2px solid;
}
.category-list-block li a:hover, 
.category-list-block li a.active {
	color: #FFF;
	background: #1e1e4b;
}
.content-txt .news-list li {
	border: 0;
	padding: 0;
	margin-bottom: 10px;
}
.content-txt .news-list li a {
	background: #FFF;
	padding: 15px;
}
.content-txt .news-list li a:hover {
	background: #f2f2f2;
}
.news-title {
	color: #503c81;
	font-size: 1.4rem !important;
}
.content-txt .date {
	color: #909090;
    margin-bottom: 15px;
}

/*-------------- gallery ------------------*/
.content-txt .gallery-list-block {
	display: flex;
	flex-wrap: wrap;
}
.content-txt .gallery-list {
	position: relative;
	flex: 0 0 30.33%;
	margin: 1.5%;
}
.content-txt .gallery-list:first-child {
	
}
.content-txt .gallery-list .pic {
	display: block;
	overflow: hidden;
}
.content-txt .gallery-list .pic span {
	display: block;
	transform: scale(1);
	transition: 0.3s;
	height: 200px;
}
.content-txt .gallery-list:first-child .pic span {
	
}
.content-txt .gallery-list:hover .pic span {
	transform: scale(1.05);
}
.content-txt .gallery-list .txt {
	text-align: center;
    display: block;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    transition: 0.3s;
}
.content-txt .gallery-list:hover .txt {
	opacity: 0.8;
	padding: 30px 10px;
}

/*------------ page-btn-block -------------*/
.page-btn-block {
	text-align: center;
	margin-top: 30px;
}
.page-btn-block a {
	margin: 0 5px;
}
.page-btn-block a:hover, .page-btn-block a.active {
	color: #1e1e4b;
	text-decoration: underline;
}

/*-------- btn ---------*/
.area-btn {
	float: left;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    margin-bottom: -50px;
}
.btn-back {
	float: left;
	font-size: 1.3rem;
	padding: 20px 50px 20px 0;
	border-right: 1px solid #f1f1f1;
}
.btn-back span.en {
	font-size: 1rem;
	display: block;
	color: #afb1c7;
}
.btn-back i, .btn-back span.zh {
	transition: 0.3s;
	display: inline-block;
}
.btn-back:hover i {
	transform: translateX(-5px);
}
.btn-back:hover span.zh {
	transform: translateX(5px);
}
.share-btn {
	float: right;
	display: flex;
	padding: 30px 0 20px 50px;
	font-size: 1.3rem;
}
.share-btn li {
	margin: 0 10px;
}
.share-btn li:first-child {
	color: #afb1c7;
	font-size: 1rem;
	position: relative;
	top: 5px;
}
.share-btn li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #FFF;
	border-radius: 100px;
}
.share-btn li a:hover {
	transform: translate(1px, 1px);
}

/*---------- sub_banner -----------*/
.sub_banner {
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #e6e1f1;
}
.sub_banner .txt {
	float: left;
	width: 45%;
	position: relative;
    margin-top: 150px;
    background: #FFF;
    padding: 30px;
    right: -50px;
}
.sub_banner .txt h4.title-bar {
	margin-top: -80px;
    margin-bottom: 50px;
    margin-left: -30px;
    color: #503c81;
}
.sub_banner .pic {
	float: right;
	width: 55%;
}
.sub_banner .pic img {
	width: 100%;
}
.b-w {
	background-color: #FFF;
}
.sub_banner .txt h1, .content-txt h1 {
	font-size: 1.5rem;
}
.sub_banner .txt h2, .content-txt h2 {
	font-size: 1.3rem;
}
.sub_banner .txt h3, .content-txt h3 {
	font-size: 1.1rem;
}
.sub_banner .txt em, .content-txt em {
	font-style: italic;
}

/*================================================================================
	footer
================================================================================*/
.footer {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	color: #9e9eaf;
	font-size: 0.9rem;
	background: #000433;
}
.footer:before, .footer:after {
	display: block;
	content: " ";
	position: absolute;
	transform: rotate(-45deg);
	border-top: rgb(255 255 255 / 19%) 1px solid;
	width: 100%;
	bottom: 50%;
}
.footer:before {
	left: -30%;
}
.footer:after {
	right: -40%;
}
.footer > .inner-block {
	padding: 50px 15px;
}
.footer a {
	color: #9e9eaf;
}
.footer a:hover {
	color: #FFF;
}
.footer-left-block {
	float: left;
}
.social-btn {
	color: #666684;
	margin: 20px 7px;
}
.social-btn div {
	margin-bottom: 10px;
}
.social-btn li {
	display: inline-block;
	margin-right: 10px;
}
.social-btn li a:hover {
	opacity: 0.8;
}
.social-btn li a {
	display: block;
	opacity: 1;
	transition: 0.2s;
}
.social-btn li a:hover {
	transform: translate(1px, 1px);
}
.social-btn li img {
	width: 30px;
}
.footer-right-block {
	float: right;
	margin-right: 30px;
}
.footer-link {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.footer-link ul {
	display: table-row;
	font-size: 1.1rem;
	flex-wrap: wrap;
}
.footer-link ul li {
	display: table-cell;
	width: 33.33%;
    padding-bottom: 30px;
}
.footer-link ul li a {
	display: block;
	color: #FFF;
}
.footer-link ul li a:hover {
	opacity: 0.8;
	transform: translate(1px, 1px);
}
.footer-info {
	margin: 20px 0 70px 0;
}
.footer-info h5 {
	color: #34b0ed;
	margin-bottom: 10px;
}
.footer-info p {
	margin-bottom: 5px;
}
.footer-txt {
	float: left;
	width: 100%;
	padding: 20px 10px;
	border-top: rgb(255 255 255 / 19%) 1px solid;
}
.footer-link2 {
	float: left;
}
.footer-link2 ul {
	display: inline-flex;
}
.footer-link2 ul li {
	margin-right: 30px;
}
.footer-copyright {
	float: right;
}

/*================================================================================
      table
======================================================================================== */
.table-style1 {
	border: 1px solid #D5D8DD;
	background: #FFF;
}
.table-style1 th, .table-style1 td {
    border: 1px solid #D5D8DD;
    padding: 8px;
}
.table-style1 th {
	background-color: #F2F2F5;
    font-weight: 600;
}
.table-style1 tr:hover {
	background: #cecbde;
}
.table-style2 {
	background: #FFF;
	width: 100%;
}
.table-style2 th, .table-style2 td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ececec;
}
.table-style2 th {
	white-space: nowrap;
	color: #503c81;
	background: #F2F2F5;
	border-right: #503c81 2px solid;
}

/*================================================================================
      sitemap
======================================================================================== */
.sitemap-list-block {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.sitemap-list {
	width: 31.33%;
	margin-right: 3%;
	padding: 20px 0;
	border-top: 1px solid #f3f3f3;
}
.sitemap-list:nth-child(3n) {
	margin-right: 0;
}
.sitemap-list h4 {
	margin-bottom: 10px;
}
.sitemap-list li a {
	position: relative;
	display: inline-block;
	padding: 5px 5px 5px 30px;
}
.sitemap-list li a:before {
	background-image: url(../images/icon_arrows.png);
	background-repeat: no-repeat;
	background-position: 0 center;
    opacity: 1;
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    left: 0px;
    top: 8px;
    transition: 0.3s;
}
.sitemap-list li a:hover:before {
	transform: translateX(5px);
}
.sitemap-list li a span {
	display: inline-block;
	transition: 0.3s;
}
.sitemap-list li a:hover span {
	transform: translateX(-5px);
}

/*================================================================================
      fancybox settings
======================================================================================== */
/*.fancybox-bg {
    background: #efefef !important;
    opacity: 1 !important;
}
.fancybox-slide--html .fancybox-close-small {
	margin: 5px 10px;
    color: #FFF !important;
    padding: 5px !important;
	background: #35cea8 !important;
	border-radius: 100% !important;
	box-shadow: 2px 2px 1px rgb(0 0 0 / 0.2);
	transition: .3s;
	opacity: 1;
}
.fancybox-slide--html .fancybox-close-small:hover {
	transform: rotate(90deg);
	box-shadow: 2px -2px 1px rgb(0 0 0 / 0.2);
}*/
.modal-fancybox-block {
	width: 100%;
}
.modal-fancybox-block h4 {
	color: #000;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
}

/*back to top*/
.back-top-block {
	position: relative;
	max-width: 1200px; 
	margin: 0 auto;
}
.back-top-block > div {
	position:absolute; 
	width: 35px; 
	right: 15px;
}
#back-to-top {
    position: fixed;
    z-index: 9999;
    width: 45px;
    height: 45px;
    bottom: 70px;
    font-size: 1.3rem;
    text-align: center;
    border: #6e72a5 1px solid;
    line-height: 45px;
    color: #6e72a5;
    background: #000433;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s ease-out;
    opacity: 0;
}
#back-to-top i {
	display: inline-block;
}
#back-to-top span {
	display: none;
}
#back-to-top.show:hover {
	color: #FFF;
	border-color: #FFF;
}
#back-to-top.show {
	opacity: 1;
}

.nav .top-link, .btn-mobile {
	display: none;
}
@media (max-width: 900px) {
	.logo img, header.fixed_top .logo img {
		height: 60px;
	}
	.top-link {
		display: none;
	}
	.nav .top-link, .btn-mobile {
		display: block;
	}
	.wrapper {
		margin-top: 80px;
	}

	/*main*/
	.left-block, .homepage-about-block .pic {
		width: 100% !important;
	}

	/*homepage*/
	.homepage-about-block {
		padding: 30px 0 100px 0;
	}
	.homepage-news-block .inner-block {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 120px;
	}
	.homepage-news-block .btn-more {
		position: absolute;
	}
	.homepage-news-block .news-list {
		padding-left: 0;
		margin-top: 50px;
	}
	.homepage-gallery-block {
		margin-top: 0;
		padding-bottom: 120px;
	}
	.homepage-gallery-block .btn-more, .homepage-news-block .btn-more {
		top: inherit;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		bottom: 40px;
	}

	/*about*/
	.award-list {
		flex: 0 0 47%;
	}
	.full-two-block {
		display: block;
	}
	.full-two-block > div {
		float: none;
	}
	/*gallery*/
	.content-txt .gallery-list {
		flex:  0 0 47%;
	}

	/*footer*/
	.footer-link2, .footer-copyright {
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	.footer-link2 ul li {
		margin: 0 15px;
	}
}
@media (max-width: 600px) {
	/*main*/
	.btn-more {
		width: 100%;
		text-align: center;
	}
	.left-block iframe {
		min-height: 400px;
	}

	/*homepage*/
	.homepage-gallery-block .btn-more, .homepage-news-block .btn-more {
		width: 80%;
	}
	.homepage-about-block .left-block {
		padding: 50px 30px;
	}
	.homepage_contact_block, .full-block {
		background-attachment: inherit;
	}
	.main-slider, .main-slider .slick-slide {
		height: 80vw;
	}

	/*news*/
	.news-list li a {
		display: block;
	}
	.news-list li .txt {
		display: block;
		margin-top: 10px;
	}

	/*about*/
	.award-list {
		flex: 0 0 97%;
	}
	.list-box, .list-row-two2 .list-box, .list-row-three .list-box {
		display: block;
		flex: 0 0 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.list-box .pic {
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}

	/*gallery*/
	.content-txt .gallery-list {
		flex:  0 0 97%;
	}

	/*.category-list-block*/
	.category-list-block  {
		position: relative;
		margin-bottom: 30px;
	}
	.category-list-block .btn-category-m {
		position: relative;
		display: block;
		color: #1e1e4b;
		padding: 5px 20px;
		border: #1e1e4b 2px solid;
		margin: 0 5px;
	}
	.category-list-block .btn-category-m:after {
		position: absolute;
		top: 5px;
		right: 5px;
		font-family: IcoFont!important;
		content: "\ea99";
	}
	.category-list-block ul {
		position: absolute;
		top: 37px;
		left: 0;
		width: 100%;
		display: block;
		visibility: hidden;
		transition: 0.3s;
		z-index: -1;
	}
	.category-list-block ul li {
		background-color: #FFF;
	}
	.category-list-block:hover ul, 
	.category-list-block ul.open {
		visibility: visible;
		z-index: 10;
	}

	/*sitemap*/
	.sitemap-list {
		width: 48%;
	}
	.sitemap-list:nth-child(2n) {
		margin-right: 0;
	}
	.sitemap-list:nth-child(3n) {
		margin-right: 3%;
	}

	/*table*/
	.table {
		overflow: auto;
	}

	/*club*/
	.sub_banner {
		padding-top: 0;
	}
	.sub_banner .inner-block {
		padding: 0
	}
	.sub_banner .pic {
		width: 100%;
	}
	.sub_banner .txt {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		right: 0;
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.sub_banner .txt h4.title-bar {
		margin-top: 0;
		margin-left: 0;
	}

	/*btn*/
	.area-btn .inner-block {
		padding: 0;
	}
	.btn-back {
		width: 100%;
		border: 0;
		text-align: center;
		padding: 20px 0;
		background: #FFF;
	}
	.share-btn {
		width: 100%;
		padding: 30px 0;
		justify-content: center;
	}

	/*footer*/
	.footer-left-block {
		width: 100%;
		text-align: center;
	}
	.footer-right-block {
		width: 100%;
		margin-right: 0;
	}
	.footer-link {
		text-align: center;
	}
	.footer-link2 ul li {
		margin: 0 10px;
	}
	.footer-info {
		margin-bottom: 50px;
		padding: 0 20px;
	}
}