.w_1720 {
  margin: 0 5vw;
}
.w_1600 {
  margin: 0 8.3vw;
}
.w_1400 {
  margin: 0 13.5vw;
}
.maodian {
  position: relative;
  top: -100px;
}
html{
	/* filter: grayscale(1); */
}
.header_box_phone {
  background: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: 0.5s;
  display: none;
  border-bottom: 1px solid #f5f5f5;
}
.header_box_phone .header_main {
  width: 94%;
  margin: auto;
}
.header_box_phone .header_main .logo img {
  height: 46px;
}
.header_box_phone .header_main .stock {
  line-height: 2.875rem;
  font-size: 1.2rem;
  margin-left: 2rem;
}
.header_box_phone .header_main .shouS {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  font-family: #cf0021;
}
.header_box_phone .header_main .language {
  font-size: 1.5rem;
  line-height: 46px;
  margin-right: 2rem;
}
.header_box_phone .header_main .language a {
  color: #cf0021;
}
.header_box_phone .header_main .language i {
  font-size: 1.4rem;
}
.header_box_phone .header_main .header_menu {
  display: flex;
  align-items: center;
}
.header_box_phone .header_main .header_menu span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.header_box_phone .header_main .header_menu span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 2px;
  top: -10px;
  background-color: #999;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box_phone .header_main .header_menu span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 2px;
  bottom: -10px;
  background-color: #999;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box_phone .header_main .act span {
  background: none;
}
.header_box_phone .header_main .act span::before {
  transform: rotate(45deg);
  top: 0;
}
.header_box_phone .header_main .act span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.searchBox {
  position: fixed;
  width: 100%;
  background: #f6f6f6;
  z-index: 5;
  left: 0;
  top: 67px;
  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: 25rem;
  border: 0;
}
.searchBox .boxMain a input {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  cursor: pointer;
  background: #cf0021 url(../images/search.png) no-repeat 50% 50%;
}
.searchBox.active {
  top: 76px;
}
.searchBoxOn {
  display: flex;
}
.mob_header.active {
  top: 76px;
  height: calc(100% - 76px);
}
.mob_header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 67px;
  height: calc(100% - 67px);
  background: #fff;
  z-index: 7;
  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 {
  margin: 50px 2vw 0 3vw;
  padding-bottom: 50px;
  padding-right: 1vw;
  height: calc(100% - 150px);
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
.mob_header .bob_nav .nav_item {
  border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item > a {
  line-height: 55px;
  font-size: 16px;
  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 .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 {
  width: 100%;
  color: #666;
  line-height: 50px;
  font-size: 15px;
  box-sizing: border-box;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul li {
  border-bottom: 1px dashed #ddd;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul li a {
  display: block;
  width: 100%;
  color: #999;
  line-height: 50px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #f5f5f5;
}
.indexBanner {
  position: relative;
}
.indexBanner .box .swiper-slide {
  position: relative;
}
.indexBanner .box .swiper-slide > img {
  /* height: 100vh; */
  object-fit: cover;
  transition: 10s;
  width: 100%;
}
.indexBanner .box .swiper-slide-active > img {
  /* height: 100vh; */
  object-fit: cover;
}
.indexBanner .index_button {
  position: absolute;
  right: 5vw;
  bottom: 5rem;
  z-index: 3;
}
.indexBanner .index_button .button {
  margin-left: 1.875rem;
}
.indexBanner .index_button .button i {
  font-size: 1.25rem;
  color: #cf0021;
  transition: 0.4s;
  cursor: pointer;
}
.indexBanner .index_button .page {
  margin: 0 2rem;
}
.indexBanner .index_button .page p span {
  background: #fff;
  transform: scale(0.5);
  opacity: 1;
  transition: 0.4s;
}
.indexBanner .index_button .page p .swiper-pagination-bullet-active {
  background: #cf0021;
  width: 2rem;
  border-radius: 5px;
}
.indexBanner .index_video {
  position: absolute;
  left: 5vw;
  bottom: 5rem;
  z-index: 3;
  cursor: pointer;
}
.indexBanner .index_video .left img {
  height: 4.0625rem;
}
.indexBanner .index_video .right {
  line-height: 4.0625rem;
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin-left: 1.875rem;
}
.indexHeader {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: 0.4s;
}
.indexHeader.active {
  transform: translateY(-102%);
}
.indexHeader .box .boxTop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 4rem;
}
.indexHeader .box .boxTop .left {
  font-size: 0.875rem;
  color: #ccc;
}
.indexHeader .box .boxTop .right div {
  font-family: 'albb_m';
  font-size: 1rem;
  color: #ccc;
  margin-left: 3.5rem;
  cursor: pointer;
  position: relative;
}
.indexHeader .box .boxTop .right div > img {
  margin-right: 0.5rem;
}
.indexHeader .box .boxTop .right div p {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.indexHeader .box .boxTop .right div p img {
  max-width: 7.5rem;
}
.indexHeader .box .boxTop .right div:hover p {
  display: block;
}
.indexHeader .box .boxBot .logo {
  padding: 20px 0;
}
.indexHeader .box .boxBot .logo img {
  height: 50px;
}
.indexHeader .box .boxBot .nav .item {
  padding: 0 2.8125rem;
  position: relative;
}
.indexHeader .box .boxBot .nav .item > p a {
  font-size: 16px;
  line-height: 80px;
  display: block;
  color: #ccc;
  position: relative;
  transition: 0.4s;
}
.indexHeader .box .boxBot .nav .item > p a::after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background: #cf0021;
  opacity: 0;
}
.indexHeader .box .boxBot .nav .item > p a:hover {
  color: #cf0021;
}
.indexHeader .box .boxBot .nav .item.active > p a {
  color: #fff;
}
.indexHeader .box .boxBot .nav .item.active > p a:after {
  opacity: 1;
}
.indexHeader .box .boxBot .nav .item .select_nav {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 1.25rem;
  display: none;
  z-index: 2;
}
.indexHeader .box .boxBot .nav .item .select_nav .select {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 0.9375rem 0;
}
.indexHeader .box .boxBot .nav .item .select_nav .select::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.indexHeader .box .boxBot .nav .item .select_nav .select p a {
  font-size: 14px;
  color: #666;
  font-family: 'albb_m';
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 13px 0;
  transition: 0.4s;
}
.indexHeader .box .boxBot .nav .item .select_nav .select p a:hover {
  color: #cf0021;
}
.indexHeader .box .boxBot .nav .item .select_nav .select p.active a {
  color: #cf0021;
}
.indexHeader .box .boxBot .nav .item .two_select {
  position: fixed;
  width: 100vw;
  left: 0%;
  padding-top: 1.25rem;
  background: #f6f6f6;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 3.75rem 10.25rem;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ {
  width: 33.333%;
  box-sizing: border-box;
  padding: 2.125rem 0;
  border-right: 1px solid #ddd;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_:nth-child(3n) {
  border-right: 0;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_:nth-child(1) {
  border-bottom: 1px solid #ddd;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_:nth-child(2) {
  border-bottom: 1px solid #ddd;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_:nth-child(3) {
  border-bottom: 1px solid #ddd;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a .le {
  width: 14rem;
  text-align: center;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a .le img {
  max-width: 100%;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a .ri {
  padding-left: 2rem;
  width: calc(100% - 14rem);
  box-sizing: border-box;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a .ri h5 {
  margin-top: 2.875rem;
  font-size: 1.5rem;
  color: #000;
  font-family: 'gilroy_bold';
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a .ri p {
  margin-top: 1rem;
  font-family: 'gilroy_bold';
  font-size: 1.125rem;
  color: #666;
  transition: 0.4s;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a .ri p i {
  color: #cf0021;
  font-size: 0.875rem;
}
.indexHeader .box .boxBot .nav .item .two_select .box_ .item_ a:hover .ri p {
  color: #cf0021;
}
.indexHeader .box .boxBot .nav .item:hover .select_nav {
  display: block;
}
.indexHeader .box .boxBot .nav .item:hover .two_select {
  display: block;
}
.indexHeader .box .boxBot .language {
  display: flex;
  align-items: center;
  margin-left: 5rem;
}
.indexHeader .box .boxBot .language a {
  font-size: 16px;
  font-family: 'albb_m';
  color: #fff;
}
.indexHeader .box .boxBot .language a i {
  color: #cf0021;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
  font-weight: bold;
}
.indexHeader .box .boxBot .search {
  margin-left: 3.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.indexHeader .box .boxBot .search .button {
  width: 32px;
  height: 32px;
  background: #cf0021;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
}
.indexHeader .box .boxBot .search .button img {
  margin: auto;
}
.indexHeader .box .boxBot .search .biao {
  display: none;
}
.indexHeader .box .boxBot .search .form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  height: 32px;
  width: 13.625rem;
  border: 1px solid #cf0021;
  z-index: 2;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
}
.indexHeader .box .boxBot .search .form input {
  display: block;
  width: calc(100% - 32px);
  border: 0;
  background: none;
  box-sizing: border-box;
  padding: 0 1rem;
  font-size: 1rem;
}
.indexHeader.on {
  background: #fff;
}
.indexHeader.on .box .boxTop {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.indexHeader.on .box .boxTop .left {
  color: #666;
}
.indexHeader.on .box .boxTop .right div {
  color: #000;
}
.indexHeader.on .box .boxBot .nav .item > p a {
  color: #666;
}
.indexHeader.on .box .boxBot .nav .item > p a:hover {
  color: #cf0021;
}
.indexHeader.on .box .boxBot .nav .item.active > p a {
  color: #000;
}
.indexHeader.on .box .boxBot .language a {
  color: #000;
}
.p90 {
  padding-top: 5.625rem;
}
.p90_ {
  padding-bottom: 5.625rem;
}
.index_title h5 {
  font-family: 'albb_b';
  font-size: 2.375rem;
}
.index_title h6 {
  font-family: 'albb_b';
  font-size: 1rem;
  text-transform: uppercase;
}
.index_title1 {
  text-align: center;
}
.index_product .box .center {
  margin-top: 1.75rem;
}
.index_product .box .center p {
  margin: 0 1.3125rem;
}
.index_product .box .center p a {
  font-size: 1rem;
  color: #666;
  text-transform: uppercase;
  transition: 0.4s;
  padding-bottom: 1rem;
}
.index_product .box .center p a:hover {
  color: #000;
  font-family: 'gilroy_bold';
  border-bottom: 1px solid #cf0021;
}
.index_product .box .right {
  margin-top: 1.75rem;
}
.index_product .box .right .button i {
  font-size: 1.25rem;
  color: #999;
  transition: 0.4s;
  cursor: pointer;
}
.index_product .box .right .button i:hover {
  color: #cf0021;
}
.index_product .box .right .next {
  margin-left: 1.875rem;
}
.m68 {
  margin-top: 4.25rem;
}
.index_pro .box .swiper-container .item .left {
  width: 50%;
   background: #f3f3f3;
}
.index_pro .box .swiper-container .item .left a {
  display: block;
  background: #f3f3f3;
  text-align: center;
  padding: 4.35rem 0;
}
.index_pro .box .swiper-container .item .left a .content1 img {
  max-width: 18.75rem;
}
.index_pro .box .swiper-container .item .left a .content2 {
  margin-top: 3.32rem;
  font-size: 2.25rem;
  font-family: 'gilroy_bold';
  color: #000;
  text-transform: uppercase;
}
.index_pro .box .swiper-container .item .left a .content3 {
  margin-top: 0.875rem;
  line-height: 3.625rem;
  font-family: 'albb_b';
  font-size: 1.125rem;
  color: #000;
  transition: 0.4s;
}
.index_pro .box .swiper-container .item .left a .content3 p {
  width: 3.625rem;
  height: 3.625rem;
  background: #cf0021;
  color: #fff;
  margin-left: 1.875rem;
}
.index_pro .box .swiper-container .item .left:hover .content3 {
  color: #cf0021;
}
.index_pro .box .swiper-container .item .right {
  width: 50%;
}
.index_pro .box .swiper-container .item .right a {
  position: relative;
  display: block;
  height: 50%;
}

@media screen and (min-width: 1024px) {
	.index_pro .box .swiper-container .item .right a {
	  height: 50%;
	}
	.index_pro .box .swiper-container .item .right a .content1{
	  height: 100%;
	}
	.index_pro .box .swiper-container .item .right a div img{
	  height: 100%;
	  object-fit: cover;
	}
}
.index_pro .box .swiper-container .item .left a .content1 {
	overflow: hidden;
}

.index_pro .box .swiper-container .item .left a .content1 img {
  width: 100%;
  transition: .4s;
}
.index_pro .box .swiper-container .item .left a:hover .content1 img{
	transform: scale(1.1);
}
.index_pro .box .swiper-container .item .right a .content1 {
	overflow: hidden;
}

.index_pro .box .swiper-container .item .right a .content1 img {
  width: 100%;
  transition: .4s;
}
.index_pro .box .swiper-container .item .right a:hover .content1 img{
	transform: scale(1.1);
}
.index_pro .box .swiper-container .item .right a .content4 {
  position: absolute;
  left: 6.125rem;
  top: 8.5rem;
}
.index_pro .box .swiper-container .item .right a .content4 .content2 {
  font-size: 2.25rem;
  font-family: 'gilroy_bold';
  color: #000;
  text-transform: uppercase;
}
.index_pro .box .swiper-container .item .right a .content4 .content3 {
  margin-top: 0.875rem;
  line-height: 3.625rem;
  font-family: 'albb_b';
  font-size: 1.125rem;
  color: #000;
  transition: 0.4s;
}
.index_pro .box .swiper-container .item .right a .content4 .content3 p {
  width: 3.625rem;
  height: 3.625rem;
  background: #cf0021;
  color: #fff;
  margin-left: 1.875rem;
  text-align: center;
}
.index_pro .box .swiper-container .item .right a .content5 {
  left: inherit;
  right: 6.125rem;
}
.index_pro .box .swiper-container .item .right a .content5 .content2 {
  color: #fff;
}
.index_pro .box .swiper-container .item .right a .content5 .content3 {
  color: #fff;
}
.index_pro .box .swiper-container .item .right a:hover .content3 {
  color: #cf0021;
}
.index_brand {
  position: relative;
}
.index_brand .img img {
  width: 100%;
}
.index_brand .main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.index_brand .main .box .boxLeft {
  width: 50%;
}
.index_brand .main .box .boxLeft .content1 {
  font-size: 9.875rem;
  font-family: 'gilroy_bold';
  color: #cf0021;
}
.index_brand .main .box .boxLeft .content2 {
  font-family: 'gilroy_bold';
  font-size: 1.125rem;
  text-transform: uppercase;
}
.index_brand .main .box .boxRight {
  width: 50%;
  font-size: 2.375rem;
  line-height: 3rem;
  font-weight: bold;
}
.index_brand .main .box .boxRight span {
  color: #cf0021;
}
.index_news .box .boxLeft {
  width: 50%;
  position: relative;
}
.index_news .box .boxLeft a {
  position: relative;
  display: block;
}
.index_news .box .boxLeft a .img {
	overflow: hidden;
}
.index_news .box .boxLeft a .img img {
  width: 100%;
  transition: .4s;
}
.index_news .box .boxLeft:hover a .img img{
	transform: scale(1.1);
}

.index_news .box .boxLeft a .main {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2.8125rem;
  box-sizing: border-box;
  padding: 0 3.125rem;
  z-index: 6;
}
.index_news .box .boxLeft a .main .content1 {
  font-size: 1.25rem;
  color: #fff;
}
.index_news .box .boxLeft a .main .content2 {
  margin-top: 2rem;
  font-size: 2rem;
  font-family: 'albb_b';
  line-height: 2.8125rem;
  color: #fff;
  transition: .4s;
}
.index_news .box .boxLeft:hover a .main .content2{
	color: #cf0021;
}
.index_news .box .boxLeft a .main .content3 {
  margin-top: 3.25rem;
}
.index_news .box .boxLeft a .main .content3 p {
  font-size: 1.125rem;
  font-family: 'gilroy_bold';
  color: #fff;
}
.index_news .box .boxLeft a .main .content3 p i {
  font-size: 1rem;
  color: #cf0021;
  margin-left: 0.625rem;
}
.index_news .box .boxLeft .page {
  position: absolute;
  bottom: 2.8125rem;
  right: 3.125rem;
  z-index: 3;
}
.index_news .box .boxLeft .page span {
  margin-left: 0.75rem;
  background: #f3f3f3;
}
.index_news .box .boxLeft .page .swiper-pagination-bullet-active {
  background: #cf0021;
}
.index_news .box .boxRight {
  width: 50%;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 0 5.5rem;
}
.index_news .box .boxRight ul {
  padding-top: 5.75rem;
}
.index_news .box .boxRight ul li {
  margin-bottom: 4rem;
}
.index_news .box .boxRight ul li a .left {
  font-family: 'gilroy_bold';
  font-size: 1.25rem;
  color: #cf0021;
  width: 9.625rem;
}
.index_news .box .boxRight ul li a .right {
  font-size: 1.375rem;
  font-family: 'albb_b';
  color: #000;
  line-height: 1.875rem;
  height: 3.75rem;
  width: 25.75rem;
  transition: 0.4s;
}
.index_news .box .boxRight ul li a:hover .right {
  color: #cf0021;
}
.index_news .box .boxRight .more {
  text-align: right;
}
.index_news .box .boxRight .more a {
  font-size: 1.125rem;
  font-family: 'albb_m';
  color: #000;
  transition: 0.4s;
}
.index_news .box .boxRight .more a i {
  font-size: 1rem;
  color: #cf0021;
}
.index_news .box .boxRight .more a:hover {
  color: #cf0021;
}
.index_footer {
  background: #f3f3f3;
  padding: 6.375rem 0;
}
.index_footer .box .content1 .boxLeft .item h5 {
  font-size: 1.25rem;
  font-family: 'albb_m';
}
.index_footer .box .content1 .boxLeft .item ul {
  margin-top: 3.5rem;
}
.index_footer .box .content1 .boxLeft .item ul li {
  line-height: 1.625rem;
  width: 22rem;
}
.index_footer .box .content1 .boxLeft .item ul li a {
  font-size: 0.875rem;
  color: #666;
  transition: 0.4s;
}
.index_footer .box .content1 .boxLeft .item ul li a:hover {
  color: #000;
}
.index_footer .box .content1 .boxRight .top {
  text-align: right;
}
.index_footer .box .content1 .boxRight .top img {
  height: 39px;
}
.index_footer .box .content1 .boxRight .bottom {
  margin-top: 3.375rem;
}
.index_footer .box .content1 .boxRight .bottom a {
  display: inline-block;
  width: 11.875rem;
  line-height: 3rem;
  border: 1px solid #cf0021;
  transition: 0.4s;
  color: #000;
  font-size: 1.125rem;
  font-family: 'albb_m';
  text-align: center;
}
.index_footer .box .content1 .boxRight .bottom a:hover {
  background: #cf0021;
  color: #fff;
}
.index_footer .box .content2 {
  margin-top: 5rem;
}
.index_footer .box .content2 .boxLeft .item {
  width: 22rem;
}
.index_footer .box .content2 .boxLeft .item .top {
  font-family: 'gilroy_regular';
  font-size: 0.875rem;
  color: #666;
  text-transform: uppercase;
}
.index_footer .box .content2 .boxLeft .item .top span {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cf0021;
}
.index_footer .box .content2 .boxLeft .item .bot {
  font-family: 'gilroy_bold';
  font-size: 1.25rem;
  color: #000;
  margin-top: 1.25rem;
}
.index_footer .box .content2 .boxLeft .item .bot span {
  font-family: 'albb_m';
}
.index_footer .box .content2 .boxRight img {
  width: 7.625rem;
  margin-top: -1.875rem;
}
.index_footer .box .content3 {
  margin-top: 5.5rem;
}
.index_footer .box .content3 .left {
  font-size: 1rem;
  color: #666;
}
.index_footer .box .content3 .left a {
  color: #666;
}
.index_footer .box .content3 .right .feng p {
  margin-left: 1rem;
  padding: 0;
  height: 20px;
  background: none;
  position: relative;
}
.index_footer .box .content3 .right .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  transform: scale(0.9);
}
.index_footer .box .content3 .right .feng p img {
  filter: invert(0.5);
}
.index_footer .box .content3 .right .feng p:nth-child(1) {
  /* margin-left: 0; */
}
.index_footer .box .content3 .right .feng p:nth-child(2) {
  /* margin-left: 0; */
}
.index_footer .box .content3 .right .feng p:nth-child(3) {
  /* margin-left: 1.5625rem; */
}
.hl_banner {
  margin-top: 136px;
}
.hl_banner img {
  width: 100%;
}
.m136 {
  margin-top: 136px;
}
.hl_about {
  background: url(../images/aboutbg.png) no-repeat left bottom;
  background-size: 100% auto;
}
.hl_about .box .content1 {
  font-size: 2.375rem;
  line-height: 3rem;
  font-family: 'albb_b';
  text-align: center;
}
.hl_about .box .content1 span {
  color: #cf0021;
}
.hl_about .box .content2 {
  text-align: center;
  margin: 2.25rem 0;
}
.hl_about .box .content2 span {
  display: inline-block;
  width: 2px;
  height: 4.375rem;
  background: #eee;
}
.hl_about .box .content3 {
  font-size: 1.125rem;
  color: #666;
  line-height: 2.1875rem;
  /* text-align: center; */
}
.hl_about .box .content4 {
  font-size: 1.75rem;
  color: #000;
  margin-top: 5rem;
  text-align: center;
}
.hl_about .box .content5 {
  margin-top: 6.125rem;
  padding-bottom: 12.5rem;
}
.hl_about .box .content5 .item {
  width: 9rem;
  background: #fff;
  text-align: center;
  padding: 1.75rem 0 1.25rem;
  margin: 0 1.5rem;
}
.hl_about .box .content5 .item .top {
  height: 2.875rem;
  display: flex;
  align-items: center;
}
.hl_about .box .content5 .item .top img {
  max-height: 100%;
  margin: auto;
}
.hl_about .box .content5 .item .top .img2 {
  display: none;
}
.hl_about .box .content5 .item .bot {
  font-size: 1.125rem;
  font-family: 'albb_b';
  margin-top: 0.875rem;
  color: #000;
}
.hl_about .box .content5 .item:hover {
  background: #cf0021;
}
.hl_about .box .content5 .item:hover .top .img1 {
  display: none;
}
.hl_about .box .content5 .item:hover .top .img2 {
  display: block;
}
.hl_about .box .content5 .item:hover .bot {
  color: #fff;
}
.hl_mission .box .item .left {
  width: 50%;
  overflow: hidden;
}
.hl_mission .box .item .left img {
  width: 100%;
  transition: 0.4s;
}
.hl_mission .box .item .left:hover img {
  transform: scale(1.1);
}
.hl_mission .box .item .right {
  width: 50%;
  box-sizing: border-box;
  background: #f3f3f3;
  padding: 0 4.25rem;
  position: relative;
}
.hl_mission .box .item .right .content1 {
  font-size: 5.375rem;
  font-family: 'gilroy_regular';
  color: #e2e2e2;
  margin-top: 2.25rem;
}
.hl_mission .box .item .right .content2 span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #cf0021;
}
.hl_mission .box .item .right .content3 {
  position: absolute;
  left: 0;
  bottom: 2.8125rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 4.25rem;
}
.hl_mission .box .item .right .content3 .content4 {
  font-size: 1.625rem;
  font-family: 'albb_b';
}
.hl_mission .box .item .right .content3 .content5 {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #ccc;
  text-transform: uppercase;
  margin-top: 1rem;
}
.hl_mission .box .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.hl_culture {
  background: url(../images/culturebg.png) no-repeat left bottom;
  background-size: 100% auto;
}
.hl_culture .box .content1 .boxLeft {
  width: 46%;
}
.hl_culture .box .content1 .boxLeft .main1 {
  font-size: 2.375rem;
  font-family: 'albb_b';
  line-height: 3rem;
  margin-top: 8.375rem;
  text-align: center;
}
.hl_culture .box .content1 .boxLeft .main1 span {
  color: #cf0021;
}
.hl_culture .box .content1 .boxLeft .main2 {
  margin-top: 8.75rem;
  overflow: hidden;
}
.hl_culture .box .content1 .boxLeft .main2 img {
  width: 100%;
  transition: 0.4s;
}
.hl_culture .box .content1 .boxLeft .main2:hover img {
  transform: scale(1.1);
}
.hl_culture .box .content1 .boxRight {
  width: 46%;
  position: relative;
}
.hl_culture .box .content1 .boxRight .img {
  overflow: hidden;
}
.hl_culture .box .content1 .boxRight .img img {
  width: 100%;
  transition: 0.4s;
}
.hl_culture .box .content1 .boxRight .img:hover img {
  transform: scale(1.1);
}
.hl_culture .box .content1 .boxRight .two {
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 0;
  background: #cf0021;
  padding: 2.875rem 0;
}
.hl_culture .box .content1 .boxRight .two p {
  width: 50%;
  text-align: center;
  height: 5.25rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.hl_culture .box .content1 .boxRight .two p img {
  margin: auto;
  transition: 0.4s;
  max-height: 3.125rem;
}
.hl_culture .box .content1 .boxRight .two p:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.hl_culture .box .content1 .boxRight .two p:hover img {
  transform: scale(1.1);
}
.hl_culture .box .content2 {
  margin-top: 8.75rem;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #666;
  padding-bottom: 3.25rem;
}
.hl_history {
  padding-bottom: 7rem;
  background: url(../images/hisbg.png) no-repeat left bottom;
  background-size: 100% auto;
}
.hl_history .box .banner {
  margin: 6rem 0;
  position: relative;
}
.hl_history .box .banner .item {
  position: relative;
  width: 50rem;
  text-align: center;
}
.hl_history .box .banner .item .number {
  font-size: 22.75rem;
  font-family: 'gilroy_bold';
  color: #e5e5e5;
}
.hl_history .box .banner .item .text {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.hl_history .box .banner .button .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  line-height: 3.75rem;
  background: #e2e2e2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.hl_history .box .banner .button .btn:hover {
  background: #cf0021;
}
.hl_history .box .banner .button .prev {
  left: 0;
}
.hl_history .box .banner .button .next {
  right: 0;
}
.hl_history .box .banner1 {
  position: relative;
}
.hl_history .box .banner1::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 11px;
  height: 1px;
  background: #ddd;
}
.hl_history .box .banner1 .swiper-slide {
  cursor: pointer;
}
.hl_history .box .banner1 .swiper-slide .item {
  text-align: center;
}
.hl_history .box .banner1 .swiper-slide .item .dian span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
}
.hl_history .box .banner1 .swiper-slide .item p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #999;
  font-family: 'gilroy_bold';
}
.hl_history .box .banner1 .swiper-slide-thumb-active .item .dian span {
  background: #cf0021;
  animation: big 1.5s infinite;
}
.hl_history .box .banner1 .swiper-slide-thumb-active .item p {
  color: #cf0021;
}
@keyframes big {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(2);
  }
}
.hl_honor .box p {
  margin: 0 1.25rem;
}
.hl_honor .box p a {
  font-size: 1.25rem;
  color: #000;
  padding-bottom: 1rem;
  display: inline-block;
  transition: 0.4s;
}
.hl_honor .box p a:hover {
  color: #cf0021;
}
.hl_honor .box .active a {
  font-family: 'albb_b';
  border-bottom: 2px solid #cf0021;
}
.hl_honor .box1 {
  margin-top: 8.5rem;
}
.hl_honor .box1 .item {
  width: 20%;
  text-align: center;
  margin-right: 6.666%;
  margin-bottom: 6.125rem;
}
.hl_honor .box1 .item:nth-child(4n) {
  margin-right: 0;
}
.hl_honor .box1 .item .top {
  position: relative;
}
.hl_honor .box1 .item .top .img {
  height: 13.125rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hl_honor .box1 .item .top .img img {
  max-height: 100%;
  margin: auto;
  max-width: 100%;
}
.hl_honor .box1 .item .top::after {
  /* content: ''; */
  position: absolute;
  height: 13.125rem;
  width: 13.125rem;
  background: #e8e8e8;
  top: 0;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.hl_honor .box1 .item .bot {
  font-family: 'albb_m';
  font-size: 1.25rem;
  margin-top: 2.125rem;
}
.hl_news .box {
  margin-top: 4.375rem;
  padding-top: 4.375rem;
  border-top: 1px solid #ddd;
}
.hl_news .box .item {
  width: 32.666%;
  margin-right: 1%;
  margin-bottom: 3.75rem;
}
.hl_news .box .item:nth-child(3n) {
  margin-right: 0;
}
.hl_news .box .item a .content1 {
  overflow: hidden;
}
.hl_news .box .item a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.hl_news .box .item a .content2 {
  width: 90%;
  margin: -1.875rem auto 0;
  background: #f2f2f2;
  min-height: 6.25rem;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  box-sizing: border-box;
  padding: 3rem 2rem;
}
.hl_news .box .item a .content2 .content3 {
  font-size: 1.25rem;
  font-family: 'gilroy_bold';
  color: #cf0021;
  transition: 0.4s;
}
.hl_news .box .item a .content2 .content4 {
  font-size: 1.375rem;
  font-family: 'albb_b';
  line-height: 2rem;
  height: 4rem;
  margin-top: 2.5rem;
  color: #000;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.hl_news .box .item a .content2 .content5 {
  margin-top: 3.375rem;
  font-family: 'gilroy_bold';
  font-size: 1.125rem;
  color: #000;
  transition: 0.4s;
}
.hl_news .box .item a .content2 .content5 i {
  font-size: 1rem;
  color: #cf0021;
  transition: 0.4s;
}
.hl_news .box .item a:hover .content1 img {
  transform: scale(1.1);
}
.hl_news .box .item a:hover .content2 {
  background: #cf0021;
}
.hl_news .box .item a:hover .content2 .content3 {
  color: #fff;
}
.hl_news .box .item a:hover .content2 .content4 {
  color: #fff;
}
.hl_news .box .item a:hover .content2 .content5 {
  color: #fff;
}
.hl_news .box .item a:hover .content2 .content5 i {
  color: #fff;
}
.hl_page > p a {
  display: inline-block;
  width: 3.625rem;
  height: 3.625rem;
  line-height: 3.625rem;
  text-align: center;
  border: 1px solid #cf0021;
  color: #cf0021;
  transition: 0.4s;
}
.hl_page > p a:hover {
  background: #cf0021;
  color: #fff;
}
.hl_page div {
  margin: 0 1rem;
}
.hl_page div a {
  display: inline-block;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  color: #000;
  transition: 0.4s;
  background: #f3f3f3;
  font-family: 'gilroy_bold';
  font-size: 1rem;
  margin: 0 0.3125rem;
}
.hl_page div a:hover {
  background: #cf0021;
  color: #fff;
}
.hl_page div .active {
  background: #cf0021;
  color: #fff;
}
.hl_newInfo {
  background: #f3f3f3;
}
.hl_newInfo .box {
  width: 62.5vw;
  margin: auto;
}
.hl_newInfo .box .content1 {
  font-size: 2rem;
  line-height: 2.8125rem;
  font-family: 'albb_b';
  text-align: center;
}
.hl_newInfo .box .content2 {
  font-family: 'gilroy_bold';
  color: #999;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 2.8125rem 0 2.125rem;
}
.hl_newInfo .box .content3 {
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 4rem 0 ;
}
.hl_newInfo .box .content3 img {
  max-width: 100%;
}
.hl_newInfo .box .content4 {
  margin-top: 3.75rem;
}
.hl_newInfo .box .content4 .btn a {
  font-size: 1.125rem;
  font-family: 'gilroy_bold';
  color: #000;
  text-transform: uppercase;
  transition: 0.4s;
}
.hl_newInfo .box .content4 .btn a i {
  color: #cf0021;
  font-size: 1rem;
  transition: 0.4s;
}
.hl_newInfo .box .content4 .btn a:hover {
  color: #cf0021;
}
.hl_newInfo .box .content4 p span {
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  transition: 0.4s;
}
.hl_newInfo .box .content4 p .two {
  margin-top: 6px;
}
.hl_newInfo .box .content4 p:hover span {
  background: #cf0021;
}
.hl_join .box .item {
  margin-bottom: 1.875rem;
}
.hl_join .box .item .boxTop {
  background: #f3f3f3;
  padding: 0 2.8125rem;
  cursor: pointer;
}
.hl_join .box .item .boxTop .left {
  padding: 2.5rem 0;
}
.hl_join .box .item .boxTop .left h5 {
  font-size: 2.25rem;
  font-family: 'albb_b';
}
.hl_join .box .item .boxTop .left p {
  font-size: 1.125rem;
  color: #666;
  margin-top: 0.75rem;
}
.hl_join .box .item .boxTop .right {
  display: flex;
  align-items: center;
}
.hl_join .box .item .boxTop .right p {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background: #cf0021;
}
.hl_join .box .item .boxTop .right p span {
  display: inline-block;
  width: 1rem;
  height: 1px;
  background: #fff;
  position: relative;
  top: -2px;
}
.hl_join .box .item .boxTop .right p span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: #fff;
  transform: rotate(90deg);
}
.hl_join .box .item .boxBot {
  box-sizing: border-box;
  padding: 0 2.8125rem 5rem;
  border: 1px solid #eee;
  border-bottom: 2px solid #cf0021;
  display: none;
}
.hl_join .box .item .boxBot .content:first-child {
  border-bottom: 1px solid #ddd;
  margin: 2.5rem 0;
}
.hl_join .box .item .boxBot .content h5 {
  font-family: 'albb_b';
  font-size: 1.125rem;
}
.hl_join .box .item .boxBot .content div {
  font-size: 1rem;
  padding: 2.5rem 0;
  color: #666;
  line-height: 2.125rem;
}
.hl_join .box .item .boxBot .content1 {
  margin-top: 2rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-family: 'albb_b';
}
.hl_join .box .item .boxBot .content1 p {
  width: 12.125rem;
  line-height: 3.375rem;
  background: #cf0021;
  cursor: pointer;
}
.hl_join .box .active .boxTop .right p span::after {
  transform: rotate(0);
}
.hl_join .box .active .boxBot {
  display: block;
}
.cultureBox9 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  display: none;
}
.cultureBox9 .box {
  width: 38.125rem;
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 3.4375rem 0;
  position: relative;
}
.cultureBox9 .box > span {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #ddd;
  cursor: pointer;
  transition: 0.4s;
}
.cultureBox9 .box > span:hover {
  color: #cf0021;
}
.cultureBox9 .box .main1 {
  cursor: pointer;
}
.cultureBox9 .box .main1 img {
  width: 12.25rem;
}
.cultureBox9 .box .main1 p {
  font-size: 1.125rem;
  color: #000;
  margin-top: 2.1875rem;
}
.cultureBox9 .box .main2 {
  margin-top: 3.5rem;
}
.cultureBox9 .box .main2 input {
  cursor: pointer;
  font-size: 1rem;
  background: #cf0021;
  width: 14.0625rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  border: 0;
  outline: none;
  transition: 0.4s;
  color: #fff;
}
.cultureBox9 .box .main3 {
  margin-top: 5.625rem;
}
.cultureBox9 .box .main3 p {
  font-size: 1rem;
  color: #999;
  margin-bottom: 1.25rem;
}
.cultureBox9 .box .main3 img {
  width: 6.25rem;
}
.hl_contact .box {
  background: url(../images/contact2.png) no-repeat left top;
  background-size: auto 100%;
}
.hl_contact .box .boxLeft {
  width: 60%;
  box-sizing: border-box;
  padding: 0 5.625rem;
}
.hl_contact .box .boxLeft .content1 {
  margin-top: 5.125rem;
}
.hl_contact .box .boxLeft .content1 p {
  font-size: 1.375rem;
  font-family: 'albb_b';
  color: #666;
  margin-right: 2.1875rem;
  padding-bottom: 1.5625rem;
  transition: 0.4s;
  cursor: pointer;
}
.hl_contact .box .boxLeft .content1 p:hover {
  color: #cf0021;
}
.hl_contact .box .boxLeft .content1 .active {
  color: #000;
  border-bottom: 1px solid #cf0021;
}
.hl_contact .box .boxLeft .content2 {
  margin-top: 9.125rem;
}
.hl_contact .box .boxLeft .content2 .list {
  display: none;
}
.hl_contact .box .boxLeft .content2 .list .item {
  border-top: 1px solid #ddd;
}
.hl_contact .box .boxLeft .content2 .list .item:first-child {
  border-top: 2px solid #999;
}
.hl_contact .box .boxLeft .content2 .list .item .img {
  width: 20%;
  display: flex;
  align-items: center;
}
.hl_contact .box .boxLeft .content2 .list .item .img img {
  width: 1.5rem;
}
.hl_contact .box .boxLeft .content2 .list .item .title {
  font-size: 1.125rem;
  color: #666;
  width: 30%;
  display: flex;
  align-items: center;
}
.hl_contact .box .boxLeft .content2 .list .item .text {
  font-family: 'albb_b';
  font-size: 1.125rem;
  color: #000;
  width: 50%;
  line-height: 2rem;
  padding: 1.5rem 0;
}
.hl_contact .box .boxLeft .content2 .active {
  display: block;
}
.hl_contact .box .boxRight {
  width: 40%;
}
.hl_contact .box .boxRight img {
  width: 100%;
  display: none;
}
.hl_contact .box .boxRight .active {
  display: block;
}
.hl_contact1 .box .content1 {
  margin-bottom: 1.5rem;
}
.hl_contact1 .box .content1 .item {
  width: 32.5%;
  position: relative;
}
.hl_contact1 .box .content1 .item input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 4.875rem;
  font-size: 1.125rem;
  border: 0;
  background: #f3f3f3;
  padding: 0 2rem;
  color: #666;
  cursor: pointer;
}
.hl_contact1 .box .content1 .item > span {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #cf0021;
  font-size: 1rem;
}
.hl_contact1 .box .content1 .item ul {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: none;
}
.hl_contact1 .box .content1 .item ul li {
  padding: 0 2rem;
  line-height: 3rem;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #eee;
}
.hl_contact1 .box .content1 .item ul li:hover {
  background: #cf0021;
  color: #fff;
}
.hl_contact1 .box .content1 .item label p {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 0.875rem;
  color: #fff;
  background: #cf0021;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  cursor: pointer;
}
.hl_contact1 .box .content2 textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 4.875rem;
  font-size: 1.125rem;
  border: 0;
  background: #f3f3f3;
  padding: 1.5rem 2rem;
  color: #666;
  cursor: pointer;
  resize: none;
  height: 13.75rem;
}
.hl_contact1 .box .content3 {
  margin-top: 2.8125rem;
}
.hl_contact1 .box .content3 div {
  margin: 0 0.7rem;
}
.hl_contact1 .box .content3 div input {
  font-family: 'albb_b';
  font-size: 1.125rem;
  width: 13.75rem;
  height: 4.25rem;
  border: 2px solid #cf0021;
  background: none;
  cursor: pointer;
  transition: 0.4s;
}
.hl_contact1 .box .content3 div input:hover {
  background: #cf0021;
  color: #fff;
}
.hl_search {
  background: #f3f3f3;
  text-align: center;
  padding: 6.25rem 0;
}
.hl_search h5 {
  font-size: 2rem;
  font-family: 'albb_b';
}
.hl_search p {
  font-size: 1.375rem;
  color: #333;
  margin-top: 0.75rem;
}
.hl_search p span {
  color: #cf0021;
}
.hl_pro .box {
  border-bottom: 1px solid #ddd;
}
.hl_pro .box .item {
  width: 48%;
  position: relative;
}
.hl_pro .box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26.5rem;
  background: #f3f3f3;
}
.hl_pro .box .item a {
  display: block;
  text-align: center;
  padding: 4.35rem 0;
  position: relative;
  z-index: 2;
}
.hl_pro .box .item a .content1 img {
  max-width: 18.75rem;
}
.hl_pro .box .item a .content2 {
  margin-top: 3.32rem;
  font-size: 2.25rem;
  font-family: 'gilroy_bold';
  color: #000;
  text-transform: uppercase;
}
.hl_pro .box .item a .content3 {
  margin-top: 0.875rem;
  line-height: 3.625rem;
  font-family: 'albb_b';
  font-size: 1.125rem;
  color: #000;
  transition: 0.4s;
}
.hl_pro .box .item a .content3 p {
  width: 3.625rem;
  height: 3.625rem;
  background: #cf0021;
  color: #fff;
  margin-left: 1.875rem;
}
.hl_pro .box .item:hover .content3 {
  color: #cf0021;
}
.hl_service .box .item .left {
  font-size: 4.25rem;
  font-family: 'albb_b';
  color: #cf0021;
  height: 4.25rem;
  line-height: 4.25rem;
}
.hl_service .box .item .right {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.hl_service .box .item .right div {
  font-family: 'gilroy_bold';
  font-size: 1.625rem;
  text-transform: uppercase;
}
.hl_service .box .item .right p {
  font-size: 1rem;
  color: #666;
}
.hl_service .box .item:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 5.625rem;
  padding: 0 5.625rem;
}
.hl_word {
  margin-top: 10.25rem;
}
.hl_word .box {
  position: relative;
}
.hl_word .box .img img {
  width: 100%;
}
.hl_word .box .list .city {
  position: absolute;
  font-size: 1.125rem;
  cursor: pointer;
}
.hl_word .box .list .city span {
  display: inline-block;
  width: 20px;
  height: 12px;
  position: relative;
  vertical-align: middle;
}
.hl_word .box .list .city span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 2px solid #cf0021;
  border-radius: 50%;
}
.hl_word .box .list .active {
  color: #cf0021;
}
.hl_word .box .list .active span::after {
  background: #cf0021;
}
.hl_word .box .list .city[meiguo] {
  top: 32%;
  left: 18%;
}
.hl_word .box .list .city[muxige] {
  top: 38%;
  left: 17.5%;
}
.hl_word .box .list .city[baxi] {
  top: 63%;
  left: 31%;
}
.hl_word .box .list .city[arjly] {
  top: 37%;
  left: 46%;
}
.hl_word .box .list .city[els] {
  top: 12%;
  left: 71.5%;
}
.hl_word .box .list .city[yingdu] {
  top: 45%;
  left: 66%;
}
.hl_word .box .list .city[ribeng] {
  top: 31%;
  left: 85%;
}
.hl_word .box .list .city[yuenan] {
  top: 47%;
  left: 76.5%;
}
.hl_word .box .list .city[taiguo] {
  top: 46%;
  left: 73%;
}
.hl_word .box .list .city[xjp] {
  top: 55%;
  left: 72%;
}
.hl_word .box .list .city[mlxy] {
  top: 53%;
  left: 75%;
}
.hl_word .box .list .city[beijing] {
  top: 28.8%;
  left: 75.8%;
}
.hl_word .box .list .city[qingdao] {
  top: 30.8%;
  left: 79.8%;
}
.hl_word .box .list .city[taiwan] {
  top: 40%;
  left: 80%;
}
.hl_word .box .list .city[zhengzhou] {
  top: 33%;
  left: 75%;
}
.hl_word .box .list .city[suzhou] {
  top: 33%;
  left: 79.4%;
}
.hl_word .box .list .city[shanghai] {
  top: 34.4%;
  left: 80.3%;
}
.hl_word .box .list .city[chengdu] {
  top: 36%;
  left: 72.3%;
}
.hl_word .box .list .city[chongqing] {
  top: 37.5%;
  left: 74%;
}
.hl_word .box .list .city[shenzhen] {
  top: 41%;
  left: 76%;
}
.hl_word .box .list .city[wuhan] {
  top: 35.8%;
  left: 76.7%;
}
.hl_word .box .list .city[wenzhou] {
  top: 37%;
  left: 79.5%;
}
.hl_word .box1 {
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}
.hl_word .box1 .list .item {
  background: #cf0021;
  padding: 2.5rem 4.375rem;
  line-height: 2.125rem;
  color: #fff;
  display: none;
}
.hl_word .box1 .list .item .name {
  font-size: 1.75rem;
  font-family: 'albb_b';
  width: 26%;
}
.hl_word .box1 .list .item .number {
  font-size: 1.125rem;
  width: 22%;
}
.hl_word .box1 .list .item .number img {
  margin-right: 0.625rem;
}
.hl_word .box1 .list .item .address {
  font-size: 1.125rem;
  width: 52%;
}
.hl_word .box1 .list .item .address img {
  margin-right: 0.625rem;
}
.hl_word .box1 .list .active {
  display: flex;
}
.hl_product .box .item {
  text-align: center;
  width: 7.5rem;
}
.hl_product .box .item .top {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  text-transform: uppercase;
}
.hl_product .box .item .bot {
  margin-top: 1.75rem;
}
.hl_product .box .item .bot p {
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #ccc;
  margin: auto;
  position: relative;
}
.hl_product .box .item .bot p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background: #cccccc;
}
.hl_product .box .item .bot p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px dashed #cccccc;
  opacity: 0.3;
}
.hl_product .box .item:nth-child(1) {
  /* margin-left: 4.2%; */
  margin-left: 0.34%;
}
.hl_product .box .item:nth-child(2) {
  /* margin-left: 0.3%; */
  margin-left: 0.5%;
}
/* 11111111111 */
.hl_product .box .item:nth-child(3) {
  margin-left: 0.7%;
}

/* 111111111111 */

.hl_product .box .item:nth-child(4) {
  /* margin-left: 7%; */
  margin-left: 6.5%;
}
.hl_product .box .item:nth-child(5) {
  /* margin-left: 8.6%; */
  margin-left: 6.5%;
}
.hl_product .box .item:nth-child(6) {
  /* margin-left: 2.2%; */
  margin-left: 8%;
}
.hl_product .box .item:nth-child(7) {
  /* margin-left: 0.7%; */
  margin-left: 7.9%;
}
.hl_product .box .item:nth-child(8) {
  /* margin-left: -1.2%; */
  margin-left: -1px;
}



.hl_product .box .item1 {
  cursor: pointer;
}
.hl_product .box .item1 .bot p {
  border: 2px solid #cf0021;
}
.hl_product .box .item1 .bot p::before {
  background: #cf0021;
}
.hl_product .box .item1 .bot p::after {
  border: 2px dashed #cf0021;
}
.hl_product .box .active .bot p {
  background: #cf0021;
}
.hl_product .box .active .bot p::before {
  background: #fff;
}
.hl_product .box1 p {
  display: none;
}
.hl_product .box1 p img {
  width: 100%;
}
.hl_product .box1 .active {
  display: block;
}
.hl_product1 .box .item {
  display: none;
  position: relative;
}
.hl_product1 .box .item .img img {
  width: 100%;
}
.hl_product1 .box .item .main {
  position: absolute;
  top: 13.75rem;
  left: 7.5rem;
  width: 26.875rem;
}
.hl_product1 .box .item .main h5 {
  font-family: 'gilroy_bold';
  font-size: 2.875rem;
  color: #fff;
}
.hl_product1 .box .item .main h6 {
  margin-top: 1.5rem;
  font-size: 1.375rem;
  color: #fff;
  line-height: 2rem;
}
.hl_product1 .box .item .main .more {
  margin-top: 3.5rem;
}
.hl_product1 .box .item .main .content3 {
  line-height: 3.625rem;
  font-family: 'albb_b';
  font-size: 1.125rem;
  color: #fff;
  transition: 0.4s;
}
.hl_product1 .box .item .main .content3 p {
  width: 3.625rem;
  height: 3.625rem;
  background: #cf0021;
  color: #fff;
  margin-left: 1.875rem;
  text-align: center;
}
.hl_product1 .box .item .main .content3:hover {
  color: #cf0021;
}
.hl_product1 .box .item ul {
  position: absolute;
  top: 13.75rem;
  right: 0;
  width: 26.25rem;
}
.hl_product1 .box .item ul li {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.hl_product1 .box .item ul li::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: -1.5rem;
  border: 2px solid #cf0021;
  width: 0.25rem;
  height: 0.25rem;
}
.hl_product1 .box .active {
  display: block;
}
.hl_proInfo {
  background: #f3f3f3;
}
.hl_proInfo .box .boxLeft {
  width: 64%;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  padding-right: 2%;
}
.hl_proInfo .box .boxLeft .title .tit {
  font-family: 'gilroy_bold';
  font-size: 2.875rem;
  text-transform: uppercase;
}
.hl_proInfo .box .boxLeft .title .go {
  line-height: 3.2rem;
}
.hl_proInfo .box .boxLeft .title .go a {
  color: #666;
  font-size: 1rem;
}
.hl_proInfo .box .boxLeft .main {
  position: relative;
}
.hl_proInfo .box .boxLeft .main .img p {
  height: 37.875rem;
  display: flex;
  align-items: center;
  display: none;
}
.hl_proInfo .box .boxLeft .main .img p img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.hl_proInfo .box .boxLeft .main .img .active {
  display: flex;
}
.hl_proInfo .box .boxLeft .main .banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 8.75rem;
}
.hl_proInfo .box .boxLeft .main .banner .lunbo {
  margin: 2rem 0;
}
.hl_proInfo .box .boxLeft .main .banner .lunbo .swiper-container {
  height: 18.75rem;
}
.hl_proInfo .box .boxLeft .main .banner .lunbo .swiper-slide {
  height: 8.75rem;
}
.hl_proInfo .box .boxLeft .main .banner .lunbo .swiper-slide p {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.hl_proInfo .box .boxLeft .main .banner .lunbo .swiper-slide img {
  max-width: 90%;
  margin: auto;
  max-height: 90%;
}
.hl_proInfo .box .boxLeft .main .banner .lunbo .swiper-slide-active p {
  border: 1px solid #cf0021;
}
.hl_proInfo .box .boxLeft .main .banner .button p {
  margin: auto;
  width: 3.625rem;
  height: 3.625rem;
  line-height: 3.625rem;
  background: #e2e2e2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.hl_proInfo .box .boxLeft .main .banner .button p:hover {
  background: #cf0021;
}
.hl_proInfo .box .boxRight {
  width: 36%;
  box-sizing: border-box;
  padding-left: 2.8125rem;
  position: relative;
}
.hl_proInfo .box .boxRight::after {
  position: absolute;
  content: '';
  top: 18%;
  left: -2px;
  width: 5px;
  height: 2.625rem;
  background: #cf0021;
}
.hl_proInfo .box .boxRight h5 {
  font-family: 'albb_b';
  font-size: 1rem;
  margin-top: 5rem;
}
.hl_proInfo .box .boxRight .main {
  margin-top: 0.875rem;
  height: 45rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.hl_proInfo .box .boxRight .main ul li {
  padding: 2rem 0 2.25rem;
  border-bottom: 1px solid #ddd;
}
.hl_proInfo .box .boxRight .main ul li div {
  font-family: 'albb_b';
  font-size: 1.625rem;
}
.hl_proInfo .box .boxRight .main ul li p {
  font-size: 1rem;
  color: #666;
  margin-top: 0.75rem;
}
.hl_proInfo .box .boxRight .main::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.hl_proInfo .box .boxRight .main::-webkit-scrollbar-thumb {
  background: #cf0021;
}
.hl_proInfo .box .boxRight .san {
  text-align: center;
  margin-top: 1.125rem;
}
.hl_proInfo .box .boxRight .san span {
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width: 1500px) {
	.indexHeader .box .boxBot .nav .item {
	    padding: 0 1.8125rem;
	}
	.index_footer .box .content1 .boxLeft .item ul li {
	    width: 20rem;
	}
	.hl_product .box .item:nth-child(8) {
	    margin-left: -3px;
	}
}
@media screen and (max-width: 1024px) {
  .indexHeader {
    display: none;
  }
  .w_1600 {
    margin: 0 5vw;
  }
  .indexBanner .box .swiper-slide > img {
   /* height: 40vh; */
  }
  .indexBanner .index_video {
    bottom: 1rem;
  }
  .index_pro .box .swiper-container .item .left {
    width: 100%;
  }
  .indexBanner .index_button {
    bottom: 2rem;
  }
  .index_product .box .center {
    width: 100%;
  }
  .index_product .box {
    position: relative;
  }
  .index_product .box .right {
    right: 0;
    position: absolute;
    top: 0;
  }
  .index_pro .box .swiper-container .item .right {
    width: 100%;
  }
  .index_brand .main .box .boxLeft .content1 {
    font-size: 4.875rem;
  }
  .index_brand .main .box .boxRight {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .index_news .box .boxLeft {
    width: 100%;
  }
  .index_news .box .boxRight {
    width: 100%;
  }
  .index_news .box .boxRight .more {
    padding-bottom: 2rem;
  }
  .index_footer .box .content1 {
    display: none;
  }
  .index_footer .box .content2 .boxLeft .item {
    width: 33.333%;
  }
  .index_footer .box .content2 .boxRight img {
    margin-top: 0;
  }
  .index_footer .box .content2 {
    margin-top: 0;
  }
  .index_footer {
    padding: 2.375rem 0;
  }
  .index_footer .box .content3 .left {
    text-align: center;
  }
  .index_footer .box .content3 .left a {
    display: block;
  }
  .index_footer .box .content3 .left span {
    display: none;
  }
  .index_footer .box .content3 .left {
    width: 100%;
  }
  .bshare-custom {
    display: flex;
    justify-content: center;
  }
  .index_footer .box .content3 .right {
    width: 100%;
    margin-top: 1rem;
  }
  .index_footer .box .content3 {
    margin-top: 2.5rem;
  }
  .w_1400 {
    margin: 0 5vw;
  }
  .hl_about .box .content5 .item {
    margin: 0 0.5rem;
  }
  .hl_about .box .content5 {
    margin-top: 6rem;
    padding-bottom: 6.5rem;
  }
  .m68 {
    margin-top: 4.25rem;
  }
  .hl_mission .box .item .left {
    width: 100%;
  }
  .hl_mission .box .item .right {
    width: 100%;
  }
  .hl_mission .box .item:nth-child(2n) {
    flex-flow: column;
  }
  .hl_mission .box .item .right {
    padding: 4rem;
  }
  .hl_mission .box .item .right .content1 {
    margin-top: 0;
  }
  .hl_mission .box .item .right .content3 {
    position: inherit;
    bottom: 0rem;
    padding: 0;
    margin-top: 4rem;
  }
  .hl_culture .box .content1 .boxLeft .main1 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-top: 2rem;
  }
  .hl_culture .box .content1 .boxLeft .main2 {
    margin-top: 4.75rem;
  }
  .hl_culture .box .content2 {
    padding-bottom: 0;
  }
  .hl_history .box .banner .item .number {
    font-size: 13.75rem;
  }
  .hl_history .box .banner .item {
    width: 62vw;
  }
  .hl_history .box .banner .item .text {
    top: 30%;
  }
  .hl_honor .box1 .item {
    width: 50%;
    margin-right: 0;
  }
  .hl_product1 .box .item .img img {
    width: 100%;
    min-height: 30rem;
    object-fit: cover;
  }
  .hl_product1 .box .item .main {
    top: 5rem;
    left: 5vw;
    width: 22rem;
  }
  .hl_product1 .box .item .main h5 {
    font-size: 2.5rem;
  }
  .hl_product1 .box .item ul {
    top: 5rem;
    width: 14.25rem;
    padding-right: 1rem;
  }
  .hl_pro .box .item a .content1 img {
    max-width: 12rem;
  }
  .hl_pro .box .item::after {
    height: 19.5rem;
  }
  .hl_pro .box .item a .content2 {
    font-size: 2rem;
  }
  .hl_product .box1 {
    /* display: none; */
  }
  .hl_product .box .item {
    margin-left: 0 !important;
    width: 20%;
    margin-bottom: 2rem;
  }
  .hl_proInfo .box .boxLeft {
    width: 100%;
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-right: 0%;
  }
  .hl_proInfo .box .boxRight {
    width: 100%;
    padding-bottom: 2rem;
  }
  .hl_proInfo .box .boxLeft .main .img p img {
    max-width: 80%;
    max-height: 80%;
  }
  .hl_word .box .list {
    display: none;
  }
  .hl_service .box .item .left {
    font-size: 3.25rem;
  }
  .hl_service .box .item {
    width: 100%;
  }
  .hl_service .box .item:nth-child(2) {
    margin: 1rem 0;
    padding: 0;
    border: 0;
  }
  .hl_word {
    margin-top: 5.25rem;
  }
  .hl_word .box1 {
    margin-top: 0;
  }
  .hl_word .box1 .list .item {
    display: flex;
  }
  .hl_word .box1 .list .item {
    padding: 2rem;
  }
  .hl_word .box1 .list .item .name {
    font-size: 1.3rem;
    width: 18%;
  }
  .hl_word .box1 .list .item .number {
    width: 28%;
  }
  .hl_word .box1 {
    height: 18.5rem;
    overflow-y: scroll;
  }
  .hl_news .box .item {
    width: 49%;
    margin-right: 0%;
  }
  .hl_news .box {
    justify-content: space-between;
  }
  .hl_page div a {
    display: none;
  }
  .hl_page div .active {
    display: block;
  }
  .hl_newInfo .box {
    width: 90vw;
  }
  .hl_newInfo .box .content3 {
    font-size: 1.2rem;
  }
  .hl_join .box .item .boxTop .left h5 {
    font-size: 1.6rem;
  }
  .hl_contact .box .boxLeft {
    width: 100%;
  }
  .hl_contact .box .boxLeft .content2 {
    margin-top: 4.125rem;
  }
  .hl_contact .box .boxRight {
    display: none;
  }
  .hl_contact .box .boxLeft {
    padding: 0 3.625rem 3rem;
  }
  .header_box_phone {
    display: block;
  }
  .hl_banner {
    margin-top: 0;
  }
  .m136 {
    margin-top: 0;
  }
  .layerVideo .box{
	  width: 80vw;
	  max-width: inherit;
	  max-height: initial;
  }
}
@media screen and (max-width: 669px) {
  .header_box_phone .header_main .logo img {
    height: 34px;
  }
  .mob_header {
    top: 55px;
    height: calc(100% - 55px);
  }
  .searchBox {
    top: 55px;
  }
  .index_pro .box .swiper-container .item .right a .content4 {
    left: 5vw;
    top: 4.5rem;
  }
  .index_pro .box .swiper-container .item .right a .content5 {
    left: inherit;
    right: 5vw;
  }
  .index_brand .main .box .boxLeft .content1 {
    font-size: 3.875rem;
  }
  .p90 {
    padding-top: 3.625rem;
  }
  .p90_ {
    padding-bottom: 3.625rem;
  }
  .m68 {
    margin-top: 3.25rem;
  }
  .index_brand .main .box .boxRight {
    width: 60%;
  }
  .index_brand .main .box .boxLeft {
    width: 40%;
  }
  .index_news .box .boxLeft a .main .content2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .index_news .box .boxLeft a .main .content3 {
    margin-top: 1.25rem;
  }
  .index_news .box .boxRight ul {
    padding-top: 3.75rem;
  }
  .index_news .box .boxRight {
    padding: 0px 2.5rem;
  }
  .header_box_phone .header_main .header_menu {
    transform: scale(0.8);
  }
  .index_footer .box .content2 .boxLeft .item {
    width: 50%;
    margin-bottom: 2rem;
  }
  .index_footer .box .content2 .boxRight {
    width: 100%;
    text-align: center;
  }
  .index_footer .box .content2 .boxRight img {
    width: 12rem;
  }
  .hl_about .box .content1 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .hl_about .box .content2 span {
    height: 3.375rem;
  }
  .hl_about .box .content2 {
    margin: 1.25rem 0;
  }
  .hl_about .box .content5 .item {
    width: 14rem;
    margin: 0 0.5rem 1rem;
  }
  .hl_about .box .content5 {
    margin-top: 4rem;
    padding-bottom: 3.5rem;
  }
  .hl_culture .box .content1 .boxRight .two {
    padding: 1.875rem 0;
  }
  .hl_culture .box .content1 .boxLeft .main1 {
    margin-top: 0;
  }
  .hl_honor .box1 {
    justify-content: space-between;
  }
  .hl_honor .box1 .item {
    width: 48%;
  }
  .hl_product .box .item {
    width: 33.333%;
  }
  .hl_proInfo .box .boxLeft .main .img p {
    padding-left: 8rem;
  }
  .hl_word .box1 .list .item .name {
    width: 22%;
  }
  .hl_word .box1 .list .item .number {
    width: 78%;
  }
  .hl_word .box1 .list .item .address {
    width: 100%;
    box-sizing: border-box;
    padding-left: 22%;
    margin-top: 1rem;
  }
  .hl_contact1 .box .content1 {
    margin-bottom: 0;
  }
  .hl_contact1 .box .content1 .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .hl_contact .box .boxLeft .content2 .list .item .title {
    width: 22%;
  }
  .hl_contact .box .boxLeft .content2 .list .item .text {
    width: 58%;
  }
  .header_box_phone .header_main .language {
    line-height: 34px;
  }
  .hl_join .box .item .boxTop .left{
	  width: 75%;
  }
  .hl_news .box .item a .content2 {
      padding: 2rem 1rem;
  }
  .hl_news .box .item a .content2 .content5 {
      margin-top: 1.375rem;
  }
  .hl_news .box .item a .content2 .content4 {
      margin-top: 1.5rem;
  }
  .hl_product1 .box .item .main{
	  width: 18rem;
  }
  .hl_product1 .box .item ul {
      top: 0;
      width: 85vw;
      padding-right: 0;
      position: inherit;
      margin: 2rem 5vw 0;
  }
  .hl_product1 .box .item ul li {
      color: #000;
  }
  .index_news .box .boxLeft a .main {
    position: initial;
	padding: 2.5rem 0 3rem;
  }
  .index_news .box .boxLeft a .main .content1 {
      color: #999;
  }
  .index_news .box .boxLeft a .main .content2{
	  color: #000;
  }
  .index_news .box .boxLeft a .main .content3 p {
      color: #666;
  }
  .index_news .box .boxLeft .page {
      bottom: 17.8125rem;
      right: 1rem;
  }
}
