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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  /* vertical-align: baseline; */
  /* transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease; */
}







ul,
li,
img,
a,
.iconfont {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

video {

  object-fit: cover;
  width: 100%;
}

 

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
  overflow-x: hidden;
}

input {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

ul {
  list-style: none;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.bg-img {
  /*width: 100%;*/
  object-fit: cover;
}

.body-100vh {
  height: 100vh;
  overflow: hidden;

}

.hidden {
  display: none !important;
  opacity: 0 !important;
}

/* -----------å…¨å±€æ ·å¼------------- */
body {
  background-color: #f7f2f2;
}

.btn-menu {
  width: 20px;
  height: 20px;
  padding: 2px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.btn-menu>div {
  width: 100%;
  height: 2px;
  background: #888787;
  transform: rotate(0deg) translate(0);
  -webkit-transform: rotate(0deg) translate(0);
  -moz-transform: rotate(0deg) translate(0);
  -ms-transform: rotate(0deg) translate(0);
  -o-transform: rotate(0deg) translate(0);
}

.btn-menu.btn-close>div:nth-child(1) {
  transform: rotate(-45deg) translate(-2.5px, -2.5px);
  -webkit-transform: rotate(-45deg) translate(-2.5px, -2.5px);
  -moz-transform: rotate(-45deg) translate(-2.5px, -2.5px);
  -ms-transform: rotate(-45deg) translate(-2.5px, -2.5px);
  -o-transform: rotate(-45deg) translate(-2.5px, -2.5px);
  transform-origin: top right;
}

.btn-menu.btn-close>div:nth-child(2) {
  width: 0;
}

.btn-menu.btn-close>div:nth-child(3) {
  transform: rotate(45deg) translate(-2.5px, 2.5px);
  -webkit-transform: rotate(45deg) translate(-2.5px, 2.5px);
  -moz-transform: rotate(45deg) translate(-2.5px, 2.5px);
  -ms-transform: rotate(45deg) translate(-2.5px, 2.5px);
  -o-transform: rotate(45deg) translate(-2.5px, 2.5px);
  transform-origin: bottom right;
}

body .center-block {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 1760px;
  width: calc(100% - 70px *2);
  background-size: cover !important;
}

.absolute-row-center {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.absolute-col-center {
  position: absolute !important;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.absolute-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(05, -50%);
  -moz-transform: translate(05, -50%);
  -ms-transform: translate(05, -50%);
  -o-transform: translate(05, -50%);
}

.div-area-eng-tittle {
  font-size: 24px;
  font-family: Times New Roman;
  display: block;
  margin-bottom: 30px;
}

.div-area-ul{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:20px;}
.div-area-ul>li{padding:5px 10px;}
.div-area-ul>li.active>a{font-weight:bold;}


.div-area-tittle {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.div-block-tittle-area {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.rotate180deg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (max-width:1900px) {

  body .center-block,
  .nav {
    width: calc(100% - 50px *2);
  }
}

@media only screen and (max-width:1400px) {
  body .center-block {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width:1200px) {
  body .center-block {
    width: 100%;
  }

  .div-area-tittle {
    font-size: 24px;
    margin-top: 15px;
  }
}



/*  è°ƒè¯•æ ·å¼ */



/* -----------å¯¼èˆªæ æ ·å¼-------------  */
.nav-place-holder {
  width: 100%;
  height: 110px;
  display: none;
}

.nav.nav-fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 96;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.clearTransition {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.nav-fixed~.nav-place-holder {
  display: block;
}


.nav-fixed.nav-hidden {
  transform: translateY(-500px);
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  -o-transform: translateY(-500px);
}



.nav {
  position: relative;
  background: #f7f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 110px;
  max-width: 1760px;
  width: calc(100% - 70px *2);
  margin: 0 auto !important;
  height: 110px;
  opacity: 1;
  z-index: 90;
}

.nav .xs-nav,
.nav .xs-nav,
.nav .search-share-area {
  display: none;
}

.nav .left-area {
  float: left;
  font-size: 14px;
}

.nav .left-area a:hover {
  color: #806A47;
}

.nav .left-area a {
  display: block;
  padding: 20px 0 20px 25px;
  background: url("http://www.smartsimmons.com/css/images/america-icon.png") no-repeat left center;
}

.nav .left-area a .iconfont {
  margin-left: 30px;
  font-size: 14px;
}


/* -----------å³ä¾§å¯¼èˆªæ æ ·å¼-------------  */
.nav .right-area li {
  float: left;
}

.nav .right-area li:not(:last-child) {
  margin-right: 10px;
}

.nav .right-area li a {
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  border: 1px solid #806A47;
  color: #806A47;
  width: 80px;
  height: 28px;
  border-radius: calc(28px / 2);
  -webkit-border-radius: calc(28px / 2);
  -moz-border-radius: calc(28px / 2);
  -ms-border-radius: calc(28px / 2);
  -o-border-radius: calc(28px / 2);
}

.nav .right-area li:hover>a {
  font-weight: 500;
  color: #fff;
  background-color: #e1c7b5;
  border-color: #e1c7b5;
}

.nav-right-area-item {
  display: none;
}

.weixin-code {
  display: none;
}

.weixin-code.show-code {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  background: rgba(51, 51, 51, .8);
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.weixin-code.show-code img {
  width: 260px;
  height: 260px;
}

.weixin-code .iconfont {
  display: none;
}

.show-code .iconfont {
  display: block;
  position: absolute;
  left: calc(50% + 160px);
  top: calc(50% - 160px);
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  cursor: pointer;
}


/* -----------ä¸»å¯¼èˆªæ æ ·å¼-------------  */

.nav .center-area {
  width: 70%;
}

.nav .center-area>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.nav .center-area>ul>li:not(.logo) {
  width: 12%;
}

.nav .center-area .logo img {ursor: pointer;padding: 0 15px;width: 108px;position: relative;top: -19px;}

.nav .center-area>ul>li:not(.logo)>a {
  font-size: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 47px 0;
  box-sizing: border-box;
}

.nav .center-area .logo>a {
  display: block;
  max-height: 50px;
}

.nav .center-area>ul>li:not(.logo):hover>a {
  background-color: #f1e4db;
}

.nav .pull {
  position: relative;
}

.nav .pop {
  position: absolute;
  top: 110px;
  left: 0;
  /* width: 250px; */
  width: 130%;
  background-color: #f1e4db;
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  z-index: 99;
  min-width: 120px;
  height: 0;
  overflow: hidden;
  text-align: left;
}

.nav .pull:hover .pop {
  padding: 20px 0 40px 0;
  opacity: 1;
  height: auto;
  min-width: 144px;
}


.nav .pop li>a {
  display: block;
  padding: 20px calc(1 / 1.3 * 0.5 * 100% - 2em);
}

.nav .pop li:hover {
  background-color: #ebd5c8;
}

.nav .pop>li {
  padding: 5px 0;
}

.nav .pull:hover .pop>li {
  padding: 0;
}

@media only screen and (max-width:1900px) {

  .nav,
  .nav-fixed~.nav-place-holder {
    height: 95px;
  }

  .nav .pop {
    top: 80px;
  }

  .nav .center-area>ul>li:not(.logo)>a {
    padding: 33px 0;
  }

  .nav .center-area>ul>li:not(.logo) a {
    font-size: 14px;
    line-height: 14px;
  }

  .nav .center-area .logo img {
    width: 82px;
  }

  /* .nav .pop {
        width: 200px;
    } */

}

@media only screen and (max-width:1200px) {

  .nav,
  .nav-fixed~.nav-place-holder {
    height: 100px;
    align-items: flex-end;
  }

  .nav .center-area>ul>li.logo {
    position: absolute;
    z-index: 150;
    left: 50%;
    top: 10px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }

  .nav .center-area .logo img {
    width: 110px;
  }

  .nav .pull:hover .pop {
    padding: 10px 0 20px 0;
  }

  .nav .left-area {
    position: absolute;
    top: 30px;
    left: calc((12.5% - 56px) / 2);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .nav .right-area {
    display: none;
  }

  .nav .pop,
  .nav .center-area {
    width: 100%;
    top: 46px;
  }


  .nav .left-area a .iconfont {
    display: none;
  }

  .nav .search-share-area {
    display: block;
    position: absolute;
    top: 30px;
    right: calc((12.5% - 56px) / 2);
    width: 80px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .nav .search-share-area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav .search-share-area ul a {
    display: block;
    padding: 8px;
  }

  .nav .search-share-area li:hover .iconfont {
    color: #806A47;
  }

  .nav .search-share-area .iconfont {
    font-size: 18px !important;
  }

  .nav-right-area-item {
    display: block;
    font-size: 12px;
    font-weight: 600;

  }

  .nav-right-area-item a {
    color: #806A47;
    font-weight: normal;
  }

  .nav .pull:hover .pop {
    padding: 20px 0 30px 0;
    opacity: 1;
    height: auto;
    min-width: 144px;
  }


  .nav .pop li>a {
    display: block;
    padding: 16px 25px;
  }
}

@media only screen and (max-width:992px) {
  .nav .center-area .logo img {
    width: 60px;
     top: -9px;
  }

  .nav .center-area>ul>li.logo {
    top: 15px;
  }
}

@media screen and (max-width:768px) {


  .nav,
  .nav-fixed~.nav-place-holder {
    height: 60px;
  }

  .nav-fixed {
    padding: 0;
  }

  .nav .left-area,
  .nav .right-area,
  .nav .center-area>ul>li:not(.logo) {
    display: none;
  }

  .nav .search-share-area {
    right: 15px;
  }

  .nav .xs-nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f4f4f4;
  }

  .nav .xs-nav .xs-nav-click-area {
    width: 20px;
    height: 20px;
    padding: 20px;
  }

  .xs-nav-lis-hidden {
    height: 0 !important;
    overflow: hidden;
  }

  .nav .xs-nav .xs-nav-list {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #F6F0F0;
    z-index: 99;
  }

  .nav .xs-nav .xs-nav-list.xs-nav-lis-hidden a {
    padding: 0;
    opacity: 0;
  }

  .nav .xs-nav .xs-nav-list li {
    float: left;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .nav .xs-nav .xs-nav-list li>a {
 display: block;
width: 100%;
font-size: 14px;
color: #fff;
font-weight: normal;
padding: 16px 0;
text-align: center;
background: #3d64a2;
opacity: 1;
position: relative;
border:none;
  }

  .nav .center-area>ul>li.logo {
    top: 15px;
  }

  .nav .search-share-area {
    top: 50%;
    width: auto;
  }

  .nav .search-share-area .iconfont {
    font-size: 50px;
  }

  .nav .search-share-area ul a{
    background: url('../image/search.png');
    background-size: 100%;
    padding: 10px;
  }

  .nav .xs-nav .sub-menu-back {
    position: absolute;
    padding: 10px 30px 22px 0px;
    font-size: 18px;
    line-height: 18px;
    top: 50%;
    left: 104%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url('../image/houtui.png');
    background-size: cover;
  }

  .nav .xs-nav .pull-menu .iconfont {
    color: #fff;
    /* background-color: pink; */
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border:none;
  }

  .nav .xs-nav .pull-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #F6F0F0;
  }

  .nav .xs-nav .pull-menu.active-menu .sub-menu {
    display: block;
  }

  .xs-nav.show-sub-menu {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
  }



}








/* åº•æ æ ·å¼ */

.footer {
  background: #fff;
  position: relative;
  font-size: 12px;
  padding: 80px 0;
  box-sizing: border-box;
  /* margin-bottom: 70px; */
}

.footer::before {
  content: "";
  display: table;
}

.footer .logo {
  display: block;
  margin: 0 auto;
  width: 317px;
}

.footer .footer-nav {
  margin-top: 40px;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.footer .copy {
  margin-top: 20px;
  display: flex;
  color: #787878;
  justify-content: center;
  font-size: 12px;
}

.footer .copy a {
  color: #787878 !important;
}

.footer li {
  margin: 0 30px;
  font-weight: 500;
}

@media screen and (max-width:1200px) {
  .footer {
    padding: 50px 0;
  }

  .footer .bg-img {
    width: 80px;
  }

  .footer .footer-nav {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {
  .footer .bg-img {
    width: 120px;
  }
}


/* å·¦ä¾§MENUéƒ¨åˆ†æ ·å¼ */
.menu-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f2f2;
  z-index: 97;
}

.menu-area .menu-click-area {
  cursor: pointer;
  visibility: visible;
  width: 70px;
  height: 100vh;
  /* border: 1px solid red; */
  position: absolute;
  left: 0;
  top: 0;
}

.menu-area .menu-click-area>div {
  width: 70px;
}

.menu-area .btn-menu {
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  top: 20px;
  left: 24px;
}

.menu-area .menu-tittle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform-origin: left top;
  position: relative;
  top: 8px;
  left: 33%;
  height: 70px;
}

.menu-area .menu-tittle>span,
.menu-area .menu-icon>div {
  cursor: pointer;
  font-size: 0;
  display: block;
}

.tittle-show {
  font-size: 20px !important;
}

.menu-area .menu-list-area {
  position: absolute;
  top: 0;
  left: 70px;
  width: calc(100% - 70px);
  height: 100vh;
  /* border:1px solid red; */
  box-sizing: border-box;
}

.menu-list-area-hidden {
  width: 70px;
  overflow: hidden;
}

.menu-area .menu-list-area .container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 70px);
  /* border:1px solid blue; */
}

.menu-area .menu-list-area .logo {
  display: block;
  width: 150px;
  padding: 22px;
}

.menu-area .menu-list-area .line {
  border-top: 1px solid rgb(222, 217, 217);
}

.menu-area .menu-list-area .menu-list-outer {
  height: 57%;
  width: 100%;
}

.menu-area .menu-list-area .menu-list-outer>div {
  float: left;
  margin-right: 5%;
  box-sizing: border-box;
  padding-top: 5%;
}

.menu-area .menu-list-area .menu-list-outer>div:last-child {
  margin-right: 0;
}


.menu-area .menu-list-area .tittle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-area .menu-list-area li {
  text-align: left;
  margin: 5px;
}

.menu-area .menu-list-area .menu-list-outer li a {
  display: block;
  padding: 10px 20px;
  padding-left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.menu-area .menu-list-area li a:hover {
  color: #806A47;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.menu-area .menu-list-area ul~ul .tittle {
  margin-top: 50px;
}

.menu-area .menu-list-area .follow-us>span {
  display: block;
  padding: 20px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
}

.menu-area .menu-list-area .follow-us a {
  padding: 10px;
  padding-left: 0;
}

.menu-area .menu-list-area .follow-us .iconfont {
  font-size: 20px;
}

.menu-area .menu-list-area .follow-us li {
  float: left;
  font-size: 26px;
  padding: 10px;
  padding-left: 0;
}

.menu-area .menu-list-area .follow-us li:nth-child(3) span {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.menu-area .menu-list-area .italic-bg {
  width: 45%;
  position: absolute;
  bottom: 2%;
  right: 0;
}

.menu-area .menu-list-area .follow-us li {
  position: relative;
}

.menu-area .menu-list-area .follow-us li>div {
  display: none;
  bottom: calc(100% + 5px);
  left: calc(50% - 7px);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .15);
}

.menu-area .menu-list-area .follow-us li img {
  width: 120px;
}

.menu-area .menu-list-area .follow-us li>div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.menu-area .menu-list-area .follow-us li:hover div {
  display: block;
}



/* å³ä¾§menuåŒºåŸŸæ ·å¼ */
.right-menu-area {
  position: fixed;
  z-index: 90;
  width: 70px;
  top: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
}

.right-menu-area ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f2f2;
}

.right-menu-area ul>li {
  margin: 10px 0;
}

.right-menu-area ul>li>a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.right-menu-area ul>li:first-child span {
  font-size: 22px;
}

.right-menu-area ul>li:last-child .iconfont {
  font-size: 14px;
}

.right-menu-area ul>li.selected a {
  padding: 15px;
  color: #fff;
  background-color: #DBBFAD;
}

.right-menu-area ul>li.selected .iconfont {
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
}

@media only screen and (max-width:1900px) {

  body .center-block,
  .nav {
    width: calc(100% - 50px *2);
  }

  .menu-area .menu-click-area>div,
  .menu-area .menu-click-area,
  .menu-list-area-hidden,
  .right-menu-area {
    width: 50px;
  }

  .right-menu-area ul>li.selected {
    padding: 5px;
  }

  .right-menu-area ul>li>a {
    padding: 6px;
  }

  .right-menu-area ul>li.selected a {
    padding: 6px;
  }

  .menu-area .btn-menu {
    top: 14px;
    left: 16px;
  }
}

@media only screen and (max-width:1200px) {

  .menu-area .menu-click-area>div,
  .menu-area .menu-click-area,
  .menu-list-area-hidden,
  .right-menu-area {
    width: 0;
    overflow: hidden;
  }

  body .center-block {
    width: 100%;
  }

  body .center-block.nav,
  .nav {
    width: 100%;
    align-items: flex-end;
  }

  .nav .center-area>ul {
    align-items: flex-end;
  }

  .nav .center-area {
    max-width: 100%;
  }

  .nav .center-area>ul>li:not(.logo)>a {
    padding: 16px 0;
  }

}

@media only screen and (max-width:1400px) {

  body .center-block {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width:1200px) {
  .div-area-tittle {
    font-size: 24px;
    margin-top: 15px;
  }
}


/* æœç´¢æ¡†åŒºåŸŸæ ·å¼ */
.search-area {
  position: fixed !important;
  z-index: 9;
  top: 110px;
  height: calc(100vh - 110px);
  background-color: rgba(0, 0, 0, .6);
  /* background-color: lightblue; */
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.search-area-hidden {
  height: 0 !important;
  overflow: hidden;
}




.search-area .input-area {
  width: 50%;
  padding: 5%;
  box-sizing: border-box;
}

.no-result-hidden~.input-area {
  width: 100%;
}

.search-area-hidden~.input-area {
  width: 100%;
}

.search-area .input-area span,
.search-area .input-area .iconfont,
.search-area .input-area input,
input::-webkit-input-placeholder {
  color: #fff;
}

.search-area .input-area .text-input-area {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.search-area .input-area .text-input-area input {
  background: none;
  border: none;
  outline: none;
  font-size: 58px;
  line-height: 90px;
  padding: 0 25px;
  width: 100%;
}

.search-area .input-area .text-input-area button {
  cursor: pointer;
  right: 0;
  background: none;
  border: none;
  font-size: 30px;
  float: right;
  line-height: 90px;
  outline: none;
}

.search-area .input-area .text-input-area .iconfont {
  font-size: 30px;
}


.search-area .input-area .filter-criteria {
  margin-top: 60px;
}

.search-area .input-area .filter {
  margin-top: 50px;
  height: auto;
  cursor: pointer;
}

.search-area .input-area .filter .checkbox {
  width: 120px;
  height: 30px;
  line-height: 30px;
}

.search-area .input-area .filter-criteria>span {
  display: block;
  margin: 15px 0;
  font-size: 20px;
}

.search-area .input-area .filter-criteria .filter-criteria-tittle {
  font-size: 12px;
}

.search-area .input-area .filter-criteria .filter-criteria-tittle>.iconfont {
  display: none;
}

.search-area .input-area .filter li {
  margin: 15px 0;
  font-size: 14px;
}

#resultListView {
  width: 50%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
}

.search-area .result-area .result-count-tittle {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: sticky;
  top: 0;
  background-color: rgba(237, 227, 218, .95);
  z-index: 2;
}

.search-area .result-area .result-count-tittle .loading-icon {
  height: 100px;
  margin: 0 auto;
}

.search-area .result-area .result-count-tittle span {
  color: #bf9e74;
}

.search-area .result-area .result-list {
  padding: 5%;
}

.search-area .result-area .result-list::after {
  content: "";
  display: block;
  clear: both;
}

.search-area .result-area .result-list>li {
  height: 180px;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search-area .result-area .result-list>li img {
  width: 36%;
  height: 100%;
  object-fit: cover;
}

.search-area .result-area .result-list>li>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-area .result-area .result-list>li>div {
  width: calc(100%-36%);
  padding: 0 20px;
}

.search-area .result-area .result-list>li>div>span {
  display: block;
}

.search-area .result-area .result-list>li>div .date {
  margin-top: 7%;
  font-size: 14px;
  color: #b7b7b7;
}

.search-area .result-area .result-list>li>div .news-tittle {
  margin-top: 10px;
  line-height: 25px;
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.search-area .result-area .result-list>li>div .show-more {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #bf9e74
}

.no-result-hidden {
  width: 0 !important;
  overflow: hidden !important;
}

@media only screen and (max-width:1900px) {
  .search-area {
    top: 80px;
    height: calc(100vh - 80px);
  }

}

@media only screen and (max-width:1400px) {
  .search-area .input-area .text-input-area {
    height: 70px;
  }

  .search-area .input-area .text-input-area input {
    height: 70px;
    line-height: 70px;
    font-size: 40px;
  }

  .search-area .result-area .result-count-tittle {
    height: 50px;
    line-height: 50px;
  }

  .search-area .result-area .result-list>li {
    height: 150px;
  }
}

@media only screen and (max-width:1200px) {
  .search-area {
    top: 100px;
    height: calc(100vh - 100px);
    flex-direction: column-reverse;
  }

  .input-area,
  #resultListView {
    width: 100% !important;
    height: auto;
    height: auto;
  }

  #resultListView.no-result-hidden {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }

  .search-area .input-area {
    padding: 2% 5%;
  }

  .search-area .input-area .filter-criteria,
  .search-area .input-area .filter {
    margin-top: 4%;
  }

  .search-area .input-area .text-input-area input {
    font-size: 46px;
    line-height: 70px;
  }

  .search-area .input-area .text-input-area {
    height: 70px;
  }

  .search-area .input-area .filter-criteria>span {
    font-size: 16px;
  }

  .search-area .input-area .filter-criteria,
  .search-area .input-area .filter {
    margin-top: 3%;
  }

  .search-area .result-area .result-list {
    padding: 10px;
  }

  .search-area .result-area .result-count-tittle {
    height: 40px;
    line-height: 40px;
  }

  .search-area .result-area .result-list>li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-bottom: 2%;
  }

  .no-result-hidden~.input-area {
    width: auto;
  }

}

@media only screen and (max-width:768px) {
  .search-area {
    top: 60px;
    height: calc(100vh - 60px);
  }


  .search-area .input-area .text-input-area input {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    padding: 0;
  }

  .search-area .input-area .text-input-area {
    height: 50px;
  }

  .search-area .input-area .filter-criteria .filter-criteria-tittle {
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    /* background: pink; */
  }

  .search-area .input-area .filter-criteria .filter-criteria-tittle>.iconfont {
    display: inline-block;
    margin-left: 5px;
  }

  .filter-hidden,
  .filter-hidden span {
    /* display: none; */
    height: 0 !important;
    font-size: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    opacity: 0;
    padding: 0 !important;
  }

  .search-area .result-area .result-list>li {
    width: 100%;
  }
}


/* ----------------é¢åŒ…å±‘æ ·å¼---------------- */

.breadcrumbs {
  margin-bottom: 0 !important;
}

.breadcrumbs>ul {
  height: 30px;
  background-color: #e1c7b5;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.breadcrumbs>ul>li {
  float: left;
  min-width: 96px;
}

.breadcrumbs>ul>li>a {
  text-align: center;
  padding: 8px 20px;
}

.breadcrumbs>ul>li:nth-child(1) {
  background-color: #f1e4db;
}

.breadcrumbs>ul>li:nth-child(2) {
  background-color: #ebd5c8;
}

.breadcrumbs>ul>li:nth-child(4) {
  background-color: #dfbeab;
}

@media only screen and (max-width:768px) {
  .breadcrumbs>ul {
    display: flex;
  }

  .breadcrumbs>ul>li {
    min-width: auto;
  }

  .breadcrumbs>ul>li>a {
    padding: 8px 12px;
  }
}

.scroll-remind {
  position: fixed;
  z-index: 90;
  left: 50vw;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.scroll-remind span {
  display: block;
  height: 10px;
  font-size: 20px;
  color: #b7b7b7;
  animation: twinkle1 3s infinite;
  -webkit-animation: twinkle1 3s infinite;
}

.scroll-remind span:nth-child(2) {
  animation: twinkle2 3s infinite;
  -webkit-animation: twinkle2 3s infinite;
}

.scroll-remind span:nth-child(3) {
  animation: twinkle3 3s infinite;
  -webkit-animation: twinkle3 3s infinite;
}

@keyframes twinkle1 {
  0% {
    color: #e1c7b5;
  }

  30% {
    color: #fff;
  }
}

@keyframes twinkle2 {
  20% {
    color: #e1c7b5;
  }

  40% {
    color: #fff;
  }
}

@keyframes twinkle3 {
  30% {
    color: #e1c7b5;
  }

  50% {
    color: #fff;
  }
}


.err-msg-box {
  visibility: visible;
  opacity: 1;
  position: fixed;
  left: calc(50% - 130px);
  top: calc(50% - 20px);
  z-index: 999;
  width: 260px;
  height: 40px;
  background: rgba(255, 255, 255, .9);
  color: #806A47;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ebd5c8;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.err-msg-box.hidden {
  opacity: 0;
  visibility: hidden;
}

.loading-icon.hidden {
  display: none;
}

.loading-icon {
  width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loading-icon>div {
  width: 6px;
  height: 30px;
  background: #ebd5c8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.loading-icon>div {
  animation: jump 1.5s infinite;
  -webkit-animation: jump 1.5s infinite;
  /* height: 100%; */
}

.loading-icon>div:nth-child(1) {
  animation-delay: 0.15s;
  -webkit-delay: 0.15s;
}

.loading-icon>div:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-delay: 0.3s;
}

.loading-icon>div:nth-child(3) {
  animation-delay: 0.45s;
  -webkit-delay: 0.45s;
}

.loading-icon>div:nth-child(4) {
  animation-delay: 0.6s;
  -webkit-delay: 0.6s;
}

.loading-icon>div:nth-child(5) {
  animation-delay: 0.75s;
  -webkit-delay: 0.75s;
}


@keyframes jump {


  0% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.6);
    -webkit-transform: scaleY(1.6);
    -moz-transform: scaleY(1.6);
    -ms-transform: scaleY(1.6);
    -o-transform: scaleY(1.6);
  }

  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}


.cms_page{margin:0 auto;text-align: center;}
.pagination{margin-top: 1rem;font-size:0.8125rem;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;border:1px solid rgba(0,0,0,0.05);display:inline-block;}
.pagination li{font-family:"open_sansregular",Arial,sans-serif;display:inline-block;color:#999;font-size:0.875rem;width:40px;height:40px;line-height:40px;margin:0;padding:0;border-right:1px solid rgba(0,0,0,0.05);-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;text-align:center;}
.pagination li:last-child{border-right:0}
.pagination li a{color:#999;padding:0}
.pagination li a:hover{background-color:transparent;color:#000}
.pagination li.current{font-family:"open_sansregular",Arial,sans-serif;color:#000;background-color:transparent;padding:0}
.pagination li [class^="ico-"],.pagination li [class*=" ico-"]{font-size:0.75rem}
.pagination .pagination-previous a:before,.pagination .pagination-previous.disabled:before,.pagination .pagination-next a:after,.pagination .pagination-next.disabled:after{display:none}
.pagination .pagination-previous.disabled,.pagination .pagination-next.disabled{display:none}