* { 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"; }
ul, li { list-style: none; }
img { border: 0; }
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
p{
    margin: 0;
}
.c-box{
    background-color: #f5f5f5;
    padding: 80px 0 0;
}
.c-block{
    width: 1280px;
    font-size: 16px;
    margin: auto;
    color: #fff;
    padding-bottom: 40px;
}

.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 1px;
}
.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: #5a8dc6;
    position: relative;
    left: -80px;
    top: -60px;
}
.solution-item img:hover{
    box-shadow: 0 6px 20px #000;
}
.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) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .nav > li {
        margin-right: 8px;
    }
    .c-block{
        width: 100%;
        padding: 0 10px 60px;
    }
    .c-list li{
        width: 100%;
    }
    .c-list{
        padding: 0;
    }
}
@media  (min-width: 766px) and (max-width: 1020px){


}
@media  (min-width: 1200px) and (max-width: 1679px){

}
