@charset "utf-8";

* {
    outline: 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;
}
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_40xd6sjxwmq.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_40xd6sjxwmq.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_40xd6sjxwmq.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_40xd6sjxwmq.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_40xd6sjxwmq.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_40xd6sjxwmq.svg#思源黑体-粗') format('svg'); /* iOS 4.1- */
}

    .file-link{
        position: absolute;
        display: block;
        width: 20%;
        padding: 20px;
        background: var(--other-color);
        color: #fff;
        font-size: 16px;
        right: 0;
        bottom:0;
        text-align: center;
        transition: all 0.3s;
        z-index: 20;
    }
.file-link:hover{
    color: #fff;
    background: #000;
}
.top-nav{

    background-color: #fff;

}
._fixed .top-nav{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    z-index: 999;
}
:root {
    --web-color: #1d3994;
    --other-color: #d61819;
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: var(--web-color);
}


::-webkit-scrollbar-thumb:active {
    background-color: var(--web-color);
}
.x-picture {
    overflow: hidden;
}

.x-picture img {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
}

.x-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 */
}
.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-center {
    display: flex;
    justify-content: center;
}

.x-flex-start {
    align-items: start !important;
}

.x-flex-stretch {
    align-items: stretch !important;
}

.x-flex-center {
    justify-content: center !important;
}

.x-flex-around {
    justify-content: space-around;
}

.x-flex > li {
    margin-bottom: 1.6%;
}

.x-flex-list-2 > li {
    width: 49%;
}

.x-flex-list-3 > li {
    width: 32%;
}

.x-flex-list-4 > li {
    width: 24%;
}

.x-flex-list-5 > li {
    width: 19%;
}

.x-flex-list-6 > li {
    width: 15.66667%;
}

.x-flex-list-7 > li {
    width: 13.785%;
}

.x-flex-list-8 > li {
    width: 12%;
}
.ui-modal {
    border: none;
    overflow: hidden;
    z-index: 9999;
}

.ui-modal-header .ui-modal-title {
    font-size: 24px;
}

.ui-collapse-menu-title.active a {
    color: #fff !important;
}
.textarea-content .ui-form-icon {
    top: 28px;
}
.ui-btn {
    background: var(--web-color);
    border-color: var(--web-color);
    color: #fff;
}
.ui-btn:hover {
    color: #fff;
    border-color: var(--web-color);
    box-shadow: 0 0 10px blue;
}
.ui-modal:before {
    content: '';
    width: 80%;
    height: 5px;
    background: var(--web-color);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
}
table td p{
    padding: 0;
}
.logo_text{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}
.logo_text p{
    padding: 0;
}
.logo_text .t1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}
.logo_text .t2{
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
}
.pro-list li{
    background-color: #fff;
    text-align: center;
}
.pro-list li a{
    display: block;
}
.pro-list li a img{
    width: 100%;
}
.gallery-top #video,.video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    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;
}


body {

}

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 #006fbe;
    margin-bottom: -1px;
    font-size: 20px;
    font-weight: bold;
}

.swiper-slide img {
    width: 100%;
}

.ax-card-block .ax-img {
    height: 150px;
}

.width {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.ps-content {
    position: relative;
    width: 100%;
  
    overflow: hidden;
}
.cate-banner .ps-content{
      max-height: 300px;
}

.ps-content > img {
    width: 100%;
}

.ps-content .pa-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.big-title {
    font-size: 42px;
    margin-bottom: 40px;
}

.webfont {
    font-family: webfont!important;
}

.font-gradient {
    background: linear-gradient(#0a50c1, #3cbdc8);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent;
}
.x-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.x-video .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.x-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.x-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}
.x-video img{
    width: 100%;
}
.x-video span {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: all .3s;
    z-index: 5;
}

.x-video:hover span {
    color: var(--web-color);
    background-color: #fff;
    webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}
/*顶部*/
.top {
    height: 30px;
    line-height: 30px;
    background-color: #555;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
}

.top p {
    margin: 0;
    padding: 0;
}

.top a {
    color: #fff;
}
.top .ax-align-right a{
    margin-left: 10px;
}
.top .ax-grid {
    padding: 0 30px;
}

.ax-breadcrumb li {
    display: inline-block;
}

.cate-banner .flex2 h1 {
    font-size: 3rem;
    color: #fff;
}
.cate-banner .flex{
    justify-content: center;
}
.cate-banner .flex h1{
    font-size: 3rem;
    color: #fff;
    margin-bottom: 15px;
}

.cate-banner .flex2 .date-info {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.cate-banner .flex2 .date-info a {
    color: #fff;
}

.cate-banner .ax-breadcrumb li {
    color: #fff;
}

.cate-banner .pa-mask .width {
    position: relative;
    height: 100%;
}


.cate-banner .ax-breadcrumb li a {
    color: #fff;
}

.cate-banner .ax-breadcrumb li a:hover {
    color: #fff;
}

.cate-banner .ax-breadcrumb li i.ax-iconfont {
    color: #fff;
}

.ax-breadcrumb ul li + li::before {
    content: ">>";
    font-size: 0.6rem;
    font-family: "宋体";
    padding: 0px 0.4rem;
}

.cate-banner .ax-breadcrumb ul li + li::before {
    color: #fff;
}

/*导航*/
header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
}

header .ax-grid-inner {
    height: 80px;
}

header .logo {
    height: 45px;
}

.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%;
}
li .ax-title{
    line-height: 40px;
    text-align: center;
    background-color: #f5f5f5;
}
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;
}
header nav{
    margin-left: 80px;
}
.nav li{
    margin-bottom: 0;
}
.nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.nav .ax-name {
    font-family: webfont;
    font-size: 18px;
}
.header-right .nav .ax-name{

    font-weight: 100;
    font-size: 16px;
}
.header-right .nav > li{
    padding: 0 20px;
    line-height: 80px;
    position: relative;
}
.x-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.x-menu li.nav-list {

    display: block;
}

.x-menu li.nav-list.x-pr {
    position: relative;
}

.x-menu > li > a {
    padding: 0 20px;
    line-height: 60px;
    display: block;
    font-size: 16px;
}

.x-menu li.nav-list .normal-nav {
    position: absolute;
    min-width: 160px;
    width: max-content;
    left: 0;
    top: calc(100% + 10px);
    padding: 10px 0;
    background: #fff;
    transform-origin: 50% 0;
    border-top: 1px solid #ddd;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}

.x-menu li.nav-list .normal-nav p a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 20px;
    text-align: center;
    display: block;
    transition: all .3s;
}
.x-menu li.nav-list .normal-nav p{
    padding: 0;
}
.x-menu li.nav-list .normal-nav p a:hover {
    background: var(--web-color);

    color: #fff;
}

.x-menu li.nav-list .sub_menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    background-color: #fff;
    background-size: 30%;
    padding: 0;
    z-index: 1;
    border-top: 1px solid #ddd;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}
._fixed .x-menu li.nav-list .sub_menu{
    top:70px;
}
.x-menu li.nav-list .sub_menu:before{
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    background-size: 40%;
}

.x-menu li.nav-list .sub_menu ul li h4 {
    border-bottom: 1px solid #ccc;
    color: var(--web-color);
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.x-menu .ui-tabs-vertical>.ui-tabs-nav{
    padding: 40px 0;
    min-height: 320px;
    position: relative;
    z-index: 4;

}
.x-menu .ui-tabs-nav{
    align-self: start;
    border: none;
}
.x-menu .ui-tabs-vertical>.ui-tabs-nav li a{
    padding: 0 40px;
}
.x-menu .ui-tabs-vertical>.ui-tabs-nav li{
    line-height: 40px;
}
.x-menu .ui-tabs-pane li a{
    display: inherit;
    font-size: 14px;
}
.x-menu .ui-tabs-vertical>.ui-tabs-content{
    position: relative;
    z-index: 5;
    padding: 40px;
    border-left: 1px solid #e4eaec;
}
.x-menu .ui-tabs-vertical>.ui-tabs-content .pro-list li{
    border: 1px solid #ddd;
    margin-bottom: 1.5%;
}
.pro-list li .x-picture{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.pro-list li .x-picture img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.x-menu .ui-tabs-vertical>.ui-tabs-content .ui-tabs-pane h4{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
}
.x-menu  .ui-tabs-vertical>.ui-tabs-content .ui-tabs-pane h4:after{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: var(--web-color);
    bottom: -5px;
    left: 0;
}
.x-menu .ui-tabs-vertical>.ui-tabs-nav li.active{
    border: none;
}
.x-menu li.nav-list .sub_menu .ui-tabs{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 320px;
}

.x-menu li.nav-list .sub_menu ul li h4 a {
    color: inherit;
}

.x-menu li.nav-list .sub_menu ul li p {
    line-height: 2;
}

.x-menu li.nav-list .sub_menu ul li .x-content {
    padding: 0.5rem;
}
.x-menu li.nav-list:hover .sub_menu, .x-menu li.nav-list:hover .normal-nav {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}

header .hotline {
    height: 80px;
    font-size: 20px;
    transform: skewX(-15deg);
    background-color: var(--other-color);
    position: relative;
    color: #fff;
}

header .hotline span{
    font-size: 20px;
    font-weight: normal;
}
header .wechat {
    height: 80px;
    line-height: 80px;
    transform: skewX(-15deg);
    background-color: var(--web-color);
    text-align: center;
    color:#fff;
    position: relative;
}
header .hotline .content,header .wechat .content{
    transform: skewX(15deg);
    display: flex;
    padding: 0 30px;
    align-items: center;
    height: 80px;
}
header .wechat:before{
    content:'';
    display: block;
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--web-color);
    z-index: -1;
    transform: skewX(15deg);
}
header .wechat .ax-iconfont {
    font-size: 24px;
    transition: all .3s;
}

header .wechat .wx-img{
    width: max-content;
    background-color: #fff;
    transform: scale(1, 0);
    transition: .5s;
    position: absolute;
    right: 0;
    top: 80px;
}
header .wechat:hover .wx-img{
    transform: scale(1);
}
header .ax-grid-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left{

    padding-left: 30px;
    display: flex;
    align-items: center;
}
.header-right{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.ax-menu li:hover > a .ax-name, .ax-menu li:hover > a .ax-legend, .ax-menu li:hover > a .ax-arrow {
    color: #0a50c1;
}

.ax-menu > li:before {
    display: none;
}

/*底部*/
footer {
    padding: 3% 5% 0;
    background-color: #11315e;
    color: #7498BB;
    border-top: 8px solid #0aacea;
}
footer .flex li{
    margin-bottom: 0;
}
footer a {
    color: #7498BB;
    transition: all .3s;
}
footer h3 a{
    display: block;
    margin-bottom: 25px;
}
footer .foot-1 h4{
    font-size: 15px;
}
footer .foot-1 h1{
    color:#0aacea;
}
footer .foot-1 p{
    padding: 0;
    margin-bottom: 5px;
}
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 a:hover {
    color: #fff;
}
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(84, 144, 226, 0.5);
}
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: #6077c1;
}

.foot-nav{
    text-align: center;
}
.foot-nav > a{
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}
.qrcode {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 20px;
    position: relative;
    background: rgba(255,255,255,.1)
}

.qrcode:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.qrcode:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.copyright{
    color: #fff;
    padding: 10px 5%;
    color: #7498BB;
    background-color: #142249;
}
.copyright a{
    color: #7498BB;
    display: inline-block;
}

/*首页*/
.banner .pa-mask {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.banner .swiper-pagination-bullet{
    opacity: 1;
}
.banner .pa-mask h1 {
    font-size: 5rem;
    color: #fff;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 20%;
    width: 60px;
    height: 60px;
    background-color: #1d3994;
    border-radius: 50%;
}

.banner .swiper-button-prev {
    opacity: .5;
}

.banner .swiper-button-prev:hover {
    opacity: 1;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
}

.banner .swiper-pagination-bullets {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #1d3994;
}
#index-0{
    padding: 40px 5%;

    margin: 0 auto;
}
#index-0 .data li{
    text-align: center;
}
#index-0 .data li+li{
    border-left: 1px solid #ddd;
}
#index-0 .data li h2{
    font-size: 60px;
    color: #1d3994;
}
#index-1{
    padding: 90px 5%;
}
#index-1 .main-title{
    text-align: center;
}
#index-1 a{
    display: block;
}
.cate-list{
    text-align: center;
    padding: 40px 0 60px;
}
.cate-list li{
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 10px;
    transition: all .3s;
}
.cate-list li:hover{
    background-color: #1d3994;
}
.cate-list li:hover a{
    color: #fff;
}
#index-1{
    background-color: #eee;
}
#index-1 .main-title{
    margin-bottom: 40px;
}
#index-1 .ax-btn {
    margin: 40px auto 0;
    display: block;
    width: 160px;
}
#index-1 .ax-btn{
    margin: 20px auto;
}
#index-1 li{
    transition:  all .3s;
}
#index-1 .ax-col-19 li:hover{
    box-shadow: 0 0 10px #ccc;
}

#index-1 .ax-item img{
    width: 100%;

}
#index-1 .ax-ell-2-des{
    color: #999;
    margin: 10px 0;
}
#index-1 li .title{
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background-color: #f5f5f5;
}

#index-1 .ax-item:hover:after{
    width: 100%;
}
#index-2{
    padding: 90px 5%;
    background: #fff url('https://lxtongli.oss-accelerate.aliyuncs.com/theme/default/images/index1-bg.jpg') 0 0 no-repeat fixed;
}
#index-2 .content p{
    font-size: 16px;
}
#index-2 .ax-accordion li.ax-item.ax-show .ax-panel-header{
    background-color: #fff;
}
#index-4{
    padding: 90px 5%;
    background: #fff url('https://lxtongli.oss-accelerate.aliyuncs.com/theme/default/images/index4-bg.jpg') 0 0 no-repeat fixed;
}
#index-5 {
    text-align: center;
}
#index-5 #partner{
    padding-bottom: 40px;
    
}
.main-title h1{
    font-size: 40px;
    line-height: normal;

}
.main-title p{
    font-size: 24px;
    padding: 0;
    color: #999!important;
    font-weight: 100;
}

#index-4{
    background-color: #f5f5f5;
}

#index-4 .ax-card .ax-card-content{
    padding: 20px;

}
#index-4 .ax-card .ax-card-content .ax-ell-title{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
#index-4 .ax-card .ax-card-content .ax-des{
    font-size: 14px;
    margin-bottom: 20px;
}
#index-4 .ax-card .ax-card-content .ax-from{
    color: #999;
    font-size: 16px;
}
#index-4 .ax-col-8,#index-4 .ax-col-16{
    background-color: #fff;
    overflow: hidden;
}
#index-4 li.item_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    transition: all .5s;
}
#index-4 .ax-ell-3-des{
    text-align: justify;
    color: #999;
}
#index-4 li+li{
    border-top: 1px solid #eee;
}
#index-4 li.item_block:hover{
    box-shadow: 0 0 10px #ccc;
}
#index-4 li .item_info{
    width: 75%;
}
#index-4 li .item_info h4{
    font-weight: bold;
    font-size: 22px;
    color: #1d3994;
}
#index-4 li .item_info p{
    font-size: 15px;
    color: #999;
}
#index-4 .ax-date{
    font-size: 20px;
    color: #999;
}
.ax-deform.ax-primary{
    background-color: #1d3994;
    color: #fff;
}
.ax-deform.ax-primary i{
    background-color: #fff;
}
#index-4 .details{
    overflow: hidden;
    width: 40px;
    height: 16px;
    border-left: 1px solid #e5e5e5;
    color: transparent;
    position: relative;
}

#index-4 .details:after,#index-4 .details:before{
    content:"";
    position: absolute;
    top: 50%;
    width: 19px;
    height: 13px;
    background: url(../images/icon-arrow.png) no-repeat 0 -164px;
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    webkit-transition: all .36s ease;
}
#index-4 .details:before {
    left: 15px;
}
#index-4 .details:after {
    left: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#index-4 li.item_block:hover .details:before {
    left: 30px;
    opacity: 0
}

#index-4 li.item_block:hover .details:after {
    left: 15px;
    opacity: 1
}

/*侧边导航*/
.side-menu {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    font-family: webfont;
    border-radius: 0 0 5px 5px;

}
.side-menu .ax-title{
    border-radius: 5px 5px 0 0;
}
.side-menu .ax-title h1{
    padding: 0 25px;
    line-height: 55px;
    font-size: 20px;

}
.side-menu a{
    font-family: webfont;
}
.ax-accordion > li + li {
    border-top: 1px solid #f3f3f3;
}
.ax-drawer-contain .ax-accordion > li + li{
    border-color: #2b4bb3;
}
.ax-accordion li.ax-item {
    padding: 0;
    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: #eef4fb;
}

.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 {
    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%;

}
.ax-drawer .ax-drawer-contain{
    background: #1d3994;
}

.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{
    color: #13fffa;
}
.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: #eef4fb;
}
.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;
}
.ax-drawer-contain .ax-drawer-close i.ax-iconfont{
    font-size: 20px;
}
.float-menu{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background-color: #1d3994;
    position: fixed;
    left: 3%;
    top: 50%;
    cursor: pointer;
    z-index: 100;
    transition: all .5s;
}
.float-menu:hover{
    box-shadow: 0 0 10px #1d3994;
}
.float-menu span{
    font-size: 26px;
    color: #fff;
}
.gallery-top .swiper-slide,.gallery-thumbs .swiper-slide{
    padding: 1px;
}
.gallery-top .swiper-slide a,li .ax-card-block > a{
    position: relative;
    width:100%;
    height: 0;
    padding-top:100%;
}
.gallery-top .swiper-slide a img,li .ax-card-block > a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.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: #1d3994;
    opacity: 1;
}
.center-menu{
    margin: 30px auto 40px;
}
.center-menu ul{
    text-align: center;
}
.center-menu li{
    display: inline-block;
    margin: 0 10px;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: webfont;
    padding: 0 30px;
    transition: all .5s;
}
.center-menu li:hover,.center-menu li.active{
    box-shadow: 0 0 10px #ccc;
    background-color: #1d3994;

}
.center-menu li:hover a,.center-menu li.active a{
    color: #fff;
}
#product-head{
    padding: 0;
    background: #f5f5f5;
}
#product{
    background-color: #f5f5f5;
}
li .ax-title{
    background-color: #fff;
    padding: 0 10px;
}
.pro-list li{
    margin-bottom: 30px;
    transition: all .5s;
}
li .ps-content{
    overflow: hidden;
}
li img{
    width: 100%;
    transition: all .5s;
}
li:hover .ps-content img{
    transform: scale(1.1);
}
.pro-list li:hover{
    box-shadow: 0 0 10px #ccc;
}
.pro-list li .list-title{
    padding: 0 10px;
    text-align: center;
    background-color: #f5f5f5;
}
#product-show {
    padding: 0 0 30px;
    background-color: #f5f5f5;
}
#product-head .width{
    max-width: 1380px;
}
#product-show .width {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 1380px;
}
.container-right .flex{
    align-items: stretch;
}
.container-right .flex .ax-card-block{
    border: none;
}
.container-right .flex li{
    background: #fff;
}
.container-right .flex li .ax-card-block:hover{
    box-shadow: none;
}
#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: 2rem 0;
}

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

.tab-list {
    position: relative;
    z-index: 999 !important;
}

.tab-list li {
    flex: 1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    background-color: #1d3994;
}
.tab-list li:hover{
    background-color: #152967;
}
.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;
}
/*文章类*/
.news-list{
    align-items: stretch;
}
.news-list li{
    margin-bottom: 40px;
}
.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 {
    background-color: #f5f5f5;
}

#article .width {
    max-width: 1200px;
    padding: 40px;
    position: relative;
    margin-top: -130px;
    background-color: #fff;
    z-index: 2;
}

.ax-article p {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
}

.ax-article p img {
    margin-left: -2em;
}
.news-list li{
    background-color: #fff;
    transition: all .5s;
}
.news-list li:hover{
    box-shadow: 0 0 10px #ccc;
}
.news-list li .wz-content{
    padding: 10px;
}
.news-list li .wz-content h3 a{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.news-list li .wz-content .ax-ell-2-des{
    margin-bottom: 10px;
    color: #999;
}
/*下载*/
.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: #1d3994;
    width: 0;
    height: 2px;
    transition: all .6s;
}
.download-list li:hover:after{
    width: 100%;
}
/*联系我们*/
.bg-gray{
    background-color: #f5f5f5;
}
#contact {
    padding: 0;
}
#contact .width{
    padding: 90px 60px;
    position: relative;
    margin-top: -200px;
    background-color: #fff;
    z-index: 2;
}
#contact .flex {
    align-items:stretch;
    margin-bottom: 40px;
}
#contact .flex li{
    padding: 30px;
    background-color: #f3f3f3;
    border-radius: 10px;
    text-align: center;
}
#contact .flex li span.iconfont{
    font-size: 40px;
}
#contact li h3{
    color: #1d3994;
    font-size: 22px;
}
#contact form{
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}
/*about*/
#top-banner {
    position: relative;
    background: #fff url('https://lxtongli.oss-accelerate.aliyuncs.com/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);
}

.width {
    max-width: 1500px;
    width: 79%;
    position: relative;
    z-index: 2;
}

#top-banner h1 {
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 30px;
}

#top-banner h1:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 40px;
    background-color: #fff;

}

#top-banner li {
    flex: 1;
    text-align: center;
}

#top-banner li + li {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.data li h2 {
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: normal;
    font-family: trmup;
}
.data li h2:after{
    font-size: 16px;
}
.data li:nth-child(1) h2:after{
    content: '条';
}
.data li:nth-child(2) h2:after{
    content: '台';
}
.data li:nth-child(3) h2:after{
    content: '条';
}
.data li:nth-child(4) h2:after{
    content: '名';
}
.data li p.t1 {
    font-size: 16px;
}

.data li p.t2 {
    font-size: 13px;
    color: #999;
}
.data-list{
    margin-top: 48px;
}
.data-list li{
    text-align: center;
}
.data-list li h1 {
    line-height: normal;
}

.data-list li h1 span {
    font-size: 4vw;
    font-weight: normal;
    color: var(--other-color);
}

.data-list li h1 b {
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.x-pic-list {
    width: 100%;
    margin: 0;
}
.x-pic-list li {
    counter-increment: number 1;
    margin-bottom: 60px;
    position: relative;
}
.x-pic-list li img{
    border-radius: 10px;
    width: 100%;
}
.x-pic-list li .content{
    position: relative;
    padding: 60px;
}
.x-pic-list li .content:before{
    content:'';
    position: absolute;
    display: block;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--web-color);
    z-index: -1;
}
.x-pic-list li:nth-child(odd) .content{
    padding-right: 0;
}
.x-pic-list li:nth-child(odd) .content:before{
    left: 0;
}
.x-pic-list li:nth-child(odd) .t1:after{
    color:#fff;
}
.x-pic-list li:nth-child(even) .content:before{
    right: 0;
}
.x-pic-list li:nth-child(even) .content{
    padding-left: 0;
}
.x-pic-list li .t1{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 30px;
    padding-top: 19px;
    padding-left: 14px;
}
.x-pic-list li .t1:before{
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 3px;
    height: 44px;
    background: var(--web-color);
}
.x-pic-list li .t1:after{
    top: 0;
    left: auto;
    position: absolute;
    display: block;
    content: "PICTURE " counter(number);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.1em;
    color: #A6A7A7;
}
.x-pic-list li .content:before{
    -webkit-transition: width .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: width .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    width: 35.2942%;
    border-radius: 10px;
    animation-duration:2s;
}
.x-pic-list li a{
    margin-bottom: 40px;
}
.x-pic-list li:nth-child(odd) .t1{
    color: #fff;
}
.x-pic-list li:nth-child(odd) .t1:before{
    background: #fff;
}
#top-banner .content p {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}
#about1{
    background: url("../images/about1.jpg") top left no-repeat;
    background-size: 100%!important;
    position: relative;
}
#about1:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
}
#about1 .width{
    position: relative;
    z-index: 2;
}
#about1 .content-text{
    padding: 0 40px;
}
#about1 .content-text p{
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
#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(https://lxtongli.oss-accelerate.aliyuncs.com/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;
    }
}
#about1 .son-list{
    padding: 60px 0;
}
#about1 .son-list li{
    width: 18%;
    padding: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-weight: 100;
}
#about1 .son-list li:hover span,#about1 .son-list li:hover a{
    color: var(--other-color);
}
#about1 .son-list li span.ui-icon{
    font-size: 48px;
    display: block;
    line-height: normal;
}
/*单页*/
#page,.page-bg,#news{
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1530px) {
    .x-menu > li > a{
        padding: 0 10px;
        font-size: 15px;
    }
    header .hotline .content, header .wechat .content{
        padding: 0 20px;
    }
    header .hotline span,header .hotline,header .wechat .ax-iconfont{
        font-size: 16px;
    }
    .logo_text .t1{
        font-size: 15px;
    }
    .logo_text .t2{
        font-size: 10px;
    }
    #product-show{
        padding: 0 5% 30px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .banner .swiper-button-prev{
        right: calc(12% + 60px);
    }
    .banner .pa-mask h1{
        font-size: 4rem;
    }
    .nav > li a{
        font-size: 15px;
    }
    .width {
        width: 100%;
        max-width: unset;
        padding: 0 5%;
    }


}

@media only screen and (max-width: 1280px) {
    .nav > li a {
        font-size: 15px;
    }

    .nav > li {
        padding: 0 10px;
    }
}