*{ box-sizing: border-box; padding: 0; margin: 0;
}
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;outline:none;}  /* 初始化标签在所有浏览器中的margin、padding值 */
  fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
  dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
  blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
  blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
  input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
  button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
  body,th,td,input,select,textarea,button { font-family:"PingFang SC Regular","Microsoft Yahei","微软雅黑","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif; color: #333;} /* 重置页面文字属性 */
  a {color:#333;text-decoration:none}  /* 重置链接a标签 */
  address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
  caption {display:none;}    /* 重置表格标题为隐藏 */
  table {border-collapse:collapse;border-spacing:0; }    /* 重置table属性 */
  img{vertical-align: middle;max-width: 100%;} /* 图片在当前行内的垂直位置 */
  em,i{font-style:normal;}
  /* 页面设置 */
  h2,h3,h4,h5,h6{ font-weight: normal;}
    /* 取消a标签点击后的虚线框 */
  a {outline: none;color: inherit;-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;}  
   
  /*清除浮动*/
  .clear10{height:10px;overflow:hidden;clear:both;}
  .clear20{height:20px;overflow:hidden;clear:both;}
  .clear30{height:30px;overflow:hidden;clear:both;}
  .clear40{height:40px;overflow:hidden;clear:both;}
  .clear150{height:150px;overflow:hidden;clear:both;}
  .clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}

  
/* dis-flex */
.dis-flex-center-center{ display: flex; align-items: center; justify-content: center;}
.dis-flex-between-center{ display: flex; justify-content: space-between; align-items: center;}
.dis-flex-center{ display: flex; align-items: center;}
.dis-flex-between{ display: flex; justify-content: space-between}
.dis-flex{ display: flex;}
.flex-column{ flex-direction: column;}

.fl{ float: left;}
.fr{ float: right;}

input,textarea,button {  resize:none;-webkit-appearance: none !important;outline: none; border:none; background:none;}
 /* input 的 placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}
  
.bg-red{ background: #e60012 !important; color: #fff;}
.color{ color: #e60012 !important;}
.color-5{ color: #555 !important;}
.color-6{ color: #666 !important;}
.color-white{ color: #fff;}
.color-8{ color: #888 !important;}
 .bg-white{ background: #fff;}
 .bg-hui{ background: #f8f8f8;}
 .bg-yellow{ background: #ffe100;}

 .text-center{ text-align: center;}
.hmax{ height: 100%;}
 .position-relative{ position: relative;}

  
  /* 栏目页banner手机端与pc端切换显示 */
  .colum-banner-pc{
    display: block;
  }
  .colum-banner-phone{
    display: none;
  }
  @media screen and (max-width:1024px){
    .colum-banner-pc{
      display: none;
    }
    .colum-banner-phone{
      display: block;
    }
  }
  /* 图片放大 */
  .img-scale{
    transform: scale(1);
    transition: all .5s;
  }
  .img-scale:hover{
    transform: scale(1.1);
    transition: all .5s;
  }

  .transition{ transition: all .36s;}
/*分页样式*/
.pglist {padding:  80px 0;width: 100%;text-align: center;clear: both;}
.pglist a {color: #333;padding: 0 15px;margin: 0 4px;background: #fff;border: 1px solid #edebeb;}
.pglist a.close {background: #f2f2f2 !important;}
.pglist * {display: inline-block;vertical-align: middle;line-height: 34px;padding-bottom: 1px;}
.pglist a:hover,.pglist .hover {display: inline-block;color: #fff;background: #00533c;border-color: #00533c;}

/* 变色 */

.line-one{  white-space: nowrap;   overflow: hidden;text-overflow:ellipsis;}

 /* 引用字体 */
 @font-face {
	font-family: 'DIN'; 
	src: url('../font/DIN.ttf');
	src:
		url('../font/DIN.eot?#font-spider') format('embedded-opentype');
		url('../font/DIN.woff') format('woff');
		url('../font/DIN.ttf') format('truetype');
		url('../font/DIN.svg') format('svg');		
	font-weight: 300;
	font-style: normal;

}