﻿@charset "utf-8";

/* CSS Document */


/*banner*/

#banner .item {
    position: relative;
    z-index: 1;
}

#banner .item .info {
    position: absolute;
    z-index: 1;
    left: 7%;
    bottom: 6rem;
    width: 40rem;
    max-width: 80%;
    line-height: 1.375em;
    color: #fff;
}

#banner .item .btn {
    padding: 0;
    border: none;
    margin-bottom: 3rem;
}

#banner .item .btn a span {
    display: inline-block;
    padding: 0 1.5em;
    font-size: 1.25rem;
    line-height: 2.5em;
    text-align: center;
    color: #fff;
    background: var(--colour1);
    transition: all 0.4s;
}

#banner .item .btn a:hover span {
    background: var(--colour2);
}

#banner .item .text {
    padding-left: 4rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#banner .info .title {
    margin-bottom: 1rem;
    line-height: 1.375em;
    color: #fff;
    text-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.3);
}

#banner .info p {
    font-size: 1.125rem;
    color: #fff;
    text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.6);
}

#banner .info a.more {
    display: inline-block;
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #fff;
    opacity: 0.5;
    text-decoration: underline;
}

#banner picture,
#banner img {
    width: 100%;
    height: calc(100vh - var(--head_height));
}

#banner .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 3rem;
    right: 5%;
    margin: 0;
}

#banner.owl-progress .owl-dots .owl-dot span {
    background: #fff;
}

#banner.owl-progress .owl-dot.active svg circle.dotsvg1 {
    stroke: #fff;
}


/*标题*/

.title-box {
    display: flex;
}

.text-center .title-box {
    text-align: center;
}

.title-box>div,
.title-box>ul {
    width: 100%;
}

.index-service {
    display: flex;
    border-radius: 0.75rem;
    border: 1px solid #ebebeb;
    background: #fff;
    overflow: hidden;
}

.index-service li {
    position: relative;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-left: 1px solid #ebebeb;
    transition: all 0.6s;
}

.index-service li .info {
    position: relative;
    z-index: 2;
    padding: 2.5rem;
}

.index-service li .line {
    display: inline-block;
    width: 2rem;
    height: 0.25rem;
    background: #fff;
}

.index-service li span {
    font-size: 3.5rem;
    line-height: 1em;
    color: var(--colour1);
}

.index-service li a.title {
    margin: 1.5rem 0;
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--colour1);
    transition: all 0.6s;
}

.index-service li pre {
    width: 100%;
    margin-bottom: 3rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 10.5em;
    font-size: 1rem;
    line-height: 1.75em;
    color: #666;
    transition: all 0.6s;
}

.index-service li .more {
    display: inline-block;
    font-size: 0.875rem;
    color: #666;
    transition: all 0.6s;
}

.index-service li .more strong {
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background: var(--colour1);
    border-radius: 50%;
    transition: all 0.6s;
}

.index-service li:first-of-type {
    align-items: flex-start;
}

.index-service li:first-of-type .title {
    color: #fff;
}

.index-service li:first-of-type pre {
    height: auto!important;
    color: #fff;
}

.index-service li .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.index-service li .bg {
    opacity: 0;
}

.index-service li:hover .bg,
.index-service li:first-of-type .bg {
    opacity: 1;
}

.index-service li .bg img {
    width: 100%;
    height: 100%;
}


/*案例2*/

.index-case {
    display: flex;
}

.index-case .left {
    width: 33.33%;
    padding-right: 8rem;
}

.index-case .left>div {
    position: sticky;
    z-index: 1;
    top: calc(10vh + var(--head_height));
}

.index-case .left .title {
    margin-bottom: 1.5rem;
}

.index-case .left>div .more {
    display: inline-block;
    margin-top: 3rem;
    padding: 0 1.75rem;
    font-size: 0.875rem;
    line-height: 3em;
    border-radius: 2em;
    background: var(--colour1);
    color: #fff;
    transition: all 0.4s;
}

.index-case .left>div .more:hover {
    padding: 0 2.5rem;
    background: var(--colour2);
}

.index-case .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 66.66%;
}

.index-case .right li {
    position: relative;
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.index-case .right li:hover {
    box-shadow: 0 0.5rem 1rem rgba(45, 170, 49, 0.1);
}

.index-case .right li:nth-of-type(even) {
    transform: translate(0%, 2rem);
}

.index-case .right li .info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 1.5rem 1rem;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: all 0.4s;
}

.index-case .right li:hover .info {
    background: linear-gradient(to bottom, rgba(45, 170, 49, 0) 0%, rgba(45, 170, 49, 0.8) 100%);
}

.index-case .right li .info .tag {
    display: inline-block;
    margin-bottom: 0.25rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    line-height: 1.75em;
    color: #fff;
    background: var(--colour1);
    border-radius: 0.25rem;
}

.index-case .right li .info .title {
    color: #fff;
}

.index-case .right li img {
    width: 100%;
    min-height: 100%;
}


/*首页关于*/

.index-about {
    position: relative;
    overflow: hidden;
}

.index-about .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-about .bg img {
    width: 60%;
    height: 100%;
}

.index-about .info {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.index-about .info>div {
    position: relative;
    z-index: 3;
    width: 40%;
}

.index-about .info .subtitle {
    margin: 0.75rem 0 2rem;
    line-height: 1.5em;
}

.index-about .info:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 200vh;
    height: 200vh;
    background-color: var(--grey_bg);
    transform: translate(0%, -50%);
    border-radius: 50%;
}

.index-about .more {
    display: inline-block;
    margin-top: 3rem;
    padding: 0 1.75rem;
    font-size: 0.875rem;
    line-height: 3em;
    border-radius: 2em;
    background: var(--colour1);
    color: #fff;
    transition: all 0.4s;
}

.index-about .more:hover {
    padding: 0 2.5rem;
    background: var(--colour2);
}


/*首页新闻*/

.index-news-box {
    overflow: hidden;
}

.index-news {
    width: auto;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
}

.index-news .owl-stage-outer {
    overflow: inherit;
}

.index-news .owl-stage {
    display: flex;
}

.index-news .owl-item {
    opacity: 0.5;
    transition: all 0.6s;
}

.index-news .owl-item.active {
    opacity: 1;
}

.index-news .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 1.125rem;
    padding: 3rem 2.5rem 2rem;
    height: 100%;
    background: var(--grey_bg);
    border-radius: 0.75rem;
    transition: all 0.4s;
}

.index-news .time {
    position: absolute;
    top: 0;
    left: 2.5rem;
    z-index: 1;
    display: inline-block;
    padding: 0 0.5rem;
    font-family: "en";
    font-size: 0.875rem;
    line-height: 2em;
    color: #fff;
    background: var(--colour1);
    border-radius: 0 0 0.25rem 0.25rem;
}

.index-news .title {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.125rem;
    transition: all 0.4s;
}

.index-news .item:hover .title {
    color: var(--colour1)
}

.index-news .item:hover .title:hover {
    color: var(--colour2)
}

.index-news pre {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.75em;
    color: var(--text);
}

.index-news .more {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: var(--small_text);
    transition: all 0.4s;
}

.index-news .item:hover .more {
    color: var(--colour1);
}

.index-news .more strong {
    align-self: flex-end;
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background: var(--colour1);
    border-radius: 50%;
    transition: all 0.6s;
}

.index-news.owl1 .owl-nav {
    position: relative;
    text-align: left;
    padding: 0 1rem;
}

.index-news.owl1 .owl-nav:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10rem;
    width: calc(100% - 10rem);
    height: 1px;
    background-color: #ebebeb;
}

.index-news.owl1 .owl-nav:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10rem;
    width: 4rem;
    height: 2px;
    margin-top: -1px;
    background-color: var(--colour1);
}

.index-news.owl1 .owl-nav [class*=owl-] {
    margin-top: 0;
}


/*内页开始*/

.inside-banner {
    position: relative;
    z-index: 2;
}

.inside-banner .info {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.inside-banner .info .h1 {
    line-height: 1.5em;
}

.inside-banner .info p {
    margin: 0.75rem 0 0;
    max-width: 40rem;
    font-size: 1.125rem;
}

.inside-banner .info {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.breadcrumb {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    margin: 0;
    background: none;
}

.breadcrumb>div {
    font-size: 0px;
}

.breadcrumb a {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 3.5rem;
    color: #fff;
    transition: all .4s;
}

.breadcrumb a:hover {
    color: var(--colour1);
}

.breadcrumb a:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a:after {
    content: ">";
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a:not([href]):not([tabindex]):after {
    content: "";
}


/*内页导航*/

.inside-nav {
    position: relative;
    z-index: 4;
    box-shadow: 0 0 2rem rgba(40, 43, 109, 0.08);
}

.inside-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inside-nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 2rem;
}

.inside-nav ul li.active:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 0.125rem;
    background-color: var(--colour1);
    transition: all .4s;
}

.inside-nav ul li a {
    display: inline-block;
    padding: 1em 0;
    font-size: 1.125rem;
    line-height: 2em;
    color: var(--text);
}

.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: var(--colour1);
}

.inside-title {
    color: var(--text);
}

.inside-title .h3 {
    margin-bottom: 1rem;
    line-height: 1.5em;
}

.inside-title .h6,
.inside-title p {
    display: inline-block;
    width: 100%;
    line-height: 1.75em;
}


/*产品详情*/

.products {
    padding-left: -0.5rem;
    padding-right: -0.5rem;
    margin: 3rem auto 0;
}

.products ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.products ul li {
    margin-bottom: 1rem;
    width: 33.33%;
    padding: 1rem;
    transition: all 0.4s;
}

.products ul li:hover {
    transform: translate(0%, -1rem);
}

.products ul li a {
    display: block;
    min-height: 100%;
    color: var(--text);
    background: var(--grey_bg);
    border-radius: 1rem;
    overflow: hidden;
}

.products ul li .img {
    overflow: hidden;
}

.products ul li .info {
    padding: 0 1.5rem;
}

.products ul li .name {
    margin: 1.5rem 0 1rem;
    font-size: 1.125rem;
    color: var(--dark);
    transition: all 0.4s;
}

.products ul li:hover .name {
    color: var(--colour1);
}

.products ul li pre {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--text);
    max-height: 4.5em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s;
}


/*产品*/

.product2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.product2 ul li {
    width: 25%;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
}

.product2 ul li a {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 0.5rem;
    transition: all 0.4s;
}

.product2 ul li a .img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.product2 ul li a:hover {
    position: relative;
    display: block;
    border: 1px solid var(--colour1);
    transition: all 0.4s;
}

.product2 ul li a .name {
    position: absolute;
    z-index: 1;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    display: block;
    font-size: 1rem;
    line-height: 2.5em;
    text-align: center;
    color: var(--text);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transform: translate(0%, 50%);
    background: var(--grey_bg);
    border-radius: 0.5rem;
    transition: all 0.4s;
}

.product2 ul li a:hover .name {
    color: #fff;
    background: var(--colour1);
}


/*产品详情*/

.proudct-show {
    background: var(--grey_bg);
}

.proudct-show>div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.proudct-show>div>div {
    display: flex;
    align-items: center;
    width: 50%;
    background: #fff;
}

.proudct-show .left {}

.product-img {
    width: 100%;
    height: 100%;
}

.product-img .owl-stage-outer,
.product-img .owl-stage,
.product-img .owl-item,
.product-img .item {
    height: 100%;
}

.product-img .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img .item img {
    width: auto;
}

.product-img a {
    display: block;
}

.product-img .owl-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 0 1rem
}

.proudct-info {
    width: 100%;
    padding: 4rem;
    background: #fff;
}

.proudct-info p {
    margin-bottom: 0.5em;
    line-height: 1.5em;
}

.proudct-info table p {
    margin-bottom: 0em;
}

.proudct-info table tr:nth-of-type(even) {
    background: var(--grey_bg)
}

.info-download a {
    margin-top: 2rem;
    display: inline-block;
    padding: 0 1.5em;
    font-size: 0.9375rem;
    line-height: 2.5em;
    color: var(--colour1);
    border: 1px solid var(--colour1);
    background: var(--grey_bg);
    border-radius: 0.25rem;
    transition: all 0.4s;
}

.info-download a:hover {
    color: #fff;
    background: var(--colour1);
}

.info-download a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    font-size: 1.5rem;
    line-height: 1.5em;
}


/*产品详情*/

.proudct-details {
    /*border-top: 5vh solid var(--colour1);*/
}

.proudct-details table {
    position: relative;
    width: 100%;
    background: #fff;
    max-height: 50vh;
    border-radius: 0.5rem;
    overflow: hidden;
}

.proudct-details table td {
    padding: 0.75rem 1rem;
    line-height: 1.5em;
    font-size: 0.9375rem;
}


/*产品下载*/

.proudct-download {
    background: url(../images/img-product-d2.jpg) center;
    background-size: cover;
    background-position: center;
}

.download {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proudct-download .inside-title {
    width: 40%;
}

.proudct-download .download-list {
    width: 60%;
    padding-right: 1rem;
    max-height: 30rem;
    overflow-y: auto;
}

.proudct-download .download-list li {
    margin-bottom: 1rem;
}

.proudct-download .download-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.4s;
}

.proudct-download .download-list li a:hover {
    background: var(--colour1);
    transition: all 0.4s;
}

.proudct-download .download-list li .name {
    font-weight: bold;
}

.proudct-download .download-list li span {
    flex-shrink: 0;
    font-size: 2.5rem;
}


/*视频列表*/

.video-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.video-list li {
    width: 33.33%;
    padding: 1rem;
}

.video-list li>div {
    transition: all 0.4s;
}

.video-list li>div:hover {
    transform: translate(0%, -1rem);
}

.video-list li a.img {
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.4s;
}

.video-list li>div:hover a.img {
    box-shadow: 0 0 2rem rgba(40, 43, 109, 0.08);
}

.video-list li a.name {
    display: block;
    text-align: center;
    transition: all 0.4s;
}

.video-list li>div:hover a.name {
    color: var(--colour1);
}


/*关于*/

.about-info>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-info .info {
    width: 45%;
    display: flex;
    align-items: center;
}

.about-info .img {
    width: 45%;
    display: flex;
    align-items: center;
}

.aboutadv {
    position: relative;
    color: #fff;
}

.aboutadv .info {
    width: 85%;
    max-width: 40rem;
    min-height: 20rem;
}

.aboutadv .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutadv .bg img {
    width: 100%;
    height: 100%;
}

.about-honor {}

.honor {
    margin-top: 2rem;
}

.honor .item {
    margin: 1rem 0 0;
    padding: 1.5rem;
    background: #f5f5f5 url(../images/award1.png) center -60px no-repeat;
    border-radius: 1.5rem;
    text-align: center;
    transition: all 0.4s;
}

.honor .item:hover {
    color: #fff;
    background: var(--colour1) url(../images/award.png) center -60px no-repeat;
    transform: translate(0%, -1rem);
    box-shadow: 0 0 2rem rgba(40, 43, 109, 0.08);
}

.honor .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22rem;
    overflow: hidden;
}

.honor .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.honor .item p {
    margin: 1rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.honor .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0%, 0%);
}

.honor .owl-nav [class*=owl-].owl-prev {
    left: -2.75rem;
}

.honor .owl-nav [class*=owl-].owl-next {
    right: -2.75rem;
}

.partner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 2rem;
}

.partner li {
    width: 20%;
    padding: 0.75rem;
}

.partner li div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    border: 1px solid #ebebeb;
    border-radius: 0.5rem;
    transition: all 0.4s;
}

.partner li div:hover {
    border: 1px solid var(--colour1);
    box-shadow: 0 0 2rem rgba(40, 43, 109, 0.08);
}


/*实力*/

.style-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.style-list li {
    width: 33.33%;
    padding: 0.75rem;
}

.style-list li a {
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.4s;
}

.style-list li a:hover {
    position: relative;
    z-index: 1;
    display: block;
}

.style-list li a:hover {
    transform: translate(0%, -1rem);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.style-list li a .info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    color: #fff;
    display: block;
    background: rgba(45, 170, 49, 0.9);
    opacity: 0;
    transform: translate(0%, 100%);
    transition: all 0.4s;
}

.style-list li a:hover .info {
    opacity: 1;
    transform: translate(0%, 0%);
}

.style-list li .style-img {
    overflow: hidden;
}


/* case*/

.case-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.case-list li {
    width: 25%;
    padding: 0.75rem;
}

.case-list li a {
    display: block;
    position: relative;
    transition: all 0.4s;
}

.case-list li .img {
    border-radius: 0.5rem;
    background: var(--grey_bg);
    overflow: hidden;
}

.case-list li .img img {
    mix-blend-mode: multiply;
}

.case-list li .info {
    padding: 0.75rem 0;
    color: #fff;
    display: block;
    transition: all 0.4s;
}

.case-list li a:hover .title {
    color: var(--colour1);
}

.case-list li p {
    display: none;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5em;
    max-height: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    transition: all 0.4s;
}


/*新闻*/

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -0.75rem 0;
}

.news-list li {
    width: 25%;
    padding: 0.75rem;
}

.news-list li a>div {
    min-height: 100%;
    background: var(--grey_bg);
    border-radius: 0.5rem;
    transition: all 0.4s;
    overflow: hidden;
}

.news-list li a>div:hover {
    background: #fff;
    transform: translate(0%, -0.5rem);
    box-shadow: 0 0 2rem rgba(40, 43, 109, 0.08);
}

.news-list li .news-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 61.8%;
    overflow: hidden;
}

.news-list li .news-img img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(1.07);
    transform-origin: 50% 50%;
    transition: all ease-out .3s;
}

.news-list li a>div:hover .news-img img {
    transform: scale(1);
}

.news-list li .news-info {
    padding: 1.5rem;
}

.news-list .news-info .news-time {
    font-size: 0.75rem;
    line-height: 1em;
    font-weight: bold;
    color: var(--small_text);
    transition: all 0.4s;
}

.news-list .news-info .news-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.75rem;
    margin: 0.375rem 0 1.75rem;
    font-size: 1.125rem;
    line-height: 1.375em;
    font-weight: bold;
    color: var(--dark);
    transition: all 0.4s;
}

.news-list a>div:hover .news-info .news-title {
    color: var(--colour1);
}

.news-list .news-info pre {
    margin-bottom: 1.75rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--text);
    transition: all 0.4s;
}

.news-list .news-info font {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--small_text);
    transition: all 0.4s;
}

.news-list a>div:hover .news-info font {
    color: var(--colour1);
}

.news-list .news-info font span {
    transition: all 0.4s;
}

.news-list a>div:hover .news-info font span {
    margin-left: 0.25rem;
}


/*新闻详情*/

.news {
    display: flex;
    justify-content: space-between;
}

.news .left {
    width: 100%;
    padding-right: 10%;
}

.news .news-head {
    margin-bottom: 3rem;
}

.news .news-head small {
    font-size: 1rem;
    color: var(--small_text);
}

.news-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-page a {
    display: inline-block;
    width: 49%;
    padding: 1.5rem;
    color: var(--text);
    background: var(--grey_bg);
    transition: all 0.4s;
}

.news-page a:hover {
    box-shadow: 0 0 1rem rgba(29, 37, 48, 0.07);
    background: #fff;
    transition: all 0.4s;
}

.news-page a p {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news-page a:hover p {
    color: var(--colour1);
}

.news .right {
    flex-shrink: 0;
    width: 16rem;
}

.news .right li {
    margin-bottom: 1.5rem;
}

.news .right a .img {
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    background: var(--grey_bg);
    overflow: hidden;
}

.news .right a .img img {
    mix-blend-mode: multiply;
}

.news .right a small {
    font-size: 0.875rem;
    color: var(--small_text)
}

.news .right a p {
    color: var(--text);
    transition: all 0.4s;
}

.news .right a:hover p {
    color: var(--colour1);
}


/*联系方式*/

.contact {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.contact .title {
    margin-bottom: 1rem;
}

.contact a {
    transition: all 0.4s;
}

.contact a:hover {
    color: var(--colour1);
}

.company {
    order: 1;
    width: 50%;
    padding: 4rem 5rem;
    height: calc(100vh - var(--head_height));
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--grey_bg);
    overflow-y: auto;
    overflow-x: hidden;
}

.company::-webkit-scrollbar {
    width: 0rem;
    height: 0rem;
}

.company .info {
    width: 100%;
    padding-bottom: 3rem;
}

.company .info .h4 {
    margin-bottom: 1.5rem;
}

.company .info p {
    margin-bottom: 0.5rem;
}

.company form {
    width: 100%;
    padding-top: 0;
}


/*地图*/

.map {
    position: relative;
    z-index: 1;
    width: 50%;
    height: calc(100vh - var(--head_height));
}

#map-canvas {
    height: 100%;
    width: 100%;
    padding: 0px;
    color: #666;
}

.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

.content-window-card p {
    height: 2rem;
}

.amap-icon img,
.amap-marker-content img {
    width: 25px;
    height: 34px;
}

.custom-info {
    border: solid 1px silver;
}

div.info-top {
    display: none;
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 20px;
    overflow: hidden;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
}

.custom-info span {
    margin-left: 5px;
    font-size: 11px;
}

.info-middle img {
    float: left;
    margin-right: 6px;
}


/*地图*/


/*在线留言*/

.feedback {
    padding: 3rem 5rem;
    background: var(--grey_bg);
    border-radius: 2rem;
}