.main_body .container{
    margin-bottom: 30px;
}
.main_body  .col-xs-3{
    height: 200px;
}
.hy-color-1{
    background-image:linear-gradient(129deg, #fd8c82, #e12a5e);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8c82',endColorstr='#e12a5e',GradientType=1 );
}
.hy-color-2{
    background-image:linear-gradient(129deg, #2af598, #009efd);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2af598',endColorstr='#009efd',GradientType=1 );

}
.hy-color-3{
    background-image:linear-gradient(309deg, #fa709a, #fee140);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee140',endColorstr='#fa709a',GradientType=1 );
}
.hy-color-4{
    background-image:linear-gradient(129deg, #667eea, #764ba2);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#667eea',endColorstr='#764ba2',GradientType=1 );
}
.hy-color-5{
    background-image:linear-gradient(129deg, #00ceff, #4754ff);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ceff',endColorstr='#4754ff',GradientType=1 );
}
:root .gradient{
    filter:none;
}
.main_body .container .col-xs-9{
    height: 200px;
    background: white;
}
.hy-box{
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.col-xs-3 h3{
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 50px;
}
.col-xs-3 a{
    display: block;
    width: 50%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    padding: 7px 0;
    margin-top: 30px;
    color: #666;
    font-weight: bold;
}
.col-xs-3 a:hover{
    color: #999;
}
.col-xs-4{
    height: 100px;

}
.col-xs-4 a{
    display: block;
    border-right: 1px solid #eee;
}
.col-xs-4 h6{
    font-size: 16px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.col-xs-4 p span{
    color: #666;
    margin-right: 24px;
}
.fenye{
    text-align: center;
}
.fenye ul{
    margin-top: 20px;
    margin-bottom: 50px;
}
.fenye li a{
    margin-right: 10px;
    color: #666;
}
.fenye li a.active,
.fenye li a:hover,
.fenye li a:active,
.fenye li a:focus{
    background-color: #d8232a;
    border-color: #d8232a;
    color: #fff;
}
.address .row{
    margin: 15px 0;
}
.address .pre{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.address .current{
    color: #d8232a;
    font-size: 14px;
    font-weight: bold;
}