﻿/* CSS Document */
body {
margin: 0;
color: #333;
line-height: 180%;
font-size: 14px;
font-family: "microsoft yahei",Arial,Verdana,sans-serif;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
ul{ list-style:none}
a, a:link, a:visited, a:active{ text-decoration:none; color:#333}
a:hover{color:#AC333D; text-decoration:none;}
.clear{ height:0px; line-height:0px; overflow:hidden; clear:both; font-size:0px;}
.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}
.container-fluid{padding:0}
.container{min-width:1140px!important;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {  -webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
.newslist li.nodata {
border-bottom:none;
border-top: 1px dotted #ddd;
text-align:center;padding:70px 0; font-size:14px;color:#999;}

/* common */
a.a-highlight,
a.a-highlight:link{color:#AC333D!important}
a.a-highlight:active,
a.a-highlight:hover{text-decoration: underline;}
.bg-highlght{background-color: #AC333D;}
.bg-body{background-color: #F2F2F2;}
.bg-white{background-color: #fff;}
.bg-black{background-color: #000;}
.bg-black-3{background-color: #333;}
.bg-gray{background-color: #f8f8f8}
.pd-30{padding:30px 0;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.pb-15{padding-bottom: 15px}
.pb-20{padding-bottom: 20px}
.t-r{text-align: right!important}
.t-c{text-align: center!important}
/* top-bar */
.top-bar{background-color: #F0F0F0; font-size: 12px; height:32px; line-height: 32px;}
.top-bar > div{display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex; 
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center; 
-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.top-welcom{color: #999;-prefix-box-flex: 1; 
-webkit-box-flex: 1; 
-webkit-flex: 1; 
-moz-box-flex: 1; 
-ms-flex: 1; }
.top-welcom span{color: #666; display: inline-block; margin:0 5px;}
.top-link{color:#666;}
.top-link a{ display: inline-block; margin: 0 5px; color:#666;}
.top-link a:hover{color:#AC333D;}
/* top-title */
.head-title{ 
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;  
height: 90px; 
overflow: hidden; 
padding-top:15px; 
padding-bottom: 15px; 
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
}
.head-title img{display: block;}
.head-title strong {
display: block;
font-size: 18px;
margin-left: 15px;
line-height: 60px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.head-title strong:before{
content: "";
display: inline-block;
font-size: 14px;
width: 5px;
height: 5px;
background-color: #666;
border-radius: 50%;
position: relative;
top: -4px;
margin-right: 12px
}
/* web-search */
.web-search{
 
text-align: right;
padding-top: 26px;
box-sizing: border-box;
}
.web-search .search-bar{
border: #AC333D 2px solid;
 
display: inline-block;
vertical-align: middle ;
height: 40px;
padding-left: 5px;
border-radius: 2px;
overflow: hidden;
}
.web-search .search-bar select,
.web-search .search-bar input{
border: none;
padding: 0;
margin: 0;
outline: none;
height: 34px;
}
.web-search .search-bar select{
min-width: 60px;
text-align: center;
}
.web-search .search-bar .search-key{
width: 300px;
padding: 0 8px ;
}
.web-search .search-bar .search-submit{
width: 70px;
height: 36px;
background-color: #AC333D;
color: #fff;
}
.web-search a{
display: inline-block;
vertical-align: middle ;
height: 40px;
line-height: 40px;
font-size: 13px;
margin-left: 25px;
margin-right: 10px;
color: #888
}
.web-search a:hover{
color: #AC333D;
text-decoration: underline
}
/*menu*/
.web-nav{font-size: 0; height: 46px; line-height: 46px}
.web-nav li{display: inline-block; font-size: 15px}
.web-nav li a{color: #fff; font-size: 15px; display: inline-block; padding: 0 25px; /* font-weight: bold */}
.web-nav li.active a{background-color: #452628;}
/*footer*/
.foot-contact,
.foot-nav {line-height: 24px; color:#fff;}
.foot-contact dd:nth-of-type(1) {
padding-bottom: 3px;
color: #ccc;
}
.foot-contact dd:nth-child(n+3){color:#ccc;}
.foot-nav dt{color:#fff;}
.foot-nav a{display: inline-block; font-size:13px; color: #ccc; margin-right: 15px;}
.foot-nav a:hover{color:#fff;}
.foot-QR{text-align: center; color: #ccc;}
/* copyright */
.copy-right{text-align: center; color:rgba(255,255,255,.7); font-size: 13px; padding:12px 0;}
.copy-right span{display: inline-block; padding:0 5px;}
.copy-right a {
color: rgba(255,255,255,.7)
}
/*slider banner*/
.swiper-banner {
position: relative;
height: 120px
 }
.swiper-banner .swiper-container {
width: 100%;
height: 120px;
}
.swiper-banner .swiper-slide {
text-align: center;
/* Center slide text vertically */
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
}
.swiper-slide a{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;  
overflow: hidden; 
-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.swiper-slide a img{display: block}

.web-statistics{background-color: #fff; border-bottom: #e8e8e8 1px solid; padding:20px 0;}
.web-statistics strong{font-size: 15px; font-weight: normal; color: #666;}
.web-statistics strong em{font-style: normal; color:#AC333D; font-size: 24px; position: relative; top:2px;}
.web-statistics a{ display: inline-block; background-color: #AC333D; float: right; padding:2px 10px; color:#fff; border-radius: 2px}
.web-statistics a:hover{background-color: #ff0000}

/* common layout */
.module-title{
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
 -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
line-height: 46px;
padding-right: 15px
}
.module-title strong{
-prefix-box-flex: 1; 
-webkit-box-flex: 1; 
-webkit-flex: 1; 
-moz-box-flex: 1; 
-ms-flex: 1; 
flex: 1;
display: block;
position: relative;
font-size: 16px;
padding-left: 15px
}
.module-title strong em{
font-style: normal;
color: #AC333D
}
.module-title strong:before{
content: "";
display: block;
width: 3px;
height: 16px;
background-color: #AC333D;
position: absolute;
left: 0;
top: 50%;
margin-top: -8px
}
.module-title a.lkmore{
font-size: 13px;
 color: #666;
}
.module-title a.lkmore:hover {
color: #AC333D
}

/* family-tree-list */
.family-tree-list{
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap:wrap;
padding: 0 15px;
padding-bottom: 20px
}
.family-tree-list dl{
width:33.3%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex; 
font-size: 0;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
line-height: 24px;
}
.family-tree-list dl:not(:nth-of-type(3n)){
padding-right: 15px
}
.family-tree-list dl:nth-of-type(n+4){
margin-top: 12px
}
.family-tree-list dl dt,
.family-tree-list dl dd{
display: inline-block;
height: 24px;
font-size: 14px;
}
.family-tree-list dl dt{
margin-right: 10px;
}
.family-tree-list dl dt a{
display: inline-block;
padding: 0 6px;
font-size: 16px;
color: #AC333D;
border: #AC333D 1px solid;
}
.family-tree-list dl dt a:hover{
background-color: #AC333D;
color: #fff;
}
.family-tree-list dl dd a:hover{
text-decoration: underline
}
.family-tree-list dl dd:not(:last-child){
-prefix-box-flex: 1; 
-webkit-box-flex: 1; 
-webkit-flex: 1; 
-moz-box-flex: 1; 
-ms-flex: 1; 
flex: 1;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.family-tree-list dl dd:last-child{
width: 22px;
text-align: right
}
.family-tree-list dl dd:last-child a{
color: #888;
}

/* news-cell */
.news-cell{
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-bottom: 20px
}
.news-cell .news-cell-col{
width: 33.3%
}
.news-cell .news-cell-col:nth-of-type(n+2){
padding-left: 20px;
border-left: #e8e8e8 1px solid;
box-sizing: border-box
}

.news-com{padding: 0 15px;}
.news-cell .news-cell-col:nth-of-type(n+2) .news-com{
padding-left: 0
}
.news-com li{padding: 2px 0; display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex; -webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
}
.news-com li a{
display: block;
-prefix-box-flex: 1; 
-webkit-box-flex: 1; 
-webkit-flex: 1; 
-moz-box-flex: 1; 
-ms-flex: 1; 
flex: 1;
overflow: hidden;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news-com li a:before{
content: "";
display: inline-block;
height: 3px;
width: 3px;
background-color: #333;
margin-right: 6px;
position: relative;
top: -4px;
}
.news-com li a:hover{text-decoration: underline}
.news-com li span{ color: #888; font-size: 13px; display: block; padding-left: 8px }

/* 修谱指引 */
.family-tree-guide{padding:30px; position: relative; }
.family-tree-guide > div{position: absolute; z-index: 1; left: 10%; right:10%; height: 1px; background-color: #ccc; top:70px;}
.family-tree-guide ul{position: relative; z-index: 10; }
.family-tree-guide li{text-align: center}
.family-tree-guide.family-tree-guide li a{display: block}
.family-tree-guide li a img{width:80px; display: block; margin:0 auto;}
.family-tree-guide li a strong{display: block; font-size: 16px; margin-top: 20px}
.family-tree-guide li a p{color:#888; font-size: 13px}

/* 广告位-横副 */
.ad-box{
background-color: #e5e5e5;
text-align: center;
overflow: hidden
}
 .ad-box img {
 display:block;}

/* 族谱样式 */
.family-tree-style{
padding: 0 15px 25px 15px;
}
.family-tree-style .swiper-container {
width: 100%;
height: 240px;
margin: 0 auto;
}
.family-tree-style .swiper-slide {
text-align: center;

/* Center slide text vertically */
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
}
.family-tree-style .swiper-slide a{
display: block;
}
.family-tree-style .swiper-slide a img{
max-width: 100%;
max-height: 170px;
margin: 0 auto;
}
.family-tree-style .swiper-slide a strong{
display: block;
margin-top: 6px;
font-weight: normal
}
/* 合作机构 */
.partners-link{
text-align: center;
padding: 20px
}
.partners-link li{padding:0 10px;}
.partners-link li:nth-of-type(n+7){
margin-top: 15px
}
.partners-link a{
display: block;
text-align: center;
border: #e8e8e8 1px solid;
padding: 10px;
}
.partners-link a img{max-width: 100%; display: block; margin:0 auto;}

/* 百家网站列表 */
.family-website{
padding: 0 15px;
padding-bottom: 20px;
height: 410px;
box-sizing: border-box;
overflow-y: auto
}
.family-website dl{
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
font-size: 0;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
line-height: 24px;
margin-top: 3px
}
.family-website dl:nth-of-type(n+2){
margin-top: 12px
}
.family-website dl dt,
.family-website dl dd{
display: inline-block;
height: 24px;、
}
.family-website dl dt{
margin-right: 10px;
}
.family-website dl dt a{
display: inline-block;
padding: 0 6px;
font-size: 16px;
color: #AC333D;
border: #AC333D 1px solid;
}
.family-website dl dt a:hover{
background-color: #AC333D;
color: #fff;
}
.family-website dl dd a{
font-size: 14px
}
.family-website dl dd a:hover{
text-decoration: underline
}
.family-website dl dd:not(:last-child){
-prefix-box-flex: 1; 
-webkit-box-flex: 1; 
-webkit-flex: 1; 
-moz-box-flex: 1; 
-ms-flex: 1; 
flex: 1;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.family-website dl dd:last-child{
width: 20px;
text-align: right
}
.family-website dl dd:last-child a{
color: #888;
}

/* 姓氏网站-族谱列表样式 */
.family-tree-list2{
padding: 0 15px;
box-sizing: border-box;
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap:wrap;
line-height: 200%
}
.family-tree-list2 li {
font-size: 14px; 
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 20px;
}
.family-tree-list2 li span{color:#888; font-size: 12px; display: inline-block; margin-left: 8px}
.family-tree-list2 li:hover span{color:#AC333D;}

/* 姓氏网站列表样式 */
.family-website2 ul{
padding: 0 15px;
box-sizing: border-box;
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
align-content: flex-start;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap:wrap;
min-height: 410px;
line-height: 200%
}

.family-website2 li {
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

/* 百家网站-全部列表 */
.family-website-all{
padding: 0 15px;
padding-bottom: 20px;
box-sizing: border-box;
}
.family-website-all dl{
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
font-size: 0;
border-bottom: #f0f0f0 1px solid;
padding-bottom: 8px;
}
.family-website-all dl:last-child{border-bottom: none}
.family-website-all dl:nth-of-type(n+2){padding-top: 8px}
.family-website-all dl{margin-top: 10px }
.family-website-all dl dt{
margin-right: 5px;
}
.family-website-all dl dt a{
display: inline-block;
padding: 0 6px;
font-size: 16px;
color: #AC333D;
border: #AC333D 1px solid;
}
.family-website-all dl dt a:hover{
background-color: #AC333D;
color: #fff;
}
.family-website-all dl dd{
-prefix-box-flex: 1; 
-webkit-box-flex: 1; 
-webkit-flex: 1; 
-moz-box-flex: 1; 
-ms-flex: 1; 
flex: 1;
}
.family-website-all dl dd a{
display: inline-block;
font-size: 14px;
padding: 0 10px;
}
.family-website-all dl dd a:hover{
text-decoration: underline
}

/* 百家姓族谱总览 */

.family-tree-all{
padding: 0 15px;
padding-bottom: 20px;
box-sizing: border-box;
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap:wrap;
line-height: 260%
}
.family-tree-all li {
font-size: 14px;
width: 20%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.family-tree-all li strong{font-size: 20px; display: inline-block; font-weight: normal}
.family-tree-all li span{color:#888; font-size: 12px; display: inline-block; margin-left: 15px}
.family-tree-all li:hover strong{font-weight: bold}
.family-tree-all li:hover span{color:#AC333D;}

.are-name{padding:0 15px; font-weight: bold}
.all-tree .are-name:nth-of-type(n+3){margin-top: 10px;}
.all-tree .family-tree-list2{margin-top: 5px}
.all-tree a{font-size: 15px}


/* 文章列表 */

.newslist{margin: 0 15px; min-height: 600px}
.newslist li{padding:10px 0;border-bottom:1px dotted #ddd;position:relative;z-index:1; }
 .newslist li.nsi {color:#888;
 padding-right:100px;}
.newslist li strong a{font-size: 16px}
.newslist li .nsdate {
position:absolute;top:10px;right:11px;
}
.newslist li p{font-size: 14px; width: 98%;  color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; text-overflow: ellipsis;overflow: hidden;}
.newslist li strong a em,
.newslist li p em{font-style: normal; color: #AC333D;}

.news-pic-com{padding-bottom: 10px}
.news-pic-com .swiper-container{
min-height: 245px;
}
.news-pic-com .swiper-slide a{
position: relative;
margin-top: -20px;
}
.news-pic-com .swiper-slide a img{
width: 320px;
max-height: 245px
}
.news-pic-com .swiper-slide a strong{
margin-top: 0;
display: block;
background-color: rgba(0,0,0,.5);
text-align: center;
color: #fff;
position: absolute;
z-index: 10;
width: 100%;
bottom: 0;
left: 0;
padding: 4px;
box-sizing: border-box
}

/* 分页 */
.page-bar{
padding: 20px 20px 40px 20px;
text-align: center
}
.page-bar span,
.page-bar a{
display: inline-block;
padding: 0 4px;
}
.page-bar span{color: #888;}
.page-bar span.active{color: #AC333D;}

.article-title{ text-align: center; margin-top:15px}
.article-title strong{ display: block; font-size: 25px; line-height: 140%; padding:0 10%;}
.article-title p{color: #888; margin-top: 15px}
.article-content{font-size: 16px; overflow:hidden;
 padding: 20px 50px;line-height:28px}
.article-content p{margin-bottom: 10px}
.article-content p img, .content img{max-width: 100%}
 .article-content img {
 max-width:100%;}
.article-abcont{line-height:28px; padding:20px; border-top:#e5e5e5 1px solid; margin-top: 30px}

.subpage-nav{
padding:0 15px 15px 15px;
}
.subpage-nav a{
display: block;
padding: 3px 0;
font-size: 15px
}

.search-res-tip{padding:5px 15px;}
.search-res-tip em{ font-style: normal; color: #AC333D;}
.search-more-cell{padding:20px 15px;}
.search-more-cell select,
.search-more-cell input{padding:0; height:36px; border:#999 1px solid; margin:0 2px;}
.search-more-cell select{min-width:80px;}
.search-more-cell input{padding:0 6px; }
.search-more-cell input.search-key{width:300px;}
.search-more-cell input.search-submit{width:70px; background-color: #AC333D; border-color:#AC333D; color: #fff;}
.search-more-cell a{display: inline-block; margin-left: 20px}

.search-more-item{display: block;}
.search-more-item span{display: inline-block;}
.search-more-item input,
.search-more-item select{
margin-right: 10px;
height: 30px;
font-size: 13px
}
.search-more-item input{width:120px;}

/* 登录和注册页面 */
.login-container{
text-align: center;
}

.login-form{
width: 45%;
margin: 0 auto;
padding: 50px 0;
min-height: 580px
}
.login-form dt{
font-size: 20px;
padding: 10px 0;
}
.login-form dd{
text-align: left;
margin-top: 18px
}
.login-form dd input{
width: 100%;
height: 40px;
padding: 0 8px;
box-sizing: border-box;
border: #ccc 1px solid;
}
.login-form dd input[type="submit"]{
background-color: #AC333D;
border: none;
font-size: 17px;
color: #fff;
}
.login-quick{
font-size: 0;
padding-top: 10px
}
.login-quick > span,
.login-quick > div{
display: inline-block;
font-size: 14px;
}
.login-quick > span{
color: #888;
margin-right: 10px
}
.login-quick > div a{
display: inline-block;
width: 60px;
}
.login-quick > div a i{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 18px;
background: url(/images/QQ-weixin.png) no-repeat;
}
.login-quick > div a span{
display: inline-block;
vertical-align: middle;
margin-left: 2px
}
.login-quick > div a i.i-qq{
background-position: 0 0;
}
.login-quick > div a i.i-wx{
background-position: -20px 0;
}
.reg-tip{
margin-top: 48%
}
.reg-tip p{
font-size: 16px;
color: #999
}
.reg-tip a{
display: inline-block;
color: #AC333D;
font-size: 15px;
margin-top: 10px
}
.reg-agree span{color:#888;}
.reg-agree a{color: #AC333D;} 
.reg-agree input[type="checkbox"]{
width: 15px;
height: 15px;
position: relative;
top: 3px;
}
.phone-code{
position: relative;
}
.phone-code .btn-getcode, .phone-code .btn-getcode2{
display: block;
position: absolute;
width: 86px;
height: 40px;
z-index: 10;
top: 0;
right: 0;
background-color: #f0f0f0;
text-align: center;
line-height: 38px;
border: #ccc 1px solid;
font-size: 12px;
cursor: pointer;
}
.reset-password-step{
font-size: 0;
text-align: center;
padding: 15px 0;
}
.reset-password-step li{
display: inline-block;
font-size: 15px;
margin: 0 18px;
color: #999;
}
.reset-password-step li.active{
color: #AC333D;
border-bottom: #AC333D 2px solid
}
.reset-password-step li.ispass{
color: #333
}
.glbw {
width:1110px;margin:0 auto;}
.posnav {
height: 32px;
line-height: 32px;
margin-top: 5px;
margin-bottom: 5px;color:#666;
}
.posnav a {
color: #666;
}.posnav a:hover
{color:#AC333D
}
.fl {
float:left;}
.fr {
float:right;}
.cus_boxsi {
box-sizing:content-box}
.puxuidxls {
padding-bottom: 25px;
}
.puxuidxls li {
float: left;
width: 24%;
height: 30px;
padding-right: 1%;
line-height: 30px;
}
.searchrtm {
position: absolute;
top: 11px;
right: 40px;
font-size: 14px;
color: #999;
}