html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;margin:0;padding:0;vertical-align:baseline;border:none;list-style-type: none;}
body{font-family:"Microsoft YaHei",sans-serif;font-size:13px;line-height:1.6em; color: #000;}
p{ }
h1{ font-size: 18px; }
h2{ font-size: 16px;}
h3{ font-size: 13px; }
ol{list-style:decimal;margin:0 0 18px 1.5em;}
ol ol{list-style:upper-alpha;}
ol ol ol{list-style:lower-roman;}
ol ol ol ol{list-style:lower-alpha;}
ul ul,ol ol,ul ol,ol ul{margin-bottom:0;}
dl{margin:0 0 24px 0;}
dt{font-weight:bold;}
dd{margin-bottom:18px;}
strong{font-weight:bold;}
cite,em,i{font-style:italic;}
big{font-size:131.25%;}
ins{background:#ffc;text-decoration:none;}
blockquote{font-style:italic;padding:5px 15px;margin:10px 15px;border-left:5px solid #CCC;}
blockquote cite,blockquote em,blockquote i{font-style:normal;}
pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;padding:1.5em;}
abbr,acronym{border-bottom:1px dotted #666;cursor:help;}
sup,sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
sup{bottom:1ex;text-align: justify}
sub{top:.5ex;}
del{text-decoration:line-through;color:red;}
hr{background-color:#e7e7e7;border:0;clear:both;height:1px;margin-bottom:18px;}
a{color:#666666;text-decoration:none;}
table th{font-weight:bold;}
table td,table th{padding:2px;vertical-align: middle;}
.domainlist td,.domainlist th{padding:10px 13px;}
.wrap{background:#FFFFFF;}
.gray {color:#999999; padding:0 5px;}
.clear{clear:both;height:0;line-height:0;}
.line{height:0;line-height:0;border-top:1px solid #EBEBEB;}
.highlight{color:#C03;}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.aligncenter{text-align:center;margin:0 auto;}
.lf{float:left;}
.rf{float:right;}
.sticky{}
.gallery-caption{}
.lpos{ }
.mpos{margin-left:106px;padding-top:20px;position:relative;}
.plus-one{display:inline-block;}
#header{  }
#cnt{padding-top: 65px;min-height:1000px;}
#top{
	background:#F5F5F5;
	border-bottom:1px solid #E5E5E5;
	position:absolute;
	width:100%;
	height:65px;
	_top:expression(eval(document.documentElement.scrollTop));    
}
/*********
* Header *
*********/

.header-fixed-container {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.header .nav-container {
    position: relative;
    width: 100%;
    right: 0;
    margin-left: 0px;
    z-index: 4;
}

.header {
    border-bottom: 1px solid #999;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}

.header .logo { position: absolute; height: 25px; margin-top: 7px; }
.header .link-container { float: right; }

.header-push,
.nav-container { height: 40px; }

.link-container > a { float: left; }

.link-container {
    -webkit-box-shadow:
        1px 0 0 0 #b4b4b4,
        -1px 0 0 0 #fff;
    box-shadow:
        1px 0 0 0 #b4b4b4,
        -1px 0 0 0 #fff;
}
.nav-link.phone { font-weight: 800; color: #318dde; }
.nav-link {
    display: inline-block;
    height: 40px;
    padding: 0 23px;
    font-weight: 500;
    font-size: 10pt;
    color: #404040;
    line-height: 40px;
    -webkit-box-shadow:
        inset 1px 0 0 0 #b4b4b4,
        inset -1px 0 0 0 #fff;
    box-shadow:
        inset 1px 0 0 0 #b4b4b4,
        inset -1px 0 0 0 #fff;
}
.nav-link:hover {
    background: #d5d5d5;
    -webkit-box-shadow:
        inset 1px 0 0 0 #aaa,
        inset -1px 0 0 0 #ccc;
    box-shadow:
        inset 1px 0 0 0 #aaa,
        inset -1px 0 0 0 #ccc;
}
.nav-link.active,
.nav-link:active {
    background: #a9a9a9;
    background: -moz-linear-gradient(top,  #a9a9a9 0%, #bfbfbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a9a9), color-stop(100%,#bfbfbf));
    background: -webkit-linear-gradient(top,  #a9a9a9 0%,#bfbfbf 100%);
    background: -o-linear-gradient(top,  #a9a9a9 0%,#bfbfbf 100%);
    background: -ms-linear-gradient(top,  #a9a9a9 0%,#bfbfbf 100%);
    background: linear-gradient(to bottom,  #a9a9a9 0%,#bfbfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#bfbfbf',GradientType=0 );
    -webkit-box-shadow:
        inset 1px 0 0 0 #888,
        inset -1px 0 0 0 #bbb;
    box-shadow:
        inset 1px 0 0 0 #888,
        inset -1px 0 0 0 #bbb;
}

html {
	background:#FFFFFF;
}
#logo{float:left;padding:0px;}
#logo img{ }
#escrow img{ }
#ads img{ }
.search_box{ 
	float: left;
    width: 280px;
    padding: 15px 0 0 10px;
}
.search_box input{
	display:block;
	font-size:14px;
	font-family:"Microsoft YaHei",sans-serif;
	padding:6px;
	border:1px solid #999;
	background:#FFF;  
	width:185px;
	height:21px;
	color: #999999;
	float:left;
}
.search_box button{
	width: 60px;
	height:34px;
	line-height: 34px;
	font-weight: bold;
    margin: 0 5px;
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF !important;
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor: default !important;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    float:left;
}
.search_box button:focus {
	background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    border: 1px solid #2F5BB7;
}
.search_box button:active {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3) inset;
}
.search_box .gbqfi {
    background:url(../img/icon_search.png) no-repeat center;
    display: inline-block;
    height: 13px;
    width: 14px;
}
#advanced_search a{cursor:pointer;}

#info{height:52px;border-bottom:1px solid #EBEBEB;}
#info #type {float:left;padding:10px 15px;}
#info #type a{font-size:20px;color:#DD4B39;line-height:28px;}
#info #description{padding:16px;color:#595959;}
#info #description a{color:#595959;}
#main .tabletitle{color:#999999;}
#header-plusone{padding:26px 0 0 10px;}
#main{margin-bottom: 50px;float:left;margin-left:201px;position:absolute;top:107px; }
#main tr{background:#f9f9f9;}
#main2{box-sizing: border-box;margin-bottom:50px;float:left;padding-left:201px;position:absolute;top:65px;width:100%;}
#main2 tr{background:#f9f9f9;}
#lbar{ 
	float: left;
    width: 200px;
    border-right: 1px solid #EBEBEB;
	z-index:1;
	position:relative;
}
#lbar h3{clear:both;color:#DD4B39;border-left: 5px solid #DD4B39;padding:6px 15px;}
#lbar ul{font-size:13px; padding: 0;}
#lbar ul a{color: #222222;}
#lbar ul li{padding: 5px 5px 5px 39px;}
#lbar ul li:hover{background:#eeeeee;}
#lbar #searchform label{display:block;border-bottom:1px solid #EBEBEB;color:#484848;font-size:12px;font-weight:bold;padding:6px 15px;}
#lbar #searchform #s{width:150px;margin:10px 6px 20px;background:none;border:1px solid #EBEBEB;float:left;}
#lbar #searchform #searchsubmit{margin:10px 0 20px;float:left;}
#lbar table{text-align:center;width:100%;}
#lbar caption{line-height:3.6em;font-weight:bold;}
#footer{
    border-top: 1px solid #EBEBEB;
    background: #F5F5F5;
    bottom: 0;
    height: 45px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#footer a{color:#595959;}
#footer .Services{padding:10px;line-height: 25px;width: 360px;float: left;}
#footer #copyright{
	padding:10px;
	color:#595959;
	line-height: 25px;
	float: center;
}
#footer #copyright img{
	width: 45px;
	height: 9px;
}
.post{clear:both;padding-top:10px;}
.entry-title{color:#2200C1;line-height:30px;border:none;margin:0;}
.entry-title a{text-decoration:underline;}
.entry-title .plus-one{margin-left:10px;}
h1.entry-title{color:#000;margin:10px 0 20px 0;font-weight:bold;text-shadow:1px 1px 1px #EBEBEB;text-decoration:underline;}
h1.entry-title iframe{padding-left:10px;}
h1.entry-title a{color:#000;}
h2.entry-title{font-size:16px;font-weight:400;}
h2.entry-title a{color:#12C;}
h2.entry-title a:visited{color:#61C;}
h1.post-title .plus-one{line-height:24px;height:24px;}
h2.entry-title .plus-one{line-height:15px;height:15px;}
.entry-content{font-size:13px;line-height:20px;overflow:hidden;}
.entry-meta{font-size:13px;}
.entry-meta a{color:#36C;}
.post-permalink{color:#0E774A;}
.post-copyright{color:#666;font-size:13px;padding:10px;margin-top:20px;background:#F8F8F8 10px 10px no-repeat;border:1px solid #EBEBEB;line-height:21px;}
.post-copyright strong{padding-right:5px;}
.post-author{float:left;padding-right:10px;}
.post-tags a{border:1px solid #DBDBDB;background:#EBEBEB;padding:1px 4px;border-radius:5px;}
.entry-licence{font-weight:normal;}
.entry-licence a{color:#666;}
.post-nav{padding:20px 0;}
/* pagination */

.pages {
padding: 0;
clear: left;
background: #FFFFFF;
}

.margin {
	height: 35px;
    margin: 20px;
    display: inline-block;
}

.pages a, .pages span {
display: block;
float: left;
padding: 4px 10px 4px 10px;
margin-right: 3px;
background: #FFF;
}

.pages span.current {
color: #FFF;
background-color: #78acff;
border: 1px solid #3079ED;
}

.pages span.current a {
}

.pages a {
text-decoration: none;
border: 1px solid #DDDDDD;
color: #666666;
}

.pages a:hover {
color: #FFF;
background-color: #4D90FE;
border: 1px solid #3079ED;
}

.pages span.nextprev {
border: 1px solid #3079ED;
color: #FFE2C5;
}

#logoul{
 margin:0;
 }
#logoul li{
 float:left;
 list-style-type:none;
 }
#logoul li a{

 }
#logoul img{
 margin:0;
 border:none;
 height:auto;
 width:195px;
 }

@media only screen and (max-device-width : 768px) {
    .header-fixed-container { position: fixed; }
    #main{width:100%;margin-left:0;}
    #main2{width:100%;padding-left:0;}
	#lbar{display:none;}
    #logoul img{width:150px;}
    .margin {padding-left:0;padding-bottom:45px;}
    .nav-link {padding: 0 10px;}
    .search_box {padding: 15px 0;width:180px;}
    .search_box input{width:100px;}
	.search_box button{width: 50px;}
    #logo img {height:auto;width:130px;padding-top: 10px;}
    #escrow img {height:auto;width:45px;}
    #ads img {height:auto;width:320px;}
    #cnt {padding-top: 65px;}
}