﻿/* 导航 */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  height: 92px;
  z-index: 99;
}

.nav_box {
  height: 100%;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.pc_img {
  height: 70px;
}

.nav_img a {
  position: relative;
  padding-right: 5px;
}

.nav_img div {
  padding-bottom: 5px;
}

.nav_img div h4 {
  font-size: 15px;
  color: #bda694;
  letter-spacing: 4.6px;
}

.nav_img div p {
  font-size: 13px;
  color: #bda694;
  padding-top: 2px;
}

.nav_media,
.media_img {
  display: none;
}

.nav_box .nav_pc {
  display: flex;
  justify-content: flex-start;
}

.nav_box .nav_pc li {
  margin-left: 42px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.nav_box .nav_pc li .dropDown_a {
  font-size: 16px;
  color: #bda694;
  line-height: 88px;
  font-weight: 700;
}

.nav_box .nav_pc li .dropDown_a i {
  display: none;
}

.nav_box .nav_pc .search .dropDown_a i {
  display: block;
}

.nav_box .nav_pc li.navEnd {
  line-height: 88px;
  margin-left: 20px;
  color: #b2b2b2;
}

.nav_box .nav_pc .language {
  margin-left: 20px;
  border-bottom: 4px solid transparent;
}

.search .dropDown_a,
.group .dropDown_a,
.language .dropDown_a {
  line-height: 86px;
}

.nav_box .nav_pc .search{
  padding: 0px 15px;
  margin-left: 0px;
}
.nav_box .nav_pc .group {
  margin-left: 25px;
  border-bottom: 4px solid transparent;
}

.dropDown_div {
  display: none;
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 100%;
  height: 80px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.dropDown_div h4 {
  display: none;
}

.dropDown_div h4 a {
  font-size: 14px;
  color: #bda694;
  line-height: 70px;
  display: inline-block;
  padding: 0px 15px;
}

.dropDown_div h4 a:hover {
  color: #666;
}

.search_div {
  display: none;
  position: absolute;
  top: 90px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 120px;
  background: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.search_div div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

.search_div div input {
  width: calc(100% - 40px);
  border-bottom: 2px solid #999999;
  background: transparent;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  padding-right: 40px;
}

.search_div div i {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 50px;
  font-size: 24px;
  color: #333333;
}

/* .language_div {
  margin-left: -55px;
} */


/* 轮播图 */
.bannerBox {
  padding-top: 42%;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.banner ul li .bannerImg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 10s ease;
  -webkit-transition: all 10s ease;
}

.banner ul li.swiper-slide-active .bannerImg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}


.banner ul li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  transition: 2.2s;
  opacity: 0.4;
  z-index: 10;
}

.banner ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  transition: 2.2s;
  opacity: 0.4;
  z-index: 10;
  transition-delay: 0.3s;
}

.banner .swiper-pagination-bullet {
  width: 76px;
  height: 3px;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #e50313;
}

.banner ul li.swiper-slide-active:before {
  width: 0px;
  opacity: 0;
}

.banner ul li.swiper-slide-active:after {
  width: 0px;
  opacity: 0;
}

.banner:hover span {
  opacity: 1;
  visibility: visible;
}

.bannerShow {
  opacity: 1;
  visibility: visible;
}

/* 
新闻 */
.news {
  padding-top: 24px;
}

.news_box {
  margin: 0 auto;
}

.news_title {
  padding-bottom: 30px;
}

.news_title h4 {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
}

.news_title ul {
  display: flex;
  justify-content: flex-start;
}

.news_title ul li {
  margin-left: 20px;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 600;
}

.news_title ul li:hover {
  color: #bda694;
}

.news_item_con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news_item {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  margin-bottom: 20px;
}

.news_item:nth-child(3n) {
  margin-right: 0px;
}

.news_item_text {
  width: 100%;
  border: 1px solid #e8e6e4;
  /* border-top: 0px; */
  padding: 30px 20px;
}

/* .news_item:nth-of-type(2) .news_item_text {
  border: 1px solid #e8e6e4;
  border-bottom: 0px;
} */

.news_item_text p {
  font-size: 18px;
  color: #bda694;
  font-weight: 600;
}

.news_item_text h4 {
  font-size: 16px;
  color: #999999;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
}

.news_item:hover .news_item_text {
  background: #bda694;
  border-color: #bda694;
}

.news_item:hover .news_item_text p {
  color: #e60012;
}

.news_item:hover .news_item_text h4 {
  color: #fff;
}

.news_item_img {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_item_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: all 0.6s;
}

.news_item:hover .news_item_img img {
  transform: scale(1.1);
}

.more {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}


/* 产品 */
.product {
  width: 100%;
  height: 451px;
  /* background-image: url("../images/guanyu1.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product_box {
  margin: 0 auto;
  height: 451px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_title {
  width: 100%;
  text-align: center;
}

.product_title .product_info {
  display: block;
  font-size: 30px;
  color: #fdfdfb;
  letter-spacing: 10px;
}

.product_title p {
  font-size: 30px;
  color: #fdfdfb;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 30px;
}

.container {
  margin: 0 auto;
}

.Since1998List {
  overflow: hidden;
  position: relative;
  height: 400px;
  top: -100px;
  margin-bottom: -100px;
}

.Since1998List ul li {
  text-align: center;
  background: #fff;
  padding-top: 40px;
  position: relative;
}

.Since1998List ul li h3 {
  font-size: 22px;
  color: #5b3e40;
}

.Since1998List ul li .icon {
  padding: 50px 0px;
}

.Since1998List ul li .icon img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.Since1998List ul li .desc {
  font-size: 14px;
  color: #918f84;
  line-height: 20px;
  padding: 0 15px;
}

.Since1998List ul li:nth-child(2n) {
  background: #f5f3f3;
}

.Since1998List ul li .contentPopup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #e50313;
  padding-top: 47px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.Since1998List ul li .contentPopup div {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}

.Since1998List ul li .contentPopup h5 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}

.Since1998List ul li .contentPopup .iconArrow {
  text-align: center;
  padding-top: 10px;
}

.Since1998List ul li .contentPopup .img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0;
}

.Since1998List ul li .contentPopup .img img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.Since1998List ul li:hover .contentPopup {
  opacity: 1;
  visibility: visible;
}

.Since1998List ul li:hover .contentPopup .img {
  bottom: 0px;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.video_img img {
  width: 100%;
  height: auto;
}

.isHide {
  display: none;
}

/* 
视频 */
.video_div {
  position: relative;
  width: 100%;
  height: 480px;
}

.classlist {
  margin-bottom: 50px;
}

.video_con {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_text {
  text-align: center;
}

.video_text h4 {
  font-size: 30px;
  color: #fdfdfb;
  letter-spacing: 10px;
  position: relative;
  padding-bottom: 30px;
}

.video_text h4::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background: #e60012;
  bottom: 0px;
  left: 50%;
  margin-left: -35px;
}

.video_text .video_info {
  font-size: 16px;
  color: #fff;
  margin-top: 35px;
}

.video_text a {
  /*display: inline-block;
  background: #e21c13;
  color: #fff;
  padding: 15px 35px;
  font-size: 16px;
  margin-top: 90px;*/
}

/* 底部 */
.foor {
  width: 100%;
  height: 128px;
  background: #f6f0ef;
}

.foor_div {
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.foor_div3 {
  width: 89px;
}

.foor_div2 h4 {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

.foor_div2 h5 {
  font-size: 18px;
  color: #e21c13;
  margin: 6px 0px;
  font-weight: 600;
}

.foor_div2 p {
  font-size: 14px;
  color: #333333;
}

.foor_div1 {
  width: calc(100% - 280px);
  margin-right: 20px;
}

.foor_div1 ul {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e8e3e2;
}

.foor_div1 ul li {
  margin-right: 30px;
  line-height: 40px;
}

.foor_div1 ul li a {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  display: block;
  width: max-content;
}

.foor_div1 div h4 {
  font-size: 13px;
  color: #999999;
  line-height: 40px;
}

.foor_div1 div h4 a {
  color: #999999;
}

.foor_div1 div h4 span {
  display: inline-block;
  margin-left: 30px;
  color: #bda694;
}

.footLink {
  position: relative;
}

.footLink_a {
  position: relative;
  background-image: url(../images/xiangxia1.png);
  background-position: right center;
  background-repeat: no-repeat;
  /*  padding-right: 20px;*/
}

.footLink .footLink_a.cur {
  background-image: url(../images/img86.png);
}

.footLink em {
  position: absolute;
  z-index: 20;
  right: 0px;
  bottom: 30px;
  border: 2px solid #e9e3d7;
  /*width: 200px;*/
  display: block;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: none;
}

.footLink em a {
  display: block;
  color: #a9a4a0;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.footLink em a:hover {
  color: #aa8564;
  padding-left: 15px;
}

.footLink em a:hover:after {
  content: '';
  background: url(../images/img_18.png) no-repeat;
  width: 5px;
  height: 7px;
  left: 0px;
  top: 12px;
  position: absolute;
  display: block;
}

.footLink .footLink_a.cur:after {
  content: '';
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-bottom: none;
  border-top-color: #e9e3d7;
  position: absolute;
  bottom: 24px;
  right: 40px;
}

.footLink i {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
}

.nav_slide,
.nulltopdiv {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.navigation .nav_box .nav_pc li .dropDown_a:hover {
  color: #fff;
}

.nav_slide .nav_box .nav_pc li .dropDown_a:hover,
.nulltopdiv .nav_box .nav_pc li .dropDown_a:hover {
  color: #222;
}

.nav_slide .pc_img,
.nulltopdiv .pc_img {
  display: none;
}

.nav_slide .media_img,
.nulltopdiv .media_img {
  display: block;
  height: 70px;
}

.nav_slide .nav_img div h4,
.nulltopdiv .nav_img div h4 {
  color: #bda694;
}

.nav_slide .nav_img div p,
.nulltopdiv .nav_img div p {
  color: #999999;
}

.nav_slide .nav_img a::after,
.nulltopdiv .nav_img a::after {
  background: #999999;
}

/* 内页产业布局  */
.internal {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* padding-bottom: 70px;*/
  margin-top: 92px;
}

.int_banner {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*margin-top: 92px;*/
}

.int_tt {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.int_tt h4 {
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.breadcrumbs {
  background: #ffffff;
  height: 60px;
  line-height: 60px;
}

.crumbsBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.internalList ul {
  display: flex;
  justify-content: flex-start;
}

.internalList ul li {
  margin-right: 25px;
}

.internalList ul li a {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.internalList ul li.current a,
.internalList ul li a .current,
.internalList ul li a:hover {
  color: #e50313;
}

.crumbsList {
  display: flex;
  justify-content: flex-end;
}

.crumbsList a {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.crumbsList a i {
  color: #999999;
  font-size: 20px;
}

.crumbsList a:hover,
.crumbsList a:hover i {
  color: #e50313;
}

.crumbsList p i {
  color: #999999;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 5px;
}

.crumbsList .current {
  font-size: 14px;
  color: #e50313;
  font-weight: 600;
}

.internal_box {
  margin: 0 auto;
}

.inner_title {
  text-align: center;
  /* padding-top: 48px;*/
}

.inner_title h2 {
  font-size: 20px;
  color: #333333;
  font-weight: Bold;
}

.line {
  width: 30px;
  height: 1px;
  background: #e50313;
  margin: 20px auto;
}

.inner_title h4 {
  font-size: 16px;
  color: #bda694;
  line-height: 30px;
}

.inner_title p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}

.internal_ul {
  margin-top: 50px;
}

.internal_ul ul {
  display: flex;
  justify-content: flex-start;
}

.internal_ul ul li {
  width: calc(25% - 15px);
  margin-right: 20px;
  display: flex;
  align-items: end;
  /* position: relative;*/
}

.internal_ul ul li a {
  width: 100%;
}

.internal_ul_img {
  /* position: absolute;
    bottom: 0;*/
}

.internal_ul_text {
  padding: 50px 25px;
  color: #fff;
}

.internal_text_img {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.internal_ul_text h4 {
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.internal_ul_text p {
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
}

.internal_ul_img img {
  max-width: 100%;
  max-height: 100%;
}

.int_Details {
  background: #fafafa;
  padding-top: 40px;
}

.int_Details h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.int_Details p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.int_Details .a_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  margin: 40px auto;
}

.int_Details .a_button .a_button_img {
  background: #bda694;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0px;
  text-align: center;
}

.int_Details .a_button .a_button_img img {
  width: 50%;
}

.int_Details .a_button span {
  font-size: 14px;
  color: #bda694;
  background: #f2f2f2;
  line-height: 30px;
  padding: 10px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.int_Detailist {
  background: #ffffff;
  margin-top: 40px;
}

.detailist_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.detailist_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.detailist_l {
  width: 50%;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.detailist_l h4 {
  border: none;
  color: #b69d8a;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0px;
  margin: 0;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.detailist_l p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}

.detailist_l a {
  font-size: 14px;
  color: #bda694;
  border: 1px solid #bda694;
  padding-left: 65px;
  margin-top: 30px;
  line-height: 40px;
  display: inline-block;
  padding-right: 35px;
  background: url(../images/chakan.png);
  background-repeat: no-repeat;
  background-size: 19px 16px;
  background-position: 35px center;
}

.detailist_l a:hover {
  background: url(../images/chakan_h.png);
  background-color: #bda694;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 19px 16px;
  background-position: 35px center;
}

.detailist_r {
  width: 50%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 新闻 */
.internal .news {
  padding-top: 40px;
  padding-bottom: 70px;
}

.internal .news_title h4 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.internal .news_title p {
  margin: 0 auto;
  width: 45px;
  height: 1px;
  background: #e50313;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0px;
}

.page ul {
  display: flex;
  justify-content: center;
}

.page ul li {
  margin: 0 10px;
  color: #999999;
  font-size: 14px;
}

.page ul li a {
  color: #999999;
}

.page ul li button:hover,
.page ul li a.current,
.page ul li a:hover {
  color: #e50313;
}

.page ul li button {
  border: none;
  background: transparent;
}

.page ul li a i {
  font-size: 14px;
}

.page-r {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.page-r input {
  padding: 5px;
  width: 32px;
  margin: 0 10px;
  border: 1px solid #e9e7e5;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}

.page-jump {
  padding: 5px;
  width: 50px;
  border: 1px solid #e9e7e5;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  background: transparent;
}

.page-jump:hover {
  color: #fff;
  background: #bda694;
}

.news_details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.news_details_l {
  width: 70%;
}

.news_details_l h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.news_details_l h4 {
  display: flex;
  justify-content: flex-start;
  color: #bda694;
  font-size: 14px;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

.news_details_l h4 img {
  padding: 5px;
  border-radius: 100%;
  background: #bda694;
  margin-right: 10px;
}

.news_details_l .news_info {
  padding: 10px 0px;
}

.news_info {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  margin-bottom: 25px;
}

.news_details_l img {
  max-width: 100%;
  max-height: 100%;
}

.news_details_r {
  width: calc(30% - 40px);
}

.news_nav {
  background: #f6f0ef;
  padding: 25px 20px;
}

.news_nav h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #333333;
  border-bottom: 1px solid #bda694;
}

.news_nav ul li {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(189, 166, 148, 0.3);
}

.news_nav ul li:last-child {
  border-bottom: none;
}

.news_nav ul li a {
  font-weight: 600;
  color: #e50313;
}

.rili {
  font-size: 18px;
  padding: 10px 0;
}

.news_nav ul li a p {
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_nav ul li a:hover p {
  color: #bda694;
}

.esg-box h4 {
  font-size: 16px;
  color: #e21c13;
  text-align: center;
  padding-bottom: 10px;
}

.esg-box p {
  text-align: center;
  font-size: 14px;
  color: #bda694;
  line-height: 30px;
  padding: 0 17%;
}

.esg-con {
  width: 100%;
  height: 449px;
  background-image: url(../images/esg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.esg-text {
  padding: 0 100px;
  position: relative;
}

.esg-text::before {
  content: "“";
  position: absolute;
  font-size: 70px;
  color: #e21c13;
  top: -35px;
  left: 20px;
}

.esg-text::after {
  content: "”";
  position: absolute;
  font-size: 70px;
  color: #e21c13;
  right: 10px;
}

.esg-text h3 {
  font-size: 42px;
  color: #ffbf00;
  margin-bottom: 10px;
}

.esg-text h3 span {
  font-size: 60px;
}

.esg-text h4 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}

.esg-text h5 {
  font-size: 24px;
  line-height: 40px;
  color: #fffa45;
}

.esg-text p {
  font-size: 14px;
  color: #fffa45;
  margin-top: 10px;
}

/* 关于界龙 */
.about-con {
  /*  background-image: url(../images/guanyu3_bg.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 30px;
  position: relative;
  z-index: 9;
}

.about-con h4 {
  font-size: 24px;
  font-weight: 600;
  color: #bda694;
  padding-bottom: 30px;
  padding-top: 20px;
}

.about-con .pinjie_news_info {
  font-size: 14px;
  color: #666666;
  padding-bottom: 30px;
  line-height: 30px;
}

.course {
  background-image: url(../images/guanyu1_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 15px;
  padding-bottom: 70px;
  margin-top: 35px;
  padding-top: 80px;
}

.course-box {
  max-width: 1200px;
  margin: 0 auto;
}

.course-box .cont-h2 {
  margin-bottom: 66px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.course-but {
  position: absolute;
  cursor: pointer;
  bottom: -36px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  text-align: center;
}

.course-but i {
  line-height: 36px;
  color: rgba(229, 3, 19);
}

.course-but:hover {
  background: rgba(229, 3, 19, 0.5);
}

.course-but:hover i {
  color: #fff;
}

.prev {
  top: -36px
}

.course-lishi {
  width: 100%;
  margin: 0 auto;
  height: 330px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.lishi-nav {
  width: 20%;
}

.slide_wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  left: 2px;
}

.slide_wrap ul {
  position: relative;
  left: 0px;
}

.slide_wrap::after {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  position: absolute;
  top: 0px;
  left: 16px;
}

.slide_items li {
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
}

.slide_items li a {
  display: flex;
  justify-content: flex-start;
}

.slide_items li span {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 32px;
  padding-left: 20px;
}

.slide_items li div {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 100%;
}

.slide_items li i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin: 10px;

}

.slide_items li a:hover div,
.slide_items li.on div {
  background: rgba(255, 255, 255, 0.5);
}

.slide_items li a:hover span,
.slide_items li.on span {
  font-size: 18px;
  font-weight: 600;
}

.slide-content {
  width: 80%;
  height: 340px;
  margin-top: 10px;
}

.slide-content ul {
  display: none;
  height: calc(100% - 40px);
  overflow: auto;
  padding-right: 40px;
}

.slide-content ul li {
  font-size: 14px;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
}

.slide-content ul::-webkit-scrollbar {
  width: 5px;
}

.slide-content ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.slide-content ul::-webkit-scrollbar-thumb {
  background: #fff;
}

.slide-content ul li span {
  display: inline-block;
  width: 70px;
}

.slide-content ul li p {
  width: calc(100% - 70px);
}

.slide-content ul.on {
  display: block;
}

.culture {
  margin: 0 auto;
}

.culture h4 {
  font-size: 24px;
  color: #bda694;
  font-weight: 600;
  padding: 30px 0;
}

.culture-box {
  display: flex;
  justify-content: flex-start;
}

.culture-box ul {
  width: 60%;
}

.culture-box ul li {
  margin-bottom: 20px;
  font-size: 14px;
  padding-right: 20px;
}

.culture-box ul li h5 {
  color: #333333;
  font-weight: 600;
  line-height: 24px;
}

.culture-box ul li .culture-box-info {
  color: #666666;
  line-height: 1.6;
}

.culture-r {
  width: 40%;
}

.culture-r img {
  max-width: 100%;
  max-height: 100%;
}

.about-popular {
  background-image: url('../images/guanyu2_bg.jpg');
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding: 60px 15px;
}

.popular-title {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular-title h4 {
  font-size: 24px;
  color: #bda694;
  font-weight: 600;
  padding: 30px 0;
}

.popular-switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.popular-switch h5 {
  cursor: pointer;
  font-size: 16px;
  color: #999999;
  margin-left: 20px;
  font-weight: 600;
}

.popular-switch h5.current,
.popular-switch h5:hover {
  color: #bda694;
}

.aboutSwiper {
  max-width: 1050px;
}

.about-popular .popular-swiper {
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
  display: none;
}

.about-popular .popular-swiper:first-child {
  display: block;
}

.about-popular .popular-swiper .swiper-slide {
  width: 374px;
  height: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-popular .popular-swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.about-popular .aboutSwiper-button-next,
.about-popular .aboutSwiper-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  margin-top: -20px;
  border-radius: 100%;
  background: #bda694;
  text-align: center;
  line-height: 40px;
  transform: rotate(180deg);
}

.about-popular .aboutSwiper-button-next {
  left: auto;
  right: 0;
}

.about-popular .aboutSwiper-button-next i,
.about-popular .aboutSwiper-button-prev i {
  color: #fff;
}

.about-popular .aboutSwiper-button-next:hover,
.about-popular .aboutSwiper-button-prev:hover {
  background: #e50313;
}

/* 
人才招聘 */
.recruit .esg-box h4,
.talent .esg-box h4 {
  color: #bda694;
  padding-bottom: 30px;
}

.talent .esg-box p {
  color: #999999;
}

.talent .esg-con {
  margin-top: 35px;
  background-image: url(../images/Join_us.jpg);
}

.talent .esg-text p,
.talent .esg-text h5,
.talent .esg-text::after,
.talent .esg-text::before {
  color: #bda694;
}

.talent .esg-text h3 {
  color: #e21c13;
}

.xinxi {
  text-align: center;
}

.xinxi h6 {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
}

.xinxi h6 span {
  color: #e21c13;
}

.gy {
  margin-top: 20px;
}

.jiaru_ul li h4,
.jiaru_title {
  display: flex;
  justify-content: flex-start;
  background: #ffffff;
  line-height: 30px;

}

.jiaru_ul li h4 p,
.jiaru_title p {
  width: 33.33%;
  text-align: center;
  color: #fdfdfb;
  font-size: 16px;
  padding: 10px 0px;
}

.jiaru_title p {
  font-weight: bold;
  color: #5b3e40;
  border: 1px solid #e8e6e4;
}

.jiaru_ul {
  margin: 0px;
}

.jiaru_ul li {
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0px;
  border: none;
  background: #000000;
  margin-bottom: 1px;
}

.jiaru_ul li h4 {
  background: #efefef;
}

.jiaru_ul .selected h4 {
  background: #e21c13;
}

.jiaru_ul li h4 p {
  display: block;
  color: #333333;
}

.jiaru_ul .selected h4 p {
  color: #fff;
}

.jiaru_ul li h4 p:last-child {
  position: relative;
}

.jiaru_ul li h4 p i {
  position: absolute;
  right: 30px;
  color: #e21c13;
  font-size: 20px;
}

.jiaru_ul .selected h4 p i {
  color: #fff;
}

.jiaru_div {
  background: #fafafa;
  padding: 25px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.jiaru_div div {
  margin-bottom: 20px;
}

.jiaru_div div h5 {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  font-weight: 600;
}

.jiaru_div div p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.jiaru_div div:last-child {
  margin-bottom: 0px;
}

.jiaru_div {
  display: none;
}

/* 联系我们 */
.group-tt {
  font-size: 24px;
  color: #bda694;
  font-weight: bold;
}

.group-xinxi {
  margin-top: 20px;
  background: #f6f0ef;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.group-tiem {
  width: calc(25% - 1px);
  text-align: center;
  margin: 36px 0;
  border-right: 1px solid #d9cbc1;
}

.group-tiem:nth-of-type(2) {
  width: calc(50% - 1px);
}

.group-tiem:last-child {
  border-right: 1px solid transparent;
}

.group-tiem img {
  min-height: 61px;
  width: auto;
}

.group-tiem p {
  padding-top: 20px;
  font-size: 16px;
  color: #5b3e40;
  font-weight: bold;
}

.group-list {
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.group-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.group-list ul li {
  width: calc(33.33% - 20px);
  padding-right: 20px;
  padding-bottom: 20px;
}

.group-list ul li h4 {
  font-size: 16px;
  color: #5b3e40;
  font-weight: bold;
  line-height: 30px;
}

.group-list ul li p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.news_list {
  padding-top: 20px;
}

.news_list:hover {
  background: #f4f1f0;
}

.search_box {
  width: 300px;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #999999;
  padding: 0px 15px;
}

.search_box input {
  width: calc(100% - 40px);
  background: transparent;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  padding-right: 40px;
}

.search_box i {
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 45px;
  font-size: 24px;
  color: #333333;
}

.aboutIndex {
  padding-top: 10px;
}

.aboutIndex p {
  font-size: 20px;
  line-height: 40px;
  color: #666666;
  text-align: center;
}

.aboutA {
  text-align: center;
  padding-top: 40px;
}

.aboutA a {
  display: inline-block;
  font-size: 14px;
  color: #e21c13;
  line-height: 45px;
  padding: 0 35px;
  border: 1px solid #e21c13;
}

.aboutA a:hover {
  color: #ffffff;
  background: #e21c13;
}

.number {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}

.number-box {
  width: 25%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.number-box h2 {
  font-size: 36px;
  color: #e21c13;
  line-height: 40px;
  font-weight: 500;
}

.number-box h4 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
}

.number-img {
  display: none;
}

/* .number-box:nth-of-type(1){
   padding-top: 90px;
 }
 .number-box:nth-of-type(2){
   padding-top: 60px;
 }
 .number-box:nth-of-type(3){
   padding-top: 30px;
 } */

.timer {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.esg1-box h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.esg1-box p {
  text-align: left;
  padding: 0;
  color: #333333;
}

.esg1-box ul {
  padding-top: 10px;
  padding-left: 20px;
}

.esg1-box ul li {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  list-style: disc;
}

.esg1-box ul li::marker {
  color: #e21c13;
}

.esg1-img {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.esg1-img img {
  width: 33.33%;
  height: auto;
}

.internal .energy,
.internal .printing {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}

.printing::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: rgb(16, 104, 106, .68);
}

.printing-l {
  color: #fff;
  width: calc(50% - 40px);
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

.printing-l h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.printing-l ul li {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}

.printing-l ul li h3 {
  font-weight: bold;
}

.w-accor ul {
  width: 100%;
  margin-top: 40px;
}

.about-ul {
  padding-top: 20px;
}

.about-ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.about-l {
  width: 65%;
  padding-right: 15%;
}

.about-ul li h4 {
  font-size: 30px;
  color: #666666;
  position: relative;
  font-weight: 500;
}

.about-ul li h4::after {
  content: '';
  width: 100px;
  height: 1px;
  background: #e21c13;
  position: absolute;
  left: 0px;
  bottom: 20px;
}

.about-ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.about-r {
  width: 35%;
}

.about-r img {
  box-shadow: 0px 0px 10px 10px rgb(0, 0, 0, .1);
}

.about-con h4 {
  display: none;
}

.pinjie_news_info h4 {
  display: block;
}

.history-list {
  padding-top: 30px;
}

.history-list ul {
  display: flex;
  justify-content: space-between;
}

.history-list ul li {
  width: 33.33%;
}

.h_img {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.h_text {
  width: 100%;
  height: 210px;
  padding: 30px;
}

.h_text h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 0px;
  padding-bottom: 20px;
}

.h_text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.packing-nav ul {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #e1e1e1;
  flex-wrap: wrap;
}

.packing-nav.fixed {
  position: fixed;
  background: #fff;
  top: 92px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.packing-nav.fixed ul {
  max-width: 1200px;
  margin: 0 auto;
  border: none;
}

.packing-nav ul li {
  padding-right: 30px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.packing-nav ul li.current {
  font-size: 20px;
  color: #bda694;
}

.packing-box {
  padding-top: 15px;
}

.packing-item {
  padding: 15px 0;
  font-size: 14px;
  line-height: 30px;
}

.packing-item h4 {
  color: #333333;
  font-weight: bold;
  text-align: left;
}

.packing-item p {
  color: #666666;
  text-align: left;
  padding: 0px;
}

.packing-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.packing-img {
  width: calc(33.33% - 12px);
  padding-right: 18px;
  padding-top: 18px;
}

.packing-img:nth-child(3n) {
  padding-right: 0px;
}

.packing-img img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}

.right {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 999;
}

.right-item {
  margin-top: 2px;
}

.right-item a {
  width: 50px;
  height: 50px;
  background: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .nav_box .nav_pc li {
    margin-left: 20px;
  }

  .nav_box .nav_pc .search{
    padding: 0px 15px;
    margin-left: 0px;
  }
  .nav_box .nav_pc .group {
    margin-left: 15px;
  }

  .nav_box .nav_pc .language {
    margin-left: 10px;
  }

  .product_box,
  .container,
  .foor_div,
  .search_div div,
  .news_box {
    max-width: 940px;
  }

  .product_box,
  .product {
    height: 400px;
  }

  .product_title p {
    margin-top: 10px;
  }

  .Since1998List {
    height: 300px;
  }

  .Since1998List ul li {
    padding-top: 20px;
  }

  .Since1998List ul li .icon {
    padding: 26px 0px;
  }

  .Since1998List ul li .icon img {
    width: 90px;
    height: 90px;
  }

  .Since1998List ul li .contentPopup {
    padding-top: 20px;
  }

  .Since1998List ul li:hover .contentPopup .img {
    bottom: 40px;
  }

  .video_div {
    height: 380px;
  }

  .video_text h4 {
    padding-bottom: 20px;
  }

  .video_text .video_info {
    margin-top: 25px;
  }

  .video_text a {
    margin-top: 50px;
  }

  .foor_div1 div h4 {
    line-height: 20px;
    padding-top: 10px;
  }

  .foor_div1 div h4 span {
    margin-left: 0px;
  }

  .internal_ul_text {
    padding: 25px 20px;
  }

  .internal_ul_text h4 {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .internal_ul_text p {
    min-height: 66px;
  }

  .bg_body .news_box {
    max-width: 100%;
  }

  .aboutIndex p {
    font-size: 18px;
  }

  .aboutA a {
    line-height: 40px;
    padding: 0 30px;
  }

  .number-box h2 {
    font-size: 32px;
  }
  .packing-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
}

@media (max-width: 1024px) {

  .product_box,
  .container,
  .foor_div,
  .news_box {
    max-width: 780px;
  }

  .pc_img,
  .search,
  .nav_box .nav_pc .language,
  .foor_div1 ul,
  .nav_box .nav_pc li.navEnd,
  .nav_box .nav_pc {
    display: none;
  }

  .nav_media {
    display: block;
  }

  .nav_slide .media_img,
  .nulltopdiv .media_img,
  .media_img {
    display: block;
    height: 40px;
  }

  .navigation {
    background: #fff !important;
  }

  .nav_img a::after {
    background: #e8e8e8;
    display: none;
  }

  .nav_img div {
    display: none;
  }

  .nav_img div h4 {
    color: #e50313;
  }

  .nav_img div p {
    color: #999999;
  }

  .nav_media_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_media_box a {
    font-size: 20px;
    color: #333333;
  }

  .icon_div {
    margin-left: 30px;
    border-right: 5px solid #e1e1e1;
    padding-right: 30px;
  }

  .icon_div i {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    cursor: pointer;
  }

  .navBtn {
    margin-left: 30px;
    float: right;
    width: 28px;
    height: 27px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
  }

  .navBtn span {
    display: block;
    height: 3px;
    background: #e50313;
    top: 0px;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .navBtn span:nth-child(2) {
    top: 11px;
  }

  .navBtn span:nth-child(3) {
    top: 22px;
  }

  .closeNavbtn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }

  .closeNavbtn span:nth-child(2) {
    display: none;
  }

  .closeNavbtn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }

  .nav_pc {
    background: #252525;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding-top: 70px;
    z-index: 999;
  }

  .navEnd {
    margin-right: 0px;
  }

  .nav_box .nav_pc .group,
  .nav_box .nav_pc li {
    margin-left: 0px;
    border-bottom: 1px solid #383838;
  }

  .navigation .nav_box .nav_pc li .dropDown_a {
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    font-weight: 500;
    padding: 0 20px;
    color: #fff;
  }

  .dropDown_div {
    position: static;
    background: #202020;
    /* padding: 0px 25px; */
    margin-left: 0px;
    height: auto;
    box-shadow: none;
  }

  .dropDown_div h4 {
    display: block;
  }

  .dropDown_div h4 a {
    display: block;
    font-size: 16px;
    padding: 0px 25px;
  }

  .nav_box .nav_pc .dropDown .dropDown_a i {
    display: block;
    line-height: 70px;
    font-size: 24px;
    color: #666666;
  }

  .nav_box .nav_pc .selected_a {
    background: #e50313;
  }

  .nav_box .nav_pc .selected_a a i {
    transform: rotate(180deg);
    color: #fff;
  }

  .nav_media .search_div {
    display: none;
    z-index: 100;
    top: 70px;
  }

  .nav_media .search_div div {
    margin: 0 20px;
    margin-top: 50px;
  }

  .navigation {
    height: 70px;
  }

  .topnull {
    margin-top: 70px;
  }

  .news_title {
    padding-bottom: 20px;
  }

  .news_item_text {
    width: calc(100% - 34px);
    padding: 20px 15px;
  }

  .Since1998List {
    top: -70px;
    margin-bottom: -70px;
    height: 330px;
  }

  .Since1998List ul li {
    padding-top: 40px;
  }

  .Since1998List ul li .icon {
    padding: 36px 0px;
  }

  .internal_ul ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .internal_ul ul li {
    width: calc(50% - 20px);
    margin-right: 0;
    margin-bottom: 40px;
  }

  .internal_ul_img img {
    width: 100%;
    max-height: 100%;
  }

  .internal {
    margin-top: 70px;
  }

  .esg-con {
    height: 360px;
  }

  .esg-box p {
    padding: 0;
  }

  .news_details_r,
  .news_details_l {
    width: 100%;
  }

  .about-popular .aboutSwiper-button-next,
  .about-popular .aboutSwiper-button-prev {
    display: none;
  }

  .aboutIndex p {
    line-height: 30px;
  }

  .w-accor5 li.cur .acr_p {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .packing-img img{
    height: 120px;
  }
  .about-con {
    padding: 0;
  }

  .container,
  .nav_box {
    padding: 0 15px;
  }

  .news {
    padding: 0 15px;
    padding-top: 30px;
  }

  .news_item_con {
    display: block;
  }

  .news_item {
    width: calc(100% - 2px);
    display: flex;
    justify-items: flex-start;
    border: 1px solid #e8e6e4;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .news_item_img {
    width: 50%;
  }

  .news_item_text {
    width: 50%;
    border: 0px;
  }

  .news_item_text h4 {
    height: auto;
    -webkit-line-clamp: 4;
  }

  .Since1998List {
    top: -100px;
    margin-bottom: -100px;
  }

  .product_box,
  .product {
    height: 350px;
  }

  .foor {
    height: 190px;
    padding: 20px 15px;
    padding-bottom: 0px;
  }

  .foor_div {
    position: relative;
    align-items: flex-start;
  }

  .foor_div1 {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0px;
  }

  .foor_div1 div h4 {
    padding: 13px 0px;
    border-top: 1px solid #e8e3e2;
    text-align: center;
  }

  .bg_body .news {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .group-tiem p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .group-list ul li {
    width: calc(50% - 20px);
  }

  .w-accor5 li .img_ar img {
    height: auto;
  }

  .printing-l {
    width: 100%;
    padding-right: 0px;
  }

  .printing::after {
    width: 100%;
  }

  .w-accor5 li.cur .acr_p {
    font-size: 14px;
  }

  .about-ul li {
    display: block;
  }

  .about-l {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0px;
  }

  .about-r {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navigation {
    height: 60px;
  }

  .nav_img div {
    display: none;
  }

  .nav_img a::after {
    display: none;
  }

  .navBtn {
    margin-left: 5px;
    width: 20px;
    height: 16px;
  }

  .icon_div {
    border: none;
    margin-left: 10px;
    padding-right: 10px;
  }

  .topnull {
    margin-top: 60px;
  }

  .nav_pc {
    padding-top: 60px;
  }

  .icon_div i,
  .nav_media_box a {
    font-size: 16px;
  }

  .navBtn span {
    height: 2px;
  }

  .navBtn span:nth-child(2) {
    top: 7px;
  }

  .navBtn span:nth-child(3) {
    top: 14px;
  }

  .closeNavbtn span:nth-child(1) {
    top: 14px
  }

  .banner .swiper-pagination-bullet {
    width: 35px;
  }

  .nav_box .nav_pc li .dropDown_a {
    font-size: 16px;
    line-height: 50px;
  }

  .nav_box .nav_pc li .dropDown_a i {
    line-height: 50px;
  }

  .dropDown_div h4 a {
    line-height: 50px;
    font-size: 14px;
  }

  .product_title p {
    letter-spacing: 15px;
    margin-top: 0px;
  }

  .product_title .product_info {
    font-size: 24px;
  }

  .product_box,
  .product {
    height: 260px;
  }

  .Since1998List ul li {
    padding-top: 20px;
  }

  .Since1998List ul li .icon {
    padding: 26px 0px;
  }

  .Since1998List ul li .desc {
    padding: 0 5px;
  }

  .Since1998List ul li .desc br {
    display: none;
  }

  .Since1998List ul li .icon img {
    width: 70px;
    height: 70px;
  }

  .Since1998List ul li .contentPopup h5,
  .video_text h4,
  .Since1998List ul li h3 {
    font-size: 18px;
  }

  .Since1998List {
    height: 260px;
    top: -70px;
    margin-bottom: -70px;
  }

  .Since1998List ul li .contentPopup .iconArrow {
    padding-top: 5px;
  }

  .video_text .video_info {
    padding: 0px 15px;
    font-size: 14px;
  }

  .video_text a {
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 40px;
  }

  .video_div {
    height: 300px;
  }

  .video_text .video_info {
    margin-top: 20px;
  }

  .nav_media .search_div {
    top: 60px
  }

  .search_div div input {
    font-size: 20px;
  }

  .internal {
    margin-top: 60px;
  }

  .internal_ul ul {
    display: block;
  }

  .internal_ul ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner_title {
    padding-top: 30px;
  }

  .internal_ul {
    margin-top: 30px;
  }

  .breadcrumbs {
    height: auto;
    line-height: 40px;
  }

  .detailist_item {
    display: block;
  }

  .detailist_l {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .detailist_r {
    width: 100%;
  }

  .internalList ul li {
    margin-right: 13px;
  }

  .group-tiem {
    width: 90%;
    border: none;
    border-bottom: 1px solid #d9cbc1;
    margin: 20px auto;
  }

  .group-tiem:nth-of-type(2) {
    width: 90%;
  }

  .group-list ul li {
    width: 100%;
    padding-right: 0;
  }

  .esg-con {
    height: 250px;
  }

  .esg-text::before {
    font-size: 40px;
    left: 0px;
  }

  .esg-text::after {
    font-size: 40px;
    right: 0px;
  }

  .esg-text {
    padding: 0 30px;
  }

  .esg-text h3 {
    font-size: 34px;
    margin-bottom: 5px;
  }

  .esg-text h3 span {
    font-size: 40px;
  }

  .esg-text h5,
  .esg-text h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .esg-text p {
    margin-top: 5px;
  }

  .page-r {
    padding-left: 0px;
  }

  .jiaru_ul li h4 p,
  .jiaru_title p {
    width: 30%;
    font-size: 14px;
  }

  .jiaru_title p:last-child,
  .jiaru_ul li h4 p:last-child {
    width: 40%;
  }

  .jiaru_div {
    padding: 25px 0;
  }

  .jiaru_ul li h4 p i {
    right: 10px;
  }

  #course {
    padding-bottom: 100px;
  }

  #course .course-box .cont-h2 {
    margin-bottom: 40px;
  }

  .course-lishi {
    display: block;
  }

  .lishi-nav {
    width: 100%;
  }

  .course-but {
    top: -50px;
    right: 0px;
    bottom: auto;
  }

  .prev {
    right: 50px;
  }

  .slide_items li {
    padding-top: 0px;
    float: left;
    width: 110px;
  }

  .slide_items li a {
    display: block;
  }

  .slide_wrap::after {
    width: 100%;
    height: 1px;
    top: 16px;
    left: 0px;
  }

  .slide-content {
    width: 100%;
  }

  .culture-box {
    display: block;
  }

  .culture-r,
  .culture-box ul {
    width: 100%;
  }

  .culture-r img {
    width: 100%;
    height: auto;
  }

  .about-popular {
    padding: 30px 0;
  }
}

@media (max-width: 700px) {
  .news_item_img img {
    display: none;
  }

  .bg_body .news_box img {
    max-width: 100%;
  }

  .aboutIndex p {
    font-size: 16px;
  }

  .aboutA a {
    font-size: 12px;
  }

  .number-box h2 {
    font-size: 28px;
  }

  .number {
    padding-bottom: 30px;
  }

  .number-box {
    width: 50%;
    padding-top: 15px !important;
  }

  /* .number-img{
 display: none;
} */
  .foor {
    height: 210px;
  }

  .history-list ul {
    display: block;
  }

  .history-list ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .h_text,
  .h_img {
    width: 50%;
  }

  .h_text {
    padding: 15px;
  }

  .packing-nav ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .packing-nav ul li.current {
    font-size: 18px;
  }

  .packing-img {
    width: calc(50% - 10px);
    padding-right: 15px;
    padding-top: 15px;
  }

  .packing-img:nth-child(3n) {
    padding-right: 15px;
  }

  .packing-img:nth-child(2n) {
    padding-right: 0px;
  }
  .yuan{
    display: block !important;
  }
  .yuan-l{
    display: block !important;
    width: 100% !important;
    height: 500px !important;
  }
  .yuan-r-1{
    padding: 30px !important;
  }
  .yuanqu-r-2{
    display: block !important;
  }
  .yuanqu-r-l{
    width: 100% !important;
    height: 290px !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .nav_box .nav_pc .dropDown:hover {
    border-bottom: 2px solid #e50313;
  }

  .nav_box .nav_pc li:hover .dropDown_a {
    color: #bda694;
  }

  .nav_box .nav_pc .search:hover,
  .nav_box .nav_pc .group:hover {
    border-bottom: 4px solid #e50313;
  }

  /* 
  .nav_box .nav_pc .dropDown:hover div {
    display: block;
  } */
}

@media (min-width: 1280px) {
  .bannerBox {
    padding-top: 32.2%;
  }

  .bannerText h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .bannerText p {
    font-size: 38px;
  }

}

@media (min-width: 1400px) {
  .bannerBox {
    padding-top: 31.2%;
  }

  .bannerText h3 {
    font-size: 42px;
    line-height: 50px;
  }

  .bannerText p {
    font-size: 48px;
  }
}

@media (min-width: 1600px) {
  .bannerBox {
    padding-top: 700px;
  }
}
