/* 搜索 */ .indexSearch{ width: 770px; height: 36px; margin: 37px auto 74px; } footer{ display: none; } .indexSearch .search-inp{ clear: both; width:640px; height: 36px; float: left; } .indexSearch>span{ width: 140px; display: inline-block; height: 44px; text-align: center; color: #fff; background: #5cb85c; font-size: 16px; line-height: 44px; float: right; border-radius: 5px; cursor: pointer; margin-left:-20px; } .searchBtn{ width: 60px; font-size: 18px; padding-top:3px; } .indexSearch .demandSearch{ width: 530px; height: 44px; line-height: 34px; border-color: #bbd5e5; } .indexSearch .searchBtn{ height: 44px; line-height: 22px; background: #1697e9; border: 1px solid #1697e9; color: #ffffff; } .indexSearch .searchBtn img{ width: 35px;height: 35px; vertical-align: top } .indexSearch .search-inp .input-group{ width: 530px; } /* 列表 */ .pagination_box { width: 100%; line-height: 74px } .pagination_box nav { float: right; clear: both; } .pagination_box ul li a { color: #333 } .pagination_box .pagination { float: right; margin-right: 20px; } .pagination_box .totalCount { float: right; line-height:84px; display: inline-block; margin-right: 15px; } .inp{ float: right; } .pagination_box{ display: none; } .list_none { width: 550px; height: 150px; background: url("../../../img/all_null.png") no-repeat; margin: 50px auto; } .inp{ display: none; } .inp input{ vertical-align:middle; width:40px; height: 32px; text-align: center; border-radius: 5px; border:1px solid #ccc; } .inp button{ margin: 0 10px; width: 50px; } .search{ width: 100%; height: 52px; line-height: 52px; background: #f9f9f9; } .pagination_box .pagePre a{ margin-right: 10px } .pagination_box .pageNext a{ margin-left: 10px; } /* 首页 */ .adviserIndexList{ margin-top: 80px; text-align: center; } .listHead{ margin-bottom: 58px; } .listHead ul{ display: flex; display: -webkit-flex; justify-content: space-between; } .listHead ul li{ width: 262px; height: 386px; position: relative; z-index: 10; border-radius: 15px; overflow: hidden; transition: all .2 ease-in-out; box-shadow: 0 0 2px #ccc; } .listHead ul li:hover { box-shadow: 0 0 20px #ccc; transition: all .2 ease-in; } .listHead ul li .bjImg{ width: 100%; height: 100%; position: absolute; z-index: 11; top: 0; left: 0; border-radius: 15px; transition: all .5 ease-in; } .listHead ul li .bjImg img{ width: 100%; display: inline-block; height: 100%; border: 0; } .listHead ul li .collectionNumber{ position: absolute; width: 78px; height: 40px; background: #f5a07a; color:#ffffff; line-height: 40px; text-align: center; font-size: 16px; right:0; top: 23px; z-index: 12; border-radius: 20px 0 0 20px } .banner{ width: 100%; } .banner img{ width: 100% } .listHead ul li .collectionNumber img{ margin-left:8px; display: inline-block; } .listHead ul li .mode{ overflow: hidden; position: absolute; bottom: 0; left: 0; z-index: 12; width: 100%; height: 172px; } .listHead ul li .mode>span{ display: inline-block; width: 100%; height: 400px; opacity: .2; background: #000; transform: rotate(113deg); margin-top: 20px; } .listHead ul li .mode p{ position: absolute; bottom: 24px; left: 22px; font-size: 24px; color: #ffffff; } .listHead ul li .mode p>span{ display: inline-block; font-size:16px; color: #ffffff; margin-left: 12px; } /* mid */ .listMid{ overflow: hidden; } .listMid .listMidLeft{ cursor: pointer; float: left; width: 575px; height: 386px; background: url('../../../img/newMenu/adviserMid.jpg') no-repeat; background-size:100% 100%; } .listMid .listMidRight{ width: 575px; height: 386px; float: right; } .adviserIndexList>a{ display: inline-block; width: 196px; height: 50px; line-height: 46px; border: 2px solid #1697e9; text-align: center; font-size: 24px; color: #40acff; border-radius: 8px; margin: 40px auto 26px; } .adviserIndexList>a:hover{ background: #1697e9; color: #ffffff; } @media screen and (max-width:1200px){ .banner{ width: 1200px!important; margin: 0 auto; } }