@charset "utf-8";
/* 
www.adminbuy.cn
*/
::before,
::after{
    /*选择所有的标签 */
    margin: 0;
    padding: 0;

    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度  百分比*/
    -webkit-box-sizing: border-box;/*兼容*/
    box-sizing: border-box;
}
body{
	font-size: 14px;
    color: #efeff4;
	margin:0 auto;
	padding:0;
	font-family:"微软雅黑";
}
a{
    color: #333;
    text-decoration: none;
}
#articeBottom span{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}


/* common css */
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*[class^="icon_"]{*/
    /*background: url("../images/sprites.png") no-repeat;*/
    /*background-size: 200px 200px;*/
/*}*/

.m_b30{
    margin-bottom:075rem;
}
.m_t30{
    margin-top: 0.75rem;
}
.bd_right{
	border-right: 1px solid #e6e6e6;
}
.bd_left{
	border-left: 1px solid #e6e6e6;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }		
.pd_lr{
	padding: 0 0.75rem;
}	
.bg_color{
	background: #fff;
}
/*公共样式*/

* {
    margin: 0;
    padding: 0;
}
.html {
    font-size: 40px;
}


.m30_top {
    margin-top: 0.75rem;
}

.bd_bottom {
    border-bottom: 1px solid #e5e5e5;
}
.hide{
    display: none;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}

#header {
  height: 2.75rem;
  background-color: #1f9cf9;
  border-bottom:#ffffff 1px solid;
}
.logo {
  width: auto;
  float: left;
  padding-left: 5%;
  padding-top: 0.475rem;
}
.logo img { height:1.8rem
}
.menu {
  width: auto;
  float: right;
  padding-right: 5%;
  padding-top: 1rem;
}
.menu_1 {
  width: 100%;
}
.menu_1 img {
  width: 1.075rem;
  height: 0.875rem;
}
.menu_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
  display: none;
}
.menu_3 {
  width: 60%;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  display: none;
  background-color: #ffffff;
  padding: 1.25rem 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.menu_3_up {
  height: 1.4rem;
  text-align: right;
  padding-right: 5%;
}
.menu_3_up img {
  width: 0.975rem;
  height: 0.975rem;
}
.menu_3_down {
  width: 90%;
  margin: 0 auto;
}
.menu_3_down ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #d9d9d9 0.025rem solid;
  padding-left: 3%;
}
.menu_3_down ul li a {
  font-family: "微软雅黑", "宋体";
  font-size: 0.7rem;
  color: #212121; display:block
}
.menu_3_down ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
#banner {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#banner img {
  width: 100%;
}
#bottom {
  width: 100%;
  height: 2.225rem;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  background-image: url(../images/bottom_bj.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 2.225rem;
}
#bottom ul{
  padding-left:2%;
}
#bottom ul li {
  width: 33%;
  float: left;
  text-align: center;
  line-height: 2.225rem;
}
#bottom ul li a {
  font-size: 0.75rem;
  color: #ffffff;
}
#bottom ul li img {
  width: 1.025rem;
  height: 0.975rem;
  vertical-align: middle;
  margin-right: 0.15rem;
}
#bottom .bottom_line {
  border-right: #595959 1px solid;
}

#bottom1 {
  width: 100%;
  height: 2.225rem;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  background-image: url(../images/bottom_bj.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 2.225rem;
}
#bottom1 ul{
  padding-left:2%;
}
#bottom1 ul li {
  width: 24%;
  float: left;
  text-align: center;
  line-height: 2.225rem;
}
#bottom1 ul li a {
  font-size: 0.75rem;
  color: #ffffff;
}
#bottom1 ul li img {
  width: 1.025rem;
  height: 0.975rem;
  vertical-align: middle;
  margin-right: 0.15rem;
}
#bottom1 .bottom_line {
  border-right: #595959 1px solid;
}

#foot {
  background-color: #595959;
  padding:15px 0;
  text-align: center;
  font-size: 0.625rem;
  color: #ffffff;
  line-height: 1.25rem; margin-bottom:2.2rem
}

#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}


.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.images{}
.images li{ float:left; width:48%; text-align:center; margin-right:4%; margin-bottom:20px}
.images li p{ line-height:30px;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis; }