div#Body{
  background: #F3F3F3;
}
div#Content1 {
  overflow: hidden;
  margin: 20px auto 50px;
}
.lshpath{padding-left: 0;}
.sgNav {
  float: left;
  width: 170px;
}
.sgNav_tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
}
.sgNav ul li {
  border-bottom: 1px solid #e1e1e1;
  line-height: 68px;
  padding: 0 10px;
  font-size: 16px;
  color: #1D1D1D;
}
.sgNav ul li.active {
  background: #FFC049;
}
.sgNav ul li i {
  float: right;
  width: 10px;
  height: 69px;
  background: url(../image/gticon.png) no-repeat center;
}
.sgNav ul li.active i{background: url(../image/gticon2.png) no-repeat center;}


.sglist {
  width: 990px;
  float: right;
}
.sglist_tit {
  background: #FFC049;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
margin-right: 30px;
  margin-bottom: 30px;
}

.sglist_lt ul li {
  float: left;
  box-sizing: border-box;
  background: #FFF;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 300px;
  padding: 20px;
}
.sglist_lt ul li>div {
  height: 105px;
}
.sglist_lt ul li span.sglist_lt_pic {
  display: block;
  width: 100%;
  height: 210px;
}
.sglist_lt ul li span.sglist_lt_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sglist_lt ul li h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sglist_lt ul li p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  color: #8A8A8A;
}
.sglist_lt ul li p span {
  color: #222222;
}
.sglist_lt ul li a.sglist_lt_xj {
  float: right;
  padding: 10px 0 10px 26px;
  background: url(../image/xj.png) no-repeat left;
  color: #595959;
}
.sglist_lt ul li a.sglist_lt_txt {
  float: left;
  width: 100%;
  background: #FFC049;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}

.sgxq_top {
  width: 1200px;
  margin: 50px auto;
}
.sgxq_top_swiper {
  width: 660px;
  height: 527px;
  background: #Fff;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}
.sgxq_top_swiper .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
}
.sgxq_top_swiper .gallery-thumbs .swiper-slide {
  border: 1px solid #eee;
}
.sgxq_top_swiper .swiper-button-prev {
  background: url(../image/未标题-2.png) no-repeat center;
  left: 0;
  transform: rotate(180deg);
}
.sgxq_top_swiper .swiper-button-next{
  background: url(../image/未标题-2.png) no-repeat center;
  right: 0;
}

.sgxq_top_r {
  width: 500px;
  float: right;
}
.sgxq_top_tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sgxq_top_tab {
  margin-bottom: 20px;
}
.sgxq_top_tab span {
  border: 1px solid #FFC049;
  color: #FFC049;
  width: 110px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  margin-right: 10px;
}
.sgxq_top_tab span.active {
  background: #FFC049;
  color: #000;
}
.sgxq_top_item{display: none;}
.sgxq_top_item p {
  font-size: 16px;
  line-height: 40px;
}
.sgxq_top_r a.sgxq_top_xj {
  width: 156px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  padding-left: 40px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: url(../image/xj2.png) no-repeat center #fff;
  background-position-x: 35px;
 margin-top:20px;
}


.sgxq_txt {
  width: 1200px;
  margin: 50px auto;
}
.sgxq_txt_nav {
  float: left;
  width: 160px;
}
.sgxq_txt_nav span {
  background: #F3F3F3;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.sgxq_txt_nav span.active {
  background: #FFC049;
  font-weight: bold;
}
.sgxq_txt_r {
  width: 950px;
  float: right;
}
.sgxq_txt_tiem {
  display: none;
}

.text-image {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.text-image.text-content,.text-image:nth-child(2n) {
  flex-direction: row-reverse;
}
.text-image:nth-child(2n) .text{flex-shrink: 0;}
.text-image .image{
 flex: 1;
}
.text-image .image img {
  width: 486px;
}
.text-image .text {
  width: 440px;
}
.text-image .text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 25px; 
}
.text-image .text ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 35px;
  margin-left: 45px;
  word-break: keep-all;
}

.sgxq_txt_tiem table {
  /*margin-bottom: 20px;*/
}
.sgxq_txt_tiem table td {
  padding: 15px 0;
color: #666;
}
.sgxq_txt_tiem table td strong {
  padding-left: 20px;
color: #000;
}
.sgxq_txt_tiem table tr.bor_bottom {
  border-bottom: 1px solid #e9e9e9;
}


.result_item {
  float: left;
  width: 465px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.result_item video{display: none;}
.result_item:nth-of-type(2n){margin-right: 0;}
.result_item .vdimg {
  position: relative;
  height: 320px;
  background: #000;
}
.result_item .vdimg img {
  width: 100%;
  display: block;
}
.result_item .vd_control {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background: #000;
}
.result_item .vd_control::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/img-testimonial-play.png) no-repeat;
  background-size: contain;
}
.result_item .vd_control hr {
  flex: auto;
  height: 0;
  color: #efefef;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.3);
}
.result_item .vd_tit {
  background: #F5F5F5;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
}