* {
  box-sizing: border-box;
  line-height: normal;
  font-size: 16px;
}
html,
body {
  padding: 0;
  font-family: 'DFHeiGB-W5';
  margin: 0;
}
body {
  background-color: #fff;
  color: #666;
  position: relative;
  -webkit-text-size-adjust: none;
}
p {
  margin: 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
h1,
h2,
h3 {
  font-size: 18px;
}
h4,
h5,
h6 {
  font-size: 16px;
}
a,
a:link,
a:active,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contain {
  max-width: 14rem;
  display: block;
  margin: 0 auto;
  width: 85%;
}
.containw {
  max-width: 15rem;
  display: block;
  margin: 0 auto;
  width: 85%;
}
@media (max-width: 768px) {
  .containw {
    width: 95%;
  }
}
.diansli {
  width: 29px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 0px;
  margin-left: 0.1rem;
}
.diansli a {
  outline: none!important;
  font-size: 0;
}
.diansli div > div {
  height: 3px;
  width: 100%;
  margin-bottom: 8px;
  background-color: #CE1E13;
  display: block;
  vertical-align: top;
  transition-duration: 0.5s;
}
.diansli.active div:nth-of-type(2) {
  width: 70%;
}
@media (min-width: 768px) {
  .diansli {
    display: none;
  }
}

 .section4{
    position: relative;
}
.newTchen{
     position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.newTchen>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     display: none;
}
.newTchen>img.active{
    display: block;
}

.bannerDown {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(10px);
  z-index: 5;
  animation: dong 2.6s infinite;
  cursor: pointer;
}
@keyframes dong {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(10px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}
.mySwiper {
  width: 4rem;
  height: 5.2rem;
}
.mySwiper .swiper-slide {
  opacity: 0!important;
}
.mySwiper .swiper-slide-shadow {
  opacity: 0!important;
}
.mySwiper .swiper-slide-active {
  opacity: 1!important;
}
.mySwiper .ceImgs {
  text-align: center;
}
.mySwiper .ceImgs .c1 {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
}
.mySwiper .ceImgs .c2 {
  color: #352B2A;
  font-size: 0.24rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.3rem;
}
.mySwiper .ceImgs .c3 {
  background-color: #CE1E13;
  border-radius: 1rem;
  padding: 0.1rem 0.2rem;
  display: inline-block;
  text-align: center;
}
.mySwiper .ceImgs .c3 span {
  color: #FFFFFF;
  font-size: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
.mySwiper .ceImgs .c3 svg {
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.5s;
  transform: translateX(0px);
}
.mySwiper .ceImgs .c3:hover svg {
  transform: translateX(5px);
}
.swiper-banner {
  position: relative;
  overflow: hidden;
  margin-top: 0.8rem;
}
.swiper-banner .swiper-slide {
  height: 8.6rem;
  background-size: cover;
}
.swiper-banner .swiper-pagination {
  position: absolute;
  left: 80%;
  bottom: 8%;
  width: auto;
  display: inline-block;
}
.swiper-banner .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  opacity: 1;
  margin: 0 0.2rem !important;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #CE1E13;
  width: 0.2rem;
  height: 0.2rem;
}
header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .topLogo {
  display: block;
}
header .topLogo img {
  width: 1.4rem;
}
header .languagew {
  display: flex;
  align-items: center;
}
header .language a {
  color: #B2B2B2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
header .language a.active,
header .language a:hover {
  color: #CE1E13;
}
header .headercont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .firLevel {
  position: relative;
}
@media (max-width: 768px) {
      .section2 .xuanLinw{
        display: flex;
    }
  header .firLevel {
    display: none;
  }
}
header .firLevel > li {
  margin: 0 0.3rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .firLevel > li > a {
  font-size: 0.2rem;
  line-height: 0.8rem;
}
header .firLevel > li:hover {
  color: #CE1E13;
}
header .firLevel > li.active > a {
  color: #CE1E13;
  font-size: 0.2rem;
  line-height: 0.8rem;
}
header .firLevel .TowLevel {
  display: none;
  width: 2.2rem;
  border-top: 1px solid #CE1E13;
  background-color: white;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  box-sizing: border-box;
}
header .firLevel .TowLevel > li {
  position: relative;
  padding: 0.2rem;
}
header .firLevel .TowLevel > li > a {
  font-size: 0.2rem;
  color: #989898 !important;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
header .firLevel .TowLevel > li svg {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
header .firLevel .TowLevel > li svg path {
  fill: #989898 !important;
}
header .firLevel .TowLevel > li.active > a,
header .firLevel .TowLevel > li:hover > a {
  color: #CE1E13 !important;
}
header .firLevel .TowLevel > li.active svg,
header .firLevel .TowLevel > li:hover svg {
  display: inline-block;
  vertical-align: middle;
}
header .firLevel .TowLevel > li.active svg path,
header .firLevel .TowLevel > li:hover svg path {
  fill: #CE1E13 !important;
}
header .firLevel .ThrLevel {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #F5F5F5;
  text-align: center;
  font-size: 18px;
  display: none;
}
header .firLevel .ThrLevel > li > a {
  color: #333333;
  box-sizing: border-box;
  font-size: 0.2rem;
  padding: 0.2rem;
  display: block;
  width: 2rem;
}
header .firLevel .ThrLevel > li.active > a,
header .firLevel .ThrLevel > li:hover > a {
  color: #CE1E13 !important;
}
header .topSearch {
  position: relative;
  margin-left: 0.2rem;
}
header .topSearch input {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #707070;
  font-size: 0.19rem;
  width: 1.6rem;
  line-height: 0.35rem;
  border-radius: 100px;
  padding: 0 0.1rem;
}
header .topSearch svg {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0.24rem;
  height: 0.24rem;
  transform: translate(0%, -50%);
  display: inline-block;
  vertical-align: middle;
}
footer {
  color: #333333;
  background-color: #EBEBEB;
}
footer .topLogo {
  display: block;
  margin-bottom: 0.5rem;
}
footer .topLogo img {
  width: 1.6rem;
}
footer .footLogo img {
  width: 1.61rem;
  margin-bottom: 0.55rem;
}
footer .containFoot {
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
  justify-content: center;
}
footer .footcode {
  margin-top: 0.35rem;
  display: inline-block;
  vertical-align: top;
}
footer .footcode img {
  /*width: 100%;*/
  display: block;
  margin: 0 auto;
}
footer .footcode div {
  text-align: center;
  margin-top: 0.2rem;
  color: #333333;
  font-size: 0.16rem;
}
footer .confoot {
  display: inline-block;
  vertical-align: top;
}
footer .footLab .c1 {
  color: #333333;
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
}
footer .footLab .c1:last-of-type {
  margin-top: 0.2rem;
}
footer .footLab .c1:last-of-type::hover{
    color:#CE1E13 ;
}
footer .footTab {
  margin-top: 0.35rem;
  padding: 0 10px;
}
footer .footTab a {
  display: block;
}
footer .footTab .f1 {
  font-size: 0.18rem;
  margin-bottom: 0.5rem;
}
footer .footTab .f2 {
  font-size: 0.16rem;
  display: flex;
  margin-bottom: 0.2rem;
  align-items: center;
}
footer .footTab .f2 span {
  margin-right: 0.05rem;
  font-size: 0.16rem;
}
footer .footTab .f2 img {
  width: 0.12rem;
  height: 0.12rem;
}
footer .footTab .f2:hover span {
  color: #CE1E13;
}
footer .footers {
  border-top: 1px solid #B3B3B3;
  padding: 0.3rem 0;
  text-align: center;
}
footer .footers a {
  color: #333333;
  font-size: 0.16rem;
}
footer .confootk {
  position: relative;
  width: calc(100% - 200px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  margin-right: 0.8rem;
}
footer .confootk:after {
  width: 100%;
  top: 0.8rem;
  height: 0.01rem;
  background-color: #B3B3B3;
  position: absolute;
  content: " ";
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footers {
    border-top: 1px solid #B3B3B3;
    padding: 0.15rem 0;
  }
  footer .footTab {
    display: none;
  }
  footer .confootk {
    width: 100%;
    margin-right: 0;
  }
  footer .containFoot {
    flex-wrap: wrap;
  }
  footer .footcode {
    margin-bottom: 0.3rem;
    margin-top: 0;
  }
}
#menu {
  top: 0.7rem !important;
}
@keyframes scaled {
  0% {
    transform: translate(-50%, 0) scale(1);
  }
  50% {
    transform: translate(-50%, 0) scale(1.07);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}
.section2 {
  overflow: hidden;
  object-fit: cover;
  position: relative;
  padding-top: 1rem;
}
.section2 .banyiv {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
  animation: scaled 5.6s infinite;
}
.section2 .sProtitle .t1 {
  color: #352B2A;
  font-weight: bold;
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
}
.section2 .sProtitle .t2 {
  color: #333333;
  font-size: 0.16rem;
}
.section2 .xuanLinw {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.section2 .xuanLinw .xuanLin {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.section2 .xuanLinw .xuanLin .x1 {
  margin-bottom: 0.06rem;
}
.section2 .xuanLinw .xuanLin .x1 img{
    width:0.8rem;
}
.section2 .xuanLinw .xuanLin .x1 img:nth-of-type(1) {
  display: inline-block;
}
.section2 .xuanLinw .xuanLin .x1 img:nth-of-type(2) {
  display: none;
}
.section2 .xuanLinw .xuanLin .x2 {
  color: #857F7E;
  font-size: 0.14rem;
}
.section2 .xuanLinw .xuanLin.active .x1 img:nth-of-type(1) {
  display: none ;
}
.section2 .xuanLinw .xuanLin.active .x1 img:nth-of-type(2) {
  display: inline-block;
}
.section2 .xuanLinw .xuanLin.active .x2 {
  color: #CE1E13;
}
.section3 {
  background-size: cover;
}
.section3 .s-bgdiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section3 .s-bgdiv > div {
  background-size: cover!important;
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section3 .s-bgdiv > div.active {
  display: block;
}
.section3 .heXin {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 1.8rem;
}
.section3 .heXin .h1 {
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.4rem;
}
.section3 .heXin .h2 {
  color: #fff;
  font-size: 0.16rem;
}
.section3 .containAb {
  position: relative;
  margin-top: 4.4rem;
  width: 100%;
  padding-bottom: 1rem;
}
.section3 .containAb .contain {
  display: flex;
  flex-wrap: wrap;
}
.section3 .containAb .s-Tdiv {
  border-bottom: 2px solid #CE1E13;
  display: flex;
  align-items: center;
  padding: 0.3rem;
  width: 20%;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.section3 .containAb .s-Tdiv.active {
  /*background-color: #CE1E13;*/
}
.section3 .containAb .s-Tdiv .i1 {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
.section3 .containAb .s-Tdiv .i2 {
  color: white;
  font-weight: bold;
}
.section3 .containAb .s-Tdiv .i2 .i21 {
  color: white;
  font-size: 0.18rem;
}
.section3 .containAb .s-Tdiv .i2 .i22 {
  color: white;
  font-size: 0.16rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section3 .containAb .s-Tdiv {
    width: 100%;
    
    justify-content: flex-start;
  }
  .seTitlewT .seTitlew{
      width:100%!important;
  }
}
.section4 {
  display: flex;
  align-items: center;
}
.section4 .yinD1ws {
  display: none;
}
.section4 .yinD1ws.active {
  display: block;
}
.section4 .yinD1ww {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.7rem 0;
}
.section4 .yinD1w {
  color: #333333;
  margin-right: 1.8rem;
  flex: 1;
}
.section4 .yinD1w .yinD1 {
  font-size: 0.4rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.section4 .yinD1w .yinD2 {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.25rem;
}
.section4 .yinD1w p {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.section4 .yinD2w {
  font-size: 0;
  width: 50%;
}
.section4 .yinD2w .yinD2w2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background-color: #EFEFEE;
  padding: 1rem 0.4rem 0.4rem 0.4rem;
}
.section4 .yinD2w .yinD2w2:nth-of-type(1),
.section4 .yinD2w .yinD2w2:nth-of-type(2) {
  border-bottom: 1px solid #DADAD9;
}
.section4 .yinD2w .yinD2w2:nth-of-type(3) {
  border-right: 1px solid #DADAD9;
}
.section4 .yinD2w .yinD2w2 .s1w img:nth-of-type(1) {
  display: block;
}
.section4 .yinD2w .yinD2w2 .s1w img:nth-of-type(2) {
  display: none;
}
.section4 .yinD2w .yinD2w2.acitve {
  background-color: #CE1E13;
}
.section4 .yinD2w .yinD2w2.acitve .s2 {
  color: white;
}
.section4 .yinD2w .yinD2w2.acitve .s3 {
  color: white;
}
.section4 .yinD2w .yinD2w2.acitve .s1w img:nth-of-type(1) {
  display: none;
}
.section4 .yinD2w .yinD2w2.acitve .s1w img:nth-of-type(2) {
  display: block;
}
.section4 .yinD2w .yinD2w2 .s1 {
  width: 0.6rem;
  margin-bottom: 0.12rem;
}
.section4 .yinD2w .yinD2w2 .s2 {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.03rem;
}
.section4 .yinD2w .yinD2w2 .s3 {
  font-size: 0.16rem;
  color: #333333;
}
.seTitlewTx .seTitlew {
  margin-bottom: 0.3rem;
}
.seTitlewT {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.seTitlew>div{
    position: relative;
  padding-bottom: 1.8rem;
}
.seTitlewT .seTitlew {
  overflow: hidden;
  width: 33.33%;
  font-size: 0;
  position: relative;
  padding: 0 0.1rem;
}
.seTitlewT .seTitlew .seImg {
  width: 100%;
  height: 2.5rem;
  object-fit: cover;
}
.seTitlewT .seTitlew .seTitle {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
}
.seTitlewT .seTitlew .seTitle img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.seTitlewT .seTitlew .seTitle div {
  display: inline-block;
  vertical-align: middle;
}
.seTitlewT .seTitlew .seTitle1 {
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.32rem;
}
.seTitlewT .seTitlew .seTitle11 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.seTitlewT .seTitlew:hover .seTitlews {
  top: 0rem;
}
.seTitlewT .seTitlews {
  background-color: #EBEBEB;
  overflow: hidden;
  padding: 0.4rem 0.5rem;
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.section5 {
  display: flex;
  align-items: center;
}
.section5 .newPads {
  padding-top: 1rem;
  padding-bottom: 1.8rem;
}
.section5 .shouTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.section5 .shouTitle .to1 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: bold;
}
.section5 .shouTitle .to2 div {
  font-size: 0.16rem;
  color: #949595;
  display: inline-block;
  vertical-align: middle;
}
.section5 .shouTitle .to2 img {
  display: inline-block;
  vertical-align: middle;
}
.section5 .shouTitle .to2:hover div {
  color: #CE1E13;
}
.section5 .shouTitle .to2:hover svg path {
  fill: #CE1E13 !important;
}
.teXinimg {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  font-size: 0;
}
.teXinimg.teXinimgwxs {
  padding-top: 0;
}
.teXinimg.teXinimgwxs .x21 {
  margin-bottom: 1rem!important;
}
.teXinimg.teXinimgwx {
  padding-top: 1rem;
  padding-bottom: 0;
}
.teXinimg.teXinimgwxx {
  padding-bottom: 0.6rem;
}
.teXinimg:after {
  content: '';
  display: block;
  clear: both;
}
.teXinimg:nth-of-type(2n) .x1 {
  float: right;
  padding-left: 1.7rem;
  padding-right: 0rem;
}
.teXinimg .x1 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 1.7rem;
}
.teXinimg .x1 img {
  width: 100%;
}
.teXinimg .x2 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.teXinimg .x2 .x21 {
  color: #333333;
  font-weight: bold;
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.teXinimg .x2 .x21.x21g {
  margin-bottom: 0.8rem;
}
.teXinimg .x2 .x21:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 1rem;
  background-color: #CE1E13;
  margin-right: 0.1rem;
}
.teXinimg .x2 .x22 p {
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.teXinimg .x2x {
  width: 100%;
}
.theadtr {
  background-color: #CE1E13 !important;
  padding: 0.16rem 0;
  font-weight: bold;
  text-align: center;
  color: white;
}
.tabDVISk {
  overflow: auto;
}
.tabDVIS {
  width: 100%;
  min-width: 10rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.tabDVIS .daHonetext {
  color: #CE1E13 !important;
  font-weight: bold;
}
.tabDVIS thead {
  text-align: center;
  color: white;
}
.tabDVIS thead tr {
  background-color: #CE1E13 !important;
}
.tabDVIS thead tr td {
  padding: 0.16rem 0;
  color: white;
  font-weight: bold;
}
.tabDVIS tr {
  background-color: #FFFFFF;
}
.tabDVIS tr:nth-of-type(2n) {
  background-color: #FFF4F3;
}
.tabDVIS tr td {
  text-align: center;
  padding: 0.16rem 0;
  color: #333333;
}
.tabDVIS tr td div {
  color: #333333;
  font-size: 0.16rem;
}
.tabDVIS td {
  font-size: 0.16rem;
  color: #333333;
  border: 0.5px solid #FEB8B8;
}
.tabDVIS .shense td {
  border-bottom: 0px solid #FEB8B8;
  background-color: #FFE4E2;
}
.tabDVIS .shense td.daHone {
  background-color: #CE1E13;
  color: white;
  font-weight: bold;
}
.tabDVIS .borLinenoTop td {
  border-top: 0px solid #FEB8B8;
}
.tabDVIS .canse td {
  background-color: white;
}
.tabDVIS .canse td:first-of-type {
  background-color: #FFF4F3;
}
.seeMOres {
  border: 1px solid #CE1E13;
  border-radius: 1rem ;
  background-color: #FFFFFF;
  padding: 0.12rem 0.2rem;
  margin-top: 0.4rem;
  display: inline-block;
  transition-duration: 0.5s;
}
.seeMOres .s1 {
  color: #CE1E13;
  font-size: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
.seeMOres .s2 {
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.5s;
}
.seeMOres:hover {
  background-color: #CE1E13;
}
.seeMOres:hover .s1 {
  color: white;
}
.seeMOres:hover svg {
  transform: translateX(5px);
}
.seeMOres:hover svg path {
  fill: white!important;
}
.detailTab {
  font-size: 0;
  border: 1px solid #CE1E13;
  border-radius: 0.2rem;
  background-color: white;
  padding: 0.7rem 1rem;
  padding-bottom: 0.3rem;
}
.detailTab .dc {
  padding-left: 0.1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.18rem;
  width: 50%;
  margin-bottom: 0.3rem;
  padding-right: 0.2rem;
}
.detailTab .dc:before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 0.06rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 1rem;
  background-color: #333333;
}
.tanChuanws {
  font-size: 0;
  margin: 0 -0.2rem;
}
.tanChuanws .tanChuanw {
  padding: 0 0.2rem;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.1rem;
}
.tanChuan:hover .c1 img {
  transform: scale(1.03);
}
.tanChuan .c1 {
  height: 2.4rem;
  width: 100%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.tanChuan .c1 img {
  object-fit: cover;
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
}
.tanChuan .c2 {
  font-size: 0.24rem;
  color: #333333;
  padding: 0.3rem 0;
  text-align: center;
}
.goniv {
  text-align: center;
  background-size: cover;
  object-fit: cover;
  padding-bottom: 1rem;
}
.goniv.gonivNew {
  height: 8rem;
  display: flex;
  align-items: center;
}
.goniv.gonivNew .g3w {
  display: inline-block;
  vertical-align: middle;
}
.goniv.gonivNew .g3 {
  display: inline-block;
  vertical-align: middle;
}
.goniv.gonivNew .g1 {
  padding-top: 0;
}
.goniv .g1 {
  font-size: 0.4rem;
  color: #CE1E13;
  font-weight: bold;
  margin-bottom: 0.2rem;
  padding-top: 1.8rem;
}
.goniv .g2 {
  color: #5D5D5D;
  font-size: 0.16rem;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
  display: block;
    margin: 0 auto;
    width:80%;
    max-width: 1000px;
}
.goniv .g2 span{
    line-height: 0.3rem;
}
.goniv.gonivNew .g2 {
    max-width:600px;
    margin: unset;
    width:auto;
}
.goniv .g3 {
  width: 4rem;
  display: block;
  margin: 0 auto;
}
.goniv .g3 img {
  width: 100%;
}
.stitleC {
  padding: 0.4rem;
  border: 1px solid #D6D6D6;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.stitleC:last-of-type {
  margin-bottom: 0;
}
.stitleC .ctLing1 {
  width: 50%;
}
.stitleC .ctLing1 iframe {
  width: 100%;
  border: 0;
  overflow: hidden;
  height: 3.6rem;
}
.stitleC .ctLing2 {
  width: 50%;
  padding-left: 0.6rem;
}
.stitleC .stitleNew {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.3rem;
}
.stitleC .ageTime {
  margin-bottom: 0.3rem;
}
.stitleC .ageTime:last-of-type {
  margin-bottom: 0;
}
.stitleC .ageTime .a1 {
  margin-bottom: 0.18rem;
}
.stitleC .ageTime .a1 img {
  width: 0.26rem;
  display: inline-block;
  vertical-align: middle;
}
.stitleC .ageTime .a1 div {
  color: #999999;
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.05rem;
}
.stitleC .ageTime .a2 {
  color: #333333;
  font-size: 0.18rem;
  padding-left: 0.36rem;
}
.containWe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
}
.containWe .g3w {
  text-align: left;
}
.containWe .g3 {
  margin: unset;
}
.chuLine td {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.proYtpe {
  display: flex;
  align-items: flex-start;
  border-bottom: 0.01rem solid #CCCCCC;
  padding-bottom: 0.1rem;
  margin-bottom: 0.3rem;
}
.proYtpe .t1w {
  display: inline-block;
  vertical-align: middle;
}
.proYtpe .t1 {
  margin-right: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  flex-wrap: nowrap;
}
.proYtpe .t2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  padding: 0.1rem 0.2rem;
  border-radius: 1rem;
  color: #333333;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
  min-width: 1.5rem;
}
.proYtpe .t2.active {
  background-color: #CE1E13;
  color: white;
}
.proYtpe .t11 {
  color: #333333;
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.44rem;
  font-weight: bold;
  min-width: 2.1rem;
}
.proYtpe .t12 {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
.chaiC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0;
}
.chaiC .xg1 {
  color: #333333;
  font-size: 0.16rem;
}
.chaiC .xg2 {
  padding: 0.1rem 0.4rem;
  border-radius: 0.05rem;
  border: 1px solid #CE1E13;
  color: #CE1E13;
  cursor: pointer;
}
.chaiC .xg2:hover {
  background-color: #CE1E13;
  color: white;
}
.inputLine {
  border: 1px solid #CCCCCC;
  padding: 0.2rem 0.4rem;
  display: flex;
  margin-bottom: 0.5rem;
}
.inputLine.inputLines {
  background-color: #ECF0F5;
  position: relative;
  border-radius: 1rem;
  border: 0px solid #CCCCCC;
}
.inputLine.inputLines .c1 {
  background-color: #ECF0F5;
}
.inputLine.inputLines .c2 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  line-height: 0.62rem;
  background-color: #CE1E13;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.4rem;
  height: 100%;
}
.inputLine.inputLines .c2 div {
  color: white;
}
.inputLine.inputLines .c2 img {
  margin-right: 0.15rem;
}
.inputLine .c1 {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  flex: 1;
}
.inputLine .c2 {
  cursor: pointer;
}
.inputLine .c2 img {
  width: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.inputLine .c2 div {
  color: #CE1E13;
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.bindInput {
  cursor: pointer;
}
.bindInput:hover g {
  opacity: 1!important;
}
.bindInput:hover path {
  fill: #CE1E13 !important;
}
.tabDVISxLine tr td:first-of-type {
  text-align: left;
  padding: 0 0.4rem;
}
.tabDVISxLine tbody td {
  border: 0px!important;
  border-bottom: 1px solid #CCCCCC !important;
}
.xinPianw {
  margin-bottom: 0.8rem;
}
.pages {
  text-align: center;
  margin-bottom: 0.8rem;
}
.pages li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}
.pages li a {
  border: 1px solid #989898;
  display: inline-block;
  width: 0.4rem;
  line-height: 0.4rem;
  color: #989898;
  font-size: 0.18rem;
  text-align: center;
  border-radius: 1rem;
}
.pages li a svg {
  width: 0.16rem;
  height: 0.16rem;
}
.pages li a:hover {
  border: 1px solid #CE1E13;
  color: white;
  background-color: #CE1E13;
}
.pages li a:hover g {
  opacity: 1!important;
}
.pages li a:hover path {
  fill: white!important;
}
.toTop {
  position: fixed;
  right: 3%;
  top: 60%;
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  border-radius: 100%;
  background-color: #CE1E13;
  z-index: 10;
  cursor: pointer;
}
.section1 {
  position: relative;
}
.newTitle {
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
}
.newList {
  text-align: center;
  margin: 0.5rem 0;
}
.newList .n1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem;
}
.newList .n1 img {
  width: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.newList .n1 div {
  color: #5C5C5C;
  font-size: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
.newetail {
  margin-bottom: 0.8rem;
}
.newetail p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}
.newetail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.detailPage {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
}
.detailPage a {
  cursor: pointer;
  border: 1px solid #333333;
  border-radius: 1rem;
  display: inline-block;
  min-width: 1rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0 15px;
}
.detailPage a:hover {
  color: white;
  background-color: #CE1E13;
  border-color: #CE1E13;
}
.inputTypNew {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.inputTypNew .inputType {
  border: 1px solid #C4C4C4;
  border-radius: 0.04rem;
  padding: 0.12rem 0.2rem;
  width: 49%;
}
.textType {
  display: block;
  background-color: #F4F6F9;
  border: 0px;
  height: 4rem;
  width: 100%;
  border-radius: 0.04rem;
  padding: 0.12rem 0.2rem;
  margin-top: 0.3rem;
}
.liuText {
  background-color: #CE1E13;
  border-radius: 0.04rem;
  display: block;
  margin: 0 auto;
  color: white;
  text-align: center;
  margin-top: 0.4rem;
  width: 2rem;
  padding: 0.14rem 0;
  cursor: pointer;
}
.xinPian {
  background-color: #ECF0F5;
  color: #333333;
  font-size: 0.18rem;
  padding: 0.08rem 0.3rem;
  margin-bottom: 0.6rem;
}
.xinList {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px dashed #979797;
}
.xinList .x1 {
  color: #333333;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}
.xinList .x2 {
  color: #979797;
  font-size: 0.16rem;
  position: relative;
}
.xinList .x2:before {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #979797;
  border-radius: 1rem;
  display: inline-block;
  content: "";
  margin-right: 0.06rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}
.comDesc {
  display: flex;
  vertical-align: top;
}
.comDesc .c1 {
  width: 50%;
  padding-right: 0.8rem;
}
.comDesc .c1 p {
  line-height: 0.3rem;
}
.comDesc .c2 {
  width: 50%;
}
.comDesc .c2 img {
  width: 100%;
  object-fit: cover;
}
.honorDIVk {
  font-size: 0;
  overflow: auto;
  white-space: nowrap;
}
.honorDIV {
  background-color: #F7F8FA;
  width: 2.9rem;
  display: inline-block;
}
.honorDIV img {
  width: 100%;
  object-fit: scale-down;
  padding: 10px 15px;
  height: 3.7rem;
}
.honorDIV div {
  color: #5B5B5B;
  font-size: 0.18rem;
  text-align: center;
  padding: 0.12rem 0.3rem;
  padding-top:0 ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhuanLI {
  color: #5C5C5C;
  font-size: 0.18rem;
  display: inline-block;
  padding: 0.08rem 0.2rem;
  border-radius: 1rem;
}
.zhuanLI.active {
  background-color: #CE1E13;
  color: white;
}
.zhuanLI:hover {
  background-color: #CE1E13;
  color: white;
}
.mapivs {
  position: relative;
}
.mapivs .imgmapw {
  position: relative;
  margin-right: 2rem;
  min-width: 8rem;
}
.mapivs .imgmapw .dots {
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
}
.mapivs .imgmapw .dots .dotts {
  width: 6px;
  height: 6px;
  background-color: #E60012;
  border-radius: 100%;
  position: absolute;
}
.mapivs .imgmapw .dots .dotts:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 2px solid #E60012;
}
.mapivs .imgmapw .dots .dotts:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 2px solid #E60012;
  animation: yuan 2.6s infinite;
}
.mapivs .imgmapw .dots.dots1 {
  position: absolute;
  right: 24%;
  top: 39%;
}
.mapivs .imgmapw .dots.dots2 {
  position: absolute;
  right: 20%;
  top: 46%;
}
.mapivs .imgmapw .dots.dots3 {
  position: absolute;
  right: 21.5%;
  top: 49%;
}
.mapivs .imgmapw .dots.dots4 {
  position: absolute;
  right: 23%;
  top: 50%;
}
.mapivs .imgmapw .dots.dots5 {
  position: absolute;
  right: 23%;
  top: 52%;
}
.mapivs .imgmapw .dots.dots5 {
  position: absolute;
  right: 23%;
  top: 52%;
}
.mapivs .imgmapw .dots.dots6 {
  display: none;
  position: absolute;
  right: 84%;
  top: 43%;
}
.mapivs .imgmapw .imgmap {
  width: 100%;
}
.mapivs .mapSearchC {
  position: absolute;
  right: 2%;
  width:3rem;
  top: 35%;
}
.mapivs .mapSearchC .mapSearch {
  margin-bottom: 0.2rem;
 
}
.mapivs .mapSearchC .mapSearch .s1 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #CE1E13;
  display: inline-block;
  vertical-align: middle;
}
.mapivs .mapSearchC .mapSearch .s2 {
  color: #858585;
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
}
.swiper-slidemx {
  padding: 0 12%;
  display: none;
}
.swiper-slidemx.active {
  display: block;
}
.swiper-slidemx .swiper-slide {
  width: 2.9rem;
}
@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@media (max-width: 1140px) {
  .firLevel {
    display: none;
  }
}
@media (max-width: 768px) {
  .goniv .g3 {
    width: 3rem;
  }
  .textType {
    height: 2rem;
  }
  .stitleC .ctLing1 iframe {
    height: 2.5rem;
  }
  .stitleC .ageTime {
    margin-bottom: 0.15rem;
  }
  .stitleC .ageTime .a1 {
    margin-bottom: 0.1rem;
  }
  .mapivs .mapSearchC .mapSearch .s2 {
    width: 70%;
  }
  .inputLine {
    padding: 0.2rem;
  }
  .teXinimg:nth-of-type(2n) .x1 {
    padding-left: 0;
    float: unset;
  }
  .seTitlewT .seTitlews {
    padding: 0.3rem 0.3rem;
  }
  .swiper-banner {
    margin-top: 0.7rem;
  }
  .mySwiper {
    width: 100%;
    height: auto;
  }
  .bannerDown {
    display: none;
  }
  .swiper-banner .swiper-slide {
    height: 3rem;
  }
  .section3 .containAb .s-Tdiv .i1 {
    width: 0.4rem;
    height: 0.4rem;
  }
  .mySwiper .ceImgs .c1 {
    width: 75%;
    max-width: 4rem;
    height: auto;
  }
  .mapivs .imgmapw {
    margin-right: 0;
  }
  .mapivs .mapSearchC {
    position: unset;
    font-size: 0;
    width:100%;
  }
  .mapivs .mapSearchC .mapSearch {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .comDesc {
    flex-wrap: wrap;
  }
  .comDesc .c1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.2rem;
  }
  .comDesc .c2 {
    width: 100%;
  }
  .stitleC {
    flex-wrap: wrap;
    padding: 0.2rem;
  }
  .stitleC .ctLing1 {
    width: 100%;
  }
  .stitleC .ctLing2 {
    width: 100%;
    padding-left: 0rem;
    margin-top: 0.3rem;
  }
  .section3 .containAb {
    margin-top: 0.6rem;
  }
  .section3 .heXin {
    padding-top: 0.8rem;
  }
  .section5 .newPads {
    padding-bottom: 0.8rem;
  }
  .goniv.gonivNew {
    height: 4rem;
  }
  .teXinimg .x2 .x21 {
    font-size: 0.3rem;
  }
  .goniv .g1 {
    font-size: 0.3rem;
  }
  .containWe {
    padding-top: 2rem;
  }
  .detailTab {
    padding: 0.4rem;
  }
  .teXinimg.teXinimgwxs .x21,
  .teXinimg .x2 .x21.x21g {
    margin-bottom: 0.4rem !important;
  }
  .teXinimg .x2 .x21{
    margin-bottom: 0rem !important;
  }
  .tanChuanws .tanChuanw {
    width: 50%;
  }
  .detailTab .dc {
    width: 100%;
  }
  .proYtpe {
    flex-wrap: wrap;
  }
  .proYtpe .t1 {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .proYtpe .t1w {
    width: 100%;
  }
  .teXinimg .x1 {
    float: unset;
    width: 70%;
    padding-right: 0rem;
    margin-bottom: 0.2rem;
  }
  .teXinimg .x2 {
    width: 100%;
  }
  header .headercont {
    padding: 0.1rem 0;
  }
  .section5 .seTitlew {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .section4 .yinD2w .yinD2w2 {
    padding: 0.2rem;
  }
  .yinD4 {
    overflow: auto;
    height: 200px;
  }
  .section4 .yinD1w {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .section4 .yinD2w {
    width: 100%;
   display: flex;
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=index.css.map */
