12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @charset "utf-8";
- * {margin: 0px;padding: 0px; border:0;}
- dl, dt, dd, ul, ol, li, pre, code, legend, buttonform, fieldset, input, textarea, p, blockquote, th, td, img, form, p{padding: 0;margin: 0;list-style:none;}
- a{ text-decoration:none;}
- /*登录页*/
- body{ font-size:12px; font-family:"宋体"; height:100%; padding:0; margin:0;}
- .top{ background-color:#FFF; width:100%; height:87px;}
- .login_main{ width:1000px; margin:0 auto;}
- .logo{ margin:20px 0px; float:left;}
- .top_right{ float:right; color:#333333; line-height:18px; margin-top:35px;}
- .top_right a{color:#333333;}
- .swsy{ float:left; background:url(../images/icon01.gif) no-repeat; padding-left:25px; height:18px; margin-right: 20px;}
- .jrsc{ float:left; background:url(../images/icon02.gif) no-repeat; padding-left:25px; height:18px;}
- .cen{ float:left; margin-bottom:20px; width:100%;}
- .cen_bg{position:relative; z-index:-1; width:100%; float:left;}
- .cen_main{ width:1000px; float:left; position:absolute; z-index:999;margin-top:22px;}
- .cen_right{ background-color:#FFF; width:302px; height:305px; -moz-box-shadow: 5px 5px 15px #8c8c8c; /* Firefox */ box-shadow: 5px 5px 15px #8c8c8c; padding:0 14px; float:right; margin-right:17px;}
- .title{ float:left; color:#2C89C7; font-family:"微软雅黑"; font-size:20px; font-weight:bold; margin:25px 0;}
- .user{ font-size:16px; font-weight:normal; color:#999999; padding-left:10px;}
- .name_input{ background:url(../images/name.png) no-repeat; width:262px; height:48px; line-height:48px; border:none; color:#90A1BB; padding-left:40px;}
- .loginbox{ margin-bottom:32px;}
- .password_input{ background:url(../images/password.png) no-repeat; width:262px; height:48px; line-height:48px; border:none; color:#90A1BB; padding-left:40px;}
- .loginbtn {width: 111px;height: 35px;background: url(../images/buttonbg.png) repeat-x;font-size: 14px;font-weight: bold;color: #fff;cursor: pointer;line-height: 35px;}
- .loginbox label {color: #687f92;padding-left: 25px;}
- .loginbox label input {margin-right: 5px; position:relative; top:3px;}
- .loginbox label a {color: #687f92;}
- .login_botter{ float:left; margin-bottom:20px; font-size:14px; color:#6C6E6D; font-weight:bold; line-height:38px;}
- .login_botter ul li{ width:200px; margin-right:20px; float:left;}
- .xmgh{ background:url(../images/icon03.gif) no-repeat; height:38px; padding-left:45px; margin-top:20px;}
- .zjgl{ background:url(../images/icon04.gif) no-repeat; height:38px; padding-left:45px; margin-top:20px;}
- .sjhz{ background:url(../images/icon05.gif) no-repeat; height:38px; padding-left:45px; margin-top:20px;}
- .zhbg{ background:url(../images/icon06.gif) no-repeat; height:38px; padding-left:45px; margin-top:20px;}
- .login_botter ul{ float:left; width:900px;}
- .login_botter ul li p{margin-left:45px; font-size:12px; line-height:24px; color:#6C6D6C; font-weight:normal;}
- .footer{ background-color:#1A8AC3; width:100%; float:left; padding:10px 0;}
- .footer p{ text-align:center; color:#FFF; line-height:24px;}
- .login_main_a{ width:1100px; margin:0 auto;}
- .ewm{ float:left; width:170px; text-align:center;}
- /*首页*/
- .index_top{ width:100%; height:69px; background-color:#259DD1;float:left;}
- .index_logo{ float:left; margin-left:15px; margin-top:12px;}
- .index_right{ float:right; color:#FFF; margin-top:22px; margin-right:15px;}
- .hello{ background:url(../images/icon07.png) no-repeat; float:left; padding-left:27px; line-height:27px; height:27px; margin-right:15px;}
- .tcdl{ float:left; cursor:pointer;}
- .index_r{ width:1120px; float:right; background:url(../images/bg_right.png) no-repeat right center; height:402px;}
- .side_rn ul { float:left; text-align:left; padding:20px 39px; width:200px;}
- .side_rn ul li { text-align:center; cursor:pointer;}
- .font14h{ font-size:14px; color:#333; font-weight:bold; line-height:34px;}
- .index_footer{ width:100%; height:29px; background-color:#259DD1; color:#FFF;float:left;}
- .index_footer p{ text-align:center; color:#FFF;}
|