
.maodian{
	position: relative;
	top: -80px;
}



.index_cloumn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 60%;
  background: #d90026;
  width: 4.7rem;
  border-radius: 5px;
  padding: 1rem 0;
  transform: translateY(-50%);
  
}
.index_cloumn .box ul li .item {
  text-align: center;
  padding: 0.875rem 0;
  position: relative;
}
.index_cloumn .box ul li .item .text {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.375rem;
}
.index_cloumn .box ul li .wxewm > p {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-120%);
  left: 0;
}
.index_cloumn .box ul li .wxewm > p img {
  width: 130px;
}
.index_cloumn .box ul li .wxewm:hover p {
  display: block;
}
.index_cloumn .box ul li .phone > p {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 0;
  background: #fff;
  color: #000;
  line-height: 3.125rem;
  width: 12rem;
  text-align: center;
  font-weight: bold;
  font-family: 'gilroy_bold';
}
.index_cloumn .box ul li .phone:hover p {
  display: block;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  transition: 0.4s;
}
.index_header .box {
  margin: 0 3.125vw;
}
.index_header .box .boxLeft .logo {
  padding: 30px 0;
}
.index_header .box .boxLeft .logo a img {
  height: 30px;
}
.index_header .box .boxLeft .nav {
  margin-left: 5rem;
}
.index_header .box .boxLeft .nav ul li {
  margin-right: 2.8125rem;
}
.index_header .box .boxLeft .nav ul li:last-child {
  margin-right: 0;
}
.index_header .box .boxLeft .nav ul li a {
  font-size: 18px;
  display: inline-block;
  line-height: 90px;
  color: #000;
  transition: 0.4s;
}
.index_header .box .boxLeft .nav ul li:hover a {
  color: #d90026;
}
.index_header .box .boxLeft .nav ul .active a {
  position: relative;
}
.index_header .box .boxLeft .nav ul .active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d90026;
  height: 2px;
  width: 100%;
}
.index_header .box .boxLeft .nav:hover .index_nav {
  visibility: initial;
  opacity: 1;
}
.index_header .box .boxRight .phone {
  font-family: 'gilroy_Medium';
  font-size: 16px;
  color: #fff;
  line-height: 90px;
  display: none;
}
.index_header .box .boxRight .search {
  line-height: 90px;
  margin-left: 1.875rem;
  cursor: pointer;
   display: none;
}
.index_header .box .boxRight .language {
  display: flex;
  align-items: center;
  margin-left: 1.875rem;
}
.index_header .box .boxRight .language a {
  font-family: 'gilroy_Medium';
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.index_header .box .boxRight .link {
  margin-left: 1.875rem;
  display: flex;
  align-items: center;
}
.index_header .box .boxRight .link a {
  display: inline-block;
  width: 126px;
  line-height: 42px;
  border-radius: 21px;
  background: #d90026;
  color: #fff;
  text-align: center;
}
.index_header .box .boxRight .menu {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  display: none;
}
.index_header .box .boxRight .menu span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #152b4f;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.index_header .box .boxRight .menu span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  top: -8px;
  background-color: #152b4f;
}
.index_header .box .boxRight .menu span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  bottom: -8px;
  background-color: #152b4f;
}
.index_header .box .boxRight .act span {
  background: none;
}
.index_header .box .boxRight .act span::before {
  transform: rotate(45deg);
  top: 0;
}
.index_header .box .boxRight .act span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.index_nav {
  position: fixed;
  z-index: 3;
  top: 90px;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 4.875rem 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.index_nav .box_nav {
  margin: 0 9.375vw;
}
.index_nav .box_nav .item_nav {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.index_nav .box_nav .item_nav:last-child {
  border: 0;
}
.index_nav .box_nav .item_nav h5 {
  font-size: 1.125rem;
  font-family: 'albb_m';
}
.index_nav .box_nav .item_nav div {
  margin-top: 1.5rem;
}
.index_nav .box_nav .item_nav div p a {
  font-size: 1.0625rem;
  color: #666;
  line-height: 2.5rem;
  transition: 0.4s;
}
.index_nav .box_nav .item_nav div p a:hover {
  color: #d90026;
}
.searchBox {
  position: fixed;
  width: 100%;
  background: #f6f6f6;
  z-index: 5;
  left: 0;
  top: 90px;
  padding: 3.4375rem 0;
  transition: all 0.5s;
  display: none;
}
.searchBox .boxMain input[type='text'] {
  background: #fff;
  display: block;
  height: 3.125rem;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 18rem;
  border: 0;
}
.searchBox .boxMain a input {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  cursor: pointer;
  background: #d90026 url(../images/search.png) no-repeat 50% 50%;
}
.searchBoxOn {
  display: flex;
}
.header_on {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.header_on .box .boxRight .phone {
  filter: invert(1);
}
.header_on .box .boxRight .search {
  filter: invert(1);
}
.header_on .box .boxRight .language {
  filter: invert(1);
}
.header_on1 {
  background: #fff;
}
.header_on1 .box .boxRight .phone {
  filter: invert(1);
}
.header_on1 .box .boxRight .search {
  filter: invert(1);
}
.header_on1 .box .boxRight .language {
  filter: invert(1);
}
.index_banner .box {
  position: relative;
}
.index_banner .box .banner .item {
  position: relative;
}
.index_banner .box .banner .item .img img {
  width: 100%;
}
.index_banner .box .banner .item .main {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  padding: 0 5.2vw;
  box-sizing: border-box;
}
.index_banner .box .banner .item .main .content1 {
  font-size: 3.5rem;
  color: #152b4f;
  font-family: 'gilroy_Medium';
}
.index_banner .box .banner .item .main .content2 {
  margin-top: 4.25rem;
}
.index_banner .box .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.75rem;
  z-index: 1;
  cursor: pointer;
}
.index_banner .box .button {
  position: absolute;
  left: 5.2vw;
  bottom: 3.75rem;
  z-index: 1;
}
.index_banner .box .button p {
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #a1aebf;
  transition: 0.4s;
  cursor: pointer;
  color: #152b4f;
}
.index_banner .box .button p:hover {
  border: 1px solid #d90026;
  background: #d90026;
}
.index_banner .box .button p:hover span {
  color: #fff;
}
.index_banner .box .page {
  position: absolute;
  right: 5.2vw;
  bottom: 3.75rem;
  z-index: 1;
}
.index_banner .box .page > div {
  position: relative;
}
.index_banner .box .page > div .swiper-pagination {
  position: initial;
}
.index_banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 30px 0 0;
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  vertical-align: middle;
  opacity: 0.7;
}
.index_banner .swiper-pagination-bullet:last-child {
  width: 18px;
  overflow: hidden;
  margin-right: 0;
}
.index_banner .swiper-pagination-bullet span {
  background: none;
  display: block;
  border-radius: 0%;
  font-size: 14px;
  font-family: 'gilroy_bold';
  color: #fff;
}
.index_banner .swiper-pagination-bullet i {
  background: #fff;
  height: 2px;
  width: 0px;
  position: absolute;
  top: 7px;
  left: 22px;
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.index_banner .swiper-pagination-bullet-active span,
.index_banner .swiper-pagination-bullet:hover span {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.index_banner .swiper-pagination-bullet-active {
  margin-right: 74px;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active i {
  animation: middle 6s linear;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    transform: scaleX(1);
    left: 4px;
  }
  /*0915*/
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 4px;
  }
  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes middle {
  0% {
    width: 0px;
  }
  100% {
    width: 58px;
  }
}
.w1720 {
  margin: 0 5.2vw;
}
.index_link a {
  font-size: 1rem;
  display: block;
  width: 11rem;
  line-height: 3.4375rem;
  color: #fff;
  background: #d90026;
  border-radius: 1.75rem;
  text-align: center;
}
.index_link a img {
  margin-left: 0.625rem;
  position: relative;
  transition: 0.4s;
  right: 0;
}
.index_link a:hover img {
  right: -1rem;
}
.p94 {
  padding-top: 5.875rem;
}
.p94_ {
  padding-bottom: 5.875rem;
}
.index_title .box .boxLeft h6 {
  font-size: 1.25rem;
  color: #000;
}
.index_title .box .boxLeft h5 {
  font-family: 'albb_m';
  font-size: 2.875rem;
  margin-top: 0.3125rem;
}
.index_title .box .boxRight {
  display: flex;
  align-items: center;
}
.index_pro {
  padding-left: 5.2vw;
}
.index_pro .box {
  position: relative;
}
.index_pro .box .banner .swiper-slide {
  width: 50rem;
  margin-right: 2.5rem;
}
.index_pro .box .banner .item a {
  display: block;
}
.index_pro .box .banner .item a .content1 {
  position: relative;
}
.index_pro .box .banner .item a .content1 .img {
  opacity: 0;
  transition: 0.4s;
}
.index_pro .box .banner .item a .content1 .img img {
  width: 100%;
}
.index_pro .box .banner .item a .content1 p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_pro .box .banner .item a .content1 p img {
  width: 100%;
  height: 100%;
}
.index_pro .box .banner .item a .content2 {
  margin-top: 2.5rem;
}
.index_pro .box .banner .item a .content2 .left h5 {
  font-size: 1.625rem;
  font-family: 'albb_m';
  color: #000;
  transition: 0.4s;
}
.index_pro .box .banner .item a .content2 .left h6 {
  margin-top: 1rem;
  font-size: 1rem;
  color: #888;
}
.index_pro .box .banner .item a .content2 .right {
  display: flex;
  align-items: center;
}
.index_pro .box .banner .item a .content2 .right div {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
}
.index_pro .box .banner .item a .content2 .right div img {
  margin-left: 0.625rem;
}
.index_pro .box .banner .item a:hover .content1 .img {
  opacity: 1;
}
.index_pro .box .banner .item a:hover .content1 p {
  opacity: 0;
}
.index_pro .box .banner .item a:hover .content2 .left h5 {
  color: #d90026;
}
.index_pro .box .button {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  position: absolute;
  top: 12.75rem;
  right: 6.8vw;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.index_pro .box .button p {
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.index_pro .box .button p span {
  color: #233759;
  transition: 0.4s;
}
.index_pro .box .button p:hover span {
  color: #d90026;
}
.index_about {
  position: relative;
  overflow: hidden;
}
.index_about .img1 {
  position: absolute;
  top: 0;
  width: 40%;
  left: 0;
  height: 100%;
}
.index_about .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .img2 {
  position: absolute;
  top: 0;
  width: calc(100% - 40%);
  right: 0;
  height: 100%;
}
.index_about .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .box {
  position: relative;
  z-index: 2;
}
.index_about .box .boxTop {
  width: calc(40% - 10.4vw);
}
.index_about .box .boxTop .content1 h6 {
  font-size: 1.25rem;
  color: #000;
}
.index_about .box .boxTop .content1 h5 {
  font-size: 2.875rem;
  font-family: 'albb_m';
  margin-top: 0.3125rem;
}
.index_about .box .boxTop .content2 {
  height: 13rem;
  margin-top: 2.625rem;
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  text-align: justify;
}
.index_about .box .boxTop .content3 {
  margin-top: 5.375rem;
}
.index_about .box .boxBot {
  margin-top: 8.25rem;
}
.index_about .box .boxBot .item {
  width: 20%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 5.2vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.index_about .box .boxBot .item .main1 img {
  height: 4.125rem;
  transition: 0.4s;
}
.index_about .box .boxBot .item:hover .main1 img{
	transform: scale(1.1);
}
.index_about .box .boxBot .item .main2 {
  font-size: 1.375rem;
  margin-top: 2rem;
  color: #000;
}
.index_about .box .boxBot .item .main3 {
  font-size: 1rem;
  color: #999;
  text-transform: uppercase;
  margin-top: 0.3125rem;
}
.index_about .box .boxBot .item .main4 {
  font-family: 'gilroy_Medium';
  font-size: 1.125rem;
  color: #999;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}
.index_about .box .boxBot .item:nth-child(3) .main2 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(3) .main3 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(3) .main4 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(4) .main2 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(4) .main3 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(4) .main4 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(5) .main2 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(5) .main3 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(5) .main4 {
  color: #fff;
}
.index_new {
  position: relative;
  padding-bottom: 3.125rem;
}
.index_new > .box {
  margin-top: 2.1875rem;
}
.index_new > .box .boxLeft {
  width: 66.875rem;
}
.index_new > .box .boxLeft .item {
  border-bottom: 1px solid #ddd;
  padding: 3.125rem 0;
}
.index_new > .box .boxLeft .item:last-child {
  border: 0;
}
.index_new > .box .boxLeft .item a .left {
  width: 23.75rem;
  overflow: hidden;
}
.index_new > .box .boxLeft .item a .left img {
  width: 100%;
  transition: 0.4s;
}
.index_new > .box .boxLeft .item a .right {
  width: calc(100% - 23.75rem);
  box-sizing: border-box;
  padding: 0 4.5rem 0 3.125rem;
}
.index_new > .box .boxLeft .item a .right .content1 {
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #152b4f;
  padding-top: 0.625rem;
}
.index_new > .box .boxLeft .item a .right .content2 {
  font-family: 'albb_m';
  font-size: 1.375rem;
  color: #000;
  transition: 0.4s;
  margin: 0.875rem 0 1.875rem;
}
.index_new > .box .boxLeft .item a .right .content3 {
  font-size: 1rem;
  color: #999;
}
.index_new > .box .boxLeft .item a .right .content4 {
  margin-top: 3rem;
}
.index_new > .box .boxLeft .item a .right .content4 div {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
}
.index_new > .box .boxLeft .item a .right .content4 div img {
  margin-left: 0.625rem;
}
.index_new > .box .boxLeft .item a:hover .left img {
  transform: scale(1.1);
}
.index_new > .box .boxLeft .item a:hover .right .content2 {
  color: #d90026;
}
.index_new > .box .boxRight {
  width: 30.75rem;
  padding-top: 3.125rem;
}
.index_new > .box .boxRight .left {
  overflow: hidden;
}
.index_new > .box .boxRight .left img {
  width: 100%;
  transition: 0.4s;
}
.index_new > .box .boxRight .right {
  box-sizing: border-box;
  margin-top: 2.1875rem;
}
.index_new > .box .boxRight .right .content1 {
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #152b4f;
  padding-top: 0.625rem;
}
.index_new > .box .boxRight .right .content2 {
  font-family: 'albb_m';
  font-size: 1.375rem;
  color: #000;
  margin: 0.875rem 0 1.875rem;
  transition: 0.4s;
}
.index_new > .box .boxRight .right .content3 {
  font-size: 1rem;
  color: #999;
}
.index_new > .box .boxRight .right .content4 {
  margin-top: 3rem;
}
.index_new > .box .boxRight .right .content4 div {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
}
.index_new > .box .boxRight .right .content4 div img {
  margin-left: 0.625rem;
}
.index_new > .box .boxRight:hover .left img {
  transform: scale(0.9);
}
.index_new > .box .boxRight:hover .right .content2 {
  color: #d90026;
}
.index_footer {
  background: #152b4f;
  padding-top: 6rem;
}
.index_footer .box .boxTop .boxLeft .item {
  margin-right: 13.375rem;
}
.index_footer .box .boxTop .boxLeft .item:last-child {
  margin: 0;
}
.index_footer .box .boxTop .boxLeft .item h5 {
  font-family: 'albb_m';
  font-size: 1.125rem;
  color: #fff;
}
.index_footer .box .boxTop .boxLeft .item div {
  margin-top: 1.5rem;
}
.index_footer .box .boxTop .boxLeft .item div p {
  line-height: 2.125rem;
}
.index_footer .box .boxTop .boxLeft .item div p a {
  font-size: 1rem;
  font-family: 'albb_r';
  color: #fff;
  opacity: 0.5;
}
.index_footer .box .boxTop .boxRight .content1 img {
  width: 18.75rem;
}
.index_footer .box .boxTop .boxRight .content2 {
  padding-top: 1.5625rem;
}
.index_footer .box .boxTop .boxRight .content2 div {
  font-family: 'gilroy_bold';
  font-size: 1.75rem;
  color: #fff;
  margin-top: 1.25rem;
}
.index_footer .box .boxTop .boxRight .content2 div span {
  opacity: 0.5;
}
.index_footer .box .boxTop .boxRight .content2 div font {
  font-size: 1.25rem;
  font-family: 'gilroy_regular';
  opacity: 0.5;
}
.index_footer .box .boxTop .boxRight .content2 div img {
  margin-right: 0.625rem;
}
.index_footer .box .boxTop .boxRight .content3 {
  margin-top: 3.125rem;
}
.index_footer .box .boxTop .boxRight .content3 a {
  display: block;
  width: 10.375rem;
  line-height: 3.125rem;
  background: #d90026;
  border-radius: 1.5625rem;
  text-align: center;
  font-size: 1rem;
  font-family: 'albb_r';
  color: #fff;
}
.index_footer .box .boxTop .boxRight .content3 a img {
  margin-right: 0.625rem;
}
.index_footer .box .boxBot {
  margin-top: 4.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index_footer .box .boxBot .item {
  position: relative;
  width: 33.333%;
  box-sizing: border-box;
  padding: 2rem 0 2rem 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.index_footer .box .boxBot .item:last-child {
  border: 0;
}
.index_footer .box .boxBot .item .content1 {
  font-size: 1.125rem;
  color: #fff;
  font-family: 'albb_m';
}
.index_footer .box .boxBot .item .content2 {
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
  margin-top: 0.8rem;
  font-family: 'gilroy_regular';
  line-height: 1.875rem;
  width: 80%;
}
.index_footer .box .boxBot .item .content3 {
  position: absolute;
  right: 1.875rem;
  top: 2rem;
}

.index_footer .box .boxBot .item:last-child .content3 {
  right: 0;
}
.index_footer .box .info_box {
  padding: 2.375rem 0;
}
.index_footer .box .info_box .left {
  font-size: 1rem;
  opacity: 0.3;
  color: #fff;
  line-height: 47px;
}
.index_footer .box .info_box .left a {
  display: inline-block;
  margin-left: 0.625rem;
  color: #fff;
}
.index_footer .box .info_box .right {
  position: relative;
}
.index_footer .box .info_box .right p img {
  height: 47px;
  cursor: pointer;
}
.index_footer .box .info_box .right>img{
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 8.125rem;
	display: none;
}
.index_footer .box .info_box .right:hover>img{
	display: block;
}
.hy_banner {
  position: relative;
}
.hy_banner .img img {
  width: 100%;
}
.hy_banner .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
}
.hy_banner .main .content1 {
  font-size: 1.25rem;
  color: #fff;
  font-family: 'albb_r';
  text-align: center;
}
.hy_banner .main .content2 {
  font-family: 'albb_m';
  font-size: 2.875rem;
  color: #fff;
  margin-top: 0.9375rem;
}
.hy_product {
  background: #f8f8f8;
  padding-bottom: 3.125rem;
}
.hy_product .box {
  margin: 0 10.416vw;
}
.hy_product .box .list .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
}
.hy_product .box .list .banner {
  margin-top: 3rem;
}
.hy_product .box .list .banner .item {
  background: #fff;
}
.hy_product .box .list .banner .item a {
  display: block;
}
.hy_product .box .list .banner .item a .content1 {
  padding: 2rem 0;
  text-align: center;
}
.hy_product .box .list .banner .item a .content1 img {
  height: 14.5rem;
}
.hy_product .box .list .banner .item a .content2 {
  font-size: 1.5rem;
  color: #000;
  font-family: 'albb_m';
  text-align: center;
}
.hy_product .box .list .banner .item a .content3 {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
  text-align: center;
  padding: 1rem 0 0;
  display: none;
}
.hy_product .box .list .banner .item a .content3 img {
  margin-left: 0.625rem;
}
.hy_product .box .list .banner .item a .content4 {
  display: flex;
  align-items: center;
  height: 7.8125rem;
  border-top: 1px solid #ddd;
}
.hy_product .box .list .banner .item a .content4 > div {
  margin: auto;
}
.hy_product .box .list .banner .item a:hover .content2 {
  color: #d90026;
}
.hy_product .box .list .banner .item a:hover .content3 {
  display: block;
}
.hy_product .box .list .page {
  margin-top: 3.25rem;
}
.hy_product .box .list .page > p {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #a1aebf;
  transition: 0.4s;
  cursor: pointer;
  color: #152b4f;
}
.hy_product .box .list .page > p:hover {
  border: 1px solid #d90026;
  background: #d90026;
}
.hy_product .box .list .page > p:hover span {
  color: #fff;
}
.hy_product .box .list .page .cen p span {
  margin: 0 5px;
}
.hy_productNew {
  background: #f8f8f8;
  padding-bottom: 3.125rem;
}
.hy_productNew .box {
  margin: 0 10.416vw;
}
.hy_productNew .box .list .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_productNew .box .list .information {
  margin-top: 3.375rem;
}
.hy_productNew .box .list .information .left {
  width: 50%;
}
.hy_productNew .box .list .information .left img {
  width: 100%;
}
.hy_productNew .box .list .information .right {
  width: 50%;
  background: #fff;
  padding: 0 4.375rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.hy_productNew .box .list .information .right p {
  font-size: 1.25rem;
  color: #666;
  line-height: 2.625rem;
  
  height: 22rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}
.hy_productNew .box .list .information .right p::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}
.hy_productNew .box .list .information .right p::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: #d90026;
}
.hy_productNew .box .list .information .right p::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.3);
}



.hy_productNew .box .list .banner {
  margin-top: 3rem;
}
.hy_productNew .box .list .banner .swiper-slide {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.6rem;
}
.hy_productNew .box .list .banner .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.hy_productNew .box .list .banner .item {
  background: #fff;
}
.hy_productNew .box .list .banner .item a {
  display: block;
}
.hy_productNew .box .list .banner .item a .content1 {
  padding: 2rem 0;
  text-align: center;
}
.hy_productNew .box .list .banner .item a .content1 img {
  height: 14.5rem;
  max-width: 90%;
  object-fit: cover;
  margin: auto;
}
.hy_productNew .box .list .banner .item a .content2 {
  font-size: 1.5rem;
  color: #000;
  font-family: 'albb_m';
  text-align: center;
}
.hy_productNew .box .list .banner .item a .content3 {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
  text-align: center;
  padding: 1rem 0 0;
  display: none;
}
.hy_productNew .box .list .banner .item a .content3 img {
  margin-left: 0.625rem;
}
.hy_productNew .box .list .banner .item a .content4 {
  display: flex;
  align-items: center;
  height: 7.8125rem;
  border-top: 1px solid #ddd;
}
.hy_productNew .box .list .banner .item a .content4 > div {
  margin: auto;
  width: 100%;
}
.hy_productNew .box .list .banner .item a:hover .content2 {
  color: #d90026;
}
.hy_productNew .box .list .banner .item a:hover .content3 {
  display: block;
}
.hy_productNew .box .list .page {
  margin-top: 3.25rem;
}
.hy_productNew .box .list .page > p {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #a1aebf;
  transition: 0.4s;
  cursor: pointer;
  color: #152b4f;
}
.hy_productNew .box .list .page > p:hover {
  border: 1px solid #d90026;
  background: #d90026;
}
.hy_productNew .box .list .page > p:hover span {
  color: #fff;
}
.hy_productNew .box .list .page .cen p span {
  margin: 0 5px;
}
.Intelligent {
  background: #f8f8f8;
}
.Intelligent .box {
  padding-top: 9.5rem;
}
.Intelligent .box .biaoti {
  font-size: 2.625rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.Intelligent .box .biaoti span {
  color: #d90026;
}
.Intelligent .box .biaoti .zhi {
  position: absolute;
  font-size: 12.3125rem;
  font-family: 'gilroy_bold';
  top: 50%;
  left: 50%;
  opacity: 0.08;
  transform: translateY(-50%) translateX(-50%);
  -webkit-text-stroke: 1px red;
  color: transparent;
  text-shadow: 1rem 5px #000;
}
.Intelligent .box .neirong {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 4.5rem;
}
.Intelligent .box .img {
  margin-top: 3.375rem;
}
.Intelligent .box .img img {
  width: 100%;
}
@media screen and (max-width: 669px) {
	.layerVideo .box{
		width: 80vw;
	}
  .hy_productNew .box {
    margin: 0 5.2vw;
  }
  .hy_productNew .box .list .information .left {
    width: 100%;
  }
  .hy_productNew .box .list .information .right {
    width: 100%;
    padding: 2rem;
  }
  .hy_productNew .box .list .banner .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}
.bg {
  background: #f7f7f7;
}
.w1520 {
  margin: 0 10.416vw;
}
.m54 {
  margin-top: 3.375rem;
}
.hy_bread .box {
  line-height: 4.875rem;
  border-bottom: 1px solid #ddd;
}
.hy_bread .box .boxLeft p a {
  font-size: 1.125rem;
  color: #888;
  font-family: 'albb_r';
  transition: 0.4s;
}
.hy_bread .box .boxLeft  i{
	font-size: 1rem;
}
.hy_bread .box .boxLeft p a:hover {
  color: #d90026;
}
.hy_bread .box .boxLeft p span {
  font-family: 'albb_m';
}
.hy_bread .box .boxRight a {
  font-family: 'albb_m';
  font-size: 1rem;
  color: #d90026;
}
.hy_pro {
  margin-top: 5rem;
}
.hy_pro .box .boxLeft {
  width: 48rem;
}
.hy_pro .box .boxLeft img {
  width: 100%;
}
.hy_pro .box .boxLeft .mySwiper {
  margin-top: 10px;
}
.hy_pro .box .boxLeft .mySwiper .swiper-slide {
  cursor: pointer;
  box-sizing: border-box;
}
.hy_pro .box .boxLeft .mySwiper .swiper-slide-thumb-active {
  border: 1px solid #d90026;
}
.hy_pro .box .boxLeft .banner2 {
  position: relative;
}
.hy_pro .box .boxLeft .banner2 .button p {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.hy_pro .box .boxLeft .banner2 .button p span {
  font-size: 1.125rem;
  color: #000;
  transition: 0.4s;
}
.hy_pro .box .boxLeft .banner2 .button p span:hover {
  color: #d90026;
}
.hy_pro .box .boxLeft .banner2 .button .prev {
  left: -2rem;
}
.hy_pro .box .boxLeft .banner2 .button .next {
  right: -2rem;
}
.hy_pro .box .boxRight {
  width: 44%;
  background: #fff;
  box-sizing: border-box;
  padding: 3.125rem;
}
.hy_pro .box .boxRight .content1 {
  font-family: 'albb_m';
  font-size: 2rem;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #ccc;
}
.hy_pro .box .boxRight .content2 {
  margin-top: 2.8125rem;
}
.hy_pro .box .boxRight .content2 br{
	display: none;
}
.hy_pro .box .boxRight .content2 p {
  font-family: 'albb_r';
  position: relative;
  padding-left: 1.875rem;
  
/*  line-height: 1.875rem;
  font-size: 1rem;
  color: #888; */
  
  font-size: 1.25rem;
  color: #000;
  line-height: 2.625rem;
}
.hy_pro .box .boxRight .content2 p::after {
  content: '';
  position: absolute;
  top: 1.02rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #888888;
}
.hy_pro1 {
  padding-bottom: 5.875rem;
}
.hy_pro1 .title {
  text-align: center;
}
.hy_nav {
  position: sticky;
  top: 90px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 2;
}
.hy_nav div {
  margin: 0 2.625rem;
}
.hy_nav div a {
  font-size: 1.25rem;
  color: #999;
  font-family: 'albb_r';
  display: inline-block;
  line-height: 5rem;
  transition: 0.4s;
}
.hy_nav div a:hover {
  color: #d90026;
}
.hy_nav .active a {
  color: #d90026;
  border-bottom: 1px solid #d90026;
}
.hy_news .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_news .box .main1 a .boxLeft {
  width: 50%;
  overflow: hidden;
}
.hy_news .box .main1 a .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.hy_news .box .main1 a .boxRight {
  width: 50%;
  background: #f7f7f7;
  padding: 0 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.hy_news .box .main1 a .boxRight .content1 {
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #152b4f;
  padding-top: 0.625rem;
}
.hy_news .box .main1 a .boxRight .content2 {
  font-family: 'albb_m';
  font-size: 1.375rem;
  color: #000;
  margin: 0.875rem 0 1.875rem;
  transition: 0.4s;
}
.hy_news .box .main1 a .boxRight .content3 {
  font-size: 1rem;
  color: #999;
  line-height: 2.1875rem;
  height: 6.5625rem;
}
.hy_news .box .main1 a .boxRight .content4 {
  margin-top: 3rem;
}
.hy_news .box .main1 a .boxRight .content4 div {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
}
.hy_news .box .main1 a .boxRight .content4 div img {
  margin-left: 0.625rem;
}
.hy_news .box .main1 a:hover .boxLeft img {
  transform: scale(1.1);
}
.hy_news .box .main1 a:hover .boxRight .content2 {
  color: #d90026;
}
.hy_news .box .main2 {
  margin-top: 4.875rem;
}
.hy_news .box .main2 .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3.75rem;
}
.hy_news .box .main2 .item:nth-child(3n) {
  margin-right: 0;
}
.hy_news .box .main2 .item a .left {
  overflow: hidden;
}
.hy_news .box .main2 .item a .left img {
  width: 100%;
  transition: 0.4s;
}
.hy_news .box .main2 .item a .right .content1 {
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #152b4f;
  margin-top: 1.875rem;
}
.hy_news .box .main2 .item a .right .content2 {
  font-family: 'albb_m';
  font-size: 1.375rem;
  color: #000;
  margin: 0.875rem 0;
  transition: 0.4s;
}
.hy_news .box .main2 .item a .right .content3 {
  font-size: 1rem;
  color: #999;
  line-height: 2.1875rem;
  height: 4.375rem;
}
.hy_news .box .main2 .item a .right .content4 {
  border-top: 1px solid #ddd;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  transition: 0.4s;
}
.hy_news .box .main2 .item a .right .content4 div {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #d90026;
}
.hy_news .box .main2 .item a .right .content4 div img {
  margin-left: 0.625rem;
}
.hy_news .box .main2 .item a:hover .left img {
  transform: scale(1.1);
}
.hy_news .box .main2 .item a:hover .right .content2 {
  color: #d90026;
}
.hy_news .box .main2 .item a:hover .right .content4 {
  border-top: 1px solid #d90026;
}
.fengye {
  text-align: center;
}
.fengye div a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border: 1px solid #d90026;
  display: inline-block;
  margin: 0 0.625rem;
  transition: 0.4s;
  border-radius: 50%;
}
.fengye div a span {
  font-weight: bold;
}
.fengye div a:hover {
  background: #d90026;
  border: 1px solid transparent;
  color: #fff;
}
.fengye .active {
  color: #d90026;
}
.fengye p {
  margin: 0 5px;
}
.fengye p a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin: 0 0.5rem;
  display: inline-block;
  font-family: 'gilroy_bold';
  color: #999;
}
.fengye p a:hover {
  color: #d90026;
}
.news_box1 .box {
  box-sizing: border-box;
  padding: 0 18.75vw;
}
.news_box1 .box .content1 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8125rem;
}
.news_box1 .box .content1 h5 {
  font-size: 1.875rem;
  font-family: 'albb_m';
}
.news_box1 .box .content1 h6 {
  font-size: 1rem;
  color: #666;
  margin-top: 2.25rem;
  font-family: 'gilroy_regular';
}
.news_box1 .box .content2 {
  padding: 4rem 0 0;
}
.news_box1 .box .content2 p {
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  text-align: justify;
}
.news_box1 .box .content2 p img {
  max-width: 100%;
  margin: auto;
}
.news_box2 {
  margin-top: 5rem;
}
.news_box2 > div {
  padding: 0 18.75vw;
}
.news_box2 .box {
  border-top: 1px solid #ddd;
  padding-top: 3.4375rem;
}
.news_box2 .box .item a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 0.625rem;
  transition: 0.4s;
  border-radius: 50%;
  text-align: center;
}
.news_box2 .box .item a span {
  font-weight: bold;
}
.news_box2 .box .item a:hover {
  border: 1px solid #d90026;
  background: #d90026;
  border: 1px solid transparent;
  color: #fff;
}
.news_box2 .box .go {
  display: flex;
  align-items: center;
}
.news_box2 .box .go a {
  display: inline-block;
  width: 126px;
  line-height: 42px;
  border-radius: 21px;
  background: #d90026;
  color: #fff;
  text-align: center;
}
.hy_news_info {
  padding-bottom: 3.125rem;
}
.hy_news_question .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_news_question .box .item {
  width: 50%;
  border-bottom: 1px solid #ddd;
  padding: 4rem 0;
}
.hy_news_question .box .item .content1 {
  font-size: 1.375rem;
  font-family: 'albb_m';
  line-height: 5.25rem;
  background: url(../images/bg1.png) no-repeat 0% 50%;
  background-size: auto 100%;
  padding-left: 2.875rem;
}
.hy_news_question .box .item .content1 span {
  font-family: 'gilroy_bold';
  display: inline-block;
  margin-right: 0.9375rem;
}
.hy_news_question .box .item .content2 {
  margin-top: 3.125rem;
  padding-left: 2.875rem;
}
.hy_news_question .box .item .content2 h5 {
  font-size: 1rem;
  font-family: 'albb_r';
  color: #999;
}
.hy_news_question .box .item .content2 div {
  margin-top: 1.5rem;
}
.hy_news_question .box .item .content2 div p {
  font-size: 1rem;
  font-family: 'albb_r';
  color: #666;
  line-height: 1.625rem;
}
.hy_news_question .box .item2 .content1 {
  background: url(../images/bg2.png) no-repeat 0% 50%;
  background-size: auto 100%;
}
.hy_news_question .box .item3 .content1 {
  background: url(../images/bg3.png) no-repeat 0% 50%;
  background-size: auto 100%;
}
.hy_news_question .box .item4 .content1 {
  background: url(../images/bg4.png) no-repeat 0% 50%;
  background-size: auto 100%;
}
.hy_news_question .more a {
  display: inline-block;
  width: 126px;
  line-height: 42px;
  border-radius: 21px;
  background: #d90026;
  color: #fff;
  text-align: center;
}
.hy_down .box .list .item {
  width: 23.5%;
  margin-right: 2%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  transition: 0.4s;
  margin-bottom: 2.5rem;
}
.hy_down .box .list .item:nth-child(4n) {
  margin-right: 0;
}
.hy_down .box .list .item a {
  padding: 4rem 3rem ;
  display: block;
}
.hy_down .box .list .item a .content1 {
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #888;
  transition: 0.4s;
}
.hy_down .box .list .item a .content2 {
  margin-top: 1.5rem;
  font-family: 'albb_r';
  font-size: 1.125rem;
  color: #000;
  line-height: 1.875rem;
  height: 5.625rem;
  transition: 0.4s;
}
.hy_down .box .list .item a .content3 {
  margin-top: 5rem;
  font-family: albb_r;
  color: #888;
  transition: 0.4s;
}
.hy_down .box .list .item a .content3 img {
  margin-right: 1rem;
}
.hy_down .box .list .item:hover {
  border: 1px solid #d90026;
  background: #d90026;
}
.hy_down .box .list .item:hover a .content1 {
  color: #fff;
}
.hy_down .box .list .item:hover a .content2 {
  color: #fff;
}
.hy_down .box .list .item:hover a .content3 {
  color: #fff;
}
.hy_content .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_content .box .item {
  width: 22%;
}
.hy_content .box .item .top {
  border-bottom: 1px solid #ddd;
  line-height: 1.875rem;
  padding-bottom: 0.8rem;
}
.hy_content .box .item .top .left {
  font-family: 'albb_r';
  font-size: 1.5rem;
  color: #000;
}
.hy_content .box .item .bot {
  font-size: 1rem;
  font-family: 'albb_r';
  color: #888;
  padding-top: 0.625rem;
  line-height: 1.875rem;
}
.hy_content .box .item .bot span {
  font-family: 'gilroy_bold';
}
.hy_content1 {
  background: #f7f7f7;
}
.hy_content1 .box .item {
  width: 31%;
  margin-right: 3.5%;
}
.hy_content1 .box .item:last-child {
  margin-right: 0;
}
.hy_content1 .box .item .content1 {
	overflow: hidden;
}
.hy_content1 .box .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.hy_content1 .box .item:hover  .content1 img{
	transform: scale(1.1);
}
.hy_content1 .box .item .content2 {
  font-family: 'albb_m';
  color: #222;
  margin-top: 1.875rem;
}
.hy_content1 .box .item .content3 {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  font-family: 'gilroy_regular';
  color: #999;
  line-height: 1.875rem;
}
.hy_content1 .box .item .content3 p {
  position: relative;
  padding: 0.3125rem 0;
}
/*.hy_content1 .box .item .content3 p:last-child {
  padding-left: 3.4375rem;
}*/
.hy_content1 .box .item .content3 p:last-child span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.hy_content2 .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_content2 .box .boxLeft {
  width: 50%;
}
.hy_content2 .box .boxLeft .item input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-family: 'albb_r';
  font-size: 1.125rem;
  height: 4.6875rem;
  padding: 0 2rem;
  border-bottom: 0;
}
.hy_content2 .box .boxLeft .item:last-child input {
  border-bottom: 1px solid #ddd;
}
.hy_content2 .box .boxRight {
  width: 50%;
}
.hy_content2 .box .boxRight textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-family: 'albb_r';
  font-size: 1.125rem;
  padding: 1.2rem 2rem;
  border-left: 0;
  height: 100%;
}
.hy_content2 .box1 input {
  font-size: 1rem;
  display: block;
  width: 11rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
  color: #fff;
  background: #d90026;
  border-radius: 1.75rem;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.hy_about .box .boxLeft {
  width: 50%;
}
.hy_about .box .boxLeft .content1 div {
  font-size: 2.625rem;
  font-family: 'albb_m';
}
.hy_about .box .boxLeft .content1 p {
  position: relative;
  top: -3rem;
}
.hy_about .box .boxLeft .content1 p img {
  height: 6.25rem;
}
.hy_about .box .boxLeft .content2 {
  font-size: 2.375rem;
  color: #333;
  position: relative;
  padding-left: 4rem;
  margin-top: 4rem;
}
.hy_about .box .boxLeft .content2 img {
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
.hy_about .box .boxRight {
  width: 50%;
  font-size: 1rem;
  color: #999;
  font-family: 'albb_r';
  line-height: 2.125rem;
  text-align: justify;
}
.hy_about .box .boxRight p {
  margin-bottom: 1.375rem;
}
.hy_about .box .boxRight p:last-child {
  margin-bottom: 0;
}
.playZhi {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
.playZhi .box .button {
  position: relative;
  cursor: pointer;
}
.playZhi .box .button > img {
  width: 10.5rem;
  animation: yuan 5s infinite linear;
}
.playZhi .box .button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.playZhi .box .button span img {
  width: 1.4rem;
  transition: 0.4s;
}
.playZhi .box .button:hover span img {
  transform: scale(0.7);
}
@keyframes yuan {
  100% {
    transform: rotate(-360deg);
  }
}
.hy_about1 {
  background: url(../images/aboutbg.png) no-repeat 50% 50%;
  background-size: cover;
}
.hy_about1 .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_about1 .box .banner .swiper-slide {
  width: 12%;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  max-height: 500px;
}
.hy_about1 .box .banner .swiper-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: url(../images/shu.png);
  background-size: 100% 100%;
}
.hy_about1 .box .banner .swiper-slide:last-child::after {
  background: none;
}
.hy_about1 .box .banner .swiper-slide .item {
  width: 48.875rem;
  min-width: 100%;
  position: relative;
  background: url(../images/aboutbg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  transition: 0.4s;
}
.hy_about1 .box .banner .swiper-slide .item .img img {
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.hy_about1 .box .banner .swiper-slide .item .content1 {
  position: absolute;
  top: 2rem;
  left: 4.5rem;
}
.hy_about1 .box .banner .swiper-slide .item .content1 h5 {
  font-size: 1.25rem;
  font-family: 'albb_m';
  width: 2.5rem;
  line-height: 2.125rem;
  transition: 0.4s;
}
.hy_about1 .box .banner .swiper-slide .item .content1 h6 {
  font-size: 1rem;
  font-family: 'albb_r';
  margin-top: 1.25rem;
  opacity: 0;
}
.hy_about1 .box .banner .swiper-slide .item .content2 {
  position: absolute;
  bottom: 3.125rem;
  left: 4.5rem;
}
.hy_about1 .box .banner .active {
  width: 52%;
}
.hy_about1 .box .banner .active .item .img img {
  opacity: 1;
}
.hy_about1 .box .banner .active .item .content1 {
  left: 3.75rem;
}
.hy_about1 .box .banner .active .item .content1 h5 {
  width: auto;
}
.hy_about1 .box .banner .active .item .content1 h6 {
  opacity: 1;
}
.hy_about1 .box .banner .active .item .content2 {
  left: 3.75rem;
}
.hy_about2 .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_about2 .box .list {
  display: none;
}
.hy_about2 .box .list .item .boxLeft {
  width: 50%;
}
.hy_about2 .box .list .item .boxLeft img {
  width: 100%;
}
.hy_about2 .box .list .item .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5.75rem;
  background: #f7f7f7;
}
.hy_about2 .box .list .item .boxRight .main {
  margin-top: 4.25rem;
}
.hy_about2 .box .list .item .boxRight .main > div {
  margin-bottom: 1.125rem;
}
.hy_about2 .box .list .item .boxRight .main > div:last-child {
  margin-bottom: 0;
}
.hy_about2 .box .list .item .boxRight .main .top {
  font-size: 1.75rem;
  font-family: 'gilroy_bold';
  color: #d90026;
}
.hy_about2 .box .list .item .boxRight .main .bot {
  font-family: 'albb_r';
  font-size: 1.25rem;
  /* color: #666; */
  margin-top: 0.4rem;
  color: #d90026;
}
.hy_about2 .box .active {
  display: block;
}
.hy_about2 .box1 {
  margin-top: 4.5rem;
  position: relative;
}
.hy_about2 .box1 .banner {
  padding: 0 2rem;
}
.hy_about2 .box1 .banner .item {
  font-size: 1.25rem;
  font-family: 'gilroy_bold';
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.125rem;
}
.hy_about2 .box1 .banner .item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 0;
  width: 6px;
  height: 6px;
  margin-right: -3px;
  background: #ccc;
  border-radius: 50%;
}
.hy_about2 .box1 .banner .item span {
  cursor: pointer;
}
.hy_about2 .box1 .banner .active .item span {
  color: #d90026;
  border-bottom: 2px solid #d90026;
  display: inline-block;
}
.hy_about2 .box1 .banner .swiper-slide-active .item span {
  color: #d90026;
  border-bottom: 2px solid #d90026;
  display: inline-block;
  padding-bottom: 0.125rem;
}
.hy_about2 .box1 .button p {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #a1aebf;
  transition: 0.4s;
  cursor: pointer;
  color: #152b4f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 2;
}
.hy_about2 .box1 .button p:hover {
  background: #d90026;
  color: #fff;
  border: 1px solid #d90026;
}
.hy_about2 .box1 .button .prev {
  left: 0;
}
.hy_about2 .box1 .button .next {
  right: 0;
}
.hy_about3 {
  position: relative;
  background: url(../images/ten.png) no-repeat 50% 50%;
  background-size: cover;
}
.hy_about3 .img img {
  width: 100%;
}
.hy_about3 .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
  color: #fff;
}
.hy_about3 .box {
  padding: 0 9.375rem;
  position: relative;
}
.hy_about3 .box .banner .item {
  text-align: center;
  transition: 0.4s;
  padding: 3.75rem 0 6.875rem;
}
.hy_about3 .box .banner .item .content1 {
  color: #fff;
  font-family: 'albb_r';
  font-size: 1.125rem;
}
.hy_about3 .box .banner .item .content1 span {
  font-family: 'gilroy_bold';
  font-size: 4.5rem;
}
.hy_about3 .box .banner .item .content2 {
  margin-top: 1.5625rem;
  font-size: 1rem;
  color: #fff;
  font-family: 'albb_r';
}
.hy_about3 .box .banner .item:hover {
  background: url(../images/h.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.hy_about3 .box .button p {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #a1aebf;
  transition: 0.4s;
  cursor: pointer;
  color: #152b4f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hy_about3 .box .button p span {
  color: #fff;
}
.hy_about3 .box .button p:hover {
  background: #d90026;
  border: 1px solid #d90026;
}
.hy_about3 .box .button .prev {
  left: 0;
}
.hy_about3 .box .button .next {
  right: 0;
}
.hy_about4 {
  position: relative;
}
.hy_about4 .img img {
  width: 100%;
}
.hy_about4 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
  z-index: 2;
}
/* 
.hy_about4 {
  position: relative;
}
.hy_about4 .img img {
  width: 100%;
}
.hy_about4 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
  z-index: 2;
}
.hy_about4 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hy_about4 .list .item {
  position: absolute;
  text-align: center;
}
.hy_about4 .list .item .text {
  font-size: 18px;
  color: #000;
}
.hy_about4 .list .item .dian {
  width: 12px;
  height: 12px;
  background: #d90026;
  margin: 5px auto;
  border-radius: 50%;
  position: relative;
}
.hy_about4 .list .item .dian::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d90026;
  border-radius: 50%;
  opacity: 0.5;
  animation: bg_div 3s infinite;
}
.hy_about4 .list .flexBetween .dian {
  margin: 5px;
}
.hy_about4 .list .beijing {
  top: 38.9%;
  left: 56.8%;
}
.hy_about4 .list .tianjing {
  top: 43.8%;
  left: 57.8%;
}
.hy_about4 .list .tianjing .dian::after {
  animation-delay: 0.2s;
}
.hy_about4 .list .dalian {
  top: 39.3%;
  left: 62.5%;
}
.hy_about4 .list .xian {
  top: 54.3%;
  left: 49.5%;
}
.hy_about4 .list .xian .dian::after {
  animation-delay: 1.7s;
}
.hy_about4 .list .chongqing {
  top: 63.3%;
  left: 48%;
}
.hy_about4 .list .hefei {
  top: 58.3%;
  left: 58.5%;
}
.hy_about4 .list .hefei .dian::after {
  animation-delay: 0.4s;
}
.hy_about4 .list .huangshi {
  top: 62.1%;
  left: 55.8%;
}
.hy_about4 .list .huangshi .dian::after {
  animation-delay: 0.6s;
}
.hy_about4 .list .jian {
  top: 67.7%;
  left: 56.5%;
}
.hy_about4 .list .jian .dian::after {
  animation-delay: 0.7s;
}
.hy_about4 .list .ganzhou {
  top: 71.6%;
  left: 56.2%;
}
.hy_about4 .list .ganzhou .dian::after {
  animation-delay: 0.7s;
}
.hy_about4 .list .changsha {
  top: 70.3%;
  left: 53.5%;
}
.hy_about4 .list .changsha .dian::after {
  animation-delay: 0.8s;
}
.hy_about4 .list .yiyang {
  top: 65.7%;
  left: 52.8%;
}
.hy_about4 .list .yiyang .dian::after {
  animation-delay: 0.3s;
}
.hy_about4 .list .guangzhou {
  top: 78.7%;
  left: 54.5%;
}
.hy_about4 .list .guangzhou .dian::after {
  animation-delay: 1s;
}
.hy_about4 .list .zhuhai {
  top: 84%;
  left: 54.5%;
}
.hy_about4 .list .zhuhai .dian::after {
  animation-delay: 0.5s;
}
.hy_about4 .list .shengzheng {
  top: 83%;
  left: 56%;
}
.hy_about4 .list .shengzheng .dian::after {
  animation-delay: 1.2s;
}
.hy_about4 .list .dongguan {
  top: 80.4%;
  left: 56%;
}
.hy_about4 .list .dongguan .dian::after {
  animation-delay: 0.7s;
}
.hy_about4 .list .shanghai {
  top: 61.5%;
  left: 63.5%;
}
.hy_about4 .list .shanghai .dian::after {
  animation-delay: 1.4s;
}
.hy_about4 .list .yancheng {
  top: 59.7%;
  left: 62.5%;
}
.hy_about4 .list .yancheng .dian::after {
  animation-delay: 0.3s;
}
.hy_about4 .list .suzhou {
  top: 62%;
  left: 60.4%;
}
.hy_about4 .list .suzhou .dian::after {
  animation-delay: 1.6s;
}
.hy_about4 .list .huaian {
  top: 56%;
  left: 61%;
}
@keyframes bg_div {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
} */
.hy_about5 {
  background: #f7f7f7;
  overflow: hidden;
}
.hy_about5 .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_about5 .box .banner {
  position: relative;
}
.hy_about5 .box .banner .swiper-slide {
  position: relative;
  top: 1px;
  border-bottom: 1px solid #ddd;
}
.hy_about5 .box .banner .item {
  text-align: center;
  background: #fff;
  height: 10rem;
  display: flex;
  align-items: center;
}
.hy_about5 .box .banner .item img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.hy_about5 .box .banner .swiper-pagination {
  position: initial;
  margin-top: 3.375rem;
}
.hy_about5 .box .banner .swiper-pagination span {
  margin: 0 5px;
}
.hy_about5 .box .banner .imgbg {
  position: absolute;
  left: -10.4vw;
  bottom: 0;
  transform: translateY(35%);
}
.hy_about5 .box .banner .imgbg img {
  width: 100vw;
}
.hy_about5 .box .banner1 {
  margin-top: 3.375rem;
}
.hy_about5 .box .banner1 .item {
  text-align: center;
  background: #fff;
  height: 10rem;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}
.hy_about5 .box .banner1 .item img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.hy_about5 .box .banner1 .swiper-pagination {
  position: initial;
  margin-top: 3.375rem;
}
.hy_about5 .box .banner1 .swiper-pagination span {
  margin: 0 5px;
}
.hy_about5 .box .banner .button{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: #152b4f;
	z-index: 2;
	margin-top: 2rem;
}
.hy_about5 .box  .button:hover{
	 background: #d90026;
	  border: 1px solid #d90026;
}
.hy_about5 .box  .button:hover span{
	color: #fff;
}
.hy_about6 .title {
  font-size: 2.625rem;
  font-family: 'albb_m';
  text-align: center;
}
.hy_about6 .content1 {
  text-align: center;
  font-family: 'albb_m';
  font-size: 1.375rem;
  line-height: 2.125rem;
  margin-top: 5rem;
}
.hy_about6 .content2 {
  margin-top: 3.75rem;
}
.hy_about6 .content2 .boxLeft {
  width: 50%;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 4rem 3.125rem;
}
.hy_about6 .content2 .boxLeft .text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
  text-align: justify;
}
.hy_about6 .content2 .boxRight {
  width: 50%;
}
.hy_about6 .content2 .boxRight img {
  width: 100%;
}
.hy_about7 {
  margin-top: 2.5rem;
}
.hy_about7 .box .list .item .boxTop {
  padding: 0 4rem;
  line-height: 5rem;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
.hy_about7 .box .list .item .boxTop div {
  box-sizing: border-box;
}
.hy_about7 .box .list .item .boxTop .content1 {
  width: 25%;
}
.hy_about7 .box .list .item .boxTop .content2 {
  width: 20%;
}
.hy_about7 .box .list .item .boxTop .content3 {
  width: 5%;
  display: flex;
  align-items: center;
}
.hy_about7 .box .list .item .boxTop .content3 p {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #d90026;
  display: flex;
  align-items: center;
}
.hy_about7 .box .list .item .boxTop .content3 p span {
  display: block;
  width: 13px;
  height: 1px;
  margin: auto;
  background: #d90026;
  position: relative;
}
.hy_about7 .box .list .item .boxTop .content3 p span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  transform: rotate(90deg);
  background: #d90026;
}
.hy_about7 .box .list .item .boxBot {
  padding: 0 4rem 3.25rem 4rem;
  display: none;
}
.hy_about7 .box .list .item .boxBot .text {
  margin-bottom: 2.5rem;
}
.hy_about7 .box .list .item .boxBot .text h5 {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
}
.hy_about7 .box .list .item .boxBot .text div {
  margin-top: 1rem;
}
.hy_about7 .box .list .item .boxBot .text div p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.hy_about7 .box .list .active .boxTop .content3 p span::after {
  transform: rotate(0deg);
}
.hy_about7 .box .list .active .boxBot {
  display: block;
}
.hy_about7 .link {
  margin-top: 4rem;
}
.join_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.join_layer .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.join_layer .box .main {
  margin: auto;
  background: #fff;
  width: 40rem;
  min-height: 6.25rem;
  box-sizing: border-box;
  padding: 4rem 3rem 0;
  position: relative;
}
.join_layer .box .main > span {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}
.join_layer .box .main .input {
  margin-bottom: 2rem;
}
.join_layer .box .main .input .item {
  width: 33.333%;
  box-sizing: border-box;
}
.join_layer .box .main .input .item input {
  display: block;
  width: 100%;
  height: 3rem;
  border: 1px solid #ddd;
  padding-left: 1rem;
}
.join_layer .box .main .content1 {
  text-align: center;
}
.join_layer .box .main .content1 img {
  width: 11.875rem;
  cursor: pointer;
}
.join_layer .box .main .content1 input {
  display: none;
}
.join_layer .box .main .content2 {
  text-align: center;
  font-size: 0.875rem;
  color: #999;
  margin-top: 1rem;
}
.join_layer .box .main .content3 {
  margin-top: 2.375rem;
}
.join_layer .box .main .content3 input {
  margin: auto;
  background: none;
  width: 9.625rem;
  height: 2.8125rem;
  border: 1px solid #d90026;
  transition: 0.4s;
  cursor: pointer;
  color: #d90026;
}
.join_layer .box .main .content3 input:hover {
  background: #d90026;
  color: #fff;
}
.join_layer .box .main .content4 {
  padding: 3.125rem 0 2.25rem;
  text-align: center;
}
.mob_header {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100% - 52px);
  background: #fff;
  z-index: 5;
  display: none;
}
.mob_header .mob_top {
  width: 90%;
  margin: auto;
}
.mob_header .mob_top .btn {
  line-height: 50px;
}
.mob_header .mob_top .btn span {
  font-size: 26px;
  color: #666;
}
.mob_header .bob_nav {
  width: 90%;
  margin: 50px auto;
  padding-bottom: 50px;
  height: calc(100% - 60px);
  overflow-y: scroll ;
  box-sizing: border-box;
  overflow-x: hidden;
}
.mob_header .bob_nav .nav_item {
  border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item > a {
  line-height: 55px;
  font-size: 15px;
  width: 100%;
}
.mob_header .bob_nav .nav_item > a span {
  color: #000;
}
.mob_header .bob_nav .nav_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_titlt {
  line-height: 55px;
  font-size: 15px;
}
.mob_header .bob_nav .nav_item .nav_titlt i {
  color: #999;
  transition: 0.4s;
}
.mob_header .bob_nav .nav_item .act i {
  transform: rotate(45deg);
}
.mob_header .bob_nav .nav_item .nav_select {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item {
  border-top: 1px dashed #eee;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a {
  display: block;
  width: 100%;
  color: #666;
  line-height: 50px;
}
.mob_header .bob_nav::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.mob_header .bob_nav::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
}
.mob_header .bob_nav::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.hy_select_nav {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff8fa;
  display: none;
}
.hy_select_nav .box .item {
  margin: 0 4.0625rem;
}
.hy_select_nav .box .item a {
  font-size: 18px;
  color: #666;
  display: block;
  line-height: 5rem;
}
.hy_select_nav .box .active a {
  color: #d90026;
}
@media screen and (max-width: 1440px) {
	.index_footer .box .boxBot .item .content3 img{
		max-height: 7.5rem;
	}
  .index_header .box .boxLeft .nav ul li {
    margin-right: 1.8125rem;
  }
  .index_header .box .boxLeft .nav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .index_footer .box .boxBot .item .content3 img {
    max-height: 8.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .index_header {
    background: #fff;
    position: sticky;
  }
  .index_header .box .boxLeft .nav {
    display: none;
  }
  .index_header .box .boxRight .language {
    display: none;
  }
  .index_header .box .boxRight .link {
    display: none;
  }
  .index_header .box .boxRight .phone {
    display: none;
  }
  .index_banner .box .banner .item .main {
    top: 30%;
  }
  .index_header .box .boxRight .search {
    filter: invert(1);
  }
  .index_banner .box .button {
    display: none;
  }
  .index_banner .box .mouse {
    display: none;
  }
  .index_header .box .boxLeft .logo a img {
    height: 22px;
  }
  .index_header .box .boxLeft .logo {
    padding: 15px 0;
  }
  .index_header .box .boxRight .search {
    line-height: 52px;
  }
  .index_banner .box .banner .item .main .content2 {
    margin-top: 2.25rem;
  }
  .index_banner .box .page {
    bottom: 1rem;
  }
  .index_new > .box .boxRight {
    display: none;
  }
  .index_new > .box .boxLeft {
    width: 100%;
  }
  .index_footer .box .boxTop .boxLeft {
    display: none;
  }
  .hy_pro .box .boxLeft {
    width: 100%;
  }
  .hy_pro .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .hy_news .box .main1 a .boxLeft {
    width: 100%;
  }
  .hy_news .box .main1 a .boxRight {
    width: 100%;
    padding: 5rem;
  }
  .hy_news_question .box .item {
    width: 100%;
  }
  .hy_down .box .list {
    justify-content: space-between;
  }
  .hy_down .box .list .item {
    width: 48%;
    margin-right: 0%;
  }
  .hy_about .box .boxLeft {
    width: 100%;
  }
  .hy_about .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .hy_about1 .box .banner .swiper-slide::after {
    display: none;
  }
  .hy_about1 .box .banner .swiper-slide .item {
    width: 100%;
  }
  .hy_about1 .box .banner .swiper-slide .item .img img {
    opacity: 1;
  }
  .hy_about1 .box .banner .swiper-slide .item .content1 h6 {
    opacity: 1;
  }
  .hy_about2 .box .list .item .boxLeft {
    width: 100%;
  }
  .hy_about2 .box .list .item .boxRight {
    width: 100%;
    padding: 4rem;
  }
  .hy_about2 .box .list .item .boxRight .main {
    margin-top: 0;
  }
  .hy_about3 .box {
    padding: 0 5rem;
  }
  .hy_about6 .content2 .boxLeft {
    width: 100%;
  }
  .hy_about6 .content2 .boxRight {
    width: 100%;
  }
  .hy_about7 .box .list .item .boxTop .content3 {
    width: 8%;
  }
  .hy_about7 .box .list .item .boxTop .content1 {
    width: 24%;
  }
  .hy_content .box .item {
    width: 47%;
  }
  .searchBox {
    top: 52px;
  }
  .index_header .box .boxRight .menu {
    display: flex;
  }
  .searchBox .boxMain input[type='text'] {
    height: 4.125rem;
    width: 30rem;
  }
  .searchBox .boxMain a input {
    width: 4.125rem;
    height: 4.125rem;
  }
  .hy_nav {
    top: 52px;
  }
  .index_pro{
	  padding-right: 5.2vw;
  }
  .index_pro .box .banner .swiper-slide{
	  margin-right: 0;
  }
  .index_pro .box .banner .item a .content2 {
      padding: 0 2rem;
  }
  .index_about .box .boxBot .item .main4 {
      right: 1.5rem;
  }
  .index_about .box .boxBot .item {
      padding-left: 3.2vw;
  }
  .hy_about7 .box .list .item .boxTop {
      padding: 0;
  }
  .hy_about7 .box .list .item .boxTop .content1 {
      width: 20%;
  }
  .hy_about7 .box .list .item .boxTop .content3 {
      width: 11%;
  }
  .hy_content1 .box .item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2rem;
  }
  .hy_select_nav{
	  display: none !important;
	  visibility: hidden;
  }
  .index_footer .box .boxBot .item{
	  width: 100%;
	  border: 0;
  }
  .index_footer .box .boxBot .item .content3 {
      right: 0;
  }
  .index_cloumn{
	  display: none !important;
  }
  .hy_productNew .box .list .information .left{
	  width: 100%;
  }
  .hy_productNew .box .list .information .right{
  	  width: 100%;
	  padding:2rem;
  }
  .hy_productNew .box .list .banner .swiper-slide{
	  width: 48%;
	  margin-right: 0;
  }
  .hy_productNew .box .list .banner .swiper-wrapper{
	  justify-content: space-between;
  }
  .hy_productNew .box .list .banner .item a .content1 img {
      max-width: 90%;
  }

  
}
@media screen and (max-width: 669px) {
	.Intelligent .box .biaoti .zhi {
	    font-size: 8.3125rem;
	}
  .index_banner .box .banner .item .main .content1 {
    font-size: 2rem;
  }
  .index_banner .box .page {
    /* display: none; */
  }
  .index_banner .swiper-pagination-bullet-active {
      margin-right: 30px;
      opacity: 1;
  }
  @keyframes middle {
    0% {
      width: 0px;
    }
    100% {
      width: 20px;
    }
  }
  .index_title .box .boxLeft h5 {
    font-size: 2rem;
  }
  .index_link a {
    width: 12rem;
  }
  .index_pro .box .banner .swiper-slide {
    margin-right: 0;
  }
  .index_pro {
    padding: 0 5.2vw 3rem;
  }
  .p94 {
    padding-top: 3rem;
  }
  .index_link a img {
    display: none;
  }
  .index_about .img1 {
    width: 100%;
  }
  .index_about .box .boxTop {
    width: auto;
  }
  .index_about .box .boxTop .content1 h5 {
    font-size: 2rem;
  }
  .index_about .box .boxBot .item {
    width: 50%;
  }
  .index_about .box .boxBot .item:nth-child(1) {
    width: 50%;
  }
  .index_about .box .boxBot .item:nth-child(2) {
    width: 50%;
  }
  .index_about .img1 {
    height: 65%;
  }
  .index_about .img2 {
    position: absolute;
    top: 65%;
    width: 100%;
    height: 36%;
  }
  .index_about .box .boxTop .content2 {
    height: auto;
    padding-right: 0;
  }
  .index_pro .box .button {
    right: -3.2vw;
  }
  .index_new > .box .boxLeft .item a .left {
    width: 100%;
  }
  .index_new > .box .boxLeft .item a .right {
    width: 100%;
    padding: 2rem 0 0;
  }
  .index_footer .box .boxBot .item {
    width: 100%;
    padding: 2rem 0 2rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .index_footer .box .boxBot .item .content3 {
    right: 0;
  }
  .index_footer {
    padding-top: 3rem;
  }
  .index_footer .box .info_box .left {
    line-height: 2.5rem;
    width: 100%;
    text-align: center;
  }
  .index_footer .box .info_box .left a {
    display: block;
  }
  .index_footer .box .info_box .right {
    display: none;
  }
  .index_footer .box .info_box {
    padding: 2rem 0;
  }
  .index_new {
    padding-bottom: 0rem;
  }
  .index_pro .box .banner .item a .content2 .right {
    margin-top: 1rem;
  }
  .index_new > .box .boxLeft .item a .right .content4 {
    margin-top: 2rem;
  }
  .index_footer .box .boxBot {
    margin-top: 3rem;
  }
  .hy_product .box {
    margin: 0 5.2vw;
  }
  .hy_product .box .list .title {
    font-size: 2rem;
  }
  .w1520 {
    margin: 0 5.2vw;
  }
  .hy_news .title {
    font-size: 2rem;
  }
  .hy_banner .main .content2 {
    font-size: 2rem;
  }
  .hy_news .box .main1 a .boxRight {
    padding: 2rem;
  }
  .hy_news .box .main2 .item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2rem;
  }
  .hy_news .box .main2 {
    margin-bottom: 2rem;
  }
  .fengye .active {
    display: block;
  }
  .fengye p a {
    display: none;
  }
  .fengye div a {
    width: 3.8125rem;
    height: 3.8125rem;
    line-height: 3.8125rem;
  }
  .news_box1 .box {
    padding: 0 5.2vw;
  }
  .news_box2 > div {
    padding: 0 5.2vw;
  }
  .news_box2 .box .item a {
    width: 3.8125rem;
    height: 3.8125rem;
    line-height: 3.8125rem;
  }
  .news_box2 .box .go a {
    width: 10rem;
    line-height: 3.8125rem;
  }
  .hy_news_question .title {
    font-size: 2rem;
  }
  .news_box1 .box .content1 h5 {
    font-size: 1.5rem;
  }
  .hy_news_question .box .item .content1 {
    line-height: 4.5rem;
  }
  .fengye p a {
    width: 3.8125rem;
    height: 3.8125rem;
    line-height: 3.8125rem;
  }
  .hy_about .box .boxLeft .content1 p img {
    height: 4.25rem;
  }
  .hy_about .box .boxLeft .content2 {
    font-size: 1.8rem;
  }
  .hy_about .box .boxLeft .content1 div {
    font-size: 2rem;
  }
  .hy_about .box .boxLeft .content2 img {
    height: 2rem;
  }
  .p94_ {
    padding-bottom: 3rem;
  }
  .m54 {
    margin-top: 3.375rem;
  }
  .hy_about1 .title {
    font-size: 2rem;
  }
  .hy_about1 .box .banner .swiper-slide .item .content1 h5 {
    width: auto;
  }
  .hy_about1 .box .banner .swiper-slide .item .content2 img {
    height: 3rem;
  }
  .hy_about2 .title {
    font-size: 2rem;
  }
  .hy_about3 .title {
    font-size: 2rem;
  }
  .hy_about4 .title {
    font-size: 2rem;
  }
  .hy_about4 .img img {
    margin-top: 5rem;
  }
  .hy_about5 .title {
    font-size: 2rem;
  }
  .hy_about6 .title {
    font-size: 2rem;
  }
  .hy_about6 .content1 {
    margin-top: 2rem;
  }
  .hy_about7 .box .list .item .boxTop {
    padding: 1rem 0;
    line-height: 3rem;
  }
  .hy_about7 .box .list .item .boxTop .content1 {
    width: 33.333%;
  }
  .hy_about7 .box .list .item .boxTop .content2 {
    width: 50%;
  }
  .hy_about7 .box .list .item .boxTop .content3 {
    width: 10%;
  }
  .hy_about7 .box .list .item .boxBot {
    padding: 0 0rem 3.25rem 0rem;
  }
  .join_layer .box .main .input .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .join_layer .box .main {
    width: 90%;
  }
  .hy_content .box .item {
    width: 100%;
  }
  .hy_content1 .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .hy_content2 .box .boxLeft {
    width: 100%;
  }
  .hy_content2 .box .boxRight {
    width: 100%;
  }
  .hy_content2 .box .boxRight textarea {
    border: 1px solid #ddd;
    border-top: 0;
  }
  .hy_content1 .box .item .content3 p {
    line-height: 2rem;
  }
  .hy_content1 .box .item .content3 p:last-child {
    padding-left: 0;
  }
  .hy_content1 .box .item .content3 p:last-child span {
    position: initial;
  }
  .hy_content .title {
    font-size: 2rem;
  }
  .hy_content .box .item {
    margin-top: 2rem;
  }
  .hy_productNew .box .list .banner .item a .content2 {
      font-size: 1.5rem;
      color: #000;
      font-family: 'albb_m';
      text-align: center;
      padding: 0 1rem;
  }
  .hy_productNew .box .list .banner .item a .content2 {
      padding: 0 1rem;
  }
}
