.fr{
	float: right;
}
.fl{
	float: left;
}
.contain_cot{
	width:1100px;
	height:auto;
	margin:0  auto;
	overflow:hidden;
	padding-bottom: 200px;
}
.contain_cot_title{
	width:100%;
	height:40px;
	margin:10px  auto;
}
.contain_cot_title p{
	font-size:16px;
	color:#666;
	line-height:40px;
}

.contain_cot_left{
	width:170px;
	height:380px;
	float:left;
	background:#fafafa;
	border:1px  solid  #ebebeb;
}
.title h1{
	font-size: 18px;
	width: 130px;
	line-height: 40px;
	margin: 20px auto;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.title ul {
	width:100%;
	height:auto;
	margin:0 auto;
}
.title ul li{
	padding-left:20px;
	font-size: 17px;
	color: #333;
	cursor:pointer;
	font-family: "微软雅黑";
	margin-top:20px;
	font-weight: normal;
}
.title ul li.active{
	border-left:3px  solid  #f75b2a;
}
.downloadItems{
	height:auto;
	border-top:1px  solid  #eaeaea;
	border-left:1px  solid  #eaeaea;
	border-right:1px  solid  #eaeaea;
}
.contain_cot_right{
	width:100%;
	height:auto;
	padding: 20px 0 0 0;
	display:block;
}
.APP{
	width:100%;
	height:auto;
	margin:10px auto;
	overflow:hidden;
	padding-bottom:50px;
	border-bottom:1px solid  #eaeaea;
}
.APP .left{
	text-align: center;
	width:100px;
	height:auto;
	float:left;
	margin-left:10px;
}
.APP .left img{
	width:52px;
	height:auto;

}
.APP .center{
	width:500px;
	height:auto;
	float:left;
	margin-left:10px;
}
.APP .center h1{
	font-size:24px;
	line-height:30px;
	font-weight: normal;
}
.APP .center p{
	font-size:15px;
	line-height:28px;
}
.APP .right{
	text-align: center;
	width:200px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top: 35px;
}
.APP .right img{
	width:120px;
	height:120px;

}
.APP .right p{
	font-size:14px;
}
.contain_cot_right .down{
	height:auto;
	padding:10px 20px;
	overflow:hidden;
	margin-top:20px;
	border:1px  solid  #4e6374;

}
.contain_cot_right .down:first-child{
	margin-top:0px;
}
.contain_cot_right .down h1{
	color:#000;
	font-size: 20px;
}
.contain_cot_right .down p{
	color:#303030;
	font-size: 15px;
	margin-top:10px;
}
.contain_cot_right .down  a{
	float:right;
	display:block;
	text-align: center;
	width:120px;
	height:40px;
	line-height: 40px;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 15px;
	border:0;
	background: #f75b2a;
	margin-top:10px;
}
/*.contain_cot_right .down  button a{
	display:block;
	width:100%;
	height:100%;
	line-height: 40px;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 15px;
}*/
.contain_cot_right .chat{
	/*	width:100%;*/
	height:auto;
	padding:10px 20px;
	overflow:hidden;
/*	border:1px  solid  #f75b2a;*/
border-bottom: 1px solid #eaeaea;
}
.contain_cot_right .chat h1{
	color:#000;
	font-size: 20px;
}
.contain_cot_right .chat p{
	color:#303030;
	font-size: 15px;
	margin-top:10px;
	text-indent: 40px;
}
.contain_cot_right .chat img{
	height:204px;
	margin-top:10px;
}

.pagination{
	margin: 50px 0;
	padding-left: 50px;
}
.pagination .ul{
	display: inline-block;
	margin: 0 auto;
}
.pagination ul li{
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 8px;
	border-radius: 10px 10px 10px 10px;
	background-color: #f1f1f1;
}
.pagination ul li a{
	display: block;
	line-height: 36px;
	text-align: center;
	color: #282828;
	background-color: #f1f1f1;
}
.pagination ul li a:hover{
	background-color: #2267cc;
	color: #fff;
}
.problem{
	width:100%;
	height:60px;
	margin:0 auto;
	position:relative;
}
.problem h1{
	font-size:22px;
	font-weight: normal;
	line-height:40px;
	position:absolute;
	top:0;
	left:10px;
}
.problem  a.cjwt{
	font-size:18px;
	color:#fff;
	width:240px;
	text-align: center;
	line-height:50px;
	height:50px;
	border:0;
	background:#f75b2a;
	border-radius: 5px;
	position:absolute;
	top:5px;
	right:260px;

}
.problem  a.sysc{
	font-size:18px;
	color:#fff;
	text-align: center;
	line-height:50px;
	width:240px;
	height:50px;
	border:0;
	background:#f75b2a;
	border-radius: 5px;
	position:absolute;
	top:5px;
	right:10px;

}
.problemlist{
	padding:0 10px;
	height:auto;
	margin:0 auto 30px  auto;
}
.problemlist h1{
	font-weight: normal;
	font-size:18px;
	color:#f75b2a;
	line-height:30px;
	border-bottom:2px  solid  #f75b2a;
}
.problemlist ul{
	width:100%;
	height:auto;
	margin:0 auto;

}
.problemlist ul li{
	font-size:14px;
	color:#303030;
	margin-top:20px;

}