| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- .top {
- width: 100%;
- height: 30px;
- background: #f2f2f2;
- }
- .box {
- width: 1200px;
- margin: 0 auto;
- }
- .top_l {
- width: 400px;
- height: 30px;
- line-height: 30px;
- }
- .top_l span {
- display: block;
- height: 30px;
- margin-right: 30px;
- float: left;
- color: #666;
- }
- .top_l span:nth-child(2) em {
- display: block;
- width: 14px;
- height: 30px;
- background: url(../themes/jiameng/static/images/xing.png);
- float: left;
- margin-right: 5px;
- }
- .top_l span:nth-child(3) em {
- display: block;
- width: 14px;
- height: 30px;
- background: url(../themes/jiameng/static/images/shouji.png);
- float: left;
- margin-right: 5px;
- }
- .top_l span:nth-child(3) i {
- display: block;
- width: 15px;
- height: 30px;
- background: url(../themes/jiameng/static/images/down.png);
- float: right;
- margin-left: 5px;
- }
- .top_r {
- width: 540px;
- height: 30px;
- line-height: 30px;
- }
- .top_r a {
- display: block;
- height: 30px;
- margin-left: 28px;
- float: right;
- color: #666;
- }
- .top_r a em {
- display: block;
- width: 20px;
- height: 30px;
- float: left;
- margin-right: 2px;
- }
- .top_r a:nth-child(1) em {
- background: url(../themes/jiameng/static/images/icon1.png);
- }
- .top_r a:nth-child(2) em {
- background: url(../themes/jiameng/static/images/icon2.png);
- }
- .top_r a:nth-child(3) em {
- background: url(../themes/jiameng/static/images/icon3.png);
- }
- .top_r span:nth-child(4) em {
- background: url(../themes/jiameng/static/images/icon4.png);
- }
- .top_r span:nth-child(5) em {
- background: url(../themes/jiameng/static/images/icon5.png);
- }
- header {
- height: 110px;
- width: 100%;
- border-bottom: none;
- }
- .clear::after {
- display: block;
- content: '';
- clear: both;
- }
- .header {
- height: 110px;
- }
- .header h1 {
- float: left;
- width: 230px;
- height: 110px;
- }
- .header h1 img {
- width: 100%;
- height: 100%;
- }
- .header_l {
- width: 570px;
- height: 110px;
- margin-left: 78px;
- }
- .header_l .form {
- width: 570px;
- margin-top: 30px;
- position: relative;
- }
- .header_l .form input {
- width: 365px;
- height: 40px;
- border: 3px solid #e51717;
- outline: none;
- box-sizing: border-box;
- float: left;
- text-indent: 30px;
- background: url(../themes/jiameng/static/images/seek.png) no-repeat 5px 8px;
- }
- .header_l .form a {
- display: block;
- width: 100px;
- height: 40px;
- background: #e51717;
- line-height: 40px;
- text-align: center;
- color: #fff;
- font-size: 16px;
- float: left;
- }
- .header_l .form p {
- float: left;
- width: 90px;
- height: 40px;
- line-height: 20px;
- color: #666;
- margin-left: 10px;
- cursor: pointer;
- }
- .header_l ul {
- height: 30px;
- }
- .header_l ul .red {
- color: #e51717;
- float: left;
- height: 30px;
- line-height: 30px;
- margin-right: 7px;
- }
- .header_l ul li {
- float: left;
- height: 30px;
- line-height: 30px;
- margin-right: 7px;
- color: #666;
- }
- .header_l ul li a {
- color: #666;
- }
- nav {
- width: 100%;
- height: 40px;
- background: #db0f21;
- }
- nav ul li {
- width: 120px;
- height: 40px;
- line-height: 40px;
- float: left;
- text-align: center;
- cursor: pointer;
- }
- nav ul .active {
- background: #99131a;
- }
- nav ul li a {
- display: block;
- width: 100%;
- height: 100%;
- color: #fff;
- font-size: 16px;
- }
- .btn .btnde {
- float: left;
- display: block;
- margin-left: 94px;
- width: 346px;
- height: 43px;
- line-height: 43px;
- text-align: center;
- background: #db0f21;
- color: #fff;
- border: 0;
- font-size: 16px;
- cursor: pointer;
- }
- .btn .btnde:hover {
- background: #db0f21;
- }
|