p,a{font-size:16px; }
a{transition:.5s;}
button{transition:.5s;}
.container{max-width:88%;width:88%;margin:0 auto;padding:0;}
.pc_show{display: block;}
@media(max-width: 992px){
    .pc_show{display: none!important;}
}

/*电脑端导航*/
header{height:90px;width:100%;top:0;left:0;position: fixed;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);z-index:99;}
header .container{height:100%;width:100%;display: flex;justify-content: space-between;align-items: center;}
header .logo{font-size:30px;color:#000;font-weight: bold;}
header .nav{display: flex;align-items: center;}
header .link{padding:10px 22px;font-size:16px;color:#000;margin-left:15px;}
header .link.active{background: #178f74;color:#fff;}
header .link:hover{text-decoration: underline;}
header .lan{background: #178f74;display: flex;justify-content: center;align-items: center;padding:10px 22px;border-radius: 80px;margin-left:15px;}
header .lan .iconfont{color:#fff;margin-right:10px;}
header .lan span{color:#fff;}
header .lan:hover span{text-decoration: underline;}
@media screen and (max-width: 992px){
    header{display: none;}
}

/*移动端导航*/
.mobile_header{width:100%; height:60px;position:fixed;top:0;left:0;z-index:1999;display: none;background: #fff;}
.mobile_header .container{max-width:100%;width:100%;height:100%;display:flex;justify-content: space-between;align-items: center;padding:0 20px;}
.mobile_header .header_logo{font-size:20px;font-weight: bold;flex:1;}
.mobile_header .header_logo img{width:120px;}
.mobile_header .container i{background:#178f74;font-size: 25px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 5px;cursor: pointer;}
.mobile_header .open_logo img {width: 150px;margin-top: 20px;}
.mobile_header .nav-phone {position:fixed; top:0; right:-100%; width:100%; height: 100vh; background:#178f74;z-index:2000;color:#fff;padding:81px 40px;box-sizing: border-box;}
.mobile_header .close { display: flex;justify-content: flex-end;font-size: 30px;color: #fff;cursor: pointer;opacity: 1!important;font-weight: normal;}
.mobile_header .close:hover{color: #fff;}
.mobile_header .mobile_menu {width:92%; margin-top:80px; height:auto; z-index:99;}
.mobile_header .mobile_menu li{width:100%;padding:12px 0;}
.mobile_header .mobile_menu li .new{position: absolute;left: 24%;top: 1px;width: 40px;}
.mobile_header .mobile_menu li a{display:block;height:100%; font-size:18px; color:#fff;}
.mobile_header .mobile_menu li h3 {width:100%;background: url(../images/icon_01.png) 98% center no-repeat; background-size:16px;  position:relative;}
.mobile_header .mobile_menu li.selected h3{background: url(../images/icon_02.png) 98% center no-repeat; background-size:16px; }
.mobile_header .mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-top:10px;}
.mobile_header .mobile_menu li .list-item a{display:block; padding-left:20px; font-size:16px;}
.mobile_header .mobile_menu li .list-item a:hover{color:#c3a478;}
.mobile_header .open_logo{display: flex; justify-content: center; align-items: center;}
.mobile_header .open_logo a{font-size:20px;color:#fff;line-height: 1.5;}
.mobile_header .open_logo img{width:210px;}
.mobile_header .mobile_menu li i{color:#c72032; margin-right:5px;}
.mobile_header #navToggle{display: none;}
.mobile_header .m_logo{display: none;}
.mobile_header .shop{display: flex;align-items: center;justify-content: center;color:#fce546;width:100%;height:75px;background-color: #477927;margin-top:92px;}
.mobile_header i{font-size:26px;}
.mobile_header span{font-size:24px;}
.mobile_header .bottom{font-size:14px;color:#fff;text-align: center;padding:25px 0;border-top:1px solid #c72032;margin-top:100px;line-height:1.5;}
@media(max-width: 1600px){
    header .logo img{width:120px;}
    .container{width:94%;max-width: 94%;}
    header .link{padding: 10px 15px;margin-left: 8px;}
}
@media(max-width: 1300px){
    header .logo img{width:90px;}
    .container{width:96%;max-width: 96%;}
    header .link{padding: 10px 10px;margin-left:5px;}
    header .lan{padding: 10px 10px;margin-left:5px;}
}
@media(max-width: 992px){
    .mobile_header{display: block;}
}

/*首页-轮播图*/
.banner{width:100%;height:900px;margin-top:90px;}
.banner .swiper-container{width:100%;height:100%;display: flex;justify-content: flex-start;}
.banner .banner_inner1{padding-top:17%;display: block;width:40%;color:#000;}
.banner .banner_inner3{padding-top:7%;display: block;width:45%;color:#000;margin-left:55%;}
.banner .wrap{display: flex;flex-direction: column;align-items:center ;justify-content:flex-start;}
.banner .line1{font-size:46px;text-align: center;font-weight: bold;line-height: 1.3;}
.banner .line2{line-height: 1.5;font-size:80px;margin:30px 0 34px;text-align: center;font-weight: bold;color:#e6690f;}
.banner .line2 span{color:#178f74;}
.banner .line3{font-size:22px;text-align: center;line-height: 1.5;}
.banner .banner_more{display: flex;align-items: center;justify-content: center;background: #e6690f;width:220px;height:60px;color:#fff;margin-top:60px;}
.banner .banner_more i{margin-left:10px;transition: .5s;}
.banner .banner_more:hover i{transform: translateX(20px);}
#m_banner_swiper{display: none;}
@media(max-width: 1900px){
    .banner .banner_inner1{padding-top:20%;display: block;width:40%;color:#000;}
}
@media(max-width: 1600px){
    .banner .banner_inner1{padding-top:13%;display: block;width:40%;color:#000;}
    .banner .banner_inner2{padding-top:17%;display: block;width:40%;color:#000;}
    .banner .banner_inner3{padding-top:5%;display: block;width:45%;color:#000;margin-left:55%;}
    .banner{width:100%;height:750px;margin-top:90px;}
}
@media(max-width: 1400px){
    .banner .banner_inner1{padding-top:11%;display: block;width:40%;color:#000;}
    .banner .banner_inner2{padding-top:17%;display: block;width:40%;color:#000;}
    .banner .banner_inner3{padding-top:3%;display: block;width:45%;color:#000;margin-left:55%;}
    .banner{width:100%;height:656px;margin-top:90px;}
}
@media(max-width: 1300px){
    .banner .banner_inner1{padding-top:11%;display: block;width:40%;color:#000;}
    .banner .banner_inner2{padding-top:18%;display: block;width:40%;color:#000;}
    .banner .banner_inner3{padding-top:3%;display: block;width:45%;color:#000;margin-left:55%;}
    .banner{width:100%;height:610px;margin-top:90px;}
    .banner .line3{display: none;}
}
@media(max-width: 1200px){
    .banner .banner_inner1{padding-top:11%;display: block;width:40%;color:#000;}
    .banner .banner_inner2{padding-top:20%;display: block;width:40%;color:#000;}
    .banner .banner_more{margin-top:20px;}
    .banner{width:100%;height:562px;margin-top:90px;}
}
@media(max-width:992px){
    #banner_swiper{display: none;}
    #m_banner_swiper{display: block;}
    .banner{width:100%;height:500px!important;margin-top:60px;}
}
@media(max-width: 800px){
    .banner{width:100%;height:400px!important;margin-top:60px;}
}
@media(max-width: 700px){
    .banner{width:100%;height:300px!important;margin-top:60px;}
}
@media(max-width: 500px){
    .banner{width:100%;height:250px!important;margin-top:60px;}
}

/*首页简介*/
.de_about{display: flex;justify-content: space-between;align-items: center;padding:100px 0 100px 7%;}
.de_about .left{width:27%;}
.title .en{font-size:54px;color:#178f74;font-weight: bold;margin-bottom:20px;text-transform: uppercase;text-align: center;}
.title .cn{font-size:20px;color:#1a1a1a;text-align: center;line-height: 1.5;}
.de_about .title .en{text-align: left;}
.de_about .title .cn{text-align: left;}
.de_about .content{margin-top:40px;}
.de_about .content p{margin-bottom:30px;color:#1a1a1a;line-height: 1.8;}
.de_about .banner_more{display: flex;align-items: center;justify-content: center;background: #e6690f;width:260px;height:60px;color:#fff;margin-top:60px;}
.de_about .banner_more .iconfont{margin-left:10px;transition: .5s;}
.de_about .banner_more:hover .iconfont{transform: translateX(20px);}
.de_about .right{width:64%;height:798px;display: flex;justify-content: space-between;}
.de_about .txts{width:20%;height:100%;}
.de_about .item{width:100%;height:33.3%;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #178f74;color:#fff;}
.de_about .shang{font-size:16px;}
.de_about .timer{font-size:52px;font-weight: bold;}
.de_about .item .xia{margin-top:10px;}
.de_about .pic{height:100%;width:80%;background: url(../images/factory.jpg) center center/cover no-repeat;}

/*安装视频弹窗css*/
.videolist {height:240px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px #ccc solid; padding:0 15px;}
.videolist:nth-child(2n){background:#f7f7f7;}
.videolist:last-child{border-bottom:none;}
.videolist:hover{ cursor: pointer; }
.videos{display:none; position:fixed; z-index:999; width:100%; height:100%; left:0; top:0; z-index:100; background:rgba(0,0,0,0.85); text-align:center;}
.videos_play{position:relative; z-index:100; left:50%; top:50%; transform: translateX(-50%); margin-top:-200px;width:800px; max-height:800px;}
.videos video#video{max-width:800px; height:auto; margin:0 auto;}
.vclose{position:absolute;right:1%; top:-1%; font-size:42px; color:#000; cursor:pointer;z-index:99;}
.video_bg{width:100%;height:240px;background:url("../images/video_poster.jpg") center center/cover no-repeat;display:flex;justify-content:center;align-items:center;}
@media(max-width: 1600px){
    .de_about{padding: 80px 0 80px 3%;}
    .de_about .left{width:34%;}
    .de_about .timer{font-size:40px;}
    .de_about .content p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;}
    .video_bg{height:265px;}
}
@media(max-width: 1300px){
    .de_about{padding: 80px 0 80px 3%;}
    .de_about .left{width:34%;}
    .de_about .timer{font-size:30px;}
    .de_about .content p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
    .video_bg{height:215px;}
    .de_about .right{height:568px;}
    .title .en{font-size:30px;}
}
@media screen and (max-width:992px){
    .video_bg{padding:30px 0;}
    .video_bg .row{ margin:0;}
    .video_bg .video_info .videolist {padding:10px 5px 5px 5px; justify-content:flex-start; flex-direction:column; align-items:flex-start;}
    .videos video#video{max-width:calc(100% - 20px);}
    .videos_play{position:relative; z-index:100; top:34%; margin-left:0px; margin-top:0; width:100%;}
    .video_bg .video_info span{margin-left:10px; font-size:12px;}
    .video_bg .video_info span i{font-size:14px;}
    .vclose{top:-20px; color:#fff; font-size:24px;}

    .de_about{display:block;padding:30px 20px;}
    .de_about .left{width:100%;}
    .title .en{font-size:24px;color:#178f74;font-weight: bold;margin-bottom:20px;text-transform: uppercase;text-align: center;}
    .title .cn{font-size:16px;color:#1a1a1a;text-align: center;}
    .de_about .content{margin-top:30px;}
    .de_about .content p{margin-bottom:30px;color:#1a1a1a;line-height: 1.8;font-size:14px;}
    .de_about .more_block{display: flex;justify-content: center;}
    .de_about .banner_more{display: inline-flex;align-items: center;justify-content: center;background: #e6690f;width:200px;height:50px;color:#fff;margin-top:30px;margin-bottom:30px;font-size:14px;}
    .de_about .banner_more .iconfont{margin-left:10px;transition: .5s;}
    .de_about .banner_more:hover .iconfont{transform: translateX(20px);}
    .de_about .right{width:100%;height:auto;display:block;}
    .de_about .txts{width:100%;height:100px;display: flex;}
    .de_about .item{width:100%;height:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #178f74;color:#fff;}
    .de_about .shang{font-size:14px;}
    .de_about .timer{font-size:20px;font-weight: bold;}
    .de_about .item .xia{margin-top:10px;font-size:14px;}
    .de_about .pic{height:300px;width:100%;background: url(../images/factory.jpg) center center/cover no-repeat;}
}

/*首页产品*/
.de_product{width:100%;}
.de_product .bgs{width:100%;height:584px;background: url(../images/pdt_bg.jpg) no-repeat center fixed;position: relative;}
.de_product .txtss{width:87%;background: #fff;position: absolute;left:0;bottom:0;border-radius: 0 10px 0 0;padding:60px 20px 10px 10%;display: flex;justify-content: space-between;align-items: center;}
.de_product .leftt{padding-right:5%;}
.de_product .one{font-size:32px;margin-bottom:10px;}
.de_product .two{font-size:18px;line-height: 1.5;}
.de_product .banner_more{display: flex;align-items: center;justify-content: center;background: #e6690f;width:260px;height:60px;color:#fff;}
.de_product .banner_more .iconfont{margin-left:10px;transition: .5s;}
.de_product .banner_more:hover .iconfont{transform: translateX(20px);}

.de_product .pics{width:100%;padding-left:10%;position: relative;height:940px;}
.de_product .container{position: absolute;z-index:2;width:100%;top:70px;height:100%;}
.de_product .title{width:438px}
.de_product .title .cn{color:#fff;}
.de_product .title .en{color:rgba(255,255,255,.1);}
.de_product .pdtSwiper{width:100%;overflow: hidden;position: relative;padding-bottom:40px;}
.de_product .swiper-slide{position: relative;overflow: hidden;}
.de_product img{width:100%;transition: .5s;}
.de_product img:hover{transform: scale(1.1);}
.de_product p{color:#000;font-size:24px;text-align: center;position: absolute;width: 100%;left:0;top:40px;}
.de_product .pdt_swiper-pagination{top:auto;left:0;width:100%;background:#178f74 ;bottom:0;}
.de_product .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #e6690f;}

.de_product .left_bar{position: absolute;top:32%;left:-6%;transform: rotate(90deg);}
.de_product .left_bar .line1{font-size:20px;color:#000;margin-top:10px;}
.de_product .left_bar .line2{font-size:54px;color:#178f74;text-transform: uppercase;}

.de_product .swiper-button-next{top:30px;left:12%;background: #178f74;}
.de_product .swiper-button-prev{top:30px;left:10%;background: #178f74;}
.de_product .swiper-button-prev::after{content:'<';display: block;color:#fff;font-size:24px;}
.de_product .swiper-button-next::after{content:'>';display: block;color:#fff;font-size:24px;}

@media(max-width:1600px){
    .de_product .two{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    .de_product .txtss{padding: 60px 20px 10px 3%;}
    .de_product .pics{padding-left:6%;}
    .de_product .pics{height:850px;}
    .de_product .left_bar{left:-6%;}
    .de_product .left_bar .line2{font-size:40px;}

    .de_product .swiper-button-next{top:30px;left:8%;background: #178f74;}
    .de_product .swiper-button-prev{top:30px;left:6%;background: #178f74;}
}
@media(max-width:1400px){
    .de_product .pics{padding-left:3%;}
    .de_product .pics{height:783px;}
    .de_product .left_bar{display: none;}
    .de_product .bgs{height: 426px;}

    .de_product .swiper-button-next{top:30px;left:6%;background: #178f74;}
    .de_product .swiper-button-prev{top:30px;left:3%;background: #178f74;}
}
@media(max-width:1200px){
    .de_product .pics{height:680px;}
}
@media(max-width:992px){
    .de_product{width:100%;}
    .de_product .bgs{width:100%;height:200px;background: url(../images/pdt_bg.jpg) no-repeat center scroll;position: static;background-size: cover;}
    .de_product .txtss{width:94%;background: #fff;position: relative;z-index:2;left:3%;top:150px;border-radius: 10px 10px 0 0;padding:20px;display:block;}
    .de_product .leftt{padding-right:5%;}
    .de_product .one{font-size:18px;margin-bottom:10px;font-weight: bold;text-align: center;line-height: 1.5;}
    .de_product .two{font-size:14px;line-height: 1.5;}
    .de_product .banner_more{display: flex;align-items: center;justify-content: center;background: #e6690f;width:200px;height:50px;color:#fff;font-size:14px;margin-top:20px;}
    .de_product .banner_more .iconfont{margin-left:10px;transition: .5s;}
    .de_product .banner_more:hover .iconfont{transform: translateX(20px);}
    .de_product .more_block{display: flex;justify-content: center;}

    .de_product .pics{width:100%;padding-left:0;height:auto;padding-top:180px;}
    .de_product .container{position: static;z-index:2;width:100%;top:70px;height:100%;}
    .de_product .title{width:438px}
    .de_product .title .cn{color:#fff;}
    .de_product .title .en{color:rgba(255,255,255,.1);}
    .de_product .pdtSwiper{width:100%;overflow: hidden;position: relative;padding-bottom:20px;}
    .de_product .swiper-slide{position: relative;overflow: hidden;}
    .de_product img{width:100%;transition: .5s;}
    .de_product img:hover{transform: scale(1.1);}
    .de_product p{color:#000;font-size:16px;text-align: center;position: absolute;width: 100%;left:0;top:20px;}
    .de_product .pdt_swiper-pagination{top:auto;left:0;width:100%;background:#178f74 ;bottom:0;}
    .de_product .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #e6690f;}

    .de_product .left_bar{display: none;}

    .de_product .swiper-button-next{top:160px;left:12%;background: #178f74;width:30px;height:30px;}
    .de_product .swiper-button-prev{top:160px;left:4%;background: #178f74;width:30px;height:30px;}
}

/*应用领域*/
.de_app{padding:40px 0;background: #f5f5f5;}
.de_app .title{width:100%;text-align: center;}
.de_app .cn{margin-bottom:15px;}
.de_app .swiper{width:100%;overflow: hidden;margin-top:40px;position: relative;padding-bottom:40px;}
.de_app .swiper-slide{position: relative;}
.de_app .swiper-slide:hover{border:5px solid #178f74;}
.de_app img{display: block;width:100%;}
.de_app p{position: absolute;width:100%;left:0;bottom:0;background: rgba(0,0,0,.8);color:#fff;text-align: center;font-size:22px;padding:15px 0;}
.de_app .swiper-slide:hover p{background: #178f74;}
.de_app .app-swiper-pagination{bottom:0;}
.de_app .swiper-pagination-bullet{width:80px;height:10px;background: #505050;border-radius: 0;}
.de_app .swiper-pagination-bullet-active{background: #178f74;}
@media(max-width: 992px){
    .de_app{padding:40px 0;background: #f5f5f5;margin-top:30px;}
    .de_app p{font-size:14px;}
    .de_app .swiper{width:100%;overflow: hidden;margin-top:20px;position: relative;padding-bottom:40px;}
    .de_app .swiper-pagination-bullet{width:60px;height:7px;background: #505050;border-radius: 0;}
    .de_app .swiper-pagination-bullet-active{background: #178f74;}
}

/*首页-新闻*/
.de_news{display: flex;height:445px;}
.de_news .left{width:20%;height:100%;background: #ffefe4;display: flex;flex-direction: column;align-items: center;}
.de_news .title{margin-top:22%;}
.de_news .banner_more{display: flex;align-items: center;justify-content: center;width:170px;height:48px;color:#000;margin-top:60px;border:1px solid #000;}
.de_news .banner_more .iconfont{margin-left:10px;transition: .5s;}
.de_news .banner_more:hover .iconfont{transform: translateX(20px);}
.de_news .right{width:80%;height:100%;background: #fff8f4;padding:0 5%;}
.de_news .list{margin-top:3%;width:100%;}
.de_news .item{padding:28px 0;border-bottom:1px solid #eee;display: flex;align-items: center;width:100%;justify-content: space-between;}
.de_news .time{font-size:14px;color:#8d8d8d;width:10%;}
.de_news .name{font-size:20px;color:#000;flex:1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 1.5;}
.de_news .icon{font-size:16px;color:#fff;width:80px;height:30px;display: flex;justify-content: center;align-items: center;background: #d0cbc7;transition: .5s;width:10%;}
.de_news .item:hover .icon{background: #178f74;}
@media(max-width: 1300px){
    .de_news{height:400px;}
}
@media(max-width:992px){
    .de_news{display: block;height:auto}
    .de_news .left{width:100%;height:auto;background: #ffefe4;display: flex;flex-direction: column;align-items: center;padding:20px 10px;}
    .de_news .title{margin-top:0%;}
    .de_news .banner_more{display: flex;align-items: center;justify-content: center;width:170px;height:48px;color:#000;margin-top:30px;border:1px solid #000;}
    .de_news .banner_more .iconfont{margin-left:10px;transition: .5s;}
    .de_news .banner_more:hover .iconfont{transform: translateX(20px);}
    .de_news .right{width:100%;height:100%;background: #fff8f4;padding:0 5%;}
    .de_news .list{margin-top:0;width:100%;}
    .de_news .item{padding:18px 0;border-bottom:1px solid #eee;display: block;align-items: center;width:100%;justify-content: space-between;}
    .de_news .time{font-size:14px;color:#8d8d8d;width:100%;}
    .de_news .name{font-size:16px;color:#000;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 1.5;margin:10px 0;}
    .de_news .icon{font-size:14px;color:#fff;width:80px;height:30px;display: flex;justify-content: center;align-items: center;background: #d0cbc7;transition: .5s;}
    .de_news .item:hover .icon{background: #178f74;}
}

/*底部*/
footer .info{height:360px;background: url(../images/footer_bg.jpg) center center/cover no-repeat;padding:0 13%;position: relative;}
footer .info .blocks{display: flex;transform: translateY(-60px);box-shadow: 0 0 10px rgba(0,0,0,.1);}
footer .info .blocks .block{width:50%;border-radius: 10px 0 0 10px;height:280px;display: flex;flex-direction: column;align-items: center;background: #fff4ec;justify-content: center;}
footer .info .blocks img{height:67px;margin-bottom:40px;}
footer .info .blocks p{color:#178f74;font-size:32px;font-weight: bold;}

footer .ways{position: absolute;bottom:10px;left:13%;width:74%;display: flex;justify-content: space-between;color:#fff;}
footer .ways .left{width:14%;}
footer .ways .en{font-size:32px;margin-bottom:12px;}
footer .ways .cn{font-size:20px;}
footer .ways .right{width:86%;display: flex;justify-content: space-between;}
footer .ways .item{width:33.3%;display: flex;align-items: center;justify-content: center;}
footer .ways .lleft{width:63px;height:63px;border-radius: 50%;border:1px solid #fff;display: flex;justify-content: center;align-items: center;margin-right:10px;}
footer .ways .iconfont{font-size:35px;}
footer .ways .rright{flex:1;}
footer .ways .rright p{line-height: 1.5;}
footer .ways .rright a{color:#fff;}
footer .ways .rright a:hover{text-decoration: underline;}

footer .copyright{background: #178f74;color:#fff;padding:30px 0;display: flex;justify-content: center;align-items: center;}
footer .copyright .item{color:#fff;margin-left:30px;display: flex;align-items: center;line-height: 1.5;}
footer .copyright a{color:#fff;display: flex;align-items: center;}
footer .copyright a:hover{text-decoration: underline;}
@media(max-width:1700px) {
    footer .ways .cn{display: none;}
}
@media(max-width:1500px) {
    footer .info .blocks p{font-size:20px;text-align: center;}
    footer .info .blocks .block{height:220px;}
    footer .info{height:300px;}
    footer .copyright{flex-wrap:wrap;}
}
@media(max-width:1300px) {
    footer .info .blocks p{font-size:16px;text-align: center;}
    footer .info .blocks .block{height:220px;}
    footer .info{height:300px;}
    footer .ways .left{display: none;}
    footer .ways .right{width:100%;}
    footer .info{padding:0 5%;}
}
@media(max-width:992px) {
    footer .info{height:auto;background: url(../images/footer_bg.jpg) center center/cover no-repeat;padding:20px;position: static;}
    footer .info .blocks{display: block;transform: translateY(0);box-shadow: 0 0 10px rgba(0,0,0,.1);}
    footer .info .blocks .block{width:100%;border-radius: 10px!important;height:150px;display: flex;flex-direction: column;align-items: center;background: #fff4ec;justify-content: center;}
    footer .info .blocks img{height:auto;margin-bottom:30px;height:50px;}
    footer .info .blocks p{color:#178f74;font-size:14px;font-weight: bold;}
    footer .info .blocks .block:last-child{margin-top:20px;}
    footer .info .blocks .block:last-child img{height:70px;}

    footer .ways{width:100%;position: static;display: block;justify-content: space-between;color:#fff;margin-top:20px;}
    footer .ways .left{display: none;}
    footer .ways .en{font-size:32px;margin-bottom:12px;}
    footer .ways .cn{font-size:20px;}
    footer .ways .right{width:100%;display: block;justify-content: space-between;}
    footer .ways .item{width:100%;display: flex;align-items: center;justify-content: center;margin-bottom:15px;}
    footer .ways .lleft{width:40px;height:40px;border-radius: 50%;border:1px solid #fff;display: flex;justify-content: center;align-items: center;margin-right:10px;}
    footer .ways .iconfont{font-size:20px;}
    footer .ways .rright{flex:1;}
    footer .ways .rright p{line-height: 1.5;font-size:14px;}
    footer .ways .rright a{color:#fff;}
    footer .ways .rright a:hover{text-decoration: underline;}

    footer .copyright{background: #178f74;color:#fff;padding:15px;font-size:14px;line-height: 1.5;display: block;}
    footer .copyright .right{display: block;align-items: center;}
    footer .copyright .item{color:#fff;margin-left:0px;text-align: center;justify-content: center;}
    footer .copyright a{color:#fff;font-size:14px;}
}

/*------------------------------------------------------------------------------*/

.common_banner{width:100%;}
.common_banner img{width:100%;}
/*1920x1080的比例  == 1278x720*/
.common_banner video{width:100%;height:720px;}
.pc_show{display: block;}
.m_show{display: none;}

@media(max-width:1680px) {
    .common_banner video{width:100%;height:720px;}
    .common_banner .video_bg{width:100%;height:720px;background:url("../images/video_poster.jpg") center center/cover no-repeat;display:flex;justify-content:center;align-items:center;}
}

@media(max-width:1440px) {
    /*1920x1080的比例  == 1140x641 */
    .common_banner video{width:100%;height:641px;} 
    .common_banner .video_bg{width:100%;height:641px;background:url("../images/video_poster.jpg") center center/cover no-repeat;display:flex;justify-content:center;align-items:center;}
}

@media(max-width:1280px) {
    /*1920x1080的比例  == 882x496 */
    .common_banner video{width:100%;height:496px;}
    .common_banner .video_bg{width:100%;height:496px;background:url("../images/video_poster.jpg") center center/cover no-repeat;display:flex;justify-content:center;align-items:center;}
}

@media(max-width:992px) {
    /*1920x1080的比例  == 373x210 */
    .common_banner{width:100%;margin-top:60px;padding-left:0;}
    .common_banner img{width:100%;}
    .common_banner video{width:100%;height:210px;}
    .common_banner .video_bg{width:100%;height:210px;background:url("../images/video_poster.jpg") center center/cover no-repeat;display:flex;justify-content:center;align-items:center;}
    .pc_show{display: none;}
    .m_show{display: block;}
}


/*公司简介*/
.page_about .box{padding-bottom:50px;}
.page_about .profile{padding:40px 0;display: flex;justify-content: space-between;border-bottom:1px dashed #ddd;align-items: center;}
.page_about .profile .left{width:48%;}
.page_about .profile .right{width:48%;}
.page_about .profile h1{color:#178f74;font-size:28px;padding-bottom:20px;border-bottom:1px solid #178f74;margin-bottom:20px;display: inline-block;}
.page_about .profile p{line-height: 1.8;margin-bottom:20px;}
.page_about .profile .video_bg{height:460px;}

.page_about .quality{padding:40px 0;display: flex;justify-content: space-between;align-items: center;}
.page_about .quality .left{width:50%;}
.page_about .quality h1{color:#178f74;font-size:28px;padding-bottom:20px;border-bottom:1px solid #178f74;margin-bottom:20px;display: inline-block;}
.page_about .quality p{line-height: 2;margin-bottom:20px;}
.page_about .quality .right{width:46%;}
.page_about .quality img{width:100%;}
@media(max-width:1600px) {
    .page_about .profile .video_bg{height:383px;}
}
@media(max-width:1400px) {
    .page_about .profile .video_bg{height:335px;}
}
@media(max-width:1200px) {
    .page_about .profile .video_bg{height:288px;}
}
@media(max-width:1000px) {
    .page_about .profile .video_bg{height:240px;}
}
@media(max-width:992px) {
    .page_about .box{padding-bottom:10px;}
    .page_about .profile{padding:20px 0;display: block;justify-content: space-between;border-bottom:1px dashed #ddd;align-items: center;}
    .page_about .profile .left{width:100%;}
    .page_about .profile .right{width:100%;}
    .page_about .profile h1{color:#178f74;font-size:20px;padding-bottom:20px;border-bottom:1px solid #178f74;margin-bottom:20px;display: inline-block;line-height: 1.5;}
    .page_about .profile p{line-height: 1.8;margin-bottom:20px;font-size:14px;}
    .page_about .profile .video_bg{height:200px;}

    .page_about .quality{padding:20px 0;display: block;justify-content: space-between;align-items: center;}
    .page_about .quality .left{width:100%;}
    .page_about .quality h1{color:#178f74;font-size:20px;padding-bottom:20px;border-bottom:1px solid #178f74;margin-bottom:20px;display: inline-block;}
    .page_about .quality p{line-height: 2;margin-bottom:20px;font-size:14px;}
    .page_about .quality .right{width:100%;}
    .page_about .quality img{width:100%;}
}

/*厂房车间*/
.page_join .content{padding-bottom:120px;}
#certify {position: relative;width: 100%;margin: 0 auto;}
#certify .swiper-container {padding-bottom: 90px;}
#certify  .swiper-slide {width: 600px;height: 400px;background: #fff;box-shadow: 0 8px 30px #ddd;}
#certify  .swiper-slide img{display:block;width:100%;}
#certify  .swiper-slide p {line-height:60px;padding-top: 0;text-align: center;color: #636363;font-size: 18px;margin: 0;box-shadow: 0 0 10px rgba(0,0,0,.1);background: #fff;}
#certify .swiper-pagination {width: 100%;bottom: -20px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {border: 3px solid #178f74;background-color: #fff;}
#certify .swiper-button-prev {left: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%;}
#certify .swiper-button-prev:hover {background-position: 0 -46px;background-size: 100%}
#certify .swiper-button-next {right: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%;}
#certify .swiper-button-next:hover {background-position: 0 -139px;background-size: 100%}
.swiper-button-prev:after, .swiper-button-next:after{display: none;}
@media(max-width:1600px) {
    #certify{width:90%;}
    #certify .swiper-button-next{right:-80px;}
    #certify .swiper-button-prev{left:-80px;}
}
@media(max-width:1300px) {
    #certify{width:90%;}
    #certify .swiper-button-next{right:-60px;}
    #certify .swiper-button-prev{left:-60px;}
}
@media(max-width:992px) {
    .page_join .content{padding-bottom:50px;}
    #certify{width:95%;}
    #certify .swiper-button-next{display: none;}
    #certify .swiper-button-prev{display: none;}
    #certify  .swiper-slide p{font-size:14px;}
    #certify  .swiper-slide {width: 600px;height: 400px;background: #fff;box-shadow: 0 8px 30px #ddd;}
}
@media(max-width: 600px){
    #certify  .swiper-slide {width: 480px;height: 320px;}
}
@media(max-width: 500px){
    #certify  .swiper-slide {width: 420px;height: 280px;}
}
@media(max-width: 420px){
    #certify  .swiper-slide {width: 360px;height: 240px;}
}


/*产品中心*/
.page_product .left .cates .cate_item{height:80px;}
.page_product .content{padding:53px 0 70px;}
.page_product .m_left{display: none;}
.page_product .list{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.page_product .content .pdt_item{width:23.5%;margin-bottom:33px;border:1px solid #cccccc;}
.page_product .content .pdt_item:last-child:nth-child(4n+2){margin-right:51%;}
.page_product .content .pdt_item:last-child:nth-child(4n+3){margin-right:25.5%;}
.page_product .pdt_item .img_box{width:100%;height:auto;overflow:hidden;display: flex;justify-content: center;align-items: center;}
.page_product .pdt_item img{width:100%;height:100%;transition: .5s;}
.page_product .pdt_item .img_box:hover img{transform: scale(1.1);}
.page_product .pdt_item p{height:60px;display: block;font-size:18px;color:#333;background:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;line-height: 60px;text-align: center;}

.catesub{padding-top:20px;}
.catesub .sublink{color:#333;padding-right:15px;}
.catesub .sublink.active{color:#178f74;}
.catesub .sublink:hover{text-decoration: underline;}
@media(max-width:992px) {
    .page_product .search_line{display:flex;justify-content: space-between;align-items: center;margin-top:20px;}
    .page_product .search_box{width:200px;height:40px;border:1px solid #eee;display:flex;justify-content: space-between;align-items: center;}
    .page_product input{width:80%;height:100%;font-size:14px;color:#454545;padding:10px;border:none;outline:none;}
    .page_product i.iconfont{color:#c72032;font-size: 24px;margin-right:10px;cursor:pointer;}
    .page_product .total{font-size:14px;}

    .page_product .content{padding:30px 0 0 0;}
    .page_product .content .pdt_item{width:48%;margin-bottom:20px;}
    .page_product .pdt_item p{font-size:14px;line-height: 1.5;padding:10px 5px;height:auto;}
    .page_product .content .pdt_item:last-child:nth-child(4n+2){margin-right:0%;}
    .page_product .content .pdt_item:last-child:nth-child(4n+3){margin-right:0%;}

    .page_product .pdt_item .img_box{width:100%;overflow:hidden;display: flex;justify-content: center;align-items: center;}
    .catesub{padding-top:20px;line-height: 1.5;font-size:14px;}
    .catesub .sublink{color:#333;padding-right:5px;}
    .catesub .sublink.active{color:#178f74;}
    .catesub .sublink:hover{text-decoration: underline;}
}
@media(max-width: 600px){
    .page_product .content{padding:20px 0 0 0;}
}

/*产品详情css*/
.page_productview .content{padding:57px 0;}
.page_productview .content .info{display: flex;justify-content: space-between;align-items: flex-start;}
.page_productview .content .info .left{width:42%;position:relative;}
.page_productview .content .info .left img{width:100%;}
.page_productview .content .info .text{width:53%;}
.page_productview .content .info .text .title{font-size:30px;color:#203015;padding-bottom:25px;border-bottom:1px solid #d9d9d9;font-weight:bold;}
.page_productview .content .info .text .details{margin-top:30px;}
.page_productview .content .info .text .details p{line-height:2;font-size:18px;}
.page_productview .content .info .text .details p a{color:#000;font-size:18px}
.page_productview .content .info .text .info{font-size:16px;color:#666;padding-top:22px;}
.page_productview .content .info .text .line{display: inline-flex;justify-content: flex-start;align-items: center;background: #178f74;padding:10px 20px;border-radius: 4px;margin-right:20px;}
.page_productview .content .info .text .line i{font-size:22px;margin-right:14px;color: #fff;}
.page_productview .content .info .text .line span{font-size:16px;color: #fff;}
.page_productview .content .info .text .line a{font-size:16px;color: #fff;}

.page_productview .product_img.gallery-top {margin-bottom:5px;}
.page_productview .product_img .gallery-thumbs {width:30%; box-sizing: border-box; padding: 10px 0;}
.page_productview .product_img .gallery-thumbs .swiper-slide {opacity: 0.4; cursor: pointer;}
.page_productview .product_img .gallery-thumbs .swiper-slide-thumb-active {opacity: 1; border:1px #178f74 solid;}
.page_productview .product_img .swiper-button-next:after,.product_img .swiper-button-prev:after{color:#000;}

.page_productview h3{font-size:24px;font-weight: bold;margin-bottom:20px;}
.page_productview .sub{line-height: 1.8;}
.page_productview .sub b{font-weight:bold;}
.page_productview .sub span{color:red;}
.page_productview .line{margin-top:20px;}

.page_productview .long{margin-top:30px;border-top:1px dashed #ddd;padding-top:20px;}
.page_productview .long h2{font-size:30px;font-weight: bold;margin-bottom:30px;}
.page_productview .long h3{color:#178f74;border-bottom:1px solid #178f74;padding-bottom:20px;}
.page_productview .long .parts{margin-bottom:30px;line-height:1.5;}
.page_productview .long p{margin-bottom:20px;line-height: 1.8!important;}
.page_productview .long table{width:100%;margin:20px 0;}
.page_productview .long tr:nth-child(2n+1){background: #ececec;}
.page_productview .long td{border:1px solid #ccc;padding:10px;}
.page_productview .long table *{color:#333!important;font-size:16px!important;font-family: "微软雅黑"!important;line-height: 1.5!important;}

.page_productview .long .app img{width:auto!important;max-width:100% !important;}
/*.page_productview .long .app span{color:red;}*/

.page_productview .long .process img{float:left;width:19% !important;margin-right:1%;margin-bottom:15px;}
.page_productview .long .fix{clear: both;}

.page_productview .long .advs{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page_productview .long .advs p{width:50%;}

.page_productview .long .packages img{width:auto!important;max-width:100% !important;}

.page_productview .long .remarks{display: flex;}
.page_productview .long .remarks .left{width:400px;margin-right:20px;}
.page_productview .long .remarks .left img{width:100% !important;}
.page_productview .long .remarks .right{flex:1;line-height: 2 !important;}

@media(max-width:992px) {
    .page_productview .content{padding:30px 0;}
    .page_productview .content .info{display: block;}
    .page_productview .content .info .left{display: block;width:100%;}
    .page_productview .content .info .text{display: block;width:100%;}
    .page_productview .content .info .text .title{font-size:20px;margin-top:20px;line-height: 1.5;}
    .page_productview .content .info .text .info,
    .page_productview .content .info .text .line span,
    .page_productview .content .info .text .line a{line-height: 1.5;font-size:14px;}
    .page_productview .content .info .text .line{display: inline-flex;justify-content: flex-start;align-items: center;background: #178f74;padding:10px ;border-radius: 4px;margin-right:10px;}
    .page_productview .content .info .text .line i{margin-right:5px;}

    .page_productview .swiper-button-next, .page_productview .swiper-button-prev{width:20px;}
    .page_productview .swiper-button-next:after, .page_productview .swiper-button-prev:after{font-size:30px;}
    .page_productview .content .info .text .details p{font-size:14px;}
    .page_productview .content .info .text .details p a{color:#000;font-size:14px}
    .page_productview .content .info .text .line{margin-top:16px;}
    .page_productview .content .info .text{padding-bottom:20px;}

    .page_productview h3{font-size:18px;font-weight: bold;margin-bottom:20px;}
    .page_productview .sub{line-height: 1.8;}
    .page_productview .sub span{color:red;}
    .page_productview .line{margin-top:20px;}

    .page_productview .long{margin-top:20px;border-top:1px dashed #ddd;padding-top:20px;}
    .page_productview .long h2{font-size:20px;font-weight: bold;margin-bottom:30px;}
    .page_productview .long h3{color:#178f74;border-bottom:1px solid #178f74;padding-bottom:20px;}
    .page_productview .long .parts{margin-bottom:30px;}
    .page_productview .long p{margin-bottom:20px;line-height: 1.8!important;font-size:14px;}
    .page_productview .long table{width:100%;margin:20px 0;}
    .page_productview .long tr:nth-child(2n+1){background: #ececec;}
    .page_productview .long td{border:1px solid #ccc;padding:10px;font-size:14px;}
    .page_productview .long table *{color:#333!important;font-size:14px!important;font-family: "微软雅黑"!important;line-height: 1.5!important;}

    .page_productview .long .app img{width:auto!important;max-width:100% !important;}
    .page_productview .long .app span{color:red;}

    .page_productview .long .process img{float:left;width:49% !important;margin-right:1%;margin-bottom:5px;}
    .page_productview .long .fix{clear: both;}

    .page_productview .long .advs{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .page_productview .long .advs p{width:50%;height:30px;}

    .page_productview .long .packages img{width:auto!important;max-width:100% !important;}

    .page_productview .long .remarks{display: block;}
    .page_productview .long .remarks .left{width:100%;margin-right:20px;margin-bottom:0px;}
    .page_productview .long .remarks .left img{width:100% !important;}
    .page_productview .long .remarks .right{flex:1;line-height: 2 !important;}
}
@media(max-width: 600px){
    .page_productview .content{padding:20px 0 0 0;}
}

/*新闻资讯*/
.page_news{padding-bottom:90px;}
.page_news .list{margin-bottom:60px;width:100%;width:100%;}
.page_news .newsss{padding:20px 0 0 0;}
.page_news .block{width:100%;padding:15px;border-bottom:1px solid #eee;width:100%;display: flex;justify-content: space-between;align-items: center;color:#010101;}
.page_news .block:last-child{border-bottom:1px solid #eee;}
.page_news .time{width:20%;}
.page_news .title{width:68%;}
.page_news .title p{width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_news .iconfont{width:12%;font-size:20px;text-align: right;}
.page_news .block:hover{background: #178f74;color:#fff;}
@media(max-width:992px) {
    .page_news{padding-bottom:10px;}
    .page_news .list{margin-bottom:30px;width:100%;width:100%;}
    .page_news .newsss{padding:20px 0;}
    .page_news .block{width:100%;padding:15px 0;border-bottom:1px solid #eee;width:100%;display: flex;justify-content: space-between;align-items: center;color:#010101;}
    .page_news .block:last-child{border-bottom:1px solid #eee;}
    .page_news .time{width:30%;font-size:14px;}
    .page_news .title{width:58%;}
    .page_news .title p{width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:14px;}
    .page_news .iconfont{width:12%;font-size:18px;text-align: right;}
    .page_news .block:hover{background: #178f74;color:#fff;}
}

/*新闻详情*/
.page_newsview{padding-bottom:90px;}
.page_newsview .top{display: flex;flex-direction: column;align-items: center;margin-top:40px;}
.page_newsview .news_title{font-size:20px;color:#222;text-align: center;}
.page_newsview .time{font-size:14px;color:#666;display: flex;align-items: center;margin:20px 0;}
.page_newsview .time i{font-size:14px;color:#666;margin-right:10px;}
.page_newsview .time span{font-size:14px;color:#666;}
.page_newsview .news_cont{font-size:16px;color:#333;line-height: 2;text-indent: 2em;padding:40px 0 0 0;}
.page_newsview .news_cont p{font-size:16px;color:#333;line-height: 2;margin-bottom:20px;text-indent: 2em;}
@media(max-width:992px) {
    .page_newsview{padding-bottom:10px;}
    .page_newsview .news_title{font-size:18px;line-height: 1.5;}
    .page_newsview .top{margin-top:25px;}
    .page_newsview .news_cont{font-size:14px;padding:10px 0;}
    .page_newsview .news_cont p{font-size:14px;}
}

/*联系方式*/
.page_contact .company{font-size:26px;color:#333;font-weight:bold;padding-top:45px;padding-bottom:10px;}
.page_contact .ccontactt .line{display: flex;}
.page_contact .ccontactt .line .info{width:50%;}
.page_contact .ccontactt .line .code{width:50%;display: flex;flex-direction: column;align-items: center;}
.page_contact .ccontactt .line .code h2{font-size:24px;text-align: center;line-height: 1.5;font-weight: bold;}
.page_contact .ccontactt .line .code img{width:auto;}
.page_contact .ccontactt p{display: flex;align-items: center;padding-top:25px;}
.page_contact .ccontactt span{color:#333;line-height: 1.5;}
.page_contact .ccontactt a{color:#333;}
.page_contact .ccontactt a:hover{text-decoration: underline;}
.page_contact textarea{color:#000;}
.page_contact #dituContent {width: 100%;height:450px;border: 1px #ccc solid;margin:40px 0 0 0;font-size:16px;}
.page_contact .iw_poi_title{font-weight:bold;line-height: 1.25;}
.page_contact .iw_poi_content{line-height: 1.2;}

@media(max-width:992px) {
    .page_contact{padding-bottom:0;}
    .page_contact .company {font-size: 16px;padding-top: 25px;}
    .page_contact .ccontactt .line{display: block;}
    .page_contact .ccontactt .line .info{width:100%;}
    .page_contact .ccontactt p{font-size:14px;line-height: 2;padding-top:10px;}
    .page_contact .ccontactt a{font-size:14px;}
    .page_contact .ccontactt .line .code{width:100%;margin-top:20px;border-top:1px dashed #eee;padding-top:20px;display: block;}
    .page_contact .ccontactt .line .code h2{font-size:16px;text-align: left;line-height: 1.5;font-weight: bold;}
    .page_contact .ccontactt .line .code img{width:50%;margin-right:20%;margin-top:10px;}
    .page_contact #dituContent {height: 250px;margin: 20px 0 10px 0;font-size:14px;}
}

/*在线留言*/
.page_contact{padding-bottom:90px;}
.page_contact .form_title{text-align: center;font-size:20px;margin-top:50px;font-weight: bold;}
.page_contact form{margin-top:30px;background: #fff;}
.page_contact form .list{display: flex;justify-content: space-between;align-items: center;margin-bottom:30px;}
.page_contact form .item{width:48%;display: flex;justify-content: center;align-items: center;}
.page_contact form input{width:100%;font-size:16px;color:#000;padding:0 20px;height:54px;border:1px solid #d2d2d2;outline:none;border-radius:5px;background:transparent;}
.page_contact form textarea{width:100%;font-size:16px;color:#000;padding:20px;height:250px;border:1px solid #d2d2d2;outline:none;border-radius:5px;background:transparent;}
.page_contact form .btn{display: flex;justify-content: space-between;align-items: center;padding:0;}
.page_contact form .code{display: flex;align-items: center;}
.page_contact form .yzm{width:244px;height:50px;}
.page_contact form .code img{height:50px;}
.page_contact form .submit_btn{width:260px;height:56px;background:#178f74;color:#fff;font-size:20px;border:none;outline: none;}
@media(max-width:992px) {
    .page_contact{padding-bottom:10px;}
    .page_contact form{margin-bottom:20px;}
    .page_contact form .list{display: block;margin-bottom:20px;}
    .page_contact form .item{width:100%;margin-bottom:20px;}
    .page_contact form input, .page_message form textarea{font-size:14px;}
    .page_contact form .yzm{width:60%;}
    .page_contact form .code img{width:40%;}
    .page_contact form .btn{display: block;}
    .page_contact form .submit_btn {width: 200px;height: 40px;font-size: 14px;margin-top:20px;}
}

/*------------------------------------------------------------------------------*/

/*详情页底部 上一个下一个*/
.common_btns .wrap{width:100%;display: flex;justify-content: space-between;align-items: center;border-top:1px solid #d9d9d9;padding-top:20px;}
.common_btns .item{display: flex;justify-content: flex-start;align-items: center;margin:14px 0;}
.common_btns a{font-size:16px;color:#222;line-height: 1.5;}
.common_btns a:hover{text-decoration: underline;}
.common_btns span{font-size:16px;color:#666;}
.common_btns .back_btn{font-size:18px;width:154px;height:46px;border-radius:5px;background:#178f74;color:#fff;display: flex;justify-content: center;align-items: center;}
.common_btns .left{width:85%!important;}
.common_btns .right{width:15%!important;padding-top:0!important;display: flex;justify-content: flex-end;align-items: center;}
@media(max-width:992px) {
    .common_btns .left{display: block!important;width:100% !important;}
    .common_btns .right{margin-top:20px;width:100% !important;}
    .common_btns .wrap{padding-bottom: 20px;display: block;}
    .common_btns span, .common_btns a{font-size:14px;}
    .common_btns .back_btn{font-size:14px;width:120px;height:46px;}
    .common_btns .right{margin-top:0;justify-content: flex-start;}
}

/*页面公共样式*/
.page_common .right .pos{height:70px;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ccc;}
.page_common .right .pos_left{font-size:24px;color:#333;font-weight:bold;display: flex;align-items: center;}
.page_common .right .pos_left .catelink{display: block;padding:10px 20px;background-color: #fff;color:#000;border:1px solid #178f74;}
.page_common .right .pos_left .catelink.active{background-color: #178f74;color:#fff;border:1px solid #178f74;}
.page_common .right .pos_right{display: flex;justify-content: center;align-items: center;}
.page_common .right .pos_right a{font-size:16px;color:#aaa;}
.page_common .right .pos_right span{font-size:16px;color:#aaa;margin:0 15px;}
.page_common .right .pos_right .current{font-size:16px;color:#777;}
@media(max-width:1000px) {
    .page_common .right .pos_left .catelink{padding:10px;text-align: center;}
}
@media(max-width:992px) {
    .page_common .right .pos{flex-wrap:wrap;}
    .page_common{padding-left:0px;}
    .page_common .wrap{display: block;}
    .page_common .right{width:100%;padding-top: 10px;}
    .page_common .right .pos{height:50px;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ccc;}
    .page_common .right .pos_left{font-size:16px;color:#333;font-weight:bold;display: flex;align-items: center;}
    .page_common .right .pos_left a{font-size:14px;display: block;padding:10px 20px;background-color: #fff;color:#000;border:1px solid #178f74;}
    .page_common .right .pos_left a.active{background-color: #178f74;color:#fff;border:1px solid #178f74;}
    .page_common .right .pos_right{display: flex;justify-content: center;align-items: center;}
    .page_common .right .pos_right a{font-size:14px;color:#aaa;}
    .page_common .right .pos_right span{font-size:14px;color:#aaa;margin:0 5px;}
    .page_common .right .pos_right .current{font-size:14px;color:#777;}
    .page_common .left .cate_title{font-size:20px;}

    .page_common .right .pos_left{display: none;}
    .page_common .right .pos{background: #f3f3f3;border-bottom:0;width:100%;display: flex;justify-content: center;align-items: center;}
    .page_common .right .pos_right a{color:#777;}
}
@media(max-width:600px) {
    .page_common .right .pos_left .catelink{padding:10px 0px;}
}

/*分页公共样式*/
.page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:.2rem;}
.pagination{margin-bottom:.7rem;}
.pagination li {width: 50px;height:36px;border: 1px solid #a6a6a6;margin: 0 4px;}
.pagination li span,.pagination li a{font-size:14px;color:#666666;width:100%;height:100%;display:flex;align-items: center;justify-content: center;}
.pagination li.active{background:#178f74;}
.pagination li.active span,.pagination li.active a{color:#fff;}

@media(max-width: 992px){
    .page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:.2rem;}
    .pagination{margin-bottom:.7rem;}
    .pagination li {width: 30px;height:30px;border: 1px solid #a6a6a6;margin: 0 4px;}
    .pagination li span,.pagination li a{font-size:14px;color:#666666;width:100%;height:100%;display:flex;align-items: center;justify-content: center;}
    .pagination li.active{background:#178f74;}
    .pagination li.active span,.pagination li.active a{color:#fff;}
}

/*人才招聘*/
.page_join .content{width:100%;margin-top:30px;}
.page_join table{margin-bottom:30px;max-width:100%;border:1px solid #eee;}
.page_join .job_btn font{transition: .5s;}
.page_join .job_btn:hover font{text-decoration: underline;}
.page_join table:hover{background: #f8f8f8;box-shadow: 0 0 10px rgba(0,0,0,.3);}
.page_join td{border-right:1px solid #fff;border-bottom:1px solid #fff;padding:15px;background: rgb(234,234,234);}
.page_join td.font4{font-size:20px;font-weight: bold;}
.page_join td *{font-size:16px;line-height: 1.5;}

@media(max-width: 992px){
    .page_join .content{width:100%;margin-top:10px;}
    .page_join table{margin-bottom:10px;max-width:100%;border:1px solid #eee;}
    .page_join .job_btn font{transition: .5s;}
    .page_join .job_btn:hover font{text-decoration: underline;}
    .page_join table:hover{background: #f8f8f8;box-shadow: 0 0 10px rgba(0,0,0,.3);}
    .page_join td{border-right:1px solid #fff;border-bottom:1px solid #fff;padding:5px;background: rgb(234,234,234);font-size:14px;}
    .page_join td.font4{font-size:18px;}
    .job_btn{padding-top:10px;display: block;padding-right:5px;font-size:16px;}
    .page_join td *{font-size:14px;}
}

/*在线客服悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:30%;background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.suspension-box{position:relative;}
.suspension .a{display: flex;flex-direction: column;align-items: center;justify-content: center;width:68px;padding: 10px 0;background:#fff;margin-bottom:8px;cursor:pointer;outline:none;}
.suspension .a span{font-size:12px;color:#222;}
.suspension .a i{font-size:36px;margin-bottom:.1rem;color:#178f74;}
.suspension .a.active,.suspension .a:hover{background:#178f74;}
.suspension .a.active span,.suspension .a:hover span, .suspension .a.active i,.suspension .a:hover i{color:#fff;}
.suspension .a .i{display:flex; align-items:center; flex-direction: column; justify-content: center; width:68px;height:68px; font-style: normal; color:var(--white); border:1px var(--darkgreen) solid; font-family: "iconfont"; text-align:center; font-size:26px; line-height: 1.3;}
.suspension .a .i span{font-size:12px;}
.suspension .a-top{background:#fff;display:none;height:60px;}
.suspension .a-top:hover{background:#178f74;color:#fff;}
.suspension .d{width: 230px;background: #178f74;position: absolute;right:72px;color: var(--white);font-size: 16px;display: none;}
.suspension .d .arrow{position:absolute;width:8px;height:12px; font-family: "iconfont"; font-size:24px; font-style: normal; color:#178f74;right:0px;top:15px;}
.suspension .d-qrcode{top:159px;width: 150px;}
.suspension .d-service-phone{top:0;}
.suspension .d-service{top:77px;}
.suspension .d-service-bj{top:228px;}
.suspension .d .inner-box{padding: 10px 20px;min-height: 74px;}
.suspension .d-service-item{display:flex; align-items:center; width:100%;}
.suspension .d-service-item a{display: block; width:100%;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .text{line-height: 56px; font-size:18px; text-align:center; display: block;}
.suspension .d-service-item a .text{color:var(--white); font-size:14px;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:10px;}
.suspension .d-qrcode p{font-size:14px;}
.inner_erweima{display: flex; justify-content:center; flex-direction: column;}
.inner_erweima img{max-width:130px;}

@media(max-width: 992px){
    .suspension{display: none;}
}

/*视频栏目*/
.page_video{padding-bottom:90px;}
.page_video .content{display: flex;flex-wrap:wrap;justify-content: space-between;padding-top:20px;}
.page_video .item{width:49%;margin-bottom:20px;}
.page_video .video_bg{width:100%;height:462px;padding:0;}
.page_video .item p{text-align: center;line-height: 1.5;padding:15px 0;font-size:18px;}
.page_video .product_video{width:100%;height:100%;position: relative;}
.page_video .product_video .poster{width:100%;height:100%;}
.page_video .bofang{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:80px;transition: .5s;}
.page_video .bofang:hover{transform: translate(-50%,-50%) scale(1.1);}
@media(max-width: 1600px){
    .page_video .video_bg{width:100%;height:416px;padding:0;}
}
@media(max-width: 1400px){
    .page_video .video_bg{width:100%;height:363px;padding:0;}
}
@media(max-width: 1200px){
    .page_video .video_bg{width:100%;height:317px;padding:0;}
}
@media(max-width: 1000px){
    .page_video .video_bg{width:100%;height:264px;padding:0;}
}
@media(max-width: 992px){
    .page_video .video_bg{width:100%;height:225px;padding:0;}
    .page_video .item{width:100%;}
    .page_video .item p{padding:15px 0;font-size:14px;}
    .page_video .bofang{width:50px;}
    .page_video{padding-bottom:10px;}
}