@import "base.css";


.widget-header {
    padding: 4rem 0 2rem;
    text-align: center;
}

.widget-header .title {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.widget-header .title em {
    color: #DA1010;
    font-style: normal;
}

.widget-header .title b {
    padding: 0 0.5rem;
    font-family: '微软雅黑';
}

.widget-header .sub-title {
    color: #666666;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    position: relative;
    padding: 0 100px;
    margin: 1.2rem auto 0;
    display: inline-block;
}

.widget-header .sub-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.widget-header .sub-title::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.onepage{
    padding-bottom: 3rem;
}

.onepage .fr-view{
    font-size: 18px;
    line-height: 2;
}

.company .layer{
    padding: 3rem 0;
}

.company .layer1{
    background-color: #f5f5f5;
}

.company .layer-header{
    font-size: 34px;
    text-align: center;
    color: #182133;
    line-height: 52px;
    background: url(../img/line1.jpg) bottom center no-repeat;
    padding-bottom: 15px;
}

.company .layer-body .info{
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin: 1rem 0 3rem;
}

.company .layer-body .img ul{
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
    display: flex;
}

.company .layer-body .img ul li{
    width: 33.3333%;
    padding: 0 1rem;
}

.company .layer-body .img ul li .img{
    overflow: hidden;
}

.company .layer-body .img ul li img{
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.company .layer-body .img ul li .img:hover img{
    transform: scale(1.1);
}

.bigImg{
    margin-bottom: 3rem;
    overflow: hidden;
}

.bigImg .list ul{
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bigImg .list li{
    width: 33.3333%;
    padding: 0 20px;
}

.bigImg .list li a{
    display: block;
}

.bigImg .list li a .img{
    padding-bottom: 75%;
    position: relative;
}

.bigImg .list li a .img-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigImg .list li a .img-block img{
    max-width: 100%;
    max-height: 100%;
}

.bigImg .list li a .title{
    line-height: 50px;
    text-align: center;
}

.news-list{
    padding: 40px 40px 0;
}
.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: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;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    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);
}

.wenzhang {
    padding: 0 60px;
    background: #ffffff;
    position: relative;
}

.wenzhang .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    color:#333333;
}

.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;
}

.contact{
    padding-bottom: 4rem;
}

.contact .row1{
    position: relative;
    padding-bottom: 140px;
}

.contact .row1 .a1{
    position: relative;
    z-index: 1;
}

.contact .row1 .a2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 1rem;
    background-color: #CAE4FD;
}

.contact .row1 .a2 img{
    padding: 1rem;
    border: 1px solid #ffffff;
}

.contact .row1 .a3{
    position: absolute;
    right:0;
    bottom: 0;
    padding: 2rem;
    background-color: #FBC926;
    z-index: 3;
    border: 2px solid #ffffff;
}

.contact .row1 .a3 h1{
    font-size: 24px;
    color:#000000;
    line-height: 1;
}

.contact .row1 .a3 h3{
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color:#000000;
}

.contact .row1 .a3 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact .row1 .a3 ul li{
    display: flex;
    align-items: center;
    height: 40px;
    color:#000000;
}

.contact .row1 .a3 ul li .icon{
    width: 26px;
    height: 26px;
    margin-right: 0.6rem;
}

.contact .row1 .a3 ul li .icon img{
    height: 100%;
}

.contact .row1 .a3 ul li .tel{
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
}

.contact #ditu{
    height: 500px;
}

.product .cates{
    padding: 2rem;
}
.product .cates ul{
    display: flex;
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}

.product .cates ul li{
    padding: 0 5px;
    flex: 1;
}

.product .cates ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    color:#ffffff;
    background-color: #0B6ADE;
    border-radius: 4px;
}

.product .cates ul li.active a,
.product .cates ul li a:hover{
    background-color: #D53433;
}

.product .list{
    padding: 0 2rem;
    overflow: hidden;
}
.product .list ul{
    list-style: none;
    margin: -1rem -1rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product .list ul li{
    padding: 0 1rem;
    width: 33.3333%;
    margin-top: 1rem;
}

.product .list ul li a{
    display: block;
    position: relative;
}

.product .list ul li a .info{
    position: relative;
    z-index: 1;
}

.product .list ul li a .info .img{
    padding-bottom: 75%;
    position: relative;
}

.product .list ul li a .info .img .block{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .list ul li a .info .img .block img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.product .list ul li a .info .title{
    display: flex;
    height: 30px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.product .list ul li a .active{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(213,52,51,0.9);
    transition: all 0.4s ease 0s;
    transform: perspective(100px) rotateX(40deg);
    transform-origin: center bottom 0;
    z-index: 2;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product .list ul li a:hover .active{
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
}

.product .list ul li a .active .title{
    color:#ffffff;
    font-size: 18px;
}

.product .list ul li a .active .more{
    color:#ffffff;
    margin-top: 3rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ffffff;
    border-radius: 4px;
}