.imglayer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	display: flex;
	align-items: center;
	cursor: pointer;
	display: none;
}
.imglayer div {
	display: flex;
	align-items: center;
	height: 80%;
	width: 1000px;
	margin: auto;
	text-align: center;
}
.imglayer div img{
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 992px){
	.imglayer div {
		height: 60%;
		width: 80%;
	}
}
.w1800 {
  margin: 0 3.125vw;
  box-sizing: border-box;
}
.w1600 {
  margin: 0 8.333vw;
  box-sizing: border-box;
}
.w1520 {
  margin: 0 10.416vw;
  box-sizing: border-box;
}
.w1400 {
  margin: 0 13.5416vw;
  box-sizing: border-box;
}
.w1200 {
  margin: 0 18.75vw;
  box-sizing: border-box;
}
.index_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 2px 4px #cffff9;
}
.index_header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #f3fbfa;
  box-shadow: 0px 0px 5px #cffff9;
}
.index_header .box .logo {
  padding: 28px 0;
}
.index_header .box .logo img {
  height: 40px;
}
.index_header .box .maim .nav .item {
  padding: 0 20px;
  position: relative;
}
.index_header .box .maim .nav .item > p a {
  color: #666;
  font-size: 16px;
  display: inline-block;
  line-height: 96px;
  font-family: 'albb_r';
}
.index_header .box .maim .nav .item .select {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 2px 4px #cffff9;
}
.index_header .box .maim .nav .item .select ul li a {
  transition: 0.4s;
  line-height: 35px;
  font-size: 15px;
  display: block;
  font-family: 'albb_r';
  text-align: center;
}
.index_header .box .maim .nav .item .select ul li:hover a {
  background: #00ac97;
  color: #fff;
}
.index_header .box .maim .nav .item .select ul .active a {
  background: #00ac97;
  color: #fff;
}
.index_header .box .maim .nav .item:hover .nav_select {
  opacity: 1;
  visibility: initial;
}
.index_header .box .maim .nav .item:hover .select {
  opacity: 1;
  visibility: initial;
  transition: 0.4s;
}
.index_header .box .maim .nav .itemlink {
  display: none;
}
.index_header .box .maim .nav .active > p a {
  color: #000;
  font-family: 'albb_r';
}
.index_header .box .maim .shopp {
  padding: 28px 0;
  margin-left: 9.375rem;
}
.index_header .box .maim .language {
  padding: 28px 0;
  margin-left: 20px;
}
.index_header .box .maim .language div {
  padding: 0 10px;
  line-height: 38px;
  border-radius: 20px;
  border: 1px solid #00ac97;
}
.index_header .box .maim .language span {
  width: 1px;
  height: 20px;
  margin: 9px 6px;
  background: #d2d2d2;
  display: inline-block;
}
.index_header .box .maim .language p {
  width: 40px;
  text-align: center;
}
.index_header .box .maim .language p a {
  font-size: 1rem;
  color: #999;
  transition: 0.4s;
  font-family: 'albb_r';
  display: inline-block;
}
.index_header .box .maim .language p a:hover {
  color: #00ac97;
}
.index_header .box .maim .language .active a {
  color: #00ac97;
}
.index_header .box .maim .search {
  display: flex;
  align-items: center;
  margin-left: 2.8125rem;
}
.index_header .box .maim .header_menu {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  display: none;
}
.index_header .box .maim .header_menu span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  transition-delay: 0.3s, 0s;
}
.index_header .box .maim .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;
}
.index_header .box .maim .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;
}
.index_header .box .maim .act_menu span {
  background: none;
}
.index_header .box .maim .act_menu span::before {
  transform: rotate(45deg);
  top: 0;
}
.index_header .box .maim .act_menu span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.index_headerOn {
  position: fixed;
}
.nav_select {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100vw;
  min-height: 100px;
  background: #fff;
  z-index: 1;
  visibility: hidden;
  box-shadow: 0px -2px 4px #cffff9;
}
.nav_select .nav_box {
  margin: 0 10vw;
  padding: 1.875rem 0;
}
.nav_select .nav_box .nav_left {
  width: 12%;
  border-right: 1px solid #d2d2d2;
}
.nav_select .nav_box .nav_left .nav_item {
  margin-bottom: 1.875rem;
  text-align: center;
}
.nav_select .nav_box .nav_left .nav_item:last-child {
  margin-bottom: 0;
}
.nav_select .nav_box .nav_left .nav_item a .img img {
  max-width: 3.25rem;
  filter: grayscale(1);
}
.nav_select .nav_box .nav_left .nav_item a .text {
  margin-top: 1rem;
  font-size: 14px;
  color: #000;
  font-family: 'albb_r';
}
.nav_select .nav_box .nav_left .nav_item a:hover .img img {
  filter: grayscale(0);
}
.nav_select .nav_box .nav_left .nav_item .list {
  display: none;
}
.nav_select .nav_box .nav_left .active a .img img {
  filter: grayscale(0);
}
.nav_select .nav_box .nav_right {
  width: 80%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav_select .nav_box .nav_right .nav_main {
  width: 100%;
  padding: 0 6.25rem;
  box-sizing: border-box;
}
.nav_select .nav_box .nav_right .nav_main .banner a {
  display: block;
  text-align: center;
}
.nav_select .nav_box .nav_right .nav_main .banner a .content1 img {
  max-width: 90%;
}
.nav_select .nav_box .nav_right .nav_main .banner a .content2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  color: #000;
  position: relative;
  top: 0;
}
.nav_select .nav_box .nav_right .nav_main .banner a .content3 {
  font-family: 'albb_r';
  font-size: 16px;
  color: #00ac97;
  margin-top: 0.625rem;
}
.nav_select .nav_box .nav_right .nav_main .banner a:hover .content2 {
  color: #00ac97;
}
.nav_select .index_btn p {
  transition: 0s;
}
.index_btn p {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: #e5e5e5;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  transform: translateY(-50%);
}
.index_btn p span {
  color: #fff;
}
.index_btn p:hover {
  background: #00ac97;
}
.index_btn .prev {
  left: 0;
}
.index_btn .next {
  right: 0;
}
.index_link a {
  display: inline-block;
  min-width: 9.25rem;
  line-height: 40px;
  border-radius: 20px;
  background: #00ac97;
  text-align: center;
}
.index_link a span {
  font-size: 16px;
  color: #fff;
}
.index_banner .box .banner {
  position: relative;
}
.index_banner .box .banner .item {
  position: relative;
}
.index_banner .box .banner .item .img img {
  width: 100%;
}
.index_banner .box .banner .item .posi {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  top: 0;
  left: 0;
}
.index_banner .box .banner .item .posi .main {
  color: #fff;
  padding-left: 16.666vw;
  box-sizing: border-box;
}
.index_banner .box .banner .item .posi .main .content1 {
  font-size: 3.625rem;
  font-family: 'albb_b';
}
.index_banner .box .banner .item .posi .main .content2 {
  font-size: 3rem;
  margin-top: 5px;
  font-family: 'albb_r';
}
.index_banner .box .banner .item .posi .main .content3 {
  margin-top: 3.75rem;
  font-family: 'albb_r';
  font-size: 1.75rem;
}
.index_banner .box .banner .item .posi .main .content4 {
  margin-top: 5rem;
}
.index_banner .box .banner .item .posi .main1 {
  color: #fff;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
.index_banner .box .banner .item .posi .main1 .content1 {
  font-size: 3.625rem;
  font-family: 'albb_b';
}
.index_banner .box .banner .item .posi .main1 .content2 {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-top: 5px;
}
.index_banner .box .banner .item .posi .main1 .content4 {
  margin-top: 5rem;
}
.index_banner .box .banner .page {
  position: absolute;
  bottom: 3.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index_banner .box .banner .page p span {
  margin: 0 8px;
  opacity: 1;
  background: #a0a0a0;
  width: 6px;
  height: 6px;
  position: relative;
}
.index_banner .box .banner .page p span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250%;
  height: 250%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border: 1px solid #00ac97;
  opacity: 0;
}
.index_banner .box .banner .page p .swiper-pagination-bullet-active {
  background: #fff;
}
.index_banner .box .banner .page p .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.link_link1 a {
  display: inline-block;
  line-height: 3.875rem;
  min-width: 14.125rem;
  background: url(../images/btnBg.png) no-repeat 50% 50%;
  text-align: center;
}
.link_link1 a span {
  font-size: 1.125rem;
  color: #fff;
}
.p100 {
  padding-top: 6.25rem;
}
.p100_ {
  padding-bottom: 6.25rem;
}
.m90 {
  margin-top: 5.625rem;
}
.m90_ {
  margin-bottom: 5.625rem;
}
.index_title.flexCenter {
  text-align: center;
}
.index_title h5 {
  font-size: 2.25rem;
  font-family: 'syh_m';
}
.index_title h6 {
  font-size: 1.375rem;
  font-family: 'gilroy_bold';
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.index_title .right a {
  display: inline-block;
  margin-top: 4rem;
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #000;
  transition: 0.4s;
}
.index_title .right a:hover {
  color: #00ac97;
}
.index_brand .box .boxleft {
  width: 35%;
}
.index_brand .box .boxleft p img {
  width: 100%;
}
.index_brand .box .boxCen {
  width: 36%;
}
.index_brand .box .boxCen .content2 {
  margin-top: 3.125rem;
  border-bottom: 1px solid #d2d2d2;
}
.index_brand .box .boxCen .content2 p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-right: 2rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.index_brand .box .boxCen .content2 p a{
	 color: #000;
}
.index_brand .box .boxCen .content2 p::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00ac97;
  opacity: 0;
  transition: 0.4s;
}
.index_brand .box .boxCen .content2 p:hover::after {
  opacity: 1;
}
.index_brand .box .boxCen .content2 .active::after {
  opacity: 1;
}
.index_brand .box .boxCen .content4 {
  margin-top: 4rem;
}
.index_brand .box .boxCen .content4 .list {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  display: none;
}
.index_brand .box .boxCen .content4 .active {
  display: block;
}
.index_brand .box .boxRight {
  width: 12.5rem;
  margin-left: 3.75rem;
}
.index_brand .box .boxRight .item {
  margin-bottom: 2rem;
}
.index_brand .box .boxRight .item:last-child {
  margin-bottom: 0;
}
.index_brand .box .boxRight .item .top {
  font-family: 'gilroy_bold';
  color: #00ac97;
  font-size: 1rem;
}
.index_brand .box .boxRight .item .top span {
  font-size: 2.25rem;
}
.index_brand .box .boxRight .item .bot {
  margin-top: 0.3125rem;
  font-size: 14px;
  color: #999;
  font-family: 'syh_m';
}
.index_development {
  position: relative;
}
.index_development::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 13.875rem;
  height: 1px;
  background: #d2d2d2;
}
.index_development .box {
  position: relative;
}
.index_development .box .banner .swiper-container {
  padding-top: 7.5625rem;
}
.index_development .box .banner .item {
  text-align: center;
}
.index_development .box .banner .item .tt {
  height: 8.125rem;
}
.index_development .box .banner .item .content1 {
  font-family: 'syh_n';
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  opacity: 0;
}
.index_development .box .banner .item .content2 {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.index_development .box .banner .item .content2 > span {
  width: 8px;
  height: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}
.index_development .box .banner .item .content3 {
  font-size: 1rem;
  font-family: 'albb_r';
  line-height: 2.5rem;
  height: 2.5rem;
  margin: 4.5rem 0 2.25rem;
  position: relative;
}
.index_development .box .banner .item .content4 {
  opacity: 0;
}
.index_development .box .banner .item .content4 img {
  width: 13.4375rem;
}
.index_development .box .banner .swiper-slide:nth-child(2n-1) {
  position: relative;
  top: -7.5625rem;
}
.index_development .box .banner .swiper-slide:nth-child(2n-1) .item {
  flex-flow: column-reverse;
  display: flex;
}
.index_development .box .banner .swiper-slide:nth-child(2n-1) .item .content2 {
  bottom: -2.5rem;
  left: 50%;
  top: auto;
}

.index_development .box .banner .swiper-slide:nth-child(2n-1) .item .content3 {
  margin: 2.25rem 0 4.5rem;
}
.index_development .box .banner .swiper-slide-active .content1 {
  opacity: 1;
}
.index_development .box .banner .swiper-slide-active .content3 {
  color: #00ac97;
}
.index_development .box .banner .swiper-slide-active .content3 > span {
  font-size: 2.125rem;
  font-family: 'gilroy_bold';
}
.index_development .box .banner .swiper-slide-active .content4 {
  opacity: 1;
}
.index_development .index_btn p {
  z-index: 6;
}
.index_pro {
  background: #f6f6f6;
}
.index_pro .box .boxTop {
  margin-top: -5rem;
}
.index_pro .box .boxTop .item {
  margin-left: 7rem;
  text-align: center;
}
.index_pro .box .boxTop .item a .img {
  height: 5rem;
  display: flex;
  align-items: center;
}
.index_pro .box .boxTop .item a .img img {
  margin: auto;
  max-height: 100%;
  transition: 0.4s;
  filter: grayscale(1);
}
.index_pro .box .boxTop .item a .text {
  margin-top: 0.75rem;
  font-family: 'syh_m';
  color: #666;
}
.index_pro .box .boxTop .item a:hover .img img {
  filter: grayscale(0);
}
.index_pro .box .boxTop .active a .img img {
  filter: grayscale(0);
}
.index_pro .box .boxTop .active a .text {
  color: #000;
}
.index_pro .box .boxBot {
  text-align: center;
  padding: 3.5rem 0 6.875rem;
}
.index_pro .box .boxBot img {
  width: 69.125rem;
}
.index_pro1 {
  margin-top: -12.5rem;
}
.index_pro1 .box .banner a {
  display: block;
}
.index_pro1 .box .banner a .item {
  text-align: center;
}
.index_pro1 .box .banner a .item .content1 img {
  max-width: 100%;
  margin: auto;
  transform: scale(0.7);
}
.index_pro1 .box .banner a .item .content2 {
  margin-top: 3.25rem;
  font-size: 1.125rem;
  color: #666;
  opacity: 0;
}
.index_pro1 .box .banner a .item .content3 {
  margin-top: 0.75rem;
  font-size: 2.3rem;
  color: #000;
  font-family: 'gilroy_bold';
  opacity: 0;
}
.index_pro1 .box .banner a .item .content4 {
  font-size: 1rem;
  color: #666;
  margin-top: 0.25rem;
  opacity: 0;
}
.index_pro1 .box .banner .swiper-slide-active a .content1 img {
  transform: scale(1);
}
.index_pro1 .box .banner .swiper-slide-active a .content2 {
  opacity: 1;
}
.index_pro1 .box .banner .swiper-slide-active a .content3 {
  opacity: 1;
}
.index_pro1 .box .banner .swiper-slide-active a .content4 {
  opacity: 1;
}
.index_pro1 .box .page .btn p {
  margin-right: 2.1875rem;
}
.index_pro1 .box .page .btn p span {
  color: #000;
  cursor: pointer;
  font-weight: bold;
}
.index_pro1 .box .page .btn p span:hover {
  color: #00ac97;
}
.index_pro1 .box .page .number {
  font-family: 'gilroy_bold';
  color: #999;
}
.index_pro1 .box .page .number span {
  color: #00ac97;
}
.index_pro1 .box .page .number font {
  color: #999;
}
.index_pro1 .box .link {
  margin-top: 1.25rem;
}
.index_advantage .box .boxLeft {
  margin-top: 14.375rem;
}
.index_advantage .box .boxLeft .item {
  margin-bottom: 5rem;
}
.index_advantage .box .boxLeft .item:last-child {
  margin-bottom: 0;
}
.index_advantage .box .boxLeft .item p {
  font-size: 1.875rem;
  cursor: pointer;
}
.index_advantage .box .boxLeft .item p span {
  font-family: 'gilroy_light';
  font-size: 1.25rem;
  color: #999;
  width: 30px;
  display: inline-block;
}
.index_advantage .box .boxLeft .item p:hover {
  color: #00ac97;
}
.index_advantage .box .boxLeft .active p {
  color: #00ac97;
}
.index_advantage .box .boxRight .left img {
  width: 43.375rem;
  display: none;
}
.index_advantage .box .boxRight .left .active {
  display: block;
}
.index_advantage .box .boxRight .right {
  margin-left: 3.125rem;
  width: 24.375rem;
}
.index_advantage .box .boxRight .right > div {
  display: none;
}
.index_advantage .box .boxRight .right .active {
  display: block;
}
.index_advantage .box .boxRight .right .content1 {
  margin-top: 20.5rem;
  font-size: 2.625rem;
  font-family: 'gilroy_bold';
}
.index_advantage .box .boxRight .right .content1 span {
  color: #00ac97;
}
.index_advantage .box .boxRight .right .content2 {
  margin-top: 2.8125rem;
}
.index_advantage .box .boxRight .right .content2 a {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1rem;
  font-family: 'gilroy_bold';
  border-bottom: 2px solid #00ac97;
  color: #000;
  transition: 0.4s;
}
.index_advantage .box .boxRight .right .content2 a:hover {
  color: #00ac97;
}
.index_news {
  background: #f6f6f6;
}
.index_news .box .boxLeft {
  width: 41.5%;
}
.index_news .box .boxLeft a {
  display: block;
}
.index_news .box .boxLeft a .content1 {
  overflow: hidden;
}
.index_news .box .boxLeft a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.index_news .box .boxLeft a .content2 {
  padding: 1.875rem 0 1.5rem;
  border-bottom: 1px solid #d2d2d2;
}
.index_news .box .boxLeft a .content2 h5 {
  font-size: 1.625rem;
  font-family: 'syh_b';
  color: #000;
  transition: 0.4s;
}
.index_news .box .boxLeft a .content2 h6 {
  font-family: 'gilroy_regular';
  font-size: 1rem;
  color: #999;
  margin-top: 0.375rem;
}
.index_news .box .boxLeft a .content3 {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
  height: 3.25rem;
  margin-top: 1.5625rem;
}
.index_news .box .boxLeft a .content4 {
  margin-top: 2.1875rem;
}
.index_news .box .boxLeft a:hover .content1 img {
  transform: scale(1.1);
}
.index_news .box .boxLeft a:hover .content2 h5 {
  color: #00ac97;
}
.index_news .box .boxRight {
  width: 52%;
}
.index_news .box .boxRight .list {
  padding: 1.5rem 0;
  border-bottom: 1px solid #d2d2d2;
}
.index_news .box .boxRight .list:first-child {
  padding-top: 0;
}
.index_news .box .boxRight .list a .left {
  text-align: center;
}
.index_news .box .boxRight .list a .left h6 {
  font-family: 'gilroy_regular';
  color: #999;
  font-size: 1rem;
}
.index_news .box .boxRight .list a .left h5 {
  font-family: 'gilroy_regular';
  color: #999;
  font-size: 2.875rem;
  margin-top: 0.1875rem;
}
.index_news .box .boxRight .list a .right {
  width: 70%;
}
.index_news .box .boxRight .list a .right .content1 {
  font-family: 'syh_b';
  font-size: 1.5rem;
  color: #000;
  transition: 0.4s;
}
.index_news .box .boxRight .list a .right .content2 {
  font-family: 'gilroy_regular';
  font-size: 0.875rem;
  color: #666;
  margin-top: 1rem;
  line-height: 1.625rem;
}
.index_news .box .boxRight .list a .right .content3 {
  margin-top: 1.5625rem;
}
.index_news .box .boxRight .list:hover a .right .content1 {
  color: #00ac97;
}
.index_more a {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  display: inline-block;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00ac97;
}
.index_more span {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  display: inline-block;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00ac97;
}
.index_foot {
  background: #1b1b1b;
}
.index_foot .box .boxLeft .boxTop {
  border-right: 1px solid #313131;
}
.index_foot .box .boxLeft .boxTop .item {
  margin-right: 6rem;
}
.index_foot .box .boxLeft .boxTop .item h5 {
  font-family: 'albb_m';
  color: #fff;
  font-size: 1.125rem;
}
.index_foot .box .boxLeft .boxTop .item div {
  margin-top: 3.5rem;
}
.index_foot .box .boxLeft .boxTop .item div p {
  line-height: 1.625rem;
  font-size: 0.875rem;
  font-family: 'albb_r';
}
.index_foot .box .boxLeft .boxTop .item div p a {
  color: #999;
}
.index_foot .box .boxLeft .boxBot {
  margin-top: 10.75rem;
}
.index_foot .box .boxLeft .boxBot p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5625rem;
}
.index_foot .box .boxLeft .boxBot p a {
  color: #666;
}
.index_foot .box .boxRight .content1 {
  display: flex;
  justify-content: flex-start;
}
.index_foot .box .boxRight .content1 .left {
  font-family: 'albb_r';
}
.index_foot .box .boxRight .content1 .left div {
  height: 3.125rem;
  margin-bottom: 2.1875rem;
}
.index_foot .box .boxRight .content1 .left div:last-child {
  margin-bottom: 0;
}
.index_foot .box .boxRight .content1 .left div h6 {
  font-size: 0.875rem;
  color: #666;
}
.index_foot .box .boxRight .content1 .left div p {
  font-size: 1.5rem;
  color: #fff;
  font-family: 'gilroy_bold';
}
.index_foot .box .boxRight .content1 .right {
  margin-left: 1.75rem;
}
.index_foot .box .boxRight .content1 .right div {
  height: 3.125rem;
  margin-bottom: 2.1875rem;
}
.index_foot .box .boxRight .content1 .right div:last-child {
  margin-bottom: 0;
}
.index_foot .box .boxRight .content1 .right div h6 {
  font-size: 0.875rem;
  color: #666;
}
.index_foot .box .boxRight .content1 .right div p {
  font-size: 1.25rem;
  color: #fff;
  font-family: 'gilroy_bold';
}
.index_foot .box .boxRight .content2 {
  margin-top: 3.125rem;
}
.index_foot .box .boxRight .content3 {
  margin-top: 6.75rem;
}
.index_foot .box .boxRight .content3 .left img {
  width: 6.375rem;
}
.index_foot .box .boxRight .content3 .right {
  margin-left: 1.5625rem;
  display: flex;
  align-items: center;
}
.index_foot .box .boxRight .content3 .right .feng p {
  margin-left: 2rem;
  padding: 0;
  height: 20px;
  margin-right: 0;
  background: none;
  position: relative;
}
.index_foot .box .boxRight .content3 .right .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.index_foot .box .boxRight .content3 .right .feng p img {
  filter: invert(0.5);
}
.xks_banner {
  position: relative;
}
.xks_banner .img {
  width: 100%;
}
.xks_banner .img img {
  width: 100%;
}
.xks_banner .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.xks_banner .posi .box {
  color: #fff;
}
.xks_banner .posi .box .content1 {
  font-family: 'syh_b';
  font-size: 3rem;
  text-transform: uppercase;
}
.xks_banner .posi .box .content2 {
  margin-bottom: 0.875rem;
}
.xks_banner .posi .box .content2 i {
  display: inline-block;
  width: 3.75rem;
  height: 0.125rem;
  background: #fff;
}
.xks_banner .posi .box .content3 {
  font-family: 'syh_m';
  font-size: 1.25rem;
}
.xks_advantage {
  padding-bottom: 4rem;
  background: url(../images/lsbg.png) no-repeat 0% 100%;
}
.xks_advantage .box {
  margin-top: 3.625rem;
}
.xks_advantage .box .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5.2vw;
}
.xks_advantage .box .boxLeft .banner {
  width: 33rem;
}
.xks_advantage .box .boxLeft .banner .item {
  position: relative;
}
.xks_advantage .box .boxLeft .banner .item .content1 {
  padding-top: 4.375rem;
}
.xks_advantage .box .boxLeft .banner .item .content1 h5 {
  font-family: 'albb_b';
  font-size: 2.625rem;
}
.xks_advantage .box .boxLeft .banner .item .content1 h6 {
  text-transform: uppercase;
  font-family: 'gilroy_regular';
  color: #999;
  font-family: 0.875rem;
  margin-top: 1rem;
}
.xks_advantage .box .boxLeft .banner .item .content1 p {
  margin-top: 3.875rem;
  width: 6.25rem;
  height: 2px;
  background: #00ac97;
}
.xks_advantage .box .boxLeft .banner .item .content2 {
  margin-top: 3.75rem;
  font-family: 'syh_n';
  font-size: 1.125rem;
  line-height: 2rem;
  outline-color: #666;
  height: 36.875rem;
}
.xks_advantage .box .boxLeft .banner .item .content2 p {
  margin-bottom: 2.5rem;
}
.xks_advantage .box .boxLeft .banner .item .content2 p:last-child {
  margin-bottom: 0;
}
.xks_advantage .box .boxLeft .banner .item .content2 span {
  font-family: 'gilroy_bold';
  color: #00ac97;
}
.xks_advantage .box .boxLeft .banner .item .content3 {
  font-family: 'syh_b';
  line-height: 2rem;
}
.xks_advantage .box .boxLeft .banner .item .content3 p {
  font-size: 1.375rem;
}
.xks_advantage .box .boxLeft .banner .item .content3 div {
  font-size: 1.125rem;
}
.xks_advantage .box .boxRight {
  width: 50%;
  box-sizing: border-box;
}
.xks_advantage .box .boxRight .content1 img {
  width: 100%;
}
.xks_advantage .box .boxRight .content2 {
  background: #00ac97;
  box-sizing: border-box;
  padding: 0 7rem;
}
.xks_advantage .box .boxRight .content2 .top {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 3rem 0;
}
.xks_advantage .box .boxRight .content2 .top h5 {
  font-family: 'gilroy_bold';
  font-size: 6.75rem;
  line-height: 6.75rem;
}
.xks_advantage .box .boxRight .content2 .top p {
  font-family: 'albb_b';
  font-size: 1.75rem;
  margin-top: 0.3125rem;
}
.xks_advantage .box .boxRight .content2 .bot {
  padding: 2rem 0;
}
.xks_advantage .box .boxRight .content2 .bot .left {
  color: #fff;
  font-family: 'gilroy_regular';
  font-size: 1rem;
}
.xks_advantage .box .boxRight .content2 .bot .left span {
  font-family: 'gilroy_bold';
  font-size: 2.875rem;
}
.xks_advantage .box .boxRight .content2 .bot .right {
  line-height: 3.5rem;
}
.xks_advantage .box .boxRight .content2 .bot .right span {
  color: #fff;
  font-family: 'gilroy_bold';
  display: inline-block;
  cursor: pointer;
}
.xks_advantage .box .boxRight .content2 .bot .right .next {
  margin-left: 2rem;
}
.xks_history .box .boxLeft {
  width: 40%;
}
.xks_history .box .boxLeft .content1 h5 {
  font-size: 2.625rem;
  font-family: 'syh_b';
}
.xks_history .box .boxLeft .content1 p {
  margin-top: 3.375rem;
  line-height: 2rem;
  font-size: 1.125rem;
  color: #666;
  font-family: 'syh_n';
}
.xks_history .box .boxLeft .content2 {
  margin-top: 13.125rem;
}
.xks_history .box .boxLeft .content2 div {
  margin-right: 2.1875rem;
}
.xks_history .box .boxLeft .content2 div img {
  margin-top: 0.625rem;
}
.xks_history .box .boxLeft .content2 p {
  font-family: 'albb_b';
  font-size: 1.875rem;
}
.xks_history .box .boxLeft .content3 {
  margin-top: 3.75rem;
  font-family: 'syh_n';
  font-size: 1.125rem;
  color: #666;
  line-height: 2rem;
}
.xks_history .box .boxLeft .content3 p {
  text-align: justify;
  margin-bottom: 1.875rem;
}
.xks_history .box .boxLeft .content3 p:last-child {
  margin-bottom: 0;
}
.xks_history .box .boxRight {
  width: 55%;
}
.xks_history .box .boxRight img {
  width: 52.39vw;
}
.xks_history1 .box .boxLeft .left div {
  margin-right: 2.1875rem;
}
.xks_history1 .box .boxLeft .left div img {
  margin-top: 0.625rem;
}
.xks_history1 .box .boxLeft .left p {
  font-family: 'albb_b';
  font-size: 1.875rem;
}
.xks_history1 .box .boxLeft .center {
  font-family: 'syh_n';
  font-size: 1.125rem;
  color: #666;
  line-height: 2rem;
  width: 44%;
}
.xks_history1 .box .boxLeft .center p {
  text-align: justify;
}
.xks_history1 .box .boxLeft .right {
  text-align: right;
}
.xks_history1 .box .boxLeft .right img {
  width: 20.9375rem;
}
.xks_history1 .box .boxLeft .right .text {
  margin-top: 0.3125rem;
}
.xks_history1 .box .boxLeft .right p {
  font-family: 'syh_n';
  font-size: 1.125rem;
  color: #666;
  line-height: 2rem;
}
.xks_history2 {
  background: #eeeeee;
  min-height: 100px;
}
.xks_history2 .box .boxRight {
  width: 60.416vw;
}
.xks_history2 .box .boxRight ul li {
  width: 25%;
}
.xks_history2 .box .boxRight ul li a {
  text-align: center;
  border: 1px solid #d2d2d2;
  display: block;
  font-size: 1.25rem;
  font-family: 'syh_n';
  color: #666;
  line-height: 4rem;
  text-decoration: 0.4s;
}
.xks_history2 .box .boxRight ul li a:hover {
  background: #00ac97;
  color: #fff;
  border: 1px solid #00ac97;
}
.xks_history2 .box .boxRight ul .active a {
  background: #00ac97;
  color: #fff;
  border: 1px solid #00ac97;
}
.xks_history2 .box1 {
  margin-top: 3rem;
}
.xks_history2 .box1 .list {
  display: none;
}
.xks_history2 .box1 .list .mian .boxLeft {
  width: 50%;
  background: url(../images/jsbg.png) no-repeat 50% 50% / cover;
  box-sizing: border-box;
  padding: 5.75rem 9rem 2.5rem 4.5rem;
}
.xks_history2 .box1 .list .mian .boxLeft .content1 h6 {
  font-family: 'syh_m';
  color: #fff;
  font-size: 2.875rem;
}
.xks_history2 .box1 .list .mian .boxLeft .content1 div {
  margin-top: 1.25rem;
  height: 4rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2rem;
  font-family: 'syh_n';
}
.xks_history2 .box1 .list .mian .boxLeft .content2 {
  margin-top: 2.5rem;
}
.xks_history2 .box1 .list .mian .boxLeft .content2 h6 {
  font-family: 'syh_b';
  color: #fff;
  font-size: 1.5rem;
}
.xks_history2 .box1 .list .mian .boxLeft .content2 div {
  margin-top: 1.25rem;
  height: 8rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2rem;
  font-family: 'syh_n';
}
.xks_history2 .box1 .list .mian .boxRight {
  width: 50%;
}
.xks_history2 .box1 .list .mian .boxRight .img {
  height: 50%;
}
.xks_history2 .box1 .list .mian .boxRight .img img {
  height: 100%;
}
.xks_history2 .box1 .active {
  display: block;
}
.xks_comprehensive {
  background: url(../images/qmbg.png) no-repeat left top;
  background-size: 100% auto;
}
.xks_comprehensive .box .list .content1 {
  font-size: 2.625rem;
  font-family: 'albb_b';
}
.xks_comprehensive .box .list .content2 {
  margin-top: 3.125rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #666;
}
.xks_comprehensive .box .list .content3 {
  margin-top: 7.5rem;
}
.xks_comprehensive .box .list .content3 .item {
  margin-right: 1.875rem;
  text-align: center;
}
.xks_comprehensive .box .list .content3 .item p {
  padding: 0 1.5rem;
  height: 7.125rem;
  display: flex;
  align-items: center;
}
.xks_comprehensive .box .list .content3 .item p img {
  max-width: 10rem;
  margin: auto;
  max-height: 100%;
}
.xks_comprehensive .box .list .content3 .item div {
  margin-top: 3.625rem;
}
.xks_comprehensive .box .list .content3 .item div h6 {
  font-size: 1.125rem;
  color: #666;
}
.xks_comprehensive .box .list .content3 .item div h5 {
  font-size: 1.625rem;
  font-family: 'gilroy_bold';
}
.xks_comprehensive .box .list .content4 {
  margin-top: 5.625rem;
}
.xks_comprehensive .box .list .content4 p img {
  position: relative;
  left: -8.333vw;
  width: 100%;
}
.xks_comprehensive1 .box .list {
  margin-top: 7.8125rem;
}
.xks_comprehensive2 {
  margin-top: 10.5rem;
  padding-top: 5rem;
  background: url(../images/qmbg1.png) no-repeat left top;
  background-size: 100% auto;
}
.xks_comprehensive2 .box .list {
  text-align: right;
}
.xks_comprehensive2 .box .list .content4 p img {
  left: auto;
  right: -8.333vw;
}
.xks_comprehensive3 {
  margin-top: 15.5rem;
  background: url(../images/qmbg2.png) no-repeat left top;
  background-size: 100% auto;
}
.xks_solution {
  background: #f1f1f1;
}
.xks_solution .box {
  margin-top: 3.5rem;
}
.xks_solution .box .list .item {
  margin-right: 1%;
  width: 32.666%;
  background: #fff;
  margin-bottom: 1.25rem;
}
.xks_solution .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.xks_solution .box .list .item a .content1 {
  overflow: hidden;
}
.xks_solution .box .list .item a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.xks_solution .box .list .item a .content2 {
  font-size: 1.375rem;
  padding: 0 2.5rem;
  line-height: 4.625rem;
  font-weight: bold;
  color: #000;
  transition: 0.4s;
  border-bottom: 1px solid #d2d2d2;
}
.xks_solution .box .list .item a .content3 {
  padding: 0 2.5rem;
}
.xks_solution .box .list .item a .content3 .left {
  font-size: 1.125rem;
  line-height: 4.125rem;
  color: #000;
}
.xks_solution .box .list .item a .content3 .right {
  padding-top: 1rem;
}
.xks_solution .box .list .item a .content3 .right span {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  display: inline-block;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00ac97;
}
.xks_solution .box .list .item a:hover .content1 img {
  transform: scale(1.1);
}
.xks_solution .box .list .item a:hover .content2 {
  color: #00ac97;
}
.xks_solution .fengye {
  margin-top: 2.125rem;
}
.fengye {
  text-align: center;
}
.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: #00ac97;
  border: 1px solid transparent;
  color: #fff;
}
.fengye .active {
  background: #00ac97;
  color: #fff;
  font-family: 'gilroy_bold';
}
.fengye p {
  margin: 0 5px;
}
.fengye p a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin: 0 0.5rem;
  display: inline-block;
  border-radius: 50%;
  font-family: 'gilroy_regular';
}
.fengye p a:hover {
  background: #00ac97;
  color: #fff;
  font-family: 'gilroy_bold';
}
.xks_bread .box {
  line-height: 1.875rem;
  padding: 5.9375rem 0 1.875rem;
  border-bottom: 1px solid #d2d2d2;
}
.xks_bread .box .column {
  font-size: 1.125rem;
  color: #666;
}
.xks_bread .box .column a {
  color: #666;
}
.xks_bread .box .column span {
  color: #000;
}
.xks_bread .box .return a {
  font-size: 1rem;
  color: #00ac97;
  font-family: 'syh_b';
}
.xks_solution_info .box .content1 {
  font-size: 1.875rem;
  text-align: center;
  padding-bottom: 3.25rem;
  margin-top: 5.9375rem;
  border-bottom: 1px solid #d2d2d2;
}
.xks_solution_info .box .content2 {
  font-family: 'albb_r';
  margin-top: 3.125rem;
}
.xks_solution_info .box .content2 h5 {
  font-size: 1.25rem;
  color: #000;
  line-height: 2.5rem;
}
.xks_solution_info .box .content2 p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.xks_solution_info .box .content2 p img {
  max-width: 100%;
}
.xks_join {
  background: #f6f6f6;
}
.xks_join .biaoti {
  font-size: 1.875rem;
  color: #000;
  text-align: center;
  margin-top: 2.8125rem;
}
.xks_join .select {
  margin-top: 3.125rem;
}
.xks_join .select .item {
  width: 23%;
  position: relative;
}
.xks_join .select .item .top {
  font-size: 1.125rem;
  color: #999;
  background: #fff;
  line-height: 3.75rem;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  position: relative;
  cursor: pointer;
  border: 1px solid #e5ebea;
}
.xks_join .select .item .top i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  color: #999;
}
.xks_join .select .item .bot1 {
  display: none;
  position: absolute;
  top: 3.875rem;
  left: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 5px 0 5px 1.5625rem;
}
.xks_join .select .item .bot1 p {
  line-height: 2.5rem;
  margin-right: 1.4rem;
}
.xks_join .select .item .bot1 p a {
  font-size: 1rem;
  color: #999;
  transition: 0.4s;
}
.xks_join .select .item .bot1 p a:hover {
  color: #00ac97;
}
.xks_join .select .item .bot {
  display: none;
  position: absolute;
  top: 3.875rem;
  left: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 5px 0;
}
.xks_join .select .item .bot p {
  line-height: 2.5rem;
}
.xks_join .select .item .bot p a {
  display: block;
  font-size: 1rem;
  color: #999;
  transition: 0.4s;
  padding: 0 1.5625rem;
}
.xks_join .select .item .bot p a:hover {
  background: #00ac97;
  color: #fff;
}


@media screen and (min-width: 669px) {
	.xks_join .select .item:hover .bot1 {
	  display: flex;
	}
	.xks_join .select .item:hover .bot {
	  display: block;
	}
}


.xks_join .shuliang {
  font-size: 1.125rem;
  color: #999;
  text-align: center;
  margin-top: 2.875rem;
  margin-bottom: 3.125rem;
}
.xks_join .shuliang span {
  font-family: 'gilroy_bold';
  color: #00ac97;
}
.xks_join .box .list {
  margin-bottom: 2.5rem;
}
.xks_join .box .list:last-child {
  margin-bottom: 0;
}
.xks_join .box .list .boxTop {
  padding: 0 3.75rem;
  background: #fff;
}
.xks_join .box .list .boxTop .top {
  line-height: 2.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
}
.xks_join .box .list .boxTop .top .left {
  font-size: 1.625rem;
}
.xks_join .box .list .boxTop .top .left img {
  margin-right: 0.75rem;
  height: 2.25rem;
  filter: invert(1);
}
.xks_join .box .list .boxTop .top .right i {
  display: inline-block;
  margin-left: 2.8125rem;
  transform: rotate(180deg);
}
.xks_join .box .list .boxTop .bot {
  line-height: 1.875rem;
  padding: 1.75rem 0;
}
.xks_join .box .list .boxTop .bot p {
  font-size: 1.125rem;
}
.xks_join .box .list .boxBot {
  display: none;
  padding: 1.25rem 3.75rem;
  padding: 0 4;
  background: #fff;
  font-size: 1.125rem;
  color: #666;
  line-height: 2.25rem;
}
.xks_join .box .list .right1{
	padding: 0 3.75rem 3rem;
	background: #fff;
	 display: none;
}
.xks_join .box .active .right1 {
    display: block;
}
.xks_join .box .list .right1 p{
	font-size: 1.125rem;
	    background: #00ac97;
	    width: 14.0625rem;
	    line-height: 3.75rem;
	    text-align: center;
	    border-radius: 1.875rem;
	    cursor: pointer;
		color: #fff;
}
.xks_join .box .list .boxBot p span{
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #00ac97;
	margin-bottom: 1rem;
}
.xks_join .box .active .boxTop {
  background: #00ac97;
}
.xks_join .box .active .boxTop .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.xks_join .box .active .boxTop .top .left {
  color: #fff;
}
.xks_join .box .active .boxTop .top .left img {
  filter: invert(0);
}
.xks_join .box .active .boxTop .top .right {
  color: #fff;
}
.xks_join .box .active .boxTop .top .right i {
  transform: rotate(0deg);
}
.xks_join .box .active .boxTop .bot p {
  color: #fff;
}
.xks_join .box .active .boxBot {
  display: block;
}
.xks_join .fengye {
  margin-top: 3.125rem;
}
.xks_news {
  margin-top: 3.125rem;
  min-height: 6.25rem;
}
.xks_news .box .boxLeft {
  width: 50%;
}
.xks_news .box .boxLeft p {
  overflow: hidden;
}
.xks_news .box .boxLeft p img {
  width: 100%;
  transition: 0.4s;
}
.xks_news .box .boxLeft p:hover img {
  transform: scale(1.1);
}
.xks_news .box .boxRight {
  background: #f6f6f6;
  width: 50%;
  box-sizing: border-box;
  padding: 3.125rem 2.5rem 0 4.375rem;
}
.xks_news .box .boxRight .content1 {
  font-family: 'gilroy_regular';
  color: #999;
  font-size: 1.125rem;
}
.xks_news .box .boxRight .content2 {
  font-size: 1.625rem;
  font-family: 'syh_b';
  margin-top: 0.9375rem;
}
.xks_news .box .boxRight .content3 {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: 2.8125rem;
}
.xks_news .box .boxRight .content4 {
  margin-top: 3.75rem;
}
.xks_news .box1 {
  margin-top: 3.75rem;
}
.xks_news .box1 .list {
  background: #f6f6f6;
  padding: 0 2.5rem;
  margin-bottom: 2.5rem;
}
.xks_news .box1 .list:last-child {
  margin-bottom: 0;
}
.xks_news .box1 .list a .boxTop {
  border-bottom: 1px solid #d2d2d2;
  padding: 1.125rem 0 1.25rem;
}
.xks_news .box1 .list a .boxTop .left p {
  color: #999;
  font-size: 1.125rem;
  font-family: 'gilroy_regular';
}
.xks_news .box1 .list a .boxTop .left div {
  color: #999;
  font-family: 'gilroy_regular';
  font-size: 2.875rem;
}
.xks_news .box1 .list a .boxTop .right {
  display: flex;
  align-items: center;
}
.xks_news .box1 .list a .boxTop .right span {
  padding-bottom: 0.3rem;
}
.xks_news .box1 .list a .boxBot {
  padding: 1.5rem 0 2rem;
}
.xks_news .box1 .list a .boxBot .content1 {
  font-size: 1.625rem;
  font-family: 'syh_b';
  color: #000;
  transition: 0.4s;
}
.xks_news .box1 .list a .boxBot .content2 {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
  margin-top: 0.75rem;
}
.xks_news .box1 .list a:hover .boxBot .content1 {
  color: #00ac97;
}
.xks_news .fengye {
  margin-top: 3.625rem;
}
.xks_news_info {
  padding-bottom: 5rem;
}
.xks_news_info .box .content1 {
  padding: 5.625rem 0 2rem;
  font-size: 1.625rem;
  font-family: 'syh_b';
  border-bottom: 1px solid #d2d2d2;
}
.xks_news_info .box .content2 {
  padding: 2.3125rem 0;
  border-bottom: 1px solid #d2d2d2;
}
.xks_news_info .box .content2 .left {
  font-family: 'gilroy_regular';
  font-size: 1.125rem;
  color: #999;
  line-height: 20px;
}
.xks_news_info .box .content2 .right div {
  font-family: 'gilroy_regular';
  font-size: 1.125rem;
  color: #999;
  line-height: 20px;
}
.xks_news_info .box .content2 .right .feng p {
  margin-left: 1rem;
  padding: 0;
  height: 20px;
  margin-right: 0;
  background: none;
  position: relative;
  transform: scale(0.7);
}
.xks_news_info .box .content2 .right .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.xks_news_info .box .content2 .right .feng p img {
  filter: invert(0.3);
}
.xks_news_info .box .content3 {
  margin-top: 1.25rem;
  font-family: 'albb_r';
  line-height: 2.25rem;
  font-size: 1.125rem;
  color: #666;
}
.xks_news_info .box .content3 p img {
  margin: auto;
  max-width: 100%;
  display: block;
}
.xks_news_info1 {
  background: #f6f6f6;
  min-height: 100px;
  padding: 5.25rem 0 0;
}
.xks_news_info1 .box {
  margin-top: 3.25rem;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 2rem 0;
}
.xks_news_info1 .box .item {
  width: 32%;
  box-sizing: border-box;
}
.xks_news_info1 .box .item:nth-child(2) {
  padding: 0 2%;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.xks_news_info1 .box .item a .content1 {
  font-size: 0.875rem;
  color: #666;
}
.xks_news_info1 .box .item a .content2 {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-family: 'syh_b';
  color: #000;
  transition: 0.4s;
}
.xks_news_info1 .box .item a .content3 {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #666;
  height: 3.75rem;
}
.xks_news_info1 .box .item a:hover .content2 {
  color: #00ac97;
}
.xks_safety {
  background: #f6f6f6;
}
.xks_safety .box {
  margin-top: 3.375rem;
}
.xks_safety .box .item {
  background: #fff;
  padding: 1.75rem 2.8125rem;
  width: 32%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 1.8rem;
}
.xks_safety .box .item:nth-child(3n) {
  margin-right: 0;
}
.xks_safety .box .item a {
  padding: 1.5rem 0 0;
}
.xks_safety .box .item a .content1 {
  font-size: 0.9375rem;
  color: #999;
}
.xks_safety .box .item a .content2 {
  margin-top: 1.5rem;
  font-family: 'syh_b';
  font-size: 1.25rem;
  color: #000;
  transition: 0.4s;
}
.xks_safety .box .item a .content3 {
  margin-top: 1.875rem;
}
.xks_safety .box .item a .content3 img {
  width: 100%;
}
.xks_safety .box .item a .content4 {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  color: #666;
  line-height: 2rem;
  height: 4rem;
}
.xks_safety .box .item a .content5 {
  margin-top: 1.5625rem;
}
.xks_safety .box .item a .content5 p {
  margin-right: 1.875rem;
  font-size: 1.125rem;
  color: #666;
  background: #f6f6f6;
  padding: 0 0.5rem;
  line-height: 2.1875rem;
}
.xks_safety .box .item a .content6 {
  padding-top: 1.25rem;
  margin-top: 1.75rem;
  border-top: 1px solid #999;
}
.xks_safety .box .item a:hover .content2 {
  color: #00ac97;
}
.xks_safety .fengye {
  margin-top: 1.875rem;
}
.xks_safety1 .box .content1 {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #d2d2d2;
}
.xks_safety1 .box .content1 .boxLeft {
  font-size: 1.125rem;
  color: #999;
  line-height: 20px;
}
.xks_safety1 .box .content1 .boxLeft a {
  color: #999;
}
.xks_safety1 .box .content1 .boxRight div {
  font-family: 'gilroy_regular';
  font-size: 1.125rem;
  color: #999;
  line-height: 20px;
}
.xks_safety1 .box .content1 .boxRight .feng p {
  margin-left: 1rem;
  padding: 0;
  height: 20px;
  margin-right: 0;
  background: none;
  position: relative;
  transform: scale(0.7);
}
.xks_safety1 .box .content1 .boxRight .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.xks_safety1 .box .content1 .boxRight .feng p img {
  filter: invert(0.3);
}
.xks_safety1 .box .content2 {
  margin-top: 3.375rem;
}
.xks_safety1 .box .content2 .left {
  font-family: 'syh_b';
  font-size: 1.5625rem;
  color: #000;
  line-height: 4.625rem;
}
.xks_safety1 .box .content2 .right {
  font-family: 'gilroy_regular';
  color: #999;
  text-align: center;
}
.xks_safety1 .box .content2 .right p {
  font-size: 1.125rem;
}
.xks_safety1 .box .content2 .right div {
  font-size: 2.875rem;
}
.xks_safety1 .box .content3 {
  margin-top: 2.8125rem;
}
.xks_safety1 .box .content3 h5 {
  font-size: 1.25rem;
  color: #333;
}
.xks_safety1 .box .content3 p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #999;
}
.xks_download .box .list {
  transition: 0.4s;
}
.xks_download .box .list .item a {
  position: relative;
}
.xks_download .box .list .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed #d2d2d2;
  width: 90.5%;
}
.xks_download .box .list .item a .boxLeft {
  width: 95%;
}
.xks_download .box .list .item a .boxLeft .left {
  width: 6.5%;
  position: relative;
  padding: 2.5rem 0;
}
.xks_download .box .list .item a .boxLeft .left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
.xks_download .box .list .item a .boxLeft .left p {
  font-size: 2.25rem;
  color: #000;
  font-family: 'gilroy_bold';
}
.xks_download .box .list .item a .boxLeft .left div {
  margin-top: 0.625rem;
  text-align: right;
  font-family: 'gilroy_regular';
  color: #666;
  font-size: 1.125rem;
}
.xks_download .box .list .item a .boxLeft .right {
  padding: 2.5rem 0 2.5rem 2.8125rem;
  width: 93.5%;
  box-sizing: border-box;
}
.xks_download .box .list .item a .boxLeft .right div {
  font-size: 1.875rem;
  color: #00ac97;
  font-family: 'albb_r';
}
.xks_download .box .list .item a .boxLeft .right p {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  color: #666;
}
.xks_download .box .list .item a .boxRight {
  text-align: center;
  width: 5%;
  padding: 2.5rem 0;
}
.xks_download .box .list .item a .boxRight div img {
  width: 3.3125rem;
  filter: grayscale(1);
  transition: 0.4s;
}
.xks_download .box .list .item a .boxRight p {
  margin-top: 0.625rem;
  font-family: 'albb_r';
  font-size: 1rem;
  color: #666;
}
.xks_download .box .list:hover {
  background: #f6f6f6;
}
.xks_download .box .list:hover .item a .boxRight div img {
  filter: grayscale(0);
}
.xks_download .fengye {
  margin-top: 3.625rem;
}
.xks_video .box {
  margin-top: 2.8125rem;
}
.xks_video .box .item {
  margin-right: 2%;
  width: 32%;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 10px #cdfff9;
}
.xks_video .box .item:nth-child(3n) {
  margin-right: 0;
}
.xks_video .box .item a {
  padding: 2.625rem 4.375rem 4.625rem;
  display: block;
}
.xks_video .box .item a .content1 {
  font-family: 'gilroy_regular';
  font-size: 1rem;
  color: #666;
}
.xks_video .box .item a .content2 {
  margin-top: 1.75rem;
  font-size: 1.125rem;
  color: #000;
  font-family: 'gilroy_regular';
}
.xks_video .box .item a .content2 span {
  transition: 0.4s;
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fff;
}
.xks_video .box .item a .content3 {
  margin-top: 4rem;
  overflow: hidden;
}
.xks_video .box .item a .content3 img {
  width: 100%;
  transition: 0.4s;
}
.xks_video .box .item a .content4 {
  margin-top: 4rem;
}
.xks_video .box .item a .content4 .left {
  font-size: 1.1875rem;
  font-family: 'albb_r';
  color: #666;
  line-height: 1.625rem;
}
.xks_video .box .item a .content4 .index_more span {
  padding-bottom: 0.3rem;
}
.xks_video .box .item:hover a .content2 span {
  color: #00ac97;
  border-bottom: 1px solid #00ac97;
}
.xks_video .box .item:hover a .content3 img {
  transform: scale(1.1);
}
.xks_video .fengye {
  margin-top: 3.625rem;
}
.xks_problem {
  background: #f6f6f6;
  position: sticky;
  top: 96px;
  z-index: 2;
}
.xks_problem .box .item {
  font-family: 'albb_r';
  font-size: 1.125rem;
  line-height: 5rem;
  margin-right: 4.375rem;
  cursor: pointer;
  transition: 0.4s;
}
.xks_problem .box .active {
  color: #00ac97;
  border-bottom: 1px solid #00ac97;
}
.xks_problem1 .index_title {
  margin-bottom: 3.375rem;
}
.xks_problem1 .box {
  box-sizing: border-box;
  border: 1px solid #00ac97;
  border-radius: 0.625rem;
  margin-bottom: 3.125rem;
}
.xks_problem1 .box .boxTop {
  background: #00ac97;
  padding: 0 1.5625rem;
  line-height: 3.625rem;
}
.xks_problem1 .box .boxTop div {
  font-family: 'albb_r';
  font-size: 1.125rem;
  color: #fff;
}
.xks_problem1 .box .boxTop p {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
}
.xks_problem1 .box .boxBot {
  padding: 1.375rem 1.5625rem 3rem;
}
.xks_problem1 .box .boxBot .item {
  width: 38%;
}
.xks_problem1 .box .boxBot .item .top {
  font-size: 1.25rem;
  color: #666;
}
.xks_problem1 .box .boxBot .item .bot {
  margin-top: 0.75rem;
  position: relative;
}
.xks_problem1 .box .boxBot .item .bot .top1 {
  font-size: 1.125rem;
  color: #999;
  background: #fff;
  line-height: 3.125rem;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  position: relative;
  cursor: pointer;
  border: 1px solid #d2d2d2;
}
.xks_problem1 .box .boxBot .item .bot .top1 i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  color: #000;
}
.xks_problem1 .box .boxBot .item .bot .bot1 {
  display: none;
  position: absolute;
  top: 3.125rem;
  left: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #00ac97;
  padding: 5px 0;
  z-index: 5;
}
.xks_problem1 .box .boxBot .item .bot .bot1 p {
  line-height: 2.5rem;
}
.xks_problem1 .box .boxBot .item .bot .bot1 p a {
  display: block;
  font-size: 1rem;
  color: #999;
  transition: 0.4s;
  padding: 0 1.5625rem;
}
.xks_problem1 .box .boxBot .item .bot .bot1 p a:hover {
  background: #00ac97;
  color: #fff;
}
.xks_problem1 .box .boxBot .item .bot:hover .bot1 {
  display: block;
}
.xks_problem1 .box .boxBot .item1 .top {
  opacity: 0;
  font-size: 1.25rem;
  /* display: none; */
}
.xks_problem1 .box .boxBot .item1 a {
  display: block;
  margin-top: 0.75rem;
}
.xks_problem1 .box .boxBot .item1 a input {
  width: 11rem;
  display: block;
  background: none;
  border: 1px solid #00ac97;
  height: 3.25rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.4s;
}
.xks_problem1 .box .boxBot .item1 a input:hover {
  background: #00ac97;
  color: #fff;
}
.xks_problem1 .box1 .content1 {
  padding: 0 1.5625rem;
}
.xks_problem1 .box1 .content1 p {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
}
.xks_problem1 .box1 .content1 div {
  font-size: 1.5rem;
  font-family: 'albb_r';
}
.xks_problem1 .box1 .content2 {
  margin: 1.25rem 0;
}
.xks_problem1 .box1 .content2 table th {
  background: #00ac97;
  color: #fff;
  padding: 0 1.5625rem;
  height: 4.875rem;
  border: 1px solid #d2d2d2;
}
.xks_problem1 .box1 .content2 table td {
  font-size: 1.125rem;
  color: #666;
  font-family: 'albb_r';
  line-height: 1.875rem;
  padding: 1.25rem 1.5625rem;
  border: 1px solid #d2d2d2;
}
.xks_problem2 .box {
  margin-top: 3.375rem;
}
.xks_problem2 .box .banner .item {
  padding: 0 2.5rem;
}
.xks_problem2 .box .banner .item .boxTop {
  padding: 1.875rem 0;
  cursor: pointer;
}
.xks_problem2 .box .banner .item .boxTop .left {
  width: 94%;
}
.xks_problem2 .box .banner .item .boxTop .left .img {
  width: 5.3125rem;
}
.xks_problem2 .box .banner .item .boxTop .left .img img {
  height: 2.5rem;
}
.xks_problem2 .box .banner .item .boxTop .left .img .img2 {
  display: none;
}
.xks_problem2 .box .banner .item .boxTop .left .title {
  line-height: 2.5rem;
  font-size: 1.25rem;
  color: #666;
}
.xks_problem2 .box .banner .item .boxTop .right {
  line-height: 2.5rem;
}
.xks_problem2 .box .banner .item .boxTop .right span {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 2px;
  background: #00ac97;
}
.xks_problem2 .box .banner .item .boxTop .right span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  background: #00ac97;
}
.xks_problem2 .box .banner .item .boxBot {
  display: none;
  border-top: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  line-height: 2.25rem;
  padding: 1.875rem 0 1.875rem 5.3125rem;
}
.xks_problem2 .box .banner .item:hover {
  background: #00ac97 !important;
}
.xks_problem2 .box .banner .item:hover .boxTop .left .img .img2 {
  display: inline-block;
}
.xks_problem2 .box .banner .item:hover .boxTop .left .img .img1 {
  display: none;
}
.xks_problem2 .box .banner .item:hover .boxTop .left .title {
  color: #fff;
}
.xks_problem2 .box .banner .item:hover .boxTop .right span {
  background: #fff;
}
.xks_problem2 .box .banner .item:hover .boxTop .right span::after {
  background: #fff;
}
.xks_problem2 .box .banner .item:nth-child(2n-1) {
  background: #f6f6f6;
}
.xks_problem2 .box .banner .active {
  background: #00ac97 !important;
}
.xks_problem2 .box .banner .active .boxTop .left .img .img2 {
  display: inline-block;
}
.xks_problem2 .box .banner .active .boxTop .left .img .img1 {
  display: none;
}
.xks_problem2 .box .banner .active .boxTop .left .title {
  color: #fff;
}
.xks_problem2 .box .banner .active .boxTop .right span {
  background: #fff;
}
.xks_problem2 .box .banner .active .boxTop .right span::after {
  background: #fff;
  transform: rotate(0deg);
}
.xks_problem2 .box .banner .active .boxBot {
  display: block;
}
.xks_problem2 .box .page {
  margin-top: 3.5rem;
}
.xks_problem2 .box .page .btn span {
  cursor: pointer;
}
.xks_problem2 .box .page .btn span:hover {
  color: #00ac97;
}
.xks_problem2 .box .page .dian p span {
  transform: scale(0.8);
  margin: 0 0.3125rem;
}
.xks_problem2 .box .page .dian p .swiper-pagination-bullet-active {
  background: #00ac97;
}
.xks_problem3 {
  background: #f6f6f6;
}
.xks_problem3 .box {
  margin-top: 1.375rem;
}
.xks_problem3 .box .list {
  padding: 2.625rem 0;
  border-bottom: 1px dashed #d2d2d2;
}
.xks_problem3 .box .list a .left {
  font-size: 1.375rem;
  color: #000;
  line-height: 2.0625rem;
  font-family: 'albb_r';
  transition: 0.4s;
}
.xks_problem3 .box .list a .left img {
  margin-right: 1.75rem;
  filter: grayscale(1);
  opacity: 0.5;
  height: 2.0625rem;
  transition: 0.4s;
}
.xks_problem3 .box .list a .right {
  font-family: 'syh_b';
  font-size: 1.125rem;
  color: #000;
  line-height: 2.0625rem;
}
.xks_problem3 .box .list a .right img {
  margin-right: 1.375rem;
}
.xks_problem3 .box .list a:hover .left {
  color: #00ac97;
}
.xks_problem3 .box .list a:hover .left img {
  filter: grayscale(0);
  opacity: 1;
}
.xks_contact .box {
  margin-top: 3.375rem;
}
.xks_contact .box .boxLeft {
  width: 40%;
}
.xks_contact .box .boxLeft .item {
  width: 50%;
  text-align: center;
  margin-bottom: 3.875rem;
}
.xks_contact .box .boxLeft .item .content1 p {
  width: 5.375rem;
  height: 5.375rem;
  display: flex;
  align-self: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
}
.xks_contact .box .boxLeft .item .content1 p img {
  margin: auto;
}
.xks_contact .box .boxLeft .item .content2 {
  font-family: 'albb_r';
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.xks_contact .box .boxLeft .item .content3 {
  font-size: 1.125rem;
  color: #666;
  font-family: 'gilroy_regular';
  line-height: 2.5rem;
}
.xks_contact .box .boxRight {
  width: 54%;
}
.xks_contact .box .boxRight .item .top {
  font-size: 1.125rem;
  color: #666;
  font-family: 'albb_r';
}
.xks_contact .box .boxRight .item .bot {
  margin-top: 0.875rem;
}
.xks_contact .box .boxRight .item .bot form {
  display: block;
}
.xks_contact .box .boxRight .main .item {
  width: 31%;
}
.xks_contact .box .boxRight .main1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.xks_contact .box .boxRight .main1 .item {
  width: 47%;
}
.xks_contact .box .boxRight textarea {
  resize: none;
}
.xks_contact .box .boxRight .layui-form-select dl dd.layui-this {
  background-color: #00ac97;
}
.xks_contact .box .boxRight .main3 {
  margin-top: 3rem;
}
.xks_contact .box .boxRight .main3 input {
  display: block;
  width: 13.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  border: 1px solid #00ac97;
  font-family: 'albb_m';
  font-size: 1.125rem;
  background: none;
  transition: 0.4s;
}
.xks_contact .box .boxRight .main3 input:hover {
  background: #00ac97;
  color: #fff;
}
.xks_about {
  margin-top: 3.125rem;
}
.xks_about .box .boxLeft {
  width: 60%;
  position: relative;
}
.xks_about .box .boxLeft .img1 {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 1.375rem;
}
.xks_about .box .boxLeft .img2 {
  position: absolute;
  bottom: 0.625rem;
  right: 0;
  width: 1.375rem;
  transform: rotate(180deg);
}
.xks_about .box .boxLeft div p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2.25rem;
  text-align: justify;
}
.xks_about .box .boxLeft div p:first-child {
  text-indent: 2.25rem;
}
.xks_about .box .boxRight {
  width: 36%;
}
.xks_about .box .boxRight img {
  width: 100%;
}
.xks_about1 .box {
  margin-top: 2.8125rem;
}
.xks_about1 .box > .content1 {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #666;
  text-align: center;
  width: 46.25rem;
  margin: auto;
}
.xks_about1 .box .content2 {
  margin-top: 4.5rem;
}
.xks_about1 .box .content2 .item {
  width: 32.666%;
  margin-right: 1%;
  margin-bottom: 1rem;
}
.xks_about1 .box .content2 .item:nth-child(3n) {
  margin-right: 0;
}
.xks_about1 .box .content2 .item .con1 {
  overflow: hidden;
}
.xks_about1 .box .content2 .item .con1 img {
  width: 100%;
  transition: 0.4s;
}
.xks_about1 .box .content2 .item .con2 {
  padding: 1.375rem 0;
  background: #f6f6f6;
  text-align: center;
}
.xks_about1 .box .content2 .item .con2 .con3 {
  font-family: 'syh_m';
  font-size: 1.25rem;
}
.xks_about1 .box .content2 .item .con2 .con4 {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  color: #666;
}
.xks_about1 .box .content2 .item:hover .con1 img {
  transform: scale(1.1);
}
.xks_about1 .box .content3 {
  margin-top: 2.8125rem;
}
.xks_about2 .box {
  margin-top: 2.5rem;
}
.xks_about2 .box .list .item {
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
}
.xks_about2 .box .list .item a .content1 {
  padding: 1.125rem 0;
  text-align: center;
}
.xks_about2 .box .list .item a .content1 img {
  height: 21.1875rem;
}
.xks_about2 .box .list .item a .content2 {
  border-top: 1px solid #d2d2d2;
  padding: 1.75rem 1.875rem;
}
.xks_about2 .box .list .item a .content2 .left {
  font-size: 1rem;
  line-height: 1.5rem;
  transition: 0.4s;
}
.xks_about2 .box .list .item a .content2 .right img {
  height: 1.5rem;
  filter: grayscale(1);
  transition: 0.4s;
}
.xks_about2 .box .list .item:hover {
  border: 1px solid #00ac97;
}
.xks_about2 .box .list .item:hover .content2 .left {
  color: #00ac97;
}
.xks_about2 .box .list .item:hover .content2 .right img {
  filter: grayscale(0);
}
.xks_about2 .fengye {
  margin-top: 3.375rem;
}
.xks_pro .box {
  margin-top: 3.125rem;
}
.xks_pro .box .main .item {
  text-align: center;
  margin: 0 4rem;
}
.xks_pro .box .main .item a .img {
  height: 4rem;
  display: flex;
  align-items: center;
}
.xks_pro .box .main .item a .img img {
  margin: auto;
  max-height: 100%;
  transition: 0.4s;
  filter: grayscale(1);
}
.xks_pro .box .main .item a .text {
  margin-top: 0.75rem;
  font-family: 'syh_m';
  color: #666;
}
.xks_pro .box .main .active a .img img {
  filter: grayscale(0);
}
.xks_pro .box .main .active a .text {
  font-family: 'syh_b';
  color: #000;
}
.xks_pro .box1 {
  margin-top: 5.625rem;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 4.25rem 0 0;
  position: relative;
}
.xks_pro .box1 .boxLeft {
  width: 18.75rem;
}
.xks_pro .box1 .boxLeft div a {
  color: #000;
  width: 8.75rem;
  line-height: 3rem;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius: 1.5rem;
}
.xks_pro .box1 .boxLeft .active {
  background: url(../images/btnBg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.xks_pro .box1 .boxLeft .active a {
  color: #fff;
}
.xks_pro .box1 .boxCen{
	width: 100%;
	margin: 2rem 0 3rem;
	justify-content: flex-start;
}
.xks_pro .box1 .boxCen .item {
  line-height: 3rem;
  margin: 0 1.5625rem 1rem;
  /* padding-bottom: 3.75rem; */
}
.xks_pro .box1 .boxCen .item a {
  font-family: 'syh_m';
  font-size: 1.125rem;
  color: #000;
}
.xks_pro .box1 .boxCen .active {
  border-bottom: 1px solid #00ac97;
}
.xks_pro .box1 .boxRight {
  width: 18.75rem;
  position: absolute;
  right:0;
  top:  3.5rem;
}
.xks_pro .box1 .boxRight p {
  width: 3.75rem;
  height: 3.75rem;
  background: #00ac97;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.xks_pro .box1 .boxRight p svg {
  margin: auto;
}
.xks_pro .box2 {
  margin-top: 3.75rem;
}
.xks_pro .box2 .title {
  font-family: 'syh_m';
  font-size: 1.25rem;
}
.xks_pro .box2 .title span {
  font-family: 'gilroy_bold';
  color: #00ac97;
}
.xks_pro .box2 .main {
  margin-top: 4.375rem;
}
.xks_pro .box2 .main .item {
  position: relative;
  width: 50%;
}
.xks_pro .box2 .main .item::before {
  height: 21.875rem;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f6f6;
}
.xks_pro .box2 .main .item::after {
  height: calc(100% - 21.875rem);
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00ac97;
  opacity: 0;
  transition: 0.4s;
}
.xks_pro .box2 .main .item a {
  padding: 8.5rem 0 4.375rem;
  display: block;
  position: relative;
  z-index: 2;
}
.xks_pro .box2 .main .item a .content1 {
  height: 22.75rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.xks_pro .box2 .main .item a .content1 img {
  max-height: 100%;
  max-width: 26.875rem;
  margin: auto;
}
.xks_pro .box2 .main .item a .content2 {
  margin-top: 3.125rem;
  text-align: center;
}
.xks_pro .box2 .main .item a .content2 h5 {
  font-family: 'syh_b';
  font-size: 2.625rem;
  color: #000;
  transition: 0.4s;
}
.xks_pro .box2 .main .item a .content2 h6 {
  font-size: 1.125rem;
  color: #666;
  margin-top: 0.3125rem;
  transition: 0.4s;
}
.xks_pro .box2 .main .item a .content3 {
  margin-top: 3.125rem;
}
.xks_pro .box2 .main .item a .content3 span {
  padding-bottom: 0.3rem;
  transition: 0.4s;
}
.xks_pro .box2 .main .item:hover::after {
  opacity: 1;
}
.xks_pro .box2 .main .item:hover a .content2 h5 {
  color: #fff;
}
.xks_pro .box2 .main .item:hover a .content2 h6 {
  color: #fff;
}
.xks_pro .box2 .main .item:hover a .content3 span {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.xks_pro .fengye {
  margin-top: 3.375rem;
}
.xks_pro1 .box {
  border-bottom: 1px solid #d2d2d2;
}
.xks_pro1 .box .boxLeft {
  width: 55%;
  background: #f6f6f6;
  position: relative;
}
.xks_pro1 .box .boxLeft .item {
  height: 47.5rem;
  display: flex;
  align-items: center;
}
.xks_pro1 .box .boxLeft .item img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.xks_pro1 .box .boxLeft .posi {
  position: absolute;
  width: 100%;
  bottom: 3.75rem;
  left: 0;
  box-sizing: border-box;
  padding: 0 16rem;
  z-index: 2;
}
.xks_pro1 .box .boxLeft .posi .page {
  margin-top: 3.5rem;
}
.xks_pro1 .box .boxLeft .posi .page .btn span {
  cursor: pointer;
}
.xks_pro1 .box .boxLeft .posi .page .btn span:hover {
  color: #00ac97;
}
.xks_pro1 .box .boxLeft .posi .page .dian p span {
  transform: scale(0.8);
  margin: 0 0.3125rem;
}
.xks_pro1 .box .boxLeft .posi .page .dian p .swiper-pagination-bullet-active {
  background: #00ac97;
}
.xks_pro1 .box .boxRight {
  width: 38%;
}
.xks_pro1 .box .boxRight .content1 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 3.375rem;
}
.xks_pro1 .box .boxRight .content1 h5 {
  font-family: 'syh_b';
  font-size: 3.25rem;
}
.xks_pro1 .box .boxRight .content1 h6 {
  font-size: 1.125rem;
  color: #666;
  margin-top: 0.5rem;
}
.xks_pro1 .box .boxRight .content2 {
  margin-top: 3rem;
}
.xks_pro1 .box .boxRight .content2 div {
  margin-bottom: 1.75rem;
}
.xks_pro1 .box .boxRight .content2 div:last-child {
  margin-bottom: 0;
}
.xks_pro1 .box .boxRight .content2 div p {
  font-family: 'syh_m';
  font-size: 1.125rem;
  color: #666;
}
.xks_pro1 .box .boxRight .content2 div h5 {
  font-size: 1.25rem;
  font-family: 'syh_m';
  margin-top: 0.3125rem;
}
.xks_pro1 .box .boxRight .content3 {
  margin-top: 4.875rem;
}
.xks_pro1 .box .boxRight .content3 p {
  margin-right: 1.5625rem;
}
.xks_pro1 .box .boxRight .content3 p a {
  font-family: 'syh_m';
  display: inline-block;
  line-height: 3.875rem;
  min-width: 14.125rem;
  border: 1px solid #00ac97;
  text-align: center;
  border-radius: 2rem;
  font-size: 1.125rem;
  color: #000;
  transition: 0.4s;
}
.xks_pro1 .box .boxRight .content3 p a:hover {
  background: url(../images/btnBg.png) no-repeat 50% 50%;
  color: #fff;
}
.xks_pro2 .box {
  margin-top: 3.375rem;
}
.xks_pro2 .box p {
  font-size: 1.1875rem;
  color: #666;
  line-height: 1.875rem;
}
.xks_pro2 .box p img {
  max-width: 100%;
}
.xks_search .box {
  overflow: hidden;
}
.xks_search .box .left input {
  display: block;
  width: 25rem;
  height: 3.375rem;
  padding: 0 1rem;
  border: 1px solid #d2d2d2;
  font-size: 1.125rem;
}
.xks_search .box .left input:hover {
  border: 1px solid #00ac97;
}
.xks_search .box .right input {
  display: none;
}
.xks_search .box .right label {
  background: #00ac97;
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.xks_search .box .right label svg {
  margin: auto;
}
.xks_search .box1 {
  font-family: 'albb_r';
  font-size: 1.375rem;
  text-align: center;
}
.xks_search .box1 span {
  color: #00ac97;
}
.xks_search1 .box .boxCen .item {
  line-height: 3rem;
  margin: 0 1.5625rem;
  padding-bottom: 2rem;
}
.xks_search1 .box .boxCen .item a {
  font-family: 'syh_m';
  font-size: 1.125rem;
  color: #000;
}
.xks_search1 .box .boxCen .active {
  border-bottom: 1px solid #00ac97;
}
.jieguo > div {
  display: none;
}
.jieguo .on {
  display: block;
}
.xks_Introduction .box {
  margin-top: 2.8125rem;
  border-top: 1px solid #d2d2d2;
  padding-top: 2.8125rem;
}
.xks_Introduction .box .boxLeft {
  width: 74%;
  box-sizing: border-box;
  padding-right: 7.5rem;
  border-right: 1px solid #ddd;
}
.xks_Introduction .box .boxLeft .content1 {
  font-family: 'syh_b';
  font-size: 2.25rem;
}
.xks_Introduction .box .boxLeft .content2 {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 2.25rem;
  text-align: justify;
}
.xks_Introduction .box .boxLeft .content3 {
  margin-top: 3.375rem;
}
.xks_Introduction .box .boxLeft .content3 .item .main1 img {
  height: 4.375rem;
}
.xks_Introduction .box .boxLeft .content3 .item .main2 {
  font-size: 1.125rem;
  color: #999;
  margin-top: 0.5rem;
}
.xks_Introduction .box .boxLeft .content3 .item .main3 {
  font-size: 1.25rem;
  font-family: 'syh_b';
  margin-top: 0.375rem;
}
.xks_Introduction .box .boxRight {
  width: 26%;
  box-sizing: border-box;
  padding: 0 0 0 7.5rem;
}
.xks_Introduction .box .boxRight .item {
  margin-bottom: 5.625rem;
}
.xks_Introduction .box .boxRight .item:last-child {
  margin-bottom: 0;
}
.xks_Introduction .box .boxRight .item .top {
  font-family: 'syh_b';
  color: #00ac97;
  font-size: 1rem;
}
.xks_Introduction .box .boxRight .item .top span {
  font-size: 4.125rem;
  font-family: 'gilroy_bold';
}
.xks_Introduction .box .boxRight .item .bot {
  font-family: 'syh_b';
  font-size: 1.125rem;
}
.xks_Introduction1 {
  padding-right: 8.333vw;
  margin-top: 4.5rem;
}
.xks_Introduction1 .box img {
  width: 100%;
}
.xks_Introduction2 .box {
  margin: 0 8.333vw 0 13.5416vw;
  box-sizing: border-box;
}
.xks_Introduction2 .box .boxLeft {
  width: 53%;
}
.xks_Introduction2 .box .boxLeft .content1 {
  margin-top: 7rem;
}
.xks_Introduction2 .box .boxLeft .content1 h5 {
  font-size: 2.25rem;
  font-family: 'syh_b';
}
.xks_Introduction2 .box .boxLeft .content1 h6 {
  font-size: 1.25rem;
  color: #666;
  letter-spacing: -1px;
}
.xks_Introduction2 .box .boxLeft .content2 {
  font-size: 1.0625rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 4rem;
}
.xks_Introduction2 .box .boxRight {
  width: 47%;
}
.xks_Introduction2 .box .boxRight p {
  overflow: hidden;
}
.xks_Introduction2 .box .boxRight p img {
  width: 100%;
  transition: 0.4s;
}
.xks_Introduction2 .box .boxRight p:hover img {
  transform: scale(1.1);
}
.xks_Introduction3 .title {
  font-size: 1.75rem;
  font-family: 'syh_b';
}
.xks_Introduction3 .title p{
	font-size: 1.25rem;
	color: #666;
	letter-spacing: -1px;
	font-family: 'syh_m';
}
.xks_Introduction3 .box {
  width: 93.75vw;
  margin: auto;
  box-sizing: border-box;
  padding-left: 6.25rem;
}
.xks_Introduction3 .box img {
  width: 100%;
}
.xks_Introduction4 .box .main1 .boxLeft {
  width: 50%;
}
.xks_Introduction4 .box .main1 .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3.875rem;
}
.xks_Introduction4 .box .main1 .boxRight .item {
  margin-top: 1.5625rem;
  border-bottom: 1px solid #ddd;
}
.xks_Introduction4 .box .main1 .boxRight .item p {
  margin-right: 2.25rem;
}
.xks_Introduction4 .box .main1 .boxRight .item p:last-child {
  margin-right: 0;
}
.xks_Introduction4 .box .main1 .boxRight .item p a {
  font-size: 1.125rem;
  font-family: 'syh_b';
  color: #000;
  padding-bottom: 1rem;
  display: inline-block;
  transition: 0.4s;
}
.xks_Introduction4 .box .main1 .boxRight .item p a:hover {
  color: #00ac97;
}
.xks_Introduction4 .box .main1 .boxRight .item .active a {
  color: #00ac97;
  border-bottom: 1px solid #00ac97;
}
.xks_Introduction4 .box1 .list {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.xks_Introduction4 .box1 .list .list_box .boxLeft {
  width: 50%;
  padding-left: 13.5416vw;
  box-sizing: border-box;
}
.xks_Introduction4 .box1 .list .list_box .boxLeft h5 {
  font-size: 1.75rem;
  font-family: 'syh_b';
}
.xks_Introduction4 .box1 .list .list_box .boxLeft div {
  margin-top: 4rem;
}
.xks_Introduction4 .box1 .list .list_box .boxLeft div p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
}
.xks_Introduction4 .box1 .list .list_box .boxRight {
  width: 50%;
  position: relative;
}
.xks_Introduction4 .box1 .list .list_box .boxRight img {
  width: 100%;
}
.xks_Introduction4 .box1 .list .list_box .boxRight .button {
  position: absolute;
  bottom: 3.875rem;
  left: 3.875rem;
  z-index: 5;
}
.xks_Introduction4 .box1 .list .list_box .boxRight .button p {
  margin-right: 2rem;
}
.xks_Introduction4 .box1 .list .list_box .boxRight .button p span {
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.xks_Introduction4 .box1 .list .list_box .boxRight .button p span:hover {
  color: #00ac97;
}
.xks_Introduction4 .box1 .list .list_box .page {
  position: absolute;
  top: 50%;
  left: 3.875rem;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 1rem;
  color: #999;
}
.xks_Introduction4 .box1 .list .list_box .page span {
  font-family: 'gilroy_bold';
  font-size: 2.875rem;
  color: #00ac97;
}
.xks_Introduction4 .box1 .listOn {
  visibility: initial;
  opacity: 1;
  height: auto;
}
.xks_Introduction5 {
  background: #f6f6f6;
}
.xks_Introduction5 .box {
  margin-top: 3.375rem;
}
.xks_Introduction5 .box .list {
  padding: 0 4.75rem;
}
.xks_Introduction5 .box .item {
  display: none;
}
.xks_Introduction5 .box .item .boxLeft {
  width: 45.5%;
}
.xks_Introduction5 .box .item .boxLeft img {
  width: 100%;
}
.xks_Introduction5 .box .item .boxRight {
  width: 45.5%;
}
.xks_Introduction5 .box .item .boxRight h5 {
  font-size: 2rem;
  font-family: 'gilroy_bold';
  color: #00ac97;
  margin-top: 5rem;
}
.xks_Introduction5 .box .item .boxRight div {
  margin-top: 0.5rem;
}
.xks_Introduction5 .box .item .boxRight div p {
  font-size: 1.375rem;
  font-family: 'syh_b';
  line-height: 2.5rem;
}
.xks_Introduction5 .box .active {
  display: flex;
}
.xks_Introduction5 .box1 {
  position: relative;
  margin-top: 7.75rem;
}
.xks_Introduction5 .box1::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
}
.xks_Introduction5 .box1 .box_box {
  position: relative;
  z-index: 1;
}
.xks_Introduction5 .box1 .box_box .banner .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.xks_Introduction5 .box1 .box_box .banner .swiper-slide .top {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: auto;
  background: #f6f6f6;
}
.xks_Introduction5 .box1 .box_box .banner .swiper-slide .bot {
  margin-top: 1.5rem;
  font-size: 1.125rem;
}
.xks_Introduction5 .box1 .box_box .banner .swiper-slide-active0 .top {
  border: 1px solid #00ac97;
  background: #00ac97;
}
.xks_Introduction5 .box1 .box_box .banner .swiper-slide-active0 .bot {
  color: #00ac97;
  font-family: 'syh_b';
}
.xks_Introduction5 .box1 .box_box .banner .active .top {
  border: 1px solid #00ac97;
  background: #00ac97;
}
.xks_Introduction5 .box1 .box_box .banner .active .bot {
  color: #00ac97;
  font-family: 'syh_b';
}
.xks_Introduction5 .box1 .box_box .button {
  position: absolute;
  top: -20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5e5e5;
  text-align: center;
  line-height: 48px;
  color: #fff;
  z-index: 5;
  transition: 0.4s;
  cursor: pointer;
}
.xks_Introduction5 .box1 .box_box .button:hover {
  background: #00ac97;
}
.xks_Introduction5 .box1 .box_box .prev {
  left: 0;
}
.xks_Introduction5 .box1 .box_box .next {
  right: 0;
}
.xks_Introduction6 .box .main1 .boxLeft {
  width: 50%;
}
.xks_Introduction6 .box .main1 .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3.875rem;
}
.xks_Introduction6 .box .main1 .boxRight .item {
  margin-top: 1.5625rem;
  border-bottom: 1px solid #ddd;
}
.xks_Introduction6 .box .main1 .boxRight .item p {
  margin-right: 2.25rem;
}
.xks_Introduction6 .box .main1 .boxRight .item p:last-child {
  margin-right: 0;
}
.xks_Introduction6 .box .main1 .boxRight .item p a {
  font-size: 1.125rem;
  font-family: 'syh_b';
  color: #000;
  padding-bottom: 1rem;
  display: inline-block;
  transition: 0.4s;
}
.xks_Introduction6 .box .main1 .boxRight .item p a:hover {
  color: #00ac97;
}
.xks_Introduction6 .box .main1 .boxRight .item .active a {
  color: #00ac97;
  border-bottom: 1px solid #00ac97;
}
.xks_Introduction6 .box1 {
  margin-top: 10.625rem;
}
.xks_Introduction6 .box1 .banner {
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.xks_Introduction6 .box1 .banner .list .item {
  width: 16%;
  position: relative;
  float: left;
}
.xks_Introduction6 .box1 .banner .list .item .img {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-bottom: 2px;
}
.xks_Introduction6 .box1 .banner .list .item .img img {
  width: 15.25rem;
}
.xks_Introduction6 .box1 .banner .list .item .bg {
  position: absolute;
  left: 0;
  bottom: 0px;
}
.xks_Introduction6 .box1 .banner .list .item .bg img {
  width: 100%;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(1) .img {
  padding-top: 10.625rem;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(2) .img {
  padding-top: 10.625rem;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(3) .img {
  padding-top: 10.625rem;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(4) {
  margin-left: 4%;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(4) .img {
  text-align: left;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(4) .bg img {
  transform: rotateY(180deg);
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(5) .img {
  text-align: left;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(5) .bg img {
  transform: rotateY(180deg);
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(6) .img {
  text-align: left;
}
.xks_Introduction6 .box1 .banner .list .item:nth-child(6) .bg img {
  transform: rotateY(180deg);
}
.xks_Introduction6 .box1 .banner .img1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transform: translateY(105%);
}
.xks_Introduction6 .box1 .banner .img1 img {
  width: 100%;
}
.xks_Introduction6 .box1 .banner .img2 {
  position: absolute;
  top: 21rem;
  right: 0;
  width: 50%;
  transform: translateY(5%) rotateY(180deg);
}
.xks_Introduction6 .box1 .banner .img2 img {
  width: 100%;
}
.xks_Introduction6 .box1 .banner .page {
  position: absolute;
  top: 0%;
  left: 13.5416vw;
  transform: translateY(-100%);
  z-index: 4;
  font-size: 1rem;
  color: #999;
}
.xks_Introduction6 .box1 .banner .page span {
  font-family: 'gilroy_bold';
  font-size: 2.875rem;
  color: #00ac97;
}
.xks_Introduction6 .box1 .banner .button {
  position: absolute;
  top: 10%;
  left: 13.5416vw;
  z-index: 5;
}
.xks_Introduction6 .box1 .banner .button p {
  margin-right: 1.5rem;
}
.xks_Introduction6 .box1 .banner .button p span {
  font-size: 1.125rem;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
.xks_Introduction6 .box1 .banner .button p span:hover {
  color: #00ac97;
}
.xks_Introduction6 .box1 .bannerOn {
  visibility: initial;
  opacity: 1;
  height: auto;
}
.xks_Introduction7 .box {
  margin-top: 4.25rem;
  position: relative;
}
.xks_Introduction7 .box .map {
  /*width: 65.9375vw;*/
  width: 57vw;
  position: relative;
  overflow: hidden;
}
.xks_Introduction7 .box .map .img img {
  width: 100%;
}

.xks_Introduction7 .box .map .img{
    position: relative;
}



.xks_Introduction7 .box .map .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xks_Introduction7 .box .map .list .item {
  position: absolute;
  cursor: pointer;
}
.xks_Introduction7 .box .map .list .item p {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ac97;
}
.xks_Introduction7 .box .map .list .item p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00ac97;
  border-radius: 50%;
}
.xks_Introduction7 .box .map .list .item div {
  font-family: 'syh_b';
  font-size: 1rem;
  color: #000;
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 12.5rem;
  transform: translateX(-50%);
  text-align: center;
  transition: 0.4s;
}
.xks_Introduction7 .box .map .list .active p {
  background: #e60012;
}
.xks_Introduction7 .box .map .list .active p::after {
  background: #e60012;
  animation: fangda 1.5s infinite;
}
.xks_Introduction7 .box .map .list .active div {
  color: #00ac97;
  font-size: 1.375rem;
  top: -4rem;
}
.xks_Introduction7 .box .map .list .shanghai {
  /*top: 61.5%;*/
  /*right: 27%;*/
  
  top: 43.5%;
    right: 13%;
}
.xks_Introduction7 .box .map .list .beijing {
  /*top: 37.5%;*/
  /*right: 37%;*/
  
  top: 27.5%;
    right: 25%;
}
.xks_Introduction7 .box .map .list .dalian {
  /*top: 40%;*/
  /*right: 29%;*/
  
  top: 28.1%;
    right: 15.2%;
}
.xks_Introduction7 .box .map .list .chengdu {
  /*top: 63%;*/
  /*left: 42%;*/
  
  top: 47%;
    left: 52%;
}
.xks_Introduction7 .box .map .list .guangzhou {
  /*bottom: 14%;*/
  /*left: 59%;*/
  
  bottom: 38%;
    left: 72%;
}
.xks_Introduction7 .box .main_list {
  position: absolute;
  top: 6.25rem;
  right: 0;
  background: #f1f1f1;
  padding: 3.4375rem;
  width: 27.5rem;
  box-sizing: border-box;
}
.xks_Introduction7 .box .main_list .list {
  display: none;
}
.xks_Introduction7 .box .main_list .list .content1 {
  font-size: 1.25rem;
  font-family: 'syh_b';
}
.xks_Introduction7 .box .main_list .list .content2 {
  padding: 2rem 0;
}
.xks_Introduction7 .box .main_list .list .content2 .item {
  padding: 0.6rem 0 0.6rem 1.875rem;
  position: relative;
}
.xks_Introduction7 .box .main_list .list .content2 .item .top {
  font-size: 1rem;
  color: #999;
}
.xks_Introduction7 .box .main_list .list .content2 .item .bot {
  font-size: 1rem;
  font-family: 'syh_b';
}
.xks_Introduction7 .box .main_list .list .content2 .item .bot span {
  font-family: 'gilroy_bold';
  font-size: 1.125rem;
}
.xks_Introduction7 .box .main_list .list .content2 .item img {
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
}
.xks_Introduction7 .box .main_list .list .content3 img {
  width: 100%;
}
.xks_Introduction7 .box .main_list .active {
  display: block;
}
@keyframes fangda {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(7);
    opacity: 0;
  }
}
.header_box {
  background: #000;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
  display: none;
}
.header_box .header_main {
  width: 94%;
  margin: auto;
}
.header_box .header_main .logo img {
  height: 34px;
}
.header_box .header_main .menu_botton {
  display: flex;
  align-items: center;
}
.header_box .header_main .menu_botton span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.header_box .header_main .menu_botton span::before {
  top: -7px;
  background-color: #fff;
  -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 .menu_botton span::after {
  bottom: -7px;
  background-color: #fff;
  -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;
}
.mob_header {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: calc(100% - 85px);
  background: #fff;
  z-index: 5;
  display: none;
}
.mob_header .mob_top {
  width: 90%;
  margin: auto;
}
.mob_header .mob_top .btn {
  line-height: 50px;
}
.mob_header .mob_top .btn span {
  font-size: 26px;
  color: #666;
}
.mob_header .bob_nav {
  width: 90%;
  margin: 50px auto;
  padding-bottom: 50px;
  height: calc(100% - 150px);
  overflow-y: scroll ;
}
.mob_header .bob_nav .nav_item {
  border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item > a {
  line-height: 55px;
  font-size: 15px;
  width: 100%;
}
.mob_header .bob_nav .nav_item > a span {
  color: #000;
}
.mob_header .bob_nav .nav_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_titlt {
  line-height: 55px;
  font-size: 15px;
}
.mob_header .bob_nav .nav_item .nav_titlt i {
  color: #999;
  transition: 0.4s;
}
.mob_header .bob_nav .nav_item .act i {
  transform: rotate(45deg);
}
.mob_header .bob_nav .nav_item .nav_select {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item {
  border-top: 1px dashed #eee;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a {
  display: block;
  width: 100%;
  color: #666;
  line-height: 50px;
}
.index_cloumn {
	display: none;
  position: fixed;
  z-index: 10;
  right: 1.25rem;
  top: 60%;
  background: #00ac97;
  width: 4.7rem;
  border-radius: 2.35rem;
  padding: 1.5rem 0;
  transform: translateY(-50%);
}
.index_cloumn .box ul li .item {
  text-align: center;
  padding: 0.875rem 0;
  position: relative;
}
.index_cloumn .box ul li .item .text {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.375rem;
}
.index_cloumn .box ul li .wxewm > p {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-120%);
  left: 0;
}
.index_cloumn .box ul li .wxewm > p img {
  width: 6.375rem;
}
.index_cloumn .box ul li .wxewm:hover p {
  display: block;
}
.index_cloumn .box ul li .phone > p {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 0;
  background: #fff;
  color: #000;
  line-height: 3.125rem;
  width: 12rem;
  text-align: center;
  font-weight: bold;
  font-family: 'gilroy_bold';
}
.index_cloumn .box ul li .phone:hover p {
  display: block;
}





.cultureBox9 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  display: none;
  z-index: 9;
}
.cultureBox9 .box {
  width: 38.125rem;
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 3.4375rem 0;
  position: relative;
}
.cultureBox9 .box > span {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #ddd;
  cursor: pointer;
}
.cultureBox9 .box .main1 {
  cursor: pointer;
}
.cultureBox9 .box .main1 img {
  width: 12.25rem;
}
.cultureBox9 .box .main1 p {
  font-size: 1.125rem;
  color: #000;
  margin-top: 2.1875rem;
}
.cultureBox9 .box .main2 {
  margin-top: 3.5rem;
}
.cultureBox9 .box .main2 input {
  cursor: pointer;
  font-size: 1rem;
  background: #00ac97;
  width: 14.0625rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  border: 0;
  outline: none;
  transition: 0.4s;
}
.cultureBox9 .box .main2 input:hover {
  color: #fff;
}
.cultureBox9 .box .main3 {
  margin-top: 5.625rem;
}
.cultureBox9 .box .main3 p {
  font-size: 1rem;
  color: #999;
  margin-bottom: 1.25rem;
}
.cultureBox9 .box .main3 img {
  width: 6.25rem;
}
@media screen and (max-width: 1700px) {
  .index_header .box .maim .shopp {
    margin-left: 4.375rem;
  }
}
@media screen and (max-width: 1600px) {
  .index_brand .box .boxRight {
    width: 15rem;
    margin-left: 0;
  }
  .index_header .box .maim .nav .item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1500px) {
  .index_header .box .maim .nav .item {
    padding: 0 10px;
  }
  .index_header .box .maim .shopp {
    margin-left: 2.375rem;
  }
  .index_header .box .maim .search {
    margin-left: 1.8125rem;
  }
  .index_header .box .maim .language span {
    margin: 9px 2px;
  }
}
@media screen and (max-width: 1400px) {
  .index_header .box .maim .language {
    margin-left: 6px;
  }
  .index_header .box .maim .search {
    margin-left: 0.8125rem;
  }
  .index_header .box .maim .nav .item > p a {
    font-size: 15px;
  }
  .index_link a span {
    font-size: 14px;
  }
  .index_link a {
    min-width: 8.25rem;
  }
  .index_header .box .maim .shopp {
    margin-left: 1.375rem;
  }
}
@media screen and (max-width: 1366px){
	.index_development .box .banner .swiper-slide:nth-child(2n-1) .item .content2 {
	  bottom: -2.7rem;
	}
	.index_development .box .banner .item .content2 {
	  top: -2.3rem;
	}
}
@media screen and (max-width: 1024px) {
  .index_header .box .maim .nav {
    display: none;
  }
  .index_header .box .maim .language {
    display: none;
  }
  .index_header .box .maim .search {
    margin-left: 2.8125rem;
  }
  .index_banner .box .banner .item .posi .main .content1 {
    font-size: 2rem;
  }
  .index_banner .box .banner .item .posi .main .content2 {
    font-size: 1.8rem;
  }
  .index_banner .box .banner .item .posi .main {
    padding-left: 3vw;
  }
  .index_banner .box .banner .item .posi .main .content3 {
    margin-top: 1.75rem;
  }
  .index_banner .box .banner .item .posi .main .content4 {
    margin-top: 2rem;
  }
  .index_banner .box .banner .item .posi .main1 .content1 {
    font-size: 2rem;
  }
  .index_banner .box .banner .item .posi .main1 .content2 {
    font-size: 1rem;
  }
  .index_banner .box .banner .item .posi .main1 .content4 {
    margin-top: 2rem;
  }
  .w1520 {
    margin: 0 3vw;
  }
  .index_brand .box .boxleft {
    width: 100%;
  }
  .index_brand .box .boxCen {
    width: 100%;
    margin: 2rem 0;
  }
  .index_brand .box .boxRight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_brand .box .boxRight .item {
    width: 50%;
  }
  .p100_ {
    padding-bottom: 3rem;
  }
  .p100 {
    padding-top: 3rem;
  }
  .index_pro .box .boxTop .item {
    margin-left: 3rem;
  }
  .index_advantage .box .boxLeft {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_advantage .box .boxLeft .item {
    width: 33.333%;
  }
  .index_advantage .box .boxRight .right .content1 {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .index_advantage .box .boxRight .left img {
    width: 60%;
    margin: auto;
  }
  .index_news .box .boxLeft {
    display: none;
  }
  .index_news .box .boxRight {
    width: 100%;
  }
  .index_news .box .boxRight .list a .right {
    width: 76%;
  }
  .index_foot .box .boxLeft .boxTop {
    display: none;
  }
  .index_foot .box .boxLeft .boxBot {
    margin-top: 0;
  }
  .index_foot .box .boxLeft {
    width: 100%;
  }
  .index_foot .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .index_foot .box .boxRight .content3 {
    display: none;
  }
  .index_foot .box .boxRight .content2 {
    margin-top: 2rem;
  }
  .index_header .box .maim .header_menu {
    display: flex;
  }
  .index_header .box .maim .nav {
    position: fixed;
    width: 100%;
    top: 96px;
    left: 0;
    height: calc(100% - 96px);
    z-index: 5;
    background: #fff;
    overflow-y: scroll;
  }
  .index_header .box .maim .nav .item > p a {
    line-height: 4.375rem;
    display: block;
  }
  .index_header .box .maim .nav .item {
    padding: 0 3vw;
  }
  .index_header .box .maim .nav .item::after {
    content: '+';
    position: absolute;
    top: 15px;
    right: 3vw;
    font-size: 22px;
    color: #999;
  }
  .index_header .box .maim .nav .item:first-child::after {
    content: ' ';
  }
  .index_header .box .maim .nav .item .select ul li a {
    line-height: 40px;
    font-size: 15px;
    text-align: left;
  }
  .index_header .box .maim .nav .item .select {
    top: 0px;
    position: initial;
    opacity: 1;
    visibility: initial;
    display: none;
  }
  .index_header .box .maim .nav .item .select ul a{
    padding: 0 3vw;
  }
  .index_header .box .maim .nav .item .nav_select {
    opacity: 1;
    visibility: initial;
    display: none;
  }
  .nav_select {
    position: initial;
  }
  .nav_select .nav_box {
    margin: 0 3vw;
  }
  .index_btn .next {
    right: 3vw;
  }
  .index_header .box .maim .nav .itemlink {
    display: block;
  }
  .index_pro .box .boxBot img {
    width: 100%;
  }
  .xks_banner .posi .box .content1 {
    font-size: 2rem;
  }
  .w1400 {
    margin: 0 3vw;
  }
  .xks_pro .box .main .item {
    margin: 0 2rem;
  }
  .xks_pro .box1 .boxCen {
    width: 100%;
    margin: 2rem 0;
  }
  .xks_pro .box1 .boxCen .item {
    padding-bottom: 0.75rem;
  }
  .xks_pro .box1 {
    position: relative;
  }
  .xks_pro .box1 .boxRight {
    position: absolute;
    right: 3vw;
    /* top: 2.8125rem; */
  }
  .xks_pro .box2 .main .item a .content1 img {
    max-width: 90%;
  }
  .xks_pro .box2 .main .item a {
    padding: 5.5rem 0 4.375rem;
  }
  .xks_pro .box2 .main .item a .content2 h5 {
    font-size: 2rem;
  }
  .xks_pro .box2 .main .item a .content2 {
    margin-top: 2rem;
  }
  .fengye p a {
    display: none;
  }
  .fengye .active {
    display: block;
  }
  .xks_pro1 .box .boxLeft {
    width: 100%;
  }
  .xks_pro1 .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .xks_pro1 .box .boxRight .content1 h5 {
    font-size: 2rem;
  }
  .xks_advantage .box .boxLeft {
    width: 100%;
    padding-left: 3vw;
  }
  .xks_advantage .box .boxLeft .banner .item .content1 {
    padding-top: 0;
  }
  .xks_advantage .box .boxLeft .banner .item .content1 h5 {
    font-size: 2rem;
  }
  .xks_advantage .box .boxLeft .banner .item .content2 {
    height: auto;
    padding-bottom: 2rem;
  }
  .xks_advantage .box .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .xks_advantage .box .boxRight .content2 .top h5 {
    font-size: 4.75rem;
    line-height: 4.75rem;
  }
  .xks_advantage .box .boxRight .content2 {
    padding: 0 3rem;
  }
  .w1600 {
    margin: 0 3vw;
    box-sizing: border-box;
  }
  .xks_history .box .boxLeft {
    width: 100%;
  }
  .xks_history .box .boxRight {
    width: 100%;
  }
  .m90 {
    margin-top: 3rem;
  }
  .xks_history .box .boxLeft .content2 {
    margin-top: 5.125rem;
  }
  .xks_history .box .boxLeft .content1 h5 {
    font-size: 2rem;
  }
  .xks_history .box .boxRight {
    text-align: center;
    margin-top: 2rem;
  }
  .xks_history .box .boxRight img {
    width: 60%;
  }
  .xks_history1 .box .boxLeft .left {
    width: 100%;
  }
  .xks_history1 .box .boxLeft .center {
    width: 100%;
    margin: 2rem 0;
  }
  .xks_history1 .box .boxLeft .right {
    text-align: left;
    width: 100%;
  }
  .xks_history2 .box .boxLeft {
    width: 100%;
  }
  .xks_history2 .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .xks_history2 .box .boxRight ul li {
    width: 50%;
  }
  .xks_history2 .box1 .list .mian .boxLeft {
    width: 100%;
  }
  .xks_history2 .box1 .list .mian .boxRight {
    width: 100%;
  }
  .xks_history2 .box1 .list .mian .boxRight .img img {
    height: auto;
    width: 100%;
  }
  .xks_comprehensive3 {
    margin-top: 7rem;
  }
  .xks_comprehensive .box .list .content1 {
    font-size: 2rem;
  }
  .xks_comprehensive .box .list .content3 .item p img {
    max-width: 7rem;
  }
  .xks_comprehensive .box .list .content3 .item {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 25%;
  }
  .xks_comprehensive .box .list .content3 .item div {
    margin-top: 1.5rem;
  }
  .xks_solution .box .list {
    justify-content: space-between;
  }
  .xks_solution .box .list .item {
    width: 49%;
    margin-right: 0;
  }
  .xks_bread .box {
    padding: 2.9375rem 0 1.875rem;
  }
  .w1200 {
    margin: 0 3vw;
  }
  .xks_join .select .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .xks_join .box .list .boxTop {
    padding: 0 2rem;
  }
  .xks_join .box .list .boxTop .top .left {
    font-size: 1.2rem;
  }
  .xks_join .box .list .boxBot {
    padding: 1.25rem 2rem;
  }
  
  .xks_Introduction .box .boxLeft {
    width: 100%;
    padding-right: 0;
    border-right: 0px solid #ddd;
  }
  .xks_Introduction .box .boxRight {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .xks_Introduction .box .boxRight .item {
    width: 50%;
  }
  .xks_Introduction .box .boxRight .item {
    margin-bottom: 2.625rem;
  }
  .xks_Introduction .box .boxRight .item .top span {
    font-size: 3.125rem;
  }
  .xks_Introduction2 .box {
    margin: 0 3vw;
  }
  .xks_Introduction2 .box .boxLeft {
    width: 100%;
  }
  .xks_Introduction2 .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .xks_Introduction4 .box1 .list .list_box .boxLeft {
    width: 100%;
    padding-left: 3vw;
  }
  .xks_Introduction4 .box1 .list .list_box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .xks_Introduction5 .box .list {
    padding: 0;
  }
  .xks_Introduction5 .box .item .boxRight h5 {
    margin-top: 0;
  }
  .xks_Introduction6 .box .main1 .boxRight {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: 2rem;
  }
  .xks_Introduction6 .box1 .banner .img1 {
    display: none;
  }
  .xks_Introduction6 .box1 .banner .img2 {
    display: none;
  }
  .xks_Introduction6 .box1 .banner .list .item {
    width: 33.333%;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
  .xks_Introduction6 .box1 .banner .list .item .bg {
    display: none;
  }
  .xks_Introduction6 .box1 .banner .list .item .img {
    text-align: center !important;
  }
  .xks_Introduction6 .box1 .banner .page {
    left: 3vw;
    transform: translateY(0%);
  }
  .xks_Introduction6 .box1 {
    margin-top: 7.625rem;
  }
  .xks_Introduction6 .box1 .banner .button {
    top: 2.5%;
    left: 21.5416vw;
    z-index: 5;
  }
  .xks_Introduction6 .box1 .banner .list .item:nth-child(1) .img {
    padding-top: 6.625rem;
  }
  .xks_Introduction6 .box1 .banner .list .item:nth-child(2) .img {
    padding-top: 6.625rem;
  }
  .xks_Introduction6 .box1 .banner .list .item:nth-child(3) .img {
    padding-top: 6.625rem;
  }
  .xks_Introduction7 .box .main_list {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 3rem;
  }
  .xks_Introduction7 .box .map {
    width: 100%;
    position: relative;
  }
  .xks_about .box .boxLeft {
    width: 100%;
  }
  .xks_about .box .boxRight {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
  .xks_about .box .boxRight img {
    width: 50%;
  }
  .xks_about1 .box .content2 {
    justify-content: space-between;
  }
  .xks_about1 .box .content2 .item {
    width: 49%;
    margin-right: 0%;
  }
  .xks_about2 .box .list .item {
    width: 50%;
  }
  .xks_news .box .boxLeft {
    width: 100%;
  }
  .xks_news .box .boxRight {
    width: 100%;
    padding: 3rem;
  }
  .xks_safety .box {
    justify-content: space-between;
  }
  .xks_safety .box .item {
    width: 49%;
    margin-right: 0%;
  }
  .xks_download .box .list .item a .boxRight {
    width: 10%;
  }
  .xks_download .box .list .item a .boxLeft {
    width: 90%;
  }
  .xks_video .box {
    justify-content: space-between;
  }
  .xks_video .box .item {
    width: 49%;
    margin-right: 0%;
  }
  .xks_contact .box .boxLeft {
    width: 100%;
  }
  .xks_contact .box .boxRight {
    width: 100%;
  }
  .xks_contact .box .boxRight .main3 {
    justify-content: center;
  }
  .index_header .box .maim .shopp {
    display: none;
  }
  .index_advantage .box .boxRight .right {
    margin-left: 0;
    width: 100%;
  }
  .xks_Introduction .box .boxLeft .content1 {
    font-size: 1.8rem;
  }
  .xks_comprehensive2 .box .list .content4 p img {
      right: 0;
  }
  .xks_comprehensive .box .list .content4 p img {
      left: 0;
  }
  .xks_about2 .box .list .item:hover {
      border: 1px solid #d2d2d2;
  }
  .xks_problem1 .box .boxBot .item {
      width: 49%;
  }
  .index_headerOn {
      position: sticky;
  }
  .xks_news,.xks_pro,.xks_video,.xks_download   {
      min-height: 100px;
  }
}
@media screen and (max-width: 669px) {
  .index_header .box .logo img {
    height: 30px;
  }
  .index_header .box .logo {
    padding: 10px 0;
  }
  .index_header .box .maim .header_menu span::before {
    top: -8px;
  }
  .index_header .box .maim .header_menu span::after {
    bottom: -8px;
  }
  .index_header .box .maim .header_menu span {
    width: 26px;
  }
  .index_banner .box .banner .page {
    bottom: 0.875rem;
  }
  .index_pro .box .boxTop {
    margin-top: 3rem;
  }
  .index_pro .box .boxTop .item {
    margin-left: 0rem;
    width: 20%;
    text-align: center;
  }
  .index_pro .box .boxTop .main {
    width: 100%;
  }
  .index_pro1 .box .banner .swiper-slide-active a .content1 img {
    transform: scale(0.7);
  }
  .index_header .box .maim .nav {
    top: 50px;
    height: calc(100% - 50px);
    box-sizing: border-box;
    padding-top: 3rem;
  }
  .index_header .box .maim .nav .item > p a {
    line-height: 40px;
    display: block;
  }
  .index_header .box .maim .nav .item::after {
    top: 6px;
    font-size: 16px;
  }
  .nav_select .nav_box .nav_left {
    width: 20%;
  }
  .nav_select .nav_box .nav_right {
    width: 76%;
  }
  .nav_select .nav_box .nav_right .nav_main {
    padding: 0 5rem;
  }
  .index_header .box .maim .act_menu span::before {
    top: 0;
  }
  .index_header .box .maim .act_menu span::after {
    bottom: 0;
  }
  .index_title h5 {
    font-size: 2rem;
  }
  .index_pro1 .box .banner a .item .content3 {
    font-size: 2rem;
  }
  .index_advantage .box .boxLeft .item p {
    font-size: 1.5rem;
  }
  .index_foot .box .boxRight .content1 .left {
    width: 50%;
  }
  .index_link a {
    min-width: 10rem;
  }
  .xks_pro .box .main .item {
    margin: 0;
    width: 20%;
  }
  .xks_pro .box1 .boxCen .item {
    margin: 0 0.5625rem 0 0;
  }
  .xks_pro .box1 .boxCen {
    margin: 2rem 0 0;
  }
  .xks_pro .box2 .main .item {
    width: 100%;
  }
  .xks_pro .box2 .main .item a .content1 img {
    max-width: 90%;
  }
  .xks_pro .box2 .main .item a {
    padding: 3.5rem 0;
  }
  .xks_pro .box2 .main .item a .content2 h5 {
    font-size: 1.6rem;
  }
  .xks_pro .box2 .main .item a .content3 {
    margin-top: 2.125rem;
  }
  .xks_pro1 .box .boxLeft .item {
    height: 33rem;
  }
  .xks_pro1 .box .boxLeft .posi {
    width: 100%;
    bottom: 1rem;
    padding: 0 3vw;
  }
  .xks_pro1 .box .boxRight .content3 p a {
    min-width: 12.125rem;
  }
  .xks_history .box .boxLeft .content2 p {
    font-size: 1.5rem;
  }
  .xks_history1 .box .boxLeft .left p {
    font-size: 1.5rem;
  }
  .xks_history2 .box1 .list .mian .boxLeft {
    padding: 3vw;
  }
  .xks_history2 .box1 .list .mian .boxLeft .content1 h6 {
    font-size: 1.8rem;
  }
  .xks_comprehensive .box .list .content4 {
    margin-top: 3rem;
  }
  .xks_comprehensive .box .list .content3 .item {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 33.333%;
  }
  .xks_solution .box .list .item {
    width: 100%;
  }
  .xks_bread .box .return {
    display: none;
  }
  .xks_solution_info .box .content1 {
    font-size: 1.6rem;
    margin-top: 2.9375rem;
  }
  .xks_Introduction .box .boxLeft .content1 {
    font-size: 1.6rem;
  }
  .xks_Introduction .box .boxLeft .content3 .item {
    width: 33.333%;
  }
  .xks_Introduction .box .boxLeft .content3 .item .main1 img {
    height: 3.375rem;
  }
  .xks_Introduction1 {
    padding-right: 0;
    margin-top: 0;
  }
  .xks_Introduction2 .box .boxLeft .content1 h5 {
    font-size: 1.6rem;
  }
  .xks_Introduction2 .box .boxLeft .content1 {
    margin-top: 3rem;
  }
  .xks_Introduction4 .box .main1 .boxRight {
    width: 100%;
    padding-left: 0;
  }
  .xks_Introduction5 .box .item .boxLeft {
    width: 100%;
  }
  .xks_Introduction5 .box .item .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .xks_Introduction6 .box .main1 .boxLeft {
    width: 100%;
  }
  .xks_Introduction6 .box1 .banner .list .item {
    width: 50%;
  }
  .xks_Introduction6 .box1 .banner .list .item:nth-child(3) .img {
    padding-top: 0;
  }
  .xks_Introduction7 .box .main_list {
    padding: 2rem;
  }
  .xks_news_info .box .content1 {
    padding: 3rem 0 2rem;
  }
  .xks_safety .box .item {
    width: 100%;
  }
  .xks_download .box .list .item a .boxLeft .left p {
    font-size: 1.5rem;
  }
  .xks_download .box .list .item a .boxLeft .left {
    width: 12%;
  }
  .xks_download .box .list .item a .boxLeft .right {
    padding: 2rem 0 2.5rem 1rem;
    width: 88%;
  }
  .xks_download .box .list .item a .boxLeft .right div {
    font-size: 1.5rem;
  }
  .xks_download .box .list .item a .boxRight {
    width: 14%;
  }
  .xks_download .box .list .item a .boxLeft {
    width: 84%;
  }
  .xks_download .box .list .item a .boxRight {
    padding: 2rem 0;
  }
  .xks_download .box .list .item a .boxRight div img {
    width: 2.8rem;
  }
  .xks_video .box .item {
    width: 100%;
  }
  .xks_video .box .item a {
    padding: 2rem;
  }
  .xks_problem {
    top: 50px;
  }
  .xks_problem2 .box .banner .item .boxTop .left .img {
    width: 3.3125rem;
  }
  .xks_problem2 .box .banner .item .boxTop .left .title {
    width: 80%;
  }
  .xks_problem2 .box .banner .item .boxBot {
    padding: 1.875rem 0 1.875rem 0;
  }
  .index_cloumn{
	  display: none !important;
  }
  .xks_pro1 .box .boxLeft .posi .page {
      margin-top: 0;
  }
  .xks_pro1 .box .boxLeft .item img {
      max-width: 85%;
      max-height: 85%;
  }
  .xks_Introduction3 .box{
	  padding-left: 0;
  }
  .index_pro .box .boxTop .item a .img {
      height: 2rem;
  }
 .xks_pro .box1 .boxRight {
     width: 4.75rem;
 }
 .xks_Introduction7 .box .map .list .item div{
     width: 11.5rem;
 }
}
