.home002-header {
  box-shadow: 0px 5px 15px -6px rgba(15, 15, 15, 0.1);
  position: sticky;
  top: 0;
  background-color: #000000;
  height: 60px;
  z-index: 999;
}
.home002-header .logo-img {
  max-width: 200px;
  max-height: 80px;
  vertical-align: middle;
}
.home002-header .list {
  line-height: 60px;
}
.home002-header .list > li {
  float: left;
  margin-right: 30px;
  color: #595959;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.home002-header .list > li:first-child {
  width: 80px;
}
.home002-header .list > li.active {
  background-color: #eba200;
}
.home002-header .list > li.active > a {
  font-weight: 600;
  color: #000000 !important;
}
.home002-header .list > li:hover > a {
  background-color: #eba200;
  font-weight: 600;
  color: #000000 !important;
}
.home002-header .list > li:hover ol {
  display: block;
}
.home002-header .list > li > a {
  padding: 0 10px;
  height: 60px;
  display: block;
  color: #fff;
}
.home002-header .list > li ol {
  position: absolute;
  left: 50%;
  margin-left: -115px;
  top: 60px;
  display: none;
  overflow: hidden;
  padding: 10px 0;
  background-color: #fff;
}
.home002-header .list > li ol li {
  text-align: center;
  background-color: #fff;
  width: 230px;
}
.home002-header .list > li ol li a {
  padding: 5px 10px;
  line-height: 26px;
  display: block;
  color: #000;
}
.home002-header .list > li ol li a:hover {
  color: #eba200;
}
.banner-home .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.home002-section-title {
  line-height: 1;
}
.home002-section-title h2 {
  font-size: 36px;
  font-weight: 600;
}
.home002-section-title h2 span {
  position: relative;
  padding: 0 4px;
}
.home002-section-title h2 span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #eba200;
}
.home002-section-title p {
  font-size: 18px;
  margin-top: 20px;
}
.mt-60 {
  margin-top: 60px;
}
.home-search {
  height: 54px;
  line-height: 54px;
}
.home-search .fl span {
  color: #eba200;
  float: left;
}
.home-search .fl a {
  float: left;
  color: #999999;
  margin: 0 10px;
}
.home-search .fl a:hover {
  color: #eba200;
}
.home-search .fr .search-container {
  display: block;
  width: 196px;
  line-height: 30px;
  height: 30px;
  border-radius: 4px;
  margin-left: 20px;
  border: 1px solid #e3e3e3;
  padding: 0 14px 0 20px;
  color: #e3e3e3;
  position: relative;
}
.home-search .fr .search-container input {
  background-color: transparent;
  color: #595959;
}
.home-search .fr .search-container .icon {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  line-height: 30px;
  background-color: transparent;
}
/* **********产品 start********** */
.home002-section1 {
  padding: 90px 0 60px 0;
  background-color: #fff;
}
.home002-section1 .list {
  margin-left: 20px;
  width: 1140px;
}
.home002-section1 .list .item {
  float: left;
  width: calc(25% - 60px / 4) !important;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.home002-section1 .list .item:nth-child(4n) {
  margin-right: 0;
}
.home002-section1 .list .item:hover .img img {
  transform: scale(1.2);
}
.home002-section1 .list .item:hover .goods-name {
  height: 50px;
}
.home002-section1 .list .img {
  width: 100%;
  height: 206px;
  line-height: 206px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
}
.home002-section1 .list .img img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home002-section1 .list .goods-name {
  height: 50px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  transition: 0.5s;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 20px;
}
.home-menu-list {
  background-color: #000000;
  width: 240px;
}
.home-menu-list > ul {
  background-color: #fff;
}
.home-menu-list .icon {
  color: #fff;
}
.home-menu-list .item {
  background-color: #000000;
  font-size: 16px;
}
.home-menu-list .item ol {
  display: none;
  background-color: #444444;
}
.home-menu-list .item ol .cell {
  line-height: 30px;
  padding: 10px 0;
  padding-left: 20px;
}
.home-menu-list .item ol .cell > a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.home-menu-list .item ol .cell > a .icon {
  color: rgba(255, 255, 255, 0.8);
}
.home-menu-list .item:hover {
  background-color: #eba200;
}
.home-menu-list .item:hover > a {
  color: #fff;
}
.home-menu-list .item:hover .icon-right {
  transform: rotate(90deg);
}
.home-menu-list .item.active {
  background-color: #eba200;
}
.home-menu-list .item.active ol {
  display: block;
}
.home-menu-list .item.active > a {
  color: #fff;
}
.home-menu-list .item.active .icon-right {
  transform: rotate(90deg);
}
.home-menu-list .item > a {
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 0 25px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #d9d9d9;
}
.home-menu-list .tel-contaioner {
  height: 160px;
  padding: 25px 0;
}
.home-menu-list .tel-contaioner .icon-box {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  top: 7px;
}
.home-menu-list .tel-contaioner .icon-box .icon {
  position: absolute;
}
.home-menu-list .tel-contaioner .icon-box .icon-6bianxing {
  font-size: 40px;
  color: #eba200;
  top: 0px;
  left: 0px;
}
.home-menu-list .tel-contaioner .icon-box .icon-tel {
  font-size: 16px;
  color: #fff;
  top: 0;
  left: 12px;
}
.home-menu-list .tel-contaioner .fs-24 {
  color: #eba200;
}
.home-menu-list .tel-contaioner p {
  margin-bottom: 10px;
}
/* 侧导航  end*/
/* **********产品 end********** */
/* **********w我们的服务 start********** */
.home002-section2 {
  background: url(../images/home-services.jpg) center no-repeat;
}
.home002-section2 .home002-section-title {
  margin-top: 80px;
}
.home002-section2 .home002-section-title h2,
.home002-section2 .home002-section-title p {
  color: #fff;
}
.home002-section2 .home002-section-title .btn {
  margin-top: 40px;
}
.home002-section2 .list {
  width: 1032px;
  margin-left: 90px;
  border-left: 1px solid #747376;
  height: 100%;
}
.home002-section2 .list li {
  width: 257px;
  height: 335px;
  text-align: center;
  padding-top: 110px;
  float: left;
  position: relative;
  color: #fff;
  border-right: 1px solid #747376;
}
.home002-section2 .list li .icon {
  font-size: 70px;
}
.home002-section2 .list li h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
.home002-section2 .list li p {
  font-size: 16px;
  margin-top: 12px;
}
.home002-section2 .list li:hover {
  background-color: #eba200;
  color: #fff;
}
.home002-section2 .list li a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.home002-section2-menu {
  float: right;
  line-height: 28px;
  padding-top: 52px;
}
.home002-section2-menu li {
  float: left;
  color: #8c8c8c;
}
.home002-section2-menu li:last-child a {
  padding-right: 0;
}
.home002-section2-menu li:hover {
  color: #000000;
}
.home002-section2-menu li a {
  padding: 0 16px;
}
/* **********解决方案 start********** */
.home002-section3 {
  padding-top: 70px;
  height: 700px;
  background-color: #eaeaea;
}
.home002-section3 .clearfix {
  position: relative;
}
.home002-section3 .clearfix .swiper-button-prev {
  left: 0px;
  margin-top: 50px;
  color: #eba200;
  outline: none;
  opacity: 1;
}
.home002-section3 .clearfix .swiper-button-next {
  right: 0px;
  margin-top: 50px;
  outline: none;
  color: #eba200;
  opacity: 1;
}
.home002-section3 .clearfix .swiper-button-disabled {
  color: #686868;
  opacity: 1;
}
.home002-section3 .clearfix .list-footer {
  background-color: #000000;
  color: #fff;
  padding: 20px;
}
.home002-section3 .clearfix .list-footer p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home002-section3 .clearfix .img {
  overflow: hidden;
}
.home002-section3 .clearfix .img img {
  transition: transform 0.5s;
}
.home002-section3 .clearfix a:hover .list-footer {
  background-color: #eba200;
}
.home002-section3 .clearfix a:hover .img img {
  transform: scale(1.2);
}
.home002-section3 .main {
  width: 1250px;
  margin: 0 auto;
}
.home002-section3 .list {
  margin-top: 100px;
}
.home002-section3 .list .item {
  float: left;
  height: 232px;
  position: relative;
}
.home002-section3 .list .item:nth-child(4n) {
  margin-right: 0;
}
.home002-section3 .list .item:hover .img img {
  transform: scale(1.2);
}
.home002-section3 .list .item:hover .goods-name {
  height: 50px;
}
.home002-section3 .list .img {
  width: 100%;
  height: 206px;
  line-height: 206px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.home002-section3 .list .img img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
/* **********解决方案 end********** */
/* **********工厂实力 start********** */
.home002-section-strength {
  padding-top: 60px;
  background: url(../images/strength-bg.jpg) center no-repeat;
  height: 1584px;
  position: relative;
}
.home002-section-strength .list {
  margin-top: 80px;
}
.home002-section-strength .list li {
  margin-bottom: 60px;
  padding-bottom: 10px;
  overflow: hidden;
}
.home002-section-strength .list li:nth-child(odd) .img-box {
  float: left;
  margin-right: 60px;
  width: 640px;
}
.home002-section-strength .list li:nth-child(odd) .main {
  float: right;
  width: 665px;
  padding-top: 50px;
}
.home002-section-strength .list li:nth-child(even) .img-box {
  float: right;
  width: 665px;
}
.home002-section-strength .list li:nth-child(even) .img-box .img {
  float: right;
}
.home002-section-strength .list li:nth-child(even) .img-box::before {
  right: 22px;
  left: auto;
}
.home002-section-strength .list li:nth-child(even) .main {
  float: left;
  width: 640px;
  padding-top: 60px;
}
.home002-section-strength .list li .img-box {
  position: relative;
}
.home002-section-strength .list li .img-box .img {
  width: 640px;
  height: 380px;
  float: left;
  overflow: hidden;
}
.home002-section-strength .list li .img-box .img img {
  transition: transform 0.5s;
}
.home002-section-strength .list li .img-box::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 22px;
  bottom: -14px;
  width: 210px;
  height: 14px;
  z-index: 2;
  background-color: #eba200;
}
.home002-section-strength .list li .main h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.home002-section-strength .list li .main > p {
  margin-top: 32px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.home002-section-strength .list li .main .btn {
  margin-top: 40px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.home002-section-strength .list a:hover .main > p {
  color: #000000;
}
.home002-section-strength .list a:hover .img img {
  transform: scale(1.2);
}
/* **********工厂实力 end********** */
/* **********关于我们 start********** */
.home002-section4 {
  background: url(../images/home-about.jpg) center no-repeat;
  padding: 74px 0 81px 0;
  color: #fff;
}
.home002-section4 .home002-info {
  float: left;
  width: 600px;
  padding-top: 60px;
}
.home002-section4 .home002-info .home002-desc {
  padding-top: 50px;
  color: #f5f5f5;
  line-height: 1.2;
  font-size: 16px;
}
.home002-section4 .home002-info .home002-desc p {
  line-height: 1.5;
}
.home002-section4 .img-container {
  position: relative;
  float: right;
  width: 711px;
}
.home002-section4 .img-container .img {
  width: 711px;
  height: 478px;
  background-size: cover;
  background-position: center;
}
.home002-section4 .img-container .txt {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.home002-section4 .list {
  margin-top: 85px;
  border: 1px solid #d9d9d9;
  border-right: none;
}
.home002-section4 .list li {
  float: left;
  width: 25%;
  border-right: 1px solid #d9d9d9;
  height: 180px;
  text-align: center;
  padding-top: 50px;
}
.home002-section4 .list h4 {
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Impact';
}
.home002-section4 .list sup {
  font-size: 18px;
  font-weight: 400;
  vertical-align: text-top;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
}
.home002-section4 .list sup sup {
  font-size: 12px;
  line-height: 12px;
}
/* **********关于我们 end********** */
/* **********合作伙伴 start********** */
.home002-section5 {
  background-color: #fff;
  padding: 60px 0 50px 0;
}
.home002-section5 .list {
  width: 1284px;
  margin-top: 50px;
}
.home002-section5 .list .item {
  float: left;
  border: 1px solid #d9d9d9;
  height: 220px;
  width: 340px;
  overflow: hidden;
  background-color: #fff;
}
.home002-section5 .list .item:hover img {
  transform: scale(1.2);
}
.home002-section5 .list img {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: transform 0.5s;
}
.home002-section5 .swiper-container {
  padding-bottom: 50px;
}
.home002-section5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #000 !important;
  border-radius: 50%;
  background-color: #fff !important;
  outline: none;
  opacity: 1;
}
.home002-section5 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eba200 !important;
  border: 1px solid #eba200 !important;
}
/* **********合作伙伴 end********** */
/* **********新闻资讯 start********** */
.home002-section6 {
  padding: 90px 0;
  background-color: #f5f5f5;
}
.home002-section6 .home002-section6-menu {
  line-height: 28px;
  padding-top: 20px;
  margin-left: 46px;
}
.home002-section6 .home002-section6-menu li {
  float: left;
  color: #8c8c8c;
}
.home002-section6 .home002-section6-menu li:last-child a {
  padding-right: 0;
}
.home002-section6 .home002-section6-menu li:hover {
  color: #000000;
}
.home002-section6 .home002-section6-menu li a {
  padding: 0 16px;
}
.home002-section6 .new-list {
  margin-top: 80px;
  width: 970px;
}
.home002-section6 .new-list .item {
  width: 450px;
  float: left;
  margin: 0 50px 0 0;
  color: #8c8c8c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.home002-section6 .new-list .item:nth-child(odd) {
  margin-right: 0px;
}
.home002-section6 .new-list .item .icon {
  margin-right: 26px;
  color: #8c8c8c;
  font-size: 12px;
}
.home002-section6 .new-list .first-item {
  width: 970px;
  margin-right: 20px;
  height: 280px;
  position: relative;
  margin-bottom: 20px;
}
.home002-section6 .new-list .first-item::before,
.home002-section6 .new-list .first-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.home002-section6 .new-list .first-item::before {
  z-index: 0;
  width: 100%;
  background-color: #d9d9d9;
}
.home002-section6 .new-list .first-item::after {
  width: 0;
  background-color: #000000;
  z-index: 10;
  overflow: hidden;
  transition: 0.5s;
}
.home002-section6 .new-list .first-item:hover::after {
  width: 100%;
}
.home002-section6 .new-list .first-item:hover .icon {
  color: #8c8c8c;
}
.home002-section6 .new-list .first-item:hover .img img {
  transform: scale(1.2);
}
.home002-section6 .new-list .first-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.home002-section6 .new-list .first-item .icon {
  font-size: 12px;
}
.home002-section6 .new-list .first-item .img {
  width: 450px;
  height: 255px;
  line-height: 305px;
  text-align: center;
  overflow: hidden;
}
.home002-section6 .new-list .first-item .img img {
  position: relative;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home002-section6 .new-list .first-item .news-info {
  margin-top: 20px;
  padding: 0 8px;
  width: 480px;
}
.home002-section6 .new-list .first-item .news-info .news-time {
  width: 97px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  overflow: hidden;
  background-color: #eba200;
  color: #fff;
}
.home002-section6 .new-list .first-item .news-info .news-title {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  overflow: hidden;
}
.home002-section6 .new-list .first-item .news-info .news-detail {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
}
.home002-section6 .share-list {
  width: 400px;
}
.home002-section6 .share-list ul {
  padding: 20px;
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  height: 440px;
}
.home002-section6 .share-list li {
  width: 350px;
  float: left;
  color: #8c8c8c;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home002-section6 .share-list li:nth-child(odd) {
  margin-right: 0px;
}
.home002-section6 .share-list li .icon {
  margin-right: 26px;
  color: #8c8c8c;
  font-size: 12px;
}
/* **********新闻资讯 end********** */
a:hover {
  color: #eba200;
}
