@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;
}
body{
	font-size:12px;line-height:normal;color:#666;
	font-family: "微软雅黑";
	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;
}
.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;}
/* 头部 */
body {
  font-family: ,'Helvetica','微软雅黑', sans-serif;
}

.m30T{
	margin-top: 30px;
}
.m20T{
	margin-top: 20px;
}
.flexC{
	display: flex;
	align-items: center;
	justify-content: center;
}
::-webkit-scrollbar {
    width: 3px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
}

::-webkit-scrollbar-track {
    width: 3px;
    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: 3px;
    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: 3px;
    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;
}
.flexC{
	display: flex;
	align-items: center;
	justify-content: center;
}
.show{
	display: block;
}
@font-face {
	font-family:'siyuanM';
	src: url(../font/SourceHanSansCN-Medium.otf);
	font-display: swap;
}
@font-face {
	font-family:'siyuanR';
	src: url(../font/SOURCEHANSANSCN-REGULAR.otf);
	font-display: swap;
}
@font-face {
	font-family:'siyuanN';
	src: url(../font/SOURCEHANSANSCN-NORMAL.otf);
	font-display: swap;
}
.fl{
	float: left;
}
.footEnd{
	background:#1f242d;
	height: 140px;
/* 	position: fixed;
	bottom: 0;
	left:0; */
	width: 100%;
	padding: 0 30px;
}
/* .footBox{
	height: 100px;
	width: 100%;
} */
.footCon{
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	color: #fff;
	height: 100%;
}
.contact{
	flex: 1;
	height: 100%;
}
.contact .cont{
    display: flex;
	align-items:flex-start;
	flex-direction: column;
	justify-content: center;
	float: left;
	height:100%;
}
.contact .tit-1{
	padding-left:30px;
	color: #b9bbbe;
	font-size: 14px;
	font-family: 'soyuanR','Helvetica','微软雅黑';
	line-height: 30px;
}
.contact .tit-2{
	color: #b9bbbe;
	font-size: 14px;
	font-family: 'soyuanR','Helvetica','微软雅黑';
	line-height: 30px;
}
.contact .tell{
	background: url(http://img.wireai.com/static/images/tell.png) no-repeat left center;
	background-size:15px 13px;
	color: #ffffff;
	font-family: 'siyuanM','Helvetica','微软雅黑';
	font-size: 20px;
	padding-left: 20px;
	line-height: 30px;
	margin-left: 18px;
}
.contact .mail{
	background: url(http://img.wireai.com/static/images/mail.png) no-repeat left center;
	background-size:14px 10px;
	color: #fefefe;
	font-family: 'siyuanR','Helvetica','微软雅黑';
	font-size: 16px;
	padding-left: 20px;
	line-height: 30px;
	margin-left: 30px;
}
.contact .code{
    width: 110px;
    height:120px;
    margin: 15px 20px 0 0;
    float: left;
}
.contact .code img{
    width: 100%;
    height:auto;
}
.contact .name{
    font-size:14px;
    line-height: 30px;
}
.footCon .conR{
	color: #b9bbbe;
	font-size: 14px;
	font-family: 'siyuanR','Helvetica','微软雅黑';
	line-height: 24px;
	text-align: right;
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
}
.footCon .conR img{
	margin-right: 5px;
}
.integral{
	width: 100%;
	background: url(http://img.wireai.com/static/images/jfbg.jpg) no-repeat top center #e9f0fa;
	padding-bottom: 75px;
}
.jfmain{
	max-width: 1200px;
	width:auto;
	margin: 0 auto;
	
	position: relative;
	color: #333333;
}
.jfInfo{
	width: 100%;
	position: relative;
	padding: 83px 0 0 55px;
}
.jfInfo .tit-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #cad2df,#b0c8ef, #b0c8ef); 
}
.jfInfo .tit-1::before{
	position: absolute;
	left: 0;
	bottom: -3px;
	content: '';
	width: 38px;
	height: 7px;
	background: #8d9299;
	z-index:10;
}
.jfInfo .show{
	width: 100%;
}
.jfInfo .font1{
	margin-top: 13px;
}
.jfInfo .tit-1{
	font-size: 20px;
	font-family: 'siyuanM','Helvetica','微软雅黑';
	line-height: 45px;
	position: relative;
	height: 45px;
	display: inline-block;
}
.jfInfo .tit-1 i{
	z-index:10;
	font-style:normal;
	background: linear-gradient(90deg, #2379ff,#0ac1ba); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-size:20px;
	margin-left: 5px;
	
}
.jfcontent{
	width: 100%;
	background: #fff;
	padding: 15px 55px;
	border-radius: 10px;
	margin-top: 70px;
	position: relative;
}
.jfcontent::after{
	background: url(http://img.wireai.com/static/images/bg7.png) no-repeat;
	padding-bottom: 100%;
	width: 134px;
	height: 63px;
	position: absolute;
	left: -37px;
	top:-50px;
	content: '';
}
.jfcontent .title{
	font-size: 28px;
	font-family: 'siyuanR','Helvetica','微软雅黑';
	color: #333333;
	text-align: center;
	line-height: 90px;
	border-bottom: solid 1px #e8f3f3;
}
.jfcontent .content{
	padding: 20px 0;
}
.jfcontent .tit-2{
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-family: 'siyuanN','Helvetica','微软雅黑';
	margin-bottom: 15px;
	margin-top: 5px;
}
.jfcontent .tit-3{
	color: #2379f7;
	padding-left: 10px;
	font-size: 15px;
	font-family: 'siyuanM','Helvetica','微软雅黑';
	line-height: 30px;
}
.jfcontent .tit-1{
	padding-left: 10px;
	position: relative;
	color: #2379f7;
	font-size: 15px;
	font-family: 'siyuanM','Helvetica','微软雅黑';
	line-height: 30px;
}
.jfcontent .tit-1::before{
	position: absolute;
	left: 0;
	top:50%;
	height:12px;
	background: #2379f7;
	width:3px;
	margin-top: -6px;
	border-left: solid 1px #d7e2fd;
	border-right: solid 1px #d7e2fd;
	content: '';
}
.jfcontent .explain{
	width: 490px;
	font-family: 'siyuanN','Helvetica','微软雅黑';
	margin-bottom: 25px;
}
.jfcontent .explain dt{
	width: 100%;
	height: 26px;
	background: #2379f7;
	border-radius: 5px 5px 0 0;
	font-size: 15px;
	color: #fff;
}
.jfcontent .explain dd{
	width: 100%;
	height: 32px;
	background: #f1f2f5;
	font-size: 15px;
	margin-top: 5px;
	line-height: 32px;
}
.jfcontent .explain .titL{
	width: 130px;
	text-align: center;
	display: inline-block;
	color: #2379f7;
	position: relative;
	margin-right: 15px;
}
.jfcontent .explain .titL::after{
	content: '';
	position: absolute;
	right:0;
	top:50%;
	height: 12px;
	margin-top: -6px;
	width: 2px;
	background: #c5c6c8;
	border-left: solid 1px #e7e8ea;
}