@charset "utf-8";
.index_banner {
  width: 100%;
  position: relative;
}
.index_banner .img_div {
  width: 100%;
  position: relative;
}
.index_banner .img_div .b_img {
  width: 100%;
  height: auto;
}
.index_banner .img_div .img_div_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
}
.index_banner .img_div .img_div_text .banner_text {
  width: 100%;
  max-width: 1660px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}
.index_banner .img_div .img_div_text .banner_text .line_s {
  display: inline-block;
  width: 76px;
  height: 6px;
  background: #fff;
  margin-bottom: 38px;
}
.index_banner .img_div .img_div_text .banner_text h5 {
  color: #fff;
  display: inline-block;
  height: 66px;
  width: auto;
  position: relative;
}
.index_banner .img_div .img_div_text .banner_text h5 div {
  color: #fff;
  display: inline-block;
  line-height: 66px;
  width: auto;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 44px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  letter-spacing: 1.5px;
}
.index_banner .img_div .img_div_text .banner_text p {
  margin-top: 26px;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  letter-spacing: 1px;
  width: 614px;
  max-width: 100%;
}
.jy_con {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 4;
  margin-top: -180px;
}
.jy_con .jy_list_box {
  background: #fff;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.05);
}
.jy_con .temp_head {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0 0 0;
}
.jy_con .temp_head p {
  margin-bottom: 10px;
}
.jy_con .jy_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jy_con .jy_list .jy_item {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.jy_con .jy_list .jy_item .jy_img_bj {
  width: 100%;
  height: auto;
}
.jy_con .jy_list .jy_item .jy_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  text-align: center;
}
.jy_con .jy_list .jy_item .jy_text h5 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 3px;
}
.jy_con .jy_list .jy_item .jy_text p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  color: #aac4ff;
  margin-top: 20px;
  letter-spacing: 3px;
}
.jy_con .jy_list .jy_item .jy_text img {
  display: inline-block;
  width: auto;
  height: 0;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.jy_con .jy_list .jy_item:hover .jy_text p {
  color: #fff;
}
.jy_con .jy_list .jy_item:hover .jy_text img {
  height: 46px;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.temp_head {
  width: 100%;
  padding: 80px 0 50px 0;
}
.temp_head h5 {
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 1px;
}
.temp_head p {
  font-size: 16px;
  color: #5A5A5A;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
}
.fc_jj {
  width: 100%;
}
.fc_jj .jg_zc_img {
  width: 100%;
}
.fc_jj .jg_zc_img img {
  opacity: 0;
  width: 25%;
  height: auto;
}
/*关于华恒*/
.about_desc {
  width: 100%;
  background: url(../images/about_bj_pc.jpg) no-repeat center top;
  background-size: 100% 100%;
  margin-top: 120px;
  padding-top: 80px;
}
.about_desc .desc_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_desc .desc_con .hh_right {
  width: 50%;
}
.about_desc .desc_con .hh_right img {
  width: 100%;
  height: auto;
}
.about_desc .desc_con .hh_left {
  width: 44%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.about_desc .desc_text {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #5a5a5a;
  margin-top: 20px;
}
.about_desc .desc_icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px 0 0px 0;
}
.about_desc .desc_icon .desc_icon_t {
  width: 25%;
  border-right: 1px solid #ddd;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.about_desc .desc_icon .desc_icon_t img {
  display: inline-block;
  width: 54px;
  height: auto;
}
.about_desc .desc_icon .desc_icon_t h5 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 18px 0 6px 0;
  line-height: 20px;
  letter-spacing: 1px;
}
.about_desc .desc_icon .desc_icon_t p {
  font-size: 12px;
  color: #5a5a5a;
  line-height: 14px;
}
.about_desc .desc_icon .desc_icon_t:last-child {
  border: none;
}
.about_desc .desc_icon .desc_icon_t:last-child::after {
  content: unset;
}
.about_desc .desc_icon_t::after {
  width: 1px;
  height: 16px;
  background: #305dc3;
  content: '';
  right: -1px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.zy_head {
  width: 100%;
}
.zy_head h5 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 60px;
}
.zy_head p {
  font-size: 22px;
  color: #aaa;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
/*行业应用*/
.hy_con {
  width: 100%;
}
.hy_con .hy_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hy_con .hy_list .hy_item {
  width: 33.3%;
  position: relative;
}
.hy_con .hy_list .hy_item img {
  width: 100%;
  height: auto;
}
.hy_con .hy_list .hy_item .hy_desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.hy_con .hy_list .hy_item .hy_desc h5 {
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.hy_con .hy_list .hy_item .hy_desc p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
}
.hy_con .hy_list .hy_item::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hy_con .hy_list .hy_item:hover::after {
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*产品展示*/
.cp_show {
  width: 100%;
  background: #f7f7f7;
}
.cp_show .temp_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cp_show .temp_head .temp_head_left {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.cp_show .temp_head .temp_head_left p {
  margin-top: 14px;
}
.cp_show .temp_head .temp_head_right {
  display: flex;
  justify-content: right;
  align-items: flex-start;
}
.cp_show .temp_head .temp_head_right .single_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: left;
  align-items: center;
}
.cp_show .temp_head .temp_head_right .single_ul a {
  height: 48px;
  margin-left: 6px;
  overflow: hidden;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  background: #fff;
  /* box-shadow: 0 0 24px rgba(22, 127, 147, 0.27); */
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cp_show .temp_head .temp_head_right .single_ul a span {
  display: block;
  position: relative;
  color: #666;
  width: 100%;
  line-height: 48px;
  top: 0;
  padding: 0 34px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cp_show .temp_head .temp_head_right .single_ul a:hover,
.cp_show .temp_head .temp_head_right .single_ul a.active {
  background: #305dc3;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cp_show .temp_head .temp_head_right .single_ul a:hover span,
.cp_show .temp_head .temp_head_right .single_ul a.active span {
  top: -48px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cp_show .temp_head .temp_head_right .select_pc {
  display: flex;
}
.cp_show .temp_head .temp_head_right .select_m {
  display: none;
}
.cp_show .cp_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cp_show .cp_list .cp_item {
  width: 23.5%;
  margin-left: 2%;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 30px;
}
.cp_show .cp_list .cp_item .cp_img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.cp_show .cp_list .cp_item .cp_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.cp_show .cp_list .cp_item .cp_img span {
  background: rgba(48, 93, 195, 0.9);
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  width: 50%;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 25%;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cp_show .cp_list .cp_item p {
  width: 100%;
  line-height: 70px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
}
.cp_show .cp_list .cp_item:hover .cp_img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.cp_show .cp_list .cp_item:hover .cp_img span {
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cp_show .cp_list .cp_item:nth-child(4n+1) {
  margin-left: 0;
}
.cp_show .more_div {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0 56px 0;
}
.cp_show .more_div a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #666;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.cp_show .more_div a:hover {
  background: #305dc3;
  color: #fff;
  box-shadow: 0 6px 12px rgba(48, 93, 195, 0.2);
}
/*新闻动态*/
.news_show {
  background: #fff;
}
.news_show .temp_head .temp_head_right .single_ul a {
  background: #f7f7f7;
}
.news_show .news_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_show .news_list .news_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 2%;
  width: 23.5%;
  margin-bottom: 20px;
}
.news_show .news_list .news_item .news_img {
  width: 100%;
  overflow: hidden;
}
.news_show .news_list .news_item .news_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_show .news_list .news_item .date_div {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.news_show .news_list .news_item p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.news_show .news_list .news_item span {
  margin: 12px 0 0px 0;
  display: inline-block;
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.news_show .news_list .news_item span img {
  width: 36px;
  height: auto;
  position: absolute;
  left: -40px;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news_show .news_list .news_item:hover .news_img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.news_show .news_list .news_item:hover p {
  color: #305dc3;
}
.news_show .news_list .news_item:hover span img {
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news_show .news_list .news_item:nth-child(4n+1) {
  margin-left: 0;
}
.news_show .news_list .news_item .m_b_arrow {
  display: none;
}
.news_show .more_div a {
  font-size: 14px;
  background: #f7f7f7;
  box-shadow: none;
}
/*常见问答*/
.wd_con {
  width: 100%;
  padding: 66px 0 70px 0;
  background: url(../images/wd_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.wd_con .wd_list {
  width: 100%;
  margin-top: -60px;
}
.wd_con .wd_list .wdSwiper {
  padding-top: 100px;
  width: 100%;
  display: inline-block;
}
.wd_con .wd_list .wdSwiper_m {
  display: none;
}
.wd_con .wd_slide {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wd_con .wd_slide .wd_s_con {
  width: 100%;
  padding: 0px 30px 46px 30px;
}
.wd_con .wd_slide .wd_s_con h5 {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 80px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd_con .wd_slide .wd_s_con div {
  width: 100%;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wd_con .wd_slide::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wd_con .wd_slide:hover::after {
  width: 100%;
  height: 100%;
  content: '';
  background: #305dc3;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wd_con .wd_slide:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent;
}
.wd_con .wd_slide:hover .wd_s_con h5 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.wd_con .wd_slide:hover .wd_s_con div {
  color: rgba(255, 255, 255, 0.6);
}
.wd_con .swiper-button-next,
.wd_con .swiper-button-prev {
  outline: none;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.wd_con .swiper-button-next {
  background-image: url(../images/w_r_arrow.png);
}
.wd_con .swiper-button-prev {
  background-image: url(../images/w_l_arrow.png);
  margin-right: 60px;
}
.wd_con .temp_head p {
  margin-top: 12px;
}
.wd_con .hb_list {
  width: 100%;
  margin-top: -64px;
}
.wd_con .hb_list .hbSwiper {
  width: 100%;
  display: inline-block;
  padding-top: 90px;
}
.wd_con .hb_list .hbSwiper .swiper-slide {
  width: 240px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  border: 1px solid #ececec;
  overflow: hidden;
}
.wd_con .hb_list .hbSwiper .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.wd_con .hb_list .hbSwiper .swiper-slide:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: unset;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.wd_con .hb_list .hbSwiper .swiper-button-next {
  background-image: url(../images/b_r_arrow.png);
}
.wd_con .hb_list .hbSwiper .swiper-button-prev {
  background-image: url(../images/b_l_arrow.png);
}
.wd_con .hb_list .hbSwiper_m {
  display: none;
}
@media screen and (max-width: 1650px) {
  /*关于华恒*/
  .about_desc {
    padding-top: 65px;
  }
  .about_desc .desc_con .hh_right {
    width: 48%;
  }
  .about_desc .desc_con .hh_left {
    width: 46%;
  }
  .about_desc .desc_icon {
    margin: 40px 0 0px 0;
  }
  .about_desc .desc_icon .desc_icon_t h5 {
    font-size: 17px;
    margin: 12px 0 6px 0;
  }
  .about_desc .desc_text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 30px;
  }
  .zy_head h5 {
    font-size: 31px;
    line-height: 54px;
  }
  .zy_head p {
    font-size: 21px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .index_banner .img_div .img_div_text {
    padding-bottom: 60px;
  }
  .index_banner .img_div .img_div_text .banner_text .line_s {
    width: 72px;
    height: 5px;
    margin-bottom: 30px;
  }
  .index_banner .img_div .img_div_text .banner_text h5 {
    height: 62px;
  }
  .index_banner .img_div .img_div_text .banner_text h5 div {
    line-height: 62px;
    font-size: 40px;
  }
  .index_banner .img_div .img_div_text .banner_text h5::after {
    width: 290px;
    height: 18px;
    content: '';
  }
  .index_banner .img_div .img_div_text .banner_text p {
    margin-top: 22px;
    font-size: 17px;
    line-height: 28px;
  }
  .jy_con {
    margin-top: -150px;
  }
  .jy_con .temp_head {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px 0 0 0;
  }
  .jy_con .temp_head p {
    margin-bottom: 5px;
  }
  .jy_con .jy_list .jy_item .jy_text h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .jy_con .jy_list .jy_item .jy_text p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 3px;
  }
  .jy_con .jy_list .jy_item:hover .jy_text img {
    height: 36px;
    margin-top: 16px;
  }
  .temp_head {
    padding: 70px 0 40px 0;
  }
  .temp_head h5 {
    font-size: 28px;
    line-height: 32px;
  }
  .temp_head p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
  }
  /*关于华恒*/
  .about_desc {
    padding-top: 60px;
    margin-top: 80px;
  }
  .about_desc .desc_con .hh_right {
    width: 46%;
  }
  .about_desc .desc_con .hh_left {
    width: 48%;
  }
  .about_desc .desc_icon {
    margin: 25px 0 0px 0;
  }
  .about_desc .desc_icon .desc_icon_t img {
    width: 46px;
  }
  .about_desc .desc_icon .desc_icon_t h5 {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
  .about_desc .desc_text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
  }
  .zy_head h5 {
    font-size: 30px;
    line-height: 52px;
  }
  .zy_head p {
    font-size: 20px;
    line-height: 22px;
  }
  /*行业应用*/
  .hy_con .hy_list .hy_item .hy_desc h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .hy_con .hy_list .hy_item .hy_desc p {
    font-size: 14px;
    line-height: 18px;
  }
  /*产品展示*/
  .cp_show .temp_head .temp_head_left p {
    margin-top: 12px;
  }
  .cp_show .temp_head .temp_head_right .single_ul a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .cp_show .temp_head .temp_head_right .single_ul a span {
    line-height: 46px;
    padding: 0 30px;
  }
  .cp_show .temp_head .temp_head_right .single_ul a:hover span,
  .cp_show .temp_head .temp_head_right .single_ul a.active span {
    top: -46px;
  }
  .cp_show .cp_list .cp_item {
    margin-bottom: 25px;
  }
  .cp_show .cp_list .cp_item .cp_img span {
    line-height: 38px;
    font-size: 14px;
    bottom: -38px;
  }
  .cp_show .cp_list .cp_item p {
    line-height: 60px;
    padding: 0 15px;
    font-size: 14px;
  }
  .cp_show .more_div {
    padding: 16px 0 52px 0;
  }
  .cp_show .more_div a {
    width: 180px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  /*新闻动态*/
  .news_show .news_list .news_item {
    margin-bottom: 18px;
  }
  .news_show .news_list .news_item .date_div {
    font-size: 13px;
    line-height: 22px;
    margin-top: 18px;
  }
  .news_show .news_list .news_item p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .news_show .news_list .news_item span {
    margin: 10px 0 0 0;
  }
  /*常见问答*/
  .wd_con .wd_slide .wd_s_con {
    padding: 0px 30px 42px 30px;
  }
  .wd_con .wd_slide .wd_s_con h5 {
    font-size: 18px;
    line-height: 78px;
    margin-bottom: 12px;
  }
  .wd_con .wd_slide .wd_s_con div {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
  }
}
@media screen and (max-width: 1280px) {
  /*关于华恒*/
  .about_desc {
    padding-top: 50px;
  }
  .about_desc .desc_icon {
    margin: 25px 0 0px 0;
  }
  .about_desc .desc_icon .desc_icon_t img {
    width: 44px;
  }
  .about_desc .desc_icon .desc_icon_t h5 {
    font-size: 15px;
    margin: 8px 0 4px 0;
  }
  .about_desc .desc_text {
    font-size: 13px;
    line-height: 22px;
    margin-top: 22px;
  }
  .zy_head h5 {
    font-size: 28px;
    line-height: 48px;
  }
  .zy_head p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fc_jj {
    display: none;
  }
  .index_banner .img_div .img_div_text {
    padding-bottom: 0px;
  }
  .index_banner .img_div .img_div_text .banner_text {
    width: 100%;
    max-width: 90%;
    padding: 0 20px;
  }
  .index_banner .img_div .img_div_text .banner_text .line_s {
    width: 56px;
    height: 4px;
    margin-bottom: 20px;
  }
  .index_banner .img_div .img_div_text .banner_text h5 {
    height: 30px;
  }
  .index_banner .img_div .img_div_text .banner_text h5 div {
    line-height: 30px;
    font-size: 26px;
  }
  .index_banner .img_div .img_div_text .banner_text h5::after {
    width: 158px;
    height: 10px;
  }
  .index_banner .img_div .img_div_text .banner_text p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }
  .jy_con {
    position: unset;
    margin-top: unset;
  }
  .jy_con .safe_width {
    padding: 0;
  }
  .jy_con .jy_list_box {
    background: #fff;
    box-shadow: unset;
  }
  .jy_con .temp_head {
    width: 100%;
    height: unset;
    padding: 32px 0 25px 0;
  }
  .jy_con .temp_head p {
    margin-bottom: 0;
  }
  .jy_con .jy_list {
    flex-wrap: wrap;
  }
  .jy_con .jy_list .jy_item {
    flex: unset;
    width: 25%;
  }
  .jy_con .jy_list .jy_item .jy_text h5 {
    font-size: 17px;
    line-height: 20px;
  }
  .jy_con .jy_list .jy_item .jy_text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }
  .jy_con .jy_list .jy_item:hover .jy_text p {
    color: #fff;
  }
  .jy_con .jy_list .jy_item:hover .jy_text img {
    height: 30px;
    margin-top: 10px;
  }
  .temp_head {
    padding: 32px 0 25px 0;
  }
  .temp_head h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .temp_head p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
  /*关于华恒*/
  .about_desc {
    width: 100%;
    background: url(../images/about_bj_m.jpg) no-repeat center bottom;
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 30px 0 18px 0;
  }
  .about_desc .desc_con {
    width: 100%;
    flex-direction: column;
  }
  .about_desc .desc_con .hh_right {
    width: 100%;
    margin-top: 40px;
  }
  .about_desc .desc_con .hh_left {
    width: 100%;
  }
  .about_desc .desc_text {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
  }
  .about_desc .desc_icon {
    margin: 30px 0 0px 0;
  }
  .about_desc .desc_icon .desc_icon_t img {
    width: 40px;
  }
  .about_desc .desc_icon .desc_icon_t h5 {
    font-size: 15px;
    margin: 10px 0 4px 0;
    line-height: 20px;
  }
  .about_desc .desc_icon .desc_icon_t p {
    font-size: 13px;
    line-height: 16px;
  }
  .zy_head h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .zy_head p {
    font-size: 14px;
    line-height: 20px;
  }
  /*行业应用*/
  .hy_con .hy_list .hy_item .hy_desc h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .hy_con .hy_list .hy_item .hy_desc p {
    font-size: 14px;
    line-height: 20px;
  }
  /*产品展示*/
  .cp_show .temp_head {
    flex-direction: column;
  }
  .cp_show .temp_head .temp_head_left {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .cp_show .temp_head .temp_head_left p {
    margin-top: 16px;
  }
  .cp_show .temp_head .temp_head_right {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .cp_show .temp_head .temp_head_right .single_ul a {
    height: 44px;
    margin: 0 10px;
    line-height: 44px;
    font-size: 15px;
  }
  .cp_show .temp_head .temp_head_right .single_ul a span {
    line-height: 44px;
    padding: 0 28px;
  }
  .cp_show .temp_head .temp_head_right .single_ul a:hover span,
  .cp_show .temp_head .temp_head_right .single_ul a.active span {
    top: -44px;
  }
  .cp_show .cp_list .cp_item {
    margin-bottom: 20px;
  }
  .cp_show .cp_list .cp_item .cp_img span {
    line-height: 34px;
    font-size: 14px;
    bottom: -34px;
  }
  .cp_show .cp_list .cp_item p {
    line-height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  /*新闻动态*/
  .news_show .news_list .news_item {
    margin-bottom: 16px;
  }
  .news_show .news_list .news_item .date_div {
    font-size: 12px;
    margin-top: 10px;
  }
  .news_show .news_list .news_item p {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }
  .news_show .news_list .news_item span {
    margin: 8px 0 0 0;
  }
  /*常见问答*/
  .wd_con {
    width: 100%;
    padding: 40px 0 44px 0;
  }
  .wd_con .wd_list {
    width: 100%;
    margin-top: -40px;
  }
  .wd_con .wd_list .wdSwiper {
    padding-top: 70px;
  }
  .wd_con .wd_slide .wd_s_con {
    width: 100%;
    padding: 0px 25px 36px 25px;
  }
  .wd_con .wd_slide .wd_s_con h5 {
    font-size: 16px;
    line-height: 60px;
    margin-bottom: 12px;
  }
  .wd_con .wd_slide .wd_s_con div {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .wd_con .swiper-button-next,
  .wd_con .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
  .wd_con .swiper-button-prev {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index_banner .img_div .img_div_text {
    padding-bottom: 0px;
  }
  .index_banner .img_div .img_div_text .banner_text {
    width: 100%;
    max-width: 100%;
    padding: 0 0.6rem;
  }
  .index_banner .img_div .img_div_text .banner_text .line_s {
    display: inline-block;
    width: 1.8rem;
    height: 0.125rem;
    background: #fff;
    margin-bottom: 0.7rem;
  }
  .index_banner .img_div .img_div_text .banner_text h5 {
    height: 1.15rem;
  }
  .index_banner .img_div .img_div_text .banner_text h5 div {
    line-height: 1.15rem;
    font-size: 0.9rem;
  }
  .index_banner .img_div .img_div_text .banner_text h5::after {
    width: 5.9rem;
    height: 0.42rem;
  }
  .index_banner .img_div .img_div_text .banner_text p {
    margin-top: 0.45rem;
    font-size: 0.55rem;
    line-height: 0.85rem;
    width: 100%;
  }
  .jy_con {
    position: unset;
    margin-top: unset;
  }
  .jy_con .safe_width {
    padding: 0;
  }
  .jy_con .jy_list_box {
    background: #fff;
    box-shadow: unset;
  }
  .jy_con .temp_head {
    width: 100%;
    height: unset;
    padding: 1.25rem 0.6rem 1rem 0.6rem;
  }
  .jy_con .temp_head p {
    margin-bottom: 0;
  }
  .jy_con .jy_list {
    flex-wrap: wrap;
  }
  .jy_con .jy_list .jy_item {
    flex: unset;
    width: 50%;
  }
  .jy_con .jy_list .jy_item .jy_text h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .jy_con .jy_list .jy_item .jy_text p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
    letter-spacing: 0.02rem;
  }
  .jy_con .jy_list .jy_item:hover .jy_text p {
    color: #fff;
  }
  .jy_con .jy_list .jy_item:hover .jy_text img {
    height: 1rem;
    margin-top: 0.4rem;
  }
  .temp_head {
    padding: 1.25rem 0 1rem 0;
  }
  .temp_head h5 {
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .temp_head p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.65rem;
  }
  /*关于华恒*/
  .about_desc {
    width: 100%;
    background: url(../images/about_bj_m.jpg) no-repeat center bottom;
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 1.25rem 0 0.7rem 0;
  }
  .about_desc .desc_con {
    width: 100%;
    flex-direction: column;
  }
  .about_desc .desc_con .hh_right {
    width: 100%;
    margin-top: 1.65rem;
  }
  .about_desc .desc_con .hh_left {
    width: 100%;
  }
  .about_desc .desc_text {
    width: 100%;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.6rem;
  }
  .about_desc .desc_icon {
    width: 100%;
    flex-wrap: wrap;
    margin: 0px 0 0px 0;
  }
  .about_desc .desc_icon .desc_icon_t {
    width: 50%;
    border-right: none;
    margin-top: 1.25rem;
  }
  .about_desc .desc_icon .desc_icon_t img {
    width: 1.65rem;
  }
  .about_desc .desc_icon .desc_icon_t h5 {
    font-size: 0.6rem;
    margin: 0.4rem 0 0.15rem 0;
    line-height: 1rem;
  }
  .about_desc .desc_icon .desc_icon_t p {
    font-size: 0.5rem;
    line-height: 0.55rem;
  }
  .about_desc .desc_icon_t::after {
    content: unset;
  }
  .zy_head h5 {
    font-size: 0.85rem;
    line-height: 1.1rem;
  }
  .zy_head p {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  /*行业应用*/
  .hy_con {
    width: 100%;
  }
  .hy_con .hy_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .hy_con .hy_list .hy_item {
    width: 100%;
    position: relative;
  }
  .hy_con .hy_list .hy_item .hy_desc h5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .hy_con .hy_list .hy_item .hy_desc p {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  /*产品展示*/
  .cp_show .temp_head .temp_head_left p {
    margin-top: 0.65rem;
  }
  .cp_show .temp_head .temp_head_right {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
  }
  .cp_show .temp_head .temp_head_right .select_m {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 1.4rem;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .cp_show .temp_head .temp_head_right .select_m .scroller {
    position: absolute;
  }
  .cp_show .temp_head .temp_head_right .select_m .scroller ul {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    overflow-y: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow-x: scroll;
  }
  .cp_show .temp_head .temp_head_right .select_m .scroller ul li {
    display: inline-block;
    margin-right: 0.45rem !important;
    width: 4.6rem;
  }
  .cp_show .temp_head .temp_head_right .select_m .scroller ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #666;
    font-size: 0.6rem;
    background: #fff;
    padding: 0rem;
    text-decoration: none;
    margin: 0;
  }
  .cp_show .temp_head .temp_head_right .select_m .scroller ul li.active a {
    background: #305dc3;
    color: #fff;
  }
  .cp_show .temp_head .temp_head_right .select_pc {
    display: none;
  }
  .cp_show .cp_list .cp_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.6rem;
    display: none;
  }
  .cp_show .cp_list .cp_item .cp_img span {
    line-height: 1.6rem;
    font-size: 0.55rem;
    bottom: -1.6rem;
  }
  .cp_show .cp_list .cp_item p {
    line-height: 2.7rem;
    padding: 0 0.5rem;
    font-size: 0.65rem;
  }
  .cp_show .cp_list .cp_item:nth-child(1),
  .cp_show .cp_list .cp_item:nth-child(2),
  .cp_show .cp_list .cp_item:nth-child(3) {
    display: inline-block;
  }
  .cp_show .more_div {
    padding: 0 0 1.25rem 0;
  }
  .cp_show .more_div a {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.55rem;
  }
  /*新闻动态*/
  .news_show .temp_head .temp_head_right .select_m {
    justify-content: center;
  }
  .news_show .temp_head .temp_head_right .select_m .scroller ul li a {
    background: #f7f7f7;
  }
  .news_show .temp_head .temp_head_right .select_m .scroller ul li:last-child {
    margin-right: 0;
  }
  .news_show .news_list .news_item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .news_show .news_list .news_item .date_div {
    font-size: 0.55rem;
    line-height: 0.95rem;
    margin-top: 0.45rem;
    height: 1.9rem;
  }
  .news_show .news_list .news_item p {
    font-size: 0.7rem;
    line-height: 1.1rem;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .news_show .news_list .news_item span {
    display: none;
  }
  .news_show .news_list .news_item .m_b_arrow {
    display: inline-block;
    margin-top: 0.45rem;
    width: 0.75rem;
    height: auto;
    margin-bottom: 0.2rem;
  }
  /*常见问答*/
  .wd_con {
    width: 100%;
    padding: 1.15rem 0 1rem 0;
    background: url(../images/wd_bj.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .wd_con .wd_list {
    width: 100%;
    margin-top: -1.5rem;
  }
  .wd_con .wd_list .wdSwiper {
    display: none;
  }
  .wd_con .wd_list .wdSwiper_m {
    display: inline-block;
    width: 100%;
    padding-top: 2.45rem;
  }
  .wd_con .wd_list .wdSwiper_m .swiper-wrapper {
    width: 100%;
  }
  .wd_con .wd_list .wdSwiper_m .swiper-wrapper .swiper-slide {
    padding-right: 0.6rem;
    margin: 0 0 0.6rem 0;
  }
  .wd_con .wd_slide .wd_s_con {
    padding: 0px 0.6rem 0.5rem 0.65rem;
  }
  .wd_con .wd_slide .wd_s_con h5 {
    font-size: 0.65rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .wd_con .wd_slide .wd_s_con div {
    font-size: 0.55rem;
    line-height: 0.9rem;
    height: 1.8rem;
  }
  .wd_con .swiper-button-next,
  .wd_con .swiper-button-prev {
    width: 1.1rem;
    height: 1.1rem;
    background-size: 1.1rem auto;
  }
  .wd_con .swiper-button-prev {
    margin-right: 1.5rem;
  }
  .wd_con .temp_head p {
    margin-top: 0.3rem;
  }
  .wd_con .hb_list {
    margin-top: -2rem;
  }
  .wd_con .hb_list .hbSwiper {
    display: none;
  }
  .wd_con .hb_list .hbSwiper_m {
    width: 100%;
    display: inline-block;
    padding-top: 2.75rem;
  }
  .wd_con .hb_list .hbSwiper_m .swiper-slide {
    width: 5.1rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #ececec;
    overflow: hidden;
  }
  .wd_con .hb_list .hbSwiper_m .swiper-slide img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .wd_con .hb_list .hbSwiper_m .swiper-slide:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: unset;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.06);
    transition: all 0.4s ease-in-out 0.1s;
  }
  .wd_con .hb_list .hbSwiper_m .swiper-button-next {
    background-image: url(../images/b_r_arrow.png);
  }
  .wd_con .hb_list .hbSwiper_m .swiper-button-prev {
    background-image: url(../images/b_l_arrow.png);
  }
}
