@charset "utf-8";
*{margin:0;padding:0;box-sizing:border-box;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
*,:after,:before{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
*,a,div,h1,h2,h3,h4,h5,html,img,li,p,span{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover,a:visited{
	text-underline: none !important;
	text-decoration:none !important;
}
@font-face {
	font-family:"siyuan";
	src: url(../font/SOURCEHANSANSCN-MEDIUM.OTF);
}
body{
	font-size:12px;line-height:normal;color:#666;
	/* font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial','sans-serif'; */
	font-family: "siyuan";
	font-weight: 400;
	-webkit-text-size-adjust:none;
	background:#FFF;
	position:relative;
	line-height:1;
}
header,footer,section,hgroup,nav,article,aside,details,figcaption,figure,menu{display:block;}
input{font-size:12px;line-height:16px;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
img{border:0;}
ul{list-style:none;}
textarea{resize:none;overflow:auto;}

.cur{
	cursor: pointer;
}
/* 颜色链接 */
a:link,a:visited{text-decoration:none;}
a:hover{transition:all 0.3s ease-in-out 0s;}
textarea,input,select,button{outline:none;border: 0;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

/* HTY Common Reset*/
html{overflow-x:hidden}
html button::-moz-focus-inner{border-color:transparent!important;}
input,button,textarea,select,option{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}
fieldset{border:0;}
iframe{background-image:none;}
p{margin:0;padding:0;}
a{text-decoration:none;outline:none;}
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.show{
	display: block;
}
.f18{
	font-size: 18px;
}
/* HTY Common Atom*/
.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
.fl{float:left;}
.fr{float:right;}
.c_b{clear:both;}
.area{width:1200px;position:relative;margin:0 auto;height: auto;}
.opacity0{opacity:0;}
/*隐藏*/
.hide1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hide2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.flex{display: flex;justify-content: space-between;}
/* 头部 */


.m30T{
	margin-top: 30px;
}
.m20T{
	margin-top: 20px;
}
@font-face {
	font-family:"siyuan2";
	src: url(../font/SOURCEHANSERIFCN-LIGHT-5.OTF);

}
::-webkit-scrollbar {
    width: 2px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
}

::-webkit-scrollbar-track {
    width: 2px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	width: 1px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background-color: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
	width: 1px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background-color: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #000;width: 0;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
}

.delay{
	animation-delay: 0.1s;
	visibility: visible;
	animation-name: fadeInUp;
}

#wapfoot.footNav{
	display: none;
	height: 80px;
	background: #26334c;
	color: #fff;
}
#wapfoot.footNav .navLi{
	flex: 1;
	margin: 10px 0;
	height: 70px;
	border-right: rgba(5,117,229,.25) dashed 1px;
}
#wapfoot.footNav .navLi .imgBox{
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
#wapfoot.footNav .navLi .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#wapfoot.footNav .navLi .name{
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 767px){
    #wapfoot.footNav{
    	display: flex;
    	position: fixed;
    	width: 100%;
    	left: 0;
    	bottom: 0;
    	z-index: 99999;
    }
}
