@import "base.css";

.doc-header{
    background-color: #ffffff;
}

.doc-header .wrap{
    display: flex;
    height: 60px;
    align-items: center;
}

.doc-header .wrap .title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.doc-header .wrap .breadcrumb{
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.doc-header .wrap .breadcrumb i{
    font-style: normal;
    margin: 0 8px;
    font-family: Arial;
}

.doc-body{
    min-height: 500px;
    background-color: #f5f5f7;
}

.onepage{
    padding: 0 50px;
    line-height: 2;
}

.fr-video video{
    max-width: 800px;
}

/* 集团成员列表页 */
.jituan-list{
    padding: 50px;
}

.jituan-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.jituan-list ul li{
    display: flex;
    padding: 15px 15px 30px 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e8e8e8;
}

.jituan-list ul li:hover{
    background-color: #f5f5f5;
}

.jituan-list ul li .thumb{
    width: 340px;
    border: 5px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.jituan-list ul li .thumb img{
    object-fit: cover;
    width: 100%;
}

.jituan-list ul li .right{
    flex: 1;
    margin-left: 40px;
}

.jituan-list ul li .right .title{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #008C69;
    margin-bottom: 15px;
}

.jituan-list ul li .right .info{
    color: #666666;
    line-height: 2;
}

.jituan-list ul li .right .btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.jituan-list ul li .right .btn .more{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    background-color: #008C69;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
}

.jituan-list ul li .right .btn .more:hover{
    background-color: #2eab55;
}

/* 文章展示页 */
.wenzhang {
    padding: 50px;
}

.wenzhang .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgba(0,0,0,.85);
}

.wenzhang .info {
    line-height: 30px;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #f2f2f2;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-top: 15px;
    color: #666666;
}

.wenzhang .info span {
    margin-right: 30px;
}

.wenzhang .info span.size {
    margin-right: 0;
}

.wenzhang .info span.size em {
    font-style: normal;
    padding: 0 5px;
    cursor: pointer;
}

.wenzhang .info span.size em.active,
.wenzhang .info span.size em:hover {
    color: #4990e2;
}

.wenzhang .info span.word i{
    font-style: normal;
}

.wenzhang .info span.word:hover i{
    color:#dc0000;
    cursor: pointer;
}

.wenzhang .content {
    padding: 25px 0 0;
    line-height: 1.8;
    min-height: 300px;
}

/*
 * .wenzhang .content p 样式定义
 *
 * 该样式用于设置文章内容段落的文本格式。
 * - line-height: 2; 设置行高为2，增强可读性。
 * - color: #000000; 设置文本颜色为黑色。
 * - text-align: justify; 设置文本对齐方式为两端对齐。
 */
.wenzhang .content p{
    line-height: 2;
    color: #000000;
    text-align: justify;
}

.wenzhang .content.big {
    font-size: 18px !important;
}

.wenzhang .content.default {
    font-size: 16px !important;
}

.wenzhang .content.small {
    font-size: 14px !important;
}

.wenzhang .content p:first-child {
    margin-top: 0;
}

.wenzhang .content p:last-child {
    margin-bottom: 0;
}

.wenzhang .content img {
    max-width: 700px;
    height: auto;
    /*max-height: 600px;*/
    margin: 16px auto;
    display: block;
}

.wenzhang .content video{
    max-width: 700px;
}

.wenzhang .fr-view .fr-file::after{
    display: none;
}

.wenzhang .content table,
.onepage table{
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.wenzhang .content table td,
.wenzhang .content table th,
.onepage table td,
.onepage table th{
    border: 1px solid #e8e8e8;
    padding: 10px 0;
}

.wenzhang .end-text{
    overflow: hidden;
}

.wenzhang .end-text .box{
    float: right;
    margin-right: 32px;
    font-size: 16pt;
    line-height: 2;
}

.wenzhang .end-text .box .text{
    text-align: center;
}

.wenzhang .attach {
    margin-top: 20px;
}

.wenzhang .attach ul {
    list-style: none;
    margin: 0;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

.wenzhang .attach ul ol {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 18px;
    color: #4b8fe2;
    line-height: 1;
}

.wenzhang .attach ul li {
    background: url(../img/19tm_dot.png) no-repeat left 17px;
    padding-left: 14px;
    line-height: 38px;
    overflow: hidden;
}

.wenzhang .attach ul li span {
    color: #999;
}

.wenzhang .attach ul li a {
    color: #4b8fe2;
}

.wenzhang .url {
    margin-top: 20px;
    padding: 16px 0 16px 16px;
    border-top: 1px dashed #e0e1dc;
    border-bottom: 1px dashed #e0e1dc;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenzhang .adjoin {
    border-bottom: 1px dashed #e0e1dc;
    padding: 8px 0;
}

.wenzhang .adjoin ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wenzhang .adjoin ul li {
    padding-left: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 14px;
}

.wenzhang .adjoin ul li a {
    color: #4b8fe2;
}

.wenzhang .btn-back{
    margin-top: 20px;
    text-align: right;
}

.wenzhang .btn-back a{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    transition-duration: .3s;
    transition-property: border-color,background-color;
    white-space: nowrap;
    background-color: #008C69;
    border-color: #008C69;
    color: #fff;
    border-radius: 50em;
}

.wenzhang .btn-back a:hover{
    background-color: #2eab55;
    border-color: #2eab55;
    color: #ffffff;
}

/* 资质荣誉 */
.honor{
    padding: 50px;
}

.honor .item{
    max-width: 800px;
    margin: 0 auto;
}

.honor .item h2{
    margin: 0;
    padding: 20px 0;
    background-color: #008C69;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    border-radius: 12px;
}

.honor .item .img{
    padding: 40px 0;
    text-align: center;
}

.honor .item .img img{
    max-width: 800px;
}

/* 产品 */
.prod{
    padding: 50px 0 50px 0;
    display: flex;
}

.prod-cate{
    width: 280px;
    margin-right: 50px;
}

.prod-cate ul{
    list-style: none;
    margin: 0;
    padding: 20px 10px 20px 10px;
    background-color: #008C69;
}

.prod-cate ul ol{
    margin: 0;
    padding: 20px 0 20px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FFEFBF;
}

.prod-cate ul li{
    margin-bottom: 5px;
}

.prod-cate ul li a{
    display: block;
    line-height: 48px;
    color: #ffffff;
    padding: 0 0 0 20px;
    border-radius: 6px;
    position: relative;
}

.prod-cate ul li.active a,
.prod-cate ul li a:hover{
    background-color: #ffffff;
    color: #008C69;
}

.prod-cate ul li.active a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    content: '>';
    line-height: 1;
    margin-top: -0.5em;
    font-size: 16px;
    font-family: "Arial";
    font-weight: bold;
}

.prod-body{
    flex: 1;
}

.prod-list{
    overflow: hidden;
}

.prod-list ul{
    list-style: none;
    margin: -30px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.prod-list ul li{
    width: 33.3333%;
    padding: 0 15px;
    margin-top: 30px;
}

.prod-list ul li a{
    display: block;
}

.prod-list ul li a .img{
    border: 2px solid #e8e8e8;
}

.prod-list ul li a .img img{
    width: 100%;
}

.prod-list ul li a .title{
    display: block;
    line-height: 1.8;
    text-align: center;
    padding: 8px 10px;
}

.prod-body .wenzhang{
    padding: 0;
}

/* 子栏目 */
.web{
    padding: 50px 0;
    display: flex;
}

.web-nav{
    width: 280px;
    margin-right: 50px;
}

.web-nav ul{
    list-style: none;
    margin: 0;
    padding: 20px 10px 20px 10px;
    background-color: #008C69;
}

.web-nav ul li{
    margin-bottom: 5px;
}

.web-nav ul li a{
    display: block;
    line-height: 48px;
    color: #ffffff;
    padding: 0 0 0 20px;
    border-radius: 6px;
    position: relative;
}

.web-nav ul li.active a,
.web-nav ul li a:hover{
    background-color: #ffffff;
    color: #008C69;
}

.web-nav ul li.active a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    content: '>';
    line-height: 1;
    margin-top: -0.5em;
    font-size: 16px;
    font-family: "Arial";
    font-weight: bold;
}

.web-body{
    flex: 1;
}

.news-list{
    padding: 50px;
}

.news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list ul li{
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}

.news-list ul li a{
    display: flex;
    align-items: center;
}

.news-list ul li:hover{
    background-color: #f5f5f5;
}

.news-list ul li a .left{
    flex: 1;
}

.news-list ul li a .left .title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.news-list ul li a:hover .left .title{
    color: #008C69;
}

.news-list ul li a .left .info{
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list ul li a .img{
    width: 120px;
    height: 90px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news-list ul li a .img img{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

/* 分页 */
.pagination {
    list-style: none;
    margin: 0;
    padding: 20px 10px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.pagination li {
    display: inline;
    margin: 0 5px;
    font-size: 16px;
}

.pagination li span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
}

.pagination li a {
    display: inline-block;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #f4f4f5;
    color: #666;
}

.pagination li a:hover {
    text-decoration: none;
    color: #2eab55;
}

.pagination li.disabled span {
    background-color: #f4f4f5;
    color: #c0c4cc;
    cursor: not-allowed;
}

.pagination li.active span {
    background-color: #008C69;
    color: #FFF;
    cursor: default;
}

#allmap{
    margin-top: 20px;
    border: 1px solid #cccccc;
}

#allmap img{
    width: 100%;
}