.horizontal-dashed {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
    border: none;
    border-top: 1px dashed #666666;
    height: 0;
}
.horizontal-solid {
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
    border: none;
    border-top: 1px solid #132184;
    height: 0;
}
.main .product,
.main .case {
    background-color: #efefef;
}
.main .about {
    background-color: rgb(246, 246, 246);
}
.main .title {
    margin: auto;
    width: 280px;
    height: 75px;
    position: relative;
}
.main .title .title_cn {
    position: absolute;
    bottom: 31px;
    width: 150px;
    height: 44px;
    display: block;
}
.main .title .title_cn span {
    font-size: 30px;
    font-family: 微软雅黑;
    color: rgb(0, 0, 0);
    line-height: 140%;
}
.main .title .title_en {
    position: absolute;
    bottom: 31px;
    right: 0px;
    height: 25px;
    display: block;
}
.main .title .title_en span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 微软雅黑;
    color: rgb(85, 85, 85);
    line-height: 140%;
}
.main .title .title_line {
    position: absolute;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 31px;
}

.main .about_company {
    word-wrap: break-word;
}
.main .about_company p {
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(34, 34, 34);
    line-height: 190%;
    text-transform: uppercase;
}
.main .viewmore {
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    overflow: hidden;
    width: 120px;
    height: 38px;
    border-style: solid;
}

.button_btndefault-link {
    height: 36px;
    line-height: 36px;
    position: relative;
    background-color: rgba(204, 204, 204, 1);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
    border: 0px solid #005aae;
}
.btnarea {
    width: 118px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btnarea:hover {
    border-color: #005aae;
    background-color: transparent;
    background-image: none;
}
.btnarea:hover span {
    color: #005aae;
}
.case_list .caseinfo {
    margin-bottom: 20px;
}
.case_list .caseinfo .case_img .img-box {
    margin: auto;
    position: relative;
    max-width: 350px;
    overflow: hidden;
}
.case_list .caseinfo .img-box img {
    width: 100%;
    transform: scale(1);
    transition: .5s ease-in-out;
}
.case_list .caseinfo:hover .img-box img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}
.case_list .caseinfo .img-box a {
    position: relative;
    display: block;
    vertical-align: middle;
}
.case_list .caseinfo .img-box a:after {
    position: absolute;
    content: "\f0c1";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    transform: scale(0, 1);
    transition: .5s ease;
    color: #ffffff;
    opacity: 0.5;
    text-align: center;
    line-height: 235px;
}
.case_list .caseinfo:hover .img-box a:after {
    transform: scale(1, 1);
    transition: .5s ease;
}
.case_list .caseinfo p.case_title {
    margin-top: 12px;
}
.news .article_list li {
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 15px;
    list-style: none;
    border-bottom: 1px dotted #dbd4cd;
    list-style: none;
}
.news .article_list .article_item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news .article_list .article_item .time {
    background: transparent;
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    margin-left: 30px;
    color: #fff;
}
.news .article_list .article_item .time .day {
    color: #cccccc;
    font-size: 48px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 48px;
    font-weight: normal;
    text-decoration: none;
}
.news .article_list .article_item .time .date {
    color: #cccccc;
    font-size: 14px;
    display: block;
    height: 18px;
    line-height: 18px;
}
.news .article_list .article_item .conts {
    margin-left: 110px;
}
.news .article_list .article_item .conts p.newstitle>a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.news .article_list .article_item .conts p.abstract {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 20px !important;
    padding-top: 5px;
    color: #888888;
    font-weight: normal;
    text-decoration: none;
}
@media (min-width: 576px) and (max-width: 992px) {
    .case_list .caseinfo .img-box a:after {
        line-height: 141px;
    }
}
.jumbotron {

    max-height: 380px;
    overflow: hidden;
    z-index: -1;
    position: relative;
    top: 0;
    left: 0;
}
.jumbotron span.navtitle {
    
    color: #ffffff;
    margin: 0 10px;
    text-transform: uppercase;
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.about_title{
    font-weight: 999;
    background-image: url(/static/images/about/title_bg.png) ;
    background-repeat:no-repeat;
    background-position:center;
}