/*! normalize.css v3.0.0 | MIT License | git.io/normalize *//*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */a {
	background: transparent
}

a:active,a:hover {
	outline: 0
}/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em
}/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

* {
	box-sizing: border-box
}

*:before,*:after {
	box-sizing: inherit
}

html,body {
	width: 100%;
	min-width: 768px
}

body {
	font-size: 14px;
	line-height: 1;
	color: #383838;
	font-family: "Microsoft Yahei", "Arial", sans-serif
}

a {
	color: #909599;
	text-decoration: none
}

ul,ol {
	margin: 0;
	padding-left: 0
}

li {
	list-style: none
}

input,button {
	outline: none
}

p {
	margin: 0
}

::-webkit-input-placeholder {
	color: #ddd
}

:-moz-placeholder {
	color: #ddd
}

::-moz-placeholder {
	color: #ddd
}

:-ms-input-placeholder {
	color: #ddd
}

::selection {
	background-color: rgba(64,139,243,0.7);
	color: white
}

::-moz-selection {
	background-color: rgba(64,139,243,0.7);
	color: white
}

::-webkit-selection {
	background-color: rgba(64,139,243,0.7);
	color: white
}

.btn,.btn-primary {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 150px;
	height: 46px;
	line-height: 44px;
	font-size: 16px;
	background-color: #ffffff;
	border-radius: 4px;
	color: #3489eb;
	border: solid 1px #3489eb;
	text-align: center;
	-moz-transition: box-shadow .2s ease-out,background .3s linear;
	-o-transition: box-shadow .2s ease-out,background .3s linear;
	-webkit-transition: box-shadow .2s ease-out,background .3s linear;
	transition: box-shadow .2s ease-out,background .3s linear
}

.btn:before,.btn-primary:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 1px;
	background-color: rgba(52,137,235,0.2);
	-moz-transition: width .2s linear;
	-o-transition: width .2s linear;
	-webkit-transition: width .2s linear;
	transition: width .2s linear
}

.btn:hover:before,.btn-primary:hover:before {
	width: 100%
}

.btn-primary {
	color: #fff;
	border: 0 none;
	background-color: #33cc66;
	background-size: 100%;
	background-size: 300% 100%;
}

.btn-primary:before {
	display: none
}

.btn-primary:hover {
	background-color: #66cc66;
	background-position-x: 66%
}

.btn-sm {
	font-size: 12px;
	width: 80px;
	height: 28px;
	line-height: 28px
}

.btn-sm:before {
	display: none
}

.btn-hover-shadow:hover {
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1)
}

.btn-no-radius {
	border-radius: 0
}

.btn-white {
	color: #fff;
	border-color: currentColor;
	background-color: transparent
}

.btn-download {
	display: inline-block;
	font-size: 20px;
	padding: .5em 1.5em;
	color: #fff;
	line-height: 1.4;
	border: 0;
	border-radius: 0;
	vertical-align: middle
}

.btn-download:before {
	content: '';
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	vertical-align: middle;
	margin-right: .5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/sprite.png)
}

.btn-xunlei {
	background-color: #4b76ef
}

.btn-xunlei:before {
	background-position: -405px -200px
}

.btn-local {
	background-color: #01b6e6
}

.btn-local:before {
	background-position: -435px -200px
}

.bg-linear,.page-header .nav li:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNzRmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjdlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(0deg, #33cc66 0%,#66cc66 100%);
	background-image: -webkit-linear-gradient(0deg, #33cc66 0%,#66cc66 100%);
	background-image: linear-gradient(90deg, #33cc66 0%,#66cc66 100%)
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.clearfix:before,.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.d-ib {
	display: inline-block
}

.container {
	width: 1200px;
	margin: 0 auto
}

@media screen and (max-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 15px
	}
}

.page-tip {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	background-color: #235D3A;
}

.page-header {
	position: relative;
	z-index: 999;
	height: 60px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #fafafa;
	background-color: #fff;
	background-color: rgba(255,255,255,0.96);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15)
}

.page-header .logo {
	margin-top: 13px
}

.page-header .nav {
	font-size: 0
}

.page-header .nav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-left: 15px
}

.page-header .nav li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.page-header .nav li.on:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}

.page-header .nav a {
	display: block;
	padding: 0 .8em;
	line-height: 60px;
	color: inherit
}

.page-footer {
	padding: 50px 30px 50px;
	color: #fff;
	background-color: #235D3A;
}

.page-footer a {
	color: inherit
}

.page-footer a:hover {
	text-decoration: underline
}

.page-footer-container {
	width: 575px;
	margin: 0 auto
}

.page-footer p {
	margin-bottom: 10px
}

.page-footer img {
	margin-right: 20px
}

@media screen and (max-width: 992px) {
	.page-footer-container {
		width: 100%;
		text-align: center
	}

	.page-footer img {
		float: none;
		margin-bottom: 10px
	}

	.page-footer p {
		float: none;
		margin-bottom: 15px
	}

	.page-footer p span {
		display: block
	}

	.page-footer a {
		display: inline-block;
		margin-bottom: 10px
	}
}

.side-nav {
	position: fixed;
	right: 0;
	bottom: 110px;
	z-index: 999;
	border: 1px solid #ddd
}

.side-nav-item {
	position: relative;
	background-color: #fff
}

.side-nav-item:hover>.side-nav-wrap {
	display: block
}

.side-nav-item+.side-nav-item {
	border-top: 1px solid #ddd
}

.side-nav-trigger {
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
}



/*æ­¤æ®µè½ä¸ºæ–°å¢žä»£ç */

.side-nav-trigger.sys:hover {
	background-image: url(../img/2.png);
	background-position: 0px
}

.side-nav-trigger.service:hover {
	background-position-y: -250px
}

.side-nav-trigger.fx:hover {
    background-image: url(../img/fx1.png);
	background-position: 0px
}

.side-nav-trigger.top:hover {
	background-position-y: -250px
}


.side-nav-trigger.sys {
	background-position-x: -255px;
	background-image: url(../img/x.png);
	background-position: 0px
}

.side-nav-trigger.service {
	background-position-x: -255px;
	background-image: url(../img/sprite.png);
	background-position-y: -200px
}

.side-nav-trigger.fx {
	background-image: url(../img/fx.png);
	background-position: -0px
}

.side-nav-trigger.top {
	background-position-x: -355px;
	background-image: url(../img/sprite.png);
	background-position-y: -200px
}


/*-----------------------------------------------*/

/*æ­¤æ®µè½ä¿®æ”¹*/

.side-nav-wrap {
	position: absolute;
	left: -400px;
	bottom: 0;
	width: 400px;
	padding-right: 10px;
	display: none
}

.side-nav-content {
	padding: 20px;
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	background-color: #fff
}

.side-nav-content li {
	overflow: hidden
}

.side-nav-content li+li {
	margin-top: 40px
}

.side-nav-content li .btn,.side-nav-content li .btn-primary {
	float: right;
	margin-top: 5px;
	width: 80px;
	text-align: center
}

/*æ­¤æ®µè½ä¸ºæ–°å¢žä»£ç */

.side-nav-content li .bto,.side-nav-content li .btn-primarg {
	float: right;
	margin-top: 5px;
	width: 130px;
	height: 130px;
	background-image: url(../img/bdhs.png);
	background-size: 100% 100%;;
    max-width: 100%;
	max-height: 100%;
	text-align: center
}
/*-------------------------------------*/

.side-nav-content li h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: 400
}

.side-nav-content li p {
	color: #909599
}

.side-nav-content li i {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: -565px 0
}

.side-nav-content li .winxp {
	background-position: -565px 0
}

.side-nav-content li .win7 {
	background-position: -565px -35px
}

.side-nav-content li .win8 {
	background-position: -565px -70px
}

.side-nav-content li .win10 {
	background-position: -565px -105px
}


/*æ­¤æ®µè½ä¸ºæ–°å¢žä»£ç */

.side-nav-content li .qqkj {
	background-image: url(../img/qqkj.png);
	background-position-x: 0;
}

.side-nav-content li .bdtb {
	background-image: url(../img/bdtb.png);
	background-position-x: 0;
}

.side-nav-content li .xlwb {
	background-image: url(../img/xlwb.png);
	background-position-x: 0;
}

.side-nav-content li .db {
	background-image: url(../img/db.png);
	background-position-x: 0;
}

.side-nav-content li .qqhy {
	background-image: url(../img/qqhy.png);
	background-position-x: 0;
}

.side-nav-content li .wxfx {
	background-image: url(../img/wxfx.png);
	background-position-x: 0;
}

/*--------------------------------------------*/



.side-nav-content li .qq {
	background-position: -565px -140px
}

.side-nav-content li .qqs {
	background-position: -565px -175px
}

.side-nav-content li .wechat {
	background-position: -565px -210px
}
/*# sourceMappingURL=base.css.map */

[id^="cnzz_stat_icon_"] {
    position: relative;
    top: -30px;
    z-index: 999;
    left: 50%;
    margin-left: -25px;
}