@charset "UTF-8";
/* CSS Document||wgh 2019年8月 */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/*始终让 Firefox 显示滚动条*/

* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}

/*文字强制换行word-break:keep-all;(Ff)*/

table {
	border-collapse: collapse;
	margin: auto;
}

/*细线表格*/

fieldset,
img {
	border: none;
}

/*清除描边,块显示*/

ul,
li {
	list-style-type: none;
}

/*无列表项目标记*/

a {
	text-decoration: none;
	color: #666666;
	outline: none;
}

/* 链接无下划线,有为underline;链接去框 */

a:link {
	color: #666666;
}

/* 未访问的链接 */

a:visited {
	color: #666666;
}

/* 已访问的链接 */

a:hover {
	color: #1a83e0;
}

/* 鼠标在链接上 */

a:active {
	color: #666666;
	blr: expression(this.onFocus=this.blur());
}

/* 点击激活链接 */

body {
	font-family: "Microsoft YaHei", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-size: 12px;
	color: #666;
	background: #f5f5f5;
	min-width: 1260px;
}

/* 设置body */

select,
input {
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

/* 设置表单 */

input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

/* 设置表单按钮 */

textarea {
	outline: none;
	font-family: "Microsoft YaHei";
}

/* 设置表单文本域 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aab2bd;
	/* placeholder颜色  */
	font-size: 12px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.box-size {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* 内盒子代码 */

.fl {
	float: left;
	display: inline;
}

/* 左浮动 */

.fr {
	float: right;
	display: inline;
}

/* 右浮动 */

.bai {
	background: #FFF;
}

/* 公共颜色白色 */

.hui {
	background: #f2f2f2;
}

/* 公共颜色灰色 */

.imghover .pic {
	overflow: hidden;
}

/* 设置图片经过放大 */

.imghover img {
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

/* 设置图片经过放大 */

.imghover:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* 设置图片经过放大 */

.table {
	display: table;
	width: 100%;
	height: 100%;
}

/* 设置表格方式垂直居中 */

.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* 设置表格方式垂直居中 */

.default {
	background: #e5e5e5 url(../images/default.png) no-repeat center center;
}

/* 设置默认图 */

.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}

/* 规定页面内容区域宽度 */

.clear {
	clear: both;
	overflow: hidden;
}

/* 清除浮动 */

.h2 {
	clear: both;
	height: 2px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h5 {
	clear: both;
	height: 5px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h35 {
	clear: both;
	height: 35px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h50 {
	clear: both;
	height: 50px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h65 {
	clear: both;
	height: 65px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h70 {
	clear: both;
	height: 70px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h75 {
	clear: both;
	height: 75px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h90 {
	clear: both;
	height: 90px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h95 {
	clear: both;
	height: 95px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h100 {
	clear: both;
	height: 100px;
	overflow: hidden;
}

/* 自定义页面间距 */

/*公共部分结束*/

/*关于星空背景start*/

canvas {
	display: block;
	vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
	background: #f2f2f2;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
	width: 100%;
	height: 100vh;
	background-color: #000000;
	background-image: url('../images/pic.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.guideBox {
	position: relative;
}

.guideCon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.guideC {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 355px;
	overflow: hidden;
}

.guideLogo {
	position: absolute;
	width: 445px;
	height: 70px;
	left: 50%;
	margin-left: -223px;
	top: -800px;
}

.guideLogo img {
	display: block;
	height: 70px;
}

.guideTitle {
	position: absolute;
	width: 400px;
	height: 40px;
	top: 130px;
	left: -1200px;
	text-align: center;
	color: #2184c7;
	font-size: 24px;
}

.guideItro {
	position: absolute;
	width: 750px;
	height: 52px;
	line-height: 26px;
	right: -1000px;
	top: 207px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.guideMore {
	position: absolute;
	width: 110px;
	height: 40px;
	border: 1px solid #e58011;
	border-radius: 10px;
	left: 50%;
	margin-left: -55px;
	bottom: -800px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	height: 40px;
}

.guideMore a {
	display: block;
	color: #e58011;
}

/*关于星空背景end*/

/*公共部分结束*/
/*关于banner动画效果start*/
@-webkit-keyframes gupIn{from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}}
@-moz-keyframes gupIn{from{opacity:0; -moz-transform:translate3d(0,-30px,0);}}
@keyframes gupIn{from{opacity:0; transform:translate3d(0,-30px,0);}}

@-webkit-keyframes gdownIn{from{opacity:0; -webkit-transform:translate3d(0,30px,0);}}
@-moz-keyframes gdownIn{from{opacity:0; -moz-transform:translate3d(0,30px,0);}}
@keyframes gdownIn{from{opacity:0; transform:translate3d(0,30px,0);}}

@-webkit-keyframes gleftIn{0%{opacity:0; -webkit-transform:translate3d(-30px,0,0);}100%{opacity:1; -webkit-transform:translate3d(0,0,0);}}
@-moz-keyframes gleftIn{0%{opacity:0; -moz-transform:translate3d(-30px,0,0);}100%{opacity:1; -moz-transform:translate3d(0,0,0);}}
@keyframes gleftIn{0%{opacity:0; transform:translate3d(-30px,0,0);}100%{opacity:1; transform:translate3d(0,0,0);}}

@-webkit-keyframes grightIn{0%{opacity:0; -webkit-transform:translate3d(80px,0,0);}100%{opacity:1; -webkit-transform:translate3d(0,0,0);}}
@-moz-keyframes grightIn{0%{opacity:0; -moz-transform:translate3d(80px,0,0);}100%{opacity:1; -moz-transform:translate3d(0,0,0);}}
@keyframes grightIn{0%{opacity:0; transform:translate3d(80px,0,0);}100%{opacity:1; transform:translate3d(0,0,0);}}

@-webkit-keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}
@keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}

@-webkit-keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
@-moz-keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
@keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}

.gupIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gupIn 1s 0.1s both;
    -moz-animation: gupIn 1s 0.1s both;
    animation: gupIn 1s 0.1s both;
	}
.gdownIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gdownIn 1s 0.1s both;
    -moz-animation: gdownIn 1s 0.1s both;
    animation: gdownIn 1s 0.1s both;
	}
.gleftIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gleftIn 1s 0.1s both;
    -moz-animation: gleftIn 1s 0.1s both;
    animation: gleftIn 1s 0.1s both;
	}
.grightIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: grightIn 1s 0.1s both;
    -moz-animation: grightIn 1s 0.1s both;
    animation: grightIn 1s 0.1s both;
	}
.gfadeIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gfadeIn 1s 0.1s both;
    -moz-animation: gfadeIn 1s 0.1s both;
    animation: gfadeIn 1s 0.1s both;
	}
.gfadeOut{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gfadeOut 1s 0.1s both;
    -moz-animation: gfadeOut 1s 0.1s both;
    animation: gfadeOut 1s 0.1s both;
	}
/*关于banner动画效果end*/