html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 20px); 
}

* {
  padding: 0;
  margin: 0; }

strong {
  font-weight: bold; }

body {
  line-height: 1; }

:focus {
  outline: 0; }

ol, ul {
  list-style: none;
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #666;
  cursor: pointer; }
a:focus, a:active {
  text-decoration: none;
  color: inherit; }

body {
  font-family: "Microsoft YaHei", arial; }

.wrapper {
  width: 100%; }

.content {
  width: 1024px;
  margin: 0 auto; }

i.icon {
  float: left; }

.icon-wechat1 {
  width: 20px;
  height: 20px;
  background: url("../img/static/sprite.png") 0 0 no-repeat;
  position: relative; }

.icon-info {
  width: 20px;
  height: 20px;
  background: url("../img/static/sprite.png") -20px 0 no-repeat; }

.icon-like {
  width: 20px;
  height: 20px;
  background: url("../img/static/sprite.png") -40px 0 no-repeat; }

.icon-msg {
  width: 23px;
  height: 20px;
  background: url("../img/static/sprite.png") -60px 0 no-repeat; }

.icon-share {
  width: 22px;
  height: 20px;
  background: url("../img/static/sprite.png") -83px 0 no-repeat; }

.icon-shopping {
  width: 26px;
  height: 26px;
  background: url("../img/static/sprite.png") 0 -20px no-repeat; }

.icon-telphone {
  width: 50px;
  height: 44px;
  background: url(../img/static/telphone.png); }

.toolbar-wrapper {
  background: #000;
  color: #BD8852; }
.toolbar-wrapper > ul.toolbar {
  height: 120px; }
.toolbar-wrapper > ul.toolbar > li {
  height: 120px;
  float: left; }
.toolbar-wrapper > ul.toolbar > li.tb-l {
  width: 400px;
  border-right: 1px solid #BD8852; }
.toolbar-wrapper > ul.toolbar > li.tb-l img {
  margin-top: 12px;
  width: 380px; }
.toolbar-wrapper > ul.toolbar > li.tb-m {
  width: 155px;
  border-right: 1px solid #BD8852; }
.toolbar-wrapper > ul.toolbar > li.tb-m p {
  text-align: center;
  margin-top: 50px;
  cursor: pointer; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav {
  float: right; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li {
  font-size: 20px;
  float: left;
  height: 120px;
  line-height: 120px;
  margin-left: 32px;
  font-size: 14px; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li a {
  color: #BD8852;
  font-size: 14px;
  transition: transform 1s; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li a .icon-wechat1 img {
  display: none;
  z-index: 3; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li a:hover .icon-wechat1 {
  height: 90px;
  width: 90px; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li a:hover .icon-wechat1 img {
  display: block;
  z-index: 99;
  position: absolute;
  height: 82px;
  width: 90px;
  top: -5px;
  right: 0; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li.icon-links > ul {
  overflow: hidden;
  margin-left: 24px;
  margin-top: 50px; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li.icon-links > ul > li {
  float: left;
  margin-right: 12px; }
.toolbar-wrapper > ul.toolbar > li.tb-r > ul.rnav > li.shopping-item > a > i {
  margin-top: 22px;
  margin-right: 6px; }
.toolbar-wrapper > .tb-bt {
  border-top: 1px solid #BD8852; }

.index-wrapper {
  background: #000;
  min-height: 800px; }
.index-wrapper > .inav-wrapper {
  padding-top: 16px; }
.index-wrapper > .inav-wrapper > ul.inav {
  text-align: center; }
.index-wrapper > .inav-wrapper > ul.inav > li {
  display: inline-block;
  margin-right: 64px;
  text-align: center; }
.index-wrapper > .inav-wrapper > ul.inav > li > a {
  display: block;
  padding: 16px 4px 12px;
  color: #BD8852;
  transition: all 0.2s ease-out;
  border-bottom: 3px solid transparent;
  letter-spacing: 12px;
  text-align: center;
  text-indent: 12px; }
.index-wrapper > .inav-wrapper > ul.inav > li > a:hover {
  border-bottom: 3px solid #BD8852; }
.index-wrapper > .inav-wrapper > ul.inav > li.logo {
  padding: 0 50px; }
.index-wrapper > .inav-wrapper > ul.inav > li > .dropdown {
  display: none; }
.index-wrapper > .appointment-wrapper > .appointment {
  overflow: hidden;
  padding-bottom: 30px; }
.index-wrapper > .appointment-wrapper > .appointment a.btn-appo {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #FF0026;
  text-align: center;
  font-size: 25px;
  color: #000;
  float: left;
  transition: all 0.2s ease-out; }
.index-wrapper > .appointment-wrapper > .appointment a.btn-appo:hover {
  opacity: 0.8; }
.index-wrapper > .appointment-wrapper > .appointment img {
  float: left;
  margin-left: 20px; }
.index-wrapper > .events-wrapper {
  padding-bottom: 100px; }
.index-wrapper > .events-wrapper > .events {
  overflow: hidden;
  color: #BD8852;
  border-top: 1px solid #BD8852;
  border-bottom: 1px solid #BD8852; }
.index-wrapper > .events-wrapper > .events > li {
  float: left;
  height: 65px;
  line-height: 65px; }
.index-wrapper > .events-wrapper > .events > li.label {
  width: 170px;
  text-align: center;
  font-size: 23px;
  font-weight: 100;
  border-right: 1px solid #BD8852; }
.index-wrapper > .events-wrapper > .events > li.cont {
  font-size: 16px;
  width: 853px; }
.index-wrapper > .events-wrapper > .events > li.cont > .title {
  padding-left: 20px;
  float: left; }
.index-wrapper > .events-wrapper > .events > li.cont > .date {
  float: right;
  padding-right: 20px; }

.img-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
.img-nav .img-nav-list {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  color: #552c0a; }
.img-nav .img-nav-list a:link {
  color: #552c0a; }
.img-nav .img-nav-list a:visited {
  color: #552c0a; }
.img-nav .img-nav-list a:hover {
  color: #552c0a; }
.img-nav .img-nav-list a:active {
  color: #552c0a; }
.img-nav .img-nav-list .img-nav-item {
  display: inline-block;
  min-width: 310px;
  height: 175px;
  background-color: #ae9061;
  margin: 0 0 24px 24px;
  cursor: pointer;
  position: relative; }
.img-nav .img-nav-list .img-nav-item:hover {
  opacity: 0.8; }
.img-nav .img-nav-list .img-nav-item > img {
  position: absolute;
  right: 26px;
  top: 16px;
  width: 90px;
  height: 80px; }
.img-nav .img-nav-list .img-nav-item .img-nav-title {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 26px;
  font-size: 34px; }
.img-nav .img-nav-list .img-nav-item .line {
  height: 1px;
  margin: 12px 70px 12px 26px;
  background: #552c0a; }
.img-nav .img-nav-list .img-nav-item .img-nav-info {
  margin-left: 26px; }

.banner-wrapper {
  position: relative;
  margin-top: 10px;
  max-height: 600px;
  margin-bottom: 15px;
  height: 600px; }
.banner-wrapper .slide {
  overflow: hidden;
  position: relative;
  margin: 16px auto;
  outline: none; }
.banner-wrapper .slide > ul {
  transition: all 0.5s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table; }
.banner-wrapper .slide > ul > li {
  display: table-cell;
  overflow: hidden; }
.banner-wrapper .slide > ul > li > img {
  border: none;
  outline: none; }
.banner-wrapper .arrow {
  width: 100px;
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 200px;
  cursor: pointer;
  transition: ease-in-out; }
.banner-wrapper .arrow-left {
  left: 0; }
.banner-wrapper .arrow-right {
  right: 0; }

.footer-wrapper {
  height: 100px;
  padding: 30px 26px;
  background: #BD8852;
  color: #56250A;
  line-height: 20px;
  font-size: 14px; }
.footer-wrapper a:link {
  color: #552c0a; }
.footer-wrapper a:visited {
  color: #552c0a; }
.footer-wrapper a:hover {
  color: #552c0a; }
.footer-wrapper a:active {
  color: #552c0a; }
.footer-wrapper a.beian {
  margin-left: 7em; }
.footer-wrapper .wangan .wangan_left {
  vertical-align: top; }
.footer-wrapper .wangan .wangan_left img {
  margin-bottom: 32px; }
.footer-wrapper .wangan a {
  line-height: 80px;
  margin-left: 0; }
.footer-wrapper .wangan a img.shiye {
  margin-left: 1em; }
.footer-wrapper .wangan #visitors {
  line-height: 80px;
  vertical-align: top; }

.navbar-wrapper {
  height: 50px;
  background: #AC855B; }
.navbar-wrapper ul.navbar {
  height: 50px; }
.navbar-wrapper ul.navbar > li {
  float: left;
  height: 50px; }
.navbar-wrapper ul.navbar > li > a {
  display: block;
  color: #222;
  text-align: center;
  width: 140px;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease-out; }
.navbar-wrapper ul.navbar > li > a.active {
  background: #E4253D;
  color: #FFF; }
.navbar-wrapper ul.navbar > li > a:hover {
  background: #f93751;
  color: #FFF; }
.navbar-wrapper ul.navbar > li > ul.dropdown {
  display: none;
  position: absolute;
  z-index: 999; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li {
  border-top: 1px solid #FFF; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li > a {
  display: block;
  text-align: center;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #BD8852;
  transition: all 0.2s ease-out; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li > a.active, .navbar-wrapper ul.navbar > li > ul.dropdown > li > a:hover {
  color: #FFF; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li > a.no-link:hover, .navbar-wrapper ul.navbar > li > ul.dropdown > li > a.no-link {
  color: #BD8852; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li.submenu > ul.sublist > li {
  border-top: 1px solid #000; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li.submenu > ul.sublist > li > a {
  display: block;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #222;
  color: #BD8852;
  transition: all 0.2s ease-out; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li.submenu > ul.sublist > li > a.active, .navbar-wrapper ul.navbar > li > ul.dropdown > li.submenu > ul.sublist > li > a:hover {
  color: #FFF; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li.submenu > ul.sublist > li > ul.sub2list > li > a {
  display: block;
  text-align: center;
  width: 140px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: #444;
  color: #fff;
  transition: all 0.2s ease-out; }
.navbar-wrapper ul.navbar > li > ul.dropdown > li.submenu > ul.sublist > li > ul.sub2list > li > a:hover {
  background: #000; }
.navbar-wrapper ul.navbar > li.logo {
  padding: 0 65px; }
.navbar-wrapper ul.navbar > li.logo img {
  margin-top: 4px;
  height: 42px; }

.container {
  overflow: hidden;
  padding-bottom: 20px; }
.container > ul.breadcrumb {
  margin-top: 36px;
  margin-left: 20px;
  color: #333;
  margin-bottom: 44px; }
.container > ul.breadcrumb li {
  float: left;
  font-size: 15px; }
.container > ul.breadcrumb li:after {
  content: " > "; }
.container > ul.breadcrumb li:last-child:after {
  content: ""; }
.container > ul.breadcrumb li a {
  color: #000;
  font-size: 15px; }
.container > ul.breadcrumb li a:hover {
  color: #666; }
.container > .wrapper > .cont {
  float: left;
  width: 650px;
  padding-left: 20px; }
.container > .wrapper > .rbar {
  float: right;
  width: 290px;
  min-height: 500px; }
.container > .wrapper > .rbar .visitmap img {
  width: 290px; }
.container > .wrapper .floor {
  width: 100%;
  margin-bottom: 30px; }
.container > .wrapper h1 {
  border-left: 5px solid #f93751;
  height: 35px;
  line-height: 35px;
  font-size: 32px;
  color: #000;
  padding-left: 8px;
  margin-bottom: 24px; }
.container > .wrapper .btn-msg {
  background: #CBC0B1;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-out; }
.container > .wrapper .btn-msg:hover {
  background: #DED6C6; }
.container > .wrapper .btn-msg > i {
  padding-right: 10px; }
.container > .wrapper .tel {
  white-space: nowrap;
}
.container > .wrapper .tel > .zixun {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: #827769;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  /* font-size: 14px; */
  border-radius: 15px;
  margin-left: 10px;
  margin-top: 7px;
  color: #FFF; }
.container > .wrapper .tel > span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: #827769;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 13px;
  border-radius: 15px;
  margin-top: 7px;
  color: #FFF; }
.container > .wrapper .mv p {
  font-size: 22px;
  color: #827769;
  margin-top: 24px;
  font-weight: 600; }
.container > .wrapper .mv ul.box {
  margin-top: 24px;
  background: #CBC0B1;
  padding: 10px 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px; }
.container > .wrapper .mv ul.box li {
  margin-bottom: 10px; }
.container > .wrapper .mv ul.box li > i {
  margin-right: 5px; }

.title-list {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px; }
.title-list li {
  line-height: 30px; }
.title-list i {
  color: #B84B4E; }
.title-list a {
  font-weight: bold;
  width: 500px;
  overflow: hidden;
  white-space: nowrap; }
.title-list .article-date {
  float: right;
  color: #666;
  font-size: 13px; }

.go-back {
  font-size: 14px; }
.go-back i {
  margin-right: 5px; }

.tinymce-inline {
  font-size: 14px;
  color: #4E4E4E; }
.tinymce-inline p {
  line-height: 30px;
  padding-bottom: 10px; }
.tinymce-inline.p-padding-bt-30 > p {
  padding-bottom: 30px; }

.review-content .cont p {
  line-height: 30px;
  padding-bottom: 10px;
  color: #4E4E4E;
  font-size: 14px; }
.review-content .cont.p-padding-bt-30 > p {
  padding-bottom: 30px; }
.review-content .cont img {
  max-width: 600px !important;
  height: auto !important; }
.review-content .cont div {
  line-height: 20px;
  font-size: 14px;
  font-family: "microsoft yahei"; }
.review-content .cont a {
  color: #3a1ecc; }
.review-content .cont a:hover {
  text-decoration: underline; }
.review-content > .header {
  text-align: center;
  margin-bottom: 50px; }
.review-content > .header > h2.title {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold; }
.review-content > .header > p.article-info {
  font-size: 14px;
  padding-top: 10px; }
.review-content > .tinymce-inline img {
  max-width: 600px;
  height: auto; }
.review-content > .btn-back {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  background: #827769;
  color: #fff; }

.imageview-list {
  width: 630px; }
.imageview-list .imgbox {
  color: #FFF; }
.imageview-list .imgbox img {
  width: 570px;
  height: auto; }
.imageview-list .imgbox h2 {
  font-size: 23px;
  font-weight: bold;
  line-height: 60px; }
.imageview-list .imgbox p {
  line-height: 25px;
  height: 50px;
  overflow: hidden; }
.imageview-list .imgbox.imgbox-first {
  padding: 30px;
  background: #ac855b; }
.imageview-list .imgboxlist-c2 {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  overflow: hidden; }
.imageview-list .imgboxlist-c2:nth-child(odd) {
  margin-left: 0; }
.imageview-list .imgboxlist-c2 .imgbox {
  width: 310px;
  height: 280px;
  background: #ac855b; }
.imageview-list .imgboxlist-c2 .imgbox img {
  max-width: 310px;
  height: 200px; }
.imageview-list .imgboxlist-c2 .imgbox a.btn-more {
  float: left;
  margin-top: 27px;
  margin-left: 20px; }
.imageview-list .imgboxlist-c2 .imgbox h2 {
  line-height: 80px;
  padding-left: 20px;
  float: left; }

.imageview2-list > ul {
  width: 100%; }
.imageview2-list > ul li {
  float: left; }
.imageview2-list > ul li .imgbox {
  width: 150px;
  height: 200px;
  margin-bottom: 20px;
  margin-right: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(12, 4, 4, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
.imageview2-list > ul li .imgbox .imginfo {
  padding: 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.14); }
.imageview2-list > ul li .imgbox img {
  width: 150px;
  height: 150px;
  cursor: pointer; }
.imageview2-list > ul li .imgbox h2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

.tags {
  margin-bottom: 24px;
  font-size: 16px; }
.tags li {
  margin-left: 8px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  padding: 8px; }
.tags li:hover {
  color: #fff;
  background-color: #f93751; }
.tags > .select {
  color: white;
  background-color: #f93751; }

a.btn-more {
  width: 85px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #D32B33;
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  display: block; }

.wideimglist {
  width: 640px; }
.wideimglist li {
  width: 640px;
  margin-bottom: 20px; }
.wideimglist li img {
  display: block;
  width: 640px;
  height: 200px; }
.wideimglist li .info {
  width: 590px;
  height: 80px;
  padding: 25px;
  background: #AC855B; }
.wideimglist li .info .fl, .wideimglist li .info .fr {
  width: 295px;
  height: 80px; }
.wideimglist li .info h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #fff; }
.wideimglist li .info p.label {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px;
  padding-left: 10px; }

.summary-list li .tinymce {
  height: 200px;
  line-height: 25px;
  overflow: hidden; }
.summary-list li hr {
  margin-top: 100px;
  margin-bottom: 40px;
  border: none;
  height: 5px;
  background: #ccc; }

.msg-header {
  line-height: 20px; }
.msg-header h4 {
  margin-bottom: 20px; }

.msg-list {
  margin-top: 40px; }
.msg-list li {
  margin-bottom: 10px; }
.msg-list li .msg-title {
  background: #ccc;
  line-height: 30px;
  padding: 0 10px; }
.msg-list li .msg-title span {
  margin-right: 20px; }
.msg-list li .msg-content {
  margin: 20px 0;
  padding: 0 10px;
  line-height: 20px; }
.msg-list li .msg-reply {
  padding: 0 10px;
  line-height: 20px; }

@media screen and (max-width: 768px) {
  .imageview2-list > ul {
    width: 100%; }
  .imageview2-list > ul li {
    display: inline-block;
    width: 50%;
    padding: 0 16px;
    box-sizing: border-box; }
  .imageview2-list > ul li .imgbox {
    width: 150px;
    height: 200px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(12, 4, 4, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
  .imageview2-list > ul li .imgbox .imginfo {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding: 4px; }
  .imageview2-list > ul li .imgbox img {
    max-width: 150px;
    height: 150px;
    cursor: pointer; }
  .imageview2-list > ul li .imgbox h2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px; }

  .tags {
    margin-bottom: 24px;
    font-size: 16px; }
  .tags li {
    margin-left: 8px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    padding: 8px; }
  .tags li:hover {
    color: #fff;
    background-color: #f93751; }
  .tags > .select {
    color: white;
    background-color: #f93751; } }
@media screen and (max-width: 420px) {
  .review-content .cont p.MsoNormal {
    text-indent: 0 !important; }
  .review-content .cont p {
    line-height: 30px;
    padding-bottom: 10px;
    color: #4E4E4E;
    font-size: 14px; }
  .review-content .cont.p-padding-bt-30 > p {
    padding-bottom: 30px; }
  .review-content .cont img {
    max-width: 400px !important;
    height: auto !important; }
  .review-content > .tinymce-inline img {
    max-width: 400px;
    height: auto; } }
@media screen and (max-width: 380px) {
  .review-content .cont p.MsoNormal {
    text-indent: 0 !important; }
  .review-content .cont p {
    line-height: 30px;
    padding-bottom: 10px;
    color: #4E4E4E;
    font-size: 14px; }
  .review-content .cont.p-padding-bt-30 > p {
    padding-bottom: 30px; }
  .review-content .cont img {
    max-width: 340px !important;
    height: auto !important; }
  .review-content > .tinymce-inline img {
    max-width: 340px;
    height: auto; } }
.second_list {
  width: 100%;
  box-sizing: border-box; }
.second_list > .second_list_item {
  height: 175px;
  margin-bottom: 40px;
  width: 100%;
  background-color: #baa688;
  -webkit-box-shadow: 0 1px 4px 0 rgba(12, 4, 4, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
.second_list > .second_list_item > .item_left {
  box-sizing: border-box;
  float: left;
  height: 100%;
  width: 75%;
  background-color: #ac855b; }
.second_list > .second_list_item > .item_left > img {
  width: 100%;
  height: 175px; }
.second_list > .second_list_item > .item_right {
  box-sizing: border-box;
  float: right;
  height: 100%;
  min-width: 25%;
  background-color: #baa688;
  text-align: right; }
.second_list > .second_list_item > .item_right > .right_title {
  text-align: left;
  width: 5em;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-left: 1em;
  margin-top: 45px; }
.second_list > .second_list_item > .item_right > .right_more {
  margin-left: 2em;
  height: 28px;
  width: 84px;
  margin-top: 16px;
  line-height: 28px;
  background-color: #d32b33;
  text-align: center;
  color: #fff; }
.second_list > .second_list_item > .item_right > .right_more:hover {
  cursor: pointer; }

.btn-back-menu {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  background: #827769;
  color: #fff; }

@media screen and (max-width: 420px) {
  .second_list {
    width: 100%;
    box-sizing: border-box; }
  .second_list > .second_list_item {
    height: 120px;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 24px; }
  .second_list > .second_list_item > .item_left {
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 65%;
    background-color: #ac855b; }
  .second_list > .second_list_item > .item_left > img {
    width: 100%;
    height: 120px; }
  .second_list > .second_list_item > .item_right {
    box-sizing: border-box;
    float: right;
    height: 100%;
    min-width: 33%;
    background-color: #baa688;
    text-align: right; }
  .second_list > .second_list_item > .item_right > .right_title {
    text-align: left;
    width: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 1em;
    margin-left: .5em; }
  .second_list > .second_list_item > .item_right > .right_more {
    margin-left: 1em;
    height: 28px;
    width: 84px;
    margin-top: 12px;
    line-height: 27px;
    background-color: #d32b33;
    text-align: center;
    color: #fff; }
  .second_list > .second_list_item > .item_right > .right_more:hover {
    cursor: pointer; } }
.mce-container {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: #dedede !important; }

.mce-tinymce, .mce-edit-area {
  border: none !important; }

.bk-green {
  background: #27b37a !important;
  transition: all 0.2s ease-out; }
.bk-green:hover {
  background: #48d299 !important; }

.bk-red {
  background: #ea3f3f !important;
  transition: all 0.2s ease-out; }
.bk-red:hover {
  background: #f55a5a !important; }

i.fa {
  width: 15px !important; }

ul.baseline > li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding-right: 5px; }

.hide {
  display: none; }

.show {
  display: block; }

.tc {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.cms {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f3f4; }
.cms > .lbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  background: #2F4050; }
.cms > .lbar > .profile {
  width: 220px -50;
  height: 48px;
  padding: 33px 25px;
  background: url(../img/static/header-profile.png); }
.cms > .lbar > .profile > .avatar {
  width: 48px;
  height: 48px;
  float: left; }
.cms > .lbar > .profile > .avatar > img {
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.cms > .lbar > .profile > .userinfo {
  width: 105px;
  float: right; }
.cms > .lbar > .profile > .userinfo p.name {
  font-size: 13px;
  font-weight: 600;
  color: #DFE4ED;
  margin-top: 5px;
  padding: 5px 0; }
.cms > .lbar > .profile > .userinfo p.priority {
  font-size: 12px;
  color: #8095a8; }
.cms > .lbar > ul.nav > li > a {
  display: block;
  color: #a7b1c2;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 14px 20px 14px 25px; }
.cms > .lbar > ul.nav > li > a:hover {
  background: #293846;
  color: #FFF; }
.cms > .lbar > ul.nav > li > a > .fa {
  padding-right: 10px; }
.cms > .lbar > ul.nav > li.active {
  border-left: 4px solid #19aa8d; }
.cms > .lbar > ul.nav > li.active > a {
  background: #293846;
  color: #FFF; }
.cms > .container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 220px;
  right: 0;
  padding: 20px;
  color: #676a6c;
  overflow: auto; }
.cms > .container > .cms-content > h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px; }
.cms > .container > .cms-content > h2 > i {
  padding-right: 10px; }
.cms > .container > .cms-content .ibox {
  background: #FFF;
  margin-bottom: 10px;
  border: 1px solid #eee;
  overflow: hidden; }
.cms > .container > .cms-content .ibox > .ibox-title {
  border-top: 2px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  padding: 12px 15px; }
.cms > .container > .cms-content .ibox > .ibox-title > h4 {
  font-size: 14px;
  font-weight: 600; }
.cms > .container > .cms-content .ibox > .ibox-content {
  padding: 12px 15px;
  font-size: 12px;
  overflow: hidden; }
.cms > .container > .cms-content .ibox .btn-sm {
  display: block;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: right;
  background: #69b4ea;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-out; }
.cms > .container > .cms-content .ibox .btn-sm:hover {
  background: #8bcbf9; }

.login-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/static/login_bg.jpg); }
.login-wrapper .btn {
  text-align: center;
  color: #FFF;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.login-wrapper .btn-success {
  background: #53b752; }
.login-wrapper .btn-success:hover {
  background: #71d870; }
.login-wrapper .btn-large {
  height: 40px;
  line-height: 40px;
  width: 270px;
  margin: 0 auto; }
.login-wrapper > .login-box {
  position: absolute;
  width: 350px;
  height: 225px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -112.5px;
  text-align: center;
  background: #726351;
  background: rgba(0, 0, 0, 0.5);
  padding: 24px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.login-wrapper > .login-box > h2 {
  color: #FFF;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 20px;
  margin: 0 auto; }
.login-wrapper > .login-box > input {
  float: none;
  width: 240px;
  margin-bottom: 10px;
  outline: none;
  border: none;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.login-wrapper > .login-box > .btn {
  margin-top: 10px;
  width: 260px; }

.cms-content .btn_set {
  width: 100%;
  display: inline-block;
  text-align: center; }
.cms-content .btn_set .show_btn {
  display: inline-block;
  margin: 0 2em; }
.cms-content .menu-list > li {
  float: left;
  margin-right: 5px; }
.cms-content .input-box {
  background: #ebebe4;
  padding: 5px;
  margin-bottom: 5px;
  overflow: hidden; }
.cms-content .input-box.single-input > input {
  width: calc(100% - 100px); }
.cms-content .input-box h2 {
  font-weight: normal;
  font-size: 14px;
  float: left;
  display: block;
  line-height: 28px;
  height: 28px;
  background: #69b4ea;
  color: #fff;
  width: 80px;
  text-align: center;
  margin-right: 5px; }
.cms-content .input-box input, .cms-content .input-box select {
  line-height: 28px;
  height: 28px;
  padding-left: 5px;
  outline: none;
  border: none; }
.cms-content .input-box input {
  float: none;
  color: #000;
  min-width: 300px; }
.cms-content .input-box input.single-input {
  width: calc(100% - 100px); }
.cms-content .input-box .input_radio input {
  min-width: 1.5em; }
.cms-content .input-box .input_radio span {
  display: inline-block;
  line-height: 1.4;
  font-size: 16px;
  padding-top: 2px;
  vertical-align: top;
  color: #000;
  margin-right: 2em; }
.cms-content .input-box #article-image-show {
  max-height: 150px;
  margin-top: 5px;
  border: 2px solid #ccc; }
.cms-content .input-box .btn-submit {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #3192fe;
  text-align: center;
  float: right;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-out; }
.cms-content .input-box .btn-submit:hover {
  background: #69b4ea; }
.cms-content table {
  width: calc(100% - 10px);
  text-align: center;
  border: 1px solid #7F66A0; }
.cms-content table thead {
  background: #7F66A0;
  font-size: 14px;
  color: #FFF;
  line-height: 30px; }
.cms-content table thead th {
  border-left: 1px solid #fff; }
.cms-content table thead th:first-child {
  border-left: none; }
.cms-content table td {
  border-left: 1px solid #7F66A0; }
.cms-content table td:first-child {
  border-left: none; }
.cms-content table td.tl {
  text-align: left;
  padding-left: 10px; }
.cms-content table td input, .cms-content table td select {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  outline: none;
  border: 1px solid #7F66A0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.cms-content table td input {
  width: calc(100% - 16px);
  padding: 0 5px; }
.cms-content table td .tag {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: #7F66A0;
  color: #FFF;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.cms-content table td .tag i {
  text-align: right; }
.cms-content table td .tag:hover {
  background: #a486cc; }
.cms-content table tbody tr {
  line-height: 30px; }
.cms-content table tbody tr:nth-child(even) {
  background: #eee1ff; }
.cms-content .dialog {
  position: fixed;
  left: 220px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  background: #fff;
  overflow: auto; }
.cms-content .dialog .header {
  margin-bottom: 10px;
  overflow: hidden; }
.cms-content .dialog .header h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  float: left; }
.cms-content .dialog .header h2 i {
  padding-right: 5px; }
.cms-content .dialog .header .btn-close {
  float: right;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s ease-out;
  cursor: pointer; }
.cms-content .dialog .header .btn-close:hover {
  background: #ff6b71;
  color: #fff; }
.cms-content .dialog .review-content-box {
  width: 620px;
  padding: 20px;
  background: #eee;
  box-shadow: 0 0 10px #ccc;
  border: 1px solid #ccc; }
.cms-content .dialog .review-content-box .review-image {
  margin-bottom: 20px;
  padding: 10px;
  background: #fff; }
.cms-content .dialog .review-content-box .review-image img {
  max-width: 600px; }
.cms-content .dialog .review-content-box .review-content {
  padding: 10px;
  background: #fff; }
.cms-content .dialog .review-content-box h2 {
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  background: #8bc3ff;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
  *zoom: 1;
  *display: inline; }
.cms-content .dialog .review-content-box h2.hide {
  display: none;
  *display: none; }

.userinfo-input {
  width: 236px;
  height: 30px;
  line-height: 30px;
  outline: none;
  font-size: 14px;
  border: 1px solid #3085d6;
  text-align: center;
  margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.m_page {
  width: 100%;
  overflow: hidden;
  min-height: 1024px;
  background: #eee;
  padding-bottom: 1px;
  border-top: 2px solid #BD8852; }

.m_topbar {
  height: 70px;
  background: #000;
  text-align: center; }
.m_topbar .m_menu_icon {
  float: left; }
.m_topbar .m_menu_icon img {
  margin-top: 20px;
  margin-left: 20px;
  height: 30px; }
.m_topbar .m_logo {
  margin-left: -40px; }
.m_topbar .m_logo img {
  margin-top: 10px;
  height: 50px; }

.m_dropdown {
  position: absolute;
  top: 72px;
  z-index: 99;
  width: 100%;
  background: #222;
  display: none; }
.m_dropdown > li > a {
  display: block;
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #DBAA69; }

.m_submenu {
  display: none; }
.m_submenu a {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 12px;
  background: #eee; }

.m_banner {
  position: relative;
  background-color: #000; }
.m_banner ul.imglist {
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 10; }
.m_banner ul.imglist li {
  display: none; }
.m_banner ul.imglist li.active {
  display: block; }
.m_banner ul.imglist img {
  height: 300px;
  position: absolute; }
.m_banner ul.banner-point {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 1000; }
.m_banner ul.banner-point li {
  float: left; }
.m_banner ul.banner-point li a {
  display: block;
  width: 40px;
  font-size: 26px;
  color: #BD8852; }
.m_banner ul.banner-point li a.active {
  color: #FF0023; }

.m_shop {
  background: #DDA869;
  border-bottom: 1px solid #AD8E5F; }
.m_shop img {
  display: block;
  padding: 10px 0;
  height: 45px;
  margin: 0 auto; }
.m_shop .info {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #56260A;
  padding-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #56260A; }

.floor {
  border-bottom: 1px solid #AD8E5F; }
.floor img {
  display: block;
  width: 100%; }

.m_exhi {
  background: #A72A32; }
.m_exhi h2 {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 20px;
  color: #DDA869; }
.m_exhi .imgbox {
  padding: 20px 30px 35px 20px;
  overflow: hidden; }
.m_exhi .imgbox img {
  height: 60px;
  float: left; }
.m_exhi .imgbox p {
  float: left;
  font-size: 12px;
  padding-left: 10px;
  color: #DDA869; }
.m_exhi .imgbox p i {
  padding-left: 5px; }

.m_links {
  display: relative;
  overflow: hidden; }
.m_links .imgbox {
  width: 100%; }
.m_links .imgbox a {
  display: block;
  float: left;
  width: -moz-calc(50% - 1px);
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px); }
.m_links .imgbox a:first-child {
  border-right: 1px solid #333; }
.m_links .imgbox a img {
  display: block;
  width: 100%; }

.m_events_wrapper {
  background: #000;
  padding: 20px 0; }

.m_events {
  color: #DBAA69;
  border-top: 1px solid #DBAA69;
  border-bottom: 1px solid #DBAA69; }
.m_events li {
  float: left;
  font-size: 12px;
  padding: 10px; }
.m_events li:first-child {
  border-right: 1px solid #DBAA69; }

.m_language {
  color: #4E2109;
  background: #ae9061;
  text-align: center;
  padding: 12px 0;
  font-size: 14px; }
.m_language a {
  color: #552c0a;
  margin: 0 4px; }

.m_footer {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background: #000; }
.m_footer .icon-links {
  overflow: hidden;
  width: 8em;
  margin: 0 auto;
  padding-bottom: 20px; }
.m_footer .icon-links li {
  float: left; }
.m_footer .icon-links li img {
  height: 30px; }
.m_footer .border {
  border-bottom: 1px solid #785942; }

.m_container .floor {
  width: 100%; }
.m_container ul.title-list {
  margin: 0 10px !important;
  margin-top: 20px !important; }
.m_container ul.summary-list {
  width: calc(100% - 40px) !important;
  padding: 20px !important; }
.m_container ul.summary-list h1 {
  font-size: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: auto !important;
  margin-bottom: 20px !important; }
.m_container ul.wideimglist {
  padding: 20px;
  width: calc(100% - 40px); }
.m_container ul.wideimglist li {
  width: 100%; }
.m_container ul.wideimglist li img {
  width: 100%; }
.m_container ul.wideimglist li .info {
  width: calc(100% - 50px);
  height: 4em;
  padding: 25px;
  padding-top: 10px; }
.m_container ul.wideimglist li .info .btn-more {
  margin-top: 10px; }
.m_container ul.wideimglist li .info .fr {
  display: none; }
.m_container .imageview-list {
  width: 100% !important; }
.m_container .imageview-list > ul {
  width: 100%; }
.m_container .imageview-list > ul li {
  margin-top: 10px;
  width: 100% !important;
  margin: 0 !important; }
.m_container .imageview-list .imgbox {
  max-width: 310px !important;
  width: 310px !important;
  padding: 15px !important;
  margin: 0 auto !important; }
.m_container .imageview-list .imgbox h2 {
  padding-left: 0 !important; }
.m_container .imageview-list .imgbox img {
  max-width: 310px !important;
  height: 200px !important; }
.m_container h1 {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-left: 5px solid #f93751;
  height: 35px;
  line-height: 35px;
  font-size: 32px;
  color: #333;
  padding-left: 8px; }
.m_container .btn-msg {
  background: #CBC0B1;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-out; }
.m_container .btn-msg:hover {
  background: #DED6C6; }
.m_container .btn-msg > i {
  padding-right: 10px; }
.m_container .review-content {
  padding: 8px;
  width: auto !important; }
.m_container .review-content .cont p.MsoNormal {
  text-indent: 0 !important; }
.m_container .review-content .cont p {
  line-height: 30px;
  padding-bottom: 10px;
  color: #4E4E4E;
  font-size: 12px; }
.m_container .review-content .cont.p-padding-bt-30 > p {
  padding-bottom: 20px; }
.m_container .review-content .cont img {
  max-width: 600px;
  height: auto; }
.m_container .review-content > .header {
  text-align: center;
  margin-bottom: 30px; }
.m_container .review-content > .header > h2.title {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold; }
.m_container .review-content > .header > p.article-info {
  font-size: 14px;
  padding-top: 10px; }
.m_container .review-content > .cont img {
  max-width: 100%;
  height: auto; }
.m_container .review-content > .btn-back {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  background: #827769;
  color: #fff; }

.floor_a {
  font-size: 24px;
  padding-left: 16px; }

.m-slide {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  outline: none;
  width: 100%; }
.m-slide > ul {
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  display: table;
  background-color: #ae9061; }
.m-slide > ul > li {
  display: table-cell;
  background: #000; }
.m-slide > ul > li a {
  background: #000; }
.m-slide > ul > li > img {
  border: none;
  outline: none; }
.m-slide .m-option {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 99; }
.m-slide .m-option span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 1.2em;
  border-radius: 50%;
  background-color: #BD8852; }
.m-slide .m-option span.active {
  background-color: #FF0023; }

.m-img-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #000; }
.m-img-nav .m-img-nav-list {
  width: 92%;
  margin: 0 auto;
  text-align: left;
  color: #552c0a; }
.m-img-nav .m-img-nav-list .m-img-nav-item {
  box-sizing: border-box;
  padding: 1em;
  margin: 1em 0;
  height: 150px;
  position: relative;
  background-color: #ae9061;
  cursor: pointer; }
.m-img-nav .m-img-nav-list .m-img-nav-item:hover {
  opacity: 0.8; }
.m-img-nav .m-img-nav-list .m-img-nav-item > img {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 75px;
  height: 70px; }
.m-img-nav .m-img-nav-list .m-img-nav-item .m-img-nav-title {
  color: #552c0a;
  font-size: 1.5em;
  margin: 1em 1em; }
.m-img-nav .m-img-nav-list .m-img-nav-item .m-line {
  height: 1px;
  margin: 1em 1.5em;
  background: #552c0a; }
.m-img-nav .m-img-nav-list .m-img-nav-item .m-nav-info {
  color: #553c0a;
  display: block;
  margin: .5em 1.5em; }

.m_copyright {
  color: #ae9061;
  margin-top: 1em; }
.m_copyright > p {
  margin-bottom: .5em;
  line-height: 1.2em; }
.m_copyright a:link {
  color: #ae9061; }
.m_copyright a:visited {
  color: #ae9061; }
.m_copyright a:hover {
  color: #ae9061; }
.m_copyright a:active {
  color: #ae9061; }

/*# sourceMappingURL=style.css.map */
