123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- @charset "utf-8";
- /* CSS Document */
- body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td {
- margin: 0;
- padding: 0;
- }
- body {
- margin: 0 auto;
- _word-break: break-all;
- }
- body, button, input, select, textarea {
-
- font-family: "微软雅黑"
- }
- h1 {
- font-size: 30px;
- }
- h2 {
- font-size: 20px;
- }
- h3 {
- font-size: 16px;
- }
- select, input, button, textarea {
- _font-size: 100%;
- }
- h4, h5, h6 {
- font-size: 100%;
- }
- ul, ol {
- list-style: none outside none;
- }
- a {
- color: #333;
- text-decoration: none;
- }
- a:hover {
- color: #006699;
- text-decoration: none;
- }
- a, a:hover {
- outline: none;
- blr:expression(this.onFocus=this.blur());
- }
- legend {
- color: #000;
- }
- fieldset, img {
- border: none;
- }
- button, input, select, textarea {
- font-size: 100%;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- hr {
- border: none;
- height: 1px;
- }
- html {
- overflow-y: scroll;
- overflow-x: auto;
- }
- ul, ol {
- list-style: none outside;
- }
- img {
- -ms-interpolation-mode: bicubic;
- }
- .cl {
- clear: both;
- }
- .fl {
- float: left;
- _display: inline;
- }
- .fr {
- float: right;
- _display: inline;
- }
- .tl {
- text-align: left;
- }
- .tc {
- text-align: center;
- }
- .tr {
- text-align: right;
- }
- .fb {
- font-weight: bold;
- }
- .fn {
- font-weight: normal;
- }
- .noline {
- text-decoration: none;
- }
- .underline {
- text-decoration: underline;
- }
- i,em {
- text-decoration: none;
- list-style: none;
- font-style: normal;
- letter-spacing: 1px;
- }
- .none {
- display: none;
- }
- .relative {
- position: relative;
- }
- .absolute {
- position: absolute;
- }
- .nowrap {
- white-space: nowrap;
- }
- .nobor {
- border: none;
- }
- .yahei {
- font-family: "微软雅黑";
- }
- .hidden {
- display: none
- }
- .nobg{ background:none}
- .mt10{ margin-top:10px;}
- .clearfix:after {
- content: " ";
- display: block;
- clear: both;
- height: 0;
- }
- .clearfix {
- zoom: 1;
- }
- .clear{ clear:both}
- .br0{ border:none !important;}
- .mr0{ margin:0 !important;}
- .mr20{margin: 10px 0 0 0 !important;}
- .mr10{ margin:10px 0 0 0 !important;}
- .headerbox{ width:100%; height:169px; background:url(../images/jknw_01.gif) no-repeat; background-size:100% 100%;min-width: 1400px;}
- .header{width:1400px;margin:0 auto;height: 169px;}
- .logo{ margin:44px 0 0 0;}
- .ss_oa{height:169px;width:251px;}
- .ss_oa dd{width: 247px;height:44px;margin: 30px 4px 10px 0;box-shadow:-1px 1px 7px #666;overflow:hidden;float: right;*margin-right:0px;}
- .ss_oa dd .input_text{float:right;width: 187px;height:44px;line-height:44px;border:none;*width: 183px;}
- .ss_oa dd .innput_but{ width:60px; float:right; height:44px; background:#ed1e26; display:block; border:none; color:#fff;}
- .ss_oa dt{ width:253px;*width:247px; height:55px; margin:0 2px 0 0;float: right;*margin-right:-1px;}
- .ss_oa dt a{ width:253px;*width:247px; height:55px; display:block;}
- .ss_oa dt img{ width:100%; height:100%;}
- .all_title{width:100%;height:40px;border-bottom:solid 3px #ed1e26;overflow:hidden;margin: 0 0 5px 0;}
- .all_title .all_title_fl{ padding:0 15px; height:40px; background:#ed1e26; color:#fff; display:block; text-align:center; line-height:40px; float:left; font-size:20px; font-weight:bold;}
- .all_title .all_title_more{ font-size:14px; color:#555; line-height:50px; margin:0 10px 0 0; float:right;}
- .all_list{width:100%;margin: 5px 0 0 0;}
- .all_list li{overflow:hidden;font-size:16px;line-height: 27px;background:url(../images/jknw_11.png) left center no-repeat;padding:0 0 0 12px;margin:0 0 0 5px;}
- .all_list li a{ float:left; color:#333;}
- .all_list li em{ float:right; color:#666; margin:0 5px 0 0;}
- .footer{ width:100%; text-align:center; padding:20px 0; background:#cecece; border-top: solid 5px #ed1e26;}
- .footer p{ font-size:16px; line-height:36px;}
|