123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- /* header */
- .header {
- color:#333;
- height: 64px;
- line-height: 64px;
- background-color: #f9f9f9;
- }
- .header div>div{
- margin-left: 30px;
- float:right;
- }
- .header ul li {
- float: left;
- margin: 0 10px;
- }
- .header a{
- color:#333;
- }
- .header .colorRed{
- color: #ff570c;
- }
- /* 导航 */
- .topNav{
- width: 100%;
- background: #ffffff;
- height:102px;
- }
- .topNav.navFix{
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9998;
- box-shadow: 0 4px 10px #ccc;
- }
- /* 导航 */
- .navHeader {
- position: absolute;
- width: 1200px;
- left: 50%;
- margin-left: -600px;
- z-index: 999;
- }
- .navHeader .nav ul li img {
- width: 30px;
- height: 30px;
- position: absolute;
- right: 0px;
- top: 9px;
- }
- .navHeader .logo {
- float: left;
- padding-left: 20px;
- margin-top: 20px;
- }
- .navHeader .logo_right {
- margin-top: 14px;
- float: left;
- padding-left: 20px;
- width: 120px;
- height: 75px;
- background: url("../../../img/index_xuan.png") no-repeat center center;
- margin-left: 10px;
- }
- .navHeader .nav {
- float: left;
- vertical-align: top;
- margin-top: 26px;
- padding-left: 40px;
- }
- .navHeader .nav>ul>li {
- float: left;
- width: 112px;
- vertical-align: middle;
- text-align: center;
- position: relative;
- margin: 0 5px;
-
- }
- .navHeader .nav>ul>li.active div{
- /* box-shadow: 0 0 15px rgb(219, 218, 218); */
- border-bottom: 4px solid #064f87;
- }
- /*2级导航*/
- .navHeader .nav ul li div{
- background: #ffffff;
- overflow:hidden;
- width: 112px;
- }
- .navHeader .nav ul li:hover{
- box-shadow: 0 0 15px rgb(219, 218, 218);
- }
- .navHeader .nav ul li:hover div{
- border-radius: 5px;
- }
- .navHeader .nav ul li>div>a{
- width: 112px;
- line-height: 56px;
- height: 56px;
- display: inline-block;
- font-size: 20px;
- color: #064f87;
- }
- .navHeader .nav ul li .subnavigation {
- width: 112px;
- top: 76px;
- z-index: 9999;
- background: #ffffff;
- display: none;
- padding-bottom: 15px;
- }
- .subnavigation li>a {
- width: 110px;
- height: 42px;
- line-height: 42px;
- display: inline-block;
- color: #7a7878;
- }
- .subnavigation li a:hover {
- color:#064f87!important;
- background: #e5f0f4;
- }
- .subnavigation li {
- height: 30px;
- line-height: 30px;
- }
- /*hot*/
- .nav ul li:hover img {
- animation: hot 1s infinite linear;
- transition: all 1s;
- }
- @keyframes hot {
- 0% {
- width: 30px;
- height: 30px;
- }
- 25% {
- width: 25px;
- height: 25px;
- top: 9px;
- }
- 50% {
- width: 30px;
- height: 30px;
- }
- 100% {
- width: 25px;
- height: 25px;
- top: 9px;
- }
- }
- .navHeader .nav_right{
- margin-top: 20px;
- float: right;
- color:#ff570c;
- }
- .navHeader .nav_right img{
- width: 82px;
- height: 62px;
- margin-right: 14px;
- }
- @media (min-width: 1200px) {
- .container {
- width: 1200px;
- }
- }
- .search {
- clear: both;
- margin-top: 30px;
- }
- .navMeau {
- height: 55px;
- }
- .search .navMeau {
- float: left;
- width: 226px;
- font-size: 24px;
- color: #ffffff;
- height: 55px;
- line-height: 55px;
- text-align: center;
- margin-right: 30px;
- background: url(../../../img/newMenu/search-bj.jpg)
- }
- .search>div {
- display: inline-block;
- float: left;
- }
- .container .imgs {
- overflow: hidden;
- padding-top: 35px;
- padding-bottom: 62px;
- }
- .container .imgs img {
- width: 100%
- }
- .search .search-inp {
- font-size: 16px;
- height: 55px;
- line-height: 55px;
- }
- .search-inp .input-group {
- width: 900px;
- }
- .search-inp div:nth-child(2) {
- margin: 0 10px;
- }
- .search .search-inp input {
- font-size: 16px;
- height: 55px;
- line-height: 55px;
- border-color: #1797e9;
- border-right: none;
- }
- .search .search-inp button {
- height: 55px;
- line-height: 45px;
- background-color: #1797e9;
- color: #fff;
- font-size: 18px;
- width: 150px;
- border: none;
- border-radius: 0 5px 5px 0;
- }
- input:focus{
- outline: none;
- }
- .btn:focus,.btn:active,.btn.focus,.btn:active:focus,.btn.active:focus{
- background: #1797e9;
- outline: none;
- color:#ffffff;
- border: none
- }
- .search-inp .input-group{
- position: relative;
- }
- .searchBtn{
-
- }
- .search-inp .txtVal{
- position: absolute;
- left: 5px;
- top: 0;
- height: 24px;
- z-index: 999;
- line-height: 24px;
- padding: 16px 5px 16px 10px;
- }
- .search-inp .txtVal span{
- display: inline-block;
- padding: 0 10px;
- background: #e9f3f9;
- color: #7f7f7f;
- font-size: 14px;
- margin-right: 10px;
- }
- .search .search-inp div {
- float: left;
- }
- .search .searchMain {
- clear: both;
- overflow: hidden;
- margin-bottom: 20px
- }
- .search ol {
- clear: both
- }
- .search ol li {
- cursor: pointer;
- height: 30px;
- line-height: 30px;
- float: left;
- margin-right: 20px;
- font-size: 14px;
- }
- .search ol li a{
- color: #393838;
- }
- .search ol li:hover {
- color: #ff570c;
- }
- .search ol li.active {
- color: #ff570c;
- }
- .search .navMeau>div {
- position: relative;
- width: 100%;
- }
- .colorRed {
- font-size: 12px;
- color: #ff570c;
- }
- .colorBlur {
- font-size: 12px;
- color: #0289df;
- vertical-align: middle
- }
- .colorWrite {
- color: #ccc;
- height: 40px;
- margin: 12px 0px;
- }
- .navMeau .menuList {
- /* display: none; */
- position: absolute;
- top: 55px;
- padding: 20px 20px 40px;
- left: 0;
- z-index: 999;
- background: #3b3b3b;
- color: #ffffff;
- font-size: 14px;
- }
- .navMeau .menuList ul li {
- float: left;
- box-sizing: border-box;
- width: 50%;
- height: 36px;
- line-height: 36px;
- text-align: center
- }
- .menuList ul li.active{
- color: #ff570c
- }
- .navMeau .menuList ul li:hover a{
- cursor: pointer;
- color: #0289df
- }
- .menuList ul li a{
- width: 100%;
- height: 36px;
- line-height: 36px;
- display: inline-block;
- color: #ffffff
- }
- /* 主体内容 */
- .demand-marq {
- position: relative;
- top: -12px;
- clear: both;
- width: 100%;
- height: 50px;
- line-height: 50px;
- box-shadow: 0 5px 5px #ccc;
- padding: 0 20px;
- background-color: #ffffff;
- }
- .demand-marq span {
- float: left;
- width: 96px;
- height: 20px;
- display: inline-block;
- background: url(../../../img/newMenu/demand-1.png) no-repeat;
- vertical-align: top;
- margin-top: 15px
- }
- .demand-marq marquee ul {
- overflow: hidden;
- width: 3500px;
- height: 50px;
- }
- .demand-marq marquee {
- overflow: hidden;
- margin-left: 20px;
- width: 980px;
- float: left;
- }
- .demand-marq ul li {
- margin: 0 30px;
- float: left;
- }
|