@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width: 1280px;
}}

/********** header **********/
.menu.nav-menuul .dropdown-menu, .menu.nav-menu .dropdown .dropdown-menu {
    border:0;
}
.block{
  margin:0;
}
body .modal-backdrop.in {
    display: inline-table;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
hr.line{
  background:none;
  border-top:1px solid #9B7348;
}
a{
  outline:0;
}
#header {
    z-index: 2;
    width: 100%;
    padding-bottom: 20px;
    padding-top:20px;
}
.header-body{
overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width:1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-container.inner{

}
.header-body .header-container.main-menu-nav-primary{
    width: 100%;
    min-height: initial;
}
#site-logo {
    height: auto; 
    margin:5px;
    text-align: left;
}
#site-logo img{
  max-height:50px;
}
.header-body .header-container.inner,
.header-body .header-row{
    height: auto;
    padding-bottom: 0px;
        padding-left: 0;
}
@media (min-width: 768px){
  .header-body .inner.inside-c-tb{
    width : auto;
  }
  .col-md-9 .inner{
    width : auto;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .header-container.inner{
    float: none;
    width: 90%;
  }
}
@media (max-width: 992px){
.header-body{
    min-height:auto;
  }
.field-body p {
    word-break: break-word !important;
}
}
@media (max-width: 768px){
  .header-left{
    display:none;
  }
  .header-container.inner{
      float: none;
      width: 100%;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 80px;
   margin-top: 0;
  }
  #header .header-container .header-row .header-column #header-btns {
    right: auto;
    top: auto;
    left: 0;
    bottom: 32px;
}
}
.main-menu-nav-primary {
    background: transparent;
}
.main-menu-1-1 .nav-menu>.menu-item{
  padding:10px 3%;
}
.language-en .main-menu-1-1 .nav-menu>.menu-item{
  padding:16px 1.5%;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: left;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


/*********** mobile menu *****/
.mm-menu {
    background: #333;
    color: rgba(255,255,255,.75);
}
.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255,255,255,.3);
}
/********** search ******/
.m-searching {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  background: rgba(0, 0, 0, .8);
  margin: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(.2, .2);
  -ms-transform: scale(.2, .2);
  -o-transform: scale(.2, .2);
  transform: scale(.2, .2);
  -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.m-searching .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

.m-searching form {
  max-width: 100%;
  width: 600px;
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  overflow: hidden;
}

.m-searching.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
}

.m-searching input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 40px;
  float: left;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  color: #999;
  font-size: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control:-moz-placeholder {
  color: #999
}

.form-control::-moz-placeholder {
  color: #999
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

.m-searching button {
  background: #319662;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  border-radius: 0;
  float: left;

  font-size: 16px;
  padding: 0;
  border: 0;
  color: #fff;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.m-searching button .loading {
  display: none;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
  animation: weuiLoading 1s steps(12, end) infinite;
}

@-webkit-keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

.m-searching .m-list-search {
  display: none;
  max-width: 600px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f6f6f6 !important;
  top: 50%;
  margin: auto;
  z-index: 999;
  overflow: hidden;
  list-style: none;
  position: absolute;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff !important;
  margin-top: 27px;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-radius: 0;
  box-shadow: 2px 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  line-height: 20px;
}

.m-searching .m-list-search li {
  padding: 0;
  line-height: 30px;
  display: block;
  float: none;
  width: 100%;
  margin: 0 20px;
  border: 0 !important;
  padding-bottom: 0 !important;
}

.m-searching .m-list-search li a {
  color: #999;
  font-size: 14px;
}

.m-searching .m-list-search li a:hover {
  text-decoration: underline;
}


.m-searching .baoming {
  width: 480px;
  height: 470px;
  background: #fff;
  padding: 90px 40px;
  box-sizing: border-box;
}
.field-type-text-with-summary{
    text-align: justify;
}

.block-region-content h2.block-title{
    border:0;
    margin-bottom:50px;
}
.block-region-content h2.block-title span.cn{
      font-size: 40px;
    color: #333;
}
.field-description {
    margin-bottom:50px;
}
.field-description h4{
    font-size: 2.5em;
    color: rgba(0,0,0,0.1);
    line-height: 150%;
    letter-spacing: -1px;
    display: block;
    font-family: arial;
    height: auto;
    font-weight: 600;
    background: none;
    text-transform: uppercase;
}
.field-description p{
    font-size: 3em;
    color: #701318;
    line-height:1;
}

.page-url-qr-code img {
    max-width: 150px;
}
.banner {
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0 !important;
    background-image: url(../../banner2.jpg);
}

/************* page-taxonomy *********/
.page-taxonomy .field.field-name.field-type-string.field-label-hidden.field-item {
    font-size: 24px;
    font-weight: 600;
    line-height:100%;
    margin-bottom:40px;
}
.page-node-type-landing-page .block .block-title {
    border-bottom: 0;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 30px;
    font-size:24px;
    font-weight:600;
}
.title-inner h2 {
    padding-bottom: 7px;
    margin-bottom: 16px;
    font-size:24px;
    font-weight:600;
}
@media only screen and (min-width: 1600px){
.list-item a p{
    font-size: 16px;
}
.list-3 .list-item{
    padding-top: 14px !important;
    padding-bottom: 14px !important
}
.list-item .date {
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding-top: 5px;
}
}
/******* event ***/
.eventblock .posttime span.day {
    font-size: 44px;
    font-weight: bold;
}

.eventblock .posttime span {
    display: block;
    color: #F2BB61;
    margin-bottom: 5px;
    line-height: 1;
}
.eventblock .posttime {
    width: 100px;
    border: 2px solid #CCC;
    padding: 20px 15px 25px;
    text-align: center;
    position: relative;
    height: max-content;
}
.eventblock .posttime::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 20px;
      top: -2px;
      left: -2px;
      border-top: 2px solid #4A4A4A;
      border-left: 2px solid #4A4A4A;
    }
.eventblock .posttime::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 30px;
      bottom: -2px;
      right: -2px;
      border-bottom: 2px solid #4A4A4A;
      border-right: 2px solid #4A4A4A;
    }
.evenitems {
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
}
.eventblock {
    padding: 0 10px;
    overflow: hidden;
}
.eventblock h3 a {
    color: #000;
}
.eventblock h3 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}
.eventblock .eventinfo {
    width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
}
.eventsummary{
  font-size:14px;
  color:#999;
  line-height:150%;
}
.indexline2 {
    margin: 10px auto;
    padding: 15px 20px;
    width: 90%;
    height: 260px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background: #CFE2EC;
    overflow: hidden !important;
    display: block;
}
.indexline2 ul {
    padding: 0 0 0 20px;
    margin: 0px;
    overflow: hidden;
}
.indexline2 li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 90px;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align:center;
}
div#map1 {
    border: #eee solid 1px;
    width: 100%;
    height: 490px;
    margin-bottom: 40px;
}
.mapDiv img{
      max-width: initial;
}
.page-node-type-album .block-region-content{
  padding-left:20px;
}
.page-node-type-event .block-region-left{
  margin-bottom:30px;
}
.page-node-type-event .block-region-left-below{
  padding:20px;
}
.page-node-type-event .block-region-left div.block {
    padding: 20px 20px 0px 20px;
}
.page-node-type-event .block-region-left div.block:nth-child(1){
  padding:0;
}
/***** album **/
.albumpics {
    column-count: 2;
    column-gap: 10px;
}
.albumpics {
    column-count: 2;
    column-gap: 10px;
}
.albumpics figure {
    width: 96%;
    display: inline-block;
    padding: 2%;
    background: #f8f8f8;
    text-align: left;
}
/********** footer ******/
#footer{
margin-top:40px;
color:rgba(255,255,255,0.8);
font-size:14px;
line-height:180%;
}
.footer-bg-primary h4{
  font-size:18px;
  font-weight:600;
}
.footer-bg-primary a{
 color:rgba(255,255,255,0.8)
}
.footer-bg-primary a:hover{
 color:rgba(255,255,255,1)
}
.footer-bg-primary p{
  color:rgba(255,255,255,0.8);
  font-size:14px;
}
#footer img{
  max-height:40px;
}
.f-tips{
  color:#F2BB61 !important;
  font-weight:bold;
  padding:7px 0;
  margin:0;
}

.download:after{
    content: '\e604';
    font-family: 'iconfont';
    font-size: 26px;
    color: #666;
}
.download {
    border-radius: 10px;
    background-color: #f6f6f6;
    font-weight: bold;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    padding: 20px;
    line-height: 150%;
}
