html,body,p,ul,li,h1,h2,h3,h6{
	margin:0;
	padding:0;
}
html,body{
	font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
a{
	text-decoration:none;
	color: #555;
}
ul,li{
	list-style:none;
}
input:focus{
	outline: medium;
}
i{
	font-family: FontAwesome;
	font-style:normal;
}
/*首页*/
.header{
	height: 60px;
    line-height: 60px;
    background-color: #fff;
    margin: 10px auto;
    overflow: hidden;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.header_box .header_logo{
	float:left;
}
.header_box .header_logo a{
	width:160px;
	height:58px;
	background:url(/config/img/logo.png) no-repeat left center;
	text-indent:-999;
	display:block;
}
.nav li{
	float:left;
}
.nav a{
	padding:0 15px;
	display:block;
}
.nav li h3{
	font-weight:400;
}
.nav li h3 a:hover{
	background-color:#4bbbfa;
	color:#fff;
	cursor:pointer;
}
.nav li h3 a:hover{
	color:#fff;
}
.nav .sub{
	display:none;
	position:absolute;
	background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
	font-size:13px;
	z-index:99;
}
.nav .sub li{
	min-width:94px;
	padding:0 5px;
	text-align:center;
	height:40px;
	line-height:40px;
	float:unset;
	display:block;
}
.nav .sub li:hover{
	background-color:#4bbbfa;
	color:#fff;
}
.nav .sub a{
	padding:0;
}
.search{
	float:right;
}
.search input {
	border-radius:20px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    font-size: 13px;
    outline: 0;
    border: 1px solid #e4ecf3;
    width: 140px;
    padding: 0 .5em;
    margin: 0;
    display: inline-block;
	color: #333;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.search input:focus{
	width: 200px;
}
.searchBtn{
	display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0;
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTU4NDkyMzYwNDIxIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjY2MjYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTg5Ny41MzYgNzg4Ljk5Mkw3MzIuMTYgNjIzLjYxNmM5OS44NC0xNTkuNzQ0IDUxLjItMzY5LjY2NC0xMDguNTQ0LTQ2OS41MDRzLTM2OS42NjQtNTEuMi00NjkuNTA0IDEwOC41NDQtNTEuMiAzNjkuNjY0IDEwOC41NDQgNDY5LjUwNGMxMTAuNTkyIDY5LjEyIDI1MC4zNjggNjkuMTIgMzYwLjQ0OCAwbDE2NS4zNzYgMTY1LjM3NmMzMC4yMDggMzAuMjA4IDc4Ljg0OCAzMC4yMDggMTA4LjU0NCAwczMwLjcyLTc4Ljg0OCAwLjUxMi0xMDguNTQ0eiBtLTQ1NC42NTYtMTQxLjMxMmMtMTEyLjY0IDAtMjA0LjI4OC05MS42NDgtMjA0LjI4OC0yMDQuMjg4czkxLjY0OC0yMDQuMjg4IDIwNC4yODgtMjA0LjI4OCAyMDQuMjg4IDkxLjY0OCAyMDQuMjg4IDIwNC4yODhjMC41MTIgMTEyLjY0LTkxLjEzNiAyMDQuMjg4LTIwNC4yODggMjA0LjI4OHoiIGZpbGw9IiM1Njk4RDkiIHAtaWQ9IjY2MjciPjwvcGF0aD48L3N2Zz4=) no-repeat center;
    background-size: 18px;
    opacity: .8;
    cursor: pointer;
	position:relative;
	top:8px;
	right:35px;
}

.mian{
	background-color:#E8E8E8;
	padding:10px 0;
}
.focusBox{
	overflow:hidden;
	padding:5px;
}
.focusBoxImg{
	display:inline-block;
	position:relative;
	float:left;
	width:55%;
}
.focusBoxImg em{
	font-style:normal;
	left:0;
	width:100%;
	bottom:5px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	position:absolute;
	height:26px;
	line-height:26px;
	font-size:14px;	
	padding-left:5px;
	box-sizing:border-box;
}

.focusBoxImg li{
	position:absolute;
	top:0;
}
.focusBoxImg img{
	width: 700px;
	height:	340px;
}

/*滚动图片*/
.js-silder{
	position: relative;	
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: right;
	position:absolute;
	bottom:0;
	
}
.silder-ctrl-prev,.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	height:20px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	cursor: pointer;
	background-color: #e4e4e4;
	border-radius:50%;
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	color:#898989;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}
/*end*/
.siteAD{
	width:200px;
	float:left;
	padding-left:15px;
}
.siteAD img{
	width:100%;
	border-radius:5px;
	height:105px;
	margin-bottom:13px;
	box-shadow:1px 2px 5px rgba(180, 180, 180, 0.5);
}
.siteAD img:hover{
	box-shadow:1px 2px 5px rgb(147, 140, 140);
}
.focusBoxSite{
	height:340px;
	width:310px;
	display:inline-block;
	box-sizing:border-box;
	padding-left:5px;
	float:right;
}
.focusBoxSiteInfo{
	background-color:#fff;
	height:100%;
	border-radius:5px;
	position:relative;
	padding:10px;
	box-sizing:border-box;
}
.focusBoxSiteInfo h2{
	font-size:17px;
	border-left:4px solid #3ca5f6;
	padding-left:5px;
	margin-bottom:8px;
	font-weight:300;
}
.focusBoxSiteInfo .focusBoxSiteInfoDesc{
	font-size:13px;
	padding-left:10px;
	color:#7c7c7c;
}
.focusBoxSiteInfo p{
	font-size:13px;
	color:#888;
	text-indent:20px;
}
.site_customer{
	margin:18px 0;
	overflow:hidden;
}
.site_customer li{
	display:inline-block;
	width:20%;
	float:left;
}
.site_customer a{
	color:#999;
	width:40px;
	height:40px;
	line-height:40px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.site_customer .weixin_img{
	width:150px;
	position:absolute;
	background-color:#fff;
	box-shadow:1px 2px 5px rgba(180, 180, 180, 0.5);
	top:0;
	text-align:center;
	display:none;
}
.site_customer .weixin_img img{
	width:100%;
	height:150px;
}
.site_customer .weixin_img p{
	padding:5px 0;
	color:#1f1f1f;
	text-indent:0;
}
.site_customer i{
	font-size:16px;
}
.site_customer a:hover {
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.site_customer .weixin i{
	color:#248a34;
}
.site_customer .weixin:hover{
	background: #248a34;
	border: 1px solid #248a34;
	color:#fff;
}
.site_customer a:hover i{
	color:#fff;
}
.site_customer .qq:hover{
	background: #D21A32;
	border: 1px solid #D21A32;
}
.site_customer .qq i{
	color:#D21A32;
}
.site_customer .qqQun:hover{
	background: #4e91d1;
	border: 1px solid #4e91d1;
}
.site_customer .qqQun i{
	color:#4e91d1;
}
.site_customer .weibo:hover{
	background: #c40000;
	border: 1px solid #c40000;
}
.site_customer .weibo i{
	color:#c40000;
}
.site_customer .share:hover{
	background: #d28300;
	border: 1px solid #d28300;
}
.site_customer .share i{
	color:#d28300;
}
.site_customer input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
}
.siteData li{
	float:left;
	width:33.33%;
	text-align:center;
	font-size:15px;
	color:#cc1919;
}
.siteData li span{
	display:block;
	font-size:14px;
	color:#888888;
}
.subnavIndex {
	height: 160px;
	margin: 0 auto 30px;
	width: 100%;
	overflow: hidden;
}
.subnavIndex .sub {
	width: 246px;
	height: 146px;
	float: left;
	margin-left: 15px;
}
.subnavIndex div.sub {
	margin: 0;
}
.subnavIndex .sub dl dt {
	width: 71px;
	height: 27px;
	background: #fc924a;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	border-bottom-right-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	border-top-right-radius: 13px;
}
.subnavIndex .sub dl dd {
	font-size: 16px;
	color: #9d9d9d;
	height: 59px;
	line-height: 52px;
}
.subnavIndex .sub dl dd span {
	color: #ff6700;
	font-size: 30px;
	padding-right: 10px;
}
.subnavIndex dl.sub {
	border-radius: 4px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width:24%;
	
}
.subnavIndex dl.sub .subbg {
	height: 160px;
	width: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: rgba(0,0,0,.02);
}
.subnavIndex dl.sub:hover .subbg {
	width: 100%;
}
.subnavIndex dl.sub a {
	height: 160px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}
.subnavIndex dl.sub dt {
	font-size: 48px;
	text-align: center;
	padding-top: 36px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}
.subnavIndex dl.sub dd {
	font-size: 20px;
	text-align: center;
	line-height: 56px;
	color: #fff;
	margin:0;
}
.subnavIndex .sublg {
	background: #e57b3a;
	margin-left: 0;
}
.subnavIndex .sub1 {
	background: #33c9a1;
}
.subnavIndex .sub2 {
	background: #3899d9;
}
.subnavIndex .sub3 {
	background: #b56ad5;
}
.box_soft_list{
	overflow:hidden;
	clear:both;
}
.box_soft_list li{
	float:left;
	padding:5px;
	width:25%;
	box-sizing:border-box;
}
.box_title{
	margin-bottom:10px;
	padding-left:10px;
}
.box_title span{
	font-size:18px;
	border-left:5px solid red;
	padding-left:5px;
	font-weight:200;
}
.projects{
	width:99.93%;
	background-color:#fff;
	border-radius:3px;
	position:relative;
	
}
.projects .softUpdateNew:before{
	position:absolute;
	top:0;
	left:0;
	opacity: 1;
	content: "最近更新";
	background-color:#ec2d2d;
	font-size:12px;
	color:#f3f3f3;
	padding:2px 5px;
}
.projects a{
	display:block;
}
.projects a:hover{
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	box-shadow: 1px 2px 5px #aaaaaa;
	cursor:pointer;
}
.projects a:after{
	content:"";
	position:absolute;
	width:100%;
	height:150px;
	top:0;
	left:0;
	opacity: 0;
    transition: all .5s;
	background:rgba(0,0,0,0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAACWCAYAAAB6koVhAAAAAXNSR0IArs4c6QAAENRJREFUeJzt3W9oG3eeBvCnhwUr8AhOB/HJemHD2oqyV79whPRiD6oSH8dBDHH7ymZrXwvr0sS0ULMhvubwkXC+dTfgQEqSsl5ocHo4b8raYLPHFpvqxS6HXTsv3KPyn0IMJxkbVgWNOb2wIfdCnvGMrJFm5JG+svN8XsnxjDzRjJ75/Z/Xon/42UsQEQn6K+kDICJiEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYljEBGROAYREYlrkD4AJ7qDPbga7AEAzKdmMJeaET6ikx7Hnuivry+9K3Ycw+ERtPvCWM0sYTXzLVYyS2LHYsV4Pu8nx7GRTZ7YJuQL4+PwCID6Pee1pp1bwN41dhY+wzMVRAFvEBF/FACwmlkWPpritOOTPYYYelv7j15HcT/5aV0GkfF8Kg2+otsoDb66P+e1FvKFcdnBdWb1GQa8QYx2jNVFOJ2pICJ7Pg7f0l+vZpYx/WKqpn9f8ShoV8Jltwt4m/XX7b6LeImXJ7Zp9100bV/uC8iwskfxKPjPv/8KjQ0KIv4o2pWLuJ/8VOx4GETnzGDbEEK+4xBobFBM1UUrSoOCyR8eIbG7cOpjCCmX8Dj2haN9ho+qDqV0B3vQfVSVsxL7r7+z/F3EH3N8XNVkdawBbxDdwWuW+xkDfLDthuV2k1uPLH+nHqj4YOldfB57gsYGBX2tA1A8Ptxdu23jyN13ZoPosj9a8iSUUq9tJqcV8cdOfCbGUCrnXucD3E9+WvMSFJk1e4MYbBuytW2p7UoFEQBsZJOmMOoO9mBTXRc5/2c2iCL+aMXtMZNbj85dEAW8Qfym84H+86a6DvUga2s/7Q67f6hiLvX7Ux/LSmapZMlEM9g2pAfn9aX3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) no-repeat center
}
.projects a:hover:after{
	opacity: 1;
}
.projects img{
	width:100%;
	height:100%;
}
.softInfoImg{
	width:100%;
	height:150px;
}
.softInfo{
	position:relative;
	padding:10px;
}
.softInfo h6{
	font-size:16px;
	font-weight:300;
	margin-bottom:5px;
}
.softInfo h6 img{
	width:18px;
	height:18px;
	float:left;
	margin-right:5px;
	padding-top:3px;
}
.softInfo .softDesc{
	font-size:13px;
	color:#7c7c7c;
	word-break:break-all;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.softInfo p{
	margin-top:5px;
	color:#868686;
}
.softInfo p span{
	font-size:13px;
}
.softInfo .list-new{
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
}
.softInfoVer{
	margin-right:5px;
	color:#229388;
}
.softInfoTime{
	padding:0 5px 0 15px;
	color:#f67b4e;
}
.softInfoDown{
	padding:0 5px 0 15px;
	color:#9e9e9e;
}
.links,.edu,.union,.doc,.index_tags{
	background-color:#fff;
	padding:10px;
	margin:10px 0;
	clear:both;
}
.linksTitle{
	padding-bottom:5px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:5px;
}
.linksTitle span a{
	color:#0268b0;
}
.linksTitle i,.doc i,.linksTitle i,.tagsTitle i{
	color:#888;
}
.linksTitle span i{
	padding-left:5px;
}
.links li{
	display:inline-block;
	padding-right:5px;
	font-size:13px;
}
.links a:hover{
	color:#0872bd;
}
.links h3{
	display:inline-block;
	font-weight:400;
	padding-left:10px;
}
.links span{
	font-size:13px;
	color:#b0b0b0;
	float:right;
}
.edu{
	overflow:hidden;
}
.edu h3{
	display:inline-block;
	font-weight:400;
	padding-left:10px;
	color:#3e3e3e;
}
.edu span{
	font-size:13px;
	color:#b0b0b0;
	float:right;
}
.edu .listLine{
	border-left:1px solid #ebebeb;
}
.edu_list{
	box-sizing:border-box;
	padding:7px;
}
.edu_list h3{
	font-weight:200;
	font-size:14px;
	margin-bottom:5px;
}
.edu_list ul{
	padding-left:7px;
	font-size:13px;
	color:#425269;
}
.edu_list ul li{
	width:33.33%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-right:20px;
	padding-bottom:10px;
}
.edu_list ul li a{
	max-width:80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display:inline-block;
}
.edu_list ul li a:hover{
	color:#097fb7;
	text-decoration:underline;
}
.edu_list ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 3px 7px 3px 3px;
    background: #70aaf3;
    border-radius: 50%;
}

.tagsTitle{
	padding-bottom:5px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:5px;
}
.tagsTitle h3{
	display:inline-block;
	font-weight:400;
	padding-left:10px;
	color:#3e3e3e;
}
.tagsTitle span{
	font-size:13px;
	color:#b0b0b0;
	float:right;
}
.tagsTitle span i{
	padding-left:5px;
}
.index_tags_box ul{
	margin-top:10px;
}
.index_tags_box li{
	display:inline-block;
	border:1px solid #d4d4d4;
	padding:3px 5px;
	border-radius:5px;
	margin:0 5px 10px 0;
}
.index_tags_box li:hover{
	cursor:pointer;
	box-shadow:1px 2px 5px rgba(180, 180, 180, 0.5);
}
.doc_title{
	display:inline-block;
}
.doc .doc_r{
	font-size:13px;
	color:#b0b0b0;
	float:right;
}
.doc .doc_r i{
	padding-left:5px;
}
.doc_title li{
	display:inline-block;
	margin-right:10px;
}
.doc_title .doc_title_active{
	border-top: 2px solid #2787B6;
    color: #2787B6;
}
.doc_title h3{
	display:inline-block;
	font-weight:400;
	padding:5px 5px 0 0;
	margin-left:10px;
}
.doc_list{
	margin-top:10px;
	overflow:hidden;
}
.doc_list li{
	width:33.33%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-bottom:10px;
	padding-right:20px;
}
.doc_list li a::before{
	font-family: 'FontAwesome';
	content: "\f105";
	color:#909090;
	font-size:13px;
	padding-right:5px;
}
.doc_list li span{
	font-size:13px;
	color:#b0b0b0;
	float:right;
}
.doc_list ul li a{
	max-width:80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display:inline-block;
}
.doc_list ul li a:hover{
	color:#097fb7;
	text-decoration:underline;
}
.docLine{
	padding:0 10px;
	font-size:13px;
	display:none;
}
.doc_list_cur{
	display:block;
}
.union h3{
	display:inline-block;
	font-weight:400;
	padding-left:10px;
	color:#3e3e3e;
}
.union .linksTitle span{
	font-size:13px;
	color:#b0b0b0;
	float:right;
}
.unionBox{
	overflow:hidden;
	padding:10px 0;
}
.unionImg{
	width:33.33%;
	float:left;
}
.unionBox li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	width:80%;
}
.unionBox .unionEdu ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 3px 7px 3px 3px;
    background: #acacac;
    border-radius: 50%;
}
.unionEdu,.unionWithdraw{
	width:33.33%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}
.unionImg img{
	width:100%;
	height:200px;
	border-radius:3px;
}
.unionEdu p,.unionWithdraw p{
	height:140px;
	width:25px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	background-color:#3C3C3C;
	display:inline-block;
	float:left;
	padding:60px 5px 0;
	margin-right:10px;
}
.unionEdu li{
	line-height:23px;
	font-size:13px;
}
.unionEdu li a:hover{
	color:#1b6abc;
	text-decoration:underline;
}
.unionWithdraw li{
	line-height:25px;
	font-size:13px;
	color:#5a5a5a;
}
.unionWithdraw span{
	color:#e66d6d;
	padding:0 5px;
}
.unionWithdraw img{
	width:20px;
	height:20px;
	border-radius:50%	;
	vertical-align:middle;
	margin-right:5px;
}
.unionWithdraw .userName{
	color:#888888;
}

/*提现动态滚动*/
.scrollbox {
	margin: 0 auto;
	overflow: hidden;
}

#scrollDiv {
	width: 340px;
	height: 200px;
	overflow: hidden;
}
#scrollDiv li {
	height: 35px;
	overflow: hidden;
	vertical-align: bottom;
	zoom: 1;
}

#scrollDiv li h3 {
	height: 24px;
	padding-top: 13px;
	font-size: 14px;
	color: #353535;
	line-height: 24px;
	width: 300px;
}

#scrollDiv li h3 a {
	color: #353535;
	text-decoration: none
}

#scrollDiv li h3 a:hover {
	color: #F00
}

#scrollDiv li div {
	height: 36px;
	width: 300px;
	color: #416A7F;
	line-height: 18px;
	overflow: hidden
}

#scrollDiv li div a {
	color: #416A7F;
	text-decoration: none
}

.scroltit {
	height: 26px;
	line-height: 26px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.scroltit h3 {
	width: 100px;
	float: left;
}

.scroltit .updown {
	float: right;
	width: 32px;
	height: 22px;
	margin-left: 4px
}

/*滚动*/
/*footer*/
.footer{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	padding:0 10px;
}
.footer-icp{
	padding-top:15px;
	font-size:13px;
	line-height:25px;
}
.footer-icp li{
	display:inline-block;
}
.footer-icp a{
	color:#999;
	padding-right:5px;
}
.footer-icp a:hover{
	color:#0872bd;
}
.footer-icp .aqkx{
	float:right;
}
.footer-icp .aqkx img{
	height:35px;
}
.copyRight{
	font-size:13px;
	color:#888;
}
.copyRight strong{
	font-weight:normal;
}
/*文章列表页*/
.article_list_box{
	background-color:#E8E8E8;
	padding:10px;
	overflow:hidden;
}
.article_left{
	width:70%;
	float:left;
}
.article_list_tab{
	padding:10px 8px 10px 10px;
	background-color:#fff;
	color:#999;
	font-size:13px;
}
.article_list_tab li{
	display:inline;
}
.article_list_tab li a{
	color:#999;
	padding-right:5px;
}
.article_list_tab li a:hover{
	color:#1c87e2;
	text-decoration:underline;
}
.article_list_tab span{
	padding:0 5px;
	color:#f00;
}
.article_list_tab em{
	padding:0 5px;
	color:#f00;
	font-style:normal;
}
.article_list_del{
	margin-top:10px;
	padding:10px 8px 10px 20px;
	background-color:#fff;
	color:#999;
	font-size:13px;
}
.list_info{
	margin-left:30.82%;
	transition:all .3s ease 0s;
}
.list_img{
	float:left;
	height:118px;
	width:28.8%;
	overflow:hidden;
	border-radius:5px;
}
.list_img img{
	width:100%;
	/* transform:translate(0%,-20%); */
}
.list_img img:hover{
	transform: scaleY(1.1);
	transition: transform 1s ease;
}
.art_list_body li{
	border-top:1px dashed #c5c5c5;
	padding:15px 0;
	overflow:hidden;
	position:relative;
}
.art_list_body li:hover {
    background: #fafafa;
    transition: all .3s ease 0s;
}
.art_list_body li:first-child {
	border-top:0;
}
.art_list_info{
	position:absolute;
	bottom:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.art_list_info em{
	font-style:normal;
	border: 1px solid #cbdade;
    color: #2d9be8;
	margin-right:5px;
	padding:2px 3px;
	border-radius:3px;
}
.article_list_del li h2{
	font-size:16px;
	font-weight:400;
	padding:5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.article_list_del li .desc{
	font-size:13px;
	margin-bottom:5px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.art_list_body span{
	padding-right:10px;
}
.art_list_body i{
	padding-right:5px;
}
.art_list_body h2 i{
	padding-right:10px;
}
.art_list_body li a{
	color:#363636;
}
.article_list_del ul{
	overflow:hidden;
}

.article_list_del .art_list_body li a:hover{
	color: #4183c4;
	text-decoration:underline;
}
.article_list_del h3{
	color:#4b4b4b;
}
.art_list_body p{
	padding:10px 0 5px 0;
}
.page{
	margin-top:10px;
}
.page li{
	display:inline-block;
}
.page li a{
	padding:4px 10px;
	background-color:#e7e7e7;
	color:#8a8a8a;
	display:inline-block;
	margin-right:3px;
}
.page li a:hover{
	background-color:#046bb0;
	color:#fff;
}
.page li .page_active{
	color:#fff;
	background-color:#046bb0;
	cursor: not-allowed; 
}
.page span{
	padding-left:10px;
}
.article_fright{
	width:350px;
	float:right;
	padding:0 5px;
	box-sizing:border-box;
}
.art_listRank{
	background-color:#fff;
	padding:0 5px 5px 5px;
	border-radius:3px;
	margin-bottom:10px;
}
.art_listRank em{
	float:right;
	font-style:normal;
	color:#888;
}
.art_listRank a{
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	width:89%;
	overflow:hidden;
}
.art_list_new ul i{
	padding-right:8px;
	color:#999;
}
.art_list_new h3 i{
	color:#00bfff;
}
.art_listRank ul{
	padding:5px;
}
.art_listRank h3,.art_list_tags h3{
	font-size:14px;
	font-weight:300;
	padding:9px 0;
	border-bottom:1px solid #cdcdcd;
	margin-bottom:3px;
	font-weight:500;
}
.art_listRank h3 i,.art_list_tags h3 i{
	padding-right:5px;
}
.art_listRank li{
	font-size:13px;
	height:30px;
	line-height:30px;
}
.art_listRank li a:hover{
	color: #4183c4;
	text-decoration:underline;
}
.art_list_body li .art_list_info a{
	color:#828181;
}
.art_list_hot span{
	padding:0px 5px;
	background-color:#ccc;
	margin-right:5px;
	font-size:12px;
	border-radius:3px;
	color:#fff;
}
.art_list_hot .li_icon{
	background-color:#f00;
}
.art_list_hot h3 i{
	color:red;
}
.art_list_rand h3 i{
	color:#ff1995;
}
.art_list_rand ul i{
	color:#035fe8;
	font-size:12px;
	padding-right:8px;
}
.list_union img{
	width:100%;
	height:180px;
	border-radius:5px;
}
.art_list_tags{
	margin-top:10px;
	background-color:#fff;
	padding:0 5px 5px 5px;
	border-radius:3px;
	margin-bottom:10px;
	
	/* position:fixed;
	top:0;
	width:calc(21.6%); */
}
.art_list_tags h3 i{
	color:#3e9dff;
}
/*标签滚动*/
#rotate {
	height: 310px;
	position: relative;
	margin: 10px auto;
	overflow:hidden;
}
#rotate a {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
	font-size: 13px;
	text-decoration: dashed;
}
#rotate a:hover {
	border: 1px solid #eee;
	background: #909090;
	border-radius: 5px;
	color:#fff;
}
/*标签滚动-end*/

/*文章详情页*/
.article{
	background-color:#fff;
	padding:10px;
	margin-top:10px;
}
.article .article_info{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e0e0e0;
}
.article h1{
    padding: 7px 0 10px 0;
    font-size: 22px;
	font-weight:500;
	word-break:break-all;
}
.article_infobox{
	font-size:13px;
	color:#888;
}
.article_infobox span{
	padding-right:7px;
}
.article_infobox span i{
	padding-right:3px;
}
.article_detail{
	font-size: 15px;
    color: #363636;
	line-height:24px;
}
.article_description{
	background: #eaeaea;
    padding: 5px;
    overflow: hidden;
    border-left: 4px solid #409df6;
    border-radius: 4px;
    margin-bottom: 10px;
}
.article_description strong {
    font-weight: 400;
    font-size: 13px;
    color: #606060;
}
.article_detail p {
    padding: 5px 0;
    line-height: 24px;
    word-break: break-all;
}
.article_detail a {
    color: #1c86ef;
	text-decoration: underline;
}
.article_detail .article_bottom a{
	text-decoration: none;
}
.article_detail a:hover {
    color: #0365c6;
    text-decoration: underline;
}
.article_detail img {
    max-width: 100%;
    margin: 10px 0;
    vertical-align: middle;
    box-shadow: #aaa 0 0 0.5em 0;
}
.article_detail ol{
	padding:0;
	margin:5px 0 5px 0;
}
.article_detail li{
	line-height:28px;
}
.article_detail pre {
    padding: 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
    line-height: 24px;
	white-space:inherit;
}
.article_detail h3,.article_detail h2{
	margin: 20px 0 15px 0;
	background: #f6f6f6;
	padding: 6px 8px;
	font-weight: 500;
	font-size: 20px;
	border-radius: 4px;
	border-left: 4px solid #34a6d1;
}
table{
	margin:20px 0;
}
table th{
	background-color:#f8f8f9;
}
table,table th{
    border: 1px solid #a2a2a2;
    text-align: center;
    border-collapse: collapse;
}
table th {
    padding: 10px 30px;
}
table,table tr td{
    border: 1px solid #a2a2a2;
    text-align: center;
    border-collapse: collapse;
}
table tr td {
    padding: 10px 30px;
}
.article_bottom{
	font-size: 13px;
}
.art-copyright{
	background-color: #eee;
    padding: 10px;
    word-break: break-all;
    color: #7e8790;
	margin:10px 0;
}
.art-copyright a{
	color: #525252;
}
.art-copyright p{
	font-size:13px;
	padding:0;
	line-height:20px;
}
.art-copyright strong{
	font-weight:normal;
}
.context_bottom p{
	line-height:20px;
	padding:0;
	color:#999;
	margin-bottom:10px;
}
.context_bottom a{
	color:#999;
	font-size:13px;
}
.context_bottom i{
	padding-right:5px;
}
.article_tag{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.article_tag a{
	border:1px solid #dadada;
	padding:3px;
	margin-right:5px;
	border-radius:3px;
}
.article_tag ul{
	display:inline-block;
}
.article_tag li{
	display:inline-block;
}
.context_Related{
	margin-top:10px;
	overflow:hidden;
}
.context_bottom{
	margin-bottom:10px;
}
.context_Related h3{
	border-left: 4px solid #0083ff;
    padding-left: 7px;
	margin-bottom:10px;
	font-weight:300;
}
.context_Related ul{
	padding:10px 0;
	border-top:1px dotted #ccc;
	overflow:hidden;
}
.context_Related li{
	float:left;
	width:50%;
	line-height:35px;
	height:35px;
	box-sizing:border-box;
	padding-right:20px;
	font-size:14px;
}
.context_Related li a::before{
	font-family: 'FontAwesome';
	content: "\f105";
	color:#909090;
	font-size:13px;
	padding-right:5px;
}
.context_Related a{
	color:#464646;
	word-break:break-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	width:87%;
	overflow:hidden;
}
.context_Related span{
	float:right;
	color:#999999;
}
.article_line{
	width:110%;
	background-color:#E8E8E8;
	height:10px;
	margin-left:-20px;
}
.art_list_new ul{
	margin-top:10px;
}
.art_list_new li{
	margin-bottom:30px;
	overflow:hidden;
	height:70px;
	line-height:unset;
}
.list_left{
	height:66px;
	width:115px;
	float:left;
	overflow:hidden;
	border-radius:3px;
	border:1px solid #d4d4d4;
}
.list_left img{
	width:100%;
	height:100%;
	border-radius:3px;
}
.list_left a{
	width:100%;
}
.list_right{
	width:calc( 100% - 130px );
	float:right;
	height:120px;
	position:relative;
	height:70px;
	color:#505050;
}
.list_right h4{
	margin:0;
	font-weight:500;
}
.list_right h4 a{
	color:#000;
}
.list_right .description{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-top:5px;
}
.list_right .article_info{
	padding-bottom:0;
	bottom:1;
	position:absolute;
	color:#848484;
}
.article_info .readNum{
	padding-left:6px;
}


/*关于我们界面*/
.about_box{
	background-color:#E8E8E8;
	overflow:hidden;
	
}
.about{
	background-color:#fff;
	overflow:hidden;
	margin:20px auto;
	padding:10px;
	min-height:500px;
	box-shadow: -1px 0px 1px rgba(0, 0, 0, .04),0px 1px 1px rgba(0, 0, 0, .13),1px 0px 2px rgba(0, 0, 0, .05);
}
.about_l{
	float:left;
	width:10%;
	text-align:center;
	box-sizing:border-box;
	padding-right:10px;
}
.about_r{
	float:right;
	width:90%;
	padding-left:20px;
	border-left:1px solid #d6d6d6;
	box-sizing:border-box;
	line-height:26px;
}
.about_l li{
	height:50px;
	line-height:50px;
}
.about_l li a:hover{
	color:red;
}
.about_l i{
	padding-right:7px;
	color:#656565;
}
.about_r h1{
	font-size:20px;
	font-weight:400;
	padding:10px 0;
	margin-bottom:15px;
	border-bottom:1px solid #d6d6d6;
}
.about_r ul{
	padding-left:20px;
}
.about_r li{
	list-style:upper-armenian;
}
.about_r h2{
	font-size:15px;
	font-weight:400;
}
.about_r p{
	padding-bottom:10px;
	color:#535353;
}
.about_r a{
	color:#1b6fd8;
}
.about_r a:hover{
	color:blue;
}
/*tag标签页*/
.tags{
	padding:20px 0;
	background-color:#E8E8E8;
}
.tags_box{
	padding:10px;
	background-color:#fff;
	border-radius:5px;
}
.tags_box li{
	display:inline-block;
	border:1px solid #d4d4d4;
	padding:3px 5px;
	border-radius:5px;
	margin:0px 5px 10px 0;
}
.tags_box li:hover{
	cursor:pointer;
	box-shadow:1px 2px 5px rgba(180, 180, 180, 0.5);
}
.tags_box h3{
	font-weight:400;
	border-bottom:1px solid #b7b7b7;
	margin-bottom:10px;
	padding-bottom:5px;
	color:828282;
}
/*发贴界面*/
.collection{
	display:none;
}
.web_toast {
    position: fixed;
    margin: 0 10px;
    z-index: 10001;
    display: none;
    display: block;
    padding: 10px;
    color: #fff;
    background: rgba(97,96,96,.8);
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
}
.postBox {
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
}
.postBox .title {
    margin: 10px 0;
}
.postBox .title input {
    width: 100%;
    height: 30px;
    border-radius: 0;
    background-image: none;
    outline: 0;
    color: #484848;
    padding: 5px;
    display: block;
    margin: 10px 0;
	display:inline-block;
}
.postBox #doCollectBtn{
	padding-left:10px;
	color:#7f7fcf;
}
.postBoxImg {
    margin-top: 10px;
    color: gray;
}
.postBox .editor_a a {
    color: #06d;
}
.postBox .selectType {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    color: #666;
}
.postBox .title select option {
    padding: 10px 0;
}

.postBox .title span {
    color: #606060;
}
.postBox button {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #00bd4d;
    color: #fff;
    border: 0;
    padding: 0 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}
.container img {
    max-width: 65%;
    margin: 15px 0;
}
.postBox .collection{
	border:1px solid #b0b0b0;
	border-radius:5px;
	padding:10px;
	margin-bottom:20px;
}
.postBox select:hover{
	cursor:pointer
}
.selectSubBox{
	display:inline-block;
	padding-left:10px;
}

/*软件详情页*/
.entry-intro{
	min-width:1100px;
	height:500px;
	background:url(../img/softDetali/bg.jpg) no-repeat;
	background-size:cover;
	text-align:center;
	color:#fff;
}
.entry-intro h1{
	font-size:45px;
	padding:65px 0 40px 0;
	font-weight:400;
}
.entry-intro .desc{
	font-size:20px;
	text-align:left;
	color:#d5d5d5;
	max-width:930px;
	margin:0 auto;
}
.entry-intro .download-btn #downSoft {
	margin: 50px 0 30px 0;
    display: inline-block;
    height: 68px;
    line-height: 64px;
    font-size: 36px;
    padding: 0 60px;
    color: #fff;
    background: #f04b43;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.entry-intro .download-btn a:hover {
    color: #FFF;
    border-color: #67AF27;
}
.entry-intro .download-btn a:before {
	position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    width: 0%;
    height: 100%;
    background: #67AF27;
    content: attr(data-hover);
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    transition: all 0.28s ease-in-out;
    color: #FFF;
}
.entry-intro .download-btn a:hover:before {
    width: 100%;
    left: 0;
    color: #FFF;
    background: #67AF27;
    border-radius: 10px;
}
.download-btn span{
	font-size:23px;
	color:#bdbdbd;
	display:block;
}
.download-btn .version{
	margin-top:20px;
	font-size:15px;
	color:#1fd598;
}
.download-btn-a{
	position:relative;
}
.why-virus{
	background:#2b2b2b;
	border-radius:5px;
	padding:5px 10px;
	position:absolute;
	top:13px;
	margin-left:8px;
	color:#b9b9b9;
}
.why-virus:hover{
	color:#419cdc;
}
.introd{
	margin:20 auto;
	padding:30px 30px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.part-a{
	width:400px;
}
.part-a em{
	color:red;
}
.info-left{
	float:left;
	max-width:55%;
}
.introd h2{
	text-align:center;
	font-size:28px;
	font-weight:300;
	color:#333333;
	padding-bottom:15px;
	background: #eaeaea;
    padding: 10px;
    line-height: 37px;
    overflow: hidden;
    border-radius:4px;
	margin-bottom:40px;
}
.introd h2 strong{
	font-weight:300;
}
.part-a .desc{
	font-size:16px;
	color:#a4a4a4;
}
.part-a li{
	font-size:20px;
	padding:10px 0;
	color:#333;
	margin-left:20px;
	list-style:disc;
	border-bottom:1px dashed #ececec;
	margin-top:10px;
}
.part-a li:last-child {
	border-bottom:0;
}
.part-a li p{
	padding:10px 0;
	color:#777;
	font-size:13px;
	line-height:22px;
}
.info-right{
	float:right;
	max-width:55%;
	margin-right:30px;
}
.part-b img{
	height:440px;
	border-radius:5px;
	box-shadow:rgb(170, 170, 170) 0em 0em 1em 0px;
	width:100%;
}
.part-a .exp{
	padding-top:5px;
	display:block;
}
.part-a .exp a{
	padding-right:10px;
	color:#3968ed;
}
.part-a .exp a:hover{
	text-decoration:underline;
	color:#003ff3;
}
.more{
	min-width:1100px;
}
.example{
	padding-bottom:30px;
	overflow:hidden;
}
.example li{
	display:inline;
	width:25%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}
.example li img{
	width:99%;
	height:430px;
}
.example li p{
	background-color:#dedede;
	padding:10px;
	text-align:center;
	margin:10 auto;
	color:red;
}
.more h3{
	text-align:center;
	font-size:28px;
	font-weight:300;
	color:#333333;
    padding: 20px 0;
    line-height: 37px;
    overflow: hidden;
    border-radius:4px;
}
.example ul{
	padding:0 20px;
}
.otherfeatbox h3{
	border-top:1px solid #eee;
}
.more .desc{
	text-align:center;
	font-size:16px;
	color:#a4a4a4;
	padding-bottom:30px;
}
.otherfeat{
	text-align:center;
	width:90%;
	margin:10px auto;
	max-width:1000px;
}
.otherfeat li{
	display:inline-block;
	height:80px;
	padding:0 20px 0 75px;
	margin-bottom:30px;
	color:#555555;
	font-size:16px;
	text-align:left;
	box-sizing:border-box;
	width:33%;
	max-width:320px;
}
.otherfeat .feat01{
	background:url(../img/softDetali/more/icon_more01.png) left center no-repeat;
	background-size:60px;
}
.otherfeat .feat02{
	background:url(../img/softDetali/more/icon_more02.png) left center no-repeat;
	background-size:60px;
}
.otherfeat .feat03{
	background:url(../img/softDetali/more/icon_more03.png) left center no-repeat;
	background-size:60px;
}
.otherfeat .feat04{
	background:url(../img/softDetali/more/icon_more04.png) left center no-repeat;
	background-size:60px;
}
.otherfeat .feat05{
	background:url(../img/softDetali/more/icon_more05.png) left center no-repeat;
	background-size:60px;
}
.otherfeat .feat06{
	background:url(../img/softDetali/more/icon_more06.png) left center no-repeat;
	background-size:60px;
}
.otherfeat p{
	padding:10px 0 5px 0;
}
.otherfeat span{
	color:#999;
	font-size:13px;
}
.btn {
    text-align: center;
    padding: 10px 0 30px 0;
    clear: both;
    font-size: 20px;
	min-width:1100px;
}
.btn #downSoft {
    cursor: pointer;
    display: inline-block;
    width: 260px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    background: #f04b43;
    border-radius: 3px;
    transition: all 0.4s ease 0s;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.btn #downSoft:hover {
    background: #c54039;
    color: #FFF;
}
.btn a{
	color:#929292;
}
.btn p{
	padding-top:30px;
	font-size:13px;
	color:#b4b4b4;
}
.site-add {
	font-size:13px;
	text-align:center;
	color:#747474;
}
.site-add strong{
	font-weight:200;
}
/*右侧悬浮窗口*/
.footerBtns {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 60px;
    width: 48px;
    -webkit-transform: translateZ(0);
}
.footerBtns .icon {
    display: block;
    margin-top: 5px;
    width: 48px;
    height: 48px;
    background: url(../img/btns_fixed.png?v1018) no-repeat;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.footerBtns .s1 {
    background-position: 0 0;
    height: 45px;
}
.footerBtns .s1 a {
    display: block;
    width: 48px;
    height: 48px;
}
.footerBtns .s1:hover {
    background-position: 0 -48px;
}
.footerBtns .s2 {
    background-position: -48px 0;
}
.footerBtns .s2:hover {
    background-position: -48px -48px;
}
.footerBtns .s3 {
    background-position: -96px 0;
}
.footerBtns .s3:hover {
    background-position: -96px -48px;
}
.footerBtns .btnEntry {
    display: none;
    position: absolute;
    width: 162px;
    left: -172px;
    bottom: 0;
    padding-right: 10px;
    color: #666;
}
.footerBtns .icon:hover .btnEntry {
    display: block;
}
.footerBtns .qrcode {
    width: 140px;
    padding: 10px;
    background: #fff;
    border: 1px solid #2cbe6d;
    font-size: 14px;
    color: #7a8a9a;
    text-align: center;
}
.footerBtns .qrcode img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.footerBtns .contact {
    font-size: 14px;
    width: 140px;
    padding: 10px;
    background: #fff;
    border: 1px solid #2cbe6d;
    border-radius: 2px;
}
.footerBtns .contact h4 {
    font-size: 16px;
    color: #7a8a9a;
    margin-bottom: 10px;
    font-weight: bold;
}
.footerBtns .contact li {
    background: #2cbe6d;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.footerBtns .contact li a {
    display: block;
    color: #fff;
    padding: 0 10px;
    text-align: left;
    transition: all 0.18s ease-out 0s;
}
.footerBtns .contact li a:hover {
    background: #28a547;
    border-radius: 3px;
}
.footerBtns .contact li i {
    margin-right: 4px;
}
.footerBtns .contact li:last-child {
    margin-bottom: 0;
}
.footerBtns .arrow {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #2cbe6d;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*end*/
/*软件下载内页*/
.soft_down_box{
	background-color:#E8E8E8;
	padding:10px;
	overflow:hidden;
}
.soft_title{
	height:350px;
	background-color:#fff;
	padding:10px;
	overflow:hidden;
	border-radius:5px;
}
.soft_title h1{
	margin:5px 0;
	font-weight:300;
	font-size:26px;
}
.soft_title .focusBoxImg{
	width:50%;
}
.soft_title_left img{
	width:100%;
	height:100%;
}
.soft_title_right span{
	color:#444;
}
.soft_title_right{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding-left:15px;
}
.soft_title_right li{
	line-height:40px;
	color:#707070;
}
.soft_title_right i{
	padding-right:10px;
}
.soft_title_right .fa-life-ring{
	color:#d53e3e;
}
.soft_title_right .fa-telegram{
	color:#d443de;
}
.soft_title_right .fa-get-pocket{
	color:#b54848;
}
.soft_title_right .fa-heart{
	color:red;
}
.soft_title_right .fa-download{
	color:#0fb714;
}
.soft_title_right .fa-windows{
	color:#00adff;
}
.soft_title_right a{
	margin-top: 23px;
    display: inline-block;
    height: 68px;
    line-height: 64px;
    font-size: 36px;
    padding: 0 60px;
    color: #fff;
    background: #f04b43;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.soft_title_right a:hover{
	color: #FFF;
    border-color: #67AF27;
}
.soft_title_right a:before {
	position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    width: 0%;
    height: 100%;
    background: #67AF27;
    content: attr(data-hover);
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    transition: all 0.28s ease-in-out;
    color: #FFF;
}
.soft_title_right a:hover:before {
    width: 100%;
    left: 0;
    color: #FFF;
    background: #67AF27;
    border-radius: 10px;
}
.soft_info{
	margin-top:20px;
	padding:10px;
	background-color:#fff;
	border-radius:5px;
}
.soft_info h3{
	font-weight:300;
	padding-bottom:5px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:10px;
}
.soft_info_desc{
	margin-bottom:20px;
}
.soft_info p{
	height:25px;
	line-height:25px;
	color:#5b5b5b;
	text-indent:2rem;
	font-size:13px;
}
.soft_info h4{
	text-indent:1.5rem;
	font-size:14px;
	font-weight:300;
}
.soft_info i{
	color:#717171;
	padding-right:5px;
}
.none{
	display:none;
}
/*问答页面*/
.answer_box{
	/* width: 70%; */
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
	padding:10px;
}
.answer-head h1{
	font-weight: 300;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    color: #444;
}
.head-foreword {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 20px
}
.foreword {
    background: url(../img/icon/foreword.png) no-repeat
}
.ad {
    background: url(../img/icon/ad.png) no-repeat
}
.hacker {
    background: url(../img/icon/hacker.png) no-repeat
}
.head-foreword h3 {
    font-weight: 300;
    font-size: 18px;
    color: #444;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 10px;
    padding-left: 30px
}
.head-foreword li {
    line-height:25px;
    color: #7b7b7b;
	padding-bottom:5px;
}
.head-foreword ul{
	margin-top:10px;
	font-size:15px;
}
.head-foreword .remind {
    color: red;
}
.answer-box {
    padding: 5px;
}
.answer-foot {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px 0;
}
.bigImg {
    width: 100%;
    height: 100%;
    background-color: RGBA(253,253,253,.9);
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    display: none;
}

.bigImg img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    max-height: -webkit-fill-available;
    left: 0;
    right: 0;
    position: fixed;
    padding: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.answer-foot a {
    background-color: #ff4d4d;
    padding: 8px;
    color: #fff;
    border: 0 solid #ff4d4d;
    border-radius: 5px;
}
.ask-item li {
   padding-bottom:20px;
}
.ask-item .ask{
	border: 1px solid #eaeaea;
	border-radius:5px;
}
.ask-item .ask h3{
	background-color:#eaeaea;
	padding:5px;
	color:#000000;
	font-size:16px;
	font-weight:400;
}
.ask .answer-text{
	padding:8px;
	color:#393939;
	background-color:#fafafa;
	line-height:26px;
}
.ask .answer-text a{
	color:#6d6dee;
	text-decoration:underline;
}
.ask .answer-text img{
	width:100%;
	margin:10px 0;
	display:block;
}
.head-foreword .recommend{
	padding:3px;
	border-radius:3px;
	background-color:#ff0000;
	color:#fff;
	margin-right:5px;
}
/*主题页*/
.zt-list-mian{
	margin:0 auto;
	padding:20px;
	background-color:#e8e8e8;
}
.zt-title{
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;
}
.zt-title h1{
	padding-bottom:5px;
}
.zt-list{
	width:75%;
}
.zt-list li{
	margin-bottom:40px;
	overflow:hidden;
}
.zt-list li a:hover{
	color:#287fea;
	text-decoration:underline;
}
.zt-list{
	padding:20px;
	overflow:hidden;
	margin:20px auto;
	background-color:#fff;
	border-radius:5px;
}
.zt-list .list_left{
	height:120px;
	width:220px;
	float:left;
	overflow:hidden;
	border-radius:3px;
}
.zt-list .list_left img{
	width:100%;
}
.zt-list .list_right{
	width:calc( 100% - 250px );
	float:right;
	height:120px;
	position:relative;
}
.zt-list .list_right .description{
	margin-top:5px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color:#333333;
	white-space:normal;
}
.zt-list .article_info{
	position:absolute;
	bottom:0;
}
.zt-list .article_info span{
	padding-right:10px;
	color:#737373;
}
.rand-zhuti{
	margin-top:20px;
}
.rand-zhuti h2{
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:600;
	border-bottom:1px solid #d2d2d2;
}
.rand-zhuti li{
	display:inline;
	margin-bottom:0;
	line-height:35px;
}
.rand-zhuti li a{
	border:1px solid #888;
	border-radius:3px;
	margin-right:5px;
	padding:3px 5px;
}
.article_list_del .search-title{
	color:#484747;
	font-size:22px;
}

@media(max-width:768px){
	/*首页*/
	.focusBoxImg{
		width:100%;
		margin-bottom:10px;
	}
	.focusBoxImg img{
		height:210px;
	}
	.js-silder-ctrl{
		bottom:5px;
	}
	.softInfoImg{
		height:200px;
	}
	.siteAD{
		display:none;
	}
	.focusBoxSite{
		width:auto;
		padding-left:0;
		height:310px;
	}
	.subnavIndex{
		display:none;
	}
	.box_soft_list li{
		width:100%;
	}
	.doc_list{
		width:100%;
		margin-top:30px;
	}
	.doc .doc_r{
		margin-top:5px;
	}
	.doc_list li{
		width:100%;
	}
	.doc_list ul li a{
		white-space:unset;
	}
	.unionImg{
		width:100%;
	}
	.unionEdu, .unionWithdraw{
		width:100%;
		margin-top:20px;
	}
	.soft{
		margin-top:10px;
	}
	/*end*/
	.answer_box{
		width: 95%;
	}
	.article_left{
		width:100%;
		float:unset;
	}
	.article_list_box .w1200{
		width:unset;
	}
	.article_detail img{
		max-width:100%;
	}
	.context_Related li{
		width:100%;
	}
	.article_fright{
		float:unset;
		width:unset;
		padding:0;
		margin-top:15px;
	}
	.w1200{
		width:unset;
	}
	.header{
		height:unset;
		line-height:unset;
	}
	.header_box .nav{
		float:left;
		margin-top:10px;
	}
	.search{
		position:absolute;
		top:20px;
		right:0;
	}
	.soft_title{
		height:unset;
	}
	.soft_title .focusBoxImg{
		width:100%;
	}
	.soft_title_right{
		margin-top:10px;
		width:100%;
	}
	.edu_list ul li{
		width:100%;
	}
	.edu_list{
		padding:0;
	}
	.edu_list ul li a{
		max-width:77%;
	}
	.edu_list ul{
		padding-right:0;
	}
	/*列表页*/
	.list_img{
		height:90px;
	}
	.list_img img{
		transform:unset;
		height:100%;
	}
	.article_list_del li .desc{
		-webkit-line-clamp:2;
	}
	.list_info h2{
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.art_list_info{
		bottom:10px;
	}
}