* { 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-bottom: 80px;
}
.newsBox{
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}
.newsColor{
    color: #8b8b8b;
}
.whinfo{
    font-size: 16px;
    color: #000000;
    padding: 60px 40px 40px;
    line-height: 32px;
    background-color: #fff;
    margin-bottom: 80px;
}
.whinfo p{
    margin-bottom: 20px;
}
.culture-list{
    font-size: 0;
}
.culture-list li{
    width: 25%;
    font-size: 14px;
    color: #595959;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    height: 300px;
    float: left;
    margin-bottom: 80px;
}
.culture-list li div{
    width: 100%;
    padding:  0 20px;
}
.culture-list .title{
    font-size: 20px;
    color: #000000;
    margin: 20px 0 12px;
}
.clear{
    clear: both;
}
.c-word{
    font-size: 18px;
    color: #fff;
    height: 180px;
    line-height: 36px;
    padding-top: 60px;
    text-align: center;
    background: url(../images/vision.jpg) no-repeat;
}
.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%;
    }
    .whinfo{
        padding: 40px 10px;
    }
    .culture-list li{
        width: 50%;
        padding: 10px;
        height: 260px;
        margin-bottom: 20px;
        float: left;
    }
    .culture-list li img{
        width: 100%;
    }
    .c-word{
        height: 200px;
        padding: 17px  10px 10px ;
        font-size: 16px;
    }
}
@media  (min-width: 766px) and (max-width: 1020px){


}
@media  (min-width: 1200px) and (max-width: 1679px){

}
