@charset "utf-8";

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  margin: 0 auto;
}

body {
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
  line-height: 1;
}

p {
  line-height: 1.5;
}

a,
a:visited {
  text-decoration: none;
}

a {
  color: #000;
}

li {
  list-style: none;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

fieldset,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.flex {
	display: flex;
	flex-direction: row;
}

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

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

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

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

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

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

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

.flex-column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-column-between {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.flex-center-x {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.flex-center-y {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex-column-between-y {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex-center-r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-center-r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

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

.f-1 {
	flex: 1;
	overflow: hidden;
}

.f-2 {
	flex: 2;
	overflow: hidden;
}

.f-3 {
	flex: 3;
	overflow: hidden;
}

.grid {
	display: grid;
}

.g-1 {
	grid-template-columns: 1fr;
}

.g-2 {
	grid-template-columns: repeat(2, 1fr);
}

.g-3 {
	grid-template-columns: repeat(3, 1fr);
}

.g-4 {
	grid-template-columns: repeat(4, 1fr);
}

.g-6 {
	grid-template-columns: repeat(6, 1fr);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img2 {
  max-height: 100%;
  width: auto;
}

.trans {
  -moz-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.trans04 {
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.trans2 {
  -moz-transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
}

.transcalxzero {
  transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.transcaletop {
  transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 31%;
}

.bg0 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flex {
  display: box;
  /* OLD - Android 4.4- */
  display: flexbox;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* overflow: hidden; */
}

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

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

/*公共*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.c12 {
  width: 1200px;
  margin: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

a,
.tran,
img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a {
  color: #000;
}

.tran5 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pic {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.pic.cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pic.contain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.none {
  display: none;
}

.fixed_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.slide_nav {
  background: #c2a072;
  overflow: auto;
  padding-bottom: 30px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  z-index: 99999999;
}

.slide_nav.left_active {
  left: 0;
}

.slide_nav .slide_logo {
  /* background: #fff; */
  text-align: center;
  /* padding: 15px 0; */
}

.slide_nav .slide_logo a {
  display: block;
}

.slide_nav .slide_logo a img {
  max-width: 54%;
}

.slide_nav .slide_nav_ul {
  margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
  font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
  display: none;
  overflow: hidden;
  background: #d6524f;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
  display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
  height: 100%;
}

.slide_nav .slide_nav_ul li a {
  font-size: 15px;
  color: #fff;
  height: 50px;
  display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
  display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
  background: #fff;
  height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
  width: 100%;
  height: 50px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 50px;
}

.phone_back {
  width: 60%;
  height: 40px;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 20px;
  border: 0;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
}

.phone-menu {
  display: block;
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 10px;
  background: #c2a072;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: none;
}

.w12 {
  width: min(1200px,100%);
  margin: auto;
}

header {
  position: absolute;
  background: #FFFFFF;
  /*border-radius: 0px 0px 45% 45%;*/
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  height: 100px;
  align-items: center;
  padding: 0 110px 10px 110px;
}

header .index-nav{
  flex:1;
  justify-content: space-between;
  margin-left: 6.6666667%;
  margin-top:2%;
}

header .index-nav .box {
  position: relative;
}

header .index-nav .box .big {
  display: block;
  position: relative;
  transition: all .3s;
  padding-bottom: 15px;
}

header .index-nav .box .big::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #2c6e4f;
  width: 0;
  transition: all .3s;
}

header .index-nav .box.active .big::after {
  width: 100%;
}

header .index-nav .box.active .big{
  color: #2c6e4f;
}

header .index-nav .box:hover .big {
  color: #B38F4D;
  font-weight: bold;
}

header .index-nav .box .min-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

header .index-nav .box:hover .min-nav {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

header .index-nav .box .min-nav a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
  background: #fff;
  border-bottom: 1px dashed #999;
}

header .index-nav .box .min-nav a:hover {
  background: #2c6e4f;
  color: #fff;
}

header .index-nav .box .min-nav a:last-child {
  border: none
}

footer .footer-top {
  background: url(../images/footerbg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 60px 0 30px 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

footer .footer-top .item{
  padding: 0 45px;
}

footer .footer-top .text,
footer .footer-top .tel {
  margin: 10px 0 30px 0;
}

footer .footer-top .iconfont {
  font-size: 24px;
  margin-right: 10px;
}

footer .footer-top .i-tel {
  font-size: 40px;
}

footer .footer-top .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom .copyright {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  color: #666666;
}

.footer-bottom .copyright a {
  color: #666;
  margin-left: 15px;
}

.footer-bottom .ewm {
  margin-top: 50px;
  color: #666;
}

.footer-bottom .ewm img {
  display: block;
  width: 115px;
  margin-bottom: 10px;
}

.footer-nav {
  padding: 50px 0 20px 0;
  align-items: flex-start;
}

.footer-nav .box .min-nav a {
  display: block;
  color: #666666;
  margin-bottom: 15px;
  white-space: nowrap;
}

.footer-nav .box {
  margin-right: 50px;
  min-width: 170px;
}

.footer-nav .box .big {
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: #343434;
}

.footer-nav .box .big::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 4px;
  background: #7c4e23;
  width: 50px;
}

.footer-nav .box a:hover {
  color: #7c4e23;
}




.index-swiper {
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-wrapper {
  height: auto !important;
}

.index-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.index-swiper .pic-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 46%;
}

.index-swiper .index-page {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 3;
  left: 80%;
  flex-wrap: wrap;
}

.index-swiper .index-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  position: relative;
  opacity: 1;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
  display: block;
  margin-bottom: 100px;
}

.index-swiper .index-page .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px dashed #eee;
  height: 80px;
  top: 20px;
  left: 6px;
}

.index-swiper .index-page .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.index-swiper .index-page .swiper-pagination-bullet:last-child::before {
  display: none;
}

.index-swiper .index-page .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 16px;
  background: url(../images/sjx.png);
  left: -20px;
  top: 50%;
  margin-top: -8px;
}

.index-about {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
}

.index-about .w12 {
  position: relative;
  z-index: 3;
  padding-bottom: 72px;
  gap:33px;
  padding-top: 60px;
}

.index-about .text {
  width: 650px;
}

.index-about .text .title {
  color: #333333;
  font-weight: bold;
}

.index-about .text .des {
  color: #2c6e4f;
  font-weight: bold;
  margin: 30px 0;
}

.index-about .text .art {
  color: #777777;
  line-height: 2;
}

.index-about .text .more {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  background: #b38f4d;
  color: #fff;
  margin-top: 20px;
  position: relative;
  border: 1px solid #b38f4d;
}

.index-about .text .more::after {
  content: "";
  width: 36px;
  right: 0;
  height: 1px;
  background: #333;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-right: -18px;
  transition: all .3s;
}

.index-about .text .more:hover {
  background: #fff;
  color: #b38f4d;
}

.index-about .pic-list .pic-w {
  display: block;
  width: 120px;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-right: 35px;
  float: left;
}

.index-about .pic-list .pic-w:first-child {
  margin-top: 70px;
}

.index-about .pic-list .pic-w:nth-child(3) {
  margin-top: 120px;
}

.index-about .pic-list .word {
  position: absolute;
  color: #fff;
  left: 15px;
  bottom: 20px;
  z-index: 3;
  font-size: 14px;
  transition: all .3s;
}

.index-about .pic-list .num {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.index-about .pic-list .chn {
  margin-top: 15px;
}

.index-about .pic-list .eng {
  font-size: 10px;
  margin-top: 5px;
  opacity: 0.8;
}

.index-about .pic-list .pic-w:hover .pic {
  transform: scale(1.1);
}

.index-about .pic-list .pic-w:hover .word {
  bottom: 80px;
}

.index-video {
  background: url(../images/videobg.jpg);
  padding-bottom: 72px;
  padding-top: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.index-video .title {
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
  color: #fff;
}


.index-video .left-name{
  width: 100%;
  overflow: hidden;
}

.index-video .left-name .des {
  color: #666;
  line-height: 25px;
  height: 50px;
  margin-top: 10px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 12px;
  text-align: left;
}

.index-video .left-name .name {
  margin-top: 15px;
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
}

.index-video .left-name{
  gap:12px;
}

.index-video .left-name .box {
  background-color: #fff;
  padding: 7px 4px 10px;
  width: 16%;
  margin-right: 12px;
}

.index-video .left-name .box:last-child {
  border: none
}

.index-video .left-name .name span {
  position: relative;
  z-index: 3;
}

.index-video .left-name .name span::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ceb78d;
  left: -6px;
  top: 0px;
  border-radius: 6px;
  z-index: -1;
}

.index-video .video-two .pic-w {
  position: relative;
  overflow: hidden;
  height: 290px;
  width: 550px;
  border-radius: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.index-video .video-two .pic-w:last-child {
  margin-bottom: 0;
}

.index-video .video-two .pic-w .play {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.index-video .video-two .pic-w:hover .play {
  transform: translate(-50%, -50%) rotateY(360deg);
}

.index-video .video-two .pic-w:hover .pic {
  transform: scale(1.1);
}
















.index-search {
  margin: 25px auto;
}


.index-search .left .box {
  display: flex;
  width: 580px;
  border-bottom: 1px solid #bbbbbb;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.index-search .left .box input {
  width: 80%;
  height: 30px;
  line-height: 30px;
}

.index-search .left .box button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/button.png) center center no-repeat;
  cursor: pointer;
}

.index-search .link {
  color: #555555;
  font-size: 14px;
  margin-top: 10px;
}

.index-search .link a {
  color: #555555;
  display: inline-block;
  margin-left: 10px;
}

.index-search .link a:hover {
  color: #ff0000;
}

.index-search .tel {
  background: url(../images/tel.png) center left no-repeat;
  background-size: contain;
  padding-left: 80px;
  color: #33343c;
}

.index-search .tel span {
  margin: 8px 0;
  display: inline-block;
  color: #666666;
}

.index-search .tel p {
  line-height: 1;
}

.index-word {
  margin-top: 10px;
}

.index-word .top {
  text-align: center;
  background-image: url(../images/wordbg.png);
  background-color: #b68d55;
  color: #fff;
  background-position: bottom left;
  padding-top: 75px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.index-word .top h2 {
  font-weight: bold;
  font-family: Simsun;
  margin-bottom: 35px;
}

.index-word .top .des {
  padding: 0 130px;
  line-height: 2;
}

.index-word .top .point {
  text-align: center;
  margin: 30px 0;
}

.index-word .top .point span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
}

.index-word .bottom {
  display: flex;
}

.index-word .bottom .name {
  background: #bb2b22;
  color: #fff;
  width: 100px;
  height: 520px;
  writing-mode: vertical-lr;
  padding: 40px 0 0 25px;
  letter-spacing: 3px;
}

.index-word .bottom .name p {
  letter-spacing: 15px;
  margin-left: 10px;
}

.index-word .bottom .name i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}

.index-word .bottom .name i:first-child {
  margin-top: 20px;
}

.index-word .bottom .pic-w {
  position: relative;
  overflow: hidden;
  width: 400px;
}

.index-word .right {
  background: url(../images/wordright.png);
  width: 700px;
  background-size: cover;
  color: #fff;
  font-family: Simsun;
  padding-left: 40px;
  position: relative;
}

.index-word .right p {
  padding-top: 170px;
  font-weight: bold;
}

.index-word .right .des {
  margin-top: 30px;
}

.index-word .right .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  background: #b68d55;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.index-word .right .more:hover {
  background: #fff;
  color: #b68d55;
}

.index-ry {
  background: url(../images/rybg.png);
  background-size: cover;
  padding-top: 30px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.index-ry .bg {
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
}

.index-ry .ry-title {
  color: #fff;
  padding-top: 80px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.index-ry .ry {
  position: relative;
  z-index: 3;
}

.index-ry .ry-btn {
  text-align: center;
  margin-bottom: 30px;
}

.index-ry .right-title {
  position: absolute;
  right: 0;
  height: 30px;
  text-align: right;
  top: 60px;
  font-family: Simsun;
  font-weight: bold;
  color: #707070;
}

.index-ry .right-title p {
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.index-ry .right-title .line {
  width: 100px;
  height: 2px;
  background: #b68d55;
  display: inline-block;
  margin: 15px 0;
}

.index-ry .ry-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #cd8617;
  cursor: pointer;
  margin: 0 5px;
  transition: all .3s;
}

.index-ry .ry-btn span:hover {
  background: #bb2b22;
}

.index-ry .ry-swiper {
  position: relative;
  overflow: hidden;
}

.index-ry .ry-swiper .swiper-wrapper {
  height: auto !important;
}

.index-ry .ry-swiper .pic-w {
  position: relative;
  overflow: hidden;
  padding-bottom: 195px;
}

.index-ry .ry-swiper p {
  text-align: center;
  margin-top: 15px;
}

.index-video {
  overflow: hidden;
}

.index-video .videos .box {
  width: 550px;
}

.index-video .videos .pic-w {
  position: relative;
  overflow: hidden;
  height: 330px;
  cursor: pointer;
}

.index-video .videos .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .3s;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.index-video .videos p {
  text-align: center;
  color: #fff;
  background: #000;
  height: 45px;
  line-height: 45px;
}

.index-video .videos .box:hover .play {
  transform: translate(-50%, -50%) rotateY(360deg);
}

.index-video .videos .box:hover .pic {
  transform: scale(1.1);
}

.index-video .zixun {
  display: block;
  width: 197px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  background: #b38f4d;
  color: #fff;
  border-radius: 40px;
  margin: 40px auto 137px auto;
  position: relative;
  border: 1px solid #b38f4d;
}

.index-video .zixun:hover {
  background: #fff;
  color: #b38f4d;
}

.index-video .bot {
  margin-top: 150px;
  position: relative;
}

.index-video .bot .left-text {
  color: #fff;
  width: 400px;
}

.index-video .bot .left-text .title {
  text-align: left;
  padding-top: 90px;
}

.index-video .bot .left-text .des {
  line-height: 1.5;
}

.index-video .bot .left-text a.more {
  color: #fff;
  margin-top: 30px;
  display: block;
}

.index-video .bot .left-text a.more:hover {
  color: #2c6e4f;
}

.index-video .bot .jk-swiper {
  width: 1200px;
  overflow: hidden;
  position: absolute;
  left: 450px;
  top: 0;
}

.index-video .bot .jk-swiper .swiper-wrapper {
  height: auto !important;
}

.index-video .bot .jk-swiper .pic-w {
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
}

.index-video .bot .jk-swiper p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.index-video .bot .op {
  margin-left: 450px;
}

.index-video .bot .op .btn {
  overflow: hidden;
  float: left;
}

.index-video .bot .op .btn div {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 48px;
  float: left;
  margin-right: 20px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s;
}

.index-video .bot .op .btn div:hover {
  background: #2c6e4f;
}

.index-video .bot .jk-page {
  margin-left: 280px;
  float: left;
  width: auto;
  color: #fff;
  line-height: 50px;
}

.index-mid-banner img {
  width: 100%;
}

.index-four {
  position: relative;
}

.index-four::after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 60px;
  background: #2c6e4f;
}

.index-four::before {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 60px;
  background: #b38f4d;
}

.index-four .four-title {
  position: relative;
  z-index: 6;
}

.index-four .four-title p {
  width: 25%;
  background: #fff;
  transition: all .3s;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.index-four .four-title .tel {
  width: 25%;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
}

.index-four .four-title .tel .big {
  font-weight: bold;
  margin-top: 3px;
}

.index-four .four-title p.on {
  background: #b38f4d;
  color: #fff;
}

.index-four .four-main {
  margin: 30px 0 60px 0;
}

.index-four .four-main .box {
  position: relative;
  overflow: hidden;
  display: none;
}

.index-four .four-main .box.on {
  display: flex;
}

.index-four .four-main .box .pic-w {
  width: 50%;
  padding-bottom: 375px;
  position: relative;
  overflow: hidden;
}

.index-four .four-main .box .text {
  width: 50%;
  padding: 70px;
}

.index-four .four-main .box .title {
  font-weight: bold;
}

.index-four .four-main .box .des {
  color: #666666;
  margin: 25px 0;
  line-height: 1.5;
}

.index-four .four-main .box a {
  color: #b38f4d;
  margin-top: 30px;
  display: inline-block;
}

.index-four .four-main .box .num {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #b38f4d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
}

.index-four .four-main .box .num span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
}

.index-top-news {
  margin-top: 60px;
}

.index-top-news .top-news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-top-news .top-news-title p {
  background: #b38f4d;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
}

.index-top-news .top-news-title a {
  font-size: 14px;
  color: #666666;
}

.index-top-news .top-news-title a:hover {
  color: #b38f4d;
}

.index-top-news .top-news {
  margin-top: 15px;
  display: flex;
}

.index-top-news .top-news .pic-w {
  width: 590px;
  height: 330px;
  overflow: hidden;
  position: relative;
}

.index-top-news .list {
  width: 610px;
  padding: 0 40px;
}

.index-top-news .list a {
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}

.index-top-news .list a:last-child {
  border: none
}

.index-top-news .list a .title {
  color: #060606;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .3s;
  margin-bottom: 15px;
}

.index-top-news .list a .des {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

.index-top-news .list a:hover .title {
  color: #b38f4d;
  font-weight: bold;
}

.index-bot-news {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 80px;
}

.index-bot-news .bot-news-title {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.index-bot-news .bot-news-title p {
  font-weight: bold;
}

.index-bot-news .bot-news-title a {
  font-size: 14px;
  color: #999999;
}

.index-bot-news .bot-news-title a:hover {
  color: #b38f4d;
}

.index-bot-news .left-news a {
  display: block;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  gap:43px;
}

.index-bot-news .left-news a .pic-w {
  width: 46.84%;
  overflow: hidden;
  position: relative;
}

.index-bot-news .left-news a .text {
  padding-top: 30px;
  flex:1;
  background: url(../images/douhao.png) left top no-repeat;
}
.index-bot-news .left-news a .title{
  color: #333333;
  line-height: 1.5;
}

.index-bot-news .left-news a .des{
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  margin-top: 15px;
}
.index-bot-news .left-news a:hover .title{
  color: #b38f4d;
}
.index-bot-news .left-news a:hover .pic{
  transform: scale(1.1);
}
.index-bot-news .left{
  flex:1;
  overflow: hidden;
}
.index-bot-news .right{
  width: 35.583%;
}
.index-bot-news .right .bot-news-title{
  border:none;
}
.index-bot-news .pic-news{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
  gap:14px;
}
.index-bot-news .pic-news .pic-w{
  width: 50.35%;
  position: relative;
  overflow: hidden;
}
.index-bot-news .pic-news .pic-w .pic{
  position: relative;
  padding-bottom: 56.28%;
}
.index-bot-news .pic-news .title{
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s;
}
.index-bot-news .right .pic-news .title{
  flex:1;
  overflow: hidden;
}
.index-bot-news .pic-news:hover .pic{
  transform: scale(1.1);
}
.index-bot-news .pic-news:hover .title{
  color: #b38f4d;
}
.index-bot-news .right-news .list{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 20px 0 20px 20px;
  border-bottom: 1px dashed #BFBFBF;
  color: #666666;
  position: relative;
}
.index-bot-news .right-news .list::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b38f4d;
}
.index-bot-news .right-news .list:hover{
  color: #b38f4d;
}
.index-bot-news .slogan{
  text-align: center;
  background: #b38f4d;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 30px 0;
}


.index-pro {
  background: url(../images/cpbg.png) center bottom no-repeat;
  overflow: hidden;
}

.index-pro .title {
  text-align: center;
  font-family: Simsun;
  font-weight: bold;
  margin: 50px 0 40px 0;
}

.index-pro .main {
  background: url(../images/cpbg12.png);
  background-size: cover;
  padding: 30px 20px 70px 60px;
  margin-bottom: 90px;
}

.index-pro .main .left {
  flex-shrink: 0;
}

.index-pro .main .left .title-box {
  text-align: center;
  background: #b68d55;
  letter-spacing: 20px;
  line-height: 1.5;
  padding: 15px 10px 15px 30px;
  border-radius: 15px;
  font-family: Simsun;
  font-weight: bold;
  position: relative;

}

.index-pro .main .left span {
  position: relative;
  z-index: 3;
}

.index-pro .main .title-box::after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: 55px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.index-pro .main .list {
  display: flex;
  justify-content: space-between;
}

.index-pro .main .list .box {
  background: #eeeeee;
  width: 125px;
  padding-top: 45px;
  text-align: center;
  margin-left: 35px;
  color: #010101;
  transition: all .3s;
}

.index-pro .main .list .line {
  width: 40px;
  height: 2px;
  background: #b68d55;
  margin: 50px auto;
}

.index-pro .main .list .number {
  color: #a1a1a1;
  margin-bottom: 40px;
  position: relative;
}

.index-pro .main .list .number::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #a1a1a1
}

.index-pro .main .list .bold {
  font-weight: bold;
  margin-top: 10px;
}

.index-pro .main .list .box:hover {
  background: #b68d55;
  color: #fff;
}

.index-pro .main .list .box:hover .number {
  color: #fff;
}

.index-case {
  background: url(../images/casebg.png);
  background-size: cover;
  padding: 60px;
}

.index-case .case-top {
  align-items: center;
}

.index-case .case-top .left {
  color: #fff;
  font-family: Simsun;
}

.index-case .case-top .right {
  display: flex;
}

.index-case .case-top .right p {
  font-weight: bold;
  font-family: Simsun;
  text-align: center;
  padding: 0 45px;
  background: #b68d55;
  height: 90px;
  line-height: 90px;
}

.index-case .case-top .iconfont {
  display: block;
  color: #000;
  background: #fff;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  font-size: 20px;
  padding: 0 30px;
  cursor: pointer;
  transition: all .3s;
}

.index-case .case-top .iconfont:hover {
  background: #b68d55;
  color: #fff;
}

.index-case .case-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.index-case .case-swiper .swiper-wrapper {
  height: auto !important;
  cursor: pointer;
}

.index-case .case-swiper .pic-w {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}

.index-case .case-swiper p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #414141;
  background: #fff;
}

.index-case .case-swiper .swiper-slide:hover .pic {
  transform: scale(1.1);
}

.index-ly {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}

.index-ly .left {
  color: #333333;
  width: 48%;
  margin-top: 90px;
}

.index-ly .left h2 {
  font-weight: bold;
  margin: 20px 0 35px 0;
}

.index-ly .left .radio-box {
  color: #888888;
  font-size: 14px;
}

.index-ly .left .radio-box input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 20px;
}

.index-ly .left .radio-box input:first-child {
  margin-left: 0;
}

.index-ly .left .flex-box {
  margin-top: 35px;
}

.index-ly .left .flex-box .box {
  width: 48%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbbbbb;
}

.index-ly .w12 {
  position: relative;
  z-index: 3;
}

.index-ly .left .flex-box p {
  color: #999999;
  flex-shrink: 0;
}

.index-ly .left .flex-box input {
  display: block;
  background: rgba(193, 25, 32, 0);
  width: 100%;
  text-indent: 10px;
}

.index-ly .left .textarea p {
  color: #999;
  flex-shrink: 0;
}

.index-ly .left .textarea {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #bbbbbb;
}

.index-ly .left .textarea textarea {
  display: block;
  resize: none;
  height: 80px;
  background: rgba(193, 25, 32, 0);
  width: 100%;
  text-indent: 10px;
  line-height: 1.5;
}

.index-ly .left button {
  width: 120px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
  margin-top: 20px;
  background: #181218;
  transition: all .3s;
  cursor: pointer;
}

.index-ly .left button:hover {
  background: #d48304;
}

.index-ly::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #b68d55;
  height: 220px;
  width: 50%;
}

.index-ly .left .bot-text {
  margin: 175px 0 70px 0;
  color: #fff;
}

.index-ly .left .bot-text .bold {
  font-weight: bold;
  margin-top: 20px;
}

.index-ly::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/lybg.png);
  background-size: cover;
}

.index-ly .right {
  width: 50%;
}

.index-ly .right .title {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}

.index-ly .right .title p {
  font-weight: bold;
  font-family: Simsun;
  text-align: center;
  padding: 0 45px;
  background: #b68d55;
  height: 90px;
  line-height: 90px;
}

.index-ly .right .title .iconfont {
  display: block;
  color: #000;
  background: #fff;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  font-size: 20px;
  padding: 0 30px;
  cursor: pointer;
  transition: all .3s;
}

.index-ly .right .title .iconfont:hover {
  background: #b68d55;
  color: #fff;
}

.index-ly .right .zg-swiper {
  position: relative;
  overflow: hidden;
  margin-left: 40px;
  border: 4px solid #fff;
  margin-top: 40px;
}

.index-ly .right .zg-swiper .swiper-wrapper {
  height: auto !important;
}

.index-ly .right .zg-swiper .pic-w {
  position: relative;
  overflow: hidden;
  height: 380px;
}

.index-ly .right .zg-swiper .pic-w:hover .pic {
  transform: scale(1.1);
}

.index-news {
  background: url(../images/newbg.png) center top no-repeat;
  padding-top: 100px;
  overflow: hidden;
}

.index-news .new-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.index-news .news-nav {
  text-align: center;
  margin: 25px 0;
}

.index-news .news-nav span {
  color: #fff;
  width: 160px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s;
  display: inline-block;
  text-align: center;
}

.index-news .news-nav span.on,
.index-news .news-nav span:hover {
  background: #a90f15;
  box-shadow: 3px 3px 6px 3px #111;
}

.index-news .main-box {
  padding: 50px 70px;
  background: #fff;
}

.index-news .main-box .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}

.index-news .main-box .box.on {
  display: flex;
}

.index-news .main-box .box .li {
  display: block;
  width: 47.5%;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.index-news .main-box .box .li .pic-w {
  position: relative;
  height: 220px;
  margin-bottom: 30px;
  overflow: hidden;
}

.index-news .main-box .box .num {
  flex-shrink: 0;
  font-size: 34px;
  font-weight: bold;
  color: #282828;
  height: 40px;
  line-height: 40px;
  transition: all .3s;
}

.index-news .main-box .box .txt {
  width: 88%;
}


.index-news .main-box .box .txt .title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  transition: all .3s;
}

.index-news .main-box .box .line {
  width: 60px;
  height: 2px;
  background: #4a4a4a;
  margin: 20px 0;
}

.index-news .main-box .box .des {
  font-size: 14px;
  color: #919292;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

.index-news .main-box .box .li:hover .pic {
  transform: scale(1.1);
}

.index-news .main-box .box .li:hover .title,
.index-news .main-box .box .li:hover .num {
  color: #cd8617;
}

.top-banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 32%;
}

.inside-content {
  background: url(../images/gybb.png);
  background-size: cover;
}

.c12 {
  padding: 30px 0;
}

.inner-local {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-local .local p {
  font-size: 30px;
  font-weight: bold;
  font-family: Simsun;
}

.inner-local .local-right {
  font-size: 12px;
  color: #c2a072;
}

.inner-local .local-right i {
  font-size: 12px;
}

.inner-local .local-right a {
  color: #c2a072;
  font-size: 16px;
}

.inner-local .local-right a:hover {
  opacity: .6;
}

.inside-content .detail-content {
  margin-top: 30px;
}

.inside-content .detail-content .time {
  margin-bottom: 10px;
  color: #3F3F3F;
}

.inside-content .detail-content .title {
  color: #010101;
  font-size: 36px;
  font-weight: bold;
  font-family: Simsun;
  line-height: 1.5;
  border-bottom: 2px solid #c2a072;
  padding-bottom: 15px;
}

.inside-content .detail-content .content-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
}

.inside-content .pro-nav {
  margin: 25px 0;
}

.inner-local .local {
  display: flex;
  align-items: center;
}

.inner-local .local-nav {
  margin-left: 30px;
}

.inner-local .local-nav a {
  width: 110px;
  height: 32px;
  border: 1px solid #c2a072;
  text-align: center;
  color: #c2a072;
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  font-size: 18px;
}

.inner-local .local-nav a:hover,
.inner-local .local-nav a.on {
  background: #c2a072;
  color: #fff;
}

.inside-content .pro-list {
  overflow: hidden;
  margin-top: 15px;
}

.inside-content .pro-list li {
  float: left;
  width: 31%;
  margin: 1%;
  cursor: pointer;
}

.inside-content .pro-list li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .3s;
  transform: translate(-50%, -50%);
  z-index: 3;
}


.inside-content .pro-list li:hover .play {
  transform: translate(-50%, -50%) rotateY(360deg);
}

.inside-content .pro-list li a {
  display: block;
}

.inside-content .pro-list li .pic-w {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.inside-content .pro-list li .title {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 16px;
}

.inside-content .pro-list li:hover .pic {
  transform: scale(1.1);
}

.page-list {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 3% 0;
  text-align: center;
}

.page-list li {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #c2a072;
  color: #c2a072;
  margin: 0 5px;
}

.page-list li a.big {
  width: 120px;
}

.page-list li:hover,
.page-list li .on {
  color: #fff;
  background: #c2a072;
}

.inside-content .news-list {
  overflow: hidden;
  margin-top: 25px;
}

.inside-content .news-list li {
  width: 31%;
  margin: 1%;
  float: left;
}

.inside-content .news-list li .pic-w {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}

.inside-content .news-list li .text {
  background: #fff;
  padding: 25px 45px;
  color: #999;
  transition: all .3s;
}

.inside-content .news-list li .title {
  font-weight: bold;
  color: #000;
  margin: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inside-content .news-list li .des {
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
}

.inside-content .news-list li .more {
  color: #0B0B0B;
  font-size: 14px;
  margin-top: 30px;
  display: none;
}

.inside-content .news-list li .more i {
  font-size: 12px;
  margin-left: -3px;
}

.inside-content .news-list li .time {
  font-size: 12px;
}

.inside-content .news-list li:hover .pic {
  transform: scale(1.1);
}

.inside-content .news-list li:hover .text {
  background: #c2a072;
  color: #fff;
}

.inside-content .news-list li:hover .title,
.inside-content .news-list li:hover .more {
  color: #fff;
}


.inner-contact h2 {
  font-weight: bold;
  font-size: 40px;
  color: #2D2D2D;
  line-height: 48px;
  font-family: Simsun;
  margin-top: 40px;
}

.inner-contact .contact {
  overflow: hidden;
  margin-top: 15px;
}

.inner-contact .contact span {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #c2a072;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.inner-contact .contact p {
  float: left;
  line-height: 48px;
  margin-left: 15px;
}

.inner-contact .map {
  width: 100%;
  height: 500px;
}

.inner-contact .message-box {
  width: 600px;
}

/*详情页*/
/* 面包屑导航 */
.breadcrumb {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb a:hover {
  color: #c2a072;
}

.breadcrumb span {
  color: #999;
  margin: 0 8px;
}

/* 文章主体区 */
.article-main {
  margin: 30px auto;
  display: flex;
  gap: 30px;
}

/* 左侧文章内容（占主要宽度） */
.article-content {
  flex: 1;
  background-color: #fff;
  /* padding: 40px; */
  border-radius: 4px;
}

/* 文章标题 */
.article-title {
  font-size: 28px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}

/* 文章信息（作者/时间/来源） */
.article-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #999;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.article-meta a {
  color: #c2a072;
}

.article-meta a:hover {
  text-decoration: underline;
}

/* 文章正文 */
.article-body {
  color: #333;
  font-size: 16px;
}

.article-body p {
  margin-bottom: 20px;
  text-align: justify;
}

.article-body h3 {
  font-size: 20px;
  color: #222;
  margin: 30px 0 15px;
  font-weight: 700;
}

.article-body img {
  max-width: 100%;
  display: block;
  margin: 25px auto;
  border-radius: 4px;
}

.article-body blockquote {
  border-left: 4px solid #c2a072;
  padding: 10px 20px;
  background-color: #f8f9fa;
  margin: 20px 0;
  color: #666;
}

/* 右侧侧边栏（相关推荐） */
.article-sidebar {
  flex: 0 0 280px;
}

.sidebar-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.sidebar-title {
  font-size: 18px;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 2px solid #c2a072;
  margin-bottom: 20px;
}

.related-item {
  display: flex;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
}

.related-item:last-child {
  border-bottom: none;
}

.related-img {
  width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-title {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-title:hover {
  color: #c2a072;
}

/* 产品分类 */
.product-filter {
  background: #f7f8fa;
  padding: 20px 0;
  margin-bottom: 30px;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
}

.filter-list li a {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.filter-list li a.active,
.filter-list li a:hover {
  background: #c2a072;
  color: #fff;
  border-color: #c2a072;
}

/* 产品列表 */
.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.product-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-color: #c2a072;
}

.product-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.product-item:hover .product-img img {
  transform: scale(1.08);
}

.product-info {
  padding: 20px;
}

.product-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.product-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-more {
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px;
  color: #c2a072;
  border: 1px solid #c2a072;
  border-radius: 4px;
  text-decoration: none;
}

.product-more:hover {
  background: #c2a072;
  color: #fff;
}


.index-contact .right {
  width: 50%;
  padding: 60px 0;
  background: #fff;
}

.index-contact .right .title {
  font-weight: bold;
}

.index-contact .right .title span {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
}

.index-contact .right .radio-box {
  margin-top: 20px;
  color: #666666;
  font-size: 12px;
}

.index-contact .right .radio-box input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 20px;
}

.index-contact .right .radio-box input:first-child {
  margin-left: 0;
}

.index-contact .right .flex-box .box {
  width: 48%;
}

.index-contact .right .flex-box p {
  color: #666;
  margin-top: 20px;
  margin-bottom: 8px;
}

.index-contact .right .flex-box input {
  display: block;
  height: 40px;
  background: rgba(193, 25, 32, 0);
  border: 1px solid #DDDDDD;
  width: 100%;
  text-indent: 10px;
}

.index-contact .right .textarea p {
  color: #666;
  margin-top: 20px;
  margin-bottom: 8px;
}

.index-contact .right .textarea textarea {
  display: block;
  resize: none;
  height: 80px;
  background: rgba(193, 25, 32, 0);
  border: 1px solid #DDDDDD;
  width: 100%;
  text-indent: 10px;
  line-height: 1.5;
}

.index-contact .right .btn button {
  width: 150px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
  margin-top: 15px;
  background: #c2a072;
  transition: all .3s;
  cursor: pointer;
}

.index-contact .right .btn button:last-child {
  background: #c2a072;
}

.index-contact .right .btn button:hover {
  opacity: 0.6;
}


.video-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.video-box {
  position: fixed;
  width: 40%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  height: 50%;
  display: none;
}

.video-box video {
  width: 100%;
  height: 100%;
}

.video-box .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  transform: translateX(100%);
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {
 
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1300px) {}

header .logo img{
  max-width: 317px;
}
@media screen and (max-width: 1200px) {
  header{
    background: #fff;
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
  }
  header .logo img{
    width: 150px;
  }
  .index-about::after{
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .w12 {
    width: 100%;
    padding: 0 10px;
  }

  .index-nav{
    display: none;
  }
  .nav-list {
    gap: 20px;
  }

  .banner h1 {
    font-size: 28px;
  }

  .nav-list {
    display: none;
  }

  .banner {
    height: 180px;
  }

  .inside-content .detail-content {
    padding-bottom: 20px;
  }

  .inside-content .detail-content .title {
    font-size: 18px;
  }

  .index-contact .right .title span {
    font-size: 12px;
  }

  .inner-contact .contact {
    display: flex;
    align-items: center;
  }

  .inner-contact .contact p {
    line-height: 25px;
  }

  .inner-contact h2 {
    font-size: 24px;
  }

  .inner-local {
    display: block;
    padding: 15px 0;
    border-bottom: 2px solid #AC100D;
  }

  .inner-local .local p {
    font-size: 24px;
  }

  .inner-local .local {
    display: block;
  }

  .inner-local .local a {
    font-size: 14px;
    margin-top: 15px;
  }

  .inner-local .local-right {
    margin-top: 15px;
  }

  .inner-local .local-nav a {
    margin: 0 5px 10px 0;
  }

  .inner-local .local-nav {
    margin: 10px 0 0 0;
  }

  .inside-content .news-list li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .inside-content .news-list li .text {
    padding: 10px;
  }

  .inside-content .news-list li .more {
    margin-top: 15px;
  }

  .page-list a,
  .page-list a.big {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
  }

  .inside-content {
    overflow: hidden;
  }

  .inner-local .local-nav a {
    height: 35px;
    line-height: 33px;
    font-size: 16px;
  }

  .inside-content .pro-list li {
    width: 100%;
    margin: 0 0 10px 0;
  }


  .phone-menu {
    display: block;
    top: 15px;
  }

  .slide_nav .slide_logo a img {
    height: auto !important;
    margin-top: 20px;
  }

  .index-swiper .index-page {
    bottom: 20px;
  }

  .index-swiper .index-page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .article-sidebar {
    display: none;
  }

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

  .breadcrumb .container {
    line-height: 1.5;
  }

  .inside-content .news-list li .title {
    font-size: 20px;
  }

  .video-box {
    width: 80%;
  }

  .video-box .close {
    font-size: 20px;
  }

  .index-contact .right {
    width: 100%;
    padding: 10px;
  }

  .index-contact .right .flex {
    display: block;
  }

  .index-contact .right .title span {
    display: block;
    margin-top: 10px;
  }

  .index-contact .right .flex-box .box {
    width: 100%;
  }

  .index-contact .right .btn {
    text-align: center;
  }

  .index-contact .right .title span {
    font-size: 12px;
  }
  .index-about .w12{
    display: block;
  }
  .index-about .text{
    width: 100%;
    padding-top: 20px;
  }
  .index-about .pic-list {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .index-about .pic-list .pic-w{
    margin: 0 3% !important;
    width: 30%;
  }
  .index-about .w12{
    padding-bottom: 50px;
  }
  .index-video .title{
    margin: 25px 0;
  }
  .index-video .video-top{
    display: block;
  }
  .index-video .left-name{
    width: 100%;
    margin-bottom: 20px;
  }
  .index-video .video-two .pic-w{
    width: 100%;
    height: 200px;
  }
  .index-video .zixun{
    margin: 20px auto 60px;
  }
  .index-video .bot{
    margin-top: 0;
  }
  .index-video .bot .left-text{
    width: 100%;
  }
  .index-video .bot .left-text .title{
    padding-top: 30px;
  }
  .index-video .bot .jk-swiper{
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 30px;
  }
  .index-video .bot .op{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .index-video .bot .jk-page{
    margin-left: 0;
  }
  .index-four .four-title p,
  .index-four .four-title .tel{
    width: 50%;
  }
  .index-four .four-title {
    flex-wrap: wrap;
  }
  .index-four .four-title .tel{
    background: #2c6e4f;
  }
  
  .index-four .four-title::after{
    display: none;
  }
  .index-four .w12{
    padding: 0;
  }
  .index-four .four-main .box.on{
    display: block;
    padding: 10px;
  }
  .index-four .four-main .box .pic-w{
    width: 100%;
    padding-bottom: 150px;
  }
  .index-four .four-main .box .text{
    width: 100%;
    padding: 15px;
  }
  .index-four .four-main .box .num{
    top: 80px;
    width: 60px;
    height: 60px;
  }
  .index-four .four-main .box .des{
    margin: 15px 0; 
  }
  .index-four .four-main .box a{
    margin-top: 20px;
  }
  .index-four .four-main{
    margin: 15px 0;
  }
  .footer-nav{
    display: none;
  }
  .index-top-news{
    margin-top: 20px;
  }
  .index-top-news .top-news .pic-w{
    width: 100%;
  }
  .index-top-news .top-news{
    display: block;
  }
  .index-top-news .list{
    width: 100%;
    padding: 0;
  }
  .index-top-news .list a{
    padding: 15px;
  }
  .index-top-news .top-news .pic-w{
    height: 200px;
  }
  
  .footer-bottom .ewm{
    margin: 20px auto;
  }
  .footer-bottom .copyright{
    display: block;
    padding: 10px;
    font-size: 10px;
  }
  .c12{
width:100%;
padding:0 10px
}
.w12{
width:100%;
padding:0 10px
}
}

.index-about .honor{
  margin-top: 17px;
}

.index-about .honor ul{
  gap:18px 11px;
}

.index-about .honor li{
  display: flex;
  flex-direction: column;
  gap:6px;
  text-align: center;
  font-size: 14px;
}

.index-about .honor li span{
  display: block;
}

.index-about .honor li .photo{
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.index-about .honor li .photo img{
  position: absolute;
  width: 98%;
  height: 97%;
  top: 0;
  left: 1%;
  object-fit: cover;
  object-position: top center;
}

.index-about .videos{
  width: 46.8333%;
  gap:27px;
}

.index-about .videos .video{
  padding-bottom: 59%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.index-about .videos img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 1s;
}

.index-about .videos .video:hover img{
  transform: scale(1.1);
}

.index-about .videos .video .play{
  width: 53px;
  height: 53px;
  background: url("../images/play.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.index-video .left-name .box .photo{
  display: block;
  position: relative;
  padding-bottom: 144%;
  border-radius: 10px;
  overflow: hidden;
}

.index_product ul li .photo img,
.index-video .bot .team .photo img,
.index-video .left-name .box .photo img{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  overflow: hidden;
  transition: all 1s;
}

.index_product ul li .photo:hover img,
.index-video .bot .team .photo:hover img,
.index-video .left-name .box .photo:hover img{
  transform: scale(1.1);
}

.index-video .bot .team ul{
  gap:38px 44px;
}

.index-video .bot .team ul li{
  background-color: #fff;
  padding: 25px;
  color: #535353;
}

.index-video .bot .team ul li .title{
  text-align: center;
  margin: 25px 0 9px;
  color: #0B1E12;
}

.index-video .bot .team ul li .desc{
  line-height: 1.3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-video .bot .team a{
  display: block;
}

.index-video .bot .team .photo{
  position: relative;
  padding-bottom: 112%;
  display: block;
  overflow: hidden;
}

.index-video .bot .team .more{
  text-align: center;
  margin-top: 63px;
}

.index_product{
  background-color: #f8f8f8;
  padding: 48px 0;
}

.index_product .head{
  text-align: center;
  margin-bottom: 27px;
  font-weight: bold;
}

.index_product ul{
  gap:16px 21px;
}

.index_product ul li{
  background-color: #fff;
}

.index_product ul li a{
  color: #676767;
}

.index_product ul li .photo{
  display: block;
  position: relative;
  padding-bottom: 83.45%;
  overflow: hidden;
}

.index_product ul li .info{
  text-align: center;
  padding: 16px 9px 25px;
  line-height: 1.3;
}

.index_product ul li .title{
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
  color: #020808;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-bot-news{
  gap:47px;
}

.index-bot-news .bot-news-title p{
  color: #333;
}

.index-bot-news .left-news a .title{
  font-weight: bold;
  position: relative;
}

.index-bot-news .left-news a .title::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  left: -25px;
  top:.25em;
  background: url(../images/ch_19.jpg) center no-repeat;
  background-size: contain;
}

.index-bot-news .left-news a .pic-w .pic{
  width: 100%;
  padding-bottom: 57.48%;
  background-size: cover;
  position: relative;
}

.swiperbox{
  padding-bottom: 30px !important;
  position: relative;
  overflow: hidden;
}

.swiperbox .swiper-pagination{
  display: block;
  bottom: 0 !important;
}

.swiperbox .swiper-pagination-bullet{
  opacity: 1 !important;
  background-color: #dddddd !important;
}

.swiperbox .swiper-pagination-bullet.active{
  background-color: #b38f4d !important;
}

@media (max-width:1024px){
  .index-about .videos{
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
  }

  .index-about .videos .item{
    flex:1;
  }

}

@media (max-width:768px){
  footer .footer-top .item{
    padding: 0 25px;
  }
  .index-about .w12{
    padding-top: 40px;
  }

  .index-bot-news .left-news a{
    margin-top: 15px;
  }
  .index-bot-news .left-news a .text{
    background: none;
    padding: 0;
    width: 100%;
  }

  .index-bot-news .left-news{
    width: 100%;
  }
  .index-bot-news .left-news a{
    margin-top: 25px;
  }
  .index-bot-news{
    margin-bottom: 0;
    flex-direction: column;
    gap:40px;
  }
  .index-bot-news .right{
    width: 100%;
  }
  .index-bot-news .right .bot-news-title{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .index-video .bot .team ul {
      gap: 20px 24px;
  }
  .index-video .left-name{
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:750px){
  
  footer .footer-top .item{
    padding: 0;
  }

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

  .index-about .w12{
    padding-top: 20px;
  }

  .index-about .honor ul {
      grid-template-columns: repeat(1, 1fr);
  }

  .index-about .videos{
    flex-direction: column;
  }

  .index-bot-news .left-news a .pic-w{
    width:30%;
  }
  .index-bot-news .left-news a .title::before{
    width:10px;
    height: 10px;
    left: -15px;
    top: .5em;
  }
  .index-bot-news .left-news a{
    gap:25px;
  }
  .index-bot-news .left-news a .des{
    font-size: 12px;
    margin-top: 10px;
  }

  .index-video{
    padding-bottom: 40px;
  }
  .index-video .bot .team .more{
    margin-top: 30px;
  }
  .index-video .bot .team ul{
    gap:10px;
  }
  .index_product ul{
    grid-template-columns: repeat(2,1fr);
    gap:15px;
  }
  .index-video .bot .team ul{
    grid-template-columns: repeat(1,1fr);
  }
  
  footer .footer-top{
    padding: 10px 0;
  }
  footer .footer-top .text,
  footer .footer-top .tel {
    margin: 5px 0 10px 0;
    font-size: 12px;
  }
  footer .footer-top .iconfont{
    font-size: 16px;
  }
  footer .footer-top .i-tel{
    font-size: 26px;
  }
}