/* *{transition: all 0.3s;} */
.banner .swiper-slide .img img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1280px) {
	.index_banner .swiper-slide .img img {
	  height: 100vh;
	}
}
.index_banner {
  position: relative;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide .posi {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}
.index_banner .swiper-slide video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.index_banner .swiper-slide{
  height: 100vh;
}
.index_banner .swiper-slide .posi .box {
  margin: auto;
  text-align: center;
}
.index_banner .swiper-slide .posi .box h5 {
  font-size: 5.125rem;
  color: #fff;
  font-family: 'albb_b';
  width: 100%;
}
.index_banner .swiper-slide .posi .box h6 {
  font-size: 1rem;
  color: #fff;
  font-family: 'gilroy_light';
  margin-top: 0.625rem;
}
.index_page {
  position: absolute;
  width: 2.75rem;
  right: 4.16vw;
  z-index: 2;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_page span {
  display: block;
  margin: 2.125rem 0;
  background: #fff;
  opacity: 1;
}
.index_page .swiper-pagination-bullet-active {
  background: #e2a211;
}
.index_feng {
  position: absolute;
  right: 4.16vw;
  bottom: 3.125rem;
  z-index: 2;
}
.index_feng p {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 2.625rem;
  cursor: pointer;
  margin-top: 0.625rem;
  transition: 0.4s;
}
.index_feng p span {
  color: #fff;
  cursor: pointer;
}
.index_feng p:hover {
  border: 1px solid #ffffff;
}
.index_down {
  position: absolute;
  left: 4.16vw;
  bottom: 3.125rem;
  z-index: 2;
  cursor: pointer;
}
.w80 {
  margin: 0 4.16vw;
  box-sizing: border-box;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  /* transition: 0.4s; */
}
.index_header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

 .header::after{
	 background: rgba(0, 0, 0, 0.1); 
 }
.index_header .img2 {
  display: none;
}
.index_header .box .logo {
  padding: 24px 0;
}
.index_header .box .logo a img {
  height: 49px;
}
.index_header .box .nav {
  padding-left: 15rem;
}
.index_header .box .nav .item {
  margin: 0 6px;
}
.index_header .box .nav .item p a {
  display: block;
  line-height: 97px;
  width: 92px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.index_header .box .nav .item:hover p a {
  color: #ea2229;
  font-weight: bold;
}
.index_header .box .nav .item:hover .nav_select {
  visibility: initial;
  opacity: 1;
}
.index_header .box .nav .active {
  /* background: url(../image/navbg.png); */
  background-size: 100% 100%;
  background: #ea2229;
}
.index_header .box .language {
  padding-left: 5.625rem;
}
.index_header .box .language p a {
  font-family: 'gilroy_regular';
  font-size: 16px;
  color: #fff;
  line-height: 97px;
}
.index_header .box .language p a span {
  color: #ea2229;
  margin-left: 5px;
}
.index_header .box .language p a:hover {
  color: #ea2229;
}
.index_header .box .mall {
  /* line-height: 97px; */
  padding-left: 5.625rem;
}
.index_header .box .mall a {
  font-family: 'albb_m';
  color: #fff;
  font-size: 16px;
}
.index_header .box .mall a img {
  position: relative;
  top: -2px;
}
.index_header .box .mall a:hover {
  color: #ea2229;
}
.index_header .box .search {
  height: 97px;
  display: flex;
  align-items: center;
}
.index_header .box .search p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ea2229;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.header {
  background: #fff;
}
.header .img2 {
  display: inline-block;
}
.header .img1 {
  display: none;
}
.header .box .nav .item p a {
  color: #000;
  
}
.header .box .nav .active p a {
  color: #fff;
}
.header .box .language p a {
  color: #000;
}
.header .box .mall a {
  color: #000;
}
.headerOn {
  background: #fff;
}
.headerOn .img2 {
  display: inline-block;
}
.headerOn .img1 {
  display: none;
}
.headerOn .box .nav .item p a {
  color: #000;
}
.headerOn .box .nav .active p a {
  color: #fff;
}
.headerOn .box .language p a {
  color: #000;
}
.headerOn .box .mall a {
  color: #000;
}
.index_header  .box .mall a svg{
  width: 1.6rem;
  height: 1.6rem;
  fill: #fff;
  margin-right: 0.5rem;
}
.headerOn .box .mall a svg{
  fill: #999;
}
.header .box .mall a svg{
  fill: #999;
}
.index_header .box .mall a:hover svg{
  fill: #ea2229;
}
.nav_select {
  position: fixed;
  top: 137px;
  left: 0;
  width: 100%;
  min-height: 50px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}
.nav_select .nav_box {
  padding: 4.5rem 0;
}
.nav_select .nav_box .boxLeft h5 {
  
  font-size: 30px;
}
.nav_select .nav_box .boxLeft h6 {
  font-family: 'gilroy_light';
  font-size: 1rem;
  color: #999999;
}
.nav_select .nav_box .boxRight {
  max-width: 80%;
}
.nav_select .nav_box .boxRight .list {
  margin-right: 3.125rem;
}
.nav_select .nav_box .boxRight .list h6 {
  position: relative;
}
.nav_select .nav_box .boxRight .list h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 3.125rem);
  height: 2px;
  background: #d6d6d6;
}
.nav_select .nav_box .boxRight .list h6 a {
  position: relative;
  z-index: 1;
  font-family: 'albb_b';
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 1.5625rem;
}
.nav_select .nav_box .boxRight .list:last-child {
  margin-right: 0;
}
.nav_select .nav_box .boxRight .list:last-child h6::after {
  width: calc(100%);
}
.nav_select .nav_box .boxRight .list ul {
  margin-top: 2.875rem;
}
.nav_select .nav_box .boxRight .list ul li {
  line-height: 1.75rem;
}
.nav_select .nav_box .boxRight .list ul li a {
  font-size: 15px;
  color: #666;
}
.nav_select .nav_box .boxRight .list ul li a:hover {
  color: #ea2229;
}
.nav_select .nav_box .boxRight .act h6 a {
  border-bottom: 2px solid #ea2229;
}
.searchBox {
  position: fixed;
  width: 100%;
  background: #f6f6f6;
  z-index: 5;
  left: 0;
  top: 137px;
  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;
  width: calc(100% - 3.125rem);
}
.searchBox .boxMain a input {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  cursor: pointer;
  background: #ea2229 url(../image/search.png) no-repeat 50% 50%;
}
.searchBoxOn {
  display: flex;
}
.p90 {
  padding-top: 5.625rem;
}
.p90_ {
  padding-bottom: 5.625rem;
}
.m68 {
  margin-top: 4.25rem;
}
.index_title .biaoti h5 {
  font-size: 34px;
  font-weight: bold;
}
.index_title .xg {
  padding: 1rem 2rem;
  background: #ea2229;
  color: #fff;
}

.index_title .biaoti h6 {
  font-size: 1.2rem;
  font-family: 'gilroy_light';
  color: #999;
}
.index_title .xg h5,.index_title .xg h6{
  color: #fff;
}
.index_title .more {
  font-size: 1.25rem;
  font-family: 'albb_m';
}
.index_title .more a {
  color: #000;
  display: block;
  margin-top: 4rem;
}
.index_title .more a img {
  vertical-align: super;
  margin-left: 5px;
}
.index_title ul li {
  margin-left: 3.625rem;
}
.index_title ul li:first-child {
  margin-left: 0;
}
.index_title ul li a {
  font-size: 16px;
  color: #999;
  
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 0.9375rem;
}
.index_title ul .active a {
  color: #000;
  border-bottom: 1px solid #ea2229;
}
.index_pro .box .banner .list .boxleft {
  width: 100%;
}
.index_pro .box .banner .list .boxRight {
  width: 100%;
}
.index_pro .box .banner .list .boxRight a {
  height: 100%;
  display: block;
}
.index_pro .box .banner .list .boxRight a .item {
  height: 100%;
}
.index_pro .box .banner .list .boxRight a .item .img {
  height: 100%;
}
.index_pro .box .banner .list .boxRight a .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index_pro .box .banner .list .boxRight .boxTop {
  height: 50%;
}
.index_pro .box .banner .list .boxRight .boxBot {
  height: 50%;
}
.index_pro .box .banner .list .boxRight .boxBot a {
  display: block;
  width: 50%;
}
.index_pro .box .banner .list .item {
  position: relative;
}
.index_pro .box .banner .list .item .img {
  overflow: hidden;
}
.index_pro .box .banner .list .item .img img {
  transition: 0.4s;
}
.index_pro .box .banner .list .item .text {
  position: absolute;
  left: 0;
  bottom: 4rem;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3.75rem;
}
.index_pro .box .banner .list .item .text h5 {
  font-size: 1.25rem;
  
  color: #ea2229;
}
.index_pro .box .banner .list .item .text h6 {
  font-size: 18px;
  font-family: 'albb_m';
  color: #000;
  margin-top: 0.5rem;
  display: -webkit-box;  
  -webkit-line-clamp: 1; /* 限制显示的行数 */  
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  text-overflow: ellipsis; 
}
.index_pro .box .banner .list .item:hover .img img {
  transform: scale(1.1);
}
.index_pro .page {
  margin-top: -2.25rem;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.idnex_btn div {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.idnex_btn div span {
  font-size: 1rem;
  color: #ddd;
}
.idnex_btn div:hover {
  background: #ea2229;
  border: 1px solid #ea2229;
}
.idnex_btn div:hover span {
  color: #fff;
}
.idnex_btn .prev {
  margin-right: 12px;
}
.index_page_ span {
  margin: 0 2.125rem;
  background: #ddd;
  opacity: 1;
}
.index_pro .page span{
  margin: 0 1rem;
}
.index_page_ .swiper-pagination-bullet-active {
  background: #ea2229;
}
.index_appl .box {
  position: relative;
}
.index_appl .box .biao_box {
  /* position: absolute; */
  left: 4.16vw;
  top: 5.625rem;
  z-index: 2;
}
.index_appl .box .biao_box .index_title h5 {
  /* color: #fff; */
}
.index_appl .box .biao_box .index_title h6 {
  /* color: #fff; */
  opacity: 0.5;
}
.index_appl .box .bxoLeft {
  width: 100%;
  position: relative;
  /* background: #f6f7fb; */
}
.index_appl .box .bxoLeft .img img {
  width: 100%;
  /* filter: blur(10px); */
}
.index_appl .box .bxoLeft .main {
  top: 15rem;
  left: 0;
  z-index: 1;
  /* position: absolute; */
  /* padding: 0 4.16vw; */
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  /* transform: translateY(32%); */
}
.index_appl .box .bxoLeft .main > div {
  width: 13.5%;
  /* margin-left: 3%; */
  margin-bottom: 4%;
}
.index_appl .box .bxoLeft .main .xiao{
  width: 22%;
  margin: 0;
}
.index_appl .box .bxoLeft .main .item {
  background: rgba(255, 255, 255, .4);
  box-sizing: border-box;
  padding: 2.375rem 2.525rem;
  cursor: pointer;
  border-radius: 1rem;
  transition: all .6s;
  box-shadow: 0 8px 8px #eff6f9;
  box-shadow: 0 8px 8px #d3d4d9;
  backdrop-filter: blur(8px);
  border: 1px #fff solid;

}
.index_appl .box .bxoLeft .main .item .content1 {
  height: 2.375rem;
}
.index_appl .box .bxoLeft .main .item .content1 svg {
  width: 3.0rem;
  height: 3.0rem;
  fill: #ea2229;
}
.index_appl .box .bxoLeft .main .item .content2 {
  font-family: 'albb_m';
  font-size: 20px;
  color: #000;
  margin-top: 6rem;
  font-weight: bold;
  transition: all 0.3s;
  display: -webkit-box;  
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  text-overflow: ellipsis; 
}
.index_appl .box .bxoLeft .main .item .content3 {
  font-family: 'gilroy_light';
  font-size: 0.75rem;
  color: #666;
  margin-top: 5px;
  height: 2.2rem;
}
.xiugaitext {
  margin-top: 2.25rem;
  font-size: 16px;
  color: #666;
  line-height: 2;
  display: -webkit-box;  
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  text-overflow: ellipsis; 
}
.index_appl .box .bxoLeft .main .active {
  background: #ea2229;
  box-shadow: 0 8px 8px #ff6368;
  width: 27%;
  border: solid 1px #ea2229;
}
.index_appl .box .bxoLeft .main .active .xiugaitext{
  color: #fff;
}
.index_appl .box .bxoLeft .main .active  .content2 {
  color: #fff;
}
.index_appl .box .bxoLeft .main .active  .content3 {
  color: #fff;
}
.index_appl .box .bxoLeft .main .active .content1  svg {
  fill: #fff;
}

.index_appl .box .boxRight {
  width: 37%;
  /* background: #fff; */
  box-sizing: border-box;
  padding: 0 4.16vw;
  padding-bottom: 10rem;
  border-radius: 20rem 0 0 0;
}
.bghui{
  background: #f6f7fb;
}
.index_appl .box .boxRight .content1 {
  font-size: 2.45rem;
  text-align: left;
  margin-top: 15.1875rem;
  font-weight: bold;
  color: #ea2229;
}
.index_appl .box .boxRight .content2 {
  font-family: 'gilroy_light';
  text-align: left;
  font-size: 2.425rem;
  margin-top: 1.625rem;
  font-weight: bold;
  height: 4.8rem;
 
}
.index_appl .box .boxRight .content3 {
  font-family: 'gilroy_light';
  text-align: right;
  font-size: 3.125rem;
  font-weight: bold;
  color: #ea2229;
}
.index_appl .box .boxRight .content4 {
  font-size: 2.625rem;
  font-family: 'gilroy_light';
  margin-top: 5.5rem;
  font-weight: bold;
}
.index_appl .box .boxRight .content5 {
  margin-top: 2rem;
  
  font-size: 1.125rem;
  /* color: #fff; */
  line-height: 2.125rem;
  height: 6.375rem;
  padding-right: 6.125rem;
}
.index_appl .box .boxRight .content6 {
  margin-top: 4.25rem;
}
.index_appl .box .boxRight .list {
  display: none;
}
.index_appl .box .boxRight .active {
  display: block;
}
.index_link a {
  
  font-size: 16px;
  color: #fff;
  width: 12rem;
  line-height: 3.4rem;
  border-radius: 5rem;
  background: #ea2229;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.index_link a:hover {
  background: #fff;
  color: #ea2229;
}
.index_link1 a {
  
  font-size: 16px;
  color: #fff;
  /* width: 10rem; */
  line-height:2.2;
  border-radius: 50px;
  background: #ea2229;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  padding: 0 20px;
}
.index_link1 a svg{
  fill: #fff;
  width: 1rem;
  height: 2.8125rem;
}
.index_link1 a:hover {
  background: #ea2229;
  color: #fff;
}
.index_about {
  position: relative;
}
.index_about::after {
  position: absolute;
  /* background: #f6f7fb; */
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 10rem);
}
.index_about .w80 {
  position: relative;
  z-index: 2;
}
.index_about .box .boxLeft {
  width: 55%;
  border-radius: 3rem 21rem 0rem 3rem;
  overflow: hidden;
}
.index_about .box .boxLeft p {
  overflow: hidden;
  border-radius: 2rem 20rem 0rem 2rem;
}
.index_about .box .boxLeft p img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 2rem 20rem 0 2rem;
}
.index_about .box .boxLeft p:hover img {
  transform: scale(1.1);
}
.index_about .box .boxRight {
  width: 45%;
  position: relative;
  padding: 0 0rem 0 12.6875rem;
  box-sizing: border-box;
}
.index_about .box .boxRight .content1 {
  font-size: 24px;
  font-family: 'albb_m';
  margin-top: 5rem;
  font-weight: bold;
}
.index_about .box .boxRight .content2 {
  font-size: 16px;
  color: #999;
  line-height: 2;
  margin-top: 4rem;
}
.index_about .box .boxRight .content3 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  background: #ea2229;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index_about .box .boxRight .content3 span {
  margin: auto;
  font-size: 1.5rem;
  color: #fff;
}
.index_four .box {
  padding: 0 5.5rem;
}
.index_four .box .item {
  width: 20%;
  box-sizing: border-box;
  padding-left: 4rem;
  position: relative;
}
.index_four .box .item .content1 {
  font-size: 50px;
  color: #ea2229;
  font-family: 'gilroy_bold';
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.25rem;
  font-weight: bold;
}
.index_four .box .item .content1 font {
  font-size: 2.625rem;
}
.index_four .box .item .content2 {
  margin-top: 2.25rem;
  font-size: 16px;
  color: #666;
  
  line-height: 2;
}
.index_four .box .item .content3 {
  position: absolute;
  left: 0rem;
  top: 1.625rem;
}
.index_news {
  position: relative;
  background: #f6f7fb;
}
.index_news::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  /* background: #ea2229; */
}
.index_news .box {
  position: relative;
  z-index: 2;
  min-height: 100px;
}
.index_news .box .boxLeft {
  width: 45%;
  box-sizing: border-box;
}
.index_news .box .boxLeft .index_title h5 {
  /* color: #fff; */
}
.index_news .box .boxLeft .index_title h6 {
  /* color: #fff; */
  opacity: 0.5;
}
.index_news .box .boxLeft .banner {
  padding-left: 5rem;
  position: relative;
}
.index_news .box .boxLeft .banner .page {
  position: absolute;
  left: 0;
  top: 6.875rem;
}
.index_news .box .boxLeft .banner .page span {
  background: #69aecb;
  opacity: 1;
  display: block;
  margin-bottom: 1.875rem;
}
.index_news .box .boxLeft .banner .page .swiper-pagination-bullet-active {
  background: #fff;
}
.index_news .box .boxLeft .banner .swiper-slide .item a {
  display: block;
}
.index_news .box .boxLeft .banner .swiper-slide .item .content1 {
  overflow: hidden;
}
.index_news .box .boxLeft .banner .swiper-slide .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.index_news .box .boxLeft .banner .swiper-slide .item .content2 {
  margin-top: 3.75rem;
  font-size: 20px;
  /* color: #fff; */
  font-family: 'albb_m';
  line-height: 2.25rem;
  transition: 0.4s;
}
.index_news .box .boxLeft .banner .swiper-slide .item .content3 {
  margin-top: 4rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.index_news .box .boxLeft .banner .swiper-slide .item .content3 p {
  font-size: 1rem;
  font-family: 'gilroy_regular';
  line-height: 2.25rem;
  /* color: #fff; */
}
.index_news .box .boxLeft .banner .swiper-slide .item:hover .content1 img {
  transform: scale(1.1);
}
.index_news .box .boxLeft .banner .swiper-slide .item:hover .content2 {
  color: #ea2229;
}
.index_news .box .boxRight {
  width: 43%;
}
.index_news .box .boxRight .boxTop {
  border-bottom: 2px solid #ddd;
  padding-bottom: 1.5625rem;
  padding-top: 1rem;
}
.index_news .box .boxRight .boxTop ul li {
  margin-right: 5.25rem;
  line-height: 2.5rem;
  position: relative;
}
.index_news .box .boxRight .boxTop ul li a {
  font-size: 1.75rem;
  color: #999;
  font-size: 22px;
  transition: 0.4s;
}
.index_news .box .boxRight .boxTop ul li::after {
  content: '';
  position: absolute;
  bottom: -1.65rem;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ea2229;
}
.index_news .box .boxRight .boxTop ul li:hover a {
  color: #000;
}
.index_news .box .boxRight .boxTop ul .active a {
  font-size: 'albb_m';
  color: #000;
}
.index_news .box .boxRight .boxTop ul .active::after {
  width: 100%;
}
.index_news .box .boxRight .boxTop p {
  font-size: 1.25rem;
  font-family: 'albb_m';
  line-height: 2.5rem;
}
.index_news .box .boxRight .boxTop p a {
  color: #000;
  display: block;
}
.index_news .box .boxRight .boxTop p a img {
  vertical-align: super;
  margin-left: 5px;
}
.index_news .box .boxRight .boxBot {
  padding-right: 2.625rem;
}
.index_news .box .boxRight .boxBot .item {
  padding: 3.31rem 0;
  border-bottom: 1px solid #ccc;
}
.index_news .box .boxRight .boxBot .item a .time {
  font-family: 'gilroy_regular';
  color: #999;
}
.index_news .box .boxRight .boxBot .item a .time div {
  font-size: 2.75rem;
  color: #ea2229;
}
.index_news .box .boxRight .boxBot .item a .time p {
  font-size: 0.875rem;
}
.index_news .box .boxRight .boxBot .item a .main {
  width: 85%;
}
.index_news .box .boxRight .boxBot .item a .main div {
  font-family: 'albb_m';
  font-size: 20px;
  line-height: 2rem;
  border-left: 1px solid #ccc;
  padding-left: 3.125rem;
  height: 4rem;
  color: #000;
  transition: 0.4s;
  display: -webkit-box;  
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  text-overflow: ellipsis; 
}
.index_news .box .boxRight .boxBot .item a .main p {
  padding-left: 3.125rem;
  font-size: 1rem;
  
  color: #ea2229;
  margin-top: 1.5rem;
}
.index_news .box .boxRight .boxBot .item a:hover .main div {
  color: #ea2229;
}
.index_news .box .boxRight .boxBot .list {
  display: none;
}
.index_news .box .boxRight .boxBot .active {
  display: block;
}
.index_foot {
  background: #1c1c1c;
  background: url(../img/zlbg6.jpg) no-repeat center;
}
.index_foot .box .box1 .item h5 {
  font-size: 22px;
  font-family: 'albb_m';
  color: #fff;
}
.index_foot .box .box1 .item div {
  margin-top: 2rem;
}
.index_foot .box .box1 .item div p {
  line-height: 2.625rem;
}
.index_foot .box .box1 .item div p a {
  font-size: 16px;
  
  color: #999;
}
.index_foot .box .box2 {
  margin-top: 4.125rem;
}
.index_foot .box .box2 .boxLeft .item {
  margin-right: 18.75rem;
}
.index_foot .box .box2 .boxLeft .item:last-child {
  margin-right: 0;
}
.index_foot .box .box2 .boxLeft .item h5 {
  font-size: 1.125rem;
  
  color: #666;
  margin-bottom: 1rem;
}
.index_foot .box .box2 .boxLeft .item div {
  font-size: 1.125rem;
  
  color: #fff;
  margin: 5px 0;
}
.index_foot .box .box2 .boxLeft .item div span {
  vertical-align: super;
}
.index_foot .box .box2 .boxLeft .item div a {
  font-size: 1.75rem;
  font-family: 'gilroy_bold';
  color: #fff;
}
.index_foot .box .box2 .boxLeft .item div img {
  margin-right: 5px;
}
.index_foot .box .box2 .boxRight .feng {
  margin-top: 4.5rem;
}
.index_foot .box .box2 .boxRight .feng p {
  margin-left: 2rem;
  padding: 0;
  height: 20px;
  margin-right: 0;
  background: none;
  position: relative;
}
.index_foot .box .box2 .boxRight .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.index_foot .box .box2 .boxRight .feng p img {
  filter: invert(0.5);
}
.index_foot .box .box2 .boxRight .ewm {
  margin-left: 6.625rem;
}
.index_foot .box .box2 .boxRight .ewm img {
  width: 10.625rem;
}
.index_foot .box .box3 {
  margin-top: 3.375rem;
}
.index_foot .box .box3 h5 {
  font-size: 1.125rem;
  
  color: #666;
  margin-bottom: 1rem;
}
.index_foot .box .box3 .list a {
  font-size: 1.125rem;
  color: #fff;
  
  margin-right: 5.625rem;
}
.index_foot .box .box3 .list a:last-child {
  margin-right: 0;
}
.index_foot .box .box4 {
  padding: 4rem 0;
  font-size: 16px;
  color: #666;
  
}
.index_foot .box .box4 a {
  color: #666;
}
.ls_banner .img img {
  width: 100%;
}
.news_box .box .boxLeft {
  width: 66%;
}
.news_box .box .boxLeft img {
  width: 100%;
  display: none;
}
.news_box .box .boxLeft .active {
  display: block;
}
.news_box .box .boxRight {
  width: 31%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 3.125rem;
}
.news_box .box .boxRight .item {
  border-bottom: 1px solid #ddd;
  padding: 2.8125rem 0;
}
.news_box .box .boxRight .item:last-child {
  border: 0;
}
.news_box .box .boxRight .item a div {
  font-family: 'albb_m';
  font-size: 1.5rem;
  line-height: 2rem;
  height: 4rem;
  color: #000;
  transition: 0.4s;
}
.news_box .box .boxRight .item a p {
  font-size: 1rem;
  
  color: #999;
  margin-top: 1.5rem;
}
.news_box .box .boxRight .item a:hover div {
  color: #ea2229;
}
.news_box1 .box .item {
  width: 31%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 3.75rem 3.4375rem;
  background: #fff;
  margin-bottom: 3.125rem;
}
.news_box1 .box .itemnews{
  width: 100%;
  margin-right: 0;
  padding: 2rem;
  margin-bottom: 2rem;
}
.news_box1 .box .item:nth-child(3n) {
  margin-right: 0;
}
.news_box1 .box .item a .content1 {
  font-family: 'albb_m';
  font-size: 20px;
  line-height: 2.75rem;
  color: #000;
  height: 5.5rem;
  transition: 0.4s;
}
.news_box1 .box .item a .content2 {
  margin: 2.5rem 0;
  overflow: hidden;
  position: relative;
}
.nl{
  width: 20%;
}
.nr{
  width: calc(80% - 2rem);
}
.news_box1 .box .itemnews a .content2{
  margin: 0;
}
.news_box1 .box .itemnews a .content1{
  height: auto;
  line-height: 1.5;
}
.news_box1 .box .item a .content2 img {
  width: 100%;
  transition: 0.4s;
}
.news_box1 .box .item a .content2 .posi {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}
.news_box1 .box .item a .content2 .posi div {
  font-size: 2.75rem;
  font-family: 'gilroy_regular';
  color: #999;
  height: 2.75rem;
  line-height: 2.75rem;
}
.news_box1 .box .item a .content2 .posi p {
  font-size: 0.875rem;
  color: #999;
  font-family: 'gilroy_regular';
}
.news_box1 .box .item a .content3 {
  font-size: 15px;
  
  color: #999;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.news_box1 .box .item a .content4 {
  margin-top: 2.5rem;
  font-size: 16px;
  
  color: #ea2229;
}
.news_box1 .box .itemnews a .content4{
  margin-top: 1.4rem;
}
.news_box1 .box .item:hover a .content1 {
  color: #ea2229;
}
.news_box1 .box .item:hover a .content2 img {
  transform: scale(1.1);
}
.m40 {
  margin-top: 2.5rem;
}
.fengye {
  text-align: center;
}

/* .fengye p {
  margin: 0 3.75rem;
} */
.fengye  a {
  line-height: 2.8125rem;
  margin: 0 1.5625rem;
  display: inline-block;
  font-size: 1.125rem;
  font-family: 'gilroy_bold';
  color: #999;
}
.fengye  a:hover {
  color: #ea2229;
}
.fengye div a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 0.625rem;
}
.fengye div a:hover {
  background: #ea2229;
  border: 1px solid transparent;
  color: #fff;
}
.fengye .active {
  color: #000;
  border-bottom: 1px solid #ea2229;
}
.ls_bread {
  font-size: 1rem;
  
  line-height: 2rem;
}
.ls_bread a {
  color: #999;
  font-size: 16px;
}
.ls_bread a img {
  position: relative;
  top: -2px;
}
.ls_bread span {
  color: #999;
}
.ls_bread font {
  font-family: 'albb_m';
  color: #ea2229;
  font-size: 16px;
}
.news_box_info .box {
  width: 1200px;
  margin: auto;
}
.news_box_info .box .content0 {
  font-size: 2rem;
  font-family: 'albb_m';
}
.news_box_info .box .content1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3.375rem;
}
.news_box_info .box .content1 h5 {
  padding: 0 10.25rem;
  font-size: 22px;
  font-family: 'albb_m';
  line-height: 2.625rem;
  text-align: center;
}
.news_box_info .box .content1 h6 {
  font-size: 15px;
  font-family: 'gilroy_regular';
  text-align: center;
  margin-top: 1.875rem;
}
.news_box_info .box .content2 {
  margin: 4.875rem 0 0;
  font-size: 16px;
  
  color: #666;
  text-align: justify;
  line-height: 2;
}
.news_box_info .box .content2 img {
  /* width: 100%; */
}
.news_box_info .box .content3 {
  margin-top: 12rem;
}
.ls_page {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
.ls_page .item{
	max-width: 48%;
}
.ls_page .item a .le p {
  width: 2.75rem;
  line-height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  transition: 0.4s;
}
.ls_page .item a .le p i {
  transition: 0.4s;
}
.ls_page .item a .ri {
  margin-left: 1.75rem;
  width: 80%;
}
.ls_page .item a .ri div {
  font-size: 16px;
  
  color: #999;
  margin-top: -3px;
}
.ls_page .item a .ri p {
  font-family: 'albb_m';
  font-size: 16px;
  color: #000;
  line-height: 2rem;
  transition: 0.4s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ls_page .item a:hover .le p {
  background: #ea2229;
  color: #fff;
  border: 1px solid #ea2229;
}
.ls_page .item a:hover .ri p {
  color: #ea2229;
}
.ls_page .right {
  text-align: right;
}
.ls_page .right a .ri {
  margin-left: 0;
  margin-right: 1.75rem;
}
.ls_page .right .flexStart,.ls_page .item  .flexStart{
  flex-wrap: nowrap;
}
.service_box .box .item .boxTop {
  font-size: 1.5rem;
  font-family: 'albb_m';
  position: relative;
  padding: 1.475rem 5.3125rem;
  line-height: 2.875rem;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.4s;
  cursor: pointer;
}
.service_box .box .item .boxTop img {
  filter: invert(0.2);
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto;
}
.service_box .box .item .boxTop p {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #ddd;
  position: absolute;
  right: 2rem;
  line-height: 2.75rem;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.service_box .box .item .boxTop p i {
  color: #999;
  transition: 0.4s;
  transform: rotate(0deg);
  display: inline-block;
}
.service_box .box .item .boxBot {
  font-size: 15px;
  
  color: #999;
  line-height: 2;
  padding: 2.375rem;
  display: none;
}
.service_box .box .item:hover .boxTop {
  color: #fff;
  background: #ea2229;
}
.service_box .box .item:hover .boxTop img {
  filter: invert(0);
}
.service_box .box .item:hover .boxTop p {
  background: #fff;
  border: 1px solid #fff;
}
.service_box .box .item:hover .boxTop p i{
	color: #ea2229;
}
.service_box .box .active .boxTop p i {
  color: #ea2229;
  transform: rotate(180deg);
}
.service_box .box .active .boxTop {
  color: #fff;
  background: #ea2229;
}
.service_box .box .active .boxTop img {
  filter: invert(0);
}
.service_box .box .active .boxTop p {
  background: #fff;
  border: 1px solid #fff;
}
.service_box .box .active .boxTop p i {
  color: #ea2229;
  transform: rotate(180deg);
}
.service_box .box .active .boxBot {
  display: block;
}
.service_box1 .box .item {
  text-align: center;
  box-sizing: border-box;
  width: 24.25%;
  /* border: 3px solid #eee; */
  padding: 2.75rem 0;
  transition: 0.4s;
  margin-right: 1%;
  margin-bottom: 1.125rem;
  padding-top: 0;
  background: #fff;
}
.service_box1 .box .item:nth-child(4n) {
  margin-right: 0;
}
.service_box1 .box .item .content1 img {
  height: 13.5rem;
  width: 100%;
}
.service_box1 .box .item .content2 {
  font-size: 16px;
  font-family: 'albb_m';
  margin-top: 1.875rem;
}
.service_box1 .box .item .content3 {
  margin-top: 2.15rem;
}
.service_box1 .box .item:hover {
  /* border: 3px solid #ea2229; */
}
.service_box2 .box .item {
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 4.25rem;
}
.service_box2 .box .item:nth-child(3n) {
  margin-right: 0;
}
.service_box2 .box .item .img {
  overflow: hidden;
}
.service_box2 .box .item .img img {
  width: 100%;
  transition: 0.4s;
}
.service_box2 .box .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.service_box2 .box .item .text p {
  margin: auto;
  cursor: pointer;
}
.service_box2 .box .item .title {
  font-size: 16px;
  font-family: 'albb_m';
  text-align: center;
  margin-top: 2.1875rem;
}
.service_box2 .box .item:hover .img img {
  transform: scale(1.1);
}
.contact_box {
  position: relative;
}
.contact_box .box {
  position: relative;
  height: 45.75rem;
}
.contact_box .box .map_box {
  height: 100%;
}
.contact_box .box .map_box > div {
  height: 100%;
  position: absolute ;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.contact_box .box .map {
  height: 100%;
  width: 100%;
}
.contact_box .box .show {
  z-index: 2 !important;
}
.contact_box .main {
  position: absolute;
  top: 50%;
  right: 6.25rem;
  background: #fff;
  padding: 3.125rem;
  width: 26.125rem;
  box-sizing: border-box;
  z-index: 2;
  transform: translateY(-50%);
  margin-top: 2.8rem;
}
.contact_box .main h5 {
  font-size: 2rem;
  font-family: 'albb_m';
}
.contact_box .main .item {
  padding: 2.375rem 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.contact_box .main .item:last-child {
  border: 0;
  padding-bottom: 0;
}
.contact_box .main .item .content1 img {
  filter: grayscale(1);
  opacity: 0.5;
}
.contact_box .main .item .content2 {
  font-size: 1.5rem;
  font-family: 'albb_m';
  margin: 1rem 0;
}
.contact_box .main .item .content3 {
  font-size: 1.125rem;
  color: #999;
  
  line-height: 1.75rem;
}
.contact_box .main .active .content1 img {
  filter: grayscale(0);
  opacity: 1;
}
.contact_box .main .active .content2 {
  color: #ea2229;
}
.contact_box1 .box {
  background: #fff;
  padding: 0 7.25rem;
  box-sizing: border-box;
  position: relative;
}
.contact_box1 .box::after {
  content: '';
  position: absolute;
  left: 7.25rem;
  top: 11.75rem;
  width: calc(100% - 14.5rem);
  height: 1px;
  background: #ddd;
}
.contact_box1 .box .item {
  text-align: center;
  padding: 4.625rem 0;
  width: 20%;
}
.contact_box1 .box .item .content1 img {
  height: 6rem;
}
.contact_box1 .box .item .content2 {
  font-size: 18px;
  color: #666;
  margin-top: 3.5rem;
}
.contact_box1 .box .item .content3 {
  font-size: 16px;
  font-family: 'gilroy_bold';
  margin-top: 0.5rem;
}
.contact_box2 {
  background: #fff;
}
.contact_box2 .box .item p {
  width: 23%;
}
.contact_box2 .box .item p input {
  display: block;
  width: 100%;
  height: 3.3125rem;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  border-radius: 1.75rem;
  border: 1px solid #ddd;
}
.contact_box2 .box .item p input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item p input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item p input:-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item p input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item p:hover input {
  border: 1px solid #ea2229;
}
.contact_box2 .box .item1 {
  margin-top: 2rem;
}
.contact_box2 .box .item1 textarea {
  display: block;
  width: 100%;
  height: 3.3125rem;
  box-sizing: border-box;
  padding: 0.75rem 1.5625rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
  height: 12.5rem;
  font-size: 16px;
}
.contact_box2 .box .item1 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item1 textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item1 textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item1 textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.contact_box2 .box .item1:hover textarea {
  border: 1px solid #ea2229;
}
.contact_box2 .box .item2 {
  margin-top: 3.75rem;
}
.contact_box2 .box .item2 p {
  margin: 0 1rem;
}
.contact_box2 .box .item2 p input {
  
  font-size:18px;
  color: #fff;
  width: 10rem;
  line-height: 2;
  border-radius: 5rem;
  background: #ea2229;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
.contact_box2 .box .item2 p input:hover {
  background: #ea2229;
  color: #fff;
}
.join_box .box .item .boxTop {
  padding: 1.875rem 1.875rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: 0.4s;
  cursor: pointer;
}
.join_box .box .item .boxTop .content1 {
  font-size: 1.75rem;
  font-family: 'albb_m';
  line-height: 2.875rem;
  width: 40%;
}
.join_box .box .item .boxTop .content2 {
  font-size: 15px;
  width: 19.125rem;
  line-height: 2;
  transition: 0.4s;
}
.join_box .box .item .boxTop .content2 img {
  margin-right: 0.625rem;
  transition: 0.4s;
}
.join_box .box .item .boxTop .content2 .img2 {
  display: none;
}
.join_box .box .item .boxTop .content5 p {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.join_box .box .item .boxTop .content5 p i{
	transform: rotate(0);
	display: inline-block;
	transition: .4s;
}
.join_box .box .item .boxBot {
  padding: 4rem 1.875rem 2.625rem;
  display: none;
}
.join_box .box .item .boxBot .content1 {
  font-size: 18px;
  color: #666;
  
}
.join_box .box .item .boxBot .content2 {
  margin-top: 2rem;
}
.join_box .box .item .boxBot .content2 p {
  font-size: 16px;
  color: #999;
  
  line-height: 2;
}
.join_box .box .item .boxBot .content3 {
  margin-top: 5.625rem;
}
.join_box .box .item .boxBot .content3 .left {
  margin-right: 1.75rem;
}
.join_box .box .item .boxBot .content3 .right div {
  font-size: 16px;
  
  color: #666;
  margin-top: 1rem;
}
.join_box .box .item .boxBot .content3 .right p {
  font-family: 'gilroy_bold';
  font-size: 22px;
  margin-top: 0.625rem;
}
.join_box .box .active .boxTop {
  background: #ea2229;
  color: #fff;
}
.join_box .box .active .boxTop .content2 .img1 {
  display: none;
}
.join_box .box .active .boxTop .content2 .img2 {
  display: inline-block;
}
.join_box .box .active .boxTop .content5 p {
  background: #ea2229;
  color: #fff;
  border: 1px solid #ea2229;
}
.join_box .box .active .boxTop .content5 p i {
  transform: rotate(180deg);
}
.join_box .box .active .boxBot {
  display: block;
}
.case_box .box .item {
  width: 32.666%;
  margin-right: 1%;
  margin-bottom: 1.5625rem;
}
.case_box .box .item:nth-child(3n) {
  margin-right: 0;
}
.case_box .box .item a .content1 {
  overflow: hidden;
}
.case_box .box .item a .content1 img {
  transition: 0.4s;
  width: 100%;
}
.case_box .box .item a .content2 {
  background: #f7f7f7;
  padding: 3.4375rem 2.5rem;
  transition: 0.4s;
}
.case_box .box .item a .content2 .left {
  font-family: 1.5rem;
  font-family: 'albb_m';
  line-height: 2.875rem;
  transition: 0.4s;
}
.case_box .box .item a .content2 .right p {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  transition: 0.4s;
}
.case_box .box .item a .content2 .right p i {
  color: #999;
}
.case_box .box .item a:hover .content1 img {
  transform: scale(1.1);
}
.case_box .box .item a:hover .content2 {
  background: #ea2229;
}
.case_box .box .item a:hover .content2 .left {
  color: #fff;
}
.case_box .box .item a:hover .content2 .right p {
  background: #ea2229;
  border: 1px solid #ea2229;
}
.case_box .box .item a:hover .content2 .right p i {
  color: #fff;
}
.case_box .box .item1 a .content2 {
  background: #fff;
}
.he_box .box .list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.5rem;
  margin-bottom: 3.4375rem;
}
.he_box .box .list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.he_box .box .list .boxTop {
  font-size: 1.625rem;
  font-family: 'albb_m';
}
.he_box .box .list .boxTop img {
  margin-right: 0.75rem;
}
.he_box .box .list .boxBot .item {
  width: 15.8333%;
  box-sizing: border-box;
  text-align: center;
  height: 6.5rem;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin-right: 1%;
  margin-bottom: 1rem;
}
.he_box .box .list .boxBot .item:nth-child(6n) {
  margin-right: 0;
}
.he_box .box .list .boxBot .item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.application_box .box p {
  position: relative;
  font-size: 2.25rem;
  font-family: 'albb_m';
  padding-left: 4rem;
}
.application_box .box p img {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.application_box1 .box .item {
  /* margin-bottom: 6.25rem; */
}
.application_box1 .box .item .left {
  width: 50%;
}
.application_box1 .box .item .left .img {
  overflow: hidden;
  position: relative;
}
.application_box1 .box .item .left .img > img {
  width: 100%;
  transition: 0.4s;
}
.application_box1 .box .item .left .img .main {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(234, 34, 41, 0.8); */
  display: flex;
  align-items: center;
}
.application_box1 .box .item .left .img .main a {
  margin: auto;
  width: 5.375rem;
  height: 5.375rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.application_box1 .box .item .left .img .main a img {
  margin: auto;
  transition: 0.4s;
}
.application_box1 .box .item .left .img .main a .img2 {
  display: none;
}
.application_box1 .box .item .left .img .main a:hover {
  border: 1px solid #ea2229;
}
.application_box1 .box .item .left .img .main a:hover .img1 {
  display: none ;
}
.application_box1 .box .item .left .img .main a:hover .img2 {
  display: inline-block;
}
.application_box1 .box .item .left:hover .img > img {
  transform: scale(1.1);
}
.application_box1 .box .item .left:hover .img .main {
  opacity: 1;
}
.application_box1 .box .item .right {
  width: 50%;
  box-sizing: border-box;
  padding: 5rem 0 0 9.375rem;
}
.application_box1 .box .item .right svg{
  width: 50px;
  height: 50px;
  fill: #ea2229;
}
.application_box1 .box .item .right .content2 {
  font-size: 1.75rem;
  font-family: 'albb_m';
  margin-top: 2.625rem;
}
.application_box1 .box .item .right .content3 {
  font-size: 0.75rem;
  font-family: 'gilroy_light';
  margin-top: 0.375rem;
}
.application_box1 .box .item .right .content4 {
  margin-top: 3rem;
  min-height: 6.645rem;
}
.application_box1 .box .item .right .content4 p {
  font-size: 1.125rem;
  
  color: #666;
  line-height: 2.125rem;
}
.application_box1 .box .item .right .content5 {
  margin-top: 7.75rem;
}
.application_box1 .box .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.applica_box1 {
  font-size: 2.25rem;
  font-family: 'albb_m';
  line-height: 3rem;
}
.applica_box1_ {
  font-size: 1.625rem;
}
.applica_box1>div{
	width: 68%;
}
.applica_box2 {
  margin-top: 7.125rem;
}
.applica_box2 .box {
  position: relative;
}
.applica_box2 .box .boxLeft .main {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
}
.applica_box2 .box .boxLeft .main .item {
  margin-top: 5rem;
}
.applica_box2 .box .boxLeft .main .item div {
  font-size: 1.75rem;
  font-family: 'albb_m';
}
.applica_box2 .box .boxLeft .main .item p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-family: 'albb_m';
  line-height: 2.125rem;
  color: #666;
  width: 25rem;
}
.applica_box2 .box .boxRight {
  width: 65%;
}
.applica_box2 .box .boxRight img {
  width: 100%;
}
.applica_box3 {
  margin-top: 9.375rem;
}
.applica_box3 .box .item h5 {
  font-size: 1.75rem;
  font-family: 'albb_m';
}
.applica_box3 .box .item p {
  margin-top: 2.5rem;
}
.applica_box3 .box .item p img {
  max-width: 100%;
}
.applica_box3 .box .item1 p {
  max-width: 15rem;
}
.applica_box3 .box .item2 p {
  max-width: 27.5rem;
}
.applica_box3 .box .item2 p img {
  margin-top: 1.875rem;
}
.applica_box3 .box .item3 p {
  max-width: 41.25rem;
}
.applica_box4 {
  background: #f7f7f7;
}
.applica_box4 .box .item {
  background: #fff;
  width: 32.333%;
  position: relative;
}
.applica_box4 .box .item::after {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  height: 2px;
  background: #ea2229;
  transition: 0.4s;
  transform: scaleX(0);
}
.applica_box4 .box .item a {
  padding: 2.625rem 0 3.375rem;
  display: block;
  text-align: center;
}
.applica_box4 .box .item a .content1 {
  text-align: center;
  height: 23.75rem;
  display: flex;
  align-items: center;
}
.applica_box4 .box .item a .content1 img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  transition: 0.4s;
}
.applica_box4 .box .item a .content2 {
  
  font-size: 1rem;
  color: #ea2229;
  margin-top: 2.5rem;
}
.applica_box4 .box .item a .content3 {
  font-size: 1.5rem;
  font-family: 'albb_m';
  margin-top: 0.625rem;
  color: #000;
}
.applica_box4 .box .item a .content4 {
  margin-top: 2.25rem;
}
.applica_box4 .box .item a .content4 p {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  line-height: 2.75rem;
  border: 1px solid #ddd;
}
.applica_box4 .box .item a .content4 p i {
  color: #999;
}
.applica_box4 .box .item a:hover .content1 img {
  transform: scale(1.1);
}
.applica_box4 .box .item:hover::after {
  transform: scaleX(1);
}
.applica_box4_{
	
}
.applica_box4_ .box .item{
	margin-right: 1.5%;
}
.applica_box4_ .box .item:last-child{
	margin-right: 0;
}
.applica_box5 .box .boxLeft {
  width: 65%;
}
.applica_box5 .box .boxRight {
  width: 35%;
  background: #f2f2f2;
  position: relative;
}
.applica_box5 .box .boxRight .boxTop {
  padding-left: 5rem;
}
.applica_box5 .box .boxRight .boxTop .content1 {
  font-family: 'gilroy_regular';
  font-size: 1.625rem;
  color: #999;
  padding-top: 4rem;
}
.applica_box5 .box .boxRight .boxTop .content2 {
  font-size: 2.25rem;
  font-family: 'albb_m';
  margin-top: 6rem;
}
.applica_box5 .box .boxRight .boxTop .content3 {
  font-family: 'gilroy_light';
  font-size: 1rem;
  color: #999;
}
.applica_box5 .box .boxRight .boxBot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.applica_box5 .box .boxRight .boxBot .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8.25rem;
  z-index: 2;
}
.applica_box5 .box .boxRight .boxBot .button .btn {
  height: 50%;
  background: #ea2229;
  display: flex;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.applica_box5 .box .boxRight .boxBot .button .btn i {
  color: #fff;
  display: inline-block;
  margin: auto;
  font-size: 1.25rem;
}
.applica_box5 .box .boxRight .boxBot .button .btn:hover {
  background: #ea2229;
}
.pro_box {
  height: 100vh;
}
.pro_box .box {
  top: 98px;
  position: relative;
  height: calc(100% - 98px);
}
.pro_box .box .banner {
  height: 100%;
}
.pro_box .box .banner .swiper-container {
  height: 100%;
}
.pro_box .box .banner .swiper-wrapper {
  height: 100%;
}
.pro_box .box .banner .swiper-slide {
  height: 100%;
  transition: 0.4s;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.pro_box .box .banner .item {
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  top: 38.75rem;
  transition: 0.4s;
}
.pro_box .box .banner .item .content1 img {
  height: 2.875rem;
}
.pro_box .box .banner .item .content2 {
  font-size: 1.375rem;
  font-family: 'albb_m';
  margin-top: 2rem;
}
.pro_box .box .banner .item .content3 {
  font-size: 0.75rem;
  font-family: 'gilroy_light';
  opacity: 0.5;
  margin-top: 0.3125rem;
}
.pro_box .box .banner .item .content4 {
  
  font-size: 1.125rem;
  margin-top: 2.875rem;
  opacity: 0;
  transition: 0.4s;
}
.pro_box .box .banner .item .content5 {
  font-size: 1.125rem;
  
  margin-top: 1.5rem;
  opacity: 0;
  transition: 0.4s;
}
.pro_box .box .banner .item .content6 {
  margin-top: 5.875rem;
  opacity: 0;
  transition: 0.4s;
}
.pro_box .box .banner .item .content6 a {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  background: #ea2229;
  border-radius: 50%;
}
.pro_box .box .banner .item .content6 a i {
  color: #fff;
}
.pro_box .box .banner .active {
  background: url(../image/p_bg.png) no-repeat 50% 50%;
}
.pro_box .box .banner .active .item {
  top: 23.125rem;
}
.pro_box .box .banner .active .item .content4 {
  opacity: 1;
}
.pro_box .box .banner .active .item .content5 {
  opacity: 1;
}
.pro_box .box .banner .active .item .content6 {
  opacity: 1;
}
.pro_box .box .btn p {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1.5625rem;
  z-index: 3;
  cursor: pointer;
}
.pro_box .box .btn p i {
  color: #fff;
}
.pro_box .box .btn p:hover {
  background: #ea2229;
  border: 1px solid #ea2229;
}
.pro_box .box .btn p:hover i {
  color: #fff;
}
.pro_box .box .btn .prev {
  left: 1vw;
}
.pro_box .box .btn .next {
  right: 1vw;
}
.product_box .box .box1 {
  margin-bottom: 1.25rem;
}
.product_box .box .box1 .item1 {
  width: 49.5%;
  position: relative;
}
.product_box .box .box1 .item1 .img {
  overflow: hidden;
}
.product_box .box .box1 .item1 .img img {
  width: 100%;
  transition: 0.4s;
}
.product_box .box .box1 .item1 .posi {
  position: absolute;
  top: 0;
  left: 2.8125rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.product_box .box .box1 .item1 .posi h5 {
  font-size: 1.25rem;
  
  color: #ea2229;
}
.product_box .box .box1 .item1 .posi h6 {
  font-size: 2rem;
  font-family: 'albb_m';
  margin-top: 0.3125rem;
  color: #000;
}
.product_box .box .box1 .item1 .link {
  position: absolute;
  left: 2.8125rem;
  bottom: 2.5rem;
  width: 2.75rem;
  line-height: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  transition: 0.4s;
}
.product_box .box .box1 .item1 .link i {
  color: #ccc;
}
.product_box .box .box1 .item1:hover .img img {
  transform: scale(1.1);
}
.product_box .box .box1 .item1:hover .link {
  border: 1px solid #ea2229;
  background: #ea2229;
}
.product_box .box .box1 .item1:hover .link i {
  color: #fff;
}
.product_box .box .box1 .item {
  width: 24.25%;
  margin-left: 1%;
  background: #f2f2f2;
  text-align: center;
  padding: 0rem 0 2rem;
  box-sizing: border-box;
}
.product_box .box .box1 .item a .content1 {
  height: 22.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.product_box .box .box1 .item a .content1 img {
  max-height: 100%;
  transition: 0.4s;
  margin: auto;
}
.product_box .box .box1 .item a .content2 {
  font-size: 1rem;
  color: #ea2229;
  
}
.product_box .box .box1 .item a .content3 {
  font-family: 'albb_m';
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #000;
}
.product_box .box .box1 .item a .content4 {
  margin-top: 2.375rem;
}
.product_box .box .box1 .item a .content4 .link {
  width: 2.75rem;
  line-height: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  transition: 0.4s;
}
.product_box .box .box1 .item a .content4 .link i {
  color: #999;
}
.product_box .box .box1 .item a:hover .content1 img {
  transform: scale(1.1);
}
.product_box .box .box1 .item a:hover .content4 .link {
  border: 1px solid #ea2229;
  background: #ea2229;
}
.product_box .box .box1 .item a:hover .content4 .link i {
  color: #fff;
}
.product_box .box .box2 .item {
  width: 24.25%;
  margin-right: 1%;
  background: #f7f7f7;
  text-align: center;
  padding: 0rem 0 2rem;
  box-sizing: border-box;
  margin-bottom: 1%;
}
.product_box .box .box2 .item:nth-child(4n) {
  margin-right: 0;
}
.product_box .box .box2 .item a .content1 {
  height: 22.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.product_box .box .box2 .item a .content1 img {
  max-height: 100%;
  transition: 0.4s;
  margin: auto;
  max-width: 100%;
}
.product_box .box .box2 .item a .content2 {
  font-size: 16px;
  color: #ea2229;
  
}
.product_box .box .box2 .item a .content3 {
  font-family: 'albb_m';
  font-size: 18px;
  margin-top: 0.5rem;
  color: #000;
}
.product_box .box .box2 .item a .content4 {
  margin-top: 2.375rem;
}
.product_box .box .box2 .item a .content4 .link {
  width: 2.75rem;
  line-height: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  transition: 0.4s;
}
.product_box .box .box2 .item a .content4 .link i {
  color: #999;
}
.product_box .box .box2 .item a:hover .content1 img {
  transform: scale(1.1);
}
.product_box .box .box2 .item a:hover .content4 .link {
  border: 1px solid #ea2229;
  background: #ea2229;
}
.product_box .box .box2 .item a:hover .content4 .link i {
  color: #fff;
}
.product_box_info .box .boxLeft {
  width: 46%;
  width: 32%;
  position: relative;
  /* background: #f7f7f7; */
}
.product_box_info .box .boxLeft .img img {
  width: 100%;
}
.product_box_info .box .boxLeft .list {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
.product_box_info .box .boxLeft .list ul li {
  width: 5rem;
  height: 5rem;
  border: 2px solid #dedede;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.product_box_info .box .boxLeft .list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_box_info .box .boxLeft .list ul .active {
  border: 2px solid #ea2229;
}
.product_box_info .box .boxRight {
  width: 45%;
  width: 63%;
}
.product_box_info .box .boxRight .content1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.875rem;
  padding-top: 4.375rem;
}
.product_box_info .box .boxRight .content1 h5 {
  font-size: 1.5rem;
  color: #ea2229;
  font-family: #ea2229;
}
.product_box_info .box .boxRight .content1 h6 {
  font-size: 28px;
  font-family: 'albb_b';
  margin-top: 0.3125rem;
}
.product_box_info .box .boxRight .content2 {
  margin-top: 2.5rem;
}
.product_box_info .box .boxRight .content2 .item {
  margin-bottom: 3.5rem;
}
.product_box_info .box .boxRight .content2 .item .title {
  font-size: 1rem;
  
  color: #999;
}
.product_box_info .box .boxRight .content2 .item .text {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  
  color: #666;
  line-height: 2.125rem;
}
.product_box_info .box .boxRight .content3 .index_link1 {
  margin-right: 1rem;
}
.product_box_info1 {
  background: #f7f7f7;
}
.product_box_info1 .box .content1 {
  font-size: 1.5rem;
  font-family: 'albb_m';
}
.product_box_info1 .box .content2 {
  font-size: 1.125rem;
  
  color: #999;
  line-height: 2.125rem;
}
.product_box_info1 .box .content2 p{
	overflow: hidden;
}
.product_box_info1 .box .content2 p img{
	transition: .4s;
}
.product_box_info1 .box .content2 p img:hover{
	/* transform: scale(1.1); */
}
.product_box_info1 .box .content3 .left {
  width: 62.5%;
}
.product_box_info1 .box .content3 .left img {
  width: 100%;
}
.product_box_info1 .box .content3 .left div {
  position: relative;
}
.product_box_info1 .box .content3 .left div::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #ea2229;
  opacity: 0;
  transition: 0.4s;
}
.product_box_info1 .box .content3 .left div:hover::after {
  opacity: 0.8;
}
.product_box_info1 .box .content3 .right {
  width: 36.5%;
}
.product_box_info1 .box .content3 .right img {
  width: 100%;
}
.product_box_info1 .box .content3 .right div {
  position: relative;
}
.product_box_info1 .box .content3 .right div::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #ea2229;
  opacity: 0;
  transition: 0.4s;
}
.product_box_info1 .box .content3 .right div:hover::after {
  opacity: 0.8;
}
.product_box_info2 .box .item {
  width: 24.25%;
  margin-right: 1%;
  background: #f7f7f7;
  text-align: center;
  padding: 0rem 0 2rem;
  box-sizing: border-box;
  position: relative;
}
.product_box_info2 .box .item::after {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  height: 2px;
  background: #ea2229;
  transition: 0.4s;
  transform: scaleX(0);
}
.product_box_info2 .box .item:nth-child(4n) {
  margin-right: 0;
}
.product_box_info2 .box .item a .content1 {
  height: 22.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.product_box_info2 .box .item a .content1 img {
  max-height: 100%;
  transition: 0.4s;
  margin: auto;
}
.product_box_info2 .box .item a .content2 {
  font-size: 16px;
  color: #ea2229;
  
}
.product_box_info2 .box .item a .content3 {
  font-family: 'albb_m';
  font-size: 18px;
  margin-top: 0.5rem;
  color: #000;
}
.product_box_info2 .box .item a .content4 {
  margin-top: 2.375rem;
}
.product_box_info2 .box .item a .content4 .link {
  width: 2.75rem;
  line-height: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  transition: 0.4s;
}
.product_box_info2 .box .item a .content4 .link i {
  color: #999;
}
.product_box_info2 .box .item a:hover .content1 img {
  transform: scale(1.1);
}
.product_box_info2 .box .item:hover::after {
  transform: scaleX(1);
}
.about_box1 {
  position: relative;
  z-index: 1;
}
.about_box1 .box .boxLeft {
  width: 51rem;
}
.about_box1 .box .boxLeft .content1 {
  font-size: 1.125rem;
  
  color: #999;
  line-height: 2;
}
.about_box1 .box .boxLeft .content2 {
  margin-top: 4.75rem;
  padding-left: 4.625rem;
  position: relative;
}
.about_box1 .box .boxLeft .content2 img {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 2.5rem;
}
.about_box1 .box .boxLeft .content2 h5 {
  font-size: 24px;
  font-family: 'albb_m';
}
.about_box1 .box .boxLeft .content2 h6 {
  font-size: 1.125rem;
  font-family: 'albb_m';
  margin-top: 1.25rem;
}
.about_box1 .box .boxLeft .content3 {
  margin-top: 7.5rem;
  font-size: 1.125rem;
  
  color: #999;
  line-height: 2;
}
.about_box1 .box .boxRight {
  width: 34.5rem;
}
.about_box1 .box .boxRight .content2 {
  padding-left: 4.625rem;
  position: relative;
}
.about_box1 .box .boxRight .content2 img {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 2.5rem;
}
.about_box1 .box .boxRight .content2 h5 {
  font-size: 24px;
  font-family: 'albb_m';
}
.about_box1 .box .boxRight .content3 {
  margin-top: 10rem;
  background: #ea2229;
  padding: 2.5rem 4rem;
}
.about_box1 .box .boxRight .content3 ul li {
  padding: 2.5rem 0;
}
.about_box1 .box .boxRight .content3 ul li .left {
  color: #fff;
  font-family: 'gilroy_bold';
  font-size: 2.625rem;
}
.about_box1 .box .boxRight .content3 ul li .left span {
  font-size:3.5rem;
  font-weight: bold;
}
.about_box1 .box .boxRight .content3 ul li .right {
  width: 14rem;
  font-size: 1.125rem;
  
  color: #fff;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
}
.about_box2 {
  margin-top: -13.75rem;
  position: relative;
}
.about_box2 .img img {
  width: 100%;
}
.about_box2 .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about_box2 .posi .box .content1 {
  font-size: 2.25rem;
  font-family: 'albb_m';
  color: #fff;
}
.about_box2 .posi .box .content2 {
  margin-top: 5.75rem;
}
.about_box2 .posi .box .content2 .item{
  width: 60px;
}
.about_box2 .posi .box .content2 .item h5 {
  font-size: 1.125rem;
  color: #fff;
  
}
.about_box2 .posi .box .content2 .item p {
  font-family: 'gilroy_regular';
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.5rem;
}
.about_box2 .posi .box .content2 .item p span {
  font-family: 'albb_b';
  margin-right: 0.1875rem;
  display: inline-block;
}
.about_box2 .posi .box .content2 .item1 {
  margin: 0 5rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.about_box3 .box .boxLeft {
  width: 40.125rem;
}
.about_box3 .box .boxLeft .content1 {
  font-size: 1.625rem;
  font-family: 'albb_m';
  line-height: 2.5rem;
}
.about_box3 .box .boxLeft .content2 {
  margin-top: 3.25rem;
  font-size: 1.125rem;
  
  color: #999;
  line-height: 2.125rem;
}
.about_box3 .box .boxLeft .content3 {
  margin-top: 9.125rem;
}
.about_box3 .box .boxLeft .content3 img {
  width: 29.125rem;
}
.about_box3 .box .boxRight {
  margin-top: -16.875rem;
}
.about_box3 .box .boxRight img {
  width: 48.125rem;
}
.about_box4 {
  background: #f7f7f7;
}
.about_box4 .box1 .boxLeft div {
  font-size: 1.625rem;
  font-family: 'albb_m';
  line-height: 2.5rem;
}
.about_box4 .box1 .boxRight {
  width: 46rem;
}
.about_box4 .box1 .boxRight div {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #999;
  
}
.about_box4 .box2 {
  margin-top: 7.5rem;
  position: relative;
}
.about_box4 .box2 .swiper-slide {
  width: auto;
}
.about_box4 .box2 .item {
  padding: 0 5.625rem;
  position: relative;
}
.about_box4 .box2 .item::after {
  content: '';
  position: absolute;
  top: 42.5%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
}
.about_box4 .box2 .item .left {
  width: 35.375rem;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.about_box4 .box2 .item .left img {
  width: 100%;
}
.about_box4 .box2 .item .right {
  position: relative;
  z-index: 2;
}
.about_box4 .box2 .item .right .content1 {
  font-size: 2.25rem;
  font-family: 'gilroy_regular';
  margin-top: 5.75rem;
}
.about_box4 .box2 .item .right .content2 {
  margin-top: 2rem;
}
.about_box4 .box2 .item .right .content2 span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ea2229;
}
.about_box4 .box2 .item .right .content3 {
  margin-top: 2.75rem;
  font-size: 16px;
  font-family: 'albb_m';
  color: #666;
  line-height: 2;
}
.about_box4 .box2 .swiper-slide-next .item {
  flex-flow: row-reverse;
}
.about_box4 .box2 .swiper-slide-active .item .left {
  display: block;
  opacity: 1;
}
.about_box4 .box2 .swiper-slide-active .item .right {
  margin-left: 6.875rem;
}
.about_box4 .box2 .swiper-slide-active .item .right .content1 {
  color: #ea2229;
  font-weight: bold;
}
.about_box4 .box2 .swiper-slide-active .item .right .content2 span {
  background: #ea2229;
}
.about_box4 .box2 .an {
  /* float: left; */
}
.about_box4 .box2 .an .idnex_btn{
  justify-content: center;
}
.about_box4 .box2 .an .idnex_btn div {
  /* position: absolute; */
  z-index: 3;
  bottom: 0;
}
.about_box4 .box2 .an .idnex_btn .prev {
  left: 3vw;
}
.about_box4 .box2 .an .idnex_btn .next {
  right: 3vw;
}
.about_box5 .box .boxLeft {
  width: 38.25rem;
}
.about_box5 .box .boxLeft .content1 .left {
  font-size: 2.25rem;
  color: #000;
  font-family: 'albb_m';
}
.about_box5 .box .boxLeft .content1 .right {
  margin-top: 0.5rem;
}
.about_box5 .box .boxLeft .content1 .right h5 {
  color: #000;
  font-family: 'albb_m';
  font-size: 1.625rem;
}
.about_box5 .box .boxLeft .content1 .right div {
  margin-top: 3rem;
  font-size: 1.125rem;
  color: #999;
  line-height: 2.125rem;
}
.about_box5 .box .boxLeft .content2 {
  margin-top: 19rem;
  overflow: hidden;
}
.about_box5 .box .boxLeft .content2 img {
  width: 34.75rem;
  transition: 0.4s;
}
.about_box5 .box .boxLeft .content2 img:hover {
	transform: scale(1.1);
}

.about_box5 .box .boxRight {
  width: 55.5rem;
}
.about_box5 .box .boxRight .content1 {
  margin-top: -4rem;
  overflow: hidden;
}
.about_box5 .box .boxRight .content1 img {
  width: 100%;
  transition: .4s;
}
.about_box5 .box .boxRight .content1 img:hover{
	transform: scale(1.1);
}
.about_box5 .box .boxRight .content2 {
  margin-top: 4.6rem;
}
.about_box5 .box .boxRight .content2 .item {
  margin-bottom: 1.875rem;
  line-height: 3.125rem;
}
.about_box5 .box .boxRight .content2 .item div {
  font-size: 2.25rem;
  font-family: 'albb_m';
  width: 16.25rem;
}
.about_box5 .box .boxRight .content2 .item p {
  font-family: 'albb_m';
  font-size: 1.625rem;
}
.about_box5 .box .boxRight .content3 p {
  width: 16.25rem;
}
.about_box5 .box .boxRight .content3 div {
  font-size: 1.125rem;
  
  color: #999;
  line-height: 2.125rem;
}
.about_box6 {
  background: #ea2229;
}
.about_box6 .box .boxLeft {
  width: 32.8125vw;
  box-sizing: border-box;
  padding-left: 2.08vw;
}
.about_box6 .box .boxLeft .content1 .index_title .biaoti {
  color: #fff;
}
.about_box6 .box .boxLeft .content1 .index_title .biaoti h6 {
  color: #fff;
}
.about_box6 .box .boxLeft .content2 {
  font-size: 1.625rem;
  color: #fff;
  font-family: 'albb_m';
  line-height: 2.5rem;
  margin-top: 4rem;
}
.about_box6 .box .boxLeft .content3 {
  margin-top: 7.25rem;
}
.about_box6 .box .boxLeft .content3 .main .yearBanner {
  height: 18.75rem;
}
.about_box6 .box .boxLeft .content3 .main .swiper-slide {
  height: 3.75rem;
}
.about_box6 .box .boxLeft .content3 .main .swiper-slide .item {
  font-size: 1.125rem;
  font-family: 'gilroy_Medium';
  color: #faa;
  padding-left: 2.1875rem;
  position: relative;
  line-height: 3.75rem;
}
.about_box6 .box .boxLeft .content3 .main .swiper-slide .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 1.25rem;
  background: #fff;
  transform: translateY(-50%);
  opacity: 0;
}
.about_box6 .box .boxLeft .content3 .main .swiper-slide-active .item {
  color: #fff;
  font-family: 'gilroy_bold';
  font-size: 2.75rem;
  font-weight: bold;
}
.about_box6 .box .boxLeft .content3 .main .swiper-slide-active .item::after {
  opacity: 1;
}
.about_box6 .box .boxLeft .content3 .main .active .item {
  color: #fff;
  font-family: 'gilroy_bold';
  font-size: 2.75rem;
  font-weight: bold;
}
.about_box6 .box .boxLeft .content3 .main .active .item::after {
  opacity: 1;
}
.about_box6 .box .boxRight {
  width: calc(100% - 32.8125vw);
}
.about_box6 .box .boxRight .item {
  position: relative;
  display: none;
  background: rgba(0, 0, 0, 1);
}
.about_box6 .box .boxRight .item .img img {
  width: 100%;
  opacity: 0.7;
}
.about_box6 .box .boxRight .item .text {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  z-index: 2;
  text-align: right;
}
.about_box6 .box .boxRight .item .text h5 {
  font-family: 'albb_b';
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
}
.about_box6 .box .boxRight .item .text p {
  font-size: 6.875rem;
  font-family: 'gilroy_bold';
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
}
.about_box6 .box .boxRight .active {
  display: block;
}
.about_box7 {
  background: url(../image/honbg.png) no-repeat 50% 50% / cover;
}
.about_box7 .box {
  position: relative;
}
.about_box7 .box .banner .item {
  text-align: center;
}
.about_box7 .box .banner .item div {
  /* height: 23.375rem; */
  display: flex;
  align-items: center;
}
.about_box7 .box .banner .item div img {
  width: 100%;
}
.about_box7 .box .banner .item p {
  margin-top: 1.375rem;
  font-size: 16px;
  font-family: 'albb_m';
  padding: 0 2rem;
  transition: .4s;
}
.about_box7 .box .banner .item:hover p{
	color: #ea2229;
}
.about_box7 .an {
  position: absolute;
  top: -11rem;
  right: 0;
  z-index: 2;
}
.about_box7 .an .idnex_btn div {
  border: 1px solid #ccc;
  color: #ccc;
}
.about_box8 .banner {
  position: relative;
}
.about_box8 .banner .swiper-slide {
  width: 51.5rem;
  transform: scale(0.8);
}
.about_box8 .banner .item {
  position: relative;
}
.about_box8 .banner .item .img img {
  width: 100%;
}
.about_box8 .banner .item .posi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.about_box8 .banner .item .posi1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}
.about_box8 .banner .item .posi1 img {
  margin: auto;
  cursor: pointer;
  height: 4.125rem;
}
.about_box8 .banner .item .text {
  font-size: 1.375rem;
  font-family: 'albb_m';
  position: absolute;
  bottom: 2.1875rem;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
  display: none;
}
.about_box8 .banner .swiper-slide-active {
  transform: scale(1);
}
.about_box8 .banner .swiper-slide-active .item .posi {
  display: none;
}
.about_box8 .banner .swiper-slide-active .item .posi1 {
  display: flex;
}
.about_box8 .banner .swiper-slide-active .item .text {
  display: block;
}
.about_box8 .an {
  float: left;
}
.about_box8 .an .idnex_btn div {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.about_box8 .an .idnex_btn .prev {
  left: 23vw;
}
.about_box8 .an .idnex_btn .next {
  right: 23vw;
}
.header_box {
  background: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
  display: none;
  border-bottom: 1px solid #f5f5f5;
}
.header_box .header_main {
  width: 94%;
  margin: auto;
}
.header_box .header_main .logo img {
  height: 30px;
}
.header_box .header_main .main {
  line-height: 35px;
}
.header_box .header_main .main p a {
  font-size: 16px;
  font-family: 'albb_b';
}
.header_box .header_main .main .car {
  height: 35px;
  display: flex;
  align-items: center;
}
.header_box .header_main .main .search {
  margin: 0 2rem;
  width: 35px;
  height: 35px;
  background: #ea2229;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.header_box .header_main .main .search img {
  margin: auto;
}
.header_box .header_main .header_menu {
  display: flex;
  align-items: center;
}
.header_box .header_main .header_menu span {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.header_box .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 .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 .header_main .act span {
  background: none;
}
.header_box .header_main .act span::before {
  transform: rotate(45deg);
  top: 0;
}
.header_box .header_main .act span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mob_header {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  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-right: 1vw;
  height: calc(100% - 100px);
  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;
}
@media screen and (max-width: 1680px) {
  .index_header .box .nav {
    padding-left: 0;
  }
  .index_header .box .language {
    padding-left: 0;
  }
  .index_header .box .mall {
    padding-left: 3.625rem;
  }
}
@media screen and (max-width: 1366px) {
  .index_header .box .nav .item p a {
    width: 70px;
  }
  .index_header .box .mall {
    padding-left: 0;
  }
  .pro_box .box .banner .item{
	  top: 34rem;
  }
  .pro_box .box .banner .active .item {
      top: 19rem;
  }
}
@media screen and (max-width: 1260px) {
  .header_box {
    display: block;
  }
  .index_header {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .news_box1 .box .item a .content1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .header_box {
    display: block;
  }
  .index_header {
    display: none;
  }
  .index_down {
    display: none;
  }
  .index_banner .index_feng {
    display: none;
  }
  .index_banner .swiper-slide .posi .box h5 {
    font-size: 3rem;
  }
  
  .index_title .biaoti h5 {
    font-size: 30px;
   
  }
  .index_pro .box .banner .list .boxleft {
    width: 100%;
  }
  .index_pro .box .banner .list .boxRight {
    width: 100%;
  }
  .index_appl .box .bxoLeft {
    width: 100%;
    
  }
  .index_appl .box .boxRight {
    width: 100%;
  }
  .index_appl .box .bxoLeft .main > div {
    display: none;
    width: 48%;
    margin-left: 0;
  }
  .index_appl .box .bxoLeft .main{
    justify-content: space-between;
    transform: translateY(0%);
  }
  .index_appl .box .bxoLeft .main .item {
    display: block;
  }
  .index_appl .box .bxoLeft .img img {
    height: 53rem;
    object-fit: cover;
  }
  .index_appl .box .boxRight {
    padding: 3rem 4.16vw;
  }
  .index_appl .box .boxRight .content1 {
    margin-top: 0;
  }
  .index_appl .box .boxRight .content1 {
    text-align: right;
  }
  .index_appl .box .boxRight .content2 {
    text-align: right;
  }
  .index_appl .box .boxRight .content3 {
    text-align: left;
  }
  .index_appl .box .boxRight .content4 {
    margin-top: 4.5rem;
  }
  .index_about .box .boxLeft {
    width: 100%;
  }
  .index_about .box .boxRight {
    width: 110%;
    padding: 0;
  }
  .index_about .box .boxRight .content3 {
    position: initial;
  }
  .index_four .box .item {
    width: 47%;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
  .index_appl .box .bxoLeft .main .active{
    width: 48%;
  }
  .xiugaichanpin,.xiugaichanpyou{
    width: 100% !important;
  }
  .index_four .box {
    padding: 0;
  }
  .index_news .box .boxLeft {
    width: 100%;
  }
  .index_news .box .boxRight {
    width: 100%;
    margin-top: 7rem;
  }
  .index_news::after {
    width: 100%;
    height: 50%;
  }
  .index_foot .box .box1 {
    display: none;
  }
  .index_about .box .boxRight .content3 {
    margin-top: 2rem;
  }
  .index_about .box .boxRight {
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
  .index_about::after {
    height: calc(100% - 0rem);
  }
  .index_foot .box .box2 {
    margin-top: 0;
  }
  .index_foot .box .box2 .boxRight {
    margin-top: 2rem;
  }
  .index_foot .box .box3 .list a {
    margin-right: 2.625rem;
  }
  .index_foot .box .box2 .boxLeft .item {
    margin-right: 5rem;
  }
  .index_appl .box .boxRight .content6 {
    margin-top: 2.25rem;
  }
  .about_box6 .box .boxLeft .content3,
  .about_box5 .box .boxLeft .content2,
  .about_box4 .box2,
  .about_box3 .box .boxLeft .content3,
  .about_box1 .box .boxRight .content3,
  .about_box1 .box .boxLeft .content3,
  .about_box2 {
    margin-top: 5rem;
  }
  .about_box1 .box .boxRight {
    width: 100%;
  }
  .about_box1 .box .boxRight .content3 ul li .right {
    width: 65%;
  }
  .about_box3 .box .boxRight {
    margin-top: 0;
  }
  .about_box4 .box2 .item .left {
    width: 100%;
  }
  .about_box4 .box2 .swiper-slide-active .item .right {
    margin-left: 0;
    width: 100%;
  }
  .about_box4 .box1 .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .about_box5 .box .boxLeft {
    width: 100%;
  }
  .about_box5 .box .boxRight {
    width: 100%;
  }
  .about_box5 .box .boxRight .content1 {
    margin-top: 0;
  }
  .about_box6 .box .boxLeft {
    width: 86%;
  }
  .about_box6 .box .boxRight {
    width: 100%;
  }
  .about_box6 .box .boxLeft {
    width: 100%;
    padding: 5.625rem 2.08vw 0;
  }
  .about_box3 .box .boxLeft {
    width: 100%;
  }
  .about_box6 .box .boxLeft .content3 .main .yearBanner {
    height: auto;
  }
  .about_box6 .box .boxLeft {
    margin-bottom: 2rem;
  }
  .about_box8 .an .idnex_btn .prev {
    left: 3vw;
  }
  .about_box8 .an .idnex_btn .next {
    right: 3vw;
  }
  .application_box1 .box .item .left {
    width: 100%;
  }
  .application_box1 .box .item .right {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
  }
  .application_box1 .box .item:nth-child(2n) {
    flex-flow: column;
  }
  .application_box1 .box .item .right .content5 {
    margin-top: 5rem;
  }
  .applica_box2 .box .boxLeft .main {
    position: initial;
    bottom: 0;
  }
  .applica_box2 {
    margin-top: 0;
  }
  .applica_box2 .box .boxLeft {
    width: 100%;
  }
  .applica_box2 .box .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .applica_box3 .box .item3 {
    margin-top: 3rem;
  }
  .applica_box4 .box .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .applica_box5 .box .boxLeft {
    display: none;
  }
  .applica_box5 .box .boxRight {
    width: 100%;
  }
  .applica_box5 .box .boxRight .boxBot {
    position: initial;
  }
  .applica_box5 .box .boxRight .boxTop {
    padding-bottom: 5rem;
  }
  .applica_box5 .box .boxRight .boxBot .button {
    bottom: 0;
    top: auto;
    height: 24%;
  }
  .product_box .box .box1 .item1 {
    width: 100%;
  }
  .product_box .box .box1 .item {
    width: 49.5%;
  }
  .product_box .box .box1 .item:nth-child(2) {
    margin: 0;
  }
  .product_box .box .box2 .item {
    width: 49.5%;
  }
  .product_box .box .box2 .item:nth-child(2n) {
    margin-right: 0%;
  }
  .product_box .box .box2 .item:nth-child(4n) {
    margin-right: 0%;
  }
  .product_box_info .box .boxLeft {
    width: 100%;
  }
  .w70,.w28{
    width: 100% !important;
  }
  .product_box_info .box .boxRight {
    width: 100%;
  }
  .product_box_info2 .box .item {
    width: 49.5%;
    margin-bottom: 1rem;
  }
  .product_box_info2 .box .item:nth-child(2n) {
    margin-right: 0%;
  }
  .product_box_info2 .box .item:nth-child(4n) {
    margin-right: 0%;
  }
  .case_box .box {
    justify-content: space-between;
  }
  .case_box .box .item {
    width: 49%;
    margin-right: 0% !important;
  }
  .news_box_info .box {
    width: 100%;
    padding: 0 4.16vw;
    box-sizing: border-box;
  }
  .he_box .box .list .boxBot .item {
    width: 32.666%;
  }
  .he_box .box .list .boxBot .item:nth-child(3n) {
    margin-right: 0;
  }
  .service_box1 .box {
    justify-content: space-between;
  }
  .service_box1 .box .item {
    width: 49%;
    margin-right: 0;
  }
  .service_box2 .box {
    justify-content: space-between;
  }
  .service_box2 .box .item {
    width: 49%;
    margin-right: 0;
  }
  .news_box .box .boxLeft {
    width: 100%;
  }
  .news_box .box .boxRight {
    width: 100%;
  }
  .news_box1 .box {
    justify-content: space-between;
  }
  .news_box1 .box .item {
    width: 100%;
    margin-right: 0;
  }
  .news_box_info .box .content1 h5 {
    padding: 0;
  }
  .ls_page .item a .ri p {
    display: none;
  }
  .ls_page .item a .ri div {
    line-height: 2.75rem;
    margin-top: 0;
  }
  .contact_box1 .box {
    padding: 0;
  }
  .contact_box1 .box .item {
    width: 33%;
  }
  .contact_box .box {
    height: 33.75rem;
  }
  .contact_box .main {
    position: initial;
    width: 100%;
  }
  .contact_box2 .box .item p {
    width: 48%;
    margin-bottom: 2rem;
  }
  .contact_box2 .box .item1 {
    margin-top: 0;
  }
  .join_box .box .item .boxTop .content1 {
    width: 25%;
  }
  .join_box .box .item .boxTop .content2 {
    width: 10rem;
  }
  .searchBox {
    top: 56px;
  }
  .about_box5 .box .boxLeft .content2{
	  margin-bottom: 3rem;
  }
  .applica_box1>div {
      width: 92%;
  }
  .about_box4 .box2 .swiper-slide-active .item .right {
      text-align: center;
  }
  .about_box4 .box2 .swiper-slide-active .item .right .content2 span {
      margin: auto;
  }
  .index_pro .box .banner .list .boxRight .boxBot{
	  height: auto;
  }
  .index_pro .box .banner .list .boxRight{
	  height: auto;
  }
  .about_box5 .box .boxRight .content2 .item p {
      width: 100%;
  }
  .index_pro .box .banner .list .boxRight .boxTop{
	  height: auto;
  }
  .index_pro .box .banner .list .boxRight a .item img {
      /* height: 18rem; */
  }
  .index_news .box .boxLeft .banner{
    padding-left: 0;
  }
}
@media screen and (max-width: 669px) {
  .index_banner .swiper-slide .posi .box h5 {
    font-size: 2rem;
  }
  .index_title .biaoti h5 {
    font-size: 22px;
  }
  
  .index_title .more a {
    margin-top: 1rem;
  }
  .index_pro .box .banner .list .boxRight .boxBot a {
    width: 100%;
  }
  .index_page_ span {
    margin: 0 1.125rem;
  }
  .index_appl .box .bxoLeft .main > div,.index_appl .box .bxoLeft .main .active{
    width: 100%;
  }
  .index_appl .box .bxoLeft .img img {
    height: 69rem;
  }
  .index_appl .box .boxRight .content2 {
    font-size: 2rem;
  }
  .index_appl .box .boxRight .content3 {
    font-size: 2rem;
  }
  .index_appl .box .boxRight .content4 {
    margin-top: 3rem;
  }
  .index_appl .box .boxRight .content5 {
    margin-top: 3rem;
  }
  .index_appl .box .boxRight .content5 {
    padding-right: 0;
  }
  .index_about .box .boxRight .content1 {
    font-size: 20px;
  }
  .index_about .box .boxRight .content2 {
    margin-top: 3rem;
  }
  .index_four .box .item {
    width: 100%;
    padding-left: 5rem;
  }
  .index_four .box .item .content3 {
    top: 1.8rem;
  }
  .index_four .box .item .content1 {
    padding-bottom: 2rem;
  }
  .index_news .box .boxLeft .banner .swiper-slide .item .content2 {
    font-size: 16px;
  }
  .index_news .box .boxLeft .banner .swiper-slide .item .content3 {
    margin-top: 2rem;
  }
  .index_news::after {
    height: 44%;
  }
  .index_news .box .boxRight .boxTop ul li {
    margin-right: 3.25rem;
  }
  .index_news .box .boxRight .boxBot .item a .main div {
    font-size: 16px;
  }
  .contact_box2 .box .item p input,.contact_box2 .box .item1 textarea{
    font-size: 16px;
  }
  .index_news .box .boxRight .boxBot .item a .main p{
    font-size: 14px;
  }
  .contact_box2 .box .item p input{
    height: 4rem;
    border-radius: 10rem;
  }
  .index_foot .box .box2 .boxRight .ewm {
    margin-left: 4.625rem;
  }
  .index_foot .box .box2 .boxLeft .item {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .index_foot {
    padding-top: 3rem;
  }
  .index_foot .box .box4 {
    padding: 2rem 0;
    text-align: center;
  }
  .index_foot .box .box4 div {
    width: 100%;
  }
  .about_box1 .box .boxLeft .content2 h5 {
    font-size: 20px;
  }
  .about_box1 .box .boxRight .content2 h5 {
    font-size: 20px;
  }
  .about_box1 .box .boxRight .content3 ul li .left span {
    font-size: 3rem;
  }
  .about_box1 .box .boxRight .content3 {
    padding: 2rem 2rem;
  }
  .about_box1 .box .boxRight .content3 ul li {
    padding: 1rem 0;
  }
  .about_box2 .posi .box .content2 .item1 {
    margin: 0 3rem;
  }
  .about_box2 .posi .box .content1 {
    font-size: 2rem;
  }
  .about_box3 .box .boxLeft .content3 img {
    width: 50%;
  }
  .about_box3 .box .boxLeft .content3 img {
    width: 50%;
  }
  .about_box3 .box .boxRight img {
    width: 100%;
  }
  .about_box4 .box1 .boxLeft div {
    font-size: 1.4rem;
  }
  .about_box4 .box2 .item::after {
    display: none;
  }
  .about_box4 .box2 .an .idnex_btn div {
    top: 13.5%;
  }
  .about_box4 .box2 .item .right .content1 {
    margin-top: 3.75rem;
  }
  .about_box5 .box .boxLeft .content2 img {
    width: 100%;
  }
  .about_box5 .box .boxRight .content2 .item div {
    font-size: 2rem;
  }
  .about_box6 .box .boxLeft .content3 .main .swiper-slide .item {
    padding: 0;
  }
  .about_box6 .box .boxLeft .content3 .main .swiper-slide .item::after {
    display: none;
  }
  .p90 {
    padding-top: 5rem;
  }
  .p90_ {
    padding-bottom: 5rem;
  }
  .about_box6 .box .boxLeft .content3 .main .swiper-slide .item {
    text-align: center;
  }
  .about_box6 .box .boxRight .item .text p {
    font-size: 3.875rem;
  }
  .about_box6 .box .boxRight .item .text h5 {
    font-family: 'albb_b';
    font-size: 2rem;
    color: #fff;
  }
  .about_box6 .box .boxRight .item .text {
    right: 2rem;
    bottom: 2rem;
  }
  .about_box7 .box .banner .item div {
    height: 22.375rem;
  }
  .application_box .box p {
    font-size: 1.5rem;
  }
  .application_box .box p img {
    top: 0;
    width: 2rem;
  }
  .applica_box1 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .applica_box2 .box .boxLeft .main .item {
    margin-top: 2rem;
  }
  .applica_box3 .box .item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .applica_box3 .box .item p {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .applica_box3 .box .item p img {
    max-width: 100%;
  }
  .applica_box3 {
    margin-top: 4rem;
  }
  .applica_box5 .box .boxRight .boxBot .button {
    height: 20%;
    width: 5.25rem;
  }
  .applica_box5 .box .boxRight .boxTop {
    padding-bottom: 3rem;
    padding-left: 3rem;
  }
  .applica_box5 .box .boxRight .boxTop .content2 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  .about_box1 .box .boxRight {
    margin-top: 3rem;
  }
  .product_box .box .box1 .item1 .posi {
    left: 2vw;
  }
  .product_box .box .box1 .item1 .posi h6 {
    font-size: 1.5rem;
  }
  .product_box .box .box1 .item {
    width: 100%;
  }
  .product_box .box .box1 .item:nth-child(2) {
    margin-bottom: 1rem;
  }
  .product_box .box .box2 .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .fengye p a {
    display: none;
  }
  .fengye .active {
    display: inline-block;
  }
  .product_box_info .box .boxRight .content1 h6 {
    font-size: 22px;
  }
  .product_box_info2 .box .item {
    width: 100%;
  }
  .case_box .box .item {
    width: 100%;
  }
  .case_box .box .item:last-child {
    margin-bottom: 0;
  }
  .index_title ul li {
    margin-left: 1.625rem;
  }
  .index_title ul li {
    margin-top: 0.5rem;
  }
  .news_box_info .box .content2 {
    margin: 2.875rem 0 0;
  }
  .he_box .box .list .boxBot {
    justify-content: space-between;
  }
  .he_box .box .list .boxBot .item {
    width: 48%;
    margin-right: 0;
  }
  .service_box .box .item .boxTop {
    font-size: 16px;
  }
  .service_box .box .item .boxTop img {
    top: 0;
    bottom: 0;
    left: 1rem;
    margin: auto;
  }
  .service_box .box .item .boxTop p {
    right: 1rem;
  }
  .service_box1 .box .item .content3 {
    margin-top: 3.75rem;
  }
  .service_box1 .box .item {
    padding: 2.75rem 0;
  }
  .service_box2 .box .item {
    width: 100%;
  }
  .news_box .box .boxRight .item a div {
    font-size: 1.2rem;
  }
  .news_box1 .box .item a .content1 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .news_box1 .box .item {
    padding: 1.75rem 1.4375rem;
  }
  .news_box1 .box .item a .content4 {
    margin-top: 2.5rem;
  }
  .news_box_info .box .content1 h5 {
    font-size: 18px;
    line-height: 2rem;
  }
  .news_box_info .box .content3 {
    margin-top: 5rem;
  }
  .contact_box .box {
    height: 22rem;
  }
  .contact_box1 .box .item {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .contact_box1 .box .item:last-child {
    border: 0;
  }
  .lxewm a{
    margin: 1rem !important;
  }
  .contact_box1 .box::after {
    display: none;
  }
  .contact_box2 .box .item p {
    width: 100%;
    margin-bottom: 1rem;
  }
  .join_box .box .item .boxTop {
    position: relative;
  }
  .join_box .box .item .boxTop .content1 {
    width: 100%;
  }
  .join_box .box .item .boxTop .content2 {
    width: 33.3%;
    margin-top: 5px;
  }
  .join_box .box .item .boxTop .content5 {
    position: absolute;
    top: 1.5rem;
    right: 1.875rem;
  }
  .join_box .box .item .boxBot .content3 .left img {
    width: 4.2rem;
  }
  .join_box .box .item .boxBot .content3 .right div {
    margin-top: 0;
  }
  .join_box .box .item .boxBot .content3 .right p {
    font-size: 18px;
  }
  .application_box1 .box .item .right .content1 img{
	  width: 3.25rem;
  }
  .ls_bread {
	  margin-top: 0;
  }
 .ls_page .item {
     width: auto;
     max-width: 100%;
 }
 .ls_page .item a .ri {
     width: auto;
 }
}

.mxdtc{
  text-align: center;
}

.mxdtab{
  font-size: 1.075rem;
  color: #000;
  /* width: 8rem; */
  line-height: 2.2;
  border-radius: 50rem;
  background: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  margin: 0 0.6rem;
  font-size: 16px;
  padding: 0 20px;
}
.mxdon{
  font-size: 16px;
  color: #fff;

  line-height: 2.2;
  border-radius: 50rem;
  background: #ea2229;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  padding: 0 20px;
}
.mxdon:hover{
  color: #fff;
}
.tabbox dl{
  display: flex;
  line-height: 3rem;
  /* max-width: 60rem; */
  margin: auto;
  
}
.tabbox dd{
  color: #000;
  font-weight: bold;
  margin-right: 2rem;
}
.spmsxx{
  margin-bottom: 3rem;
}
.form-group{
  display: flex;
  line-height: 2;
  margin-bottom: 1.5rem; 
  align-items: center;
  font-size: 16px;
}
.fc-sku-group-html{
  color: #666;
  margin-right: 1rem;
}
.dr_sku_quantity{
  color: #666;
}
.input-group {
  display: flex;
  border-collapse: separate;
  
}
.btn-default{
  color: #949494;
  background-color: #fff;
  border-color: #d3cfcf;
  padding: 2px 18px;
  font-size: 16px;
  line-height: 2;
  border-radius: 2px;
  border: solid 1px #d3cfcf;
  margin-left: -1px;
  cursor: pointer;
  /* line-height: 1.6rem; */
}
.form-control{
  width: 3rem;
  padding: 6px 18px;
  background-color: #fff;
  border: 1px solid #d3cfcf;
  color: #3F4254;
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-left: -1px;
  font-size: 16px;
}
.btn-default:hover{
  color: #fff;
  background-color: #ea2229;
  border-color: #ea2229;
}
.btn-default.red{
  color: #fff;
  background-color: #ea2229;
  border-color: #ea2229;
}
.fc-sku-select-price .btn-default{
  font-size: 16px;
  padding: 0px 16px;
}
.max1000{
  max-width: 1300px;
  margin: auto;
}
.tabbox{
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
  font-size: 15px;
  line-height: 2;;
  color: #333;
}
.tabbox p, .tabbox p span{
  /* font-size: 15px !important; */
  line-height: 2 !important;
  /* color: #333 !important; */
  text-wrap: wrap !important;
}
.tabbox strong,.tabbox strong span{
  /* font-size: 16px !important; */
  line-height: 2 !important;
  /* color: #000 !important; */
  font-family: "微软雅黑,Microsoft YaHei" !important;
  margin-bottom: 6px !important;
  text-wrap: wrap !important;
  display: inline-block;
}
.tabbox2{
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
}
.yingyonglist li img{
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
}
.yingyonglist li{
  line-height: 2.5;
  font-size: 16px;
}
.yingyonglist li:hover a{
  color: #ea2229;
  font-weight: bold;
}
.mb90{
  margin-bottom: 9rem;
}
.lxewm{
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  background: #fff;
}
.lxewm a img{
  width: 12rem;
  height: 12rem;
  display: block;
}
.lxewm a{
  margin: 0 4rem;
}
.dix{
  display: flex;
}
.jss{
  justify-content: space-between;
}
.amc{
  align-items: center;
}
.promotion{
  background-color: rgb(255, 80, 0);
  border-radius: 50rem;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
.discount{
  background: #ffa700;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 50rem;
}
.product-price-group #dr_sku_price{
  font-size: 20px;
  font-weight: bold;
  margin:0 0.3rem;
}
.regular-price{
  font-size: 16px;
}
.userbox{
  position: relative;
  margin-left: 1rem;
  height: 100%;
  font-size: 16px;
  margin-right: 1rem;
}
.btn-xs{
  font-size: 16px;
}
.usertab{
  position: absolute;
  top: 80%;
  left: 0;
  text-align: center;
  width: 130%;
  padding: 1rem 0;
  /* box-shadow: 0px 0px 3px #999; */
  border-radius: 10px;
  background: #ea2229;
  z-index: 10;
  display: none;
}
.index_header .box .mall .usertab a{
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.userbox:hover .usertab{
  display: block;
}
.cdown{
  font-size: 1.8rem;
  color: #ea2229;
  font-weight: bold;
  /* width: 20%; */
  margin: 1rem;
}
.timer{
  width: 100%;
}
.shisjian{
  width: 100%;
  justify-content: center;
}
.cdown p{
  color: #666;
  font-size: 0.8rem;
  font-weight: 300;
}
.timer svg{
  width: 3rem;
  height: 3rem;
  display: none;
}
.shengyu{
  margin-top: 2rem;
}
.zhekoumanei{
  font-weight: bold;
  font-size: 1.8rem;
}
.yuanjia{
  color: #666;
  margin-bottom: 0.5rem;
  text-decoration: line-through;
}
.huidong{
  color: #ea2229;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 2.5;
  background: #f0f0f0;
}
.huidong:hover{
  color: #ea2229;
  text-decoration: underline !important;
}
.xiugaichanpin{
  width: 46%;
  margin: 0;
}
.xiugaichanpyou{
  width: 54%;
}
.xiala {
  position: absolute;
  top: 10rem;
  left: 50%;
  margin-left: -110%;
  background: #fff;
  width: 220%;
  border-radius: 7px;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(122, 102, 240, 0.3), inset 0rem 0rem 0rem 0.01rem #ffffff;
  margin-top: 0.2rem;
  padding: 1rem 0;
}
.xiala a {
  display: block;
  line-height: 2.5;
  font-size: 15px;
  text-align: center;
}
.index_header .box .nav .item{
  position: relative;
}
.index_header .box .nav .item:hover .xiala {
  padding: 1rem 0;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  top: 100%;
  display: block;
  z-index: 999;
}
.yingyongxiala{
  display: none;
}
.application_box1 .box .item .right .yingyongxiala p{
  background: #ea2229;
  color: #fff;
  padding:0 2rem;
  line-height: 2.4rem;
  font-size: 16px;
}
.application_box1 .box .item .right .yingyongxiala svg{
  width: 2.4rem;
  height:2.4rem;
  margin-left: -0.33rem;
}
.newslist{
  width: 20rem;
  /* background: #fff; */
  font-size: 1.125rem;
  color: #333;
}

.newslist a{
    padding: 1.2rem 2rem;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
    font-size: 16px;
}

.newslist a svg{
  fill: #999;
  width: 1.3rem;
  height: 1.3rem;
}
.newslist a:hover,.newslist a.active{
  /* background: #ea2229; */
  color: #ea2229;
  font-weight: bold;
}
.newslist a:hover svg,.newslist a.active svg{
  fill: #ea2229;
}
.newsright{
  width: calc(100% - 22rem);
}
.xgico{
  width: 8.6rem;
  height: 8.6rem;
  background: #ea2229;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.76rem solid #ffe0e1;
  margin: auto;
}

.xgico svg{
  width: 4rem;
  height: 4rem;
}
.zhichifm h3{
  font-size:2.2rem;
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
}
.zhichifm {
  flex-wrap: wrap;
}
.zhichifm a{
  width: 24%;
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
  margin: 2% 0;
  box-sizing: border-box;
  transition: all .3s;
}
.zhichifm a:hover{
  margin-top: -1%;
  box-sizing: 0 5px 10px #e5e5e5;
}
.zhichifm span{
  width: 5rem;
  height: 5px;
  background: #ea2229;
  display: block;
  margin: auto;
  margin: 1.5rem auto;
}
.zhichifm p{
  text-align: center;
  font-size: 16px;
  color: #999;
}
.jsc{
  justify-content: center;
}
.chaka a{
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e8e8e8;
  margin: 0px 7px;
}
.chaka a svg{
  width: 1.4rem;
  height: 1.4rem;
  fill: #999;
}
.chaka a:hover{
  background: #ea2229;
}
.chaka a:hover svg{
  fill: #fff;
}
.liuyanbiaoti{
  font-size: 18px;
  margin: 20px 0 !important;
}



.radio-group {  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}  
  
.radio-label {  
  position: relative;  
  padding-left: 2rem; /* 为单选按钮样式留出空间 */  
  cursor: pointer;  
  user-select: none; /* 防止选择文本 */  
  width: 23%;
  width: 20%;
  box-sizing: border-box;
  line-height:2;
  font-size: 16px;
}  
  
.radio-label::before {  
  content: '';  
  position: absolute;  
  left: 0;  
  top: 50%;  
  transform: translateY(-50%);  
  width: 1.4rem;  
  height: 1.4rem;  
  border: 1px solid #ccc;  
  border-radius: 50%;  
  background-color: #fff;  
}  
  
input[type="radio"]:checked + .radio-label::after {  
  content: '';  
  position: absolute;  
  left: 6px;  
  top: 50%;  
  transform: translateY(-50%);  
  width: 0.6rem;  
  height: 0.6rem; 
  border-radius: 50%;  
  background-color: #ea2229;  
  border: 1px solid #ea2229;  
}  
  
/* 可选：鼠标悬停样式 */  
.radio-label:hover::before {  
  border-color: #ea2229;  
}
.ganxinqu {
  margin-top: 20px !important;
}
.gxqtab{
  display: flex;
  justify-content: space-between;
  /* border-radius: 1rem 1rem 0 0; */
  overflow: hidden;
}
.gxqtab a{
  width: 25%;
  height: 3.3125rem;
  line-height: 3.3125rem;
  text-align: center;
  background: #f0f0f0;
  font-size: 16px;
}
.gxqtab .on{
  background: #ea2229;
  color: #fff;
  font-weight: bold;
}
.gxqlist{
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding:2rem 3rem;
  border-radius: 0 0 1rem 1rem;
  display: none;
}
.gxqlist label{
  width: 20%;
  height: 3rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.gxqlist label input{
  margin-right: 0.5rem;
}




.mt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  cursor: pointer;
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.mt-checkbox > input{
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mt-checkbox > span{
  border: 1px solid #d3cfcf;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1.4rem;
  width: 1.4rem;
  background: #fff;
  /* background-color: rgb(230, 230, 230); */
}
.mt-checkbox > span::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 10px;
  border: solid #ea2229;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mt-checkbox > span::after{
  content: '';
  position: absolute;
  display: none;
  font-size: 1.2rem;
}
.mt-checkbox > input:checked ~ span::after{
  display: block;
}
.erji{
  display: block;
  background: #f7f7f7;
  overflow: hidden;
  transition: all 0.3s;
}
.erji a{
  display: block;
  background: #f7f7f7 !important;
  padding: 1rem 2rem;
  font-size: 15px;
}
.w70{
  width: 64%;
  background: #fff;
  border-radius: 1rem;
}
.w28{
  width: 28%;
}
.tabbox2 h3{
  font-size: 1.8rem;
}
.tabbox2 li{
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
  align-items: center;
  font-size: 1.075rem;
  color: #333;
  border: solid 1px #e5e5e5;
}
.tabbox2 li:nth-child(odd){
  background:#f7f7f7;
}
.tabbox2 span{
  width: 30%;
  font-size: 15px;
  padding: 1rem;
}
.tabbox2 p{
  width: 70%;
  padding: 1rem;
  border-left: solid 1px #e5e5e5;
  font-size: 15px;
}
@media screen and (max-width: 669px){
  .radio-label{
    width: 100%;
  }
  .radio-group{
    justify-content: left;
  }
  .gxqtab a{
    width: 49%;
    line-height: 2.4;
    height: auto;
    margin-top: 1%;
  }
  .gxqtab{
    flex-wrap: wrap;
  }
  .gxqlist label{
    width: 100%;
  }
  .gxqlist{
    padding: 2rem 1rem;
  }
  .join_box .box .item .boxTop .content1{
    font-size: 18px;
  }
  .index_news .box .boxRight .boxTop ul li a{
    font-size: 20px;
    line-height: 3.4rem;
  }
  .index_news .box .boxRight .boxTop ul li{
    margin-right: 1.25rem;
  }
  .about_box2 img{
    min-height: 400px;
  }
  .item h5{
    font-size: 14px !important;
  }
  .item p{
    font-size: 14px !important;
  }
  .about_box2 .posi .box .content2.flexStart{
    margin-top: 2.75rem;
  }
  .about_box2 .posi .box .content2 .item1{
    margin: 0 1rem;
  }
  .about_box2 .posi .box .content2 .item{
    width: 46px;
  }
  .about_box4 .box2 .item{
    padding: 0 1.625rem;
  }
  .about_box4 .box2 .item .right .content3{
    /* font-size: 14px; */
  }
  .xiugaihoudenav{
    display: flex;
    justify-content: space-between;
    
  }
  .xiugaihoudenav li{
    width: 50%;
    margin: 0 !important;
    text-align: left;
    margin-top: 10px !important;
  }
  .product_box .box .box2 .item a .content1{
    height: auto;
    margin-bottom: 20px;
  }
  .zhichifm a{
    width: 100%;
  }
}
.aboutbanner{
  width: 100%;
  overflow: hidden;
}
.aboutbanner .swiper-pagination{
  width: auto;
  left: 30px;
  bottom: 30px;
}