.location{
    height: 2.7rem;
    background: #f2f2f2;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icon-home{
    margin-left: 1.45rem;
}
.location-next{
    padding: 0 .8rem;
}
.product-list{
    background: #f2f2f2;
}
.product-wrapper{
    margin-top: 1.3rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.product-img{
    width: 100%;
    height: 218px;
}
.product-title{
    padding: .3rem 0 .3rem .3rem;
    font-size: .7rem;
    color: #333333;
}
.product-more{
    padding: .3rem 0 .3rem .3rem;
    color: #013686;
    font-size: .6rem;
}
.product-list-more{
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-weight: bold;
    color: #013686;
    background-color: #f2f2f2;
    border: 0;
}
.nav-tabs>li>a{
    color: #000;
}
.nav-tabs{
    border: 0;
    color: #000000;
}
.news-list{
    background: #FFF;
}
.news-list>li.active>a, .news-list>li.active>a, .news-list>li.active>a:focus, .news-list>li.active>a:hover {
    font-weight: bold;
    color: #013686;
    background-color: #FFF;
    border: 0;
}
.news-list>li>a{
    color: #000;
}
.news-list{
    border: 0;
    color: #000000;
}
.news-box{
    padding-bottom: 1rem;
    border-bottom: 1px solid #D8D8D8;
}
.news-title{
    margin-bottom: 13px;
    font-size: 24px;
    display: inline-block;
}
.news-tit{
    margin-top: .8rem;
    font-size: 1.2rem;
    display: inline-block;
}
.news-other{
    display: flex;
    flex-direction: column;
}
.news-pre{
    padding-top: .6rem;
    line-height: 1.4rem;
    font-size: .6rem;
    color: #9FA19F;
}
.news-next{
    padding-bottom: .6rem;
    line-height: 1.4rem;
    font-size: .6rem;
    color: #9FA19F;
}
.news-desc-box{
    margin-bottom: 20px;
    padding-bottom: 17px;
    color: #9FA19F;
    font-size: 18px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    align-items: start;
}
.news-wrapper{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D8D8D8;
    display: block;
}
.news-img{
    width: 100%;
    height: auto;
}
.news-title{
    line-height: 2rem;
    font-size: .9rem;
    color: #333333;
}
.news-desc{
    font-size: .6rem;
    color: #9FA19F;
    display: -webkit-box; /* 将元素作为块状元素进行布局 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 使用省略号表示被隐藏的部分 */
    white-space: normal !important; /* 保持换行符生效 */
    word-wrap: break-word; /* 自动换行 */
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    -webkit-box-orient: vertical; /* 垂直方向展开 */
}
.news-author{
    font-size: .6rem;
}
.news-time{
    font-size: .6rem;
}
.news-more{
    font-size: .6rem;
    color: #013686;
}
.contact-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.contact-title{
    margin-left: .75rem;
    font-size: 1.2rem;
    margin-bottom: .25rem;
}
.contact-img{
    width: 100%;
    height: auto;
}
.contact-name1{
    margin-left: .75rem;
    font-size: .7rem;
    font-weight: lighter;
}
.contact-name2{
    margin-left: .75rem;
    font-size: .9rem;
}
.message-wrapper{
    margin-top: 1rem;
    padding-top: .8rem;
    padding-bottom: 2.2rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.message-title{
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.message-input{}
.message-textarea{}
.sub-btn{
    margin-top: 1rem;
    background: #999999;
    border: 0;
}
/* 人才招聘 **/
.hr-list{
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.hr-box{
    margin-top: .7rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #f2f2f2;
}
.hr-title{
    font-size: .9rem;
    color: #3D3D3D;
}
.hr-desc{
    margin-bottom: .6rem;
    font-size: .6rem;
    color: #9FA19F;
}
.hr-content{
    font-size: .7rem;
    text-align: justify;
}
.hr-more-wrapper{
    margin: .6rem 0;
    font-size: .6rem;
    color: #013686;
}
.hr-icon{
    font-size: .6rem;
}

/* 公司样式 */
.company-info{
    margin-top: 4.1rem;
    width: 100%;
    /*background: #f0ad4e;*/
}
.company-about{
    margin: -4rem 1rem 0 1rem;
    padding: 1rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company-title{
    font-size: .9rem;
}
.company-titleEn{
    padding-bottom: .6rem;
    text-transform: uppercase;
    letter-spacing: 0;
}
.company-con{
    line-height: 1.2rem;
    text-align: justify;
    text-indent: 2em;
}
.company-jg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jg-title{
    margin-top: 1.3rem;
    font-size: .9rem;
}
.jg-titleEn{
    padding-bottom: .6rem;
    text-transform: uppercase;
    letter-spacing: 0;
}
.jg-img{
    width: 100%;
    height: auto;
}
.company-lc{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company-zz{
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zz-img{
    margin-top: 1rem;
    width: 80%;
    height: auto;
}
.company-hzhb{
    padding-bottom: 1rem;
    background: #090F25;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hzhb-title{
    margin-top: 1.3rem;
    font-size: .9rem;
    color: #FFF;
}
.hzhb-titleEn{
    padding-bottom: .6rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #FFF;
}
.hzhb-img{
    margin-bottom: .8rem;
}
