.container{padding-top: 44px;}
.header { width: 100%;position: fixed;left: 0;top: 0;z-index: 899; background: #fff;}
.header .inner {max-width: 1200px;margin: 0 auto;padding: 0 10px;height: 44px;display: flex;align-items: center;}
.header .inner .logo-box {height: 30px;position: relative;z-index: 100;}
.header .inner .logo-box img { display: block;height: 100%; width: auto;}
.header .inner .smt{font-size: 14px;color: #535353;margin-left: 10px;display: none;}
.header .inner .nav-bar{position: fixed;right: -280px;top: 0;height: 100%;background-color: #fff;width: 280px;z-index: 99;padding-top: 44px;box-sizing: border-box;}
.header .inner .nav-bar .list li{font-size: 14px;color: #535353;flex: 1;display: flex;align-items: center;justify-content: center;height: 35px;line-height: 35px;}
.header .inner .nav-bar .list li a{font-size: 14px;color: #535353;}
.header .inner .nav-bar .list .active{color: #148F3B;}
.header .inner .nav-bar .list .active a{color: #148F3B;}
.header .inner .nav-bar .list li:hover{color: #148F3B;}
.header .inner .nav-bar .list li:hover a{color: #148F3B;}
.header .inner .btn-box{display: flex;flex: 1;position: relative;z-index: 100;align-items: center}
.header .inner .nav-btn{width: 30px;height: 30px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.header .inner .nav-btn span{transition: all .3s linear;}
.header .inner .active span:nth-child(1){transform: rotate(30deg) translateX(2px);transform-origin: left;}
.header .inner .active span:nth-child(2){opacity: 0;}
.header .inner .active span:nth-child(3){transform: rotate(-30deg) translateX(2px);transform-origin: left;}
.header .inner .nav-btn span{display: block;width: 80%;height: 3px;background: #5E9DF3;margin:2px 0;border-radius: 1.5px;}
.index-banner {position: relative;overflow: hidden;}
.index-banner .swiper-container1 .swiper-slide{background-color: #A4DDF3;}
.index-banner .swiper-container1 .swiper-slide img{width: 100%;max-width: 1920px;display: block;margin: 0;transition: all .3s linear;}
.index-banner .swiper-container1 .swiper-slide:hover img{transform: scale(1.05);}
.index-banner .pagination1 {position: absolute;left: 50%;bottom: 5px; transform: translateX(-50%);z-index: 1;}
.index-banner .pagination1 .swiper-pagination-switch {width:20px;height: 3px; border-radius: 0;background: #fff;opacity: 1; margin: 0 5px;}
.index-banner .pagination1 .swiper-active-switch {background-color: #00C982;}
.search-box1{max-width: 1200px;width: 100%;margin: 0 auto;position: relative;display: none;}
.search-box1 .footer-text{text-align: center;}
.search-box1 .footer-text a{font-size: 14px;color: #535353;margin: 0 5px;}
.search-box1 .footer-text a:hover{color:  #00C982;}
.search-box1 .inner{display: flex;width: 400px;height: 40px;margin: 0 auto;border-radius: 10px;overflow: hidden;position: relative;z-index: 2;top: -20px;}
.search-box1 .inner input{flex: 1;border: none;border: 1px solid #EEEEEE;padding: 0 10px;font-size: 16px;border-radius: 10px 0 0 10px;}
.search-box1 .inner .btn{width: 50px;height: 40px;background:#00C983 url(../images/sousuo.png)no-repeat center;background-size: 22px 22px;}
.search-box2{flex: 1;padding: 0 10px;}
.search-box2 .inner2{display: flex;height: 30px;border-radius: 8px;overflow: hidden;position: relative;z-index: 2;}
.search-box2 .inner2 input{flex: 1;border: none;border: 1px solid #EEEEEE;padding: 0 10px;font-size: 14px;width: 100%;border-radius: 8px 0 0 8px;}
.search-box2 .inner2 .btn{width: 40px;height: 30px;background:#00C983 url(../images/sousuo.png)no-repeat center;background-size: 18px 18px;}
.index-title{max-width: 1200px;margin: 0 auto;text-align: center;margin-top: 20px;position: relative;}
.index-title h2{color: #535353;font-size: 20px;}
.index-title .line{display: inline-block;position: relative;padding: 0 40px;margin-top: 5px;}
.index-title .line span{background-color: #535353;border-radius: 4px;width: 30px;height: 3px;display:block;}
.index-title .line:after{content: "";width: 40px;background-color: #CBCBCB;height: 1px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.index-title .line:before{content: "";width: 40px;background-color: #CBCBCB;height: 1px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.index-title p{font-size: 14px;color: #535353;margin-top: 10px;}
.index-title2 h2{color: #fff;}
.index-title2 .line span{background-color: #fff;}
.index-title2  p{color: #fff;}
@media (min-width: 768px) {
	.container{padding-top: 60px;}
	.index-title{margin-top: 40px;}
	.index-title h2{font-size:32px;}
	.index-title p{font-size:16px;}
	.index-title .line{padding: 0 80px;}
	.index-title .line span{width: 32px;height: 4px;}
	.index-title .line:after{width: 80px;height: 1px;}
	.index-title .line:before{width: 80px;height: 1px;}
	.search-box2{display: none;}
	.search-box1{display: block;}
	.index-banner .pagination1{bottom: 30px;}
	.index-banner .pagination1 .swiper-pagination-switch {width: 30px;margin: 0 10px;}
	.header .inner .btn-box{display: none;}
	.header .inner { height: 60px;}
	.header .inner .logo-box {height: 35px;}
	.header .inner .nav-bar{display: flex;margin-left: 40px;position: static;flex: 1;flex-direction: row-reverse;width: auto;padding-top: 0;}
	.header .inner .nav-bar .list{display: flex;flex: 1;}
	.header .inner .smt{display: block;}
	.header .inner .nav-bar .list li{height: auto;line-height: normal;}
}
@media (min-width: 1000px) {
	.container{padding-top: 110px;}
	.header .inner .nav-bar{margin-left: 100px;}
	.header .inner .nav-bar .list li{font-size: 16px;}
	.header .inner .nav-bar .list li a{font-size: 14px;}
	.header .inner {height: 110px;}
	.header .inner .logo-box {height: 50px;}
	.header .inner .smt{font-size: 16px;}
	.header .inner .smt{margin-left: 30px;}
	.search-box1 .inner {width: 600px;height: 40px;top: -20px;border-radius: 10px;}
	.search-box1 .inner .btn{width: 50px;height: 40px;}
}
@media (min-width: 1200px) {
	.index-title{margin-top: 70px;}
	.index-title p{font-size:20px;}
	.index-title h2{font-size: 46px;}
	.index-title .line{padding: 0 120px;}
	.index-title .line span{width: 42px;height: 8px;}
	.index-title .line:after{width: 120px;height: 2px;}
	.index-title .line:before{width: 120px;height: 2px;}
	.index-title h2{font-size: 46px;margin-bottom: 10px;}
	.index-banner .pagination1{bottom: 50px;}
	.search-box1 .inner .btn{background:#00C983 url(../images/sousuo.png)no-repeat center;background-size: 30px 30px;}
	.search-box1 .inner {width: 800px;height: 60px;top: -30px;border-radius: 20px;}
	.search-box1 .inner .btn{width: 80px;height: 60px;}
	.search-box1 .inner input{border-radius: 20px 0 0 20px;}
}
.product-cate{max-width: 1200px;margin: 0 auto;margin-top: 20px;text-align: center;position: relative;justify-content: center;align-items: center;}
.product-cate .list{display: none;}
.product-cate .show{display: block;}
.product-cate .show-btn{padding:0 10px;text-align: left;font-size: 14px;cursor: pointer;height: 30px;line-height: 30px;}
.product-cate .list li{height: 30px;line-height: 30px;margin-top: 10px;text-align: left;cursor: pointer;}
.product-cate .list .active a{color: #01C885;}
.product-cate .list li a{display: inline-block;padding: 0 20px;font-size: 14px;height: 14px;line-height: 14px;}
.product-cate .list li:last-child a{border:none;}
.product-cate .pre-next{position: absolute;right: 0;top: 0;display: flex;display: none;}
.product-cate .pre-next .btn{width: 34px;height: 34px;background-color: #002752;margin: 0 10px;}
.product-cate .pre-next .btn:hover{cursor: pointer;}
.product-cate .pre-next .pre{background:url(../images/arrow_pre_gray.png)no-repeat center;background-size: 90% 90%;}
.product-cate .pre-next .next{background:url(../images/arrow_next_gray.png)no-repeat center;background-size: 90% 90%;}
.index-title .pre-next{position: absolute;right: 0;bottom: 0;display: flex;display: none;}
.index-title .pre-next .btn{width: 34px;height: 34px;background-color: #002752;margin: 0 10px;}
.index-title .pre-next .btn:hover{cursor: pointer;}
.index-title .pre-next .pre{background:url(../images/arrow_pre_gray.png)no-repeat center;background-size: 90% 90%;}
.index-title .pre-next .next{background:url(../images/arrow_next_gray.png)no-repeat center;background-size: 90% 90%;}
.product-list{max-width: 1200px;margin: 0 auto;overflow: hidden;padding-bottom: 10px;opacity: 0;transition: all 1s ease-in-out;position: relative;top: 100px;}
.product-list-active{opacity: 1;top: 0px;}
.hide{display: none;}
.product-list .swiper-slide{width: 100%;}
.product-list .item{width: 100%;padding: 0 10px; box-sizing: border-box;float: left;margin-top: 20px;}
.product-list .item a{display: block;}
.product-list .item .inner{transition: all .3s linear;}
.product-list .item .inner .img-box{border-radius: 20px;border: 1px solid #E8E8E8;}
.product-list .item .inner .img-box img{width: 100%;display: block;max-width: 100%;border-radius: 20px;}
.product-list .item .inner h3{text-align: center;overflow: hidden;text-overflow: ellipsis;line-height: 40px;font-size: 14px;color: #000000;height: 40px;}
.product-list .item .inner:hover {transform: translateY(-5px);}
.product-list .item .inner:hover .img-box{box-shadow:0px 2px 6px 3px #EDEDED;}
@media (min-width: 375px) {
	.product-list .item{width: 50%;}
}
@media (min-width: 768px) {
	.product-cate{display: flex;margin-top: 50px;}
	.product-cate .show-btn{background-color:  #01C885;color: #fff;}
	.product-cate .show-btn .iconfont{display: none;}
	.product-list .item{width: 25%;margin-top: 30px;}
	.product-cate .pre-next{display: flex;}
	.index-title .pre-next{display: flex;}
	.product-cate .list{display: inline-block;}
	.product-cate .list li{float: left;margin-top: 0;}
	.product-cate .show{display:inline-block;}
	.product-cate .list li a{border-right: 1px solid #535353;}
	.product-cate .list .active a{color:  #01C885;}
	.product-cate .list li{text-align: center;}
	.product-cate .list li a{padding: 0 10px;}
}
@media (min-width: 1200px) {
	.product-list .item .inner h3{font-size: 16px;}
	.product-cate .list li a{padding: 0 20px;}
	.product-list{padding-bottom: 30px;}
}
.index-enjoy{margin-top: 40px;overflow: hidden;background: url(../images/hangyeyingyong_bbk.png)no-repeat center;background-size: cover;padding-bottom: 40px;}
.index-enjoy .list{max-width: 1200px;margin: 0 auto;display: block;opacity: 0;position: relative;top: 100px;transition: all 1s ease-in-out;}
.index-enjoy .active{opacity: 1;top: 0;}
.index-enjoy .list li{float: left;width: 50%;margin-top: 40px;}
.index-enjoy .list li img{display: block;max-width: 80%;margin: 0 auto;transition: all .3s linear;}
.index-enjoy .list li:hover img{transform: scale(1.05);}
.index-enjoy .list li p{text-align: center;color: #fff;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;}
@media (min-width:500px) {
	.index-enjoy .list li img{max-width: 60%;}
	.index-enjoy .list li{width: 20%;}
	.index-enjoy{background-size: 1920px 670px;}
}
@media (min-width: 1200px) {
	.index-enjoy .list li img{max-width: 100%;}
}
.index-client .prelist{opacity: 0;position: relative;top: 100px;transition: all 1s ease-in-out;}
.index-client .active{opacity: 1;top: 0;}
.index-client{max-width: 1200px;margin: 0 auto;overflow: hidden;margin-top: 20px;}
.index-client .list{padding-bottom: 20px;}
.index-client .list li{float: left;margin-top: 40px;padding: 0 10px;width: 50%;box-sizing: border-box;}
.index-client .list li .img-box{border: 1px solid #EEEEEE;overflow: hidden;transition: all .3s linear;}
.index-client .list li .img-box img{width: 100%;display: block;}
.index-client .list li:hover .img-box{box-shadow:0px 2px 6px 3px #EDEDED;transform: translateY(-5px);}
/* .index-client .list li:hover img{transform: scale(1.05);} */
@media (min-width: 500px) {
	.index-client .list li{width: 20%;}
}
.index-certificate{max-width: 1200px;margin: 0 auto;margin-top: 20px;overflow: hidden;padding-bottom: 40px;}
.featured{height: 170px;margin-top: 60px;width: 100%;opacity: 0;position: relative;top: 50px;transition: all 1s ease-in-out;}
.featured-active{opacity: 1;top: 0;}
.featured img {display: block;height: 170px;margin: 0 auto;}
@media (min-width: 420px) {
	.featured img {height: 280px;}
	.featured{height: 280px;}
}
@media (min-width: 768px) {
	.featured img {height: 370px;}
	.featured{height: 370px;}
}
@media (min-width: 1000px) {
	.featured img {height: 470px;}
	.featured{height: 470px;}
}
.footer-outer{background: url(../images/hangyeyingyong_bbk.png)no-repeat center;box-sizing: 1920px auto;padding:20px 0;}
.footer-outer .footer-inner{max-width: 1200px;margin: 0 auto;padding: 0 10px;}
.footer-outer .footer-inner .ups{border-bottom: 1px solid #96CABA;align-items: center;padding-bottom: 20px;}
.footer-outer .footer-inner .ups .items{flex: 1;display: flex;align-items: center;}
.footer-outer .footer-inner .ups .logoimg{height: 51px;}
.footer-outer .footer-inner .ups .cp-info{flex: 1;}
.footer-outer .footer-inner .ups .cp-info .info{}
.footer-outer .footer-inner .ups .cp-info p{margin-top: 10px;color: #fff;font-size: 14px;line-height: 22px;}
.footer-outer .footer-inner .ups .cp-info a{color: #fff;font-size: 14px;}
.footer-outer .footer-inner .ups .qr-code{display: flex;flex-direction: column;flex: 1;margin-top: 20px;}
.footer-outer .footer-inner .ups .qr-code .code-box{width: 106px;height: 106px;border-radius: 10px;padding: 8px;background: #fff;}
.footer-outer .footer-inner .ups .qr-code img{width: 100%;height: 100%;display: block;}
.footer-outer .footer-inner .ups .qr-code p{font-size: 14px; color: #fff;width: 122px;text-align: left;margin-top: 10px;}
.footer-outer .footer-inner .ups .links .bd{border-right: 1px solid #fff;padding-right: 5px;margin-right: 5px;font-size: 14px;height: 14px;line-height: 14px;display: inline-block;}
.footer-outer .footer-inner .ups .links{margin-top: 10px;}
.footer-outer .footer-inner .ups .links .bd:last-child{border: none;}
@media (min-width: 768px) {
	.footer-outer .footer-inner .ups{display: flex;}
	.footer-outer .footer-inner .ups .qr-code{align-items: flex-end;margin-top: 0;}
	.footer-outer .footer-inner .ups .qr-code p{text-align: center;}
}
.page-outer{max-width: 1200px;margin: 20px auto;padding: 20px 0;text-align: center;}
.page-outer a{display: inline-block;border: 1px solid #CBCBCB;color: #535353;margin: 0 3px;height: 20px;line-height: 22px;padding: 0 5px;font-size: 10px;margin-top: 8px;}
.page-outer .active{background-color: #01C885;color: #fff;border: 1px solid #01C885;}
@media (min-width: 768px) {
	.page-outer a{height: 34px;line-height: 36px;padding: 0 10px;font-size: 14px;margin: 0 6px;}
	.page-outer{margin: 40px 0;}
}
.crumbs{display: none;max-width: 1200px;margin: 40px auto;padding: 10px;border-bottom: 1px dashed #CDCDCD;}
.crumbs .icon{width: 16px;height: 20px;display: inline-block;vertical-align: top;}
.crumbs span{font-size: 14px;color: #535353;}
.crumbs a{font-size: 14px;color: #535353;}
@media (min-width: 768px) {
	.crumbs{display: block;}
}
.nodata{width: 100%;height: 500px;position: relative;}
.nodata-box{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: 200px;height: 190px;}
.nodata-box img{width: 100%;}
.nodata-box p{text-align: center;margin-bottom: 0;height: 22px;line-height: 22px;}
.searchbtn{outline: 0 none;border: 0;}
.text{padding: 10px 0;}
.text p{font-size: 16px;color: #666;line-height: 24px;}
.text img{display: block;margin:5px auto;}