@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content {
  width: 1600px;
  margin: 0 auto;
}
.hidden {
  overflow: hidden !important;
}
.hide {
  display: none;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.gray6 {
  color: #666;
}
.white {
  color: #fff !important;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.phone {
  display: none;
}
.gold {
  color: #b28b4c;
}
/*header*/
.header {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9;
  height: 100px;
  color: #fff;
}
.header1 {
  color: #333;
  background: #fff;
}
.logo {
  width: 11%;
}
.nav {
  width: 64.375%;
  margin-left: 6%;
}
.nav > li {
  color: #fff;
  position: relative;
  padding: 0 12px;
}
.nav > li > a {
  font-size: 15px;
  color: #fff;
  line-height: 100px;
}
.sub_bg {
  width: 100%;
  top: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border-top: solid 1px #fff;
  height: 540px;
  display: none;
}
.sub_nav {
  width: 100%;
  top: 100px;
  left: 0;
  padding: 35px 0 0;
  z-index: 6;
  text-align: center;
  display: none;
}
.sub_nav a {
  display: block;
  line-height: 3;
}
.nav:hover .sub_nav {
  display: block;
}
.header_telnum {
  top: 40px;
  left: -80%;
}
.header_tel {
  cursor: pointer;
}
.header_tel:hover .header_telnum {
  display: block;
}
.search {
  width: 260px;
  border-radius: 30px;
  background: #fff;
  border: solid 1px #eee;
  height: 40px;
  right: -20px;
  padding: 0 20px;
}
.ss_txt {
  width: 190px;
  height: 36px;
  line-height: 36px;
  border: none;
}
.ss_btn {
  width: 20px;
}
.search_btn:hover .search {
  display: block;
}
/* banner */
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 1;
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
.swiper-button-prev {
  background: url(../images/prev1.png) no-repeat center center #b28b4c;
  background-size: 10px 15px;
}
.swiper-button-next {
  background: url(../images/next1.png) no-repeat center center #b28b4c;
  background-size: 10px 15px;
}
.banner img {
  width: 100%;
  height: 100vh;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 1;
  outline: none;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  content: "";
}
.banner .swiper-button-prev {
  background: url(../images/prev1.png) no-repeat center center rgba(255, 255, 255, 0.2);
  background-size: 10px 15px;
  left: 3.6%;
}
.banner .swiper-button-prev:hover {
  background-color: #b28b4c;
}
.banner .swiper-button-next {
  background: url(../images/next1.png) no-repeat center center rgba(255, 255, 255, 0.2);
  background-size: 10px 15px;
  right: 3.6%;
}
.banner .swiper-button-next:hover {
  background-color: #b28b4c;
}
.active .fadeup {
  animation-name: fadeInUp;
}
.active .fadedown {
  animation-name: fadeInDown;
}
.active .faderight {
  animation-name: fadeInRight;
}
.active .fadeleft {
  animation-name: fadeInLeft;
}
.active .bouncedown {
  animation-name: bounceInDown;
}
.section {
  overflow: hidden;
}
.section2 {
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.tit {
  font-size: 48px;
  padding-bottom: 1%;
  z-index: 8;
  animation-delay: 0.5s;
}
.tit::after {
  width: 69px;
  height: 6px;
  background: #b28b4c;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: "";
}
.tit_bg {
  margin-left: -30px;
  margin-top: -20px;
}
.about_box {
  margin: 3% 0 0;
}
.about_pic {
  width: 53.625%;
  animation-delay: 0.8s;
}
.about_con {
  width: 41.25%;
  animation-delay: 1s;
}
.about_tit {
  font-size: 30px;
}
.about_type {
  margin: 2% 0 0;
}
.about_type a {
  margin-right: 3%;
  line-height: 43px;
  display: inline-block;
}
.about_type a:hover {
  font-weight: bold;
  background: url(../images/about_logo.png) no-repeat center center;
}
.about_txt {
  line-height: 36px;
  margin: 2% 0 5%;
}
.more {
  width: 170px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  background: #b28b4c;
}
.more img {
  width: 29px;
  height: 28px;
  margin-left: 10px;
  transition: all 0.6s;
}
.more:hover img {
  transform: translateX(10px);
}
.about_num {
  margin: 4% 0 0;
  animation-delay: 1.8s;
}
.about_num li p {
  margin: 10% 0 0;
}
.about_num li a {
  display: flex;
  align-items: flex-end;
}
.about_num li a b {
  font-size: 24px;
}
.about_num li a em {
  font-size: 42px;
  font-family: Aria;
  line-height: 1;
}
.about_num li img {
  margin-left: 20px;
}
.section3 {
  background: #fff;
}
.section3 .tit {
  margin-top: -18%;
}
.clture_con {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.clture_pic {
  height: 100%;
  display: none;
}
.clture_pic:first-child {
  display: block;
}
.clture_tit {
  width: 31.30208333%;
  height: 100vh;
  background: url(../images/clture_tit_bg.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 9% 0;
  animation-delay: 0.8s;
}
.clture_tit li {
  cursor: pointer;
}
.clture_tit li img {
  width: 60px;
  height: 60px;
  background: url(../images/clture_tit1.png) no-repeat;
  background-size: 100% 100%;
  padding: 3%;
  margin-right: 15px;
}
.clture_tit li.current {
  font-size: 24px;
}
.clture_tit li.current img {
  width: 82px;
  height: 82px;
  background: url(../images/clture_tit2.png) no-repeat;
  background-size: 100% 100%;
}
.clture_tit li:first-child {
  margin-left: 3%;
}
.clture_tit li:nth-child(2) {
  margin-left: -4%;
}
.clture_tit li:nth-child(3) {
  margin-left: -4%;
}
.clture_tit li:nth-child(4) {
  margin-left: 2%;
}
.section4 {
  background: url(../images/bg3.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.open_left {
  width: 31.25%;
  animation-delay: 0.3s;
}
.open_left .tit {
  text-align: left;
}
.open_left .tit::after {
  right: auto;
}
.open_tit {
  height: 470px;
  margin: 13% 0 0;
}
.open_tit li {
  cursor: pointer;
}
.open_tit li h2 {
  width: 133px;
  height: 49px;
  border-radius: 24px;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  border: solid 1px #b28b4c;
  margin-bottom: 10px;
}
.open_tit li.current h2 {
  background: #b28b4c;
  color: #fff;
}
.open_tit li.swiper-slide-thumb-active h2 {
  background: #b28b4c;
  color: #fff;
}
.open_mid {
  width: 15.8125%;
  animation-delay: 0.6s;
}
.open_right {
  width: 42.3125%;
  animation-delay: 0.7s;
}
.open_pic li {
  border-radius: 20px;
  overflow: hidden;
}
.open_pic .swiper-button-prev,
.open_pic .swiper-button-next {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 10%;
  margin: 0;
  border-radius: 100%;
}
.open_pic .swiper-button-prev::after,
.open_pic .swiper-button-next::after {
  content: "";
}
.open_pic .swiper-button-prev {
  background: url(../images/prev1.png) no-repeat center center #b28b4c;
  background-size: 10px 15px;
  left: auto;
  right: 20%;
}
.open_pic .swiper-button-next {
  background: url(../images/next1.png) no-repeat center center #b28b4c;
  background-size: 10px 15px;
  right: 5%;
}
.section5 {
  background: #1a1a1a;
}
.section5 .fp-tableCell {
  vertical-align: top;
}
.section5 .tit {
  margin: 4% 0 0;
}
.pro_tab {
  margin: 3% 0 0;
}
.pro_tab li {
  width: 133px;
  height: 50px;
  border: solid 1px #b28b4c;
  line-height: 48px;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0 25px;
  cursor: pointer;
}
.pro_tab li.current {
  background: #b28b4c;
}
.pro {
  display: none;
}
.pro:first-child {
  display: block;
}
.pro li {
  width: 450px;
  transition: all 0.6s;
  height: 596px;
  overflow: hidden;
}
.pro li img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pro li:hover {
  width: 780px;
}
.pro li:hover .pro_con {
  bottom: 70px;
}
.pro li:hover .pro_txt {
  opacity: 1;
}
.pro_con {
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  transition: all 0.6s;
}
.pro_box {
  width: 100%;
  bottom: 0;
  left: 0;
}
.pro_tit {
  background: url(../images/pro_more.png) no-repeat right center;
}
.pro_tit h3 {
  font-size: 36px;
}
.pro_tit h4 {
  font-style: italic;
  text-transform: uppercase;
  font-size: 22px;
  font-family: Arial;
}
.pro_txt {
  opacity: 0;
  transition: all 0.6s;
  font-weight: lighter;
}
.pro_txt h3 {
  font-style: 24px;
  line-height: 2;
}
.section6 {
  background: url(../images/bg4.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.guest_type a {
  margin: 0 5px;
}
.map {
  width: 52.3125%;
  animation-delay: 0.2s;
}
.guest_box {
  margin: 2% 0 0;
}
.guest_con {
  width: 45.3125%;
  animation-delay: 0.5s;
}
.guest_con h2 {
  font-size: 24px;
}
.guest_con > div {
  margin: 1% 0 2%;
}
.guest_list {
  margin: 8% 0 0;
}
.guest_list li {
  text-align: center;
  margin-right: 15%;
}
.guest_list li h4 {
  color: #b28b4c;
  font-size: 18px;
  margin: 10% 0 0;
}
.section7 {
  background: #fff;
}
.sense_box {
  margin: 3% 0 0;
  animation-delay: 0.5s;
}
.sense_left {
  width: 28.4375%;
  height: 527px;
  background: #fff;
}
.sense_pic1 {
  height: 300px;
}
.sense_con1 {
  padding: 5% 5% 0;
}
.sense_type {
  font-size: 26px;
  line-height: 1;
}
.sense_tit1 {
  margin: 4% 0 0;
}
.sense_date img {
  margin-right: 10px;
}
.sense2 {
  padding: 3% 3%;
  background: #b6996a;
  color: #fff;
}
.sense_tit2 {
  font-size: 24px;
  margin: 15% 0 10%;
}
.sense_txt2 {
  opacity: 0.6;
  line-height: 2.25;
  margin-bottom: 10%;
}
.more1 {
  background: #fff;
}
.sense_right {
  width: 40%;
}
.sense_list li {
  margin: 3.2% 0 0;
}
.sense_list li:hover .sense_list_nar {
  background: url(../images/nar2.png) no-repeat;
}
.sense_list_pic {
  width: 34.6875%;
  height: 146px;
}
.sense_list_con {
  width: 61.71875%;
}
.sense_list_tit {
  margin: 2% 0;
}
.sense_list_nar {
  width: 33px;
  height: 9px;
  background: url(../images/nar1.png) no-repeat;
}
.footer_bg {
  background: #000000;
  height: 48.36956522%;
  padding: 5% 0 0;
  color: #fff;
}
.footer_box {
  padding-bottom: 2%;
}
.footer {
  width: 63.75%;
  border-right: solid 1px #171619;
  padding-right: 6% ;
}
.footer li {
  text-align: center;
}
.footer li h3 {
  font-size: 16px;
}
.footer li p {
  color: #8a8a8a;
  margin: 30px 0 0;
}
.footer li p a {
  display: block;
  line-height: 36px;
}
.footer_right {
  width: 29.0625%;
  margin: 2% 0 0;
}
.footer_code {
  width: 34.40860215%;
}
.footer_code img {
  width: 95%;
}
.footer_code p {
  color: #414444;
  font-size: 14px;
  margin: 7% 0 20%;
}
.footer_code h4 {
  color: #925f4d;
  font-size: 20px;
}
.footer_code h4 img {
  width: 16px;
  height: 20px;
  margin-right: 10px;
}
.footer_logo {
  width: 47.09677419%;
}
.link {
  margin: 15% 0 0;
}
.link a {
  margin: 0 5%;
}
.copyright {
  border-top: solid 1px #0b0b0b;
  color: #5f6464;
  font-size: 14px;
  padding: 1% 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 45%;
  animation-delay: 0.5s;
}
.m_tit h2 {
  font-size: 48px;
}
.m_tit h3 {
  font-size: 24px;
}
.qiyuan_tit {
  width: 100%;
  top: 10%;
  left: 0;
  z-index: 3;
}
.qiyuan_tit .tit::after {
  display: none;
}
.qiyuan_pic {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.qiyuan_list {
  left: 0;
  right: 0;
  top: 30%;
  z-index: 11;
  background: url(../images/qiyuan_line.png) no-repeat center 90px;
  background-size: 100%;
}
.qiyuan_list .swiper {
  padding: 0 0 20%;
}
.qiyuan_list li {
  cursor: pointer;
  text-align: center;
}
.qiyuan_list li:nth-child(1) {
  margin-top: 4%;
}
.qiyuan_list li:nth-child(2) {
  margin-top: 10%;
}
.qiyuan_list li:nth-child(3) {
  margin-top: 9%;
}
.qiyuan_list li:nth-child(4) {
  margin-top: 3%;
}
.year {
  font-size: 30px;
}
.qiyuan_list_txt {
  background: url(../images/dw1.png) no-repeat center top;
  padding-top: 50px;
  text-align: left;
}
.chuancheng_bg {
  background: url(../images/chuancheng_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 5% 0;
}
.chuancheng_tip {
  font-size: 24px;
  line-height: 2.4;
  font-weight: lighter;
  margin: 2% 0 0;
}
.chuancheng_text {
  font-size: 36px;
  margin-bottom: 4%;
}
.chuancheng_text span {
  font-size: 48px;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 3% 0 5%;
}
.m_about_txt {
  line-height: 48px;
  max-height: 240px;
  overflow: hidden;
}
.honor_box {
  padding: 3% 0;
}
.honor {
  margin: 3% 0 0;
}
.honor .swiper {
  padding-bottom: 3%;
}
.honor li {
  width: 1302px;
  background: url(../images/honor_bg.jpg) no-repeat;
  background-size: 100%;
}
.honor li::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  content: "";
  top: 0;
  left: 0;
}
.honor li.swiper-slide-active::after {
  display: none;
}
.honor li a {
  padding: 2% 2% 0 4%;
}
.honor .swiper-button-prev {
  left: -5%;
  top: 40%;
}
.honor .swiper-button-next {
  right: -5%;
  top: 40%;
}
.honor_list_con {
  width: 44.71544715%;
  color: #fff;
  padding: 5% 0 0;
}
.honor_list_tit {
  font-size: 24px;
}
.honor_list_txt {
  font-weight: lighter;
  line-height: 2;
  height: 128px;
  overflow: hidden;
  margin: 3% 0 0;
  text-align: justify;
}
.honor_list_pic {
  width: 51.62601626%;
  box-shadow: 0 0 15px rgba(107, 90, 61, 0.4);
  overflow: hidden;
}
.honor_list_pic img {
  height: 373px;
}
.guimo_bg {
  background: url(../images/guimo_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 3% 0;
}
.guimo {
  margin: 5% 0 0;
}
.guimo li {
  width: 805px;
}
.small_hall:hover .big_hall {
  display: block;
}
.big_hall {
  border: solid 8px #f4d692;
  border-radius: 5px;
  display: none;
}
.small_yanhui {
  width: 205px;
  height: 196px;
  bottom: 12%;
  left: 6%;
}
.big_yanhui {
  width: 265px;
  top: -50%;
  left: 0;
}
.small_dbmc {
  width: 105px;
  height: 330px;
  right: 9%;
  top: 12%;
}
.big_dbmc {
  width: 200px;
  right: 0 ;
  top: 5%;
}
.small_hzfq {
  width: 240px;
  height: 110px;
  right: 9%;
  bottom: 5%;
}
.big_hzfq {
  width: 300px ;
  bottom: 0;
  right: 0;
}
.jiazhi_con {
  width: 25%;
  left: 23.96%;
  top: 5%;
}
.jiazhi_con .tit {
  text-align: left;
}
.jiazhi_con .tit::after {
  right: auto;
}
.jiazhi_tit {
  font-size: 20px;
  margin: 2% 0 1%;
}
.yiyi_bg {
  background: url(../images/yiyi_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 5% 0;
}
.yiyi_bg .yiyi_btn {
  width: 140px;
  margin: 5% 0 0;
}
.yiyi_bg .swiper-button-prev,
.yiyi_bg .swiper-button-next {
  position: static;
  margin: 0;
}
.yiyi_con {
  width: 29.375%;
}
.yiyi_con .tit {
  text-align: left;
}
.yiyi_con .tit::after {
  right: auto;
}
.yiyi_con .jiazhi_tit {
  margin: 8% 0 2%;
}
.yiyi_pic_box {
  width: 64.0625%;
  align-items: flex-end;
}
.yiyi_pic_bg {
  width: 24.87804878%;
}
.yiyi_pic {
  width: 75.12195122%;
}
.guest_bg1 {
  background: url(../images/guest_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 3% 0 5%;
}
.shop_list {
  margin: 3% 0 0;
  padding: 1%;
}
.shop_list li a {
  padding: 10% 9%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.shop_tit {
  border-bottom: solid 1px #e8e8e4;
  padding: 8% 0 5%;
  margin-bottom: 5%;
}
.shop_tit h2 {
  font-size: 26px;
  background: url(../images/dot.png) no-repeat left center;
  padding-left: 25px;
}
.shop_tit p {
  color: #999;
  padding-left: 25px ;
}
.shop_txt {
  color: #a3a3a3;
}
.shop_txt span {
  font-family: bebas;
  font-size: 26px;
  color: #333;
  margin-left: 15px;
}
.guest_btn {
  width: 140px;
}
.guest_btn .swiper-button-prev,
.guest_btn .swiper-button-next {
  position: static;
  margin: 0;
}
.guest_bg2 {
  background: url(../images/guest_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 3% 0 5%;
}
.message {
  padding: 3% 0;
}
.form_box {
  width: 1105px;
  margin: 3% auto 0;
}
.form_list {
  width: 357px;
  height: 50px;
  border: solid 1px #d6d6d6;
  border-radius: 30px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-family: 微软雅黑;
}
.mes_txt {
  width: 100%;
  height: 220px;
  line-height: 1.7;
  padding: 10px 20px;
}
.mes_btn {
  width: 215px;
  height: 52px;
  background: #b28b4c;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 52px;
  margin: 0 auto;
}
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 5% 0;
}
.pro_type {
  margin: 3% 0 0;
}
.pro_type span {
  width: 154px;
  height: 50px;
  border: solid 1px #b28b4c;
  border-radius: 30px;
  margin: 0 15px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  cursor: pointer;
}
.pro_type span.active {
  background: #b28b4c;
}
.m_pro_list1 {
  margin: 3% 0 0;
}
.m_pro_list1 li {
  width: 49.25%;
  height: 600px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.m_pro_list1 li .pro_con {
  width: 85%;
  bottom: 40px;
}
.m_pro_list1 li .pro_txt {
  opacity: 1;
}
.m_pro_list2 {
  margin: 4% 0 0;
}
.m_pro_list2 li {
  width: 24%;
  margin-right: 1.333%;
}
.m_pro_list2 li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro_list2 li h3 {
  font-size: 20px;
  margin: 5% 0 0;
}
.m_pro_list2 li p {
  font-family: Arial;
  font-style: italic;
  color: #4e4e4e;
}
.m_pro_list2 li:hover h3 {
  font-weight: bold;
}
.m_pro_list2_pic {
  height: 295px;
}
.pro_xx_box {
  margin: 3% 0 0;
}
.pro_xx_pic {
  width: 34.375%;
}
.pro_xx_con {
  width: 58.75%;
}
.pro_xx_tit {
  border-bottom: solid 1px #fff;
  padding: 3% 0;
}
.pro_xx_tit h2 {
  font-size: 30px;
}
.pro_xx_tit h4 {
  font-size: 18px;
  font-family: Arial;
  font-style: italic;
  text-transform: uppercase;
}
.pro_xx_tit p {
  font-size: 20px;
}
.pro_xx_txt {
  margin: 3% 0 0;
}
.open_bg {
  padding: 7% 0 5%;
}
.main {
  padding: 4% 0;
}
.m_news {
  padding-bottom: 3%;
}
.m_news li {
  width: 32.6875%;
  margin-right: 0.9%;
  margin-bottom: 2%;
}
.m_news li:nth-child(3n+3) {
  margin-right: 0;
}
.m_news_pic {
  height: 345px;
}
.m_news_con {
  background: #f8f8f8;
  height: 225px;
  padding: 30px 5% 0;
}
.m_news_txt {
  line-height: 30px;
  height: 60px;
  margin: 15px 0;
}
.page a {
  width: 68px;
  height: 68px;
  display: inline-block;
  line-height: 66px;
  margin: 0 10px;
  border-radius: 100%;
  text-align: center;
  border: solid 1px #ededed;
}
.page span a.active {
  background: #b28b4c;
  color: #fff;
}
.m_culture_list {
  margin-bottom: 7%;
}
.m_culture_list:nth-of-type(even) .m_culture_con {
  flex-direction: row-reverse;
}
.m_culture_list:nth-of-type(even) .m_culture_type {
  left: 55%;
}
.m_culture_list:nth-of-type(even) .m_culture_num {
  left: auto;
  right: 0;
}
.m_tit::after {
  background: #333333;
}
.m_culture_box {
  margin: 3% 0 0;
}
.m_culture {
  width: 50%;
}
.m_culture_text {
  padding: 0 5%;
}
.m_culture_tit {
  font-size: 20px;
}
.m_culture_txt {
  margin: 3% 0 5%;
}
.m_culture_type {
  left: 5%;
  top: 10%;
  font-size: 30px;
}
.m_culture_type span {
  margin-right: 30px;
  cursor: pointer;
}
.m_culture_type span.current {
  color: #b28b4c;
  font-weight: bold;
  background: url(../images/about_logo.png) no-repeat center center;
}
.m_culture_num {
  font-size: 250px;
  color: #f4f1ec;
  bottom: 2%;
  left: 32%;
  line-height: 1;
  z-index: -1;
  font-family: Arial, Helvetica, sans-serif;
}
.m_culture_pic {
  height: 485px;
}
.m_culture_con_box {
  display: none;
}
.m_culture_con_box:first-child {
  display: block;
}
.xx_bg {
  background: url(../images/xx_bg.jpg) no-repeat center top;
  padding: 10% 0 5%;
}
.xx_box {
  background: #fff;
  padding: 3% 8%;
}
.xx_tit {
  font-size: 36px;
}
.xx_time {
  color: #777;
  margin: 1% 0;
}
.xx_time img {
  margin-right: 10px;
}
.xx_txt {
  height: 500px;
  overflow-y: auto;
}
.xx_txt::-webkit-scrollbar {
  display: none;
}
.search_list {
  padding: 3% 0;
}
.search_list li {
  background: #000;
  margin-bottom: 3%;
}
.search_list_pic {
  width: 23.9375%;
  height: 290px;
}
.search_list_con {
  width: 70.8125%;
  margin-right: 2%;
}
.search_list_con .pro_tit {
  background: none;
}
.search_list_con .pro_tit p {
  font-size: 20px;
  font-weight: lighter;
}
.search_list_tit {
  border-bottom: solid 1px #808080;
  padding-bottom: 2%;
}
.search_list_txt {
  margin: 2% 0 0;
}
