/* pictureItem */
.pictureItem{width: 1200px;margin: 20px auto 0;height: 300px;background: url("../img/dhhjbg.png") top center no-repeat;}
.pictureItem .aFlItem{width: 57px;height: 200px;margin-left: 40px;margin-top: 50px;}
.pictureItem .aFlItem a{display: block;width: 100%;height: 100%;}
.picScroll-left2{width: 1030px;height: 220px;overflow: hidden;margin-right: 20px;position: relative;margin-top: 42px;margin-right: 47px;}
.picScroll-left2 .hd .next,.picScroll-left2 .hd .prev{width: 30px;height:220px;cursor: pointer;position: absolute;z-index: 1;}
.picScroll-left2 .hd .next{left: 0;background: url("../img/dhhjanl.png") center center no-repeat;}
.picScroll-left2 .hd .prev{right: 0;background: url("../img/dhhjanr.png") center center no-repeat;}
.picScroll-left2 .bd{width: 956px;height: 220px;margin-left: 40px;overflow: hidden;}
.picScroll-left2 .bd ul{height: 220px;overflow: hidden;padding-top: 10px!important;}
.picScroll-left2 .bd ul li{float:left;margin-right: 13px;width: 108px;height: 220px;transition: all 1s;}
.picScroll-left2 .bd ul li:hover{transform: scale(1.1);}
.picScroll-left2 .bd ul li img{display: block;width: 108px;height: 192px;}
/* mediaItem */
.mediaItem{width: 1200px;height: 260px;background: url("../img/dhwmtjzbg.png") top center no-repeat;margin: 30px auto;}
.mediaItem ul{width: 100%;padding: 125px 0 0 22px;}
.mediaItem ul li{width: 274px;height: 82px;cursor: pointer;float: left;margin-right: 15px;margin-bottom: 20px;position: relative;}
.mediaItem ul li:first-child{background: url("../img/media01a.png") top center no-repeat;}
.mediaItem ul li:first-child:hover{background: url("../img/media01b.png") top center no-repeat;}
.mediaItem ul li:nth-child(2){background: url("../img/media02a.png") top center no-repeat;}
.mediaItem ul li:nth-child(2):hover{background: url("../img/media02b.png") top center no-repeat;}
.mediaItem ul li:nth-child(3){background: url("../img/media03a.png") top center no-repeat;}
.mediaItem ul li:nth-child(3):hover{background: url("../img/media03b.png") top center no-repeat;}
.mediaItem ul li:nth-child(4){background: url("../img/media04a.png") top center no-repeat;border: 1px solid #eece9e;border-radius: 8px;}
.mediaItem ul li:nth-child(4):hover{background: url("../img/media04b.png") top center no-repeat;}

.mediaItem ul li div{width: 158px;height: 158px;display: none;border: 1px solid #e48082;background: #fff;border-radius: 10px;position: absolute;top: -170px;left: 60px;padding: 10px;}
.mediaItem ul li div img{display: block;width: 138px;height: 138px;}
.mediaItem ul li:hover div{display: block;}
.mediaItem ul li a{display: block;width: 100%;height: 100%;}