.swiper-container{
  width: 100%;
}
.swiper-slider {
  position: relative;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:url(../img/arrow_l.png);
  left: 25px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image:url(../img/arrow_r.png);
  right: 25px;
}
.swiper-wrapper img{
  width: 100%;
}
.title-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5% 8% 3%;
  max-height: 232px;
  /* width: 55%; */
  background: rgba(0, 0, 0, .37);
  color: #fff;
}

.title-box .title {
  font-size: 45px;
  /*64*/
}
.title-box .title span{
  position: relative;
}
.title-box .title span::after{
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: 46px;
  width: 2px;
  background:#fff;
}
.title-box .sub {
  text-align: right;
  opacity: 1;
  font-size: 24px;
  /*28*/
  line-height: 35px;
}

/* profile */
.profile {
  position: relative;
  padding-top: 132px;
  /*height: 270px;*/
}

.index-title {
  display: inline-block;
  font-size: 28px;
  color: #989898;
  padding-bottom: 3.4%;
  padding-left: 9.6%;
}

.index-title span {
  font-size: 44px;
  color: #5E4A23;
}

.profile .content {
  position: absolute;
  z-index: 1;
  padding-left: 9.6%;
  /*height: 618px;*/
}
.mask_main {
  display: none;
}
.video{
  display: none;
  position: absolute;
  z-index: 12;
  padding: 0 5%;
  top: 20%;
}
.video video {
  width: 100%;
}
.video .close {
  position: absolute;
  right:20px;
  top: 0;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.profile .left {
  width: 100%;
  float: left;
  height: inherit;
  display: flex;
}

.profile .top {
  position: relative;
  width: 50%;
  height: 700px;
}

.profile .top .pic {
  position: absolute;
  height: 100%;
}

.profile .top .text {
  position: absolute;
  z-index: 1;
  padding: 14% 0 0.8% 14.4%;
}

.text .title {
  font-size: 36px;
  padding-bottom: 2.2%;
}

.text .info {
  display: -webkit-box;
  width: 70%;
  margin-bottom: 6.2%;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #303030;
}

.top .more {
  padding: 1.2% 7.2%;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  background: #739458;
  color: #fff;
  text-align: center;
}

.profile .top .pic img {
  width: 100%;
  height: 100%;
}

.profile .bottom .pic img {
  width: 160px;
}

.profile .bottom {
  position: relative;
  width: 50%;
  background: #000000;
  font-size: 0;
}

.profile .bottom .inner {
  padding: 5% 12%;
}

.profile .bottom .video1{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.profile .bottom .video1 video{
  width: 100%;
  height: 100%;
  outline:none;
}
.profile .bottom iframe{
  width: 100%;
  height: 60%;
}
.profile .bottom .pro_img{
  height: 40%;
  overflow: hidden;
  position: relative;
}
.profile .bottom .pro_img span{
  font-size: 36px;
  color:white;
  position: absolute;
  left:calc(50% - 72px);
  top: calc(50% - 23px);
  z-index: 2;
}
.profile .bottom .pro_img img{
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.profile .right {
  position: relative;
  width: 22%;
  float: right;
  height: inherit;
  overflow: hidden;
}

.profile .right .mask {
  width: 100%;
  height: inherit;
  background: #000;
  opacity: .43;
  position: absolute;
  z-index: 1;
}

.profile .right p {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  color: #fff;
  font-size: 32px;
}

.profile .right p::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 32px;
  width: 57px;
  height: 4px;
  background: #fff;
}

.bottom .pic {
  width: 50%;
}

.oper .start {
  width: 60px;
  cursor: pointer;
}

.oper .start img {
  margin-left: 45px;
}

.bottom .oper p {
  margin-bottom: 50px;
  font-size: 38px;
  color: #fff;
}

.profile .center {
  margin: 0 22% 0 52%;
  padding: 0 40px;
  background: #FAFAFA;
  height: inherit;
}

.profile .center .item:first-child {
  padding-top: 50px;
}

.profile .center .item {
  display: block;
  padding-bottom: 40px;
}

.profile .center .item .hd {
  font-size: 20px;
  line-height: 50px;
}

.bd .text {
  width: 80%;
  height: 38.4px;
}

.bd .arrow {
  width: 20%;
  margin-top: 18px;
  color: #656565;
  float: right;
}



.center .more {
  border: 1px solid #dedede;
  padding: 5px 20px;
  border-radius: 20px;
}


/* bg */
.main .bg {
  position: relative;
  bottom: -215px;
  text-align: center;
  background: #000;
}

.main .bg img {
  width: 100%;
  opacity: .55;
}
.main .bg .title {
  font-size: 45px;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -206px;
}

.main .bg .title p {
  font-size: 29px;
  line-height: 100px;
}

/* product */
.product{
  position: relative;
}
.product .top {
  padding: 100px 0 59px 0;
  background:rgba(255,255,255,.9)
}

.top .inner-nav {
  float: right;
  margin-right: 10%;
}

.inner-nav li {
  display: inline-block;
  width: 146px;
  margin-right: 25px;
}

.inner-nav li a {
  display: block;
  /*padding: 13px 33px;*/
  font-size: 16px;
  color: #707070;
  text-align: center;
}

.inner-nav li:hover a {
  font-size: 16px;
  color: #fff;
}

.inner-nav li:hover {
  background: #739458;
}

.inner-nav li.active a {
  font-size: 16px;
  background: #739458;
  color: #fff;
}
.product .content {
  padding-top:90px;
  text-align: left;
}

.product .content .item {
  width: 25%;
  float: left;
  text-align: center;
  height: 350px;
  margin-bottom: 70px;
}

.product .content .item .photo {
  margin-bottom: 57px;
  height: 50%;
}

.product .content .item .photo img {
  /*width: 50%;*/
  height: 100%;
}

.product .content .item:hover .info {
  color: #fff;
  background: #739458;
}

.product .content div.active .info {
  color: #fff;
  background: #739458;
}

.product .content .item .info {
  padding: 22px 0 17px 0;
  margin-bottom: 110px;
  color: #444;
  text-align: center;
  line-height: 22px;
}

.item .code {
  font-size: 16px;
}

.item .name {
  font-size: 14px;
}
/* workshop */
.workshop{
  padding-bottom: 96px;
  border-bottom: 5px solid #739458;
  background: url(../img/workshop.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.workshop .top {
  padding: 80px 0 0;
}
.workshop .index-title span,.workshop .inner-nav li a{
  color:#fff;
}
.workshop .content {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-auto-flow:  column dense;
}
.workshop .content .w100{
  position: relative;
  margin:2px;
  /*background: #333;*/
  height: 240px;
  overflow: hidden;
}
.workshop .content .w100 img{
  height: 100%;
}
.workshop .content .w100:hover div{
  display: block;
}
.workshop .content .w100:hover img{
  opacity: .38;
}
.workshop .content .w100:nth-child(2){
  grid-row-start: 1;
  grid-row-end: 3;
  height: 484px;
  /*overflow: hidden;*/
}
/*.workshop .content .w100:nth-child(2) img{*/
/*  width: auto;*/
/*  height: 100%;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
.workshop .content .w100:nth-child(10){
  grid-row-start: 2;
  grid-row-end: 4;
  height: 484px;
  /*overflow: hidden;*/
}
.workshop .content .w100:nth-child(2) img{
  height:100%;
  width:auto;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.workshop .content .w100:nth-child(10) img{
  height:100%;
  width:auto;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
@media screen and (max-width: 1460px) and (min-width: 1200px) {
  .workshop .content .w100{
    height: 215px;
  }
  .workshop .content .w100:nth-child(2){
    height: 434px;
  }
  .workshop .content .w100:nth-child(10){
    height: 434px;
  }
}
/*.workshop .content .w100:nth-child(10) img{*/
/*  width: auto;*/
/*  height: 100%;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
.workshop .content .w100 div {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  padding: 19px 24px;
  width: 40%;
  font-size: 20px;
  color:#fff;
  background: #739458;
  text-align: center;
}
/* category */
.category {
  padding: 57px 0 53px;
  text-align: center;
}
.category .title  {
  position: relative;
  border-top: 1px solid #d3d3d3;
  padding-bottom: 48px;
}
.category .title::before{
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 200px;
  background: #000;
}
.category .title::after{
  content: '';
  position: absolute;
  top: -1px;
  right:0;
  height: 3px;
  width: 200px;
  background: #000;
}
.category .title .inner{
  display: inline-block;
  margin-top: -24px;
  font-size: 32px;
  background: #fff;
  vertical-align: middle;
  padding: 0 10px;
}

.category .title .hot {
  color: #739458;
}
.category .find {
  font-size: 18px;
}
.category a {
  position: relative;
  color:#808080;
  padding: 0 39px;
}
.category a::after {
  content: '';
  position: absolute;
  top:1px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #b8b8b8;
} 
.category a:last-child::after {
  display: none;
}
