@charset "utf-8";
.other_banner {
  width: 100%;
  position: relative;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_banner .banner_text {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other_banner .banner_text .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  padding-top: 100px;
  letter-spacing: 3px;
}
.other_banner .banner_text .safe_width h5 {
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
}
.other_banner .banner_text .safe_width span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #E61F18;
  margin: 18px 0 16px 0;
}
.other_banner .banner_text .safe_width p {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}
.other_banner .banner_text .safe_width div {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #FFF000;
  line-height: 78px;
  font-weight: bold;
  margin-top: -80px;
}
.search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0 40px 0;
}
.search_box .cur_nav {
  height: 64px;
  padding: 0 32px;
  border-radius: 10px;
  background: #f7f7f7;
}
.search_box .cur_nav ul {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.search_box .cur_nav ul li {
  font-size: 18px;
  color: #000;
  line-height: 64px;
  padding-left: 50px;
  position: relative;
}
.search_box .cur_nav ul li a {
  text-decoration: none;
}
.search_box .cur_nav ul li a:hover {
  color: #e61f18;
}
.search_box .cur_nav ul li:last-child {
  max-width: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_box .cur_nav ul li::after {
  content: '>';
  display: inline-block;
  font-size: 18px;
  color: #000;
  line-height: 64px;
  position: absolute;
  left: 19px;
  top: 0;
  z-index: 1;
}
.search_box .cur_nav ul li:nth-child(1) {
  padding-left: 0;
}
.search_box .cur_nav ul li:nth-child(1)::after {
  content: none;
}
.search_box .r_search {
  width: calc(38%);
  max-width: 600px;
  height: 64px;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_box .r_search input {
  width: calc(100% - 150px);
  display: inline-block;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 24px;
  font-size: 16px;
  color: #000;
  background: transparent;
}
.search_box .r_search input::-webkit-input-placeholder {
  color: #B7B7B7;
}
.search_box .r_search input:-moz-placeholder {
  color: #B7B7B7;
}
.search_box .r_search input:-ms-input-placeholder {
  color: #B7B7B7;
}
.search_box .r_search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 64px;
  background: #e61f18;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.search_box .r_search a:hover {
  opacity: 0.9;
}
.search_box .r_search a img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
}
/*浜т笟鏀跨瓥*/
.list_con {
  width: 100%;
  padding-bottom: 90px;
}
.list_con .list_box {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.list_con .list_box .list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F7F7;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  /* height: 300px; */
  height: 160px;
  margin-top: 30px;
}
.list_con .list_box .list_item .list_img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
  border-radius: 10px;
}
.list_con .list_box .list_item .list_img img {
  display: inline-block;
  width: auto;
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.list_con .list_box .list_item .list_text {
  width: calc(100% - 30%);
  padding: 0 30px 0 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 2px;
  height: 100%;
}
.list_con .list_box .list_item .list_text h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}
.list_con .list_box .list_item .list_text span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  /* margin: 20px 0; */
  color: #E61F18;
}
.list_con .list_box .list_item .list_text p {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list_con .list_box .list_item.no_img .list_text {
  width: 100%;
}
.list_con .list_box .list_item:hover .list_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.list_con .list_box .list_item:hover .list_text h5 {
  color: #E61F18;
}
/*鏍囧噯娉曡*/
.laws_con {
  width: 100%;
  padding: 20px 0 90px 0;
}
.laws_con .laws_box {
  padding-bottom: 30px;
}
.laws_con .laws_box .laws_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  height: 70px;
  border-radius: 10px;
  letter-spacing: 2px;
  padding: 0 36px;
  margin-bottom: 10px;
}
.laws_con .laws_box .laws_item:hover span {
  color: #E61F18;
  font-weight: bold;
}
.laws_con .laws_box .laws_item em {
  font-size: 16px;
  color: #E61F18;
  font-style: normal;
}
.laws_con .laws_box .laws_item span {
  display: inline-block;
  width: calc(100% - 180px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 40px;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  position: relative;
}
.laws_con .laws_box .laws_item span::after {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #E61F18;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
}
/*鏂伴椈璇︽儏*/
.other_newsDetails {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 80px 0;
}
.other_newsDetails .news_right {
  position: sticky;
  width: 480px;
  background: #f0f0f0;
  border-radius: 10px;
  top: 160px;
  padding: 32px 28px;
}
.other_newsDetails .news_right h5 {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 2px;
  padding-left: 15px;
  color: #E61F18;
  border-left: 4px solid #E61F18;
  margin-bottom: 20px;
}
.other_newsDetails .news_right .hot_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_newsDetails .news_right .hot_list a {
  margin-bottom: 18px;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
}
.other_newsDetails .news_right .hot_list a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E61F18;
  position: absolute;
  left: 0;
  top: 7px;
}
.other_newsDetails .news_right .hot_list a:hover {
  color: #E61F18;
}
.other_newsDetails .news_left {
  width: calc(100% - 480px - 40px);
}
.other_newsDetails .m3nCon {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.other_newsDetails .m3nCon .m3nTbox {
  width: 100%;
}
.other_newsDetails .m3nCon .m3nTbox h2 {
  font-size: 44px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-bottom: 26px;
  letter-spacing: 2px;
}
.other_newsDetails .m3nCon .m3nTbox h2::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #E61F18;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.other_newsDetails .m3nCon .m3nInfo {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #666666;
}
.other_newsDetails .m3nCon .m3nInfo .time_d {
  font-size: 16px;
  color: #E61F18;
}
.other_newsDetails .m3nCon .m3nInfo dl {
  width: auto;
  display: flex;
  justify-content: right;
  align-items: center;
}
.other_newsDetails .m3nCon .m3nInfo dl dd {
  margin-right: 15px;
}
.other_newsDetails .m3nCon .m3nInfo dl dd:last-child {
  margin-right: 0;
}
.other_newsDetails .m3nCon .m3nInfo dl dd em {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  font-style: normal;
}
.other_newsDetails .m3nCon .m3nInfo .wxBox {
  position: relative;
}
.other_newsDetails .m3nCon .m3nInfo #wxshareBox {
  width: 150px;
  height: 170px;
  background-color: #fff;
  padding: 5px 20px 10px 20px;
  box-sizing: border-box;
  position: absolute;
  top: -180px;
  left: -50px;
  display: none;
  border: 2px solid #7f7f7f;
  z-index: 6;
}
.other_newsDetails .m3nCon .m3nInfo .shareTitle {
  display: flex;
  justify-content: space-between;
  margin: 7px auto;
}
.other_newsDetails .m3nCon .m3nInfo .shareTitle span {
  font-size: 14px;
}
.other_newsDetails .m3nCon .m3nEditor {
  padding: 50px 0px 60px 0;
}
.other_newsDetails .m3nCon .m3nEditor img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}
.other_newsDetails .m3nCon .m3pages {
  border-top: 1px solid #F0F0F0;
  line-height: 70px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_newsDetails .m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #666;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.other_newsDetails .m3nCon .m3pages a:hover {
  color: #E61F18;
}
/*鍟嗕細姒傛嫭*/
.gy_con {
  width: 100%;
  padding: 80px 0 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gy_con .switch_box {
  width: 21%;
  border-radius: 10px;
  background: #f7f7f7;
}
.gy_con .switch_box .wrapper {
  width: 100%;
}
.gy_con .switch_box .wrapper .scroller {
  width: 100%;
}
.gy_con .switch_box .wrapper .scroller ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gy_con .switch_box .wrapper .scroller li {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  position: relative;
}
.gy_con .switch_box .wrapper .scroller li::after {
  width: 52%;
  height: 1px;
  background: #ECECEC;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -26%;
  z-index: 1;
}
.gy_con .switch_box .wrapper .scroller li:last-child::after {
  content: none;
}
.gy_con .switch_box .wrapper .scroller li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 80px;
  margin: 0;
  font-size: 24px;
  color: #000000;
  letter-spacing: 2px;
}
.gy_con .switch_box .wrapper .scroller li.active::after {
  content: none;
}
.gy_con .switch_box .wrapper .scroller li.active a {
  text-decoration: none;
  background: #E61F18;
  color: #fff;
  border-radius: 10px;
}
.gy_con .switch_box .wrapper .scroller li.active:hover a {
  color: #fff;
}
.gy_con .switch_box .wrapper .scroller li:hover a {
  color: #e61f18;
}
.gy_con .cont_box {
  width: calc(100% - 21% - 24px);
}
.gy_con .cont_box .con_tap {
  width: 100%;
  display: none;
  padding: 54px 4%;
  background: #f7f7f7;
  border-radius: 10px;
}
.gy_con .cont_box .con_tap .modal_con {
  width: 100%;
  letter-spacing: 2px;
}
.gy_con .cont_box .con_tap .modal_con .h5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #e61f18;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
.gy_con .cont_box .con_tap .modal_con .desc_d {
  display: inline-block;
  width: 100%;
}
.gy_con .cont_box .con_tap .modal_con .desc_d p {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}
/*浼氬憳涓撳尯*/
.other_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 20px 5px 30px;
}
.other_head span {
  font-size: 30px;
  color: #000;
  letter-spacing: 2px;
  border-left: 4px solid #E61F18;
  padding-left: 16px;
  line-height: 32px;
}
.other_head a {
  font-size: 14px;
  color: #e61f18;
  text-decoration: none;
  letter-spacing: 2px;
}
.other_head a:hover {
  text-decoration: underline;
}
.member_con {
  width: 100%;
  padding: 20px 0 75px 0;
}
.member_con .member_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 455px;
}
.member_con .member_01 .m01_left {
  width: 35%;
  height: 100%;
}
.member_con .member_01 .m01_left .member-swiper {
  width: 100%;
  height: 100%;
}
.member_con .member_01 .m01_left .member-swiper .swiper-pagination {
  text-align: center;
  bottom: 26px;
}
.member_con .member_01 .m01_left .member-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #fff;
}
.member_con .member_01 .m01_left .member-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E61F19;
}
.member_con .member_02 .prod_list .member1-swiper {
  width: 100%;
  height: 100%;
}
.member_con .member_02 .prod_list .member1-swiper .swiper-pagination {
  text-align: center;
  bottom: 26px;
}
.member_con .member_02 .prod_list .member1-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #fff;
}
.member_con .member_02 .prod_list .member1-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E61F19;
}
.member_con .member_01 .m01_left .l_news_box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.member_con .member_01 .m01_left .l_news_box img {
  height: 100%;
  width: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.member_con .member_01 .m01_left .l_news_box:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.member_con .member_01 .m01_right {
  width: calc(19%);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.member_con .member_01 .m01_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc((100% - 60px) / 4);
  border-radius: 10px;
  background: #f7f7f7;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 2px;
}
.member_con .member_01 .m01_right a:hover {
  background: #E61F18;
  color: #fff;
}
.member_con .member_01 .m01_center {
  width: calc(100% - 35% - 19% - 3.2%);
}
.member_con .member_01 .m01_center .temp_list {
  width: 100%;
}
.member_con .member_01 .m01_center .temp_list li {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
}
.member_con .member_01 .m01_center .temp_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  line-height: 24px;
  position: relative;
}
.member_con .member_01 .m01_center .temp_list li a em {
  font-style: normal;
  font-size: 14px;
  color: #666666;
  height: 19px;
}
.member_con .member_01 .m01_center .temp_list li a span {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* padding-left: 24px; */
  position: relative;
  color: #000;
  height: 21px;
  line-height: 24px;
  text-align: left;
}
/* .member_con .member_01 .m01_center .temp_list li a span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #E61F19;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
} */
.member_con .member_01 .m01_center .temp_list li a:hover span {
  color: #E61F19;
}
.member_con .member_02 {
  width: 100%;
  padding-top: 70px;
}
.member_con .prod_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.member_con .prod_list .prod_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 42px) / 4);
  margin: 0 14px 20px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f9f8f8;
}
.member_con .prod_list .prod_item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 96%;
  margin: 0 14px 20px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f9f8f8;
}
.member_con .prod_list .prod_item:nth-child(4n) {
  margin-right: 0;
}
.member_con .prod_list .prod_item .p_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.member_con .prod_list .prod_item .p_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.member_con .prod_list .prod_item .p_text {
  width: 100%;
  padding: 24px 18px;
  letter-spacing: 2px;
}
.member_con .prod_list .prod_item .p_text h5 {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  color: #000;
}
.member_con .prod_list .prod_item .p_text span {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #E61F18;
  margin-top: 8px;
}
.member_con .prod_list .prod_item:hover .p_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.member_con .prod_list .prod_item:hover .p_text h5 {
  color: #e61f18;
}
.member_con .member_ad {
  width: 100%;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.member_con .member_ad img {
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.member_con .member_ad:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.member_03 {
  width: 100%;
  padding-bottom: 80px;
}
.member_03 .member_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.member_03 .member_head h5 {
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  font-size: 30px;
  line-height: 32px;
}
.member_03 .member_head span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #e61f18;
  margin-top: 30px;
}
.member_03 .m03_list {
  width: 100%;
}
.member_03 .m03_list .m03_switch {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.member_03 .m03_list .m03_switch li {
  cursor: pointer;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0 2.5%;
}
.member_03 .m03_list .m03_switch li:hover {
  color: #E61F18;
}
.member_03 .m03_list .m03_switch li.on {
  color: #e61f18;
  font-weight: bold;
}
.member_03 .m03_list .m03_logo {
  width: 100%;
  padding: 10px 0;
}
.member_03 .m03_list .m03_logo .logo_swiper {
  width: 100%;
}
.member_03 .m03_list .m03_logo .logo_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.member_03 .m03_list .m03_logo .logo_swiper .swiper-pagination {
  display: none;
}
.member_03 .m03_list .m03_logo .logo_swiper .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  margin: 6px 0;
}
@media screen and (max-width: 1440px) {
  /*鏂伴椈璇︽儏*/
  .other_newsDetails .news_right {
    width: 30%;
  }
  .other_newsDetails .news_left {
    width: calc(100% - 30% - 40px);
  }
}
@media screen and (max-width: 1280px) {
  .other_banner {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_banner img {
    width: auto;
    height: 100%;
  }
  .other_banner .banner_text .safe_width h5 {
    font-size: 40px;
    line-height: 42px;
  }
  .other_banner .banner_text .safe_width span {
    width: 40px;
    height: 4px;
    margin: 16px 0 14px 0;
  }
  .other_banner .banner_text .safe_width p {
    font-size: 16px;
    line-height: 18px;
  }
  .other_banner .banner_text .safe_width div {
    font-size: 52px;
    line-height: 68px;
  }
  .search_box .cur_nav ul li:last-child {
    max-width: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .search_box {
    padding: 50px 0 30px 0;
  }
  .search_box .cur_nav {
    height: 60px;
    padding: 0 30px;
  }
  .search_box .cur_nav ul {
    height: 60px;
  }
  .search_box .cur_nav ul li {
    font-size: 14px;
    line-height: 60px;
    padding-left: 40px;
  }
  .search_box .cur_nav ul li:last-child {
    max-width: 180px;
  }
  .search_box .cur_nav ul li::after {
    font-size: 14px;
    line-height: 60px;
    left: 13px;
  }
  .search_box .cur_nav ul li:nth-child(1) {
    padding-left: 0;
  }
  .search_box .r_search {
    width: calc(38%);
    max-width: 600px;
    height: 60px;
  }
  .search_box .r_search input {
    padding: 0 20px;
    font-size: 14px;
    width: calc(100% - 100px);
  }
  .search_box .r_search a {
    width: 100px;
    height: 60px;
    font-size: 16px;
  }
  .search_box .r_search a img {
    width: 20px;
    margin-right: 8px;
  }
  /*鍟嗕細姒傛嫭*/
  .gy_con {
    padding: 60px 0 80px 0;
  }
  .gy_con .switch_box {
    width: 25%;
  }
  .gy_con .switch_box .wrapper .scroller li {
    height: 50px;
  }
  .gy_con .switch_box .wrapper .scroller li::after {
    width: 52%;
    height: 1px;
    margin-left: -26%;
  }
  .gy_con .switch_box .wrapper .scroller li a {
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .gy_con .cont_box {
    width: calc(100% - 25% - 20px);
  }
  .gy_con .cont_box .con_tap {
    padding: 24px 4%;
  }
  .gy_con .cont_box .con_tap .modal_con .h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .gy_con .cont_box .con_tap .modal_con .desc_d p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .other_banner {
    height: unset;
  }
  .other_banner img {
    width: 100%;
    height: auto;
  }
  .other_banner .banner_text .safe_width {
    padding-top: 2.75rem;
    letter-spacing: 0.025rem;
  }
  .other_banner .banner_text .safe_width h5 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .other_banner .banner_text .safe_width span {
    width: 1.2rem;
    height: 0.1rem;
    margin: 0.6rem 0;
  }
  .other_banner .banner_text .safe_width p {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .other_banner .banner_text .safe_width div {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 0;
  }
  .search_box {
    padding: 0.75rem 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
  }
  .search_box .cur_nav {
    height: 1.75rem;
    padding: 0 0.65rem;
    border-radius: 0.2rem;
    width: 100%;
  }
  .search_box .cur_nav ul {
    height: 1.75rem;
  }
  .search_box .cur_nav ul li {
    font-size: 0.6rem;
    line-height: 1.75rem;
    padding-left: 1.9rem;
  }
  .search_box .cur_nav ul li:last-child {
    max-width: 6rem;
  }
  .search_box .cur_nav ul li::after {
    font-size: 0.6rem;
    line-height: 1.75rem;
    left: 0.65rem;
  }
  .search_box .cur_nav ul li:nth-child(1) {
    padding-left: 0;
  }
  .search_box .r_search {
    width: calc(100%);
    max-width: 100%;
    margin-top: 0.5rem;
    height: 1.6rem;
    border-radius: 0.25rem;
  }
  .search_box .r_search input {
    padding: 0 0.65rem;
    font-size: 0.6rem;
  }
  .search_box .r_search a {
    width: 3.75rem;
    height: 1.6rem;
    font-size: 0.6rem;
  }
  .search_box .r_search a img {
    width: 0.65rem;
    margin-right: 0.2rem;
  }
  /*浜т笟鏀跨瓥*/
  .list_con {
    padding-bottom: 1.6rem;
  }
  .list_con .list_box {
    padding-bottom: 0;
    padding-top: 0.25rem;
  }
  .list_con .list_box .list_item {
    flex-direction: column;
    border-radius: 0.25rem;
    text-decoration: none;
    overflow: hidden;
    height: unset;
    margin-top: 0;
    margin-bottom: 0.65rem;
  }
  .list_con .list_box .list_item .list_img {
    width: 100%;
    height: unset;
    border-radius: 0.25rem;
  }
  .list_con .list_box .list_item .list_img img {
    width: 100%;
    height: unset;
    border-radius: 0.25rem;
  }
  .list_con .list_box .list_item .list_text {
    width: calc(100%);
    padding: 1rem 0.6rem;
    letter-spacing: 0.05rem;
    height: unset;
  }
  .list_con .list_box .list_item .list_text h5 {
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    font-size: 0.75rem;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .list_con .list_box .list_item .list_text span {
    display: inline-block;
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin: 0.45rem 0;
  }
  .list_con .list_box .list_item .list_text p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    display: inline;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list_con .list_box .list_item:hover .list_img img {
    transform: scale(1);
  }
  /*鏍囧噯娉曡*/
  .laws_con {
    padding: 0.5rem 0 2.2rem 0;
  }
  .laws_con .laws_box {
    padding-bottom: 0.3rem;
  }
  .laws_con .laws_box .laws_item {
    flex-direction: column;
    background: #f7f7f7;
    height: unset;
    border-radius: 0.25rem;
    letter-spacing: 0.05rem;
    padding: 0.6rem 0.6rem;
    margin-bottom: 0.4rem;
  }
  .laws_con .laws_box .laws_item em {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 0.8rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.4em;
  }
  .laws_con .laws_box .laws_item span {
    width: calc(100%);
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    padding-left: 0.8rem;
    font-size: 0.7rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2rem;
  }
  .laws_con .laws_box .laws_item span::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.4rem;
    margin-top: 0;
  }
  /*鏂伴椈璇︽儏*/
  .other_newsDetails {
    flex-direction: column;
    padding: 0.65rem 0 1.8rem 0;
  }
  .other_newsDetails .news_right {
    margin-top: 0.9rem;
    position: unset;
    width: 100%;
    border-radius: 0.25rem;
    top: unset;
    padding: 1.1rem 0.65rem;
  }
  .other_newsDetails .news_right h5 {
    line-height: 0.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
    padding-left: 0.5rem;
    border-left: 0.1rem solid #E61F18;
    margin-bottom: 0.8rem;
  }
  .other_newsDetails .news_right .hot_list a {
    margin-bottom: 0.6rem;
    font-size: 0.6rem;
    line-height: 1rem;
    padding-left: 0.8rem;
  }
  .other_newsDetails .news_right .hot_list a::after {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.375rem;
  }
  .other_newsDetails .news_left {
    width: calc(100%);
  }
  .other_newsDetails .m3nCon .m3nTbox h2 {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 0.6rem;
    letter-spacing: 0.05rem;
  }
  .other_newsDetails .m3nCon .m3nTbox h2::after {
    width: 1rem;
    height: 0.1rem;
  }
  .other_newsDetails .m3nCon .m3nInfo {
    padding: 0.9rem 0 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.025rem solid #F0F0F0;
    font-size: 0.6rem;
  }
  .other_newsDetails .m3nCon .m3nInfo .time_d {
    font-size: 0.6rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd {
    margin-right: 0.4rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd:last-child {
    margin-right: 0;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd em {
    font-size: 16px;
    line-height: 1rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd a img {
    width: 1rem;
    height: auto;
    display: inline-block;
  }
  .other_newsDetails .m3nCon .m3nInfo .shareTitle span {
    font-size: 0.55rem;
  }
  .other_newsDetails .m3nCon .m3nEditor {
    padding: 1rem 0;
  }
  .other_newsDetails .m3nCon .m3pages {
    border-top: 0.025rem solid #F0F0F0;
    line-height: unset;
    height: unset;
    flex-direction: column;
  }
  .other_newsDetails .m3nCon .m3pages a {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 1.4rem;
    margin-top: 0.4rem;
  }
  /*鍟嗕細姒傛嫭*/
  .gy_con {
    padding: 0px 0 1.6rem 0;
    background: #f7f7f7;
    width: calc(100vw);
    margin-left: -0.65rem;
    flex-direction: column;
  }
  .gy_con .switch_box {
    width: 100%;
    background: #fff;
    border-bottom: 0.025rem solid #E1E1E1;
    border-radius: 0;
  }
  .gy_con .switch_box .wrapper {
    height: 2.3rem;
    padding: 0.25rem 0.5rem 0 0.5rem;
  }
  .gy_con .switch_box .wrapper .scroller {
    position: absolute;
    width: unset;
  }
  .gy_con .switch_box .wrapper .scroller ul {
    flex-direction: unset;
    width: unset;
    justify-content: unset;
  }
  .gy_con .switch_box .wrapper .scroller li {
    height: 1.75rem;
    width: 4.5rem;
    border-radius: 0;
    border: none;
    flex: unset;
    float: left;
    margin: 0 0;
  }
  .gy_con .switch_box .wrapper .scroller li::after {
    content: none;
  }
  .gy_con .switch_box .wrapper .scroller li a {
    color: #000;
    width: 4.5rem;
    font-size: 0.6rem;
    line-height: 1.75rem;
    letter-spacing: 0.05rem;
  }
  .gy_con .switch_box .wrapper .scroller li.active {
    border-radius: 0.25rem;
  }
  .gy_con .switch_box .wrapper .scroller li.active a {
    color: #fff;
    border-radius: 0.25rem;
  }
  .gy_con .cont_box {
    width: calc(100%);
  }
  .gy_con .cont_box .con_tap {
    padding: 1.35rem 0.65rem;
  }
  .gy_con .cont_box .con_tap .modal_con .h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 1.2rem;
  }
  .gy_con .cont_box .con_tap .modal_con .desc_d p {
    font-size: 0.65rem;
    line-height: 1.1rem;
    margin-bottom: 1.6rem;
  }
  /*浼氬憳涓撳尯*/
  .other_head {
    height: 0.8rem;
  }
  .other_head span {
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    border-left: 0.1rem solid #E61F18;
    padding-left: 0.5rem;
    line-height: 0.8rem;
  }
  .other_head a {
    font-size: 0.6rem;
    color: #666;
    letter-spacing: 0.05rem;
  }
  .other_head a:hover {
    text-decoration: none;
    color: #e61f18;
  }
  .member_con {
    padding: 0.3rem 0 1.4rem 0;
  }
  .member_con .member_01 {
    flex-direction: column;
    height: unset;
  }
  .member_con .member_01 .m01_left {
    width: 100%;
    height: unset;
  }
  .member_con .member_01 .m01_left .member-swiper {
    width: 100%;
    height: unset;
  }
  .member_con .member_01 .m01_left .member-swiper .swiper-pagination {
    text-align: center;
    bottom: 0.6rem;
  }
  .member_con .member_01 .m01_left .member-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    opacity: 1;
    background: #fff;
  }
  .member_con .member_01 .m01_left .member-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E61F19;
  }
   .member_con .member_02 .prod_list .member1-swiper {
    width: 100%;
    height: unset;
  }
  .member_con .member_02 .prod_list .member1-swiper .swiper-pagination {
    text-align: center;
    bottom: 0.6rem;
  }
  .member_con .member_02 .prod_list .member1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    opacity: 1;
    background: #fff;
  }
  .member_con .member_02 .prod_list .member1-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E61F19;
  }
  .member_con .member_01 .m01_left .l_news_box {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
  }
  .member_con .member_01 .m01_left .l_news_box img {
    height: auto;
    width: 100%;
  }
  .member_con .member_01 .m01_left .l_news_box:hover img {
    transform: scale(1);
  }
  .member_con .member_01 .m01_right {
    width: calc(100%);
    height: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .member_con .member_01 .m01_right a {
    width: calc(50% - 0.2rem);
    height: 2.25rem;
    border-radius: 0.25rem;
    background: #f7f7f7;
    text-decoration: none;
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
  }
  .member_con .member_01 .m01_center {
    width: calc(100%);
    margin-top: 1rem;
  }
  .member_con .member_01 .m01_center .temp_list {
    width: 100%;
    margin-top: 0.6rem;
  }
  .member_con .member_01 .m01_center .temp_list li {
    width: 100%;
    border-bottom: 0.025rem solid #E8E8E8;
  }
  .member_con .member_01 .m01_center .temp_list li a {
    flex-direction: column;
    padding: 0.6rem 0;
    line-height: 0.8rem;
  }
  .member_con .member_01 .m01_center .temp_list li a em {
    display: inline-block;
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .member_con .member_01 .m01_center .temp_list li a span {
    display: inline-block;
    width: calc(100%);
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0;
  }
  .member_con .member_01 .m01_center .temp_list li a span::after {
    content: none;
  }
  .member_con .member_01 .m01_center .temp_list li a:hover span {
    color: #E61F19;
  }
  .member_con .member_02 {
    padding-top: 0.5rem;
  }
  .member_con .prod_list {
    /*flex-direction: column;*/
    margin-top: 0.8rem;
  }
  .member_con .prod_list .prod_item {
    width: calc(100%);
    margin: 0 0 0.6rem 0;
    border-radius: 0.25rem;
  }
  .member_con .prod_list .prod_item1 {
    width: calc(100%);
    margin: 0 0 0.6rem 0;
    border-radius: 0.25rem;
  }
  .member_con .prod_list .prod_item .p_text {
    padding: 0.9rem 0.65rem;
    letter-spacing: 0.05rem;
  }
  .member_con .prod_list .prod_item .p_text h5 {
    font-size: 0.7rem;
    line-height: 1.1rem;
    height: unset;
  }
  .member_con .prod_list .prod_item .p_text span {
    font-size: 0.6rem;
    margin-top: 0.2rem;
  }
  .member_con .prod_list .prod_item:hover .p_img img {
    transform: scale(1);
  }
  .member_con .member_ad {
    margin-top: 0.6rem;
    border-radius: 0.25rem;
  }
  .member_03 {
    padding-bottom: 2.25rem;
  }
  .member_03 .member_head h5 {
    letter-spacing: 0.05rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .member_03 .member_head span {
    width: 1rem;
    height: 0.1rem;
    margin-top: 0.6rem;
  }
  .member_03 .m03_list .m03_switch {
    margin: 1rem 0 0.8rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .member_03 .m03_list .m03_switch li {
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
    line-height: 0.8rem;
    margin: 0 0.2rem 0.5rem 0.2rem;
  }
  .member_03 .m03_list .m03_logo {
    padding: 0.5rem 0.5rem 1.6rem 0.5rem;
  }
  .member_03 .m03_list .m03_logo .logo_swiper .swiper-pagination {
    bottom: 0rem;
    display: inline-block;
  }
  .member_03 .m03_list .m03_logo .logo_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    opacity: 1;
    background: #d4d4d4;
  }
  .member_03 .m03_list .m03_logo .logo_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E61F19;
  }
  .member_03 .m03_list .m03_logo .logo_swiper .swiper-slide img {
    border-radius: 0.25rem;
    margin: 0.15rem 0;
  }
}
/*浼氬憳鎴愬憳璋冩暣澶у皬*/
.member_03 .m03_list .m03_logo .logo_swiper .swiper-slide {
    width: 200px !important;
    height: 100px !important;
    padding: 6px 0;
	margin-left:20px
}

.member_03 .m03_list .m03_logo .logo_swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}

.member_03 .m03_list .m03_logo .logo_swiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/*浜у搧瀵规帴 鍥哄畾楂樺害*/
.member_con .prod_list .prod_item .p_img {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.member_con .prod_list .prod_item .p_img img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1600px) {
    .member_con .prod_list .prod_item .p_img {
        height: 200px;
    }
}

@media screen and (max-width:1440px) {
    .member_con .prod_list .prod_item .p_img {
        height: 180px;
    }
}

@media screen and (max-width:1366px) {
    .member_con .prod_list .prod_item .p_img {
        height: 172px;
    }
}

@media screen and (max-width:1280px) {
    .member_con .prod_list .prod_item .p_img {
        height: 162px;
    }
}

@media screen and (max-width:1024px) {
    .member_con .prod_list .prod_item .p_img {
        height: 130px;
    }
}

@media screen and (max-width:767px) {

    /*浼氬憳鎴愬憳璋冩暣澶у皬*/
    .member_03 .m03_list .m03_logo .logo_swiper .swiper-slide {
        width: auto !important;
        height: 2.4rem !important;
        padding: 0.25rem 0 !important;
    }

    .member_03 .m03_list .m03_logo .logo_swiper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.25rem;
        overflow: hidden;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    }

    .member_03 .m03_list .m03_logo .logo_swiper .swiper-slide img {
        display: inline-block;
        width: 100%;
        height: 100%;
        box-shadow: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }


    .member_con .prod_list .prod_item .p_img {
        height: 9.25rem;
    }

    .member_con .prod_list .prod_item .p_img img {
        height: 100%;
    }
}
