@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

input.dialog {
  height: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: none;
}

input, label, img, th {
  vertical-align: middle;
}

.font-fixh {
  font-family: Georgia, Arial;
  color: #723c1e;
  font-size: 16px;
  font-weight: 700;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: courier new, courier, monospace;
}

ul, ol, li {
  list-style: none;
}

select optgroup {
  color: #CAC8BB;
}

header {
  display: block;
}

.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

body {
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI", "Segoe UI", Arial, Verdana, Sans-Serif, sans-serif;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #723c1e;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pd0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-scale {
  transform: scale(1);
  transition: all 0.7s ease-in-out;
}

.img-scale:hover {
  transform: scale(1.1);
}

.container {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 70%;
}

.highlight {
  color: red;
}

body {
  background: #f4efe4 url("../image/bg.jpg?v=1") repeat center top;
}

.top_line {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background: rgba(244, 244, 244, 0.9);
  border-bottom: 1px solid #dadada;
  color: #723c1e;
}
.top_line-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_line-title {
  font-weight: normal;
}
.top_line-link {
  display: inline-block;
}
.top_line-link .line {
  color: #ccc;
  margin: 0 5px;
}
.top_line-link .fa {
  margin-right: 5px;
}
.top_line-link a {
  color: #333;
}

.header {
  padding: 35px 0;
}
.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo img {
  height: 50px;
}
.header .slogan img {
  height: 50px;
}
.header .toggle {
  position: absolute;
  border: 0 none;
  top: 0.1rem;
  right: 0.1rem;
  background-color: transparent;
  border-radius: 0.1rem;
  display: none;
}
.header .toggle .icon-bar {
  display: block;
  width: 0.44rem;
  height: 3px;
  border-radius: 1px;
  background-color: #723c1e;
}
.header .toggle .icon-bar + .icon-bar {
  margin-top: 0.08rem;
}
.header .search {
  margin-top: 10px;
  border: 2px solid #723c1e;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #723c1e;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.header .search-inner {
  display: flex;
  align-items: center;
}
.header .search-ico {
  font-size: 20px;
  margin-right: 10px;
}
.header .search-input {
  border: 0 none;
  outline: none;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  background: transparent;
}

.menu {
  display: none;
}

.nav {
  position: relative;
  z-index: 10;
  background: #723c1e;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.nav .container {
  width: auto;
  min-width: 1200px;
  max-width: 70%;
}
.nav li {
  float: left;
  width: 14.28%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.nav li > a {
  font-size: 18px;
  padding-left: 40px;
  text-shadow: 0 0 1px #fff;
  color: #fff;
  text-align: center;
}
.nav li > a > span {
  padding-right: 40px;
}
.nav li:hover > a, .nav li.active > a {
  background: url("../image/nav-hover-l.png") no-repeat left center;
}
.nav li:hover > a > span, .nav li.active > a > span {
  background: url("../image/nav-hover-r.png") no-repeat right center;
}
.nav li:hover > dl {
  display: block;
}
.nav li dl {
  position: absolute;
  top: 50px;
  z-index: 20;
  display: none;
  width: 100%;
  background: rgba(114, 60, 30, 0.8);
}
.nav li dl dd {
  overflow: hidden;
}
.nav li dl dd a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 50px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  margin: 0;
}
.nav li dl dd a:hover {
  color: #fff;
}
.nav li dl dd a i {
  margin-right: 10px;
}
.nav li dl dd a:last-child {
  border-bottom: 0 none;
}

.nav-bg {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 10;
  height: 50px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

.banner {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 800px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fcedd0;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.banner .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .swiper-container .swiper-slide video {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}
.banner .swiper-button-next {
  right: 80px !important;
  transform: translate(120px, 0);
  transition: 0.9s;
  color: #723c1e;
}
.banner .swiper-button-prev {
  left: 80px !important;
  transform: translate(-120px, 0);
  transition: 0.9s;
  color: #723c1e;
}
.banner:hover .swiper-button-next {
  transform: translate(0, 0);
}
.banner:hover .swiper-button-prev {
  transform: translate(0, 0);
}
.banner-btns {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
.banner-btns .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px;
  opacity: 1;
}
.banner-btns .swiper-pagination-bullet-active {
  background-color: #723c1e !important;
}

.amap-container {
  height: 100%;
  width: 100%;
}

.show-wm {
  float: right;
  width: 150px;
  padding-top: 32px;
  text-align: center;
}

.show-wm .p1 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333;
}

.show-wm .p3 {
  font-size: 14px;
}

.mod-add .add-box {
  padding-bottom: 30px;
}

.mod-add .add-box-l {
  width: 295px; /* border-right:1px solid #c3aca0; */
  float: left;
  margin-right: 55px;
}

.mod-add .add-box-m {
  width: 295px;
  float: left;
  border-right: 1px solid #c3aca0;
}

.mod-add .add-box-r {
  float: right;
}

.mod-add .inner {
  width: 400px;
  padding-top: 32px; /* background:url("../logo80.png") no-repeat right top; */
  float: left;
}

.mod-add .add-box-l .inner {
  margin: 0;
}

.mod-add .add-box-r .inner {
  float: right;
  margin: 0;
}

.mod-add h2 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-bottom: 24px;
  margin-bottom: 33px;
}

.mod-add p {
  font-size: 14px;
  line-height: 20px;
}

.mod-add .line {
  height: 1px;
  background: #c3aca0;
  margin: 35px auto 25px;
}

.mod-add .p1 {
  height: 40px;
}

.mod-add .meta {
  background: url("../image/ico8.png") no-repeat 0 2px;
  padding-left: 32px;
  line-height: 40px;
}

.mod-add .p3 {
  background-position: 0 -32px;
}

.mod-add .p4 {
  background-position: 0 -66px;
}

.mod-add .p5 {
  background-position: 0 -100px;
}

.mod-add a {
  color: #333;
}

.list_news li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.list_news li:last-child {
  border-bottom: 0 none;
}
.list_news li .list-info {
  line-height: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  display: block;
}
.list_news li .list-info .list-title {
  color: #723c1e;
}
.list_news li .list-info .list-date {
  font-size: 14px;
  color: #8e8e8e;
  float: right;
}
.list_news li .list-des {
  font-size: 14px;
  text-indent: 2em;
  line-height: 1.6em;
  color: #8e8e8e;
  margin-top: 10px;
}

.list_news_thumb a {
  color: #723c1e;
}
.list_news_thumb li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  line-height: 24px;
  display: flex;
}
.list_news_thumb .li-thumb {
  margin-right: 20px;
  height: 130px;
  overflow: hidden;
  width: 200px;
  border-radius: 7px;
}
.list_news_thumb .li-thumb img {
  height: 100%;
  width: 100%;
}
.list_news_thumb .li-info {
  flex: 1;
}
.list_news_thumb .li-info .t {
  line-height: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  display: block;
  color: #723c1e;
}
.list_news_thumb .li-info .des {
  font-size: 14px;
  text-indent: 2em;
  line-height: 1.5em;
  color: #8e8e8e;
  margin-top: 10px;
}

.crumbs {
  color: #a3a3a3;
  float: right;
  font-size: 14px;
}
.crumbs a {
  color: #a3a3a3;
}
.crumbs .fa {
  margin-right: 5px;
}

.bg {
  background: #fefdf9 url("../image/bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
}

.sidebar {
  margin-top: 15px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 60px;
  line-height: 60px;
  height: 60px;
}

.aside .aside_tel {
  background: url(../image/bg10.jpg) no-repeat center top;
  background-size: 100% auto;
  height: 79px;
  position: relative;
  padding: 15px 0 0 90px;
  line-height: 1;
}
.aside .aside_tel dt {
  font-size: 18px;
  color: #666;
}
.aside .aside_tel dd {
  margin-top: 5px;
  font-size: 24px;
}
.aside .aside_hr {
  height: 0;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #ccc;
}
.aside .aside_note {
  padding: 15px;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}

.aside_list {
  padding: 15px 0px;
}
.aside_list .list-none {
  text-align: center;
  line-height: 40px;
}
.aside_list .list-none dt a {
  color: #333;
  font-size: 18px;
}
.aside_list .list-none dt a:hover {
  color: #723c1e;
}
.aside_list .list-none dt.on a,
.aside_list .list-none dt a:hover {
  color: #723c1e;
}

.aside_product {
  padding: 20px;
}
.aside_product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aside_product-list li {
  width: 47%;
  margin-bottom: 10px;
  text-align: center;
}
.aside_product-list li a {
  display: flex;
  flex-direction: column;
}
.aside_product-list li .li-thumb {
  width: 100%;
}
.aside_product-list li .li-thumb img {
  width: 100%;
}
.aside_product-list li .li-title {
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.middle {
  width: 880px;
  float: right;
}

.full-middle {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.product-info {
  margin-bottom: 40px;
}
.product-info-inner {
  padding-top: 20px;
  width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.product-info .info-thumb {
  width: 400px;
  height: 400px;
}
.product-info .info-tags {
  flex: auto;
  margin-left: 20px;
}
.product-info .info-tags .tags-title {
  font-size: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.product-info .info-tags dl {
  line-height: 40px;
  display: flex;
  font-size: 18px;
}
.product-info .info-tags dl dt {
  min-width: 7em;
  font-weight: bold;
}

.product-content-title {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 50px;
  display: flex;
}
.product-content-title span {
  background-color: #723c1e;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  padding: 15px 30px;
  margin-bottom: -1px;
}

.article {
  min-height: 750px;
  width: 100%;
  padding: 0 30px 30px;
  background: #fff;
  height: 100%;
}
.article .product-detail {
  display: flex;
  padding-top: 30px;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.article .product-detail-thumb {
  flex: none;
  width: 360px;
  text-align: center;
  margin-right: 50px;
}
.article .product-detail-thumb img {
  width: 100%;
}
.article .product-detail-info {
  flex: 1;
}
.article .product-detail-info dl {
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
}
.article .product-detail-info dl dt {
  width: 6em;
}
.article .product-detail-info .info-qrcode img {
  width: 160px;
}
.article .article-title {
  padding-top: 30px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.article .article-info {
  margin-top: 15px;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.article .article-info a {
  color: #999;
}
.article .article-info .info-meta {
  display: inline-block;
  margin: 0 10px;
}
.article .article-info .info-meta a {
  color: #723c1e;
}
.article .article-content {
  line-height: 1.8;
  font-size: 16px;
  word-break: break-word;
  white-space: normal;
}
.article .article-content img {
  max-width: 100%;
  height: auto !important;
}
.article .article-content h3 {
  line-height: 32px;
  color: #723c1e;
  font-size: 20px;
  margin: 0 auto;
}
.article .article-content h4 {
  line-height: 28px;
  background: #723c1e;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.article .null {
  font-size: 30px;
  color: #723c1e;
  text-align: center;
  margin: 200px 0;
}

.article-video {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.article-content .selectTdClass {
  background-color: #edf5fa !important;
}

.article-content table.noBorderTable td,
.article-content table.noBorderTable th,
.article-content table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}

.article-content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}

.article-content td,
.article-content th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}

.article-content caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}

.article-content th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}

.article-content table tr.firstRow th {
  border-top-width: 2px;
}

.article-content .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}

.article-content .ue-table-interlace-color-double {
  background-color: #f7faff;
}

.article-content td p {
  margin: 0;
  padding: 0;
}

.article-meta {
  margin-top: 30px;
  position: relative;
  text-align: right;
}

.page-container {
  position: relative;
  padding: 50px 0;
}
.page-container .container {
  background-color: #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.page-container .fulldetail {
  flex: 1;
}
.page-container .fulldetail .article_head {
  font-size: 20px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  margin-bottom: 30px;
  height: 79px;
  line-height: 79px;
  padding-bottom: 10px;
}
.page-container .fulldetail .article_head h1 {
  font-size: 20px;
  font-weight: normal;
}
.page-container .aside {
  flex: none;
  width: 300px;
}

#allmap {
  height: 400px;
  width: 100%;
  border: 1px solid #eee;
}

.address {
  left: 50%;
  top: 90px;
  margin-left: -110px;
  padding: 50px 60px 0 50px;
  width: 580px;
  height: 450px;
  background-color: #fff;
  border-bottom: 2px solid #723c1e;
  z-index: 0;
}

.page-hd {
  font-size: 30px;
  color: #723c1e;
  line-height: 1em;
  padding-bottom: 10px;
  text-align: right;
  padding-right: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
}

.page-bd {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}
.page-bd h3 {
  font-size: 20px;
  line-height: 40px;
  color: #723c1e;
  font-weight: bold;
}

.list_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_product li {
  width: 33.33%;
  margin-bottom: 20px;
  text-align: center;
}
.list_product li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_product li a .li-thumb {
  width: 80%;
  height: 80%;
}
.list_product li a .li-thumb img {
  width: 100%;
  height: 100%;
}
.list_product li a .li-title {
  line-height: 40px;
  height: 40px;
  display: block;
  color: #333;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

.li-list {
  margin-right: -60px;
}
.li-list li {
  width: 360px;
  box-sizing: border-box;
  margin-right: 60px;
  margin-bottom: 35px;
  padding: 15px 15px 60px 15px;
  transition: 0.5s;
  float: left;
}
.li-list li .list-date {
  text-align: right;
  margin-top: 15px;
}
.li-list li:hover {
  box-shadow: 0 3px 20px 3px #ccc;
}
.li-list li a:hover {
  color: #333;
}
.li-list .li-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.li-list .li-thumb {
  width: 100%;
  height: 200px;
}
.li-list .li-des {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #666;
}
.li-list:nth-of-type(3n) {
  margin-right: 0;
}

.footer {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
  color: #333;
  background-color: #f5f5f5;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer .f-info {
  border-right: 1px solid #dcdcdc;
  width: 240px;
  flex: none;
}
.footer .f-info .f-logo img {
  height: 50px;
}
.footer .f-info .f-tel {
  margin-top: 30px;
  color: #999;
}
.footer .f-info .f-tel dd {
  margin-top: 5px;
  font-size: 24px;
  color: #333;
}
.footer .f-qrcode {
  width: 150px;
  text-align: center;
}
.footer .f-qrcode img {
  width: 110px;
}
.footer .f-qrcode p {
  margin-top: 10px;
}
.footer .f-nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-around;
  border-right: 1px solid #dcdcdc;
  padding: 0 20px;
}
.footer .f-nav dl:first-child {
  margin-left: 0;
}
.footer .f-nav dt {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.footer .f-nav dt a {
  color: #333;
}
.footer .f-nav dd a {
  width: 100%;
  font-size: 12px;
  display: block;
  color: #666;
  line-height: 2;
}
.footer .f-nav dd a:hover {
  color: #723c1e;
}
.footer .f-nav dd.line {
  height: 2px;
  width: 30px;
  background-color: #723c1e;
  margin-top: 10px;
  margin-bottom: 10px;
}

.copyright {
  font-size: 12px;
  color: #333;
  background-color: #f5f5f5;
}
.copyright .container {
  border-top: 1px solid #dcdcdc;
  padding: 15px 0;
}
.copyright a {
  color: #333;
}

/*    弹窗    */
.pop-up {
  width: 960px;
  height: 300px;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(187, 187, 187, 0.5);
  background: #fff;
  position: fixed;
  left: 50%;
  top: 40%;
  line-height: 1.6;
  padding: 35px 0;
  margin: -120px 0 0 -480px;
  font-size: 14px;
  z-index: 12;
}
.pop-up .title {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 30px 25px;
  height: 50px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.pop-up .close {
  float: right;
  font-size: 34px;
  line-height: 34px;
  color: #797979;
}
.pop-up .close:hover {
  color: #723c1e;
}
.pop-up .text {
  position: relative;
  height: 230px;
  width: 930px;
  padding: 0 0 0 30px;
  overflow: hidden;
}
.pop-up .con {
  font-size: 12px;
  height: 230px;
  width: 900px;
  position: relative;
}
.pop-up .line {
  height: 1px;
  background-color: #62310f;
  margin-top: 5px;
  width: 50%;
}
.pop-up .t {
  color: #62310f;
  font-size: 14px;
}

.body-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 11;
  _position: absolute;
}

.hidden {
  display: none;
}

.scroltop {
  position: fixed;
  _position: absolute;
  width: 58px;
  height: 58px;
  right: 18px;
  _right: -47px;
  bottom: 32px;
  display: none;
  line-height: 58px;
  cursor: pointer;
  background-color: #723c1e;
  text-align: center;
}
.scroltop i {
  font-size: 22px;
  color: #fff;
}

#page {
  margin: 20px 0;
}
#page .pagination {
  width: 100%;
  text-align: center;
}
#page .pagination li {
  display: inline-block;
  margin: 0 5px;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
#page .pagination li a, #page .pagination li span {
  display: block;
  color: #555;
  background-color: #f3f3f3;
}
#page .pagination li.active a, #page .pagination li.active span {
  background: #723c1e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.26rem;
  }
  .container {
    width: 100%;
    min-width: auto !important;
    max-width: 100% !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .container-aside {
    display: none;
  }
  .container-body {
    margin: 0;
  }
  .container-mt {
    margin-top: 0.4rem;
  }
  .search,
  .aside,
  .h-tel,
  .slogan,
  .nav {
    display: none !important;
  }
  .banner {
    height: 5rem;
  }
  .banner .swiper-slide a {
    background-size: 150% 100% !important;
  }
  .banner .swiper-button-next {
    display: none;
    right: 0.5rem !important;
  }
  .banner .swiper-button-prev {
    display: none;
    left: 0.5rem !important;
  }
  .banner-btns {
    bottom: 0.5rem;
  }
  .banner-btns .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.1rem;
  }
  .banner video {
    width: 100%;
    object-fit: fill !important;
  }
  .top_line {
    display: none;
  }
  .header {
    padding: 0.5rem 0.25rem;
  }
  .header-inner {
    justify-content: center;
  }
  .header .container {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .container .logo {
    height: 1rem;
    max-width: 6rem;
  }
  .header .container .logo img {
    max-width: 100%;
    height: 100%;
  }
  .header .container .toggle {
    display: block;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .menu {
    display: block;
  }
  .menu .menu-mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  .menu .menu-wrap {
    position: fixed;
    right: -70%;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 66%;
    background-color: #fff;
    z-index: 200;
    box-sizing: border-box;
    border-left: 3px solid #723c1e;
    overflow: auto;
  }
  .menu .menu-wrap li {
    position: relative;
  }
  .menu .menu-logo {
    max-width: 70%;
    text-align: center;
    padding-top: 0.2rem;
    margin: 0 auto;
  }
  .menu .menu-logo img {
    max-height: 1rem;
  }
  .menu .menulist {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .menu .menulist > li {
    padding-left: 0;
  }
  .menu .menulist > li > a {
    color: #723c1e;
    display: block;
    line-height: 1rem;
    font-size: 0.34rem;
    text-align: center;
  }
  .menu .menulist > li:last-child {
    border-bottom: 0 none;
  }
  .menu .menulist1 {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .menulist1 > li {
    width: 50%;
    padding-left: 10px;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
  }
  .menu .menulist1 > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #723c1e;
  }
  .menu .menulist1 > li > a {
    color: #666;
    font-size: 0.26rem;
  }
  .page-container {
    padding: 0;
  }
  .page-container .container {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .page-container .container .article {
    padding: 0;
    width: 100%;
    min-height: 5rem;
    background: transparent;
  }
  .page-container .container .article_head {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    padding: 0;
    justify-content: space-between;
    line-height: 1.4rem;
    height: 1.4rem;
    border-top: 1px solid #723c1e;
    border-bottom: 1px solid #723c1e;
  }
  .page-container .container .article_head .crumbs {
    order: 99;
  }
  .page-container .container .article_head .crumbs span, .page-container .container .article_head .crumbs a {
    font-size: 0.22rem;
    color: #723c1e;
  }
  .page-container .container .article_head h1 {
    color: #723c1e;
  }
  .page-container .container .article-content video {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .page-container .container .btn_back {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-container .container .btn_back a {
    width: 3rem;
  }
  .pop-up {
    width: 7rem;
    margin: 0;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .pop-up .title {
    margin: 0 0.5rem 0.5rem;
    padding: 0;
  }
  .pop-up #scroll-box {
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
  }
  .pop-up .con {
    width: 100%;
    height: auto;
  }
  .list_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list_product li {
    width: 3.35rem;
    margin: 0;
  }
  .list_product li a .li-thumb {
    width: 3.35rem;
    height: 3.35rem;
  }
  .list_product li a .li-thumb img {
    width: 100%;
    height: 100%;
  }
  .list_product li a .li-title {
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.3rem;
    margin-top: 0;
  }
  .list_news li {
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .list_news li .list-info {
    line-height: 1.4;
    height: auto;
    font-size: 0.3rem;
    display: flex;
    flex-wrap: wrap;
  }
  .list_news li .list-info .list-date {
    width: 100%;
    text-align: right;
    order: 99;
    font-size: 0.26rem;
    margin-top: 2px;
    float: none;
  }
  .list_news li .list-des {
    display: none;
  }
  .product-info {
    margin-bottom: 0.4rem;
  }
  .product-info-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-info .info-thumb {
    width: 4rem;
    height: 4rem;
  }
  .product-info .info-tags {
    flex: auto;
    margin-left: 0;
    width: 100%;
  }
  .product-info .info-tags .tags-title {
    font-size: 0.6rem;
    padding-bottom: 0.3rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .product-info .info-tags dl {
    line-height: 0.6rem;
    display: flex;
    font-size: 0.3rem;
  }
  .product-info .info-tags dl dt {
    min-width: 7em;
    font-weight: bold;
  }
  .product-content-title {
    margin-bottom: 0.4rem;
  }
  .product-content-title span {
    font-size: 0.35rem;
    padding: 0.2rem 0.4rem;
  }
  .pagination {
    margin-top: 0.5rem;
  }
  .footOneBox {
    display: none;
  }
  .footOneBox .footTel {
    display: none;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-inner .f-info,
  .footer-inner .f-nav,
  .footer-inner .f-tel {
    width: 100%;
    text-align: center;
  }
  .footer-inner .f-tel {
    margin-top: 0 !important;
  }
  .footer-inner .f-logo {
    display: none;
  }
  .footer-inner .f-info {
    border-right: 0 none;
  }
  .footer-inner .f-nav {
    margin-top: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
    border-right: 0 none;
  }
  .footer-inner .f-nav dl {
    width: 33%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-inner .f-qrcode {
    margin-top: 0.5rem;
  }
  .footer-inner .f-qrcode img {
    width: 3rem;
  }
  .copyright .container {
    padding: 0.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
  }
}

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