.ml-10 {
  margin-left: 10px;
}
.bold {
  font-weight: bold;
}
.mt-40 {
  margin-top: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.flex-box.cc {
  align-items: center;
}
.flex-box.rc {
  justify-content: center;
}
.flex-box.rbt {
  justify-content: space-between;
}
.flex-box .w100 {
  width: 100%;
}
.flex-box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-box .left.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.flex-box .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-box .right.ani-active .zs-img > img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInZ;
  animation-name: zoomInZ;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.flex-box.news .left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-box.news .right {
  padding-left: 90px;
  -webkit-flex-shrink: initial;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flex-shink {
  flex-shrink: 0;
}
.box-01 .title {
  overflow: hidden;
}
.box-01 .title span {
  font-size: 1.25em;
  line-height: 2.5em;
  color: #e0bb86;
  display: block;
}
.box-01 .title span.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.box-01 .title h2 {
  font-size: 2.75em;
  color: #131313;
  line-height: 1.4em;
  font-weight: bold;
}
.box-01 .title h2 i {
  display: block;
  font-weight: bold;
}
.box-01 .title h2.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.box-01 .title.center {
  text-align: center;
}
.box-01 .title.n.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.box-01.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-bar {
  padding: 10px 0;
  background-color: #fff;
}
.top-bar h1 {
  font-size: 1.75em;
}
.top-bar h2 {
  font-size: 1.375em;
}
.top-bar h1,
.top-bar h2 {
  font-weight: bold;
}
.top-bar .tb {
  width: 68px;
  height: 30px;
  color: #000000;
  line-height: 30px;
  background-color: #d1cbc6;
  text-align: center;
  transition: 200ms;
  margin-left: 25px;
}
.top-bar .tb.focus {
  background-color: #171717;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .top-bar .tb:hover {
    background-color: #171717;
    color: #fff;
  }
}
.logo {
  display: block;
  width: 70px;
  height: 70px;
}
.page {
  text-align: center;
  margin-top: 70px;
}
.page li {
  display: inline-block;
}
.page li > * {
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  font-size: 1.125em;
  color: #000;
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
  .page li a:hover {
    background-color: #010101;
    color: #fff;
  }
}
.page li:not(.disabled) span {
  background-color: #010101;
  color: #fff;
  cursor: default;
}
.nav-bar {
  height: 54px;
  position: relative;
  z-index: 100;
  background-color: #000;
}
.nav-bar ul {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-bar ul.cc {
  align-items: center;
}
.nav-bar ul.rc {
  justify-content: center;
}
.nav-bar ul.rbt {
  justify-content: space-between;
}
.nav-bar ul .w100 {
  width: 100%;
}
.nav-bar ul .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav-bar ul .left.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.nav-bar ul .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-bar ul .right.ani-active .zs-img > img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInZ;
  animation-name: zoomInZ;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.nav-bar ul.news .left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-bar ul.news .right {
  padding-left: 90px;
  -webkit-flex-shrink: initial;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.nav-bar li {
  min-width: 104px;
  height: 54px;
  /* line-height: 54px; */
  position: relative;
  font-size: .875em;
}
.nav-bar li > a {
  display: block;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* text-align: center; */
  padding: 0 5px;
}
.nav-bar li span {
  line-height: 1.5em;
  text-align: center;
  width: 100%;
}
.nav-bar li.focus {
  background-color: #d1cbc6;
}
.nav-bar li.focus > a {
  color: #000;
}
@media screen and (min-width: 992px) {
  .nav-bar li:hover {
    background-color: #d1cbc6;
  }
  .nav-bar li:hover > a {
    color: #000;
  }
  .nav-bar li:hover dl {
    display: block;
  }
}
.nav-bar li dl {
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  display: none;
}
.nav-bar li dl dd {
  height: 54px;
  background-color: #000;
}
.nav-bar li dl dd > a {
  height: 100%;
  display: flex;
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .nav-bar li dl dd:hover {
    background-color: #d1cbc6;
  }
  .nav-bar li dl dd:hover a {
    color: #000;
  }
}
.ct {
  display: block;
  margin: 0 auto;
  width: 294px;
}
.st {
  display: block;
  margin: 0 auto;
  width: 580px;
}
/*copyright start*/
.copyright {
  height: 336px;
  background-color: #000;
  color: #ffffff;
}
.copyright p {
  font-size: 0.875em;
}
.copyright a {
  color: #fff;
}
.copyright .code {
  width: 140px;
  height: 140px;
}
.copyright .cpt {
  padding: 60px 0 55px;
}
.copyright .ml-100 {
  margin-left: 100px;
}
.copyright .mt-20 {
  margin-top: 20px;
}
.copyright .cpb {
  border-top: 1px solid #4d4d4d;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}
.copyright .cpb.cc {
  align-items: center;
}
.copyright .cpb.rc {
  justify-content: center;
}
.copyright .cpb.rbt {
  justify-content: space-between;
}
.copyright .cpb .w100 {
  width: 100%;
}
.copyright .cpb .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.copyright .cpb .left.ani-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.copyright .cpb .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.copyright .cpb .right.ani-active .zs-img > img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInZ;
  animation-name: zoomInZ;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.copyright .cpb.news .left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.copyright .cpb.news .right {
  padding-left: 90px;
  -webkit-flex-shrink: initial;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
/*copyright end*/
@media screen and (max-width: 1200px) {
  .min-wrap {
    min-width: initial;
  }
  .main-wrap {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ml-35 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .top-bar .tpr-t {
    margin-left: 30px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .top-bar .tpr-t h2 {
    margin-bottom: 5px;
    line-height: 35px;
    height: 35px;
  }
  .nav-bar {
    height: 50px;
  }
  .nav-bar > div {
    width: 40px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
  }
  .nav-bar > div:before {
    content: "";
    display: block;
    background: url(../images/icon_list.png) center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 70%;
  }
  .nav-bar #menu {
    width: 200px;
    position: fixed;
    z-index: 100;
    height: 100%;
    right: 0;
    top: 140px;
    background: #000;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
    display: block;
  }
  .nav-bar #menu:before {
    display: none;
  }
  .nav-bar #menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-bar #menu > li {
    float: none;
    width: 100%;
    height: auto;
    line-height: initial;
    margin-left: 0;
  }
  .nav-bar #menu > li a {
    height: 45px;
    line-height: 45px;
    padding: 0;
    background-image: none;
    font-size: 1em;
    color: #fff;
    display: block;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    border: 0;
  }
  .nav-bar #menu > li dl {
    display: block;
    position: initial;
  }
  .nav-bar #menu > li dl dd {
    height: auto;
    line-height: initial;
  }
  .main-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .mt-120,
  .mt-80 {
    margin-top: 40px;
  }
  .main-wrap {
    padding: 0 10px;
  }
  .logo {
    width: 50px;
    height: 50px;
  }
  .top-bar h1 {
    font-size: 1.125em;
  }
  .top-bar .tpr-t h2 {
    font-size: 1em;
    height: auto;
    line-height: 1.5em;
    word-break: break-all;
  }
  .top-bar .tpr-t h2 span {
    display: block;
  }
  .top-bar .tpr-t h2 span:first-child {
    display: none;
  }
  .top-bar .tb {
    width: 40px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
  }
  .nav-bar #menu {
    width: 200px;
    top: 120px;
  }
  .ct {
    width: 155px;
  }
  .page {
    margin-top: 30px;
  }
  .page li > * {
    padding: 0 3px;
    height: 24px;
    line-height: 24px;
    margin: 0 3px;
    font-size: 12px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .st {
    width: 300px;
  }
  .copyright {
    height: auto;
  }
  .copyright .main-wrap {
    display: none;
  }
  .copyright .cpb {
    height: 40px;
  }
}
@media screen and (max-width: 320px) {
  .main-wrap {
    padding: 0 10px;
  }
}
