/*初始化类*/
@charset "utf-8";
*{
    font-family: 'Noto Sans SC'!important;
}
html {

    font-size: 100px;
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC,
        helvetica neue,
        arial,
        hiragino sans gb,
        microsoft yahei ui,
        microsoft yahei,
        simsun,
        sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 0.15rem;
    line-height: 1.05;
}

ul,
li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

body {
    padding-top: 1.25rem;
    overflow-x: hidden;
}

.w1400 {
    width: 15.5rem;
}

.w1600 {
    width: 16rem;
}

/* 顶部轮播 */
.common-banner {
    /*width: 100%!important;*/
    width: 1920px;
    height: 360px;
    /*height: 3.94rem;*/
    overflow: hidden;
    /*margin: 0 auto;*/
}

.commonSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.commonSwiper-next:after,
.commonSwiper-prev:after {
    color: #fff;
}

.commonSwiper-next {
    right: .5rem;
}

.commonSwiper-prev {
    left: .5rem;
}
.commonSwiper a{
    height: 100%;
}

.commonSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commonSwiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commonSwiper video::-webkit-media-controls {
    display: none !important;
}

/* 产品快速查询 */
.common-inquire-wrap {
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: .25rem;
}

.common-inquire-text {
    width: 1.53rem;
    height: 0.44rem;
    background: #4A4A4D;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: .22rem;
    flex-shrink: 0;
}

.common-inquire-select-box {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.common-inquire-select {
    width: 3.92rem;
    height: 0.44rem;
    background: #F4F4F5;
    border: 0.01rem solid #999999;
}

/* 顶部导航*/
.common-nav-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: .23rem;
}

.common-nav-text {
    width: 1.53rem;
    height: 0.44rem;
    background: #006B31;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: .22rem;
    flex-shrink: 0;
}

.common-nav-box {
    width: calc(100% - 1.75rem);
    display: flex;
    align-items: center;
}

.common-nav {
    height: 0.44rem;
    min-width: 1.5rem;
    margin-right: .25rem;
    position: relative;
    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #444444;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.common-nav::after {
    content: '';
    width: 0;
    height: 0.04rem;
    background: #006B31;
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-nav.active,
.common-nav.active .common-nav-a {
    color: #006B31;
}

.common-nav.active::after {
    width: 100%;
}

.common-nav-box1 .common-nav.active::after {
    width: 0%;
}

.common-nav:hover,
.common-nav:hover .common-nav-a {
    color: #006B31;
}

.common-nav-a {
    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #444444;
}

.common-nav:hover .common-nav-level {
    top: .44rem;
    height: auto;
    opacity: 1;
}

.common-nav-level {
    /*width: 100%;*/
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: .4rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
    background: #FFFFFF;
    border: 1px solid #999999;
}

.common-nav-level-a {
    transition: all .2s;
    white-space: nowrap;
    height: .32rem;
    text-align: center;
    font-size: 0.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444;
    line-height: 0.32rem;
    padding: 0 0.1rem;
}

.common-nav-level-a:hover {
    background: #006B31;
    color: #fff;
}

/* 分页 */
.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem 0 0.1rem;
}



.paging-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.paging {
    display: flex;
    align-items: center;
    margin: 0 0.16rem;
}

.paging .active {
    background: #006B31;
    /* border-color: #fff; */
    color: #fff;
}

.paging-img {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEDEDE;
    margin: 0 0.04rem;
}

.paging-img img {
    width: 0.15rem;
}

.paging-img.text{
    width: auto;
    color: #7D7D7D;
    padding: 0 .05rem;
}

.paging-a {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEDEDE;
    margin: 0 0.04rem;
    background: #F5F5F5;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.no-border {
    border-color: transparent;
}

.paging-to {
    display: flex;
    align-items: center;
}


.paging-to input {
    width: 0.5rem;
    height: 0.32rem;
    border: 1px solid #DEDEDE;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 0.08rem;
    text-align: center;
}

.paging-to-bt {
    width: 0.72rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #006B31;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}
 .common-nav button{
        display: none;
    }
    
    .common-nav button{
        display: none;
    }
    
.download{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .15rem auto;
    color: #333333;
    position: absolute;
    left: 50%;
    top: 0rem;
    transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
    .w1400{
        width: 100%;
        padding: 0 15px;
    }
    .commonSwiper-img{
        height: auto;
    }
    .common-banner{
        height: auto;
    }
    body{
        padding-top: 0.9rem;
    }
    .commonSwiper-next:after, .commonSwiper-prev:after{
        font-size: 22px;
    }
    .common-inquire-wrap,.common-inquire-select-box{
        display: block;
    }
    .common-inquire-wrap{
        padding: 0 .15rem;
    }
    .common-inquire-text{
        width: 1.8rem;
        font-size: 0.26rem;
    }
    .common-inquire-select{
        margin-top: 0.15rem;
        width: 100%;
    }
    .common-nav-wrap{
        display: block;
        padding: 0 .15rem;
    }
    .common-nav-box{
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0.15rem;
    }
    .common-nav:nth-child(3n){
        margin-right: 0;
    }
    .common-nav{
        width: 2.35rem;
        margin-right: 0.05rem;
        text-align: center;
        margin-bottom: 0.1rem;
        font-size: 0.26rem;
    }
    .common-nav-text{
        font-size: .26rem;
    }
    .common-nav.active::after{
        width: 60%;
    }
    .common-nav::after{
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
    }
    .common-nav button{
        display: block;
        width: 25px;
        height: 25px;
        border: 0;
        background: transparent;
    }
    .common-nav button img{
        transform: rotate(-90deg);
    }
    .ellipsis{
        display: flex!important;
        justify-content: center;
    }
    .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper{
        perspective: inherit!important;
    }
    .w1400{
        padding: 0;
    }
}