*{
  margin:0;
  padding: 0;
}
body{
  background-color: rgb(247,247,247);
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.menus {
    max-width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
}
.menus ul {
    width: 100%;
    height: 100%;
}
.menus ul li{
  max-width: 380px;
  margin-left:30px;
}
.menus ul li:first-of-type {
    margin-left: 0px!important;
}
.menus ul li {
    max-width: 390px!important;
    width: 32%!important;
    background: #999;
    border-radius: 10px;
    float: left;
    margin-left: 2%!important;
}
.menus_active {
    background: #CF000E!important;
}
.menus ul li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.js_text ul{
  width: 100%;
  height: auto;
}
.js_text ul {
    margin-top: 30px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.col_4{
    flex: 0 0 25%;
    max-width: 24%!important;
}
.js_text li {
    margin-bottom: 30px;
    cursor: pointer;
    margin-right: 15px;
}
.js_text li:nth-child(4n){
    margin-right: 0px;
}
.col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.js_text li .box {
    padding: 15px;
    background: #ffffff;
}
.js_text li .box  .pic img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
.js_text li .tit {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
}
.js_text li .des {
    color: #999;
    font-size: 14px;
}