*{ box-sizing: border-box;  margin:0;padding:0;  outline:none;}
body,th,td,input,select,textarea,button {font-size:14px;font-family:"微软雅黑","Microsoft YaHei","Arial", "PingFang SC", "黑体","宋体";color:#333} /* 重置页面文字属性 */
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;resize:none;-webkit-appearance: none !important;outline: none; border:none; background:transparent;}  /* 重置表单控件垂直居中*/
button { cursor:pointer}  /* 重置表单button按钮效果 */
a {color:#333;text-decoration:none;border:0 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{ border:0 none; max-width: 100%;vertical-align: middle;}  /* 图片在当前行内的垂直位置 */
a img{border:0 none;}
em,i{font-style:normal;}
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;}  
/*清除浮动*/
.fl{ float:left;}
.fr{ float:right;}
.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;}

 /* 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;}
 


.f14{ font-size: 14px;}
.f15{ font-size: 15px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}
.f24{ font-size: 24px;}
.f28{ font-size: 28px;}
.f30{ font-size: 30px;}
.f34{ font-size: 34px;}
.f40{ font-size: 40px;}
.f50{ font-size: 50px;}
.f54{ font-size: 54px;}
.f60{ font-size: 60px;}
.f70{ font-size: 70px;}
.f80{ font-size: 80px;}


.color-blue{ color: #03a193;}
/* a:hover{ color: rgb(235,92,25);} */
.color-red{color: red;}
.color-white{ color: white;}
.color-black{ color: black;}
.color-666{ color: #666; }
.color-888{ color: #888;}
.color-555{ color: #555;}
.color-999{ color: #999;}

.bg-f5{ background-color: #f5f7f9;}
.bg-f0{ background-color: #f0f1f5;}
.bg-blue{background-color: #03a193;}
.bg-red{background-color: red;}
.bg-white{ background-color: white;}
.bg-black{ background-color: black;}
.bg-666{  background-color: #666;}
.bg-888{  background-color: #888;}
.bg-555{  background-color: #555;}

.dis-flex-center-center{  display: -webkit-flex; /* Safari */display: flex; align-items: center; justify-content: center;}
.dis-flex-between-center{  display: -webkit-flex; /* Safari */display: flex; justify-content: space-between; align-items: center;}
.dis-flex-center{  display: -webkit-flex; /* Safari */display: flex; align-items: center;}
.dis-flex-between{ display: -webkit-flex; /* Safari */ display: flex; justify-content: space-between}
.dis-flex{ display: -webkit-flex; /* Safari */ display: flex;}
.flex-column{ flex-direction: column;    width: auto;
    object-fit: scale-down;}
.flex-wrap{ flex-wrap: wrap;}

.hmax{ height: 100% !important;}
.wmax{ width: 100% !important;}
.w50{ width: 50% !important;}
.w50l{ width: 48% !important;margin-right: 2%;}
.w50r{ width: 48% !important;margin-left: 2%;}
@media screen and (max-width: 768px) {
    .w50l{ width: 100% !important;margin-right: 0;margin-left: 0;}
    .w50r{ width: 100% !important;margin-left: 0;margin-right: 0;}
}
.position-relative{ position: relative;}
.img{ position: relative; overflow: hidden;}
.transition{ transition: all .36s;}
.transition1{ transition: all 1s;}
.line-height{ line-height: 2;}
.text-center{ text-align: center;}
.text-right{ text-align: right;}
.text-left{ text-align: left;}
.text-uppercase{ text-transform: uppercase;}
.cursor{ cursor: pointer;}
.font-weight{ font-weight: 800;}
.font-normal{ font-weight: normal;}
.fixed{  position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;   -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
  animation: 300ms ease-in-out 0s normal none fadeInDown;}
  @-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}
  @keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}
 
.line-clamp{  white-space: nowrap;   overflow: hidden;text-overflow:ellipsis;}
.line-clamp2{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp3{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp4{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.line-height2-4{ line-height: 2.4;}
.line-height2-6{ line-height: 2.6;}
.opacity6{ opacity: 0.6;}

 

  
  
/*分页样式*/
.pglist {padding:  50px 0;width: 100%;text-align: center;clear: both;}
.pglist a {color: #333;padding: 0 15px;margin: 0 6px; border: 1px solid #e0e0e0; border-radius: 30px;}
.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: rgb(235,92,25);border-color: rgb(235,92,25);}
.position-relative{ position: relative;}
.pglist input{border: 1px solid #e0e0e0; border-radius: 30px;margin: 0 6px; width: 55px; padding: 0 8px; text-align: center; color: rgb(235,92,25);}
.pglist  button{ color: rgb(235,92,25); border: 1px solid rgb(235,92,25); padding: 0 22px;margin: 0 6px;border-radius: 30px;}
.pglist  button:hover{ color: #fff; background: rgb(235,92,25);}
/* 变色 */

 /* 引用字体 */
 @font-face {
	font-family: 'DIN'; 
	src: url('../fonts/din.ttf');
	src:
		url('../fonts/din.eot') format('embedded-opentype');
		url('../fonts/din.woff') format('woff');
		url('../fonts/din.ttf') format('truetype');
		url('../fonts/din.svg') format('svg');		
	font-weight: 300;
	font-style: normal;

}

@font-face {
    font-family: 'ENG';
    src: url('../fonts/eng-webfont.woff2') format('woff2'),
         url('../fonts/eng-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.DIN{	font-family: 'DIN'; }
.ENG{	font-family: 'ENG'; }

.img{ position: relative; overflow: hidden;}

.padding-80-0{ padding: 80px 0;}