﻿
:root {
  /* Color 可以自定义相关配色 */
  /* var属性兼容性 --> https://www.caniuse.com/#feat=css-variables */
  /* 标准色 */
  --red: #e54d42;
  --deepred: #5e140c;
  /* 主题红字 */
  --deepred2: #6b2123;
  /* 主题红字 */
  --rose: #982c2e;
  /* 主题红字 */
  --orange: #f37b1d;
  --yellow: #fbbd08;
  --gold: #c9a97f;
  /* 主题黄字 */
  --olive: #8dc63f;
  --green: #39b54a;
  --cyan: #1cbbb4;
  --blue: #0796E4;
  --purple: #6739b6;
  --mauve: #9c26b0;
  --pink: #e03997;
  --brown: #986032;
  --brown2: #c58e62;
  /* 框描线 黄 */
  --grey: #8799a3;
  --black: #000000;
  --darkGray: #4c4844;
  /* 正文颜色 */
  --gray: #aaaaaa;
  --white: #ffffff;
  /* 浅色 */
  --redLight: #fadbd9;
  --orangeLight: #fde6d2;
  --yellowLight: #e8e1d8;
  /* 米黄底 */
  --oliveLight: #e8f4d9;
  --greenLight: #d7f0db;
  --cyanLight: #d2f1f0;
  --blueLight: #cce6ff;
  --purpleLight: #e1d7f0;
  --mauveLight: #ebd4ef;
  --pinkLight: #f9d7ea;
  --brownLight: #ede1d9;
  --greyLight: #e7ebed;
  /* 渐变色 */
  --gradualRed: linear-gradient(to top left, #6b2123 0%, rgba(107, 33, 35, 0.5) 70%, rgba(107, 33, 35, 0) 100%);
  --gradualOrange: linear-gradient(45deg, #ff9700, #ed1c24);
  --gradualGreen: linear-gradient(45deg, #39b54a, #8dc63f);
  --gradualPurple: linear-gradient(45deg, #9000ff, #5e00ff);
  --gradualPink: linear-gradient(45deg, #ec008c, #6739b6);
  --gradualBlue: linear-gradient(45deg, #0081ff, #1cbbb4);
  /* 阴影透明色 */
  --ShadowSize: 3px 3px 4px;
  --redShadow: rgba(204, 69, 59, 0.2);
  --orangeShadow: rgba(217, 109, 26, 0.2);
  --yellowShadow: rgba(224, 170, 7, 0.2);
  --oliveShadow: rgba(124, 173, 55, 0.2);
  --greenShadow: rgba(48, 156, 63, 0.2);
  --cyanShadow: rgba(28, 187, 180, 0.2);
  --blueShadow: rgba(0, 102, 204, 0.2);
  --purpleShadow: rgba(88, 48, 156, 0.2);
  --mauveShadow: rgba(133, 33, 150, 0.2);
  --pinkShadow: rgba(199, 50, 134, 0.2);
  --brownShadow: rgba(140, 88, 53, 0.2);
  --greyShadow: rgba(114, 130, 138, 0.2);
  --grayShadow: rgba(114, 130, 138, 0.2);
  --blackShadow: rgba(26, 26, 26, 0.2);
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

body {
  font-size: 14px;
  line-height: 150%;
  font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  color: #666;
  background: #fff;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

.tran, .detail-btn, .arr-ind-right, .iprolist .item, .iprolist .item h2, .morebtn, .master-list a, .master-list a::before, .master-list a::after, .products .item, .pro-detial, .secondnav a, .new-pro .item, .new-pro a .infor h1, .form-search .content .infor .grid-container a i, .form-search .content .infor .ind-grid a i, .form-search .content .infor .left-title a i, .form-search .content .infor .about-part1 a i, .form-search .content .infor .about-part2 .infor a i, .about-part2 .form-search .content .infor .infor a i, .form-search .content .about-part2 .infor .right a i, .about-part2 .form-search .content .infor .right a i, .form-search .content .infor .history a i, .form-search .content .infor .secondnav a i, .form-search .content .infor .master-pro .products .item a i, .master-pro .products .form-search .content .infor .item a i, .form-search .content .infor .contact a i, .form-search .content .infor .contact-store a i {
  transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  line-height: 100%;
}

h1 {
  font-size: 2.57em;
  font-family: "SimSun","宋体";
  font-weight: bolder;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

.cl {
  clear: both;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.layui-fluid {
  padding: 0;
}

.fl, .prolist ul li, .pro-detial .infor .parm .tag, .contact-store .item .pic {
  float: left;
}

.fr {
  float: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.hide {
  display: none;
}

.flex, .ind-master .master-detail, .morebtn, .indpart .btn, .foot ul, .products .item .product-tit, .products .item .contain-pic, .pro-detial .pic, .load-more, .form-search .content .infor .grid-container a, .form-search .content .infor .ind-grid a, .form-search .content .infor .left-title a, .form-search .content .infor .about-part1 a, .form-search .content .infor .about-part2 .infor a, .about-part2 .form-search .content .infor .infor a, .form-search .content .about-part2 .infor .right a, .about-part2 .form-search .content .infor .right a, .form-search .content .infor .history a, .form-search .content .infor .secondnav a, .form-search .content .infor .master-pro .products .item a, .master-pro .products .form-search .content .infor .item a, .form-search .content .infor .contact a, .form-search .content .infor .contact-store a {
  display: flex;
}

.basis-xs {
  flex-basis: 20%;
}

.basis-sm {
  flex-basis: 40%;
}

.basis-df {
  flex-basis: 50%;
}

.basis-lg {
  flex-basis: 60%;
}

.basis-xl {
  flex-basis: 80%;
}

.flex-sub {
  flex: 1;
}

.flex-twice {
  flex: 2;
}

.flex-treble {
  flex: 3;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center, .morebtn, .products .item .product-tit, .products .item .contain-pic, .pro-detial .pic, .form-search .content .infor .grid-container a, .form-search .content .infor .ind-grid a, .form-search .content .infor .left-title a, .form-search .content .infor .about-part1 a, .form-search .content .infor .about-part2 .infor a, .about-part2 .form-search .content .infor .infor a, .form-search .content .about-part2 .infor .right a, .about-part2 .form-search .content .infor .right a, .form-search .content .infor .history a, .form-search .content .infor .secondnav a, .form-search .content .infor .master-pro .products .item a, .master-pro .products .form-search .content .infor .item a, .form-search .content .infor .contact a, .form-search .content .infor .contact-store a {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: flex-center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end, .ind-master .master-detail, .indpart .btn, .foot ul {
  justify-content: flex-end;
}

.justify-center, .morebtn, .products .item .product-tit, .products .item .contain-pic, .pro-detial .pic, .load-more, .form-search .content .infor .grid-container a, .form-search .content .infor .ind-grid a, .form-search .content .infor .left-title a, .form-search .content .infor .about-part1 a, .form-search .content .infor .about-part2 .infor a, .about-part2 .form-search .content .infor .infor a, .form-search .content .about-part2 .infor .right a, .about-part2 .form-search .content .infor .right a, .form-search .content .infor .history a, .form-search .content .infor .secondnav a, .form-search .content .infor .master-pro .products .item a, .master-pro .products .form-search .content .infor .item a, .form-search .content .infor .contact a, .form-search .content .infor .contact-store a {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

/* ==================
          Gird
 ==================== */
.grid-container, .ind-grid, .left-title, .about-part1, .about-part2 .infor, .about-part2 .infor .right, .history, .secondnav, .master-pro .products .item, .contact, .contact-store {
  display: grid;
}

.radius, .mobile-menu .mobile-search {
  border-radius: 100px;
}

.bg-yellow {
  background-image: url(../image/bg-yellow.jpg);
}

.bg-lightyellow {
  background: var(--lightyellow);
}

.bg-red, #web-top.shrink, #web-top.shrinked {
  background-image: url(../image/bg-red.jpg);
}

.bg-creamy {
  background-image: url(../image/bg-creamy.jpg);
}

.bg-deepred2 {
  background-color: var(--deepred2);
}

.line-gold {
  border: 1px solid var(--gold);
}

/* ==================
          文本
 ==================== */
.text-xs, .contact-store .item h6 {
  font-size: 0.7em;
}

.text-sm {
  font-size: 0.85em;
}

.text-df, .text-xie {
  font-size: 1em;
}

.text-lg, .guide a, .detail-btn, .about-part3 .item .infor p, .about-part4 .infor h6, .about-part4 p, .about-part5 .infor p, .course .ctitle, .master-about .infor .grade, .foot ul li a, .phone-infor, .pro-search-box .pro-search .item select, .pro-search-box .pro-search .keyword input, .storelink h6, .contact .left .item, .contact-store .item p, .form-search .content .infor .grid-container input, .form-search .content .infor .ind-grid input, .form-search .content .infor .left-title input, .form-search .content .infor .about-part1 input, .form-search .content .infor .about-part2 .infor input, .about-part2 .form-search .content .infor .infor input, .form-search .content .about-part2 .infor .right input, .about-part2 .form-search .content .infor .right input, .form-search .content .infor .history input, .form-search .content .infor .secondnav input, .form-search .content .infor .master-pro .products .item input, .master-pro .products .form-search .content .infor .item input, .form-search .content .infor .contact input, .form-search .content .infor .contact-store input {
  font-size: 1.15em;
}

.text-xl, .text-page, .master-list h5, .news-list .item .title, .inside-news-list .title, .mobile-menu .mobile-search input {
  font-size: 1.28em;
}

.text-xxl, h3, .date p, .thirdnav a, .secondnav a, .news-detail .title, .mobile-menu .closebtn {
  font-size: 1.55em;
}

.text-xxxl, h2, #imageFlow .title, .course .date {
  font-size: 2.00em;
}

.text-sl {
  font-size: 2.85em;
}

.text-xsl {
  font-size: 4.25em;
}

.text-Abc {
  text-transform: Capitalize;
}

.text-ABC {
  text-transform: Uppercase;
}

.text-abc {
  text-transform: Lowercase;
}

.text-price::before {
  content: "¥";
  font-size: 80%;
  margin-right: 2px;
}

.text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}

.text-bold, h2, h3, .detail-btn, .morebtn, .about-part4 p, #imageFlow .title, .course .date, .course .year, .master-about .infor h1, .date p, .news-list .item .title, .pro-itempage h1, .thirdnav a, .pro-detial .infor .title h3, .pro-detial .infor .parm .tag, .secondnav a, .inside-news-list .title, .news-detail .title {
  font-weight: bolder;
}

.text-center, .secondnav a {
  text-align: center;
}

.text-content {
  line-height: 1.6;
}

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

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

.text-black, .guide a, .master-about .infor h1, .pro-itempage h1, .contact .left .item, .news-detail .title {
  color: var(--black);
}

.text-deepred, h2, h3, .detail-btn, .morebtn, .about-part5 .infor p, .master-about .infor .grade, .date h6, .date p, .news-list .item .title, .products .item h6, .pro-detial .infor .parm, .pro-detial .infor .parm .tag, .new-pro a .infor h1, .contact .wechat h6 {
  color: var(--deepred);
}

.text-red {
  color: var(--red);
}

.text-white, .deep-color .morebtn, .iprolist .item:hover h2, .about-part4 .infor h6, .about-part4 p, .master-list h5, .foot ul li a, .phone-infor, .products .item:hover h2,
.products .item:hover h6, .pro-detial .infor .title h3, .contact-store .item h6, .contact-store .item p {
  color: var(--white);
}

.text-yellow {
  color: var(--yellow);
}

.text-brown, .secondnav a {
  color: var(--brown);
}

.text-gold {
  color: var(--gold);
}

.text-darkGray, .text-page {
  color: var(--darkGray);
}

/*  -- 内外边距 -- */
.margin-0 {
  margin: 0;
}

.margin-xs {
  margin: 5px;
}

.margin-sm {
  margin: 10px;
}

.margin {
  margin: 15px;
}

.margin-lg {
  margin: 20px;
}

.margin-xl {
  margin: 25px;
}

.margin-top-xs {
  margin-top: 5px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-top {
  margin-top: 15px;
}

.margin-top-lg, .phone-infor {
  margin-top: 20px;
}

.margin-top-xl {
  margin-top: 25px;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-right-sm {
  margin-right: 10px;
}

.margin-right {
  margin-right: 15px;
}

.margin-right-lg {
  margin-right: 20px;
}

.margin-right-xl {
  margin-right: 25px;
}

.margin-bottom-xs {
  margin-bottom: 5px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.margin-bottom-lg {
  margin-bottom: 20px;
}

.margin-bottom-xl, .pro-detial .infor .protit, .mobile-menu .mobile-search {
  margin-bottom: 25px;
}

.margin-left-xs {
  margin-left: 5px;
}

.margin-left-sm {
  margin-left: 10px;
}

.margin-left {
  margin-left: 15px;
}

.margin-left-lg {
  margin-left: 20px;
}

.margin-left-xl {
  margin-left: 25px;
}

.margin-lr-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-lr-sm {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-lr, .guide a {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-lr-lg {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-lr-xl {
  margin-left: 25px;
  margin-right: 25px;
}

.margin-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-tb-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-tb-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-tb-xl, .products .item h6 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 5px;
}

.padding-sm {
  padding: 10px;
}

.padding, .pro-detial .infor .title h3 {
  padding: 15px;
}

.padding-lg, .products .item {
  padding: 20px;
}

.padding-xl {
  padding: 25px;
}

.padding-top-xs, .date p {
  padding-top: 5px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-top, .phone-infor, .news-detail .news-content {
  padding-top: 15px;
}

.padding-top-lg {
  padding-top: 20px;
}

.padding-top-xl, .news-detail .title {
  padding-top: 25px;
}

.padding-right-xs {
  padding-right: 5px;
}

.padding-right-sm {
  padding-right: 10px;
}

.padding-right {
  padding-right: 15px;
}

.padding-right-lg {
  padding-right: 20px;
}

.padding-right-xl {
  padding-right: 25px;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-bottom, .news-detail .title {
  padding-bottom: 15px;
}

.padding-bottom-lg, .pro-itempage h1 {
  padding-bottom: 20px;
}

.padding-bottom-xl {
  padding-bottom: 25px;
}

.padding-left-xs {
  padding-left: 5px;
}

.padding-left-sm {
  padding-left: 10px;
}

.padding-left {
  padding-left: 15px;
}

.padding-left-lg {
  padding-left: 20px;
}

.padding-left-xl {
  padding-left: 25px;
}

.padding-lr-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-lr-sm, .iprolist .item h2, .new-pro a .infor h1 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-lr, .mobile-menu .content {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-lr-lg, .products {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-lr-xl, .mobile-menu .mobile-search {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-tb-sm, .contact-store .item p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb, .iprolist .item h2, .new-pro a .infor h1, .contact .left .item, .mobile-menu .mobile-search input {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-tb-lg, .master-about .infor h1, .mobile-menu .content li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-tb-xl, .secondnav a {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* -- 浮动 --  */
h2 {
  font-family: "SimSun", "宋体";
}

h3 {
  font-family: "SimSun", "宋体";
}

hr {
  border-bottom: 1px solid rgba(201, 135, 129, 0.5) !important;
}

#web-top {
  position: fixed;
  top: 0;
  z-index: 999;
}

#web-top.shrink, #web-top.shrinked {
  height: 147px;
  overflow: hidden;
}

#web-top.shrink .logo img, #web-top.shrinked .logo img {
  width: 6em;
  left: 2.2em;
  top: 1.6em;
}

#web-top.shrink .logo:after, #web-top.shrinked .logo:after {
  display: none;
}

.shadowk, .pro-detial, .inside-news-list .news-content {
  box-shadow: 6px 0px 21px rgba(150, 74, 68, 0.26);
}

.shadow-btn, .master-list a:hover, .master-list a.on, .new-pro .item:hover {
  box-shadow: 6px 4px 10px rgba(150, 74, 68, 0.6);
}

.guide {
  background-image: url(../image/guide.png);
  background-size: 1.4em;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.5em;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.guide span {
  opacity: .6;
}

.gzh-ewm {
  width: 3.4em;
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 999999;
}

.gzh-ewm img.gzh {
  width: 100%;
}

.gzh-ewm img.ewm {
  display: none;
  position: absolute;
  top: 10px;
  right: 4em;
  width: 9.7em;
}

.gzh-ewm:hover img.ewm {
  display: block;
}

.content {
  padding-left: 10px;
}

.banner-swiper {
  position: relative;
  background-color: #97433C;
}

.banner-swiper .swiper-slide {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 53.4%;
  position: relative;
  z-index: 998;
}

.banner-swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 3em;
  left: 0;
  z-index: 999;
  text-align: center;
}

.banner-swiper .swiper-pagination-bullet {
  display: inline-block;
  height: 4px;
  width: 23px;
  background-color: rgba(107, 33, 35, 0.2);
  border-radius: 4px;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}

.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  background-color: #6b2123;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-about {
  background-color: #6b2024;
  padding: 100px 0 100px 300px;
}

.index-product {
  /* padding: 100px 0 100px 300px; */
  height: 100vh;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-product-main {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #ac3636;
}

.index-product-flex {
  position: relative;
  padding-left: 200px;
  overflow: hidden;
}

.product-swiper {
  position: relative;
  overflow: hidden;
  /* height: 500px; */
}

#product-swiper {
  position: relative;
  padding-bottom: 50px;
}

#product-swiper .swiper-scrollbar {
  bottom: 10px;
}

#master-swiper {
  position: relative;
  padding-bottom: 50px;
}

#master-swiper .swiper-scrollbar {
  bottom: 10px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px;
}

#news-swiper {
  position: relative;
  padding-bottom: 50px;
}

#news-swiper .swiper-scrollbar {
  bottom: 10px;
}

.product-swiper .product-swiper-wrapper {
  position: relative;
  /* top: 100px; */
  right: 0;
  height: inherit;
  z-index: 1;
  display: flex;
  /* overflow-y: hidden; */
}

.product-swiper .swiper-slide {
  display: inline-block;
  flex-shrink: 0;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 30px;
  width: 300px;
  background: #e8e1d7;
  border: 2px solid #d0a988;
  height: inherit;
}

.product-swiper .swiper-slide:hover {
  background: #6b2024;
  border: 2px solid #ffffff;
  position: relative;
  top: -20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-swiper .swiper-slide > div {
  padding-top: 140%;
  background: #e8e1d7;
  border: 1px solid #d0a988;
  margin: 5px;
  position: relative;
}

.product-swiper .swiper-slide:hover > div {
  background: #6b2024;
  border: 1px solid #ffffff;
}

.product-swiper .swiper-slide > div p {
  position: absolute;
  left: 5%;
  top: 5%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  font-size: 20px;
  z-index: 999;
  color: #844a4a;
  font-weight: bold;
  padding: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  pointer-events: none;
}

.product-swiper .swiper-slide:hover > div p {
  top: -5%;
  color: #ffffff;
  background-color: #992c2f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-swiper .swiper-slide > div .pic {
  position: absolute;
  right: 0%;
  bottom: 5%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-swiper .swiper-slide:hover > div .pic {
  right: -10%;
  bottom: -10%;
}

.product-swiper .swiper-slide > div .pic img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 998;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.text-page {
  line-height: 230%;
}

.text-xie {
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  line-height: 180%;
}

.header {
  color: #fff;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 30%, transparent 100%);
}

.header .logo {
  position: relative;
  width: 15em;
  height: 15em;
}

.header .logo:after {
  content: '';
  display: block;
  width: 22.6em;
  height: 22.6em;
  background: linear-gradient(to top left, #6b2123 0%, rgba(107, 33, 35, 0.5) 70%, rgba(107, 33, 35, 0) 100%);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header .logo img {
  width: 7.5em;
  z-index: 9;
  position: relative;
  left: 2.7em;
  top: 2.21em;
}

.header .store .title {
  text-align: center;
  height: 2.14em;
}

.header .store .title img {
  width: 9.28em;
}

.header .store .item {
  display: inline-block;
  padding-left: 1.1em;
}

.header .store .item a {
  opacity: .7;
}

.header .store .item a:hover {
  opacity: 1;
}

.header .store span {
  font-size: 2.57em;
}

.header .searching {
  width: 5.71em;
  height: 5.71em;
  text-align: center;
  background: #5e140c;
  display: block;
}

.header .searching span {
  color: #fff;
  font-size: 2.42em;
  line-height: 2.51em;
}

.headright {
  background-color: rgba(107, 33, 35, 0.8);
  width: 22.7em;
  margin: 2.14em 1.57em 0 0;
}

.menu {
  text-align: center;
}

.menu ul {
  padding-top: 0.8em;
}

.menu li {
  display: inline-block;
  margin: 0 1vw;
}

.menu li a {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 5.5em;
  height: 9em;
  overflow: hidden;
}

.menu li.on a {
  display: block;
  background-image: url(../image/menu-btn-bg.svg);
}

.menu li div {
  display: inline-block;
  margin-top: 1.78em;
  padding-left: 1.01em;
  display: flex;
  align-items: flex-start;
}

.menu li p {
  color: #fff;
  width: 1.4em;
  float: left;
  font-size: 1.2em;
  padding-left: 0.69em;
  line-height: 110%;
  transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  -ms-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
}

.menu li:hover p {
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5);
}

.menu li span {
  display: block;
  color: #fff;
  width: 120px;
  text-align: left;
  text-transform: uppercase;
  float: left;
  opacity: .3;
  transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  -ms-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  font-size: 0.9em;
  line-height: 100%;
  margin-top: 1.78em;
  transform-origin: 22px 0px;
  -webkit-transform-origin: 22px 0px;
  -moz-transform-origin: 22px 0px;
  -ms-transform-origin: 22px 0px;
  -o-transform-origin: 22px 0px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.menu li:hover span {
  opacity: 8;
}

.titpic {
  text-align: right;
  padding-right: 15%;
}

.titpic img {
  width: 8.3em;
}

.ind-company {
  position: relative;
  overflow: hidden;
  padding-top: 11.6em;
  padding-bottom: 14.6em;
}

.ind-company .ind-grid {
  grid-template-columns: 17% 42%;
}

.ind-company .content {
  padding-top: 3.2em;
  padding-left: 10%;
  padding-right: 6%;
}

.ind-company .content img {
  height: 2.57em;
  padding-bottom: 3em;
}

.ind-company .leftpic {
  position: absolute;
  width: 28%;
  left: -7.6%;
  bottom: 0;
}

.ind-company .leftpic img {
  width: 100%;
  max-width: 533px;
  pointer-events: none;
}

.ind-company .rightpic {
  position: absolute;
  width: 78em;
  right: 0;
  bottom: 0;
}

.ind-company .rightpic img {
  width: 100%;
  pointer-events: none;
}

.detail-btn {
  display: block;
  width: 10.5em;
  height: 3.8em;
  line-height: 3.8em;
  background-image: url(../image/detail-btn-bg.png);
  background-size: 13.5em;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 2.8em;
  margin-top: 1.5em;
}

.detail-btn:hover {
  background-image: url(../image/detail-btn-bg-hover.png);
  color: #fff;
}

.indpart {
  padding-top: 6em;
  padding-bottom: 6em;
}

.ind-grid {
  grid-template-columns: 17% auto;
}

.left-title {
  grid-template-columns: 100%;
}

.deep-color .morebtn {
  background-image: url(../image/more-white.png);
}

.deep-color .morebtn:hover {
  color: var(--deepred);
  background-color: var(--white);
  background-image: url(../image/more.png);
}

.ind-newpro {
  background-image: url(../image/bg-p2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-position: relative;
}

.ind-newpro:after {
  content: '';
  position: absolute;
  z-index: 99;
  display: block;
  right: 0;
  bottom: 0%;
  width: 10em;
  height: 100%;
  background: linear-gradient(to right, rgba(146, 66, 60, 0) 0%, #92423c 50%, #92423c 100%);
}

.ind-master {
  background-image: url(../image/bg-p3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.arr-ind-right {
  width: 2em;
  opacity: .5;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9999;
}

.arr-ind-right:hover {
  opacity: 1;
}

.iprolist {
  margin-right: 100px;
  padding-top: 8em;
}

.iprolist .item {
  display: block;
  position: relative;
  width: 24em;
  height: 38em;
  top: 0;
  background-color: var(--yellowLight);
  border: 3px solid var(--brown2);
}

.iprolist .item:before {
  content: '';
  border: 1px solid var(--brown2);
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  opacity: .7;
  z-index: 2;
}

.iprolist .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 50%;
  bottom: -3%;
  left: 0;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(to bottom, #e5cfbd 0%, #e5cfbd 30%, rgba(255, 207, 189, 0) 100%);
  z-index: 1;
}

.iprolist .item h2 {
  width: auto;
  position: absolute;
  left: 9%;
  top: 0.5em;
  z-index: 9;
  max-height: 5em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  line-height: 130%;
}

.iprolist .item .propic {
  position: absolute;
  left: 0;
  bottom: 2em;
  z-index: 8;
  width: 96%;
  padding-top: 100%;
  margin-left: 2%;
  text-align: center;
}

.iprolist .item .propic .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iprolist .item .propic .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.iprolist .item:hover {
  top: -1.1em;
  background-color: var(--deepred2);
  border: 3px solid var(--white);
}

.iprolist .item:hover h2 {
  background: var(--rose);
  top: -1em;
}

.iprolist .item:hover::before {
  border: 1px solid var(--white);
  opacity: .5;
}

.iprolist .item:hover::after {
  background: linear-gradient(to bottom, rgba(229, 207, 189, 0.2) 0%, rgba(229, 207, 189, 0.2) 30%, rgba(229, 207, 189, 0) 100%);
}

.morebtn {
  width: 3em;
  height: 10em;
  margin-right: calc(10% + 3em);
  padding-left: 3px;
  padding-right: 3px;
  background-image: url(../image/more.png);
  background-size: 3em;
  background-repeat: no-repeat;
  background-position: center center;
}

.morebtn span {
  width: 1em;
  display: inline-block;
  line-height: 120%;
}

.morebtn:hover {
  background-color: var(--deepred2);
  background-image: url(../image/more-white.png);
  color: #fff;
}

.about-part1 {
  grid-template-columns: 30% 70%;
}

.about-part1 .leftpic {
  background: linear-gradient(to top, rgba(215, 199, 178, 0.8) 0%, rgba(215, 199, 178, 0.8) 3%, rgba(215, 199, 178, 0.1) 100%);
  text-align: center;
  padding-top: 9.5em;
  pointer-events: none;
}

.about-part1 .leftpic .tit {
  width: 53%;
  max-width: 331px;
}

.about-part1 .leftpic .building {
  width: 80%;
  max-width: 1000px;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
}

.about-part1 .infor {
  padding-top: 8em;
  padding-right: 18%;
  padding-bottom: 19.5em;
  padding-left: 15%;
  background-image: url(../image/about-right-bg.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.about-part1 .infor .tit {
  width: 80%;
  max-width: 538px;
  margin-bottom: 3em;
}

.about-part1 .infor .tit img {
  width: 100%;
}

.about-part2 {
  position: relative;
  overflow: hidden;
  padding: 10em 0;
}

.about-part2::before {
  content: '';
  display: inline-block;
  width: 48.7em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(../image/about2-left-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.about-part2::after {
  content: '';
  display: inline-block;
  width: 42.2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(../image/about2-right-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.about-part2 .infor {
  grid-template-columns: 22% 62% 16%;
  position: relative;
  z-index: 9;
}

.about-part2 .infor .left img {
  max-width: 31.7em;
  padding-bottom: 5em;
}

.about-part2 .infor .pic {
  text-align: right;
  padding: 0 10%;
}

.about-part2 .infor .pic .img1 {
  width: 60%;
  padding-bottom: 13px;
}

.about-part2 .infor .pic .img2 {
  width: 100%;
}

.about-part2 .infor .right {
  grid-template-columns: auto 5.7em;
}

.about-part2 .infor .right .titpic img {
  max-width: 5.7em;
}

.about-part2 .infor .right .text-page {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  height: 27em;
  padding-right: 20%;
  padding-top: 5px;
}

.about-part3 {
  padding: 10em 6%;
}

.about-part3 .item {
  padding: 0 1.4em;
}

.about-part3 .item .titpic {
  text-align: left;
}

.about-part3 .item .titpic img {
  height: 7.1em;
  width: auto;
}

.about-part3 .item .infor {
  padding: 1.7em 0 0 2.8em;
}

.about-part3 .item .infor p {
  line-height: 200%;
  height: 10em;
}

.about-part3 .item .infor .picture {
  width: 100%;
}

.about-part3 .item .infor .picture img {
  width: 100%;
}

.about-part4 {
  padding: 7em 0;
  background-image: url(../image/about4.png);
  background-color: #1b1511;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-part4 .infor {
  text-align: center;
  padding: 0 15px;
}

.about-part4 .infor h6 {
  opacity: .6;
  line-height: 170%;
}

.about-part4 .infor hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  margin: 2em 0;
}

.about-part4 p {
  font-family: 'SimSun', '宋体';
  line-height: 200%;
  text-shadow: 5px 5px 12px rgba(229, 189, 120, 0.46);
  -webkit-text-shadow: 5px 5px 12px rgba(229, 189, 120, 0.46);
  -moz-text-shadow: 5px 5px 12px rgba(229, 189, 120, 0.46);
  -ms-text-shadow: 5px 5px 12px rgba(229, 189, 120, 0.46);
  -o-text-shadow: 5px 5px 12px rgba(229, 189, 120, 0.46);
  padding: 0 2%;
  letter-spacing: .5px;
}

.about-part5 {
  padding: 9em 0 17%;
  text-align: center;
  background-image: url(../image/about5-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about-part5 .infor {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
}

.about-part5 .infor p {
  line-height: 220%;
  font-style: italic;
  letter-spacing: 1px;
}

#imageFlow {
  overflow: hidden;
  position: relative;
  height: 70vh;
  /* visibility: hidden; */
}

#imageFlow .diapo {
  object-fit: cover;
  position: absolute;
  left: -1000px;
  cursor: pointer;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, 0.3));
  max-height: 399px;
}

#imageFlow .link {
  border: dotted #fff 1px;
  margin-left: -1px;
  margin-bottom: -1px;
}

#imageFlow .bank {
  visibility: hidden;
}

#imageFlow .top {
  position: absolute;
  width: 100%;
  height: 40%;
  background: #181818;
}

#imageFlow .text {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 16%;
  text-align: center;
  color: #FFF;
  font-family: verdana, arial, Helvetica, sans-serif;
  z-index: 1000;
}

#imageFlow .title {
  font-family: 'SimSun', '宋体';
  font-weight: bold;
  color: var(--deepred);
}

#imageFlow .legend {
  font-size: 0.8em;
}

#imageFlow .scrollbar {
  position: absolute;
  left: 0%;
  bottom: 33%;
  width: 100%;
  height: 16px;
  z-index: 1000;
}

#imageFlow .track {
  display: none;
  position: absolute;
  left: 1%;
  width: 98%;
  height: 16px;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

#imageFlow .arrow-left {
  position: absolute;
  left: 1.6em;
}

#imageFlow .arrow-right {
  position: absolute;
  right: 1.6em;
}

.arrow-left, .arrow-right {
  width: 1.9em;
  opacity: .5;
}

.arrow-left:hover, .arrow-right:hover {
  opacity: 1;
}

#imageFlow::before, #imageFlow::after {
  content: '';
  position: absolute;
  z-index: 99;
  display: block;
  pointer-events: none;
  bottom: 13%;
  width: 10em;
  height: 300px;
}

#imageFlow::before {
  left: 0;
  background: linear-gradient(to right, #f9f5f3 0%, #f9f5f3 50%, rgba(249, 245, 243, 0) 100%);
}

#imageFlow::after {
  right: 0;
  background: linear-gradient(to left, #f9f5f3 0%, #f9f5f3 50%, rgba(249, 245, 243, 0) 100%);
}

#imageFlow .bar {
  display: none;
  position: absolute;
  height: 16px;
  left: 25px;
}

.course {
  overflow: hidden;
  position: relative;
}

.course .swiper-slide {
  width: initial;
  min-width: 100%;
  padding: 25em 17.85em 25em 0;
  margin-left: 100px;
}

.course .swiper-slide::after {
  content: "";
  display: block;
  width: 8.14em;
  height: 16.71em;
  background-image: url(../image/bigday-now.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  position: absolute;
  top: 36.5%;
  left: -7.2em;
}

.course .swiper-slide::before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #c9a980 0%, #c9a980 98%, rgba(201, 169, 128, 0) 100%);
  position: absolute;
  top: 50%;
  left: -18px;
  z-index: 9;
}

.course .date {
  color: var(--deepred);
  padding: 0;
  padding-bottom: 0.5em;
}

.course .ctitle {
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 12em;
}

.course .item-top,
.course .item-bottom {
  width: 18.35em;
}

.course .item-top .flex, .course .item-top .ind-master .master-detail, .ind-master .course .item-top .master-detail, .course .item-top .morebtn, .course .item-top .indpart .btn, .indpart .course .item-top .btn, .course .item-top .foot ul, .foot .course .item-top ul, .course .item-top .products .item .product-tit, .products .item .course .item-top .product-tit, .course .item-top .products .item .contain-pic, .products .item .course .item-top .contain-pic, .course .item-top .pro-detial .pic, .pro-detial .course .item-top .pic, .course .item-top .load-more, .course .item-top .form-search .content .infor .grid-container a, .form-search .content .infor .grid-container .course .item-top a, .course .item-top .form-search .content .infor .ind-grid a, .form-search .content .infor .ind-grid .course .item-top a, .course .item-top .form-search .content .infor .left-title a, .form-search .content .infor .left-title .course .item-top a, .course .item-top .form-search .content .infor .about-part1 a, .form-search .content .infor .about-part1 .course .item-top a, .course .item-top .form-search .content .infor .about-part2 .infor a, .form-search .content .infor .about-part2 .infor .course .item-top a, .course .item-top .about-part2 .form-search .content .infor .infor a, .about-part2 .form-search .content .infor .infor .course .item-top a, .course .item-top .form-search .content .about-part2 .infor .right a, .form-search .content .about-part2 .infor .right .course .item-top a, .course .item-top .about-part2 .form-search .content .infor .right a, .about-part2 .form-search .content .infor .right .course .item-top a, .course .item-top .form-search .content .infor .history a, .form-search .content .infor .history .course .item-top a, .course .item-top .form-search .content .infor .secondnav a, .form-search .content .infor .secondnav .course .item-top a, .course .item-top .form-search .content .infor .master-pro .products .item a, .form-search .content .infor .master-pro .products .item .course .item-top a, .course .item-top .master-pro .products .form-search .content .infor .item a, .master-pro .products .form-search .content .infor .item .course .item-top a, .course .item-top .form-search .content .infor .contact a, .form-search .content .infor .contact .course .item-top a, .course .item-top .form-search .content .infor .contact-store a, .form-search .content .infor .contact-store .course .item-top a,
.course .item-bottom .flex,
.course .item-bottom .ind-master .master-detail, .ind-master
.course .item-bottom .master-detail,
.course .item-bottom .morebtn,
.course .item-bottom .indpart .btn, .indpart
.course .item-bottom .btn,
.course .item-bottom .foot ul, .foot
.course .item-bottom ul,
.course .item-bottom .products .item .product-tit, .products .item
.course .item-bottom .product-tit,
.course .item-bottom .products .item .contain-pic, .products .item
.course .item-bottom .contain-pic,
.course .item-bottom .pro-detial .pic, .pro-detial
.course .item-bottom .pic,
.course .item-bottom .load-more,
.course .item-bottom .form-search .content .infor .grid-container a, .form-search .content .infor .grid-container
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .ind-grid a, .form-search .content .infor .ind-grid
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .left-title a, .form-search .content .infor .left-title
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .about-part1 a, .form-search .content .infor .about-part1
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .about-part2 .infor a, .form-search .content .infor .about-part2 .infor
.course .item-bottom a,
.course .item-bottom .about-part2 .form-search .content .infor .infor a, .about-part2 .form-search .content .infor .infor
.course .item-bottom a,
.course .item-bottom .form-search .content .about-part2 .infor .right a, .form-search .content .about-part2 .infor .right
.course .item-bottom a,
.course .item-bottom .about-part2 .form-search .content .infor .right a, .about-part2 .form-search .content .infor .right
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .history a, .form-search .content .infor .history
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .secondnav a, .form-search .content .infor .secondnav
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .master-pro .products .item a, .form-search .content .infor .master-pro .products .item
.course .item-bottom a,
.course .item-bottom .master-pro .products .form-search .content .infor .item a, .master-pro .products .form-search .content .infor .item
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .contact a, .form-search .content .infor .contact
.course .item-bottom a,
.course .item-bottom .form-search .content .infor .contact-store a, .form-search .content .infor .contact-store
.course .item-bottom a {
  width: 36.7em;
}

.course .item-top img,
.course .item-bottom img {
  width: 100%;
}

.course .item-top,
.course .item-bottom,
.course .year {
  float: left;
  position: relative;
  z-index: 99;
}

.course .item-top {
  bottom: 16.18em;
}

.course .pic {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14.28em;
  z-index: 99;
}

.course .item-top::after,
.course .item-bottom::after {
  content: "";
  background-color: #c9a980;
  width: 2px;
  height: 9.2em;
  position: absolute;
  right: 4.57em;
  bottom: -9.2em;
  z-index: 9;
}

.course .item-bottom::after {
  bottom: 0px;
  top: -9.2em;
}

.course .item-top .pic,
.course .item-bottom .pic {
  width: 75%;
}

.course .item-top .pic {
  background-position: bottom right;
}

.course .item-bottom .pic {
  background-position: top right;
}

.course .item-bottom {
  top: 16.57em;
  left: -8.57em;
}

.course .infor {
  position: relative;
  left: -2.85em;
}

.course .year {
  top: 141px;
  right: 8em;
  font-size: 4em;
  padding: 0 0px 0 30px;
  width: 0px;
  font-family: 'sans-serif', '宋体';
  color: var(--deepred);
  position: relative;
  z-index: 120;
}

.course .year::before {
  content: "";
  display: block;
  border: 5px solid #f8f4f3;
  background-color: #601b1e;
  width: 15px;
  height: 15px;
  z-index: 999;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  left: 120px;
}

.history {
  grid-template-columns: 8em auto;
  margin: 10em 0 0;
}

.history .leftpic img {
  max-width: 8.7em;
  position: relative;
  left: -6em;
  top: -3em;
}

.history .infor p {
  padding-bottom: 2em;
}

.history .infor .tit {
  display: inline-block;
  margin-bottom: 2em;
}

.history .infor .tit img {
  width: 100%;
  max-width: 21.7em;
}

.history .infor .pic {
  float: right;
  width: 20em;
  margin-top: 0.7em;
  margin-left: 3em;
  margin-bottom: 0.5em;
}

.history .infor .pic img {
  width: 100%;
}

.history .infor .pic.rightpic {
  float: left;
  margin-top: 0.7em;
  margin-left: 0;
  margin-right: 3em;
}

.master-about {
  margin-top: 3em;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}

.master-about .infor {
  padding-left: 10%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.master-about .introduce {
  margin-top: 2.5em;
  overflow-y: scroll;
  padding-right: 3%;
  height: 289px;
}

.master-pic {
  position: absolute;
  right: 10%;
  top: -50px;
  width: 40%;
  text-align: center;
}

.master-pic img {
  width: 90%;
}

.master-list {
  padding-top: 3.5em;
  padding-bottom: 1em;
  overflow: hidden;
}

.master-list a {
  background: linear-gradient(to right, #6b2123 0%, #944540 100%);
  display: block;
  width: 20em;
  height: 9em;
  position: relative;
}

.master-list a::before {
  content: '';
  box-sizing: border-box;
  border: 5px solid #dca57a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.master-list a::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-bottom: 2em solid #dca57a;
  left: calc(50% - 1.5em);
  top: -1.8em;
  opacity: 0;
}

.master-list a.on::before {
  opacity: 1;
}

.master-list a.on::after {
  opacity: 1;
}

.master-list h5 {
  text-align: center;
}

.master-list .pic {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right 10%;
  width: 100%;
  padding-top: 45%;
  margin-left: -10%;
  overflow: hidden;
}

.ind-news {
  background-image: url(../image/bg-p4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.date {
  padding: 1.2em 2em;
  font-family: "SimSun", "宋体";
}

.date h6 {
  opacity: .5;
}

.news-list {
  padding: 6em 0;
}

.news-list .date {
  padding-right: 2.5em;
  border-bottom: 1px solid #cbb7a5;
}

.news-list .date h6 {
  text-align: right;
}

.news-list .date p {
  text-align: right;
}

.news-list .item {
  width: 10.5em;
  height: 33em;
  display: inline-block;
  float: left;
  position: relative;
}

.news-list .item .infor {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #d7c7b2 0%, rgba(215, 199, 178, 0.5) 100%);
}

.news-list .item .title {
  position: relative;
  left: calc(50% - 1.3em);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 3.0em;
  height: calc(100% - 8em);
  font-family: "SimSun", "宋体";
  letter-spacing: 1px;
  padding-top: 1.5em;
  line-height: 160%;
  margin-top: 1em;
}

.news-list .item .title::before {
  content: '';
  display: block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../image/yinhao.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  right: 3px;
  top: 0;
}

.news-list .item::before, .news-list .item::after {
  content: '';
  width: 100%;
  padding: 0 0.6em;
  padding-top: 10%;
  background-image: url(../image/k1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: -0.6em;
}

.news-list .item::before {
  top: -8px;
}

.news-list .item::after {
  bottom: -8px;
}

.foot .foot-logo {
  text-align: center;
  padding-top: 6em;
}

.foot .foot-logo img {
  width: 90%;
  max-width: 527px;
}

.foot ul {
  margin-right: 10%;
  padding: 5em 0;
}

.foot ul li {
  display: inline-block;
  padding-left: 2.8em;
  padding-top: 1em;
}

.foot ul li a {
  position: relative;
  letter-spacing: 1.5px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
}

.foot ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -0.8em;
  left: 0.5em;
  background-color: #fff;
}

.phone-infor {
  opacity: .8;
  position: fixed;
  bottom: 20px;
}

.webinfor {
  padding-bottom: 3em;
}

.webinfor span,
.webinfor a {
  font-size: 1em;
  color: #ffffff;
}

.webinfor a:hover {
  text-decoration: underline;
}

.nbanner {
  position: relative;
  padding-top: 33%;
  width: 100%;
  background-color: #281e1d;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.nbanner .title {
  width: 100%;
  position: absolute;
  bottom: calc(51% - 50px);
  text-align: center;
  pointer-events: none;
}

.nbanner .title img {
  width: 60%;
  max-width: 358px;
}

.banner-about {
  background-image: url(../image/nb-about.jpg);
}

.banner-news {
  background-image: url(../image/nb-news.jpg);
}

.banner-new-pro {
  background-image: url(../image/nb-new-pro.jpg);
}

.banner-pro {
  background-image: url(../image/nb-pro.jpg);
}

.banner-master {
  background-image: url(../image/nb-master.jpg);
}

.banner-contact {
  background-image: url(../image/nb-contact.jpg);
}

.pro-search-box {
  position: relative;
  z-index: 9;
}

.pro-search-box .pro-search {
  width: 100%;
  position: absolute;
  top: -75px;
}

.pro-search-box .pro-search .pro-search-width {
  border-radius: 10px;
  background: var(--deepred2);
  max-width: 1040px;
  margin: 0 auto;
}

.pro-search-box .pro-search .layui-row {
  padding: 2.2em 3% 1.8em;
}

.pro-search-box .pro-search .title {
  width: 122px;
}

.pro-search-box .pro-search .title img {
  width: 111px;
  padding-bottom: 15px;
}

.pro-search-box .pro-search .title h6 {
  opacity: .3;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.pro-search-box .pro-search .item {
  margin-right: 3%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 138px;
  border-radius: 3px;
  height: 46px;
}

.pro-search-box .pro-search .item select {
  border: 0;
  background: none;
  color: #fff;
  display: block;
  width: 94%;
  padding: 0 4%;
  line-height: 46px;
  height: 100%;
}

.pro-search-box .pro-search .keyword {
  margin-right: 3%;
}

.pro-search-box .pro-search .keyword input {
  border: 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: #fff;
  line-height: 46px;
  width: calc(97% - 206px);
}

.pro-search-box .pro-search .keyword input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pro-search-box .pro-search .keyword input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pro-search-box .pro-search .keyword input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pro-search-box .pro-search .keyword input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pro-search-box .pro-search .fr a {
  background: #a65a5c;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
}

.pro-search-box .pro-search .fr a:hover {
  background: #b76e70;
}

.pro-search-box .pro-search .fr i {
  color: #ffffff;
  font-size: 30px;
  line-height: 65px;
  text-shadow: 1px 2px 1px rgba(107, 33, 35, 0.9);
}

#pro-type-list {
  overflow: hidden;
}

#pro-type-list .swiper-slide {
  width: initial;
  min-width: 100%;
  text-align: center;
}

.prolist {
  text-align: center;
  margin-top: 4.5em;
}

.prolist ul {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.prolist ul li {
  display: inline-block;
  padding: 3.5em 1.8em 0;
  transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  -ms-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
}

.prolist ul li a {
  display: block;
  width: 12.3em;
  height: 22.2em;
  text-align: center;
  background-image: url(../image/pro-btn-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 8.3em;
  transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  -ms-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
}

.prolist ul li a img {
  width: 100%;
}

.prolist ul li a h3 {
  padding-top: 1.8em;
}

.prolist ul li:hover a {
  margin-top: -1em;
}

.prolist ul li.on a {
  margin-top: -2.8em;
  padding-bottom: 2.8em;
  background-image: url(../image/pro-btn-bg2.png);
}

.prolist ul li.on a h3 {
  color: #fff;
  font-size: 1.8em;
  background: -webkit-linear-gradient(#862327, #862327);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 5px transparent;
}

.pro-itempage {
  position: relative;
  top: -2em;
  background: linear-gradient(to bottom, rgba(215, 199, 178, 0.8) 0%, rgba(215, 199, 178, 0.2) 100%);
}

.pro-itempage::before, .pro-itempage::after {
  content: '';
  width: 10px;
  height: 100%;
  padding: 0.6em 0;
  background-image: url(../image/k2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -0.6em;
}

.pro-itempage::before {
  left: -8px;
}

.pro-itempage::after {
  right: -8px;
}

.pro-itempage .infor {
  padding: 3em 5%;
}

.thirdnav {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 2.6em 0;
}

.thirdnav .swiper-slide {
  width: initial;
  text-align: center;
  min-width: 100%;
}

.thirdnav a {
  display: inline-block;
  font-family: "SimSun", "宋体";
  color: #ca7f43;
  border: 2px solid #dec3ad;
  background: #fff;
  text-align: center;
  line-height: 2.8em;
  min-width: 2em;
  padding: 0 0.4em;
  height: 2.8em;
  margin: 0 0.5em;
  position: relative;
  z-index: 2;
  float: none;
}

.thirdnav a:hover {
  border: 2px solid var(--brown2);
}

.thirdnav a.on {
  color: #fff;
  background: var(--brown);
}

.thirdnav::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--brown2);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  opacity: .5;
}

.contain-pic {
  position: relative;
  padding-top: 100%;
}

.contain-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  object-fit: contain;
}

.products .item {
  box-shadow: 6px 0px 21px rgba(150, 74, 68, 0.26);
  display: block;
  position: relative;
  background-color: var(--yellowLight);
  border: 3px solid var(--brown2);
}

.products .item:before {
  content: '';
  border: 1px solid var(--brown2);
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  opacity: .7;
  z-index: 0;
}

.products .item .infor {
  text-align: center;
}

.products .item .product-tit {
  height: 4.8em;
  margin: 1.5em 0;
  overflow: hidden;
}

.products .item h2 {
  position: relative;
  line-height: 120%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.products .item h2.he2 {
  height: 2em;
}

.products .item h6 {
  opacity: .7;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  margin-bottom: 2.3em !important;
}

.products .item .contain-pic {
  background: #fff;
}

.products .item:hover {
  background-color: var(--deepred2);
}

.products .item:hover h2::before, .products .item:hover h2::after {
  background: #fff;
}

.pro-detial {
  padding: 2em;
  box-shadow: 6px 0px 21px rgba(150, 74, 68, 0.26);
  display: block;
  position: relative;
  background-color: var(--yellowLight);
  border: 3px solid var(--brown2);
}

.pro-detial .grid-container, .pro-detial .ind-grid, .pro-detial .left-title, .pro-detial .about-part1, .pro-detial .about-part2 .infor, .about-part2 .pro-detial .infor, .pro-detial .about-part2 .infor .right, .about-part2 .infor .pro-detial .right, .pro-detial .history, .pro-detial .secondnav, .pro-detial .master-pro .products .item, .master-pro .products .pro-detial .item, .pro-detial .contact, .pro-detial .contact-store {
  grid-template-columns: 50% 50%;
}

.pro-detial:before {
  content: '';
  border: 1px solid var(--brown2);
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: .7;
  z-index: 0;
}

.pro-detial .infor .protit {
  border: 6px solid var(--deepred);
}

.pro-detial .infor .title {
  background-color: var(--deepred);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.pro-detial .infor .title h3 {
  display: inline-block;
  position: relative;
}

.pro-detial .infor .parm {
  padding-top: 2em;
}

.pro-detial .infor .parm p {
  padding-left: 5em;
  line-height: 180%;
}

.pro-detial .infor .parm .tag {
  width: 5em;
  line-height: 180%;
}

.pro-detial .pic {
  background: #fff;
  max-width: 730px;
  max-height: 730px;
}

.pro-detial .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.storelink {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.storelink a {
  opacity: 0.7;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  z-index: 999;
}

.storelink a:hover {
  opacity: 1;
}

.storelink h6 {
  display: inline;
  color: #918377;
}

.storelink i {
  font-size: 42px;
}

.storelink i.icon-store-tb:before {
  color: #b16e3a;
}

.storelink i.icon-store-jd:before {
  color: #641618;
}

.storelink i.icon-store-pdd:before {
  color: #a00e12;
}

.storelink i.icon-store-tmail:before {
  color: #221111;
}

.load-more .detail-btn {
  margin-bottom: 6em;
  margin-left: 4em;
}

.secondnav {
  grid-template-columns: 25% 25% 25% 25%;
  background: rgba(219, 204, 185, 0.5);
}

.secondnav a {
  display: block;
  font-family: "SimSun", "宋体";
}

.secondnav a:hover {
  background: rgba(215, 194, 168, 0.7);
}

.secondnav a.on {
  background: #601b1e;
  color: #fff;
}

.master {
  overflow: hidden;
}

.master .master-list {
  padding-bottom: 2em;
}

.master .master-list a::after {
  border-top: 1.5em solid #dca57a;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
  border-bottom: 0;
  top: calc(100% - 0.05em);
}

.master .layui-container {
  margin-top: 1.8em;
}

.master .master-about {
  min-height: 41em;
  margin-left: -3%;
  margin-right: -3%;
}

.master .master-about .introduce {
  height: 282px;
}

.master .master-pic {
  right: 0;
}

.master .master-pic img {
  width: 100%;
  max-width: 550px;
}

.master-pro {
  position: relative;
  padding-top: 7em;
  padding-right: 0;
  padding-bottom: 10%;
  padding-left: 4%;
}

.master-pro .titpic {
  position: absolute;
  left: calc(-0% - 7.3em);
  top: 3em;
}

.master-pro .products .item {
  grid-template-columns: 35% 65%;
}

.master-pro .products .item .infor {
  text-align: left;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 20em;
  padding-left: 7%;
}

.master-pro .products .item .infor h2 {
  margin-top: 0.2em;
  margin-left: 8%;
  line-height: 120%;
  display: block;
}

.master-pro .products .item .infor h2::after, .master-pro .products .item .infor h2::before {
  display: none;
}

.master-pro .products .item .infor h6 {
  margin: 0;
}

.new-pro {
  padding-top: 8em;
}

.new-pro .item {
  position: relative;
  top: 0em;
}

.new-pro .item:hover {
  top: -1em;
}

.new-pro a {
  position: relative;
  display: block;
}

.new-pro a .tagpic {
  width: 6.2em;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.new-pro a .tagpic img {
  width: 100%;
}

.new-pro a .tagpic2 {
  width: 8.8em;
  position: absolute;
  left: 5.2%;
  bottom: 2.5em;
  z-index: 9;
}

.new-pro a .tagpic2 img {
  width: 100%;
}

.new-pro a .infor {
  display: block;
  position: relative;
  overflow: hidden;
  height: 38em;
  background-color: var(--yellowLight);
  border: 3px solid var(--brown2);
}

.new-pro a .infor .infor {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.new-pro a .infor:before {
  content: '';
  border: 1px solid var(--brown2);
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  opacity: .7;
  z-index: 2;
}

.new-pro a .infor:after {
  content: '';
  display: block;
  position: absolute;
  width: 94%;
  padding-top: 70%;
  bottom: -41%;
  right: -14%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(to bottom, #e5cfbd 0%, rgba(229, 207, 189, 0.3) 50%, rgba(255, 207, 189, 0) 100%);
  z-index: 1;
}

.new-pro a .infor h1 {
  width: auto;
  position: absolute;
  left: 13%;
  top: 1em;
  z-index: 9;
  max-height: 9em;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  line-height: 130%;
}

.new-pro a .infor .propic {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 8;
  width: 75%;
  padding-top: 75%;
  margin-left: 2%;
  text-align: center;
}

.new-pro a .infor .propic .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-pro a .infor .propic .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.contact {
  grid-template-columns: 66% 34%;
  background: rgba(210, 191, 164, 0.5);
}

.contact .leftpart {
  padding: 7em 0;
}

.contact .leftpart .grid-container, .contact .leftpart .ind-grid, .contact .leftpart .left-title, .contact .leftpart .about-part1, .contact .leftpart .about-part2 .infor, .about-part2 .contact .leftpart .infor, .contact .leftpart .about-part2 .infor .right, .about-part2 .infor .contact .leftpart .right, .contact .leftpart .history, .contact .leftpart .secondnav, .contact .leftpart .master-pro .products .item, .master-pro .products .contact .leftpart .item, .contact .leftpart .contact, .contact .leftpart .contact-store {
  grid-template-columns: auto calc(109px + 10%);
}

.contact .leftpic {
  position: absolute;
  left: 0;
  top: -16em;
  width: 33em;
}

.contact .leftpic img {
  width: 100%;
}

.contact .infor {
  padding-left: 26.5em;
}

.contact .infor .title {
  margin-bottom: 2.5em;
}

.contact .infor .title img {
  width: 90%;
  max-width: 537px;
}

.contact .left {
  position: relative;
}

.contact .left .item span {
  background: rgba(197, 142, 98, 0.5);
  color: var(--deepred);
  border-radius: 3px;
  padding: 3px 5px;
  margin-right: 10px;
}

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

.contact .wechat .title {
  margin-left: -10px;
  padding-bottom: 10px;
}

.contact .wechat .title img {
  width: 102px;
}

.contact .wechat .ewm {
  width: 80px;
}

.contact .wechat h6 {
  padding-top: 15px;
}

.contact-store {
  padding: 20px 5%;
  grid-template-columns: 50% 50%;
  background: #ae834a;
}

.contact-store .item {
  width: 230px;
  margin: 0 auto;
}

.contact-store .item .pic {
  display: inline-block;
}

.contact-store .item .pic img {
  width: 4.5em;
  height: 4.5em;
  padding-right: 10px;
  margin-top: -0.7em;
}

.contact-store .item h6 {
  opacity: .5;
}

.inside-news-list {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 50% auto;
  row-gap: 30px;
  overflow: hidden;
}

.inside-news-list .news-content {
  height: 22.8em;
  position: relative;
  overflow: hidden;
}

.inside-news-list .news-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 100%);
}

.inside-news-list .item {
  padding: 20px;
}

.inside-news-list .item img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 8;
}

.inside-news-list .date {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 9;
}

.inside-news-list .date h6 {
  color: #dcb47f;
  opacity: .7;
  position: relative;
  z-index: 9;
}

.inside-news-list .date p {
  position: relative;
  z-index: 9;
  color: #dcb47f;
}

.inside-news-list .date::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16%;
  right: -4%;
  width: 150%;
  padding-top: 150%;
  background: linear-gradient(to right, rgba(78, 13, 15, 0.7) 0%, rgba(78, 13, 15, 0.5) 80%, rgba(78, 13, 15, 0.3) 100%);
  border-radius: 100%;
  z-index: 8;
}

.inside-news-list .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 80%;
  padding: 16px 9% 0;
  color: #ffffff;
  z-index: 99;
  font-family: "SimSun", "宋体";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inside-news-list .title::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../image/yinhao.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 5%;
  top: 0px;
}

.news-detail {
  overflow: hidden;
}

.news-detail .title {
  line-height: 160%;
}

.news-detail img {
  max-width: 100% !important;
}

.goback {
  text-align: center;
  margin-top: 3.57em;
  padding-bottom: 5em;
}

.goback a {
  display: inline-block;
  padding: 0.8em 2.14em;
  border: 1px solid var(--brown2);
  background: var(--white);
  color: var(--brown2);
  margin: 0 0.8em;
  font-size: 1.2em;
}

.goback a:hover {
  border: 1px solid var(--deepred2);
  background: var(--deepred2);
  color: #fff;
}

/* 屏幕 大于 1920 */
@media screen and (min-width: 1921px) {
  body {
    font-size: 16px;
  }
  #web-top.shrink, #web-top.shrinked {
    height: 164px;
  }
  .menu li span {
    transform-origin: 26px -1px;
    -webkit-transform-origin: 26px -1px;
    -moz-transform-origin: 26px -1px;
    -ms-transform-origin: 26px -1px;
    -o-transform-origin: 26px -1px;
  }
  .course .year {
    top: 156px;
    right: 7em;
  }
}

/* 屏幕 大于 1300 */
@media screen and (min-width: 1401px) {
  .layui-container {
    width: 1371px;
  }
}

/* 屏幕 1600px 以内 */
@media screen and (max-width: 1600px) {
  body {
    font-size: 12px;
  }
  #web-top.shrink {
    height: 127px;
  }
  #web-top.shrink .logo img {
    width: 6em;
  }
  #web-top.shrink .logo:after {
    display: none;
  }
  .master-about .introduce {
    height: 246px;
  }
  .ind-company {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .ind-company .rightpic {
    width: 72em;
    right: -5%;
  }
  .ind-company .content {
    padding-right: 0%;
  }
  .menu li span {
    font-size: 0.8em;
    transform-origin: 17px 0px;
    -webkit-transform-origin: 17px 0px;
    -moz-transform-origin: 17px 0px;
    -ms-transform-origin: 17px 0px;
    -o-transform-origin: 17px 0px;
  }
  .master-pro {
    padding-left: 6%;
  }
  .master-pro .titpic {
    left: calc(4% - 7.0em);
  }
  .about-part1 {
    grid-template-columns: 28% 72%;
  }
  .about-part1 .leftpic .tit {
    width: 57%;
  }
  .about-part1 .leftpic .building {
    max-width: 800px;
  }
  .about-part1 .infor {
    padding-top: 8em;
    padding-bottom: 16.5em;
  }
  .about-part2 .infor {
    grid-template-columns: 22% 62% 16%;
  }
  .about-part2 .infor .left {
    padding-top: 1em;
  }
  .about-part2 .infor .left img {
    max-width: 36.7em;
  }
  .history {
    grid-template-columns: 14em auto;
  }
  .history .leftpic img {
    left: 0;
  }
  .history .infor .pic {
    width: 30%;
    margin-left: 5%;
  }
  .course .swiper-slide::after {
    left: -8.5em;
  }
  .course .swiper-slide::before {
    left: -23px;
  }
  .course .year {
    top: 127px;
  }
  .new-pro a .infor .propic {
    width: 65%;
    padding-top: 65%;
  }
}

@media screen and (max-width: 1470px) {
  .master-pro {
    padding-left: 9%;
  }
  .master-pro .titpic {
    left: calc(8% - 7.0em);
  }
  .master-pro .titpic img {
    width: 7.0em;
  }
}

/* 屏幕 1440px 以内 */
@media screen and (max-width: 1440px) {
  .nbanner {
    padding-top: 38%;
    background-size: 110%;
  }
  .menu li {
    margin: 0 0.8vw;
  }
  .header .logo {
    transform: scale(0.85);
    left: -1.1em;
    top: -1.1em;
  }
  .headright {
    transform: scale(0.9);
    margin: 2.14em 0.57em 0 0;
  }
  .ind-company .rightpic {
    width: 65em;
    right: -5%;
  }
  .ind-company .content {
    margin-right: -14%;
  }
  #web-top.shrink .logo {
    transform: scale(1);
    left: 0em;
    top: 0em;
  }
  .master-pic {
    right: 0;
    top: -15px;
    width: 44%;
  }
  .master-pic img {
    width: 100%;
  }
  .master-about .infor {
    margin-right: -10%;
  }
  .contact .leftpic {
    width: 30vw;
    left: -3vw;
    top: -15vw;
  }
  .contact .infor {
    padding-left: 18vw;
  }
  .contact-store .item {
    width: 160px;
  }
  .contact-store .item .pic img {
    width: 4em;
    height: 4em;
  }
  .master .master-pic {
    top: -15px;
    width: 36%;
  }
  .about-part3 {
    padding: 7em 3%;
  }
}

/* 屏幕 1300px 以内 */
/* layui-lg 屏幕 1200px 以内 */
@media screen and (max-width: 1200px) {
  .ind-company .rightpic {
    right: -11%;
  }
  #web-top.shrink {
    height: 125px;
  }
  .master-about {
    min-height: 30em;
  }
  .master-about .infor {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 10%;
  }
  .master-about .infor .detail-btn {
    margin-left: 0px;
  }
  .master-about .infor h1 {
    padding-top: 15px;
  }
  .master-about .introduce {
    margin-top: 30px;
    height: 239spx;
  }
  .master-about .introduce p {
    ​width: 100%;
    padding-right: 5%;
  }
  .master-about hr {
    opacity: .5;
  }
  .contact {
    grid-template-columns: 100%;
  }
  .contact-store {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .contact .leftpart {
    padding: 5em 0;
  }
  .contact .leftpic {
    width: 28vw;
    left: -3vw;
    top: -10vw;
  }
  .contact .infor .title {
    margin-bottom: 2em;
  }
  .contact .infor .title img {
    width: 90%;
    max-width: 435px;
  }
  .contact .infor {
    padding-left: 20vw;
  }
  .contact-store {
    padding: 32px 5%;
  }
  .contact-store .item .pic img {
    padding-right: 7px;
    margin-top: -0.4em;
  }
  .master .master-about .introduce {
    padding-right: 0;
    margin-right: 4%;
  }
  .master .master-pic {
    width: 41%;
    right: -3%;
  }
  .master-pro {
    padding-left: 10%;
  }
  .master-pro .titpic {
    left: calc(8% - 6.0em);
  }
  .master-pro .titpic img {
    width: 6.0em;
  }
  .new-pro a .tagpic {
    width: 5.2em;
  }
  .new-pro a .tagpic2 {
    width: 6.8em;
  }
  .new-pro a .infor {
    height: 31em;
  }
  .new-pro a .infor .propic {
    width: 70%;
    padding-top: 70%;
  }
  .new-pro a .infor h1 {
    font-size: 2.3em;
    max-height: 7em;
  }
  .about-part1 {
    grid-template-columns: 25% 75%;
  }
  .about-part1 .leftpic {
    padding-top: 6.5em;
  }
  .about-part1 .leftpic .tit {
    width: 70%;
  }
  .about-part1 .leftpic .building {
    max-width: 650px;
  }
  .about-part1 .infor {
    padding-top: 6.5em;
    padding-left: 15%;
    padding-bottom: 14.5em;
    padding-right: 15%;
  }
  .about-part2 .infor .left {
    padding-top: 1em;
  }
  .about-part2 .infor .left img {
    max-width: 29.7em;
    padding-bottom: 4em;
  }
  .about-part2 .infor .pic .img1 {
    width: 71%;
    padding-bottom: 27px;
  }
  .about-part2 .infor .right .titpic img {
    width: 4.7em;
  }
  .about-part3 .item .infor p {
    height: 12em;
  }
  .history {
    grid-template-columns: 15% auto;
  }
  .history .leftpic img {
    left: 0;
    width: 65%;
  }
  .history .infor .tit img {
    max-width: 17.7em;
  }
  .history .infor .pic {
    width: 35%;
    margin-left: 5%;
  }
}

/* 屏幕 1110px 以内 */
@media screen and (max-width: 1110px) {
  .menu li {
    margin: 0 0.42vw;
  }
  .header .logo {
    transform: scale(0.7);
    left: -2.1em;
    top: -2.1em;
  }
  .headright {
    transform: scale(0.8);
    margin: 2.14em -0.87em 0 0;
  }
  .menu li a {
    width: 5.0em;
    height: 8.5em;
  }
  .menu li div {
    margin-top: 1.28em;
  }
}

/* layui-md ipad尺寸 屏幕 992px 以内 */
@media screen and (max-width: 992px) {
  .nbanner {
    padding-top: 30%;
    background-size: 120%;
    background-position: center bottom;
  }
  .goback a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .titpic {
    text-align: left;
    padding-right: 0;
    padding-left: 10%;
  }
  .titpic img {
    width: 17.0em;
  }
  .morebtn {
    width: 12em;
    height: 4em;
    margin-bottom: 10px;
    background-size: 12em;
    margin-right: 12%;
    background-image: url(../image/more-h.png);
  }
  .morebtn span {
    width: 100%;
    text-align: center;
  }
  .morebtn:hover {
    background-image: url(../image/more-white-h.png);
  }
  .deep-color .morebtn {
    background-image: url(../image/more-white-h.png);
  }
  .deep-color .morebtn:hover {
    background-image: url(../image/more-h.png);
  }
  .indpart .btn {
    align-items: flex-end;
  }
  .ind-company {
    padding-bottom: 19vw;
  }
  .ind-company .ind-grid {
    grid-template-columns: 100%;
  }
  .ind-company .leftpic {
    bottom: -30px;
  }
  .ind-company .rightpic {
    opacity: .5;
    width: 70%;
  }
  .ind-company .content {
    padding-left: 10%;
    margin-right: 10%;
  }
  .ind-company .content img {
    height: 2em;
  }
  .ind-grid {
    grid-template-columns: 100%;
  }
  .left-title {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .ind-newpro:after {
    width: 6em;
    background: linear-gradient(to right, rgba(146, 66, 60, 0) 0%, #92423c 70%, #92423c 100%);
  }
  .iprolist {
    padding-left: 30px;
  }
  .ind-master .content {
    padding-left: 0;
  }
  .news-list {
    padding-left: 10%;
  }
  .mobile-logo {
    display: flex;
    align-items: center;
  }
  .mobile-logo img {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  .master-pic {
    right: -4%;
    top: 1vw;
    width: 46%;
  }
  .master-about .infor {
    margin-right: 0;
  }
  .master-list {
    padding-top: 3.5em;
    padding-left: 10%;
  }
  .master-list a {
    padding-left: 0;
    width: 10em;
    height: 5em;
  }
  .master-list a h5 {
    line-height: 3.5em;
  }
  .master-list .pic {
    display: none;
  }
  .pro-search {
    top: -3px;
    border-radius: 0;
  }
  .pro-itempage {
    margin: 0 20px;
  }
  .storelink i {
    font-size: 32px;
  }
  .storelink h6 {
    font-size: 12px;
  }
  .inside-news-list {
    grid-template-columns: 100%;
  }
  .master-pro {
    padding-left: 0;
    padding-top: 1em;
  }
  .master-pro .titpic {
    position: inherit;
    text-align: left;
    left: 0px;
    padding-bottom: 4em;
  }
  .master-pro .titpic img {
    width: 14em;
  }
  .master-pro .products .item .infor {
    height: 15em;
  }
  .master-pro .products .item .infor h2 {
    font-size: 1.5em;
    margin-top: 0.3em;
  }
  .master .master-pic {
    width: 46%;
    right: -7%;
    top: 29px;
  }
  .new-pro a .tagpic {
    width: 5.2em;
  }
  .new-pro a .tagpic2 {
    width: 4.8em;
  }
  .new-pro a .infor {
    height: 28em;
  }
  .new-pro a .infor .propic {
    width: 70%;
    padding-top: 70%;
  }
  .new-pro a .infor h1 {
    font-size: 2.1em;
    left: 11%;
    max-height: 7em;
  }
  .about-part1 .leftpic {
    padding-top: 6.5em;
  }
  .about-part1 .leftpic .building {
    max-width: 650px;
    left: -9em;
  }
  .about-part1 .infor {
    padding-top: 5.5em;
    padding-bottom: 30%;
    padding-right: 10%;
  }
  .about-part1 .infor .tit {
    margin-bottom: 4vw;
  }
  .about-part2 .infor {
    grid-template-columns: 100%;
  }
  .about-part2 .infor .left {
    padding-top: 1em;
  }
  .about-part2 .infor .left img {
    max-width: 29.7em;
    padding-bottom: 4em;
  }
  .about-part2 .infor .pic {
    display: grid;
    grid-template-columns: 45.5% 54.5%;
    padding: 0;
    margin: 30px 0 10px;
  }
  .about-part2 .infor .pic .img1 {
    width: 100%;
  }
  .about-part2 .infor .pic .img2 {
    width: 100%;
  }
  .about-part2 .infor .right {
    width: 100%;
    grid-template-columns: 70% 30%;
  }
  .about-part2 .infor .right .titpic img {
    width: 80%;
    max-width: 12.7em;
    padding-top: 10px;
  }
  .about-part2 .infor .right .text-page {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    height: auto;
    padding-right: 0;
  }
  .about-part3 .item {
    padding-bottom: 40px;
  }
  .about-part3 .item .infor {
    padding-top: 0.5em;
  }
  .about-part3 .item .infor p {
    height: 7em;
  }
}

/* 手机以外 */
@media screen and (min-width: 769px) {
  .webinfor {
    text-align: right;
    margin-right: 10%;
  }
  .news-list .r-news {
    position: relative;
    width: 49em;
    height: 33em;
  }
  .news-list .r-news img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news-list .r-news .infor {
    width: 9.7em;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #4f0d0f 0%, rgba(79, 13, 15, 0.5) 100%);
  }
  .news-list .r-news .title {
    color: #fff;
  }
  .news-list .r-news .date {
    border: 0;
  }
  .news-list .r-news .date h6 {
    color: var(--gold);
    text-align: left;
    opacity: 1;
  }
  .news-list .r-news .date p {
    color: var(--gold);
    text-align: left;
  }
  .news-list .r-news::before, .news-list .r-news::after {
    display: none;
  }
  .pro-detial .infor {
    padding: 1em 10%;
    height: calc(90% - 60px);
    overflow-y: scroll;
  }
}

.layui-col-space160 > * {
  padding: 0px 3.3%;
}

.layui-col-space160 {
  margin: 0 -3.3%;
}

.layui-col-space130 > * {
  padding: 1.8vw 2.1vw;
}

.layui-col-space130 {
  margin: 0 -2.1vw;
}

.mobile-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #964742;
  z-index: 9999;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.mobile-menu a {
  color: #fff;
}

.mobile-menu .closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobile-menu .content {
  padding-top: 70px;
}

.mobile-menu .content li a {
  display: block;
  padding-left: 26px;
}

.mobile-menu .content li.on a {
  color: var(--yellow);
  border-bottom: 2px solid var(--yellow);
}

.mobile-menu .mobile-search {
  position: relative;
  background-color: var(--deepred);
}

.mobile-menu .mobile-search input {
  background: none;
  display: block;
  width: 100%;
  color: #fff;
}

.mobile-menu .mobile-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-menu .mobile-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-menu .mobile-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-menu .mobile-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-menu .mobile-search a {
  position: absolute;
  right: 20px;
  top: 12px;
}

.mobile-menu .mobile-search i {
  font-size: 2em;
}

.toubu {
  position: relative;
}

.toubu h1 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
}

.toubu h1 span {
  color: #ffffff;
  font-size: 1.8em;
  font-family: 'Impact';
  font-weight: normal;
  padding-right: 5px;
}

.form-search {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.form-search .content {
  margin: 150px 10%;
  background-color: #ffffff;
  height: auto;
  position: relative;
  z-index: 9999;
}

.form-search .content .close-btn {
  position: absolute;
  right: 2em;
  top: 2em;
  opacity: .5;
}

.form-search .content .close-btn i {
  font-size: 2em;
  color: #333;
}

.form-search .content .close-btn:hover {
  opacity: 1;
}

.form-search .content .infor {
  padding: 5em 3em 4em;
}

.form-search .content .infor .title {
  font-size: 2.5em;
  color: #000;
  font-weight: bold;
  height: 50px;
}

.form-search .content .infor .grid-container, .form-search .content .infor .ind-grid, .form-search .content .infor .left-title, .form-search .content .infor .about-part1, .form-search .content .infor .about-part2 .infor, .about-part2 .form-search .content .infor .infor, .form-search .content .about-part2 .infor .right, .about-part2 .form-search .content .infor .right, .form-search .content .infor .history, .form-search .content .infor .secondnav, .form-search .content .infor .master-pro .products .item, .master-pro .products .form-search .content .infor .item, .form-search .content .infor .contact, .form-search .content .infor .contact-store {
  grid-template-columns: auto 150px;
}

.form-search .content .infor .grid-container input, .form-search .content .infor .ind-grid input, .form-search .content .infor .left-title input, .form-search .content .infor .about-part1 input, .form-search .content .infor .about-part2 .infor input, .about-part2 .form-search .content .infor .infor input, .form-search .content .about-part2 .infor .right input, .about-part2 .form-search .content .infor .right input, .form-search .content .infor .history input, .form-search .content .infor .secondnav input, .form-search .content .infor .master-pro .products .item input, .master-pro .products .form-search .content .infor .item input, .form-search .content .infor .contact input, .form-search .content .infor .contact-store input {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px 0 0 3px;
  padding: 1.5em 1.2em;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.02);
}

.form-search .content .infor .grid-container a, .form-search .content .infor .ind-grid a, .form-search .content .infor .left-title a, .form-search .content .infor .about-part1 a, .form-search .content .infor .about-part2 .infor a, .about-part2 .form-search .content .infor .infor a, .form-search .content .about-part2 .infor .right a, .about-part2 .form-search .content .infor .right a, .form-search .content .infor .history a, .form-search .content .infor .secondnav a, .form-search .content .infor .master-pro .products .item a, .master-pro .products .form-search .content .infor .item a, .form-search .content .infor .contact a, .form-search .content .infor .contact-store a {
  background-color: #944540;
  color: #fff;
  font-size: 1.2em;
  line-height: 100%;
  border-radius: 0 3px 3px 0;
}

.form-search .content .infor .grid-container a i, .form-search .content .infor .ind-grid a i, .form-search .content .infor .left-title a i, .form-search .content .infor .about-part1 a i, .form-search .content .infor .about-part2 .infor a i, .about-part2 .form-search .content .infor .infor a i, .form-search .content .about-part2 .infor .right a i, .about-part2 .form-search .content .infor .right a i, .form-search .content .infor .history a i, .form-search .content .infor .secondnav a i, .form-search .content .infor .master-pro .products .item a i, .master-pro .products .form-search .content .infor .item a i, .form-search .content .infor .contact a i, .form-search .content .infor .contact-store a i {
  font-size: 1.5em;
  padding-right: 5px;
}

.form-search .content .infor .grid-container a:hover, .form-search .content .infor .ind-grid a:hover, .form-search .content .infor .left-title a:hover, .form-search .content .infor .about-part1 a:hover, .form-search .content .infor .about-part2 .infor a:hover, .about-part2 .form-search .content .infor .infor a:hover, .form-search .content .about-part2 .infor .right a:hover, .about-part2 .form-search .content .infor .right a:hover, .form-search .content .infor .history a:hover, .form-search .content .infor .secondnav a:hover, .form-search .content .infor .master-pro .products .item a:hover, .master-pro .products .form-search .content .infor .item a:hover, .form-search .content .infor .contact a:hover, .form-search .content .infor .contact-store a:hover {
  background-color: #8d251f;
}

[data-animation] {
  opacity: 0;
}

[data-animation].animated {
  opacity: 1;
}

#shadow {
  display: none;
}

.shadow {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
