.f-w-500 {
    font-weight: 500;
}
.f-w-400 {
    font-weight: 400;
}
.text-css {
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
}
.text-css-a {
    line-height: 30px;
    font-size: 16px;
}
.text-p-60{
    padding-left: 60px;
    padding-right: 60px;
}
/*首页CSS--开始*/
.index-bg {
    background-image: url(../images/h1.png);
    height: 108px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 55px;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
/*首页CSS--结束*/
#footer{
    color:#fff;
    font-size: 14px;
    background:#464b54;
    padding-top: 50px;
}
#footer .link{
    color: #d4fcfe;
}
/*心理量表展示--开始*/
.psy-product{
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
    border-radius:10px;

}
.psy-product-noborder{
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.psy-product-noborder:hover,.psy-product:hover{
    border: 1px solid #f5af1a;
}
.box-title {
    margin: 0 0 12px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/*心理量表展示--结束*/

/*资讯展示--开始*/
.info-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
}
.info-view {
    background-color: #f9f9fa;
    border: 0px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.info-view a,.info-view-a a{
    color: #666;

}
.info-view-a{
    margin-bottom: 20px;
}

.info-view-a p,.info-view p{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 新宋体;
    font-size: 12px;
    height: 53px;
}

/*资讯展示--结束*/

/*解决方案--开始*/
.solution ul{
    list-style: none;
    padding: 0px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    font-family: 新宋体;
}

/*解决方案--结束*/

/*热门推荐及排行推荐－－开始*/
.ranking {
    background: #fff;
}

.ranking h5 {
    height: 34px;
    line-height: 34px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
}
.ranking ul,ol{
    margin-top: 10px;
    padding-left: 10px;
}

.ranking li{
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ranking li a{
    color: #333;
    line-height: 30px;
    font-size: 14px;
    font-family:新宋体;
}
/*热门推荐及排行推荐－－结束*/

.btn-green, .btn-green.disabled {
    background: #579f34;
    border: 1px solid #579f34;
    color: #fff;
}
.btn-green.disabled.focus, .btn-green.disabled:focus, .btn-green.disabled:hover, .btn-green.focus, .btn-green:focus, .btn-green:hover {
    background: #579f34;
    opacity: .8;
    border: 1px solid #579f34;
    color: #fff;
}




.btn-yellow, .btn-yellow.disabled {
    background: #f5af1a;
    border: 1px solid #f5af1a;
    color: #fff;
}

.btn-yellow.disabled.focus, .btn-yellow.disabled:focus, .btn-yellow.disabled:hover, .btn-yellow.focus, .btn-yellow:focus, .btn-yellow:hover {
    background: #f5af1a;
    opacity: .8;
    border: 1px solid #f5af1a;
    color: #fff;
}


/*登录弹出居中*/
#modalLogin {
    top: 25%;
}

#modalMessage {
    top: 25%;
}