* {
    margin: 0;
    padding: 0
}

html,
body {
    font-family: 'Microsoft YaHei',;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    color: #000;
}


/* body.english{
    font-family: Arial, Helvetica, sans-serif;
} */

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    outline: none
}

a:hover {
    text-decoration: none;
}

a,
a:hover {
    color: #000;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
}


.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    border-width: unset;
    border-color: unset;
    width: 40px;
    height: 40px;
    border: unset;
    background-size: 80% 80%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-position: center;
}

.fp-controlArrow.fp-prev {
    background-image: url(../../images/left.png);
}

.fp-controlArrow.fp-next {
    background-image: url(../../images/right.png);
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 30%
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%
}

.width80 {
    width: 80%;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font32 {
    font-size: 32px;
}

.font38 {
    font-size: 38px;
}

.font42 {
    font-size: 42px;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingRight {
    padding-right: 0
}


.textCenter {
    text-align: center;
}

@media(min-width:1440px) {
    .container {
        width: 1400px
    }
}

@media(min-width:1680px) {
    .container {
        width: 1600px;
    }
}


/*banner */
.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../../images/ban_prev.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(../../images/ban_next.png);
    right: 60px;
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}


.section .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持宽高比并覆盖整个容器 */
    display: block;
    /* 移除视频下方的空白 */
}





/* 内容 */
.secAbout-box {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secAbout-left {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secAbout-left.english{
    padding-top:60px;
}
.secAbout-left .secAbout-left-box {
    width: 48%;
}

.secAbout-left-pic1 {
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0 20px 0;
}

.secAbout-left-pic1 img {
    object-fit: cover;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: all .6s;
}

.sec-logo {
    width: 100%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    background: #dbdcd6;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-logo img {
    display: block;
    margin: 0 auto;
    height: 60%;
}

.secAbout-left-pic2 {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.secAbout-left-pic2 img {
    object-fit: cover;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: all .6s;
}

.secAbout-left-pic2:nth-child(2) {
    margin-bottom: 0;
}

.secAbout-right {
    padding-left: 100px;
}

.secAbout-right-box {
    overflow: hidden;
    padding: 60px 0;
}

.tit {
    width: 180px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    overflow: hidden;
    border: 1px solid #000;
    text-transform: capitalize;
}

.tit .fa-institution:before,
.fa-bank:before,
.fa-university:before {
    font-size: 20px;
    color: #fe0000;
}

.slogan {
    text-align: right;
    text-transform: capitalize;
    line-height: 48px;
    margin: 140px 0 40px;
}

.slogan span {
    color: #fe0000;
}


.desc {
    color: #555;
}

.bt {
    margin-top: 60px;
    text-align: right;
    position: relative;
    line-height: 40px;
}

.bt:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bt a {
    transition: all .3s;
}

.bt:hover a {
    color: #fe0000;
}

.secAbout-left-pic1:hover img,
.secAbout-left-pic2:hover img {
    transform: scale(1.1);
}

.section.active .secAbout-left {
    animation: leftMove 1s linear forwards;
}

.section.active .secAbout-right {
    animation: rightMove 1s linear forwards;
}

.hs {
    background: url(../../images/xy.png) no-repeat top left;
    background-size: 30% auto;
}
.honor{
    width: 100%;
    overflow: hidden;
    padding:60px 0;
}

.honor li{overflow: hidden;}
.honor-pic{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 310px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
    }
    .honor-pic a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
    }
    .honor-pic a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
    transition: all .6s;
    }
    .honor-name{
    border:1px solid #ddd;
    border-top:none;
    line-height: 60px;
    height:60px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    }
    .honor li:hover .honor-pic img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }










.about {
    position: relative;
}

.about-content {
    width: 60%;
    position: absolute;
    left: 20%;
    top: 50%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 60px;
    overflow: hidden;
    background-image: url(../../images/a-logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20% auto;
}
.about-content.english{width: 80%;left:10%}


.about-content h2 {
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.about-content h2.english{
    line-height: 40px;
}

.about-content h2 span {
    color: #fe0000;
}

.about-content h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fe0000
}

.about-content-content {
    padding-top: 40px;
    color: #555;
}

.aboutVideo {
    width: 100%;
    margin-top: 15%;
    overflow: hidden;
}
.aboutVideo.english{
    margin-top:20%
}
.aboutVideo video {
    width: 100%
}

.culture {
    margin: 60px 0;
    overflow: hidden;
}

.cultureBox {
    width: 100%;
    overflow: hidden;
}

.cultureLi {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cultureLi-pic {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.cultureLi-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.cultureLi:hover .cultureLi-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cultureLi-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 160px;
    transform: translateY(100%);
    transition: all .6s;
}
.cultureLi-text .cultureLi-desc p.english{
    line-height:24px
}

.culture-name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 32px;
    padding: 0 40px;
    line-height: 100px;
    transition: all .6s;
}


.cultureLi-text h4 {
    margin-bottom: 20px;
}

.cultureLi:hover .cultureLi-text {
    transform: translateY(0);
}

.cultureLi:hover .culture-name {
    display: none;
}


.history {
    width: 100%;
    margin: 100px auto;
    overflow: hidden;
}

.history .historySwiper2-top span {
    color: #000
}

/* .history-right li{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #ddd;
    padding:30px 0;
    overflow: hidden;
    transition: all .6s;
}
.history-right .history-tit{
    font-size:80px;
    font-weight: bold;
    color:#f4f4f4;
    text-shadow:2px 2px 2px rgba(0, 0, 0, .3);
    font-family: 'Times New Roman', Times, serif;
    line-height: 100px;
}
.history-txt{
    padding-left:100px;
    border-left:1px solid #ddd
}
.history-txt img{
    width:80%;
    margin-top:30px;
}
.history-right li:hover{transform: translateX(20px);}
.historySwiper {
    line-height: 80px;
    height: 80px;
    background: #555;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.historySwiper .swiper-slide-thumb-active {
    background: #f90401;
}

.historySwiper-box {
    width: 100%;
    display: flex;
    justify-content: start;
}

.historySwiper2 {
    margin-top: 40px;
}

.historySwiper-text {
    position: relative;
}

.historySwiper-text span {
    font-size: 120px;
    font-weight: bold;
    font-style: italic;
    opacity: .1;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 40px;
    font-family: 'Times New Roman', Times, serif;
}

.historySwiper-text-txt {
    padding: 80px;
    overflow: hidden;
    font-size: 20px;
    line-height: 40px;
    background-color: #f8f8f8;
} */
.historySwiper2-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.width25 {
    width: 25%
}

.historySwiper2-li {
    padding: 0 40px;
    overflow: hidden;
    border-right: 1px solid #ddd;
}

.historySwiper2-top h1 {
    color: #fe0000;
    text-transform: uppercase;
}

.historySwiper2-top hr {
    width: 80px;
    height: 2px;
    background: #fe0000;
}

.historySwiper2-desc {
    color: #777;
}

.historySwiper {
    margin-top: 40px;
}

.historySwiper h4 {
    line-height: 100px;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}

.historySwiper .swiper-slide-thumb-active h4 {
    border-top: 1px solid #fe0000;
    color: #fe0000
}

.historySwiper .swiper-slide-thumb-active h4:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fe0000;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: -4px;
}

.historySwiper h4:hover {
    color: #fe0000
}

.historySwiper2-li-box h2 {
    font-weight: bold;
}

.historySwiper2-li-desc {
    color: #777;
    margin: 10px 0 40px;
    height: 150px;
    overflow: hidden;
    overflow-y:scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.historySwiper2-li-desc::-webkit-scrollbar {
    display: none;
  }
.historySwiper2-li-desc.english{
    font-size: 14px;
    line-height: 24px;
}

.historySwiper2-li-pic {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 218px
}

.historySwiper2-li-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.historySwiper2-li:hover .historySwiper2-li-pic img {
    transform: scale(1.1)
}





.partner {
    margin: 60px 0;
    overflow: hidden;
}

.partner-box {
    padding: 30px;
    overflow: hidden;
    background-color: #f4f4f4;
    transition: all .6s;
    margin-bottom: 30px;
}

.partner-pic {
    height: 82px;
    display:flex;
    align-items: center;
}

.partner-pic img {
    max-height: 82px;
    display: block;
    margin: 0 auto;
}

.partner li:hover .partner-box {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
}


.video {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}

.video ul {
    width: 100%;
    overflow: hidden;
}

.video-box {
    position: relative;
}

.video-pic {
    width: 100%;
    height: 336px;
    overflow: hidden;
    display: flex;
}

.video-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .6s;
}

.video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-cover .fa-play-circle:before {
    font-size: 60px;
    line-height: 80px;
    color: #fff;
}

.video-box:hover .video-pic img {
    transform: scale(1.1);
}

.video-left {
    width: 100%;
    overflow: hidden;
    padding-right: 60px;
}

.video-left h2 {
    line-height: 100px;
    border-bottom: 1px solid #ccc;
}

.video-left-content {
    padding-top: 60px;
}

.video-left-content video {
    width: 100%
}

.video-right {
    background: #f4f4f4;
    padding: 40px 20px;
    overflow: hidden;
}

.video-right h3 {
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}

.video-right-item {
    padding: 40px 0;
    overflow: hidden;
}

.video-right-pic {
    width: 100%;
    height: 309px;
    overflow: hidden;
    display: flex;
}

.video-right-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-right-name {
    line-height: 48px;
    color: #555;
}

.video-right-item li {
    margin-bottom: 30px;
}


















.sub_nav {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    overflow: hidden;
}

.sub_nav ul {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.sub_nav li {
    display: inline-block;
}

.sub_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #777;
    position: relative;
    padding: 15px 30px;
}

.sub_nav li.cur a {
    color: #fff;
    background: #fe0000;
}

.sub_nav li.cur a:after {
    left: 0;
    width: 100%;
}

.sub_nav li:hover a {
    color: #fff;
    background: #fe0000;
}

.sub_nav li:hover a:after {
    left: 0;
    width: 100%;
}

/* 产品 */
.secProduct-item {
    width: 100%;
    overflow: hidden;
}

.secProduct-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secProduct-item ul li {
    width: 32%;
}

.secProduct-item ul li .secProduct-item-box {
    position: relative;
}

.secProduct-item-pic {
    overflow: hidden;
}

.secProduct-item-pic img {
    transition: all .6s;
}

.secProduct-item li:hover .secProduct-item-pic img {
    transform: scale(1.1);
}


.secProduct-item-title {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 70%;
    line-height: 60px;
    border-bottom: 1px solid #000;
}

.pTxt {
    margin-top: 8%;
    position: relative;
}

.pTxt .tit1 .fa-cube:before {
    font-size: 20px;
    color: #fe0000;
}

.section.active .pTxt {
    animation: leftMove 1s linear forwards;
}

.section.active .secProduct-item li:nth-child(1) {
    animation: upMove 1s linear forwards;
}

.section.active .secProduct-item li:nth-child(2) {
    animation: upMove 1.2s linear forwards;
}

.section.active .secProduct-item li:nth-child(3) {
    animation: upMove 1.5s linear forwards;
}



.slogan1 {
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    position: relative;
    text-transform: capitalize;
}

.slogan1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #fe0000;
}

.desc1 {
    margin-bottom: 50px;
}
.desc1.english{width:90%;margin-bottom:20px;}

.bt1 {
    position: absolute;
    right: 0;
    top: 65%
}

.bt1 a {
    color: #777;
}

.bannerC {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    position: relative;
}

.banner-C {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bannerC-pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bannerC-pic img {
    object-fit: cover;
    width: 100%;
    display: block;
    margin: 0 auto;
    animation: zoomIn 4s ease-out forwards;
}

.bannerC-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 8%;
    padding-top: 30%;
    color: #fff;
}

.bannerC-txt h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.banner-C .bannerC-txt {
    padding-top: 20%
}

.location {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.location a {
    color: #fff;
}

.product {
    overflow: hidden;
    padding: 60px 0;
}

.product-title {
    line-height: 60px;
    position: relative;
    text-transform: capitalize;
}

.pro-en {
    font-size: 60px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .05);
    font-weight: bold;
    letter-spacing: -2px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: -20px;
    left: 0;
}

.product-title span {
    color: #fe0000;
}

.product-series {
    width: 100%;
    margin-top: 60px;
}

.product-series-top {
    width: 100%;
    background: url(../../images/pro-seires1.jpg) no-repeat bottom;
    position: relative;
    height: 600px;
}

.product-series-pic {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 40px;
}

.product-series-pic img {
    width: 80%;
    display: block;
    margin: 0 auto;
    transition: all .6s;
}

.product-series-txt {
    width: 50%;
    padding: 5%;
    overflow: hidden;
}

.product-series-name {
    line-height: 40px;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.product-series-btn {
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    transition: all .3s;
}

.product-series-btn a {
    display: block;
    color: #777;
}

.product-series-btn:hover {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
}

.product-series-btn:hover a {
    color: #fe0000;
}

.product-series:hover .product-series-pic img {
    transform: scale(1.1);
}

.product-series-item {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 40px;
}

.product-series-li {
    width: calc((100% - 90px) / 4);
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: -o-calc((100% - 90px) / 4);
    margin-right: 30px;
}

.product-series-li:nth-child(4) {
    margin-right: 0;
}

.product-series-box {
    background: #f4f4f4;
    overflow: hidden;
    padding: 60px 0;
}

.product-series-item-pic {
    overflow: hidden;
}

.product-series-item-pic img {
    width: 60%;
    display: block;
    margin: 0 auto;
    transition: all .6s;
}

.product-series-item-name {
    width: 80%;
    margin: 40px auto 0;
}

.product-series-xunjia {
    width: 80%;
    margin: 30px auto 0;
    height: 40px;
    background: #333;
    line-height: 40px;
    text-align: center;
    transition: all .3s;
}

.product-series-xunjia a {
    display: block;
    color: #ffff;
}

.product-series-li:hover .product-series-item-pic img {
    transform: scale(1.1);
}

.product-series-li:hover .product-series-xunjia {
    background: #fe0000;
}

.product-item {
    overflow: hidden;
}

.product-box {
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 30px;
    padding: 60px 0;
    overflow: hidden;
    transition: all .6s;
}

.product-box .product-pic {
    overflow: hidden;
    margin-bottom: 30px;
}

.product-box .product-pic img {
    width: 70%;
    display: block;
    margin: 0 auto;
    transition: all .6s;
}

.product-box h3 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.product-xunjia {
    width: 70%;
    margin: 0 auto;
    background: #333;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 30px;
}

.product-xunjia a {
    display: block;
    color: #fff;
}

.product-box:hover {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
}

.product-box:hover .product-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-box:hover .product-xunjia {
    background: #fe0000;
}



.proBanner {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background: url(../../images/product_pic1.jpg) no-repeat center;
}

.proBanner-box {
    width: 100%;
    overflow: hidden;
}

.proBanner-text {
    width: 45%;
    float: left;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    margin-top: 18%;
    line-height: 30px;
}

.proBanner-text h2 {
    line-height: 60px;
    border-bottom: 1px dotted #ddd;
}

.proBanner-desc {
    padding: 20px 0 0px;
    color: #777;
}

.proBanner-desc span {
    font-weight: bold;
    color: #333;
}

.proBanner-pic {
    width: 50%;
    float: right;
    margin-top: 10%
}

.proBanner-pic img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.proBanner-btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #333;
    margin-top: 40px;
}

.proBanner-btn a {
    display: block;
    color: #fff;
}

.proSubnav {
    width: 100%;
}

.proSubnav ul {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.proSubnav ul li {
    width: 25%;
    background: #fe0000;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.proSubnav ul li a {
    display: block;
    color: #fff;
}

.proSubnav ul li:last-child {
    background: #333;
}

.proSubnav ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 20px;
}

.proSubnav ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #333;
    left: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(-100%);
    transition: all .6s;
}

.proSubnav ul li:hover:before {
    transform: translateX(0);
}

.proSubnav ul li:nth-child(1):before {
    transform: translateX(0);
}

.proSubnav ul li:nth-child(3):after,
.proSubnav ul li:nth-child(4):after {
    display: none;
}

.proContent {
    width: 100%;
    overflow: hidden;
}

.proSec1 {
    overflow: hidden;
    background: url(../../images/pro-bg.jpg) no-repeat center bottom;
}

.pro-pro {
    width: 100%;
    overflow: hidden;
}

.pro-pro-pic {
    padding: 60px 0;
    overflow: hidden;
}

.pro-pro-pic img {
    transition: all .6s;
}

.pro-pro-pic:hover img {
    transform: translate(20px, -20px);
}

.pro-pro-content {
    padding: 140px 60px 0 0;
    overflow: hidden;
}

.pro-pz {
    background: #f4f4f4;
    padding: 80px 40px;
    overflow: hidden;
}

.pro-pz ul {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-pz ul li {
    width: 48%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

.pro-pz ul li img {
    display: block;
    height: 40px;
}

.pro-pz ul li:after {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: rgba(249, 4, 1, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
}

.pro-pz-pic {
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
}

.pro-pz-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.pro-pz-txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    height: 60px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 14px;
}

.pro-pz ul li:hover .pro-pz-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* .proSec1 .vr{
    width:60%;
    margin: 0 auto;
} */

.proSec-yt {
    margin-top: 80px;
}

.proSec-yt h2 {
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.proSec-yt-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px;
    margin-bottom: 60px;
}

.proSec-yt-list {
    width: 19%;
}

.proSec-yt-list-pic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 200px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #fff;
}

.proSec-yt-list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proSec2 {
    padding: 60px 0;
    overflow: hidden;
}

.proSec1 h2,
.proSec2 h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.proSec-table {
    width: 100%;
}

.proSec-table table {
    width: 100%
}

.proSec-table table tr td {
    border: 1px solid #ddd;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
}

.proSec-table table thead tr td {
    line-height: 60px;
    background: #333;
    color: #fff;
    font-weight: bold;
}

.proBottom {
    background: #f4f4f4;
    padding: 60px 0;
    overflow: hidden;
}

.proRelated h2 {
    margin-bottom: 40px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.proRelated h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fe0000;
    left: 0;
    bottom: 0;
}

.proRelated-pic {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 211px;
    padding: 20px;
    text-align: center;
    background: #fff;
}

.proRelated-pic a {
    display: table-cell;
    width: 100%;
    height: 211px;
    vertical-align: middle;
}


.proRelated-pic img {
    max-width: 100%;
    max-height: 171px;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.proRelated-text {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
}

.proRelated-box:hover .proRelated-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}





.inquiry {
    width: 100%;
    margin-top: 60px;
    padding: 60px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}

.inquiry span {
    color: #fe0000;
}

.inquiry-desc {
    color: #777;
    line-height: 30px;
    margin: 20px 0 60px;
}

.inquiry-form {
    width: 100%;
}

.inquiry-form form {
    width: 100%;
    line-height: 40px;
    color: #555
}

.inquiry-form label {
    width: 100%;
}

.inquiry-form input[type='text'] {
    width: 100%;
    border-radius: 0;
    padding: 0 10px;
    border: 1px solid #555;
}

.inquiry-form textarea {
    width: 100%;
    border-radius: 0;
    padding: 0 10px;
    border: 1px solid #555;
    margin-top: 20px;
}

.inquiry-form select {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
}

.inquiry-form button {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #333;
    color: #fff;
    line-height: 48px;
}

.proRelatedSwiper .swiper-button-next:after,
.proRelatedSwiper .swiper-rtl .swiper-button-prev:after,
.proRelatedSwiper .swiper-button-prev:after,
.proRelatedSwiper .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    color: #333;
}

.proRelatedSwiper .swiper-button-next,
.proRelatedSwiper .swiper-rtl .swiper-button-prev,
.proRelatedSwiper .swiper-button-prev,
.proRelatedSwiper .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 20px;
}





/* 优势 */
.sec {
    width: 100%;
    background: url(../../images/adv.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.secAdv {
    width: 35%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 8%;
    top: 0;
    padding: 10% 60px;

}

.secAdv-en {
    position: absolute;
    left: 60px;
    top: 18%;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -2px;
    color: rgba(0, 0, 0, .05);
}

.secAdv-txt hr {
    width: 60px;
    border-top: 1px solid #000;
    margin-top: 30px;
    margin-bottom: 60px;
}

.secAdv-pic {
    position: absolute;
    right: 8%;
    bottom: 60px;
}

.sec.active .secAdv-pic img {
    animation: upMove 1s linear forwards;
}

.secAdv-desc {
    line-height: 52px;
    font-weight: lighter;
    text-transform: capitalize;
}

.secAdv-desc span {
    color: #fe0000;
    font-weight: bold;
}
.secAdv-desc.english span{
    margin-left:10px;
    margin-right:10px;
}

.secAdv-bt {
    margin-top: 60px;
    position: relative;
}

.secAdv-bt:after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #000;
}

.secAdv-bt a {
    transition: all .3s;
}

.secAdv-bt:hover a {
    color: #fe0000;
}

.secAdv-logo {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.secAdv-pic img {
    transition: all .6s;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.secAdv-pic:hover img {
    transform: scale(1.1);
}


.secService {
    overflow: hidden;
    width: 100%;
    padding-top: 120px;
}

.secService-box {
    width: 100%;
    height: 780px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.secService-pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.secService-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.secService-box:hover .secService-pic img {
    transform: scale(1.1);
}


.secService-box .secService-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    padding-top: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.secService-txt {
    color: #fff;
}

.secService-tit {
    line-height: 40px;
}

.secService-btn {
    position: relative;
    margin-top: 20px
}

.secService-btn:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.secService-right {
    overflow: hidden;
}

.secService-top {
    margin-bottom: 30px;
    height: 375px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.secService-top-pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.secService-top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.secService-top:hover .secService-top-pic img {
    transform: scale(1.1);
}



.secService-right-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-left: 60px;
    color: #fff;
}

.secService-right-btn {
    margin-top: 30px;
    position: relative;
}

.secService-right-btn:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.serviceSwiper{width:60%;margin: 0 auto;}
.serviceSwiper .swiper-slide{
    text-align: center;
    font-size: 20px;
    background: #eee;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
}
.serviceSwiper .swiper-slide-thumb-active{
    background: #f90401;
    color: #fff;
}
.serviceSwiper2{margin-top:60px;}












.section.active .secService-box {
    animation: leftMove 1s linear forwards;
}

.section.active .secService-right {
    animation: rightMove 1s linear forwards;
}

.section.active .slide.active img {
    animation: scale-bg 6s linear forwards;
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}





.news {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}

.news ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.news ul li a {
    display: flex;
    justify-content: space-between;
}

.news-pic {
    overflow: hidden;
    display: flex;
}

.news-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.news-text {
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-date {
    width: 15%;
    border: 1px solid #333;
    padding: 20px;
    text-align: center;
}

.news-date span {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #fe0000;
    display: block;
    text-align: center;
}

.news-desc {
    width: 80%
}

.news-desc h3 {
    line-height: 40px;
    height: 80px;
    overflow: hidden;
}

.news-desc .news-desc-txt {
    color: #777;
    margin: 20px 0 40px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
}

.news-desc .news-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #777;
}

.news ul li:hover .news-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news ul li:hover .news-desc .news-btn {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
}

.maincontent {
    overflow: hidden;
}

.othercontent .newdetails .topic {
    padding-top: 1.4rem;
    background: #f7f7f7;
    background-size: 19.16666666666667% auto;
}

.topic .location {
    display: flex;
    align-items: center;
    padding: 20px 60px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
}

.topic .location a {
    color: #333;
}

.padT50 {
    padding-top: 50px;
}

.padB120 {
    padding-bottom: 120px;
}

.padT120 {
    padding-top: 120px;
}

.padB200 {
    padding-bottom: 200px;
}

.padT100 {
    padding-top: 100px;
}

.padB100 {
    padding-bottom: 100px;
}

.maincontent .padT50 .left_w {
    width: 42%;
    overflow: hidden;
    height: 504px;
}

.maincontent .padT50 .left_w img {
    display: block;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.maincontent .padT50:hover .left_w img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.maincontent .padT50 .right_w {
    width: 53%;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

.maincontent .padT50 .comwidth {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.newdetails .topic .title .text .txt {
    display: flex;
    font-family: "Microsoft YaHei" !important;
    text-shadow: unset;
    font-size: 16px;
    margin-top: .4rem;
    color: #333;
}

.newdetails .topic .title .text .txt span {
    margin-right: 40px;
}

.newdetails .topic .title .text .txt span:last-child {
    margin-right: 0;
}

.specifics .left_w {
    width: 62.5%;
}

.specifics .details {
    color: rgba(0, 0, 0, 0.6);
}

#page-content .kj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-content .kj .kj-b {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
}

#page-content .kj .kj-b img {
    width: 100%;
    object-fit: cover;
}

.specifics .right_w {
    width: 28.125%;
}

.RelatedNews .title {
    padding-bottom: 0.78125vw;
    border-bottom: rgba(0, 0, 0, 0.06) solid 0.1vw;
}

.RelatedNews .title h3 {
    color: #000000;
}

.RelatedNews ul li {
    padding: 30px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.RelatedNews ul li a {
    display: block;
}

.RelatedNews ul li .right_w_date {
    color: #999;
}

.RelatedNews ul li h4 {
    line-height: 30px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.RelatedNews ul li:hover {
    background: rgba(162, 162, 162, 0.1);
}

.RelatedNews ul li:hover h4 {
    color: #f90401;
}

.prvenext ul {
    display: flex;
}

.prvenext ul li {
    width: 50%;
}

.prveli a {
    padding-left: 8.33333333333333vw;
    padding-right: 2.6vw;
    text-align: left;
}

.prvenext ul li a {
    display: block;
    width: 100%;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
    box-sizing: border-box;
    background-color: #eeeeee;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.prvenext ul li:nth-child(1) a {
    background: #ddd;
}

.prvenext ul li .t1 {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0.2vw;
}

.prvenext ul li .t2 {
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}

.nextli a {
    padding-right: 8.33333333333333vw;
    padding-left: 2.6vw;
    text-align: right;
}

.prvenext ul li a:hover {
    background: #f90401;
}

.prvenext ul li a:hover .t1 {
    color: rgba(255, 255, 255, 0.6);
}

.prvenext ul li a:hover .t2 {
    color: #ffffff;
}




.section5 {
    height: 70vh;
}

.section5 .fp-tableCell {
    display: block !important;
}

/* .section5 img {
    width: auto;
    object-fit: unset;
} */


#footer {
    background: #333;
    padding-top: 60px;
}

.footer-box {
    width: 100%;
    color: #fff;
}

.footer-box a {
    color: #fff;
}

.footer-nav {
    width: 100%;
}

.footer-nav>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;

}

.footer-nav>ul>li {
    width: 16.66%;
    text-transform:capitalize;
}

.footer-nav>ul>li ul {
    margin-top: 10px;
}

.footer-nav>ul>li ul li {
    display: block;
    line-height: 30px;
}

.footer-nav>ul>li ul li a {
    color: #fff;
}

.footer-text {
    overflow: hidden;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.footer-text-text {
    margin-top: 20px;
}

.copyright {
    overflow: hidden;
}

.footer-text-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-text-box .footer-ewm {
    width: 23%;
}

.footer-text-box .footer-ewm img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.footer-text-box .footer-ewm span {
    display: block;
    text-align: center;
    line-height: 40px;
}

.copyright {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright span {
    margin-right: 60px
}

.contact {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.contact .contact-pic {
    width: 100%;
    height: 100%;
    display: flex;
}

.contact .contact-pic img {
    width: 100%;
    object-fit: cover;
}

.contact-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    justify-content: start;
}

.contact-text-box {
    padding: 60px;
    color: #fff;
    overflow: hidden;
    line-height: 40px;
    background: rgba(170, 170, 170, .9);
    transition: all .6s;
}

.contact-text-box:nth-child(2) {
    background: rgba(51, 51, 51, .9);
}

.contact-text-box h1 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 20px;
}

.contact-text-box h1 em {
    font-style: normal;
}

.contact-text-box:hover {
    background: #f90401;
}

.message {
    margin: 80px 0;
    overflow: hidden;
}

.message-box h1 {
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.message-box input[type='text'] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.message-box textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.message-box button {
    border-radius: 0;
    width: 10%;
    height: 48px;
    line-height: 48px;
    background: #333;
    padding: 0;
    transition: all .3s;
}

.message-box button:hover {
    background: #f90401;
}

.service {
    width: 100%;
    margin: 60px 0;
    overflow: hidden;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 平滑滚动(iOS) */
}


.service table {
    width: 1600px;
    overflow-x: scroll;
}

.service table tr td {
    border: 1px solid #ccc;
    padding: 5px;
    width: 20%
}

.service table .firstRow {
    text-align: center;
    background: #eee;
}
.service table .firstRow td{line-height: 30px;padding:30px 0;}




.s {
    display: none !important;
}

.about-pic {
    width: 100%
}

.about-pic img {
    width: 100%
}

.product-box .product-pic {
    height: 243px;
    overflow: hidden
}

.product-box .product-pic img {
    max-height: 233px;
}

.product-series-item-pic {
    height: 203px;
}

.product-series-item-pic img {
    max-height: 193px;
}

/* 销售团队 */
.xiaoshou {
    margin: 60px 0;
    overflow: hidden;
}

.xiaoshou-title {
    font-size: 30px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
}

.xiaoshou-title .fa-phone-square:before {
    font-size: 30px;
    color: #fe0000;
}

.sale-team-name {
    font-size: 16px;
}

.sale-team-zhiwu {
    color: #666;
    padding-top: 5px;
}

.sale-team-tel {
    margin: 5px 0;
}

.sale-team-item {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 20px 15px;
    font-size: 16px;
    background-color: #f7f7f7;
}

.sale-team-list {
    margin-top: 30px;
    -webkit-transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    transition: all .4s ease !important;
}

.sale-team-list a {
    color: #ec6616;
}

.sale-team-list:hover a {
    color: #fe0000;
}

.sale-team-item:hover {
    border-color: #fe0000;
}

.sale-team-item {
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    transition: all .4s ease !important;
}
.sale-team-item.english{
    height: 218px;
}

.sale-team-map {
    /* height:380px; */
    overflow: hidden;
}


@keyframes leftMove {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rightMove {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}






@keyframes upMove {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1.2);
        opacity: 0.8;
        /* 可选：开始时的透明度 */
    }

    to {
        transform: scale(1);
        opacity: 1;
        /* 可选：结束时的透明度 */
    }
}


@media(min-width:1921px) {
    .section .slide img {
        width: 100%
    }

    .secProduct-item {
        max-width: 1920px;
        margin: 0 auto;
    }

    .secAdv-pic {
        width: 45%;
    }

    .secAdv-pic img {
        width: 100%
    }

    .proBanner {
        background-size: 100% 100%;
    }

    .proBanner-text {
        margin-top: 30%
    }

    .proBanner-pic {
        margin-top: 25%;
    }

    .proBanner-pic img {
        width: 100%
    }

    /* .proBanner-text{margin-top:65%}
    .proBanner-pic{margin-top: 55%;} */
    .prvenext {
        max-width: 1920px;
        margin: 0 auto;
    }

    .about-content {
        top: unset;
        bottom: 0;
    }

    .aboutVideo {
        margin-top: 60px;
        max-width: 1920px;
        margin: 60px auto 0;
    }

    .contact {
        height: 70vh;
    }

}

@media(min-width:1439px) and (max-width:1600px) {
    .copyright-txt {
        width: 70%
    }

    .about-content {
        width: 80%;
        left: 10%
    }

    .aboutVideo {
        margin-top: 25%
    }
}

@media(max-width:1439px) and (min-width:1280px) {
    /* #footer {
        height: 640px !important
    } */

    .copyright-txt {
        width: 80%;
    }

    .product-series-item-pic {
        height: 133px;
    }

    .product-series-item-pic img {
        max-height: 123px;
        width: auto;
    }

    .proBanner-pic {
        margin-top: 22%;
    }

    .pro-pz-txt {
        font-size: 14px;
    }

    .partner-pic {
        height: 48px;
    }

    .partner-pic img {
        max-height: 48px;
    }

    .about-content {
        width: 90%;
        left: 5%
    }

    .aboutVideo {
        margin-top: 30%;
    }
    .aboutVideo.english{
        margin-top:55%;
    }
    .culture-name.english{
        font-size:24px;
        line-height: 30px;
    }
    .cultureLi-text .cultureLi-desc p.english{line-height: 20px;font-size: 14px;}

    .video-pic {
        height: 240px;
    }

    .contact-text {
        padding-left: 8%;
        padding-right: 8%;
    }

    .service table {
        width: 1170px;
        overflow-x: scroll;
    }

    .sale-team-map {
        height: 60px;
    }
    .sale-team-item.english{
        height: 273px;
    }
    .sale-team-map.english{
        height:90px;
    }

    .banner-C .bannerC-txt {
        padding-top: 15%
    }

    #tiantuo .section .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slogan1.english{font-size:30px}
    .secAbout-left-pic1{height:50%}
    .slogan.english{font-size:30px;margin:100px 0 40px;}
    .desc.english{font-size:14px;line-height: 24px;}
    .footer-text-box .footer-ewm span{line-height: 24px;}
    .product-box .product-pic{height: 135px;}
    .product-box .product-pic img{max-height: 135px;}
    .proRelated-pic,.proRelated-pic a{height:105px}
    .proRelated-pic img{max-height:95px}
    .secAdv-en.english{
        font-size:48px;
    }
    .secAdv-pic{right:0;}
    .secAdv{width:45%}
}

@media(min-width:992px) and (max-width:1279px) {
    .secAdv {
        width: 55%;
        padding: 15% 60px;
    }

    .secAdv-pic {
        right: 30px;
    }

    .secAdv-pic img {
        width: 65%;
    }

    #footer {
        height: 600px !important;
    }

    .product-series-item-pic {
        height: 151px;
    }

    .product-series-item-pic img {
        max-height: 141px;
        width: auto;
    }

    .proBanner-pic {
        margin-top: 33%;
    }

    .pro-pz {
        height: 600px;
        overflow-y: scroll;
    }

    .pro-pz ul li {
        width: 100%
    }

    .proRelated-pic {
        height: 123px;
    }

    .partner-pic {
        height: 33px;
    }

    .partner-pic img {
        max-height: 33px;
    }

    .banner-C .bannerC-txt {
        padding-top: 15%;
    }

    .about-content {
        width: 100%;
        position: unset;
    }

    .aboutVideo {
        margin-top: 60px;
    }
}

@media(max-width:992px) {
    .s {
        display: block !important;
    }

    .b {
        display: none !important;
    }

    .width60 {
        width: 100%;
    }

    .width10 {
        width: 100%
    }

    .width30,
    .width70,
    .width50 {
        width: 100%;
    }
    .secAbout-left.english{padding-top:0;}
    .font42 {
        font-size: 30px
    }

    .secAbout-box {
        padding: 0px 10px 0px;
    }

    .secAbout-left .secAbout-left-box {
        width: 100%
    }

    .secAbout-left .secAbout-left-box:nth-child(2) {
        display: none;
    }

    .section.active .secAbout-left,
    .section.active .secAbout-right,
    .section.active .secProduct-item li:nth-child(1),
    .section.active .secProduct-item li:nth-child(2),
    .section.active .secProduct-item li:nth-child(3),
    .section.active .secService-box {
        animation: unset;
    }

    .secAbout-left-pic1 {
        height: auto;
    }

    .secAbout-right {
        padding-left: 0;
    }

    .secAbout-right-box {
        padding: 30px 0;
    }

    .font20 {
        font-size: 16px
    }

    .font24 {
        font-size: 20px;
    }

    .font32 {
        font-size: 24px
    }

    .font38 {
        font-size: 26px;
    }

    .tit {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }

    .slogan {
        margin: 60px 0 20px;
    }

    .bt {
        margin-top: 30px;
    }

    .secProduct {
        padding: 0 10px;
    }

    .pTxt {
        margin-top: 0
    }

    .slogan1 {
        line-height: 40px;
    }

    .bt1 {
        position: unset;
        margin-bottom: 30px;
    }

    .section.active .pTxt {
        animation: unset;
    }

    .desc1 {
        margin-bottom: 20px
    }

    .secProduct-item ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .secAdv {
        width: auto;
        position: unset;
        padding: 40px 10px;
    }

    .secAdv-bt {
        margin-top: 40px;
    }

    .secAdv-logo {
        display: none;
    }

    .secAdv-pic {
        right: 0;
        position: unset
    }

    .secAdv-txt hr {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .section,
    .fp-tableCell {
        height: auto !important;
    }

    .fp-tableCell {
        vertical-align: unset
    }

    .secService {
        padding-top: 30px;
    }

    .noPaddingLeft {
        padding-left: 15px;
    }

    .secService-box {
        height: auto;
        margin-bottom: 20px;
    }

    .secService-box .secService-cover {
        padding-top: 80%;
        padding-left: 20px;
        padding-right: 20px
    }

    .noPaddingRight {
        padding-right: 15px;
    }

    .secService-top {
        height: auto;
        margin-bottom: 20px;
    }

    .secService-right-cover {
        padding-left: 20px;
        padding-top: 20px
    }

    .secService-right-btn {
        margin-top: 10px;
    }

    #footer {
        padding-top: 30px;
        padding: 0 10px;
        height: auto !important;
    }

    .footer-nav {
        display: none;
    }

    .footer-text {
        border-top: unset;
        padding: 0 0 30px;
        margin-top: 30px;
    }

    .footer-text-text {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-text-box .footer-ewm span {
        font-size: 14px;
    }

    .copyright {
        font-size: 14px;
        line-height: 24px;
    }

    .copyright span {
        display: block;
        margin-right: 0;
    }

    .about-content {
        width: 100%;
        position: unset;
        padding: 30px 10px;
    }
    .about-content.english{width:100%}
    .about-content h2 {
        line-height: 40px;
        font-size: 26px;
    }

    .aboutVideo {
        margin-top: 40px;
    }

    .culture {
        margin: 40px 0;
    }

    .cultureLi {
        height: 300px;
        margin-bottom: 20px;
    }

    .culture-name {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }

    .contact {
        height: auto;
    }

    .contact-text {
        position: unset;
        padding-left: 10px;
        padding-right: 10px;
        display: unset;
    }

    .contact-text-box {
        padding: 30px;
    }

    .contact-text-box h1,
    .message-box h1 {
        font-size: 24px;
    }

    .message {
        margin: 0px 10px 30px;
    }

    .message-box button {
        width: 100%;
    }

    .banner-C {
        height: 30vh;
    }

    .banner-C .bannerC-txt {
        padding-top: 35%;
    }

    .banner-C .bannerC-txt h1 {
        font-size: 24px;
    }

    .location {
        margin-top: 0;
    }

    .video-pic {
        height: 230px;
    }

    .sub_nav li a {
        font-size: 14px;
    }

    .message-box .form-horizontal .form-group .col-sm-6:nth-child(1) {
        margin-bottom: 10px;
    }

    .news {
        padding: 30px 10px;
    }

    .news ul li a {
        display: unset;
    }

    .news ul li {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .news-text {
        padding-left: 0;
        margin-top: 20px;
    }

    .news-date {
        width: 30%
    }

    .news-desc {
        width: 65%
    }

    .news-desc h3 {
        font-size: 18px;
        line-height: 24px;
        height: 72px;
    }

    .news-desc-txt {
        display: none;
    }

    .news-desc .news-btn {
        font-size: 14px;
    }

    .topic .location {
        padding: 20px 10px;
    }

    .padT120 {
        padding-top: 40px
    }

    .padB120 {
        padding-bottom: 40px;
    }

    .title {
        padding: 0 10px;
    }

    .title .text h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .padT100 {
        padding-top: 40px;
    }

    .padB200 {
        padding-bottom: 40px;
    }

    .specifics .left_w {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .specifics .right_w {
        width: 100%
    }

    .partner-pic {
        height: 45px;
    }

    /* .historySwiper{display:none;} */
    .historySwiper-box {
        display: unset;
    }

    .history {
        width: 90%;
        margin: 30px auto;
    }

    .historySwiper-text {
        height: 180px;
    }

    .historySwiper-text-txt {
        padding: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .sub_nav li a {
        padding: 5px 30px;
    }

    .proBanner {
        height: auto;
    }

    .proBanner-box {
        padding: 0 10px;
    }

    .proBanner-text,
    .proBanner-pic {
        width: 100%
    }

    .proBanner-text h2 {
        font-size: 24px;
    }

    .proBanner-info {
        font-size: 14px;
    }

    .proBanner-pic img {
        width: 100%;
        margin-bottom: 60px;
    }

    .proSubnav ul li {
        font-size: 16px;
        display:none;
    }

    h2 {
        font-size: 24px;
    }

    .pro-pro-content {
        padding: 0px 10px 40px;
    }

    .pro-pz {
        padding: 40px 20px;
    }

    .pro-pz ul li {
        width: 100%
    }

    .pro-pz-txt {
        font-size: 14px;
        line-height: 24px;
    }

    .proSec2 {
        padding: 40px 10px;
    }
    .proSec-box{width: 100%;overflow-x: scroll;}
    .proSec-table{
        max-width: 1600px;
    }

    .proBottom {
        padding: 40px 0;
    }

    .proRelated {
        padding: 0 10px;
    }

    .proRelated-pic {
        height: 329px
    }

    .inquiry {
        margin-top: 0;
        padding: 30px 10px;
    }

    .inquiry-desc {
        line-height: 24px;
        font-size: 14px;
        margin: 20px 0 30px;
    }

    .proRelated-box {
        margin-bottom: 30px;
    }

    .bannerC-txt h1 {
        font-size: 30px;
    }

    .history>.width20 {
        display: none;
    }

    .history>.width80 {
        width: 100%
    }

    .history-right li {
        display: unset;
    }

    .history-right li .width20,
    .history-right li .width80 {
        width: 100%;
    }

    .history-txt {
        padding-left: 10px;
    }

    .history-txt img {
        width: 100%
    }

    .hs {
        background-size: 100% auto;
    }

    .secAdv-en {
        left: 0;
        top: 0;
        font-size: 40px;
    }

    #tiantuo {
        margin-top: 44px;
    }

    /* .product-series{margin-top: 30px;} */
    /* .product-series-txt{width: 100%;} */
    .product-series-name {
        margin-bottom: 20px;
    }
    .product-series-name.english{
        font-size:20px;
        line-height: 30px;
    }
    .product-series-top {
        height: auto;
        background-size: 100% 50%;
    }

    .product-series-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .product-series-pic {
        bottom: 10px;
    }

    .product-series-pic img {
        width: 100%;
    }

    .product-series-li {
        width: 47%;
        margin-bottom: 20px;
    }

    .product-series-item {
        padding: 0 10px;
    }

    .product-series-li {
        margin-right: 20px
    }

    .product-series-li:nth-child(2n) {
        margin-right: 0
    }

    .product-series-box {
        padding: 30px 0;
    }

    .product-series-item-pic {
        height: 142px;
    }

    .product-series-item-pic img {
        width: 100%;
        max-height: 123px;
    }

    .historySwiper2-top h1 {
        font-size: 30px;
    }

    .historySwiper2-item {
        margin-top: 40px;
        overflow: hidden;
        display: block;
    }

    .historySwiper2-item .width25 {
        width: 100%
    }

    .historySwiper2-item .historySwiper2-li {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .historySwiper2-li-desc {
        font-size: 14px;
        line-height: 24px;
        height: 90px;
    }

    .historySwiper2-li-pic {
        height: 218px
    }

    .historySwiper2-li-desc {
        height: auto;
        margin: 10px 0 20px;
    }

    .historySwiper h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .historySwiper{margin-top:0;}
    .pro-en {
        display: none;
    }
    .honor-pic{height:235px}
    .honor-pic a{height:225px}
    .honor-pic a img{max-height: 225px;}
    .footer-text-box .footer-ewm.english{
        width:48%
    }
    .product-box .product-pic{height:177px}
    .product-box .product-pic img{max-height: 177px;}
    .xiaoshou-title.english{line-height: 40px;padding:0 10px;font-size:20px;}
    .sale-team-item.english{height:auto;}
    .product .product-title.english{
        line-height: 40px;
    }
    .product-series-txt{width:60%}
    .proSec-table table thead tr td.english{line-height: 24px;}
}