.wrapper {
  background: url(../images/banner.jpg) no-repeat center top;
}

.wrapper a {
  color: #000;
  text-decoration:none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.blank1028 {margin:0 auto; width:100%; height:1028px; font-size:1px;clear:both;}


.row2 {
  position: relative;
  margin: 0px auto 0;
}
.row2 .row-wrap{
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.area{
  width: 1200px;
  margin: 0 auto;
}
.title{
  width: 463px;
  margin: 40px auto 20px;
}

.content{
 padding-top:40px;
}
.content .name1{
  width: 1200px;
  height: 85px;
  margin: 20px auto 0;
}

.swiper{
  width: 1200x;
  margin: 20px auto 0;
}
.buttons{
  position: relative;
}
#left2{
  position: absolute;
  left: -30px;
  top: -174px;
  width: 22px;
  height: 39px;
  background: url(../images/left2.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#right2{
  position: absolute;
  right: -23px;
  top: -174px;
  width: 22px;
  height: 39px;
  background: url(../images/right2.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#swiper2{
  width: 1200px;
  margin: 0 auto;
}
#swiper2 .wrap{
  width: 398px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/di01.png) no-repeat;
  position: relative;
  
}

#swiper2 .wrap:hover{
  width: 398px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/di02.png) no-repeat;
  color: #fff;
  
}
#swiper2 .wrap:hover a{
  color: #fff;
  
}
#swiper2 .pic{
  width: 350px;
  height: 200px;
  padding-top:20px;
  padding-left: 20px;
}
#swiper2 .f18{
  width: 350px;
  line-height: 28px;
  text-align: center;
  padding-left: 20px;
  padding-top:5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
#swiper2 .f18 a{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

#swiper2 .bofang{
    position: absolute;
    left: 41%;
    top: 25%;
    width: 76px;
    height: 77px;
    background: url(../images/bofang.png) no-repeat;
}

.w1200 .left{
  width: 594px;
  float: left;
  margin-top: 16px;
  height: 333px;
}

.w1200 .right{
  width: 545px;
  float: right;
  margin-top: 15px;
}

.f22 a{
  font-size: 22px;
}
.f16 a{
  font-size: 16px;
  color: #6c6c6c;
}
.f16{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}
@keyframes trans {
  0%{
    transform: translateY(-10px);
  }
  100%{
    transform: translateY(10px);
  }
}
#footer0820{
  margin-top: 0
}


.left .swiper-container {
    position: relative;
	height:333px;
}
.left .swiper-container .prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 0;
    background: url(../images/arrow_left.png) no-repeat 0 0;
    width: 36px;
    height: 55px;
    margin-top: -27px;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease-in-out 0.6s;
}
.left .swiper-container .next {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 0;
    background: url(../images/arrow_right.png) no-repeat 0 0;
    width: 36px;
    height: 55px;
    margin-top: -27px;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease-in-out 0.6s;
}
.left .swiper-container:hover .prev, .left .swiper-container:hover .next {
    opacity: 1;
}
.left .swiper-container:hover .prev, .left .swiper-container:hover .next {
    opacity: 1;
}
.left .swiper-container .swiper-slide {
    position: relative;
}
.left .swiper-container .swiper-slide a img {
    display: block;
}
.left .swiper-container .swiper-slide a span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/shu.png) repeat-x 0 0;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    width:100%;
	text-indent: 20px;
}
.left .swiper-container .swiper-slide a .bofang {
    position: absolute;
	left: 44%;
	top: 38%;
	width: 76px;
	height: 77px;
	background: url(../images/bofang.png) no-repeat;
}


.right .media {
    padding-bottom: 38px;
    border-bottom: 1px dotted #827d79;
}
.right .media__picwrapper {
    float: left;
	position: relative;
}
.right .media__piclink {
    display: block;
}
.right .media__pic {
    display: block;
    width: 274px;
    height: 152px;
}
.right .media__piclink .bofang{
    position: absolute;
    left: 37%;
    top: 24%;
    width: 76px;
    height: 77px;
    background: url(../images/bofang.png) no-repeat;
}
.right .media__content {
    float: left;
    padding-left: 20px;
    width: 242px;
}
.right .media__title {
    height: 56px;
    overflow: hidden;
    margin-bottom: 22px;
}
.right .media__title a {
    color: #15253d;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.right .media__des {
    color: #827d79;
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
	text-align:justify; text-justify:inter-ideograph;
}
.right .list ul {
    padding-top: 28px;
}
.right .list ul li {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/dot_black.png) no-repeat 0 center;
    padding-left: 18px;
}
.right .list ul li a {
    font-size: 18px;
    line-height: 40px;
    color: #15253d;
    font-weight: bold;
}

.left .swiper-container .pagination {
    position: absolute;
    z-index: 1;
    right: 10px;
    left: auto;
    bottom: 10px;
    width: auto;
	padding: 0;
	height: auto;
}
.left .swiper-container .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    line-height: 10px;
    padding: 0;
}
.left .swiper-container .swiper-visible-switch {
    background-color: #e5b76c;
    opacity: 1;
}
.blank5 {margin:0 auto; width:100%; height:5px; font-size:1px;clear:both;}
.blank10 {margin:0 auto; width:100%; height:10px; font-size:1px;clear:both;}
.blank20 {margin:0 auto; width:100%; height:20px; font-size:1px;clear:both;}
.blank30 {margin:0 auto; width:100%; height:30px; font-size:1px;clear:both;}
.blank40 {margin:0 auto; width:100%; height:40px; font-size:1px;clear:both;}




.swiper3{
  width: 1200x;
  margin: 20px auto 0;
}
.buttons3{
  position: relative;
}
#left3{
  position: absolute;
  left: -30px;
  top: -200px;
  width: 22px;
  height: 39px;
  background: url(../images/left2.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#right3{
  position: absolute;
  right: -23px;
  top: -200px;
  width: 22px;
  height: 39px;
  background: url(../images/right2.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#swiper3{
  width: 1200px;
  margin: 0 auto;
}
#swiper3 .wrap{
  width: 220px;
  height: 382px;
  margin: 0 auto;
  position: relative;
}

#swiper3 .pic{
  width: 220px;
  height: 382px;
	text-align: center;
}
#swiper3 .f18{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  height:88px;
  left:0;
  position: absolute;
  width:100%;
  z-index:1;
}
#swiper3 .wrap .f18 p{
  
  width: 204px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiper3 .f18 a{
  color: #fff;
}

#swiper3 .mszl_play {
	position: absolute;
	left: 34%;
	top: 38%;
	width: 76px;
	height: 77px;
	background: url(../images/bofang.png) no-repeat;
}

.jcImgScroll ul li{
    width: 870px;
    height: 485px;
    position: relative;
	border:6px solid #ffffff;
}
.jcImgScroll ul li.select{
    overflow: visible!important;
}
/* jQuery jcImgScroll css */

.jcImgScroll {
    position: relative;
    height: 485px;
    margin:0 auto;
}
.jcImgScroll li a {
  
    display: block;
    height: 485px;
    margin-left: 0;
}
.jcImgScroll em.sPrev {
    background: url(../images/left2.png) no-repeat;
    left: -27px;
    top: 210px;
}


.jcImgScroll p{
    height: 54px;
	line-height: 54px;
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    background: url(../images/kuang.png) repeat;
    padding-left: 10px;
	color: #fff;
}
.jcImgScroll p a{
    font-size: 18px;
    color: #fff;
	height: 54px;
}


.jcImgScroll em.sNext {
    background: url(../images/right2.png) no-repeat;
    right: -83px;
    top: 210px;
}

.jcImgScroll li.loading a {

}

.jcImgScroll li,
.jcImgScroll li,
.jcImgScroll em,
.jcImgScroll dl {
    display: none;
}


.zb .wrap {
    width: 398px;
    height: 300px;
    float: left;
    background: url(../images/di01.png) no-repeat;
	margin-left:2px;
	position:relative;
}
.zb .pic {
    width: 350px;
    height: 200px;
    padding-top: 20px;
    padding-left: 20px;
}
.zb .f18 {
    width: 350px;
    line-height: 28px;
    text-align: center;
    padding-left: 20px;
    padding-top: 5px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.zb .wrap:hover{
  width: 398px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/di02.png) no-repeat;
  color: #fff;
  margin-left:2px;
  
}
.zb .wrap:hover a{
  color: #fff;
  
}
.zb .bofang{
    position: absolute;
    left: 41%;
    top: 25%;
    width: 76px;
    height: 77px;
    background: url(../images/bofang.png) no-repeat;
}

.wcgyl {
	float: left;
	width: 281px;
}
.wcgyl img{
	width: 275px;
	height: 485px;
	box-shadow: 1px 3px 16px -2px rgba(0, 0, 0, .5);
	border:3px dashed #ffffff;
}
.wcgyl p {
  width: 275px;
  line-height: 28px;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
}
.wcgyl p a {
  color: #000000;
}
.ml24 { margin-left:24px;}