﻿html{scroll-behavior:smooth; }
body{color:#333;background:#fff;font-family:'Microsoft YaHei';overflow-x:hidden;height:100%;font-size: 14px;width:100%;}
*{-webkit-margin-before:0px;-webkit-margin-after:0px;-webkit-padding-start:0px;padding:0;margin:0;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
ul,li{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;}
input,i{border:none;outline:none;}
*:focus{border:none;outline:none;}
img{max-width: 100%;}

@font-face {
  font-family: 'iconfont';  /* Project id 3559142 */
  src: url('img/font_3559142_7croecdknjh.woff2?t=1662022231902') format('woff2'),
       url('img/font_3559142_7croecdknjh.woff?t=1662022231902') format('woff'),
       url('img/font_3559142_7croecdknjh.ttf?t=1662022231902') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
@font-face {
  font-family: 'DIN';  /* Project id 3559142 */
  src: url('../fonts/DIN-Regular.otf');
}

@font-face {
  font-family: "puhui";font-weight: 250;src: url("http://at.alicdn.com/wf/webfont/ChRyxKy40OUu/maY9h104XpBJ0dUN-VHCY.woff2") format("woff2"),
  url("img/ld91i6XX5cc_nKBQFa8vA.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "canger";font-weight: 400;src: url("http://at.alicdn.com/wf/webfont/ChRyxKy40OUu/JjvjaaWdQkw-65ogG_yaz.woff2") format("woff2"),
  url("img/6dFSERBQfqcTRJz8EbeOe.woff") format("woff");
  font-display: swap;
}
/*????????? ?????? #006837*/
body{--zhu-color:#1c54bc;--pei-color:#de7518;}

.fl{float: left;}
.fr{float: right}
.clear{clear: both;}
.ellipsis{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.clamp{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
.wrap{width:100%;margin:0 auto;overflow: hidden;}
.wrapp{width:100%;margin:0 auto;}
.img{width:100%;position: relative;padding-bottom: 75%;overflow: hidden;}
.img img{width:100%;height: 100%;position: absolute;top:0;left:0;object-fit: cover;}
.fancynav-mainnav{position: fixed;z-index: 999!important;}
@media(min-width: 1600px){
	.wrap{width:1600px;}
	.wrapp{width:1600px;}
}
@media(max-width: 1024px){
	html,body{overflow: hidden!important;overflow-y:visible!important;}
}


/*??????????????????*/
.scrollbar::-webkit-scrollbar {
	/*?????????????????????*/
	width : 5px;  /*??????????????????????????????????????????*/
	height: 1px;
}
.scrollbar::-webkit-scrollbar-thumb {
	/*????????????????????????*/
	border-radius: 5px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #535353;
}
.scrollbar::-webkit-scrollbar-track {
	/*?????????????????????*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background   : #ededed;
}