.clear_f{
	clear: both;
	overflow: hidden;
}
.mar_bot{
	margin-bottom: 40px;
}
/*.page-nav li a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
.system_pub_container{  
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding:80px 0 40px;
/*	padding:3% 5px 1%;*/
}
.system_pub_container .container{
	width:100%;
	background-color: white;
	padding:20px 0;
	overflow: hidden;
}
.system_pub_container p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.col_left,
.col_right{
	padding-left: 20px;
	padding-right: 20px;
}
.details .tit{
	margin-bottom: 15px;
}
.details .ico{
	float: left;
	margin-right: 40px;
}
.details .ico img{
	width:80px;
	height: 80px;
}
.details .tit_text{
	float: left;
}

/*.details .tit  .link-anli,*/
.pic_slide .tit strong{
	color: #333;
	font-weight: normal;
	width:100px;
	height: 30px;
	line-height: 28px;
	color: #0084F1;
	border-radius: 15px;
	font-size: 14px;
	border:1px solid #0084F1;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	background: none;
}
.details .tit .link-anli{
	display: inline-block;
	cursor: pointer;
}
.details .tit .link-anli:focus{
	outline: none;
}
.details .tit h1{
	color: #333;
	font-size: 28px;
	margin-top: 10px;
}
.pic_slide li{
	clear: both;
	overflow: hidden;
	margin-bottom:20px;
}
.pic_slide li .pic{
	display: none;
}
.pic_slide li.cur .pic{
	display: block;
}
.pic_slide .tit{
	text-align: center;
}
.pic_slide .tit h2{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	margin-right: 20px;
}
.pic_slide .tit strong{
	width: 120px;
}
.pic_slide li .tit strong .text1{
	display: block;
}
.pic_slide li .tit strong .text2{
	display: none;
}
.pic_slide li.active .tit strong .text1{
	display: none;
}
.pic_slide li.active .tit strong .text2{
	display: block;
}
.pic_slide .pic img{
	width:100%;
	height: auto;
}
.system_pub_tit{
	margin:0;
	clear: both;
	overflow: hidden;
	color: #0284F2;
	font-size: 22px;
	border-left: 3px solid #0284F2;
	padding-left: 20px;
	margin-bottom: 30px;
	font-weight: normal;
}
.text_slide{
	border-bottom: 1px solid #EFEFEF;
}
.text_slide li{	
	border-top: 1px solid #EFEFEF;
}
.text_slide .tit{
	padding:10px 0;
	cursor: pointer;
}
.text_slide li .tit .ico{
	width:40px;
	height: 40px;
	float: left;
	background: url(../imgs/btn_2.jpg) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
.text_slide li.active .tit .ico{
	background-image: url(../imgs/btn_1.jpg);
}
.text_slide .tit h4{
	font-size: 18px;
	color: #333;
	float: left;
	margin:0;
	line-height: 40px;
	height: 40px;
}
.text_slide li .info{
	padding-left: 50px;
	display: none;
}
.text_slide li.cur .info{
	display: block;
}
.system_big_pic{
	margin-bottom: 15px;
}
.system_big_pic img{
	width:100%;
	height: auto;
	border:1px solid #D9D9D9;
}
.system_big_pic2{
	margin-bottom: 15px;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.system_big_pic2 img{
	border:1px solid #D9D9D9;
	width:100%;
	height: auto;
}
.system_big_pic2 h5{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
}
.system_pic_list{
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}
.system_pic_list li{
	float: left;
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.system_pic_list .pic{
	/*height: 200px;*/
}
.system_pic_list img{
	width:100%;
	/*height: 100%;*/
}
.system_pic_list h5{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:768px){
	.mar_bot{
		margin-bottom: 20px;
	}
	.system_pub_container,
	.system_pub_container .container{
		padding:15px 0;
	}
	.system_pub_container p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.col_left,
	.col_right{
		padding-left: 15px;
		padding-right: 15px;
	}
	.details .tit{
		margin-bottom: 5px;
	}
	.details .ico{
		margin-right: 15px;
	}
	.details .ico img{
		width:50px;
		height: 50px;
	}
	.details .tit h1{
		font-size: 16px;
		margin-top: 5px;
	}
	.text_slide li .tit .ico{
		width:25px;
		height: 25px;
	}
	.text_slide .tit h4{
		font-size: 14px;
		line-height: 25px;
		height: 25px;
	}
	.text_slide li .info{
		padding-left: 35px;
	}
	.system_pub_tit{
		margin:0;
		font-size: 17px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.pic_slide li{
		margin-bottom:0;
	}
	.pic_slide .tit{
		margin-bottom: 10px;
	}
	.pic_slide .tit strong,
	.details .tit .link-anli{
		width:80px;
		height: 24px;
		line-height: 22px;
		border-radius: 12px;
		font-size: 12px;
	}
	.pic_slide .tit strong{
		width: 100px;
	}
	.pic_slide .tit h2{
		font-size: 13px;
		margin-right: 10px;
	}
	.system_pic_list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.system_pic_list li{
		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	.system_pic_list h5{
		font-size: 12px;
		margin-top: 8px;
	}
	.system_big_pic2{
		margin-bottom: 0;
	}
	.system_big_pic2 h5{
		font-size: 12px;
		margin-top: 5px;
	}
}
@media (min-width:768px){
	.details .tit{
		margin-bottom: 5px;
	}
	.details .ico{
		margin-right: 20px;
	}
	.details .ico img{
		width:60px;
		height: 60px;
	}
	.details .tit h1{
		font-size: 22px;
		margin-top: 5px;
	}
	.text_slide li .tit .ico{
		width:35px;
		height: 35px;
	}
	.text_slide .tit h4{
		font-size: 16px;
		line-height: 35px;
		height: 35px;
	}
	.text_slide li .info{
		padding-left: 40px;
	}
	.system_pub_tit{
		margin:0;
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
}
@media (min-width:992px){
	.details .tit{
		margin-bottom: 10px;
	}
	.details .ico{
		margin-right: 30px;
	}
	.details .ico img{
		width:70px;
		height: 70px;
	}
	.details .tit h1{
		font-size: 24px;
		margin-top: 10px;
	}
	.text_slide li .tit .ico{
		width:35px;
		height: 35px;
	}
	.text_slide .tit h4{
		font-size: 16px;
		line-height: 35px;
		height: 35px;
	}
	.text_slide li .info{
		padding-left: 40px;
	}
	.system_pub_tit{
		margin:0;
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 20px;
	}
}
@media (min-width:1200px){
	.details .tit{
		margin-bottom: 15px;
	}
	.details .ico{
		margin-right: 40px;
	}
	.details .ico img{
		width:80px;
		height: 80px;
	}
	.details .tit h1{
		font-size: 28px;
		margin-top: 10px;
	}
	.text_slide li .tit .ico{
		width:40px;
		height: 40px;
	}
	.text_slide .tit h4{
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}
	.text_slide li .info{
		padding-left: 50px;
	}
	.system_pub_tit{
		margin:0;
		font-size: 22px;
		padding-left: 20px;
		margin-bottom: 30px;
	}
}