:root {
    --navheight: 120px;
    --minnavheight: 90px;
    --webcolor: #ef811b;

}

#news-show .width, #case-show .width {
    max-width: 1200px;
}

#news-show .ax-col-8 {
    padding-left: 40px;
}

.case-type {
    margin-top: 30px;
}

.case-type li {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.xgwz li {
    width: 100%;
}

.right-contact p {
    font-size: 16px;
    line-height: 3;
}

.nav-menu {
    display: none;
}

* {
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

#product-show .ax-tab-content li#mydownload img {
    width: auto;
}


.ui-sidebar {
    bottom: 40%;
}

.show-qrcode {
    position: fixed;
    left: 20px;
    top: 50%;
}

.page ul li.active, .page ul li.active a:hover, .page ul li.active a {
    border-color: var(--webcolor);
    background: var(--webcolor);
    color: #fff;
}

.cf {
    overflow: hidden;
}

.cf:before, .cf:after {
    display: table;
    content: " ";
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.sitemap-item {
    margin-bottom: 1.5rem;
}

.re {
    position: relative;
}

a:hover {
    color: var(--webcolor);
}

.index-bar {
    position: fixed;
    width: 80px;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: -100%;
    z-index: 100;
    webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .3s;
}

.index-bar .top-logo, .index-bar .foot-menu {
    padding: 20px;
}

.index-bar .foot-menu span {
    font-size: 40px;
}

.index-bar .middle-floor a {
    display: inline-block;
    margin-bottom: 20px;

}

.index-bar .middle-floor a:hover span {
    border-color: var(--webcolor);
}

.index-bar .middle-floor a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #666;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
}

.ui-sidebar ul li a {
    color: var(--webcolor);
}

.ui-sidebar ul li a:hover {
    color: #fff;
    background: var(--webcolor);
    border-color: var(--webcolor);
}

.ui-sidebar li.wx div {
    width: max-content;
    padding: 0;
}

.ui-sidebar ul li.wx div:after {
    top: 20%;
}

.ui-sidebar li.wx div img {
    width: 120px;
}

.ax-table p {
    margin: 0 !important;
}

.ax-table td {
    padding: 10px 5px;
}

.more-link {
    padding: 0 1.2rem;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: all .5s;
    border: 1px solid #999;
}

.more-link span {
    margin-left: 20px;
    font-size: 18px;
}

.more-link:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
}

.more-link:hover:after {
    width: 100%;
    background: var(--webcolor);
}

.more-link:hover {
    color: #fff;
    border-color: var(--webcolor);
}

p {
    padding: 0;
    font-size: 16px;
}

.path-left {
    width: 60%;
    justify-content: flex-start !important;
}

.path-right {
    width: 40%;
    text-align: right;
}

.path-left a {
    display: block;
    padding: 0;
    font-size: 18px;
    margin-right: 30px;
    font-weight: normal;

}

.path-left a.hover {
    color: var(--webcolor);

}

.gallery-top #video, .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.625%;
    background: #000;
}

.gallery-top #video video, .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.video_content {
    max-width: 750px;
    margin: 0 auto;
}

section {
    background-size: cover !important;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width: 100% \0;
}

section {
    padding: 90px 0;
}

.ax-form-group div {
    margin-bottom: 5px;
}


.menu {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-between;
    align-items: center;
    line-height: 2rem;
}

.menu .menu-name {
    border-bottom: .1rem solid var(--webcolor);
    margin-bottom: -1px;
    font-size: 20px;
    font-weight: bold;
}

.swiper-slide img {
    width: 100%;
}

.ax-card-block .ax-img {
    height: 150px;
}

.picture {
    overflow: hidden;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -moz-transform: scale(1.05, 1.05); /* Firefox */
    -webkit-transform: scale(1.05, 1.05); /* Safari and Chrome */
    -o-transform: scale(1.05, 1.05); /* Opera */
}

.width {
    width: calc(100% - 160px);
    max-width: 1920px;
    margin: 0 auto;
}

.ps-content {
    position: relative;
    width: 100%;

    overflow: hidden;
}

.cate-banner .ps-content {

}

.cate-banner .path {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 9;

    border-bottom: 1px solid #ddd;

}

.cate-banner .path-flex {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.ps-content > img {
    width: 100%;
}

.ps-content .pa-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}

.ps-content .pa-mask h2 {
    font-size: 1.8rem;
}

.big-title {
    font-size: 42px;
    margin-bottom: 40px;
}

.font-gradient {
    background: linear-gradient(var(--webcolor), #3cbdc8);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent;
}

.ax-breadcrumb li {
    display: inline-block;
}

.cate-banner .flex2 h1 {
    font-size: 2.6rem;
    line-height: 1.6;
    color: #fff;
}

.cate-banner .flex {
    justify-content: center;
}

.cate-banner .flex h1 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.cate-banner .flex2 .date-info, .cate-banner .flex2 .date-info a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.cate-banner .pa-mask .width {
    position: relative;
    height: 100%;
}


.ax-breadcrumb ul li + li::before {
    content: ">>";
    font-size: 0.6rem;
    font-family: "宋体";
    padding: 0px 0.4rem;
}


/*导航*/
header {
    position: relative;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;

}

.fix1 header, .fix header {
    webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    position: fixed;
}

.fix1 header, .fix header {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
}

.fix1 header .logo {
    min-height: 50px;
}

#nav {
    padding: 0 80px;
    /*border-bottom: 1px solid #fff;*/
    /*border-bottom: 1px solid rgba(34, 100, 112, 0.1);*/
}

header .all {
    display: flex;
    justify-content: space-between;
}

header .logo, footer .foot-logo {
    min-height: 50px;
    height: 3.5vh;
    height: 100px \0;
}

header .header-left > a {
    height: var(--navheight);
    display: flex;
    align-items: center;
}

header .logo {
    transition: all .3s;
}

header .logo-text {
    padding-left: 20px;

}

header .logo-text p.t1 {
    font-size: 20px;
    line-height: 1.25;
}

header .logo-text p.t2 {
    font-size: 16px;
    line-height: 1.25;
}

header .header-right > a {
    float: left;
    display: inline-block;
    margin-left: 30px;
    color: inherit;
}

header .header-right .ax-sign {
    color: inherit;
    border-color: inherit;
}

header .header-right a.top-tool:hover span {
    opacity: 1;
}

header .menu-handler {
    position: relative;
    z-index: 100;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}

header .menu-handler.active {
    background-color: transparent;
}

header .menu-handler .trans {
    -webkit-transition: all 0.6s cubic-bezier(0.245, 0.145, 1.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

header .menu-handler .trans-fast {
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

header .menu-handler .burger {
    position: absolute;
    width: 30px;
    height: 3px;
    z-index: 99;
    left: 0;
    top: 4px;
    display: block;
    margin: 0;
    border-radius: 0;
    background: #fff;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.fix1 header .menu-handler .burger, .fix header .menu-handler .burger {
    background: #000;
}

header .menu-handler .burger-2 {
    top: 12px;
}

header .menu-handler .burger-3 {
    top: 20px;
}

header .menu-handler.active .burger {
    background: #333;
}

header .menu-handler.active .burger-1 {
    left: 0;
    top: 15px;
    width: 35px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

header .menu-handler.active .burger-2 {
    filter: alpha(opacity=0);
    opacity: 0;
}

header .menu-handler.active .burger-3 {
    left: 0;
    top: 15px;
    width: 35px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

header .header-right .menu-txt {
    line-height: 25px;
    margin-left: 14px;
}

.nav-tog-main {
    background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;

}

.nav-tog-main.active {
    /*-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    z-index: 95;
    display: flex;
    align-items: center;
}

.nav-tog-main .item {

}

.nav-tog-main .item .item-list {
    float: left;
    width: 30%;
    margin-left: 3.333%;
}

.nav-tog-main .item dl {
    text-align: left;
    min-height: 250px;
}

.nav-tog-main .item .item-list dl:first-child {
    min-height: 360px;
}

.nav-tog-main .item dl dt {
    font-size: 40px;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    color: #333;
}

.nav-tog-main .item dl dd {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

.nav-tog-main .item dl dd a {
    font-size: 24px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.nav-tog-main .item dl dd a:hover {
    border-bottom: 1px solid;
    border-bottom-color: var(--webcolor);
    outline: none;
}

.nav-tog-main .item dl dt::after {
    content: '';
    position: absolute;
    background: var(--webcolor);
    top: 55%;
    left: -100px;
    right: 0;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0.4;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform;

}

.nav-tog-main .item dl dt:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.nav-tog-main .coopyright-top {
    font-size: 14px;
    margin-left: 3.333%;
    color: #333;
}

.nav-tog-main .menu-btn-link {
    position: absolute;
    bottom: 0;
    right: 194px;
    border: 1px solid #CFCFCF;
    display: inline-block;
    width: 160px;
}

.nav-tog-main .menu-btn-link .iconfont {
    font-size: 40px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 0
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex > li {
    margin-bottom: 15px;
}

.flex .ax-breadcrumb li {
    margin-bottom: 0;
}

.list-2 li {
    width: 48%;
}

.list-3 li {
    width: 31.3333%;
}

.list-4 li {
    width: 23%;
}

.list-5 li {
    width: 18%;
}

.list-6 li {
    width: 14.66666%;
}

.list-7 li {
    width: 12.2857%;
}

.list-8 li {
    width: 10.5%;
}

.flex li .ax-title {
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
}

.flex li .ax-title a {
    display: block;
    line-height: inherit;
}

li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

li.empty:before, li.empty:after {
    display: none !important;
}

.flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex3 {
    display: flex;
    align-items: stretch;
}

.flex3 {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

header nav {
    margin-left: 80px;
}


header .hotline {
    padding: 0 20px 0 10px;
    font-size: 17px;
    font-weight: 100;
}

header .wechat {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    background-color: #eee;
    text-align: center;
    color: var(--webcolor);
    position: relative;
}

header .wechat .ax-iconfont {
    font-size: 24px;
    transition: all .3s;
}

header .wechat .wx-img {
    width: max-content;
    background-color: #fff;
    padding: 0;
    transform: scale(1, 0);
    transition: .5s;
    position: absolute;
    right: 0;
    top: 80px;
}

header .wechat .wx-img img {
    width: 120px;
}

header .wechat:hover .wx-img {
    transform: scale(1);
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    align-items: center;
    display: flex;
    height: var(--navheight);
}

.header-right a.ax-btn {
    color: #fff;
}

.header-right .phone {
    font-size: 20px;
    font-weight: bold;
}

.top-tool span {
    color: inherit;
    font-size: 24px;
}

.search-box {
    width: 100%;
    height: var(--navheight);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    transition: all .3s;
}

.search-box form {
    display: flex;
    height: 90px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.header-right .search-box input {
    width: 90%;
    height: 4vh;
    padding: 0 0 0 4vh;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    outline: none;
}

.header-right .search-box input:focus, .header-right .search-box input:hover {
    box-shadow: none !important;
    border-color: #ccc !important;
}

.header-right .search-box button {
    width: 4vh;
    height: 4vh;
    background-color: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 3vh;
    border: none;
    z-index: 10;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.header-right .search-box span {
    padding: 0;
    float: none;
    color: #333;
    font-size: 20px;
}

.header-right .search-box span#search-close {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    line-height: 90px;
    right: 0;
    top: 0;
    padding: 0 10px;
}

.search-box.open {
    transform: scale(1);
    opacity: 1;
}

.menuDl dd:last-child .topMenu {
    padding-right: 0;
}

.right-top a {
    color: inherit;
    font-size: 16px;
}

.ax-menu li:hover > a .ax-name, .ax-menu li:hover > a .ax-legend, .ax-menu li:hover > a .ax-arrow {
    color: var(--webcolor);
}

.ax-menu > li:before {
    display: none;
}

/* 导航 */

.menuDl {
    display: flex;
    margin-left: 50px;
}

.menuDl dd {
    float: left;
    display: inline;
    margin: 0;
}

.topMenu {
    z-index: 9;
    height: var(--navheight);
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.topMenu > a {
    display: block;
    text-align: center;
    font-size: 18px;
    position: relative;
    color: inherit;
}

.topMenu > a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid var(--webcolor);
    transition: 0.2s all linear;
}

.topMenu:hover > a::before {
    width: 100%;
    left: 0;
    transition-delay: 0.1s;
    z-index: -1;
}

.twoMenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 100%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    z-index: 3;
    transition: all .3s;
    opacity: 0;
    transform: scale(1, 0);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
}

.topMenu:hover .twoMenu {
    transform: scale(1);
    opacity: 1;
    color: #fff;
}

.twoMenu .menuContent {
    padding: 20px;
    color: #333;
}

.twoMenu .menuContent li {
    line-height: 30px;
}

.menuContent .ax-col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--webcolor);
    margin: 1%;

}

.menuContent .ax-col-18 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menuContent .ax-col-18 ul li {
    width: 32%;

    background-color: #000;
    margin: 1% 0;
}

.menuContent .ax-col h3 {
    font-size: 26px;
    margin: 0;
}

.menuContent .ax-col h3.en {
    font-size: 18px;
    font-weight: 100;
    display: none;
    text-transform: uppercase;
}

.menuContent .ax-col-18 ul li a {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px;
    transition: all .3s;
}

.menuContent .ax-col-18 ul li a:hover {
    background-color: var(--webcolor);
    color: #fff;
}

.menuContent .ax-col-18 ul li a:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 52%;
    width: 15px;
    margin-left: -10px;
    margin-top: -1px;
    height: 1px;
    background: #FFF;
}

.menuContent .ax-col-18 ul li a:hover:before,
.menuContent .ax-col-18 ul li a:focus:before,
.menuContent .ax-col-18 ul li a:active:before {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: arrow 2.6s cubic-bezier(1, 0, 0, 1) 0s infinite;
    -moz-animation: arrow 2.6s cubic-bezier(1, 0, 0, 1) 0s infinite;
    animation: arrow 2.6s cubic-bezier(1, 0, 0, 1) 0s infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menuContent .ax-col-18 ul li a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 52%;
    width: 8px;
    margin-top: -1px;
    margin-left: -2px;
    height: 1px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}

.menuContent .ax-col-18 ul li a:hover:after,
.menuContent .ax-col-18 ul li a:focus:after,
.menuContent .ax-col-18 ul li a:active:after {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: arrow2 2.6s cubic-bezier(1, 0, 0, 1) 0.2s infinite;
    -moz-animation: arrow2 2.6s cubic-bezier(1, 0, 0, 1) 0.2s infinite;
    animation: arrow2 2.6s cubic-bezier(1, 0, 0, 1) 0.2s infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }
    10% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }
}

@-moz-keyframes arrow {
    0% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }
    10% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }
    10% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }
}

@-webkit-keyframes arrow2 {
    0% {
        -webkit-transform: translate(-10px, -10px) rotate(45deg);
        -moz-transform: translate(-10px, -10px) rotate(45deg);
        -ms-transform: translate(-10px, -10px) rotate(45deg);
        transform: translate(-10px, -10px) rotate(45deg);
        opacity: 0
    }
    10% {
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(10px, 10px) rotate(45deg);
        -moz-transform: translate(10px, 10px) rotate(45deg);
        -ms-transform: translate(10px, 10px) rotate(45deg);
        transform: translate(10px, 10px) rotate(45deg);
        opacity: 0
    }
}

@-moz-keyframes arrow2 {
    0% {
        -webkit-transform: translate(-10px, -10px) rotate(45deg);
        -moz-transform: translate(-10px, -10px) rotate(45deg);
        -ms-transform: translate(-10px, -10px) rotate(45deg);
        transform: translate(-10px, -10px) rotate(45deg);
        opacity: 0
    }
    10% {
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(10px, 10px) rotate(45deg);
        -moz-transform: translate(10px, 10px) rotate(45deg);
        -ms-transform: translate(10px, 10px) rotate(45deg);
        transform: translate(10px, 10px) rotate(45deg);
        opacity: 0
    }
}

@keyframes arrow2 {
    0% {
        -webkit-transform: translate(-10px, -10px) rotate(45deg);
        -moz-transform: translate(-10px, -10px) rotate(45deg);
        -ms-transform: translate(-10px, -10px) rotate(45deg);
        transform: translate(-10px, -10px) rotate(45deg);
        opacity: 0
    }
    10% {
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(10px, 10px) rotate(45deg);
        -moz-transform: translate(10px, 10px) rotate(45deg);
        -ms-transform: translate(10px, 10px) rotate(45deg);
        transform: translate(10px, 10px) rotate(45deg);
        opacity: 0
    }
}

.menuContent blockquote {
    padding: 20px;
    background-color: #f5f5f5;
    border-color: var(--webcolor);
}

.menuContent blockquote p {
    font-size: 14px;
    text-align: justify;
}

.twoMenu .hd {
    width: 40%;
    padding-right: 40px;
}

.twoMenu .bd {
    width: 60%;
    background-color: #f5f5f5;
    border: none;
}

.twoMenu .bd img {
    margin-bottom: 30px;
}

.twoMenu .bd > div {
    padding: 40px;

}

.twoMenu .hd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.twoMenu .hd li {
    width: 32%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 3;
    margin: 0 0 10px 0;
    border: 1px solid #eee;
}


.twoMenu .hd li a {
    color: inherit;
}

.twoMenu a {
    font-size: 16px;
    transition: 0.3s ease;
}


.twoMenu .li:hover a {
    color: var(--webcolor);
    font-weight: bold;
}

.menuDl dd:hover .twoMenu .li a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(100px) rotateX(0deg);
    -ms-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);

}

/*头部结束*/
/*底部*/
.foot-contact {
    position: relative;
    height: 450px;
}

.foot-contact .left-col {
    position: absolute;
    width: 70%;
    height: 100%;
    background-color: #eee;
    border-radius: 0 50px 0 0;
    left: 0;
    top: 0;
    padding: 5%;
    color: #fff;
    z-index: 10;
}

.foot-contact .right-col {
    position: absolute;
    width: 40%;
    height: 80%;
    background-color: var(--webcolor);
    padding: 5%;
    right: 0;
    bottom: 0;
    color: #fff;
    border-radius: 50px 0 0 0;
    z-index: 20;
}

footer {
    padding: 3% 0 0;
    color: #fff;
    background: #332c2b;
}

footer .flex li {
    margin-bottom: 0;
}

footer a {
    color: #fff;
    transition: all .3s;
}

footer h3 a {
    display: block;
    margin-bottom: 25px;
}

footer .foot-1 h4 {
    font-size: 15px;
}

footer .foot-1 h1 {
    color: #fff;
}

footer .foot-1 p {
    padding: 0;
    margin-bottom: 5px;
}

footer .foot-1 .lxfs h4 {
    font-size: 18px;
}

footer .list-container a {
    display: block;
    transition: all .3s;
    line-height: 30px;
}

footer .foot-1 i.iconfont, footer .foot-1 i.ax-iconfont {
    font-size: 30px;
}

footer h2 {
    font-size: 20px;
    font-family: 'webfont';
    margin: 10px 0 20px;
}

.link {
    padding-top: 20px;
}

.link a {
    padding: 0 20px 0 0;
}

.foot-1 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(253, 253, 253, 0.3);
}

footer .ax-col-18 li {
    margin-bottom: 0;
}

.foot-content {
    font-size: 14px;
    width: 60%;
    line-height: 1.4;
    text-align: justify;
}

.foot-cotact p {
    padding: 0;
    line-height: 2.5;
    font-size: 15px;
}

.foot-content a {
    color: #999;
}

.foot-text {
    padding: 20px 0;
}

.foot-nav {
    text-align: center;
}

.foot-nav > a {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}

.qrcode {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
}


.copyright {
    padding: 10px 0;
    background: #211e1d;
    color: #fff;
}

.copyright a {
    color: inherit;
    display: inline-block;
}


/*首页*/
.banner .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    /*background-color: rgba(0, 0, 0, .2);*/
    justify-content: center;
}

.banner .bg img {
    height: 100%;
}

.banner .bg video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
}

.banner .mask p {
    font-size: 1.5rem;
    text-shadow: rgba(0, 0, 0, 0.75) 5px 0px 10px;
}

.banner .mask h2 {
    font-size: 2.4rem;
    line-height: 1.8;
    text-shadow: rgba(0, 0, 0, 0.75) 5px 0px 10px;
}

.banner .pa-mask .more-link {
    margin: 0 auto;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 15%;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 80px;
    top: 50%;
    margin-top: -22px;
    transition: all .3s;
    opacity: .5;
}

.banner .swiper-button-prev {
    left: 80px;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
    background-color: var(--webcolor);
    border-color: var(--webcolor);
    opacity: 1;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.banner .swiper-pagination-bullets {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--webcolor);
}

.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.banner .swiper-slide img {
    webkit-transition: all 20s linear;
    -moz-transition: all 20s linear;
    -o-transition: all 20s linear;
    -ms-transition: all 20s linear;
    transition: all 20s linear;
}

.banner .swiper-slide video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.banner .more-link {
    font-weight: bold;
    border-color: #fff;
    background-color: #fff;
    color: var(--webcolor);
}

.banner .more-link:hover {
    border-color: var(--webcolor);
    color: #fff;
}

#index-pro {
    padding-bottom: 60px;
}

#index-pro .swiper-slide,
.pro-list li {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    font-weight: normal;
}

#xgcp .pro-list li {
    padding: 10px;
    text-align: center;
}

#xgcp .pro-list li h3 {
    font-size: 16px;
    font-weight: normal;
}

#index-pro .swiper-slide,
.pro-list li > a {
    display: block;
}

.pro-list li {
    border: 1px solid #eee;
    margin-bottom: 2.5%;
}

#index-pro .swiper-slide img,
.pro-list li img {
    padding-bottom: 20px;
}

#index-pro .swiper-slide img.begin-img,
#index-pro .swiper-slide:hover img.hover-img,
.pro-list li img.begin-img,
.pro-list li:hover img.hover-img {
    display: block;
}

#index-pro .swiper-slide img.hover-img,
#index-pro .swiper-slide:hover img.begin-img,
.pro-list li:hover img.begin-img,
.pro-list li img.hover-img {
    display: none;
}


#index-pro .swiper-slide:hover,
.pro-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

#index-pro .swiper-slide .content:before,
.pro-list li .content:before {
    content: '';
    position: absolute;
    left: 35%;
    top: 0;
    width: 30%;
    height: 1px;
    border-bottom: 3px solid #ccc;
    transition: all .3s;
}

#index-pro .swiper-slide .content,
.pro-list li .content {
    padding-top: 20px;
    position: relative;
}

#index-pro .swiper-slide:hover .content:before,
.pro-list li:hover .content:before {
    width: 100%;
    left: 0;
    border-color: var(--webcolor);
}

#index-pro .swiper-slide .content .ax-sign,
.pro-list li .content .ax-sign {
    border-color: #ccc;
    transition: all .3s;
}

#index-pro .swiper-slide:hover .content .ax-sign,
.pro-list li:hover .content .ax-sign {
    border-color: var(--webcolor);
    background-color: var(--webcolor);
    color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets.my-swiper-pagination {
    width: 300px;
    left: 0;
    top: 0;
    bottom: auto;
    height: auto;
    border-left: 3px solid var(--webcolor);
    transform: none;
    position: absolute;
    z-index: 3;
}

.my-swiper-pagination .swiper-pagination-bullet {
    width: 300px;
    height: auto;
    text-align: left;
    padding-left: 20px;
    line-height: 28px;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    opacity: .5;

}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    font-size: 14px;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.pro-grid {
    width: 23%;
    text-align: center;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    margin: 0 0 0 10%;
    float: left;
}

.pro-grid .item {
    width: 160px;
    height: 160px;
    padding-top: 20px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 1em;
}

.pro-grid .item .item-content {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    margin: 0 auto;
}

.pro-grid .item .item-content span {
    font-size: 36px;
}


.ys-list2 li {
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.ys-list2 li:hover {
    box-shadow: 0 35px 35px rgba(50, 50, 93, .1);;
}

.ys-list2 li h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.ys-list2 li span {
    font-size: 50px;
    color: var(--webcolor);
}

.ys-list li {
    width: 24%;
    cursor: pointer;
}

.ys-list li .picBox {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.ys-list .card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.ys-list .box-hide, .ys-list .box-show {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ys-list .box-show {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.ys-list .box-hide {
    background-color: #000;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ys-list .picBox:hover .box-show,
.ys-list .picBox:hover .box-hide {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.ys-list .picBox:hover .box-show {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ys-list .picBox:hover .box-hide {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ys-list .picBox .in-content {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.index2-map .t1 h1:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 100px;
    background-color: var(--webcolor);
    width: 3px;
    height: 30px;
}

.index2-map .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index2-map .mask a p {
    display: none;
}

.index2-map .mask #point1 {
    position: absolute;
    left: 19%;
    top: 18%;
    text-align: center;
}

.index2-map .mask #point2 {
    position: absolute;
    left: 38%;
    top: 32%;
    text-align: center;
}

.index2-map .mask #point3 {
    position: absolute;
    left: 70%;
    top: 20%;
    text-align: center;
}

.index2-map .mask #point4 {
    position: absolute;
    right: 17%;
    top: 70%;
    text-align: center;
}

.index2-map .mask #point5 {
    position: absolute;
    left: 51%;
    bottom: 17%;
    text-align: center;
}

.index2-map .mask #point6 {
    position: absolute;
    left: 12%;
    bottom: 34%;
    text-align: center;
}

.main-title {
    
}

.main-title h1 {
	font-size: 50px;
    color: #062863;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
}

.main-title strong {
    display: block;
    width: 60px;
    height: 5px;
    background-color: var(--webcolor);
    margin: 30px auto;
}

.main-title p {
    font-size: 20px;
    font-weight: bold;
}

.main-title h3 {
    font-size: 20px;
    color: #666666;
    width: 50%;
    margin: 0 auto;
}

#contact .flex3 {
    align-items: stretch;
}

#contact .flex3 .item {
    flex: 1;
    padding: 6rem 40px;
}

.contact-info h3 {
    font-size: 20px;
}

.contact-info .info-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.contact-info p {
    font-size: 16px;
    line-height: 2;

}

.ax-deform.ax-primary {
    background-color: var(--webcolor);
    color: #fff;
}

.ax-deform.ax-primary i {
    background-color: #fff;
}


/*侧边导航*/
.side-menu {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.side-menu .ax-accordion {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-top: 0;
}

.side-menu .ax-accordion a {
    color: inherit;
}

.side-menu .ax-title {
    background-color: var(--webcolor);
    border-radius: 5px 5px 0 0;
    height: 90px;
    display: flex;
    align-items: center;
}

.side-menu .ax-title h1 {
    padding: 0 25px;
    line-height: 55px;
    font-size: 32px;
    margin: 0;
}

.ax-accordion > li + li {
    border-top: #ccc;
}

.ax-accordion li.ax-item {
    padding: 0;
    background-color: #fff;
    line-height: 55px;
    font-size: 16px;
    font-weight: 500;
}

.ax-accordion li.ax-item .ax-panel-header {
    padding: 0 25px;
}

.ax-accordion li.ax-item.ax-show .ax-panel-header {
    background: #f4faff;
    color: var(--webcolor);
}

.ax-accordion li.ax-item .ax-panel-header .ax-operate {
    height: 55px;
    line-height: 55px;
    margin: 0;
}

.ax-accordion li.ax-item .sub-nav li i.ax-iconfont {
    color: #ccc;
}

.ax-accordion li.ax-item .sub-nav li {
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
}

.ax-accordion li a {
    display: block;
    width: 100%;
    transition: all .3s;
}

.ax-accordion li a.ax-operate {
    width: auto;
}

.ax-accordion li:hover > a, .ax-accordion li a:hover {
    padding-left: 10px;
}

.ax-card-block {
    padding: 0;
}

.ax-card-block .ax-title, .ax-card-block .ax-des {
    padding: 0 10px;
}

.ax-card-block .ax-from {
    padding: 10px;
}

.ax-card-block .ax-title {

    height: 50px;
    text-align: center;
}

.ax-card-block .ax-title a {
    display: block;
    line-height: 40px;
}

.ax-card-block .ax-img {
    margin-bottom: 0;
}

/*视频*/
/*服务体系*/
#service1, #service2, #service3 {
    padding: 60px 0 0;
    background-color: #f5f5f5;
}

#service3 {
    padding-bottom: 60px;
}

#service1 ul, #service2 ul, #service3 ul {
    padding-bottom: 40px;
    align-items: stretch;
}

#service1 li, #service2 li, #service3 li {
    box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-color: #fff;
}

#service1 li:hover, #service2 li:hover, #service3 li:hover {
    transform: translateY(-10px);
}

.pro_top {
    height: 140px;
    background: linear-gradient(to right, #f08300, #f0b73f);
    text-align: center;
}

#service2 .pro_top {
    background: linear-gradient(to right, #105ff0, #628bf0);
}

#service3 .pro_top {
    background: linear-gradient(to right, #007847, #00a25f);
}

.pro_top h2 {
    font-size: 30px;
    line-height: 90px;
    color: #fff;
    font-weight: 300;
}

.pro_top i {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #eee;
    font-size: 46px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .2);
    transition: all 0.3s ease;
    display: inline-block;
    color: #f08300;
}

.pro_body {
    padding: 60px 20px 40px;
    text-align: left;
    font-size: 15px;
    color: #999;
    line-height: 2;
}

#service2 .pro_top i {
    color: #105ff0;
}

#service3 .pro_top i {
    color: #007847;
}

/*产品*/
.pro-menu {
    width: 100%;

}

.xuancuan {
    margin-top: 30px;
    color: #999;
}

.xuancuan li {
    text-align: center;
}

.xuancuan li span {
    font-size: 40px;
}

.xuancuan li p {
    text-align: center !important;
}

.pro-content p {
    line-height: 2;
    margin-bottom: 10px;
}

.ax-drawer .ax-drawer-contain {
    background: #222;
    color: #fff;
}

.ax-drawer .ax-drawer-contain a {
    color: inherit;
}

.ax-drawer .ax-drawer-contain li > a {
    font-size: 18px;
    line-height: 2;
}

.pro-menu li {
    font-size: 16px;
    line-height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.pro-menu li a {
    color: #fff;
    transition: all .5s;
}

.pro-menu li:hover a, .ax-drawer-content .ax-accordion li a:hover {
    color: var(--webcolor);
}

.ax-drawer-content {
    padding: 20px;
    color: #fff;
}

.ax-drawer-content .ax-accordion li.ax-item.ax-show .ax-panel-header {
    background: transparent;
}

.ax-drawer-content .ax-accordion li a {
    color: inherit;
}

.ax-drawer-content .ax-accordion li.ax-item .ax-panel-header .ax-col > a {
    font-size: 18px;
    font-weight: bold;
}

.ax-drawer-content .ax-accordion li.ax-item .ax-panel-header, .ax-drawer-content .ax-accordion li.ax-item .sub-nav li {
    padding: 0;
}

.ax-drawer {
    z-index: 999;
    background: transparent;
}


.float-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background-color: var(--webcolor);
    position: fixed;
    left: 3%;
    top: 50%;
    cursor: pointer;
    transition: all .5s;
}

.float-menu:hover {
    box-shadow: 0 0 10px var(--webcolor);
}

.float-menu span {
    font-size: 26px;
    color: #fff;
}

.gallery-top .swiper-slide, .gallery-thumbs .swiper-slide {
    padding: 1px;
}

.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img {
    border: 1px solid #eee;
}

.gallery-thumbs .swiper-slide img {
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border-color: var(--webcolor);
    opacity: 1;
}

.center-menu {
    margin: 0 auto 60px;
}

.center-menu ul {
    text-align: center;
}

.center-menu li {
    display: inline-block;
    margin: 0 10px;
    line-height: 45px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    font-size: 16px;

    cursor: pointer;
    font-weight: bold;
    transition: all .5s;
}

.center-menu li a {
    padding: 0 30px;
}

.center-menu li:hover, .center-menu li.active {
    box-shadow: 0 0 10px #ccc;
    border-color: var(--webcolor);
    background-color: var(--webcolor);

}

.center-menu li:hover a, .center-menu li.active a {
    color: #fff;
}

#product-head {
    padding: 0;
    background: #f5f5f5;
}

#product .width {
    max-width: 1400px;
}

.underline {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: 5px solid var(--webcolor);
}


#product .flex li .ax-title {
    background-color: #fff;
}

.ps-content {
    overflow: hidden;
}

.page ul li a {
    font-size: 14px;
}


li:hover .ps-content img {
    transform: scale(1.1);
}

#partner {
    background: #f5f5f5;
}

#partner .width {
    max-width: 1440px;
}

#partner li {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .3s;
}

.partner-list li p {
    font-size: 14px;
}

.pro-list li:hover, #partner li:hover {
    border-color: #fff;
    box-shadow: 0px 0px 20px rgba(200, 200, 200, .5);
}


.pro-list li .list-title {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}

#product-show {


}

.pro-banner .pc {
    display: flex;
    justify-content: space-between;
}

.pro-banner .banner_left {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
}

.banner_left img {
    width: 70%;
}

.pro-banner .banner_right {
    width: 90%;
    background-color: #fff;
    padding: 0 0 0 10%;
    position: relative;
}

.tab-title {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.tab-title li {
    width: 120px;
    opacity: 0.5;
    text-align: center;
    transition: all .3s;
}

.tab-title li.active, .tab-title li:hover {
    opacity: 1;
}

.tab-title li.active p {
    color: var(--webcolor);
}

.tab-title li img {
    max-width: 120px;
}

.banner_right .tab-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.imager_kv_tet {
    width: 40%;
    z-index: 2;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.imager_kv_tet h1 {
    font-size: 3.6vh;
    margin-bottom: 2vh;
    font-weight: bold;
    line-height: normal;
    color: var(--webcolor);
}

.imager_kv_tet h3 {
    color: #333;
    font-size: 2.4vh;
    padding-bottom: 2vh;
    line-height: 1;
}

.imager_kv_tet p {
    color: #666;
    font-size: 16px;
    line-height: 2;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.imager_kv_img {
    width: 60%;
}

.imager_kv_btn {
    display: inline-block;
    height: 46px;
    border: #d9d9d9 solid 1px;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #eee);

}

.imager_kv_btn li {
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    float: left;
}

.imager_kv_btn li:hover {
    background-color: var(--webcolor);
    color: #fff;
}

.imager_kv_img_tit {

    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.tab-title1 li.actived a, .imager_kv_btn li:hover a {
    color: var(--webcolor);
}

.imager_kv_btn a {
    width: 100px;
    text-align: center;
    display: inline-block;
    color: #888;
    font-size: 14px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    overflow: hidden;
}

.imager_kv_btn li:hover a {
    color: #fff;
    border-color: var(--webcolor);
}

.imager_kv_btn li a {
    border-right: 1px solid #ccc;
}

.imager_kv_btn li:last-child a {
    border: none;
}

.imager_kv_img_tit img {

}

.imager_kv_img1 img {

}

.imager_kv_img1 {
    z-index: 2;
    padding: 0;
    text-align: center;
    position: relative;
}

/*sec1*/
.sec1 {
    background-image: url(/theme/default/images/pro-tab-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #f7f7f7;
    position: relative;
}

.sec1 .tab-box {
    width: 100%;
    height: auto;
}

.sec1 .tab_top {
    width: 80%;
    background: #fff;
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 25px;
    margin: 0 auto 50px;
}

.sec1 .tab_top1 {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec1 .tab-title1 {
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 156px;
    position: relative;
    z-index: 2;
}

.sec1 .tab-title1 li {
    width: 140px;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
}

.sec1 .tab-title1 li a {
    color: #fff;
    text-align: center;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
}

.sec1 .tab-title1 li a h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.sec1 .tab-title1 li a p {
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    padding-top: 6px;
    line-height: 1;
}

.sec1 .tab-title1 li a span {
    display: none;
    width: 140px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: var(--webcolor);
}

.sec1 .tab-title1 li a:hover span, .sec1 .tab-title1 li.actived a span {
    display: block;
}

.tab-box, .tab-box1 {
    position: absolute;
    top: 0;
    right: 0; /*opacity:0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
    display: none;
    z-index: -1;
}

.tab-box.active, .tab-box1.actived {
    position: relative; /*opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
    display: block;
    z-index: 1;
}

.tab-box1 .tab_bottom {
    display: none;
}

.tab-box1.actived .tab_bottom {
    display: block;
}

/*sec1_内容1*/
.tab-box1 {
    width: 100%;
    overflow: hidden;
}

.tab_table {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.table-box {
    width: 90.5%;
    margin: 0 auto;
}

.table-box p {
    text-align: left;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 15px;
}

.table-box table th, .table-box table td {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.table-box .table1 {
    width: 20%;
    display: inline-table;
    vertical-align: top;
}

.table-box .table1 th {
    color: #fff;
    position: relative;
    font-size: 12px;
    width: 100%;
}

.table-box .table1 th .swiper-prev, .table-box .table1 th .swiper-next {
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}

.table-box .table1 th .swiper-prev.swiper-button-disabled, .table-box .table1 th .swiper-next.swiper-button-disabled {
    display: none;
}


.table-box .table1 td {
    height: 40px;
    text-align: left; /*padding-left:5%;*/
    font-size: 14px;
    color: #0d0d0d;
    width: 50%;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.table-box .table1 td.first {
    padding-right: 0;
}

.table-box .table1 td.second {
    color: #0d0d0d;
    width: 50%;
}

/*.table-box .table1 td.second.even:nth-child(2),.table-box .table1 td.second.odd:nth-child(3){border-bottom: 1px solid #e9e9e9;}*/
.table-box .table1 tbody tr td.odd {
    background-color: #ededed;
    text-align: center;
}

.table-box .table1 tbody tr td.even {
    background-color: #f5f5f5;
    text-align: center;
}

.table-box .swiper-container {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.table-box .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: -1;
}

.table-box .table2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.table-box .table2 th {
    height: 70px;
    font-size: 28px;
    color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 1px solid #fff;
    background-color: #d4d4d4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 88.6%;
}

.table-box .table2 td {
    height: 40px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    color: #0d0d0d;
}

.table-box .table2 tr td:first-child {
    border-left: 0 none;
}

.table-box .table2 td.even {
    background-color: #f7f7f7;
}

.tab_tip {
    padding-top: 24px;
    width: 90.5%;
    margin: 0 auto;
}

.tab_tip p {
    color: #777;
    font-size: 14px;
    line-height: 30px;
}

#product-head .width {
    max-width: 1380px;

}

#product-show .ax-breadcrumb a,
#product-show .ax-breadcrumb li i.ax-iconfont,
#product-show.ax-breadcrumb ul li + li::before {
    color: #000;
}

.pro-info .intro {
    padding: 1rem 0;
}

.pro-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.pro-info p {
    line-height: 1.6;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}

.pro-info h1 {
    font-size: 38px;
    line-height: 1.6;
}

.pro-info .down {
    margin-top: 20px;
    line-height: 36px;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    color: #666;
    border-radius: 5px;
}

.pro-content > div {
    padding: 30px 0;
}

.pro-content .menu {
    padding-top: 30px;
}

.tab-list {
    position: relative;

}

.am-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.am-g:after {
    content: "";
    width: 23%;
}

.am-g .am-u-md-4 {
    width: 23%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.am-g .am-u-md-6 {
    width: 48%;
    margin-bottom: 20px;
}

.cpxq_yyal_bt {
    padding: 10px;
    text-align: center;
}

#product-show .tab-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#product-show .tab-list li {
    flex: 1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    background-color: #000;
}

#product-show .ax-tab-content li {
    padding: 60px 0;
}

#product-show .ax-tab-content li p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
}

#product-show .tab-list li:hover {
    background-color: var(--webcolor);
}

#product-show .tab-list li.ax-active {
    background-color: var(--webcolor);
}

#product-show .tab-list li a {
    color: #fff;
}

.pro-content .ax-item-block {
    padding: 10px 0;
}

#xgwz li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.artilce-title {
    font-size: 16px;
}

.artilce-title a {
    display: block;
}

/*文章类*/
.news-list li {
    margin-bottom: 40px;
    position: relative;
    transition: all .3s;
}

.news-list a.pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%;
    overflow: hidden;
}

.news-list a.pic .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    top: 0;
    left: 0;
}

.news-list a.pic .demo {
    position: absolute;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list a.pic .demo img {
    width: 10vw;
}

.news-list li span.date {
    position: absolute;
    height: 34px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    color: rgba(255, 255, 255, 0.8);
    top: 10px;
    left: 10px;
    z-index: 2;
}

.news-list li span.date i {
    color: inherit;
    margin-right: 5px;
}

.news-list li .mask {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.71);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 20;
    transition: all .3s;
}

.news-list li .case-title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    z-index: 10;
}

.news-list li:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

.news-list li .mask .ax-sign {
    color: #fff;
    border-color: #fff;
}

.news-list li:hover .mask {
    height: 100%;
    opacity: 1;
}

.news-list li .content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 3%;
    margin: 0 auto;

}

.news-list li .content a {
    color: inherit;
}

.news-list li .read-more {
    font-size: 18px;
    transition: all .3s;
}

.news-list li .read-more span {
    font-size: 18px;
    transition: all .3s;
}

.news-list li .read-more i {
    display: none;
}

.news-list li:hover .read-more i {
    display: inline-block;
}

.news-list li .content a.more-link:hover {
    color: #fff;
}

.news-list li:hover img {
    transform: scale(1.1);
}

.news-list li .content a {
    display: block;
}

.news-list li h3 {
    font-size: 18px;
}

.news-list li .content p {
    text-align: justify;
    font-size: 15px;
    color: #666;
}

.news-list li .tag {
    color: #999;
}

.img-bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.img-bg .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#article {
    padding: 60px 0;
    background-color: #f5f5f5;
}

#article .article-show {
    padding: 40px;
    background-color: #fff;
}

.article-show .content p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
}


.news-list.flex {
    align-items: stretch;
}


/*下载*/
.download-list li {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s;
}

.download-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.download-list li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--webcolor);
    width: 0;
    height: 2px;
    transition: all .6s;
}

.download-list li:hover:after {
    width: 100%;
}

.download-list li .left1 {
    width: calc(100% - 40px);
}

.download-list li .left2 {
    width: 40px;
    text-align: right;
}

/*联系我们*/
.bg-gray {
   
}

#contact .width, #page .width {

}

#contact {
    padding: 0;
    position: relative;
}

#contact:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #f5f5f5 url('/theme/default/images/contact-bg.jpg') 0 0 no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    opacity: 0.4;

}

#contact input.form-ip {
    height: 50px;
    line-height: 50px;
}

#contact form {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}

#contact form label, #contact p {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}

#contact .contact-info {
    position: relative;
    z-index: 20;
    padding: 40px;

}

/*about*/
#top-banner {
    position: relative;
    background: #fff url('/theme/default/images/about-bg.jpg') 0 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#top-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

#top-banner .main-title h1 {
    color: #fff;
    font-size: 3rem;
}

#top-banner .main-title p {
    font-size: 1.5rem;
}


#top-banner li {
    flex: 1;
    text-align: center;
}

#top-banner li + li {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

#top-banner li h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    font-family: trmup;
}

#top-banner li p.t1 {
    font-size: 16px;
}

#top-banner li p.t2 {
    font-size: 13px;
    color: #999;
}

#top-banner .content p {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

#about1 .item .ax-row {
    display: flex;
    align-items: center;
}

#about1 .content p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
}

#about1 .video-wrapper {
    padding-left: 50px;
}

#about1 .video-wrapper .video {
    background-color: #000;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

#about1 .video-wrapper .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.down-ico {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    transform: translateY(0);
    transition: 0.3s ease 0.6s;
    bottom: 15%;
    left: 50%;
    margin-left: -22px;
    z-index: 10;
}

.down-ico i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/theme/default/images/ico_arrow.png) no-repeat center;
    animation: downico 1.5s ease-out infinite;
    position: relative;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

#about2 li a {
    position: relative;
    z-index: 10;
}

#about2 li a .mask {
    width: 80%;
    height: 80px;
    background-color: #333;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 20;
    right: 0;
    bottom: -40px;
    color: #fff;
    transition: all .3s;
}

#about2 li:hover img {
    transform: scale(0.85);
    position: relative;
    z-index: 30;
}

#about2 li a:after {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background-color: #333;
    /*background-image: linear-gradient(180deg, #ffffff,var(--webcolor));*/
}

#about2 li:hover a:after {
    opacity: 1;
}

#about3 .content p {
    margin-bottom: 15px;
    line-height: 2;

}

#about4 {
    background: #fff url('/theme/default/images/banner03.jpg') center no-repeat fixed;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
}

#about4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

#about4 .main-title {
    position: relative;
    z-index: 20;
}

#about4 .main-title h1, #about4 .main-title h3 {
    color: #fff;

}

#about4 .main-title h1 span {
    color: var(--webcolor);
}

#about4 .content p {
    font-size: 16px;
    line-height: 3;
}

#about4 .main-title {
    margin-bottom: 0;
}

#about4 .more-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;

}

#about4 .more-link:hover {
    border-color: var(--webcolor);

}

.more-link:hover:after {
    background-color: var(--webcolor);
}

.modal-body select.form-ip {
    line-height: 38px;
    height: 38px;
    padding: 0 5px;
}

.modal-body {
    max-height: unset;
}

#about1 .item-left, #about1 .item-right {
    width: 48%;
}

.item-left img {
    width: 100%;
}

/*banner_inner*/
#main--image {
    position: relative;
    overflow: hidden;
    z-index: 2
}

#main--image .ui-bread {
    position: absolute;
    bottom: 20px;
    left: 80px;
    z-index: 10;
    color: #fff;
}

#main--image .ui-bread a {
    color: inherit;
}

.ui-bread ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.ui-bread ul li {
    display: inline-block;
}

.ui-bread ul li + li:before {
    padding: 0 8px;
    content: "/\00a0";
    color: inherit;
}

.ui-bread-1 ul li + li:before {
    content: ">>";
}

.ui-bread-2 ul li + li:before {
    content: ">";
}

.ui-bread ul li i {
    color: inherit;
    padding-right: 5px;
    transform: translateY(-1px);
}

#main--image:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #332c2b;
    z-index: 2;
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height
}

#main--image.active:before {
    height: 88%;
}

#main--image.active h2 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

#main--image.active h2 span {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

#main--image.active .main--bg:before {
    height: 100%
}

#main--image.active .main--bg:after {
    height: 0;
}

#main--image h2 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 25vh 8% 29vh;
    margin-bottom: 0;
    color: #FFF;
    font-size: 2.5rem;
    letter-spacing: 4px;
    font-weight: 900;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

#main--image h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

@media (max-width: 991px) {
    #main--image h2 {
        min-height: auto;
        padding: 100px 0;

    }
}

@media (max-width: 767px) {
    #main--image h2 {
        padding: 120px 5%;
    }
}

@media (max-width: 575px) {
    #main--image h2 {
        padding: 60px 0;
    }
}

#main--image .main--bg {
    position: absolute;
    right: 80px;
    top: 0;
    width: calc(100% - 160px);
    height: 88%;
    background: #111;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media (max-width: 575px) {
    #main--image {
        margin-bottom: 0;
    }

    #main--image .main--bg {
        width: 96%
    }
}

#main--image .main--bg:before {

    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #111;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

#main--image .main--bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#main--image .main--bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

/*单页*/

#culture li {
    width: 49%;
    cursor: pointer;
    position: relative;
    margin-bottom: 2%;
}

#culture li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s;
}

#culture li:hover .mask {
    background-color: rgba(0, 0, 0, .6);
}

#culture li .mask h3 {
    font-size: 24px;
}

#culture li .mask p {
    font-size: 16px;
}


#page, #news {
    padding: 5% 0;
}

#page .content p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    font-weight: normal;
}

.container-left {
    width: 240px;
}

.container-right {
    width: calc(100% - 280px);
    padding-left: 60px;
}

.team-list {
    align-items: stretch;
}

.team-list li {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.team-list li h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.team-list li h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.container-right .team-list li p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 10px;
}

#job .container-right {
    padding-top: 0;
}

#job .container-right p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 10px;
}

#job .container-right .artlist-item-body {
    padding: 30px;
}

#job .container-right .artlist > div + div {
    border-top: 1px solid #ddd;
}

#job .container-right .artlist-item-body .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

#job-head {
    padding: 0;
    background-color: #f5f5f5;
}

#job-show {
    padding: 30px 0;
}

.ui-box-body {
    width: 100%;
}


.article-show a, .article-show span {
    font-size: 14px;
}

.fix1 header .header-left > a, .fix1 .header-right, .fix1.search-box, .fix1 .topMenu {
    height: var(--minnavheight);
}

@media only screen and (min-width: 2400px) {
    #index-5 .left-content {
        margin-left: 0;
    }

    #index-5 .main-title {
        left: 50px;
    }

    .width {
        max-width: 1920px !important;
        margin: 0 auto;
        padding: 0;
    }

    #index-5 .top-title {
        font-size: 3.5vw;
    }

    #index-3 {
        width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (max-height: 1080px) {
    .imager_kv_img1 img {
        width: 70%;
    }

    .imager_kv_img1 {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1600px) {
    #product .pro-list li {
        width: 23%;
        transition: all .3s;
    }
}

@media only screen and (max-width: 1440px) {
    :root {
        --navheight: 90px;
    }

    .width {
        width: 90%;
    }

    #main--image .main--bg {
        width: 90%;
        right: 5%;
    }

    #main--image .ui-bread {
        left: 5%;
    }

    .fix1 header .logo {
        min-height: 55px;
    }

    .container-left {
        width: 200px;
    }

    .pro-list li {
        width: 23%;
        padding: 10px;
    }

    .container-right {
        width: calc(100% - 240px);
    }

    #index-2 .cate-list li {
        padding: 0 13px;
    }


    .container, .container-s, header .pop-number .item-info .info-text {
        width: 100%;
    }

    .nav-tog-main .item dl {
        min-height: 225px;
        margin-top: 30px;
    }

    .nav-tog-main .item .item-list dl:first-child {
        min-height: 200px;
    }

    .nav-tog-main .item dl dt {
        font-size: 30px;
    }

    .nav-tog-main .item dl dd a {
        font-size: 20px;
    }

    .nav-tog-main .item dl dd {
        margin-top: 17px;
        font-size: 20px;
    }

    .footer .item .list-info .title {
        font-size: 18px;
    }

    .nav-tog-main .coopyright-top {
        width: 57%;
    }

    .nav-tog-main .menu-btn-link {
        right: 75px;
    }

    .banner .pa-mask h1 {
        font-size: 2rem;
    }

    .nav > li a {
        font-size: 15px;
    }

    .width, #nav, #product-show .width {
        width: 90%;
        padding: 0;
    }

    header .logo-text p.t1 {
        font-size: 18px;
    }

    header .logo-text p.t2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .nav > li a {
        font-size: 15px;
    }

    .nav > li {
        padding: 0 10px;
    }
}


@media only screen and (max-width: 1200px) {
    .menuDl {
        display: none;

    }

}

@media only screen and (max-width: 1024px) {
    #main--image .main--bg {
        width: 94%;
        right: 3%;
    }

    .copyright, foot {
        font-size: 12px;
    }

    .ax-row.ax-split > .ax-col,
    .ax-flex-row.ax-split > *[class*="ax-flex-block"],
    .ax-row.ax-split-1 > .ax-col,
    .ax-flex-row.ax-split-1 > *[class*="ax-flex-block"] {
        width: 100%;
    }

    .ax-row[class*="ax-split"],
    .ax-flex-row[class*="ax-split"],
    .ax-flex-col[class*="ax-split"] {
        display: block;
    }

    :root {
        --navheight: 60px;
        --minnavheight: 60px;
    }

    #news-show .title h1 {
        font-size: 22px;
    }

    #news-show .ax-col-8 {
        padding-left: 0;
        margin-top: 20px;
    }

    .news-list li .case-title {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .banner .mask h2 {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .ys-list2 li {
        width: 100%;
    }

    #index-5 .width, .width, #nav, #product-show .width {
        width: 94%;
    }

    #contact input.form-ip {
        height: 36px;
        line-height: 36px;
    }

    #contact .flex3 {
        display: block;
    }

    #contact .flex3 .item {
        flex: unset;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    #contact form {
        padding: 20px 0 0;
    }

    #contact form .ax-col-12, #contact form .ax-col-12 button {
        width: 100%;
    }

    .contact-info .info-item {
        margin-bottom: 10px;
    }

    #contact .contact-info {
        background: #fff;
    }

    .contact-info h3 {
        font-size: 16px;
    }

    #xgcp .pro-list {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #xgcp .pro-list li {
        padding: 10px;
    }

    #main--image.active h2 {
        font-size: 32px;
    }

    #xgwz li {
        width: 100%;
    }

    #article {
        background-color: #fff;
    }

    #article .article-show {
        padding: 0;
    }

    #article .article-show .title {
        margin-bottom: 20px;
    }

    .news-list li {
        width: 49%;
    }

    .nav-menu, .fix1 header .logo-text {
        display: block;
    }

    .nav-menu span {
        font-size: 30px;
        color: #333;
        line-height: 60px;
    }

    .fix1 header, header.fix .nav-menu span, .fix1 header .nav-menu span {
        color: #333;
    }

    header .logo, .fix1 header .logo {
        height: 34px;
        min-height: unset;
    }

    .header-right {
        display: none;
    }

    .cate-banner .path {
        display: none;
    }

    .cate-banner .flex h1 {
        font-size: 20px;
        margin-top: 50px;
    }

    .more-link {
        padding: 0 0.8rem;
        height: 40px;
        line-height: 40px;
    }

    section {
        padding: 30px 0;
    }

    header .logo-text {
        padding-left: 5px;
    }

    header .logo-text p.t1, header .logo-text p.t2 {
        font-size: 14px;
    }

    header .header-right > a {
        margin-right: 10px;
    }

    .main-title h1, .banner .mask h1 {
        font-size: 26px;
    }

    .main-title p {
        font-size: 16px;
    }

    .banner .mask p {
        font-size: 16px;
        font-weight: normal;
    }

    .main-title {
        margin-bottom: 20px;
    }

    .main-title strong {
        margin: 10px auto;
    }

    .main-title h3 {
        width: 90%;
        font-size: 16px;
        font-weight: normal;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    .news-list li h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news-list a.pic .demo img {
        width: 160px;
    }

    #index-7 li {
        width: 24%;
        min-height: unset !important;
    }

    #index-7 li img {
        width: 80% !important;
        position: static !important;
    }

    #index-7 {
        min-height: unset;
    }

    #index-6 .main-title h1 {
        font-size: 24px;
    }

    .nav-tog-main.active {
        padding-top: 70px;
        display: block;
    }

    .nav-tog-main .container {
        padding-top: 5%;

    }

    .nav-tog-main .item {
        width: 100%;
    }

    .nav-tog-main .item dl dt {
        font-size: 20px;
    }

    .nav-tog-main .item dl {

        text-align: center;
    }

    .nav-tog-main .item dl dd {
        margin: 0;
    }

    .nav-tog-main .item .item-list dl:first-child {
        min-height: auto;
    }

    .nav-tog-main .item .item-list:last-child dl:last-child dd {
        display: none;
    }

    .nav-tog-main .item dl dd a {
        font-size: 16px;
    }

    .nav-tog-main .item .item-list {
        width: 32%;
        margin: 0;
        text-align: center;
    }

    .nav-tog-main .item {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .container-left {
        display: none;
    }

    .container-right {
        width: 100%;
        padding-left: 0;
    }

    .pro-list li {
        width: 49%;
    }

    #product .pro-list li {
        width: 100%;
    }

    #advantage {
        background: #fff;
        padding: 60px 0;
    }

    #advantage .width {
        position: static;
    }

    #advantage ul.flex li {
        width: 100%;
        flex: auto;
        color: unset;
        margin-bottom: 15px;
    }

    #advantage ul.flex li h1 {
        line-height: normal;
        margin-bottom: 10px;
    }

    #advantage ul.flex li p {
        opacity: 1;
        transform: unset;
    }

    #advantage ul.flex li span {
        font-size: 2rem;
        color: var(--webcolor);
    }

    .download-list li {
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .cate-banner {
        position: relative;
        height: 0;
        padding-top: 40%;
    }

    .cate-banner .ps-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .cate-banner .ps-content img {
        height: 100%;
    }

    .cate-banner .ps-content .pa-mask {
        background-color: rgba(0, 0, 0, .2);
    }

    .foot-1 {
        padding-bottom: 10px;
    }

    footer {
        padding-top: 10px;
    }

    .link a {
        padding-right: 10px;
    }

    .center-menu {
        margin-bottom: 20px;
    }

    .center-menu ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .center-menu ul li {
        width: 31.5%;
        display: block;
        text-align: center;
        margin: 0 0 15px;
    }

    .center-menu li a {
        padding: 0;
    }

    #about1 .item-left, #about1 .item-right, #about3 li {
        width: 100%;
    }

    #about1 .item-right {
        margin-top: 20px;
    }

    #about2 li {
        width: 48%;
    }

    #about2 li a .mask {
        height: 40px;
        font-size: 16px;
        bottom: 0;
    }

    #about4 {
        padding: 60px 0;
        min-height: auto;
    }

    #about1 .content p {
        text-indent: 2em;
    }

    #about4 .content p {
        font-size: 14px;
        line-height: 2;
    }

    .news-list li {
        margin-bottom: 15px;
    }

    #media .news-list li {
        width: 100%;

    }

    #culture li {
        width: 100%;
    }

    .link {
        padding-top: 0;
    }

    .fix header:hover .menu-handler .burger {
        background-color: #333;
    }

    #partner li {
        width: 32%;
        padding: 0;
        margin-bottom: 10px;
    }

    #news .news-list li, .xgwz li {
        width: 100%;
    }

    #article {
        padding: 0;
    }

    #article .width {
        width: 100%;
        padding: 3%;
    }

    #index-pro .swiper-slide .content:before, .pro-list li .content:before {
        display: none;
    }

    #index-pro .swiper-slide img, .pro-list li img {
        padding-bottom: 0;
    }

    #index-pro .swiper-slide .content, .pro-list li .content {
        padding-top: 5px;
    }

    #product-show .pro-list li p, #article .pro-list li p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .article-show .content p {
        line-height: 1.6;
        text-indent: 2em;
    }

    .article-show .content p img {
        margin-left: -2em !important;
    }

    #product-show .pro-list li h3, #article .pro-list li h3 {
        font-size: 16px;
    }

    #product-show .pro-list li span, #article .pro-list li span {
        display: none;
    }

    .ps-content .pa-mask h2 {
        font-size: 24px;
        line-height: normal;
        margin: 0;
    }

    .ps-content .pa-mask .ax-break-sm {
        display: none;
    }

    .ps-content .pa-mask.flex2 {
        align-items: flex-end;
        padding-bottom: 10px;
    }

    .pro-list li {
        margin-bottom: 2%;
    }

    #product-show {
        padding: 0;
    }

    #product-show .tab-list li {
        width: 20%;
        font-size: 12px;
    }

    #product-show .ax-tab-content li {
        padding: 30px 0;
    }

    .ys-list li {
        width: 100%;
    }

    #index-2:after {
        display: none;
    }

    #index-2 .index2-intro {
        z-index: 10;
    }

    #index-2 .index2-map {
        margin-top: 20px;
    }

    .ys-list .box-hide {
        background-color: rgba(0, 0, 0, .6);
        -webkit-transform: none;
        transform: none;
        -webkit-transform-style: unset;
        transform-style: unset;
    }

    footer .foot-logo {
        min-height: 40px;
    }

    .foot-text {
        display: none;
    }

    .ax-row.foot-1 {
        display: flex;
        justify-content: center;
    }

    .foot-1 {
        display: none;
    }

    .copyright .flex {
        justify-content: center;
    }

    #main--image .ui-bread {
        bottom: 4px;
        left: 5%;
    }

    .ui-bread ul li i {
        font-size: 14px;
    }

    #product-show .ax-tab-content li p {
        line-height: 1.6;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .ax-drawer .ax-drawer-contain {
        width: 100%;
    }

    .ax-drawer .ax-drawer-contain > .ax-drawer-close {
        right: 10px;
        top: 10px;
        left: auto;
    }

    .ax-drawer-contain .ax-drawer-close i {
        font-size: 30px;
    }

    .ax-drawer .ax-drawer-contain li {
        margin-bottom: 20px;
    }

    .ax-drawer .ax-drawer-contain .mini-nav a {
        margin-right: 10px;
        font-size: 16px;
    }

    .ax-drawer .ax-drawer-content {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px)
.proviewb img {
    width: 100%;
}