/* 产品中心 */
.banner_page_box{padding-top: 109px; width: 100%;}
.banner_page_box .swiper-slide{width: 100%;height: 400px;}
.banner_page_box .swiper-slide a{display: block; width: 100%;height: 100%;}
.banner_page_box .banner-box{margin-top: 0;}
.banner_page_box .swiper-pagination-bullet{width: 8px;height: 8px; border-radius: 8px;background: #fff;opacity: 0.7;}
.banner_page_box .swiper-pagination-bullet-active{width: 20px;background: #fff;opacity: 1;}

.productDetail .part1 video{object-fit: fill;}







.productCenter{
    padding-top: 3%;
    margin-bottom: 0px;
}
.productCenter .part1{
    padding-bottom:1%;
}
.productCenter .part1 b.title{
    margin-bottom: 2%;
    display: block;
    font-size: 26px;
    color: #333;
}
.productCenter .part1 .w1400 > div {
    float: left;
    height: 400px;
    background-color: #fff;
    position: relative;
    margin-bottom: 2%;
    border-radius: 2px;
    overflow: hidden;
    visibility: visible;
    -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}

.productCenter .part1 .w1400 > div:nth-child(2n) {
    float: right;
}
.productCenter .part1 .box1:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.productCenter .part1 .box1:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.productCenter .part1 .box1:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.productCenter .part1 .box1 {
    width: 49%;
}

.productCenter .part1 .box1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.productCenter .part1 .img-bg {
    position: absolute;
    top: 50px;
    left: 50%;
    max-width: 80%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.productCenter .part1 .item4 .img-bg {
    width: 23%;
}

.productCenter .part1 .text {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.productCenter .part1 .box1 .imgs{
    width: 54%;
    height: 100%;
    position: relative;
}
.productCenter .part1 .box1 .text {
    padding-left: 52.5%;
    padding-right: 20px;
}

.productCenter .part1 .text h6 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: "Arial";
}

.productCenter .part1 .text p {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 26px;
	line-height: 26px;
}

.productCenter .part1 .text span {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
	line-height: 24px;
    display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;
    -webkit-line-clamp: 6 ;
}

.productCenter .part1 .w1400 > div:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.productCenter .part1 .w1400 > div:hover .img-bg {
    -webkit-transform: scale(1.02) translateX(-50%);
    -moz-transform: scale(1.02) translateX(-50%);
    -ms-transform: scale(1.02) translateX(-50%);
    -o-transform: scale(1.02) translateX(-50%);
    transform: scale(1.02) translateX(-50%);
}

.more {
    display: block;
    font-size: 14px;
    color: #009040;
    width: 116px;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #009040;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.more em {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 40px;
    height: 40px;
}

.more span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #009040;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    -o-transition: width 0.6s, height 0.6s;
    -moz-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: 0;
}

.more:hover span {
    width: 300px;
    height: 300px;
}

.more:hover em {
    color: #ffffff;
}

/* p2-1解决方案 */
#solutions {
    background-color: #fff;
}

.solutions .part1 {
    padding-top: 50px;
    padding-bottom: 84px;
}

.solutions .list {
    padding: 0 45px;
    position: relative;
    margin-bottom: 63px;
}

.solutions .list img {
    width: 39.923%;
    float: left;
}

.solutions .list .msg {
    float: left;
    width: 51.297%;
    position: absolute;
    top: 50px;
    right: 45px;
}

.solutions .list .msg h5 {
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin-bottom: 30px;
}

.solutions .list .msg p {
    font-size: 16px;
    color: #666666;
    padding-left: 17px;
    line-height: 30px;
    background: url(../images/page/p5.png) left 10px no-repeat;
}

.solutions .list .tit {
    height: 63px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 51.297%;
    z-index: -1;
}

.solutions .list .tit span {
    font-size: 140px;
    color: #fdfefe;
    line-height: 2rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2),
        -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2),
        -1px 1px 0px rgba(0, 0, 0, 0.2);
    font-family: "Arial";
}

.solutions .list:nth-child(2n) img {
    float: right;
}

.solutions .list:nth-child(2n) .msg {
    left: 45px;
    right: auto;
}

.solutions .list:nth-child(2n) .tit {
    left: 0;
    right: auto;
}

.solutions .list .cir {
    position: absolute;
    left: -53px;
    top: -77px;
    width: auto;
    z-index: -1;
}

.solutions .list:nth-child(2n) .cir {
    right: 0;
    left: auto;
    top: -50px;
}

/* p2-1解决方案详情 */
.solutions-details {
    /* width: 100%;
    height: 5179px;
    background: url(../images/page/solutions-details-bg.jpg) no-repeat center; */
}
/* 产品详情 */
.proBanner {
    position: relative;
    min-width: 1200px;
}

.proBanner .tabs {
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: -39px;
    left: 0;
    height: 78px;
}

.proBanner .tabs .w1400 {
    text-align: center;
    /*border-top: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf;*/
    background: #fff;
    height: 78px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.proBanner .tabs .list-item {
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 18px;
    color: #333333;
    line-height: 78px;
    width: 176px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.proBanner .tabs .list-item.on,
.proBanner .tabs .list-item:hover {
    color: #ffffff;
    background-color: #009040;
}
.proBanner .tabs.fixed{
     position: fixed;
    top: 109px;
    left: 0; 
    z-index: 5;
}
.proBanner {
    height: 770px;
    margin-top: 109px;
}

.proBanner .bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
.proBanner .w1400{
    position: relative;
    height: 100%;
}
.proBanner .baR{
    position: absolute;
    top: 50%;
    right: 120px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.proBanner .baL{
    width: 45.571%;
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.proBanner .baL span{
    display: block;
    font-size: 18px;
    color: #009040;
    line-height: 1;
    margin-bottom: 18px;
}
.proBanner .baL img{
    display: block;
    margin-bottom: 18px;
}
.proBanner .baL b{
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    line-height: 42px;
    padding: 0 17px;
    border-radius: 21px;
    background-color: #009040;
    font-weight: 400;
    margin-bottom: 32px;
}
.proBanner .baL p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 86px;
}
.proBanner .baL .price{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 46px;
    height: 46px;
    border-radius: 23px;
    padding: 0 38px;
    position: relative;
    overflow: hidden;
    width: auto;
}
.proBanner .baL .price em{
    display: block;
    line-height: 46px;
    height: 46px;
}
.proBanner .baL .price span{
    background-color: #fff;
}
.proBanner .baL .price:hover em{
    color: #009040;
}
.productDetail {
    background-color: #fff;
    /* padding-top: 150px; */
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.productDetail .part1 {
    margin-top: 4%;
    margin-bottom: 3%;
    -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.productDetail .part1 .con {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.productDetail .part1 h5 {
    font-size: 26px;
    color: #009040;
    text-align: center;
    line-height: 1;
    margin-bottom: 3%;
}

.productDetail .part1 .item {
    float: left;
    width: 16.6667%;
}

.productDetail .part1 .item .icon {
    width: 89px;
    height: 89px;
    border: 1px solid #009040;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
}

.productDetail .part1 .item p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin-top: 19px;
}

.productDetail .part1 .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* .productDetail .part1 .item:nth-child(1) .icon{background: url(../images/page/p12.png) center no-repeat;}
.productDetail .part1 .item:nth-child(2) .icon{background: url(../images/page/p13.png) center no-repeat;}
.productDetail .part1 .item:nth-child(3) .icon{background: url(../images/page/p14.png) center no-repeat;}
.productDetail .part1 .item:nth-child(4) .icon{background: url(../images/page/p15.png) center no-repeat;}
.productDetail .part1 .item:nth-child(5) .icon{background: url(../images/page/p16.png) center no-repeat;}
.productDetail .part1 .item:nth-child(6) .icon{background: url(../images/page/p17.png) center no-repeat;} */
.productDetail .part1 .item:hover .icon {
    box-shadow: 0 0 10px rgba(78, 139, 162, 0.5);
    background-position-y: 20px;
}

.productDetail .part1 .item:hover .icon img {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    -moz-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
}

/* .productDetail .part1 .item .icon::after{content: '';position: absolute;top: 100%;right: 100%;width: 100px;height: 100px;background-color: rgba(255,255,255,0.8);transform: skewX(60deg);transition-duration: 0.8s;}
.productDetail .part1 .item:hover .icon::after{top: -100%;right: -100%;} */

.productDetail .part2 {
    position: relative;
    height: 140vh;
    padding-top: 500px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.productDetail .part2 .proImg1 {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: 60vh;
    border-radius: 2px;
    overflow: hidden;
}

.productDetail .part3 {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: -120px;
}

.productDetail .part3 .w1400 > .con {
    position: sticky;
}

.productDetail .part3 .proImg {
    position: absolute;
    top: 100px;
    left: 270px;
    width: 245px;
    height: 602px;
    z-index: 2;
}

.productDetail .part3 .proImg img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.productDetail .part3 .proImg .backs {
    opacity: 0;
}

.productDetail .part3 .pro-img-com {
    position: absolute;
    top: 100px;
    left: 270px;
    width: 245px;
    height: 602px;
    z-index: 3;
}

.productDetail .part3 .pro-img-com img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.productDetail .part3 .words {
    top: 100px;
    position: relative;
    z-index: 1;
    width: -webkit-calc(100% - 404px);
    width: -moz-calc(100% - 404px);
    width: calc(100% - 404px);
    margin-left: 495px;
}

.productDetail .part3 .words .item {
    width: 100%;
    height: 100%;
    opacity: 0;
    float: right;
}

.productDetail .part3 .words .item .tit {
    font-size:26px;
    color: #323232;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 70px;
    font-weight: bold;
}

.productDetail .part3 .words .item .tit:nth-child(1) {
    margin-top: 0;
}

.productDetail .part3 .words .item .tit i {
    font-size: 60px;
    font-style: italic;
    margin-right: 15px;
}

.productDetail .part3 .words .item .desc {
    font-size: 18px;
    color: #323232;
    line-height: 1;
}

.productDetail .part3 .words .item .line {
    height: 0;
    width: 100%;
    border-bottom: 2px solid #323232;
    /* background-color: ; */
    position: absolute;
    top: 20px;
    left: -110%;
}

.productDetail .part3 .words .item4 .line {
    width: 84%;
    left: -93%;
}

.productDetail .part3 .words .item .con {
    top: 190px;
    left: 350px;
    width: 400px;
    height: 400px;
    position: absolute;
}

.productDetail .part3 .words .item.on {
    opacity: 1;
}

.productDetail .part3 .words .item1 .con {
    top: -10px;
}

.productDetail .part3 .words .item1 .line {
    top: 270px;
}

.productDetail .part3 .words .item2 .con {
    top: 435px;
}

.productDetail .part3 .words .item3 .con {
    top: 400px;
}

.productDetail .part3 .words .item4 .con {
    top: 16px;
}

.productDetail .part3 .words .item5 .con {
    top: 180px;
}

.productDetail .part3 .words .item6 .con {
    top: 320px;
}

.productDetail .part3 .words .item7 .con {
    top: 500px;
}

.productDetail .part3 .words .item {
    height: 300px;
}

.productDetail .part4 {
    height: 627px;
    background: url(../images/page/p21.jpg) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.productDetail .part4 .w1400 {
    position: relative;
    height: 100%;
}

.productDetail .part4 .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/page/p22.png) no-repeat center/100%;
    cursor: pointer;
    margin-bottom: -20px;
    margin-right: 10px;
    -webkit-animation: mainscale 1s linear infinite alternate;
    -moz-animation: mainscale 1s linear infinite alternate;
    -o-animation: mainscale 1s linear infinite alternate;
    animation: mainscale 1s linear infinite alternate;
}

.productDetail .part4 p {
    font-size: 20px;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 97px;
    left: 0;
    padding-left: 165px;
}

.productDetail .part5 {
    position: relative;
    height: 100vh;
    background: #272525;
    margin-bottom: 80px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productDetail .part5 .con {
    position: sticky;
    width: 100%;
    height: 60vh;
}

.productDetail .part5 .text {
    padding-top: 90px;
    opacity: 0;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
    position: absolute;
    top: 40%;
}

.productDetail .part5 .img {
    position: absolute;
    top: 18%;
    right: 0;
    height: 394px;
    width: 701px;
}

.productDetail .part5 .img img {
    /* display: block; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 2px;
}

.productDetail .part5 .textIn {
    width: 44%;
    position: relative;
    height: 394px;
    position: absolute;
    top: 18%;
    overflow: hidden;
}

.productDetail .part5 .text h5 {
    font-size: 26px;
    color: #009040;
    line-height: 1;
    margin-bottom: 32px;
}

.productDetail .part5 .text p {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.productDetail .part5 .text p em {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    float: left;
    background-color: #fff;
    margin: 16px 4px;
}

.productDetail .part5 .text1 {
    opacity: 1;
    top: 0%;
}

.productDetail .part5 .img .img1 {
    opacity: 1;
}

.productDetail .part6 {
    padding-bottom: 32px;
    height: 80vh;
}

.productDetail .part6 h5 {
    font-size: 26px;
    color: #009040;
    /* text-align: center; */
    line-height: 1;
    margin-bottom: 3%;
}

.productDetail .part6 .item {
    width: 317px;
    float: left;
    margin-bottom: 58px;
    margin-right: 38px;
}

.productDetail .part6 .item:nth-last-child(1) {
    margin-right: 0;
}

.productDetail .part6 .item .imgs {
    width: 100%;
    height: 302px;
    border-radius: 2px;
    overflow: hidden;
}

.productDetail .part6 .item .imgs img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
}

.productDetail .part6 .item .text {
    padding-top: 34px;
}

.productDetail .part6 .item .text h6 {
    font-size:18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.productDetail .part6 .item:hover .text h6 {
    color: #009040;
}

.productDetail .part6 .item .text p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.productDetail .part6 .item .swiper-pagination {
    bottom: 5px;
}

.productDetail .part6 .item .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* .productDetail .part6 .item4{width: 667px;} */
.productDetail .part7 {
    background-color: #272525;
    padding-top: 100px;
    overflow: hidden;
}

.productDetail .part7 h5 {
    font-size: 40px;
    color: #009040;
    text-align: left;
    line-height: 1;
    margin-bottom: 100px;
}

.productDetail .part7 .con {
    position: relative;
    padding: 0 130px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 80vh;
}

.productDetail .part7 .imgs {
    position: relative;
    float: right;
    width: 30%;
}
.productDetail .part7 .imgs img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) scale(0.9);
       -moz-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
         -o-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
}

.productDetail .part7 .text {
    float: left;
    width: 60%;
    padding-top: 260px;
}

.productDetail .part7 .text .item {
    padding-bottom: 130px;
    opacity: 0.2;
}

.productDetail .part7 .text .item1 {
    opacity: 1;
}

.productDetail .part7 .text h6 {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.productDetail .part7 .text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

.productDetail .part8 {
    padding-top: 168px;
    overflow: hidden;
    height: 2760px;
}

.productDetail .part8 h5 {
    font-size: 40px;
    color: #009040;
    /* text-align: center; */
    line-height: 1;
    margin-bottom: 100px;
}

.productDetail .part8 .con {
    position: relative;
    height: 1600px;
}

.productDetail .part8 .text {
    width: 700px;
    position: absolute;
    bottom: 9%;
    right: 0;
}

.productDetail .part8 .item {
    width: 340px;
    height: 116px;
    background-color: #f9f9f9;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.productDetail .part8 .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.productDetail .part8 .item:nth-child(2n) {
    margin-right: 0;
}

.productDetail .part8 .item h6 {
    font-size: 22px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 29px;
}

.productDetail .part8 .item p {
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.productDetail .part8 .imgs {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 280px;
    height: 581px;
}

.productDetail .part8 .imgs img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.productDetail .part8 .imgs .img2 {
    z-index: 2;
    opacity: 0;
}

.productDetail .part8 .more {
    margin: 0 auto;
    margin-top: 10px;
    background-color: #009040;
    color: #ffffff;
}

.productDetail .part8 .more:hover span {
    width: 300px;
    height: 300px;
    background-color: #fff;
}

.productDetail .part8 .more:hover em {
    color: #009040;
}

.productDetail .part9 {
    background-color: #f9f9f9;
    padding-top: 114px;
    padding-bottom: 77px;
}

.productDetail h5.tit {
    font-size: 40px;
    color: #009040;
    /* text-align: center; */
    line-height: 1;
    margin-bottom: 100px;
}

.productDetail .part9 .swiper-slide {
    width: 431px;
}

.productDetail .part9 .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 2px;
}

.productDetail .part9 .text {
    position: relative;
    margin-top: 40px;
}

.productDetail .part9 .text h6 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    padding-bottom: 40px;
}

.productDetail .part9 .text p {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-bottom: 22px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: context-menu;
}

.productDetail .part9 .text p:hover {
    color: #009040;
}

.productDetail .part9 .text p em {
    display: block;
    width: 3px;
    height: 3px;
    background-color: #333;
    float: left;
    margin-right: 7px;
    margin-top: 7px;
}

.productDetail .part9 .text .prev {
    position: absolute;
    top: 0;
    right: 30px;
}

.productDetail .part9 .text .prev::after {
    content: "prev";
    display: inline-block;
    font-family: swiper-icons;
    font-size: 18px;
    color: #353535;
}

.productDetail .part9 .text .prev:hover::after {
    color: #009040;
}

.productDetail .part9 .text .next {
    position: absolute;
    top: 0;
    right: 0;
}

.productDetail .part9 .text .next::after {
    content: "next";
    display: inline-block;
    font-family: swiper-icons;
    font-size: 18px;
    color: #353535;
}

.productDetail .part9 .text .next.act::after {
    color: #009040;
}

.productDetail .part9 .text .next:hover::after {
    color: #009040;
}

.productDetail .part9 .sw6 {
    padding-bottom: 40px;
}

.productDetail .part9 .sw6 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    bottom: 0;
    top: auto;
    background-color: #cacaca;
    opacity: 1;
    border-radius: 4px;
}

.productDetail .part9 .sw6 .swiper-pagination-bullet-active {
    width: 28px;
    background-color: #009040;
}

.productDetail .part10 {
    padding-top: 114px;
    padding-bottom: 80px;
}

.productDetail .part10 .sw7 {
    padding-bottom: 20px;
}

.productDetail .part10 .swiper-slide {
    width: 430px;
    margin-right: 54px;
}

.productDetail .part10 .swiper-slide .imgs {
    width: 100%;
    height: 372px;
    border-radius: 2px;
    overflow: hidden;
}

.productDetail .part10 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.productDetail .part10 .text {
    padding: 36px 47px 42px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin-left: 10%;
    border-radius: 2px;
    text-align: justify;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.productDetail .part10 .text h6 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 18px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: bold;
}

.productDetail .part10 .text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.productDetail .part10 a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.productDetail .part10 a:hover .text h6 {
    color: #009040;
}

.productDetail .part10 .con {
    position: relative;
}

.productDetail .part10 .con .btn {
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-top: -110px;
}

.productDetail .part10 .con .btn:hover {
    background: #009040;
}

.productDetail .part10 .con .btn:hover::after {
    color: #fff;
}

.productDetail .part10 .con .btn::after {
    display: inline-block;
    font-size: 25px;
    color: #009040;
    font-family: swiper-icons;
}

.productDetail .part10 .con .prev {
    left: -40px;
}

.productDetail .part10 .con .prev::after {
    content: "prev";
}

.productDetail .part10 .con .next {
    right: -40px;
}

.productDetail .part10 .con .next::after {
    content: "next";
}

.productDetail .part11 {
}

.productDetail .part11 h5 {
    font-size: 26px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}

.productDetail .part11 .item {
    float: left;
    width: 449px;
    height: 458px;
    position: relative;
    margin-right: 26px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 2px;
    background: #f9f9f9;
}

.productDetail .part11 .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.productDetail .part11 .item:nth-last-child(1) {
    margin-right: 0;
}

.productDetail .part11 .item img {
    display: block;
    height: 264px;
    width: auto;
    margin: 50px auto 0;
}

.productDetail .part11 .text {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

.productDetail .part11 .text b {
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
}

.productDetail .part11 .text p {
    font-size: 20px;
    color: #333333;
    line-height: 1;
}

.productDetail .part12 {
    margin-top: 96px;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0;
}

.productDetail .part12 .bg{ background-repeat: no-repeat; background-position: center; position: absolute; width: 100%; height: 100%;background-size: cover;background: #7b7b7b !important;}
.productDetail .part12 .box{ position: relative;  padding-top: 100px;padding-bottom: 100px;}

.productDetail .part12 h5 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 90px;
}

.productDetail .part12 .item {
    /* text-align: center; */
    width: 769px;
    margin: 0 auto;
}

.productDetail .part12 input {
    font-size: 16px;
    color: #009040;
    width: 362px;
    height: 59px;
    border: 1px solid #009040;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 29px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 20px;

}

.productDetail .part12 p {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
}

.productDetail .part12 .item2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 45px;
}

.productDetail .part12 .item2 .item2-left {
    
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    width: 0;
    height: 0;
}

.productDetail .part12 .item2 .item2-left .animation-box {
    width: 520px;
    height: auto;
}

.productDetail .part12 .item2 .item2-left.act {
    width: 520px;
    height: auto;
}

.productDetail .part12 .item2 input {
    width: 140px;
    margin-bottom: 0;
}

.productDetail .part12 .item2 em {
    display: inline-block;
    width: 134px;
    height: 43px;
    vertical-align: middle;
}

.productDetail .part12 .item2 em img {
    display: block;
}

.productDetail .part12 span {
    font-size: 16px;
    color: #ffffff;
}

.productDetail .part12 button {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 204px;
    height: 56px;
    background-color: #009040;
    border-radius: 2px;
    vertical-align: bottom;
    cursor: pointer;
}

.productDetail .part12 input::-webkit-input-placeholder {
    color: #009040;
}

/*WebKit和Blink（Safari,Google Chrome, Opera15+）使用伪元素 */
.productDetail .part12 input:-moz-placeholder {
    color: #009040;
}

/*Mozilla Firefox 4-18使用伪类 */
.productDetail .part12 input::-moz-placeholder {
    color: #009040;
}

/*Mozilla Firefox 19使用伪类 */
.productDetail .part12 input:-ms-input-placeholder {
    color: #009040;
}

/*IE10使用伪类 */

.popup-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}
.popup-video .popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.popup-video .video-con {
    width: 770px;
    height: 460px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -385px;
    margin-top: -230px;
}
.popup-video .video-con .video {
    width: 100%;
    height: 100%;
}
.popup-video .video-con .btn-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    right: -50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.popup-video .video-con .btn-close::before {
    content: "\2716";
}

@-webkit-keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, -10px, 0);
        transform: translate3d(0%, -10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -moz-transform: translate3d(0%, -10px, 0);
        transform: translate3d(0%, -10px, 0);
    }

    to {
        opacity: 1;
        -moz-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10px, 0);
    }

    to {
        opacity: 1;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, -10px, 0);
        -moz-transform: translate3d(0%, -10px, 0);
        transform: translate3d(0%, -10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0%, 10px, 0);
        transform: translate3d(0%, 10px, 0);
    }
}

@-moz-keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        -moz-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -moz-transform: translate3d(0%, 10px, 0);
        transform: translate3d(0%, 10px, 0);
    }
}

@-o-keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        -o-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0%, 10px, 0);
        -moz-transform: translate3d(0%, 10px, 0);
        transform: translate3d(0%, 10px, 0);
    }
}

.fadeOutDownSmall {
    -webkit-animation-name: fadeOutDownSmall;
    -moz-animation-name: fadeOutDownSmall;
    -o-animation-name: fadeOutDownSmall;
    animation-name: fadeOutDownSmall;
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 10px, 0);
        transform: translate3d(0%, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -moz-transform: translate3d(0%, 10px, 0);
        transform: translate3d(0%, 10px, 0);
    }

    to {
        opacity: 1;
        -moz-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }

    to {
        opacity: 1;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 10px, 0);
        -moz-transform: translate3d(0%, 10px, 0);
        transform: translate3d(0%, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media screen and (max-width: 1400px) {
    .productDetail .part6 .item {
        width: 280px;
        margin-right: 21px;
    }
    .productDetail .part11 .item {
        width: 390px;
        height: 389px;
        margin-right: 10px;
    }
    .productDetail .part11 .item img {
        height: 210px;
        margin: 40px auto;
    }
    .productDetail .part12 input {
        width: 320px;
    }
}

/*404*/
.noPage{width: 100%;height: 100vh;position: relative;overflow: hidden;}
.noPage img{display: block;margin: 0 auto; }

.noPage .noLogo{display: block; width: 24.541%;margin-top: 62px;margin-left: 60px;}
.noPage .noLogo img{display: block;width: 99px;}
.noPage p{font-size: 28px;color: #5f636a;text-align: center;margin-top: 40px;}
.noPage .backs{margin: 30px auto 0;width: 384px; text-align: center;}
.noPage .backs a{display: block;float: left; margin: 0 10px; font-size: 14px;color: #009040;height: 50px;line-height: 50px;width: 170px;border: 1px solid #009040;text-align: center;transition: background 0.5s;border-radius: 50px;}
.noPage .backs a:hover{color: #ffffff;background-color: #009040;}
.noPage .bottoms{position: relative;height: 100vh;}
.noPage .boIn{position: fixed;top: 50%;left: 50%;width: 100%;}

@media(max-width:1200px){
    .noPage .noLogo{margin-top: 0.5rem;margin-left: 0.46rem;}
    .noPage .noLogo img{width: auto; height: 0.63rem;}
    .noPage .boIn img{margin: 0 auto;max-width: 75.73%; }
    .noPage p{font-size: 0.32rem;margin-top: 0.4rem;}
    .noPage .backs{margin-top: 0.4rem;width: calc(4.6rem + 4px);}
    .noPage .backs a{margin: 0 0.1rem; font-size: 0.26rem;height:0.6rem;line-height:0.6rem;width:2.1rem;border-radius: 0.08rem;}
    .proBanner .tabs{bottom: -79px;}
}


/*p8-0站点地图*/
.page_map{
    padding-bottom: 30px;
    background: #fff;
}
.page_map .w1400{
    position: relative;
}
.page_map .next .left{position:relative;width:210px}
.page_map .next .left a{color: #F6AB09}
.page_map .next .left b{display:block;color:#333;margin-bottom: 60px;line-height: 60px; font-size:30px}
.page_map .next .left b::after{position:absolute;top:0;right:0;z-index: 3; width:21px;height:60px;background:url(../images/icon/p15.png) center no-repeat;content:""}
.page_map .next .right{ width:calc(100% - 260px)}
.page_map .next .right .text{margin-bottom: 20px;}
.page_map .next .right b{display:block;margin-bottom:8px;color:#009040;font-size:18px;line-height:40px}
.page_map .next .right a{float:left;display:block;margin:0 10px 10px 0;width:200px;height:60px;border-radius:2px;background:#009040;color:#fff;text-align:center;font-size:15px;line-height:22px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.page_map .w1400::after{
    position: absolute;
    left:199px;
    top: 26px;
    width: 0;
    height: calc(100% - 120px);
    border-right:#c5c5c5 1px dashed;
    content: "";
}


@media(max-width:1024px){
    .banner_page_box{padding-top: 0;}
    .banner_page_box .swiper-slide a{padding-bottom: 22%;height: auto;width: 100%;}
    .banner_page_box .swiper-slide{width: 100%;height: auto;}
    .productCenter .part1 b.title{font-size: 18px;}
    .productCenter .part1 .box1{width: 100%;}
    .productCenter .part1 .text h6{font-size: 15px;word-break: normal;overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;}
    .productCenter .part1 .text span {margin-bottom: 10px;}
    .productCenter .part1 .text p{font-size: 15px;margin-bottom: 15px;}
    .productCenter .part1 .w1400 > div{height: 300px;}
    .proBanner,.productDetail{min-width:auto}
    .proBanner{height: auto;padding-bottom: 46%;margin-top: 0;}
    .proBanner .tabs .list-item{line-height: 38px;width: auto;margin-right: 0;font-size: 16px;}
    .productDetail .part1 h5{font-size: 18px;padding:15px;}
    .productDetail .part1{line-height: 24px;font-size: 14px;}
    .productDetail .part1 div img{width: 100%;}
    .proBanner .tabs .list-item a{font-size: 15px !important;}
    .proBanner .tabs .w1400{flex-wrap: wrap;height: auto;}
    .productDetail{padding-top: 50px;}
    .productDetail .part12{padding: 4% 0;margin-top: 0;}
    .productDetail .part12 h5{font-size: 18px;margin-bottom: 3%;}
    .productDetail .part12 .item{width: 100%;}
    .productDetail .part12 input{width: 100%;padding: 0 0 0 15px;height: 40px;margin: 0 0 15px 0;}
    .productDetail .part12 .item2{margin-top: 0;}
    .productDetail .part12 input[type='button']{height: 40px !important;line-height: 40px;font-size: 15px;}
    .productDetail .part12 .box{padding-top: 8%;padding-bottom: 8%;}
    .proBanner .tabs.fixed{top: 50px}
    
}
@media(max-width:768px){
    .productCenter .part1 .text span {-webkit-line-clamp: 2;}
    .productCenter .part1 .w1400 > div {height: 160px;}
    .productDetail .part1 .w1400  div{width: auto !important;}
    .productCenter .part1 .img-bg{top: 35%;}
    .more {width: 100px;height: 30px;line-height: 30px;}
    .more em {line-height: 30px;height: 30px;}
    .productCenter .part1 .text p {margin-bottom: 0;}
    .productCenter .part1 b.title{padding-top: 12px;padding-bottom: 8px;}
}
@media(max-width:480px){
    .productCenter .part1 .img-bg {top: 15%;}
}

@media(max-width:1024px){
    .page_map .next .right b{font-size: 18px;line-height: 40px;}
}

@media(max-width:768px){
    .page_map .w1400::after{display: none;}
    .page_map .next .left{width:100%;margin-bottom:15px;}
    .page_map .next .right{width:100%;}
}

@media(max-width:480px){
    .page_map .next .right a{width:48%;margin-left:2%;margin-bottom:2%;margin-right:0;font-size: 14px;line-height: 20px;}
    .page_map .next .right .text>div{margin-left:-2%;}
}


















