* { 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 10px;
    /*background-color: #fff;*/
    padding-bottom: 60px;
    margin-bottom: 80px;
}
.c-title{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-top: 80px;
    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;
}
.strategy-List{
    font-size: 0px;
    color: #000000;
}
.strategy-List li{
    width: 33.3%;
    font-size: 16px;
    display: inline-block;
    float: left;
    height: 39px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 60px;
}
.strategy-List li:nth-child(1),
.strategy-List li:nth-child(2){
    border-right: none;
}
.strategy-List li a{
    color: #000000;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}
.active{
    color: #fff !important;
    background-color: #c75b58 !important;
}
.navwords{
    font-size:14px;
    line-height:38px;
    padding-left:30px;
    color:#333333;
    border-left:5px solid #c75b58;
	letter-spacing:2px;
}
.navwords a{
  color:#c75b58;
}
@media screen and (min-width: 768px) {

}
@media  (max-width: 680px) {
    .c-block{
        width: 100%;
        padding: 0 10px;
    }
}
@media  (min-width: 766px) and (max-width: 1020px){


}
@media  (min-width: 1200px) and (max-width: 1679px){

}
