@import "base.css";

.app-body{
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

.doc-breadcrumb ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 55px;
    align-items: center;
    font-size: 14px;
}

.doc-breadcrumb ul ol{
    margin:0;
    padding:0;
    color:#999999;

}

.doc-breadcrumb ul li{
    position: relative;
    padding-right: 2rem;
}

.doc-breadcrumb ul li::after{
    position: absolute;
    right: 0.6rem;
    top: 1px;
    content: ">";
    font-family: Arial, serif;
    font-size: 13px;
    line-height: 1;
    color:#999999;
}

.doc-breadcrumb ul li:last-child{
    padding-right: 0;
}

.doc-breadcrumb ul li:last-child::after{
    display: none;
}

.doc-breadcrumb ul li a{
    color:#3366CC;
}

.doc-body .wrap{
    background-color: #ffffff;
    padding: 2rem;
    min-height: 500px;
}

.onepage{
    padding: 0 60px;
    color:#555555;
    line-height: 2;
}

.pro-cate ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 100px;
    justify-content: center;
}

.pro-cate ul li{
    margin: 0 5px;
}

.pro-cate ul li.line{
    width: 100%;
    margin-bottom: 10px;
}

.pro-cate ul li a{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
    color: #77838F;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 4px;
}

.pro-cate ul li.active a,
.pro-cate ul li a:hover{
    background-color: #006DD9;
    color: #ffffff;
}

.pro{
    overflow: hidden;
}

.pro ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pro ul li{
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
}

.pro ul li a{
    display: block;
}

.pro ul li a .img{
    padding-bottom: 75%;
    position: relative;
}

.pro ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.pro ul li a:hover .img .block{
    border: 1px solid #197BCC;
}

.pro ul li a .img .block img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 0.2s;
}

.pro ul li a:hover .img .block img{
    transform: scale(1.1);
}

.pro ul li a .title{
    line-height: 40px;
    text-align: center;
}

.pro ul li a:hover .title{
    color: #197BCC;
}

/*文章展示*/
.wenzhang {
    padding: 40px 60px;
    background: #ffffff;
    position: relative;
}

.wenzhang .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
    color:#333333;
    background-color: #f5f5f5;
}

.wenzhang .info {
    line-height: 30px;
    color: #a0a6c0;
    font-size: 15px;
    padding: 15px 0 15px;
    text-align: center;
    /*border-top: 1px dashed #f2f2f2;*/
    border-bottom: 1px dashed #f2f2f2;
    overflow: hidden;
    /*background-color: #fafafa;*/
}

.wenzhang .info span {
    margin-right: 1em;
}

.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 .content {
    padding: 25px 0 0;
    line-height: 2;
    color:#333333;
}

.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: 800px;
    /*max-height: 600px;*/
    margin: 0 auto;
    display: block;
}

.wenzhang .content table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.wenzhang .content table td,
.wenzhang .content table th {
    border: 1px solid #e8e8e8;
}

.wenzhang .author {
    margin-top: 20px;
    text-align: right;
    color: #999;
}

.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 {
    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: 1em 0 1em 1em;
    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: 0.5em 0;
}

.wenzhang .adjoin ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wenzhang .adjoin ul li {
    padding-left: 1em;
    line-height: 2em;
    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;
    display: flex;
    justify-content: flex-end;
}

.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: #197BCC;
    border-color: #197BCC;
    color: #fff;
    border-radius: 50em;
}

.wenzhang .btn-back a:hover{
    background-color: #3F91D5;
    border-color: #3F91D5;
    color: #ffffff;
}

/*文章列表*/
.news-list{
    padding: 40px;
    background-color: #FFFFFF;
}
.news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list ul li{
    padding: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.news-list ul li:first-child{
    /*border-top: 1px solid #f2f2f2;*/
}

.news-list ul li:hover{
    background-color: #f8f8f8;
}

.news-list ul li:last-child{
    margin-bottom: 0;
}

.news-list ul li a{
    display: flex;
    align-items: center;
}

.news-list ul li a .text{
    flex: 1;
}

.news-list ul li a .text-meta{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 1em;
    font-size: 14px;
    color: #6b7280;
}

.news-list ul li a .text-meta span{
    margin-right: 10px;
}

.news-list ul li a .text .title{
    font-size: 20px;
    color:#000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.news-list ul li a:hover .text .title{
    color:#3366CC;
}

.news-list ul li a .text .detail{
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    margin-top: 10px;
}

.news-list ul li a .img{
    width: 200px;
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.news-list ul li a .img img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 0.2s ease-in-out;
}

.news-list ul li a:hover .img img{
    transform: scale(1.1);
}

.news-list ul li a .order {
    margin-top: 10px;
    overflow: hidden;
}

.news-list ul li a .order .icon {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.news-list ul li a .order .icon img {
    width: 100%;
}

.news-list ul li a .order .text {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1;
    color: #b3b3b3;
}

.news-list ul li a .order .date {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    line-height: 1;
    color: #888;
}

.news-list ul li a .order .count {
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #888;
}

#qqMap{
    width: 100%;
    margin: 0 auto;
    height: 500px;
    border: 1px solid #e8e8e8;
}

.contact .l,
.contact .r{
    width: 50%;
}

.contact .l{
    margin-right: 20px;
}

.contact .r{
    margin-left: 20px;
}

.contact .video{
    margin-top: 40px;
}

.contact .info{
    margin: 40px auto 0;
    background-color: #FBFDFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px #e1e1e1;
}

.contact .info ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 350px;
}

.contact .info ul ol{
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #e8e8e8;
}

.contact .info ul li{
    width: 100%;
    padding: 20px 0 20px 100px;
    border-bottom: 1px dashed #e8e8e8;
}

.contact .info ul li:nth-of-type(1){
    background: url(../img/contact-1.png) 0 center no-repeat;
    background-size: 80px auto;
}

.contact .info ul li.tel{
    background: url(../img/contact-2.png) 10px center no-repeat;
    background-size: 60px auto;
}

.contact .info ul li.email{
    background: url(../img/email.png) 10px center no-repeat;
    background-size: 60px auto;
}

.contact .info ul li .name{
    margin-bottom: 10px;
    color:#999999;
}