/*.navbar{*/
/*position: relative;*/
/*min-height: 70px;*/
/*margin-bottom: 20px;*/
/*border: 1px solid transparent;*/
/*}*/
/*.navbar ul {*/
/*height: 60px;*/
/*padding-top:15px;*/
/*}*/
/*.navbar-header a {*/
/*padding-top: 8px;*/
/*}*/
/*.log_reg li {*/
/*margin: 0 2px;*/
/*padding-right: 0;*/
/*}*/
/*.log_reg li a {*/
/*font-size: 14px;*/
/*}*/
/*.log_reg li span.line {*/
/*color: #ddd;*/
/*}*/

/*@media (max-width: 1400px) {*/
/*.navbar-header a {*/
/*padding-top: 12px;*/
/*}*/
/*.navbar-header a img {*/
/*width: 300px;*/
/*}*/
/*}*/
/*@media (max-width: 768px) {*/
/*.log_reg li {*/
/*display: inline-block;*/
/*}*/
/*}*/

header .container {
    min-height: 168px;
    background-color: #d1261c;
}
header .container .header-logo {
    margin-top: 31px;
}
header .container .header-logo-right {
    /*position: absolute;*/
    /*width: auto;*/
    /*right: 50%;*/
    /*margin-left: 230px;*/
    /*margin-left: 350px;*/
    margin-top: 30px;
    /*padding: 0 100px;*/
}
header .container .header-logo-right h1 {
    font-size: 46px;
    letter-spacing: 23px;
    width: auto;
}
header .container .header-logo-right h3 {
    font-size: 24px;
    padding-right: 20px;
    width: auto;
}
header .container .header-logo-right .header-title {
    max-width: 800px;
    /*width: 800px;*/
    /*border: 1px solid #fff;*/
    text-align: right;
}
@media (max-width: 992px) {
    header .container .header-logo-right .header-title {
        padding-right: 30px;
    }
    header .container .header-logo-right {
        margin-top: 50px;
    }
    header .container .header-logo-right h1 {
        font-size: 36px;
        letter-spacing: 5px;
    }
    header .container .header-logo-right h3 {
        font-size: 18px;
        padding-right: 10px;
    }
}
#pic-below {
    min-width: 501px;
}
#pic-below .banner-below-part-1 {
    margin-bottom: 50px;
}

#pic-below .banner-below-part-1 #login-btn a {
    display: inline-block;
    border-radius: 5px;
    width: 197px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-right: 24px;
    cursor: pointer;
}
#pic-below .banner-below-part-1 .head-more {
    border-bottom: 1px solid #c18912;
    /*width: 570px;*/
}
#pic-below .banner-below-part-1 .head-more .head-more-block {
    width: 100px;
    height: 40px;
    background: #ffcc00;
    color: #996600;
    line-height:40px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}
#pic-below .banner-below-part-1 .head-more .more-link {
    width: auto;
    height: 40px;
    line-height:45px;
    text-align: center;
}
#pic-below .banner-below-part-1 .head-more .more-link a {
    color: #666;
    font-size: 14px;

}
#pic-below .banner-below-part-1 .article .media {
    color:#333;
    font-weight:normal;
}
#pic-below .banner-below-part-1 .article ul li {
    margin-top: 10px;
    padding: 3px;
    width: 100%;
}
#pic-below .banner-below-part-1 .article ul li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    width: 336px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#pic-below .banner-below-part-1 .article ul li .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #d1261c;
    margin-right: 10px;
    margin-bottom: 7px;
}
#pic-below .banner-below-part-1 .article ul li .date {
    display: inline-block;
    float: right;
    color: #666;
}
#pic-below .banner-below-part-1 .article .contact {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ffcc00;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}
@media (max-width: 992px) {
    #pic-below .banner-below-part-1 #our-service {
        margin-bottom: 30px;
    }
    #pic-below .banner-below-part-1 #our-service span:first-of-type {
        /*margin-left: 50px;*/
        /*margin-right: 150px;*/
        margin-bottom: 10px;
    }
    #pic-below .banner-below-part-1 .col-sm-12 {
        margin-top: 30px;
    }
}
