:root {
  --max: 1200px;
  --size14: 14px;
  --size16: 16px;
  --size18: 18px;
  --size20: 20px;
  --size24: 24px;
  --size30: 30px;

  --top30: 30px;
  --top60: 60px;
}

body {
  background: #F3F2F2;
}

.hertre {
  width: 100%;
  z-index: 999;
  height: 120px;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
}

.hertre_cen {
  width: calc(100% - 200px);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 100px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: max-content;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav ul li {
  font-size: var(--size20);
  color: #060606;
  text-align: center;
  position: relative;
  margin-left: 6vw;
}


.nav ul li.nav_cen {
  font-weight: bold;
}



.nav ul li::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.nav ul li.nav_cen::after {
  width: 123px;
}

.nav ul li:hover::after {
  width: 123px;
}


.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 5px;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}


.banner img {
  width: 100%;
  height: auto;
}


.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--size24);
  color: #ffffff;
  text-align: center;
}

.juanzeng {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.juanzeng_top {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
}

.juanzeng_top h2 {
  font-size: var(--size24);
  color: #E60013;
  font-weight: bold;
  background-image: url(../images/Frame.png);
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
}

.juanzeng_cen {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
  margin-top: 6px;
}

.juanzeng_cen h2 {
  font-size: var(--size20);
  color: #1E1E1E;
  background-image: url(../images/Vector.png);
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
}

.juanzeng_cen>img {
  width: 150px;
  height: auto;
  margin-top: var(--top30);
}

.juanzeng_cen h3 {
  font-size: var(--size20);
  color: #1E1E1E;
  background-image: url(../images/Framea.png);
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
  margin-top: var(--top30);
}

.juanzeng_text {
  width: 100%;
  overflow: hidden;
  font-size: var(--size16);
  color: #303030;
  line-height: 2;
  margin-top: var(--top30);
}

.footer {
  width: 100%;
  overflow: hidden;
  background: #404040;
}

.footer_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_l {
  width: calc(100% - 180px);
  overflow: hidden;
}

.footer_l p {
  font-size: var(--size14);
  color: #FFFFFF;
}

.footer_l ul {
  width: 100%;
  overflow: hidden;
}

.footer_l ul li {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  font-size: var(--size14);
  color: #FFFFFF;
  padding-left: 30px;
  background-position: lefrt center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(../images/dizhi.png);
}

.footer_l ul li:nth-child(2) {
  background-image: url(../images/dianhua.png);
}

.footer_l ul li:nth-child(3) {
  background-image: url(../images/youxiang.png);
}

.footer_l span {
  display: block;
  margin-top: 20px;
  font-size: var(--size16);
  color: #FFFFFF;
  padding-left: 30px;
  background-position: lefrt center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(../images/huizhang.png);
}

.footer_r {
  width: 150px;
  overflow: hidden;
  background: #ffffff;
  padding: 5px;
}

.footer_r img {
  width: 100%;
  height: auto;
}

.xinxi {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.xinxi ul {
  width: var(--max);
  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.xinxi ul li {
  font-size: var(--size20);
  color: #060606;
  margin-right: 5vw;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}

.xinxi ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #E60013;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.xinxi ul li.xinxi_nav::after {
  width: 100%;
}

.xinxi ul li:hover::after {
  width: 100%;
}

.xinxi ul li.xinxi_nav {
  color: rgba(230, 0, 19, 1);
  font-weight: 900;
}

.xinxi ul li:hover {
  color: rgba(230, 0, 19, 1);
  font-weight: 900;
}

.xinxi_fen {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.xinxi_fen ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--top30);
}

.xinxi_fen ul li {
  width: 100%;
  overflow: hidden;
}

.xinxi_fen ul li img {
  width: 100%;
  height: auto;
}

.xinxi_fen ul li p {
  text-align: center;
  font-size: var(--size14);
  color: rgba(6, 6, 6, 1);
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xinxi_fen ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(6, 6, 6, 0.5);
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--top60);
}

.page .active,
.page .total {
  font-size: 12px;
  padding: 5px 10px;
  color: rgba(130, 130, 130, 1);
  border: 1px solid rgba(212, 212, 212, 1);
  margin: 0px 3px;
  background: transparent;
  border-radius: 4px;
}

.page .active {
  background: rgba(230, 0, 19, 1);
  border: 1px solid rgba(230, 0, 19, 1);
  color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
  color: rgba(130, 130, 130, 1);
  border: 1px solid rgba(212, 212, 212, 1);
  background: transparent;
}
.show{
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
  background: #ffffff;
  padding: var(--top30);
}
.show video{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: var(--top30)
}
.show>h2{
  font-size: var(--size20);
  color: #000000;
  border-bottom: 1px solid #00000050;
  padding-bottom: 10px;
}
.show>p{
  font-size: var(--size14);
  color: #00000050;
  margin-top: 20px;
}
.show>a{
    width: max-content;
    margin-top: 20px;
    color: #ffffff;
    background: red;
    font-size: 12px;
    display: block;
    padding: 10px 20px;
}
.show_text{
  width: 100%;
  overflow: hidden;
  font-size: var(--size14) !important;
  color: #00000080;
  line-height: 2;
  margin-top: 30px;
}
.show_text span,
.show_text p{
  color: #00000080;
  line-height: 2;
}
.show_text img{
  max-width: 100%;
  height: auto;
  margin: auto;
}
.prev{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.prev a{
  display: block;
  width: 100%;
  font-size: var(--size14);
  color: #00000050;
  line-height: 2;
}
.jieshao{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}
.jieshao h2 {
  width: var(--max);
  margin: var(--top30)  auto;
  font-size: var(--size24);
  color: #E60013;
  font-weight: bold;
  background-image: url(../images/aixin.png);
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
}
.xiangmu{
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto var(--top60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xiangmu_l{
  width: 320px;
  overflow: hidden;
  background: #ffffff;
}
.xiangmu_l ul{
  width: 100%;
  overflow: hidden;
}
.xiangmu_l ul li{
  width: 100%;
  overflow: hidden;
  line-height: 100px;
  text-align: center;
  font-size: var(--size18);
  color: rgba(17, 17, 17, 1);
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  position: relative;
}
.xiangmu_l ul li::after{
  content: "";
  width: 0%;
  height: 5px;
  background: rgba(232, 26, 43, 1);
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.xiangmu_l ul li.xiangmu_nav{
  color: rgba(230, 0, 19, 1);
}
.xiangmu_l ul li.xiangmu_nav::after{
  width: 50%;
}
.xiangmu_l ul li:hover{
  color: rgba(230, 0, 19, 1);
}
.xiangmu_l ul li:hover::after{
  width: 50%;
}
.xiangmu_r{
  width: calc(100% - 340px);
  overflow: hidden;
}
.xiangmu_top{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
}
.xiangmu_top h2 {
  font-size: var(--size24);
  color: #E60013;
  background-image: url(../images/as.png);
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
  font-weight: bold;
}
.xiangmu_r ul{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: 6px;
  padding: var(--top30);

}
.xiangmu_r ul li{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #00000010;
margin-top: var(--top30);
padding-top:var(--top30);
}

.xiangmu_r ul li:nth-child(1){
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}
.xiangmu_r ul li img{
  width: 220px;
  height: auto;
}
.xiangmu_text{
  width: calc(100% - 240px);
  overflow: hidden;
}
.xiangmu_cen{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.xiangmu_cen h2{
  width: calc(100% - 80px);
  font-size: var(--size20);
  color: rgba(30, 30, 30, 1);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xiangmu_cen a{
  width: 50px;
  font-size: 14px;
  color: rgba(230, 0, 19, 1);
  text-align: right;
  background-image: url(../images/jiantou.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
.xiangmu_text p{
  font-size: 12px;
  color: rgba(48, 48, 48, 1);
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}







.jiandang{
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}
.jiandang_top{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
}
.jiandang_top h2 {
  font-size: var(--size24);
  color: #E60013;
  background-image: url(../images/jiandang.png);
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
  font-weight: bold;
}
.jiandang ul{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: 6px;
  padding: var(--top30);

}
.jiandang ul li{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  border-top: 1px solid #00000010;
margin-top: var(--top30);
padding-top:var(--top30);
}
.jiandang ul li:nth-child(1){
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}
.jiandang ul li img{
  width: 220px;
  height: auto;
}
.jiandang_text{
  width: calc(100% - 240px);
  overflow: hidden;
  display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
.jiandang_cen{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.jiandang_cen h2{
  width: calc(100% - 80px);
  font-size: var(--size20);
  color: rgba(30, 30, 30, 1);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.jiandang_cen a{
  width: 50px;
  font-size: 14px;
  color: rgba(230, 0, 19, 1);
  text-align: right;
  background-image: url(../images/jiantou.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
.jiandang_text p{
  font-size: 12px;
  color: rgba(48, 48, 48, 1);
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.guanyu_top{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
}
.guanyu_top h2 {
  font-size: var(--size20);
  color: #E60013;
  background-position: left center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 34px;
  font-weight: bold;
}
.guanyu_text{
  width: 100%;
  overflow: hidden;
  padding: var(--top30);
  background: #ffffff;
  margin-top: 6px;
  font-size: var(--size14);
  color: rgba(48, 48, 48, 1);
  line-height: 1.8;
}
.xin{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--top30);
  margin-top: 6px;
}
.xin_max{
  width: 100%;
  overflow: hidden;
  background: rgba(249, 249, 249, 1);
  padding: 15px;
}
.xin_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.xin_top img{
  width: 40px;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 4 / 4;
}
.xin_text{
  width: calc(100% - 50px);
  overflow: hidden;
}
.xin_text h2{
  font-size: var(--size16);
  color: rgba(30, 30, 30, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xin_text p{
  font-size: 12px;
  color: rgba(132, 132, 132, 1);
  margin-top: 5px;
}
.xin_max>p{
  font-size: 12px;
  color: rgba(48, 48, 48, 1);
  line-height: 22px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 90px;
  position: relative;
}
.xin_max>p a{
  width: 50px;
  font-size: 14px;
  color: rgba(230, 0, 19, 1);
  text-align: right;
  background: rgba(249, 249, 249, 1);
  background-image: url(../images/jiantou.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.zhaomu{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
  margin-top: 6px;
}
.zhaomu p{
  font-size: var(--size14);
  color: rgba(48, 48, 48, 1);
  line-height: 2;
}
.zhaomu img{
  width: 130px;
  height: auto;
  margin-top: 15px;
}
.zhaomu span{
  display: block;
  font-size: var(--size14);
  color: rgba(48, 48, 48, 1);
  margin-top: 15px;
}
.xinxia{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: 6px;
}
.xinxia h1{
  text-align: center;
  font-size: var(--size24);
  color: rgba(30, 30, 30, 1);
  padding: 20px 0;
  font-weight: bold;
}
.xinxia form{
  width: 100%;
  overflow: hidden;
}
.xinxia_top{
  width: 100%;
  overflow: hidden;
  padding: var(--top30) 10px;
  border-top: 1px solid rgba(243, 242, 242, 1);
}
.xinxia_top h3{
  width: 270px;
  overflow: hidden;
  font-size: var(--size14);
  color: rgba(27, 27, 27, 1);
  text-align: right;
  font-weight: bold;
}
.xinxia_top h3::before{
  content: '*';
  color: rgba(255, 44, 44, 1);
}
.xinxia_max{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top30);
}
.xinxia_max h2{
  width: 270px;
  overflow: hidden;
  font-size: var(--size14);
  color: rgba(27, 27, 27, 1);
  text-align: right;
  font-weight: bold;
  line-height: 40px;
}
.xinxia_max h2 span{
  font-size: var(--size14);
}
.xinxia_max h2::after{
  content: '*';
  color: rgba(255, 44, 44, 1);
}
.xinxia_inpput{
  width: calc(100% - 285px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.xinxia_inpput>input{
  width: 300px;
  max-width: 100%;
  height: 40px;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: var(--size14);
  color: rgba(155, 155, 155, 1);
  text-align: center;
  border-radius: 4px;
}

.xinxia_inpput .xingbei{
  width: 82px;
  height: 40px;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: var(--size14);
  color: rgba(155, 155, 155, 1);
  text-align: center;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  line-height: 40px;
  position: relative;
  margin-right: 20px;
}
.xinxia_inpput .xingbei input{
  position: absolute;
  opacity: 0;
}
.xinxia_inpput .xing_nin{
  border: 1px solid rgba(230, 0, 19, 1);
  background: rgba(230, 0, 19, 0.06);
  color: rgba(230, 0, 19, 1);
}
.fuwu{
  width: calc(100% - 285px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.fuwu label{
  margin-right: 3vw;
  font-size: var(--size16);
  color: rgba(84, 84, 84, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.fuwu label input{
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(184, 184, 184, 1);
}
.layui-layer{
  transition: auto;
}
#shijian{
  position: absolute;
  opacity: 0;
}
#test6{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#test6 .layui-form-mid{
  margin: 0 10px;
}
#test6  input{
  border: 1px solid rgba(151, 151, 151, 1) !important;
  font-size: var(--size14) !important;
  color: rgba(155, 155, 155, 1) !important;
}
.shijiani{
  display: none;
}
.zhiyuan{
  width: 100%;
  overflow: hidden;
}
.zhiyuan_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zhiyuan_top p{
  width: 160px;
  height: 40px;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: var(--size14);
  color: rgba(155, 155, 155, 1);
  text-align: center;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  line-height: 40px;
  position: relative;
  margin-right: 20px;
}
.zhiyuan_top p.zhiyuan_nav {
  border: 1px solid rgba(230, 0, 19, 1);
  background: rgba(230, 0, 19, 0.06);
  color: rgba(230, 0, 19, 1);
}
.zhiyuan_bottom{
  width:400px;
  max-width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.zhiyuan_bottom textarea{
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: var(--size14);
  color: rgba(155, 155, 155, 1);
  padding: 10px;
  border-radius: 4px;
}
#chuanbo{
  display: none;
}
.xinxia_bottom{
  width: 100%;
  overflow: hidden;
  padding: var(--top30) 10px;
  border-top: 1px solid rgba(243, 242, 242, 1);
}
.xinxia_bottom>h3{
  width: 270px;
  overflow: hidden;
  font-size: var(--size14);
  color: rgba(27, 27, 27, 1);
  text-align: right;
  font-weight: bold;
}
.xinxia_max h3{
  width: 270px;
  overflow: hidden;
  font-size: var(--size14);
  color: rgba(27, 27, 27, 1);
  text-align: right;
  font-weight: bold;
  line-height: 40px;
}
.fuwiom{
  width: calc(100% - 285px);
}
.zhuyaun{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.zhuyaun label{
  margin-right: 3vw;
  font-size: var(--size16);
  color: rgba(84, 84, 84, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.zhuyaun label input{
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(184, 184, 184, 1);
}

.fuwiom textarea{
  width: 400px;
  max-width: 100%;
  height: 56px;
  resize: none;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: var(--size14);
  color: rgba(155, 155, 155, 1);
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
}
.xinxia_inpput textarea{
  width: 400px;
  max-width: 100%;
  height: 96px;
  resize: none;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: var(--size14);
  color: rgba(155, 155, 155, 1);
  padding: 10px;
  border-radius: 4px;
}

.submit{
  width: 550px;
  max-width: calc(100% - 20px);
  margin: auto;
  height: 56px;
  background: rgba(230, 0, 19, 1);
  border: transparent;
  display: block;
  color: #ffffff;
  font-size: var(--size16);
  margin-top: var(--top30);
  cursor: pointer;
  margin-bottom: var(--top60);
  border-radius: 4px;
}

.mySwiper{
  width: 100%;
  overflow: hidden;
}
.mySwiper h2{
  width: 100%;
  line-height: 3;
  background: rgba(4, 4, 4, 0.46);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  font-size: var(--size16);
  color: rgba(255, 255, 255, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xinwen{
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto var(--top30);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xinwen_l{
  width: calc(100% - 340px);
  overflow: hidden;
  background: #ffffff;
  padding: var(--top30);
}
.xinwen_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.xinwen_top h2{
  font-size: var(--size20);
  color: rgba(230, 0, 19, 1);
  line-height: 1;
  font-weight: bold;
}
.xinwen_top a{
  font-size: var(--size14);
  color: rgba(154, 154, 154, 1);
  line-height: 1;
}
.xinwen_l ul{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
}
.xinwen_l ul li{
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(178, 178, 178, 0.52);
  border-radius: 5px;
  margin-top: 15px;
  padding: 20px;
}
.xinwen_l ul li a{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xinwen_l ul li img{
  width: 200px;
  height: auto;
}
.xinwen_text{
  width: calc(100% - 220px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.xinwen_text h2{
    width: 100%;
  font-size: var(--size16);
  color: rgba(30, 30, 30, 1);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xinwen_text p{
  font-size: var(--size14);
  color: rgba(99, 99, 99, 1);
  line-height: 1;
}
.xinwen_r{
  width: 320px;
  overflow: hidden;
  background: #ffffff;
}
.xinwen_r_top{
  width: 100%;
  overflow: hidden;
  padding: var(--top30) 15px;
}
.xinwen_r_top>h2 {
  font-size: var(--size20);
  color: #E60013;
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 34px;
  font-weight: bold;
  background-image: url(../images/xin.png);
}
.xinwen_r_top ul{
  width: 100%;
  max-height: 430px;
  overflow: auto;
}
.xinwen_r_top ul::-webkit-scrollbarm,
.hezuo_ul ul::-webkit-scrollbar{
    width: 4px;     
    height: 4px;
}
.xinwen_r_top ul::-webkit-scrollbar-thumb,
.hezuo_ul ul::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(230, 0, 19, 1);
}
.xinwen_r_top ul::-webkit-scrollbar-track,
.hezuo_ul ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.xinwen_r_top ul li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 10px;
}
.xinwen_r_top ul li img{
  width: 100%;
  height: auto;
}
.xinwen_min{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.xinwen_min h2{
  font-size: var(--size16);
  color: rgba(65, 32, 32, 1);
}
.xinwen_min a{
  width: 75px;
  line-height: 26px;
  background: rgba(230, 0, 19, 1);
  text-align: center;
  display: block;
  border-radius: 4px;
  font-size: var(--size14);
  color: rgba(255, 255, 255, 1);
}
.xinwen_r_bott{
  width: 100%;
  overflow: hidden;
  border-top: 15px solid rgba(242, 242, 242, 1);
  padding: var(--top30) 15px;
}
.xinwen_r_bott>h2 {
  font-size: var(--size20);
  color: #E60013;
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 34px;
  font-weight: bold;
  background-image: url(../images/xin.png);
}
.xinwen_r_bott ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xinwen_r_bott ul li{
  width: calc(50% - 15px);
  overflow: hidden;
  margin-top: 15px;
}
.xinwen_r_bott ul li img{
  width: 100%;
  height: auto;
}
.xinwen_r_bott ul li h2{
  text-align: center;
  font-size: var(--size16);
  color: rgba(65, 32, 32, 1);
  margin-top: 10px; 
}
.shipin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--top30);
}
.shipin_top{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.shipin_top>h2{
  font-size: var(--size20);
    color: #E60013;
    background-position: left center;
    background-size: 24px auto;
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 34px;
    font-weight: bold;
}
.shipin_top a{
  font-size: var(--size14);
    color: rgba(154, 154, 154, 1);
    line-height: 1;
}
.shipin ul{
  width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.shipin ul li{
  width: 100%;
}
.shipin ul li video{
  width: 100%;
  height:100%;
}
.gongshi{
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  background: #ffffff;
  padding: var(--top30);
}
.gongshi_top>h2 {
  font-size: var(--size20);
  color: #E60013;
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 34px;
  font-weight: bold;
  background-image: url(../images/laba.png);
}
.gongshi_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gongshi_top a{
  font-size: var(--size14);
  color: rgba(154, 154, 154, 1);
  line-height: 1;
}
.gongshi ul{
  width: 100%;
}
.gongshi ul li{
  width: 100%;
  margin-top: var(--top30);
}
.gongshi ul li h2{
  font-size: var(--size18);
  color: rgba(30, 30, 30, 1);

  position: relative;
  padding-left: 15px;
}
.gongshi ul li h2::before{
  content: "";
  width: 4px;
  height: 14px;
  background: rgba(230, 0, 19, 1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gongshi ul li a>p{
  padding-left: 15px;
  font-size: var(--size14);
  color: rgba(81, 81, 81, 1);
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gongsi_text{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gongsi_text p{
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gongsi_text p span{
  font-size: 12px;
  color: rgba(230, 0, 19, 1);
  background: rgba(230, 0, 19, 0.06);
  line-height: 24px;
  padding: 0 15px;
  margin-right: 15px;
  border-radius: 4px;
}
.yulan{
  width: max-content;
  margin-left: 5vw;
  font-size: var(--size14);
  color: rgba(72, 72, 72, 1);
  background-position: left center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-image: url(../images/yanjing.png);
}
.shijian{
  width: max-content;
  margin-left: 5vw;
  font-size: var(--size14);
  color: rgba(72, 72, 72, 1);
}
.hezuo{
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  padding: var(--top30);
  background: #ffffff;
}
.hezuo_top{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hezuo_p{
  font-size: var(--size20);
  color: rgba(85, 85, 85, 1);
  margin-right: 2.5vw;
  position: relative;
  cursor: pointer;
}
.hezuo_p::after {
  content: "";
  width: 0%;
  height: 4px;
  background: rgba(232, 26, 43, 1);
  position: absolute;
  bottom: -10px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.hezuo_nav{
  color:  rgba(232, 26, 43, 1);
}
.hezuo_nav::after {
  width: 100%;
}
.hezuo_p:hover{
  color:  rgba(232, 26, 43, 1);
}
.hezuo_p:hover::after {
  width: 100%;
}
.hezuo_max{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.hezuo_ul{
  width: 100%;
  overflow: hidden;
  transition: auto;
  display: none;
}
.hezuo_ul ul{
  width: 100%;
  max-height: 340px;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: var(--top30);
}
.hezuo_ul ul li{
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #00000050;
  display: flex;
}
.hezuo_ul ul li img{
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

