.main .con {
  width: 1200px;
  margin: 0 auto;
}
.main .con .title {
  background: url("../images/title.png") no-repeat center top;
  width: 1199px;
  margin: 20px auto 30px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #0167CC;
}
.main .mlwc {
  margin: 50px auto 170px;
  background: url("../images/bg_mlwc.png") no-repeat center top;
  height: 348px;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.main .mlwc .title {
  background: url("../images/title_small.png") no-repeat center top;
  width: 1159px;
}
.main .mlwc .mlwcCon .pic {
  width: 580px;
  height: 326px;
}
.main .mlwc .mlwcCon .pic img {
  width: 100%;
  height: 100%;
}
.main .mlwc .mlwcCon .describe {
  width: 542px;
}
.main .mlwc .mlwcCon .describe .text p{
  line-height: 30px;
  margin: 30px auto 10px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.main .mlwc .mlwcCon .describe .mlwcIcon .icon {
  width: 84px;
  height: 84px;
  border-radius: 50px;
  background: #3887E0;
  margin: 25px;
  line-height: 84px;
  text-align: center;
  color: #FFFFFF;
}
.main .mlwc .mlwcCon .describe .mlwcIcon .icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .mlwc .mlwcCon .describe .mlwcIcon .icon img {
  display: none;
  margin: 0 auto;
  padding-top: 22px;
}
.main .mlwc .mlwcCon .describe .mlwcIcon .icon.active {
  background: #10bbe6;
}
.main .mlwc .mlwcCon .describe .mlwcIcon .icon.active p {
  display: none;
}
.main .mlwc .mlwcCon .describe .mlwcIcon .icon.active img {
  display: block;
}
.main .lswh .lswhCon {
  background: url("../images/lswh_bg.png") no-repeat center center;
  height: 334px;
  padding: 20px;
  box-sizing: border-box;
}
.main .lswh .lswhCon .lswhNav li {
  background: url("../images/lswh_nav.png") no-repeat center center;
  width: 208px;
  height: 62px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  color: #1d83dc;
  margin: 10px;
  font-weight: bold;
  font-size: 20px;
}
.main .lswh .lswhCon .lswhNav li.active {
  background: url("../images/lswh_nav_a.png") no-repeat center center;
}
.main .lswh .lswhCon .lswhNav li a{
  display: block;
}
.main .lswh .lswhCon .lswhList {
  margin: 15px 10px 0 0;
  width: 900px;
}
.main .lswh .lswhCon .lswhList .section .describe {
  width: 402px;
}
.main .lswh .lswhCon .lswhList .section .describe h5 {
  font-weight: bold;
  font-size: 22px;
  margin: 6px 0 10px;
  line-height: 30px;
}
.main .lswh .lswhCon .lswhList .section .describe p {
  line-height: 30px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.main .lswh .lswhCon .lswhList .section .pic {
  width: 467px;
  height: 264px;
}
.main .lswh .lswhCon .lswhList .section .pic img {
  width: 100%;
  height: 100%;
}
.main .wcSwiper {
  position: relative;
  margin: 50px auto;
}
.main .wcSwiper .swiper-container {
  height: 190px;
  margin: 30px auto 0;
  width: 1180px;
}
.main .wcSwiper .swiper-container .pic {
  background: url("../images/wcms.png") no-repeat bottom right;
  width: 264px;
  height: 180px;
  margin: 0 auto;
}
.main .wcSwiper .swiper-container .pic a {
  display: block;
}
.main .wcSwiper .swiper-container .pic a:hover {
  color: #2b63b0;
}
.main .wcSwiper .swiper-container .pic img {
  width: 251px;
  height: 142px;
}
.main .wcSwiper .swiper-container .pic p {
  text-align: center;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 17px;
}
.main .wcSwiper .arrow-left {
  position: absolute;
  left: 0;
  cursor: pointer;
  bottom: 90px;
  z-index: 10;
  background: url("../images/wcms_left.png") no-repeat center center;
  width: 16px;
  height: 30px;
}
.main .wcSwiper .arrow-right {
  width: 16px;
  cursor: pointer;
  height: 30px;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 90px;
  background: url("../images/wcms_right.png") no-repeat center center;
}
.main .wcly {
  margin-bottom: 70px;
}