html,body {
    background: #f0f7fc url("../../image/default/bg.gif") repeat-x;
    text-align: left;
}

body, td, input, textarea, select, button {
    color: #333;
    font: 12px Tahoma,Arial, sans-serif;
    line-height:16px;
}


input, textarea, select, button{
    vertical-align:middle;
}

body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset {
    margin: 0;
    padding: 0;
}


img{
    vertical-align:middle; border:0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

h1{
    line-height:37px;
    height:37px;
    padding-left:20px;
    background:url("../../image/default/h1-bg.gif") repeat-x;
    color:#006aad;
    border:1px solid #c5e2f2;
    border-bottom:0;
    font-size:14px;
    font-weight:normal;
}
h1 span{
    float:right;
    background:url("../../image/default/h1.gif") no-repeat right;
    padding:10px 12px 0 0;
    font-weight:normal;
}
a {
    color: #22ac38;
    text-decoration: none;
}
a:hover {
    COLOR: red; TEXT-DECORATION: underline
}
.clear{
    clear:both;
    font-size:0;
    line-height:0;
    height:10px;
}
.input{
    border:1px solid #94c6e1;
    background:#fff;
    color:#22ac38;
    font-weight:bold;
    padding:5px;
    margin-bottom:5px;

}
.input1{
    border:1px solid #7f9db9;
    background:#fff;
    color:#333;
    font-weight:bold;
    padding:3px 5px;
    margin-bottom:5px;

}

.but{
    border:1px solid #c5e2f2;
    background:#cde4f2 url('../../image/default/but.gif') repeat-x 50% top;
    height:30px;
    margin-left:5px;
    cursor: pointer;
    overflow:visible;
    padding:0 15px;
    margin-bottom:5px;
}
.but1{
    border:1px solid #7f9db9;
    background:#f0f7fd;
    height:23px;
    margin-left:5px;
    cursor: pointer;
    overflow:visible;
    padding:0 15px;
    margin-bottom:5px;
}

/*
wrap:
*/
.wrap {
    margin: auto;
    width: 900px;
    clear:both;
}

/*
top:
*/
.top-nav {
    position:relative;
    margin: auto;
    height: 30px;
    line-height:30px;
    color:#ddd;
}

.top-menu {
    margin: auto;
    height: 30px;
    line-height:30px;
    padding-right:20px;
    color:#ddd;
    float:right;
}

.top-menu a {
    color:#555;
}

.top-menu a:hover {
    color:#22ac38;
}	

.top-nav-logo{
    background: url("../../image/default/top-nav-logo.gif") no-repeat left;
    height:30px;
    width:175px;
}	

.top {
    position:relative;
    background: url("../../image/default/logo.gif") no-repeat left;
    height:73px;
}

.top640-480 {
    float:right;
    position:absolute;
    right:0;
    top:8px;
}


/*
menu:
*/
.menu {
    margin: auto;
    background: url("../../image/default/menu-bg.gif") repeat-x left;
    text-align:center;
    height: 45px;
    line-height:42px;
    padding-left:40px;
    margin-bottom:10px;
}
.menu a {
    color:#fff;
    padding:0 13px;
    display:block;
    float:left;
}
.menu a:hover {
    color:#f39800;
}	

.menu .select {
    background: url("../../image/default/s-menu-bg.gif") repeat-x right top;
    padding-right:15px;
}	

/*
sub_menu:
*/
div.menu {
}
div.menu-list {
    position: absolute;
    width: 100px;
    padding: 0 0 5px;
    display: none;
    background: #fff;
    border: 1px solid #d6d6d6;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
div.menu-list ul,
div.menu-list ul li {
    padding: 0;
    margin: 0;
}
div.menu-list ul li {
    margin: 5px 5px 0;
    list-style-type: none;
}
div.menu-list ul li a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
div.menu-list ul li a span {
    display: block;
    width: 100%;
    height: 100%;
}
div.menu-list ul li a:hover {
    color: #fff;
    background: #5d98d4 url('../../image/default/bg-left.jpg') no-repeat 0 0;
}
div.menu-list ul li a:hover span {
    background: transparent url('../../image/default/bg-right.jpg') no-repeat right top;
}

/*
foot:
*/	
.bot-nav {
    clear:both;
    border:1px solid #bbd7e6;
    background:#fff;
    text-align:center;
    line-height:32px;
    color:#ddd;
}
.bot-nav a{
    color:#0269ac;
}	
.foot {
    clear:both;
    height:40px;
    padding:10px 0;
    color:#888;
    text-align:center;
}
.foot a {
    color:#0269ac;
}

/*
box:
*/	
.col{ width:445px; margin-right:10px; float:left;}
.col2{ width:445px; float:left;}

.box {clear:both;}
*html .box {clear:both;display:inline;}

.box1 {
    background:#fff url("../../image/default/box1-bg.gif") repeat-x left top;
    border:1px solid #bbd7e6;
    border-top:0;
    padding:10px 15px;
    line-height:30px;
    margin-bottom:8px;
}
.box1 h1{
    line-height:37px;
    height:37px;
    padding-left:20px;
    background:#fff;
    color:#006aad;
    border-bottom:1px;
    font-size:14px;
    font-weight:normal;
}

.info {
    line-height:18px;
    color:#777;
    display:block;
    padding-top:5px;
}
.info1 {
    line-height:26px;
    color:#777;
    display:block;
    padding:15px 0;
}

.info2 {
    line-height:22px;
    color:#333;
    display:block;
    padding-right:60px;
}

.info2 p{
    margin-bottom:10px;
    text-indent:24px;
    line-height:18px;
}
.info2 a{
    margin-right:3px;
}

.info3 {
    line-height:22px;
    color:#333;
    display:block;
    font-size:14px;
    padding-bottom:15px;
    margin-bottom:20px;
    border-bottom:1px solid #e5eff8;
}

/*
text:
*/		

.red {
    color:#ea5f00;
}

.small {
    font-size:11px;
}
/*
网站收录
*/
.seo
{
    width: 100%;
    text-align: center;
    background-color: #669BCC;
    border:0;
}
.seo_head,.tracert_head{
    text-align: center;
    background-color: #D4E6F7;
}
.seo_item{
    text-align: center;
    background-color: #FFFFFF;
}

.infrm{
    padding:0;
    margin-left:-63px;
    margin-left:-70px !important;
}

/*
PR查询:
*/
.pr {font: 11px/11px Arial, Helvetica, sans-serif;color: #137258;height: 14px;margin-top: 4px;}
.pr span {width: 69px;height: 11px;_width /**/: 69px;_height /**/: 11px;padding: 2px;float: left;background-image: url(../..../../image/default/seos/Ranks/prbar.gif);
    background-position: left 0px;
    background-repeat: no-repeat;}
.pr img {margin-bottom: 6px;}

.span_iframe
{
    float:left;
    width:22px;
    overflow:hidden;
    margin-left:135px;
}
.iframe
{
    padding:0;
    margin-left:-63px;
}

/*
搜索蜘蛛、机器人模拟工具
*/
.div_robot
{
    border:1px solid #c5e2f2;
    width:800px;
    height:350px;
    overflow:auto;
    border:1px solid #c5e2f2;
    padding-left:10px;
}
/*
友情链接IP查询
*/
.linkip
{
    color:blue;
    cursor:hand;
    text-decoration:underline;
}

/*
网页颜色选择器工具:
*/
.Ptd
{
    width:25%;
    color:#336699;
}
.Pspan
{
    color:#336699;
    font-size:14px;
    font-weight:bold;
}
.Ptable
{
    background-color:#E8F3FB;
    text-align:left;
    width:98%;
}


/*
在线调色板工具:
*/

.Oimg
{
    width:15px;
    height:15px;
    border:0;
}

/*
Escape加密/UnEscape解密
*/
.Etext
{
    border:1px solid #c5e2f2;
    width:800px;
    height:350px;
    overflow:visible;
}

/*
汉字转换拼音工具
*/

.WStop
{
    border: 1px solid #D4E9F7;
    margin-bottom:10px;
}
.WStop1
{
    background-color:#ECF5FB;
    padding-left:5px;
}
.WStop2
{
    color:#0269AC;
    font-size:14px;
    height:30px;
    padding:0px 0 0 5px;
    line-height: 30px;
    font-weight:bolder;
    text-align:center;
}
.WSIn
{
    line-height:22px;
    color:#333;
    display:block;
}
.WSTitle
{
    color:#336699;
    margin-left:28px
}
.WStxt
{
    border:1px solid #c5e2f2;
    width:800px;
    height:150px;
    overflow:visible;
}
.WSradio
{
    width:16px;
    height:16px;
}
.WSt
{
    margin-left:27px;
}
.WSt1
{
    margin-left:22px;
    margin-top:2px;
}

/*
简体中文GB2312/繁体中文BIG5转换工具
*/

.Gbtop
{
    border: 1px solid #D4E9F7;
    margin-bottom:10px;
    text-align:left;
}
.Gbtxt
{
    border:1px solid #c5e2f2;
    width:800px;
    height:250px;
    overflow:visible;
}
.GbIn1
{
    margin-left:28px;
    margin-top:15px;
}
.GbIn2
{
    margin-left:22px;
    margin-top:2px;
}

/*
Html/JS转换
*/
.HJtxt
{
    border:1px solid #c5e2f2;
    width:800px;
    height:150px;
    overflow:visible;
}
/*
百度近日收录情况
*/
.bs
{
    font-size:15px;
    color:#EA5F00;
    font-weight:bold;
}
.bs1
{
    font-size:13px;
    color:#EA5F00;
}
.ipwhois
{
    text-align:left;
    margin-left:50px;
    color:#13446e;
}

.sp_ipwhois
{
    font-weight:bold;
    font-size:16px;
    font-family:Arial;
    color:#13446e;
}
.domTb
{
    word-wrap: break-word;
    word-break: break-all;
    background-color:#94BAE7;
}
.domtd
{
    width:8%;
    text-align:center;
}
.tdba
{
    width:22%;
    text-align:center;
}

.tdba1
{
    width:26%;
    text-align:center;
}

.tdxh
{
    width:8%;
    height:23;
    text-align:center;
}
.tdzb
{
    width:28%;
    text-align:center;
}


#TabsDivin {
    margin:1px auto;
}
#TabsDivin ul {
    list-style:none;
    height:100%;
    margin:0 5px;
}
#TabsDivin ul li {
    width:150px;
    background:#ffffff;
    float:left;
    margin:0 5px;
}
#TabsDivin ul li#li2 {
    width:150px;
    margin:0 5px;
}
#TabsDivin ul li#li2 ul li {
    width:150px;
    margin:0 5px;
    background:#ffffff;
}
#linkimg{
    vertical-align:middle;
    border:0;
    width:88px;
    height:31px;
}

#navigation, #navigation li ul {
    list-style-type:none;
    height:25px;
}
#navigation {
    margin:0px;
    margin-top:5px;
}
#navigation li {
    float:left;
    text-align:center;
    position:relative;
    height:25px;
    background:#fff url(../../image/default/top.gif);

}
#navigation li a:link, #navigation li a:visited {
    display:block;
    height:24px;
    width:115px;
    text-decoration:none;
    color:#000;
    padding-left:0px;
    padding:0 0 0 10px;
    text-align:center;
    border:1;
    border-bottom:1px solid #222;

}
#navigation li a:hover {
    color:#fff;
}

#navigation li ul li {
    color:#fff;
    background:#BDD5E6;

}

#navigation li ul li a:hover {
    color:#fff;
    background:#6b839c;

}
#navigation li ul {
    display:none;
    position:absolute;
    top:25px;
    left:0;
    margin-top:0px;
    width:120px;
    background:#6b839c;

}
#navigation li ul li ul {
    display:none;
    position:absolute;
    top:25px;
    left:130px;
    margin-top:0;
    margin-left:2px;
    width:120px;
    background:#6b839c;
}

.fllist {
    background:#fff url("../../image/default/box1-bg.gif") repeat-x left top;
    border:1px solid #bbd7e6;
    border-top:0;
    padding:10px 10px;
    margin-bottom:10px;
    margin-top:0px;

}
.fllist1 {
    background:#fff url("../../image/default/box1-bg.gif") repeat-x left top;
    width:100%;
    margin:0 auto;
    text-align: left;
    margin-top:0px;
    text-decoration:none;
    border:1px solid #bbd7e6;
    border-top:0;


}
.fllist ul {

    text-align:center;
    color:#fff;
    line-height:25px;
    font-size: 16px;
    padding:2px 2%;

    }

.fllist li{

    font-weight:bold;
    text-align:center;
    color:#fff;
    line-height:25px;
    font-size: 12px;
    }
.fllist ul ul{

    padding:10px;
    margin:10px;
    text-align:center;
    font-size: 12px;
}

.fllist ul li ul li{

    padding:0px;
    text-align: left;
    width:25%;
    float:left;
    
}

.fllist li {line-height: 20px;font-size: 12px;}
.fllist li.last {background:transparent url(../../image/default/botr.gif) 100% 100% no-repeat; line-height:22px; font-size: 12px; padding-bottom:3px; }
.fllist li a{color: #06c; text-decoration:none;}
.fllist li a:hover{color: #00f;}

.bottomlist
{
    border:0px solid #bbd7e6;
    border-top:0;
    margin-top:0px;
    }
.bottomlist ul
{
    width:100%;
    border-top:0;
    margin-top:0px;
   
    }
.bottomlist ul li
{
  text-align:left;
  float:left;
  top:0px;  
  font-weight:bold;
  line-height : 20px;
  padding: 0px 0px 0px 0px;
    }
.bottomlist ul li ul
{
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
    }
.bottomlist ul li ul li
{
  text-align:left;
  float:left;
  left:80px;
  font-weight:normal;
  position:relative;
  padding: 0px 0px 0px 0px;
  width:150px;
  line-height : 25px;
  margin-top: 0px;

    }

.sitemaprq {
	height : 400px;
	overflow : scroll;
}
