.box7 * {
	box-sizing: border-box;
}

.box7 img {
	border: 0;
	display: block;
	width: 100%;
}

.lh-vision {
	position: relative;
	padding: 3% 0;
}
.lh-vision:before {
	content: '';
	display: block;
	width: 359px;
	height: 196px;
	position: absolute;
	right: 6vw;
	bottom: 0;
}
.lh-vision-tab {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 35px;
}
.lh-vision-tab .tempWrap {
	overflow: visible !important;
}
.lh-vision-bd li {
	transition: ease .65s;
	opacity: .4;
	padding: 25px 0;
	position: relative;
	height: 190px !important;
}
.lh-vision-bd li:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: ease-in .65s;
}
.lh-vision-bd li .text {
  padding-left: 320px;
  padding-right: 25px;
	position: relative;
}
.lh-vision-bd li:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.lh-vision-bd li .img {
	width: 300px;
	transition: ease .65s;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.lh-vision-h2 {
	overflow: hidden;
	transition: ease .65s;
}
.lh-vision-h2 a {
	font-size: 24px;
	color: #fff;
}

.lh-vision-h3 {
	overflow: hidden;
	color: #fff;
  line-height: 1.6;
  font-size: 14px;
  font-family: '\5B8B\4F53',vendna,Arial,Tahoma,Helvetica,san-serif;
  font-weight: normal;
	transition: ease .65s;
}
.lh-vision-bd li.active {
	opacity: 1;
	z-index: 1;
}
.lh-vision-bd li.active:before {
	width: 100%;
}
.lh-vision-bd li.active .lh-vision-h2 {
	transition-delay: .35s;
	transform: translateY(-10px);
}
.lh-vision-bd li.active .lh-vision-h2 a {
	color: #653811;
}
.lh-vision-bd li.active .lh-vision-h3 {
	color: #666;
	transition-delay: .45s;
	transform: translateY(-10px);
}
.lh-vision-bd li.active .lh-vision-h2 b:after {
	background: #653811;
}
.lh-vision-bd li.active .img {
	width: 375px;
	box-shadow: 0 0 35px rgba(12,3,6,.3);
	left: -35px;
}
.lh-vision-bd li.active .text {
	padding-left: 365px;
}
.lh-vision-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.lh-vision-btn a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #b72024;
	color: #b72024;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	margin: 15px 0;
}
.lh-vision-btn a:hover {
	border-color: #9B1C1F;
	color: #9B1C1F;
}
.lh-vision-btn a i {
	font-size: 24px;
}
.lh-vision-btn a.prev {
  background: url("../image/icon_up.png") no-repeat center center;
}
.lh-vision-btn a.next {
  background: url("../image/icon_down.png") no-repeat center center;
}
.lh-vision-shadow a {
	display: block;
	width: 100%;
	height: 280px;
	position: absolute;
	left: 0;
}
.lh-vision-shadow a.prev {
  top: 0;
}
.lh-vision-shadow a.next {
  bottom: 0;
}
.lh-section {
	position: relative;
}

@media screen and (max-width: 768px) {
  .lh-vision-bd li {
    padding: 0;
    height: auto !important;
  }
  .lh-vision-bd li .img {
    width: 100%;
    position: inherit;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
  .lh-vision-bd li .text {
    padding-left: 0;
    text-align: center;
  }
  .lh-vision-h2 a {
    font-size: 20px;
  }
  .lh-vision-h3 {
    padding-left: 0;
    text-align: left;
  }
  .lh-vision-tab {
    padding: 0;
  }
  .lh-vision-bd li {
    opacity: 1;
  }
  .lh-vision-h2 b {
    margin-right: 0;
  }
  .lh-vision-bd li.active .img {
    width: 100%;
  }
  .lh-vision-btn {
    left: 0;
    position: inherit;
    top: 0;
    transform: translateY(0);
    text-align: center;
  }
  .lh-vision-btn a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transform: rotate(-90deg);
  }
  .lh-vision-btn a:hover {
    color: #fff;
    border-color: #fff;
  }
  .lh-vision-btn a.prev {
    background: url("../image/icon_up_w.png") no-repeat center center;
  }
  .lh-vision-btn a.next {
    background: url("../image/icon_down_w.png") no-repeat center center;
  }
  .lh-vision-bd li:before {
    display: none;
  }
  .lh-vision-bd li.active .lh-vision-h3, .lh-vision-bd li.active .lh-vision-h2 a {
    color: #fff;
  }
  .lh-vision-bd li.active .img {
    left: 0;
  }
  .lh-vision-bd li.active .text {
    padding: 0;
  }
  .lh-vision-shadow {
    display: none;
  }
  .lh-vision-bd li.active .lh-vision-h2 b:after {
    background: #fff;
  }
  .lh-vision-bd li.active .lh-vision-h2, .lh-vision-bd li.active .lh-vision-h3 {
    transform: translateY(0);
  }
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2018-09-12 11:09:04" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->