@charset "utf-8";
@import url(mobile_header.css);
@media screen and (max-width: 750px) {
.Main{padding-top: 10px;}
.lmdjPart{padding-bottom: 100px;}
.lmdjPart h1{font-size: 28px;line-height: 45px;margin-bottom: 20px;}
.lmdjPart .bd{height: auto;overflow: hidden;}
.lmdjPart .bd ul li{width: 100%;float: left;height: auto;margin: 0px;display: block!important;}

.lmdjPart .bd ul li a .pic{height: 373px;}
.lmdjPart .bd ul li a .pic::after{content:"";width:112px;height:113px;background:url("../images/lmdj_icon_1.png")no-repeat center;position: absolute;right:0px;bottom:0px;}
.lmdjPart .bd ul li a .pic img{width:100%;height:100%;transition:all ease-in-out 1s;}
.lmdjPart .bd ul li:hover a .pic img{transform: scale(1.1);}
.lmdjPart .bd ul li a p{width:100%;height:71px;font-size:18px;color:#222222;text-align: center;line-height:71px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.lmdjPart .bd ul li:hover a p{color:#8bbb29;}
.lmdjPart .btn{width:100%;height:90px;position: absolute;left:50%;transform: translateX(-50%);bottom:34px;display: flex;justify-content: center;align-items: center;}
.lmdjPart .btn>a{display: block;width:90px;height:90px;}
.lmdjPart .btn>a.prev{background:url("../images/lmdj_icon_2_on.png")no-repeat center; }
.lmdjPart .btn>a.next{background:url("../images/lmdj_icon_3_on.png")no-repeat center; }
.lmdjPart .btn>a.prev.prevStop{background:url("../images/lmdj_icon_2.png")no-repeat center;}
.lmdjPart .btn>a.next.nextStop{background:url("../images/lmdj_icon_3.png")no-repeat center;}
.lmdjPart .btn .num{width:auto;height:15px;}
.lmdjPart .btn .num li{width:15px;height:15px;background:#cfcfcf;margin:0px 5px 0px 4px;border-radius:50%;font-size:0px;;cursor: pointer;float: left;}
.lmdjPart .btn .num li.on{background:#1a2a99;}

}





