.aboutUs_carousel_wrap {
  margin-bottom: 100px;
}
.aboutUs_carousel_wrap .picScroll-left::after {
  content: "";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}
.aboutUs_carousel_wrap .above {
  width: 100%;
  padding-right: 50px;
  height: 320px;
  margin-bottom: 40px;
}
.aboutUs_carousel_wrap .above .content {
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}
.aboutUs_carousel_wrap .above .content,
.aboutUs_carousel_wrap .above .content ul,
.aboutUs_carousel_wrap .above .content ul li,
.aboutUs_carousel_wrap .above .content .img_area,
.aboutUs_carousel_wrap .above .content .article_area {
  height: 100%;
}

.aboutUs_carousel_wrap .above .content ul li .img_area {
  width: 60%;
  float: left;
}

.aboutUs_carousel_wrap .above .content ul li .img_area img {
  width: 100%;
  height: 100%;
}

.aboutUs_carousel_wrap .above .content .article_area {
  background: #e62f17;
  padding: 20px 80px 0 40px;
  width: 40%;
  float: left;
}
.aboutUs_carousel_wrap .article_area .title {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 24px;
}
.aboutUs_carousel_wrap .article_area .title img {
  vertical-align: text-bottom;
  margin-right: 12px;
  height: 52px;
}
.aboutUs_carousel_wrap .article_area p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  /* text-indent: 30px; */
}



.picScroll-left{
  width:100%;
  position:relative;
}
.picScroll-left .np{
  width: 100px;
  height: 50px;
  border-radius: 8px;
  overflow:hidden;
  position: absolute;
  top: -220px;
  right: 0;
}
.picScroll-left .hd .prev {
  background: #fff;
}
.picScroll-left .hd .next {
  background: #e62f17;
}
.picScroll-left .hd img {
  margin-top: 15px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
  display:block;
  width:50%;
  height:100%;
  float:right;
  overflow:hidden;
  cursor:pointer;
  text-align: center;
}
.picScroll-left .hd .next{
  background-position:0 -50px; 
}
.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}

.picScroll-left .hd.point {
  position: absolute;
  width: 285px;
  height: 320px;
  z-index: 10;
}

.picScroll-left .hd ul {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -46px;
}

.picScroll-left .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  transition: .5s all;
}

.picScroll-left .hd ul li.on {
  width: 36px;
  background: #e62f17;
  background-position: 0 0;
}
.picScroll-left .bd_wrap {
  width: 855px;
  float: right;
  overflow: hidden;
}
.picScroll-left .bd {
  overflow: hidden;
  margin-left: -285px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-right: 50px;
  position: relative;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 235px;
  height: 320px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.picScroll-left .bd ul li .title {
  position: absolute;
  z-index: 100000;
  background-repeat: no-repeat;
}
.picScroll-left .bd ul li .title a {
  color: #fff;
  font-size: 20px;
}
.picScroll-left .bd ul li.l1 .title {
  width: 155px;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 40px;
  background-image: url("/images/lymg_extranet/badge_bg2.png");
}
.picScroll-left .bd ul li.l2 .title {
  width: 155px;
  height: 40px;
  line-height: 40px;
  left: 0;
  bottom: 30px;
  background-image: url("/images/lymg_extranet/badge_bg2.png");
}
.picScroll-left .bd ul li.l3 .title {
  width: 40px;
  height: 155px;
  line-height: 26px;
  padding: 10px;
  top: 0;
  left: 30px;
  background-image: url("/images/lymg_extranet/badge_bg3.png");
}
.picScroll-left .bd ul li.l4 .title {
  width: 155px;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 40px;
  background-image: url("/images/lymg_extranet/badge_bg1.png");
}


@media screen and (max-width: 640px){
	.aboutUs_carousel_wrap .above {
    display: none;
  }
  .picScroll-left .hd.point,
  .picScroll-left .hd.np {
    display: none;
  }
}
