/* 文章页 */
.article{
    width:100%;
    height: auto;
    background: #f6f6f6;
    display: flex;
    display: -webkit-flex;
    align-items:stretch;
}
.article .commWith{
    padding-bottom: 30px;
}
.path{
    padding: 20px 0;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 14px;
}
.path a{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 14px;
}
.article .articleContent{
    width:860px;
    background: #fff;
    padding: 36px 46px 60px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */;
}
.article .articleright{
    width:300px;
}
.article .title{
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
	text-align:center;
}
.article .articleInfor{
    height: 13px;
    margin: 19px 0 34px 0;
	text-align:center;
}
.article .articleInfor span{
    padding: 0 10px 0 25px;
    font-size: 13px;
    color: #999999;
    display: inline-block;
}
.article .articleInfor span:first-child{
    background: url(/images/house-icon.png) no-repeat left center;
}
.article .articleInfor span:nth-child(2){
    background: url(/images/eye-icon.png) no-repeat left center;
}
.article .articleInfor span:last-child{
    background: url(/images/data-icon.png) no-repeat left center;
}
.article .content{
    margin-bottom: 25px;
	    touch-action: pan-y;
    margin: 0px 0px 18px;
    padding: 0px;
    border: 0px;
    font-variant-numeric: inherit;
    font-stretch: inherit;
    font-size: 14px;
    line-height: 26px;
    font-family: "microsoft yahei", 微软雅黑;
    vertical-align: baseline;
    /*color: rgb(128, 128, 128);*/
	color:#333;
    
	text-align:left
}
.articleright .img{
    width:100%;
}
/* 文章结束 */
.foot-special {
    height: 149px;
    border-top: 1px solid #f0f0f5;
    background: #ffffff;
}
.foot-special .fast-good-ul{
    height: 150px;;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-special .fast-good-ul li{
    width:25%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */;
}
.fast-good-ul .fast-good-icon {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.fast-good-ul .fast-good-comm {
    margin-left: 20px;
}
.fast-good-comm h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 13px 0 8px 0;
    line-height: 18px;
    font-weight: bold;
}
.fast-good-comm p {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}
.fast-good-ul li:nth-child(1) i.fast-good-icon{
    background: url(/images/zhuan01.png) no-repeat;
}
.fast-good-ul li:nth-child(1) i.fast-good-icon:hover{
    background: url(/images/zhuan11.png) no-repeat;
}
.fast-good-ul li:nth-child(2) i.fast-good-icon{
    background: url(/images/kuai01.png) no-repeat;
}
.fast-good-ul li:nth-child(2) i.fast-good-icon:hover{
    background: url(/images/kuai11.png) no-repeat;
}
.fast-good-ul li:nth-child(3) i.fast-good-icon{
    background: url(/images/hao01.png) no-repeat;
}
.fast-good-ul li:nth-child(3) i.fast-good-icon:hover{
    background: url(/images/hao11.png) no-repeat;
}
.fast-good-ul li:nth-child(4) i.fast-good-icon{
    background: url(/images/sheng01.png) no-repeat;
}
.fast-good-ul li:nth-child(4) i.fast-good-icon:hover{
    background: url(/images/sheng11.png) no-repeat;
}