	*{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	/* background: #fff; */
}
body,html{
	width: 100%;
	min-height: 100%;
}
/* 最外面的高1屏幕的高度 */
.contentMain{
	min-height: 100vh;
	/* background: red; */
}
/* 清除左右浮动 */
.clearB{
	clear: both!important;
}
.inlB{
	display: inline-block;
}
.w1200{
	/* max-width: 1200px; */
	width: 1200px;
	margin: 0 auto;
}
.w1440{
    max-width: 1440px;
	min-width: 1200px;
	width: 75%;
	margin: 0 auto;
}
/* 页面顶部banner与二级导航公共样式 start */
.topBanner{
	height: 420px;
}
	/* 页面二级导航 导航 statr*/
	.contentNav{
		background: #FFFFFF;
		height: 69px;
		width: 100%;
		/* box-shadow:0px 6px 12px 1px rgba(8,8,8,0.1); */
		border-bottom: 1px solid #EEEEEE;
		overflow: hidden;
	}
	.contentNav ul li{
		float: left;
		line-height: 69px;
		width: 9.2%;
	/* width: 164px; */
		text-align: center;
		font-family:PingFangSC-Regular;
	}
	.contentNav ul .topItemTitle{
		font-size: 18px;
		width: auto;
		color: #C0C0C0;
	}
	.contentNav ul li a{
		display: inline-block;
		color: #333333;
		font-size: 16px;
		line-height: 65px;
		border-bottom: 3px solid #FFffFF;
		font-family:PingFangSC-Regular;
	}
	.contentNav ul li a:hover{
		color:#DD020E ;
		border-bottom: 3px solid #DD020E;
	}
	.contNavCurrent{
		/* 	color:#DD020E!important;
		border-bottom: 2px solid #DD020E!important; */
	}
	/* 页面二级导航 end*/
/* 页面顶部banner与二级导航公共样式 start */
@font-face{
	font-family: 'Oswald';
	src : url(../font/Oswald[wght].ttf);
}
/* 思源黑体 CN Medium */
@font-face{
	font-family: 'SourceHanSansCN-Medium';
	src : url(../font/SourceHanSansCN-Medium.otf);
}
/* 思源黑体 CN Regular */

@font-face{
	font-family: 'SourceHanSansCN-Regular';
	src : url(../font/SourceHanSansCN-Regular.otf);
}
/* 苹方-简 */
@font-face{
	font-family: 'PingFangSC-Regular';
	src : url(../font/PingFang_Regular.ttf);
}
/* 阿里巴巴普惠体-B */
@font-face{
	font-family: 'Alibaba-Bold';
	src : url(../font/Alibaba-PuHuiTi-Bold.otf);
}
/* 阿里巴巴普惠体-R */
@font-face{
	font-family: 'Alibaba-Regular';
	src : url(../font/Alibaba-PuHuiTi-Regular.otf);
}
/* 阿里巴巴普惠体-M */
@font-face{
	font-family: 'Alibaba-Medium';
	src : url(../font/Alibaba-PuHuiTi-Medium.otf);
}
/*楷体-简 */
@font-face{
	font-family: 'simkai';
	src : url(../font/STKAITI.TTF);
}
@media (max-width: 1800px){
/* 	.w1800 {
		width:  93.75%;
	} */
}
@media (max-width: 1200px){
	body{
		min-width: 1200px!important;
	}
}

/* 分页器样式 */
.page_list {
      text-align: center;
      padding-bottom: 50px;
   
      margin: 0 auto;
      display: flex;
      justify-content: center;
   height: 38px!important;
  }
  
  .page_list span,
  .page_list a {
    margin: 0 !important;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #EEEEEE;
    min-width: 28px;
    padding: 0 4px;
    margin: 0 5px 0 0;
    margin-left: -1px;
    margin-right: -1px;
    /* background: #C4A883; */
    cursor: pointer;
	font-family: 'SourceHanSansCN-Medium';
  }
  
   .page_list span:hover,
      .page_list a:hover {
          background: #0089A5;
          color: #fff;
          transition: all linear .3s;
      }
  
  .page_list .current {
		background: #0089A5;
		color: #fff;
		border-color: #0089A5;
		cursor: default;
  }
/* 分页器样式 */

.clearfix:after, .clearfix:before {
   content: '';
   display: table;
    }
     .clearfix:after {
   clear: both;
  }