| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- *{margin:0;padding:0}
- a,a:hover{text-decoration: none;}
- li{list-style: none;}
- .clear{clear: both;width:100%;height: 2px;}
- body{font-family: "微软雅黑";width: 100%;}
- header{
- width:100%;
- height: 99px;
- background:#fff;
- position: relative;
- }
- #header_nav{
- width: 1200px;
- margin: 0 auto;
- }
- #logo{
- width: 95px;
- height: 70px;
- float: left;
- margin-top: 12px;
- }
- #header_nav_list{
- float: right;
- }
- #header_nav_list li{
- float: left;
- margin-left: 50px;
- height: 99px;
- box-sizing: border-box;
- padding-top: 32px;
- }
- #header_nav_list li a{
- font-size:16px;
- color:#39343c;
-
- }
- .head_nav_subscript{
- width: 20px;
- height: 2px;
- background: #c4271f;
- margin-top: 12px;
- display: none;
- }
- .head_nav_subscript_active{
- display: block;
- }
- #header_sed_nav ul li{
- float: left;
- }
- /*#header_sed_nav ul{
- display: none;
- }*/
- #header_sed_nav{
- height: 35px;
- line-height: 35px;
- width: 100%;
- position: absolute;
- top: 99px;
- z-index: 9999;
- }
- #header_sed_nav_con{
- position: relative;
- width: 1200px;
- margin:0 auto;
- }
- #header_sed_nav_con ul{
- display: none;
- margin: 0;
- width: 100%;
- height: 35px;
- background: rgba(255,255,255,.5);
- padding-left: 400px;
- }
- #header_sed_nav_con ul li{
- float: left;
- height: 30px;
- line-height: 30px;
- padding: 0 10px;
-
- }
- #header_sed_nav_con ul li a{
- font-size: 14px;
- color: #26201e;
- }
- /*#home_page{
- height: 0px !important;
- }
- #about_us{
- padding-left: 450px;
- }
- #our_research{
- padding-left: 500px;
- }
- #oil_college{
- padding-left: 620px;
- }
- #oil_investment{
- padding-left: 650px;
- }
- #open_account{
- padding-left: 850px;
- }
- #app_download{
- padding-left: 1000px;
- }*/
- footer{
- width: 100%;
- }
- #footer_title{
- width: 100%;
- background: #26201e;
- height: 110px;
- padding-top: 50px;
- }
- #footer_content{
- width: 100%;
- height: 204px;
- background: #2c2624;
- box-sizing: border-box;
- padding-top: 10px;
- }
- #footer_title ul,#footer_content div{
- width: 1200px;
- margin: 0 auto;
- }
- #footer_title ul li,#footer_content div ul{
- float: left;
- margin-left: 50px;
- width: 150px;
- }
- #footer_title ul li:nth-child(1),#footer_content div ul:nth-child(1){
- margin-left: 0;
- }
- #footer_title ul li{
- height: 60px;
- background: url(../img/index/形状8.png)0 35px no-repeat;
- font-family: "微软雅黑";
- font-size: 16px;
- color: #fff;
- }
- #footer_content div ul li{
- line-height: 25px;
- height: 25px;
- }
- #footer_content div ul li a{
- font-size: 14px;
- color: #fff;
-
- }
|