.main-wrap-item {
  width: 100%;
  margin-top: 30px;
}

.main-wrap-item.jsbb{
  width: 100%;
  height: 70px;
  background: #F5F4F1;
  /* border: 2px solid #C7B072; */
}
.main-wrap-item.jsbb .item-icon {
  width: 150px;
  height: 100%;
  background-color: #FCFBF9;
  color: #CBA14A;
  line-height: 70px;
  text-align: center;
  float: left;
}
.main-wrap-item.jsbb .item-icon img {
  vertical-align: middle;
  margin-right: 5px;
}

.main-wrap-item.jsbb .item-content {
  float: left;
  width: 1050px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 70px;
}

.main-wrap-item.basic {
  margin-top: 30px;
}

.main-wrap-item.basic .item-content{
  width: 100%;
  height: 356px;
  border: 2px solid #CBA14A;
  padding: 40px;
  margin-top:  20px;
  box-sizing: border-box;
  background: #FEFEFD;
}
.item-content-cover{
  width: 485px;
  height: 100%;
  float: left;
  background-color: #fff;
  /* box-sizing: border-box; */
}
.item-content-cover .basic-swiper {
  width: 100%;
  height: 100%;
}
.item-content-cover img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* float: left; */
  /* box-sizing: border-box; */
}
.item-content-info {
  width: 600px;
  float: left;
  margin-left: 30px;
}

.item-content-info h2 {
  font-size: 22px;
  color: #A78929;
  font-weight: 500;
}

.item-content-info p{
  font-size: 16px;
  color: #343434;
  line-height: 32px;
  margin-top: 20px;
  height: 200px;
}

.info-more{
  color: #A78929;
  font-size: 18px;
  text-align: right;
}

.info-more-arrow {
  width: 20px;
  height: 20px;
  font-size: 17px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  background-color: #F3EBD4;
  margin-left: 10px;
}

.main-wrap-item.video {
  margin-top: 30px;
}

.main-wrap-item.video .item-content {
  background: #FFFDF7;
  padding: 60px 70px;
  box-sizing: border-box;
  height: 700px;
  margin-top: 30px;
  outline: 2px solid #DDC36F;
}

.main-wrap-item.video .item-content video {
  height: 100%;
  width: 100%;
}

.main-wrap-item.map .item-content {
  padding: 40px 0;
  width: 100%;
  background-color: #FEFEFD;
  margin-top: 30px;
  
  outline: 2px solid #DDC36F;
}

.item-content-map{
  width: 700px;
  height: 320px;
  margin-left: 30px;
  float: left;
}

.item-content-contact{
  float: left;
  width: 420px;
  min-height: 320px;
  margin-left: 20px;
}

.contact-item{
  margin-bottom: 10px;
}

.contact-item-title{
  color: #A78929;
  font-size: 16px;
  float: left;
  width: 100px;
}

.contact-item-info{
  color: #2B2A25;
  font-size: 18px;
  /* display: inline-block; */
  width: 300px;
  float: left;
}

.contact-item-title img{
  height: 15px;
}

.contact-code{
  width: 152px;
  /* height: 152px; */
  margin-top: 30px;
  font-size: 16px;
  color: #B3A67A;
  text-align: center;
}

.contact-code img{
  width: 152px;
  height: 152px;
  outline: 2px solid #DDC36F;
  margin-bottom: 5px;
}

.main-wrap-item-title{
  /* background-image: url('../image/icon-title.png'); */
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap-item-title .title-text{
  max-width: 95%;
  min-width: 200px;
  text-align: center;
  font-size: 24px;
  color: #B56E00;
  background: radial-gradient(0deg, #B56E00 0%, #E3B842 100%);
}
.main-wrap-item-title::after {
  content: '';
  height: 1px;
  background-color: #E4C371;
  /* position: absolute; */
  flex: 1;
  /* margin-left: 3rem; */
  /* left: 0; */
}

.main-wrap-item-title::before {
  content: '';
  height: 1px;
    background-color: #E4C371;
  /* position: absolute; */
  flex: 1;
  /* margin-right: 3rem; */
  /* left: 0; */
}
.swiper-button-prev {
  width: 34px;
  height: 65px;
  background-size: 100% 75%;
  top: 50%;
  background-color: #A4822A;
  opacity: 0.9;
  left: 0;
  right: auto;
  background-image: url('../image/xuexiao-left.png');
  /* transform: translateY(-50%); */
  position: absolute;
}

.swiper-button-next {
    width: 34px;
  height: 65px;
  background-color: #A4822A;
  background-size: 100% 75%;
  top: 50%;
  opacity: 0.9;
  right: 0;
  left: auto;
  background-image: url('../image/xuexiao-right.png');
  /* transform: translateY(-50%); */
  position: absolute;
}