@media (min-width: 1200px){
    .container{width: 1210px;}
}
body{padding-bottom: 100px; position: relative;}
/*header*/
.header-box{height: 28px; line-height: 28px;}
.header-box > a{float: right; font-size: 14px; color: #fff9d9; margin-left:12px; padding-left: 15px;}
.header-box > a.login-btn{background: url(images/icons/login-btn.png) no-repeat left center;}
.header-box > a.reg-btn{background: url(images/icons/reg-btn.png) no-repeat left center;}
/*搜索框*/
.ser-box{max-width: 730px; height: 42px; *height: 38px; padding: 2px; background: #ebe6dd; border: 1px solid #d6cfc6; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin: 68px auto; font-size: 0;}
.ser-box input{width: 72%; *width: 70%; padding: 0 10px; height: 36px; line-height: 36px; background: #ebe6dd; font-size: 14px; display: inline-block;}
.ser-box a{width: auto; padding:0 15px;margin-left:3px; /**width: 10%;*/ height: 36px; line-height: 36px; background: #ad1a18; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-align: center; font-size: 16px; color: #ffffff; vertical-align: middle;}
.ser-box a:hover{background: #c31d1b;}
@media (max-width: 768px){
    .ser-box{margin: 30px auto;}
}
/*导航bread-crumb*/
.bread-crumb{font-size: 14px; color: #666666; margin: 18px 0;}
.bread-crumb strong{font-weight: normal;}
.bread-crumb .span{color: #ad1a18;}
/*h2样式*/
.h2-style{font-size: 16px; font-weight: bold; line-height: 30px; border-bottom: 2px solid #e9e2da; background: url(images/icons/circle-rect.png) no-repeat left center; padding-left: 10px;}
/*pages 分页*/
#pages{margin-bottom: 20px; text-align: center; color: #333333;}
#pages a{font-size: 12px; height: 30px; line-height: 28px; padding: 0 11px; background: #f9f6ef; border: 1px solid #dfd8c8; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin: 0 5px; vertical-align: middle;}
#pages a.go{margin-left: 10px; padding: 0 5px;}
#pages a.cur_page,#pages a:hover{border-color: #6d5a55; color: #ffffff; background: #6d5a55;}
#pages input{width: 30px; height: 30px; background: #f9f6ef; margin: 0 5px; border: 1px solid #dfd8c8; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-align: center;}
#pages button{margin-left: 10px; padding: 0 5px;color:black;background: #f9f6ef; border: 1px solid #dfd8c8;}
#pages em{font-style: normal; color: #cb230d;}
/*footer*/
#footer{position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; background: #ad1a18; overflow: hidden;}
.foot-con{padding-top: 26px;}
.foot-con p{text-align: center; font-size: 13px; color: #ffffff; line-height: 24px;}
.foot-con p span{margin: 0 20px;}
@media (max-width: 414px){.foot-con{padding-top: 15px;} .foot-con p{line-height: 20px;}}
.loading {background-image: url('images/loading1.gif');width: 170px;height: 15px;background-size: cover;background-position: 45% center;margin: auto;border-bottom: none !important;}
.nodatanote{color:red;margin:15px auto;text-align:center;}
.home {background-image: url('images/icons/icon-home.png');width:16px;height:16px;display:inline-block;background-size:cover;margin-top:5px;}