|
|
Line 667: |
Line 667: |
| } | | } |
| } | | } |
| + | header { |
| + | width: 100%; |
| + | position: fixed; |
| + | top: 0; |
| + | z-index: 1000; |
| + | background: #545454; |
| + | padding-top: 30px; |
| + | font-family: "Microsoft YaHei", sans-serif !important; |
| + | } |
| + | |
| + | .logo { |
| + | float: left; |
| + | width: 4%; |
| + | margin-right: 50px; |
| + | } |
| + | |
| + | .navigation { |
| + | width: 100%; |
| + | text-align: center; |
| + | } |
| + | |
| + | .banner-top { |
| + | width: 79%; |
| + | float: left; |
| + | margin-top: 8px; |
| + | } |
| + | |
| + | ul.navig { |
| + | padding: 0; |
| + | width: 69%; |
| + | float: left; |
| + | margin: 1% auto 0; |
| + | text-align: center; |
| + | } |
| + | |
| + | ul.navig li { |
| + | display: inline-block; |
| + | margin: 0 10px; |
| + | } |
| + | |
| + | ul.navig li a { |
| + | text-transform: uppercase; |
| + | font-size: 1em; |
| + | color: #fff; |
| + | font-weight: 700; |
| + | } |
| + | |
| + | ul.navig li a:hover { |
| + | color: #838383; |
| + | } |
| + | |
| + | nav a, |
| + | ul.navig a { |
| + | position: relative; |
| + | margin: 0px 0px 3px; |
| + | outline: none; |
| + | text-decoration: none; |
| + | text-transform: capitalize; |
| + | letter-spacing: 1px; |
| + | font-weight: 400; |
| + | text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); |
| + | font-size: 1.35em; |
| + | } |
| + | |
| + | nav a:hover, |
| + | nav a:focus, |
| + | ul.navig a:hover, |
| + | ul.navig a:focus { |
| + | outline: none; |
| + | } |
| + | |
| + | span.menu { |
| + | display: none; |
| + | } |
| + | |
| + | @media screen and (max-width: 1280px) { |
| + | .logo { |
| + | width: 4%; |
| + | } |
| + | .banner-top { |
| + | width: 88%; |
| + | } |
| + | } |
| + | |
| + | @media screen and (max-width: 1024px) { |
| + | .logo { |
| + | width: 5%; |
| + | margin-right: 4%; |
| + | } |
| + | .logo img { |
| + | width: 100%; |
| + | } |
| + | .banner-top { |
| + | width: 56%; |
| + | } |
| + | span.menu { |
| + | display: block; |
| + | cursor: pointer; |
| + | float: none; |
| + | margin: 3px auto 0em auto; |
| + | width: 10%; |
| + | background-color: #f0c11b; |
| + | color: #000; |
| + | text-align: center; |
| + | padding: 6px; |
| + | font-size: 16px; |
| + | font-weight: 500; |
| + | position: relative; |
| + | } |
| + | } |
| + | |
| + | @media screen and (max-width: 768px) { |
| + | .logo { |
| + | width: 5%; |
| + | margin-right: 0; |
| + | margin-top: 7px; |
| + | } |
| + | } |
| + | |
| + | @media screen and (max-width: 640px) { |
| + | .logo { |
| + | width: 6%; |
| + | } |
| + | } |
| + | |
| + | @media screen and (max-width: 480px) { |
| + | span.menu { |
| + | width: 17%; |
| + | padding: 4px; |
| + | font-size: 14px; |
| + | } |
| + | .logo { |
| + | width: 31%; |
| + | margin-top: 5px; |
| + | } |
| + | } |
| + | |
| + | @media screen and (max-width: 320px) { |
| + | span.menu { |
| + | width: 100%; |
| + | padding: 5px; |
| + | margin: 50px auto 0em auto; |
| + | } |
| + | .logo { |
| + | width: 52%; |
| + | margin-top: 8px; |
| + | } |
| + | } |
| + | |
| + | .container-fluid { |
| + | padding: 0; |
| + | } |
| + | |
| + | .navbar { |
| + | border: 0 !important; |
| + | border-radius: 0 !important; |
| + | background-color: #545454; |
| + | margin-bottom: 10px; |
| + | } |
| + | |
| + | .navbar a { |
| + | font-size: 18px; |
| + | color: #fff; |
| + | } |
| + | |
| + | .navbar-default { |
| + | box-shadow: none !important; |
| + | } |
| + | |
| + | .navbar-default .navbar-nav > li > a { |
| + | /*color: #fff;*/ |
| + | -webkit-transition: all 0.2s ease-out; |
| + | -moz-transition: all 0.2s ease-out; |
| + | -o-transition: all 0.2s ease-out; |
| + | -ms-transition: all 0.2s ease-out; |
| + | transition: all 0.2s ease-out; |
| + | } |
| + | |
| + | .navbar-default .navbar-nav > li > a:hover { |
| + | background-color: #e8cc4e; |
| + | color: #000; |
| + | } |
| + | |
| + | .navbar-default .navbar-nav > li > a:focus { |
| + | color: #fff; |
| + | } |
| + | |
| + | #bs-example-navbar-collapse-1 { |
| + | background-color: #545454 !important; |
| + | } |
| + | |
| + | ul.navbar-nav { |
| + | margin-left: 10em; |
| + | } |
| + | |
| + | .navbar-header { |
| + | background: #545454; |
| + | } |
| + | |
| + | .banner-container { |
| + | width: 100%; |
| + | background-color: #545454; |
| + | } |
| + | |
| + | .banner-content { |
| + | max-width: 1200px; |
| + | margin: -70px auto; |
| + | } |
| + | |
| + | .banner-content img { |
| + | padding-top: 7em; |
| + | } |
| + | |
| + | .banner-content h2 { |
| + | font-size: 34px; |
| + | color: #e8cc4e; |
| + | text-align: center; |
| + | padding-bottom: 100px; |
| + | } |
| + | |
| + | .work-header { |
| + | text-align: center; |
| + | margin-bottom: 66px; |
| + | } |
| + | |
| + | .how-work { |
| + | background-color: #f2f2f2; |
| + | } |
| + | |
| + | @media (max-width: 1199px) { |
| + | .work-content { |
| + | text-align: center; |
| + | } |
| + | } |
| + | |
| + | .work-header h2 { |
| + | width: 350px; |
| + | color: #0a3c63; |
| + | font-weight: bold; |
| + | padding-bottom: 10px; |
| + | margin: 62px auto 37px auto; |
| + | border-bottom: 2px solid #0a3c63; |
| + | } |
| + | |
| + | .work-header p, |
| + | .work-content { |
| + | color: #868687; |
| + | } |
| + | |
| + | .work-header h2 span { |
| + | color: #e8cd4d; |
| + | } |
| + | |
| + | .work-content { |
| + | margin-bottom: 50px; |
| + | } |
| + | |
| + | @media (min-width: 1600px) { |
| + | .container { |
| + | width: 1500px; |
| + | } |
| + | } |
| + | |
| + | @media screen and (device-width: 1024px) { |
| + | .container { |
| + | width: 990px; |
| + | } |
| + | } |
| + | |
| + | .index-details { |
| + | color: #868687; |
| + | } |
| + | /*.index-details img{ |
| + | margin: 80px 0; |
| + | }*/ |
| + | |
| + | .index-details .caption { |
| + | margin: 20% 0; |
| + | color: #868687; |
| + | } |
| + | |
| + | .index-details .caption h3:before { |
| + | content: url(../images/h-before.jpg); |
| + | position: relative; |
| + | top: 20px; |
| + | margin-right: 15px; |
| + | } |
| + | |
| + | .index-details .caption h3 { |
| + | margin-bottom: 40px; |
| + | } |
| + | |
| + | .index-details .caption p:last-child { |
| + | margin-top: 20px; |
| + | } |
| + | |
| + | .index-details .caption p:last-child a { |
| + | background-color: #0a3c63; |
| + | border: none; |
| + | -webkit-transition: all 0.2s ease-out; |
| + | -moz-transition: all 0.2s ease-out; |
| + | -o-transition: all 0.2s ease-out; |
| + | -ms-transition: all 0.2s ease-out; |
| + | transition: all 0.2s ease-out; |
| + | } |
| + | |
| + | .index-details .caption p:last-child a:hover { |
| + | background-color: #206295; |
| + | } |
| + | |
| + | .index-details2 { |
| + | background-color: #f2f2f2; |
| + | } |
| + | |
| + | .index-headline { |
| + | width: 270px; |
| + | margin: 0 auto; |
| + | font-size: 28px; |
| + | font-weight: bold; |
| + | padding-top: 20px; |
| + | padding-bottom: 10px; |
| + | color: #0a3c63; |
| + | border-bottom: 1px solid #0a3c63; |
| + | } |
| + | |
| + | .index-headline2 { |
| + | width: 400px; |
| + | padding-top: 50px; |
| + | margin-bottom: 20px; |
| + | } |
| + | |
| + | .index-headline span { |
| + | color: #f0c11b; |
| + | } |
| + | |
| </style> | | </style> |
| </head> | | </head> |