@charset "UTF-8";
/* 为整个页面添加滚动条样式 */
html {
  border-radius: 8px;
  scrollbar-width: thin; /* 可以设置为 'auto', 'thin', 'none' */
  scrollbar-color: #8b8b8b #f5f5f5; /* 滚动条的颜色，第一个是滑块，第二个是背景 */
}

/* 针对IE的特定样式 */
body {
  -ms-overflow-style: thin; /* 仅在IE和Edge中有效 */
}

body {
  touch-action: manipulation;
}

/* 针对火狐浏览器的滚动条样式 */
* {
  scrollbar-width: thin; /* 可以设置为 'auto', 'thin', 'none' */
  scrollbar-color: #8b8b8b #f5f5f5; /* 滚动条的颜色 */
}

/* 针对Chrome和Safari的滚动条样式 */
::-webkit-scrollbar {
  width: 12px;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 8px;
  border: 3px solid #f5f5f5;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 6px;
}

header {
  background-color: transparent;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #c7c4c4;
}
header .main {
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
header .main .logo {
  width: 170px;
  height: 45px;
}
header .main .right {
  font-size: 17px;
  flex: 1;
}
header .main .right .uls_10 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header .main .right .uls_10 .item {
  margin-right: 5%;
  display: flex;
  align-items: center;
}
header .main .right .uls_10 .item > a {
  color: #fff;
}
header .main .right .uls_10 .item > a:hover {
  font-weight: bold;
}
header .main .right .uls_10 .item .active {
  position: relative;
}
header .main .right .uls_10 .item .active::after {
  position: absolute;
  width: 30px;
  height: 5px;
  border-radius: 2px;
  content: "";
  bottom: -27px;
  left: calc(50% - 15px);
  background-color: #fff;
}
header .main .right .serch {
  margin-left: 3%;
  display: flex;
  align-items: center;
}
header .main .right .serch img {
  margin-top: 3px;
}
header .main .right .serch > span {
  margin-left: 10px;
  font-family: DingTalk-JinBuTi;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.m_header {
  display: none;
  height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}
.m_header .mains {
  height: 100%;
}
.m_header .mains .tops_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 100%;
  background-color: #fff;
}
.m_header .mains .tops_list .img111 {
  height: 34px;
}
.m_header .mains .tops_list .duobieo .img1 {
  width: 30px;
  height: 20px;
}
.m_header .mains .down_list {
  background-color: #fff;
  display: none;
}
.m_header .mains .down_list::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.m_header .mains .down_list .items {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.m_header .mains .down_list .items > a {
  width: 100%;
  height: 100%;
  color: #333;
  display: flex;
  align-items: center;
}

footer {
  background-color: #eee;
}
footer .main .logo {
  text-align: center;
}
footer .main .logo img {
  margin-top: 6vh;
  margin-bottom: 2vh;
}
footer .main .phone1 {
  text-align: center;
}
footer .main .phone1 img {
  width: 28px;
  height: 28px;
}
footer .main .phone1 .rexina {
  font-family: SourceHanSansCN-Normal;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #1c1e1d;
}
footer .main .phone1 .nums1 {
  font-family: STHeitiSC-Medium;
  font-size: 39px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 2px;
  color: #1c1e1d;
}
footer .main .nav_list_box1 {
  display: flex;
  margin-top: 4vh;
  padding-bottom: 5vh;
}
footer .main .nav_list_box1 .items {
  width: 14.2857142857%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .main .nav_list_box1 .items .a_link {
  font-size: 18px;
  display: inline-block;
  width: 80%;
  margin-bottom: 2vh;
  font-weight: bold;
}
footer .main .nav_list_box1 .items .a_link:hover {
  color: #187242;
}
footer .main .nav_list_box1 .items .down_list {
  width: 80%;
}
footer .main .nav_list_box1 .items .down_list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .main .nav_list_box1 .items .down_list .item a {
  font-size: 14px;
  margin-bottom: 1vh;
}
footer .main .nav_list_box1 .items .down_list .item a:hover {
  color: #187242;
}
footer .banquan {
  background-color: #f7f7f7;
  height: 60px;
}
footer .banquan .maiun {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .banquan .maiun p .keji {
  margin-left: 6vw;
}

.pub_banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pub_banner .mains1 {
  max-height: 610px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.pub_banner .poa_0s1s4 {
  position: absolute;
  text-align: center;
}
.pub_banner .poa_0s1s4 .titles1s01 {
  font-family: HarmonyOS_Sans_SC_Black;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
.pub_banner .poa_0s1s4 .titles1s02 {
  font-family: AiDeep-Bold;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.detail_mains_box {
  padding: 4vh 0 8vh 0;
  display: flex;
  justify-content: space-between;
}
.detail_mains_box .items1_left {
  flex: 1;
  margin-right: 4vw;
}
.detail_mains_box .items1_left .zhuti .titles {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.detail_mains_box .items1_left .zhuti .times {
  font-family: HarmonyOS_Sans_SC_Black;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  margin: 3.6vh 0;
  font-weight: bold;
}
.detail_mains_box .items1_left .zhuti .cintact {
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.detail_mains_box .items1_right {
  width: 23vw;
  height: 220px;
  background-color: #ffffff;
}
.detail_mains_box .items1_right .back_boxs01 {
  display: flex;
  align-items: center;
  margin-bottom: 5vh;
  font-family: HarmonyOS_Sans_SC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #4c926d;
}
.detail_mains_box .items1_right .back_boxs01 .img1 {
  width: 17px;
  height: 14px;
  margin-right: 5px;
}
.detail_mains_box .items1_right .bix_lis1 .items {
  padding: 1.2vw 2vw;
  border-top: 2px solid #ddd;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.detail_mains_box .items1_right .bix_lis1 .items .titles1 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.detail_mains_box .items1_right .bix_lis1 .items .title_conent {
  margin: 10px 0 20px 0;
  font-family: HarmonyOS_Sans_SC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.detail_mains_box .items1_right .bix_lis1 .items .btn {
  display: flex;
  justify-content: space-between;
  font-family: HarmonyOS_Sans_SC_Black;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
.detail_mains_box .items1_right .bix_lis1 .items .btn .titles1s4 {
  font-weight: bold;
}
.detail_mains_box .items1_right .bix_lis1 .items:hover {
  background-color: #ffffff;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06);
}
.detail_mains_box .items1_right .bix_lis1 .items:hover::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #187242;
}
.detail_mains_box .items1_right .bix_lis1 .items:hover .titles1 {
  color: #187242;
}
.detail_mains_box .items1_right .bix_lis1 .items:hover .btn .noushu {
  color: #187242;
}

.beard_box {
  height: 80px;
  font-size: 14px;
}
.beard_box .main {
  height: 100%;
}
.beard_box .main .boxs {
  height: 100%;
  display: flex;
  align-items: center;
}

.over-line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.over-line7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.over-line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.over-line9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.nerbes .main .right .uls_10 .item > a {
  color: #333;
}
.nerbes .main .right .uls_10 .item .active {
  color: #187242;
}
.nerbes .main .right .uls_10 .item .active::after {
  background-color: #187242;
}

.headerActive {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.headerActive .main .right .uls_10 .item > a {
  color: #333;
}
.headerActive .main .right .uls_10 .item .active {
  color: #187242;
}
.headerActive .main .right .uls_10 .item .active::after {
  background-color: #187242;
}
.headerActive .main .right .serch {
  display: flex;
  align-items: center;
}
.headerActive .main .right .serch img {
  margin-top: 3px;
  filter: brightness(100%) invert(90%);
}
.headerActive .main .right .serch span {
  color: #333;
}

.detail_height {
  margin-top: 80px;
}

.nav_boxs {
  background: #eee;
  height: 95px;
  display: flex;
  font-size: 21px;
  justify-content: center;
}
.nav_boxs .items10 {
  min-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_boxs .items10 a {
  font-weight: bold;
}
.nav_boxs .active {
  border-bottom: 2px solid #187242;
}
.nav_boxs .active a {
  color: #187242;
}

#news {
  padding-bottom: 8vh;
  background-color: #f7f7f7;
}
#news .page_pub_box {
  margin-bottom: 0;
  margin-top: 6vh;
}
#news .main .nav_boxs {
  background: #eee;
  height: 95px;
  display: flex;
  font-size: 21px;
  justify-content: center;
}
#news .main .nav_boxs .items10 {
  min-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .main .nav_boxs .items10 a {
  font-weight: bold;
}
#news .main .nav_boxs .active {
  border-bottom: 3px solid #187242;
}
#news .main .nav_boxs .active a {
  color: #187242;
}
#news .main .new_lists {
  display: flex;
  justify-content: flex-start;
  padding-top: 4vw;
}
#news .main .new_lists .items1 {
  width: 31%;
  margin-right: 4%;
  background-color: #fff;
}
#news .main .new_lists .items1:nth-child(3n) {
  margin-right: 0;
}
#news .main .new_lists .items1 .top_img {
  height: 295px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#news .main .new_lists .items1 .top_img .img1 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#news .main .new_lists .items1 .top_img .box_imf1s0 {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 12%;
  height: 28%;
  background-color: #333333;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 30px;
}
#news .main .new_lists .items1 .top_img .box_imf1s0 .month {
  margin-top: 4px;
  font-size: 18px;
}
#news .main .new_lists .items1 .top_img .box_imf1s0 .link {
  width: 80%;
  background-color: #eee;
  height: 1px;
}
#news .main .new_lists .items1 .bottom_content {
  padding: 30px 30px 44px 30px;
}
#news .main .new_lists .items1 .bottom_content .dingwei span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 15px;
  border: 1px solid #187242;
  color: #187242;
  font-weight: bold;
}
#news .main .new_lists .items1 .bottom_content .dkdk1 .p11 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
  min-height: 76px;
}
#news .main .new_lists .items1 .bottom_content .dkdk1 .p22 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  min-height: 102px;
  color: #666666;
}
#news .main .new_lists .items1 .bottom_content .dkdk_bots {
  margin-top: 30px;
  width: 150px;
  border-radius: 40px;
  height: 50px;
  color: #333;
  font-weight: bold;
  display: flex;
  border: solid 1px #868685;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
#news .main .new_lists .items1 .bottom_content .dkdk_bots .img1s {
  margin-left: 10px;
}
#news .main .new_lists .items1:hover {
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.22);
}
#news .main .new_lists .items1:hover .bottom_content .dkdk_bots {
  background-color: #187242;
  color: #fff;
  border: 0;
}
#news .main .new_lists .items1:hover .bottom_content .dkdk_bots .img1s {
  filter: brightness(50%) invert(100%);
}
#news .main .new_lists .items1:hover .top_img .box_imf1s0 {
  background-color: #187242;
  color: #fff;
}
#news .main .heng_newlist .items01 {
  margin-top: 3vh;
  background-color: #fff;
  padding: 2vh;
  display: flex;
  justify-content: space-between;
}
#news .main .heng_newlist .items01 .left {
  width: 60px;
  height: 92px;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}
#news .main .heng_newlist .items01 .left .day {
  margin-bottom: 5px;
}
#news .main .heng_newlist .items01 .left .links {
  width: 80%;
  height: 1px;
  background-color: #d1cfcf;
}
#news .main .heng_newlist .items01 .left .month {
  font-size: 18px;
}
#news .main .heng_newlist .items01 .right {
  flex: 1;
  margin-left: 30px;
}
#news .main .heng_newlist .items01 .right .biaqian span {
  padding: 4px 5px;
  border: 1px solid #187242;
  color: #187242;
  font-weight: bold;
  display: inline-block;
}
#news .main .heng_newlist .items01 .right .title2s {
  margin-top: 12px;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
}
#news .main .heng_newlist .items01 .right .tit_del {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
}
#news .main .heng_newlist .items01 .right .details_to {
  margin-top: 30px;
  width: 150px;
  height: 50px;
  border-radius: 26px;
  border: solid 1px #868685;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
}
#news .main .heng_newlist .items01 .right .details_to .img1s {
  margin-left: 20px;
  width: 13px;
}
#news .main .heng_newlist .items01:hover {
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.22);
}
#news .main .heng_newlist .items01:hover .left {
  background-color: #187242;
  color: #fff;
}
#news .main .heng_newlist .items01:hover .right .details_to {
  background-color: #187242;
  color: #fff;
  border: 0;
}
#news .main .heng_newlist .items01:hover .right .details_to .img1s {
  filter: brightness(50%) invert(100%);
}

.page_pub_box {
  display: flex;
  justify-content: center;
  margin-bottom: 7vh;
}
.page_pub_box .items1 {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-right: 1vw;
}
.page_pub_box .items1 > a {
  color: #333;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.page_pub_box .items1 .active {
  background-color: #187242;
  color: #fff;
}
.page_pub_box .items1:hover {
  background-color: #187242;
  color: #fff;
  border: 0;
}
.page_pub_box .items1:hover > a {
  color: #fff;
}

#product .main .nav_boxs {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#product .main .hezi_box01 {
  padding: 6vh 0 4vh 0;
}
#product .main .hezi_box01 .items_01 {
  height: 600px;
  width: 100%;
  position: relative;
  background-size: 100% 100%;
  margin-bottom: 3vw;
}
#product .main .hezi_box01 .items_01 .left {
  margin-left: 10vw;
  max-width: 40%;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
}
#product .main .hezi_box01 .items_01 .left .tab_list {
  padding-top: 8vw;
  letter-spacing: 0px;
  color: #187242;
}
#product .main .hezi_box01 .items_01 .left .titler {
  font-size: 50px;
  color: #333333;
  margin-bottom: 20px;
}
#product .main .hezi_box01 .items_01 .left .content {
  font-size: 18px;
  color: #666666;
}
#product .main .hezi_box01 .items_01 .left .btn {
  width: 130px;
  height: 45px;
  border-radius: 26px;
  font-size: 16px;
  margin-top: 5vw;
  color: #187242;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #187242;
}
#product .main .hezi_box01 .items_01 .left .btn:hover {
  animation: ass 1.5s infinite;
}
#product .main .hezi_box01 .items_01 .left .btn:hover > img {
  filter: brightness(0) invert(100%);
}
@keyframes ass {
  0% {
    color: #187242;
  }
  100% {
    color: #fff;
    background-color: #187242;
  }
}
#product .main .hezi_box01 .items_01 .right {
  position: absolute;
  right: 15vw;
  top: 0vw;
  height: 100%;
  display: flex;
  align-items: center;
}
#product .main .hezi_box01 .items_01 .right .right_img {
  width: 243px;
}
#product .main .hezi_box01 .items_01:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
#product .main .hezi_box01 .items_01:nth-child(2) .left {
  text-align: right;
  margin-right: 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#product .main .hezi_box01 .items_01:nth-child(2) .right {
  right: auto;
  left: 7vw;
}

.product_mains_box {
  display: flex;
  min-height: 600px;
}
.product_mains_box .left_box {
  font-family: HarmonyOS_Sans_SC;
  font-size: 32px;
  font-weight: normal;
  max-width: 52%;
  font-stretch: normal;
}
.product_mains_box .left_box .lab {
  margin-top: 8vw;
  color: #187242;
}
.product_mains_box .left_box .title {
  font-size: 50px;
  margin-bottom: 20px;
  color: #333333;
}
.product_mains_box .left_box .line_boxs {
  font-family: HarmonyOS_Sans_SC;
  font-size: 16px;
  color: #666666;
}
.product_mains_box .right_box {
  margin-left: 8vw;
  display: flex;
  padding: 2vw 0;
  justify-content: space-between;
  flex: 1;
}
.product_mains_box .right_box .right1 .img1 {
  width: 330px;
  height: 520px;
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_mains_box .right_box .right2 {
  margin-top: 30px;
}
.product_mains_box .right_box .right2 .swiper {
  height: 340px;
  overflow: hidden;
}
.product_mains_box .right_box .right2 .prev {
  margin-bottom: 5px;
  width: 120px;
  height: 22px;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.product_mains_box .right_box .right2 .prev .imgss1 {
  height: 10px;
  width: 10px;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
}
.product_mains_box .right_box .right2 .prev:hover {
  background-color: #187242;
}
.product_mains_box .right_box .right2 .prev:hover .imgss1 {
  filter: brightness(0%) invert(100%);
}
.product_mains_box .right_box .right2 .next {
  width: 120px;
  height: 22px;
  background-color: #ffffff;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}
.product_mains_box .right_box .right2 .next .imgss1 {
  height: 10px;
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_mains_box .right_box .right2 .next:hover {
  background-color: #187242;
}
.product_mains_box .right_box .right2 .next:hover .imgss1 {
  filter: brightness(0%) invert(100%);
}
.product_mains_box .right_box .right2 .list_boxs .items {
  cursor: pointer;
  margin-bottom: 10px;
  width: 120px;
  height: 104px !important;
  background-color: #ffffff;
  border: solid 1px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_mains_box .right_box .right2 .list_boxs .items .img1s2 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 27%;
}
.product_mains_box .right_box .right2 .list_boxs .swiper-slide-active {
  border: solid 1px #187242;
}

#product_detail_mains .main .nav_boxs {
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 {
  padding: 4vw 0 2vw 0;
  font-family: DingTalk-JinBuTi;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .en {
  font-size: 42px;
  color: #187242;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .cn {
  font-size: 32px;
  color: #1c1e1d;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .pro_detail_boxss {
  margin-top: 1vw;
  font-size: 16px;
  color: #666666;
  text-align: left;
  margin-bottom: 2vw;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items {
  width: 32%;
  height: 430px;
  padding: 1.5vw;
  text-align: center;
  border: 1px solid #187242;
  margin-right: 20px;
  margin-bottom: 1.5vw;
  background-image: linear-gradient(180deg, #ffffff 0%, #d6d6d6 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items:hover {
  color: #fff;
  background-image: linear-gradient(180deg, #187242 0%, #187242 100%), linear-gradient(#187242, #187242);
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items:hover .pq1,
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items:hover .pq2 {
  color: #fff;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items:hover .pq3 {
  display: block;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items:hover .img11s0 {
  animation: rotate 2s 0s 1;
  filter: brightness(0) invert(100%);
}
@keyframes rotate {
  from {
    transform: rotateX(0) rotateY(0);
  }
  to {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items:nth-child(3n) {
  margin-right: 0;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .img11s0 {
  width: 114px;
  height: 114px;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .pq1 {
  font-size: 32px;
  margin: 1vw 0;
  color: #333333;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .pq2 {
  font-size: 16px;
  text-align: left;
  color: #333333;
}
#product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .pq3 {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.2;
  margin-top: 30px;
  display: none;
}
#product_detail_mains .main .bottom_boxs01 .bac_color {
  background-color: #f7f7f7;
}
#product_detail_mains .main .bottom_boxs01 .bottom02 {
  padding: 3vw 0;
  font-family: DingTalk-JinBuTi;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
}
#product_detail_mains .main .bottom_boxs01 .bottom02 .en {
  font-size: 42px;
  color: #187242;
}
#product_detail_mains .main .bottom_boxs01 .bottom02 .cn {
  font-size: 32px;
  color: #1c1e1d;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}

#qingyangs .main .uui .bac_color {
  background-color: #f7f7f7;
}
#qingyangs .main .uui .swiper_boxs {
  display: flex;
  justify-content: space-between;
  padding: 5vw 0;
}
#qingyangs .main .uui .swiper_boxs .left01 {
  width: 35vw;
  background-color: #999;
  height: 445px;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide {
  display: block;
  height: 100%;
  width: 100%;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  position: relative;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide .p1 {
  font-size: 16px;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide .p2 {
  font-size: 26px;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide .poa_box01 {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 2vw;
  top: 68%;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .pagination1 {
  width: auto;
  left: 2vw;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-pagination-bullet {
  background-color: #ffffff;
}
#qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
#qingyangs .main .uui .swiper_boxs .right01 {
  flex: 1;
  margin-left: 7.2vw;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01 {
  margin-bottom: 2vw;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  font-stretch: normal;
  display: block;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01:hover .p1,
#qingyangs .main .uui .swiper_boxs .right01 .items01:hover .p2 {
  color: #187242;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01:hover .p1::after {
  background-color: #187242;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01 .p1 {
  font-size: 24px;
  color: #333333;
  position: relative;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01 .p1::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999999;
  top: 13px;
  left: -50px;
  position: absolute;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01 .p2 {
  font-weight: bold;
  margin: 7px 0;
  font-size: 16px;
  color: #999999;
}
#qingyangs .main .uui .swiper_boxs .right01 .items01 .p3 {
  font-size: 16px;
  color: #999999;
}
#qingyangs .main .uui .qingyang_list {
  padding: 6vw 0;
}
#qingyangs .main .uui .qingyang_list .mains {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#qingyangs .main .uui .qingyang_list .mains .items {
  width: 34vw;
  font-family: HarmonyOS_Sans_SC_Black;
  font-weight: normal;
  font-stretch: normal;
  border-bottom: 3px solid #d8d6d6;
  padding-bottom: 2vw;
  margin-bottom: 2.75vw;
}
#qingyangs .main .uui .qingyang_list .mains .items:hover {
  border-bottom: 3px solid #187242;
}
#qingyangs .main .uui .qingyang_list .mains .items:hover .s2 {
  color: #187242;
}
#qingyangs .main .uui .qingyang_list .mains .items:hover .s4 {
  background-color: #187242;
  color: #fff;
}
#qingyangs .main .uui .qingyang_list .mains .items:hover .s4 .img1s {
  filter: brightness(0) invert(100%);
}
#qingyangs .main .uui .qingyang_list .mains .items .s1 {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
#qingyangs .main .uui .qingyang_list .mains .items .s2 {
  font-size: 24px;
  margin: 10px 0 10px 0;
}
#qingyangs .main .uui .qingyang_list .mains .items .s3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 25px;
}
#qingyangs .main .uui .qingyang_list .mains .items .s4 {
  width: 150px;
  height: 50px;
  border-radius: 26px;
  border: solid 1px #868685;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#qingyangs .main .uui .qingyang_list .mains .items .s4 .img1s {
  margin-left: 8px;
  width: 12px;
}

#contact .main .contact_detail_box {
  display: flex;
}
#contact .main .contact_detail_box .left_box01 {
  width: 45vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
  overflow: hidden;
  padding-left: 10vw;
  background-color: #b6b5b5;
}
#contact .main .contact_detail_box .left_box01 .pq1 {
  margin-top: 5vw;
  font-size: 42px;
}
#contact .main .contact_detail_box .left_box01 .pq2 {
  font-size: 42px;
}
#contact .main .contact_detail_box .left_box01 .pq3 {
  font-size: 30px;
  margin: 3vw 0 0.5vw 0;
}
#contact .main .contact_detail_box .left_box01 .shili {
  display: flex;
  margin-top: 35px;
}
#contact .main .contact_detail_box .left_box01 .shili .imgs {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
#contact .main .contact_detail_box .left_box01 .shili .flex_uis {
  margin-left: 16px;
}
#contact .main .contact_detail_box .left_box01 .shili .flex_uis .ps1 {
  font-size: 18px;
}
#contact .main .contact_detail_box .left_box01 .shili .flex_uis .ps2 {
  margin-top: 3px;
  font-size: 24px;
}
#contact .main .contact_detail_box .left_box01 .img22 {
  width: 115px;
  height: 115px;
  margin-bottom: 5vw;
  margin-top: 3vw;
}
#contact .main .contact_detail_box .right_box01 {
  padding-left: 4vw;
  width: 690px;
  overflow: hidden;
}
#contact .main .contact_detail_box .right_box01 .rp1 {
  margin-top: 5vw;
  font-size: 42px;
  color: #333;
}
#contact .main .contact_detail_box .right_box01 .rp2 {
  font-size: 18px;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 {
  margin-top: 20px;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .names {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .names span {
  color: red;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .uuti {
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .uuti .posos {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 10px;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .iteimnss .names1 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .iteimnss .names1 span {
  color: red;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .iteimnss .uuidd {
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .iteimnss .uuidd .puhs {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 10px;
  font-size: 14px;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .duohang {
  height: auto;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .duohang textarea {
  border: 0;
  resize: none;
  height: 210px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .code_bxosss {
  height: 52px;
  width: 120px;
  background-color: #187242;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#contact .main .contact_detail_box .right_box01 .items_r_1 .code_bxosss button {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
}
#contact .main .contact_detail_box .right_box01 .yihangss {
  display: flex;
  justify-content: space-between;
}
#contact .main .contact_detail_box .right_box01 .yihangss .iteimnss {
  width: 48%;
}
#contact .main .contact_detail_box .right_box01 .yanzhengmass {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#contact .main .contact_detail_box .right_box01 .yanzhengmass .iteimnss {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#contact .main .contact_detail_box .right_box01 .yanzhengmass .iteimnss .skjdjhsds {
  display: flex;
}
#contact .main .contact_detail_box .right_box01 .yanzhengmass .iteimnss .uuidd {
  width: auto;
}
#contact .main .contact_detail_box .right_box01 .yanzhengmass .iteimnss .img_code {
  margin-left: 1px;
  width: 120px;
  cursor: pointer;
  height: 52px;
}

#about .main .top4 .mains_zhuti .items01 .tie0 .imgs1:nth-child(2) {
  width: 66px !important;
}

#about .main .hebing1 {
  padding-bottom: 15vw;
}
#about .main .tops1 {
  padding-top: 5vw;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
}
#about .main .tops1 .en {
  font-size: 42px;
  color: #187242;
  font-family: DingTalk-JinBuTi;
  font-weight: bold;
  font-style: italic;
}
#about .main .tops1 .cn {
  font-size: 32px;
  font-weight: bold;
}
#about .main .tops1 .titles01 {
  font-weight: bold;
  font-size: 50px;
  margin-top: 60px;
}
#about .main .tops1 .duanluos {
  margin-top: 1vw;
  font-size: 18px;
  color: #666666;
  line-height: 40px;
}
#about .main .tops2 {
  width: 1440px;
  height: 360px;
  background-color: #000000;
  margin: 0 auto 0 auto;
  margin-top: 5vw;
}
#about .main .tops2 .video_bxos {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
#about .main .tops2 .video_bxos video {
  width: 100%;
  height: 100%;
}
#about .main .tops3 {
  background: url(../img/00018.png) no-repeat center;
  background-size: 100% !important;
  min-height: 900px;
  text-align: center;
  position: relative;
}
#about .main .tops3:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  right: 0%;
  bottom: 16%;
  /* margin-top: -0.5px; */
  z-index: 10;
}
#about .main .tops3:before {
  content: "";
  position: absolute;
  width: 22%;
  top: 2%;
  right: 0%;
  background: url(../img/n003.png) no-repeat center;
  background-size: 100% !important;
  height: 100%;
}
#about .main .tops3 .tupians101 {
  position: absolute;
  top: 45px;
  right: 172px;
}
#about .main .tops3 .tupians101 .items10s1 {
  width: 100px;
  height: 100px;
  background-color: #eee;
  border-radius: 50%;
  display: none;
}
#about .main .tops3 .tupians101 .items10s1 .im1124 {
  width: 100%;
  height: 100%;
}
#about .main .tops3 .ens {
  font-family: DingTalk-JinBuTi;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #187242;
  margin-top: 40px;
}
#about .main .tops3 .cns {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#about .main .tops3 .event_box .parBd .slideBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10vw;
  position: relative;
}
#about .main .tops3 .event_box .parBd .slideBox .items10s1 {
  position: absolute;
  right: 19px;
  top: -130px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#about .main .tops3 .event_box .parBd .slideBox .items10s1 img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#about .main .tops3 .event_box .parBd .slideBox .left_014 {
  text-align: left;
}
#about .main .tops3 .event_box .parBd .slideBox .left_014 .duanzi {
  text-align: left;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1c1e1d;
  margin-top: 20px;
}
#about .main .tops3 .event_box .parBd .slideBox .left_014 .year {
  font-family: DingTalk-JinBuTi;
  font-size: 10vw;
  line-height: 206px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #187242;
}
#about .main .tops3 .event_box .parBd .slideBox .right_014 .img1s {
  width: 482px;
  height: 482px;
  border-radius: 50%;
}
#about .main .top4 {
  text-align: center;
  min-height: 800px;
  background: url(../img/00019.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
#about .main .top4::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#about .main .top4 .en {
  padding-top: 5vw;
  font-family: DingTalk-JinBuTi;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #187242;
}
#about .main .top4 .cn {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#about .main .top4 .mains_zhuti {
  margin-top: 5vw;
  display: flex;
  justify-content: flex-start;
}
#about .main .top4 .mains_zhuti .items01 {
  width: 31%;
  margin-right: 4%;
  min-height: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 0 20px;
  position: relative;
  border-image-slice: 1;
}
#about .main .top4 .mains_zhuti .items01 .beijingzhuti {
  position: absolute;
  width: 100%;
  height: 100%;
}
#about .main .top4 .mains_zhuti .items01:nth-child(2) .tie0 .imgs1:nth-child(1) {
  width: 66px !important;
}
#about .main .top4 .mains_zhuti .items01:nth-child(3n) {
  margin-right: 0;
}
#about .main .top4 .mains_zhuti .items01:hover .tie0 {
  animation: rotate 2s 0s 1;
}
@keyframes rotate {
  from {
    transform: rotateX(0) rotateY(0);
  }
  to {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
#about .main .top4 .mains_zhuti .items01 .tie0 .imgs1 {
  width: 56px;
  height: 70px;
}
#about .main .top4 .mains_zhuti .items01 .tie1 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 26px 0 10px 0;
}
#about .main .top4 .mains_zhuti .items01 .tie3 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
#about .main .top5 {
  text-align: center;
  margin-bottom: 3vw;
  position: relative;
}
#about .main .top5 .en {
  padding-top: 5vw;
  font-family: DingTalk-JinBuTi;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #187242;
}
#about .main .top5 .cn {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#about .main .top5 .swiper_rongyu {
  margin-top: 3vw;
  padding: 3vw 0;
  border-top: 1px solid #eee;
}
#about .main .top5 .swiper_rongyu .swiper {
  overflow: hidden;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s {
  margin-right: 25px;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s:hover .img_bxoss .img1 {
  transform: scale(1.1);
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s:nth-child(4n) {
  margin-right: 0;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s .img_bxoss {
  width: 332px;
  height: 244px;
  background: url(../img/00021.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s .img_bxoss .img1 {
  -o-object-fit: contain;
     object-fit: contain;
  height: 90%;
  transition: transform 0.3s ease-in-out; /* 添加过渡效果 */
}
#about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s .titpels {
  font-family: HarmonyOS_Sans_SC;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-pagination-bullet {
  width: 46px;
  height: 6px;
  background-color: #187242;
  border-radius: 3px;
  opacity: 0.3;
}
#about .main .top5 .swiper_rongyu .swiper .swiper-pagination-bullet-active {
  background-color: #187242;
  border-radius: 3px;
  opacity: 1;
}

.beijing02 {
  position: absolute;
  bottom: 41%;
  right: -23%;
  width: 54%;
}

#index .mains1 {
  max-height: inherit;
}
#index .main .top1s {
  background: url(../img/00046.png) no-repeat bottom;
  padding-bottom: 18vw;
  position: relative;
}
#index .main .top1s::after {
  content: "";
  width: 9vw;
  height: 910px;
  position: absolute;
  background: url(../img/00043.png) no-repeat top;
  background-size: 72%;
  background-position: 0% 108%;
  top: 180px;
  right: 55px;
}
#index .main .top1s .le1 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 11.5vw 0 6vw 0;
}
#index .main .top1s .le1 .lefy1 {
  width: calc(100% - 508px);
  margin-right: 3vw;
}
#index .main .top1s .le1 .lefy1 .img1 {
  width: 100%;
}
#index .main .top1s .le1 .right {
  width: 628px;
  margin-right: 35px;
}
#index .main .top1s .le1 .right .p1 {
  font-family: DingTalk-JinBuTi;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #187242;
  font-weight: 600;
  font-style: italic;
}
#index .main .top1s .le1 .right .p2 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  color: #1c1e1d;
}
#index .main .top1s .le1 .right .p3 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1c1e1d;
  margin: 30px 0;
}
#index .main .top1s .le1 .right .p4 {
  width: 515px;
  height: 3px;
  background-color: #333333;
  border-radius: 2px;
}
#index .main .top1s .le1 .right .p5 {
  margin-top: 30px;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #1c1e1d;
  max-height: 365px;
  overflow-y: auto;
}
#index .main .top1s .le1 .right .p6 {
  margin-top: 20px;
  width: 160px;
  height: 52px;
  border-radius: 26px;
  border: solid 1px #868685;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
#index .main .top1s .le1 .right .p6 .img1 {
  margin-left: 20px;
}
#index .main .top1s .le2 {
  padding-top: 9vw;
  display: flex;
}
#index .main .top1s .le2 .le2_boxs_left {
  width: 51vw;
}
#index .main .top1s .le2 .le2_boxs_left .leee1 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 67px;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .top1s .le2 .le2_boxs_left .leee1 strong {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #187242;
}
#index .main .top1s .le2 .le2_boxs_left .leee2 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .top1s .le2 .le2_boxs_left .leee3 {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 30px;
  font-weight: bold;
}
#index .main .top1s .le2 .le2_boxs_left .leee4 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 36px;
  margin: 10px 0;
}
#index .main .top1s .le2 .le2_boxs_left .leee5 {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
}
#index .main .top1s .le2 .le2_boxs_left .leee6 {
  display: flex;
  align-items: center;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4vw;
  text-align: right;
  margin-left: 11vw;
}
#index .main .top1s .le2 .le2_boxs_left .leee6 .xiantiao {
  margin-right: 10px;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
#index .main .top1s .le2 .le2_boxs_right {
  font-family: HarmonyOS_Sans_SC;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .top1s .le2 .le2_boxs_right .shuliangs {
  font-family: DingTalk-JinBuTi;
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #187242;
}
#index .main .top1s .le2 .le2_boxs_right .shuliangs .lls {
  font-family: DingTalk-JinBuTi;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #187242;
}
#index .main .top1s .le2 .le2_boxs_right .djfdk {
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 5vw;
}
#index .main .top2s .top2_tops {
  padding: 4vw 0;
}
#index .main .top2s .top2_tops .llsss {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
#index .main .top2s .top2_tops .llsss .left {
  width: 36vw;
}
#index .main .top2s .top2_tops .llsss .left .pr1 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#index .main .top2s .top2_tops .llsss .left .pr2 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #1c1e1d;
  margin-top: 12px;
}
#index .main .top2s .top2_tops .llsss .left .pr3 {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #1c1e1d;
  margin-top: 24px;
}
#index .main .top2s .top2_tops .llsss .right {
  width: 30vw;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s {
  background-color: #f7f7f7;
  padding: 2vw;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ddd;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .jsjsklks {
  font-family: HarmonyOS_Sans_SC;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #384537;
  margin-bottom: 3vw;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01:hover .img1 {
  animation: rotate 2s 0s 1;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01:hover .ps1 {
  color: #187242;
}
@keyframes rotate {
  from {
    transform: rotateX(0) rotateY(0);
  }
  to {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .img1 {
  transition: 2s;
  width: 130px;
  height: 130px;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .ps1 {
  margin-top: 10px;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .ps2 {
  font-family: DingTalk-JinBuTi;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .top3s {
  text-align: center;
}
#index .main .top3s .mains {
  background: url(../img/00057.png) no-repeat center;
  background-size: 100% 100%;
  height: 960px;
  width: 100%;
  margin-bottom: 8vw;
}
#index .main .top3s .mains .top_swiper1_1 {
  display: none;
}
#index .main .top3s .mains .class_top1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#index .main .top3s .mains .class_top1 .pss1 {
  margin-right: 4vw;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
  cursor: pointer;
}
#index .main .top3s .mains .class_top1 .active {
  font-family: HarmonyOS_Sans_SC;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#index .main .top3s .mains .top_swiper2 {
  height: 100%;
  overflow: hidden;
}
#index .main .top3s .mains .class_top1 {
  margin: 3vw auto 2vw auto;
}
#index .main .top3s .mains .class_top1 .swiper {
  width: 100%;
  overflow: hidden;
}
#index .main .top3s .mains .class_top1 .swiper .swiper-wrapper .swiper-slide {
  border-right: 1px solid #c9c4c4;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: HarmonyOS_Sans_SC;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1c1e1d;
  cursor: pointer;
}
#index .main .top3s .mains .class_top1 .swiper .swiper-wrapper .swiper-slide-active {
  position: relative;
  color: #187242;
}
#index .main .top3s .mains .class_top1 .swiper .swiper-wrapper .swiper-slide-active::after {
  position: absolute;
  width: 65%;
  left: 18%;
  bottom: -10px;
  height: 19px;
  background-color: rgba(214, 227, 220, 0.75);
  content: "";
}
#index .main .top3s .mains .class_top3 .swiper {
  overflow: hidden;
  position: relative;
}
#index .main .top3s .mains .class_top3 .swiper .swiper-wrapper .swiper-slide .minyongs {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1c1e1d;
  margin: 2.5vw 0 1vw 0;
}
#index .main .top3s .mains .class_top3 .swiper .swiper-wrapper .swiper-slide .details1s0 {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 52px;
  border-radius: 26px;
  border: solid 1px #868685;
  font-family: HarmonyOS_Sans_SC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#index .main .top3s .mains .class_top3 .swiper .swiper-wrapper .swiper-slide .details1s0:hover {
  background-color: #187242;
  color: #fff;
}
#index .main .top3s .mains .class_top3 .swiper .swiper-wrapper .swiper-slide .details1s0:hover .img11 {
  filter: brightness(50%) invert(100%);
}
#index .main .top3s .mains .class_top3 .swiper .swiper-wrapper .swiper-slide .details1s0 .img11 {
  margin-left: 20px;
}
#index .main .top3s .mains .class_top3 .swiper .swiper-button-next {
  background: url(../img/00034.png) no-repeat center;
  width: 70px;
  height: 70px;
  right: 26vw;
}
#index .main .top3s .mains .class_top3 .swiper .swiper-button-prev {
  background: url(../img/00034.png) no-repeat center;
  width: 70px;
  height: 70px;
  transform: rotate(180deg);
  left: 26vw;
}
#index .main .top4s {
  text-align: center;
  min-height: 800px;
  background: url(../img/00055.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
#index .main .top4s::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .main .top4s .en {
  padding-top: 5vw;
  font-family: DingTalk-JinBuTi;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #187242;
}
#index .main .top4s .cn {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#index .main .top4s .mains_zhuti {
  margin-top: 5vw;
  display: flex;
  justify-content: flex-start;
}
#index .main .top4s .mains_zhuti .items01 {
  margin-right: 4%;
  width: 30%;
  min-height: 430px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 0 20px;
  border-image-slice: 1;
}
#index .main .top4s .mains_zhuti .items01:nth-child(3n) {
  margin-right: 0;
}
#index .main .top4s .mains_zhuti .items01:hover .tie0 {
  animation: rotate 2s 0s 1;
}
@keyframes rotate {
  from {
    transform: rotateX(0) rotateY(0);
  }
  to {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
#index .main .top4s .mains_zhuti .items01:nth-child(2) .tie0 .imgs1 {
  width: 66px;
  height: 66px;
}
#index .main .top4s .mains_zhuti .items01:nth-child(3) .tie0 .imgs1 {
  width: 68px;
  height: 68px;
}
#index .main .top4s .mains_zhuti .items01 .tie0 .imgs1 {
  width: 49px;
  height: 70px;
}
#index .main .top4s .mains_zhuti .items01 .tie1 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 28px 0 20px 0;
}
#index .main .top4s .mains_zhuti .items01 .tie3 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  min-height: 107px;
}
#index .main .xinwen_boxs55s1 {
  padding: 5vw 0;
  text-align: center;
}
#index .main .xinwen_boxs55s1 .en {
  font-family: HarmonyOS_Sans_SC;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #1c1e1d;
}
#index .main .xinwen_boxs55s1 .new_lists {
  display: flex;
  justify-content: flex-start;
  padding-top: 4vw;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 {
  width: 31%;
  margin-right: 4%;
  background-color: #fff;
}
#index .main .xinwen_boxs55s1 .new_lists .items1:nth-child(3n) {
  margin-right: 0;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .top_img {
  height: 295px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .img1 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 12%;
  height: 28%;
  background-color: #333333;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 30px;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 .month {
  margin-top: 4px;
  font-size: 18px;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 .link {
  width: 80%;
  background-color: #eee;
  height: 1px;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content {
  padding: 30px;
  text-align: left;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dingwei span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 15px;
  border: 1px solid #187242;
  color: #187242;
  font-weight: bold;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk1 .p11 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk1 .p22 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 2em;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk_bots {
  margin-top: 30px;
  width: 150px;
  border-radius: 40px;
  height: 50px;
  color: #333;
  font-weight: bold;
  display: flex;
  border: solid 1px #868685;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
#index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk_bots .img1s {
  margin-left: 10px;
}
#index .main .xinwen_boxs55s1 .new_lists .items1:hover {
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.22);
}
#index .main .xinwen_boxs55s1 .new_lists .items1:hover .bottom_content .dkdk_bots {
  background-color: #187242;
  color: #fff;
  border: 0;
}
#index .main .xinwen_boxs55s1 .new_lists .items1:hover .bottom_content .dkdk_bots .img1s {
  filter: brightness(50%) invert(100%);
}
#index .main .xinwen_boxs55s1 .new_lists .items1:hover .top_img .box_imf1s0 {
  background-color: #187242;
  color: #fff;
}

.index_biank_boxs {
  position: absolute;
  width: 100%;
  height: 100%;
}

.beijing01 {
  position: absolute;
  left: 0;
  top: 0px;
}

.index_swiper {
  height: auto;
}
.index_swiper .swiper {
  height: 100%;
  position: relative;
}
.index_swiper .swiper .swiper-slide {
  position: relative;
}
.index_swiper .swiper .swiper-slide .wenzi {
  position: absolute;
  top: 42%;
  left: 5%;
  width: 90%;
  text-align: center;
}
.index_swiper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index_swiper .swiper .swiper-slide .p1 {
  font-family: HarmonyOS_Sans_SC_Black;
  font-size: 100px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index_swiper .swiper .swiper-slide .p2 {
  font-family: AiDeep-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}
.index_swiper .swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 46px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.3;
}
.index_swiper .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1 !important;
}
.index_swiper .swiper .pagination1 {
  bottom: 50px;
}

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/*body {color:#595959;font-size:12px;font-family: Roboto, -apple-system, BlinkMacSystemFont, "Microsoft YaHei","Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;position: relative; background: #fff;}*/
/*@font-face {

	font-family: 'DIN Condensed Bold';

	src: url('../font/DIN Condensed Bold.eot');

	src: url('../font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');

	src:url('../font/DIN Condensed Bold.woff') format('woff'), url('../font/DIN Condensed Bold.ttf') format('truetype'), url('../font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'),local('DIN Condensed Bold');

	font-weight: normal;

	font-style: normal;

}*/
body {
  color: #595959;
  font-size: 12px;
  font-family: "微软雅黑";
  position: relative;
  background: #fff;
}

td,
th,
caption {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

a {
  blr: expression(this.onFocus=this.blur());
  word-break: break-all;
}

*:focus {
  outline: 0;
}

fieldset,
img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 12px "微软雅黑";
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

/*关于我们start*/
.about_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: cover;
}

.about_content {
  width: 60%;
  margin: 0 auto;
}

.about_content h2,
.about_content h3 {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.about_content h2 {
  font-size: 40px;
  margin-bottom: 50px;
}

.about_content h3 {
  font-size: 26px;
  margin-bottom: 60px;
}

.about_content p {
  font-size: 16px;
  color: #000;
  line-height: 180%;
  margin-bottom: 20px;
  text-align: center;
}

.about_content.history {
  text-align: center;
  position: relative;
}

/*大事记start*/
.event_box {
  width: 85%;
  margin: 3% auto 0;
  position: relative;
  min-height: 420px;
}

.event_box .parHd {
  width: 100%;
  display: inline-block;
  height: 92px;
  overflow: hidden;
}

.parHd ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px !important;
}

.parHd .tempWrap {
  margin: 0 auto;
}

.parHd .tempWrap:after {
  width: 100%;
  height: 1px;
  background: #580000;
  position: absolute;
  /* top: 33%; */
  /* right: -140%; */
  right: 0%;
  top: 18%;
  /* margin-top: -0.5px; */
  z-index: 10;
}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/
.parHd li.no_line:before {
  display: none;
}

.parHd li {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px;
  padding: 30px 50px 0px 50px;
  font-size: 16px;
  color: #000;
  margin: 0 30px;
  position: relative;
  width: auto !important;
  font-family: DingTalk-JinBuTi;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
}

.parHd li:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 20;
  top: -4px;
  left: 50%;
  margin-left: -12px;
  background-color: #999;
  border-radius: 50%;
}

.parHd .act::after {
  width: 24px;
  height: 24px;
  top: -9px;
  background: url(../img/00033.png) no-repeat;
  border-radius: 0;
}

.parBd {
  text-align: center;
  min-height: 560px;
}

.parBd h4 {
  position: relative;
  font-size: 40px;
  margin-bottom: 3%; /*width: 200px;*/
  padding: 0 60px;
  display: inline-block;
  text-align: center;
}

.parBd h4:after {
  content: "";
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 12px;
}

.parBd h4:before {
  content: "";
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  right: -100px;
  bottom: 12px;
}

.parBd p {
  line-height: 180%;
  font-size: 16px;
  margin: 0 auto;
}

div#listBox {
  width: 100%;
}

.sPrev,
.sNext {
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  top: calc(50% - 165px);
}

.sPrev {
  left: 0;
  transform: rotate(180deg);
}

.sNext {
  right: 0;
}

.sPrev img,
.sNext img {
  transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}

@media screen and (min-width: 1350px) {
  #index .main .top1s .le1 .right {
    position: relative;
  }
  #index .main .top1s .le1 .right .p5 {
    position: absolute;
  }
  #index .main .top1s .le1 .right .p6 {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1550px) {
  #index .main .top1s .le1 .right .p6 {
    position: absolute;
    bottom: -55px;
  }
}
@media screen and (max-width: 1350px) {
  #index .main .top1s .le1 .right .p6 {
    position: static;
    bottom: 0px;
  }
}
@media screen and (max-width: 1850px) {
  .index_swiper .swiper .swiper-slide .p1 {
    font-size: 5vw;
  }
  .index_swiper .swiper .swiper-slide .p2 {
    font-size: 2vw;
    margin-top: 0px;
    line-height: unset;
  }
  #index .main .top3s .mains {
    height: 830px;
  }
}
@media screen and (max-width: 1800px) {
  #qingyangs .main .uui .qingyang_list .mains .items {
    width: 39vw;
  }
}
@media screen and (max-width: 1720px) {
  #index .main .top3s .mains {
    height: 800px;
  }
}
@media screen and (max-width: 1550px) {
  #index .main .top1s .le1 .lefy1 {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1480px) {
  .w1400 {
    width: 90%;
  }
  .product_mains_box .right_box .right1 {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1380px) {
  #contact .main .contact_detail_box .left_box01 .pq1 {
    font-size: 3vw;
  }
  #contact .main .contact_detail_box .left_box01 .pq2 {
    font-size: 2vw;
  }
  #contact .main .contact_detail_box .left_box01 .pq3 {
    font-size: 1.7vw;
  }
  #contact .main .contact_detail_box .left_box01 .shili .flex_uis .ps2 {
    font-size: 1vw;
  }
  #contact .main .contact_detail_box .right_box01 .rp1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1180px) {
  header .main .right .serch {
    display: none;
  }
  .headerActive .main .right .serch {
    display: none;
  }
  .index_swiper {
    height: auto;
  }
  .index_swiper .swiper .swiper-slide {
    /* .wenzi {
      top: calc(50% - 32%);
    } */
  }
  .index_swiper .swiper .swiper-slide img {
    height: auto;
  }
  #index .main .top1s .le1 .right {
    width: 45vw;
  }
  #index .main .top1s .le1 .right .p1 {
    font-size: 3vw;
  }
  #index .main .top1s .le1 .right .p2 {
    font-size: 2vw;
  }
  #index .main .top1s .le1 .right .p3 {
    font-size: 4vw;
  }
  #index .main .top1s .le1 .right .p4,
  #index .main .top1s .le1 .right .p5 {
    font-size: 16px;
    line-height: 30px;
  }
  #index .main .top1s .le1 .right .p6 {
    width: 12vw;
    height: 4vw;
    font-size: 14px;
  }
  #index .main .top1s .le1 .right .p6 .img1 {
    font-size: 14px;
    width: 10px;
  }
  #index .main .top1s .le2 {
    justify-content: space-between;
  }
  #index .main .top1s .le2 .le2_boxs_left .leee1 {
    font-size: 3vw;
    line-height: 3vw;
  }
  #index .main .top1s .le2 .le2_boxs_left .leee1 strong {
    font-size: 4vw;
  }
  #index .main .top1s .le2 .le2_boxs_left .leee6 {
    font-size: 14px;
  }
  #index .main .top1s .le2 .le2_boxs_right {
    text-align: center;
    font-size: 2vw;
  }
  #index .main .top1s .le2 .le2_boxs_right .shuliangs {
    font-size: 4vw;
  }
  #index .main .top1s .le2 .le2_boxs_right .shuliangs .lls {
    font-size: 2vw;
  }
  #index .main .top1s .le2 .le2_boxs_right .djfdk {
    font-size: 14px;
  }
  #index .main .top2s .top2_tops .llsss .left .pr1 {
    font-size: 3vw;
    line-height: 3vw;
  }
  #index .main .top2s .top2_tops .llsss .left .pr2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  #index .main .top2s .top2_tops .llsss .left .pr3 {
    font-size: 2vw;
    line-height: 3vw;
  }
  #index .main .top2s .top2_tops .llsss .right {
    font-size: 2vw;
    line-height: 3vw;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .jsjsklks {
    font-size: 3vw;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .img1 {
    width: 80px;
    height: 80px;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .ps1 {
    font-size: 2vw;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .ps2 {
    font-size: 14px;
    line-height: 20px;
  }
  #index .main .top3s .mains {
    height: auto;
  }
  #index .main .top3s .mains .class_top1 .pss1 {
    font-size: 3vw;
    line-height: 3vw;
  }
  #index .main .top3s .mains .class_top1 .swiper2 .swiper-wrapper .swiper-slide {
    font-size: 2vw;
  }
  #index .main .top3s .mains .class_top1 .swiper2 .swiper-wrapper .swiper-slide .img_bxos {
    height: 70%;
  }
  #index .main .top3s .mains .class_top3 {
    transform: scale(0.7);
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-button-next {
    right: 10vw;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-button-prev {
    left: 10vw;
  }
  #index .main .top4s {
    min-height: 12vw;
    background-size: 233% 143% !important;
  }
  #index .main .top4s .en {
    font-size: 24px;
    line-height: 32px;
  }
  #index .main .top4s .mains_zhuti {
    margin-top: 4vw;
    flex-direction: column;
  }
  #index .main .top4s .mains_zhuti .items01 {
    padding: 4vw;
    margin-bottom: 4vw;
    min-height: 200px;
    width: 100%;
    margin-bottom: 20px !important;
    margin: 0 auto;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(3n) {
    margin-right: 0;
    margin: 0 auto;
  }
  #index .main .top4s .mains_zhuti .items01 .tie0 .imgs1 {
    width: 30px;
    height: 43px;
  }
  #index .main .top4s .mains_zhuti .items01 .tie1 {
    margin: 10px 0;
    font-size: 22px;
    line-height: 34px;
  }
  #index .main .top4s .mains_zhuti .items01 .tie3 {
    font-size: 15px;
    line-height: 26px;
  }
  #index .main .xinwen_boxs55s1 .en {
    font-size: 3vw;
  }
  #index .main .xinwen_boxs55s1 .new_lists {
    display: flex;
    flex-wrap: wrap;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 {
    width: 48%;
    margin-bottom: 30px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1:nth-child(3n) {
    margin-right: 0;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img {
    height: 230px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 .day {
    font-size: 2vw;
    line-height: 3.2vw;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 .month {
    font-size: 1.5vw;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1:nth-child(2n) {
    margin-right: 0;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content {
    padding: 10px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk1 .p11 {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    min-height: 24.8px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk1 .p22 {
    margin-top: 10px !important;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk_bots {
    margin-top: 10px;
    width: 100px;
    height: 35px;
    font-size: 14px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dkdk_bots img {
    width: 8px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .bottom_content .dingwei {
    display: flex;
    justify-content: flex-start;
  }
  footer .banquan {
    height: auto;
    padding: 10px 0;
  }
  footer .banquan .maiun {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .banquan .maiun p:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  header .main .right .uls_10 .item {
    margin-right: 15px;
  }
  #contact .main .contact_detail_box .right_box01 {
    width: 600px;
  }
}
@media screen and (max-width: 940px) {
  #contact .main .contact_detail_box .right_box01 {
    width: 560px;
  }
}
@media screen and (max-width: 750px) {
  video {
    width: 100%;
    display: inherit;
  }
  .cintact img {
    display: inherit;
  }
  img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #product .main .hezi_box01 .items_01 {
    height: 272px !important;
  }
  #product .main .hezi_box01 .items_01 .left .tab_list {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #product .main .hezi_box01 .items_01 .left .titler {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #product .main .hezi_box01 .items_01 .left .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  #product .main .hezi_box01 .items_01 .left .btn {
    width: 102px;
    height: 35px;
    font-size: 13px;
  }
  #product .main .hezi_box01 .items_01 .left .btn img {
    width: 9px;
  }
  #product .main .hezi_box01 .items_01 .right {
    right: -17px !important;
  }
  #product .main .hezi_box01 .items_01 .right .right_img {
    height: auto;
    width: 164px;
  }
  .parHd li {
    padding: 30px 40px 0px 40px;
  }
  .parHd li:after {
    top: 4px;
  }
  .parHd .act::after {
    top: -2px;
  }
  #about .main .tops2 {
    width: 96%;
    height: auto;
    background-color: transparent;
  }
  #about .main .tops2 .video_bxos {
    width: 100%;
    height: 200px;
  }
  #about .main .tops2 .video_bxos video {
    width: 100%;
    height: 200px;
    min-height: 200px;
  }
  #about .main .top4 {
    background-size: cover !important;
  }
  #about .main .top4 .mains_zhuti .items01 {
    min-height: 240px;
  }
  .pub_banner .poa_0s1s4 .titles1s01 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .pub_banner .poa_0s1s4 .titles1s02 {
    font-size: 18px;
    line-height: 20px;
  }
  #header {
    display: none;
  }
  .m_header {
    display: block;
  }
  .index_swiper .swiper .swiper-slide .wenzi {
    top: 33%;
  }
  .index_swiper .swiper .swiper-slide .p1 {
    line-height: inherit;
    font-size: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_swiper .swiper .swiper-slide .p2 {
    line-height: inherit;
    font-size: 3vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .beijing02 {
    display: none;
  }
  #index .main .top1s .le1 {
    width: 100%;
    flex-direction: column;
  }
  #index .main .top1s .le1 .lefy1,
  #index .main .top1s .le1 .right {
    width: 90%;
    text-align: center;
  }
  #index .main .top1s .le1 .lefy1 {
    margin-bottom: 20px;
  }
  #index .main .top1s .le1 .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }
  #index .main .top1s .le1 .right .p4 {
    width: 100%;
  }
  #index .main .top1s .le1 .right .p5 {
    text-align: center;
  }
  #index .main .top1s .le1 .right .p6 {
    width: 150px;
    height: 40px;
  }
  #index .main .le2 {
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }
  #index .main .le2 .le2_boxs_right {
    font-size: 16px !important;
  }
  #index .main .le2 .le2_boxs_right .shuliangs {
    line-height: 9vw !important;
    font-size: 42px !important;
  }
  #index .main .le2 .le2_boxs_right .shuliangs .lls {
    font-size: 18px !important;
  }
  #index .main .le2 .le2_boxs_right .djfdk {
    margin-top: 10px;
  }
  #index .main .le2 .le2_boxs_right .mt20 {
    margin-top: 10px !important;
  }
  #index .main .le2 .le2_boxs_left {
    margin-top: 20px;
    width: 100% !important;
  }
  #index .main .le2 .le2_boxs_left .leee1 {
    font-size: 25px !important;
  }
  #index .main .le2 .le2_boxs_left .leee1 strong {
    font-size: 9vw !important;
  }
  #index .main .le2 .le2_boxs_left .leee2 {
    font-size: 20px !important;
    margin-top: 20px;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .jsjsklks {
    font-size: 17px !important;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .img1 {
    width: 50px;
    height: 50px;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .ps1 {
    font-size: 15px;
  }
  #index .main .top2s .top2_tops .list_boxs01ss_01 .mains01s .list_itemss .items01 .ps2 {
    font-size: 13px;
  }
  #index .main .top2s .top2_tops .llsss {
    flex-direction: column;
  }
  #index .main .top2s .top2_tops .llsss .left,
  #index .main .top2s .top2_tops .llsss .right {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  #index .main .top2s .top2_tops .llsss .left .pr1 {
    font-size: 25px;
    line-height: 33px;
  }
  #index .main .top2s .top2_tops .llsss .left .pr3 {
    font-size: 18px;
    line-height: 24px;
  }
  #index .main .top3s .mains {
    height: 488px;
    margin-bottom: 15vw;
  }
  #index .main .top3s .mains .class_top1 .pss1 {
    font-size: 24px;
    line-height: 36px;
  }
  #index .main .top3s .mains .class_top1 .swiper2 .swiper-wrapper .swiper-slide-active::after {
    content: none !important;
  }
  #index .main .top3s .mains .class_top1 .swiper2 .swiper-wrapper .swiper-slide {
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-slide .img_bxos {
    height: 400px;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-slide .minyongs {
    font-size: 24px !important;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-slide .details1s0 {
    width: 110px !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 7px;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-slide .details1s0 .img11 {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-slide .img11 {
    height: 100%;
    transform: scale(0.8);
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-button-next {
    display: none;
  }
  #index .main .top3s .mains .class_top3 .swiper3 .swiper-button-prev {
    display: none;
  }
  #index .main .top4s {
    background-size: cover !important;
  }
  #index .main .top4s .mains_zhuti .items01 {
    min-height: 290px;
  }
  #index .main .top4s .mains_zhuti .items01 .tie0 {
    margin-top: 7px;
  }
  #index .main .top4s .mains_zhuti .items01 .tie0 .imgs1 {
    width: 37px;
    height: auto;
  }
  #index .main .top4s .mains_zhuti .items01 .tie1 {
    margin: 18px 0 0px 0;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(2) .tie0 {
    margin-top: 7px;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(2) .tie0 .imgs1 {
    width: 51px;
    height: auto;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(2) .tie1 {
    margin: 18px 0 0px 0;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(3) .tie0 {
    margin-top: 7px;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(3) .tie0 .imgs1 {
    width: 46px;
    height: auto;
  }
  #index .main .top4s .mains_zhuti .items01:nth-child(3) .tie1 {
    margin: 18px 0 0px 0;
  }
  #index .main .xinwen_boxs55s1 .en {
    font-size: 24px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img {
    height: 122px;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .img1 {
    height: 100%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 {
    width: 20%;
    height: 42%;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 .day {
    font-size: 4vw;
    line-height: 6.2vw;
  }
  #index .main .xinwen_boxs55s1 .new_lists .items1 .top_img .box_imf1s0 .month {
    font-size: 3vw;
  }
  footer .banquan .maiun {
    text-align: center;
  }
  footer .main {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto;
  }
  footer .main .logo img {
    margin: 25px 0 0 0;
    width: 135px;
  }
  footer .main .phone1 .rexina {
    font-size: 4vw;
  }
  footer .main .phone1 .nums1 {
    font-size: 4vw;
  }
  footer .main .nav_list_box1 {
    padding-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  footer .main .nav_list_box1 .items {
    width: auto;
    margin-right: 15px;
  }
  footer .main .nav_list_box1 .items .a_link {
    width: auto;
    margin-bottom: 0;
    font-size: 15px;
  }
  footer .main .nav_list_box1 .items .down_list {
    display: none;
  }
  #about .main .tops1 {
    font-size: 14px;
  }
  #about .main .tops1 p {
    text-indent: 0 !important;
    padding: 0 10px;
  }
  #about .main .tops1 .en {
    font-size: 7vw;
    font-weight: bold;
  }
  #about .main .tops1 .cn {
    font-size: 7vw;
    font-weight: bold;
  }
  #about .main .tops1 .titles01 {
    font-weight: bold;
    font-size: 8vw;
  }
  #about .main .tops1 .duanluos {
    padding: 0 20px;
    font-size: 4vw;
    line-height: 5vw;
  }
  #about .main .tops3 {
    min-height: 700px;
    background-size: 100% 100% !important;
  }
  #about .main .tops3::after {
    bottom: 12.4%;
  }
  #about .main .tops3 .ens {
    font-size: 7vw;
  }
  #about .main .tops3 .cns {
    font-size: 7vw;
  }
  #about .main .tops3 .event_box .parBd .slideBox {
    flex-direction: column;
    padding: 0;
  }
  #about .main .tops3 .event_box .parBd .slideBox .left_014 .year {
    line-height: 10vw;
  }
  #about .main .tops3 .event_box .parBd .slideBox .left_014 .duanzi {
    font-size: 15px;
    line-height: 24px;
    min-height: 139px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  #about .main .tops3 .event_box .parBd .slideBox .right_014 .img1s {
    width: 216px;
    height: 216px;
  }
  #about .main .tops3 .parBd {
    min-height: 486px;
  }
  #about .main .tops3 .parHd ul {
    display: flex;
  }
  #about .main .tops3 .sPrev,
  #about .main .tops3 .sNext {
    width: 40px;
    height: 40px;
    top: calc(50% - 5px);
  }
  #about .main .top4 {
    position: relative;
  }
  #about .main .top4 .en {
    font-size: 7vw;
  }
  #about .main .top4 .cn {
    font-size: 7vw;
  }
  #about .main .top4 .mains_zhuti {
    flex-wrap: wrap;
    position: relative;
  }
  #about .main .top4 .mains_zhuti .items01 {
    width: 100%;
    min-height: 300px;
    margin-bottom: 30px;
    color: #187242;
  }
  #about .main .top4 .mains_zhuti .items01 .beijingzhuti {
    -o-object-fit: fill;
       object-fit: fill;
  }
  #about .main .top4 .mains_zhuti .items01 p {
    color: #666 !important;
  }
  #about .main .top4 .mains_zhuti .items01:nth-child(2) p {
    color: #242121 !important;
  }
  #about .main .top4 .mains_zhuti .items01:nth-child(2) .tie0 {
    margin-top: 26px;
    width: 50px;
  }
  #about .main .top4 .mains_zhuti .items01:nth-child(3) p {
    color: #cbc4c4 !important;
  }
  #about .main .top4 .mains_zhuti .items01:nth-child(3) .tie0 {
    margin-top: 26px;
    width: 46px;
  }
  #about .main .top4 .mains_zhuti .items01:nth-child(3n) {
    margin-right: 0;
  }
  #about .main .top4 .mains_zhuti .items01 .tie0 {
    margin-top: 46px;
    width: 37px;
    height: 50px;
  }
  #about .main .top4 .mains_zhuti .items01 .tie0 img {
    height: 100% !important;
  }
  #about .main .top4 .mains_zhuti .items01 .tie1 {
    margin-top: 23px;
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 0;
  }
  #about .main .top4 .mains_zhuti .items01 .tie3 {
    line-height: 28px;
  }
  #about .main .top5 .en {
    font-size: 7vw;
  }
  #about .main .top5 .cn {
    font-size: 7vw;
  }
  #about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  #about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #about .main .top5 .swiper_rongyu .swiper .swiper-wrapper .swiper-slide .itemssss1s .img_bxoss {
    width: auto;
  }
  #about .main .tops3 .event_box .parBd .slideBox .items10s1 {
    display: none;
  }
  #contact .main .contact_detail_box {
    flex-direction: column;
  }
  #contact .main .contact_detail_box .left_box01 {
    width: 100%;
  }
  #contact .main .contact_detail_box .right_box01 .yanzhengmass {
    margin-bottom: 20px;
  }
  .nav_boxs {
    height: 65px;
    font-size: 19px;
  }
  #news .main .nav_boxs {
    height: 65px;
    font-size: 19px;
  }
  #news .main .nav_boxs .items10 {
    min-width: auto !important;
  }
  #qingyangs .main .uui .swiper_boxs {
    flex-direction: column;
  }
  #qingyangs .main .uui .swiper_boxs .left01 {
    width: 100%;
    margin-bottom: 20px;
    height: 220px;
  }
  #qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide .p2 {
    font-size: 18px;
    line-height: 18px;
  }
  #qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide .p1 {
    font-size: 14px;
    margin-bottom: 4px !important;
  }
  #qingyangs .main .uui .swiper_boxs .left01 .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
  }
  #qingyangs .main .uui .swiper_boxs .right01 .items01 .p1 {
    font-size: 20px;
  }
  #qingyangs .main .uui .swiper_boxs .right01 .items01 .p1::after {
    left: -25px;
  }
  #qingyangs .main .uui .swiper_boxs .right01 .items01 .p2,
  #qingyangs .main .uui .swiper_boxs .right01 .items01 .p3 {
    font-size: 14px;
  }
  #qingyangs .main .uui .qingyang_list .mains {
    flex-direction: column;
  }
  #qingyangs .main .uui .qingyang_list .mains .items {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 4vw;
  }
  #qingyangs .main .uui .qingyang_list .mains .items .s2 {
    font-size: 20px !important;
    margin: 4px 0 4px 0;
  }
  #qingyangs .main .uui .qingyang_list .mains .items .s1,
  #qingyangs .main .uui .qingyang_list .mains .items .s2,
  #qingyangs .main .uui .qingyang_list .mains .items .s3 {
    font-size: 14px;
  }
  #qingyangs .main .uui .qingyang_list .mains .items .s3 {
    margin-bottom: 12px;
  }
  #qingyangs .main .uui .qingyang_list .mains .items .s4 {
    width: 102px;
    height: 35px;
  }
  #qingyangs .main .uui .qingyang_list .mains .items .s4 .img1s {
    width: 9px;
  }
  #product .main .hezi_box01 .items_01 {
    height: 400px;
  }
  #product .main .hezi_box01 .items_01 .left {
    max-width: 60%;
    margin-left: 15px;
  }
  #product .main .hezi_box01 .items_01 .left .tab_list {
    padding-top: 15px;
  }
  #product .main .hezi_box01 .items_01 .left .titler {
    font-size: 4vw;
  }
  #product .main .hezi_box01 .items_01 .left .content {
    font-size: 2.8vw;
  }
  #product .main .hezi_box01 .items_01 .right {
    transform: scale(0.6);
    right: -30px;
    top: -10vw;
  }
  #product .main .hezi_box01 .items_01:nth-child(2) .right {
    left: -78px;
  }
  #product .main .hezi_box01 .items_01:nth-child(2) .left {
    margin-right: 15px;
  }
  #news .main .new_lists {
    flex-direction: column;
  }
  #news .main .new_lists .items1 {
    width: 100%;
    margin-bottom: 30px;
  }
  #news .main .new_lists .items1 .top_img {
    height: 250px;
  }
  #news .main .new_lists .items1 .top_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .main .new_lists .items1 .top_img .box_imf1s0 .day {
    font-size: 5vw;
  }
  #news .main .new_lists .items1 .top_img .box_imf1s0 .month {
    font-size: 4vw;
  }
  #news .main .new_lists .items1 .bottom_content {
    padding: 15px;
  }
  #news .main .new_lists .items1 .bottom_content .dingwei span {
    font-size: 14px;
  }
  #news .main .new_lists .items1 .bottom_content .dkdk1 .p11 {
    font-size: 20px;
    line-height: 30px;
    min-height: 42.7px !important;
  }
  #news .main .new_lists .items1 .bottom_content .dkdk1 .p22 {
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 21px;
    min-height: 63px !important;
  }
  #news .main .new_lists .items1 .bottom_content .dkdk_bots {
    width: 102px;
    height: 35px;
    font-size: 14px;
    margin-top: 10px;
  }
  #news .main .new_lists .items1 .bottom_content .dkdk_bots img {
    width: 9px;
  }
  #news .main .heng_newlist .items01 {
    padding: 0;
  }
  #news .main .heng_newlist .items01 .left {
    width: 41px;
    height: 70px;
  }
  #news .main .heng_newlist .items01 .left .day {
    font-size: 5vw;
    line-height: 6vw;
  }
  #news .main .heng_newlist .items01 .left .month {
    font-size: 4vw;
    line-height: 5vw;
  }
  #news .main .heng_newlist .items01 .right {
    margin-left: 10px;
    padding: 14px 5px;
  }
  #news .main .heng_newlist .items01 .right .title2s {
    font-size: 20px;
    line-height: 25px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #news .main .heng_newlist .items01 .right .tit_del {
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #news .main .heng_newlist .items01 .right .details_to {
    margin-top: 14px;
    width: 105px;
    height: 35px;
    font-size: 14px;
  }
  #news .main .heng_newlist .items01 .right .details_to img {
    margin-left: 10px;
    width: 9px !important;
  }
  .detail_height {
    margin-top: 0;
  }
  .detail_mains_box {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .detail_mains_box .items1_right {
    width: 100%;
    height: auto;
  }
  .detail_mains_box .items1_left {
    margin-right: 0;
  }
  .detail_mains_box .items1_left .zhuti .titles {
    font-size: 5.5vw;
    line-height: 7vw;
  }
  .detail_mains_box .items1_left .zhuti .cintact {
    font-size: 4vw;
    line-height: 6vw;
  }
  .detail_mains_box .items1_left .zhuti .cintact section {
    flex: auto !important;
  }
  .detail_mains_box .items1_right .back_boxs01 {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .detail_mains_box .items1_right .bix_lis1 .items {
    margin-bottom: 10px;
  }
  .beard_box {
    line-height: 0;
  }
  .beard_box .main .boxs {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .beard_box .main .boxs > a {
    flex-shrink: 0;
  }
  #header {
    display: none;
  }
  #contact .main .contact_detail_box .left_box01 .pq1,
  #contact .main .contact_detail_box .left_box01 .pq2 {
    font-size: 24px;
  }
  #contact .main .contact_detail_box .left_box01 .pq3 {
    font-size: 18px;
  }
  #contact .main .contact_detail_box .left_box01 .shili {
    margin-top: 20px;
  }
  #contact .main .contact_detail_box .left_box01 .shili .flex_uis .ps2 {
    font-size: 14px;
  }
  #contact .main .contact_detail_box .right_box01 {
    width: 100%;
    padding-left: 0;
    padding: 0 15px;
  }
  #contact .main .contact_detail_box .right_box01 .rp1 {
    font-size: 24px;
  }
  .nav_boxs .items10 {
    width: 45%;
    min-width: 25%;
  }
  .product_mains_box {
    background-size: 100% 120% !important;
  }
  .product_mains_box > .w1400 {
    flex-direction: column;
  }
  .product_mains_box > .w1400 .left_box {
    width: 100%;
    max-width: 100%;
  }
  .product_mains_box > .w1400 .left_box .title {
    font-size: 4.5vw;
  }
  .product_mains_box > .w1400 .left_box .lab {
    margin-top: 10px;
    font-size: 4.2vw;
  }
  .product_mains_box > .w1400 .left_box .line_boxs {
    font-size: 15px;
  }
  .product_mains_box > .w1400 .right_box {
    margin-left: 0;
  }
  .product_mains_box > .w1400 .right_box .right1 .img1 {
    width: 163px;
    height: auto;
    display: none;
  }
  .product_mains_box > .w1400 .right_box .right2 .prev,
  .product_mains_box > .w1400 .right_box .right2 .next {
    width: 100px;
  }
  .product_mains_box > .w1400 .right_box .right2 .swiper {
    height: 236px;
  }
  .product_mains_box > .w1400 .right_box .right2 .swiper .list_boxs .items {
    width: 100px;
    height: 84px !important;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .en {
    font-size: 6vw;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .cn {
    font-size: 7vw;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .pro_detail_boxss {
    font-size: 15px;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .pro_detail_boxss p {
    text-indent: 0 !important;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .img11s0 {
    width: 51px;
    height: 51px;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .pq1 {
    font-size: 6vw;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .pq2 {
    font-size: 15px;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom01 .list_bxos012s5 .items .pq3 {
    font-size: 15px;
    margin-top: 10px;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom02 .en {
    font-size: 6vw;
  }
  #product_detail_mains .main .bottom_boxs01 .bottom02 .cn {
    font-size: 6.4vw;
  }
}/*# sourceMappingURL=style.css.map */