* { margin: 0; padding: 0; }
html { font-size: 62.5%;
    font-family: "Microsoft YaHei";, "Times New Roman", Georgia, Serif, tahoma; }
body { width: 100%; color: #999; line-height: 1.4; font-family: "Microsoft YaHei";background-color: #f5f5f5 }
ul, li { list-style: none; }
img { border: 0; }
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
p{
    margin: 0;
}
.c-box{
    /*background-color: #fff;*/
    padding: 80px 0 0;
}
.c-block{
    width: 1280px;
    font-size: 16px;
    margin: auto;
    color: #fff;
    padding: 0 140px 20px;
    background-color: #fff;
    margin-bottom: 80px;
    border: 1px solid #c8c8c8;
    border-top: 8px solid #f07000;
}
.c-title{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 60px;

}
.c-block p{
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    margin-bottom: 20px;
}
.c-block .fw-color{
    font-weight: bold;
    color: #000000;
}
.fs20{
    font-size: 20px;
}
.fs14{
    font-size: 14px;
}
.vs-lines{
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #f09e56;
    position: relative;
    top: -3px;
}

.font1{
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.font2{
    font-size: 14px;
    line-height: 21px;
    color: #8b8b8b;
}
.font3{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.newsBox{
    text-align: center;
    color: #000;
    /*margin-bottom: 60px;*/
}
.newsColor{
    color: #8b8b8b;
}
.c-list{
    font-size: 0;
    color: #f07000;
    padding: 0 50px;
}
.c-list li{
    width: 25%;
    text-align: center;
    display: inline-block;
}
.solution-item img{
    cursor: pointer;
}

.solution-title{
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    background-color: #f07000;
    position: relative;
    left: -80px;
    top: -60px;
}
.pageTurn{
    height: 80px;
    margin-top: 20px;
    border-top: 1px solid #c8c8c8;
    font-size: 14px;
    line-height: 80px;
}
.pageTurn a{
    color: #f07000;
}
.clear{
    clear: both;
}
.newsnext{
	float:right
}
.newstag{
	color:#333333;
	margin-top:50px;
}
.newstag a{
		margin-right:10px;
}
@media screen and (min-width: 768px) {

}
@media  (max-width: 680px) {
    .c-block{
        width: 94%;
        padding: 0 0 60px;
        margin: auto;
        margin-bottom: 60px;
        border: none;
        border-top: 8px solid #f07000;
    }
    .c-block p{
        padding: 0 15px;
    }
    .pageTurn{
        height: 60px;
        line-height: 60px;
        float: none;
        text-align: center;
        border-bottom: 1px solid #c8c8c8;
    }
    .pageTurn a{
        display: inline-block;
    }
	.newsnext{
		float:none
	}
	.newstag{
	padding-left:15px;
}
}
@media  (min-width: 766px) and (max-width: 1020px){


}
@media  (min-width: 1200px) and (max-width: 1679px){

}