*{
    margin: 0;
    padding: 0;
}

body{
    box-sizing: border-box;
    min-width: 1200px !important;
    font-family: 微软雅黑;
    position: relative;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
} 

.imgsa{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul{
    list-style: none;
}

ul::after, div::after{
    content:"";
    display:block;
    clear:both;
}

.container{
    max-width: 1260px;
    margin: auto;
    /* padding: 0 20px; */
}

.container::after{
    content:"";
    display:block;
    clear:both;
}

span{
    font-size: 12px;
}


/* 头部尾部 */

/* 顶部Logo */
.logo{
    width: 100%;
    height: 108px;
}

.lo{
    width: 100%;
    height: 108px;
    padding: 30px 465px;
}

.lo a{
    display: block;
    width: 270px;
    height: 50px;
}

.ppst{
    position: relative;
    z-index: 3;
}

.post{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.imgs{
    width: 100% !important;
    height: 100% !important;
}

.big_pic{
    overflow: hidden;
}

.big_pic:hover img{
    transform: scale(1.2);
    transition: 1s;
}

/* 导航部分 */
.menu{
    width: 100%;
    height: 36px;
    background-color: #000000;
}

/* 导航列表 */
.menu_l{
    width: 60%;
    height: 36px;
    float: left;
}

.menu_l ul li{
    float: left;
    height: 36px;
    width: 100px;
}

.menu_l ul li a{
    display: block;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 跳转绑定类名 */
.menu_cols{
    color: rgb(254,64,171) !important;
}

/* 搜索框 */
.menu_r{
    width: 40%;
    height: 36px;
    float: left;
    position: relative;
}

.menu_r .text{
    float: right;
    width: 144px;
	height: 23px;
	background-color: #555;
	border-radius: 11px;
    margin: 6px 42px 0 0;
    padding-left: 15px;
    color: #fff;
}

.menu_r button{
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 50px;
    top: 9px;
    cursor: pointer;
}

/* 二级菜单 */
.menu_sec{
    width: 100%;
    display: none;
}

.menu_sec1{
    width: 100%;
    display: none;
}

.menu_second{
    width: 100%;
    height: 36px;
}

.menu_second ul li{
    float: left;
    width: 70px;
    height: 36px;
    text-align: center;
    padding: 11px 5px;
    line-height: 14px;
}

.menu_second ul li:nth-last-child(1) a{
    border-right: 0 !important;
    width: 100px;
}

.menu_second ul li a{
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border-right: 1px solid #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 面包屑导航 */
.crumbs {
    width: 100%;
    height: 40px;
    margin: 20px 0 20px;
    color: #666666;
    background-color: #fff;
    padding-left: 20px;
    border-left: 4px solid #4284da;
  }

  .breadcrumb li{
    float: left;
    line-height: 40px;
  }
  
  .breadcrumb > li + li:before {
    color: #cccccc;
    content: ">";
    padding: 0 5px;
  }
  .breadcrumb li a {
    font-size: 13px;
    color: #999;
  }

  .all {
	width: 100%;
	min-height: 655px;
	padding: 10px 0 80px;
	background-color: #f5f7f9;
}


/* 底部栏 */
.footer{
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

.foot_l{
    width: 40%;
    height: 128px;
    float: left;
}

.foot_l a{
    display: block;
    width: 270px;
    height: 50px;
    margin: 38px 0 0 90px;
}

.foot_r{
    width: 60%;
    height: 128px;
    float: left;
}

.foot_r p{
    width: 698px;
    line-height: 20px;
    font-size: 12px;
    color: #767676;
    margin: 30px 0 10px 0;
}

.foot_r span{
    display: block;
    width: 698px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999 !important;
}

.foot_r span i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.spot_show {
    display: block !important;
}


input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999	!important;
}
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	/* color: #ccc; */
	color: #999	!important;
}
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999	!important;
}
input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	/* color: #ccc; */
	color: #999	!important;
}

/* 分页 */
.list_page {
	height: 50px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
}
.list_page a {
	display: inline-block;
	padding: 0 12px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 3px;
}
.list_page a:hover{
	color: #fff;
	background-color: #db214c;
}
.on {
	color: #fff !important;
	background-color: #db214c !important;
}