/*
 * 文档教程
 */
/*文档教程主页*/
.document-banner{
	text-align: center;
	width: 510px;
	margin: auto;
}
.document-banner-apt{
	font-size: 33px;
	color: #333333;
    font-weight: normal;
}
.document-banner .search-for{
	width: 510px;
}
.document-banner .search-input{
	height: 38px;
}
.document-banner .search-btn{
	height: 38px;
}
.document-bw{
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.document-bw a{
	color: #333333;
}
.margin-auto{
	margin: auto;
}
.document-title{
	font-size: 18px;
	margin: 8px 0;
}
.document-word a{
	color: #333333;
}
.document-word ul{
	width: 100%;
	display: table;
}
.document-word ul li{
	width: 25%;
	float: left;
	margin-bottom: 7px;
	padding:0 24px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 16px;
}
/*文档列表*/
.document-list-top{
	width: 100%;
	display: inline-block;
    font-size: 16px;
    padding-left: 23px;
}
.document-list-top li{
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
}
.document-list-top li a{
	color: #333333;
}
.doc-main{
	display: table;
	padding: 12px 0;
}
.doc-left{
	width: 880px;
	float:left;
}
.doc-right{
	width: 300px;
	float:left;
	margin-left: 20px;
}
.doc-left-top{
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #333333;
	padding: 0 24px;
}
.doc-left-top a{
	color: #333333;
}
.doc-left-main{
	color: #333333;	
	padding: 0 24px;
}
.doc-left-list{
	width: 100%;
	display: inline-block;
}
.doc-left-list li{
	width: 100%;
	display: table;
	padding: 22px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.doc-left-list li a{
	color: #333333;
}
.doc-left-img{
	width: 130px;
	height: 130px;
	float: left;
}
.doc-left-img img{
	max-width: 130px;
	max-height: 130px;
}
.doc-left-list-main{
	padding-left: 150px;
	font-size: 14px;
	color: #999999;
}
.doc-left-list-main-apt{
	font-size: 18px;
	color: #333333;
	font-weight: 100;
}
.doc-pt-title{
	font-size: 18px;
	color: #333333;
	font-weight: 100;
}
.doc-left-list-con{
	width: 100%;
	min-height: 36px;
	margin: 18px 0 14px;
}
.doc-right-title{
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	font-size: 18px;
	color: #333333;
	font-weight: 100;
	border-bottom: 1px dashed #CCCCCC;
}
.doc-right-list{
	padding: 22px;
}
.doc-right-list li{
	width: 100%;
	display: inline-block;
	margin-bottom: 16px;
}
.doc-right-img{
	width: 90px;
	height: 90px;
	float: left;
}
.doc-right-img img{
	max-width: 90px;
	max-height: 90px;
}
.doc-right-list-main{
	padding-left: 100px;
	font-size: 14px;
	color: #333333;
}
.doc-right-list-main-apt{
	font-size: 16px;
	color: #333333;
	font-weight: 100;
}
.doc-ft-title{
	font-size: 16px;
	color: #333333;
	font-weight: 100;
}
.doc-right-list-con{
	font-size: 12px;
	color: #999999;
	min-height: 38px;
	margin: 6px 0 2px;
}
.doc-right-list-main span{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
/*文档内容*/
.doc-title{
	font-size: 28px;
	margin: 30px 0 15px 0;
	text-align: center;
	font-weight: normal;
}
.text-label{
	margin: 12px 0;
	text-align: center;
}
.doc-text{
	padding-top: 20px;
	text-indent: 28px;
	font-size: 14px;
	margin-bottom: 30px;
}
.doc-text p{padding:5px 0;text-indent: 0px;}
.doc-text a,a:hover,a:focus{
	text-decoration:none;
	outline:none;
	color: #4183c4;
}
.doc-text img{
	max-width:100%;
}
.detail-page .title{
	text-decoration:none;
	outline:none;
	color: #4183c4;
}
/*列表*/
.list-st{
	width: 100%;
	display: table;
}
.list-st li{
	float: left;
}
.list-st li a{
	width: 120px;
	height:47px;
	display: inline-block;
	line-height:47px;
	font-size: 14px;
	color:#515151;
	border-bottom: 2px solid transparent;
	text-align: center;
	cursor:pointer;	
}
.list-st li a:hover {
	color:#515151!important;
}
.list-st li.active a{
	color:#FB6430!important;
	border-bottom: 2px solid #FB6430;
}
/*分页*/
.doc-page{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.doc-page li{
	float: left;
	display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    color: #333333;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #fff;
    transition: border .2s ease-in-out,color .2s ease-in-out;
}
.doc-page li a{
    color: #333333;
	padding:10px;
}
.doc-page li span{
    color: #333333;
	padding:10px;
}
.doc-page li:hover{
	border-color: #FB6430;
}
.doc-page li:hover a{
    color: #FB6430;
}
.doc-page li.doc-page-active,
.doc-page li.doc-page-active a{
	color: #FB6430;
	border-color: #FB6430;
}
.doc-page li.doc-page-disabled,
.doc-page li.doc-page-disabled a{
	cursor: not-allowed;
    color: #999999;
	border-color: #999999;
}
.doc-page li.doc-page-jump-next,
.doc-page li.doc-page-jump-next a,
.doc-page li.doc-page-jump-next:hover,
.doc-page li.doc-page-jump-next a:hover{
	border: none;
	color: #333333!important;
	cursor:default;
}
.doc-page li.doc-page-next{
	margin-right: 0;
}
/*文档详情*/
.details-bg{
	width: 100%;
	padding-top: 20px;
	display: table;
	font-size: 14px;
}
.details-img{
	float: left;
	width: 272px;
	height: 272px;
}
.details-img img{
	max-width: 272px;
	max-height: 272px;
}
.details-main{
	padding-left: 300px;
	color: #333333;
}
.details-title{
	font-size: 24px;
	font-weight: 100;
	color: #333333;
}
.details-title span{
	font-size: 14px;
	font-weight: 100;
	color: #999999;
	margin-left: 8px;
}
.details-price{
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-indent: 24px;
	background: #efefef;
	font-size: 24px;
	color: #FB6430;
	margin: 10px 0;
}
.details-price span{
	float: right;
	margin-right: 120px;
}
.price{
	width: 100%;
	display: table;
	font-size: 16px;
	color: #999999;
}
.price li{
	float: left;
	height: 38px;
	line-height: 38px;
	margin-left: 8px;
	padding-right: 8px;
	position: relative;
}
.price li:first-child{
	margin-left: 0;
}
.price li span{
	font-size: 24px;
	color: #FB6430;
	line-height: 18px;
}
.price li span.line{
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 18px;
	background: #333333;
	display: inline-block;
}
.details-list{
	width: 100%;
	margin-bottom: 4px;
	color: #999999;
}
.details-list span{
	min-width: 70px;
	display: table;
	float: left;
}
.details-btn{
	border: none;
	background: #FB6430;
	color: #FFFFFF;
	margin: 6px 0;
	font-size: 18px;
	width: 134px;
	height: 38px;
	border-radius: 5px;
	cursor: pointer;
}
.details-present{
	margin-top: 30px;
}
.details-present-main{
	margin-top: 2px;
	border-top:1px solid #CCCCCC;
	padding: 24px;
}
.article-tag{
	margin:15px 0 50px 5px;
	font-size: 16px;
}
.article-tag a{
	font-size: 14px;
	padding: 5px 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-flex;
	text-align: center;
	margin: 5px;
	color: #363636;
}
.article-tag a,a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
			