@charset "utf-8";
/* CSS Document */
.mainBox{position:relative;width: 3726px;height:1802px;box-sizing:border-box;border: solid 6px #5f250d;padding: 8px;border-radius: 30px;background-color: #ffee87;margin: 0 auto;overflow: hidden;}
.specialBox{width: 3692px;height: 1774px;margin: 0 auto;background-color: #FFFFFF;border-radius: 30px;box-sizing: border-box;padding: 20px 10px;overflow: hidden;}
.specialMain{width: 5900px;height: 100%;}
.specialItem{width: 1350px;height: 840px;background-color: #FFFFFF;border-radius: 12px;float:left;margin-left:30px;margin-bottom: 30px;}
.specialItem dl{display: inline-block;width:1350px;height:840px;background:url(../images/homeItemBg.png) no-repeat;background-size:100% 100%;border-radius:12px;}
.specialItem dl dt{position:relative;width:1265px;height:616px;margin:24px auto 0;border-radius:12px;overflow:hidden;background-color: gainsboro;}
.specialItem dl dt img{height: 100%;}
.specialItem dl dd{position: relative;}
.specialItem dl dd h3{font-size:46px;font-weight: 700;width:1210px;margin:24px auto 14px;line-height: 1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #000000;}
.specialItem dl dd p{width:1010px;font-size:42px;color:rgba(0,0,0,.5);margin:0 auto;line-height: 1;font-weight: 700;cursor: pointer;margin-right: 270px;}
/* .specialItem dl dd p:hover,.specialItem dl dd h3:hover{color: #00a1d6;} */
.specialItem dl dd i{position: absolute;bottom: 0px;right: 100px;font-size: 36px;font-style: normal;color: #666;}

/* 左右按钮 */
.JTBtns {position: absolute;width: 140px;height: 143px;top: 0;bottom: 0;margin: auto 0;z-index: 3;cursor: pointer;}
.JTBtns:hover{-webkit-transition: all 0.6s;transition: all 0.6s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.JTBtns.zuo{left:0;}
.JTBtns.you{right:106px;}


