@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);

@import '../e_member/css/font-awesome-4.6.1/css/font-awesome.min.css';

@import 'fontMy/css/style.css';

@import 'animation.css';

@import 'animate.css';

@import 'jquery.multilevelpushmenu.min.css';

@import '../scripts/plugins/lightcase-master/css/lightcase.css';

body {
	font-family: '微軟正黑體', MHei, 'PingFang TC', 'Helvetica Neue', Helvetica, STHeitiTC-Light, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
	background-image: url(images/bg.gif);
	overflow-x: hidden;
}

/* overrite bootstrap */
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 0;
}
/* end of overrite bootstrap */
a {
	color: #777;
}

a, bottom, img {
	outline: 0;
	border: none;
}

.col-form-label {
	white-space: nowrap;
}

.red {
	color: #f66;
}

.note {
	color: #999;
}

.btn2 {
    border: 1px solid #eea1a1;
    color: #eea1a1;
    padding: 7px 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

.form .form-group span.note {
	margin-left: 20px;
}

hr.line {
	position: relative;
	border: 0;
	border-bottom: 1px dashed #afafaf;
	margin: 20px auto;
	display: block;
}

.form .chA {
	color: #f90;
	background: url(images/ch.png) no-repeat 15px center;
	padding-left: 40px;
	text-decoration: underline;
}

.form .ch {
	display: inline-block;
	color: #999;
}
/*
.form .form-group .form-control {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 5px;
	color: #999;
	border-radius: 0px;
	height: auto;
}
*/
.center {
	text-align: center;
}

button {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
}

.bg2 {
	background: url(images/bg2.gif);
}

.bg3 {
	background: url(images/bg3.gif);
}

.clear {
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.list-item {
	position: relative;
}

.html img {
	max-width: 100%;
}

.jqimgFill {
	position: relative;
	overflow: hidden;
}

.jqimgFill>img {
	width: 100%;
}

.section {
	position: relative;
	z-index: 2;
	background-color: #fff;
	/*
	-webkit-transition: border .2s ease-in-out;
	*/
}

.section .hd {
	text-align: center
}

.section .title-en {
	font-size: 4em;
	color: #ab1c15
}

.section .hd p {
	font-size: 1em;
	color: #9b9b9b;
	text-align: center;
}

.section h2.title {
	font-size: 1.41em;
	margin: 0 0 35px 0;
	padding: 15px 0 35px 0;
	font-weight: bolder;
	position: relative;
	letter-spacing: 2px;
}

.section h2.title:after {
	content: '';
	width: 50px;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.title-en {
	font-family: 'Pinyon Script', cursive;
	font-weight: 400;
	margin: 0;
	padding: 0
}

.columns.inline, .columns.inline>.list-item {
	/*display: inline-block;*/
	/*float: none;*/
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal
}

.columns:after, ol.columns:after, ul.columns:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
	content: '';
}

.columns .list-item, .columns>li, ol.columns .list-item, ol.columns>li, ul.columns .list-item, ul.columns>li {
	float: left;
}

ul.columns {
	padding-left: inherit;
}

.section .list .list-item {
	padding-bottom: 5em;
}

h1, h2, h3 {
	font-weight: 400
}

table.radio-group td {
    padding-right: 30px;
}

#header .navbar {
	height: 90px;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 999
}

#header .navbar .container {
	height: 100%
}

#header .logo {
	position: absolute;
	z-index: 999;
	top: 20px;
	left: 15px;
	display: block;
	width: 332px
}

#header .logo img {
	width: 100%;
	height: auto
}

.home #header .logo {
	opacity: 0
}

#header .nav {
	z-index: 999;
	position: absolute;
	top: 20px;
	right: 15px;
	text-align: right
}

#header .nav a {
	text-decoration: none;
	padding: 3px 10px;
	display: inline-block
}

#header .nav .main-nav {
	letter-spacing: inherit
}

#header .nav .main-nav>li {
	position: relative;
	padding-bottom: 20px
}

#header .nav .main-nav>li>a {
	font-size: 1em;
	color: #fff;
	-webkit-transition: color .2s;
	transition: color .2s;
	display: block;
	position: relative
}

#header .nav .main-nav>li>a:hover {
	color: #ec291f
}

#header .nav .main-nav>li.active>a {
	color: #ec291f;
	font-size: 1em
}

#header .nav .main-nav>li.hasSub>a:after {
	display: inline-block;
	margin-left: 0;
	content: '';
	border-width: 10px;
	border-color: transparent;
	border-style: solid;
	border-top-width: 0;
	border-bottom-color: #ab1c15;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: top .3s;
	transition: top .3s
}

#header .nav .main-nav>li.hasSub>ul {
	position: absolute;
	width: 500px;
	text-align: center;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: top .3s;
	transition: top .3s;
	z-index: 1
}

#header .nav .main-nav>li.hasSub>ul li a {
	background-color: #ab1c15;
	color: #ffc2bf;
	padding: 8px 10px;
	-webkit-transition: color .5s, background-color .5s;
	transition: color .5s, background-color .5s
}

#header .nav .main-nav>li.hasSub>ul li a:hover {
	color: #fff
}

#header .nav .main-nav>li.hasSub>ul li:first-child a {
	padding: 8px 10px 8px 20px
}

#header .nav .main-nav>li.hasSub>ul li:last-child a {
	padding: 8px 20px 8px 10px
}

#header .nav .main-nav>li.hasSub:hover {
	overflow: visible
}

#header .nav .main-nav>li.hasSub:hover>a:after {
	opacity: 1;
	top: 36px
}

#header .nav .main-nav>li.hasSub:hover>ul {
	opacity: 1;
	top: 44px;
	z-index: 999
}

#header .nav .top-nav a {
	color: #919191;
	font-size: .88em;
	-webkit-transition: color .2s;
	transition: color .2s
}

#header .nav .top-nav a:hover {
	color: #fff
}

#header .nav .top-nav .contact {
	position: relative;
	padding-right: 15px
}

#header .nav .top-nav .contact::after {
	background-color: #919191;
	position: absolute;
	right: 4px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: block;
	content: ''
}

#header .banner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 1266px
}

#header .banner .slogo {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 2
}

.navbar-toggle {
	/*
	border: 1px solid #888;
	background-color: rgba(255, 255, 255, 0.3);
	*/
	font-size: 20px;
	display: block;
	position: fixed;
	z-index: 99;
	right: 5px;
}

.navbar-toggle a
{
	color: #fff !important;
	top: -4px;
	text-decoration: none !important;
}

.navbar-toggle a div.txt
{
	font-size:8px;
}

.navbar-toggle .icon-bar {
	border: 2px solid #fff;
}

.multilevelpushmenu_wrapper .levelHolderClass {
	font-family: inherit;
}

.multilevelpushmenu_wrapper {
	position: fixed;
	min-width: 0;
}

.multilevelpushmenu_wrapper a {
	font-size: 1.2em;
	padding: 0.4em;
	padding-left: 20px;
}

.multilevelpushmenu_wrapper .iconSpacing_ltr {
	position: absolute;
	left: 10px;
}

.multilevelpushmenu_wrapper .ltr {
	background: #3E4046;
	moz-box-shadow: 5px 0 5px -5px #585858;
	-webkit-box-shadow: 5px 0 5px -5px #585858;
	box-shadow: 5px 0 5px -5px #585858;
}

.multilevelpushmenu_wrapper li {
	border-top: 1px solid #848484;
}

.multilevelpushmenu_wrapper li:hover {
	background-color: #848484;
}

.multilevelpushmenu_wrapper li:last-child {
	border-bottom: 1px solid #848484;
}

.multilevelpushmenu_wrapper .backItemClass {
	background: #3E4046;
	border-top: 1px solid #848484;
}

#header .bannerimg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
.navbar-sm {
	position: fixed;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	z-index: 3;
}
*/
#menu-sm {
	display: none;
	position: fixed;
	z-index: 99;
}

#menu-sm .glyphicon {
	font-size: small;
}

.menu-sm-header {
	width: 100%;
	height: 50px;
	background-color: #fff;
}

/*
.page #header {
	height: 515px;
}
.page #header .banner {
    height: 515px;
}
*/
.page #header .banner .slogo {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 2.5em;
	color: #fff;
	font-weight: 400
}

#header .banner .pic {
	z-index: 1;
	width: 100wh
}

#header {
	height: 695px;
	position: relative;
}

#header .hot-news {
	position: absolute;
	left: 0;
	bottom: 0;
	/*
	position: relative;
	*/
	width: 100%;
	background-color: rgba(244, 39, 30, .7);
	z-index: 3;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
}

#header .hot-news a {
	color: #fff;
	text-decoration: none;
	font-size: .88em;
}

#header .hot-news h2 span {
	position: relative;
	z-index: 2;
	background-color: #f4271e;
	line-height: 47px;
	display: inline-block;
	padding-right: 10px;
	white-space: nowrap;
}

#header .hot-news h2 {
	font-family: 'Times New Roman';
	font-size: 1.17em;
	margin: 0;
	padding: 0 35px 0 0;
	display: inline-block;
	font-weight: 400;
	position: relative;
	line-height: 47px
}

#header .hot-news h2:before {
	z-index: 1;
	content: '';
	width: 800px;
	background-color: #f4271e;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%)
}

#header .hot-news h2:after {
	z-index: 1;
	display: inline-block;
	margin-left: 10px;
	content: '';
	border-width: 23px;
	border-color: transparent;
	border-style: solid;
	border-right-width: 0;
	border-left-color: #f4271e;
	position: absolute;
	top: 0;
	right: 12px
}

#footer {
	padding: 70px 0;
	background: url(images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 2
}

#footer a {
	color: #fff;
	text-decoration: none
}

#footer a:hover {
	color: #fff;
	text-decoration: underline
}

#footer .footer-nav {
	padding-left: 0;
}

#footer .footer-nav>li {
	width: 19%;
	margin-bottom: 20px;
	white-space: nowrap;
}

#footer .footer-nav>li>a {
	font-size: .88em;
	margin-bottom: 10px;
	display: block
}

#footer .footer-nav>li>ul li a {
	font-size: .76em;
	color: #b7b7b7
}

#footer .footer-nav>li:nth-child(6) {
	margin-left: 40%
}

#footer .footer-nav>li:nth-child(6), #footer .footer-nav>li:nth-child(7), #footer .footer-nav>li:nth-child(8) {
	margin-top: -60px
}

#footer .time {
	/*
	width: 25%;
	position: absolute;
	left: 53%;
	top: 0
	*/
	
}

#footer .time dt {
	/*
	margin-bottom: 10px
	*/
	
}

#footer .time dd {
	font-size: .76em;
	line-height: 2em;
	color: #b7b7b7
}

#footer .oter {
	/*
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	*/
	font-size: .76em;
	color: #b7b7b7
}

#footer .oter a {
	color: #b7b7b7
}

#footer .oter p {
	margin: 0;
	margin-bottom: 7px;
	padding-left: 40px;
	position: relative
}

#footer .oter .copyright {
	color: #e52d2d
}

#footer .oter .mail {
	margin-bottom: 25px;
	line-height: 1.8em
}

#footer .oter .mail a {
	text-decoration: underline
}

#footer .oter .icon {
	padding-bottom: 10px
}

#footer .oter .icon:before {
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff
}

#footer .oter .app {
	background: url(images/app.png) no-repeat 5px 0
}

.page-about .box1 {
	background: url(images/about-box1-bg.jpg) no-repeat;
	padding: 0 0 70px 0;
}

.page .section {
	line-height: 2em;
}

.page .slogo h1 {
	font-size: 2em;
}

.page .section h2.title {
	margin: 0 0 15px 0;
}

.page .section .hd {
	padding: 55px 0 10px 0;
}

.page-about .box1 .ib {
	/*width: 49.5%;*/
	text-align: center;
	vertical-align: middle;
}

.page-about .box1 .ib>img {
	width: 100%;
}

.ib {
	/*display: inline-block;*/
	
}

.page-about .box2 {
	text-align: center;
	background-color: #ab1c15;
	overflow: hidden;
}

.page-about2 .box1 {
	text-align: center;
	background: url(images/about2-box1-bg.jpg);
	position: relative;
}

.page-about2 .box1 .title {
	color: #ab1c15;
}

.page-about2 .box1 .info {
	color: #949494;
}

.page-about2 .box1 .info p {
	margin-bottom: 50px;
}

.page-about2 .box2 {
	/*
	background-image: url(images/about2-box2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	*/
	position: relative;
	display: block;
}

.page-about2 .box2 .info {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 90%;
}

.page-about2 .box2 .info dl {
	margin: 20px auto 20px auto;
}

.page-about2 .box2 .info dl dt {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 400;
}

.page-about2 .box2 .info dl dt:after {
	content: '';
	width: 40px;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.page-about2 .box2 .info dl dd {
	margin-bottom: 40px;
	color: #a46641;
}

.page-about2 .box3 .list li {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}

.page-about2 .box3 .list li a {
	display: block;
	width: 100%;
	height: 100%
}

.page-about2 .box3 .list li .pic {
	z-index: 1;
	overflow: hidden
}

.page-about2 .box3 .list li .pic img {
	-webkit-transition: transform .35s;
	transition: transform .35s
}

.page-about2 .box3 .list li .mark {
	background-color: rgba(0, 0, 0, .63);
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: height .35s;
	transition: height .35s
}

.page-about2 .box3 .list li .line {
	z-index: 3;
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 5%;
	width: 100%;
	text-align: center;
	width: 90%;
	height: 50px;
	-webkit-transition: bottom .35s;
	transition: bottom .35s
}

.page-about2 .box3 .list li .line h3 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size:1.17em;
	line-height: 50px;
	text-align: center;
}

.page-about2 .box3 .list li .line:after, .page-about2 .box3 .list li .line:before {
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .6s, -webkit-transform .6s;
	transition: opacity .6s, transform .6s
}

.page-about2 .box3 .list li .line:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}

.page-about2 .box3 .list li .line:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}

.page-about2 .box3 .list li:hover .line {
	bottom: 50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%)
}

.page-about2 .box3 .list li:hover .line:after, .page-about2 .box3 .list li:hover .line:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.page-about2 .box3 .list li:hover .mark {
	height: 100%
}

.page-about2 .box3 .list li:hover .pic {
	z-index: 1
}

.page-about2 .box3 .list li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
/*
.page-about2 .box3 .list li:nth-child(3), .page-about2 .box3 .list li:nth-child(8),
	.page-about2 .box3 .list li:nth-child(9) {
	margin-left: 25%
}
*/
.page-about2 .box3 {
	background: url(images/about2-box3.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	padding-bottom: 70px
}

.page-about3 .box1 .info {
	overflow: hidden;
	background: url(images/about3-box1.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}

.page-about3 .box2 {
	background: url(images/about3-box2-bg.jpg);
	padding-bottom: 50px
}

.page-about3 .box2 .list-item {
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
	border: 5px solid rgba(171, 28, 21, 0);
	-webkit-transition: all .5s;
	transition: all .5s
}

.page-about3 .box2 .a3pic {
	padding-left: 0;
	padding-right: 0;
}

.page-about3 .box2 .a3pic img {
	width: 100%;
	height: 100%;
}

.page-about3 .box2 .a3pic p {
	position: absolute;
	background: transparent;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.5em;
	color: #f5c4c4;
	text-align: justify;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-about3 .box2 .list-item:hover {
	border: 5px solid #ab1c15
}

.page-about3 .box2 .txt {
	position: absolute;
	width: 300px;
	height: 300px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	z-index: 2;
	top: 0
}

.page-about3 .box2 .txt.t1 {
	left: 75%
}

.page-about3 .box2 .txt.t2 {
	left: 25%
}

.page-about3 .box2 .txt.t3 {
	left: 25%
}

.page-about3 .box2 .txt.t4 {
	left: 50%;
}

.page-about3 .box2 .txt h3 {
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	padding: 0
}

.page-about3 .box2 .txt p {
	line-height: 1.5em;
	color: #f5c4c4;
	text-align: justify
}

.page-about3 .box1 .info .inner {
	margin: auto;
	position: relative;
}

.page-about3 .box1 .info .inner>iframe {
	display: none;
	width: 100%;
	height: 100%;
}

.page-about4 .box1 .info {
	padding: 0 50px;
	text-align: center;
}

.page-about4 .box1 .info .title-en {
	font-size: 2.3em;
	color: #ec291f;
	margin: 0;
	padding: 0;
	margin-top: 3em;
	margin-bottom: 1em;
}

.page-about4 .box1 .info p {
	color: #727171;
}

.page-about4 .box1 .info>div {
	
}

.page-about4 .box2 {
	padding: 30px 0 30px 0;
}

.page-about4 .box2 .row {
	margin-left: 0;
	margin-right: 0;
}

.page-about4 .box2 .listWp .list {
	padding: 0 30px 40px;
}

.page-about4 .box2 .listWp .list h2 {
	border-bottom: 1px solid #9d9d9d;
	color: #ab1c15;
	font-size: 1.17em;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.page-about4 .box2 .listWp .list li {
	border-bottom: 1px dashed #9d9d9d;
	padding: 10px 0
}

.page-menu .box1 {
	background: url(images/menu-bg.jpg) no-repeat fixed center top;
	background-size: cover;
	color: #696969
}

.page-menu .box1>.container {
	background-color: #fff;
	z-index: 2;
	text-align: center
}

.page-menu .box1 h3 {
	color: #ab1c15;
	line-height: 1em;
	margin: 0;
	padding: 0
}

.page-menu .box1 h4 {
	font-size: 120%;
	color: #ab1c15;
	display: inline-block;
	padding: 15px 0 0 0;
	margin: 0
}

.page-menu .box1 p {
	margin: 0 auto 15px auto;
	color: #909090
}

.page-menu .box1 p strong {
	color: #373737;
	font-weight: 400
}

.page-menu .box1 .en {
	font-size: .76em
}

.page-menu .box1 hr.line {
	width: 230px
}

.page-menu .box1 .price {
	margin: 0;
	padding: 0
}

.page-menu .box1 .price strong {
	font-size: 1.17em;
	color: #000;
	margin: 0 6px
}

.page-menu .box1 .note {
	padding: 70px 0 30px 0
}

.page-menu .box1 .info {
	position: relative
}

.page-menu .box1 .info .icon {
	position: absolute;
	right: 31px;
	background-repeat: no-repeat;
	padding-top: 55px;
	text-align: center;
	color: #b2b2b2;
	font-size: 13px;
	text-decoration: none;
	display: block
}

.page-menu .box1 .info .dw {
	top: 13px;
	background-image: url(images/food-icon2.png)
}

.page-menu .box1 .info .dw1 {
	top: 115px;
	background-image: url(images/food-icon2.png)
}

.page-menu .box1 .info .view {
	top: 215px;
	background-image: url(images/food-icon1.png)
}

.page-menu .box2 {
	background-color: #24292d;
	color: #c9c9c9;
	text-align: center;
	overflow: hidden;
	width: 100vw
}

.page-menu .box2 h2 {
	color: #ab1c15
}

.page-menu .box2 h2:after {
	border-bottom: 1px solid #ab1c15
}

.page-menu .box2 .tab-nav {
	display: inline-block;
	border: 1px solid #9b9b9b
}

.page-menu .box2 .tab-nav li a {
	color: #9b9b9b;
	text-decoration: none;
	padding: 5px 25px;
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s
}

.page-menu .box2 .tab-nav li.active a {
	background-color: #ab1c15;
	color: #fff
}

.page-menu .box2 .tab-cont {
	position: relative;
	width: 100vx;
	padding: 0;
	margin: 0
}

.page-menu .box2 .tab-cont li {
	width: 100%;
	overflow: hidden;
	height: auto;
	top: 50px;
	left: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 1
}

.page-menu .box2 .tab-cont li.active {
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 2;
	position: relative
}

.page-menu .box2 .tab-cont .list .list-item {
	width: 20%;
	color: #fff;
	float: left;
	overflow: hidden;
}

.page-menu .box2 .tab-cont .list .list-item:before {
	content: "";
	display: block;
	padding-top: 25%;
}

.page-menu .box2 .tab-cont .list .list-item>div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.page-menu .box2 .tab-cont .list .list-item img {
	height: 100%;
}

.page-menu .box2 .tab-cont .list .list-item h3, .page-menu .box2 .tab-cont .list .list-item p {
	margin: 0
}

.page-menu .box2 .tab-cont .list .list-item h3 {
	margin-top: 80px;
	-webkit-transform: all .5s;
	transition: all .5s;
	font-size: 1.23em
}

.page-menu .box2 .tab-cont .list .list-item p {
	line-height: 1.3em
}

.page-menu .box2 .tab-cont .list .list-item .pic {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden
}

.page-menu .box2 .tab-cont .list .list-item .mark {
	background-color: rgba(0, 0, 0, .65);
	opacity: 0;
	-webkit-transform: opacity .5s;
	transition: opacity .5s;
	font-size: .88em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px
}

.page-menu .box2 .tab-cont .list .list-item .zoom {
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: scale(1.2) translateX(-50%);
	-webkit-transform: scale(1.2) translateX(-50%);
	-webkit-transform: all .5s;
	transition: transform .5s;
	z-index: 3
}

.page-menu .box2 .tab-cont .list .list-item .icon {
	color: #fff;
	font-size: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	opacity: 1
}

.page-menu .box2 .tab-cont .list .list-item:hover .mark {
	opacity: 1
}

.page-menu .box2 .tab-cont .list .list-item:hover .mark h3, .page-menu .box2 .tab-cont .list .list-item:hover .mark p {
	color: #fff
}

.page-menu .box2 .tab-cont .list .list-item:hover h3 {
	margin-top: 50px
}

.page-menu .box2 .tab-cont .list .list-item:hover .zoom {
	transform: scale(1) translateX(-50%);
	-webkit-transform: scale(1) translateX(-50%)
}

.page-events .box1 {
	padding-bottom: 50px
}

.page-events .box1 .list-item {
	float: left;
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	height: 760px;
}

.page-events .box1 .list-item a {
	text-decoration: none
}

.page-events .box1 .list-item .pic, .page-events .box1 .list-item .txt {
	height: 50%;
}

.page-events .box1 .list-item .pic {
	width: 100%;
	display: block;
	overflow: hidden
}

.page-events .box1 .list-item .pic img {
	-webkit-transform: all .5s;
	transition: transform .5s
}

.page-events .box1 .list-item .txt {
	padding: 35px 30px;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.page-events .box1 .list-item .txt:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	display: inline-block;
	content: '';
	border-width: 20px;
	border-color: transparent;
	border-style: solid;
	border-top-width: 0;
	border-bottom-color: #fff;
	transform: translateX(-50%) translateY(-100%);
	-webkit-transform: translateX(-50%) translateY(-100%);
	-webkit-transition: border-bottom-color .5s;
	transition: border-bottom-color .5s
}

.page-events .box1 .list-item .txt h3 {
	font-size: 1.76em;
	margin: 0 0 15px 0;
	color: #000
}

.page-events .box1 .list-item .txt p {
	margin: 0;
	color: #8e8e8e
}

.page-events .box1 .list-item:nth-child(11) .pic, .page-events .box1 .list-item:nth-child(2) .pic, .page-events .box1 .list-item:nth-child(5) .pic, .page-events .box1 .list-item:nth-child(8) .pic {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1
}

.page-events .box1 .list-item:nth-child(11) .txt:after, .page-events .box1 .list-item:nth-child(2) .txt:after, .page-events .box1 .list-item:nth-child(5) .txt:after, .page-events .box1 .list-item:nth-child(8) .txt:after {
	top: inherit;
	bottom: 0;
	border-top-width: 20px;
	border-bottom-color: inherit;
	border-bottom-width: 0;
	border-top-color: #dcdcdc;
	transform: translateX(-50%) translateY(100%);
	-webkit-transform: translateX(-50%) translateY(100%);
	-transition: border-top-color .5s;
	transition: border-top-color .5s
}
/*
.page-events .box1 .list-item:nth-child(11):hover .txt:after, .page-events .box1 .list-item:nth-child(2):hover .txt:after, .page-events .box1 .list-item:nth-child(5):hover .txt:after, .page-events .box1 .list-item:nth-child(8):hover .txt:after {
	border-top-color: #dcdcdc
}
*/
.page-events .box1 .list-item:hover {
	background-color: #dcdcdc
}

.page-events .box1 .list-item:hover .pic img {
	transform: scale(1.1)
}

.page-events .box1 .list-item:hover .txt:after {
	border-bottom-color: #dcdcdc
}

.page-events .box1 .list-item:hover .txt p {
	color: #000
}

.page-events .box2 {
	padding-bottom: 50px
}

.page-events .box2 table {
	border-top: 1px solid #bdbdbd
}

.page-events .box2 table th {
	color: #666;
	padding: 15px 0;
	text-align: center
}

.page-events .box2 table td {
	padding: 15px;
	border-bottom: 1px dotted #bdbdbd
}

.page-events .box2 table td:nth-child(1) {
	width: 16%
}

.page-events .box2 table td:nth-child(2) {
	width: 20%
}

.page-events .box2 table td strong {
	color: #ec291f
}

.page-events .box3 .note {
	
}

.page-events .box3 .note .left {
	width: 60%;
	float: left
}

.page-events .box3 .note .right {
	width: 40%;
	float: right;
	text-align: right
}

.page-events .box3 .note .right img {
	margin-top: 50px
}

.page-events .box3 .note h3 {
	color: #ab1c15;
	font-size: 1em;
	margin-top: 40px
}

.tbl {
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.tbl .row {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #bdbdbd;
}

.tbl .row:last-child {
	border-bottom: none;
}

.tbl .tbl-head {
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

.tbl .tbl-content {
	padding: 15px;
}

.tbl .tbl-content strong {
	color: #ec291f;
}
/*
.page-events .box2 .info {
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.page-events .box2 .row {
	margin-left: auto;
	margin-right: auto;
}

.page-events .box2 .info .title {
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

.page-events .box2 .info .content {
	padding: 15px;
	border-top: 1px dotted #bdbdbd;
}

.page-events .box2 .info .content strong {
	color: #ec291f;
}
*/
.page-contant .box1 p {
	color: #676767
}

.page-contant .box1 h3 {
	text-align: center;
	background: url(images/contant-icon.png) no-repeat center center;
	margin-bottom: 20px
}

.page-contant .box1 a {
	text-decoration: none;
	color: #999
}

.page-contant .info2 {
	text-align: center;
	padding: 45px 50px 45px 50px;
	display: block;
}

.page-contant .info2 h4 {
	color: #ab1c15;
	position: relative;
	padding-bottom: 5px
}

.page-contant .info2 h4:after {
	content: '';
	width: 70px;
	border-bottom: 1px solid #ab1c15;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.page-contant .info2 p {
	font-size: 15px;
	margin: 0;
	line-height: 2em
}

.page-store {
	padding-bottom: 50px
}

.page-store .nav {
	margin: 30px auto;
	border: 1px solid #000;
	display: inline-block;
	padding: 0
}

.page-store .nav li {
	display: inline-block
}

.page-store .nav li a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
	transition: color .3s, background-color .3s
}

.page-store .nav li a:hover {
	background-color: #ab1c15;
	color: #fff
}

.page-store .nav li.active a {
	background-color: #ab1c15;
	color: #fff
}

.page-store .info h3 {
	text-align: center;
	background: url(images/store-icon.png) no-repeat center center;
	margin-bottom: 20px
}

.page-store .info .list {
	margin-bottom: 80px
}

.page-store .info h4 {
	float: left;
	width: 180px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px;
	margin: 0;
	font-size: 1em;
	font-weight: 400
}

.page-store .info a {
	display: block
}

.page-store .info p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	border-bottom: 1px dashed #9d9d9d;
	padding: 10px 10px 10px 200px
}

.page-store .info p .addr {
	width: 80%;
	display: inline-block;
	vertical-align: top
}

.page-store .info .tbl-content.addr em {
	color: #ab1c15;
	font-style: normal
}

.page-store .info p .telbtn {
	width: 20%;
	text-align: right;
	display: inline-block;
	vertical-align: top
}

.page-store .info p:hover {
	background-color: #f9e6e6
}

.page-store .info2 h3 {
	text-align: center;
	background: url(images/store-icon.png) no-repeat center center;
	margin-bottom: 50px
}

.page-store .info2 .list-item {
	/*border-bottom: 1px solid #d7d7d7;*/
	margin-bottom: 55px;
	padding-bottom: 15px
}

.page-store .info2 hr{
    border: 1px solid #eee;
}

.page-store .info2 .list-item .view {
	width: 700px;
	height: 500px
}

.page-store .info2 .list-item .txt {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 35px 35px
}

.page-store .info2 .list-item .txt h4 {
	color: #ec291f;
	border-bottom: 1px solid #ec291f;
	margin: 0 0 10px 0;
	padding: 5px 0;
	text-align: center;
	font-size: 1.176em
}

.page-store .info2 .list-item .txt h4 span {
	font-size: 15px;
	display: block
}

.page-store .info2 .list-item .txt .dl-horizontal {
	margin-bottom: 20px
}

.page-store .info2 .list-item .txt .dl-horizontal dd, .page-store .info2 .list-item .txt .dl-horizontal dt {
	line-height: 1.7em
}

.page-store .info2 .list-item .txt .dl-horizontal dt {
	width: 100px
}

.page-store .info2 .list-item .txt .dl-horizontal dd {
	position: relative;
	border-bottom: 1px dashed #9f9f9f;
	text-align: justify;
	color: #474646
}

.page-store .info2 .list-item .txt .dl-horizontal dd.mpat {
	padding-right: 45px
}

.page-store .info2 .list-item .txt .map {
	position: absolute;
	top: 0;
	right: 0;
}

.page-store .info .row:hover {
	background-color: #f9e6e6;
}

.page-store .info a, .page-store .info a:hover {
	text-decoration: none;
	color: #777;
}

.page-store .tbl .tbl-title span.icon-search-more {
    visibility : hidden;
    display:inline-block;
    height:20px;
    float:right;
}

.page-store .tbl .tbl-title span.icon-search-more img{
    height:100%;
}

.page-member .box1 {
	padding: 0 0 50px 0
}

.page-member .box1 .right {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 80px
}

.page-member .box1 .right img {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center
}

.page-member .box1 .right a {
	display: block;
	width: 100%;
	border: 1px solid #eea1a1;
	color: #ab1c15;
	text-decoration: none;
	margin-bottom: 15px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.page-member .box1 .right a:hover {
	background-color: #ab1c15;
	color: #fff
}

.page-member .box2 {
	padding: 50px 0;
	padding-bottom: 0;
}

.page-member .box2 .hd {
	text-align: left;
	background: url(images/member-icon-03.png) no-repeat;
	padding: 15px 0 30px 80px;
	border-bottom: 1px dashed #272727
}

.page-member .box2 .hd h2 {
	margin: 0;
	font-size: 1.17em;
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle
}

.page-member .box2 .hd p {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.page-member .box2 .info {
	padding-top: 35px
}

.page-member .box2 .info .list-item {
	padding-bottom: 40px;
}

.page-member .box2 .info .fl, .page-member .box2 .info .fr {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.page-member .box2 .info h3 {
	color: #ab1c15;
    margin-bottom: auto;
    margin-top: auto;
    font-size: 1.17em;
    line-height: 2em;
    display: inline-block;	
}

.page-member .box2 .info p {
	font-size: inherit;
	margin: 0;
	line-height: 2em;
	margin-bottom: 10px;
}

.page-member .box2 .info p a {
	color: #fe7e7e;
	display: inline-block;
	margin: 0 5px;
	text-decoration: none
}

.page-member .box2 .info .tit {
	font-size: 1em;
	font-weight: 700
}

.page-member .box2 .info .btn {
	display: inline-block;
	float: right;
	border: 1px solid #eea1a1;
	color: #ab1c15;
	text-decoration: none;
	margin-bottom: 15px;
	-webkit-transition: all .2s;
	transition: all .2s
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;	
}

.page-member .box2 .info .btn:hover {
	background-color: #ab1c15;
	color: #fff;
}

/*
.home #header .banner .slogo {
	width: 430px;
	height: 205px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -102px -215px 0 0;
	z-index: 99;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
*/
.home #header .banner .slogo {
	position: absolute;
	top: 15em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home #header .banner .slogo>img {
	width: 100%;
}

.page #header .banner .slogo {
	position: absolute;
	bottom: 10px;
	padding: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 2.5em;
	color: #fff;
	font-weight: 400;
	width: 100%;
}

.home-events {
	position: relative;
	background-color: rgba(255, 255, 255, .9);
}

.home-events .container {
	padding: 75px 0 55px 0;
	clear: both;
}

.home-events .list-slick {
    position:relative;
	padding: 20px;
	border: 1px solid rgba(145, 145, 145, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.home-events .list-slick:hover {
	border: 1px solid rgba(145, 145, 145, .4)
}

.home-events .list-slick .info, .home-events .list-slick .pic {
	display: block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.home-events .list-slick .info {
	padding: 0 55px;
	text-align: center
}

.home-events .list-slick .info p {
	color: #5a5a5a;
	font-size: 1em;
	line-height: 1.8em
}

.home-events .dotsStyle1 .slick-dots {
	position: absolute;
	top: 330px;
	width: inherit;
	left: 25%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.home-events .slick-slider .slick-next, .slick-slider .slick-prev {
    bottom:50% !important;
    padding:20px !important;
    color:#777 !important;
}
.home-events .slick-slider .slick-next {
    right: 30px !important;
}

.home-space {
	background-color: #eee;
}

.home-space .container {
	width: 90%;
	padding-left: 0px;
	padding-right: 0px;
	height: 600px;
}

.home-space .container .row {
	height: 100%;
}

.home-space .map {
	position: relative
}

.home-space .map iframe {
	border-width: 0px;
	height: 600px;
}

.home-space .map .title-en {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	color: #fff;
	z-index: 90;
	pointer-events: none;
}

.home-space .nav-area {
	text-align: center;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
}

.home-space .nav-area .inner {
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-space .nav-area .inner ul {
	/*
	min-width: 150px
	*/
	
}

.home-space .nav-area a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 25px;
	margin-bottom: 12px;
	border: 1px solid #eee;
	-webkit-transition: border .2s, color .2s;
	transition: border .2s, color .2s;
	font-size: 1em
}

.home-space .nav-area a:hover {
	border: 1px solid #eea1a1;
	color: #eea1a1
}

.home-menu {
	padding: 65px 0;
}

.home-menu .list {
	margin-top: 50px;
	clear: both;
}

.home-menu .list .list-item {
	
}

.home-menu .list .list-item h3 {
	color: #5a5a5a;
	margin: 0;
	line-height: 2.5em
}

.home-menu .list .list-item a {
	text-decoration: none;
	display: block;
}

.home-menu .list .list-item p {
	margin: 0;
	color: #7e7e7e;
}

.home-menu .list .list-item img {
	max-width: 100%;
	height: auto;
}

.home-member {
	padding: 65px 0;
	background-color: #f6f6f6;
}

.home-member .list {
	/*margin-top: 50px;*/
	clear: both;
}

.home-member .list .list-item p {
	margin: 0;
	color: #010101;
	font-size: 1.17em;
	line-height: 2em;
}

.home-member .list .list-item {
	/*
	padding: 0 10px;
	*/
	text-align: center;
	box-sizing: border-box;
}

.home-member .list .list-item a {
	text-decoration: none;
}

.home-exclusive {
	position: relative;
}

.home-exclusive .title-en {
	z-index: 2;
	font-size: 4em;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #fff;
	z-index: 90;
	pointer-events: none
}

.home-exclusive .pic {
	position: absolute;
	z-index: 1
}

.section .more:hover {
	background-color: #eea1a1;
	color: #fff;
}

.section .more {
	color: #eea1a1;
	display: inline-block;
	margin: auto;
	padding: 5px 15px;
	border: 1px solid #eea1a1;
	text-decoration: none;
	font-size: 1em;
	margin-top: 7px;
	/*
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	*/
}

.section .more:hover {
	background-color: #eea1a1;
	color: #fff
}

.section .dotsStyle1 .slick-dots li {
	width: 50px;
	height: 7px;
	margin: 0 1px
}

.section .dotsStyle1 .slick-dots li.slick-active button {
	background-color: #ab1c15
}

.section .dotsStyle1 .slick-dots li button {
	border: 0;
	background-color: #ddd;
	width: 50px;
	border-radius: 0;
	height: 100%
}

.thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 0;
	line-height: 1.42857143;
	background-color: transparent;
	border: none;
	/*
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	*/
}

.thumbnail>img{
	width: 100%;
}

.rows, ol.rows, ul.rows {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rows>li, ol.rows>li, ul.rows>li {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.mian-sub-nav {
	background-color: #000;
	text-align: center;
	border-bottom: 1px solid #fff
}

.mian-sub-nav a {
	text-decoration: none;
	padding: 15px 20px;
	display: inline-block;
	color: #fff
}

.mian-sub-nav .active a {
	background-color: #ab1c15
}

.scroll #header .logo {
	opacity: 1
}

.scroll #header .navbar {
	position: fixed;
	background-color: #fff
}

.scroll #header .main-nav>li>a {
	color: #000
}

.scroll #header .top-nav a:hover {
	color: #000
}

.scroll #header .banner .slogo {
	opacity: 0
}

.slick-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0
}

.slick-slider .slick-list:focus {
	outline: 0
}

.slick-slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat
}

.slick-slider .slick-list, .slick-slider .slick-track {
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-slider .slick-track {
	position: relative;
	display: block;
	height: 100%
}

.slick-slider .slick-track:after, .slick-slider .slick-track:before {
	display: table;
	content: ''
}

.slick-slider .slick-track:after {
	clear: both
}

.slick-slider .slick-next, .slick-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 99;
	bottom: 30%;
	display: block;
	width: 55px;
	height: 55px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	transition: background .5s, color .5s;
	color: #fff;
	border: none;
	border-radius: 50%;
	outline: 0
}

.slick-slider .slick-next:focus, .slick-slider .slick-next:hover, .slick-slider .slick-prev:focus, .slick-slider .slick-prev:hover {
	outline: 0
}

.slick-slider .slick-next:focus:before, .slick-slider .slick-next:hover:before, .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:hover:before {
	opacity: 1
}

.slick-slider .slick-next.slick-disabled, .slick-slider .slick-prev.slick-disabled {
	color: #d22129;
	background: rgba(255, 255, 255, .6)
}

.slick-slider .slick-next.slick-disabled:before, .slick-slider .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
	font-family: style;
	font-size: 55px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1em;
	display: inline-block;
	display: block;
	width: 1em;
	width: 25px;
	height: 25px;
	margin: auto;
	margin-right: .2em;
	margin-left: .2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-slider .slick-prev {
	left: 1em;
}

.slick-slider .slick-prev:before {
	content: '\e809'
}

.slick-slider .slick-next {
	right: 1em;
}

.slick-slider .slick-next:before {
	content: '\e818'
}

.slick-slider .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 2px solid #fff;
	border-radius: 100%;
	outline: 0
}

.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
	outline: 0
}

.slick-slider .slick-dots li button:focus:hover:before, .slick-slider .slick-dots li button:hover:hover:before {
	opacity: 1
}

.slick-slider .slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-slider .slick-dots li.slick-active button {
	/*border: 2px solid #fff;
	background-color: #fff*/
}

.slick-slider .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slide {
	display: none;
	float: left;
	height: 100%
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.columns, ol.columns, ul.columns {
	margin: 0;
	/*
	padding: 0;
	*/
	list-style: none;
}

.columns.inline, ol.columns.inline, ul.columns.inline {
	letter-spacing: -.31em;
}

.columns.inline>.listItem, .columns.inline>li, ol.columns.inline>.listItem, ol.columns.inline>li, ul.columns.inline>.listItem, ul.columns.inline>li {
	display: inline-block;
	float: none;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
}

.menuimage {
	background-position: center;
	background-size: cover;
}

/*
.row {
	margin-right: auto;
	margin-left: auto;
}
*/
.hashTabber-data>.active {
	display: block
}

.form {
	padding: 30px 0;
}

button, input {
    line-height: normal;
    outline: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
}

.btn {
    border-radius: 0;
    margin-bottom: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: normal;
}

.form .btnwp {
    text-align: center;
    margin-top: 50px;
}

.form .btn {
    border: 1px solid #eea1a1;
    color: #eea1a1;
    padding: 7px 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    background-color: #FFFFFF;
}

.form .btn:hover {
    background-color: #eea1a1;
    color: #fff;
}


.page-memberLogin .form .form-group .col {
	padding-left: 90px
}

.page-memberForgetReset .form .form-group .col {
	padding-left: 150px
}

.page-memberReissue .info {
	padding: 0;
}

.page-memberReissue .oter {
	padding: 50px 50px;
	border-top: 1px dashed #676767
}

.page-memberReissue .oter h3 {
	text-align: center;
	color: #ec291f;
	font-weight: 400
}

.page-memberPreferential .box2 {
	padding: 35px 0
}

.page-food .hd strong {
    font-size: 1.17em;
    color: #ab1c15;
}


.conpon {
	background-color: #fff;
	width: 800px;
	height: 340px;
	margin: auto;
	border: 1px solid #ccc;
	position: relative;
	top: 0px;
	left: 0px;
}

.conpon .title {
	position: absolute;
	top: 35px;
	left: 45px;
	font-weight: 400;
	color: #000;
	margin: 0
}

.conpon h2, .conpon h3, .conpon h4, .conpon p {
	margin: 0
}

.conpon .qrcord {
	position: absolute;
	top: 80px;
	left: 45px
}

.conpon .qrcord-w {
	position: absolute;
	top: 210px;
	left: 45px
}

.conpon .txt {
	position: absolute;
	left: 215px;
	top: 35px
}

.conpon .txt h4 {
	font-size: 1.17em
}

.conpon .red {
	color: red
}

.conpon li {
	font-size: 13px;
	line-height: 2em;
	color: #888;
	margin-left: -20px
}

.conpon .pic {
	position: absolute;
	right: 0;
	bottom: 33px
}

.conpon footer {
	background-color: #ed1c24;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 13px
}

.conpon .slogo {
	position: absolute;
	right: 5px;
	bottom: 5px
}

.lightInline .txt {
    float: left;
    padding: 50px 40px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lightInline .txt p {
    line-height: 1.6em;
    text-align: justify;
}

.lightInline .txt .title {
    line-height: 2em;
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
}

body.lightBox {
	background-image: none;
}

body.lightBox p.slogin {
	font-weight: bold;
}
body.lightBox .container {
	padding-right: 0px;
   	padding-left: 0px;
   	margin-left: 0px;
}
body.lightBox div.jqimgFill {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.lightBox p.slogin {
	font-weight: bold;
}
@media ( max-width :992px) {
	#header {
		height: 500px;
	}
	#header .logo, .home #header .logo, .scroll #header .logo {
		opacity: 1;
		position: relative;
		float: left;
		display: block;
		top: 8px;
		left: 25px;
	}
	#header .logo img {
		height: 35px;
		width: auto;
	}
	.home #header .banner .slogo {
		width: 300px;
		top: 7em;
	}
	.home-events .list-slick .info{
		padding: 0 15px !important;
	}
    .home-events .slick-slider .slick-next, .slick-slider .slick-prev {
        top:30% !important;
    }
	.home-space .map iframe {
		height: 400px;
	}
	.home-space .container {
		height: 400px;
	}

	#header .hot-news a{
		line-height: 2em;
		font-size: 14px;
	}
	.page-menu .box2 .tab-cont .list .list-item {
		width: 25%;
	}
	.page-events .box1 .list-item {
		height: 380px;
	}
	.page-events .box1 .list-item .pic {
		width: 50%;
		height: 100%;
		display: inline-block;
		float: left;
	}
	.page-events .box1 .list-item .txt {
		width: 50%;
		height: 100%;
		display: inline-block;
	}
	.page-events .box1 .list-item:nth-child(11) .pic, .page-events .box1 .list-item:nth-child(2) .pic, .page-events .box1 .list-item:nth-child(5) .pic, .page-events .box1 .list-item:nth-child(8) .pic {
		position: relative;
		top: 0;
		float: right;
	}
	.page-events .box1 .list-item .txt:after {
		top: 50%;
		left: 0;
		border-right-color: #fff;
		border-top-width: 20px;
		border-left-width: 0;
		border-bottom-color: transparent;
		-webkit-transform: translateX(-100%) translateY(-50%);
		-ms-transform: translateX(-100%) translateY(-50%);
		-moz-transform: translateX(-100%) translateY(-50%);
		transform: translateX(-100%) translateY(-50%);
	}
	.page-events .box1 .list-item:hover .txt:after {
		border-right-color: #dcdcdc;
		border-bottom-color: transparent;
	}
	.page-events .box1 .list-item:nth-child(11) .txt:after, .page-events .box1 .list-item:nth-child(2) .txt:after, .page-events .box1 .list-item:nth-child(5) .txt:after, .page-events .box1 .list-item:nth-child(8) .txt:after {
		top: 50%;
		right: 0;
		bottom: auto;
		left: auto;
		border-top-width: 20px;
		border-bottom-width: 20px;
		border-left-width: 20px;
		border-right-width: 0;
		border-left-color: #dcdcdc;
		border-bottom-color: transparent;
		border-top-color: transparent;
		-webkit-transform: translateX(100%) translateY(-50%);
		-ms-transform: translateX(100%) translateY(-50%);
		-moz-transform: translateX(100%) translateY(-50%);
		transform: translateX(100%) translateY(-50%);
		border-bottom-color: transparent;
	}
	.page-member .box1 .right {
		padding: 10px 5px;
	}
	.page-member .box1 .right img {
		height: 40px;
	}
}

@media screen and ( max-width : 767px) {
	body {
		font-size: 15px;
	}
	#header {
		height: 400px;
	}
	.section .title-en {
		font-size: 3em;
	}
	.section h2.title {
		font-size: 1.65em;
		margin: 0 0 35px 0;
		padding: 15px 0 35px 0;
		letter-spacing: 2px;
	}
	.home-member .list .list-item p {
		font-size: 1em;
		line-height: 2em;
	}
	.home-space .rows>li, ol.rows>li, ul.rows>li {
		display: inline-block;
	}
	.home-space .nav-area a {
		padding: 0 5px;
	}
	.page-about4 .box1 .info .title-en {
		margin: 0;
		padding: 0;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.page-menu .box2 .tab-cont .list .list-item {
		padding-top: 33.33333333%;
	}
	.page-menu .box1 .info .icon {
		position: relative;
		left: auto;
		right: auto;
		background-repeat: no-repeat;
		padding-top: 55px;
		text-align: center;
		color: #b2b2b2;
		font-size: 13px;
		text-decoration: none;
		display: inline-block;
		margin: 20px 10px;
	}
	.page-menu .box1 .info .dw {
		top: auto;
	}
	.page-menu .box1 .info .view {
		top: auto;
	}
	.list .list-item {
		padding-bottom: 50px;
	}
	.home-space .container {
		height: 100%;
	}
	.home-space .nav-area .inner {
		top: auto;
		padding-bottom: 30px;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-moz-transform: none !important;
		transform: translateY(-50%);
		transform: none !important;
		-webkit-transform: none !important;
		-webkit-transform: none !important;
	}
	.page-menu .box2 .tab-cont .list .list-item {
		width: 33.33333%;
	}
	.page-events .box1 .list-item {
		height: 280px;
	}
	.page-events .box1 .list-item .txt h3 {
		font-size: 1.4em;
	}
	.page-events .box1 .list-item .txt {
		padding: 20px 15px;
	}
	.tbl {
		border-top: none;
		border-bottom: none;
	}
	.tbl .row:last-child {
		border-bottom: 1px solid #bdbdbd;
	}
	.tbl .tbl-title {
		font-weight: bolder;
        background-color:#dcdcdc;
	}
    .page-store .tbl .tbl-title span.icon-search-more {
        visibility :visible;
    }
	.tbl .tbl-content {
		padding: 10px;
		border-bottom: 1px dotted #bdbdbd;
	}
	.tbl .tbl-content:last-child {
		border-bottom: none;
	}
	.tbl .tbl-content:first-child {
		border-top: none;
	}
	.tbl .row {
		margin-bottom: 2em;
		border: 1px solid #bdbdbd;
	}
	#footer .time dd {
		font-size: inherit;
	}
	#footer .oter {
		font-size: inherit;
	}
	
	body.lightBox div.jqimgFill {
		width: 400px !important;
		margin-left: auto;
   		margin-right: auto;
   		display: block;
	}
	.lightInline .txt {
		padding : 10px 30px;
	}
    .conpon {
	    width: auto;
	    height: 100%;
    }

    .conpon .title {
        position:relative;
        display:block;
        text-align:center;
        top:auto;
        left:auto;
        margin:20px auto;
    }
    .conpon .qrcord {
        position:relative;
        display:block;
        text-align:center;
        top:auto;
        left:auto;
    }
    .conpon .txt {
        position:relative;
        display:block;
        top:auto;
        left:auto;
        margin-right: auto;
        margin-left: auto;
        margin-top:20px;
        width: 80%;
    }
    .conpon .pic {
        position:relative;
        display:block;
        text-align:center;
        top:auto;
        right:auto;
        bottom:auto;
    }
    .conpon .pic img {
        height:180px;
    }
    .conpon footer {
        position:relative;
        display:block;
        bottom:auto;
        left:auto;
    }
}

@media screen and (max-width: 575px) {
	#header {
		height: 300px;
	}
	.home #header .banner .slogo {
		width: 200px;
		top: 5em;
	}
	.page-about2 .box3 .list li .line h3 {
		font-size: 15px;
	}
	.list .list-item {
		padding-bottom: 50px;
	}
    .home-events .slick-slider .slick-next, .slick-slider .slick-prev {
        top:25% !important;
    }
	.home-space .map iframe {
		height: 300px;
	}
	#footer .footer-nav>li:nth-child(6) {
		margin-left: 0;
	}
	#footer .footer-nav>li:nth-child(6), #footer .footer-nav>li:nth-child(7), #footer .footer-nav>li:nth-child(8) {
		margin-top: 0;
	}
	.page .slogo h1 {
		font-size: 1em;
	}
	.page-menu .box2 .tab-cont .list .list-item {
		width: 50%;
	}
	.page-events .box1 .list-item {
		height: 250px;
	}
	body.lightBox div.jqimgFill {
		width: 300px !important;
	}	
}

@media screen and (max-width: 414px) {
	.page-about3 .box2 .a3pic {
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.mian-sub-nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mian-sub-nav li {
		width: 50%;
		display: inline-block !important;
		float: left !important;
	}
    .home-events .slick-slider .slick-next, .slick-slider .slick-prev {
        top:15% !important;
    }
	.page-menu .box2 .tab-nav {
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-events .box1 .list-item {
		height: 500px;
		margin: 20px 35px;
	}
	.page-events .box1 .list-item .pic {
		width: 100%;
		height: 50%;
		display: block;
		float: none;
	}
	.page-events .box1 .list-item .txt {
		width: 100%;
		height: 50%;
		display: block;
		padding: 30px 15px;
	}
	.page-events .box1 .list-item .txt:after {
		display: none;
	}
	.page-events .box1 .list-item:nth-child(11) .pic, .page-events .box1 .list-item:nth-child(2) .pic, .page-events .box1 .list-item:nth-child(5) .pic, .page-events .box1 .list-item:nth-child(8) .pic {
		float: none;
	}
	body.lightBox div.jqimgFill {
		width: 250px !important;
	}
}

.form .form-group label.control-label {
  	 	text-align: right;
}
