12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .lunbo_box{width:100%;position:relative;}
- .lunbo_box ul{width:100%;}
- .lunbo_box ul li{width:100%;}
- .lunbo_box ul li .lunbo_img{width:100%;position:relative;}
- .lunbo_box ul li .lunbo_img img{width:100%;display:block;}
- .lunbo_box .prev{position:fixed;top:50%;left:100px;border-radius: 30px;margin-top:-230px;background: url(../image/zuo.png) no-repeat 0 0/100% 100%;width:76px;height:76px;}
- .lunbo_box .next{position:fixed;top:50%;right:100px;border-radius: 30px;margin-top:-230px;background: url(../image/you.png) no-repeat 0 0/100% 100%;width:76px;height:76px;}
- /*.lunbo_box .hd{position:absolute;bottom:45px;left:50%;width:1200px; margin-left: -600px; text-align: center; z-index: 2;}
- .lunbo_box .hd ul li{width:20px;height:9px;margin:0px 3px;background:#FFF;z-index:3;border-radius:10px;margin-top:10px;display:inline-block;}
- .lunbo_box .hd ul li.on{background:#5DA750; width:30px;}
- */
- .qieh{position:fixed;bottom:100px;left:0%;width:1200px;text-align: center; z-index: 2;}
- .qieh ul li{width:215px;height:40px;cursor:pointer;margin:0px 3px;background:#5DA750;z-index:3;border-radius:10px;margin-top:20px;background: url(../image/title1.png) no-repeat 0 0/100% 100%;position:relative;}
- .qieh ul li.on span{color:#0F102E;}
- .qieh ul li i{font-size:19px;color:#0F102E;position:absolute;top:18%;left:6%;}
- .qieh ul li span{font-size:22px;color:#C14704;display: block;width: 77%;position: absolute;top: 0;left: 23%;height: 100%;display:flex;align-items:center;justify-content:center; }
- .m_baom_box{width:100%;height:60px;position:fixed;bottom:0;left:0;
- background: linear-gradient(left, #F8DFC4, #DBB292);
- background: -webkit-linear-gradient(left, #F8DFC4, #DBB292);
- background: -o-linear-gradient(left, #F8DFC4, #DBB292);
- background: -moz-linear-gradient(left, #F8DFC4, #DBB292);
- }
- .m_baom{width:1200px;height:60px;margin:auto;}
- .m_baom .input{width:262px;height:38px;background:#FFF;float: left;margin-right:48px;margin-top: 11px;}
- .m_baom .input img{margin-top:10px;margin-left:10px;}
- .m_baom .input input{width:210px;height:36px;border:0;position:relative;top:1px;left:4%;}
- .m_baom .bottom{width:130px;height:38px;background:#D3915A;float: left;text-align:center;line-height:38px;margin-top: 11px;font-size:18px;color:#FFF;}
- .m_baom .dh{float: left;height:60px;line-height:60px;position:relative;left:45px;}
- .m_baom .dh i{font-size:16px;color:#FFF;position:relative;top:-7px;}
- .m_baom .dh span{font-size:36px;color:#E6691E;}
|