.container {
  max-width: 1330px !important;
  margin: 0 auto;
}
.zixun {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15px;
}
.zixun p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.zixun span {
  font-size: 26px;
  color: #c11e23;
  font-family: "impact";
}
/* banner */
.banner img {
  width: 100%;
  vertical-align: middle;
}
/* indexnumber */
.indexnumber {
  padding: 60px;
  background-color: #f8f8f8;
}
.indexnumber_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexnumber_li {
  margin: 15px 0;
  position: relative;
}
.indexnumber_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexnumber_data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.indexnumber_data h3 {
  font-size: 60px;
  color: #c11e23;
  font-family: "impact";
  margin: 0 5px;
}
.indexnumber_box p {
  font-size: 16px;
  color: #333;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
}
/* indexcase */
.indexcase {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.indexcase_title {
  margin-bottom: 40px;
}
.indexcase_title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.indexcase_title p {
  font-size: 16px;
  color: #666;
  text-align: center;
  word-wrap: break-word;
}
.indexcase .swiper-wrapper {
  transition-timing-function: linear !important;
}
.indexcase_main {
  max-width: 1500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 80px 0 auto;
}
.indexcase_box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid  #eee;
}
.indexcase_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  z-index: 9;
}
.indexcase_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexcase_icon {
  position: absolute;
  top: 0;
  right: 10%;
  padding: 60px 20px 20px 20px;
  background-color: #c11e23;
  z-index: 9999;
  font-size: 40px;
  font-family: impact;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.indexcase_content {
  /*position: absolute;*/
  display: block;
  z-index: 999;
  /*top: 12%;*/
  /*right: 6%;*/
  padding: 30px 30px 30px 30px;
  /*width: 45%;*/
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.indexcase_content h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.indexcase_content span {
  font-size: 18px;
  color: #000;
  word-wrap: break-word;
  display: block;
  margin-bottom: 30px;
}
.indexcase_content p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* indexinfo */
.indexinfo {
  position: relative;
  overflow: hidden;
  background: url(../images/indexbackjpg.jpg) no-repeat fixed 50% 50%;
  background-size: cover;
  padding: 90px 0;
}
.indexinfo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.indexinfo_content {
  position: relative;
  z-index: 999;
}
.indexinfo_content h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 40px;
}
.indexinfo_content p {
  font-size: 16px;
  text-align: center;
  word-wrap: break-word;
  color: #fff;
  line-height: 30px;
}
.indexphoto {
  padding: 60px 0 30px 0;
}
.indexphoto_img img {
  width: 100%;
  vertical-align: middle;
}

.indexphoto .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  border-radius: 5px;
  background: #fff;
}

.indexphoto .swiper-pagination-bullet-active {
  color: #fff;
  background: #c11e23;
}
.indexphoto .swiper-button-next:after,
.indexphoto .swiper-button-prev:after {
  font-size: 32px;
  color: #fff;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* indexvideo */
.indexvideo {
  padding: 60px 0 30px 0;
}
.indexvideo_title {
  margin-bottom: 30px;
}
.indexvideo_title h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.indexvideo_title span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
  word-wrap: break-word;
}
.indexvideo_video video {
  width: 100%;
  object-fit: cover;
}
/* indexnews */
.indexnews {
  padding: 60px 0 30px 0;
}
.indexnews_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews_li {
  margin-bottom: 30px;
  position: relative;
}
.indexnews_box {
  height: 100%;
  position: relative;
}
.indexnews_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.indexnews_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_li:hover .indexnews_img img {
  transform: scale(1.2);
}
.indexnews_content {
  padding: 30px 20px;
}
.indexnews_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.indexnews_content h3 a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_content span {
  display: block;
  font-size: 14px;
  color: #666;
  word-wrap: break-word;
}
/* indextable */
.indextable {
  background: url(../images/tableimg.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.indextable_main {
  z-index: 999;
  position: relative;
}
.indextable_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indextable_form {
  width: 80%;
  margin: 0 auto;
}
.indextable_form h3 {
  font-size: 24px;
  color: #fff;
  word-wrap: break-word;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.indextable_form #form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indextable_form .yandex-form #form .list {
  width: 48%;
  overflow: hidden;
  margin-bottom: 30px;
}
.indextable_form .yandex-form #form .list textarea {
  height: 58px;
}
.indextable_form .yandex-form #form #submit {
  background-color: #fff;
  border-radius: 5px;
  color: #c11e23;
  font-weight: bold;
}
.indextable_form .yandex-form #form p {
  width: 100%;
}
.indextable_form .yandex-form #form .list input {
  background: transparent;
}
.indextable_form .yandex-form #form .list input::placeholder {
  color: #fff;
}
.indextable_form .yandex-form #form .list textarea::placeholder {
  color: #fff;
}
.indextable_form .yandex-form #form .list textarea {
  background: transparent;
}
.indextable_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indextable_text h3 {
  font-size: 24px;
  color: #fff;
  word-wrap: break-word;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.indextable_text img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
}
.indextable_text a span {
  display: block;
  font-size: 28px;
  color: #fff;
  font-family: "impact";
  text-align: center;
  margin-bottom: 10px;
}
.indextable_text p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
}
/* footer */
.footer {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #242838;
}
.footer .container {
  position: relative;
  z-index: 9;
}
.footermap {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  max-width: 100%;
  vertical-align: middle;
  opacity: 0.3;
  z-index: 99;
  width: 50%;
  /* height: 200px; */
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
.footer_li {
  margin: 15px 0;
}
.footer_title {
  margin-bottom: 30px;
}
.footer_title h3 {
  font-size: 18px;
  color: #fff;
  word-wrap: break-word;
  font-weight: bold;
}
.footer_title span {
  display: block;
  width: 30%;
  height: 2px;
  background-color: #c11e23;
  margin-top: 15px;
}
.footer_nav a {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  margin-bottom: 15px;
}
.footer_nav a:hover {
  color: #c11e23;
}
.footer_way li {
  display: inline-block;
  /* justify-content: flex-start; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  margin-bottom: 15px;
}
.footer_way li span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

.footer_way li p,
.footer_way li a {
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
  flex: 1;
}
.footer_ma ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_ma li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 10px 10px 0;
  width: 45%;
  overflow: hidden;
}
.footer_ma img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: block;
  margin-bottom: 5px;
}
.footer_ma p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
}
.footer_icon {
  margin-top: 40px;
  margin-left: 15px;
}
.footer_icon li {
  margin-bottom: 20px;
}
.footer_icon img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  border-radius: 5px;
}
.footer_icon li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_icon li p {
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
}
.header_top{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.header_top_con{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_top_alink{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 15px;
    background: #c11e23;
    border-radius: 5px;
}
.header_top_alink i{
    font-size: 16px;
    color: #fff;
}
@media (max-width: 576px) {
    .header_top{
        display: none;
    }
  .indexnumber {
    padding: 15px;
  }
  .indexnumber_data h3 {
    font-size: 36px;
  }
  .indexcase {
    padding: 40px 0;
  }
  .indexcase_content {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    padding: 15px;
    border: 1px solid #e5e5e5;
  }
  .indexcase_icon {
    padding: 20px 15px;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexphoto .swiper-pagination {
    display: none;
  }
  .indexvideo {
    padding: 30px 0;
  }
  .indexnews {
    padding: 30px 0;
  }
  .indextable {
    padding: 40px 0;
  }
  .indextable_form {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_way li {
    display: inline-block;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
    .header_top{
        display: none;
    }
  .indexnumber {
    padding: 15px;
  }
  .indexnumber_data h3 {
    font-size: 36px;
  }
  .indexcase {
    padding: 40px 0;
  }
  .indexcase_content {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    padding: 15px;
    border: 1px solid #e5e5e5;
  }
  .indexcase_icon {
    padding: 20px 15px;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexphoto .swiper-pagination {
    display: none;
  }
  .indexvideo {
    padding: 30px 0;
  }
  .indexnews {
    padding: 30px 0;
  }
  .indextable {
    padding: 40px 0;
  }
  .indextable_form {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
    .header_top{
        display: none;
    }
  .indexnumber {
    padding: 15px;
  }
  .indexnumber_data h3 {
    font-size: 36px;
  }
  .indexcase {
    padding: 40px 0;
  }
  .indexcase_content {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    padding: 15px;
    border: 1px solid #e5e5e5;
  }
  .indexcase_icon {
    padding: 20px 15px;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexphoto .swiper-pagination {
    display: none;
  }
  .indexvideo {
    padding: 30px 0;
  }
  .indexnews {
    padding: 30px 0;
  }
  .indextable {
    padding: 40px 0;
  }
  .indextable_form {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_ma li {
    width: 20%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .header_top{
        display: none;
    }
  .indexnumber {
    padding: 15px;
  }
  .indexnumber_data h3 {
    font-size: 36px;
  }
  .indexcase {
    padding: 40px 0;
  }
  .indexcase_content {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    padding: 15px;
    border: 1px solid #e5e5e5;
  }
  .indexcase_icon {
    padding: 20px 15px;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexphoto .swiper-pagination {
    display: none;
  }
  .indexvideo {
    padding: 30px 0;
  }
  .indexnews {
    padding: 30px 0;
  }
  .indextable {
    padding: 40px 0;
  }
  .indextable_form {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .footer_ma li {
    width: 20%;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .zixun {
    display: none;
  }
  .footer_way li {
    display: inline-block;
  }
  .indexnumber_data h3{
      font-size: 46px;
  }
}
@media (min-width: 1401px) and (max-width: 1440px) {
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
