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



.index_cloumn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 60%;
  background: #0061ae;
  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;
  background-color: rgba(255, 255, 255, 0.6);
}
.index_header .box {
  margin: 0 3.125vw;
}
.index_header .box .boxLeft .logo {
  padding: 10px 0;
}
.index_header .box .boxLeft .logo a img {
  height: 66px;
}
.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: #0061ae;
}
.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: #0061ae;
  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: #0061ae;
  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: #0061ae;
}
.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: #0061ae 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: 4rem;
  color: #ffffff;
  font-family: 'gilroy_Medium';
   text-shadow: 2px 2px 5px black
}
.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 #0061ae;
  background: #0061ae;
}
.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: #0061ae;
  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.65rem;
  color: #000;
}
.index_title .box .boxLeft h5 {
  font-family: 'albb_m';
  font-size: 3.675rem;
  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: 35rem;
  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 {

}
.index_pro .box .banner .item a .content1 .img img {
  width: 100%;
}

.index_pro .box .banner .item a:hover  {
transform: scale(1.02);
    transition: 0.4s;
}


.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: 2.125rem;
  font-family: 'albb_m';
  color: #000;
  transition: 0.4s;
}
.index_pro .box .banner .item a .content2 .left h6 {
  margin-top: 1rem;
  font-size: 1.5rem;
  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: #0061ae;
}
.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: #0061ae;
}
.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: #0061ae;
}
.index_about {
  position: relative;
  overflow: hidden;
}
.index_about .img1 {
  position: absolute;
  top: 0;
  width: 60%;
  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% - 60%);
  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(60% - 10.4vw);
}
.index_about .box .boxTop .content1 h6 {
  font-size: 1.65rem;
  color: #000;
}
.index_about .box .boxTop .content1 h5 {
  font-size: 3.675rem;
  font-family: 'albb_m';
  margin-top: 0.3125rem;
}
.index_about .box .boxTop .content2 {
  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: 1.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(4) .main2 {
  color: #fff;
    text-shadow: 1px 1px 1px black;
}
.index_about .box .boxBot .item:nth-child(4) .main3 {
  color: #fff;
    text-shadow: 1px 1px 1px black;
}
.index_about .box .boxBot .item:nth-child(4) .main4 {
  color: #fff;
}
.index_about .box .boxBot .item:nth-child(5) .main2 {
  color: #fff;
    text-shadow: 1px 1px 1px black;
}
.index_about .box .boxBot .item:nth-child(5) .main3 {
  color: #fff;
    text-shadow: 1px 1px 1px black;
}
.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.575rem;
  color: #000;
  transition: 0.4s;
  margin: 0.875rem 0 1.875rem;
}
.index_new > .box .boxLeft .item a .right .content3 {
  font-size: 1.3rem;
  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: #0061ae;
}
.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: #0061ae;
}
.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.575rem;
  color: #000;
  margin: 0.875rem 0 1.875rem;
  transition: 0.4s;
}
.index_new > .box .boxRight .right .content3 {
  font-size: 1.3rem;
  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: #0061ae;
}
.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: #0061ae;
}
.index_footer {
  background: #152b4f;
  padding-top: 3rem;
}
.index_footer .box .boxTop .boxLeft .item {
  margin-right: 11rem;
}
.index_footer .box .boxTop .boxLeft .item:last-child {
  margin: 0;
}
.index_footer .box .boxTop .boxLeft .item h5 {
  font-family: 'albb_m';
  font-size: 1.525rem;
  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: 1.3rem;
  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: #0061ae;
  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);
}
.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: 3.25rem;
  color: #fff;
  font-family: 'albb_r';
  text-align: center;
}

.hy_banner .main .content1 a{ color:#ffffff
}

.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: #0061ae;
  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: #0061ae;
}
.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 #0061ae;
  background: #0061ae;
}
.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: #0061ae;
}
.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 {
  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: #0061ae;
  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: #0061ae;
}
.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 #0061ae;
  background: #0061ae;
}
.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: #0061ae;
}
.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: #0061ae;
}
.hy_bread .box .boxLeft p span {
  font-family: 'albb_m';
}
.hy_bread .box .boxRight a {
  font-family: 'albb_m';
  font-size: 1rem;
  color: #0061ae;
}
.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 #0061ae;
}
.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: #0061ae;
}
.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;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 2;
}
.hy_nav div {
  margin: 0 2.625rem;
}
.hy_nav div a {
  font-size: 1.55rem;
  color: #999;
  font-family: 'albb_r';
  display: inline-block;
  line-height: 5rem;
  transition: 0.4s;
}
.hy_nav div a:hover {
  color: #0061ae;
}
.hy_nav .active a {
  color: #0061ae;
  border-bottom: 1px solid #0061ae;
}
.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: #0061ae;
}
.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: #0061ae;
}
.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;
  text-align:center
}
.hy_news .box .main2 .item a .left img {
  transition: 0.4s;
  max-height:200px;
  max-width:100%
}
.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: #0061ae;
}
.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: #0061ae;
}
.hy_news .box .main2 .item a:hover .right .content4 {
  border-top: 1px solid #0061ae;
}
.fengye {
  text-align: center;
}
.fengye div a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border: 1px solid #0061ae;
  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: #0061ae;
  border: 1px solid transparent;
  color: #fff;
}
.fengye .active {
  color: #0061ae;
}
.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: #0061ae;
}
.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:1.5rem;
  padding-top:1.5rem
}
.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: 1.3rem;
  color: #666;
  line-height: 2.625rem;
  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 #0061ae;
  background: #0061ae;
  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: #0061ae;
  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: #0061ae;
  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 #0061ae;
  background: #0061ae;
}
.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: 1.3rem;
  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: #0061ae;
  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: 9.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 {
  top: 0.3125rem;
  left: 0;
}
.hy_about .box .boxRight {
  width: 50%;
  font-size: 1.3rem;
  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-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-size: 100% 100%;
}
.hy_about1 .box .banner .swiper-slide:last-child::after {
  background: none;
}
.hy_about1 .box .banner .swiper-slide .item {
  width: 48.875rem;
  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;
  text-shadow: 1px 1px 1px #ffffff;
}
.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: #0061ae;
}
.hy_about2 .box .list .item .boxRight .main .bot {
  font-family: 'albb_r';
  font-size: 1.25rem;
  /* color: #666; */
  margin-top: 0.4rem;
  color: #0061ae;
}
.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.55rem;
  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: #0061ae;
  border-bottom: 2px solid #0061ae;
  display: inline-block;
}
.hy_about2 .box1 .banner .swiper-slide-active .item span {
  color: #0061ae;
  border-bottom: 2px solid #0061ae;
  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: #0061ae;
  color: #fff;
  border: 1px solid #0061ae;
}
.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: #0061ae;
  border: 1px solid #0061ae;
}
.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: #0061ae;
  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: #0061ae;
  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: #0061ae;
	  border: 1px solid #0061ae;
}
.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 #0061ae;
  display: flex;
  align-items: center;
}
.hy_about7 .box .list .item .boxTop .content3 p span {
  display: block;
  width: 13px;
  height: 1px;
  margin: auto;
  background: #0061ae;
  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: #0061ae;
}
.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 #0061ae;
  transition: 0.4s;
  cursor: pointer;
  color: #0061ae;
}
.join_layer .box .main .content3 input:hover {
  background: #0061ae;
  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;
  font-size:14px
}
.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: #0061ae;
}
@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: 36px;
  }
  .index_header .box .boxLeft .logo {
    padding: 5px 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;
  }
  .sj{ display:none}
  .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 {
  }
  .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; */
  }
    	.main_box .MZ_hxjz_BtL{
		width: 100%;
	}
	.main_box .MZ_hxjz_BtR{
		width: 100%;
		margin-top: 5%;
	}
	.MZ_hxjz_BtL p{
		margin-top: 5%;
	}
	.main_box .MZ_hxjz_BtL{
		width: 100%;
	}
	.main_box .MZ_hxjz_BtR{
		width: 100%;
		margin-top: 5%;
	}
	.MZ_hxjz_BtL p{
		margin-top: 5%;
	}
	.main_box {
    flex-wrap: wrap;
}
  .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_about .box .boxBot{ display:none}
  .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: 100%;
  }
  .index_about .img2 {
    position: absolute;
    top: 67%;
    width: 100%;
    height: 36%;
	display:none
  }
  .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_about .box .boxTop .content3{ padding-bottom:20px}
  .index_new > .box .boxLeft .item a .right {
    width: 100%;
    padding: 2rem 0 0;
  }
  .index_about .box .boxTop .content2{ line-height:3rem}
  .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: 8.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.8rem;
      color: #000;
      font-family: 'albb_m';
      text-align: center;
      padding: 0 1rem;
  }
  .hy_productNew .box .list .banner .item a .content2 {
      padding: 0 1rem;
  }
}

.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #0061ae;
	background-color: #0061ae;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #0061ae;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #0061ae;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}


.hxfw_section{width: 100%;}
.hxfw_section ul{width: 100%;}
.hxfw_section ul li{background: #ffffff;}
.hxfw_section ul li:nth-child(even){background: #f7f7f7;}
.hxfw_section ul li a{width: 100%;padding-top: 180px;padding-bottom: 140px;display: block;}
.hxfw_section ul li a .content{width: 100%;overflow: hidden;}
.hxfw_section ul li a .content .left{width: 52.22%;float: left;position: relative;padding-left: ;}
.hxfw_section ul li:nth-child(even) a .content .left{float: right;padding-left: 0;padding-right: ;}
.hxfw_section ul li a .content .left .picbox1{width: 100%;height: 624px;}
.hxfw_section ul li a .content .left .pic{width: calc(100% - 42px);height: 583px;position: absolute;left: 0;top: 0;overflow: hidden;}
.hxfw_section ul li:nth-child(even) a .content .left .pic{left: auto;right: 0;}
.hxfw_section ul li a .content .left .pic div{width: 100%;height: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.hxfw_section ul li a .content .left:hover .pic div{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);}
.hxfw_section ul li a .content .right{width: 42.78%;float: right;height: 624px;position: relative;}
.hxfw_section ul li:nth-child(even) a .content .right{float: left;}
.hxfw_section ul li a .content .right .wordsbox{padding-left: 68px;position: absolute;left: 0;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);   
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.hxfw_section ul li:nth-child(even) a .content .right .wordsbox{padding-left: 0;padding-right: 68px;}
.hxfw_section ul li a .content .right .wordsbox .num{font-size: 48px;color: #0061ae;line-height: 52px;margin-bottom: 28px;font-weight: lighter;}
.hxfw_section ul li a .content .right .wordsbox .tit{font-size: 48px;color: #000000;line-height: 52px;margin-bottom: 56px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hxfw_section ul li a .content .right .wordsbox .info{font-size: 24px;color: #333333;line-height: 48px;margin-bottom: 74px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.hxfw_section ul li a .content .right .wordsbox .more{width: 220px;font-size: 24px;color: #ffffff;line-height: 56px;text-align: center;background: #0061ae;font-weight: lighter;}
.hxfw_section ul li a .content .right .wordsbox .more:hover{background: #c9a266;}
@media  screen and (max-width: 1680px){
.hxfw_section ul li a{padding-top: 80px;padding-bottom: 80px;}
.hxfw_section ul li a .content .left{padding-left: 30px;}
.hxfw_section ul li:nth-child(even) a .content .left{padding-right: 30px;}
.hxfw_section ul li a .content .left .picbox1{height: 480px;}
.hxfw_section ul li a .content .left .pic{width: calc(100% - 30px);height: 450px;}
.hxfw_section ul li a .content .right{height: 480px;}
.hxfw_section ul li a .content .right .wordsbox{padding-left: 30px;}
.hxfw_section ul li:nth-child(even) a .content .right .wordsbox{padding-right: 30px;}
.hxfw_section ul li a .content .right .wordsbox .num{font-size: 30px;line-height: 34px;margin-bottom: 16px;}
.hxfw_section ul li a .content .right .wordsbox .tit{font-size: 30px;line-height: 34px;margin-bottom: 24px;}
.hxfw_section ul li a .content .right .wordsbox .info{font-size: 18px;line-height: 30px;margin-bottom: 40px;}
.hxfw_section ul li a .content .right .wordsbox .more{width: 180px;font-size: 18px;line-height: 46px;}
}
@media  screen and (max-width: 1280px){
.hxfw_section ul li a{padding-top: 80px;padding-bottom: 80px;}
.hxfw_section ul li a .content .left{padding-left: 30px;}
.hxfw_section ul li:nth-child(even) a .content .left{padding-right: 30px;}
.hxfw_section ul li a .content .left .picbox1{height: 400px;}
.hxfw_section ul li a .content .left .pic{width: calc(100% - 30px);height: 360px;}
}
@media  screen and (max-width: 1024px){
.hxfw_section ul li a{padding-top: 30px;padding-bottom: 30px;}
.hxfw_section ul li a .content .left{width: 100%;padding-left: 0;margin-bottom: 14px;}
.hxfw_section ul li:nth-child(even) a .content .left{padding-right: 0;}
.hxfw_section ul li a .content .left .picbox1{height: 250px;}
.hxfw_section ul li a .content .left .pic{width: calc(100% - 30px);height: 220px;}
.hxfw_section ul li:nth-child(even) a .content .left .pic{left: 0;right: auto;}
.hxfw_section ul li a .content .right{width: 100%;height: auto;}
.hxfw_section ul li a .content .right .wordsbox{padding-left: 0;position: static;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);   
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.hxfw_section ul li:nth-child(even) a .content .right .wordsbox{padding-right: 0;}
.hxfw_section ul li a .content .right .wordsbox .num{font-size: 18px;line-height: 22px;margin-bottom: 10px;}
.hxfw_section ul li a .content .right .wordsbox .tit{font-size: 18px;line-height: 22px;margin-bottom: 14px;}
.hxfw_section ul li a .content .right .wordsbox .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.hxfw_section ul li a .content .right .wordsbox .more{width: 100px;font-size: 14px;line-height: 34px;}
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }

}

@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

.developmentPath .box {
  position: relative;
}
.developmentPath .box .border {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
}
.developmentPath .box .border img {
  width: 100%;
}
.developmentPath .box .banner {
  position: relative;
  z-index: 3;
}
.developmentPath .box .banner .swiper-slide .height_ {
  height: 15rem;
  position: relative;
}
.developmentPath .box .banner .swiper-slide .height_ .item {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 80%;
  background: #fff;
  box-shadow: 0px 0px 1rem #ddd;
  padding: 1.75rem 5% 2rem;
  box-sizing: border-box;
  transition: 0.4s;
  border-radius: 1rem;
}
.developmentPath .box .banner .swiper-slide .height_ .item .top {
  font-size:16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  transition: 0.4s;
}
.developmentPath .box .banner .swiper-slide .height_ .item .bot {
  padding-top: 1.25rem;
}
.developmentPath .box .banner .swiper-slide .height_ .item .bot img {
  width: 100%;
}
.developmentPath .box .banner .swiper-slide .height_ .item::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.25rem;
  border: 0.625rem solid transparent;
  border-top-color: #fff;
  transition: 0.4s;
}
.developmentPath .box .banner .swiper-slide .xian {
  text-align: center;
  margin-top: 2.5rem;
}
.developmentPath .box .banner .swiper-slide .xian span {
  display: inline-block;
  height: 2.5rem;
  width: 1px;
  background: #ddd;
  vertical-align: bottom;
}
.developmentPath .box .banner .swiper-slide .dian {
  text-align: center;
  position: relative;
  top: -9px;
}
.developmentPath .box .banner .swiper-slide .dian span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #d53337;
  border-radius: 50%;
  vertical-align: super;
  opacity: 0;
}
.developmentPath .box .banner .swiper-slide .text {
  font-size: 16px;
  text-align: center;
  font-family: 'albb_m';
}
.developmentPath .box .banner .swiper-slide:hover .height_ .item {
  background: #d53337;
}
.developmentPath .box .banner .swiper-slide:hover .height_ .item .top {
  color: #fff;
}
.developmentPath .box .banner .swiper-slide:hover .height_ .item::after {
  border-top-color: #d53337;
}
.developmentPath .box .banner .swiper-slide:hover .dian span {
  opacity: 1;
}
.developmentPath .box .banner .swiper-slide:hover .text {
  color: #d53337;
}
.developmentPath .button {
  margin-top: 3.75rem;
}
.developmentPath .button .btn {
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #d53337;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 2.875rem;
  cursor: pointer;
  color: #000;
  transition: 0.4s;
  margin: 0 0.625rem;
}
.developmentPath .button .btn:hover {
  background: #d53337;
  border: 1px solid #d53337;
  color: #fff;
}
.developmentPath .button .prev {
  left: 5rem;
}
.developmentPath .button .next {
  right: 5rem;
}
.w_1520 {
    margin: 0 10.4vw;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main_box{
	display: flex;
	justify-content: space-between;
	margin-top: 54px;
}
.MZ_hxjz_BtL{
	width: 61%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.MZ_hxjz_BtR{
	width: 38%;
}
.MZ_hxjz_BtL div{
	width: 100%;
}
.MZ_hxjz_BtL h6{
	background: #005aaa;
	color: #FFFFFF;
	font-size: 22px;
	box-sizing: border-box;
	padding: 2% 18px;
	line-height: 1.4;
	margin: 0;
}
.MZ_hxjz_BtR img{
	width: 100%;
}


.v3 {
    padding: 80px 0 120px 0;
}

.v3 .tits {
    margin-bottom: 50px;
    text-align: left;
}

.v3 .tits h3 {
    color: #0c5da3;
}

.v3 .dots {
    width: calc(100% + 34px);
    margin: 0px 0 0 -17px;
    overflow: hidden;
}

.v3 .dots .dot {
    background: #fff;
    width: calc(50% - 34px);
    margin: 22px 17px;
    float: left;
    display: table;
    border-radius: 20px;
    overflow: hidden;
}

.v3 .dots .dot>* {
    display: table-cell;
    vertical-align: middle;
}

.v3 .dots .dot .d {
    background: #d9d9d9;
    width: 100px;
    text-align: center;
}

.v3 .dots .dot .t {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.v3 .dots .dot .t h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.v3 .dots .dot .t p {
    font-size: 18px;
    color: #555;
    line-height: 24px;
}

.v3 .dots .dot:hover .d {
    background: #eee;
}

.v3 .dots .dot:hover img {
    transform: rotateY(360deg);
}

.v3 .dots .dot .d,.v3 .dots .dot img {
    transition: ease .5s all;
    -moz-transition: ease .5s all;
    -webkit-transition: ease .5s all;
    -o-transition: ease .5s all;
}
@media screen and (max-width: 1250px) {
	.v1 .vt2 .tit{ width:160px;}
	.v1 .vt2 .dots{ width:calc(100% - 160px);}
	.v1 .vt2 .dots .dot {  width: calc(50% - 20px);   margin: 20px 10px;}
	.v1 .vt2 .dots .dot .d h3{ margin-bottom:10px;}
	.v2 .box.box2,.v2 .box.box3,.v2 .box.box1,.v2 .box.box4{width:  50% !important;}
	.v3 .dots{ width:100%; margin:0;}
	.v3 .dots .dot{ width:100%; margin:20px 0; float:none;}
	.v3{ padding:30px 0;}
	.v1 .vt1,.v1 .vt2{ padding:40px 0;}
	.v1 .vt2 .dots .dot .d{ padding:0 0 0 20px;}
	.v3 .tits{ margin-bottom:10px;}
	.v2 .box.box1 .txt,.v2 .box.box4 .txt{ width:100%;}
}

