@font-face {
    font-family: 'logo';
    src: url('//at.alicdn.com/t/webfont_asaqn2puj7l.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_asaqn2puj7l.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_asaqn2puj7l.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_asaqn2puj7l.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_asaqn2puj7l.svg#庞门正道标题体2') format('svg'); /* iOS 4.1- */
}
    #packing{
        background-color: #000;
    }
        #zs{
        background-color: #eee;
        text-align: center;
    }
    #zs ul.flex{
        align-items: stretch;
    }
    #zs li{
     background: #fff;
     position: relative;
    }
    #zs li .picture{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 139%;
    }
    #zs li img{
       position: absolute;
       width: 100%;
       height: 100%;
       left: 0;
       top: 0;
    }
    #zs li p{
        text-align: center;
        line-height: 35px;
        padding: 0 10px;
    }
    #zs .more-link{
        margin: 20px auto 0;
    }
.ax-table p {
    margin: 0 !important;
}

.ax-table td {
    padding: 10px 5px;
}

.more-link {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all .5s;
    color: #fff;
    background: linear-gradient(135deg, #009b4c, #8BC34A);
}

.more-link:after {
    content: '';
    position: absolute;
    right: -1px;
    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: calc(100% + 2px);
    background: linear-gradient(135deg, #8BC34A, #009b4c);
}

.more-link:hover {
    color: #fff;
    box-shadow: 0 0 5px #009b4c;
}

p {
    padding: 0;
}

.width.path {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.57);
}

.path-left {
    width: 65%;

}

.path-left a {
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    font-size: 16px;
}

.path-left a.ax-show {
    color: #14bc9e;
}

.swiper-slide a {
    display: block;
}

.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;
}

img {
    max-width: 100%;
    width: 100% \0;
}

body {
    padding-top: 80px;
}

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;
}

.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: 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;
}

/*顶部*/
.top {
    padding: 8px 0;
    /*background: linear-gradient(45deg,#009b4c, #3cbdc8);*/
    background: #fff url('/theme/default/images/banner.jpg') 0 0 no-repeat fixed;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    display: none;
}

.top p {
    margin: 0;
    padding: 0;
}

.top a {
    color: #fff;
}

.top .ax-grid {
    padding: 0 30px;
}

.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: 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 p{
    text-align: center;
    font-size: 16px;
    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 nav {
    height: 80px;
    flex: 5;
    padding-left: 80px;
    position: relative;
}

header {
    position: fixed;
    display: flex;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 99;
    background-color: #fff;
}

header .width {
    overflow: visible;
    position: static;
}

.logo {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
}

.logo a img {
    height: 70px;
}
header .logo-text {
    padding-left: 10px;
}

header .logo-text p.t1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}

header .logo-text p.t2 {
    font-size: 15px;
    line-height: 1;
}


.header-right {
    float: right;
    height: 80px;
    text-align: center;
    position: relative;
}

.header-right span {
    display: block;
    width: max-content;
    height: 80px;
    line-height: 80px;
    float: left;
    padding: 0 25px;
    color: #999;
    position: relative;
}

.header-right span a {
    color: #999;
}

.header-right span.lan b {
    font-weight: bold;
    color: #000;
}

.header-right span.lan a {
    font-weight: 100;

}

.header-right span a:hover {
    color: #009b4c !important;
}

.header-right span.search {
    background-color: #009b4c;
    width: 80px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0;
    height: 80px;
}

.header-right span.search a {
    color: #fff;
}

#top-search {
    cursor: pointer;
}

.search-box {
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
    overflow: hidden;
}

.header-right .search-box input {
    width: 100%;
    height: 80px;
    padding: 0 10px 0 40px;
    line-height: 50px;
    border: none;
    background-color: #f5f5f5;
    border-radius: 0;
    position: relative;
}

.header-right .search-box input:focus {
    border: none;
    box-shadow: none;
}

.header-right .search-box button {
    width: 40px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}

.header-right .search-box span {
    line-height: 80px;
    padding: 0 10px;
    float: none;
    color: #333;
    z-index: 10;
    font-size: 20px;
}

.header-right .search-box span#search-close {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    z-index: 10;
}

.search-box.open {
    width: 100%;
    opacity: 1;
    background-color: #fff;
}

nav > ul > li {
    display: inline-block;

}

nav > ul > li > a {
    display: block;
    font-weight: 100;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    padding: 0 20px;
    border-bottom: 3px solid transparent;

}

nav > ul > li span.iconfont {
    font-size: 0.3rem;
}

nav li .sub-menu, .header-right span .sub-menu {
    transition: 0.5s ease 0s;
    transform-origin: top;
    opacity: 0;
    transform: scale(1, 0);
    overflow: hidden;
    background: #fff;
    left: 0;
    z-index: 2;
    padding: 10px;
    position: absolute;
    width: 100%;
    font-size: 0;
    box-shadow: 0 3px 3px -1px #ccc;
    z-index: 10;
}


nav li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: relative;
    margin-top: -5px;
    background-color: #009b4c;
    transition: all .5s;
}

nav li:hover > a:after {
    width: 100%;
}

nav li:hover .sub-menu, .header-right span:hover .sub-menu {
    transform: scale(1);
    opacity: 1;
}

.header-right span .sub-menu li {
    line-height: 30px;
}

.header-right span .sub-menu li a {
    font-size: 14px;
}

nav li .item {
    width: 18%;
    margin-bottom: 20px;
    text-align: center;
}
nav li.cate-31 .item{
    width:23%;
}
nav li.cate-2 .item {
    width: 24%;

}

nav li .item.empty {
    border: none;
    padding: 0;
    margin: 0;
}

nav li .item:hover {
    box-shadow: 0 0 15px #eee;
}

nav li .item img {
    margin-bottom: 5px;
}

nav li .item h3 {
    font-size: 16px;
}

nav li .item a.content {
    font-size: 16px;
    font-weight: 100;
    width: 48%;
    padding: 0;
    line-height: normal;
    text-align: left;
    display: inline-block;
    margin: 1%;
    float: left;
}

nav li .item h3 a {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.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;
}

.flex li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.flex li.empty:before, .flex li.empty:after {
    display: none !important;
}

.flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav li {
    margin-bottom: 0;
}

.nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav > li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.nav .ax-name {
    font-size: 18px;
}

.header-right .nav .ax-name {
    font-family: microsoft yahei;
    font-weight: 100;
    font-size: 16px;
}

.header-right .nav > li {
    padding: 0 20px;
    line-height: 80px;
}

.nav > li > ul {
    transition: 0.5s ease 0s;
    transform-origin: top;
    opacity: 0;
    line-height: 40px;
    transform: scale(1, 0);
    overflow: hidden;
    background: #fff;
    left: 0;
    z-index: 2;
    padding: 0;
    position: absolute;
    min-width: 100%;
    width: max-content;
    font-size: 0;
    overflow: visible;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
}

.nav > li > ul:before {
    position: absolute;
    left: 45px;
    top: -8px;
    overflow: hidden;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.nav > li > ul > li {
    transition: all .3s;
}

.nav > li:hover > ul {
    transform: scale(1);
    opacity: 1;
}

.nav > li a {
    padding: 0;
    display: block;
    text-align: center;
    font-size: 17px;
}

.nav > li > ul li a {
    font-size: 14px;
    /*text-align: left;*/
    padding: 0 20px;
}

.header-left .nav > li > ul li a {
    text-align: center;
}

.nav > li:hover > ul li a {
    color: #000;
}

.nav > li > ul li:hover {
    background-color: #f5f5f5;
}

.nav > li:hover > ul li:hover a {
    color: #009b4c;
}

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: #009b4c;
    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:hover .wx-img {
    transform: scale(1);
}

.header-left {
    height: 80px;
    padding-left: 30px;
    float: left;
    display: flex;
    align-items: center;
}

.ax-menu li:hover > a .ax-name, .ax-menu li:hover > a .ax-legend, .ax-menu li:hover > a .ax-arrow {
    color: #009b4c;
}

.ax-menu > li:before {
    display: none;
}

/*底部*/
footer {
    padding: 3% 5% 0;
    background: #333;
    color: #fff;

}

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-logo {
    height: 90px;
    height: 90px \0;
}

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: #3deeff;
}

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(255, 255, 255, .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 {
    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 #333;
    border-right: 1px solid #333;
}

.copyright {
    color: #fff;
    padding: 10px 5%;
    color: rgba(255, 255, 255, .5);
    background: #000;
}

.copyright a {
    color: rgba(255, 255, 255, .5);
    display: inline-block;
}

.copyright a:hover {
    color: #3deeff;
}

/*首页*/
.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: 70px;
    height: 70px;
    border-radius: 50%;
    right: 30px;
    top: 50%;
    margin-top: -35px;
}



.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: #009b4c;
}


#index-1 {
    padding: 90px 5%;
}

#index-1 .main-title {
    text-align: center;
}

#index-1 a {
    display: block;
}

#index-1 {
    padding: 90px 5%;
}

#index-1 ul.flex {
    align-items: stretch;
}

#index-1 .list-2 li {
    width: 48.5%;
    margin-bottom: 0;
}

#index-1 .main-title {
    text-align: center;
    margin-bottom: 60px;
}

#index-1 li .ax-col-12 {
    display: flex;
    align-items: center;

}

#index-1 li .ax-col-12 > div {
    padding: 20px;
}

#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: #009b4c;
}

.cate-list li:hover a {
    color: #fff;
}

#index-1 .ax-btn {
    margin: 40px auto 0;
    display: block;
    width: 160px;
}

#index-1 .ax-btn {
    margin: 20px auto;
}

#index-1 li {
    border-radius: 6px;
    overflow: hidden;
    transition: all .3s;
}

#index-1 li .title {
    background-color: #f5f5f5;
    padding: 6px 10px;
}

#index-2 .content {
    display: flex;
    justify-content: space-between;
}

#index-2 .content1 {
    width: 48%;
   
}

#index-2 .content2 {
    width: 48%;
  
}
.pimg{
    position: relative;
}
.pimg img{
    width: 100%;
}
.pimg a{
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: lighter;
    align-items: center;
   justify-content: center;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: all 0.3s;
}
.pimg a span{
    display: inline-block;
    padding: 10px 40px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.pimg:hover a{
    opacity: 1;
    height: 100%;
}
#index-2 .content1 p {
    font-size: 16px;
}

#index-2 .content1 .p-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

#index-2 .content1 .more-link {
    margin: 60px 0;
}

#index-2 .content1 li {
    width: 136px;
    height: 136px;
    display: flex;
    align-items: center;
    float: left;
    text-align: center;
    background-color: #fff;
    text-align: center;
    box-shadow: -10px 0 10px #eee;
}

#index-2 .content1 li a {
    display: block;
    width: 100%;
    color: #999;
    transition: all .3s;
}

#index-2 .content1 li span {
    font-size: 40px;
    color: #ccc;
    transition: all .3s;
}

#index-2 .content1 li:first-child a, #index-2 .content1 li:first-child span {
    color: #009b4c;
}

#index-2 .content1 li:hover a, #index-2 .content1 li:hover span {
    color: #009b4c;
}

#index-1 .list-4 li:hover {
    box-shadow: 0 0 10px #ccc;
}

#index-1 .flex li h3 {
    font-size: 20px;
    font-weight: bold;
}

#index-1 .flex.list-2 li p {
    line-height: 1.6;
    margin-bottom: 20px;
}

#index-1 .flex.list-4 li p {
    font-size: 16px;
    font-weight: bold;
}

#index-2 {
    padding: 90px 5%;
    background: #fff url('/theme/default/images/index2-bg.jpg') 0 0 no-repeat fixed;
}

#index-2 .data {
    margin-top: 40px;
    padding: 40px 0;
    box-shadow: 0 0 5px #eee;
    background-color: rgba(255, 255, 255, .6);
}

#index-2 .data li, #index-2 .data li p {
    text-align: center;
}

#index-2 .data li + li {
    border-left: 1px solid #ddd;
}

#index-2 .data li h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #009b4c;

}

#index-2 .data li span {
    font-size: 40px;
    color: #009b4c;
    line-height: 1;
}

#index-2 .data li h2:after {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}

#index-2 .data li:nth-child(1) h2:after {
    content: '年';
}

#index-2 .data li:nth-child(2) h2:after {
    content: '个';
}

#index-2 .data li:nth-child(3) h2:after {
    content: '人';
}

#index-2 .data li:nth-child(4) h2:after {
    content: '万元';
}

#index-3 {
    padding-bottom: 0;
    text-align: center;
}

#index-3 .brand-list li {
    flex: 1;
}

#index-3 .brand-list li img {
    width: auto;
}

#index-3 .brand-list li + li {
    border-left: 1px solid #ddd;
}

#index-3 ul.flex {
    width: 100%;
    padding: 20px 0;
    align-items: stretch;
}

#index-3 .cate-list li{
    text-align: left;
    padding: 20px;
    background-color: #fbfbfb;
    border-radius: 0;
    height: auto;
    margin-bottom: 30px;
}

#index-3 .cate-list li img{
    border: 1px solid #eee;
}
#index-3 .cate-list li h3{
    font-size: 28px;
    margin-top: 30px;
    font-weight: bold;
}
#index-3 .cate-list li h4{
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}
#index-3 .cate-list li h3:after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #009b4c;
    margin: 15px 0;
}
#index-3 .cate-list li p{
    line-height: 2;
    font-size: 16px;
}
#index-3 .cate-list li .more{
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    display: block;
    border-radius: 25px;
}
#index-7 {
    background: #fff url('/theme/default/images/index7-bg.jpg') 0 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

#index-7 li, #myapp li {
    background: linear-gradient(135deg, #009b4c, #8BC34A);
}
#index-7 li h3 a, #myapp li h3 a{
    color: #fff;
}
#index-7 li .content, #myapp li .content {
    padding: 10px;
    color: #fff;
    background: linear-gradient(135deg, #009b4c, #8BC34A);
    text-align: center;
}

#index-7 .more-link, #myapp .more-link {
    margin: 30px auto 0;
}

.flag h1 {
    font-size: 30px;
    line-height: 106px;
}

#index-4 {
    padding: 90px 5%;
}
#index-4 .ax-item{
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

#index-4 .ax-panel-header{
    padding: 8px 0 9px;
}
#index-4 .ax-accordion .ax-item .ax-panel-body{
    padding: 8px 0;
}
#index-4  .ax-panel-header .ax-operate:last-child{
    margin-right: 0;
}
#index-4 .ax-card > a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
#index-4 .ax-card > a img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
#index-5 {
    background: #fff url('/theme/default/images/index5-bg.jpg') 0 0 no-repeat fixed;
    text-align: center;
    color: #fff;
}

#index-5 ul {
    margin-top: 60px;
}

#index-5 li span {
    font-size: 40px;
    display: block;
}

#index-5 .more-link {
    color: #fff;
    margin: 0 auto;
    background-color: transparent;
    border-color: #fff;
}

#index-6 .ax-title {
    padding: 40px 0 10%;
}

#index-6 .ax-title h1 {
    margin-bottom: 40px;
}

#index-6 .ax-title p {
    font-size: 16px;
    line-height: 2;
}

#index-6 .ax-col-12 .app-item {
    position: relative;
}

#index-6 .ax-col-12 .app-item .words {
    width: 43%;
    /* height: 100%; */
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    padding-left: 12%;
    z-index: 5;
    box-sizing: border-box;
}

#index-6 .ax-col-12 .app-item .words .tit {
    font-size: 24px;
}

#index-6 .ax-col-12 .app-item .words .more {
    font-size: 14px;
    font-style: italic;
    padding-left: 18px;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    transition: .25s ease-out;
}

#index-6 .ax-col-12 .app-item a {
    display: block;
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
}

#index-6 .ax-col-12 .app-item img {
    width: 100%;
}

#index-6 .ax-col-12 .app-item .more span {
    padding-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#index-6 .ax-col-12 .app-item:hover .more span {
    padding-left: 20px;
}

#index-6 .ax-col-12 .app-item a:after, #index-6 .ax-col-12 .app-item a:before {
    content: "";
    position: absolute;
    right: -12%;
    top: 0;
    height: 100%;
    width: 0;
    opacity: .5;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    transform: skewX(0);
    transition: .25s ease-out;
}

#index-6 .ax-col-12 .app-item a:after {
    transition-delay: 0.1s;
}

#index-6 .ax-col-12 .app-item img {
    transition: all .5s;
}

#index-6 .ax-col-12 .app-item:hover img {
    transform: scale3d(1.05, 1.05, 1);
}

#index-6 .ax-col-12 .app-item:hover a:before {
    width: 51%;
    transform: skewX(-15deg);
}

#index-6 .ax-col-12 .app-item:hover a:after {
    width: 48%;
    background-color: rgba(169, 0, 8, 0.8);
    transform: skewX(-10deg);
}

#index-6 .ax-col-12 .app-item .words .more:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: skew(-10deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.main-title {
    font-size: 40px;
}

.main-title span {
    font-size: 30px;
    color: #999 !important;
    vertical-align: bottom;
    font-weight: 100;
}


#index-4 .ax-card-content .ax-title {
    margin-bottom: 15px;
}

#index-4 .ax-date p {
    padding: 5px 0;
}

#index-4 .ax-card .ax-card-content {
    padding: 10px 20px;
    background-color: #f5f5f5;

}

#index-4 .ax-card .ax-card-content .ax-title {
    font-size: 22px;
    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;
}

#index-4 li.item_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all .5s;
}

#index-4 .ax-ell-3-des {
    text-align: justify;
    color: #999;
}



#index-4 li .item_info {
    width: 75%;
    transition: all .3s;
}

#index-4 li .item_info:hover {
    padding-left: 10px;
}

#index-4 li .item_info h4 {
    font-weight: 500;
    font-size: 16px;
    color: #009b4c;
}

#index-4 li .item_info h4 span {
    font-size: 16px;
}

#index-4 li .item_info p {
    font-size: 16px;
    color: #999;
}

#index-4 .ax-date {
    font-size: 14px;
    color: #999;
}

.ax-deform.ax-primary {
    background-color: #009b4c;
    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;
    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;

}

.ax-accordion > li + li {
    border-top: 1px solid #f3f3f3;
}

.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 {

    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;
}

.pro-content p {
    line-height: 2;
    margin-bottom: 10px;
}

.ax-drawer .ax-drawer-contain {
    background: #222;
}

.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: #00e164;
}

.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;

}

.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: #009b4c;
    position: fixed;
    left: 3%;
    top: 50%;
    cursor: pointer;
    transition: all .5s;
}

.float-menu:hover {
    box-shadow: 0 0 10px #009b4c;
}

.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: #009b4c;
    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;
    padding: 0 30px;
    transition: all .5s;
}

.center-menu li:hover, .center-menu li.active {
    box-shadow: 0 0 10px #ccc;
    background-color: #009b4c;

}

.center-menu li:hover a, .center-menu li.active a {
    color: #fff;
}

#product-head {
    padding: 0;
    background: #f5f5f5;
}

#product {
    background-color: #f5f5f5;
}

#product .flex li .ax-title {
    background-color: #fff;
}

.pro-list li {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #d7e3e4;
    transition: all .5s;
}

.pro-list li .content {
    background-color: #f5f5f5;
    padding: 0 10px;
    text-align: center;
}

.pro-list li .content p {
    padding: 0;
}

#xgcp .pro-list li {
    background-color: #f5f5f5;
}

.pro-list li .ax-card-block {
    border: none;
}

.pro-list li .ax-card-block:hover {
    box-shadow: none;
}

.pro-list.flex {
    align-items: stretch;
}

li .ps-content {
    overflow: hidden;
}

.page ul li a {
    font-size: 14px;
}

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: 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;
}

#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 .intro p {
    line-height: 2;
    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;
    z-index: 999 !important;
}

.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;
}

.tab-list li {
    flex: 1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    background-color: #009b4c;
}

.tab-list li:hover {
    background-color: #14bc9e;
}

.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 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 {
    padding: 60px 0;
    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;
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
    line-height: 2;
}

.ax-article p img {
    margin-left: -2em;
}

.news-list.flex {
    align-items: stretch;
}

.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: #009b4c;
    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 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    text-align: center;
}

#contact .flex li span.iconfont {
    font-size: 40px;
}

#contact li h3 {
    color: #009b4c;
    margin-top: 20px;
    font-size: 22px;
}

#contact form {
    background-color: #fff;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}

/*culture*/
.culture-left {
    flex: 3;
    padding-right: 60px;
}

.culture-right {
    flex: 1;
}

.culture-left .content {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

.culture-left .content h3 {
    font-size: 24px;
    font-weight: bold;
    border-left: 2px solid #14bc9e;
    padding-left: 10px;
    margin-bottom: 10px;
}

.culture-left .content p {
    font-size: 16px;
    line-height: 2;
}

/*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 .width, #about1 .width, #about2 .width, #about3 .width, #about4 .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);
}

#top-banner li h2 {
    width: 100%;
    text-align: center;
    font-size: 60px;
    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;
    }
}

.modal-body select.form-ip {
    line-height: 38px;
    height: 38px;
    padding: 0 5px;
}

.modal-body {
    max-height: unset;
}

#about1 .son-list {
    padding: 60px 0;
}

#about1 .son-list li {
    width: 23%;
    padding: 40px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-weight: 100;
}

#about1 .son-list li span {
    font-size: 48px;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

/*单页*/
#page, .page-bg, #news {
    background-color: #f5f5f5;
}

.container-right {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
}

.container-right p {
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 16px;
}

.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%;
}
@media only screen and (max-width: 1600px) {
     #equipemnt{
        padding-left: 160px;
    }
   .sub-menu .width{
        max-width: 1000px;
        padding: 0;
    }
    nav li .sub-menu, .header-right span .sub-menu{
        width: max-content;
    }
}
@media only screen and (max-width: 1440px) {
    #index-1,#index-2,#index-3,#index-4,#index-5,#index-6{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .header-right span{
        padding: 0 15px;
    }
    nav > ul > li > a{
        font-size: 14px;
    }
   
    header .logo-text{
        display: none;
    }
    .ax-accordion li.ax-item {
        line-height: 44px;
        font-size: 14px;
    }

    #index-2 li p {
        font-size: 15px;
        line-height: 1.6;
    }

    #product-show {
        padding: 0 5% 30px;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .banner .pa-mask h1 {
        font-size: 4rem;
    }

    .nav > li a {
        font-size: 15px;
    }

    .width {
        width: 100%;
        padding: 0 5%;
    }


}

@media only screen and (max-width: 1280px) {
    .nav > li a {
        font-size: 15px;
    }

    .nav > li {
        padding: 0 10px;
    }
}