﻿/* CSS Document */
/* CSS Document */
/*解决因为滚动条页面跳转闪动*/
html {overflow-y:hidden;}

/*清除内外边距*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,pre,fieldset, lengend, button, input, textarea,th, td{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 

body {
background:#FFFFFF;
font-family:"Microsoft YaHei",微软雅黑,宋体,"Arial","Tahoma";font-size:12px; color:#585858;}

/*表单元素*/
Table{border-collapse: collapse;border-spacing: 0;}

/*边框*/
fieldset, img {
    border: 0;
}

/*图片元素*/
img{border:none; vertical-align::middle;}

/*左右居中*/
.mar{margin:0 auto;}

/*隐藏*/
.over{overflow:hidden;}

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: none; }

/*字体大小*/
.f14{font-size:14px;}

/*字体颜色*/
.c_666{color:#666;}
.gray{color:#d7dce3;}

/*浮动*/
.fl{float:left;}
.fr{float:right;}

/*定位*/
.pa{position:absolute;}
.pr{position:relative;}
.pf{position:fixed;}

/*清除浮动*/
.clear{clear:both;}


/*去掉链接外边框*/
:focus {outline: 0;}

/*对齐方式*/
.a_l{text-align:left;}
.a_c{text-align:center;}
.a_r{text-align:right;}

/*login*/
.l_header{width:100%; overflow-y:auto;line-height:41px; background:#305484;}
.l_header_con{max-width:980px; margin:0 auto; padding:0 10px;}
.customer_hotline strong{margin-left:10px; color:#fcff00; font-family:Tahoma, Geneva, sans-serif;}


.l_main{width:100%; overflow-y:auto; background:url(../images/login_bg.png) repeat-x left top; padding:80px 0 0 0;}
.l_login{width:805px; height:120px; margin:0 auto; background: url(../images/login_img.png) no-repeat 60px 0;  border-bottom:dashed 1px #9fa7b3; padding:220px 0 0 175px;}
.input_text{width:231px; height:23px; color:#666; margin-right:5px; background:url(../images/input_text_bg.png) no-repeat left top; border:none; padding:10px; font-family:"Microsoft YaHei",微软雅黑,宋体,"Arial","Tahoma";}
.input_btu{width:96px; height:41px; margin:1px 0 0 0; line-height:41px; color:#d4d9eb; text-shadow:3px 3px 3px #003da9; font-weight:bold; border:none; background:url(../images/btu_bg.png) no-repeat left top; cursor:pointer;}
.input_btu:hover{width:96px; height:41px; line-height:41px; color:#d4d9eb; text-shadow:3px 3px 3px #a05005; font-weight:bold; border:none; background:url(../images/btu_bg.png) no-repeat left -41px;}
.l_login img{width:20px; height:20px; overflow:hidden; margin-left:5px; margin-top:13px;}

.l_item{width:980px; height:165px; margin:35px auto 20px!important;margin:33px auto 18px;}
.l_item li{width:196px; height:25px; float:left; padding:120px 0 0 0;}
.l_item li a{color:#585858; font-size:14px;}
.l_item li.basic_data{width:196px; background:url(../images/icon_item.png) no-repeat left top; text-indent:25px;}
.l_item li.map{width:196px; background:url(../images/icon_item.png) no-repeat 30px -147px;text-indent:65px;}
.l_item li.s_query{width:196px; background:url(../images/icon_item.png) no-repeat 50px -298px;text-indent:75px;}
.l_item li.core{width:196px; background:url(../images/icon_item.png) no-repeat 70px -448px;text-indent:95px;}
.l_item li.set_up{width:196px; background:url(../images/icon_item.png) no-repeat right -596px; text-indent:115px;}





