body {
  font-size: 100%;
  line-height: 1.75;
  width: 100%;
  position: relative;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

* {
  padding: 0;
  margin: 0;
}

:root {
  --primary-color1: #0e9d3a;
  --primary-color: #fbaf32;
  --secondary-color: #3B3663;
  --blackfont46-color: #464646;
  --blackfont-color: #5a5a5a;
  --font-color: #696687;
  --bg-color: #fff;
  --heading-color: #3B3663;
  --border-radius: 6px;
  --border-radius-full: 15px;
  --border-color: transparent;
  --border-color-light: #ebebeb;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f4f4f4;
  --bg-lightgrey: #f8f9fa;
  --btn-bg: #e2e8f0;
  --blackfont81-color: #818181;
}

[data-theme="dark"] {
  --primary-color: #fbaf32;
  --secondary-color: #3B3663;
  --blackfont46-color: #ffffff;
  --blackfont-color: #b7b7b7;
  --font-color: #b7b7b7;
  --bg-color: #1c1d21;
  --heading-color: #eee;
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-light: rgba(255, 255, 255, 0.15);
  --iframe-filter: grayscale(100%);
  --bg-grey: #17181b;
  --bg-lightgrey: #17181b;
  --btn-bg: #2a2a2a;
  --container02_bg: #17181b;
  --blackfont81-color: #fff;
}

img {
  max-width: 100%;
}

#bdshare_weixin_qrcode_dialog *,
#bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}

.j_tab {
  display: table;
  width: 100%;
  height: 100%;
}

.j_tab_cel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  color: inherit;
}

a:focus {
  outline: none !important;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
p {
  margin: 0;
}



img {
  max-width: 100%;
  max-height: 100%;
}

.img img {
  width: 100%;
  height: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

table {
  table-layout: fixed;
}

.m {
  width: 84%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.pad_top {
  padding-top: 3.06rem;
}

.pad_bot {
  padding-bottom: 3.06rem;
}

.pad_aside {
  padding-left: 45px;
  padding-right: 45px;
}

.draw_h {
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.draw_h:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(100%, 100%, 100%, .5);
  border-radius: 50%;
}

svg.drawcircle {
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  display: block;
  pointer-events: none;
}

svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 2;
  stroke: none;
  stroke-dasharray: 0, 188.49;
  stroke-dashoffset: 188.49;
  transition: all .3s linear 0s;
}

.draw_h:hover svg.drawcircle circle {
  stroke: #fff;
  stroke-dasharray: 188.49, 0;
  stroke-dashoffset: 188.49;
  -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
  transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}

.draw_h .icon {
  fill: #626262;
  vertical-align: middle;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.draw_h:hover .icon {
  fill: #0081cc;
}

/*===========================header=============================*/
#header {
  background: rgba(140, 65, 60, .85);
  height: 5.625rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s;
}

#header .container {
  height: 100%;
}

#header .m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  float: left;
  height: 100%;
}

#logo img {}

#logo img.img02 {
  display: none;
}

#nav {
  float: left;
}

#nav ul {}

#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
}

#nav ul li a {
  display: block;
  padding: 0 1.375rem;
  text-transform: uppercase;
}

#nav ul li h3 {
  font-size: 1.125rem;
  color: #f3e7d8;
  line-height: 5.625rem;
  transition: .5s;
  overflow: hidden;
  position: relative;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  color: #c9aa82;
}

#nav ul li h3:before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #c9aa82;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s;
  position: absolute;
}

#nav ul li a:hover h3:before,
#nav ul li.on a h3:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  width: 140px;
  left: 45%;
  margin-left: -60px;
  z-index: 10000;
  transform: translateY(-20px);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
}

#nav ul li .sub .box {
  padding: 10px 10px;
  text-align: center;
  background: #8c413c;
  position: relative;
  z-index: 9;
}

#nav ul li .sub a {
  padding: 0;
  line-height: 2;
  transition: .3s;
  font-size: .9375rem;
  color: rgba(255, 255, 255, .8);
}

#nav ul li .sub a:hover {
  color: #fff;
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.top_tel {
  float: left;
  font-size: 1.5rem;
  color: #c9aa82;
  font-weight: bold;
  line-height: 5.625rem;
  padding-left: 2rem;
  background: url(../images/header_phone.png) left center no-repeat;
  transition: .5s;
  position: relative;
  margin-left: 3rem;
  font-family: arial;
}

.top_tel:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #b4b5b7;
  opacity: .5;
  position: absolute;
  left: -2rem;
  top: 50%;
  margin-top: -7.5px;
}

.top_search {
  float: left;
  line-height: 5.625rem;
  margin-left: 35px;
}

.top_search a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  background: #8c413c;
  border-radius: 50%;
}

/*顶部搜索*/
.tc[name=tc_search] {
  transition-delay: .3s;
}

.tc[name=tc_search].act {
  transition-delay: 0s;
}

.tc_search {
  font-size: 16px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -400px;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: arial;
  letter-spacing: 2px;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}

.act .tc_search {
  opacity: 1;
}

.tc_search .tc_close {
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 50%;
  background: #8c413c;
  left: 50%;
  margin-left: -22.5px;
  bottom: 20%;
  top: auto;
  z-index: 99;
  float: none;
  position: static;
  margin: 0 auto;
  margin-top: 7rem;
}

.tc_search .tc_close img {
  width: 20px;
}

.tc_search form {
  height: 60px;
  border-radius: 30px;
  border: 2px solid #8c413c;
  width: 30rem;
  z-index: 999;
  margin: 0 auto;
  position: relative;
}

.tc_search #keyword {
  font-size: 1.125rem;
  color: #90837f;
  height: 58px;
  padding: 0 2rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

.tc_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 0;
  /* background: url(../images/search.svg) center no-repeat;
  background-size: 1.5rem; */
}

.tc_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.tc_search.act {}

.tc_search .svg {
  transform: scale(.4);
  transition: 1s cubic-bezier(0.65, 0.14, 0.4, 1.19);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  height: 800px;
  width: 800px;
  margin-top: -400px;
  min-height: 800px;
  min-width: 800px;
  z-index: -1;
  background: #fbf2ea;
  background-size: contain;
  border-radius: 50%;
}

.tc.act .tc_search .svg {
  transform: scale(1.2);
}

.tc_search .tt {
  margin-bottom: 5rem;
}

.tc_search .tt h3 {
  font-size: 1.625rem;
  color: #3f3f3f;
}

.tc_search .tt span {
  font-size: 4rem;
  color: #8c413c;
  font-weight: bold;
  font-family: FRAHV;
  text-transform: uppercase;
}

.tc[name=tc_search] .tc_bg {
  background: #8c413c;
}

.tc_search input::-webkit-input-placeholder {
  color: #90837f;
}

.tc_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #90837f;
}

.tc_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #90837f;
}

.tc_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #90837f;
}

/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
.ar_wap {
  display: none;
}

/***********************/
/*手机头部开始*/
#m_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 4.5rem;
  left: 0;
  top: 0;
  padding: 0 10px;
  /* background: #51311c; */
  background: rgba(145, 65, 60, 1);
  display: none;
}

#m_header #m_logo {
  height: 4.5rem;
  line-height: 4.5rem;
}

#m_header #m_logo img {
  max-height: 63%;
}

/*导航按钮开始*/
#nav_btn_box {
  height: 100%;
  z-index: 999999999;
  margin-left: 20px;
  position: fixed;
  height: 4.5rem;
  right: 1rem;
  top: 1rem;
  display: none;
}

#nav_btn_box.on {
  background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #fff;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  padding-bottom: 4px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.875rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 1.75rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 1px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.75rem;
  height: 3px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #dbc7a2;
}

#nav_btn .navbtn::after {
  top: -5px;
}

#nav_btn .navbtn::before {
  top: 5px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  background: #8c413c;
  width: 22rem;
  height: 100vh;
  right: -400px;
  top: 0;
  display: none;
  padding: 50px 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
}

#m_nav>ul>li {
  width: 100%;
  overflow: hidden;
  padding: 0 2.3rem;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {}

#m_nav li .a h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #fff;
  padding: 0;
  font-size: 1.125rem;
  float: left;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 10px;
  height: 4.5rem;
  float: right;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  line-height: 35px;
  height: 35px;
  border: 0;
  font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void>a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: .875rem;
  opacity: .8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*顶部搜索*/
.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-family: arial;
  letter-spacing: 2px;
  line-height: 40px;
  transition: height .4s ease-in-out;
  -webkit-transition: height .4s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.wap_search form {
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .6);
  position: relative;
  width: 18rem;
  margin: 20px auto;
}

.wap_search .input {
  font-size: .875rem;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: url(../images/sousuo.png) center no-repeat;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */


.ar_article {
  font-size: .9375rem;
  color: #686868;
  line-height: 1.875rem;
  text-align: justify;
}

.ar_article p {
  font-size: .9375rem;
  color: #686868;
  line-height: 1.875rem;
  padding-bottom: 1.75rem;
}

.ar_article strong {
  font-weight: bold;
}

.ar_article td,
.ar_article th {
  padding: 15px;
  border: 1px solid #c6c5c5;
  font-size: 1rem !important;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
}

.ar_article td *,
.ar_article th * {
  font-size: 0.95rem !important;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
}

.ar_article td p,
.ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit;
}

.ar_article img {
  max-width: 100%;
}

.ar_article a {
  color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6 {
  font-weight: bold;
}

.ar_article ul li,
.ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 2rem;
}

.ar_article ul li p,
.ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
  margin-bottom: 15px;
}


/*==========================================首页 开始=============================================*/

.img_zd {
  position: relative;
}

.img_zd .img_hezi {
  padding-bottom: 100% !important;
}

.img_zd>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner {
  width: 100%;
  overflow: hidden;
  /* background: url(../images/banner.jpg) center no-repeat;
  background-size: cover; */
  position: relative;
  height: 100%;
  /* 初始高度为0 */
  /* padding-top: 56.25%; */
  padding-top: 46.25%;
}

.banner .m {
  height: auto;
}

.banner>img,
.banner>video {
  width: 100%;
  /* height: calc(100vh - 5.625rem); */
  height: calc(100vh - 4.625rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 或 object-fit: contain; 根据需要选择 */
}

.banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.banner .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.banner .box_table {
  text-align: left
}

.banner .box {
  max-width: 33.75rem;
}

.banner .box p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 1.5rem 0 3rem
}

.banner .box p strong {
  font-size: 24px;
}

.more00 a {
  display: inline-block;
  width: 10rem;
  line-height: 2.8125rem;
  text-align: center;
  background: #8c413c;
  font-size: 0.875rem;
  color: #fff;
  transition: 0.6s;
  position: relative;
  border-radius: 1.375rem;
  overflow: hidden
}

.more00 a span {
  position: relative
}

.more00 a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: 0.6s
}



.mouse_down {
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -10px;
  text-align: center;
  z-index: 50;
  opacity: .9;
}

.mouse_down span {
  display: inline-block;
  width: 1.5rem;
  height: 2.25rem;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 12px;
  margin: auto;
  position: relative;
}

.mouse_down span:after {
  content: "";
  width: 11px;
  height: 18px;
  background: url(../images/mouse_tail.png) center no-repeat;
  background-size: .6875rem;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -5.5px;
  animation-delay: 600ms;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-play-state: running;
  animation-timing-function: linear;
}

.mouse_down span:before {
  content: "";
  width: 2px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 3px;
  animation-delay: 0ms;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-play-state: running;
  animation-timing-function: linear;
}

.mouse_down b {
  display: block;
  text-align: center;
  color: #766047;
  font-size: 18px;
  line-height: 1;
  font-family: Arial;
  margin-top: 4px;
  font-weight: normal;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 5px, 0px);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0px, 5px, 0px);
  }
}




.container01 {
  padding: 6rem 0;
  width: 100%;

  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat center top;
}

.container01 .m {
  text-align: center;
  font-size: 0;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container01 .left {
  width: 13rem;
  padding: 11.25rem 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.container01 .left h2 {
  font-size: 4rem;
  color: var(--blackfont-color);
  font-family: DINOT-BOLD;
  margin-bottom: 0.5rem;
  color: #5a5a5a;
}

.container01 .left h4 {
  font-size: 1.375rem;
  color: var(--heading-color);
  color: #777;
  font-family: ROBOTO-THIN-15;
  text-transform: uppercase;
  opacity: 0.5;
  padding: 0 0.5rem;
}

.container01 .center {
  width: 34rem;
  margin-right: 2rem;
}

.container01 .center .video_box {
  width: 34rem;
  height: 34rem;
  border-radius: 2%;
  border: #a3a3a3 1px dashed;
  text-align: center;
}

.container01 .center .video_box .img {
  width: 30rem;
  height: 30rem;
  overflow: hidden;
  border-radius: 2%;
  display: inline-block;
  background: transparent;
  transition: 0.9s;
}

.container01 .center .video_box .img img {
  transition: 0.9s;
}

.container01 .center .video_box .img .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .7s;
}

.container01 .center .video_box .img .bofang {
  display: inline-block;
  width: 7.125rem;
  height: 7.125rem;
  line-height: 7.125rem;
  border-radius: 50%;
  position: relative;
}

.container01 .center .video_box .img .bofang:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  transition: 0.9s
}

.container01 .center .video_box .img .bofang svg {
  fill: #898989;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: 0.9s
}

.container01 .right {
  /* max-width: calc(100% - 13rem - 28.5rem); */
  flex: 1;
  padding: 4.5rem 0 0 3rem;
  text-align: left;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.container01 .right p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
  display: block;
  margin-bottom: 2rem;
}



.container01 .right h3 {
  font-size: 2.25rem;
  color: #545454;
  font-weight: bold;
  margin-bottom: 1rem;
}

.container01 .right h3 span {
  color: #8c413c;
}

.container01 .right .more00 a {
  background: #8c413c
}

.container02 {
  /* background: url(../images/container02_bg.jpg) center no-repeat; */
  background: #f7f8fa;
  padding: 5.625rem 0;
  /* background-size: cover; */
  width: 100%;
  overflow: hidden;
}

.container02 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.container02 ul li {

  width: 23%;
  text-align: center
}

.container02 ul li a {
  display: block;
}

.container02 ul li .ico {
  display: block;
  width: 100%;
  position: relative;
}

.container02 ul li .ico img {
  width: 100%;
  height: auto;
  transition: 0.9s;

}

.container02 ul li h5 {
  font-size: 1.375rem;
  color: var(--blackfont46-color);
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: visible;
}

.container02 ul li h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #c2c2c2;
  left: 50%;
  margin-left: -12.5px;
  top: 2.5rem;
}

.container02 ul li p {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.5rem;
}

.container02 ul li .more span {
  display: inline-block;
  width: 105px;
  height: 34px;
  line-height: 32px;
  border: #c2c2c2 1px solid;
  text-align: center;
  font-size: 12px;
  transition: .6s;
  overflow: hidden;
  position: relative;
  margin-top: 2.125rem;
  border-radius: 17px;
}

.container02 ul li .more span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: 0.6s;
  height: 0;
}

.container02 ul li .more span font {
  position: relative;
  text-transform: uppercase;
  color: var(--blackfont81-color);
}

.container03 {
  padding: 5rem 0 7.5rem;
  width: 100%;
  overflow: hidden;
}

.container03 .center {
  width: 22.5rem;
  position: relative
}

.container03 .center .img,
.container03 .center .img img {
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
  border-radius: 5px;
  transition: 1s;
}

.container03 .center:hover .img img {
  transform: scale(1.1) rotate(.1deg);
}

.container03 .center .more {
  content: "";
  position: absolute;
  width: 5.375rem;
  height: 5.375rem;
  left: 50%;
  margin-left: -2.6875rem;
  bottom: -2.6875rem;
  line-height: 5.375rem;
  text-align: center;
  cursor: pointer;
}

.container03 .center .more:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(234, 91, 36, 0.35);
  transform: scale(1.15);
  border-radius: 50%;
  transition: 0.6s;
}

.container03 .center .more:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #8c413c;
  border-radius: 50%;
}

.container03 .center .more span {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  color: #fff
}

.container03 .box {
  width: calc((100% - 22.5rem) / 2)
}

.container03 .box ul li {}

.container03 .box.fl {
  padding: 4rem 5rem 0 0
}

.container03 .box.fr {
  padding: 4rem 0 0 5rem
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,

.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {

  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

#small-dialog,
#small-dialog1 {
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

div#small-dialog iframe,
div#small-dialog1 iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px;
  border: none;
}

.container03 .box ul li {
  padding-left: 2.5rem;
  margin-bottom: 4rem
}

.container03 .box ul li h3 {
  font-size: 1.375rem;
  color: #505050;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.75rem
}

.container03 .box ul li p {
  font-size: 0.9375rem;
  color: #656565;
  line-height: 1.625rem;
  height: 3.25rem;
  overflow: hidden
}

.container04 {
  /* background: url(../images/ad1.jpg) no-repeat top center; */

  position: relative;
  padding: 12.5rem 0 4.25rem;
  width: 100%;
  overflow: hidden;
  height: 686px;
}

.container04 h3 {
  font-size: 1.75rem;
  color: #8c413c;
  font-weight: bold;
  margin-bottom: .75rem;
}

.container04 h3 font {
  color: #fff
}

.container04 h6 {
  font-size: 1rem;
  color: #fff
}

.container04 h6 big {
  font-size: 1.75rem;
  font-family: DINOT-BOLD;
  color: #eb3d00;
}

.titile001 {
  text-align: center;
  margin-bottom: 3.75rem
}

.titile001 h3 {
  font-size: 1.375rem;
  color: #8c413c;
  font-family: BarlowCondensed;
  text-transform: uppercase;
  margin-bottom: 0.75rem
}

.titile001 h4 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #3f3f3f
}

.titile001 .h4 {
  font-weight: bold
}

.container05 {
  padding: 5rem 0 5.25rem;
  width: 100%;
  overflow: hidden;
  background: #f7f8fa;
}

.container05 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.container05 ul li:first-child {
  width: 66.666%;
}

.container05 ul li {
  width: 33.333%;
  float: left;
  padding: 5px;
}

.container05 ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.container05 ul li .img {
  overflow: hidden;

}

.container05 ul li .img img {
  transition: 0.8s;
}

.container05 ul li .img img:hover {
  transform: scale(1.1);
}

.container05 ul li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.5);
  transition: 0.6s
}

.container05 ul li .txt .j_tab {}

.container05 ul li .txt p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
}




.container06 {
  background: url(../images/container06_bg.jpg) no-repeat top;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  padding: 4.25rem 0 4.25rem;
  width: 100%;
  overflow: hidden;
}

.container06 .titile001 h3 {
  color: #fff;
}

.container06 .titile001 h4 {
  color: #fff;
}

.container06 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container06 ul li {

  width: 31%;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}


.container06 ul li a {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

}

.container06 ul li .txt {
  /* background: #c9aa82; */
  width: 100%;
  background: rgba(140, 65, 60, 1);
  padding: 1rem;
  height: 21rem;
  border-radius: 0 0 1rem 1rem;
}

.container06 ul li h3 {
  font-size: 1.5rem;
  color: #f3e7d8;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: normal;
  line-height: 2;
}

.container06 ul li p {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  text-align: left;
  padding: 0 1rem;

}

.container06 .j_tab_cel {
  vertical-align: top;
}

.container07 {
  padding: 1rem 0;
  background: url(../images/ad3.jpg) no-repeat center #f7f8fa;
  width: 100%;
  overflow: hidden;
}

.container07 .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.container07 .content .box {
  margin-right: 2rem;
  margin-left: 2rem;

}

.container07 .content .box h3 {
  position: relative;
  margin-bottom: 1rem;
}

.container07 .content .box>span {
  font-size: .875rem;
  color: #5c5c5c;
}

.container07 .content .box i {
  display: block;
  width: 25px;
  height: 1px;
  background: #a7a7a7;
  margin-top: 1.375rem;
  margin-bottom: 1rem;
}

.container07 .content .box p {
  font-size: .8rem;
  line-height: 1.625rem;
  color: #616161;
  margin-bottom: 1.875rem;
  max-width: 328px;
  display: inline-block;
}

.container07 .content .box.left {
  padding: 6.25rem 0 0;
}

.container07 .content .box.center {
  text-align: center;
  padding-left: 0;
}

.container07 .content .box.center img {
  display: inline-block;
  max-width: 100%
}

.container07 .content .box.right {
  padding: 0;
  text-align: left;
  flex: 1;
}

.container07 .content .box.right h3 {
  font-weight: bold;
  line-height: 2;
  color: #f6dac2;
}

.container07 .content .box.right img {
  width: 100%;
  height: auto;
}

.container07 .content .box.right ul {
  font-size: 0;
  margin: 0 -0.875rem;
  max-width: 408px;
}

.container07 .content .box.right ul li {
  display: inline-block;
  width: 50%;
  padding: 0 0.875rem;
}

.container07 .content .box.right ul li .ewm {
  display: block;
  max-width: 176px;
}

.container07 .content .box.right ul li .ewm .img_hezi {
  padding-bottom: 100% !important
}

.container07 .content .box.right ul li .ewm .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.container07 .content .box.right ul li .ewm .top img {
  width: 8.75rem;
  height: 8.75rem;
  display: inline-block
}

.container07 .content .box.right ul li h5 {
  font-size: 1rem;
  line-height: 1.5;
  color: #fdedd3;
  text-align: center;
  margin-top: 0.5rem;
}

.container07 .content .box .more00 a {
  background: #8c413c
}


#foot {
  padding-top: 3rem;
  background: url(../images/footerbg.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 2rem
}

#foot .box1 {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
  padding-bottom: 1rem;
}

#foot .box1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e0e0e0
}

#foot .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_nav {
  flex-grow: 1;
  max-width: 50.75rem
}

.foot_nav ul {
  display: flex;
  justify-content: space-between
}

.foot_nav ul li {
  display: flex;
  width: 20%;
  justify-content: center
}

.foot_nav ul li a {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  position: relative;
  display: block;
  padding-bottom: 1rem;
  padding-top: .5rem;

}

.foot_nav ul li a:before {
  content: "";
  display: block;
  transform: scaleX(0);
  visibility: hidden;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: #8c413c
}

.foot_nav ul li a:hover {
  color: #8c413c;
}

.foot_nav ul li a:hover:before {
  transform: scaleX(1);
  visibility: visible
}

.foot_lianxi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem
}

.foot_lianxi dl {
  display: flex;
  align-items: center
}

.foot_lianxi dl:nth-child(3) {
  grid-column: 1/3
}

.foot_lianxi dt {
  width: 33px;
  height: 33px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #8c413c
}

.foot_lianxi dt i {
  color: #8c413c;
  font-size: 1.125rem
}

.foot_lianxi dd span {
  margin-bottom: 0;
  display: block;
  font-size: .875rem;
  color: #757475;
  font-weight: bold;
}

.foot_lianxi dd p {
  font-size: 1rem;
  color: #757575;
  line-height: 1.5
}

.foot_lianxi dd p b {
  font-size: 1.5rem;
  color: #757475;
  font-family: Roboto-Black
}

.foot_ewm {
  margin-top: 0
}

.foot_ewm ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_ewm ul li {
  margin-left: 2rem;
}

.foot_ewm ul li .pic {
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  width: 7.625rem;
  height: 7.625rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.foot_ewm ul li p {
  text-align: center;
  font-size: .875rem;
  color: #757475;
  margin-top: 11px
}

.foot_share {
  display: flex;
  justify-content: flex-end;
  gap: 1rem
}

.foot_share a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: .5s;
  background: #757475;
  display: flex;
  align-items: center;
  justify-content: center
}

.foot_share a i {
  color: #fff;
  font-size: 1.25rem
}

.foot_share a:hover {
  background: #ab0703
}

.copyright {
  text-align: center;
  font-size: .875rem;
  line-height: 2;
  color: rgba(51, 51, 51, .6);
  /* margin-top: 1.125rem */
}

.copyright a:hover {
  color: #8c413c;
}

.foot_zizhi {
  margin-top: 3rem
}

.foot_zizhi ul {
  display: flex;
  justify-content: flex-end;
  gap: 1.875rem
}

.foot_zizhi ul li {
  width: 60px
}

.foot_zizhi ul li .img:after {
  padding-top: 65%
}

.foot_zizhi ul li p {
  font-size: .875rem;
  line-height: 1.5rem;
  color: rgba(51, 51, 51, 0.7);
  text-align: center
}

.s_links {
  padding: 0.5rem 0;
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
}

.s_links .m {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.s_links .tt {
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.875rem;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 1.5rem
}

.s_links .con {
  font-size: .875rem;
  color: rgba(31, 31, 31, 0.8);
  display: flex;
  flex-wrap: wrap;
  line-height: 1.875rem;
  gap: 0rem 2.375rem
}

.s_links .con a:hover {
  color: #ab0703
}

.foot_ewm_btn {
  position: relative;
}


.vwrap {
  display: none;
  z-index: 1040000;
  width: 100%;
  position: fixed;
}

.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}

.vwrap .videobox {
  z-index: 1200;
  width: 1000px;
  height: 560px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -280px;
  margin-left: -500px;
  object-fit: cover;
}

.vwrap .videobox #videobox {
  width: 100%;
  display: inline-block;
  height: 100%;
  background: #000;
}

#videobox_wrapper {
  height: 100% !important;
}

.vwrap .close {
  z-index: 999;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -42px;
}

.vwrap .close i {
  display: block;
  width: 31px;
  height: 31px;
  /* background: url(../images/close_i1.png) no-repeat 50% 50%; */
  -webkit-transition: 400ms;
  transition: 400ms;
}

.vwrap .close:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
  background: none no-repeat !important;
}

.jwplayer .jwicon {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.jwplayer .jwicon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
  display: none !important;
}

.jwdisplayIcon {
  background: none no-repeat !important;
}

@media(max-width: 992px) {
  .vwrap .videobox {
    width: 94%;
    height: 40vh;
    left: 3%;
    margin-left: 0;
    margin-top: -122px;
  }

  .vwrap .close {
    right: 0;
    top: -35px;
  }

  .vwrap .videobox video {}
}

.ar_wap {
  display: none;
}


.tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  overflow: auto;
}

.tc[name=tc_search] {
  opacity: 1;
}

.tc.act {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.tc-box {
  box-sizing: border-box;
  z-index: 999;
  display: block;
  position: relative;
}

.tc_close {
  position: absolute;
  cursor: pointer;
  color: #e13a39;
  font-size: 30px;
  right: 30px;
  top: 30px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
}

.tc.act .tc_bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: .5s;
}

.tc1 .tc {
  pointer-events: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.tc1 .tc.act {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

.tc1 .tc-box {
  position: absolute;
  background: #309dd5;
  overflow: hidden;
  top: 50%;
  z-index: 9999;
  width: 11rem;
  left: 50%;
  margin-left: -5.5rem;
  margin-top: -5.5rem;
}

.tc1 .tc.act .tc-box {
  transform: scale(1);
}

.tc1 .tc.act {
  display: block;
}

.tc1 .close {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  right: 30px;
  top: 30px;
}

.tc1 .tc-box h3 img {
  width: 10rem;
  height: 10rem;
  margin: .5rem;
}

.tc1 .tc-box h5 {
  width: 11rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #fff;
  text-align: center
}

.tc .j_tab {
  table-layout: fixed;
}

.tc.act .tc-box {
  opacity: 1;
}

.tc_close {
  position: absolute;
  cursor: pointer;
  color: #e13a39;
  font-size: 30px;
  right: 15px;
  top: 15px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.tc.act .tc_bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: .5s;
}

.tc_shipin {
  width: 64rem;
  max-width: 90%;
  margin: 0 auto;
  background: none;
  position: relative;
}

.tc_shipin .video-js {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 60%;
}

.tc_shipin .tc_close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -2rem;
  right: -3rem;
  border-radius: 50%;
}

.tc_shipin .tc_close img {
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  margin-top: -.5rem;
  margin-left: -.5rem;
}

.tc_shipin .tc_close:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
}

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  margin-left: calc(-1.6rem - 5px);
  margin-top: calc(-1.6rem - 5px);
  background-color: rgba(0, 0, 0, 0) !important;
}

video {
  object-fit: fill;
}

.vjs-poster {
  background-size: cover !important;
}

#s_video {
  width: 100%;
  overflow: hidden;
}

#s_video .box {
  padding: 4.75rem;
  position: relative;
  overflow: hidden;
}

#s_video .box .img {
  max-width: 1104px;
  margin: 0 auto;
  margin-top: 5rem;
}

#s_video .txt {
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  height: 14.375rem;
}

.bg-cover {
  position: absolute;
  left: 0;
  top: 4rem;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  background-position: left center;
  -webkit-animation: play 50s linear infinite;
  animation: play 50s linear infinite;
}

@-webkit-keyframes play {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes play {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 100% 0;
  }

}

.online_q {
  position: fixed;
  right: 2rem;
  bottom: 10%;
  z-index: 9999;
  transition: .5s;
  -webkit-transition: .5s;
}

.online_q .close {
  position: absolute;
  right: -1rem;
  font-size: 1rem;
  color: #969797;
  opacity: 1;
  font-weight: normal;
}

.online_q .btn2 {
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

.online_q .btn-top {
  padding: 0;
  transition: .5s;
  overflow: hidden;
}

.online_q .btn-top span {}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
}

.online_q .btn2 span {
  display: block;
  float: left;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  background: #8c413c;
  border-radius: 50%;
  overflow: hidden;
}

.online_q .btn2:nth-child(2) span {
  background: #8c413c;
}

.online_q .btn2:nth-child(3) span {
  background: #8c413c;
}

.online_q .btn2:nth-child(4) span {
  background: #8c413c;
}

.online_q .btn2:nth-child(5) span {
  background: #35312e;
}

.online_q .btn2:hover span {}

.online_q .open.pic {
  position: absolute;
  background: #fff;
  width: 100px;
  height: 240px;
  right: 80px;
  top: 50%;
  margin-top: -120px;
  text-align: right;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden;
}

.online_q .open.pic img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
}

.online_q .open.pic h5 {
  font-size: 12px;
  color: #777;
  text-align: center;
  line-height: 25px;
}

.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 5rem;
  visibility: visible;
}

.online_q .open.phone {
  display: inline-block;
  height: 3.75rem;
  line-height: 3.75rem;
  z-index: 0;
  color: #fff;
  font-family: arial;
  font-size: 18px;
  transition: width 0s;
  -webkit-transition: width 0s;
  text-align: left;
  width: 150px;
}

.online_q .btn2:hover .open.phone {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 1;
  visibility: visible;
}

.btn-tel a {
  display: block;
  width: 3.75rem;
  white-space: nowrap;
  position: absolute;
  right: 0;
  transition: .5s;
  -webkit-transition: .5s;
  overflow: hidden;
}

.btn-tel:hover a {
  width: 200px;
}

.online_q .btn-02.btn-tel:hover span {
  /* background: url(../images/piaofu_tel.png) center no-repeat #fff; */
  border: 2px solid #037ccf;
}

.online_q .open.pic:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

.btn2.btn-tel a {
  z-index: 1;
}

.btn2.btn-tel a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8c413c;
  z-index: -1;
  border-radius: 2.5rem;
  transition: .5s;
}

#gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/


#n_banner {
  height: 35rem;
  /* margin-top: 5.625rem; */
  position: relative;
  z-index: 2;
}

#n_banner .lanmu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

#n_banner .lanmu h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.5;
}

#n_banner .lanmu p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);

}

/*内页导航*/
.n_nav_box {
  position: relative;
  min-height: 2.75rem;
  line-height: 4.75rem;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.n_nav_box .m {
  position: static;
}

.n_nav_box .n_nav:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #dadada;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: .5s;
  z-index: -1;
}

.n_nav {
  float: left;
}

.n_nav a {
  font-size: 1.2rem;
  color: #363636;
  display: inline-block;
  margin-right: 3rem;
  text-align: center;
  position: relative;
}

.n_nav a:before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background: #8c413c;
  position: absolute;
  bottom: 0px;
  transition: .5s;
}

.n_nav a:hover,
.n_nav a.on {
  color: #8c413c;
}

.n_nav a:hover:before {
  width: 100%;
}

.n_nav a.on:before {
  width: 100%;
}

.n_position {
  text-align: right;
  float: right;
  font-size: 12px;
  color: #adadad;
  /* background: url(../images/home_ico.svg) left center no-repeat; */
  background-size: 20px;
  padding-left: 1.5rem;
}

.n_position a {
  font-size: 12px;
  color: #adadad;
  position: relative;
  line-height: 4.75rem;
  transition: .2s;
}

.n_position i {
  font-size: 0;
  color: #7b7b7b;
  display: inline-block;
  margin: 0 12px;
  font-family: arial;
  border: 3px solid transparent;
  border-left: 4px solid #969696;
  position: relative;
  top: -5px;
}

.n_position em {
  font-size: 12px;
  color: #8c413c;
}

.n_position a:hover {
  color: #8c413c;
}

.ar_article {
  font-size: .875rem;
  color: #747474;
  line-height: 1.75rem;
  text-align: justify;
}

.ar_article p {
  font-size: .875rem;
  color: #747474;
  line-height: 1.75rem;
  padding-bottom: 1.75rem;
}

.ar_article strong {
  font-weight: bold;
}

.ar_article td,
.ar_article th {
  padding: 15px;
  border: 1px solid #c6c5c5;
  font-size: .875rem;
  width: 33%;
}

.ar_article td p,
.ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit;
}

.ar_article img {
  max-width: 100%;
}

.ar_article a {
  color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6 {
  font-weight: bold;
}

.ar_article ul li,
.ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 2rem;
}

.ar_article ul li p,
.ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
  margin-bottom: 15px;
}


.slick_arrow_right2 .draw_h {
  width: 55px;
  height: 55px;
  line-height: 53px;
}

.slick_arrow_right2 .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  transform: translate(0, 0);
  background-size: .9rem !important;
  display: block;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  width: 55px;
  height: 55px;
  line-height: 53px;
}

.slick_arrow_right2 .slick-prev2 {
  left: -8rem;
}

.slick_arrow_right2 .slick-next2 {
  right: -8rem;
}

.slick_arrow_right2 .arrow {
  width: .5rem;
  vertical-align: middle;
  display: inline-block;
}

.slick_arrow_right2 .slick-arrow:hover .arrow path {
  stroke: #8c413c;
}

.slick_arrow_right2 .draw_h:before {
  border: 1px solid #cacaca;
}

.slick_arrow_right2 .draw_h:hover svg.drawcircle circle {
  stroke: #8c413c;
  stroke-width: 1;
}

.s_tt {
  text-align: center;
  margin-bottom: 3rem
}

.s_tt span {
  font-size: 1.625rem;
  color: #8c413c;
  font-family: Impact, BarlowCondensed;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.s_tt h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3f3f3f
}


#n_zhengfu {
  margin-top: -4.75rem;
  padding-top: 4.75rem;
}

#n_zhengfu ul li {
  padding: .75rem;
}

#n_zhengfu ul li a {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#n_zhengfu ul li .pic {
  height: 8rem;
  line-height: 8rem;
}

#n_zhengfu ul li .pic img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}

#n_zhengfu ul li .txt {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .7s ease;
}

#n_zhengfu ul li .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(234, 91, 36, .85);
  z-index: -1;
}

#n_zhengfu ul li .txt p {
  font-size: 1rem;
  color: #fff;
}

#n_zhengfu ul li a:hover .txt {
  top: 0;
}

/* #n_zhengfu2 {
  background: url(../images/n_zhengfu2_bg.jpg) center bottom no-repeat;
} */

#n_zhengfu2 ul {
  margin: 0 -.9375rem;
  margin-top: -2rem;
  overflow: hidden;
}

#n_zhengfu2 ul li {
  width: 33.3333%;
  float: left;
  padding: 0 .9375rem;
  margin-top: 2rem;
  text-align: center;
  cursor: pointer;
}

#n_zhengfu2 ul li .img {}

#n_zhengfu2 ul li .img img {}

#n_zhengfu2 ul li h5 {
  font-size: 1.125rem;
  color: #3a3a3a;
  line-height: 1.75rem;
  padding-top: 1rem;
}

#n_zhengfu2 ul li svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  transition: .3s;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

#n_zhengfu2 ul li:hover svg {
  opacity: .7;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

/*翻页*/
.page {
  text-align: center;
  padding-top: 3rem;
  font-size: 0;
}

.page a {
  padding: 0 18px;
  min-width: 35px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #dccfcc;
  margin: 0 4px;
  color: #66635f;
  font-size: .875rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.page .on {
  background: #8c413c;
  border: 1px solid #8c413c;
  color: #fff;
}

.page a:hover {
  background: #8c413c;
  border: 1px solid #8c413c;
  color: #fff;
}


#n_zhengfu2 ul li .img {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 70.25%;
  overflow: hidden;
}

#n_zhengfu2 ul li .img img {
  width: 100%;
  height: calc(100vh-7.025rem);
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  transition: 1s;
  display: block;
}



#n_zhengfu2 ul li .img .red-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  -webkit-transition: 300ms;
}

#n_zhengfu2 ul li .img .red-bg {
  background: rgba(194, 175, 135, 0.8);
}

#n_zhengfu2 ul li .img .line {
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  -webkit-transition: 400ms;
}

#n_zhengfu2 ul li .img .line_1 {
  width: 52px;
  height: 1px;
  margin: -1px 0px 0px -26px;
  transform: translateX(-55px);
  -webkit-transform: translateX(-55px);
}

#n_zhengfu2 ul li .img .line_2 {
  width: 1px;
  height: 52px;
  margin: -26px 0px 0px -1px;
  transform: translateY(55px);
  -webkit-transform: translateY(55px);
}

#n_zhengfu2 ul li:hover .img .red-bg {
  opacity: 1;
  visibility: visible;
}

#n_zhengfu2 ul li:hover .img .line {
  transform: translate(0);
  -webkit-transform: translate(0);
  opacity: 1;
  visibility: visible;
}

#n_zhengfu2 ul li:hover .img img {
  transform: scale(1.05);
}

/* #n_pro {
  background: url(../images/n_pro_bg.jpg) center no-repeat;
  background-size: cover;
} */

#n_pro ul {
  overflow: hidden;
  margin: -.625rem;
}

#n_pro ul li {
  width: 33.333%;
  float: left;
  padding: .625rem;
}

#n_pro ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

#n_pro ul li .img {}

#n_pro ul li .img img {
  transition: 1s;
}

#n_pro ul li a:hover .img img {
  transform: scale(1.1) rotate(.1deg);
}

#n_pro ul li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateY(100%);
  transition: 0.6s
}

#n_pro ul li .txt .j_tab {}

#n_pro ul li .txt p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
}

#n_pro ul li a .txt {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.3)
}


/* #n_shitang {
  background: url(../images/n_pro_bg.jpg) center no-repeat;
  background-size: cover;
} */

#n_shitang .s_tt {
  text-align: left;
  margin-bottom: 1.125rem;
}

#n_shitang .con {
  font-size: .9375rem;
  line-height: 2rem;
  color: #6b6d6e;
  margin-bottom: 2.5rem;
}

#n_shitang ul {
  margin: 0 -5px;
}

#n_shitang ul li {
  padding: 0 5px;
}

#n_shitang .slick_arrow_right2 .arrow {
  width: .5rem;
}


#n_zizhi {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat #fff; */
}

#n_zizhi ul {
  position: relative;
  margin-top: -2.5rem;
}

#n_zizhi ul li {
  padding: 0 1rem;
  width: 33.333%;
  float: left;
  margin-top: 2.5rem;
}

#n_zizhi ul li .pic {
  /* background: url(../images/zizhi_li.jpg) center bottom no-repeat; */
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  height: 22.5rem;
  overflow: hidden;
}

#n_zizhi ul li .pic .j_tab {
  table-layout: fixed;
}

#n_zizhi ul li .pic img {
  display: inline-block;
  max-width: 70%;
  max-height: 16rem;
}

#n_zizhi ul li h5 {
  text-align: left;
  font-size: 1rem;
  color: #404040;
  line-height: 2;
  margin-top: .5rem;
}

#n_zizhi ul li i {
  display: block;
  width: 15px;
  height: 2px;
  background: #575757;
  margin-top: .5rem;
}

#n_news {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  /* background: url(../images/bg1.jpg) no-repeat center top; */
  background-size: cover;
}

#n_news ul {
  margin: 0 -1.125rem;
  margin-top: -2.5rem;
}

#n_news ul li {
  width: 33.3333%;
  float: left;
  padding: 0 1.125rem;
  margin-top: 2.5rem;
}

#n_news ul li a {
  display: block;
}

#n_news ul li .img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

#n_news ul li .img img {
  display: block;
  transition: 1s;
  width: 100%;
  height: calc(100vh-56.25rem);
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

#n_news ul li a:hover .img img {
  transform: scale(1.1) rotate(.1deg);
}

#n_news ul li .time {
  position: absolute;
  z-index: 9;
  width: 8.125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  text-align: center;
  background: #fdfbef;
  left: 1.875rem;
  top: 1.875rem;
  font-size: .875rem;
  color: #575757;
  font-family: Roboto;
}

#n_news ul li .time:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  /* background: url(../images/time.png) center no-repeat; */
  vertical-align: middle;
  margin-right: .5rem;
  position: relative;
  top: -1px;
  background-size: contain;
}

#n_news ul li .txt {
  background: #fff;
  padding: 1.5rem;
  position: relative;
}

#n_news ul li .txt h5 {
  font-size: 1.1875rem;
  color: #3b3c3c;
  font-weight: bold;
  margin-bottom: .75rem;
}

#n_news ul li .txt p {
  font-size: .8125rem;
  line-height: 1.375rem;
  color: #8d8d8d;
  height: 2.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

#n_news ul li .txt span {
  font-size: .8125rem;
  color: #000000;
  font-family: Roboto;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .375rem;
  text-decoration: underline;
}

#n_news ul li .txt:before {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  background: #c9aa82;
  position: absolute;
  bottom: 0px;
  right: 0;
  transition: .5s;
}

#n_news ul li .txt .dm_address {
  background: url(../images/dm_add.png) no-repeat left center;
  line-height: 2rem;
  padding-left: 1.8rem;
  background-size: 1.5rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#n_news ul li .txt .dm_time {
  background: url(../images/dm_time.png) no-repeat left center;
  line-height: 2rem;
  padding-left: 1.8rem;
  background-size: 1.5rem;
  color: #666;
}

#n_news ul li .txt .dm_phone {
  background: url(../images/dm_phone.png) no-repeat left center;
  line-height: 2rem;
  padding-left: 1.8rem;
  background-size: 1.5rem;
  color: #666;
}

#n_news ul li a:hover .txt:before {
  width: 100%;
  left: 0;
  right: auto;
}

#n_neikan {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat #fff; */
}

#n_neikan ul {
  margin: 0 -1.625rem;
  margin-top: -2rem;
}

#n_neikan ul li {
  width: 25%;
  float: left;
  padding: 0 1.625rem;
  margin-top: 2rem;
}

#n_neikan ul li a {
  display: block;
}

#n_neikan ul li .img {
  position: relative;
  border: 1px solid #d2cfcd;
  padding: 9px;
}

#n_neikan ul li .img div {
  overflow: hidden;
}

#n_neikan ul li .img img {
  display: block;
  transition: 1s;
  height: 341px;
  object-fit: cover;
}

#n_neikan ul li a:hover .img img {
  transform: scale(1.05) rotate(.1deg);
}

#n_neikan ul li .txt {
  overflow: hidden;
  padding: .75rem .5rem 0;
  position: relative;
}

#n_neikan ul li .txt p {
  font-size: 1.0625rem;
  color: #4e4e4e;
  float: left;
  line-height: 2rem;
}

#n_neikan ul li .txt span {
  font-size: .8125rem;
  color: #777777;
  float: right;
  line-height: 2rem;
}


#n_yewu {
  width: 100%;
  overflow: hidden;
  /* background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat #fff; */
}

#n_yewu ul {
  margin-top: -10px;
}

#n_yewu ul li {
  overflow: hidden;
  margin-top: 10px;
}

#n_yewu ul li .img {
  width: 66.25%;
}

#n_yewu ul li .img img {
  transition: 1s;
}

#n_yewu ul li:hover .img img {
  transform: scale(1.02) rotate(.1deg);
}

#n_yewu ul li .txt {
  width: 32.8%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 0 2.625rem;
  background: #ece2df;
  z-index: 1;
}

#n_yewu ul li .txt .j_tab {
  table-layout: fixed;
}

#n_yewu ul li .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #8c413c;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .7s;
  z-index: -1;
}

#n_yewu ul li .txt font {
  display: block;
  margin-bottom: 1.25rem;
}

#n_yewu ul li .txt font img {}

#n_yewu ul li .txt .img02 {
  display: none;
}

#n_yewu ul li .txt h5 {
  font-size: 1.375rem;
  color: #3d3d3d;
  margin-bottom: 1.125rem;
  transition: .7s;
  font-weight: bold;
}

#n_yewu ul li .txt p {
  font-size: .875rem;
  color: #797675;
  line-height: 1.625rem;
  height: 4.875rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  transition: .7s;
}

#n_yewu ul li .txt .btn_space {
  font-size: .875rem;
  color: #797675;
  font-family: arial;
  display: block;
  transition: .7s;
}

#n_yewu ul li:hover .txt:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

#n_yewu ul li:hover .txt .img01 {
  display: none;
}

#n_yewu ul li:hover .txt .img02 {
  display: block;
}

#n_yewu ul li:hover .txt h5 {
  color: #fff;
}

#n_yewu ul li:hover .txt p {
  color: #fff;
}

#n_yewu ul li:hover .txt .btn_space {
  color: #fff;
}

#n_yewu ul li:nth-child(odd) .img {
  float: right;
}

#n_yewu ul li:nth-child(odd) .txt {
  left: 0;
  right: auto;
}

/*新闻详情*/
#n_news_xq {
  width: 100%;
  overflow: hidden;
  /* background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat #fff; */
}

#n_news_xq .left_con {
  width: calc(100% - 267px);
  float: left;
}

#n_news_xq .right_con {
  width: 267px;
  float: right;
  padding-left: 2.5rem;
}

#n_news_xq .ar_con,
.ar_title {
  padding-right: 2.5rem;
}

.news_xq_con {
  position: relative;
}

.news_xq_con:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e2e2e2;
  position: absolute;
  top: 0;
  right: 267px;
}

.ar_title {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem;
}

.ar_title h3 {
  font-size: 1.625rem;
  color: #393939;
  font-weight: bold;
  margin-bottom: 1.125rem;
  line-height: 1.5;
}

.ar_title span {
  font-size: .875rem;
  color: #515151;
  display: inline-block;
  line-height: 1rem;
  margin-right: 2rem;
}

.ar_title .time:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  /* background: url(../images/time.png) center no-repeat; */
  background-size: 1rem;
  vertical-align: middle;
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

.ar_title .share_btn:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  /* background: url(../images/share.png) center no-repeat; */
  vertical-align: middle;
  margin-right: .5rem;
  position: relative;
  top: -1px;
  background-size: 1rem;
}

.news_tuijian {
  width: 100%;
  overflow: hidden;
}

.news_tuijian .tt {
  font-size: 1.375rem;
  color: #4e4e4e;
  margin-bottom: 1.5rem;
}

.news_tuijian ul {}

.news_tuijian ul li {
  overflow: hidden;
  margin-bottom: 2rem;
}

.news_tuijian ul li .img {}

.news_tuijian ul li .img img {
  transition: 1s;
}

.news_tuijian ul li:hover .img img {
  transform: scale(1.08) rotate(.1deg);
}

.news_tuijian ul li .txt {
  padding-top: 1rem;
}

.news_tuijian ul li .txt h5 {
  font-size: 1rem;
  color: #3b3c3c;
  margin-bottom: .75rem;
}

.news_tuijian ul li .txt p {
  font-size: .75rem;
  line-height: 1.125rem;
  color: #8d8d8d;
  height: 2.25rem;
  overflow: hidden;
  margin-bottom: .875rem;
}

.news_tuijian ul li .txt span {
  font-size: .75rem;
  color: #000000;
  font-family: Roboto;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}

/*==============分享插件=====================*/
.shart_box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

#j_shart_s_240 {
  position: relative;
  white-space: nowrap;
}

#j_shart_s_240 .fx {
  position: relative;
  top: 2px;
  cursor: pointer;
}

#j_shart_s_240 a {
  width: 25px !important;
  height: 25px !important;
  opacity: 0;
  background: #666;
  transform: translateY(50%);
  background: rgba(0, 0, 0, .3);
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}

#j_shart_s_240 a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: auto 25px !important;
}

#j_shart_s_240 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #555;
  background: rgba(0, 0, 0, .3);
  transition: .5s;
  transform: scale(0);
  z-index: 1;
}

#j_shart_s_240 a:hover:after {
  transform: scale(1);
}

/* #j_shart_s_240 a.bds_weixin:before {
  background: url(../images/share_weixin.png) center no-repeat;
  background-size: auto 13px !important;
}

#j_shart_s_240 a.bds_sqq:before {
  background: url(../images/share_qq.png) center no-repeat;
  background-size: auto 11px !important;
}

#j_shart_s_240 a.bds_qzone:before {
  background: url(../images/share_qzone.png) center no-repeat;
  background-size: auto 13px !important;
}

#j_shart_s_240 a.bds_tsina:before {
  background: url(../images/share_sina.png) center no-repeat;
  background-size: auto 13px !important;
} */

#j_shart_s_240 a.bds_count:hover {
  font-size: 12px;
}

#j_shart_s_240 a:nth-child(1) {
  transition: .6s .1s;
}

#j_shart_s_240 a:nth-child(2) {
  transition: .6s .2s;
}

#j_shart_s_240 a:nth-child(3) {
  transition: .6s .3s;
}

#j_shart_s_240 a:nth-child(4) {
  transition: .6s .4s;
}

.share_btn:hover #j_shart_s_240 a {
  opacity: 1;
  transform: translateY(0);
}


#ar_fot {
  height: 4rem;
  display: table;
  width: 100%;
  margin-top: 20px;
  background: #e7d8d1;
  padding: 0 2rem;
}

#ar_fot a {
  font-size: 1rem;
  color: #4e4e4e;
}

#ar_fot ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

#ar_fot ul li {
  width: 33.333%;
  float: left;
}

#ar_fot li>a {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
}

.ar_fot_prev {
  text-align: left;
}

.ar_fot_list {
  text-align: center;
}

.ar_fot_next {
  text-align: right;
}

.arrow_left {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 10px;
  margin-right: .5rem;
  transition: .3s;
}

.arrow_left:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  transition: .3s;
}

.arrow_left:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  transition: .3s;
}

.arrow_left i {
  display: block;
  width: 0;
  height: 1px;
  background: #8c413c;
  display: block;
  top: 3px;
  left: 2px;
  position: absolute;
  transition: .3s;
}

.ar_fot_prev a:hover .arrow_left {
  margin-right: 1rem;
}

.ar_fot_prev a:hover .arrow_left i {
  width: 18px;
}

.ar_fot_prev a:hover .arrow_left:before,
.ar_fot_prev a:hover .arrow_left:after {
  background: #8c413c !important;
}

/* .ar_fot_list font {
  position: relative;
  top: 5px;
  margin-right: 15px;
  width: 15px;
  height: 20px;
  display: inline-block;
  background: url(../images/CombinedShape.png) center no-repeat;
  transition: .2s;
  background-size: contain;
}

.ar_fot_list a:hover font {
  background: url(../images/CombinedShape_on.png) center no-repeat;
  background-size: contain;
} */

.arrow_right {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 10px;
  margin-left: .5rem;
  transition: .3s;
}

.arrow_right:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
}

.arrow_right:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  right: 0;
  transition: .3s;
}

.arrow_right i {
  display: block;
  width: 0;
  height: 1px;
  background: #8c413c;
  display: block;
  top: 3px;
  right: 3px;
  left: auto;
  position: absolute;
  transition: .3s;
}

.ar_fot_next a:hover .arrow_right {
  margin-left: 1rem;
}

.ar_fot_next a:hover .arrow_right i {
  width: 18px;
}

.ar_fot_next a:hover .arrow_right:before,
.ar_fot_next a:hover .arrow_right:after {
  background: #8c413c !important;
}

#ar_fot a:hover span {
  color: #8c413c;
}

.golist {
  text-align: center;
  position: relative;
  line-height: 4rem;
}

.golist a {
  display: inline-block;
  height: 22px;
  line-height: normal;
  vertical-align: middle;
}

.golist a dl {
  font-size: 0;
  width: 22px;
  display: inline-block;
  margin: 0;
}

.golist a dl dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 1px;
}

.golist a dl dd span {
  display: block;
  width: 5px;
  height: 5px;
  position: relative
}

.golist a dl dd span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: #ababab;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.golist a:hover dl dd:nth-child(2) span:before {
  top: 0;
}

.golist a:hover dl dd:nth-child(1) span:before {
  left: 7px;
}

.golist a:hover dl dd:nth-child(3) span:before {
  top: 7px;
}

.golist a:hover dl dd:nth-child(4) span:before {
  left: 0;
}

.golist a:hover dl dd:nth-child(6) span:before {
  left: 0;
}

.golist a:hover dl dd:nth-child(7) span:before {
  top: -7px;
}

.golist a:hover dl dd:nth-child(9) span:before {
  left: -7px;
}

.golist a:hover dl dd span:before {
  background: #8c413c;
}


/*弹窗内容样式*/
.tc_team {
  /* background: #fefcfb url(../images/tc_team_bg.jpg) center bottom no-repeat; */
  border-radius: .5rem;
  display: block;
  position: relative;
  z-index: 1;
}

.tc.act .tc_team {}

.tc_team {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 5.625rem 4.375rem;
  box-sizing: border-box;
}

.tc_team .img2 {
  float: left;
  width: 20.125rem;
  border: 1px solid #eee;
}

.tc_team .img2 img {
  width: 100%;
  height: 100%;
}

.tc_team .txt2 {
  float: right;
  width: calc(100% - 22.5rem);
  overflow-y: auto;
  padding-top: 1.75rem;
}

.tc_team .txt2 .tt {
  margin-bottom: 2.25rem;
}

.tc_team .txt2 .tt h3 {
  font-size: 1.375rem;
  color: #3d3d3d;
  margin-bottom: .5rem;
}

.tc_team .txt2 .tt span {
  font-size: .9375rem;
  color: #8c413c;
  font-weight: normal;
}

.tc_team .txt2 .cont {
  padding-right: 10px;
  overflow-y: auto;
  font-size: .9375rem;
  color: #737373;
  line-height: 1.875rem;
  max-height: 11.25rem;
  overflow: hidden;
}

.tc_team .txt2 .cont .dot {
  color: #15499a;
}

.tc_team .tc_close {
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
}


#n_team {}

#n_team ul {
  margin: 0 -2rem;
  margin-top: -1.875rem;
}

#n_team ul li {
  width: 25%;
  float: left;
  margin-top: 1.875rem;
}

#n_team ul li a {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 15rem;
  margin: 0 auto;
  transform: rotate(0deg);
  position: relative;
  z-index: 1;
}

#n_team ul li .img {
  border-radius: 50%;
}

#n_team ul li .img img {}

#n_team ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  opacity: 0;
  transition: .5s;
}

#n_team ul li .txt h5 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: .625rem;
  transition: .5s;
  margin-top: 80px;
}

#n_team ul li .txt p {
  font-size: .8125rem;
  color: #dadada;
}

#n_team ul li a:hover .txt {
  opacity: 1;
}

#n_team ul li a:hover .txt h5 {
  margin-top: 0;
}


#n_linian {}

#n_linian ul {
  width: 50%;
  float: left;
}

#n_linian ul li {
  position: relative;
  overflow: hidden;
}

#n_linian ul li .img {}

#n_linian ul li .img img {
  transition: 1s;
}

#n_linian ul li:hover .img img {
  transform: scale(1.05) rotate(.1deg);
}

#n_linian ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4.375rem;
  color: #fff;
}

#n_linian ul li .txt h5 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
}

#n_linian ul li .txt span {
  font-size: 1.375rem;
  color: #fff;
  display: block;
  margin-bottom: 2.25rem;
}

#n_linian ul li .txt p {
  font-size: .875rem;
  line-height: 1.75rem;
  color: rgba(255, 255, 255, .7);
}

#n_linian ul li.li_1 .txt h5 {
  color: #8c413c;
}

#n_linian ul li.li_1 .txt span {
  color: #474747;
}

#n_linian ul li.li_1 .txt p {
  color: #757575;
}

#n_fengcai {
  background: url(../images/n_fengcai_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
}

#certify {
  position: relative;
  width: 90%;
  margin: 0 auto
}

#certify .swiper-container {}

#certify .swiper-slide {
  width: 48.5rem;
}

#certify .swiper-slide img {
  display: block;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}


}

#certify .swiper-button-next,
#certify .swiper-button-prev {
  margin-top: -1.78125rem;
}

#certify .swiper-button-prev {
  left: -5rem;
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../images/left01.png) no-repeat;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -5rem;
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../images/right01.png) no-repeat;
  background-size: 100%;
}


#n_join {
  overflow: visible;
}

#n_join .hd {
  padding-left: 2rem;
  overflow: hidden;
  line-height: 4.375rem;
  background: #8c413c;
  color: #fff;
}

#n_join .hd span {}

#n_join .span01 {
  width: 20%;
  float: left;
}

#n_join .span02 {
  width: 20%;
  float: left;
}

#n_join .span03 {
  width: 20%;
  float: left;
}

#n_join .span04 {
  width: 20%;
  float: left;
}

#n_join .span05 {
  max-width: 20%;
  width: 150px;
  float: right;
  display: block;
  height: 100%;
  text-align: center;
}

#n_join #list_slide {
  position: relative;
  margin-bottom: 3rem;
}

#n_join #list_slide dl {
  background: #fff;
  border: 1px solid #dee0e2;
  position: relative;
  margin-bottom: 10px;
}

#n_join #list_slide dt {
  position: relative;
  cursor: pointer;
  height: 4.25rem;
  line-height: 4.25rem;
  transition: .5s;
  padding-left: 2rem;
  overflow: hidden;
  font-size: .9375rem;
  color: #676767;
}

/* #n_join #list_slide dt span.span05 {
  background: url(../images/ico_s.png) center no-repeat;
  background-size: 2rem !important;
} */

#n_join #list_slide dd {
  display: none;
  padding: 1rem 2rem;
  border-top: 1px solid #dee0e2;
  font-size: .875rem;
  color: #868686;
  line-height: 1.75rem;
}

#n_join #list_slide dd p {
  margin-bottom: 0;
}

#n_join #list_slide dd p:last-child {
  padding-bottom: 0;
}

#n_join #list_slide dd .ar_article {
  font-size: .875rem;
  color: #868686;
  line-height: 1.75rem;
}

#n_join #list_slide dd .ar_article p {
  font-size: .875rem;
  color: #868686;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

/* #n_join #list_slide dt.on span.span05 {
  background: url(../images/ico_s_on.png) center no-repeat;
} */


#n_renwu {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* background: url(../images/n_renwu_bg.jpg) center bottom no-repeat #f8f8f8; */
}

#n_renwu .hd {
  width: 41.666%;
  float: left;
  position: relative;
  left: 1.25rem;
}

#n_renwu .bd {
  width: 49.666%;
  float: right;
}

#n_renwu .hd:before {
  content: "";
  display: block;
  position: absolute;
  left: -.625rem;
  bottom: -.625rem;
  width: 100%;
  height: 100%;
  background: rgba(46, 46, 46, .2);
}

#n_renwu .hd:after {
  content: "";
  display: block;
  position: absolute;
  left: -1.25rem;
  bottom: -1.25rem;
  width: 100%;
  height: 100%;
  background: rgba(46, 46, 46, .2);
}

#n_renwu .slick-prev,
#n_renwu .slick-next {
  z-index: 99;
}

#n_renwu .slick-prev:before,
#n_renwu .slick-next:before {
  font-size: 1.875rem;
}

#n_renwu .slick-prev {
  left: 2rem;
}

#n_renwu .slick-next {
  right: 2rem;
}

#n_renwu .txt {
  padding-top: 4rem;
}

#n_renwu .tt {
  margin-bottom: 2.5rem;
}

#n_renwu .tt h3 {
  font-size: 1.375rem;
  margin-bottom: .625rem;
}

#n_renwu .tt span {
  font-size: .9375rem;
  color: #8c413c;
}

#n_renwu .con {
  font-size: .9375rem;
  line-height: 1.875rem;
  color: #737373;
}

#n_renwu .con p span {
  color: #8c413c;
}

/*

#n_zizhi{ position:relative; width:100%; overflow:hidden;background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat #fff; }
#n_zizhi ul{ position:relative; margin-top: -2.5rem;}
#n_zizhi ul li{ padding:0 1rem; width: 33.333%; float: left; margin-top: 2.5rem;}
#n_zizhi ul li .pic{background:url(../images/zizhi_li.jpg) center bottom no-repeat; background-size: cover; width:100%;text-align:center;padding:1.5rem 0;height: 22.5rem;overflow:hidden;}
#n_zizhi ul li .pic .j_tab{table-layout: fixed;}
#n_zizhi ul li .pic img{ display:inline-block; max-width:90%; max-height:18rem;}
#n_zizhi ul li h5{ text-align:left; font-size:1rem; color:#404040; line-height:2; margin-top:.5rem;}
#n_zizhi ul li i{ display:block; width:15px; height:2px; background:#575757; margin-top:.5rem;}

*/

/* #n_zizhi2 {
  width: 100%;
  overflow: hidden;
  background: url(../images/n_zizhi2_bg.jpg) center bottom no-repeat #fff;
}

#n_zizhi2 .bn {
  height: 21.875rem;
  background: url(../images/n_zizhi_tt.jpg) center no-repeat;
  text-align: center;
  color: #fff;
  margin-bottom: 3.75rem;
} */

#n_zizhi2 .bn span {
  font-family: impact, BarlowCondensed;
  font-size: 2.125rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: .625rem;
}

#n_zizhi2 .bn h3 {
  color: #fff;
}

#n_zizhi2 ul {
  position: relative;
  margin-top: -2.5rem;
}

#n_zizhi2 ul li {
  padding: 0 1rem;
  width: 33.333%;
  float: left;
  margin-top: 2.5rem;
}

#n_zizhi2 ul li .pic {
  /* background: url(../images/zizhi_li.jpg) center bottom no-repeat; */
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  height: 22.5rem;
  overflow: hidden;
}

#n_zizhi2 ul li .pic .j_tab {
  table-layout: fixed;
}

#n_zizhi2 ul li .pic img {
  display: inline-block;
  max-width: 70%;
  max-height: 18rem;
}

#n_zizhi2 ul li h5 {
  text-align: left;
  font-size: 1rem;
  color: #404040;
  line-height: 2;
  margin-top: .5rem;
}

#n_zizhi2 ul li i {
  display: block;
  width: 15px;
  height: 2px;
  background: #575757;
  margin-top: .5rem;
}

#n_zizhi2 .slick_arrow_right2 .slick-arrow {
  width: 4rem;
  height: 4rem;
  line-height: 3.875rem;
}

#n_zizhi2 .slick_arrow_right2 .draw_h:before {
  border: 2px solid #cacaca;
}

#n_zizhi2 .slick_arrow_right2 .draw_h:hover svg.drawcircle circle {
  stroke-width: 2;
}

#n_zizhi2 .slick_arrow_right2 .draw_h svg.arrow path {
  stroke: #686868;
  stroke-width: 9;
}

#n_zizhi2 .slick_arrow_right2 .draw_h:hover svg.arrow path {
  stroke: #8c413c;
}

#pinpai_xq {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg1.jpg) center bottom no-repeat;
  background-size: cover;
}

#pinpai_xq .tt {
  float: left;
  width: 26%;
  mix-blend-mode: multiply;
}

#pinpai_xq .txt {

  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#pinpai_xq .txt .abt_pic {
  flex: 1;
  margin-right: 2rem;
}

#pinpai_xq .txt .con {
  flex: 1;
  font-size: 1.125rem;
}

#pinpai_xq .txt .con h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  color: #8c413c;
}

#pinpai_xq .txt ul {}

#pinpai_xq .txt ul li {
  font-size: 1rem;
  color: #5e5e5e;
  line-height: 2rem;
  margin-bottom: 1.125rem;
}

#pinpai_xq .txt ul li:before {
  content: "";
  display: inline-block;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  border: 1px solid #656565;
  vertical-align: middle;
  margin-right: .625rem;
}

#pinpai_xq .txt i {
  display: block;
  width: 3rem;
  height: 2px;
  background: #939393;
  margin: 2.25rem 0 2.5rem;
}

#pinpai_xq .con {
  font-size: 1rem;
  color: #333;
  line-height: 2;
}

#pinpai_xq .con p {
  margin-bottom: 0.5rem;
  /* text-indent: 2em; */
}

#pinpai_bn {
  height: 23.125rem;
  background: url(../images/container06_bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#pinpai_bn .tt {
  text-align: center;
}

#pinpai_bn .tt h3 {
  color: #fff;
  font-family: "microsoft yahei";
  font-size: 3rem;
  margin-bottom: 1.625rem;
  font-weight: bold;

}

#pinpai_bn .tt img {}


#logo_xq {
  width: 100%;
  overflow: hidden;
  background: #fff;

}

#logo_xq ul {
  margin: 0 -.75rem;
}

#logo_xq ul li {
  width: 20%;
  float: left;
  padding: .5rem;
}

#logo_xq ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}

#logo_xq ul li .img {}

#logo_xq ul li .img img {
  display: block;
  transition: 1s;
}

#logo_xq ul li:hover .img img {
  transform: scale(1.05) rotate(.1deg);
}

#logo_xq ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#logo_xq ul li .mask font {
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  /* border-radius: 50%; */
  /* background: #fff; */
  background: rgba(67, 43, 30, .6);
  font-family: "microsoft yahei";
  margin: 0 auto;
  font-size: 1.25rem;
  transition: .5s;
  transition-delay: .3s;
  color: #fff;
  bottom: 0;
  position: absolute;
}

#logo_xq ul li .txt {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/qywh_on.jpg) center no-repeat;
  padding: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: .7s;
}

#logo_xq ul li .txt font {
  display: block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}

#logo_xq ul li .txt h5 {
  font-family: "KaiTi";
  font-size: 1.75rem;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 2.25rem;
}

#logo_xq ul li .txt .con {
  font-size: 1rem;
  line-height: 1.75rem;
}


#pinpai_xq.wenhua {
  /* background: url(../images/wenhua_xq_bg.jpg) center bottom no-repeat #fdfbfb; */
  background-size: 100% auto;
  padding-bottom: 13rem;
}

#pinpai_xq.wenhua .txt {
  width: 61%;
}

#pinpai_xq.wenhua .txt .con {
  font-size: 1rem;
  color: #6a6a6a;
  line-height: 2rem;
}

.ar_tt {
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #353331;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.ar_tt:before {
  content: "";
  display: block;
  width: 3.625rem;
  height: 61px;
  background: url(../images/n_yinhao.png) center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -60px;
  top: -115px;
}

.ar_tt:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #f0d7c9;
  margin-top: 22px;
}


.n_wenhua .fl02 {
  /* background: url(../images/n_wenhua_bg.jpg) center no-repeat; */
  background-size: cover
}

.n_wenhua .fl02 ul {
  font-size: 0;
  text-align: center;
}

.n_wenhua .fl02 ul li {
  display: inline-block;
  width: 25%;
}

.n_wenhua .fl02 ul li a {
  display: block;
  height: 37.5rem;
  padding: 0 1.25rem;
  position: relative;
  cursor: pointer
}

.n_wenhua .fl02 ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #8c413c;
  transition: 0.9s;
  left: 50%;
  opacity: 0;
}

.n_wenhua .fl02 ul li a .box_table {
  position: relative
}

.n_wenhua .fl02 ul li a .icon {
  display: inline-block;
  width: 6.875rem;
  height: 6.875rem;
  line-height: 6.75rem;
  border: #fff 1px solid;
  border-radius: 50%;
  position: relative
}

.n_wenhua .fl02 ul li a .icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.6s;
  border-radius: 50%;
}

.n_wenhua .fl02 ul li a .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: scale(1);
  opacity: 0;
  transition: 0.6s;
  border-radius: 50%;
  z-index: 0
}

.n_wenhua .fl02 ul li a .icon img {
  position: relative;
  display: inline-block;
  z-index: 1
}

.n_wenhua .fl02 ul li a .icon img.img02 {
  display: none
}

.n_wenhua .fl02 ul li a h3 {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 3.125rem
}

.n_wenhua .fl02 ul li a h6 {
  margin: 2rem 0 2.75rem
}

.n_wenhua .fl02 ul li a p {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 26px;
  height: 0;
  overflow: hidden;
  transition: 0.9s
}

.box_table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%
}

.box_table_cell {
  display: table-cell;
  vertical-align: middle
}

#n_baoming input::-webkit-input-placeholder {
  color: #727272;
  text-transform: uppercase;
}

#n_baoming input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #727272;
}

#n_baoming input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #727272;
}

#n_baoming input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

/* WebKit browsers */
#n_baoming input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
#n_baoming input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
#n_baoming input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
#n_baoming input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
#n_baoming textarea::-webkit-input-placeholder {
  color: #727272;
}

#n_baoming textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #727272;
}

#n_baoming textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #727272;
}

#n_baoming textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

/* WebKit browsers */
#n_baoming textarea:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
#n_baoming textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
#n_baoming textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
#n_baoming textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
#n_baoming textarea::-webkit-scrollbar {
  width: 1px;
}

#n_baoming .j_form {
  width: 100%;
  margin: 0 -.8rem;
  margin-top: -1.1875rem;
  margin-bottom: 2rem;
}

#n_baoming .j_form .form-group {
  width:33.33%;
  overflow: hidden;
  margin-top: 1.1875rem;
  margin-bottom: 0;
  position: relative;
}

#n_baoming .j_form .form-group>input {
  height: 3.3125rem;
  width: 100%;
  padding: 0 1.8rem;
  font-size: .9375rem;
  color: #727272;
  background: none;
  background: #fff;
  border-radius: 30px;
}

#n_baoming .j_form .form-group textarea {
  background: #fff;
  width: 100%;
  float: right;
  height: 13.125rem;
  font-family: "微软雅黑";
  line-height: 26px;
  padding: 1rem 1.8rem;
  font-size: .9375rem;
  color: #727272;
  border-radius: 30px;
}

#n_baoming .j_form .form-group .yzm {
  position: absolute;
  right: 20px;
  top: 10px;
  max-height: 100%;
  height: 40px;
  background: none !important;
}

#n_baoming .j_form .form-group .yzm img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: multiply;
}

#n_baoming .j_form .btn_tijiao {
  display: block;
  border-radius: 3px;
  width: 20%;
  height: 3.3125rem;
  font-size: 1rem;
  text-align: center;
  background: #e2c7af;
  color: #8c413c;
  border: 0;
  outline: none;
  clear: both;
  transition: .5s;
  cursor: pointer;

  border-radius: 30px;
  margin: 0 auto;
  margin-top: 2rem;
}

#n_baoming .j_form .btn_tijiao:hover {
  background: #c8aa82;
}

#n_baoming .j_form .form-group select {
  width: 100%;
  height: 4rem;
  border: 0;
  -webkit-appearance: none;
  background-position: 510px center;
}

#n_baoming .j_form .form-group select option {
  padding-top: 10px;
  padding-bottom: 10px;
}

#n_baoming .j_form .span {
  display: block;
  width: 149px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e5ea;
  line-height: 60px;
  font-size: 14px;
  color: #373737;
  text-align: center;
}

#n_baoming {
  background: url(../images/mes_bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#n_baoming .form-group {
  width: 33.33333%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .8rem;
}

#n_baoming .select-wrapper {
  width: 100% !important;
  height: 4rem !important;
  line-height: 4rem;
  border: 0;
  background: #fff;
}

#n_baoming .select-list {
  width: 100% !important;
  top: 4rem !important;
}

#n_baoming .select-button {
  height: 4rem !important;
  font-size: .875rem;
  width: 100% !important;
  line-height: 4rem;
  padding: 0 1.8rem;
  color: #9e9e9e;
}

#n_baoming .select-list ul li {
  padding: 0 1.8rem;
  font-size: .875rem;
  color: #9e9e9e;
}

#n_baoming .select-down {
  /* background: url(../images/down_gray.svg) center no-repeat !important; */
  background-size: 1rem !important;
  width: 1rem;
  height: 100%;
  right: 2rem;
  top: 0 !important;
}

#n_baoming .select-list ul li.selected,
#n_baoming .select-list ul li:hover {
  color: #fff;
}

.titile001.white h4 {
  color: #fff;
}

#n_lianxi {}

#n_lianxi .txt {
  float: left;
}

#n_lianxi .tt {
  margin-bottom: 1.75rem;
}

#n_lianxi .tt h3 {
  font-size: 1.5rem;
  color: #565656;
  margin-bottom: .625rem;
}

#n_lianxi .tt span {
  font-size: 1.125rem;
  color: #8c413c;
  text-transform: uppercase;
  font-family: Impact, BarlowCondensed;
}

#n_lianxi .txt p {
  font-size: .9.375rem;
  color: #656565;
  line-height: 2rem;
}

#n_lianxi .ewm {
  float: right;
}

#n_lianxi .ewm div {
  float: left;
  margin-left: 30px;
}

#n_lianxi .ewm img {
  display: block;
  width: 9.375rem;
  height: 9.375rem;
  border: 1px solid #d1d1d1;
  padding: 8px;
}

#n_lianxi .ewm p {
  text-align: center;
  font-size: .8125rem;
  color: #888888;
  margin-top: 9px;
}


#n_map {
  height: 26.875rem;
  background: #eee;
  margin-top: 3.25rem;
}


#n_licheng {
  background: url(../images/n_licheng_bg.png) center bottom no-repeat #f6f6f6;
  height: 57rem;
  padding-bottom: 13rem;
  padding-top: 4rem;
}

#n_licheng .s_tt {
  font-size: 0;
}

.licheng_slide .slick-list {
  overflow: visible;
}

#n_licheng ul {
  padding-top: 109px;
}

#n_licheng ul li {
  height: 23.4375rem;
  width: 20%;
  float: left;
  background: url(../images/n_licheng_li.png) left bottom no-repeat;
  background-size: contain;
  padding-left: 50px;
  padding-top: 130px;
  transition: .7s;
  opacity: 0;
}
#n_licheng h3 {
  font-size: 2.5rem;
  color: #3f3f3f;
  font-family: BarlowCondensed;
}

#n_licheng h4 {
  font-size: 2rem;
  color: #8c413c;
  font-family: BarlowCondensed;
  font-weight: 600;
  margin-bottom: 1rem;
}

#n_licheng p b {
  font-weight: 600;
  color: #8c413c;
}

#n_licheng ul li .con {
  font-size: 1rem;
  color: #333;
  line-height: 1.75rem;
}

#n_licheng ul li:nth-child(1) {}

#n_licheng ul li:nth-child(2) {
  margin-top: -75px;
}

#n_licheng ul li:nth-child(3) {
  margin-top: -101px;
}

#n_licheng ul li:nth-child(4) {
  margin-top: -211px;
}

#n_licheng ul li:nth-child(5) {
  margin-top: -338px;
}

#n_licheng ul.slick-current li {
  padding-top: 30px;
  opacity: 1;
}

#n_licheng .slick-arrow {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  margin-top: 35px;
}

#n_licheng .slick-prev2 {
  background: url(../images/licheng_left.png) center no-repeat;
  background-size: contain;
  margin-right: .75rem;
}

#n_licheng .slick-next2 {
  background: url(../images/licheng_right.png) center no-repeat;
  background-size: contain;
}

#n25,
#n21,
#n22,
#n23,
#n24,
#n5 {
  position: relative;
  top: -4.5rem;
  display: block;
  width: 1px;
  height: 1px;
}

#gallerySlider .placeholder img {
  max-height: 80% !important;
  max-width: 80% !important;
}



/*====移动端导航====*/
#m_n_nav {
  /* background: #c9aa82; */
  background: rgba(145, 65, 60, 1);
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 99;
  width: 100%;
}

#bnt_back {
  position: absolute;
  left: 1rem;
  top: 0;
}

#bnt_back svg {
  fill: #fff;
  height: 30px;
  vertical-align: middle;
  width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
}

#bnt_sub_nav {
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

#bnt_sub_nav svg {
  fill: #fff;
  height: 30px;
  vertical-align: middle;
  width: 19px;
}

#bnt_sub_nav img {
  display: block;
  height: 15px;
}

#bnt_sub_nav.on img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sub_nav_content {
  background: #f0f3f5;
  display: none;
  box-shadow: 0 0 5px rgb(153 153 153 / 34%);
  z-index: 9;
}

#sub_nav_content ul {
  padding: 10px;
}

#sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 1rem 0;
}

#sub_nav_content ul li a {
  display: block;
  border-left: 2px solid #c9aa82;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: #535455;
}

#sub_nav_content ul li.on a {
  color: #c9aa82;
}

#sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  margin: 0;
}

#sub_nav_content dt {
  position: relative;
  background: #fff;
  z-index: 999;
  width: 100%;
  display: block;
  margin-bottom: 0;
  /* float: left; */
  text-align: center;
}

#sub_nav_content dt a {
  margin: 0 20px;
  display: block;
  color: #5b5349;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}

#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#sub_nav_content dt a {
  background: #f8f8f8;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#sub_nav_content dt.title {
  background: #fafafb;
}

#sub_nav_content dt.title i {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
  background: #fafafb;
}

#sub_nav_content dt.title_on a {
  color: #c9aa82;
  border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
  color: #c9aa82;
}

#sub_nav_content dt.last a {
  border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
  color: #fff;
  background: #c9aa82;
}

#sub_nav_content dd {
  display: none;
}

#sub_nav_content dd .box {
  padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
  padding: 0 25px;
  line-height: 30px;
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
  color: #5b5349;
  display: block;
  height: 30px;
}

#sub_nav_content dd a.on {
  color: #c9aa82;
}