@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import URL（http://fonts.googleapis.com/earlyaccess/ cwtexhei.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import 'https://fonts.googleapis.com/css?family=Poiret+One';
/*========================================================
                      Main Styles
=========================================================*/
html {
  scroll-behavior: smooth;
}
body {
	background: #ffffff;
	color: #4e4e4e;
	-webkit-text-size-adjust: none;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

img {
  max-width: 100%;
  height: auto; 
}
.img1 {
	border: 8px solid #FFF;
	margin-bottom: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5, .addr, .link1 {
 font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-weight: bold;
  color: #302e33; }

h1 {
	font-size: 40px;
	line-height:45px;
	margin-bottom: 20px;
	font-weight: 800;
	color: #FFFFFF;
}

h2 {
	font-size: 30px;
	color: #1f1f1f;
}

h3 {
	font-size: 24px;
	color: #1f1f1f;
	line-height:45px;
}

@media (max-width: 479px) {
	h1 {
	font-size: 28px;
	line-height:35px;
	
}
    
	  
	  }

h4 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #3C5B0A;
}

h5, .addr, .link1 {
	font-size: 22px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
}

h6 {
	font-size: 20px;
	line-height: 25px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

	  
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #FFF;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
	overflow: hidden;
	min-height: 500px;
	
}


  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .btn {
	margin-top: 10px;
}

* + .btn2 {
  margin-top: 10px; }

h3 + h6 {
  margin-bottom: 95px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 70px;
	background-position: left top;
	width: 241px;
}

@media (max-width: 769px) {
.brand_name {
	padding-top: 2px;
}
}
@media (max-width: 479px) {
.brandText {
	display:none;
}
}
.city {
	font-size: 15px;
	text-transform: none;
}



/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ea4661; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn, .btn2, .btn3 {
	display: inline-block;
	/*border-radius: 5px;*/
	color: #799c00;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
  .btn:hover, .btn2:hover, .btn3:hover {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}
  .btn:active, .btn2:active, .btn3:active {
	background: #171618;
	color: #FFF;
}

.btn2 {
	color: #FFF;
	background-color: #6c6964;
	margin-top: 10px;
}

.btn3 {
  background: #fff;
  color: #302e33; }
  * + .btn3 {
    margin-top: 20px; }
  @media (min-width: 1199px) {
    .btn3 {
      border-radius: 20px;
      font-weight: bold;
      font-size: 27px;
      line-height: 40px;
      padding: 30px 40px; }
      * + .btn3 {
        margin-top: 40px; } }
.btn4 {
	font-size: 18px;
	padding: 8px 15px;
	border-radius: 5px;
	background-color: #4175bc;
	color:  #fff;
	
}
.btn4:hover {
	color: #FFFFFF;
    background-color: #dfdfdf;
	text-decoration:none;
}
.btn4_box {
	margin-left: 20px;
	margin-top: 20px;
}
.btn5 {
	padding: 10px 30px;
	border-radius: 50px;
	background-color: #dbd2c2;
	color:  #887d66;
	text-align: center;
}
.btn5:hover {
	color: #FFFFFF;
    background-color: #bdb29f;
	text-decoration:none;
}
@media (max-width: 967px) {
	.btn4 {
	padding: 6px 10px;
	background-color: #ffffff;
	color:  #656565;
	font-size: 16px;
}
	.btn4_box {
	margin-left: 20px;
	margin-top: -12px;
}
}
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }
.box .fl-sympletts {
  display: inline-block;
  font-size: 220px;
  line-height: 220px;
  color: #302e33; }
  .box .fl-sympletts + * {
    margin-top: 70px; }
.box * + .fl-sympletts {
  margin-top: 70px; }
  
.box{
	   padding-bottom:20px;  
	  }
.box p{
	text-align: center;
	padding-top: 8px;
	  }

.box1{
	text-align: center;
	background-color: #FFF;
	margin-bottom: 20px;
/*	-webkit-box-shadow: 5px 0 45px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 45px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 45px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	border: 1px solid #F9F9F9;*/
}
.box1 img{
	padding-bottom: 10px;	
	}

.box1_index{
	text-align: center;
	background-color: #FFF;
	margin-bottom: 40px;
	-webkit-box-shadow: 5px 0 45px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 45px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 45px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	padding-bottom: 15px;
	border: 1px solid #F9F9F9;
}
.box1_index img{
	padding-bottom: 15px;	
	}
	
.box2 {
	text-align: left;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	}
	
.box2 a:hover {
	text-decoration: none;
	color: #333;
}

.fl-sympletts {
  display: inline-block;
  font-size: 220px;
  line-height: 220px;
  color: #302e33; }
  .fl-sympletts.sm {
    font-size: 150px;
    line-height: 150px; }


/*==================      indexBtn    ======================*/
.indexBtn {
	position: absolute;
	top: 200px;
	
}
.indexBtnImg {
	padding-left: 13%;
}

@media (max-width: 779px) {
    .indexBtn {
	display:none
	
	
	} 
}

/*==================      Gallery     ======================*/
.gallery:before, .gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.gallery:after {
  clear: both; }
.gallery_item {
  width: 33.333333%;
  float: left;
  position: relative;
  background: no-repeat url(../images/cover.jpg) 0 0;
  background-size: cover;
  color: #fff; }
  @media (max-width: 979px) and (min-width: 480px) {
    .gallery_item {
      width: 50%; } }
  @media (max-width: 479px) {
    .gallery_item {
      width: 100%; } }
  .gallery_item img {
    width: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .gallery_item h4 {
    color: #fff; }
  .gallery_item a:hover img {
    opacity: 0; }
    .lt-ie9 .gallery_item a:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
.gallery_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100%; }
  .gallery_cover_inner {
    display: table;
    width: 90%;
    height: 100%;
    margin: 0 5%; }
    .gallery_cover_inner .mid {
      display: table-cell;
      vertical-align: middle; }

/*==================      Lists     ======================*/
.social-list li {
	display: inline-block;
	margin-top: -10px;
}
  .social-list li a {
	display: block;
	width: 50px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 50px;
	background-color: #73a400;
	padding-top: 12px;
}
    .social-list li a:hover {
      background: #302e33; }
    .social-list li a:active {
      background: #171618; }

.marked-list {
  text-align: left; }
  .marked-list li {
    position: relative;
    padding-left: 43px; }
    .marked-list li:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: #ea4661;
      border-radius: 2px;
      position: absolute;
      top: 7px;
      left: 0; }
    .marked-list li + li {
      margin-top: 10px; }

/*==================      Blockquote     ======================*/
.quote {
  text-align: left; }
  .quote_text {
    position: relative;
    padding-left: 65px; }
    .quote_text:before {
	content: '\f10d';
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
	font-family: FontAwesome;
}

/*========================   Menu   ==========================*/

.amenu {
	display: none;
	
}
.sf-menu {
	display: inline-block;
	
}
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
	margin-left: 8px;
}
  .sf-menu a {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	line-height: 24px;
}

.sf-menu > li > a {
	color: #3c5277;
	font-weight: 500;
	padding: 6px 10px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #8f50a1;
	
}
.sf-menu > li.active > a {
	color: #8f50a1;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 160px;
	margin-top: 10px;
	padding: 10px 20px;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
}

.sf-menu ul {
  text-align: left; }
  .sf-menu ul > li > a {
	color: #888;
	line-height: 24px;
	padding-bottom: 3px;
	font-size: 13px;
}
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #333;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
	color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #7eb6f4;
}

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 967px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -48px;
  left: 0;
  bottom: -48px;
  width: 240px;
  padding: 100px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
	color: #161616;
		background-color: #ECECEC;
}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	color: #FFF;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
	background-color: #7335ad;
	
}

.rd-mobilepanel_title {
	position: fixed;
	top: 2px;
	left: 56px;
	right: 20px;
	color: #FFF;
	font-size: 20px;
	line-height: 48px;
	text-overflow: ellipsis;
	letter-spacing: 0;
	text-align: right;
	white-space: nowrap;
	margin-top: 10px;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 0px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #FFF;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 967px) {
  body {
    padding-top: 48px; 
	
	}

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
	
	 } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 14px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
   }

.isStuck {
	background: #fff;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;*/
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	background: #302e33;
	border-radius: 50%;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	padding-top: 10px;
}
  .toTop:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0f56c2;
}

@media only screen and (max-width: 479px) {
  .toTop {
    display: none !important; } }
	
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
	.parallax {
		display:none;
}
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
	background-color: #433163;
	background-image: url(../images/parallax1.jpg);
	padding: 200px 0 200px;
	color: #beb6d7;
}

.parallax2 {
	background-color: #FFF;
	background-image: url(../images/parallax02.jpg);
	padding: 40px 0 40px;
}
.parallax3 {
	background-color: #FFF;
	background-image: url(../images/parallax03.jpg);
	padding: 40px 0 40px;
}

@media (max-width: 991px) {
	.parallax1 {
	padding: 100px 0 100px;
	background-position: center right !important;
}
}


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  /*background: #fff; */}
  header .brand {
    float: left; }
  header .nav {
	float: right;
}
   header .back-home {
	float: right;
	margin-top: 0px;	
}

.back-home {
	color: #9ea3a8;
	font-size: 20px;
	
}
.back-home a:hover {
	color: #1c61b5;
}
  @media (max-width: 967px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; }
		
		.back-home {
		display: none;	
		 }
		
		 }

@media (min-width: 1200px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
    .abs .stuck_container {
      width: 1270px;
      margin: 0 auto;
	  /*background: #ffdb00; */
      border-bottom: 0; }
    .abs .isStuck {	
      border-bottom: 1px solid #dcdcdc; } }
	  
	  @media (min-width: 967px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
	
   
    }
	  
	  @media (min-width: 659px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
    
   }
	  
	  
	  
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
   }

.num {
 font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-size: 210px;
  line-height: 160px;
  letter-spacing: -12px; }
  @media (max-width: 1199px) {
    .num {
      font-size: 150px;
      letter-spacing: -2px; } }
  @media (max-width: 979px) {
    .num {
      font-size: 120px;
      line-height: 100px; } }

.mt1 {
  margin-top: 0px; }

.mt2 {
  margin-top: 100px; }

.mg3 {
  margin-top: 40px;
  margin-bottom: 90px; }

.mb {
  margin-bottom: 0; }

.terms * + h5 {
  margin-top: 90px; }

.policy-link {
  margin-top: 90px; }

/*==================      Well     ======================*/
.well1 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3f5f7;
}

.well2 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
.well2_2 {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}

.well3 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.well4 {
	background-image: url(../images/parallax1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #433163;
	height:100vh;
	color: #beb6d7;
	display: flex;
  align-items: center;
  justify-content: center;
}

.well5 {
	text-align: left;
  padding-top: 40px;
      padding-bottom: 40px; 
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDEDED;
	border-bottom-color: #EDEDED;  
	color: #433163;
	  }
 

.well6 {
  padding-top: 240px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .well4 {

	background-position: center right;
    height:100%;
	padding: 40px 0;	
	
} }


.roomBtnMore {
	position: absolute;
	margin-left: 30%;
	margin-top: -20%;
}
.shape-ex7{
    width: 400px;
    height: 400px;
    display: block;
    position: relative;
}
.shape-ex7::before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 200px solid transparent;
    border-top: 200px solid #b33434;
    border-right: 200px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.shape-ex7::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 200px solid transparent;
    border-bottom: 200px solid #b33434;
    border-right: 200px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}	  
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 2px;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
	height: 26px;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
	  

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fbfbfb;
	font-size: 16px;
	text-align: left;
	background-color: #a2a2a2;
	text-align: center;
}
 footer .add {
	float: left;
}
 footer .icon {
	float: right;
}

.imgText {
	text-align: center;
	color: #333;
}
.text1 {
	color: #0352b3;
	font-size: 16px;
}

.title1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	background: -webkit-linear-gradient(45deg, rgb(63,137,206) 20%, rgb(127,66,238), rgb(229,73,139) 90% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.title1_2 {
	font-size: 24px;
    font-weight: bold;
	/*background-color: #7913AC;*/
	background: linear-gradient(45deg, #3f89ce, #7f42ee, #e5498b);
	text-transform: uppercase;
    color: #FFFFFF;
	text-align: center;
	padding: 8px 30px;
	border-radius: 50px;
	
}
.title2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	background-image: url(../images/line_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.title3 {
	font-size: 18px;
	color: #1a1a1a;
	text-align: center;
	padding-bottom: 5px;
}
.title4 {
	font-size: 36px;
	color: #d8c9f2;
}
.th {
	font-size: 13px;
	vertical-align: 20%;
}
.tableC {
	border: 1px solid #bada37;
	padding: 8px;
}
.r {
	font-size: 18px;
	vertical-align: 40%;
	padding-right: 5px;
	padding-left: 2px;
}
.r2 {
	font-size: 13px;
	vertical-align: 20%;
	padding-right: 5px;
	padding-left: 2px;
}

.date2 {
	color: #999;
	font-size: 13px;
	padding-left: 10px;
}
.product3Img li {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
	}
	.contactText {
	text-align: left;
	color: #454545;
	}
	.contactText h5{
	color: #000;
	margin-top: 40px;
	}

	.newsList li {
	display: block;
	border-bottom: solid 1px #EDEDED;
	padding-top: 8px;
	padding-bottom: 8px;

}
.newsList li a:hover {
	color: #000;
}
.newsList2 li {
	display: block;
	border-bottom: solid 1px #625082;
	padding-top: 8px;
	padding-bottom: 8px;
    color: #FFFFFF;
}
.newsList2 li a {
	color: #beb6d7;
}
.newsList2 li a:hover {
	color: #9d8dbb;
}
.newsBox {
	padding-left: 50px;
}
.pageBanner {
	margin-top: 10px;
	display: block;
}
@media (max-width: 991px) {
	.newsBox {
	padding-left: 0px;
}
}
@media (max-width: 579px) {
	.banner {
		display:none;
	}
}
.year {
	font-size: 25px;
	line-height: 35px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	color: #AA6943;
}
.list1 ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	color: #818181;
	font-size: 16px;
}
.list1 ul li a:hover {
	color: #000;
}
.list2{
	display: inline-table;
	padding-left: 20px;
}
.list2 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 33.3333%;
	padding-right: 30px;
}
.list2 ul li a:hover {
	color: #000;
}
@media (max-width: 1199px) {
	.list2 ul li {
	width: 50%;
}
}
@media (max-width: 479px) {
	.list2 ul li {
	width: 100%;
}
}

.list3{
	display: inline-table;
	padding-left: 20px;
}
.list3 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 100%;
	padding-right: 30px;
}
.list3 ul li a:hover {
	color: #000;
}

.list4{
	display: inline-table;
	padding-left: 20px;
}
.list4 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 50%;
	padding-right: 30px;
}
.list4 ul li a:hover {
	color: #000;
}
@media (max-width: 479px) {
	.list4 ul li {
	width: 100%;
}
}

.deleteIcon a {
	font-size: 25px;
	color: #F00;
}
.language a {
	background-color: #c18c24;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	border-radius: 50%;
	height: 22px;
	width: 24px;
	padding-top: 1px;
}
.language a:hover {
	background-color: #999999;	
	color: #FFF;
}

.bg03 {
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: left;
}


.social-list2 {
  margin-top: 55px;
}
.social-list2:before,
.social-list2:after {
  content: " ";
  display: table;
}
.social-list2:after {
  clear: both;
}
.social-list2 li {
  margin-bottom: 30px;
}
.social-list2 li:before,
.social-list2 li:after {
  content: " ";
  display: table;
}
.social-list2 li:after {
  clear: both;
}
.social-list2 .fa {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #333333;
	color: #c7944a;
	font-size: 26px;
	line-height: 80px;
	text-align: center;
	float: left;
	margin-right: 27px;
}
.social-list2 .fa:before {
  display: inline-block;
}
.social-list2 .fa:hover {
	color: #fff;
	background-color: #c7944a;
}
.social-list2 h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.maskBox{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 设置背景颜色及透明度 */
  z-index: 9999; /* 设置层级，确保遮罩层位于其他元素之上 */
  
}

.mask1 {
	background-image: url(../images/mask1.png);
	padding: 20px;
}
.roomBtn ul li a {
	background-color: #b99b79;
	float: right;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFF;
	margin-left: 4px;
}
.roomBtn ul li a:hover {
	background-color: #a47947;
	
}
@media (max-width: 979px) {
	.roomBtn ul li a {
		float: left;
	}
}
.shift1 {
	margin-left:-15px;
}
@media (max-width: 979px) {
	.shift1 {
	margin-left:0px;
}
}
.shift2 {
	margin-right:-16px;
}
@media (max-width: 979px) {
	.shift2 {
	margin-left:0px;
}
}
.dotUL ul {
	padding-left: 20px;
}
.dotUL li {
	list-style-type: disc;
	
}
.aboutBox {
	text-align: center;
	margin-bottom: 30px;
}
.aboutBox img {
	width:70%;
	margin-bottom: 10px;
}

.indexBgBox:before, .indexBgBox:after {
  display: table;
  content: "";
  line-height: 0; }
.indexBgBox:after {
  clear: both; }
.indexBg1 {
	float: left;
	width: 25%;
}
.indexBg2 {
	float: left;
	width: 25%;
}
.indexBg3 {
	float: left;
	width: 25%;
}
.indexBg4 {
	float: left;
	width: 25%;
}
@media (max-width: 979px) {
	.indexBg1 {
	width: 50%;
  }
	.indexBg2 {
	width: 50%;
  }
	.indexBg3 {
	width: 50%;
  }
	.indexBg4 {
	width: 50%;
  }
}
.indexTextbox {
	width: 100%;
	position: absolute;
}

.indexText1 {
	font-size: 34px;
	color: #928064;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.indexText2 {
	font-size: 22px;
	color: #ad9d7a;
	line-height: 34px;
}
.indexText1Box {
	margin-top: 6%;
	color: #ad9d7a;
	position: absolute;
	width: 25%;
	padding: 50px;
}
.indexText2Box {
	margin-top: 12%;
	color: #ad9d7a;
	position: absolute;
	width: 25%;
	padding: 50px;
}
.indexText3Box {
	color: #ad9d7a;
	position: absolute;
	width: 25%;
	padding: 50px;
}
.indexText4Box {
	margin-top: 20%;
	color: #ad9d7a;
	position: absolute;
	width: 25%;
	padding: 50px;
}
.indexImg2 {
		display: none;
	}
@media (max-width: 1499px) {
	.indexText1 {
	font-size: 26px;
	color: #928064;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.indexText2 {
	font-size: 18px;
	color: #ad9d7a;
	line-height: 26px;
}
	
.indexText1Box {
	margin-top: 4%;
	width: 25%;
	padding: 30px;
}
.indexText2Box {
	margin-top: 10%;
	width: 25%;
	padding: 30px;
}
.indexText3Box {
	width: 25%;
	padding: 30px;
}
.indexText4Box {
	margin-top: 18%;
	width: 25%;
	padding: 30px;
}	
	
}

@media (max-width: 1101px) {
	.indexText1 {
	font-size: 22px;
	color: #928064;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.indexText2 {
	font-size: 16px;
	color: #ad9d7a;
	line-height: 24px;
}
}

@media (max-width: 979px) {
.indexText1 {
	text-align: left;
}
.indexText1Box {
	margin-top: 0%;
	width: 50%;
	padding: 25px;
}
.indexText2Box {
	margin-top: 0%;
	width: 50%;
	padding: 25px;
}
.indexText3Box {
	width: 50%;
	padding: 25px;
}
.indexText4Box {
	margin-top: 0%;
	width: 50%;
	padding: 25px;
}	
	
	.indexImg1 {
		display: none;
	}
	.indexImg2 {
		display: block;
	}
}

@media (max-width: 579px) {
	.indexText1 {
	font-size: 20px;
	margin-bottom: 5px;
}
}
.etan {
	font-size: 200px;
	line-height: 200px;
	color: #FFFFFF;
}
.etan2 {
	font-size: 40px;
	color: #FFFFFF;
}
@media (max-width: 979px) {
	.etan {
	font-size: 120px;
	line-height: 120px;
}
.etan2 {
	font-size: 26px;
}
}

.clearfix::before, .clearfix::after{
  content: " ";
  display: table;
}
.clearfix::after{
  clear: both;
}

#photo-gallery{
  column-count: 3;
  column-gap: 10px;
  width:100%; 
  margin:0 auto;
}

.gallery-item {
	margin: 0 10px;
	margin-bottom: 20px;
	border: solid 1px #e7e7e7;
	border-radius: 10px;
}
.gallery-itemText {
	padding: 10px 20px;
} 

.camera_ti2 {
	font-size: 34px;
	line-height: 40px;
	background: -webkit-linear-gradient(45deg, rgb(120,15,187) 20%, rgb(79,41,218), rgb(0,138,255) 90% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	float: left;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 10px;
}

.pad-top {
	padding-top:90px;
}

@media (max-width: 991px) {
	.pad-top {
	padding-top:20px;
}
}

.zhezhao { 
  width:100%; 
height:100%; 
background-color:#000; 
filter:alpha(opacity=50); 
-moz-opacity:0.5; 
opacity:0.5; 
position:absolute; 
left:0px; 
top:0px; 
display:none; 
z-index:1000; 
} 

 

/* 遮罩 */
    .mask {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(160, 160, 160, .6);
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */
    }

    .mask-info {
        width: 200px;
        height: 120px;
        background-color: white;
        border: 1px solid black;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.mask-info span {
        font-size: 14px;
        color: blue;
        box-sizing: border-box;
        display: inline-block;
        width: 200px;
        flex: 1;
        /* border: 1px solid black; */
        padding: 20px;
        text-align: center;
    }

    .mask-info div {
        margin-bottom: 20px;
    }

    .confirm {
        margin-right: 10px;
        cursor: pointer;
    }

    .cancel {
        cursor: pointer;
    }
.roomBox {
	background-color: #FFFFFF;
	-webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
}




