body { width: 100%; } .wrapper { font-family: "宋体"; font-size: 14px; width: expression(document.body.clientWidth <=1300? "1300px": "auto"); min-width: 1300px; } a { color: #000; cursor: pointer; text-decoration: none; } a:link { text-decoration: none; /* 指正常的未被访问过的链接*/ } a:visited { text-decoration: none; /*指已经访问过的链接*/ } a:hover { text-decoration: none; /*指鼠标在链接*/ } a:active { text-decoration: none; /* 指正在点的链接*/ } .placeholder { color: #A9A9A9; } li { cursor: pointer; } .wrapper ul>li { list-style-type: none; } .wrapper ul { padding: 0px; margin: 0px; } .header { width: 1200px; margin: 0px auto; position: relative; z-index: 2; } .header_backgroud { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/header.png") repeat 0px 0px; } .header>.top>ul>li { float: left; color: #1E4184; font-size: 12px; width: auto; } .header>.top { width: 400px; overflow: hidden; position: absolute; top: 10px; left: 850px; } .header>.logo {} .header>.building { margin-left: 200px; margin-top: -35px; margin-top: -34px\9; } .header>.search { position: absolute; top: 100px; left: 800px; height: 50px; } .header>.search>.search_input { position: relative; color: #FFFFFF; background: #788DB5; border: none; height: 30px; width: 240px; line-height: 30px; padding-left: 20px; float: left; left: 20px; top: -40px; } .header>.search>.search_button { position: relative; background: #356BD0; border: none; height: 30px; color: #FFFFFF; width: 75px; float: left; left: 20px; top: -40px; } .nav { height: 46px; width: 1000px; margin: 0px auto; } .nav ul {} .nav ul>li.nav_item { float: left; color: #FFFFFF; font-size: 16px; font-family: "微软雅黑"; padding-right: 30px; line-height: 40px; } .nav ul>li>a { margin-left: 30px; padding-left: 2px; } .nav ul>li>a:link { color: #FFF; text-decoration: none; /* 指正常的未被访问过的链接*/ } .nav ul>li>a:visited { color: #FFF; text-decoration: none; /*指已经访问过的链接*/ } .nav ul>li>a:hover { color: #FFF; text-decoration: none; /*指鼠标在链接*/ } .nav ul>li>a:active { color: #FFF; /* 指正在点的链接*/ } .nav .home_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/home.fw.png") no-repeat 0px 8px; } .nav .information_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/information.fw.png") no-repeat 0px 10px; } .nav .publicity_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/publicity.fw.png") no-repeat 0px 10px; } .nav .search_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/search.fw.png") no-repeat 0px 10px; } .nav .interaction_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/interaction.fw.png") no-repeat 0px 10px; } .nav .policy_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/policy.fw.png") no-repeat 0px 8px; } .nav .subject_li { background: url("/creditgdyinpingcom/zygx_dgxy/statics/image/subject.fw.png") no-repeat 0px 10px; } .main { width: 100%; } .footer { height: 210px; background: #F2F2F2; } .footer>.about { margin: 0px auto; width: 1000px; text-align: center; padding-top: 10px; } .footer>.about p { color: #777777; line-height: 25px; font-family: "微软雅黑"; } .home_search_input::-webkit-input-placeholder { color: #FFF; } .home_search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #FFF; } .home_search_input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #FFF; } .home_search_input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #FFF; } form li { cursor: default; } .error { color: red; } .text_overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }