.flex {
  display: flex;
}

.flex_c {
  display: flex;
  align-items: center;
}

.flex_c_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_c_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_warp {
  flex-wrap: wrap;
}

.h_container {
  width: 1200px;
  margin: 0 auto;
}

.page_banner img {
  width: 100%;
  display: block;
}

.h_download_page ul li {
  width: 30%;
}

.h_download_page ul li .h_img {
  width: 100%;
  height: 338px;
  background-image: linear-gradient(0deg, #ececec 0%, #f9f9f9 100%);
}

.h_download_page {
  padding: 50px 0 65px;
}

.h_download_page ul li {
  padding: 16px 0;
  overflow: hidden;
}

.h_download_page ul li .h_img {
  position: relative;
  overflow: hidden;
}

.h_download_page ul li .h_img .h_dask {
  background: rgba(49, 49, 49, 0.4);
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.h_download_page ul li .h_img .h_dask a {
  width: 129px;
  height: 40px;
  background-color: #da251c;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.h_download_page ul li .h_img .h_dask a:hover {
  cursor: pointer;
}

.h_download_page ul li .h_img img {
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
}

.h_download_page ul li .h_img:hover .h_dask {
  bottom: 0;
}

.h_download_page ul li .h_name {
  padding: 15px;
  text-align: center;
}

.h_download_page ul li.h_empty {
  width: 30%;
  padding: 0;
  margin: 0;
}

.h_download_page ul li .book_down {
  flex-direction: column;
}

.h_download_page ul li .book_down a {
  background-color: #959595 !important;
  margin: 10px 0;
}

.h_download_page ul li .book_down a:hover {
  background-color: #da251c !important;
}

.h_position .h_container {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  padding: 10px 0;
}

.h_custom_page {
  margin: 40px 0 100px;
}

.h_custom_page .h_formGroup {
  font-size: 18px;
  color: #333333;
}

.h_custom_page .h_formGroup .h_col2 {
  width: 45%;
}

.h_custom_page .h_formGroup label {
  display: flex;
  align-items: center;
  margin: 20px 0 12px;
}

.h_custom_page .h_formGroup label em {
  color: #ff0000;
  margin-right: 5px;
}

.h_custom_page .h_formGroup input {
  height: 40px;
  border: solid 1px #d7d7d7;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  outline: unset;
}

.h_custom_page .h_formGroup .h_area_col2 {
  width: 45%;
}

.h_custom_page .h_formGroup .h_area_col2 select {
  width: 100%;
  height: 40px;
  border: solid 1px #d7d7d7;
  font-size: 16px;
  color: #333333;
  outline: unset;
  padding: 0 10px;
}

.h_custom_page .h_formGroup textarea {
  height: 220px;
  border: solid 1px #d7d7d7;
  width: 100%;
  outline: unset;
  padding: 15px;
}

.h_custom_page .h_center {
  text-align: center;
  margin-top: 50px;
}

.h_custom_page .h_center .btns {
  width: 200px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  margin: 0 7px;
}

.h_custom_page .h_center .btns:hover {
  cursor: pointer;
}

.h_custom_page .h_center .submit {
  background-color: #da251d !important;
  color: #ffffff;
}

.h_custom_page .h_center #reset {
  background-color: #e9e9e9;
  color: #333333;
}

.h_aboutSeciton1 .h_img {
  width: 47.9%;
}

.h_aboutSeciton1 .h_img img {
  max-width: 100%;
}

.h_aboutSeciton1 .h_text {
  width: 47.92%;
}

.h_aboutSeciton1 .h_text .h_title {
  font-size: 26px;
  line-height: 28px;
  color: #333333;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 14px;
}

.h_aboutSeciton1 .h_text .h_title em {
  display: inline-flex;
  margin-right: 10px;
}

.h_aboutSeciton1 .h_con {
  line-height: 28px;
}

.h_aboutSeciton1 .h_con h4 {
  color: #333333;
  font-size: 16px;
  padding: 30px 0 20px;
}

.h_aboutSeciton2 {
  margin: 50px 0;
}

.h_aboutSeciton2 img {
  max-width: 100%;
}

.h_aboutSection3 h3 {
  font-size: 26px;
  line-height: 28px;
  color: #333333;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 13px;
}

.h_aboutSection3 ul {
  margin: 30px 0;
}

.h_aboutSection3 ul li {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-left: 27px;
}

.h_aboutSection3 ul li::before {
  width: 7px;
  height: 7px;
  background-color: #da251d;
  border-radius: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
}

.h_aboutSection3 ul li em {
  color: #333333;
  margin-right: 20px;
}

.h_about_page {
  padding: 65px 0 70px;
}

.h_map #map {
  width: 60%;
  height: 460px;
}

.h_map .h_address {
  border: solid 1px #e5e5e5;
  border-left: 0;
  width: 40%;
  padding: 64px 44px 45px 59px;
}

.h_map .h_address h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #da251d;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 21px;
  margin-bottom: 45px;
  position: relative;
}

.h_map .h_address h4::before {
  width: 49px;
  height: 4px;
  background-color: #da251d;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}

.h_map .h_address p {
  line-height: 24px;
  color: #666666;
}

.h_dates ul li .h_iconbg {
  width: 360px;
  height: 338px;
  background-image: linear-gradient(0deg, #ececec 0%, #f9f9f9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.h_dates ul li .h_iconbg .h_dateIcon {
  width: 141px;
  height: 191px;
  background: url("../images/huan/date_icon.png") no-repeat center center;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.h_dates ul li .h_iconbg:hover .h_dask {
  bottom: 0;
}

.h_dates ul li .h_dask {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.h_dates ul li .h_dask a {
  width: 129px;
  height: 40px;
  background-color: #da251c;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}

.h_dates ul li .h_title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.h_dates ul li.h_empty {
  width: 30%;
}


.h_newsList li a {
  color: #666666;
  line-height: 56px;
  border-bottom: solid 1px #eeeeee;
  display: block;
  display: flex;
  align-items: center;
  background: url("../images/huan/news_icon.png") no-repeat center right;
}

.h_newsList li a span {
  margin-right: 80px;
}

.h_newsList li a .h_title {
  position: relative;
  padding-left: 10px;
  color: #666666;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.h_newsList li a .h_title::before {
  width: 4px;
  height: 4px;
  background-color: #545454;
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 27px;
  border-radius: 4px;
}

.h_news_page {
  padding: 45px 0 100px;
}

.h_newsinfo_page {
  margin: 70px 0 100px;
}

.h_newsinfo_page .h_title {
  text-align: center;
  font-size: 20px;
  color: #333333;
}

.h_newsinfo_page .h_news_attr {
  text-align: center;
  font-size: 12px;
  color: #999999;
  border-bottom: 2px solid #efefef;
  padding: 8px 0 13px;
}

.h_newsinfo_page .h_news_attr span {
  margin: 0 30px;
}

.h_newsinfo_page .h_news_content {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  padding-top: 22px;
}

.h_newsinfo_page .h_news_content p {
  min-height: 15px;
}

.h_newsinfo_page .h_news_content strong {
  font-weight: bold;
}

.h_newsinfo_page .h_news_content img {
  max-width: 100%;
}

.zjt_info_img img{
  max-width: 100%;
}
.other_video {
  text-align: center;
}


@media (max-width: 1199px) {
  .h_container {
    width: 100%;
    padding: 0 15px;
  }
  .h_position .h_container {
    padding: 10px 15px;
  }
  .h_download_page ul li {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .h_download_page ul li {
    width: 100%;
  }
  .h_download_page {
    padding: 0 0 4vw;
  }
  .h_download_page ul li {
    padding: 0 0 4vw;
  }
  .h_custom_page .h_formGroup {
    flex-wrap: wrap;
  }
  .h_custom_page .h_formGroup .h_col2 {
    width: 100%;
  }
  .h_custom_page {
    margin: 0 0 8vw;
  }
  .h_custom_page .h_formGroup {
    font-size: 16px;
  }
  .h_custom_page .h_formGroup label {
    margin: 3vw 0 2vw;
  }
  .h_custom_page .h_center .btns {
    width: 36%;
    height: 40px;
    line-height: 40px;
  }
  .h_custom_page .h_center {
    margin-top: 4vw;
  }
  .h_aboutSeciton1 {
    flex-wrap: wrap;
  }
  .h_aboutSeciton1 .h_img,
  .h_aboutSeciton1 .h_text {
    width: 100%;
  }
  .h_about_page {
    padding: 3vw 0 0;
  }
  .h_aboutSeciton1 .h_text .h_title {
    margin-top: 4vw;
    font-size: 20px;
    padding-bottom: 3vw;
  }
  .h_aboutSeciton1 .h_con h4 {
    padding: 4vw 0;
    line-height: 22px;
  }
  .h_aboutSeciton2 {
    margin: 4vw 0;
  }
  .h_aboutSection3 h3 {
    font-size: 20px;
    padding-bottom: 3vw;
  }
  .h_aboutSection3 ul {
    margin: 4vw 0;
  }
  .h_aboutSection3 ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .h_aboutSection3 ul li::before {
    top: 8px;
  }
  .h_aboutSeciton1 .h_con {
    line-height: 22px;
  }
  .h_map {
    flex-wrap: wrap;
  }
  .h_map #map {
    width: 100%;
    height: 260px;
  }
  .h_map .h_address {
    width: 100%;
    padding: 5vw;
    margin-top: 6vw;
    border: solid 1px #e5e5e5;
    margin-bottom: 6vw;
  }
  .h_map .h_address h4 {
    margin-bottom: 6vw;
  }
  .h_dates ul li,
  .h_dates ul li .h_iconbg {
    width: 100%;
  }
  .h_newsList li a span {
    margin-right: 20px !important;
  }
  .h_newsList li a .h_title {
    max-width: 65% !important;
  }
  .h_news_page {
    padding: 2vw 0 6vw !important;
  }
  .h_newsList li a {
    line-height: 46px !important;
  }
  .h_newsList li a .h_title::before {
    top: 21px;
  }
  .h_newsinfo_page .h_news_attr span {
    margin: 0 10px;
  }
  .h_newsinfo_page {
    margin: 4vw 0 6vw;
  }
  .zjt_info_img{
    overflow-x: scroll;
  }
  .zjt_info_img img{
    width: 600px;
    max-width: 600px;
  }
}
.h_job_con{
  padding-top: 20px;
  font-size: 14px;
	line-height: 30px;
  color: #999999;
}
.h_job_con strong{
  color: #333333;
}
.q_home_gywm .h_container{
  background-color: #f9f9f9;
  padding: 23px 26px;
}
.q_home_gywm .q_home_gywm_img {
  width: 518px;
}
.q_home_gywm .q_home_gywm_text a {
  margin-top: 37px;
}
.h_aboutSeciton1{
  background-color: #f9f9f9;
  padding: 23px 26px;
}
.h_aboutSeciton1 .h_img img {
  width: 100%;
}
.qul .q_twomenu {
  padding: 0 30px 0 15px;
}
.qul .q_twomenu h3 {
  font-size: 17px;
}
.other_pro img{
  max-width: 100%;
}
.other_right .q_cpxq_top4{
  margin: 0 0 10px;
}
.other_right .q_cpxq_top4 h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #da251c;
  margin-right: 20px;
  border: 0;
}
.q_home_swiper2 .swiper-slide img {
  width: 100%;
  max-height: 198px;
  object-fit: cover;
}