﻿@charset "utf-8";

/* CSS Document */

* {
    outline: none;
}


/*主题*/

:root {
    --head_height: 7rem;
    --colour1: #113185;
    /*苋菜红*/
    --colour2: #3e9eda;
    /*枸杞红*/
    --colour3: #c02c38;
    /*高粱红*/
    --dark: #1d1d1d;
    --title: #333;
    --text: #666;
    --small_text: #999;
    --tips_text: #ccc;
    --grey_bg: #f4f4f4;
    --text-bg: #02498b;
    --shadow: rgb(40, 43, 109, 0.12);
}

body {
    margin: 0px;
    padding: var(--head_height) 0px 0px;
    background: #fff;
    position: relative;
    letter-spacing: 0.03em;
}

body.modal-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden!important;
}

body.menu-open {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden!important;
}

body,
html {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: normal;
    font-size: 16px;
    color: var(--text);
}

.font-weight-light {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: 300 !important;
}

.font-weight-normal {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: 400 !important;
}

.font-weight-medium {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: 500 !important;
}

.font-weight-bold {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: 900 !important;
}

.font-en {
    font-family: 'HvCn';
    font-weight: normal !important;
}

@font-face {
    font-family: 'en';
    src: local('☺'), url(../font/HelveticaNeueLTPro-Lt.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'en';
    src: local('☺'), url(../font/HelveticaNeueLTPro-Roman.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'en';
    src: local('☺'), url(../font/HelveticaNeueLTPro-Md.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'en';
    src: local('☺'), url(../font/HelveticaNeueLTPro-Bd.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'en';
    src: local('☺'), url(../font/HelveticaNeueLTPro-Hv.otf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HvCn';
    src: local('☺'), url(../font/HelveticaNeueLTPro-HvCn.otf);
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

a:link {
    color: inherit;
}


/*未访问样式*/

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:focus,
button:hover {
    outline: none;
}

a.text-link {
    text-decoration: underline;
}

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

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

.white {
    color: #fff
}

.small {
    color: var(--small_text);
}

.colour1 {
    color: var(--colour1)
}

.colour2 {
    color: var(--colour2)
}

.colour-bg1 {
    background-color: var(--colour1)
}

.colour-bg2 {
    background-color: var(--colour2)
}

.colour1-btn {
    color: #fff!important;
    background-color: var(--colour1)
}

.colour1-btn:hover {
    background-color: var(--colour2)
}

.colour-grey-btn {
    color: var(--text)!important;
    background-color: var(--grey_bg)
}

.colour-grey-btn:hover {
    background-color: var(--colour1)
}

.colour-white-btn {
    color: var(--text)!important;
    background-color: #fff;
}

.colour-white-btn:hover {
    background-color: var(--colour1)
}

dd,
dl,
dt,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input {
    margin: 0;
    outline: none
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.25rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1.125rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.75rem;
}

i {
    font-weight: normal;
}

hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 1.5rem 0px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.75em;
}

pre {
    display: block;
    border: none;
    background: none;
    line-height: 1.75em;
    color: var(--text);
    padding: 0px;
    white-space: pre-wrap;
    font-family: Arial, "微软雅黑", Microsoft YaHei;
}

section {
    max-width: 100vw;
    background: #fff;
}


/*页面滚动条*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}


/*滚动条背景*/

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0.25rem;
}


/*滚动条设置*/


/*页面选中*/

::selection {
    background: var(--text-bg);
    color: #fff;
}

::-moz-selection {
    background: var(--text-bg);
    color: #fff;
}

::-webkit-selection {
    background: var(--text-bg);
    color: #fff;
}


/*表单*/

form>div {
    margin-bottom: 1rem;
}

form>div:last-child {
    margin-bottom: 0;
}

form div.row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

form div.row>div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

form p {
    margin-bottom: 0.375rem;
    font-size: 85%;
    opacity: 0.8;
}

form input,
form select {
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5em;
    height: 2.5em;
    font-size: 1rem;
    color: var(--text);
    border: 1px solid #e0e0e0;
}

form select {
    color: var(--text);
    padding-right: 2.5rem;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    background-size: 1rem 1rem;
}

form textarea {
    padding: 0.25rem 1rem;
    width: 100%;
    line-height: 2.5em;
    height: 10em;
    font-size: 1rem;
    color: var(--text);
    border: 1px solid #e0e0e0;
}

form button.btn {
    padding: 0 3rem;
    font-size: 1rem;
    line-height: 2.75rem;
    border: none;
    color: #fff;
    background: var(--colour1);
    cursor: pointer;
    transition: all 0.4s;
}

form button.btn:hover {
    color: #fff;
    background: var(--colour2);
}


/*表格边框样式*/

table,
tbody,
tr,
td {
    border: none;
}

.table-box {
    max-width: 100%;
    overflow-x: auto;
    overflow: hidden;
}

table tr {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

table td {
    line-height: 1.5em;
    padding: 0.5rem 1.125rem;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

table td p {
    line-height: 1.5em;
    margin: 0px;
}

.btn:focus {
    box-shadow: none;
}


/*boostrap遮罩层导致页面抖动*/

.modal-open {
    overflow: scroll !important;
}


/*页面内容宽度*/

.container {
    max-width: 1430px;
    width: 90%;
}

.sticky {
    position: sticky;
    top: 0;
}


/*图片包含*/

.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
}


/*图片裁切*/

.obj-cover,
.obj-cover img {
    -o-object-fit: cover;
    object-fit: cover;
}

.obj-cover img {
    width: 100%;
    height: 100%;
}


/*图片放大*/

.zoom-img {
    overflow: hidden;
}

.zoom-img img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.6s;
}

.zoom-img:hover img {
    transform: scale(1.075);
}


/*响应式图片等比居中*/

.img-center {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.img-center img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.img-center img.obj-cover {
    width: 100%;
    height: 100%;
}

.zoom-img:hover .img-center img,
.zoom-img.img-center:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.075);
    transform: translate(-50%, -50%) scale(1.075);
}


/*背景裁切*/

.bg-cover {
    background-position: center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.video-box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    background: #000;
}

.video-box:before {
    content: "\b20";
    font-family: "iconfont" !important;
    font-weight: normal;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: var(--colour1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all .4s;
}

.video-box:hover:before {
    content: "\b20";
    background-color: var(--colour2);
}

.video-box.play:before {
    content: "\b20";
    opacity: 0;
}

.video-box video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    /*尺寸不匹配加黑边*/
    object-fit: cover;
    /*内容自适应裁切*/
    overflow-clip-margin: content-box;
    overflow: clip;
    /*元素溢出容器的时候隐藏，同时不会有滚动定位等行为。*/
    opacity: 0.8;
    transition: all 0.4s;
}

.video-box.play video {
    opacity: 1;
}


/*视频列表*/

.video-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

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

.video-list li a {}

.video-list li a .img {
    position: relative;
    display: block;
    padding-bottom: 61.8%;
    overflow: hidden;
}

.video-list li a .img:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.6s;
}

.video-list li a:hover .img:before {
    transform: translate(0%, 100%);
}

.video-list li a .img:after {
    content: "\b88";
    position: absolute;
    z-index: 3;
    left: 0.75rem;
    bottom: 0;
    display: inline-block;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 2.75rem;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
}

.video-list li a:hover .img:after {
    content: "\b88";
    opacity: 0;
}

.video-list li a .img img {
    width: 100%;
    height: 100%;
}

.video-list li a .info {
    margin: 0;
    padding: 1.25em 1em;
    font-size: 1rem;
    line-height: 1.125em;
    font-weight: 500;
    color: var(--title);
    background: var(--grey_bg);
    border-bottom: 0.125rem solid var(--colour1);
    transition: all 0.4s;
}

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

.video-list li a:hover .info .title {
    color: #fff;
}


/*视频弹出*/

#video-modal .close {
    position: absolute;
    z-index: 3;
    top: 1rem;
    right: 1rem;
    opacity: 1;
    border-radius: 50%;
    overflow: hidden;
}

#video-modal .close span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    background: var(--colour1);
    transition: all 0.4s;
}

#video-modal .close:hover span {
    background: var(--colour2);
}

#video-modal .modal-dialog {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 96%;
    margin: 2rem auto;
    -webkit-transform: translate(0, calc(-40% + 50vh));
    transform: translate(0, calc(-40% + 50vh));
}

#video-modal.show .modal-dialog {
    -webkit-transform: translate(0, calc(-50% + 50vh));
    transform: translate(0, calc(-50% + 50vh));
}

#video-modal .modal-body {
    padding: 0;
    font-size: 0;
}

#video-modal .modal-body video {
    width: 100%;
    height: 100%;
}


/*边距盒子*/

.padding-box {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.padding-top {
    padding-top: 8rem;
}

.padding-bottom {
    padding-bottom: 8rem;
}

.small-padding-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.small-padding-top {
    padding-top: 6rem;
}

.small-padding-bottom {
    padding-bottom: 6rem;
}

.main {
    position: relative;
    z-index: 2;
    background: var(--grey_bg);
}

.grey-box {
    background: var(--grey_bg);
}

.white-box {
    background: #fff;
}

.clear-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
}


/*横线*/

.line {
    margin: 1rem 0;
    display: block;
    width: 2rem;
    height: 0.1125rem;
    line-height: 1px;
    font-size: 0px;
    background: var(--colour1);
}


/*内页翻页*/

.page-box {
    padding-top: 30px;
}

.page {
    font-size: 0;
    color: var(--text);
}

.page a {
    display: inline-block;
    margin: 0 0.25rem;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 1rem;
    text-align: center;
    color: var(--text);
    background: var(--grey_bg);
    border-radius: 0;
    transition: all .4s;
}

.page a.active {
    font-weight: bold;
    color: #fff!important;
    background: var(--text);
}

.page a.next,
.page a.prev {
    width: auto;
    margin: 0 0.75rem;
    font-size: 0.875rem;
    padding: 0 1.75em;
    font-weight: normal;
}

.page input {
    display: inline-block;
    width: 4rem;
    padding: 0px 10px;
    margin-left: 1.125rem;
    font-size: 0.9375rem;
    line-height: 3rem;
    color: #666;
    border: none;
    box-shadow: 0 0 1px #999 inset;
    overflow: hidden;
    transition: all .4s;
}

.page button {
    padding: 0 1.5rem;
    margin: 0px;
    border: none;
    font-size: 0.9375rem;
    line-height: 3rem;
    color: #666;
    background: #f2f2f2;
    cursor: pointer;
    transition: all .4s;
}

.page a:hover,
.page button:hover {
    color: #fff;
    background: var(--colour1);
}


/*头部*/

#head {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    color: var(--text);
    border-bottom: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.5rem -0.125rem var(--shadow);
    transition: all 0.6s;
}


/*头部标志*/

.head-conent {
    display: flex;
    height: var(--head_height);
}

.navbar-brand {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: normal;
    padding: 0px;
    margin: 0px;
}

.navbar-brand img {
    max-width: none;
    max-height: 70%;
}

.navbar-brand>div {
    padding-left: 0.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: normal;
    font-size: 0;
}

.navbar-brand>div .h4 {
    margin: 0;
    line-height: 1.5em;
}

.navbar-brand>div small {
    font-size: 0.75rem;
    line-height: 1em;
    color: var(--small_text);
}


/*头部按钮*/

.head-wap-btn {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.head-contact {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.head-contact .icon {
    font-size: 1.5rem;
}

.head-contact .font-en {
    margin-left: 0.5rem;
    font-size: 1.25rem;
}

.head-wap-btn .dropdown>a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 2em;
    color: var(--text);
}

.head-wap-btn .dropdown:hover>a {
    color: var(--colour1);
}

.head-wap-btn .dropdown a span {
    display: inline-block;
    font-size: 1.5rem;
    color: inherit;
}

.head-wap-btn .dropdown-menu {
    margin-top: 0;
    padding: 0.5rem;
    left: auto;
    right: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0.5rem 0.5rem -0.25rem var(--shadow);
}

.head-wap-btn .dropdown-menu {
    margin-top: 0;
    padding: 0.5rem 1rem;
    left: auto;
    right: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0.5rem 0.5rem -0.25rem var(--shadow);
}

.head-wap-btn .dropdown-menu a {
    display: block;
    padding: 0 0.25rem;
    font-size: 0.9375rem;
    line-height: 2.75em;
    color: var(--text);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.head-wap-btn .dropdown-menu a:hover {
    color: var(--colour1);
}

.head-wap-btn .dropdown-menu a:last-child {
    border-bottom: none;
}

.head-wap-btn .dropdown-menu a .icon {
    display: inline-block;
    margin-right: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
}

.navbar-toggler {
    min-width: var(--head_height);
    background: var(--colour1);
     font-size: 1rem;
    color: #fff;
    border-radius: 0;
    border: none;
    margin-left: 1rem;
}

.navbar-toggler span {
    width: 1.5rem;
    height: 0.125rem;
    background-color: #fff;
    display: block;
    margin: 0.375rem auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:hover {
    cursor: pointer;
}

.navbar-toggler span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}

.navbar-toggler.collapsed span {
    opacity: 1;
    transform: translateY(0) rotate(0);
}


/*头部导航*/

#head .navbar-collapse {
    justify-content: center;
    height: 100%;
}

#head .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%;
    padding: 0 1%;
}

#head .navbar-nav>li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

#head .navbar-nav>li:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 0.25rem;
    background-color: var(--colour1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    transform-origin: 100%;
}

#head:hover .navbar-nav>li.active:after,
body:not(.top) #head .navbar-nav>li.active:after,
#head .navbar-nav>li:hover:after {
    transform: scaleX(1);
    transform-origin: 0%;
}

#head .navbar-nav>li>a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 38px;
    color: inherit;
    text-align: center;
    border-radius: 0.25rem;
}

#head .navbar-nav>li:hover>a {
    color: var(--colour1);
}

#head .navbar-nav>li.active>a {
    font-weight: bold;
    text-transform: Uppercase;
    color: var(--colour1);
}

#head:hover .navbar-nav>li.active>a {
    color: var(--colour1);
}

#head .navbar-nav .head-nav {
    padding: 0.5rem 0;
    margin-top: 0;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 0.5rem var(--shadow);
}

#head .navbar-nav .head-nav a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 1.5rem;
    color: var(--text);
    font-size: 0.9375rem;
    line-height: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: all 0.4s;
}

#head .navbar-nav .head-nav a:last-of-type {
    border-bottom: none;
}

#head .navbar-nav .head-nav a:hover {
    color: #fff;
}

#head .navbar-nav .head-nav a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0%;
    width: 0%;
    height: 100%;
    background-color: var(--colour1);
    transition: all .4s;
}

#head .navbar-nav .head-nav a:hover:before {
    width: 100%;
}

#head .navbar-nav .dropdown-menu.head-product-nav {
    position: fixed;
    z-index: 1030;
    left: 0%;
    right: 0;
    top: var(--head_height);
    padding: 2.5rem 0;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-shadow: 0 0.5rem 0.25rem -0.5rem var(--shadow);
    border-top: 1px solid #ebebeb;
}

#head .navbar-nav .dropdown-menu.head-product-nav .container {
    display: flex;
}

#head .navbar-nav .dropdown-menu.head-product-nav .nav-tabs {
    display: block !important;
    width: 25%;
    border: none;
}

#head .navbar-nav .dropdown-menu.head-product-nav .nav-tabs>li {
    width: 100%;
    margin-bottom: 0.75rem;
}

#head .navbar-nav .dropdown-menu.head-product-nav .nav-tabs a {
    position: relative;
    z-index: 1;
    display: block;
    white-space: nowrap;
    border: none;
    padding: 0 1rem;
    line-height: 2rem;
    color: var(--text);
    transition: all 0.4s;
}

#head .navbar-nav .dropdown-menu.head-product-nav .nav-tabs a.active {
    padding-left: 1.75rem;
    font-weight: bold;
    color: var(--colour1);
}

#head .navbar-nav .dropdown-menu.head-product-nav .nav-tabs a:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0%;
    width: 0.25rem;
    height: 100%;
    background-color: var(--colour1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    transform-origin: 100%;
}

#head .navbar-nav .dropdown-menu.head-product-nav .nav-tabs a.active:after {
    transform: scaleY(1);
    transform-origin: 0%;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-content {
    width: 75%;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane {}

#head .navbar-nav li .dropdown-menu.head-product-nav .tab-pane a {
    display: block;
    float: left;
    width: 25%;
    padding: 0 0.5rem;
    overflow: visible;
    border-radius: 0;
    transition: all 0.4s;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane a:hover {
    background: none;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane a .img {
    padding: 1rem;
    background: var(--grey_bg);
    overflow: hidden;
    transition: all 0.4s;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane a:hover .img {
    background: #fff;
    box-shadow: 0 0 1rem var(--shadow);
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane a .img img {
    mix-blend-mode: multiply;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane a .title {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    color: var(--text);
    text-align: center;
    opacity: 0.7;
    transition: all 0.4s;
}

#head .navbar-nav .dropdown-menu.head-product-nav .tab-pane a:hover .title {
    color: var(--colour1);
    opacity: 1;
}


/*头部搜索*/

#search-modal .modal-dialog {
    margin: 0;
    width: 100vw;
    max-width: none;
}

#search-modal .modal-content {
    border-radius: 0;
    border: none;
}

#search-modal .modal-header {
    padding: 2rem 1rem;
}

#search-modal .modal-header form {
    display: flex;
    width: 100%;
}

#search-modal .modal-header input,
#search-modal .modal-header button {
    border: none;
    border-radius: 0;
    background: none;
}

#search-modal .modal-header input {
    font-size: 2rem;
    font-weight: 800;
}

#search-modal .modal-header button {
    cursor: pointer;
}

#search-modal .modal-header button span {
    color: #999;
    transition: all 0.4s;
}

#search-modal .modal-header button:hover span {
    color: var(--colour1);
}

#search-modal .modal-body {
    padding: 3rem 4rem;
}

#search-modal .modal-header button span {
    font-size: 1.5rem;
}

#search-modal .modal-body a {
    display: block;
    font-size: 1.125rem;
    line-height: 2em;
    font-weight: bold;
    color: var(--dark);
    transition: all 0.4s;
}

#search-modal .modal-body a:hover {
    color: var(--colour1);
}


/*手机菜单*/

#wap-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1051;
    background: #fff;
    box-shadow: 0 0 1rem rgba(29, 37, 48, 0.07);
}

#wap-menu .menu-head {
    display: flex;
    justify-content: space-between;
    height: var(--head_height);
    padding-left: 3%;
    background: #fff;
}

#wap-menu .menu-head .menu-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

#wap-menu .menu-head .menu-logo img {
    max-width: none;
    max-height: 61.8%;
}

#wap-menu .menu-head .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--head_height);
    height: inherit;
    background: var(--colour1);
    opacity: 1;
}

#wap-menu .menu-head .close span {
    font-size: 1.25rem;
    font-weight: normal;
    color: #fff;
}

#wap-menu .menu-body {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--head_height));
    border-top: 1px solid #ebebeb;
    overflow: hidden;
}

#wap-menu .menu-body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#wap-menu .menu-search form {
    display: flex;
    padding: 0.5rem 0;
    margin-top: 1rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid var(--dark);
}

#wap-menu .menu-search input,
#wap-menu .menu-search button {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    font-size: 1.5rem;
    color: var(--text);
}

#wap-menu .menu-search input {
    font-weight: 800;
    line-height: 1.25em;
}

#wap-menu .menu-search button {
    padding: 0 0.5rem;
}

#wap-menu .menu-search button span {
    font-size: inherit;
    color: inherit;
}

#wap-menu .menu-nav {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    padding: 4vw;
    overflow-y: auto;
}

#wap-menu .navbar-nav li>a {
    display: block;
    padding: 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5em;
    color: var(--dark);
}

#wap-menu .navbar-nav a:focus {
    color: var(--colour1);
}

#wap-menu .navbar-nav li>div {
    padding: 0;
    border-radius: 0;
    border: none;
}

#wap-menu .navbar-nav li>div>a {
    display: block;
    padding: 0.5rem;
    font-size: 0.9375rem;
    color: var(--text);
}

#wap-menu .menu-bottom {
    flex-shrink: 0;
    width: 100%;
    padding: 1.125rem 4vw;
}

#wap-menu .menu-bottom a {
    display: inline-block;
    line-height: 1.5rem;
    margin-right: 1.5rem;
    color: var(--text);
}

#wap-menu .menu-bottom a svg {
    display: inline-block;
    vertical-align: bottom;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
}


/*导航滚到顶部样式*/

.no-head-bg.top #head {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 1rem rgba(29, 37, 48, 0);
}

.no-head-bg.top #head:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1rem rgba(29, 37, 48, 0.07);
}

.no-head-bg.top #head .navbar-brand {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.no-head-bg.top #head .navbar-nav li>a {
    color: #fff;
}

.no-head-bg.top #head:hover .navbar-nav li>a {
    color: var(--text);
}

.no-head-bg.top #head:hover .navbar-nav li.active>a,
.no-head-bg.down #head .navbar-nav li.active>a,
.no-head-bg.top #head:hover .navbar-nav li:hover>a {
    color: var(--colour1);
}

.no-head-bg.top.menu-open #head {
    background: rgba(255, 255, 255, 1);
}

.no-head-bg.top.menu-open #head .navbar-brand,
.no-head-bg.top #head:hover .navbar-brand {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.no-head-bg.top #head:hover .head-wap-btn .dropdown a {
    color: var(--text);
}

.no-head-bg.top #head:hover .head-wap-btn .dropdown a:hover {
    color: var(--colour1);
}

.no-head-bg.top .head-wap-btn .dropdown a {
    color: #fff;
}

.no-head-bg.top .head-wap-btn .dropdown:hover a {
    color: #fff;
}

.no-head-bg.top.menu-open .head-wap-btn .dropdown:hover a {
    color: #fff;
}

.no-head-bg.top.menu-open .head-wap-btn .dropdown a {
    color: var(--text);
}

.no-head-bg.top.menu-open .head-wap-btn .dropdown:hover a {
    color: var(--colour1);
    opacity: 1;
}

#head .head-wap-btn .dropdown.language a span {
    display: inline-block;
    margin-right: 0.375rem;
}


/*head end*/


/*banner*/

#banner {
    position: relative;
    overflow: hidden;
}

#banner .owl-stage {
    display: flex;
}

#banner .item {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100%;
    background-color: #000;
}

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

#banner .info .title {
    margin-bottom: 0.618em;
    font-size: 3rem;
    line-height: 1.25em;
    color: #fff;
}

#banner .info .subtitle {
    font-size: 1.375rem;
    line-height: 1.25em;
    color: #fff;
}

#banner .more {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 2rem;
    border-bottom: 2rem;
    text-align: center;
    color: #fff;
    transform: translate( -50%, 0%);
    font-size: 0.875rem;
}

#banner .more .icon {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1em;
    -o-animation: bannerIcon 2000ms infinite;
    animation: bannerIcon 2000ms infinite;
    -webkit-animation: bannerIcon 2000ms infinite;
    -moz-animation: bannerIcon 2000ms infinite;
}

@keyframes bannerIcon {
    from {
        opacity: 1;
        transform: translate( 0%, 0%) rotate(90deg);
    }
    to {
        opacity: 0;
        transform: translate( 0%, 0.5rem) rotate(90deg);
    }
}

@-webkit-keyframes bannerIcon {
    from {
        opacity: 1;
        transform: translate( 0%, 0%) rotate(90deg);
    }
    to {
        opacity: 0;
        transform: translate( 0%, 0.5rem) rotate(90deg);
    }
}

#banner a {
    font-size: 0;
    display: block;
    width: 100%;
}

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

#banner video {
    opacity: 0.7;
    width: 100%;
    height: calc(100vh - var(--head_height));
}

#banner a {
    position: relative;
}

#banner .owl-nav {
    position: absolute;
    z-index: 3;
    bottom: 4rem;
    right: 10%;
    margin: 0;
    transform: translate(0%, 50%);
}

#banner .owl-nav i {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background: var(--colour1);
    border-radius: 50%;
    transition: all 0.4s;
}

#banner .owl-nav i:hover {
    background: var(--colour2);
}

#banner .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 4rem;
    left: 10%;
    margin: 0;
    transform: translate(0%, 50%);
}

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

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


/*
#banner picture,#banner img{
width: 100%;
height: calc(100vh - 6rem);
}
*/


/*关键热词*/

.hot-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.hot-list {
    font-size: 0.875rem;
}

.hot-list a {
    margin-right: 0.5rem;
    color: var(--small_text);
    transition: all 0.4s;
}

.hot-list a:hover {
    color: var(--colour1);
    text-decoration: underline;
}

.search form {
    display: flex;
    width: 15rem;
}

.search form input {
    font-size: 0.875rem;
}

.search form button {
    width: 2.5em;
    text-align: center;
    color: #fff;
    border: none;
    background: var(--colour1);
    cursor: pointer;
    transition: all 0.4s;
}

.search form button:hover {
    background: var(--colour2);
}


/*首页标题部分*/

.index-title {
    width: 100%;
}

.index-title .title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 1rem;
}

.index-title.wap-show {
    display: none;
}

.index-title .title span {
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    opacity: 0.08;
    font-size: 135%;
    color: var(--title);
    text-transform: Uppercase;
    white-space: nowrap;
    transform: translate( 0%, -40%);
}

.index-title.text-center .title span {
    left: 50%;
    transform: translate( -50%, -40%);
}

.index-title.white .title,
.index-title.white .title span {
    color: #fff;
}

.index-title.white .title span {
    opacity: 0.15;
}

.index-title .subtitle {}


/*产品*/

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

.index-products .left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 29%;
    padding: 4rem 2rem;
    background: linear-gradient(to bottom, var(--colour2) 0%, var(--colour1) 100%);
    border-radius: 0 2rem 0 0;
    color: #fff;
    overflow: hidden;
}

.index-products .left:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 130%;
    height: 0;
    padding-bottom: 130%;
    background: url(../images/img-p-bg.png) center no-repeat;
    background-size: 100%;
    transform: translate( -50%, -50%);
}

.index-products .left:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: block;
    width: 130%;
    height: 0;
    padding-bottom: 130%;
    background: url(../images/img-p-bg.png) center no-repeat;
    background-size: 100%;
    transform: translate( 50%, 50%);
}

.index-products .left>div {
    z-index: 2;
    width: 100%;
}

.index-products .left .bottom {
    align-self: flex-end;
}

.index-products .left .bottom .more {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 2.75em;
    color: #fff;
    border-radius: 2em;
    overflow: hidden;
    transition: all 0.4s;
}

.index-products .left .bottom .more:hover {
    padding: 0 1.75em;
    color: #fff;
}

.index-products .left .bottom .more:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0%;
    width: 0%;
    height: 100%;
    background-color: var(--colour2);
    transition: all .4s;
}

.index-products .left .bottom .more:hover:after {
    width: 100%;
}

.index-products .right {
    width: 66%;
}

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

.index-products .right ul li {
    width: 33.33%;
    padding: 0.75rem;
}

.index-products .right ul li .img {
    background: var(--grey_bg);
}

.index-products .right ul li .img img {
    max-width: 90%;
    max-height: 90%;
    mix-blend-mode: multiply;
}

.index-products .right ul li .title {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9375rem;
    color: var(--text);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/*app*/

#index-app .owl-stage-outer {
    overflow: visible;
}

#index-app .owl-dots {
    margin-top: 0;
}

#index-app .owl-dots .owl-dot {
    margin-top: 1.25rem;
}

#index-app .item {
    transition: all 0.4s;
}

#index-app .owl-item:not(.active) .item {
    opacity: 0.3;
}

#index-app a {
    display: block;
    background: var(--grey_bg);
}

#index-app .img {
    position: relative;
}

#index-app .img .img-center {
    padding-bottom: 61.8%;
}

#index-app .img .img-center img {
    mix-blend-mode: multiply;
    width: 80%;
    max-height: 80%;
}

#index-app .img .img-icon {
    position: absolute;
    z-index: 2;
    left: 2rem;
    top: 2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}

#index-app .img .img-icon img {
    width: 100%;
    height: 100%;
}

#index-app .title {
    padding: 1.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: var(--text);
}


/*技术*/

.index-t-box {
    background: url(../images/img-t-bg.jpg) center;
    background-size: cover;
}

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

.index-t .left {
    width: 22.5rem;
}

.index-t .left .more {
    margin-top: 4rem;
    margin-bottom: 3rem;
    display: inline-block;
    padding: 0 1.5em;
    font-size: 0.9375rem;
    line-height: 2.75em;
    color: #fff;
    border-radius: 2em;
    background: var(--colour2);
    transition: all 0.4s;
}

.index-t .left .more:hover {
    padding: 0 2em;
    background: var(--colour2);
}

.index-t .left .btn {
    padding: 0;
    border: none;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.index-t .left .btn .icon {
    display: block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.75rem;
    color: var(--colour1);
    background: #fff;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.4s;
}

.index-t .left .btn:hover .icon {
    color: #fff;
    background: var(--colour2);
}

.index-t .right {
    width: calc(100% - 30rem);
}

#index-t .owl-stage {
    padding-left: 0 !important;
}

#index-t .owl-dots {
    margin-top: 1rem;
}

#index-t .item {
    position: relative;
    z-index: 1;
    background: var(--grey_bg);
}

#index-t .item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0%;
    width: 0%;
    height: 3px;
    background-color: var(--colour1);
    transition: all .4s;
}

#index-t .img {
    padding-bottom: 75%;
    background: #fff;
}

#index-t .img img {
    max-width: 90%;
    max-height: 90%;
}

#index-t .item .info {
    padding: 2rem 1.5rem;
}

#index-t .item .info .title {
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
}

#index-t .item .info .title {
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
}


/*服务*/

.index-service {
    display: flex;
}

.index-service li {
    width: 100%;
    margin: 0 0.125rem;
    background: #000;
    overflow: hidden;
    transition: all 0.4s;
}

.index-service li:hover {
    width: 300%;
}

.index-service a {
    position: relative;
    z-index: 1;
    display: block;
    height: 480px;
}

.index-service .title-lr {
    position: absolute;
    z-index: 1;
    left: 2rem;
    top: 2rem;
    font-size: 1.25rem;
    line-height: 1rem;
    color: #fff;
    font-weight: bold;
    writing-mode: vertical-lr;
    opacity: 1;
    transition: all 0.4s;
}

.index-service a:hover .title-lr {
    opacity: 0;
}

.index-service .info {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 4rem 1.5rem 1.5rem;
    color: #fff;
    background: linear-gradient(to bottom, rgba(17, 49, 133, 0) 0%, rgba(17, 49, 133, 1) 100%);
    transform: translate( 0, 2rem);
    transition: all 0.4s;
    transition-delay: 0s;
}

.index-service li:hover .info {
    opacity: 1;
    transform: translate( 0%, 0%);
    transition: all 0.4s;
    transition-delay: 0.5s;
}

.index-service .info .title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
}

.index-service .info p:last-child {
    margin-bottom: 0;
}

.index-service .img,
.index-service .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.index-service .img img {
    opacity: 0.95;
}

.index-service li:hover .img img {
    opacity: 1;
}

.index-service:hover li:not(:hover) img {
    opacity: 0.8;
}


/*经理*/

.index-man-box {
    background: url(../images/img-manBG.jpg) center no-repeat;
    background-size: cover;
}

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

.index-man .img {
    width: 40%;
    display: flex;
    align-items: flex-end;
}

.index-man .info {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.index-man .img>div,
.index-man .info>div {
    width: 100%;
}

.index-man .info .index-title {
    padding-left: 4rem;
    padding-right: 4rem;
}

.index-man .info .text {
    position: relative;
    padding: 4rem;
    color: #fff;
    background: var(--colour1);
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

.index-man .info .text:before {
    content: url(../images/img-mantext-bg.png);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate( -50%, -50%);
}

.index-man .info .text>div {
    position: relative;
    z-index: 2;
}

.index-man .info .text>div .btn {
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 0.9375rem;
    line-height: 2.5em;
    color: #fff;
    background: var(--colour2);
}


/*logo*/

.index-logo-box {
    background: url(../images/img-logo-bg.jpg) center no-repeat;
    background-size: 100% auto;
}

.index-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-logo .index-title {
    width: 18rem;
}

a.logo-btn {
    display: inline-block;
    padding: 0 1.5em;
    font-size: 0.875rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #fff;
    background: var(--colour1);
    border-radius: 2em;
    transition: all 0.4s;
}

a.logo-btn:hover {
    padding: 0 2em;
    background: var(--colour2);
}

a.logo-btn span {
    margin-left: 0.25rem;
    transition: all 0.4s;
}

a.logo-btn:hover span {
    margin-left: 0.5rem;
}

.index-logo .index-logo-list {
    width: calc(100% - 28rem);
}

.index-logo .index-logo-list {
    display: flex;
    flex-wrap: wrap;
}

.index-logo .index-logo-list li {
    width: 20%;
    padding: 0.25rem;
}

.index-logo .index-logo-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    background: var(--grey_bg);
    transition: all 0.4s;
}

.index-logo .index-logo-list li a .info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--colour1);
    opacity: 0;
    transition: all 0.4s;
}

.index-logo .index-logo-list li a:hover .info {
    opacity: 1;
}

.index-logo .index-logo-list li a .img {
    width: 100%;
    padding-bottom: 61.8%;
}

.index-logo .index-logo-list li a .img img {
    mix-blend-mode: multiply;
    max-width: 90%;
    max-height: 90%;
}


/*关于*/

.index-about {
    position: relative;
    background-image: url(../images/img-about1-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50%;
}

.index-about .img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

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

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


/*首页新闻*/

.index-news .time {
    font-size: 0.875rem;
    color: var(--tips_text);
}

.index-news a.more {
    margin-top: 1.5rem;
    display: inline-block;
    color: #fff;
    border-radius: 2em;
    background: var(--colour1);
    transition: all 0.4s;
}

.index-news a.more:hover {
    padding-left: 1.5rem;
    padding-right: 0.25rem;
    background: var(--colour2);
    overflow: hidden;
    transition: all 0.4s;
}

.index-news .more .icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1rem;
}

.index-news .more .txt {
    display: inline-block;
    font-size: 0.9375rem;
    max-width: 0px;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.4s;
}

.index-news .more:hover .txt {
    opacity: 1;
    max-width: 10rem;
}

.index-news.one {
    display: flex;
    margin-bottom: 2rem;
}

.index-news.one .img {
    display: block;
    width: 50%;
    padding-bottom: 25%;
    margin-right: 15px;
}

.index-news.one .info {
    display: block;
    width: 50%;
    padding: 1rem;
    margin-left: 15px;
}

.index-news.one .time {
    font-size: 1rem;
    color: var(--colour1);
}

.index-news.one .title {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--title);
    transition: all 0.4s;
}

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

.index-news.one pre {
    font-size: 1rem;
    max-height: 3em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news.two .img {
    display: block;
    padding-bottom: 60%;
}

.index-news.two .info {
    margin-top: 1.25rem;
}

.index-news.two .title {
    display: block;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--title);
    transition: all 0.4s;
}

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

.three ul {
    padding: 1rem 2rem;
    background: var(--grey_bg);
}

.three li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: all 0.4s;
}

.three li:hover {
    border-bottom: 1px solid var(--colour1);
}

.three li:last-child {
    border-bottom: none;
}

.three a {
    display: block;
    padding: 1.25rem 4rem 1.25rem 0rem;
}

.three a .icon {
    position: absolute;
    z-index: 1;
    right: 1rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translate( 0, -50%);
}

.three a .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: var(--text);
    transition: all 0.4s;
}

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


/*友情链接*/

.links {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.links-title {
    padding-right: 2.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.links-title .title {
    display: block;
    line-height: 2em;
}

.links-title .more:hover {
    color: var(--colour1);
    vertical-align: text-bottom;
    text-decoration: underline;
}

.links-list a {
    display: inline-block;
    margin-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.75em;
    color: var(--text);
    transition: all 0.4s;
}

.links-list a:hover {
    color: var(--colour1);
    text-decoration: underline;
}


/*页脚*/

#foot {
    background: #051849;
    color: #fff;
}

.foot-content {
    padding: 8vh 0;
    display: flex;
    justify-content: space-between;
}

.foot-content .foot-logo {
    flex-shrink: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.foot-content .foot-logo img {
    max-height: 5rem;
}

.foot-content .foot-contact {
    padding: 0 3rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 1rem;
}

.foot-content .foot-contact p span {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
    opacity: 0.5;
}

.foot-content .foot-code {
    display: flex;
    flex-shrink: 0;
}

.foot-content .foot-code li {
    margin: 0 0.5rem;
}

.foot-content .foot-code li span {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    opacity: 0.5;
}

.foot-icp {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-icp p,
.foot-icp span,
.foot-icp a {
    display: inline-block;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    transition: all 0.4s;
}

.foot-icp a:hover {
    color: rgba(255, 255, 255, 1);
}

.foot-icp img {
    opacity: 1;
    width: auto !important;
    max-height: 20px;
}

#sidebar {
    position: fixed;
    position: fixed;
    z-index: 10;
    right: 2rem;
    bottom: 6%;
}

#sidebar li {
    margin: 1px 0;
}

#sidebar li>a {
    display: block;
    width: 3rem;
    height: 3rem;
    color: #fff;
    text-align: center;
    background: var(--colour1);
    transition: all 0.4s;
}

#sidebar li:hover>a {
    background: var(--colour2);
}

#sidebar li>a>span {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #fff;
}

#sidebar li .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.25rem;
    min-width: 8rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.5rem var(--shadow);
    white-space: nowrap;
}

#sidebar li .dropdown-menu a {
    display: block;
    padding: 0 1em;
    font-size: 0.9375rem;
    line-height: 2.5rem;
    color: var(--text);
    transition: all 0.4s;
}

#sidebar li .dropdown-menu a:hover {
    color: #fff;
    background: var(--colour1);
}

#sidebar li .dropdown-menu img {
    width: 100%;
}

#sidebar .info {
    padding: 0.5rem;
}

#sidebar .info .font-en {
    margin-bottom: 0;
}

/*内页开始*/


/*内页内容框架*/

.inside-content {
    display: flex;
}

.inside-content .inside-nav {
    flex-shrink: 0;
    width: 18rem;
    max-width: 28%;
}

.inside-content .inside-nav .title-en {
    text-transform: Uppercase;
}

.inside-nav-content {
    padding: 1.5rem;
    background: var(--grey_bg);
}

.inside-nav-content li {
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.inside-nav-content li:first-of-type {
    border-top: none;
}

.inside-nav-content li>a {
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 3em;
    color: var(--text);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.inside-nav-content li.subnav>a {
    padding-right: 2rem;
}

.inside-nav-content li>a.active,
.inside-nav-content li.subnav>a:not(.collapsed) {
    font-weight: bold;
    color: var(--colour1);
}

.inside-nav-content li.subnav>a:before,
.inside-nav-content li.subnav>a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: var(--tips_text);
    transition: all .4s;
}

.inside-nav-content li.subnav>a:before {
    transform: rotate(90deg);
}

.inside-nav-content li.subnav>a:not(.collapsed):before,
.inside-nav-content li.subnav>a:not(.collapsed):after {
    transform: rotate(0deg);
    background-color: var(--colour1);
}

.inside-nav-content .subnav>div a {
    display: block;
    padding-left: 0.5em;
    font-size: 0.875rem;
    line-height: 2.25em;
    color: var(--small_text);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.inside-nav-content .subnav>div a:last-of-type {
    margin-bottom: 1rem;
}

.inside-nav-content .subnav>div a:hover {
    color: #fff;
    background: var(--colour1);
}

.inside-content .inside-body {
    flex-shrink: 1;
    width: calc(100% - 18rem);
    max-width: 72%;
    padding-left: 4rem;
}

.inside-nav-contact {
    margin-top: 2rem;
    background: var(--grey_bg);
}

.inside-nav-contact .title {
    margin-bottom: 0;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, var(--colour2) 0%, var(--colour1) 100%);
}

.inside-nav-contact .info {
    padding: 1.5rem;
}

.inside-nav-contact .info img {
    margin-bottom: 1.5rem;
}

.inside-nav-contact .info p {
    font-size: 0.9375rem;
    margin-bottom: 0;
}


/*面包屑*/

.breadcrumb {
    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: var(--small_text);
    transition: all .4s;
}

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

.breadcrumb a:not([href]):not([tabindex]) {
    color: var(--tips_text);
}

.breadcrumb a:after {
    content: ">";
    margin: 0 5px;
    color: var(--tips_text);
}

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


/*产品导航*/

.proudct-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem;
}

.proudct-nav li {
    width: 48.5%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
    background: var(--grey_bg);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.4s;
}

.proudct-nav li:last-child {
    margin-bottom: 0;
}

.proudct-nav li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    transition: all 0.4s;
    overflow: hidden;
}

.proudct-nav li .img img {
    mix-blend-mode: multiply;
}

.proudct-nav li .info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 5%;
}

.proudct-nav li .info>div {
    width: 100%;
    transition: all 0.6s;
}

.proudct-nav li .info .title {
    line-height: 1.5em;
    color: #333;
    transition: all 0.6s;
}

.proudct-nav li .info .title:hover {
    color: var(--colour1);
}

.proudct-nav li .info pre {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.75em;
    height: 5.25em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proudct-nav li .info .more {
    display: inline-block;
    padding: 0 1.5em;
    margin-top: 2rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 3em;
    border: 1px solid #ebebeb;
    border-radius: 2em;
    color: var(--text);
    transition: all 0.4s;
}

.proudct-nav li:hover .info .more {
    color: var(--colour1);
    border: 1px solid var(--colour1);
}

.proudct-nav li .info .more:hover {
    padding: 0 2em;
    background: var(--colour1);
    border: 1px solid var(--colour1);
    color: #fff;
}

.proudct-nav li.onepage {
    width: 100%;
}

.proudct-nav li.onepage .img {
    width: 65%;
}

.proudct-nav li.onepage .info {
    width: 35%;
}


/*筛选*/

.filter {
    display: flex;
    margin-bottom: 2rem;
}

.filter>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
}

.filter .h3 {
    margin-bottom: 0;
}

.filter>div:nth-of-type(1) {
    margin: 0;
    justify-content: flex-start;
    flex-grow: 1;
}

.filter>div span {
    margin: 0;
}

.filter form {
    width: 100%;
    margin-left: 0.5rem;
}

.filter form select {
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5em;
    height: 3em;
    font-size: 1rem;
    color: var(--text);
    border: 1px solid #ebebeb;
    border-radius: 0.25rem;
    transition: all 0.4s;
}

.filter form select {
    color: var(--text);
    padding-right: 2.5rem;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    background-size: 1rem 1rem;
}

.filter form select:focus {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}


/*产品列表*/

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

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

.product-list li .img {
    border: 1px solid #ebebeb;
    overflow: hidden;
    transition: all 0.4s;
}

.product-list li a:hover .img {
    border: 1px solid var(--colour1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .125);
}

.product-list li .img img {
    max-width: 85%;
    max-height: 85%;
}

.product-list li p {
    margin: 0.5rem 0;
    text-align: center;
    color: var(--text);
    transition: all 0.4s;
}

.product-list li a:hover p {
    color: var(--colour1);
}


/*产品详情*/

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

.wap-product-head {
    width: 100%;
    display: none;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.product .img {
    width: 40%;
}

#product-img {
    position: sticky;
    top: calc(3rem + 6rem);
}

#product-img .item {
    background: var(--grey_bg);
}

#product-img .item img {
    max-width: 90%;
    max-width: 90%;
    mix-blend-mode: multiply;
}

#product-img .item,
#product-img .item a {
    cursor: zoom-in;
}

#product-img .item a {
    display: block;
}

#product-img .owl-dots {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}

#product-img .owl-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
    aspect-ratio: 1/1;
    padding: 0.125rem!important;
    margin: 0.5%;
    opacity: 0.5;
    border: 1px solid #ebebeb;
    transition: all 0.4s;
}

#product-img .owl-dot.active {
    opacity: 1;
    border: 1px solid var(--colour1);
}

.product .info {
    width: 52%;
    max-width: 40rem;
}

.product .info .product-name {
    margin-top: 0.5em;
}

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

.product .info a.product-contact-btn {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 0.25rem;
    background: var(--colour1);
    transition: all 0.4s;
}

.product .info a.product-contact-btn:hover {
    background: var(--colour2);
}

.product .info a.product-contact-btn span {
    display: inline-block;
    margin-right: 0.25rem;
    font-size: 1.5rem;
    line-height: 1em;
    vertical-align: middle;
    font-weight: normal;
}

.product .info .alert a {
    color: var(--colour1);
    transition: all 0.4s;
}

.product .info .alert a:hover {
    color: var(--colour2);
}

.product .info table {
    width: 100%;
}

.product-down li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.product-down li:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.product-down li a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    line-height: 1.5em;
    color: var(--text);
    display: inline-block;
    transition: all 0.4s;
}

.product-down li a:hover {
    padding: 1rem;
    background: var(--grey_bg);
}

.product-down li a:before {
    content: "\b42a";
    margin-right: 0.5rem;
    font-family: "iconfont" !important;
    font-size: 1.5rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--colour1);
}

.product-d {
    margin-top: 3rem;
}

.product-d-p {
    width: 100%;
}

.product-d-p .img {
    padding-bottom: 70%;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.4s;
}

.product-d-p a:hover .img {
    border: 1px solid var(--colour1);
}

.product-d-p span {
    display: block;
    margin-top: 0.5em;
    text-align: center;
    font-size: 0.9375rem;
    color: var(--small_text);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.product-d-p a:hover span {
    color: var(--colour1);
}


/*关于*/


/*荣誉*/

.honor-list {
    position: relative;
    padding-bottom: 4rem;
    padding-top: 2rem;
    border-left: 3px solid var(--colour1);
}

.honor-list:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0px;
    left: -10px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 3px solid var(--colour1);
    border-radius: 50%;
    transition: all .4s;
}

.honor-list ul {
    max-width: 30rem;
    max-height: 60vh;
    color: var(--text);
    overflow-y: auto;
}

.honor-list ul::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.honor-list ul li {
    position: relative;
    display: flex;
    padding-left: 2rem;
    margin: 1.25rem 0;
}

.honor-list ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    left: 0%;
    display: block;
    width: 0.75rem;
    height: 3px;
    background-color: var(--colour1);
    transition: all .4s;
}

.honor-list ul li .year {
    font-family: "en";
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 1rem;
    font-size: 0.9375rem;
    line-height: 1.75rem;
    color: var(--colour1);
}

.honor-list ul li p {
    margin-bottom: 0;
}

.mouse-ico {
    margin-top: 3rem;
    margin-left: 2rem;
    width: 25px;
    height: 34px;
    display: block;
    border: 2px solid var(--colour1);
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.mouse-ico i {
    display: block;
    width: 3px;
    height: 7px;
    border-radius: 1px;
    display: block;
    background-color: var(--colour1);
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 5px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(105px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}


/*解决方案*/

.solutions-box {
    max-width: 75rem;
    margin: auto;
}

.solutions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.solutions li {
    width: 50%;
    padding: 0.5rem;
}

.solutions li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 61.8%;
    position: relative;
}

.solutions li a .img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.solutions li a .img img {
    width: 100%;
    height: 100%;
}

.solutions li a .info {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.5rem 1.25rem 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: all 0.4s;
}

.solutions li a:hover .info {
    background: linear-gradient(to bottom, rgba(166, 27, 41, 0) 0%, rgba(166, 27, 41, 0.9) 100%);
}

.solutions li a .info .title {
    margin-bottom: 0.25rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s;
}

.solutions li a .info .subtitle {
    font-size: 0.9375rem;
    line-height: 1.5em;
    max-height: 4.5em;
    color: #fff;
    opacity: 0.8;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s;
}


/*案例*/

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

.case li {
    width: 33.33%;
    padding: 1rem 0.75rem;
}

.case li a {
    display: block;
    position: relative;
    border-radius: 0.25rem;
    transition: all 0.4s;
    overflow: hidden;
}

.case li a:hover {
    box-shadow: 0 0.5rem 1rem var(--shadow);
}

.case li .img {
    padding-bottom: 65%;
    overflow: hidden;
}

.case li .img img {
    width: 100%;
    height: 100%;
}

.case li .info {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.5rem 1.25rem 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: all 0.4s;
}

.case li a:hover .info {
    background: linear-gradient(to bottom, rgba(166, 27, 41, 0) 0%, rgba(166, 27, 41, 0.9) 100%);
}


/*
.case li .info {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.case li .info :after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0%;
    width: 0%;
    height: 1px;
    background-color: var(--colour1);
    transition: all .4s;
}

.case li a:hover .info :after {
    content: "";
    width: 100%;
}
*/

.case li .info .title {
    margin-bottom: 0.25rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s;
}


/*文章*/

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

.article .article-content {
    width: 100%;
}

.article .head {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.article .head .time {
    font-size: 0.875rem;
    color: var(--small_text);
}

.article-page {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-page .back {
    width: 100%;
    margin: 0 0 0.5rem;
}

.article-page .back a {
    display: flex;
    align-items: center;
    color: var(--text);
    font-size: 0.875rem;
    transition: all 0.4s;
}

.article-page .back a:hover {
    color: var(--colour1);
}

.article-page .back a span {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.25rem;
}

.article-page a.left,
.article-page a.right {
    flex-shrink: 1;
    display: inline-block;
    width: 49.5%;
    padding: 1rem 1.5rem;
    color: var(--text);
    background: var(--grey_bg);
    transition: all 0.4s;
}

.article-page a.left:hover,
.article-page a.right:hover {
    box-shadow: 0 0 1rem var(--shadow);
    background: var(--colour1);
    transition: all 0.4s;
}

.article-page a.left p,
.article-page a.left span,
.article-page a.right p,
.article-page a.right span {
    margin: 0;
    font-size: 0.875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.article-page a.left span,
.article-page a.right span {
    font-size: 0.9375rem;
    font-weight: bold;
    color: var(--colour1);
}

.article-page a.left:hover p,
.article-page a.left:hover span,
.article-page a.right:hover p,
.article-page a.right:hover span {
    color: #fff;
}

.article .sidebar {
    margin-top: 2rem;
    width: 100%;
}

.article .sidebar>div {
    position: sticky;
    top: calc(6rem + 1rem);
    width: 100%;
    padding: 1.5rem;
    background: var(--grey_bg);
}

.article .sidebar ul {
    counter-reset: compteListe;
}

.article .sidebar li {
    display: flex;
    margin: 0.75rem 0;
}

.article .sidebar li:before {
    flex-shrink: 0;
    counter-increment: compteListe 1;
    content: counter(compteListe);
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 0.875rem;
    text-align: center;
    font-weight: bold;
    color: var(--text);
    background: rgba(0, 0, 0, .05);
    border-radius: 0.125rem;
}

.article .sidebar li:nth-of-type(1):before,
.article .sidebar li:nth-of-type(2):before,
.article .sidebar li:nth-of-type(3):before {
    color: #fff;
    background: var(--colour1);
}

.article .sidebar li:nth-of-type(2):before {
    opacity: 0.7;
}

.article .sidebar li:nth-of-type(3):before {
    opacity: 0.4;
}

.article .sidebar li a {
    flex-shrink: 1;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--text);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.article .sidebar li a:hover {
    color: var(--colour1);
    text-decoration: underline;
}


/*技术支持*/

.technology-list li {
    padding: 1.5rem 0;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.technology-list li .img {
    flex-shrink: 0;
    width: 15rem;
}

.technology-list li .img a {
    display: block;
    padding-bottom: 70%;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}

.technology-list li .info {
    flex-shrink: 1;
    width: 100%;
    padding-left: 2rem;
}

.technology-list li .info .title {
    margin: 0.5rem 0;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s;
}

.technology-list li .info .title:hover {
    color: var(--colour1);
    text-decoration: underline;
}

.technology-list li .info .more {
    display: inline-block;
    padding: 0 1em;
    font-size: 0.875rem;
    line-height: 2em;
    color: #fff;
    background: var(--colour1);
    transition: all 0.4s;
}

.technology-list li .info .more:hover {
    background: var(--colour2);
}


/*常见问题*/

.faq-nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 75rem;
    margin: 0 auto 3rem;
}

.faq-nav ol {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0.5rem;
}

.faq-nav li {
    margin: 0.25rem 0;
    margin-right: 1rem;
}

.faq-nav a {
    display: block;
    padding: 0.75em 1.5em;
    font-size: 0.9375rem;
    line-height: 1.25em;
    color: var(--text);
    background: var(--grey_bg);
    transition: all 0.4s;
}

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

.faq {
    max-width: 75rem;
    padding: 5%;
    margin: 1rem auto;
    border-radius: 0.5rem;
    background: var(--grey_bg);
}

.faq>div {
    margin-bottom: 1.5rem;
}

.faq li {
    margin: 1rem 0;
}

.faq a {
    display: block;
    padding: 5%;
    border-radius: 0.25rem;
    background: #fff;
    transition: all 0.4s;
}

.faq a:hover {
    box-shadow: 0 0 1.5rem var(--shadow);
}

.faq .title {
    font-weight: bold;
    transition: all 0.4s;
}

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

.faq pre {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.75em;
    max-height: 5.25em;
    color: var(--text);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*常见问题详情*/

.faq-info {
    padding: 5%;
    max-width: 75rem;
    margin: auto;
}

.faq-info dl {
    margin-bottom: 1rem;
}

.faq-info dl dt,
.faq-info dl dd {
    font-weight: normal;
}


/*图片--缩小*/

.picture-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.picture-list li {
    width: 33.33%;
    padding: 0.75rem;
    text-align: center;
}

.picture-list li .img {
    padding-bottom: 75%;
    background: var(--grey_bg);
    overflow: hidden;
}

.picture-list li .img img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}


/*图片--平铺*/

.picture-list2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.picture-list2 li {
    width: 25%;
    padding: 0.75rem;
    text-align: center;
}

.picture-list2 li .img {
    background: var(--grey_bg);
    overflow: hidden;
}

.picture-list2 li .img img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    mix-blend-mode: multiply;
}

.picture-list2 li p {
    margin: 0.5rem 0;
}

.picture-list li p {
    margin: 0.5rem 0;
}


/*案例*/

.logo-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.logo-list li {
    width: 33.33%;
    padding: 0.75rem;
    text-align: center;
}

.logo-list li .img {
    padding-bottom: 61.8%;
    border: 1px solid var(--grey_bg);
    background: var(--grey_bg);
    overflow: hidden;
    transition: all 0.4s;
}

.logo-list li a:hover .img {
    padding-bottom: 61.8%;
    border: 1px solid var(--colour1);
    background: #fff;
    overflow: hidden;
    transition: all 0.4s;
}

.logo-list li .img img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}

.logo-list li p {
    margin: 0.5rem 0;
    font-size: 0.9375rem;
    color: var(--text);
    transition: all 0.4s;
}

.logo-list li a:hover p {
    color: var(--colour1);
}


/*新闻列表*/

.news-list {
    max-width: 75rem;
    margin: auto;
}

.news-list li {
    display: flex;
    padding: 1.25rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.news-list li:last-of-type {
    border-top: none;
}

.news-list .time {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    width: 5em;
}

.news-list .time span {
    display: block;
    color: var(--tips_text);
}

.news-list .time .year {
    padding: 0 1rem;
    margin: 0.125em 0;
    color: #fff;
    background: var(--colour1);
}

.news-list .time .day {
    font-size: 1rem;
    color: var(--text);
}

.news-list .info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-shrink: 1;
    padding-left: 2rem;
    overflow: hidden;
}

.news-list .title {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--title);
    transition: all 0.4s;
}

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

.news-list .text {
    width: 100%;
}

.news-list .text pre {
    margin-top: 0.5rem;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9375rem;
    line-height: 1.5em;
    height: 4.5em;
    color: var(--text);
    transition: all 0.4s;
}

.news-l
/*新闻详情*/

.news {}

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

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

.news-page {
    margin-top: 3rem;
    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: 18rem;
    padding-left: 4rem;
}

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

.news .right a .img {
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.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);
}


/*展会信息*/

.activities {
    max-width: 70rem;
    margin: auto;
}

.activities li {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.activities li:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.activities .activities-head {
    flex-shrink: 1;
    width: calc(100% - 10rem);
}

.activities .activities-btn {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    flex-shrink: 0;
    width: 10rem;
}

.activities .activities-btn button {
    padding: 0.5rem 1rem;
    border: none;
    font-size: 0.875rem;
    color: #fff;
    background: var(--colour1);
    transition: all 0.4s;
}

.activities .activities-btn button:not(.collapsed) {
    color: var(--small_text);
    background: var(--grey_bg);
}

.activities .activities-btn button span {
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.4s;
}

.activities .activities-btn button:not(.collapsed) span {
    transform: rotate(180deg);
}

.activities .title {
    margin-bottom: 1.125rem;
    font-size: 1.125rem !important;
}

.activities pre {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--text);
}

.activities .activities-content {
    width: 100%;
}

.activities .activities-content>div {
    width: 100%;
    margin-top: 2rem;
    padding: 2.5rem 2rem;
    background: var(--grey_bg);
}

.activities .activities-content p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--text);
}


/*加入我们*/

#join {
    margin-top: 2em;
}

#join .join-head {
    display: block;
    background: var(--grey_bg);
    white-space: nowrap;
}

#join .join-head.collapsed {
    background: #fff;
}

#join .join-head:hover {
    background: var(--grey_bg);
}

#join>.join-head {
    color: var(--colour1);
    font-weight: bold;
    border-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 2px solid var(--colour1);
    background: #fff!important;
}

.join-head>div {
    display: inline-block;
    padding: 1.75rem 0;
    vertical-align: middle;
    font-size: 0.875rem;
    text-align: center;
    white-space: normal;
    transition: all 0.4s;
}

.join-head .name {
    width: 30%;
    font-size: 1em;
    padding-left: 2em;
    text-align: left;
}

.join-head .class {
    width: 17%;
}

.join-head .place {
    width: 17%;
}

.join-head .number {
    width: 17%;
}

.join-head .time {
    width: 17%;
}

#join .card {
    border-radius: 0;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
}

#join .card:last-child .join-head {
    border-radius: 0 0 0.5rem 0.5rem;
}

#join .card-header {
    padding: 0;
    border-radius: 0;
    background: none;
}

#join .card-body {
    padding: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#join .btn-link {
    margin-top: 3em;
    margin-bottom: 1em;
    display: inline-block;
    padding: 0 2em;
    font-size: 1em;
    line-height: 3em;
    color: #fff;
    border-radius: 0.75rem;
    background: var(--colour1);
    transition: all 0.4s;
}

#join .btn-link:hover {
    background: var(--colour2);
}


/*联系方式*/

.contant-info p {
    margin-bottom: 0.375rem;
}


/*地图*/

.mapbox {
    height: 360px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.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;
}


/*在线留言*/

.contact-feedback {
    padding: 2rem;
}

.feedback input,
.feedback select {
    outline: none;
    margin-bottom: 1rem;
    width: 100%;
    padding: 0px 1rem;
    font-size: 1rem;
    line-height: 3rem;
    height: 3rem;
    color: #666;
    border: none;
    background: var(--grey_bg);
    transition: all .4s;
}

.feedback select {
    appearance: none;
}

.feedback .label input {
    display: none;
}

.field-name-prefix-item {
    display: inline-block;
}

.field-name-prefix-item label {
    display: block;
    margin-bottom: 18px;
    line-height: 40px;
    text-align: center;
    width: 126px;
    cursor: pointer;
    background: #FFF;
    transition: color .15s, background .15s;
}

.field-name-prefix-item input[type=radio]:checked+label {
    color: #fff;
    background: var(--colour1);
}

.form-control {
    border: 1px solid #ebebeb;
    line-height: 44px;
    height: 44px;
    width: 100%;
    padding: 0px 15px;
    margin: 10px 0px;
    border-radius: none;
    box-shadow: 0;
}

.feedback textarea {
    border: none;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    height: 160px;
    padding: 15px;
    margin: 10px 0px;
    outline: none;
    box-shadow: none;
    overflow-x: hidden;
    background: var(--grey_bg);
}

.feedback input:focus,
.feedback textarea:focus {}

.choice-privacy {
    margin-bottom: 20px;
}

.choice-privacy input {
    margin-bottom: 3px;
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.choice-privacy input[type=radio]:checked~label {
    background: var(--colour1);
}

.choice-privacy label a {
    color: #666;
    text-decoration: underline;
}

.choice-privacy label a:hover {
    color: var(--colour1);
    text-decoration: underline;
}

.feedback .submit {
    display: inline-block;
    padding: 0px 2em;
    background: var(--colour1);
    font-size: 0.9375rem;
    line-height: 2.5rem;
    color: #fff;
    margin: 15px 0px;
    border-radius: 0;
    transition: all .3s;
}

.feedback .submit:hover {
    background: var(--colour2);
}

.feedback .submit span {
    display: inline-block;
    font-size: 20px;
    line-height: inherit;
    color: #fff!important;
    vertical-align: bottom;
}