@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.min.css");

.Main{padding-top: 42px;}
.lmdjPart{height:auto;overflow: visible;padding-bottom:140px;}
.lmdjPart h1{font-size:36px;font-weight: bold;color:#222222;text-align: center;line-height:65px;margin-bottom:40px;}
.lmdjPart .bd{height:1121px;overflow: visible;}
.lmdjPart .bd ul li{width:668px;height:543px;float: left;margin:0px 64px 35px 0px;}
.lmdjPart .bd ul li:nth-child(2n){margin-right:0px;}
.lmdjPart .bd ul li a{display: block;width:100%;height:100%;}
.lmdjPart .bd ul li a .pic{display: block;width:100%;height:473px;overflow: hidden;position: relative;box-shadow: 0px 0px 27px rgba(187,187,187,1);}
.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;}



/* 英文版样式修正 */
body.en .lmdjPart .bd ul li a .pic::after{background: url(../images/lmdjs_icon_1_en.png) no-repeat center;}




