body {

  font-size: 12px;

  position: relative;

  color: #666;

}

body * {

  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;

}

.row:after {

  content: '';

  display: block;

  height: 0;

  clear: both;

}

.row .col {

  display: block;

  float: left;

}

input[type="text"],

input[type="search"],

input[type="submit"],

input[type="reset"],

input[type="date"],

input[type="tel"],

input[type="password"],

input[type="email"],

textarea {

  appearance: none;

  -webkit-appearance: none;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  outline: 0;

}

select {

  border-radius: 0;

  outline: 0;

}

.cus-select select {

  -moz-appearance: none;

  -webkit-appearance: none;

  appearance: none;

}

.cus-select select::-ms-expand {

  display: none;

}

.animated {

  -webkit-animation-duration: .5s;

  animation-duration: .5s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}

/* slider set */

.flexslider .flex-direction-nav a {

  width: 40px;

  height: 60px;

  background: #000;

  position: absolute;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  margin: 0;

}

.flexslider .flex-direction-nav .flex-prev {

  left: 0;

}

.flexslider .flex-direction-nav .flex-next {

  right: 0;

}

.flexslider .flex-control-nav {

  height: 12px;

  position: absolute;

  width: 100%;

  bottom: 15px;

}

.flexslider .flex-control-nav li a {

  background: rgba(255, 255, 255, 0.5);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.flexslider .flex-control-nav li a.flex-active {

  background: rgba(255, 255, 255, 0.9);

}

.flexslider.no-pager .flex-control-nav {

  display: none !important;

}

.flexslider.no-direction .flex-direction-nav {

  display: none !important;

}

.container.style2 {

  padding-bottom: 0;

}

.text-overflow {

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

/*===============================================================================================

    -pc

===============================================================================================*/

@media only screen and (min-width: 1200px) {

  .mobile,

  .tablet {

    display: none !important;

  }

  .wrap {

    width: 90%;

    max-width: 1170px;

    margin: 0 auto;

  }

  body {

    padding: 169px 0 0;

  }

  .w1400 {

    width: 94%;

    max-width: 1400px;

    margin: 0 auto;

  }

  header.header {

    background: #fff;

    border-bottom: 1px #d3d3d3 solid;

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 9999;

  }

  header.header .wrap {

    text-align: center;

    background: #fff;

  }

  header.header .wrap a.logo {

    display: inline-block;

    text-align: left;

    padding: 20px 0 30px;

  }

  header.header .wrap a.logo img {

    display: inline-block;

    vertical-align: text-bottom;

    height: 82px;

  }

  header.header .wrap a.logo div {

    display: inline-block;

    margin-left: 15px;

  }

  header.header .wrap a.logo div h1 {

    font-size: 31px;

    color: #BF0200;

    letter-spacing: 2px;

  }

  header.header .wrap a.logo div p {

    font-size: 14px;

    color: #515151;

  }

  header.header .wrap nav#menu {

    display: block;

    text-align: center;

    height: 36px;

  }

  header.header .wrap nav#menu ul.row {

    list-style: none;

    display: inline-block;

    text-align: left;

  }

  header.header .wrap nav#menu ul.row>li {

    float: left;

    padding: 0 20px;

    position: relative;

  }

  header.header .wrap nav#menu ul.row>li>a {

    font-size: 16px;

    color: #666;

    display: block;

    padding-bottom: 15px;

    position: relative;

    letter-spacing: 2px;

    font-weight: bold;

  }

  header.header .wrap nav#menu ul.row>li ul {

    display: block;

    list-style: none;

    position: absolute;

    top: calc(100% + 1px);

    width: 120px;

    background: #ffffff;

    z-index: 9999;

    text-align: center;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    padding: 15px 0;

    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

    -webkit-transition: visibility 0s;

    -moz-transition: visibility 0s;

    -ms-transition: visibility 0s;

    -o-transition: visibility 0s;

    -webkit-transition: opacity 0.2s linear;

    -moz-transition: opacity 0.2s linear;

    -ms-transition: opacity 0.2s linear;

    -o-transition: opacity 0.2s linear;

  }

  header.header .wrap nav#menu ul.row>li ul li a {

    font-size: 14px;

    font-weight: bold;

    color: #666;

  }

  header.header .wrap nav#menu ul.row>li ul li a.current,

  header.header .wrap nav#menu ul.row>li ul li a:hover {

    color: #AA0011;

  }

  header.header .wrap nav#menu ul.row>li ul li+li {

    margin-top: 10px;

  }

  header.header .wrap nav#menu ul.row>li.current>a:after,

  header.header .wrap nav#menu ul.row>li:hover>a:after {

    content: '';

    display: block;

    width: 100%;

    height: 2px;

    background: #BF0200;

    left: 0;

    bottom: 0;

    position: absolute;

  }

  header.header .wrap nav#menu ul.row>li.current ul,

  header.header .wrap nav#menu ul.row>li:hover ul {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .banner {

    position: relative;

  }

  .banner .flex-control-nav {

    height: auto;

    bottom: -45px;

  }

  .banner .flex-control-nav li {

    margin: 0 6px;

  }

  .banner .flex-control-nav li a {

    width: 12px;

    height: 12px;

    background: rgba(170, 0, 17, 0);

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    border: 3px #B79F4A solid;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

  }

  .banner .flex-control-nav li a.flex-active {

    background: #aa0011;

    border: 3px #AA0011 solid;

  }

  .tags {

    background: #B79F4A;

    display: inline-block;

    font-size: 20px;

    color: #fff;

    line-height: 36px;

    padding: 0 55px;

    position: relative;

  }

  .tags:before {

    position: absolute;

    left: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 18px 0 18px 16px;

    border-color: transparent transparent transparent #ffffff;

  }

  .tags:after {

    position: absolute;

    right: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 18px 16px 18px 0;

    border-color: transparent #ffffff transparent transparent;

  }

  .index-news {

    background: url(../images/bg1.jpg) top;

    padding: 90px 0 60px;

    border-bottom: 20px #B79F4A solid;

  }

  .index-news .wrap .row .left {

    width: 24%;

    float: left;

    text-align: center;

  }

  .index-news .wrap .row .left .inner {

    border: 2px #B79F4A solid;

    background: #fff;

    padding: 35px;

  }

  .index-news .wrap .row .left .inner .title {

    font-size: 24px;

    color: #B79F4A;

    display: inline-block;

    padding: 2px 0;

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    font-weight: bold;

    letter-spacing: 8px;

    margin-bottom: 20px;

  }

  .index-news .wrap .row .left .inner .title:before {

    content: '';

    display: block;

    height: 1px;

    background: #B79F4A;

    margin-bottom: 10px;

  }

  .index-news .wrap .row .left .inner .title:after {

    content: '';

    display: block;

    height: 1px;

    background: #B79F4A;

    margin-top: 10px;

  }

  .index-news .wrap .row .left .inner p {

    font-size: 17px;

    line-height: 1.6;

    padding: 15px 0;

  }

  .index-news .wrap .row .left .inner .link {

    margin-bottom: 30px;

  }

  .index-news .wrap .row .left .inner .link a,

  .index-news .wrap .row .left .inner .link span {

    font-size: 17px;

    display: inline-block;

    vertical-align: middle;

  }

  .index-news .wrap .row .left .inner .link a {

    color: #666;

  }

  .index-news .wrap .row .left .inner .link a:hover {

    color: #BF0200;

  }

  .index-news .wrap .row .left .inner .link span {

    margin: 0 10px;

    color: #B79F4A;

  }

  .index-news .wrap .row .right {

    width: 76%;

    float: left;

    padding-left: 9%;

  }

  div.more a,

  div.more span {

    font-size: 13px;

    font-weight: bold;

    display: inline-block;

    padding-bottom: 6px;

    position: relative;

    color: #262626;

    letter-spacing: 2px;

  }

  div.more a:after,

  div.more span:after {

    height: 1px;

    width: 100%;

    display: block;

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #B79F4A;

    -webkit-transform: scaleX(1);

    -moz-transform: scaleX(1);

    -ms-transform: scaleX(1);

    -o-transform: scaleX(1);

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

  }

  div.more a:hover:after,

  div.more span:hover:after {

    -webkit-transform: scaleX(0);

    -moz-transform: scaleX(0);

    -ms-transform: scaleX(0);

    -o-transform: scaleX(0);

  }

  .title-1 {

    position: relative;

    margin-bottom: 30px;

  }

  .title-1 span:first-child {

    font-size: 24px;

    font-weight: bold;

    letter-spacing: 8px;

    color: #B79F4A;

  }

  .title-1 span+span {

    font-size: 16px;

    margin-left: 20px;

  }

  .title-1 div.more {

    position: absolute;

    right: 0;

    bottom: 0;

  }

  .news .row {

    margin: 0 -25px;

  }

  .news .row .col {

    width: 33.33333333%;

    padding: 0 25px;

  }

  .news .row .col>a:hover,

  .news .row .col>a:focus {

    display: block;

    position: relative;

  }

  .news .row .col>a:hover:before,

  .news .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .news .row .col>a:hover .imgWrap .cover,

  .news .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .news .row .col .title {

    padding: 10px 0;

  }

  .news .row .col .title span {

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    color: #B79F4A;

  }

  .news .row .col .title span:nth-child(2) {

    /*margin: 0 10px;*/

  }

  .news .row .col .title span:last-child {

    font-weight: bold;

    color: #000;

    max-width: 60%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

  }

  .news .row .col p {

    font-size: 14px;

    padding-bottom: 2px;

    text-decoration: underline;

    line-height: 1.6;

    min-height: 50px;

    color: #666;

  }

  .news .row .col:nth-child(n+4) {

    /*margin-top: 60px;*/

  }

  .news.index .row {

    margin: 0 -35px;

  }

  .news.index .row .col {

    width: 50%;

    padding: 0 35px;

  }

  .imgWrap {

    position: relative;

    z-index: 99;

  }

  .imgWrap>img {

    width: 100%;

  }

  .imgWrap .cover {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(183, 159, 74, 0.7);

    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

    -webkit-transition: visibility 0s;

    -moz-transition: visibility 0s;

    -ms-transition: visibility 0s;

    -o-transition: visibility 0s;

    -webkit-transition: opacity 0.2s linear;

    -moz-transition: opacity 0.2s linear;

    -ms-transition: opacity 0.2s linear;

    -o-transition: opacity 0.2s linear;

  }

  .imgWrap .cover div.more {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

  }

  .imgWrap .cover div.more a,

  .imgWrap .cover div.more span {

    font-size: 16px;

    color: #fff;

  }

  .imgWrap .cover div.more a:after,

  .imgWrap .cover div.more span:after {

    background-color: #fff;

  }

  a.border:hover .imgWrap .cover,

  a.border:fucus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .index-about {

    background: url(../images/index_about_bg.jpg);

    padding: 70px 0;

  }

  .index-about .wrap .row {

    padding: 0 50% 0 0;

    position: relative;

  }

  .index-about .wrap .row .col .title {

    font-size: 24px;

    color: #B79F4A;

    font-weight: bold;

    letter-spacing: 8px;

  }

  .index-about .wrap .row .col .title:after {

    content: '';

    display: block;

    width: 40px;

    height: 3px;

    background: #B79F4A;

    margin: 15px 0 25px;

  }

  .index-about .wrap .row .col .sub-title {

    font-size: 24px;

    color: #B79F4A;

    font-weight: bold;

    margin-bottom: 15px;

  }

  .index-about .wrap .row .col p {

    font-size: 16px;

    color: #fff;

    line-height: 1.6;

  }

  .index-about .wrap .row .col:first-child {

    width: 100%;

    padding-right: 11%;

  }

  .index-about .wrap .row .col+.col {

    position: absolute;

    right: 0;

    width: 50%;

    height: 100%;

    text-align: right;
    top: 0;
  }

  .index-about .wrap .row .col+.col>img {

    margin: 20px 0 0;

  }

  .more2 {

    margin-top: 60px;

  }

  .more2 a {

    font-size: 15px;

    text-align: center;

    display: inline-block;

    padding: 12px 50px;

    color: #000;

    background: #B79F4A;

    letter-spacing: 2px;

    font-weight: bold;

    border: 1px #B79F4A solid;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

  }

  .more2 a:hover {

    background: 0;

    color: #B79F4A;

  }

  .page-title {

    text-align: center;

    margin-bottom: 40px;

  }

  .page-title img,

  .page-title .text {

    display: inline-block;

    vertical-align: top;

  }

  .page-title img {

    margin-top: 5px;

  }

  .page-title .text {

    margin: 0 20px;

  }

  .page-title .text h2 {

    font-size: 24px;

    color: #B79F4A;

    font-weight: bold;

    letter-spacing: 8px;

  }

  .page-title .text p {

    font-size: 16px;

    margin-top: 10px;

    letter-spacing: 2px;

  }

  .index-bottom {

    padding: 60px 0;

    background: url(../images/index_bottom_bg.jpg) center top repeat-x, url(../images/bg_bottom.png) left bottom no-repeat;

  }

  .exhibition .row {

    margin: 0 -25px;

  }

  .exhibition .row .col {

    width: 33.33333333%;

    padding: 0 25px;

  }

  .exhibition .row .col>a:hover,

  .exhibition .row .col>a:focus {

    display: block;

    position: relative;

  }

  .exhibition .row .col>a:hover:before,

  .exhibition .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .exhibition .row .col>a:hover .imgWrap .cover,

  .exhibition .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .exhibition .row .col .text {

    font-size: 14px;

    padding-left: 110px;

    position: relative;

    margin-top: 20px;

    min-height: 110px;

  }

  .exhibition .row .col .text .date {

    text-align: center;

    padding: 5px 10px;

    border: 1px #e9e4cc solid;

    width: 90px;

    color: #B79F4A;

    position: absolute;

    left: 0;

    top: 0;

    background: #fff;

  }

  .exhibition .row .col .text .date div {

    font-size: 12px;

  }

  .exhibition .row .col .text h2 {

    font-size: 17px;

    color: #000;

  }

  .exhibition .row .col .text p {

    margin-top: 5px;

    min-height: 60px;

    color: #666;

  }

  .exhibition .row .col:nth-child(n+4) {

    /*margin-top: 60px;*/

  }

  .bottom-links {

    margin-top: 40px;

  }

  .bottom-links a {

    display: block;

    float: left;

    width: 20%;

    text-align: center;

    color: #666;

    padding: 15px 0;

    background: url(../images/dashed.png) left repeat-y;

  }

  .bottom-links a img {

    display: inline-block;

    width: 70px;

  }

  .bottom-links a img+img {

    display: none;

  }

  .bottom-links a p {

    font-size: 18px;

    margin-top: 10px;

  }

  .bottom-links a:hover {

    color: #bf0200;

  }

  .bottom-links a:hover img:first-child {

    display: none;

  }

  .bottom-links a:hover img+img {

    display: inline-block;

  }

  .bottom-links a:last-child {

    background: url(../images/dashed.png) left repeat-y, url(../images/dashed.png) right repeat-y;

  }

  footer.footer {

    text-align: center;

    border-top: 1px #B79F4A solid;

    position: relative;

    z-index: 2;

  }

  footer.footer .top {

    background: #272221;

    padding: 40px 0;

  }

  footer.footer .top .wrap {

    color: #fff;

  }

  footer.footer .top .wrap .block {

    display: inline-block;

    vertical-align: top;

    text-align: left;

  }

  footer.footer .top .wrap .block h4 {

    font-size: 20px;

    margin-bottom: 25px;

  }

  footer.footer .top .wrap .block p {

    font-size: 13px;

  }

  footer.footer .top .wrap .block p+p {

    margin-top: 5px;

  }

  footer.footer .top .wrap .block ul {

    list-style: none;

    display: inline-block;

    vertical-align: top;

  }

  footer.footer .top .wrap .block ul li a {

    font-size: 14px;

    color: #fff;

    font-weight: 300;

  }

  footer.footer .top .wrap .block ul li a:hover {

    color: #BF0200;

  }

  footer.footer .top .wrap .block ul li+li {

    margin-top: 15px;

  }

  footer.footer .top .wrap .block ul li:first-child a {

    font-weight: bold;

  }

  footer.footer .top .wrap .block ul+ul {

    margin-left: 50px;

  }

  footer.footer .top .wrap .block ul:last-child a {

    font-weight: bold;

  }

  footer.footer .top .wrap .block:first-child {

    float: left;

  }

  footer.footer .top .wrap .block:last-child {

    float: right;

  }

  footer.footer .top .wrap .block:last-child>img {

    display: inline-block;

    vertical-align: top;

  }

  footer.footer .top .wrap .block:last-child>img:first-child {

    height: 31px;

  }

  footer.footer .top .wrap .block:last-child>img+img {

    height: 45px;

    margin-left: 15px;

  }

  footer.footer .top .wrap .block:last-child .social {

    margin-top: 15px;

    text-align: right;

  }

  footer.footer .top .wrap .block:last-child .social a img {

    height: 18px;

  }

  footer.footer .top .wrap .block:last-child .social a+a {

    margin-left: 15px;

  }

  footer.footer .copy-right {

    line-height: 60px;

    text-align: center;

    background: #231815;

    color: #969696;

    font-size: 14px;

  }

  footer.footer .copy-right .wrap {

    position: relative;

  }

  footer.footer .copy-right span {

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    font-size: 13px;

    color: #fff;

  }

  footer.footer .copy-right a {

    color: #969696;

  }

  footer.footer .copy-right a:hover {

    color: #fff;

  }

  #goTop {

    position: fixed;

    right: 5%;

    bottom: 120px;

    cursor: pointer;

    z-index: 998;

    display: none;

  }

  #goTop a {

    display: block;

  }

  #goTop img {

    height: 55px;

  }

  #goTop img:hover,
  #goTop img:active,
  #goTop img:focus {

    border-color: red;

    border-style: dotted;

    border-width: thin;

    color: #F00;

  }

  /* about01 */

  .container {

    background: url(../images/bg1.jpg);

    position: relative;

    padding-bottom: 80px;

  }

  .container:after {

    content: '';

    display: block;

    width: 250px;

    height: 140px;

    background: url(../images/bg_bottom.png) no-repeat;

    z-index: 1;

    position: absolute;

    left: 0;

    bottom: 0;

  }

  .container .page-title {

    padding: 60px 0;

    margin: 0;

  }

  .container>.wrap {

    position: relative;

    z-index: 2;

  }

  .w850 {

    width: 90%;

    max-width: 850px;

    margin: 0 auto;

  }

  .edit .editor {

    line-height: 1.6;

    font-size: 16px;

  }

  .about01 .row .col {

    width: 33.33333333%;

  }

  .about01 .row .col:nth-child(2) {

    text-align: center;

  }

  .about01 .row .col:last-child {

    text-align: right;

  }

  /* about02 */

  .about02 .img .col {

    float: left;

  }

  .about02 .img .col+.col {

    float: right;

  }

  .about02 .img .col+.col div+div {

    margin-top: 6px;

  }

  /* attractions */

  .w990 {

    width: 90%;

    max-width: 990px;

    margin: 0 auto;

  }

  .attractions b {

    font-size: 17px;

  }

  .attractions img {

    float: right;

    margin: 0 0 20px 30px;

  }

  .w1000 {

    width: 90%;

    max-width: 1000px;

    margin: 0 auto;

  }

  .box {

    background: #fff;

    padding: 50px 0;

  }

  /* collection */

  .cus-select select {

    background: url(../images/arrow.png) right 15px center no-repeat;

    -webkit-background-size: 9px auto;

    -moz-background-size: 9px auto;

    -o-background-size: 9px auto;

    background-size: 9px auto;

  }

  .collection .tips {

    font-size: 16px;

    text-align: center;

    margin-bottom: 30px;

  }

  .collection .inner {

    width: 400px;

    margin: 0 auto;

  }

  .collection .inner .row {

    padding-left: 105px;

    position: relative;

  }

  .collection .inner .row label {

    position: absolute;

    line-height: 32px;

    left: 0;

    top: 0;

    font-size: 16px;

  }

  .collection .inner .row input,

  .collection .inner .row select {

    border: 1px #ddd solid;

    height: 32px;

    display: block;

    width: 100%;

    font-size: 16px;

    color: #666;

    padding: 0 15px;

  }

  .collection .inner .row+.row {

    margin-top: 15px;

  }

  .collection .inner .btn {

    text-align: center;

    margin-top: 30px;

  }

  .collection .inner .btn a {

    display: inline-block;

    font-size: 14px;

    padding: 5px 40px;

    background: #B79F4A;

    color: #fff;

  }

  .collection .inner .btn a+a {

    background: #A3A3A3;

    margin-left: 20px;

  }

  .Search_btn {

    display: inline-block;

    font-size: 14px;

    padding: 5px 40px;

    background: #B79F4A;

    color: #fff;

  }

  .Clear_btn {
    display: inline-block;

    font-size: 14px;

    padding: 5px 40px;

    background: #A3A3A3;

    color: #fff;

    margin-left: 20px;

  }

  /* collection list */

  .w1120 {

    width: 90%;

    max-width: 1120px;

    margin: 0 auto;

  }

  .collection-list .row {

    margin: 0 -20px;

  }

  .collection-list .row .col {

    width: 25%;

    text-align: center;

    padding: 0 20px;

  }

  .collection-list .row .col>a:hover,

  .collection-list .row .col>a:focus {

    display: block;

    position: relative;

  }

  .collection-list .row .col>a:hover:before,

  .collection-list .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .collection-list .row .col img {

    width: 100%;

  }

  .collection-list .row .col p {

    font-size: 17px;

    color: #000;

    margin-top: 20px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    display: block;

  }

  .collection-list .row .col:nth-child(n+5) {

    margin-top: 50px;

  }

  .pager {

    text-align: center;

    padding: 60px 0 0;

  }

  .pager a {

    display: inline-block;

    vertical-align: middle;

  }

  .pager a.function {

    font-size: 12px;

    color: #666;

  }

  .pager a.function span,

  .pager a.function img {

    display: inline-block;

    vertical-align: middle;

  }

  .pager a.function img {

    height: 13px;

    display: inline-block;

    margin: 0 5px;

  }

  .pager a.function img+img {

    display: none;

  }

  .pager a.function:hover {

    color: #B79F4A;

  }

  .pager a.function:hover img {

    display: none;

  }

  .pager a.function:hover img+img {

    display: inline-block;

  }

  .pager a:not(.function) {

    width: 26px;

    height: 26px;

    border: 1px #B79F4A solid;

    font-size: 14px;

    color: #B79F4A;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    text-align: center;

    line-height: 24px;

    margin: 0 10px;

  }

  .pager a:not(.function) span {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    display: inline-block;

    position: relative;

  }

  .pager a:not(.function):hover,

  .pager a:not(.function).current {

    color: #fff;

    background: #B79F4A;

  }

  /* collection view */

  .collection-view {

    padding: 30px 70px;

  }

  .collection-view>.row {

    margin: 0 -25px;

  }

  .collection-view>.row>.col {

    padding: 0 25px;

    width: 50%;

  }

  .collection-view>.row>.col+.col .inner {

    border: 1px #B79F4A solid;

    padding: 25px;

  }

  .collection-view>.row>.col+.col .inner .title {

    font-size: 17px;

    color: #262626;

    font-weight: bold;

    padding-bottom: 10px;

  }

  .collection-view>.row>.col+.col .inner .info {

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    padding: 10px 0 10px 15px;

  }

  .collection-view>.row>.col+.col .inner .info div {

    display: inline-block;

    font-size: 14px;

  }

  .collection-view>.row>.col+.col .inner .info div span:first-child {

    color: #B79F4A;

  }

  .collection-view>.row>.col+.col .inner .info div i {

    font-style: normal;

    font-size: 12px;

    color: #B79F4A;

    margin: 0 10px;

  }

  .collection-view>.row>.col+.col .inner .info div+div {

    margin-left: 25px;

  }

  .collection-view>.row>.col+.col .inner .editor {

    font-size: 15px;

    padding: 15px 0;

    min-height: 235px;

  }

  .collection-view>.row>.col+.col .row {

    margin: 24px -12px 0;

  }

  .collection-view>.row>.col+.col .row a {

    display: block;

    width: 25%;

    padding: 0 12px;

  }

  .back {

    text-align: center;

    margin-top: 70px;

  }

  .back a {

    display: inline-block;

    color: #fff;

    font-size: 16px;

    background: #B79F4A;

    padding: 15px 30px;

    letter-spacing: 8px;

  }

  .back a img {

    height: 13px;

    margin-right: 15px;

  }

  .back a img,

  .back a span {

    display: inline-block;

    vertical-align: middle;

  }

  .back a:hover {

    background: #AA8718;

  }

  /* rented */

  .page-title2 .row {

    margin: 0 -16px;

  }

  .page-title2 .row .col {

    width: 50%;

    padding: 0 16px;

  }

  .page-title2 .row .col:first-child div {

    font-size: 24px;

  }

  .page-title2 .row .col:first-child div:first-child {

    color: #B79F4A;

    letter-spacing: 2px;

  }

  .page-title2 .row .col:first-child div+div {

    letter-spacing: 10px;

    margin-top: 5px;

  }

  .page-title2 .row .col+.col {

    font-size: 15px;

    line-height: 2;

    float: right;

  }

  .rented {

    padding: 30px 90px;

  }

  .rented .inner {

    border-top: 1px #B79F4A solid;

    position: relative;

    padding-top: 25px;

  }

  .rented .inner:before {

    content: '';

    display: block;

    width: 45px;

    height: 3px;

    background: #B79F4A;

    position: absolute;

    left: 0;

    top: -2px;

  }

  .rented .form {

    margin-top: 30px;

  }

  .form>.row {

    margin: 25px -16px 0;

  }

  .form>.row>.col {

    width: 50%;

    padding: 0 16px;

  }

  .form>.row>.col .inner-box {

    padding-left: 110px;

    position: relative;

  }

  .form>.row>.col label {

    position: absolute;

    left: 0;

    width: 110px;

    top: 0;

    font-size: 16px;

    line-height: 36px;

  }

  .form>.row>.col label span {

    font-size: 12px;

    margin-left: 5px;

  }

  .form>.row>.col input,

  .form>.row>.col select {

    display: block;

    width: 100%;

    border: 0;

    border-bottom: 1px #c7c7c7 solid;

    height: 36px;

    font-size: 15px;

  }

  .form>.row .time .row {

    padding: 0 46%;

    position: relative;

  }

  .form>.row .time .row .col:first-child {

    width: 46%;

    position: absolute;

    left: 0;

    top: 0;

  }

  .form>.row .time .row .col:nth-child(2) {

    line-height: 36px;

    text-align: center;

    font-size: 15px;

    width: 100%;

  }

  .form>.row .time .row .col:last-child {

    width: 46%;

    position: absolute;

    right: 0;

    top: 0;

  }

  .form .textarea {

    margin: 25px 0 0;

  }

  .form .textarea label {

    font-size: 16px;

    display: block;

  }

  .form .textarea label span {

    font-size: 12px;

    margin-left: 5px;

  }

  .form .textarea .col {

    width: 100%;

    padding: 0 0 0 110px;

  }

  .form .textarea .col textarea {

    width: 100%;

    border: 0;

    border-bottom: 1px #c7c7c7 solid;

    font-size: 15px;

    display: block;

    height: 130px;

  }

  .form .code {

    margin: 25px 0 0;

  }

  .form .code .col {

    width: auto;

    padding: 0;

  }

  .form .code .col:first-child label {

    line-height: 46px;

  }

  .form .code .col:first-child .inner-box>span {

    float: left;

  }

  .form .code .col:first-child input {

    width: 180px;

    float: left;

    height: 46px;

  }

  .form .code .col:first-child img {

    height: 46px;

    float: left;

    margin: 0 10px;

  }

  .form .code .col:first-child a {

    display: inline-block;

    vertical-align: middle;

    font-size: 14px;

    color: #B79F4A;

    line-height: 46px;

  }

  .form .code .col+.col {

    float: right;

  }

  .form .code .col+.col a {

    display: inline-block;

    font-size: 17px;

    color: #fff;

    background: #B79F4A;

    text-align: center;

    width: 200px;

    line-height: 46px;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

  }

  .form .code .col+.col a:hover {

    background: #AA8718;

  }

  .form>.row .col .title {

    font-size: 16px;

    display: inline-block;

    vertical-align: top;

  }

  .form>.row .col .textarea {

    margin: 0;

  }

  .form>.row .col .textarea label {

    position: static;

    width: auto;

  }

  .form>.row .col .textarea textarea {

    height: 90px;

  }

  .form>.row .col .checkbox {

    display: inline-block;

    vertical-align: top;

    margin-left: 80px;

  }

  .form>.row .col .checkbox label {

    position: static;

    font-size: 16px;

    line-height: normal;

    margin-right: 15px;

  }

  .form>.row .col .checkbox input {

    width: auto;

    height: auto;

    display: inline-block;

  }

  .form>.row .col .checkbox p+p {

    margin-top: 30px;

  }

  .form .code.style2 {

    margin: 70px 0 0;

  }

  /* contact */

  .box.style2 {

    border-top: 9px #B79F4A solid;

  }

  .line:before {

    content: '';

    display: block;

    width: 45px;

    height: 3px;

    background: #B79F4A;

    margin-bottom: 25px;

  }

  .contact {

    padding: 40px 140px;

    position: relative;

  }

  .contact:after {

    content: '';

    display: block;

    width: 600px;

    height: 600px;

    z-index: 1;

    position: absolute;

    bottom: -190px;

    right: -210px;

    background: url(../images/contact_bg.png) no-repeat;

  }

  .contact .inner {

    position: relative;

    z-index: 2;

  }

  .contact .inner>.row {

    margin: 0 -16px 60px;

  }

  .contact .inner>.row>.col {

    width: 50%;

    padding: 0 16px;

  }

  .contact .inner>.row>.col .title {

    font-size: 24px;

    color: #B79F4A;

    letter-spacing: 2px;

    margin-bottom: 30px;

  }

  .contact .inner>.row>.col p {

    font-size: 18px;

  }

  .contact .inner>.row>.col p span {

    display: inline-block;

    vertical-align: middle;

  }

  .contact .inner>.row>.col p i {

    display: inline-block;

    vertical-align: middle;

    font-style: normal;

    color: #B79F4A;

    margin-right: 10px;

  }

  .contact .inner>.row>.col p span:first-child {

    width: 85px;

  }

  .contact .inner>.row>.col p+p {

    margin-top: 10px;

  }

  .contact .inner>.row>.col .map {

    position: relative;

    height: 220px;

  }

  .contact .inner>.row>.col .map iframe {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

  }

  /* exhibition view */

  .exhibition-view {

    padding: 20px 70px;

  }

  .exhibition-view .row .col {

    width: 57%;

  }

  .exhibition-view .row .col .inner {

    border: 1px #B79F4A solid;

    padding: 30px;

    min-height: 370px;

  }

  .exhibition-view .row .col .inner .date {

    display: table;

    width: 100%;

  }

  .exhibition-view .row .col .inner .date .tr {

    display: table-row;

  }

  .exhibition-view .row .col .inner .date .tr .td {

    display: table-cell;

    vertical-align: middle;

  }

  .exhibition-view .row .col .inner .date .tr .td:first-child {

    font-size: 14px;

    color: #B79F4A;

    text-align: center;

    padding-right: 20px;

    width: 90px;

  }

  .exhibition-view .row .col .inner .date .tr .td:first-child span {

    font-size: 12px;

  }

  .exhibition-view .row .col .inner .date .tr .td+.td {

    font-size: 17px;

    font-weight: bold;

    padding-left: 20px;

    border-left: 1px #e9e4cc solid;

    color: #000;

  }

  .exhibition-view .row .col+.col {

    width: 43%;

    padding-left: 4%;

  }

  .exhibition-view .info {

    border-top: 1px #e9e4cc solid;

    border-bottom: 1px #e9e4cc solid;

    padding: 10px 0;

    font-size: 14px;

    margin-top: 15px;

  }

  .exhibition-view .info img {

    height: 15px;

    margin-right: 10px;

  }

  .exhibition-view .info img,

  .exhibition-view .info span {

    display: inline-block;

    vertical-align: middle;

  }

  .exhibition-view p {

    margin-top: 10px;

    font-size: 15px;

  }

  .exhibition .row .col .text .date i {

    font-style: normal;

    display: block;

    text-align: center;

  }

  .exhibition .row .col .text .date div {

    font-size: 12px;

  }

  .exhibition-view.style2 .row .col .inner .date {

    display: table;

    width: 100%;

  }

  .exhibition-view.style2 .row .col .inner .date .tr {

    display: table-row;

  }

  .exhibition-view.style2 .row .col .inner .date .tr .td {

    display: table-cell;

    vertical-align: middle;

  }

  .exhibition-view.style2 .row .col .inner .date .tr .td:first-child {

    font-size: 14px;

    color: #B79F4A;

    text-align: center;

    padding-right: 20px;

    width: 130px;

  }

  .exhibition-view.style2 .row .col .inner .date .tr .td:first-child span {

    font-size: 12px;

  }

  .exhibition-view.style2 .row .col .inner .date .tr .td+.td {

    font-size: 17px;

    font-weight: bold;

    padding-left: 20px;

    border-left: 1px #e9e4cc solid;

    color: #000;

  }

  /* news view */

  .news-view {

    padding: 30px 70px;

  }

  .news-view .date {

    font-size: 16px;

    color: #B79F4A;

    letter-spacing: 2px;

  }

  .news-view .title {

    font-size: 20px;

    font-weight: bold;

    letter-spacing: 4px;

    color: #262626;

    padding: 5px 0 15px;

    border-bottom: 1px #B79F4A solid;

    margin-bottom: 20px;

  }

  .news-view .img .row {

    margin: 0 -1px;

  }

  .news-view .img .row .col {

    width: 50%;

    padding: 0 1px;

  }

  .news-view .img .row .col img {

    width: 100%;

  }

  /* law */

  .law {

    padding: 10px 140px;

  }

  .law .title,

  .law p {

    font-size: 18px;

    text-align: center;

  }

  .law .title {

    font-weight: bold;

    color: #262626;

  }

  .law p {

    margin: 5px 0 30px;

    font-size: 17px;

  }

  .law .row {

    padding: 10px 140px 10px 0;

    min-height: 51px;

    position: relative;

    border-bottom: 1px #dedede solid;

  }

  .law .row .col:first-child {

    font-size: 16px;

  }

  .law .row .col+.col {

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

  }

  .law .row .col+.col a {

    display: block;

    position: relative;

    width: 131px;

    height: 31px;

  }

  .law .row .col+.col a img {

    height: 31px;

    position: absolute;

    left: 0;

    top: 0;

  }

  .law .row .col+.col a img+img {

    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

  }

  .law .row .col+.col a:hover img:first-child {

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

  }

  .law .row .col+.col a:hover img+img {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  /* links */

  .links .row {

    margin: 0 -25px;

  }

  .links .row .col {

    width: 25%;

    padding: 0 25px;

  }

  .links .row .col>a:hover,

  .links .row .col>a:focus {

    display: block;

    position: relative;

  }

  .links .row .col>a:hover:before,

  .links .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .links .row .col>a:hover .imgWrap .cover,

  .links .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .links .row .col p {

    font-size: 16px;

    text-align: center;

    margin-top: 15px;

    min-height: 44px;

    color: #666;

  }

  .links .row .col:nth-child(n+5) {

    /*margin-top: 60px;*/

  }

  /* rented-rule */

  .rule {

    text-align: center;

    font-size: 14px;

    margin-top: 40px;

  }

  .rule label {

    display: inline-block;

    vertical-align: middle;

  }

  .rule label span {

    color: #B79F4A;

  }

  .rule input {

    margin-right: 5px;

    display: inline-block;

    vertical-align: middle;

  }

  .rented-rule {

    padding: 10px 60px;

  }

  .rented-rule .title {

    font-size: 17px;

    color: #B79F4A;

    font-weight: bold;

    padding-bottom: 20px;

    border-bottom: 1px #B79F4A solid;

    text-align: center;

    margin-bottom: 20px;

  }

  .rented-rule table {

    width: 500px;

    table-layout: fixed;

  }

  .btn2 {

    text-align: center;

    margin-top: 10px;

  }

  .btn2 a {

    display: inline-block;

    width: 220px;

    line-height: 34px;

    color: #fff;

    background: #B79F4A;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    text-align: center;

    font-size: 17px;

  }

  .btn2 a:hover {

    background: #AA8718;

  }

  /* reservation */

  .rented-rule ul {

    padding-left: 16px;

  }

  /* service */

  .service .title {

    font-size: 17px;

    font-weight: bold;

    color: #B79F4A;

    margin-bottom: 10px;

  }

  .service .block {

    padding-bottom: 60px;

    border-bottom: 1px #aaa solid;

  }

  .service .block+.block {

    padding-top: 30px;

  }

  .service .block:last-child {

    padding-bottom: 0;

    border-bottom: 0;

  }

  /* sitemap */

  .sitemap {

    padding: 10px 80px;

  }

  .sitemap .block ul {

    list-style: none;

    margin-bottom: 50px;

  }

  .sitemap .block ul li:not(:first-child) {

    float: left;

    font-size: 16px;

  }

  .sitemap .block ul li:not(:first-child):before {

    content: '◆';

    color: #B79F4A;

    margin-right: 5px;

  }

  .sitemap .block ul li:not(:first-child) a {

    font-size: 16px;

    color: #666;

  }

  .sitemap .block ul li:not(:first-child)+li:not(:first-child) {

    margin-left: 40px;

  }

  .sitemap .block ul li:first-child {

    padding-bottom: 5px;

    border-bottom: 1px #ccc solid;

    margin-bottom: 20px;

  }

  .sitemap .block ul li:first-child a {

    color: #B79F4A;

    font-size: 18px;

  }

  .sitemap .block ul:last-child {

    margin-bottom: 0;

  }

  .sitemap .block ul:last-child li {

    padding-bottom: 5px;

    border-bottom: 1px #ccc solid;

    display: inline-block;

    float: none;

  }

  .sitemap .block ul:last-child li:before {

    display: none;

  }

  .sitemap .block ul:last-child li a {

    font-size: 18px;

    color: #B79F4A;

  }

  .sitemap .block ul:last-child li+li {

    margin-left: 40px;

  }

  /* space */

  .space .tip {

    font-size: 16px;

    text-align: center;

    line-height: 1.6;

  }

  .space .block {

    padding: 30px 0;

    text-align: center;

  }

  .space .block+.block {

    border-top: 1px #aaa solid;

  }

  /* ticket */

  .ticket .table-wrap {

    border-top: 2px #d1d1d1 solid;

    border-bottom: 1px #d1d1d1 solid;

    margin-bottom: 35px;

  }

  .ticket .table {

    display: table;

    width: 100%;

    table-layout: fixed;

  }

  .ticket .table .tr {

    display: table-row;

  }

  .ticket .table .tr .td {

    display: table-cell;

    padding: 20px 0;

    text-align: center;

    font-size: 17px;

  }

  .ticket .table .tr:first-child .td {

    background: url(../images/dashed2.png) bottom repeat-x;

  }

  .ticket .tips {

    padding: 30px 0;

    text-align: center;

    font-size: 17px;

  }

  .ticket ul {

    list-style: none;

  }

  .ticket ul li {

    font-size: 17px;

  }

  .ticket ul li:before {

    content: '◆';

    color: #B79F4A;

    margin-right: 5px;

  }

  .ticket ul li+li {

    margin-top: 5px;

  }

  .tags2 {

    background: #B79F4A;

    display: inline-block;

    font-size: 20px;

    color: #fff;

    line-height: 36px;

    padding: 0 25px 0 15px;

    position: relative;

    margin-bottom: 15px;

  }

  .tags2:after {

    position: absolute;

    right: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 18px 16px 18px 0;

    border-color: transparent #ffffff transparent transparent;

  }

  /* visit */

  .visit .text {

    font-size: 17px;

    line-height: 1.6;

  }

  .visit>.row .col {

    width: 50%;

  }

  .visit .table-wrap {

    border-top: 2px #d1d1d1 solid;

    border-bottom: 1px #d1d1d1 solid;

    margin-top: 40px;

  }

  .visit .table {

    display: table;

    width: 100%;

    table-layout: fixed;

  }

  .visit .table .tr {

    display: table-row;

  }

  .visit .table .tr .td {

    display: table-cell;

    padding: 20px 0;

    text-align: center;

    font-size: 17px;

  }

  .visit .table .tr:first-child .td {

    background: url(../images/dashed2.png) bottom repeat-x;

  }

  .visit .tips {

    padding: 30px 0;

    text-align: center;

    font-size: 17px;

  }

}

@media only screen and (min-width: 1600px) {

  body {

    padding: 120px 0 0 0;

  }

  header.header .wrap {

    height: 120px;

    position: relative;

  }

  header.header .wrap a.logo {

    display: block;

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    padding: 0;

  }

  header.header .wrap a.logo img {

    vertical-align: text-bottom;

  }

  header.header .wrap a.logo div {

    vertical-align: text-bottom;

  }

  header.header .wrap nav#menu ul.row {

    position: absolute;

    right: 0;

    bottom: 0;

  }

  header.header .wrap nav#menu ul.row>li {

    float: left;

    padding: 0 20px;

    position: relative;

  }

  header.header .wrap nav#menu ul.row>li>a {

    padding-bottom: 30px;

  }

}

/*===============================================================================================

    -tablet

===============================================================================================*/

@media only screen and (min-width: 670px) and (max-width: 1199px) {

  .pc,

  .hide-in-tablet {

    display: none !important;

  }

  .wrap {

    width: 80%;

    max-width: 960px;

    margin: 0 auto;

  }

  body {

    padding: 64px 0 0;

  }

  header.header .wrap {

    width: 100%;

    max-width: 100%;

  }

  header.header .top {

    position: fixed;

    width: 100%;

    height: 64px;

    z-index: 9999;

    top: 0;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    background: #fff;

  }

  header.header .top a.logo {

    position: absolute;

    left: 20px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

  }

  header.header .top a.logo img {

    display: inline-block;

    vertical-align: middle;

    height: 42px;

  }

  header.header .top a.logo div {

    display: inline-block;

    vertical-align: middle;

    margin-left: 5px;

  }

  header.header .top a.logo div h1 {

    font-size: 18px;

    color: #BF0200;

    font-weight: normal;

    font-weight: 600;

  }

  header.header .top a.logo div p {

    font-size: 8px;

    color: #515151;

  }

  header.header .top #menu-btn {

    position: absolute;

    right: 20px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    z-index: 99;

  }

  header.header .top #menu-btn i {

    font-size: 24px;

    color: #BF0200;

  }

  nav#menu {

    position: fixed;

    width: 80%;

    max-width: 240px;

    height: 100%;

    left: 0;

    top: 0;

    overflow: auto;

    -webkit-overflow-scrolling: touch;

    z-index: 999;

    padding: 64px 0 0;

    background: #ffffff;

    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    display: none;

  }

  nav#menu>ul {

    display: block;

    list-style: none;

  }

  nav#menu>ul>li {

    background: #f5f5f5 url(../images/menu_line2.png) bottom repeat-x;

    -webkit-background-size: 1px 1px;

    -moz-background-size: 1px 1px;

    -o-background-size: 1px 1px;

    background-size: 1px 1px;

  }

  nav#menu>ul>li>a {

    font-size: 15px;

    color: #333;

    display: block;

    padding: 12px 20px;

  }

  nav#menu>ul>li>a span,

  nav#menu>ul>li>a i {

    display: inline-block;

    vertical-align: middle;

  }

  nav#menu>ul>li>a i {

    margin-left: 10px;

    font-size: 12px;

  }

  nav#menu>ul>li ul {

    display: block;

    list-style: none;

    background: #fff;

  }

  nav#menu>ul>li ul li {

    display: block;

    padding: 12px 20px 12px 35px;

    background: url(../images/menu_line2.png) top repeat-x;

    -webkit-background-size: 1px 1px;

    -moz-background-size: 1px 1px;

    -o-background-size: 1px 1px;

    background-size: 1px 1px;

  }

  nav#menu>ul>li ul li a {

    font-size: 15px;

    color: #333;

    display: block;

  }

  nav#menu>ul>li ul li:last-child {

    background: url(../images/menu_line2.png) top repeat-x, url(../images/menu_line2.png) bottom repeat-x;

    -webkit-background-size: 1px 1px;

    -moz-background-size: 1px 1px;

    -o-background-size: 1px 1px;

    background-size: 1px 1px;

  }

  nav#menu.active {

    display: block;

  }

  .banner {

    position: relative;

  }

  .banner .flex-control-nav {

    height: auto;

    bottom: -35px;

    width: 100%;

  }

  .banner .flex-control-nav li {

    margin: 0 6px;

  }

  .banner .flex-control-nav li a {

    width: 11px;

    height: 11px;

    background: rgba(170, 0, 17, 0);

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    border: 2px #B79F4A solid;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

  }

  .banner .flex-control-nav li a.flex-active {

    background: #aa0011;

    border: 2px #AA0011 solid;

  }

  .tags {

    background: #B79F4A;

    display: inline-block;

    font-size: 20px;

    color: #fff;

    line-height: 40px;

    padding: 0 55px;

    position: relative;

  }

  .tags:before {

    position: absolute;

    left: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 20px 0 20px 16px;

    border-color: transparent transparent transparent #ffffff;

  }

  .tags:after {

    position: absolute;

    right: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 20px 16px 20px 0;

    border-color: transparent #ffffff transparent transparent;

  }

  .index-news {

    background: url(../images/mobile_bg.png) top;

    -webkit-background-size: 960px auto;

    -moz-background-size: 960px auto;

    -o-background-size: 960px auto;

    background-size: 960px auto;

    padding: 60px 0 40px;

    border-bottom: 7px #B79F4A solid;

  }

  .index-news .wrap .row .left {

    text-align: center;

  }

  .index-news .wrap .row .left .inner {

    border: 2px #B79F4A solid;

    background: #fff;

    padding: 35px;

  }

  .index-news .wrap .row .left .inner .title {

    font-size: 22px;

    color: #B79F4A;

    display: inline-block;

    padding: 2px 0;

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    font-weight: bold;

    letter-spacing: 4px;

    margin-bottom: 20px;

  }

  .index-news .wrap .row .left .inner .title:before {

    content: '';

    display: block;

    height: 1px;

    background: #B79F4A;

    margin-bottom: 10px;

  }

  .index-news .wrap .row .left .inner .title:after {

    content: '';

    display: block;

    height: 1px;

    background: #B79F4A;

    margin-top: 10px;

  }

  .index-news .wrap .row .left .inner p {

    font-size: 15px;

    line-height: 1.6;

    padding: 15px 0;

  }

  .index-news .wrap .row .left .inner .link {

    margin-bottom: 30px;

  }

  .index-news .wrap .row .left .inner .link a,

  .index-news .wrap .row .left .inner .link span {

    font-size: 16px;

    display: inline-block;

    vertical-align: middle;

  }

  .index-news .wrap .row .left .inner .link a {

    color: #666;

  }

  .index-news .wrap .row .left .inner .link span {

    margin: 0 10px;

    color: #B79F4A;

  }

  .index-news .wrap .row .right {

    margin-top: 40px;

  }

  div.more a,

  div.more span {

    font-size: 15px;

    display: inline-block;

    padding-bottom: 6px;

    position: relative;

    color: #262626;

    letter-spacing: 2px;

  }

  div.more a:after,

  div.more span:after {

    height: 1px;

    width: 100%;

    display: block;

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #B79F4A;

    -webkit-transform: scaleX(1);

    -moz-transform: scaleX(1);

    -ms-transform: scaleX(1);

    -o-transform: scaleX(1);

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

  }

  .title-1 {

    position: relative;

    margin-bottom: 30px;

  }

  .title-1 span:first-child {

    font-size: 22px;

    font-weight: bold;

    letter-spacing: 4px;

    color: #B79F4A;

  }

  .title-1 span+span {

    font-size: 14px;

    margin-left: 7px;

  }

  .title-1 div.more {

    position: absolute;

    right: 0;

    bottom: 0;

  }

  .news .row {

    margin: 0 -15px;

  }

  .news .row .col {

    width: 50%;

    padding: 0 15px;

  }

  .news .row .col>a:hover,

  .news .row .col>a:focus {

    display: block;

    position: relative;

  }

  .news .row .col>a:hover:before,

  .news .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .news .row .col>a:hover .imgWrap .cover,

  .news .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .news .row .col .title {

    padding: 10px 0;

  }

  .news .row .col .title span {

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    color: #B79F4A;

  }

  .news .row .col .title span:nth-child(2) {

    margin: 0 10px;

  }

  .news .row .col .title span:last-child {

    font-weight: bold;

    color: #000;

    max-width: 46%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

  }

  .news .row .col p {

    font-size: 15px;

    padding-bottom: 2px;

    text-decoration: underline;

    line-height: 1.6;

    min-height: 80px;

    color: #666;

  }

  .news .row .col:nth-child(n+3) {

    /*margin-top: 40px;*/

  }

  .news.index .row {

    margin: 0 -15px;

  }

  .news.index .row .col {

    width: 50%;

    padding: 0 15px;

  }

  .imgWrap {

    position: relative;

  }

  .imgWrap>img {

    width: 100%;

  }

  .imgWrap .cover {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(183, 159, 74, 0.7);

    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

    -webkit-transition: visibility 0s;

    -moz-transition: visibility 0s;

    -ms-transition: visibility 0s;

    -o-transition: visibility 0s;

    -webkit-transition: opacity 0.2s linear;

    -moz-transition: opacity 0.2s linear;

    -ms-transition: opacity 0.2s linear;

    -o-transition: opacity 0.2s linear;

  }

  .imgWrap .cover div.more {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

  }

  .imgWrap .cover div.more a,

  .imgWrap .cover div.more span {

    font-size: 16px;

    color: #fff;

  }

  .imgWrap .cover div.more a:after,

  .imgWrap .cover div.more span:after {

    background-color: #fff;

  }

  a.border:hover .imgWrap .cover,

  a.border:fucus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .index-about {

    background: url(../images/index_about_bg.jpg);

    -webkit-background-size: 960px auto;

    -moz-background-size: 960px auto;

    -o-background-size: 960px auto;

    background-size: 960px auto;

    padding: 40px 0;

  }

  .index-about .wrap .row {

    margin: 0 -15px;

  }

  .index-about .wrap .row .col {

    width: 50%;

    padding: 0 15px;

  }

  .index-about .wrap .row .col .title {

    font-size: 22px;

    color: #B79F4A;

    font-weight: bold;

    letter-spacing: 4px;

  }

  .index-about .wrap .row .col .title:after {

    content: '';

    display: block;

    width: 40px;

    height: 2px;

    background: #B79F4A;

    margin: 10px 0 25px;

  }

  .index-about .wrap .row .col .sub-title {

    font-size: 20px;

    color: #B79F4A;

    margin-bottom: 15px;

  }

  .index-about .wrap .row .col p {

    font-size: 15px;

    color: #fff;

    line-height: 1.6;

  }

  .index-about .wrap .row .col:first-child {

    width: 50%;

  }

  .index-about .wrap .row .col+.col>img {

    margin: 40px 0 0;

  }

  .more2 {

    margin-top: 40px;

  }

  .more2 a {

    font-size: 16px;

    text-align: center;

    display: inline-block;

    padding: 10px 40px;

    color: #000;

    background: #B79F4A;

    letter-spacing: 2px;

    border: 1px #B79F4A solid;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

  }

  .page-title {

    text-align: center;

    margin-bottom: 30px;

  }

  .page-title img,

  .page-title .text {

    display: inline-block;

    vertical-align: top;

  }

  .page-title img {

    margin-top: 10px;

    height: 20px;

  }

  .page-title .text {

    margin: 0 10px;

  }

  .page-title .text h2 {

    font-size: 20px;

    color: #B79F4A;

    font-weight: bold;

    letter-spacing: 4px;

  }

  .page-title .text p {

    font-size: 12px;

    letter-spacing: 2px;

  }

  .index-bottom {

    padding: 40px 0;

    background: url(../images/mobile_bg.png) center top repeat-x, url(../images/bg_bottom.png) left bottom no-repeat;

  }

  .exhibition .row {

    margin: 0 -15px;

  }

  .exhibition .row .col {

    width: 50%;

    padding: 0 15px;

  }

  .exhibition .row .col>a:hover,

  .exhibition .row .col>a:focus {

    display: block;

    position: relative;

  }

  .exhibition .row .col>a:hover:before,

  .exhibition .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .exhibition .row .col>a:hover .imgWrap .cover,

  .exhibition .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .exhibition .row .col .text {

    font-size: 15px;

    position: relative;

  }

  .exhibition .row .col .text .date {

    text-align: center;

    padding: 5px 10px;

    border: 1px #B79F4A solid;

    color: #B79F4A;

    margin: 20px 0 10px;

    background: #fff;

  }

  .exhibition .row .col .text .date div {

    font-size: 12px;

    margin: 0 10px;

  }

  .exhibition .row .col .text .date span,

  .exhibition .row .col .text .date div {

    display: inline-block;

    vertical-align: middle;

  }

  .exhibition .row .col .text h2 {

    font-size: 16px;

    color: #000;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

  }

  .exhibition .row .col .text p {

    margin-top: 5px;

    min-height: 70px;

    color: #666;

  }

  .exhibition .row .col:nth-child(n+3) {

    margin-top: 40px;

  }

  .bottom-links {

    margin-top: 40px;

  }

  .bottom-links a {

    display: block;

    float: left;

    width: 20%;

    text-align: center;

    color: #666;

    padding: 15px 0;

  }

  .bottom-links a img {

    display: inline-block;

    width: 60px;

  }

  .bottom-links a img+img {

    display: none;

  }

  .bottom-links a p {

    font-size: 16px;

    margin-top: 10px;

    font-weight: bold;

  }

  footer.footer {

    border-top: 3px #B79F4A solid;

    position: relative;

    z-index: 2;

  }

  footer.footer .top {

    background: #272221;

    padding: 40px 0;

  }

  footer.footer .top .wrap {

    color: #fff;

  }

  footer.footer .top .wrap .block h4 {

    font-size: 22px;

    margin-bottom: 15px;

  }

  footer.footer .top .wrap .block p {

    font-size: 15px;

  }

  footer.footer .top .wrap .block p+p {

    margin-top: 5px;

  }

  footer.footer .top .wrap .block ul {

    list-style: none;

    display: block;

    margin: 0 -7px;

  }

  footer.footer .top .wrap .block ul li {

    float: left;

    padding: 5px 7px;

  }

  footer.footer .top .wrap .block ul li a {

    font-size: 15px;

    color: #fff;

  }

  footer.footer .top .wrap .block ul li+li {

    font-size: 15px;

  }

  footer.footer .top .wrap .block ul li:first-child {

    width: 100%;

  }

  footer.footer .top .wrap .block ul li:first-child a {

    font-weight: bold;

    font-size: 18px;

  }

  footer.footer .top .wrap .block ul+ul {

    margin-top: 30px;

  }

  footer.footer .top .wrap .block ul:last-child li:first-child {

    width: auto;

  }

  footer.footer .top .wrap .block ul:last-child li+li {

    margin-left: 20px;

  }

  footer.footer .top .wrap .block ul:last-child li+li a {

    font-size: 18px;

  }

  footer.footer .top .wrap .block ul:last-child a {

    font-weight: bold;

  }

  footer.footer .top .wrap .block:nth-child(2) {

    margin-top: 40px;

  }

  footer.footer .top .wrap .block:last-child {

    margin-top: 40px;

  }

  footer.footer .top .wrap .block:last-child>img {

    display: inline-block;

    vertical-align: top;

  }

  footer.footer .top .wrap .block:last-child>img:first-child {

    height: 31px;

  }

  footer.footer .top .wrap .block:last-child>img+img {

    height: 45px;

    margin-left: 15px;

  }

  footer.footer .top .wrap .block:last-child .social {

    margin-top: 15px;

  }

  footer.footer .top .wrap .block:last-child .social a img {

    height: 18px;

  }

  footer.footer .top .wrap .block:last-child .social a+a {

    margin-left: 15px;

  }

  footer.footer .copy-right {

    text-align: center;

    background: #231815;

    color: #969696;

    font-size: 14px;

    padding: 15px 0;

  }

  footer.footer .copy-right .wrap {

    position: relative;

  }

  footer.footer .copy-right span {

    font-size: 14px;

    color: #fff;

    display: block;

    margin-bottom: 5px;

  }

  footer.footer .copy-right a {

    color: #969696;

  }

  #goTop {

    position: fixed;

    right: 5%;

    bottom: 60px;

    cursor: pointer;

    z-index: 998;

    display: none;

  }

  #goTop a {

    display: block;

  }

  #goTop img {

    height: 55px;

  }

  #goTop img:hover,
  #goTop img:active,
  #goTop img:focus {

    border-color: red;

    border-style: dotted;

    border-width: thin;

    color: #F00;

  }

  /* about01 */

  .container {

    background: url(../images/mobile_bg.png);

    -webkit-background-size: 960px auto;

    -moz-background-size: 960px auto;

    -o-background-size: 960px auto;

    background-size: 960px auto;

    position: relative;

    padding-bottom: 60px;

    z-index: 1;

  }

  .container:after {

    content: '';

    display: block;

    width: 250px;

    height: 140px;

    background: url(../images/bg_bottom.png) left bottom no-repeat;

    -webkit-background-size: 200px auto;

    -moz-background-size: 200px auto;

    -o-background-size: 200px auto;

    background-size: 200px auto;

    z-index: 1;

    position: absolute;

    left: 0;

    bottom: 0;

  }

  .container .page-title {

    padding: 40px 0 30px;

    margin: 0;

  }

  .container>.wrap {

    position: relative;

    z-index: 2;

  }

  .edit .editor {

    line-height: 1.6;

    font-size: 15px;

  }

  .about01 .row {

    margin: 0 -10px;

  }

  .about01 .row .col {

    width: 33.33333333%;

    padding: 0 10px;

  }

  .about01 .row .col:nth-child(2) {

    text-align: center;

  }

  .about01 .row .col:last-child {

    text-align: right;

  }

  /* about02 */

  .about02 .img .row .col {

    width: 100%;

    margin-bottom: 5px;

  }

  .about02 .img .row .col img {

    width: 100%;

  }

  .about02 .img .row .col+.col .row {

    margin: 0 -2.5px;

  }

  .about02 .img .row .col+.col .row div {

    float: left;

    width: 50%;

    padding: 0 2.5px;

  }

  /* attractions */

  .attractions b {

    font-size: 16px;

  }

  .attractions img {

    float: right;

    margin: 0 0 20px 20px;

  }

  /* collection */

  .box {

    background: #fff;

    padding: 10%;

    border: 1px #eee solid;

  }

  .cus-select select {

    background: url(../images/arrow.png) right 15px center no-repeat;

    -webkit-background-size: 9px auto;

    -moz-background-size: 9px auto;

    -o-background-size: 9px auto;

    background-size: 9px auto;

  }

  .collection .tips {

    font-size: 15px;

    text-align: center;

    margin-bottom: 30px;

  }

  .collection .inner {

    max-width: 400px;

    margin: 0 auto;

  }

  .collection .inner .row {

    padding-left: 95px;

    position: relative;

  }

  .collection .inner .row label {

    position: absolute;

    line-height: 36px;

    left: 0;

    top: 0;

    font-size: 15px;

  }

  .collection .inner .row input,

  .collection .inner .row select {

    border: 1px #ddd solid;

    height: 36px;

    display: block;

    width: 100%;

    font-size: 15px;

    color: #666;

    padding: 0 10px;

  }

  .collection .inner .row+.row {

    margin-top: 15px;

  }

  .collection .inner .btn {

    text-align: center;

    margin-top: 30px;

  }

  .collection .inner .btn a {

    display: inline-block;

    font-size: 15px;

    padding: 7px 40px;

    background: #B79F4A;

    color: #fff;

  }

  .collection .inner .btn a+a {

    background: #A3A3A3;

    margin-left: 20px;

  }

  /* collection list */

  .collection-list .row {

    margin: 0 -12px;

  }

  .collection-list .row .col {

    width: 33.33333333%;

    text-align: center;

    padding: 0 12px;

  }

  .collection-list .row .col>a:hover,

  .collection-list .row .col>a:focus {

    display: block;

    position: relative;

  }

  .collection-list .row .col>a:hover:before,

  .collection-list .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .collection-list .row .col img {

    width: 100%;

  }

  .collection-list .row .col p {

    font-size: 15px;

    color: #000;

    margin-top: 10px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    display: block;

  }

  .collection-list .row .col:nth-child(n+4) {

    margin-top: 40px;

  }

  .pager {

    text-align: center;

    padding: 60px 0 0;

  }

  .pager a {

    display: inline-block;

    vertical-align: middle;

  }

  .pager a.function {

    font-size: 12px;

    color: #666;

  }

  .pager a.function span,

  .pager a.function img {

    display: inline-block;

    vertical-align: middle;

  }

  .pager a.function img {

    height: 13px;

    display: inline-block;

    margin: 0 5px;

  }

  .pager a.function img+img {

    display: none;

  }

  .pager a.function:hover {

    color: #B79F4A;

  }

  .pager a.function:hover img {

    display: none;

  }

  .pager a.function:hover img+img {

    display: inline-block;

  }

  .pager a:not(.function) {

    width: 26px;

    height: 26px;

    border: 1px #B79F4A solid;

    font-size: 14px;

    color: #B79F4A;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    text-align: center;

    line-height: 24px;

    margin: 0 10px;

  }

  .pager a:not(.function) span {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    display: inline-block;

    position: relative;

  }

  .pager a:not(.function):hover,

  .pager a:not(.function).current {

    color: #fff;

    background: #B79F4A;

  }

  /* collection view */

  .collection-view>.row {

    margin: 0 -25px;

  }

  .collection-view>.row>.col {

    padding: 0 25px;

    width: 100%;

  }

  .collection-view>.row>.col img {

    width: 100%;

  }

  .collection-view>.row>.col+.col {

    margin-top: 30px;

  }

  .collection-view>.row>.col+.col .inner {

    border: 1px #B79F4A solid;

    padding: 20px;

  }

  .collection-view>.row>.col+.col .inner .title {

    font-size: 17px;

    color: #262626;

    font-weight: bold;

    padding-bottom: 10px;

  }

  .collection-view>.row>.col+.col .inner .info {

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    padding: 10px 0 10px;

  }

  .collection-view>.row>.col+.col .inner .info div {

    display: inline-block;

    font-size: 14px;

  }

  .collection-view>.row>.col+.col .inner .info div span:first-child {

    color: #B79F4A;

  }

  .collection-view>.row>.col+.col .inner .info div i {

    font-style: normal;

    font-size: 12px;

    color: #B79F4A;

    margin: 0 5px;

  }

  .collection-view>.row>.col+.col .inner .info div+div {

    margin-left: 20px;

  }

  .collection-view>.row>.col+.col .inner .editor {

    font-size: 15px;

    padding: 15px 0;

  }

  .collection-view>.row>.col+.col .row {

    margin: 24px -6px 0;

  }

  .collection-view>.row>.col+.col .row a {

    display: block;

    width: 25%;

    padding: 6px;

  }

  .back {

    text-align: center;

    margin-top: 40px;

  }

  .back a {

    display: inline-block;

    color: #fff;

    font-size: 15px;

    background: #AA8718;

    padding: 12px 20px;

    letter-spacing: 8px;

  }

  .back a img {

    height: 13px;

    margin-right: 10px;

  }

  .back a img,

  .back a span {

    display: inline-block;

    vertical-align: middle;

  }

  /* rented */

  .page-title2 .row .col {

    width: 100%;

  }

  .page-title2 .row .col:first-child div {

    font-size: 22px;

  }

  .page-title2 .row .col:first-child div:first-child {

    color: #B79F4A;

    letter-spacing: 1px;

  }

  .page-title2 .row .col:first-child div+div {

    letter-spacing: 5px;

  }

  .page-title2 .row .col+.col {

    font-size: 15px;

    line-height: 1.6;

    margin-top: 20px;

  }

  .rented .inner {

    border-top: 1px #B79F4A solid;

    position: relative;

    padding-top: 25px;

  }

  .rented .inner:before {

    content: '';

    display: block;

    width: 45px;

    height: 3px;

    background: #B79F4A;

    position: absolute;

    left: 0;

    top: -2px;

  }

  .rented .form {

    margin-top: 30px;

  }

  .form>.row {

    margin: 20px -12px 0;

  }

  .form>.row>.col {

    width: 50%;

    padding: 0 12px;

  }

  .form>.row>.col .inner-box {

    position: relative;

  }

  .form>.row>.col label {

    font-size: 16px;

    margin-bottom: 5px;

  }

  .form>.row>.col label span {

    font-size: 12px;

    margin-left: 5px;

  }

  .form>.row>.col input,

  .form>.row>.col select {

    display: block;

    width: 100%;

    border: 0;

    border-bottom: 1px #c7c7c7 solid;

    height: 36px;

    font-size: 15px;

    padding: 0;

  }

  .form>.row .time .row {

    padding: 0 46%;

    position: relative;

  }

  .form>.row .time .row .col:first-child {

    width: 46%;

    position: absolute;

    left: 0;

    top: 0;

  }

  .form>.row .time .row .col:nth-child(2) {

    line-height: 36px;

    text-align: center;

    font-size: 15px;

    width: 100%;

  }

  .form>.row .time .row .col:last-child {

    width: 46%;

    position: absolute;

    right: 0;

    top: 0;

  }

  .form .textarea {

    margin: 25px 0 0;

  }

  .form .textarea label {

    font-size: 16px;

    display: block;

  }

  .form .textarea label span {

    font-size: 12px;

    margin-left: 5px;

  }

  .form .textarea .col {

    width: 100%;

    padding: 0;

  }

  .form .textarea .col textarea {

    width: 100%;

    border: 0;

    border-bottom: 1px #c7c7c7 solid;

    font-size: 15px;

    display: block;

    height: 80px;

  }

  .form .code {

    position: relative;

    margin: 25px 0 0;

  }

  .form .code .col {

    width: auto;

    padding: 0;

  }

  .form .code .col:first-child {

    width: 50%;

  }

  .form .code .col:first-child label {

    display: block;

    margin-bottom: 5px;

  }

  .form .code .col:first-child input {

    height: 36px;

  }

  .form .code .col:first-child .inner-box {

    padding-right: 111px;

    position: relative;

  }

  .form .code .col:first-child .inner-box>span {

    width: 111px;

    bottom: 0;

    right: 0;

    position: absolute;

  }

  .form .code .col:first-child .inner-box>span img {

    height: 36px;

    display: block;

  }

  .form .code .col:first-child .inner-box>span a {

    display: inline-block;

    vertical-align: middle;

    font-size: 12px;

    color: #B79F4A;

    margin-top: 3px;

    width: 111px;

    text-align: center;

  }

  .form .code .col+.col {

    text-align: center;

    width: 100%;

    margin-top: 40px;

  }

  .form .code .col+.col a {

    display: inline-block;

    font-size: 15px;

    color: #fff;

    background: #B79F4A;

    text-align: center;

    width: 180px;

    line-height: 36px;

  }

  .form>.row .col .title {

    font-size: 16px;

    display: inline-block;

    vertical-align: top;

  }

  .form>.row .col .textarea {

    margin: 0;

  }

  .form>.row .col .textarea label {

    position: static;

    width: auto;

  }

  .form>.row .col .textarea textarea {

    height: 90px;

  }

  .form>.row .col .checkbox {

    margin-top: 15px;

  }

  .form>.row .col .checkbox label {

    position: static;

    font-size: 16px;

    line-height: normal;

    margin-right: 5px;

  }

  .form>.row .col .checkbox input {

    width: auto;

    height: auto;

    display: inline-block;

  }

  .form>.row .col .checkbox p {

    display: inline-block;

  }

  .form>.row .col .checkbox p+p {

    margin-left: 20px;

  }

  /* contact */

  .box.style2 {

    border-top: 5px #B79F4A solid;

  }

  .line:before {

    content: '';

    display: block;

    width: 45px;

    height: 3px;

    background: #B79F4A;

    margin-bottom: 15px;

  }

  .contact {

    position: relative;

  }

  .contact .inner {

    position: relative;

    z-index: 2;

  }

  .contact .inner>.row {

    margin: 0 -16px 60px;

  }

  .contact .inner>.row>.col {

    width: 100%;

    padding: 0 16px;

  }

  .contact .inner>.row>.col .title {

    font-size: 22px;

    color: #B79F4A;

    letter-spacing: 2px;

    margin-bottom: 15px;

  }

  .contact .inner>.row>.col p {

    font-size: 15px;

  }

  .contact .inner>.row>.col p span {

    display: inline-block;

    vertical-align: middle;

  }

  .contact .inner>.row>.col p i {

    display: inline-block;

    vertical-align: middle;

    font-style: normal;

    color: #B79F4A;

    margin-right: 10px;

  }

  .contact .inner>.row>.col p span:first-child {

    width: 75px;

  }

  .contact .inner>.row>.col p+p {

    margin-top: 10px;

  }

  .contact .inner>.row>.col .map {

    position: relative;

    height: 180px;

  }

  .contact .inner>.row>.col .map iframe {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

  }

  .contact .inner>.row>.col+.col {

    margin-top: 30px;

  }

  /* exhibition view */

  .exhibition-view .row .col .inner {

    border: 1px #B79F4A solid;

    padding: 20px;

  }

  .exhibition-view .row .col .inner .date .tr .td div,

  .exhibition-view .row .col .inner .date .tr .td span {

    display: inline;

    vertical-align: middle;

  }

  .exhibition-view .row .col .inner .date .tr .td span {

    margin: 0 3px;

  }

  .exhibition-view .row .col .inner .date .tr .td:first-child {

    font-size: 14px;

    color: #B79F4A;

  }

  .exhibition-view .row .col .inner .date .tr .td:first-child span {

    font-size: 12px;

  }

  .exhibition-view .row .col .inner .date .tr .td+.td {

    font-size: 17px;

    font-weight: bold;

    color: #000;

    margin-top: 5px;

  }

  .exhibition-view .row .col+.col {

    margin-top: 30px;

  }

  .exhibition-view .info {

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    padding: 10px 0;

    font-size: 14px;

    margin-top: 15px;

  }

  .exhibition-view .info img {

    height: 15px;

    margin-right: 10px;

  }

  .exhibition-view .info img,

  .exhibition-view .info span {

    display: inline;

    vertical-align: middle;

  }

  .exhibition-view p {

    margin-top: 10px;

    font-size: 15px;

  }

  .exhibition .row .col .text .date i {

    font-style: normal;

    text-align: center;

    margin-right: 5px;

  }

  /* news view */

  .news-view .date {

    font-size: 16px;

    color: #B79F4A;

    letter-spacing: 1px;

  }

  .news-view .title {

    font-size: 20px;

    font-weight: bold;

    letter-spacing: 2px;

    color: #262626;

    padding: 3px 0 10px;

    border-bottom: 1px #B79F4A solid;

    margin-bottom: 20px;

  }

  .news-view .img .row {

    margin: 0 -1px;

  }

  .news-view .img .row .col {

    width: 50%;

    padding: 1px;

  }

  .news-view .img .row .col img {

    width: 100%;

  }

  /* law */

  .law .title,

  .law p {

    font-size: 16px;

    text-align: center;

  }

  .law .title {

    font-weight: bold;

    color: #262626;

  }

  .law p {

    margin: 5px 0 30px;

  }

  .law .row {

    padding: 15px 140px 15px 0;

    min-height: 61px;

    position: relative;

    border-bottom: 1px #dedede solid;

  }

  .law .row .col:first-child {

    font-size: 16px;

  }

  .law .row .col+.col {

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

  }

  .law .row .col+.col a {

    display: block;

    position: relative;

    width: 131px;

    height: 31px;

  }

  .law .row .col+.col a img {

    height: 31px;

    position: absolute;

    left: 0;

    top: 0;

  }

  .law .row .col+.col a img+img {

    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

  }

  /* links */

  .links .row {

    margin: 0 -25px;

  }

  .links .row .col {

    width: 50%;

    padding: 0 25px;

  }

  .links .row .col>a:hover,

  .links .row .col>a:focus {

    display: block;

    position: relative;

  }

  .links .row .col>a:hover:before,

  .links .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .links .row .col>a:hover .imgWrap .cover,

  .links .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .links .row .col p {

    font-size: 16px;

    text-align: center;

    margin-top: 10px;

    min-height: 44px;

    color: #666;

  }

  .links .row .col:nth-child(n+3) {

    margin-top: 30px;

  }

  /* rented-rule */

  .rule {

    text-align: center;

    font-size: 14px;

    margin-top: 40px;

  }

  .rule label {

    display: inline-block;

    vertical-align: middle;

  }

  .rule label span {

    color: #B79F4A;

  }

  .rule input {

    margin-right: 5px;

    display: inline-block;

    vertical-align: middle;

  }

  .rented-rule .title {

    font-size: 17px;

    color: #B79F4A;

    font-weight: bold;

    padding-bottom: 20px;

    border-bottom: 1px #B79F4A solid;

    text-align: center;

    margin-bottom: 20px;

  }

  .rented-rule table {

    width: 100%;

    table-layout: fixed;

  }

  .rented-rule table tr td {

    vertical-align: top;

  }

  .btn2 {

    text-align: center;

    margin-top: 10px;

  }

  .btn2 a {

    display: inline-block;

    width: 200px;

    line-height: 36px;

    color: #fff;

    background: #B79F4A;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    text-align: center;

    font-size: 15px;

  }

  /* reservation */

  .rented-rule ul {

    padding-left: 24px;

  }

  /* service */

  .service .title {

    font-size: 17px;

    font-weight: bold;

    color: #B79F4A;

    margin-bottom: 10px;

  }

  .service .block {

    padding-bottom: 40px;

    border-bottom: 1px #aaa solid;

  }

  .service .block+.block {

    padding-top: 20px;

  }

  .service .block:last-child {

    padding-bottom: 0;

    border-bottom: 0;

  }

  /* sitemap */

  .sitemap .block ul {

    list-style: none;

    margin-bottom: 20px;

  }

  .sitemap .block ul li:not(:first-child) {

    font-size: 15px;

    float: left;

    margin: 0 15px 10px 0;

  }

  .sitemap .block ul li:not(:first-child):before {

    content: '◆';

    color: #B79F4A;

    margin-right: 5px;

  }

  .sitemap .block ul li:not(:first-child) a {

    font-size: 15px;

    color: #666;

  }

  .sitemap .block ul li:first-child {

    padding-bottom: 5px;

    border-bottom: 1px #ccc solid;

    margin-bottom: 20px;

  }

  .sitemap .block ul li:first-child a {

    color: #B79F4A;

    font-size: 16px;

  }

  .sitemap .block ul:last-child {

    margin-bottom: 0;

  }

  .sitemap .block ul:last-child li {

    padding-bottom: 5px;

    border-bottom: 1px #ccc solid;

    display: inline-block;

    margin: 0 20px 0 0;

  }

  .sitemap .block ul:last-child li:before {

    display: none;

  }

  .sitemap .block ul:last-child li a {

    font-size: 16px;

    color: #B79F4A;

  }

  /* space */

  .space .tip {

    font-size: 15px;

    text-align: center;

    line-height: 1.6;

  }

  .space .block {

    padding: 30px 0;

    text-align: center;

  }

  .space .block+.block {

    border-top: 1px #aaa solid;

  }

  /* ticket */

  .ticket .table-wrap {

    border-top: 2px #d1d1d1 solid;

    border-bottom: 1px #d1d1d1 solid;

    margin-bottom: 35px;

  }

  .ticket .table {

    display: table;

    width: 100%;

    table-layout: fixed;

  }

  .ticket .table .tr {

    display: table-row;

  }

  .ticket .table .tr .td {

    display: table-cell;

    padding: 20px 0;

    text-align: center;

    font-size: 15px;

  }

  .ticket .table .tr:first-child .td {

    background: url(../images/dashed2.png) bottom repeat-x;

  }

  .ticket .tips {

    padding: 20px 0;

    text-align: center;

    font-size: 15px;

  }

  .ticket ul {

    list-style: none;

  }

  .ticket ul li {

    font-size: 15px;

  }

  .ticket ul li:before {

    content: '◆';

    color: #B79F4A;

    margin-right: 5px;

  }

  .ticket ul li+li {

    margin-top: 5px;

  }

  .tags2 {

    background: #B79F4A;

    display: inline-block;

    font-size: 18px;

    color: #fff;

    line-height: 40px;

    padding: 0 25px 0 15px;

    position: relative;

    margin-bottom: 15px;

  }

  .tags2:after {

    position: absolute;

    right: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 20px 16px 20px 0;

    border-color: transparent #ffffff transparent transparent;

  }

  /* visit */

  .visit .text {

    font-size: 15px;

    line-height: 1.6;

  }

  .visit>.row {

    margin: 0 -10px;

  }

  .visit>.row .col {

    width: 50%;

    padding: 0 10px;

  }

  .visit .table-wrap {

    border-top: 2px #d1d1d1 solid;

    border-bottom: 1px #d1d1d1 solid;

    margin-top: 40px;

  }

  .visit .table {

    padding: 15px 0;

    border-bottom: 1px #d1d1d1 solid;

  }

  .visit .table:after {

    content: '';

    display: block;

    clear: both;

  }

  .visit .table .tr {

    float: left;

  }

  .visit .table .tr .td {

    font-size: 15px;

  }

  .visit .table .tr .td+.td {

    margin-top: 5px;

  }

  .visit .table .tr:first-child .td {

    width: 80px;

  }

  .visit .tips {

    padding: 20px 0;

    font-size: 15px;

  }

}

/*===============================================================================================

    -mobile

===============================================================================================*/

@media only screen and (max-width: 669px) {

  .pc,

  .hide-in-mobile {

    display: none !important;

  }

  .wrap {

    width: 80%;

    max-width: 360px;

    margin: 0 auto;

  }

  body {

    padding: 64px 0 0;

  }

  header.header .wrap {

    width: 100%;

    max-width: 100%;

  }

  header.header .top {

    position: fixed;

    width: 100%;

    height: 64px;

    z-index: 9999;

    top: 0;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    background: #fff;

  }

  header.header .top a.logo {

    position: absolute;

    left: 20px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

  }

  header.header .top a.logo img {

    display: inline-block;

    vertical-align: middle;

    height: 42px;

  }

  header.header .top a.logo div {

    display: inline-block;

    vertical-align: middle;

    margin-left: 5px;

  }

  header.header .top a.logo div h1 {

    font-size: 18px;

    color: #BF0200;

    font-weight: normal;

    font-weight: 600;

  }

  header.header .top a.logo div p {

    font-size: 8px;

    color: #515151;

  }

  header.header .top #menu-btn {

    position: absolute;

    right: 20px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    z-index: 99;

  }

  header.header .top #menu-btn i {

    font-size: 24px;

    color: #BF0200;

  }

  nav#menu {

    position: fixed;

    width: 80%;

    max-width: 240px;

    height: 100%;

    left: 0;

    top: 0;

    overflow: auto;

    -webkit-overflow-scrolling: touch;

    z-index: 999;

    padding: 64px 0 0;

    background: #ffffff;

    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    display: none;

  }

  nav#menu>ul {

    display: block;

    list-style: none;

  }

  nav#menu>ul>li {

    background: #f5f5f5 url(../images/menu_line2.png) bottom repeat-x;

    -webkit-background-size: 1px 1px;

    -moz-background-size: 1px 1px;

    -o-background-size: 1px 1px;

    background-size: 1px 1px;

  }

  nav#menu>ul>li>a {

    font-size: 15px;

    color: #333;

    display: block;

    padding: 12px 20px;

  }

  nav#menu>ul>li>a span,

  nav#menu>ul>li>a i {

    display: inline-block;

    vertical-align: middle;

  }

  nav#menu>ul>li>a i {

    margin-left: 10px;

    font-size: 12px;

  }

  nav#menu>ul>li ul {

    display: block;

    list-style: none;

    background: #fff;

  }

  nav#menu>ul>li ul li {

    display: block;

    padding: 12px 20px 12px 35px;

    background: url(../images/menu_line2.png) top repeat-x;

    -webkit-background-size: 1px 1px;

    -moz-background-size: 1px 1px;

    -o-background-size: 1px 1px;

    background-size: 1px 1px;

  }

  nav#menu>ul>li ul li a {

    font-size: 15px;

    color: #333;

    display: block;

  }

  nav#menu>ul>li ul li:last-child {

    background: url(../images/menu_line2.png) top repeat-x, url(../images/menu_line2.png) bottom repeat-x;

    -webkit-background-size: 1px 1px;

    -moz-background-size: 1px 1px;

    -o-background-size: 1px 1px;

    background-size: 1px 1px;

  }

  nav#menu.active {

    display: block;

  }

  .banner {

    position: relative;

  }

  .banner .flex-control-nav {

    height: auto;

    bottom: -35px;

    width: 100%;

  }

  .banner .flex-control-nav li {

    margin: 0 6px;

  }

  .banner .flex-control-nav li a {

    width: 11px;

    height: 11px;

    background: rgba(170, 0, 17, 0);

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    border: 2px #B79F4A solid;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

  }

  .banner .flex-control-nav li a.flex-active {

    background: #aa0011;

    border: 2px #AA0011 solid;

  }

  .tags {

    background: #B79F4A;

    display: inline-block;

    font-size: 20px;

    color: #fff;

    line-height: 40px;

    padding: 0 55px;

    position: relative;

  }

  .tags:before {

    position: absolute;

    left: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 20px 0 20px 16px;

    border-color: transparent transparent transparent #ffffff;

  }

  .tags:after {

    position: absolute;

    right: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 20px 16px 20px 0;

    border-color: transparent #ffffff transparent transparent;

  }

  .index-news {

    background: url(../images/mobile_bg.png) top;

    -webkit-background-size: 960px auto;

    -moz-background-size: 960px auto;

    -o-background-size: 960px auto;

    background-size: 960px auto;

    padding: 60px 0 40px;

    border-bottom: 7px #B79F4A solid;

  }

  .index-news .wrap .row .left {

    text-align: center;

  }

  .index-news .wrap .row .left .inner {

    border: 2px #B79F4A solid;

    background: #fff;

    padding: 35px;

  }

  .index-news .wrap .row .left .inner .title {

    font-size: 22px;

    color: #B79F4A;

    display: inline-block;

    padding: 2px 0;

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    font-weight: bold;

    letter-spacing: 4px;

    margin-bottom: 20px;

  }

  .index-news .wrap .row .left .inner .title:before {

    content: '';

    display: block;

    height: 1px;

    background: #B79F4A;

    margin-bottom: 10px;

  }

  .index-news .wrap .row .left .inner .title:after {

    content: '';

    display: block;

    height: 1px;

    background: #B79F4A;

    margin-top: 10px;

  }

  .index-news .wrap .row .left .inner p {

    font-size: 15px;

    line-height: 1.6;

    padding: 15px 0;

  }

  .index-news .wrap .row .left .inner .link {

    margin-bottom: 30px;

  }

  .index-news .wrap .row .left .inner .link a,

  .index-news .wrap .row .left .inner .link span {

    font-size: 16px;

    display: inline-block;

    vertical-align: middle;

  }

  .index-news .wrap .row .left .inner .link a {

    color: #666;

  }

  .index-news .wrap .row .left .inner .link span {

    margin: 0 10px;

    color: #B79F4A;

  }

  .index-news .wrap .row .right {

    margin-top: 40px;

  }

  div.more a,

  div.more span {

    font-size: 15px;

    display: inline-block;

    padding-bottom: 6px;

    position: relative;

    color: #262626;

    letter-spacing: 2px;

  }

  div.more a:after,

  div.more span:after {

    height: 1px;

    width: 100%;

    display: block;

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #B79F4A;

    -webkit-transform: scaleX(1);

    -moz-transform: scaleX(1);

    -ms-transform: scaleX(1);

    -o-transform: scaleX(1);

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

  }

  .title-1 {

    position: relative;

    margin-bottom: 30px;

  }

  .title-1 span:first-child {

    font-size: 22px;

    font-weight: bold;

    letter-spacing: 4px;

    color: #B79F4A;

  }

  .title-1 span+span {

    font-size: 14px;

    margin-left: 7px;

  }

  .title-1 div.more {

    position: absolute;

    right: 0;

    bottom: 0;

  }

  .news .row {

    margin: 0 -15px;

  }

  .news .row .col {

    width: 100%;

    padding: 0 15px;

  }

  .news .row .col>a:hover,

  .news .row .col>a:focus {

    display: block;

    position: relative;

  }

  .news .row .col>a:hover:before,

  .news .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .news .row .col>a:hover .imgWrap .cover,

  .news .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .news .row .col .title {

    /*padding: 10px 0;*/

  }

  .news .row .col .title span {

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    color: #B79F4A;

  }

  .news .row .col .title span:nth-child(2) {

    margin: 0 10px;

  }

  .news .row .col .title span:last-child {

    font-weight: bold;

    color: #000;

    max-width: 55%;

  }

  .news .row .col p {

    font-size: 15px;

    padding-bottom: 2px;

    text-decoration: underline;

    line-height: 1.6;

    color: #666;

  }

  .news .row .col:nth-child(n+2) {

    margin-top: 40px;

  }

  .news.index .row {

    margin: 0 -15px;

  }

  .news.index .row .col {

    width: 100%;

    padding: 0 15px;

  }

  .imgWrap {

    position: relative;

  }

  .imgWrap>img {

    width: 100%;

  }

  .imgWrap .cover {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(183, 159, 74, 0.7);

    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

    -webkit-transition: visibility 0s;

    -moz-transition: visibility 0s;

    -ms-transition: visibility 0s;

    -o-transition: visibility 0s;

    -webkit-transition: opacity 0.2s linear;

    -moz-transition: opacity 0.2s linear;

    -ms-transition: opacity 0.2s linear;

    -o-transition: opacity 0.2s linear;

  }

  .imgWrap .cover div.more {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

  }

  .imgWrap .cover div.more a,

  .imgWrap .cover div.more span {

    font-size: 16px;

    color: #fff;

  }

  .imgWrap .cover div.more a:after,

  .imgWrap .cover div.more span:after {

    background-color: #fff;

  }

  a.border:hover .imgWrap .cover,

  a.border:fucus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .index-about {

    background: url(../images/index_about_bg.jpg);

    -webkit-background-size: 960px auto;

    -moz-background-size: 960px auto;

    -o-background-size: 960px auto;

    background-size: 960px auto;

    padding: 40px 0;

  }

  .index-about .wrap .row .col .title {

    font-size: 22px;

    color: #B79F4A;

    font-weight: bold;

    letter-spacing: 4px;

  }

  .index-about .wrap .row .col .title:after {

    content: '';

    display: block;

    width: 40px;

    height: 2px;

    background: #B79F4A;

    margin: 10px 0 25px;

  }

  .index-about .wrap .row .col .sub-title {

    font-size: 20px;

    color: #B79F4A;

    margin-bottom: 15px;

  }

  .index-about .wrap .row .col p {

    font-size: 15px;

    color: #fff;

    line-height: 1.6;

  }

  .index-about .wrap .row .col:first-child {

    width: 100%;

  }

  .index-about .wrap .row .col+.col>img {

    margin: 40px 0 0;

  }

  .more2 {

    margin-top: 40px;

  }

  .more2 a {

    font-size: 16px;

    text-align: center;

    display: inline-block;

    padding: 10px 40px;

    color: #000;

    background: #B79F4A;

    letter-spacing: 2px;

    border: 1px #B79F4A solid;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    -ms-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

  }

  .page-title {

    text-align: center;

    margin-bottom: 30px;

  }

  .page-title img,

  .page-title .text {

    display: inline-block;

    vertical-align: top;

  }

  .page-title img {

    margin-top: 10px;

    height: 17px;

  }

  .page-title .text {

    margin: 0 5px;

  }

  .page-title .text h2 {

    font-size: 20px;

    color: #B79F4A;

    font-weight: bold;

    letter-spacing: 4px;

  }

  .page-title .text p {

    font-size: 11px;

    letter-spacing: 1px;

  }

  .index-bottom {

    padding: 40px 0;

    background: url(../images/mobile_bg.png) center top repeat-x, url(../images/bg_bottom.png) left bottom no-repeat;

  }

  .exhibition .row {

    margin: 0 -15px;

  }

  .exhibition .row .col {

    width: 100%;

    padding: 0 15px;

  }

  .exhibition .row .col>a:hover,

  .exhibition .row .col>a:focus {

    display: block;

    position: relative;

  }

  .exhibition .row .col>a:hover:before,

  .exhibition .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .exhibition .row .col>a:hover .imgWrap .cover,

  .exhibition .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .exhibition .row .col .text {

    font-size: 15px;

    position: relative;

  }

  .exhibition .row .col .text .date {

    text-align: center;

    padding: 5px 0;

    border: 1px #B79F4A solid;

    color: #B79F4A;

    margin: 20px 0 10px;

    background: #fff;

  }

  .exhibition .row .col .text .date div {

    font-size: 12px;

    margin: 0 5px;

  }

  .exhibition .row .col .text .date span,

  .exhibition .row .col .text .date div {

    display: inline-block;

    vertical-align: middle;

  }

  .exhibition .row .col .text h2 {

    font-size: 16px;

    color: #000;

  }

  .exhibition .row .col .text p {

    margin-top: 5px;

    color: #666;

  }

  .exhibition .row .col:nth-child(n+2) {

    margin-top: 40px;

  }

  .bottom-links {

    margin-top: 40px;

  }

  .bottom-links a {

    display: block;

    float: left;

    width: 33.33333333%;

    text-align: center;

    color: #666;

    padding: 15px 0;

  }

  .bottom-links a img {

    display: inline-block;

    width: 60px;

  }

  .bottom-links a img+img {

    display: none;

  }

  .bottom-links a p {

    font-size: 16px;

    margin-top: 10px;

    font-weight: bold;

  }

  footer.footer {

    border-top: 3px #B79F4A solid;

    position: relative;

    z-index: 2;

  }

  footer.footer .top {

    background: #272221;

    padding: 40px 0;

  }

  footer.footer .top .wrap {

    color: #fff;

  }

  footer.footer .top .wrap .block h4 {

    font-size: 22px;

    margin-bottom: 15px;

  }

  footer.footer .top .wrap .block p {

    font-size: 15px;

  }

  footer.footer .top .wrap .block p+p {

    margin-top: 5px;

  }

  footer.footer .top .wrap .block ul {

    list-style: none;

    display: block;

    margin: 0 -7px;

  }

  footer.footer .top .wrap .block ul li {

    float: left;

    padding: 5px 7px;

  }

  footer.footer .top .wrap .block ul li a {

    font-size: 15px;

    color: #fff;

  }

  footer.footer .top .wrap .block ul li+li {

    font-size: 15px;

  }

  footer.footer .top .wrap .block ul li:first-child {

    width: 100%;

  }

  footer.footer .top .wrap .block ul li:first-child a {

    font-weight: bold;

    font-size: 18px;

  }

  footer.footer .top .wrap .block ul+ul {

    margin-top: 30px;

  }

  footer.footer .top .wrap .block ul:last-child li {

    width: 33.33333333%;

  }

  footer.footer .top .wrap .block ul:last-child li+li a {

    font-size: 18px;

  }

  footer.footer .top .wrap .block ul:last-child a {

    font-weight: bold;

  }

  footer.footer .top .wrap .block:nth-child(2) {

    margin-top: 40px;

  }

  footer.footer .top .wrap .block:last-child {

    margin-top: 40px;

  }

  footer.footer .top .wrap .block:last-child>img {

    display: inline-block;

    vertical-align: top;

  }

  footer.footer .top .wrap .block:last-child>img:first-child {

    height: 31px;

  }

  footer.footer .top .wrap .block:last-child>img+img {

    height: 45px;

    margin-left: 15px;

  }

  footer.footer .top .wrap .block:last-child .social {

    margin-top: 15px;

  }

  footer.footer .top .wrap .block:last-child .social a img {

    height: 18px;

  }

  footer.footer .top .wrap .block:last-child .social a+a {

    margin-left: 15px;

  }

  footer.footer .copy-right {

    text-align: center;

    background: #231815;

    color: #969696;

    font-size: 14px;

    padding: 15px 0;

  }

  footer.footer .copy-right .wrap {

    position: relative;

  }

  footer.footer .copy-right span {

    font-size: 14px;

    color: #fff;

    display: block;

    margin-bottom: 5px;

  }

  footer.footer .copy-right a {

    color: #969696;

  }

  #goTop {

    position: fixed;

    right: 5%;

    bottom: 60px;

    cursor: pointer;

    z-index: 998;

    display: none;

  }

  #goTop a {

    display: block;

  }

  #goTop img {

    height: 55px;

  }

  #goTop img:hover,
  #goTop img:active,
  #goTop img:focus {

    border-color: red;

    border-style: dotted;

    border-width: thin;

    color: #F00;

  }

  /* about01 */

  .container {

    background: url(../images/mobile_bg.png);

    -webkit-background-size: 960px auto;

    -moz-background-size: 960px auto;

    -o-background-size: 960px auto;

    background-size: 960px auto;

    position: relative;

    padding-bottom: 60px;

    z-index: 1;

  }

  .container:after {

    content: '';

    display: block;

    width: 250px;

    height: 140px;

    background: url(../images/bg_bottom.png) left bottom no-repeat;

    -webkit-background-size: 125px auto;

    -moz-background-size: 125px auto;

    -o-background-size: 125px auto;

    background-size: 125px auto;

    z-index: 1;

    position: absolute;

    left: 0;

    bottom: 0;

  }

  .container .page-title {

    padding: 40px 0 30px;

    margin: 0;

  }

  .container>.wrap {

    position: relative;

    z-index: 2;

  }

  .edit .editor {

    line-height: 1.6;

    font-size: 15px;

  }

  .about01 .row .col {

    width: 50%;

    text-align: center;

    padding: 0 10px;

  }

  .about01 .row .col img {

    max-width: 125px;

  }

  .about01 .row .col:last-child {

    width: 100%;

  }

  /* about02 */

  .about02 .img .row .col {

    width: 100%;

    margin-bottom: 5px;

  }

  .about02 .img .row .col img {

    width: 100%;

  }

  .about02 .img .row .col+.col .row {

    margin: 0 -2.5px;

  }

  .about02 .img .row .col+.col .row div {

    float: left;

    width: 50%;

    padding: 0 2.5px;

  }

  /* attractions */

  .attractions b {

    font-size: 16px;

  }

  /* collection */

  .box {

    background: #fff;

    padding: 8%;

    border: 1px #eee solid;

  }

  .cus-select select {

    background: url(../images/arrow.png) right 15px center no-repeat;

    -webkit-background-size: 9px auto;

    -moz-background-size: 9px auto;

    -o-background-size: 9px auto;

    background-size: 9px auto;

  }

  .collection .tips {

    font-size: 16px;

    text-align: center;

    margin-bottom: 20px;

  }

  .collection .inner .row {

    position: relative;

  }

  .collection .inner .row label {

    margin-bottom: 5px;

    font-size: 15px;

    display: block;

  }

  .collection .inner .row input,

  .collection .inner .row select {

    border: 1px #ddd solid;

    height: 36px;

    display: block;

    width: 100%;

    font-size: 15px;

    color: #666;

    padding: 0 10px;

  }

  .collection .inner .row+.row {

    margin-top: 15px;

  }

  .collection .inner .btn {

    text-align: center;

    margin-top: 30px;

  }

  .collection .inner .btn a {

    display: inline-block;

    font-size: 15px;

    padding: 7px 30px;

    background: #B79F4A;

    color: #fff;

  }

  .collection .inner .btn a+a {

    background: #A3A3A3;

    margin-left: 10px;

  }

  /* collection list */

  .collection-list .row {

    margin: 0 -10px;

  }

  .collection-list .row .col {

    width: 50%;

    text-align: center;

    padding: 0 10px;

  }

  .collection-list .row .col>a:hover,

  .collection-list .row .col>a:focus {

    display: block;

    position: relative;

  }

  .collection-list .row .col>a:hover:before,

  .collection-list .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .collection-list .row .col img {

    width: 100%;

  }

  .collection-list .row .col p {

    font-size: 15px;

    color: #000;

    margin-top: 10px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    display: block;

  }

  .collection-list .row .col:nth-child(n+3) {

    margin-top: 30px;

  }

  .pager {

    text-align: center;

    padding: 40px 0 0;

  }

  .pager a {

    display: inline-block;

    vertical-align: middle;

  }

  .pager a.function {

    font-size: 14px;

    color: #666;

    display: block;

  }

  .pager a.function span,

  .pager a.function img {

    display: inline-block;

    vertical-align: middle;

  }

  .pager a.function img {

    height: 12px;

    display: inline-block;

    margin: 0 5px;

  }

  .pager a.function img+img {

    display: none;

  }

  .pager a.function:hover {

    color: #B79F4A;

  }

  .pager a.function:hover img {

    display: none;

  }

  .pager a.function:hover img+img {

    display: inline-block;

  }

  .pager a:not(.function) {

    width: 28px;

    height: 28px;

    border: 1px #B79F4A solid;

    font-size: 14px;

    color: #B79F4A;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    text-align: center;

    line-height: 26px;

    margin: 0 9px;

  }

  .pager a:not(.function) span {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    display: inline-block;

    position: relative;

  }

  .pager a:not(.function):hover,

  .pager a:not(.function).current {

    color: #fff;

    background: #B79F4A;

  }

  .pager a:first-child {

    margin-bottom: 15px;

  }

  .pager a:last-child {

    margin-top: 15px;

  }

  /* collection view */

  .collection-view>.row {

    margin: 0 -25px;

  }

  .collection-view>.row>.col {

    padding: 0 25px;

    width: 100%;

  }

  .collection-view>.row>.col+.col {

    margin-top: 30px;

  }

  .collection-view>.row>.col+.col .inner {

    border: 1px #B79F4A solid;

    padding: 20px;

  }

  .collection-view>.row>.col+.col .inner .title {

    font-size: 17px;

    color: #262626;

    font-weight: bold;

    padding-bottom: 10px;

  }

  .collection-view>.row>.col+.col .inner .info {

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    padding: 10px 0 10px;

  }

  .collection-view>.row>.col+.col .inner .info div {

    font-size: 14px;

  }

  .collection-view>.row>.col+.col .inner .info div span {

    display: block;

  }

  .collection-view>.row>.col+.col .inner .info div span:first-child {

    color: #B79F4A;

  }

  .collection-view>.row>.col+.col .inner .info div i {

    font-style: normal;

    font-size: 12px;

    color: #B79F4A;

    margin: 0 5px;

    display: none;

  }

  .collection-view>.row>.col+.col .inner .info div+div {

    margin-top: 10px;

  }

  .collection-view>.row>.col+.col .inner .editor {

    font-size: 15px;

    padding: 15px 0;

  }

  .collection-view>.row>.col+.col .row {

    margin: 6px -6px 0;

  }

  .collection-view>.row>.col+.col .row a {

    display: block;

    width: 50%;

    padding: 6px;

  }

  .back {

    text-align: center;

    margin-top: 40px;

  }

  .back a {

    display: inline-block;

    color: #fff;

    font-size: 15px;

    background: #AA8718;

    padding: 12px 20px;

    letter-spacing: 8px;

  }

  .back a img {

    height: 13px;

    margin-right: 10px;

  }

  .back a img,

  .back a span {

    display: inline-block;

    vertical-align: middle;

  }

  /* rented */

  .page-title2 .row .col {

    width: 100%;

  }

  .page-title2 .row .col:first-child div {

    font-size: 22px;

  }

  .page-title2 .row .col:first-child div:first-child {

    color: #B79F4A;

    letter-spacing: 1px;

  }

  .page-title2 .row .col:first-child div+div {

    letter-spacing: 5px;

  }

  .page-title2 .row .col+.col {

    font-size: 15px;

    line-height: 1.6;

    margin-top: 15px;

  }

  .rented .inner {

    border-top: 1px #B79F4A solid;

    position: relative;

    padding-top: 25px;

  }

  .rented .inner:before {

    content: '';

    display: block;

    width: 45px;

    height: 3px;

    background: #B79F4A;

    position: absolute;

    left: 0;

    top: -2px;

  }

  .rented .form {

    margin-top: 30px;

  }

  .form>.row {

    margin: 20px -16px 0;

  }

  .form>.row>.col {

    width: 100%;

    padding: 0 16px;

  }

  .form>.row>.col .inner-box {

    position: relative;

  }

  .form>.row>.col label {

    font-size: 16px;

    margin-bottom: 5px;

  }

  .form>.row>.col label span {

    font-size: 12px;

    margin-left: 5px;

  }

  .form>.row>.col input,

  .form>.row>.col select {

    display: block;

    width: 100%;

    border: 0;

    border-bottom: 1px #c7c7c7 solid;

    height: 36px;

    font-size: 15px;

    padding: 0;

  }

  .form>.row>.col+.col {

    margin-top: 20px;

  }

  .form>.row .time .row {

    padding: 0 46%;

    position: relative;

  }

  .form>.row .time .row .col:first-child {

    width: 46%;

    position: absolute;

    left: 0;

    top: 0;

  }

  .form>.row .time .row .col:nth-child(2) {

    line-height: 36px;

    text-align: center;

    font-size: 15px;

    width: 100%;

  }

  .form>.row .time .row .col:last-child {

    width: 46%;

    position: absolute;

    right: 0;

    top: 0;

  }

  .form .textarea {

    margin: 25px 0 0;

  }

  .form .textarea label {

    font-size: 16px;

    display: block;

  }

  .form .textarea label span {

    font-size: 12px;

    margin-left: 5px;

  }

  .form .textarea .col {

    width: 100%;

    padding: 0;

  }

  .form .textarea .col textarea {

    width: 100%;

    border: 0;

    border-bottom: 1px #c7c7c7 solid;

    font-size: 15px;

    display: block;

    height: 80px;

  }

  .form .code {

    position: relative;

    margin: 25px 0 0;

  }

  .form .code .col {

    width: auto;

    padding: 0;

  }

  .form .code .col:first-child {

    width: 100%;

  }

  .form .code .col:first-child label {

    display: block;

    margin-bottom: 5px;

  }

  .form .code .col:first-child input {

    height: 36px;

  }

  .form .code .col:first-child .inner-box {

    padding-right: 111px;

    position: relative;

  }

  .form .code .col:first-child .inner-box>span {

    width: 111px;

    bottom: 0;

    right: 0;

    position: absolute;

  }

  .form .code .col:first-child .inner-box>span img {

    height: 36px;

    display: block;

  }

  .form .code .col:first-child .inner-box>span a {

    display: inline-block;

    vertical-align: middle;

    font-size: 12px;

    color: #B79F4A;

    margin-top: 3px;

    width: 111px;

    text-align: center;

  }

  .form .code .col+.col {

    text-align: center;

    width: 100%;

    margin-top: 40px;

  }

  .form .code .col+.col a {

    display: inline-block;

    font-size: 15px;

    color: #fff;

    background: #B79F4A;

    text-align: center;

    width: 160px;

    line-height: 36px;

  }

  .form>.row .col .title {

    font-size: 16px;

    display: inline-block;

    vertical-align: top;

  }

  .form>.row .col .textarea {

    margin: 0;

  }

  .form>.row .col .textarea label {

    position: static;

    width: auto;

  }

  .form>.row .col .textarea textarea {

    height: 90px;

  }

  .form>.row .col .checkbox {

    margin-top: 15px;

  }

  .form>.row .col .checkbox label {

    position: static;

    font-size: 16px;

    line-height: normal;

    margin-right: 5px;

  }

  .form>.row .col .checkbox input {

    width: auto;

    height: auto;

    display: inline-block;

  }

  .form>.row .col .checkbox p {

    display: inline-block;

  }

  .form>.row .col .checkbox p+p {

    margin-left: 20px;

  }

  /* contact */

  .box.style2 {

    border-top: 5px #B79F4A solid;

  }

  .line:before {

    content: '';

    display: block;

    width: 45px;

    height: 3px;

    background: #B79F4A;

    margin-bottom: 15px;

  }

  .contact {

    position: relative;

  }

  .contact .inner {

    position: relative;

    z-index: 2;

  }

  .contact .inner>.row {

    margin: 0 -16px 60px;

  }

  .contact .inner>.row>.col {

    width: 100%;

    padding: 0 16px;

  }

  .contact .inner>.row>.col .title {

    font-size: 22px;

    color: #B79F4A;

    letter-spacing: 2px;

    margin-bottom: 15px;

  }

  .contact .inner>.row>.col p {

    font-size: 15px;

  }

  .contact .inner>.row>.col p span {

    display: block;

    vertical-align: middle;

  }

  .contact .inner>.row>.col p i {

    display: inline-block;

    vertical-align: middle;

    font-style: normal;

    color: #B79F4A;

    margin-right: 10px;

    display: none;

  }

  .contact .inner>.row>.col p span:first-child {

    width: 85px;

  }

  .contact .inner>.row>.col p+p {

    margin-top: 10px;

  }

  .contact .inner>.row>.col .map {

    position: relative;

    height: 180px;

  }

  .contact .inner>.row>.col .map iframe {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

  }

  .contact .inner>.row>.col+.col {

    margin-top: 30px;

  }

  /* exhibition view */

  .exhibition-view .row .col .inner {

    border: 1px #B79F4A solid;

    padding: 20px;

  }

  .exhibition-view .row .col .inner .date .tr .td div,

  .exhibition-view .row .col .inner .date .tr .td span {

    display: inline;

    vertical-align: middle;

  }

  .exhibition-view .row .col .inner .date .tr .td span {

    margin: 0 3px;

  }

  .exhibition-view .row .col .inner .date .tr .td:first-child {

    font-size: 14px;

    color: #B79F4A;

  }

  .exhibition-view .row .col .inner .date .tr .td:first-child span {

    font-size: 12px;

  }

  .exhibition-view .row .col .inner .date .tr .td+.td {

    font-size: 17px;

    font-weight: bold;

    color: #000;

    margin-top: 5px;

  }

  .exhibition-view .row .col+.col {

    margin-top: 30px;

  }

  .exhibition-view .info {

    border-top: 1px #B79F4A solid;

    border-bottom: 1px #B79F4A solid;

    padding: 10px 0;

    font-size: 14px;

    margin-top: 15px;

  }

  .exhibition-view .info img {

    height: 15px;

    margin-right: 10px;

  }

  .exhibition-view .info img,

  .exhibition-view .info span {

    display: inline;

    vertical-align: middle;

  }

  .exhibition-view p {

    margin-top: 10px;

    font-size: 15px;

  }

  .exhibition .row .col .text .date i {

    font-style: normal;

    text-align: center;

    margin-right: 5px;

  }

  /* news view */

  .news-view .date {

    font-size: 16px;

    color: #B79F4A;

    letter-spacing: 1px;

  }

  .news-view .title {

    font-size: 20px;

    font-weight: bold;

    letter-spacing: 2px;

    color: #262626;

    padding: 3px 0 10px;

    border-bottom: 1px #B79F4A solid;

    margin-bottom: 20px;

  }

  .news-view .img .row {

    margin: 0 -1px;

  }

  .news-view .img .row .col {

    width: 100%;

    padding: 1px;

  }

  .news-view .img .row .col img {

    width: 100%;

  }

  /* law */

  .law .title,

  .law p {

    font-size: 16px;

    text-align: center;

  }

  .law .title {

    font-weight: bold;

    color: #262626;

  }

  .law p {

    margin: 5px 0 30px;

    font-size: 15px;

  }

  .law .row {

    padding: 15px 0;

    position: relative;

    border-bottom: 1px #dedede solid;

  }

  .law .row .col:first-child {

    font-size: 16px;

  }

  .law .row .col+.col {

    margin-top: 15px;

  }

  .law .row .col+.col a {

    display: block;

    position: relative;

  }

  .law .row .col+.col a img {

    height: 32px;

  }

  .law .row .col+.col a img+img {

    display: none;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    opacity: 0;

  }

  /* links */

  .links .row {

    margin: 0 -25px;

  }

  .links .row .col {

    width: 100%;

    padding: 0 25px;

  }

  .links .row .col>a:hover,

  .links .row .col>a:focus {

    display: block;

    position: relative;

  }

  .links .row .col>a:hover:before,

  .links .row .col>a:focus:before {

    content: '';

    display: block;

    position: absolute;

    border: 1px #f00 solid;

    left: -1px;

    top: -1px;

    right: -1px;

    bottom: -1px;

    z-index: 1;

  }

  .links .row .col>a:hover .imgWrap .cover,

  .links .row .col>a:focus .imgWrap .cover {

    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    opacity: 1;

  }

  .links .row .col p {

    font-size: 16px;

    text-align: center;

    margin-top: 10px;

    color: #666;

  }

  .links .row .col:nth-child(n+2) {

    margin-top: 30px;

  }

  /* rented-rule */

  .rule {

    text-align: center;

    font-size: 14px;

    margin-top: 40px;

  }

  .rule label {

    display: inline-block;

    vertical-align: middle;

  }

  .rule label span {

    color: #B79F4A;

  }

  .rule input {

    margin-right: 5px;

    display: inline-block;

    vertical-align: middle;

  }

  .rented-rule .title {

    font-size: 17px;

    color: #B79F4A;

    font-weight: bold;

    padding-bottom: 20px;

    border-bottom: 1px #B79F4A solid;

    text-align: center;

    margin-bottom: 20px;

  }

  .rented-rule table {

    width: 100%;

    table-layout: fixed;

  }

  .rented-rule table tr td {

    vertical-align: top;

  }

  .btn2 {

    text-align: center;

    margin-top: 10px;

  }

  .btn2 a {

    display: inline-block;

    width: 200px;

    line-height: 36px;

    color: #fff;

    background: #B79F4A;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    text-align: center;

    font-size: 15px;

  }

  /* reservation */

  .rented-rule ul {

    padding-left: 24px;

  }

  /* service */

  .service .title {

    font-size: 17px;

    font-weight: bold;

    color: #B79F4A;

    margin-bottom: 10px;

  }

  .service .block {

    padding-bottom: 40px;

    border-bottom: 1px #aaa solid;

  }

  .service .block+.block {

    padding-top: 20px;

  }

  .service .block:last-child {

    padding-bottom: 0;

    border-bottom: 0;

  }

  /* sitemap */

  .sitemap .block ul {

    list-style: none;

    margin-bottom: 30px;

  }

  .sitemap .block ul li:not(:first-child) {

    font-size: 15px;

    display: block;

  }

  .sitemap .block ul li:not(:first-child):before {

    content: '◆';

    color: #B79F4A;

    margin-right: 5px;

  }

  .sitemap .block ul li:not(:first-child) a {

    font-size: 15px;

    color: #666;

  }

  .sitemap .block ul li:not(:first-child)+li:not(:first-child) {

    margin-top: 10px;

  }

  .sitemap .block ul li:first-child {

    padding-bottom: 5px;

    border-bottom: 1px #ccc solid;

    margin-bottom: 20px;

  }

  .sitemap .block ul li:first-child a {

    color: #B79F4A;

    font-size: 16px;

  }

  .sitemap .block ul:last-child {

    margin-bottom: 0;

  }

  .sitemap .block ul:last-child li {

    padding-bottom: 5px;

    border-bottom: 1px #ccc solid;

    display: inline-block;

    margin: 0;

  }

  .sitemap .block ul:last-child li:before {

    display: none;

  }

  .sitemap .block ul:last-child li a {

    font-size: 16px;

    color: #B79F4A;

  }

  .sitemap .block ul:last-child li+li {

    margin-left: 5px;

  }

  /* space */

  .space .tip {

    font-size: 15px;

    text-align: center;

    line-height: 1.6;

  }

  .space .block {

    padding: 30px 0;

    text-align: center;

  }

  .space .block+.block {

    border-top: 1px #aaa solid;

  }

  /* ticket */

  .ticket .table-wrap {

    border-top: 2px #d1d1d1 solid;

    border-bottom: 1px #d1d1d1 solid;

    margin-bottom: 35px;

  }

  .ticket .table {

    padding: 15px 0;

  }

  .ticket .table .tr:first-child .td {

    text-align: center;

    font-size: 15px;

    padding: 5px;

  }

  .ticket .tips {

    padding: 20px 0;

    text-align: center;

    font-size: 15px;

    border-top: 1px #d1d1d1 solid;

  }

  .ticket ul {

    list-style: none;

  }

  .ticket ul li {

    font-size: 15px;

  }

  .ticket ul li:before {

    content: '◆';

    color: #B79F4A;

    margin-right: 5px;

  }

  .ticket ul li+li {

    margin-top: 5px;

  }

  .tags2 {

    background: #B79F4A;

    display: inline-block;

    font-size: 18px;

    color: #fff;

    line-height: 40px;

    padding: 0 25px 0 15px;

    position: relative;

    margin-bottom: 15px;

  }

  .tags2:after {

    position: absolute;

    right: 0;

    top: 0;

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 20px 16px 20px 0;

    border-color: transparent #ffffff transparent transparent;

  }

  /* visit */

  .visit .text {

    font-size: 15px;

    line-height: 1.6;

  }

  .visit>.row .col {

    width: 100%;

  }

  .visit>.row .col+.col {

    margin-top: 30px;

  }

  .visit .table-wrap {

    border-top: 2px #d1d1d1 solid;

    border-bottom: 1px #d1d1d1 solid;

    margin-top: 40px;

  }

  .visit .table {

    padding: 15px 0;

    border-bottom: 1px #d1d1d1 solid;

  }

  .visit .table:after {

    content: '';

    display: block;

    clear: both;

  }

  .visit .table .tr {

    float: left;

  }

  .visit .table .tr .td {

    font-size: 15px;

  }

  .visit .table .tr .td+.td {

    margin-top: 5px;

  }

  .visit .table .tr:first-child .td {

    width: 80px;

  }

  .visit .tips {

    padding: 20px 0;

    font-size: 15px;

  }

}

a:hover,
a:active,
a:focus {
  border-color: red;
  border-style: dotted;
  border-width: thin;
  color: #F00;
}

img:hover,
img:active,
img:focus {
  border-color: red;
  border-style: dotted;
  border-width: thin;
  color: #F00;
}

.submit_title {
  display: inline-block;

  font-size: 15px;

  color: #fff;

  background: #B79F4A;

  text-align: center;

  width: 180px !important;

  line-height: 36px;
}

@media only screen and (min-width: 1200px) {
  .lg-clear {
    clear: both;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 670px) {
  .md-clear {
    clear: both;
    margin-top: 60px;
  }
}


.book .row .col .imgWrap {
  border: 1px solid #bfbfbf;
  padding: 15px;
}


@media only screen and (min-width: 1200px) {
  .book-wrap {
    max-width: 1366px;
  }

  .book .row .col {
    width: 25%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .book .row .col {
    width: 50%;
    padding: 0 15px;
  }

  .book .row .col:nth-child(n+3) {
    margin-top: 40px;
  }
}


@media only screen and (max-width: 669px) {
  .book .row .col {
    width: 100%;
    padding: 0 15px;
  }
}