@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*nav*/
.navbar-default {
  z-index: 99;
  min-height: 146px;
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 0;
}
.navbar-default .navbar-header {
  float: none;
}
.navbar-default .navbar-brand {
  margin-left: 0 !important;
  padding: 6px 0;
  height: auto;
}
.navbar-default .search-box {
  float: right;
  position: relative;
  width: 400px;
  margin-top: 22px;
}
.navbar-default .search-box .s-inp {
  height: 46px;
  line-height: 44px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  width: 100%;
  padding: 0 90px 0 18px;
  font-size: 16px;
  color: #666;
}
.navbar-default .search-box .s-btn {
  width: 76px;
  height: 46px;
  border: none;
  background: url("../images/img-02.png") no-repeat center center #b19465;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-default .nav-cont {
  background-color: #8c7461;
}
.navbar-default .nav-cont > .container > .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav {
  float: none;
}
.navbar-default .navbar-nav li {
  margin: 0;
  width: 10%;
}
.navbar-default .navbar-nav li > a {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.navbar-default .dropdown-menu {
  background-color: #c7a77f !important;
  box-shadow: 0 4px 4px rgba(4, 4, 4, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 46px;
  left: 0;
  right: 0;
  min-width: auto;
  border: none;
}
.navbar-default .dropdown-menu a {
  display: block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.navbar-default .dropdown-menu a:hover {
  background-color: #8c7461;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #c7a77f;
  color: #fff;
}

/* footer */
.footer {
  background: #444343;
}
.footer .footer-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .footer-info .box-links {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer .footer-info .box-links a {
  color: #fff;
  float: left;
  margin-right: 25px;
}
.footer .footer-info .box-links a:last-child {
  margin-right: 0;
}
.footer .footer-info .box-txt {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}
.footer .footer-info .box-erwm {
  font-size: 14px;
  line-height: 40px;
  color: #c2c1c1;
  text-align: right;
}
.footer .footer-info .box-erwm > div {
  display: inline-block;
  text-align: center;
}
.footer .footer-info .box-erwm .box-img {
  display: block;
}
.footer .footer-info .box-erwm .box-title {
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
}
.footer .footer-copy {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 24px;
  color: #d6d6d6;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
}

/*other-banner*/
.other-banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*other-main*/
.other-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.other-main.main-bg {
  background-color: #f7f5f6;
}

/*bread-crumbs*/
.bread-crumbs {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 15px;
}
.bread-crumbs a {
  color: #666;
}
.bread-crumbs a:last-child {
  color: #8c7461;
}
.bread-crumbs span {
  color: #8c7461;
}



/*public-title*/
.public-title {
  border-bottom: 2px solid #c7a77f;
  margin-bottom: 35px;
}
.public-title a {
  display: block;
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #333333;
  margin-top: 5px;
}
.public-title a:hover, .public-title a.current {
  background-color: #c7a77f;
  color: #fff;
}
.public-title a:hover:after, .public-title a.current:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  background: url("../images/img-40.png") no-repeat;
  width: 30px;
  height: 44px;
}

/*public-menu*/
.public-menu {
  margin-bottom: 35px;
  text-align: center;
  font-size: 0;
}
.public-menu a {
  display: inline-block;
  border: 1px solid #e1dfdf;
  padding: 10px;
  margin: 0 5px 10px 5px;
  font-size: 16px;
  line-height: 18px;
  color: #fb7f24;
  width: 110px;
}
.public-menu a:hover, .public-menu a.current {
  color: #ffffff;
  background-color: #fb7f24;
  border-color: #fb7f24;
}

/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  width: 54px;
  height: 54px;
  border: solid 1px #e6e6e6;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  margin: 3px;
  display: inline-block;
  vertical-align: bottom;
  color: #101010;
  border-radius: 3px;
}
.page a:hover, .page a.current {
  background-color: #c7a77f;
  color: #fff;
}

/*index*/
.index-banner .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.index-banner .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 5px;
}
.index-banner .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.index-box {
  padding-top: 5%;
  padding-bottom: 5%;
}
.index-box.box-bg-01 {
  background-color: #f7f5f6;
}
.index-box.box-bg-02 {
  background-color: #dbd9da;
}

/*index-title*/
.index-title {
  text-align: center;
  width: 409px;
  height: 105px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url("../images/img-54.png") no-repeat top center;
  background-size: contain;
  margin: 0 auto 50px;
}
.index-title span {
  display: block;
}
.index-title .title-ch {
  font-size: 32px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 4px;
}
.index-title .title-en {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

.index-more {
  width: 124px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  background-color: #8c7461;
  box-shadow: 0 0 9px 1px rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.index-box-01 .box-cont {
  margin-bottom: 20px;
}
.index-box-01 .box-s {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.index-box-01 .box-s img {
  display: block;
  transition: all .7s;
}
.index-box-01 .box-s .box-mc {
  background-color: rgba(98, 98, 98, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.index-box-01 .box-s .box-mc .box-title-ch {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 25px;
}
.index-box-01 .box-s .box-mc .box-title-en {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.index-box-01 .box-s .box-mc .box-more {
  width: 124px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #ffffff;
  font-size: 16px;
  color: #ffffff;
}
.index-box-01 .box-s:hover img {
  transform: scale(1.1);
}
.index-box-01 .box-s:hover .box-mc {
  display: flex;
}

.index-box-02 .box-img {
  padding: 0 0 25px 25px;
  position: relative;
  max-width: 530px;
  margin-right: 25px;
  margin-bottom: 10px;
  float: left;
}
.index-box-02 .box-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 25px;
  right: 25px;
  border: solid 2px #666666;
}
.index-box-02 .box-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}
.index-box-02 .box-txt {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.index-box-03 .mod-10 {
  padding-top: 0;
}

.index-box-04 .row {
  margin-left: 0;
  margin-right: 0;
}
.index-box-04 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.index-box-04 .box-s {
  margin-bottom: 20px;
}
.index-box-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-04 .box-s .box-title {
  position: relative;
  height: 140px;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding: 0 15px;
}
.index-box-04 .box-s .box-title span {
  display: block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}
.index-box-04 .box-s.box-other .box-img {
  top: 140px;
}
.index-box-04 .box-s.box-other .box-title {
  top: 0;
  position: absolute;
  width: 100%;
}
.index-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box-s:hover .box-title {
  color: #8c7461;
}

/*----------------------------------------- module ----------------------------------------*/
.mod-01 .m-title {
  font-size: 18px;
  line-height: 24px;
  color: #999999;
  text-align: center;
  margin-bottom: 30px;
}
.mod-01 .m-title h1 {
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
}
.mod-01 .box-cont {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  border-bottom: solid 1px #a0a0a0;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.mod-01 .box-page {
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
.mod-01 .box-page a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.mod-01 .box-page a:hover {
  color: #c7a77f;
}

.mod-02 {
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 25px;
}
.mod-02 .table-s {
  min-width: 600px;
}
.mod-02 .table-s table tr td {
  border: solid 1px #4f646a;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #4f646a;
  text-align: center;
}

.mod-03 .box-img {
  margin-bottom: 35px;
  box-shadow: 1px 2px 7px 3px rgba(203, 203, 203, 0.25);
}
.mod-03 .box-img img {
  display: block;
  width: 100%;
}
.mod-03 .box-s {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding-left: 30px;
  min-height: 26px;
}
.mod-03 .box-s .icon-s {
  position: absolute;
  margin-left: -30px;
}

.mod-04 .box-s {
  border-bottom: 1px dotted #7d7d7d;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 130px;
  min-height: 130px;
}
.mod-04 .box-s:hover .box-date {
  background-color: #c7a77f;
  color: #fff;
}
.mod-04 .box-s:hover .box-date .day-s {
  border-bottom: 1px solid #fff;
}
.mod-04 .box-date {
  width: 106px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 6px;
  line-height: 36px;
  color: #999999;
  text-align: center;
  position: absolute;
  margin-left: -130px;
  font-size: 16px;
}
.mod-04 .box-date span {
  display: block;
}
.mod-04 .box-date .day-s {
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 38px;
}
.mod-04 .box-title {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
.mod-04 .box-tag {
  font-size: 16px;
  line-height: 34px;
  color: #999999;
}

.mod-05 .box-s {
  padding: 40px;
  background-color: #f7f5f6;
  box-shadow: 1px 2px 26px 6px rgba(203, 203, 203, 0.31);
  margin-bottom: 25px;
}
.mod-05 .box-s .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-05 .box-s .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-05 .box-s .box-img {
  overflow: hidden;
}
.mod-05 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-05 .box-s .box-info .box-title {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.mod-05 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.mod-05 .box-s .box-info .box-more {
  text-align: right;
}
.mod-05 .box-s .box-info .box-more a {
  display: inline-block;
  text-align: center;
  width: 78px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #999999;
}
.mod-05 .box-s:hover {
  background-color: #8c7461;
  box-shadow: 1px 2px 26px 6px rgba(140, 116, 97, 0.6);
}
.mod-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-05 .box-s:hover .box-info .box-title {
  color: #fff;
}
.mod-05 .box-s:hover .box-info .box-txt {
  color: #fff;
}
.mod-05 .box-s:hover .box-info .box-more a {
  background-color: #c7a77f;
  color: #fff;
}

.mod-06 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.mod-06 .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-06 .box-s {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.mod-06 .box-s img {
  display: block;
  width: 100%;
}
.mod-06 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 15px;
  text-align: center;
}
.mod-06 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(238, 238, 238, 0.9);
  padding: 25px;
  overflow: hidden;
}
.mod-06 .box-s .box-mc span {
  display: block;
}
.mod-06 .box-s .box-mc .title-s {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.mod-06 .box-s .box-mc .txt-s {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}
.mod-06 .box-s:hover .box-title {
  display: none;
}
.mod-06 .box-s:hover .box-mc {
  display: block;
}

.mod-07 .box-img img {
  display: block;
  width: 100%;
}
.mod-07 .box-s {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  border-bottom: dotted 1px #999999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mod-07 .box-s .box-title {
  color: #333333;
  margin-bottom: 5px;
}
.mod-07 .box-s .box-txt {
  text-align: justify;
}

.mod-08 .box-s {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.mod-08 .box-s .box-img {
  border: solid 1px #e1e1e1;
  padding: 10px;
  overflow: hidden;
}
.mod-08 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-08 .box-s .box-info .box-title {
  background: url("../images/img-48.png") no-repeat left bottom;
  font-size: 14px;
  line-height: 35px;
  color: #999999;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.mod-08 .box-s .box-info .box-title a {
  display: block;
  font-size: 24px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
.mod-08 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666666;
}
.mod-08 .box-s .box-info .box-more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #c9c9c9;
  font-size: 18px;
  color: #ffffff;
  display: block;
}
.mod-08 .box-s:hover .box-info .box-title a {
  color: #c7a77f;
}
.mod-08 .box-s:hover .box-info .box-more {
  background-color: #c7a77f;
}

.mod-09 .box-s {
  background-color: #f7f5f6;
  box-shadow: 1px 2px 32px 17px rgba(203, 203, 203, 0.15);
  margin-bottom: 30px;
}
.mod-09 .box-s .row {
  display: flex;
  align-items: center;
}
.mod-09 .box-s .box-date {
  text-align: right;
  line-height: 24px;
  color: #999999;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mod-09 .box-s .box-date span {
  font-size: 36px;
  display: block;
  margin-bottom: 8px;
}
.mod-09 .box-s .box-img {
  overflow: hidden;
}
.mod-09 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-09 .box-s .box-info {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod-09 .box-s .box-info .box-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 15px;
}
.mod-09 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 15px;
  height: 48px;
  overflow: hidden;
}
.mod-09 .box-s .box-info .box-more {
  text-align: right;
  visibility: hidden;
}
.mod-09 .box-s .box-info .box-more a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  width: 60px;
  text-align: center;
  color: #ffffff;
}
.mod-09 .box-s:hover {
  background-color: #8c7461;
  box-shadow: 1px 2px 26px 6px rgba(140, 116, 97, 0.6);
}
.mod-09 .box-s:hover .box-date {
  color: #ffffff;
}
.mod-09 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-09 .box-s:hover .box-info .box-title {
  color: #fff;
}
.mod-09 .box-s:hover .box-info .box-txt {
  color: #fff;
}
.mod-09 .box-s:hover .box-info .box-more {
  visibility: visible;
}

.mod-10 {
  background: url("../images/img-50.png") repeat-y top center;
  overflow: hidden;
  padding-top: 30px;
}
.mod-10 .box-s {
  background: url("../images/img-51.png") no-repeat top 38px center;
  padding: 20px;
  margin-bottom: 35px;
}
.mod-10 .box-s .row {
  margin-left: -3%;
  margin-right: -3%;
}
.mod-10 .box-s .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.mod-10 .box-s .box-date-img {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.mod-10 .box-s .box-date-img .box-date {
  font-size: 16px;
  color: #999999;
  width: 140px;
  text-align: right;
  min-width: 140px;
}
.mod-10 .box-s .box-date-img .box-date span {
  display: block;
  font-size: 36px;
}
.mod-10 .box-s .box-date-img .box-img {
  display: none;
  width: 100%;
  margin-left: 25px;
}
.mod-10 .box-s .box-date-img .box-img img {
  display: block;
  width: 100%;
}
.mod-10 .box-s .box-info {
  padding-top: 13px;
}
.mod-10 .box-s .box-info .box-title {
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 20px;
}
.mod-10 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.mod-10 .box-s:nth-child(2n) .box-date-img {
  justify-content: flex-start;
}
.mod-10 .box-s:nth-child(2n) .box-date-img .box-date {
  text-align: left;
}
.mod-10 .box-s:hover {
  background: url("../images/img-53.png") no-repeat top 38px center #bfae9d;
}
.mod-10 .box-s:hover .box-date-img .box-date {
  color: #fff;
}
.mod-10 .box-s:hover .box-date-img .box-img {
  display: block;
}
.mod-10 .box-s:hover .box-info .box-title {
  color: #fff;
}
.mod-10 .box-s:hover .box-info .box-txt {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
