123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- @media screen and (max-width: 1080px){
- body {
- width: 1180px;
- }}
- .header{
- height: 60px;
- background: #0b3168;
- position: fixed;
- z-index: 1111111;
- width: 100%;
- }
- .h60{
- height: 60px;
- }
- .header .head{
- width: 1180px;
- margin:0 auto;
- }
- .logo{
- float: left;
- width: 107px;
- margin-right: 44px;
- }
- .logo a{
- width: 107px;
- height: 60px;
- display: block;
- background: url(../images/logo.png) no-repeat;
- text-indent: -9999px;
- }
- .meun{float: left;height:60px;background: #0b3168 no-repeat 0 8px;overflow: hidden;margin:0 auto;}
- .meun li{float:left;}
- .meun li.back{background:url(../images/meun_tab.png) repeat-x;
- height:68px;overflow:hidden;z-index:8;position:absolute;}
- .meun li.back .left{background:url(../images/meun_tab.png) repeat-x right 0;height:68px;float:right;width:8px;}
- .meun li.back .arrow{float:left;width:92%;height:68px;position:relative;}
- .meun li a{
- font-family:"微软雅黑";
- text-decoration: none;
- color:#fff;font-size:14px;z-index:10;
- display:block;
- float:left;
- position:relative;
- height:60px;
- line-height: 60px;
- width: 80px;
- text-align: center;
- overflow: hidden;}
- .meun li a span{cursor:pointer;}
- .tel{
- float: left;
- margin-left: 195px;
- }
- .tel h1{
- font-family: "微软雅黑";
- font-size:14px;
- color: #fff;
- line-height: 60px;
- padding-left: 41px;
- background: url(../images/tel.png) no-repeat 8px 0;
- }
- .user{
- float: right;
- }
- .user ul li{
- float: left;
- }
- .user li a {
- font-family: "微软雅黑";
- text-decoration: none;
- color: #fff;
- font-size: 14px;
- z-index: 10;
- display: block;
- float: left;
- position: relative;
- height: 60px;
- line-height: 60px;
- width: 80px;
- text-align: center;
- overflow: hidden;
- }
- .user li a span {
- cursor: pointer;
- }
- .user li a:hover{
- background: #64c7ff;
- }
- /*侧边栏*/
- .sidebar {
- position: fixed;
- right: 52px;
- top: 600px;
- }
- .sidebar ul li{
- cursor: pointer;
- margin-bottom: 4px;
- position: relative;
- }
- .sidebar ul li.no1 .alert1{
- width: 355px;
- height: 194px;
- background: url(../images/alert1_bg.png) no-repeat;
- position: absolute;
- top:-7px;
- right: 34px;
- display: none;
- }
- .sidebar ul li.no1 .alert1 span{
- display: block;
- font-family: "微软雅黑";
- font-size: 20px;
- color: #646464;
- line-height: 36px;
- margin-left: 30px;
- }
- .sidebar ul li.no2 .alert2{
- position: absolute;
- right: 34px;
- top: -43px;
- display: none;
- }
- .sidebar ul li.no3{
- margin-bottom: 0;
- }
|